@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@font-face {
    font-family: 'Futura PT Medium';
    src: url(../font/FuturaPTMedium.eot);
    src: url(../font/FuturaPTMedium.eot?#iefix) format('embedded-opentype'),
        url(../font/FuturaPTMedium.otf) format('otf'),
        url(../font/FuturaPTMedium.svg#Futura%20PT%20Medium) format('svg'),
        url(../font/FuturaPTMedium.ttf) format('truetype'),
        url(../font/FuturaPTMedium.woff) format('woff'),
        url(../font/FuturaPTMedium.woff2) format('woff2');
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 1.7;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 700;
    color: #231815;
}

.f-num {
    font-family: 'Futura PT Medium';
    font-weight: 500;
}

.side-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(50% - 232px);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.side-qr {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(50% - 232px);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    letter-spacing: .1em;
}

@media screen and (max-width: 991px) {
    .side-logo,
    .side-qr {
        display: none;
    }
}

.body-wrapper {
    position: relative;
    max-width: 464px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .16);
}

.container {
    width: 90%;
    margin: 0 auto;
}

.add-tag {
    font-size: .9rem;
    vertical-align: 6px;
}

.add-txt {
    font-size: .75rem;
    line-height: 1.45;
}

@media screen and (min-width: 401px) {
    .sp {
        display: none;
    }    
}


/************** animation ***************/

.line-bottom {
    position: relative;
    padding-bottom: 5px;
    z-index: 1;
}

.line-bottom::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 10px;
    background: url(../img/line_bottom.png) no-repeat left / auto 100%;
    z-index: -1;
}

.line-bottom--center::before {
    left: calc(50% - 130px);
}

.line-bottom.play::before {
	animation-name: line;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@keyframes line {
	0% {
		width: 0;
	}
	100% {
		width: 260px;
	}
}

.line-ttl .line {
    position: relative;
    z-index: 1;
}

.line-ttl .line::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 15px;
    background-color: #f7ee26;
    z-index: -1;
}

.line-ttl--w .line::before {
    background-color: #fff;
}

.line-ttl.play .line::before {
	animation-name: bottom;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@keyframes bottom {
	0% {
		width: 0;
	}
	100% {
        width: 100%;
	}
}

.fadeUp {
    opacity: 0;
}

.fadeUp.anime {
	animation-name: fadeUp;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@keyframes fadeUp {
	0% {
		transform: translateY(100px);
        opacity: 0;
	}
	100% {
		transform: translateY(0);
        opacity: 1;
	}
}

.col-green {
    color: #00ada9;
}

.mv {
    position: relative;
}

.mv-txt {
    position: absolute;
    left: 46%;
    top: 21%;
    height: 15%;
    font-size: 0;
    background: url(../img/txt_mv.png) no-repeat left / auto 100%;
    animation-name: mv;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@keyframes mv {
	0% {
		width: 0;
        opacity: 0;
	}
	100% {
        width: 54%;
        opacity: 1;
	}
}

.care {
    position: relative;
}

.care .add-txt {
    position: absolute;
    right: 5%;
    top: 78%;
    width: 90%;
    text-align: right;
}

.purchase-sec {
    position: relative;
}

.purchase-sec-ttl {
    position: relative;
    margin-top: 30px;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.purchase-sec-ttl .f-num {
    font-size: 240%;
}

.purchase-sec-ttl .pay-tag {
    position: absolute;
    top: 38px;
    left: calc(50% + 47px);
    font-size: 47%;
}

.purchase-sec-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 410px;
    margin: 0 auto;
}

.purchase-sec-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.25;
    color: #00aca9;
    background-color: #f7ee26;
}

.purchase-sec-list li .add-tag {
    font-size: .9rem;
    letter-spacing: 0;
    vertical-align: 5px;
}

.purchase-sec-list--2 li .add-tag {
    vertical-align: 4px;
}

.purchase-sec-list--1 li {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.purchase-sec-list--2 li {
    width: 48%;
    height: 50px;
    font-size: 1.3rem;
    border-radius: 60px;
}

.purchase-sec .add-txt {
    margin: 20px 0 40px;
    font-size: 1rem;
    line-height: 1.5;
}

.purchase-part {
    position: relative;
}

.purchase-btn {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: .05em;
    color: #fff;
    background-color: #e57373;
    border-radius: 50px;
    cursor: pointer;
}

.purchase-btn img {
    width: 30px;
    margin-right: 8px;
    vertical-align: -3px;
}

.purchase-btn::after {
    content: '';
    position: absolute;
    right: 20px;
    top: calc(50% - 13px);
    width: 26px;
    height: 26px;
    background: url(../img/icn_down.png) no-repeat center / 100% auto;
}

.purchase-btn.active::after {
    transform: rotateX(180deg);
}

.purchase-list {
    position: absolute;
    left: calc(50% - 150px);
    top: calc(100% + 20px);
    display: none;
    width: 300px;
    padding: 20px;
    background-color: #f3a7ac;
    z-index: 2;
}

.purchase-list.active {
    display: block;
}

.purchase-list::before {
    content: '';
    position: absolute;
    left: calc(50% - 35px);
    top: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 35px 20px 35px;
    border-color: transparent transparent #f3a7ac transparent;
}

.purchase-list a {
    display: block;
    line-height: 0;
}

.purchase-list a + a {
    margin-top: 15px;
}

.award {
    padding: 40px 0 60px;
    text-align: center;
    background: url(../img/bg_award.jpg) no-repeat center / cover;
}

.award h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    color: #1e2775;
}

.award h2 span {
    display: inline-block;
    border-bottom: 3px solid #1e2775;
}

.award-num {
    position: relative;
    margin: 15px 0 40px;
    padding: 0 45px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.2;
    color: #1e2775;
}

.award-num::before,
.award-num::after {
    content: '';
    position: absolute;
    top: 0;
    width: 45px;
    height: 100%;
    background-image: url(../img/shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

.award-num::before {
    left: 0;
}

.award-num::after {
    right: 0;
    transform: rotateY(180deg);
}

.award-num .num {
    font-family: 'Bebas Neue', cursive;
    font-size: 340%;
    letter-spacing: 0;
}

.award-txt {
    margin-bottom: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    color: #1e2775;
}

.award-txt span {
    margin-right: 5px;
    padding: 0 7px;
    color: #fff;
    background-color: #1e2775;
}

.award .add-txt {
    margin-top: 20px;
    text-align: left;
}

.popular {
    position: relative;
    text-align: center;
    font-weight: 700;
}

.popular .line-bottom {
    position: absolute;
    left: 0;
    bottom: 75%;
    width: 100%;
    font-size: 2.4rem;
    line-height: 1.5;
    color: #1e2775;
} 

.popular .line-bottom::before {
    background-image: url(../img/line_bottom-b.png);
}

.popular .line-ttl {
    position: absolute;
    left: 0;
    bottom: 6%;
    width: 100%;
    font-size: 3.2rem;
    color: #00aca8;
}

.popular .line-ttl .add-tag {
    vertical-align: 19px;
}

.effect {
    margin-top: 60px;
}

.effect-ttl {
    padding: 40px 0 30px;
    font-size: .9rem;
    line-height: 1.3;
    background-color: #f7ee26;
}

.effect-ttl h2 {
    color: #00ada9;
    text-align: center;
    font-size: 1.7rem;
}

.effect-ttl h2 .f-md {
    position: relative;
    margin: 0 3px;
    padding: 4px 18px;
    font-size: 138%;
    background-color: #fff;
    border-radius: 30px;
}

.effect-ttl h2 .f-md .add-tag {
    position: absolute;
    right: 5px;
    top: 8px;
    font-size: .8rem;
}

.effect-ttl h2 .line {
    display: inline-block;
    margin-top: 15px;
    font-size: 250%;
}

.effect-ttl.line-ttl .line::before {
    background-color: #fff;
}

.effect-cont {
    position: relative;
    z-index: 1;
}

.effect-cont .container {
    position: absolute;
    left: 5%;
    top: 59%;
    text-align: center;
    color: #00aca8;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .1em;
}

.effect-cont .line-bottom {
    margin-bottom: 10px;
}

.effect-cont .line-bottom::before {
    background-image: url(../img/line_bottom-w.png);
}

.effect-cont .container h3 {
    margin-bottom: 5px;
    font-size: 2.7rem;
}

.effect .purchase-sec {
    margin-top: -62px;
    padding: 100px 0 60px;
    background: url(../img/bg_effect.png) no-repeat center / cover;
}

.effect .purchase-sec .line-ttl .col-green {
    text-align: center;
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: .1em;
}

.effect .purchase-sec .line-ttl h3 {
    margin-top: 30px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
}

.effect .purchase-sec .line-ttl h3 .f-sm {
    font-size: 86%;
    letter-spacing: .1em;
    border-bottom: 3px solid #00aca8;
}

.effect .purchase-sec .line-ttl h3 .add-tag {
    vertical-align: 11px;
}

.effect .purchase-sec .line-ttl h3 .line {
    font-size: 135%;
    line-height: 1.3;
}

.effect-purchase {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.effect-purchase>figure {
    width: 22%;
    margin-right: 4%;
}

.effect-purchase .flex-1 {
    flex: 1;
}

.effect-purchase-head {
    display: flex;
    align-items: center;
}

.effect-purchase-head .flex-1 {
    max-width: 115px;
    padding-left: 10px;
}

.effect-purchase .purchase-sec-ttl {
    margin-top: 0;
    text-align: left;
}

.effect-purchase .purchase-sec-ttl .pay-tag {
    left: 118px;
    top: 64px;
}

.effect-purchase .purchase-sec-list--1 li {
    width: 100px;
    height: 100px;
    font-size: 1.4rem;
}

.effect-purchase .purchase-sec-list--2 li {
    width: 49%;
    font-size: 1.2rem;
}

.voice {
    padding: 40px 0;
    background: url(../img/bg_voice.jpg) no-repeat center / cover;
}

.voice .line-bottom {
    margin-bottom: 40px;
}

.voice h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
}

.voice ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.voice ul li figure {
    width: 20%;
}

.voice ul li p {
    position: relative;
    width: 75%;
    padding: 15px;
    font-size: 1.2rem;
    color: #00aca8;
    background-color: #fff;
    border: 2px solid #00aca8;
    box-shadow: 5px 5px 0 #00aca8;
}

.voice ul li:nth-child(2n) p {
    width: 77%;
}

.voice ul li p::after {
    content: '';
    position: absolute;
    bottom: 20px;
    width: 20px;
    height: 20px;
    background: url(../img/icn_word.png) no-repeat top / 100% auto;
}

.voice ul li:nth-child(2n+1) p::after {
    right: 100%;
}

.voice ul li:nth-child(2n) p::after {
    left: 100%;
    transform: rotateY(180deg);
}

.mix {
    padding-top: 50px;
}

.mix .line-bottom {
    margin-bottom: 40px;
}

.mix h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
}

.mix-box {
    position: relative;
    margin: 50px 0 20px;
    border: 1px solid #00aca8;
    border-radius: 15px;
}

.mix-box dt {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    text-align: center;
    font-size: 2.2rem;
    transform: translateY(-50%);
}

.mix-box dt span {
    position: relative;
    padding: 0 15px;
    color: #00aca8;
    background-color: #fff;
}

.mix-box dd {
    display: flex;
    justify-content: space-between;
    padding: 40px 5% 25px;
}

.mix-box dd figure {
    width: 30%;
}

.mix-box dd .fadeUp.anime:nth-of-type(2) {
	animation-delay: .2s;
}

.mix-box dd .fadeUp.anime:nth-of-type(3) {
	animation-delay: .4s;
}

.pass-ttl {
    position: relative;
    margin-top: 30px;
    line-height: 1.2;
}

.pass-ttl h3 {
    color: #00ada9;
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.7;
}

.pass-ttl h3 span:not(.line) {
    margin: 0 3px;
    padding: 0 5px;
    color: #f9ed43;
    background-color: #00ada9;
}

.pass-ttl h3 span.line {
    font-size: 135%;
}

.pass-ttl .add-tag {
    position: absolute;
    top: -4px;
    font-size: .9rem;
}

.pass-ttl .add-tag--1 {
    left: calc(50% - 70px);
}

.pass-ttl .add-tag--2 {
    left: calc(50% + 62px);
}

.pass-ttl .add-tag--3 {
    left: calc(50% + 153px);
    top: 43px;
}

.moisturize {
    margin-top: 60px;
}

.moisturize-ttl {
    margin-bottom: 15px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
}

.moisturize-ttl h3 {
    font-size: 3rem;
    text-align: center;
}

.moisturize-ttl h3>span {
    margin-right: 5px;
    padding: 2px 5px;
    color: #fff;
    background-color: #00aca8;
}

.moisturize-ttl h3>span .add-tag {
    margin-left: -7px;
    font-size: 1rem;
    vertical-align: -4px;
}

.pass .add-txt,
.moisturize .add-txt {
    margin-top: 10px;
}

.sensitive {
    padding: 50px 0;
}

.sensitive h3 {
    margin-bottom: 20px;
    text-align: center;
    color: #00aca8;
    font-weight: 700;
    font-size: 3rem;
}

.sensitive ul {
    display: flex;
    align-items: flex-start;
}

.sensitive ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100px;
    height: 100px;
    margin-left: calc(25% - 125px);
    color: #fff;
    background-color: #00aca8;
    border-radius: 50%;
}

.sensitive ul li:first-child {
    margin-left: 0;
}

.sensitive ul li:nth-child(2n) {
    margin-top: 80px;
}

.sensitive-txt {
    margin-top: 20px;
    font-size: 1.7rem;
    font-weight: 700;
}

.sensitive .add-tag {
    font-size: .9rem;
    vertical-align: 6px;
}

.sensitive .f-11 {
    margin-top: 15px;
    font-size: 1.1rem;
    text-align: center;
}

.sensitive dl dt {
    margin-top: 30px;
}

.sensitive dl dt>span {
    display: inline-block;
    padding: 2px 10px;
    font-size: 2rem;
    font-weight: 700;
    color: #00aca8;
    border: 2px solid #00aca8;
    box-shadow: 5px 5px 0 #f7ed26;
}

.sensitive dl dt>span .add-tag {
    vertical-align: 9px;
}

.sensitive dl dd {
    margin-top: 5px;
    font-size: 1.7rem;
}

footer {
    padding: 50px 0 250px;
}

.footer-menu {
    text-align: center;
}

@media screen and (max-width: 464px) {
    .body-wrapper {
        box-shadow: none;
        overflow-x: hidden;
    }
    .purchase-sec-list--1 li {
        width: 28vw;
        height: 28vw;
    }
    .award-num .num {
        font-size: 15vw;
    }
    .popular .line-bottom {
        font-size: 5.35vw;
    }
    .popular .line-ttl {
        font-size: 7vw;
    }
    .effect-ttl h2 {
        font-size: 3vw;
    }
    .effect-cont .container,
    .pass-ttl h3,
    .moisturize-ttl {
        font-size: 5.5vw;
    }
    .effect-cont .container h3 {
        font-size: 6vw;
    }
    .effect .purchase-sec .line-ttl .col-green,
    .moisturize-ttl h3 {
        font-size: 7vw;
    }
    .effect .purchase-sec .line-ttl h3 {
        font-size: 5vw;
    }
    .effect-purchase .purchase-sec-list--1 li {
        width: 21.5vw;
        height: 21.5vw;
        font-size: 3.25vw;
    }
    .effect-purchase .purchase-sec-list--2 li {
        font-size: 2.5vw;
    }
    .voice h2,
    .mix h2,
    .sensitive h3 {
        font-size: 6.5vw;
    }
    .pass-ttl .add-tag--1 {
        left: calc(50% - 15vw);
    }
    .pass-ttl .add-tag--2 {
        left: calc(50% + 13.5vw);
    }
    .pass-ttl .add-tag--3 {
        left: calc(50% + 33vw);
        top: 9.5vw;
    }
    .sensitive ul li {
        width: 22vw;
        height: 22vw;
        margin-left: -5vw;
        font-size: 3.75vw;
        line-height: 1.5;
    }
    .sensitive ul li:nth-child(2n) {
        margin-top: 17vw;
    }
}

@media screen and (max-width: 400px) {
    .award-num {
        padding: 0 30px;
        font-size: 1.8rem;
    }
    .award-num::before, 
    .award-num::after {
        width: 30px;
    }
    .award-txt {
        font-size: 7vw;
    }
}