@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,400&display=swap");
@import url(fonts.css);

body {
    font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Helvetica, Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #333;
}

/* common */
#main-content {
    float: none;
    width: 100%;
    padding: 0;
    background: #FCF3F0;
}

@media only screen and (max-width: 640px) {
    #main-content {
        background-image: none;
    }
}

#main-content p.small {
    font-size: 0.8em;
}

#main-content p.note {
    font-size: 12px;
    color: #999;
    letter-spacing: 0;
}

.pc {
    display: block;
}

.sp,
.sp-img {
    display: none !important;
}

@media only screen and (max-width: 640px) {
    .sp {
        display: block !important;
    }

    span.sp {
        display: inline !important;
    }

    .pc {
        display: none !important;
    }
}

sup {
    position: relative;
    top: -0.8em;
    font-size: 50%;
}

/* hero
----------------------------------------------------*/
#hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 640px) {
    #hero {
        margin-top: -60px;
        height: 100vh;
        height: 100dvh;
    }
}

#hero .inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.hero-ph {
    position: relative;
    opacity: 0;
    transition: opacity 1.5s 0.5s ease;
}

.inview .hero-ph {
    opacity: 1;
}

.hero-title {
    position: absolute;
    top: 23.5vw;
    left: 20.5vw;
    font-family: "lato", sans-serif;
    font-size: 2vw;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #fff;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1.5s ease, transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (max-width: 640px) {
    .hero-title {
        top: 45vw;
        left: 33vw;
        font-size: 6.1vw;
    }
}

.hero-title2 {
    position: absolute;
    top: 27.2vw;
    left: 11.5vw;
    font-size: 1.7vw;
    font-weight: 400;
    color: #fff;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1.5s ease, transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (max-width: 640px) {
    .hero-title2 {
        top: 55vw;
        left: 12vw;
        font-size: 4.3vw;
    }
}

.inview .hero-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.5s;
}

.inview .hero-title2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.7s;
}

/* about
----------------------------------------------------*/
.about {
    margin-top: 190px;
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .about {
        margin-top: 80px;
    }
}

.about .inner {
    margin: 0 auto;
    width: min(90%, 1200px);
}

.about .about-title {
    margin: 0;
    font-family: "Lato", sans-serif !important;
    font-size: min(8.5vw, 56px);
    font-weight: 200;
    color: #FF8965;
    text-align: center;
    letter-spacing: 0.01em;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1.5s ease, transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0.5s;
}

@media only screen and (max-width: 640px) {
    .about .about-title {
        font-weight: 300;
        text-align: center !important;
        color: #ECA38D;
    }
}

.about .tx {
    margin-top: 3em;
    box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
    .about .tx {
        padding-left: 0;
        width: 100%;
    }
}

.about h3 {
    margin-top: 1.8em;
    font-size: min(3.9vw, 24px);
    color: #707070;
    text-align: center;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1.5s ease, transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 1.5s;
}

@media only screen and (max-width: 640px) {
    .about h3 {
        padding: 0 2%;
        text-align: center;
    }
}

.about p {
    margin-top: 1em;
    line-height: 2;
    color: #707070;
    text-align: center;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1.5s ease, transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 1.7s;
}

@media only screen and (max-width: 640px) {
    .about p {
        padding: 0 2%;
        font-size: 3.7vw;
        line-height: 1.7;
        text-align: justify;
    }
}

.about.inview .about-title {
    opacity: 1;
    transform: translateY(0);
}

.about.inview .tx h3,
.about.inview .tx p {
    opacity: 1;
    transform: translateY(0);
}

/* nav
----------------------------------------------------*/
.nav {
    margin: 140px auto 0;
    width: min(90%, 790px);
}

@media only screen and (max-width: 640px) {
    .nav {
        margin: 100px auto 0;
    }
}

.nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav li {
    width: 47%;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1.5s ease, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: 1s;
}

@media only screen and (max-width: 640px) {
    .nav li {
        margin-top: 5px;
        width: 100%;
    }
}

.nav li a {
    display: block;
    transition: opacity 0.3s 0s ease;
}

.nav li a:hover {
    opacity: 0.6;
}

.nav.inview li {
    opacity: 1;
    transform: translateY(0);
}

.nav.inview li:nth-child(2) {
    transition-delay: 1.2s;
}

/* products
----------------------------------------------------*/
.product {
    position: relative;
    padding-top: 300px;
}

@media only screen and (max-width: 640px) {
    .product {
        padding-top: 150px;
        width: 100%;
        overflow: hidden;
    }
}

.product .inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: min(90%, 1200px);
}

@media only screen and (max-width: 640px) {
    .product .inner {
        display: block;
    }
}

.product-ph {
    position: sticky;
    top: 200px;
    width: 50%;
    height: 500px;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1.5s ease, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: 0.4s;
}

@media only screen and (max-width: 640px) {
    .product-ph {
        position: relative;
        top: 0;
        width: 100%;
        height: 67vw;
    }
}

.product-ph.inview {
    opacity: 1;
    transform: translateY(0);
}

.product-ph .product-slide {
    margin: 0 auto;
    position: relative;
    width: 510px;
}

@media only screen and (max-width: 640px) {
    .product-ph .product-slide {
        width: 80%;
    }
}

.product-ph .slide {
    position: relative;
}

.product-ph .slide-num {
    position: absolute;
    left: 50%;
    bottom: 0;
    font-family: "Lato", sans-serif !important;
    font-size: 13px;
    text-align: center;
    transform: translateX(-50%);
}

.slide-arrow {
    position: absolute;
    top: 50%;
    width: 30px;
    transform: translateY(-50%);
}

.slide-arrow:hover {
    cursor: pointer;
}

.btn-next {
    right: -30px;
}

.btn-prev {
    left: -30px;
}

.product-info {
    margin: 0;
    padding-left: 7.5%;
    width: 50%;
}

@media only screen and (max-width: 640px) {
    .product-info {
        margin-top: 50px;
        padding: 0;
        width: 100%;
    }
}

.product-info h3 {
    margin-top: 1.5em;
    font-size: min(5vw, 20px);
    line-height: 1.6;
}

.product-info p.note {
    padding: 0.5em 0;
}

.product-info h4.subtitle {
    padding-bottom: 0.2em;
    border-bottom: solid 1px #333;
}

.product-name {
    margin: 0 !important;
    font-family: "Lato", sans-serif !important;
    font-size: min(7vw, 28px);
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left !important;
    color: #EDA38D;
}

.product-name-jp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0.5em;
}

@media only screen and (max-width: 640px) {
    .product-name-jp {
        display: block;
        font-size: 3.6vw;
    }
}

.product-name-jp p {
    font-weight: 200;
}

@media only screen and (max-width: 640px) {
    .product-name-jp p {
        margin-top: 0.5em;
    }
}

.product-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

@media only screen and (max-width: 640px) {
    .product-icon {
        margin-top: 10px;
    }
}

.product-icon li {
    display: inline-block;
    margin: 10px 3px 0;
    padding: 3px 10px;
    border: solid 2px #EDA38D;
    border-radius: 20px;
    color: #EDA38D;
    font-size: 17px;
    line-height: 1.2;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .product-icon li {
        padding: 2px 10px;
        font-size: 3.3vw;
    }
}

.product-spec,
.product-price {
    margin-top: 0.2em;
    font-size: 18px;
    font-weight: 200;
}

@media only screen and (max-width: 640px) {

    .product-spec,
    .product-price {
        margin-top: 0.3em;
        font-size: 3.6vw;
    }
}

.product-spec {
    margin-top: 1.5em;
}

.product-desc {
    margin-top: 150px;
}

.product-desc p {
    margin-top: 1em;
    padding: 1.5em;
    line-height: 1.5;
    background: #fff;
    border-radius: 5px;
    text-align: justify;
}

.product-features {
    margin-top: 50px;
}

.product-features ul {
    margin-top: 1em;
}

.product-features li {
    display: -ms-flexbox;
    margin-top: 10px;
    padding: 1em;
    background: #fff;
    border-radius: 5px;
}

.product-features li h5 {
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    font-weight: 500;
    color: #FF8965;
}

@media only screen and (max-width: 640px) {
    .product-features li h5 {
        font-size: 3.8vw;
    }
}

.product-features li .num {
    margin-right: 0.5em;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

@media only screen and (max-width: 640px) {
    .product-features li .num {
        font-weight: 600;
    }
}

.product-features li p {
    margin-top: 1em;
    font-size: 14px;
    line-height: 1.5;
}

.product-features li .nowrap {
    white-space: nowrap;
}

.sub-title {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.sub-title h4 {
    display: inline-block;
    padding: 0 40px;
    font-family: "Lato", sans-serif;
    font-size: min(8vw, 80px);
    font-weight: 100;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FF8965;
}

@media only screen and (max-width: 640px) {
    .sub-title h4 {
        padding: 0 10px;
        font-weight: 300;
    }
}

.sub-title h5 {
    margin-top: 0;
    font-size: min(5vw, 24px);
    font-weight: 200;
    line-height: 1.3;
    text-align: center;
    color: #FF8965;
}

/* color-variation
----------------------------------------------------*/
.color-variation {
    margin-top: 230px;
}

@media only screen and (max-width: 640px) {
    .color-variation {
        margin-top: 100px;
    }
}

.color-variation .inner {
    display: block;
    position: relative;
    margin: 50px auto 0;
    width: min(90%, 920px);
}

.color-variation figure {
    margin-top: 30px;
}

@media only screen and (max-width: 640px) {
    .color-variation figure {
        margin-top: 20px;
    }
}

/* howto
----------------------------------------------------*/
.howto {
    margin-top: 230px;
}

@media only screen and (max-width: 640px) {
    .howto {
        margin-top: 100px;
    }
}

.howto .inner {
    display: block;
    position: relative;
    margin: 0 auto 10px;
    padding: 20px 0 100px;
    width: min(90%, 1200px);
}

@media only screen and (max-width: 640px) {
    .howto .inner {
        padding: 20px 0 50px;
    }
}

.howto .inner::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: calc(100% - 10px);
    height: calc(100% + 10px);
    border: solid 1px #FF8965;
    z-index: 0;
}

@media only screen and (max-width: 640px) {
    .howto .inner::before {
        top: -5px;
        width: calc(100% - 5px);
        height: calc(100% + 5px);
    }
}

.howto .inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: calc(100% + 10px);
    height: calc(100% - 10px);
    border: solid 1px #FF8965;
    z-index: 0;
}

@media only screen and (max-width: 640px) {
    .howto .inner::after {
        left: -5px;
        width: calc(100% + 5px);
        height: calc(100% - 5px);
    }
}

.howto .inner .sub-title {
    transform: translateY(-53%);
}

@media only screen and (max-width: 640px) {
    .howto .inner .sub-title {
        transform: translateY(-45%);
    }

    #refill .howto .inner .sub-title {
        transform: translateY(-60%);
    }
}

.howto .inner .sub-title h4 {
    background: #FCF3F0;
}

.howto-steps {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.howto-steps .step {
    position: relative;
    margin: 0 1%;
    width: 29%;
    text-align: center;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1.5s ease, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: 0.5s;
}

@media only screen and (max-width: 640px) {
    .howto-steps .step {
        margin: 1em 5% 0;
        width: 90%;
    }

    .howto-steps .step+.step {
        margin-top: 7em;
    }
}

#refill .howto-steps .step {
    margin: 0 5%;
}

@media only screen and (max-width: 640px) {
    #refill .howto-steps .step {
        margin-top: 3em;
    }

    #refill .howto-steps .step+.step {
        margin-top: 7em;
    }
}

.inview .howto-steps .step {
    opacity: 1;
    transform: translateY(0);
}

.howto-steps .step p {
    margin-top: 1em;
    font-size: min(4vw, 16px);
    line-height: 1.5;
    text-align: center;
}

.howto-steps .step:nth-child(2) {
    transition-delay: 0.8s;
}

.howto-steps .step:nth-child(3) {
    transition-delay: 1.1s;
}

.howto-steps .step:nth-child(4) {
    transition-delay: 1.4s;
}

#refill .howto-steps .step:nth-child(3),
#refill .howto-steps .step:nth-child(4) {
    margin-top: 7em;
}

.howto-steps .step-num {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    transform: translateX(-20%);
    padding-bottom: 0.3em;
    padding-left: 0.5em;
    font-family: "Lato", sans-serif;
    font-size: min(3.5vw, 16px);
    font-style: italic;
    color: #FF8965;
    border-bottom: 1px solid #FF8965;
}

@media only screen and (max-width: 640px) {
    .howto-steps .step-num {
        transform: translate(0, -70%);
    }
}

.howto-steps .step-num em {
    position: relative;
    top: 0.15em;
    padding-left: 0.2em;
    font-size: 175%;
}

.howto-steps .step-img {
    position: relative;
    margin: 0 auto;
    width: 75%;
}

.howto-steps .step-type {
    display: inline-block;
    margin-top: 20px;
    padding: 5px 15px;
    font-size: min(4vw, 16px);
    line-height: 1;
    color: #fff;
    background: #D69CA2;
    border-radius: 30px;
}

/* btn
----------------------------------------------------*/
.btns {
    margin: 30px auto 0;
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .btns {
        margin-left: -1%;
        width: 102%;
    }
}

.btns ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}

.btns ul+ul {
    margin-top: 30px;
}

.btns li {
    width: 48%;
    margin: 15px 1% 0;
}

@media only screen and (max-width: 640px) {
    .btns li {
        margin: 0 1%;
    }
}

.btns .btn a {
    width: 100%;
}

.btns .note {
    margin-top: 30px;
}

.btn {
    position: relative;
    font-size: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
}

.btn a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 280px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: #EDA38D;
    transition: opacity 0.15s linear;
    box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
    .btn a {
        height: 60px;
    }
}

.btn a:hover {
    cursor: pointer;
}

.btn p.note {
    padding: 0.5em 0;
    margin-left: -15%;
    width: 130%;
    font-size: 1em !important;
    line-height: 1.5;
    text-align: center;
    color: #D59E70 !important;
}

.btn p.note em {
    font-weight: 600;
}

li.btn-buy {
    width: 100%;
}

li.btn-buy>a:hover {
    opacity: 0.7;
}

li.btn-buy.comingsoon {
    pointer-events: none;
}

@media only screen and (max-width: 640px) {
    li.btn-buy {
        margin-bottom: 10px;
    }
}

.btn-detail,
.btn-shop {
    color: #aaa;
}

.btn-detail a,
.btn-shop a {
    color: #333;
    background: none;
    border: solid 1px #333;
    box-sizing: border-box;
    transition: color 0.15s, background 0.3s;
}

#face-color .btn-detail a,
#face-color .btn-shop a {
    color: #333;
    background: none;
}

.btn-detail a:hover,
.btn-shop a:hover {
    color: #fff;
    background: #EDA38D;
    border: solid 1px #EDA38D;
}

.btn-comingsoon {
    position: relative;
}

.btn-comingsoon a {
    opacity: 0.9;
    pointer-events: none;
}

.btn-comingsoon a p {
    font-size: min(4vw, 16px);
    letter-spacing: 0;
}

@media only screen and (max-width: 640px) {
    .btn-comingsoon:after {
        position: absolute;
        top: 100%;
        left: 0;
        width: 200px;
    }

    .btn.comingsoon:after {
        width: 100%;
    }
}

.sns {
    margin-bottom: 0;
    padding: 100px 0;
}

@media only screen and (max-width: 640px) {
    .sns {
        padding: 50px 0;
    }
}

/* special-banners
----------------------------------------------------*/
.special-banners {
    padding-top: 300px;
}

@media only screen and (max-width: 640px) {
    .special-banners {
        padding-top: 200px;
    }
}

.special-banners ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: min(90%, 1320px);
}

.special-banners li {
    width: 49%;
}

@media only screen and (max-width: 640px) {
    .special-banners li {
        margin-top: 20px;
        width: 100%;
    }
}

.special-banners li a {
    transition: opacity 0.5s 0s ease;
}

.special-banners li a:hover {
    opacity: 0.7;
}

.bg-orange {
    width: 100%;
    background: #FCF3F0;
}

/*# sourceMappingURL=style.css.map */