@charset "UTF-8";

/*----------------------------------------sec-spray-----*/

#sec-spray{
	background: #b6bbc8;
	padding: 75px 0 70px;
}

#sec-spray .head20{
	text-align: center;
	margin-bottom: 50px;
}

#sec-spray .head20 span{
	border-bottom: 1px solid #fff;
	color: #fff;
	letter-spacing: 0.25rem;
}

.sec-spray__flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sec-spray__flex-img{
	width: 35%;
}

.sec-spray__flex-cont{
	width: 60%;
}

.sec-spray__flex-cont .text18{
	color: #fff;
	font-weight: 900;
    margin-bottom: 20px;
}

.sec-spray__flex-cont .text16{
	color: #fff;
	line-height: 2.2 !important;
}

@media only screen and (max-width: 768px) {
#sec-spray .head20 {
	margin-bottom: 30px;
}

.sec-spray__flex{
	flex-direction: column;
	gap: 20px;
}

.sec-spray__flex-img {
    width: 100%;
}

.sec-spray__flex-cont {
    width: 100%;
}

}

/*----------------------------------------sec-intro-----*/

#sec-intro{
	background: url(../img/intro_img.jpg) no-repeat;
	background-size: cover;
	background-position: center center; 
	padding: 190px 0 200px;
}

#sec-intro .head20{
	margin-bottom: 75px;
	text-align: center;
}

#sec-intro .intro-head{
	margin-bottom: 85px;
	text-align: center;
}

#sec-intro .intro-head .head24{
	margin-bottom: 35px;
}

#sec-intro .intro-head .head60{
	letter-spacing: 0.1em;
}

#sec-intro .intro-head .head60 span{
	letter-spacing: 0em;
	position: relative;
}

#sec-intro .intro-head .head60 span:after{
	content: "※1";
	font-size: 12px;
	font-size: 1.2rem;
	position: absolute;
	left: 52%;
	top: 10px;
	transform: translateX(-50%);
}

.intro-text{
	line-height: 2.4 !important;
	margin: 0 auto;
	max-width: 660px;
	width: 100%;
}

.intro-note{
	margin-top: 50px;
	display: block;
}

/*----------------------------------------sec-step-----*/

#sec-usage{
	padding: 120px 0 60px;
}

.flex-usage{
	justify-content: space-between;
	align-items: center;
}

.usage-img{
	order: 2;
	width: 52%;
}

.usage-detail{
	width: 44%;
}

.usage-detail .head30{
	color: #92a0b8;
	letter-spacing: 0.05em;
	margin-bottom: 35px;
	text-align: center;
}

.usage-detail .usage-logo{
	margin: 0 auto 50px;
	width: 90%;
}

.usage-detail .head20{
	line-height: 2;
	margin-bottom: 65px;
	text-align: center;
}

.usage-detail .care-ttl{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 35px;
	text-align: center;
}

.usage-detail .care-ttl span{
	position: relative;
	padding: 3px 20px 10px;
}

.usage-detail .care-ttl span:before{
	content: "";
	position: absolute;
	left: 0%;
	top: 50%;
	height: 100%;
	width: 1px;
	background: #505050;
	transform: translateY(-50%) rotate(-27deg);
}

.usage-detail .care-ttl span:after{
	content: "";
	position: absolute;
	right: 0%;
	top: 50%;
	height: 100%;
	width: 1px;
	background: #505050;
	transform: translateY(-50%) rotate(27deg);
}

.flex-care{
	justify-content: space-between;
}

.flex-care li{
	width: 31%;
}

.flex-care li p{
	display: flex;
	font-size: 15px;
	font-size: 1.5rem;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

.flex-care li p img{
	margin-right: 5px;
	width: 18px;
}

/*----------------------------------------sec-formular-----*/

#sec-formular{
	padding: 190px 0 180px;
	position: relative;
	background: url(../img/formular_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center; 
	padding: 190px 0 200px;
	width: 95%;
    left: 5%;
    max-width: 1300px;    
}

#sec-formular:after{
	content: "";
	width: 100%;
	height: 100%;
	background: #b6bfc4;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.formular-wrap{
	margin-left: 50%;
	width: 50%;
}

.formular-wrap li{
	margin-bottom: 50px;
}

.formular-wrap li:last-child{
	margin-bottom: 0;
}

.form-ttl{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 15px;
}

.form-ttl p{
	background: #d9dee1;
	color: #92a0b8;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-right: 10px;
	padding: 5px 11px 3px;
}

.form-ttl img {
    width: 60px;
    height: 30px;
    object-fit: contain;
    object-position: left;
}

.formular-wrap li .head24{
	color: #fff;
	margin-bottom: 15px;
}

/*----------------------------------------sec-point-----*/

#sec-point{
	padding: 200px 0 145px;
}

#sec-point .head60{
	color: #92a0b8;
	margin: 0 0 60px 35px;
	text-align: center;
}

#sec-point .head24{
    margin-bottom: 85px;
    text-align: center;
    letter-spacing: 0.2em;
}

#sec-point .head48{
	letter-spacing: 0.05em;
	margin-bottom: 50px;
	text-align: center;
}

.point-ttl{
	margin: 0 auto 50px;
	max-width: 480px;
}

.point-text{
	line-height: 2.4 !important;
	margin: 0 auto 70px;
	max-width: 660px;
	width: 100%;
}

.point-wrap{
	background: rgba(255,255,255,0.8);
	padding: 5%;
}

.point-wrap.pw01{
	margin-bottom: 60px;
}

.point-wrap.pw02{
	margin-bottom: 20px;
}

.star{
	text-align: right;
}

.flex-pt{
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}

.pt-text{
	line-height: 2.4 !important;
}

.flex-pt .pt-img{
	order: 1;
	width: 46%;
}

.flex-pt .pt-detail{
	order: 2;
	width: 50%;
}

.pt-detail-ttl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

#sec-point .pt-detail-text .head48{
	margin: -10px 0 0 !important;
	text-align: left;
}

.pt-detail-text .lato{
	font-weight: 300;
	letter-spacing: 0.1em; 
}

.pt-detail-img{
	margin-right: 10px;
	max-width: 100px;
	width: 100%;
}

.pt-detail-text{
	color: #92a0b8;
	width: calc( 100% - 110px);
}

.pt-t24{
	font-weight: 500;
	margin-bottom: 30px;
}

.flex-effect{
	justify-content: space-between;
	align-items: center;
}

.effect-img{
	display: flex;
	justify-content: space-between;
	order: 2;
	width: 50%;
}

.effect-img img{
	width: 49.5%;
}

.effect-detail{
	order: 1;
	width: 45%;
}

.effect-detail .text21{
	font-weight: 500;
	margin-bottom: 30px;
}

.flex-bubble{
	align-items: center;
	justify-content: space-between;
}

.bubble-img{
	order: 1;
	width: 50%;
}

.bubble-detail{
	order: 2;
	width: 46%;
}

/*----------------------------------------sec-step-----*/

#sec-step{
	background: #fff;
	padding: 120px 0 110px;
}

.step-head{
	color: #92a0b8;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
	text-align: center;
}

.step-head-h30{
	margin-bottom: 85px;
	text-align: center;
}

.step-head-h30 span{
	color: #92a0b8;
	font-family: 'Forum', cursive;
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 0.05em;
	position: relative;
}

.step-head-h30 span:after{
	content: "";
	position: absolute;
	background: #92a0b8;
	border-radius: 10px;
	width: 4px;
	height: 4px;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.step-head-h30 span.text60{
	font-size: 60px;
	font-size: 6rem;
}

.step-head-h30 span.text60:after{
	content: "";
	position: absolute;
	background: #92a0b8;
	border-radius: 10px;
	width: 4px;
	height: 4px;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
}


.flex-step{
	justify-content: space-between;
}

.flex-step li{
	width: 32%;
}

.flex-s-detail{
	justify-content: flex-start;
	align-items: center;
}

.s-img{
	margin-right: 5%;
	width: 40%;
}

.s-img img {
    height: 200px;
    object-fit: contain;
    object-position: right;
}

.s-detail{
	position: relative;
	width: 55%;
}

.li01 .s-detail:after{
	content: "";
	position: absolute;
	background: url(../img/step_01.svg) no-repeat;
	background-position: bottom left;
	background-size: contain;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	z-index: 0;
}

.li02 .s-detail:after{
	content: "";
	position: absolute;
	background: url(../img/step_02.svg) no-repeat;
	background-position: bottom left;
	background-size: contain;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	z-index: 0;
}

.li03 .s-detail:after{
	content: "";
	position: absolute;
	background: url(../img/step_03.svg) no-repeat;
	background-position: bottom left;
	background-size: contain;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	z-index: 0;
}

.s-detail .lato{
	color: #92a0b8;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 10px;
    line-height: 1 !important;
    z-index: 1;
    position: relative;
}


.s-detail .lato .en{
	font-size: 30px;
	font-size: 3rem;
	margin-left: 5px;
    z-index: 1;
    position: relative;	
}

.s-detail .jp{
	color: #92a0b8;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1 !important;
	margin-bottom: 20px;
    z-index: 1;
    position: relative;	
}

.s-detail .text15{
	z-index: 1;
    position: relative;	
}

.check {
    position: absolute;
    width: 54%;
    right: 19px;
    top: 0;
    z-index: 1;
}

.spray-how{
	background: #b7bdc8;
	border-radius: 13px;
	color: #fff;
	margin: 80px auto 0;
	max-width: 800px;
	padding: 30px 50px;
}

.spray-how__flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.spray-how__flex-img{
	width: 200px;
    height: 200px;
    object-fit: cover;
    clip-path: circle(50% at 50% 50%);
}

.spray-how__flex-cont{
	color: #fff;
	width: 65%;
}

.spray-how__flex-cont .text18{
	font-weight: 900;
    margin-bottom: 20px;
}

.spray-how__flex-cont{
	line-height: 2.2 !important;
}

@media only screen and (max-width: 768px) {
.spray-how {
    margin: 5rem auto 0;
    padding: 30px 5%;
}

.spray-how__flex {
    flex-direction: column;
    gap: 20px;
}

.spray-how__flex-cont {
    width: 100%;
}

.spray-how__flex-cont .text18{
	text-align: center;
}

}

/*----------------------------------------sec-routine----*/

#sec-routine{
	background: #fff;
	padding-bottom: 110px;
}

.routine-main-img{
	margin-bottom: 110px;
	width: 100%;
}

.routine-main-img img{
	height: 600px;
	object-fit: cover;
}

.routine-h21{
	margin-bottom: 20px;
	letter-spacing: 0.05em;
	text-align: center;
}

.routine-h40{
	font-size: 45px;
	font-size: 4.5rem;
	margin-bottom: 40px;
	text-align: center;
}

.routine-h120{
	color: #eceef2;
	line-height: 1.4;
	margin-bottom: 30px;
	text-align: center;
}

.flex-time{
	margin-bottom: 50px;
	justify-content: space-between;
}

.routine-wrap{
	display: flex;
	justify-content: space-between;
	padding: 4%;
	width: 50%;
}

.morning{
	position: relative;
}

.morning:after{
	content: "";
    background: #fdfaf2;
    position: absolute;
    height: 80%;
    width: 100%;
    z-index: 0;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
}

.night{
	color: #fff;
	position: relative;
}

.night:after{
	background: #b7bdc8;
    color: #fff;
    content: "";
    position: absolute;
    height: 80%;
    width: 100%;
    z-index: 0;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
}

.routine-img{
	width: 48%;
	position: relative;
	z-index: 1;
}

.routine-detail{
	width: 46%;
	position: relative;
	z-index: 1;
}

.night .routine-detail{
	margin-top: 80px;
}

.routine-time{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}

.routine-time img{
	margin-right: 10px;
	max-width: 25px;
}

.routine-time span{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
}

.routine-head{
	margin-bottom: 20px;
}

.routine-wide{
	background: #f5ece7;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8% 5%;
	width: 90%;
	margin: 0 auto;
}

.wide-img{
	margin-right: 3%;
    position: relative;
    width: 46%;
    height: 100%;
    display: block;
}

.wide-detail{
	width: 50%;
}

.wide-img-text{
    position: absolute;
    top: -130px;
    left: 0;
    width: 46%;
    z-index: 2;
}

.wide-img-img{
	position: absolute;
	right: 0;
	top: 50%;
	width: 60%;
	transform: translateY(-50%);
	z-index: 1;
}

.afternoon_note{
	margin-top: 20px;
	text-align: right;
	font-size: 12px;
	font-size: 1.2rem;
}

.morning .routine-time span,
.morning .routine-head,
.routine-wide .routine-time span,
.routine-wide .routine-head{
	color: #92a0b8;
}

/*----------------------------------------sec-product-----*/

#sec-product{
	padding: 140px 0 130px;
}

.flex-product{
	align-items: center;
	justify-content: space-between;
	margin-bottom: 145px;
}

.product-img{
	padding: 0 5% 0 15%;
	width: 35%;
}

.product-detail{
	width: 60%;
}

.product-name-en{
	color: #92a0b8;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
}

.product-name-jp{
	color: #92a0b8;
	font-family: 'Shippori Mincho', serif;
	margin-bottom: 30px;
}

.product-price{
	color: #92a0b8;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 60px;
}

.product-price span{
	font-family: 'Lato', sans-serif;
}

.product-detail .head21{
	margin-bottom: 30px;
    line-height: 1.7;
    letter-spacing: 0.02em;
}

.product-detail .text16{
	margin-bottom: 40px;
    line-height: 2.4 !important;
}

/*----------------------------------------purchase-----*/

.purchase{
	background: #fff;
	padding: 90px 5% 80px;
}

.purchase .text30{
	margin-bottom: 50px;
	text-align: center;
}

.flex-btn{
	justify-content: space-between;
}

.btn-left{
	border: 2px solid #a7b7d1;
	background: #a7b7d1;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	padding: 40px 10px;
	text-align: center;
	width: 48%;
}

.btn-left p,
.btn-right p{
	color: #fff;
}

.btn-left:hover{
	background: #fff;
	color: #a7b7d1;
}
.btn-left:hover p {
	color: #a7b7d1;
}
.btn-left i,
.btn-right i{
	font-size: 22px;
	font-size: 2.2rem;
	margin-right: 20px;
}

.btn-right{
	border: 2px solid #92a0b8;
	background: #92a0b8;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	padding: 40px 10px;
	text-align: center;
	width: 48%;
}

.btn-right:hover{
	background: #fff;
	color: #92a0b8;
}
.btn-right:hover p {
	color: #92a0b8;
}

@media only screen and (max-width: 1300px) {
.usage-detail .care-ttl span {
    text-align: center;
    display: inline-block;
}
}

@media only screen and (max-width: 1280px) {

#sec-intro {
    padding: 140px 0 140px;
}

#sec-intro .head20 {
    margin-bottom: 55px;
}

#sec-intro .intro-head .head24 {
    margin-bottom: 25px;
}

#sec-intro .intro-head .head60 {
    font-size: 5rem;
}

.intro-note {
    margin-top: 30px;
}

.usage-detail .head30 {
    margin-bottom: 30px;
    font-size: 2.4rem;
}

.usage-detail .usage-logo {
    margin: 0 auto 40px;
}

.usage-detail .head20 {
    margin-bottom: 45px;
    font-size: 1.8rem;
}

.s-detail .lato{
	margin-bottom: 0;
}

#sec-formular {
    background-position: left 35% center;
}

.formular-wrap {
    margin-left: 56%;
    width: 40%;
}

.form-ttl p {
    font-size: 1.4rem;
}

.formular-wrap li {
    margin-bottom: 30px;
}

.formular-wrap li .head24 {
    font-size: 2.2rem;
}

#sec-point {
    padding: 140px 0 115px;
}

#sec-point .head60 {
    margin: 0 0 50px 35px;
    font-size: 4rem;
}

#sec-point .head24 {
    margin-bottom: 60px;
}

#sec-point .head48 {
    margin-bottom: 30px;
    font-size: 3.2rem;
}

.point-ttl {
    margin: 0 auto 30px;
    max-width: 370px;
}

.pt-t24 {
    margin-bottom: 20px;
    font-size: 2rem;
}

.flex-pt {
    margin-bottom: 50px;
}

.step-head-h30 {
    margin-bottom: 55px;
}

.routine-main-img img {
    height: 500px;
}

.routine-h40 {
    margin-bottom: 20px;
}

.routine-h120{
	font-size: 9rem;
}

.routine-head {
    font-size: 2rem;
}

.flex-product {
    margin-bottom: 95px;
}

.product-detail .text16 {
    margin-bottom: 20px;
}

.product-name-jp {
    margin-bottom: 20px;
    font-size: 2.6rem;
}

.product-price {
    margin-bottom: 40px;
}

.purchase {
    padding: 60px 5% 60px;
}

.purchase .text30 {
    margin-bottom: 30px;
    font-size: 2.4rem;
}

.btn-left,
.btn-right {
    font-size: 1.6rem;
    padding: 30px 10px;
}
}

@media only screen and (max-width: 900px) {
#sec-formular {
    padding: 190px 0 180px;
    position: relative;
    background: #b6bfc4 url(../img/formular_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 190px 0 200px;
}

#sec-formular {
    padding: 685px 0 90px;
}

.formular-wrap {
    margin-left: 0;
    width: 100%;
}

}

@media only screen and (max-width: 768px) {
#sec-intro {
    padding: 80px 0 80px;
}

#sec-intro .head20 {
    margin-bottom: 25px;
    font-size: 1.6rem;
}

#sec-intro .intro-head .head24 {
    margin-bottom: 5px;
}

#sec-intro .intro-head .head60 {
    font-size: 3.2rem;
}

#sec-intro .intro-head .head60 span:after {
    font-size: 1rem;
    top: 2px;
}

#sec-intro .intro-head {
    margin-bottom: 45px;
}

.intro-text {
    width: 100%;
}

#sec-usage {
    padding: 80px 0 40px;
}

.flex-usage {
    display: block;
}

.usage-img {
    width: 100%;
    margin-bottom: 30px;
}

.usage-img img{
	object-fit: cover;
	object-position: top -55px right 0;
	height: 250px;
}

.usage-detail {
    width: 100%;
}

.flex-care li p {
    font-size: 1.3rem;
    margin-top: 10px;
}

#sec-formular {
    padding: 450px 0 60px;
}

.formular-wrap {
    margin: 0;
    width: 100%;
}

.formular-wrap li .head24 {
    font-size: 1.8rem;
}

#sec-point {
    padding: 70px 0 80px;
}

#sec-point .head60 {
    margin: 0 0 30px 10px;
    font-size: 2.4rem;
}

#sec-point .head24 {
    margin-bottom: 20px;
    font-size: 1.6rem;
}

.point-text {
    margin: 0 auto 40px;
    width: 100%;
}

.point-wrap {
    padding: 10% 5%;
}

.flex-pt {
    display: block;
}

.flex-pt .pt-img {
    width: 100%;
    margin-top: 35px;
}

.flex-pt .pt-detail {
    width: 100%;
}

.pt-detail-img {
    max-width: 70px;
}

.pt-detail-text .head48{
    font-size: 2.6rem;
    text-align: left;
}

.pt-detail-ttl {
    margin-bottom: 10px;
}

.pt-t24 {
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.flex-effect {
    display: block;
}

.effect-img {
    width: 100%;
    margin-bottom: 25px;
}

.effect-detail {
    width: 100%;
}

.effect-detail .text21 {
    margin-bottom: 20px;
}

.point-wrap.pw01 {
    margin-bottom: 40px;
}

.point-wrap.pw02 {
    margin-bottom: 10px;
}

.flex-bubble {
	display: block;
}

.bubble-img {
    width: 100%;
    margin-top: 35px;
}

.bubble-detail {
    width: 100%;
}

#sec-step {
    padding: 70px 0 70px;
}

.step-head {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.step-head-h30 {
    margin-bottom: 35px;
    font-size: 2rem;
}

.step-head-h30 span.text60 {
    font-size: 5rem;
}

.step-head-h30 span.text60:after {
    width: 3px;
    height: 3px;
    bottom: 2px;
}

.step-head-h30 span:after {
    width: 3px;
    height: 3px;
    bottom: -3px;
}

.step-head-h30 span {
    font-size: 3rem;
}

.flex-step {
    display: block;
}

.flex-step li {
    width: 100%;
}

.flex-step li.li02{
	margin-bottom: 10px;
}

.routine-main-img {
    margin-bottom: 50px;
}

.routine-main-img img {
    height: 230px;
}

.routine-h21 {
    margin-bottom: 10px;
}

.routine-h120 {
    font-size: 4rem;
}

.flex-time {
    display: block;
}

#sec-routine {
    padding-bottom: 70px;
}

.routine-wrap {
    width: 100%;
}

.routine-time {
    margin-bottom: 5px;
}

.routine-head {
    font-size: 1.7rem;
    margin-bottom: 10px;
}

.routine-wrap.morning {
    margin-bottom: 20px;
}

.morning:after {
    height: 90%;
    top: 60%;
    transform: translate(-50%,-50%);
}

.night:after {
    height: 90%;
}

.morning .routine-detail,
.night .routine-detail {
    margin-top: 60px;
}

.routine-wide {
	display: block;
    width: 100%;
}

.wide-img {
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
    display: block;
}

.wide-img-img {
    top: 0;
    transform: inherit;
}

.wide-img-text {
    top: 0;
}

.wide-detail {
    width: 100%;
    margin-top: 180px;
}

#sec-product {
    padding: 70px 0 80px;
}

.flex-product {
	flex-wrap: wrap;
    margin-bottom: 35px;
}

.product-img {
    padding: 0 5% 0 8%;
    width: 29%;
}

.product-detail {
    width: 70%;
}

.product-detail .text16 {
    margin-bottom: 10px;
}

.product-name-jp {
    font-size: 1.9rem;
    line-height: 1.4 !important;
    margin-bottom: 15px;
    letter-spacing: -0.01em;
}

.product-price{
	margin-bottom: 0;
}

.text-wrap{
	margin-bottom: 30px;
}

.text-wrap .head21 {
    margin-bottom: 25px;
    line-height: 1.7;
    font-size: 1.7rem;
    font-weight: 600;
    text-align: center;
}

.text-wrap .text16{
	margin-bottom: 10px;
}

.text-wrap .text21{
	margin-bottom: 10px;
}

.purchase {
    padding: 10% 5%;
}

.purchase .text30 {
    margin-bottom: 15px;
    font-size: 1.8rem;
}

.flex-btn {
    display: block;
}

.btn-left{
	margin-bottom: 10px;
}

.btn-left,
.btn-right {
	display: block;
    padding: 20px 10px;
    width: 100%;
}

.btn-left .text20,
.btn-right .text20{
	font-size: 1.4rem;
}

.btn-left i, .btn-right i {
    font-size: 2rem;
    margin-right: 10px;
}

}

@media only screen and (max-width: 480px) {

}

/* 240305 修正 */
.mv-01 {
	font-family: 'Shippori Mincho', serif;
    color: #505050;
    font-size: 14px;
    text-align: center;
    border: 1px solid #969696;
    padding: 10px 18px;
    margin: auto auto 10px;
    width: fit-content;
    align-items: center;
    display: flex;
    letter-spacing: 0.25rem;
}

.mv-01 .f12{
	font-size: 12px;
}

@media (max-width: 768px) {
.mv-01 {
	font-size: 1.3rem;
	padding: 4px 16px;
}
.mv-01 .f12{
	font-size: 1rem;
}
}

/* 250110修正 */
.banner-insta-lureaqu__link {
	display: block;
	position: absolute;
	bottom: 50px;
	right: 50px;
	width: 150px;
}


@media (max-width: 768px) {
  .banner-insta-lureaqu__link {
    bottom: 10px;
    right: 10px;
    width: 90px;
  }
}

