@charset "UTF-8";

.products-navi__item .products-navi--shitamatsuge .products-navi__text {
	color: #ff2280;
}
.products-navi__item .products-navi--shitamatsuge::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ff2280 transparent;
}
.byosokuseikei_container img {
	width: 100%;
}

/* 商品紹介  --------------------------------------------------*/
.byosokuseikei_container {
	background-color: #fbd8ba;
	background-image: url("../img/eyelash/product_bg.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}
.product_shoulder {
	width: calc(435/750*100%);
	margin: 20px auto 0;
}
.product_logo {
	width: calc(485/750*100%);
	margin: 0 auto;
	padding: 0 0 5px;
}
.product_new {
	width: calc(680/750*100%);
	margin: 0 auto;
	padding: 0 0 5px;
}
.product_ttl {
	width: calc(530/750*100%);
	margin: 0 auto;
  padding: 0 0 0 8px;
}
.product_wrap {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.product_box {
	flex-basis: 50%;
	max-width: 50%;
}
.product_img {
	position: relative;
}
.product_img img {
	filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.15));
}
.product_box:first-child .product_img {
	padding-right: 6%;
	padding-left: 30%;
}
.product_box:last-child .product_img {
	padding-right: 30%;
	padding-left: 6%;
}
.product_box:first-child .product_img::before,
.product_box:last-child .product_img::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 2.8%;
	transform: translate(0, -50%);
	width: calc(93px/2);
	height: calc(552px/2);
	background-image: url("../img/eyelash/product_txt1.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.product_box:last-child .product_img::before {
	left: auto;
	right: 2.8%;
	background-image: url("../img/eyelash/product_txt2.png");
}
.product_box p {
	width: 100%;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-left: 27%;
}
.product_box:last-child p {
	padding-right: 27%;
	padding-left: 0%;
}
.product_box p span {
	font-weight: normal;
}
.em_img,
.em_txt {
	width: calc(717/750*100%);
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.em_txt {
	width: calc(663/750*100%);
	margin: 0 auto;
	padding-top: 22px;
}


.onlinstore__btn {
  font-size: 13px;
  width: 140px;
  margin: 8px 24px 0 auto;
  padding: .2em 0;
}
.onlinstore__box {
  width: 240px;
  margin: 8px auto;
  left: 10px;
}
.product_wrap .product_box:last-child .onlinstore__btn {
  margin: 8px auto 0 24px;
}
.product_wrap .product_box:last-child .onlinstore__box {
  left: auto;
  right: 10px;
}


/* --------------------------------------------------*/
.movie {
	background-image: url("../img/eyelash/movie_bg1.png"), url("../img/eyelash/movie_bg2.png");
	background-position: 0 1px , 0 100%;
	background-repeat: no-repeat , no-repeat;
	background-size: 100% auto ,  100% auto;
	margin-top: 44px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.movie_inner {
	background-color: #f1a48a;
	padding-top: 30px;
	padding-bottom: 40px;
}
.movie_ttl {
	width: calc(653/750*100%);
	margin-right: auto;
	margin-left: auto;
}
.movie_txt {
	font-size: 1.9rem;
	font-size:min(5.066666666666666vw,25px);
	color: #FFFFFF;
	text-align: left;
	display: flex;
	justify-content: center;
	width: calc(653/750*100%);
	position: relative;
	margin-left: 58px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.movie_txt::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -8px;
	transform: translate(0, -50%);
	width: calc(200px/4);
	height: calc(200px/4);
	background-image: url("../img/eyelash/tiktok.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.movie_img {
	margin-right: 6%;
	margin-left: 6%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;
	border-radius: 10px;
}

/* --------------------------------------------------*/
.about {
	background-color: #ffffff;
	border-radius: 10px;
	margin-top: 50px;
	margin-right: 6%;
	margin-left: 6%;
	padding-top: 28px;
	padding-bottom: 28px;
}
.about_ttl {
	width: calc(491/656*100%);
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.about_ttl::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc((90/173*100%) * -1);
	left: calc((104/491*100%) * -1);
	width: calc(260/491*100%);
	height: 100%;
	background-image: url("../img/eyelash/about_ballon.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.about_ttl::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc((84/173*100%) * -1);
	left: auto;
	right: -8%;
	width: calc(271/491*100%);
	height: calc(135/173*100%);
	background-image: url("../img/eyelash/about_ornament1.png");
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.about_img {
	width: 88%;
	margin: 0 auto;
}
.about_img li {
	padding-top: 18px;
}


.point {
	width: calc(667/750*100%);
	margin: 0 auto;
  padding: 30px 0 0 0;
}


/* --------------------------------------------------*/
.howtouse {
	background-image: url("../img/eyelash/movie_bg1.png");
	background-position: 0 1px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-top: 44px;
	padding-top: 20px;
	position: relative;
}
.howtouse::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 15px;
	width: calc(74px/2);
	height: calc(70px/2);
	background-image: url("../img/eyelash/howtouse_ttl_ornament2.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.howtouse_inner {
	background-color: #f1a48a;
	padding: 30px 6% 20px;
}
.howtouse_ttl {
	width: calc(540/656*100%);
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.howtouse_ttl::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc((46/92*100%) * -1);
	right: calc((90/540*100%) * -1);
	width: calc(75/540*100%);
	padding-top: 18%;
	background-image: url("../img/eyelash/howtouse_ttl_ornament1.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.howtouse_txt {
	font-size: 1.5rem;
	text-align: center;
	color: #FFFFFF;
	padding-top: 1.0em;
	padding-bottom: .2em;
}
.howtouse_note {
	font-size: 1.2rem;
	text-align: center;
	color: #FFFFFF;
}
.howtouse_box {
	color: #6a5552;
	display: flex;
	align-items: center;
	background-color: #ffffff;
	background-image: url("../img/eyelash/howtouse_1.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 42px auto;
	border-radius: 0 10px 10px 10px;
	margin-top: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	position: relative;
}
.howtouse_box:nth-child(5) {
	background-image: url("../img/eyelash/howtouse_2.png");
}
.howtouse_box:nth-child(6) {
	background-image: url("../img/eyelash/howtouse_3.png");
}
.howtouse_box:nth-child(7) {
	background-image: url("../img/eyelash/howtouse_4.png");
}
.howtouse_box:nth-child(8) {
	background-image: url("../img/eyelash/howtouse_5.png");
	margin-bottom: 10px;
}
.howtouse_box:nth-child(4)::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: -36px;
	right: 0;
	width: calc(239px/5.2);
	height: calc(268px/5.2);
	background-image: url("../img/eyelash/howtouse_ornament1.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.howtouse_img {
	width: 38%;
	margin-right: 4%;
  position: relative;
}
.howtouse_box:first-of-type .howtouse_img::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -44%;
	right: -22%;
	width: 60%;
	height: 300px;
	background-image: url("../img/eyelash/howtouse_1_img_ballon.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (min-width:440px) {
  .howtouse_box:first-of-type .howtouse_img::before {
    top: -28%;
    right: -14%;
    width: 54%;
  }
}
.howtouse_stl {
	font-size: 1.4rem;
	font-size:min(4.266666666666667vw,20px);
	font-weight: normal;
	text-align: center;
	color: #6a5552;
	padding-top: 18px;
	padding-bottom: 12px;
}
.howtouse_box p {
	font-size: clamp(11.0929px, calc(100vw * 13 / 375), 17.3329px);
	width: 58%;
}
.howtouse_box:first-of-type p {
  padding: 36px 0 0 0;
}


/* --------------------------------------------------*/
.howtouse_point {
	width: 96%;
	font-size: 16px;
	font-size:min(4.266666666666667vw,20px);
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-left: calc(160/656*100%);
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.howtouse_point::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: calc(137/632*100%);
	height: 100%;
	background-image: url("../img/eyelash/point.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.howtouse_point::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -20px;
	left: 56px;
	width: calc(75px/2);
	height: calc(70px/2);
	background-image: url("../img/eyelash/howtouse_ornament2.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.howtouse_off {
	font-size: 2.0em;
	font-size: min(5.333333333333333vw,26px);
	color: #FFFFFF;
	text-align: center;
	padding-top: 32px;
	padding-bottom: 12px;
	position: relative;
}
.howtouse_off::before,
.howtouse_off::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% + 10px);
	left: 0;
	transform: translate(0, -50%);
	width: 34%;
	height: 2px;
	border-bottom: #F9F9F9 2px dotted;
}
.howtouse_off::after {
	left: auto;
	right: 0;
}
.howtouse_off-txt {
	font-size: 1.4rem;
	font-size:min(3.7333333333333334vw,18px);
	color: #FFFFFF;
	padding-top: 10px;
}
.howtouse_off-note {
	font-size: 1.2rem;
	color: #FFFFFF;
	padding-top: 5px;
}

#embed-video-container　{
	background-color: #E0696B;
}
