﻿@charset "UTF-8";
@font-face {
    font-family: "bodoni";
    src: url("fonts/BodoniSvtyTwoOSITCTTBook.ttf") format("truetype");
}

.about-ingredients{
    margin-bottom: 335px;
    padding-top: 120px;
    background-image: url(../image/ingredients/first-bg_pc.png);
    background-repeat: no-repeat;
    background-size: 100% 38%;
    background-position: top center;
}

.about-ingredients .about-ingredients__inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.about-ingredients .about-ingredients__heading-primary{
    margin-bottom: 75px;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
}

.about-ingredients .about-ingredients__heading-primary i{
    display: block;
    width: 30px;
    margin: 0 auto;
    margin-top: 27px;
    border: 1px solid #5f5f5f;
}

.about-ingredients .about-ingredients__text-wrap{
    margin-bottom: 125.5px;
    text-align: center;
}

.about-ingredients .about-ingredients__subttl{
    margin-bottom: 14px;
    font-size: 14px;
}

.about-ingredients .about-ingredients__ttl{
    margin-bottom: 16px;
    font-size: 24px;
}

.about-ingredients .about-ingredients__text-heading{
    width: 325px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #c8dce1;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
}

.about-ingredients .about-ingredients__text{
    font-size: 14px;
    line-height: 2.3;
}

.about-ingredients .about-ingredients__list{
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-ingredients .about-ingredients__list-img{
    width: 460px;
    margin: 0;
    align-self: flex-end;
}

.about-ingredients .about-ingredients__list-detail-wrap{
    width: 480px;
}

.about-ingredients .about-ingredients__list-img-caption{
    margin-bottom: -25px;
    font-size: 80px;
    font-family: "bodoni", sans-serif;
    color: #e4e4e4;
    opacity: 0.5;
    letter-spacing: 0.05em;
}

.about-ingredients .about-ingredients__number-wrap{
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}

.about-ingredients .about-ingredients__number-text{
    font-size: 24px;
}

.about-ingredients .about-ingredients__number-text span{
    display: block;
    margin-top: 15px;
    font-size: 18px;
}

.about-ingredients .about-ingredients__detail-ttl{
    margin-bottom: 10.5px;
    padding: 0 5px;
    font-size: 18px;
    color: #ffffff;
    background-color: #5f5f5f;
    text-align: center;
}

.about-ingredients .about-ingredients__detail-text{
    font-size: 14px;
    line-height: 2.3;
    text-align: justify;
    -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
    letter-spacing: 0.1em;
}

.about-ingredients .about-ingredients__list:nth-child(1) .about-ingredients__number-wrap img{
    width: 210px;
}

.about-ingredients .about-ingredients__list:nth-child(1) .about-ingredients__detail-wrap{
    margin-left: 20px;
}

.about-ingredients .about-ingredients__list:nth-child(1) .about-ingredients__list-img-caption{
    margin-bottom: -32px;
}

.about-ingredients .about-ingredients__list:nth-child(1) .about-ingredients__detail-ttl{
    width: 115px;
    height: 26px;
    line-height: 26px;
}

.about-ingredients .about-ingredients__list:nth-child(1) .about-ingredients__number-text{
    margin-top: -70px;
    margin-left: -30px;
}

.about-ingredients .about-ingredients__list:nth-child(2) .about-ingredients__number-wrap img{
    width: 207px;
}

.about-ingredients .about-ingredients__list:nth-child(2) .about-ingredients__detail-wrap{
    margin-right: 20px;
}

.about-ingredients .about-ingredients__list:nth-child(2) .about-ingredients__list-img-caption{
    margin-bottom: -35px;
    font-size: 110px;
    text-align: right;
}

.about-ingredients .about-ingredients__list:nth-child(2) .about-ingredients__detail-ttl{
    width: 82px;
    height: 26px;
    line-height: 26px;
}

.about-ingredients .about-ingredients__list:nth-child(2) .about-ingredients__number-text{
    margin-top: 80px;
    margin-left: -30px;
}

.about-ingredients .about-ingredients__list:nth-child(3) .about-ingredients__number-wrap img{
    width: 223px;
}

.about-ingredients .about-ingredients__list:nth-child(3) .about-ingredients__detail-wrap{
    margin-left: 20px;
}

.about-ingredients .about-ingredients__list:nth-child(3) .about-ingredients__number-text{
    margin-top: 50px;
    margin-left: 20px;
}

.about-ingredients .about-ingredients__list:nth-child(3) .about-ingredients__detail-ttl{
    width: 85px;
    height: 26px;
    line-height: 26px;
}

.aroma{
    margin-bottom: 130px;
}

.aroma .aroma__detail{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.aroma .aroma__detail:before {
    content: "";
    width: 100%;
    height: 455px;
    background: #fafafa;
    position: absolute;
    width: 4000px;
    left: -2000px;
    top: -135px;
    z-index: -1;
}

.aroma .aroma__inner{
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    margin-bottom: 75px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.aroma .aroma__ttl-wrap{
    width: 220px;
}

.aroma .aroma__ttl{
    margin-top: -10px;
    font-size: 80px;
    font-weight: 300;
    font-family: "bodoni", sans-serif;
    color: #e4e4e4;
}

.aroma .aroma__subttl{
    font-size: 24px;
    letter-spacing: 0.1em;
}

.aroma .aroma__text-wrap{
    width: 610px;
}

.aroma .aroma__text{
    font-size: 14px;
    line-height: 2.3;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
}

.aroma .aroma__text span{
    display: block;
    margin-bottom: 15.5px;
    font-size: 16px;
}

.aroma .aroma__list-wrap{
    margin-bottom: 135px;
    display: flex;
    justify-content: space-between;
}

.aroma .aroma__list{
    width: 240px;
}

.aroma .aroma__cosmos-wrap{
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}

.aroma .aroma__cosmos-inner{
    margin-bottom: 75px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.aroma .aroma__cosmos-logo{
    width: 95px;
}

.aroma .aroma__cosmos-text-wrap{
    width: 780px;
}

.argoma .aroma__cosmos-text-inner{
    margin-bottom: 50px;
}

.aroma .aroma__cosmos-subttl{
    margin-bottom: 20px;
    font-size: 16px;
}

.aroma .aroma__cosmos-ttl{
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 300;
    -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
}

.aroma .aroma__cosmos-list-ttl{
    margin-bottom: 20.5px;
    font-size: 16px;
    -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
}

.aroma .aroma__cosmos-list{
    font-size: 14px;
    line-height: 2.3;
    letter-spacing: 0.09em;
    -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
}

.aroma .aroma__cosmos-desc{
    font-size: 12px;
    text-align: center;
}

.about-product{
    margin-bottom: 140px;
    padding: 130px 0;
    background-image: url(../image/ingredients/product-bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.about-product .about-product__inner{
    /*width: 202px;*/
    margin: 0 auto;
}

.about-product .about-product__ttl{
    font-size: 24px;
    text-align: center;
}

.about-product .about-product__ttl i{
    display: block;
    width: 30px;
    margin: 30px auto;
    border: 1px solid #5f5f5f;
}

.ie-only{
    display: none;
}

@media all and (-ms-high-contrast: none) {
    /* ここに書く */
    .ie-only{
        display: block;
    }
    .about-ingredients__list-img-caption,
    .aroma__ttl{
        display: none;
    }
    .ie-mishimasaiko{
        margin-bottom: -20px;
        width: 453px !important;
        position: relative;
        z-index: 2;
    }
    .ie-ceramide{
        margin-bottom: -19px;
        width: 437px !important;
        text-align: right;
        position: relative;
        z-index: 2;
    }
    .ie-ginger{
        margin-bottom: -45px;
        width: 315px !important;
        position: relative;
        z-index: 2;
    }
    .about-ingredients .about-ingredients__text-heading{
        line-height: 40px;
    }
    .about-ingredients :nth-child(1).about-ingredients__list .about-ingredients__detail-ttl,
    .about-ingredients :nth-child(2).about-ingredients__list .about-ingredients__detail-ttl,
    .about-ingredients :nth-child(3).about-ingredients__list .about-ingredients__detail-ttl{
        line-height: 36px;
    }
    .ie-aroma__ttl img{
        width: 222px !important;
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

/* タブレット */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .about-ingredients .about-ingredients__inner {
        max-width: calc(970*(100vw/1024));
    }
    .about-ingredients .about-ingredients__list-img {
        width: calc(460*(100vw/1024));
    }
    .about-ingredients .about-ingredients__list-detail-wrap {
        width: calc(480*(100vw/1024));
    }
    .about-ingredients .about-ingredients__list-img-caption{
        font-size: calc(80*(100vw/1024));
    }
    .about-ingredients .about-ingredients__number-wrap {
        margin-bottom: calc(35*(100vw/1024));
    }
    .about-ingredients .about-ingredients__number-text {
        font-size: calc(24*(100vw/1024));
    }
    .about-ingredients .about-ingredients__number-text span {
        margin-top: calc(15*(100vw/1024));
        font-size: calc(18*(100vw/1024));
    }
    .about-ingredients .about-ingredients__detail-ttl {
        margin-bottom: calc(10.5*(100vw/1024));
        padding: 0 5px;
        font-size: calc(18*(100vw/1024));
    }
    .about-ingredients .about-ingredients__detail-text {
        font-size: calc(14*(100vw/1024));
    }
    .about-ingredients .about-ingredients__list:nth-child(1) .about-ingredients__number-wrap img{
        width: calc(210*(100vw/1024));
    }
    .about-ingredients .about-ingredients__list:nth-child(1) .about-ingredients__detail-wrap{
        margin-left: calc(20*(100vw/1024));
    }
    .about-ingredients .about-ingredients__list:nth-child(1) .about-ingredients__list-img-caption{
        margin-bottom: calc(-32*(100vw/1024));
    }
    .about-ingredients .about-ingredients__list:nth-child(1) .about-ingredients__detail-ttl{
        width: calc(115*(100vw/1024));
        height: calc(26*(100vw/1024));
        line-height: calc(26*(100vw/1024));
    }
    .about-ingredients .about-ingredients__list:nth-child(1) .about-ingredients__number-text{
        margin-top: calc(-70*(100vw/1024));
        margin-left: calc(-30*(100vw/1024));
    }
    .about-ingredients .about-ingredients__list:nth-child(2) .about-ingredients__number-wrap img{
        width: calc(207*(100vw/1024));
    }
    .about-ingredients .about-ingredients__list:nth-child(2) .about-ingredients__detail-wrap{
        margin-right: calc(20*(100vw/1024));
    }
    .about-ingredients .about-ingredients__list:nth-child(2) .about-ingredients__list-img-caption{
        margin-bottom: calc(-35*(100vw/1024));
        font-size: calc(110*(100vw/1024));
    }
    .about-ingredients .about-ingredients__list:nth-child(2) .about-ingredients__detail-ttl{
        width: calc(82*(100vw/1024));
        height: calc(26*(100vw/1024));
        line-height: calc(26*(100vw/1024));
    }
    .about-ingredients .about-ingredients__list:nth-child(2) .about-ingredients__number-text{
        margin-top: calc(80*(100vw/1024));
        margin-left: calc(-30*(100vw/1024));
    }
    .about-ingredients .about-ingredients__list:nth-child(3) .about-ingredients__number-wrap img{
        width: calc(223*(100vw/1024));
    }
    .about-ingredients .about-ingredients__list:nth-child(3) .about-ingredients__detail-wrap{
        margin-left: calc(20*(100vw/1024));
    }
    .about-ingredients .about-ingredients__list:nth-child(3) .about-ingredients__number-text{
        margin-top: calc(50*(100vw/1024));
        margin-left: calc(20*(100vw/1024));
    }
    .about-ingredients .about-ingredients__list:nth-child(3) .about-ingredients__detail-ttl{
        width: calc(85*(100vw/1024));
        height: calc(26*(100vw/1024));
        line-height: calc(26*(100vw/1024));
    }

    .aroma .aroma__detail{
        max-width: calc(970*(100vw/1024));
    }
    .aroma .aroma__inner{
        max-width: calc(880*(100vw/1024));
        margin-bottom: calc(75*(100vw/1024));
    }
    .aroma .aroma__ttl-wrap{
        width: calc(220*(100vw/1024));
    }
    .aroma .aroma__ttl{
        margin-top: calc(-10*(100vw/1024));
        font-size: calc(80*(100vw/1024));
    }
    .aroma .aroma__subttl{
        font-size: calc(24*(100vw/1024));
    }
    .aroma .aroma__text-wrap{
        width: calc(610*(100vw/1024));
    }
    .aroma .aroma__text{
        font-size: calc(14*(100vw/1024));
    }
    .aroma .aroma__text span{
        margin-bottom: calc(15.5*(100vw/1024));
        font-size: calc(16*(100vw/1024));
    }
    .aroma .aroma__list-wrap{
        margin-bottom: calc(135*(100vw/1024));
    }
    .aroma .aroma__list{
        width: calc(230*(100vw/1024));
    }
    .aroma .aroma__cosmos-wrap{
        max-width: calc(930*(100vw/1024));
    }
    .aroma .aroma__cosmos-inner{
        margin-bottom: calc(75*(100vw/1024));
    }
    .aroma .aroma__cosmos-logo{
        width: calc(95*(100vw/1024));
    }
    .aroma .aroma__cosmos-text-wrap{
        width: calc(780*(100vw/1024));
    }
    .argoma .aroma__cosmos-text-inner{
        margin-bottom: calc(50*(100vw/1024));
    }
    .aroma .aroma__cosmos-subttl{
        margin-bottom: calc(20*(100vw/1024));
        font-size: calc(16*(100vw/1024));
    }
    .aroma .aroma__cosmos-ttl{
        margin-bottom: calc(35*(100vw/1024));
        font-size: calc(24*(100vw/1024));
    }
    .aroma .aroma__cosmos-list-ttl{
        margin-bottom: calc(20.5*(100vw/1024));
        font-size: calc(16*(100vw/1024));
    }
    .aroma .aroma__cosmos-list{
        font-size: calc(14*(100vw/1024));
    }
    .aroma .aroma__cosmos-desc{
        font-size: calc(12*(100vw/1024));
    }
    .about-product{
        margin-bottom: calc(140*(100vw/1024));
        padding: calc(130*(100vw/1024)) 0;
    }
    .about-product .about-product__inner{
        /*width: calc(202*(100vw/1024));*/
    }
    .about-product .about-product__ttl{
        font-size: calc(24*(100vw/1024));
    }
    .about-product .about-product__ttl i{
        width: calc(30*(100vw/1024));
        margin: calc(30*(100vw/1024)) auto;
    }
}

/* SPデバイス */
@media only screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp{
        display: block;
    }
    .button-wrap {
        width: calc(240*(100vw/750));
        height: calc(60*(100vw/750));
    }
    .button {
        font-size: calc(26*(100vw/750));
        line-height: calc(60*(100vw/750));
    }
    @supports (-webkit-touch-callout: none) {
        /* CSS specific to iOS devices */ 
    }
    @supports not (-webkit-touch-callout: none) {
        /* CSS for other than iOS devices */ 
    }
    .about-ingredients {
        height: calc(4650*(100vw/750));
        margin-bottom: calc(80*(100vw/750));
        padding-top: calc(100*(100vw/750));
        background-image: url(../image/ingredients/first-bg_sp.png);
        background-size: 100% 23%;
    }
    .about-ingredients .about-ingredients__heading-primary {
        margin-bottom: calc(75*(100vw/750));
        font-size: calc(36*(100vw/750));
    }
    .about-ingredients .about-ingredients__heading-primary i {
        width: calc(50*(100vw/750));
        margin-top: calc(30*(100vw/750));
    }
    .about-ingredients .about-ingredients__text-wrap {
        margin-bottom: calc(140*(100vw/750));
    }
    .about-ingredients .about-ingredients__subttl {
        margin-bottom: calc(20*(100vw/750));
        font-size: calc(18*(100vw/750));
    }
    .about-ingredients .about-ingredients__ttl {
        margin-bottom: calc(20*(100vw/750));
        font-size: calc(30*(100vw/750));
    }
    .about-ingredients .about-ingredients__text-heading {
        width: calc(365*(100vw/750));
        height: calc(40*(100vw/750));
        margin-bottom: calc(40*(100vw/750));
        font-size: calc(20*(100vw/750));
        line-height: calc(40*(100vw/750));
    }
    .about-ingredients .about-ingredients__text {
        padding: 0 calc(20*(100vw/750));
        font-size: calc(22*(100vw/750));
        -webkit-font-feature-settings: "palt";
                    font-feature-settings: "palt";
    }
    .about-ingredients__list-wrap{
        padding: 0 calc(20*(100vw/750));
    }
    .about-ingredients .about-ingredients__list{
        margin-bottom: calc(100*(100vw/750));
    }
    .about-ingredients .about-ingredients__number-wrap {
        margin-bottom: calc(35*(100vw/750));
    }
    .about-ingredients .about-ingredients__list-img {
        width: 100%;
    }
    .about-ingredients .about-ingredients__list-img-caption {
        margin-bottom: calc(-50*(100vw/750));
        font-size: calc(160*(100vw/750));
    }
    .about-ingredients .about-ingredients__list-detail-wrap {
        width: 100%;
    }
    .about-ingredients .about-ingredients__number-text {
        font-size: calc(30*(100vw/750));
    }
    .about-ingredients .about-ingredients__number-text span {
        margin-top: calc(18*(100vw/750));
        font-size: calc(24*(100vw/750));
    }
    .about-ingredients .about-ingredients__detail-ttl {
        margin-bottom: calc(12*(100vw/750));
        padding: 0;
        font-size: calc(24*(100vw/750));
    }
    .about-ingredients .about-ingredients__detail-text{
        font-size: calc(22*(100vw/750));
    }
    .about-ingredients .about-ingredients__list:nth-child(1),
    .about-ingredients .about-ingredients__list:nth-child(3){
        flex-direction: column-reverse;
    }
    .about-ingredients .about-ingredients__list:nth-child(1) .about-ingredients__number-wrap img {
        width: calc(210*(100vw/750));
    }
    .about-ingredients .about-ingredients__list:nth-child(1) .about-ingredients__number-text {
        margin-top: calc(-70*(100vw/750));
        margin-left: 0;
    }
    .about-ingredients .about-ingredients__list:nth-child(1) .about-ingredients__detail-wrap {
        margin-left: 0;
    }
    .about-ingredients .about-ingredients__list:nth-child(1) .about-ingredients__detail-ttl {
        width: calc(165*(100vw/750));
        height: calc(45*(100vw/750));
        line-height: calc(45*(100vw/750));
    }
    .about-ingredients .about-ingredients__list:nth-child(1) .about-ingredients__list-img-caption {
        margin-bottom: calc(-45*(100vw/750));
        font-size: calc(120*(100vw/750));
    }
    .about-ingredients .about-ingredients__list:nth-child(2) .about-ingredients__number-wrap img {
        width: calc(210*(100vw/750));
    }
    .about-ingredients .about-ingredients__list:nth-child(2) .about-ingredients__number-text {
        margin-top: calc(80*(100vw/750));
        margin-left: 0;
    }
    .about-ingredients .about-ingredients__list:nth-child(2) .about-ingredients__detail-wrap {
        margin-right: 0;
    }
    .about-ingredients .about-ingredients__list:nth-child(2) .about-ingredients__detail-ttl {
        width: calc(110*(100vw/750));
        height: calc(45*(100vw/750));
        line-height: calc(45*(100vw/750));
    }
    .about-ingredients .about-ingredients__list:nth-child(2) .about-ingredients__list-img-caption {
        margin-bottom: calc(-55*(100vw/750));
        font-size: calc(160*(100vw/750));
    }
    .about-ingredients .about-ingredients__list:nth-child(3) .about-ingredients__number-wrap img {
        width: calc(220*(100vw/750));
    }
    .about-ingredients .about-ingredients__list:nth-child(3) .about-ingredients__number-text {
        margin-top: calc(50*(100vw/750));
        margin-left: calc(20*(100vw/750));
    }
    .about-ingredients .about-ingredients__list:nth-child(3) .about-ingredients__detail-wrap {
        margin-left: 0;
    }
    .about-ingredients .about-ingredients__list:nth-child(3) .about-ingredients__detail-ttl {
        width: calc(120*(100vw/750));
        height: calc(45*(100vw/750));
        line-height: calc(45*(100vw/750));
    }
    .aroma {
        margin-bottom: calc(125*(100vw/750));
        /* padding-top: calc(125*(100vw/750)); */
    }
    .aroma .aroma__ttl-wrap{
        margin-bottom: calc(25*(100vw/750));
    }
    .aroma .aroma__inner{
        margin-bottom: calc(75*(100vw/750));
    }
    .aroma .aroma__detail {
        max-width: calc(710*(100vw/750));
    }
    .aroma .aroma__detail:before {
        height: calc(635*(100vw/750));
        top: calc(-50*(100vw/750));
    }
    .aroma .aroma__ttl {
        margin-top: 0;
        font-size: calc(80*(100vw/750));
    }
    .aroma .aroma__subttl {
        font-size: calc(30*(100vw/750));
    }
    .aroma .aroma__text-wrap {
        width: 100%;
    }
    .aroma .aroma__text {
        font-size: calc(22*(100vw/750));
        line-height: 1.6;
    }
    .aroma .aroma__text span {
        margin-bottom: calc(24*(100vw/750));
        font-size: calc(24*(100vw/750));
    }
    .aroma .aroma__list-wrap {
        margin-bottom: calc(120*(100vw/750));
    }
    .aroma .aroma__list {
        width: calc(167*(100vw/750));
    }
    .aroma .aroma__cosmos-inner {
        margin-bottom: calc(35*(100vw/750));
    }
    .aroma .aroma__cosmos-logo {
        width: calc(95*(100vw/750));
        margin-right: calc(40*(100vw/750));
    }
    .aroma .aroma__cosmos-text-wrap {
        width: 100%;
    }
    .aroma .aroma__cosmos-text-inner{
        margin-bottom: calc(50*(100vw/750));
        display: flex;
        align-items: center;
    }
    .aroma .aroma__cosmos-subttl {
        margin-bottom: calc(20*(100vw/750));
        font-size: calc(26*(100vw/750));
    }
    .aroma .aroma__cosmos-ttl {
        margin-bottom: 0;
        font-size: calc(40*(100vw/750));
    }
    .aroma .aroma__cosmos-list-ttl {
        margin-bottom: calc(20.5*(100vw/750));
        font-size: calc(24*(100vw/750));
        line-height: 1.9;
    }
    .aroma .aroma__cosmos-list {
        font-size: calc(22*(100vw/750));
    }
    .aroma .aroma__cosmos-desc {
        font-size: calc(18*(100vw/750));
        line-height: 2;
        text-align: left;
    }
    .about-product {
        margin-bottom: calc(140*(100vw/750));
        padding: calc(110*(100vw/750)) 0;
        background-image: url(../image/ingredients/product-bg_sp.jpg);
    }
    .about-product .about-product__inner {
        width: calc(282*(100vw/750));
    }
    .about-product .about-product__ttl {
        font-size: calc(30*(100vw/750));
    }
    .about-product .about-product__ttl i {
        width: calc(50*(100vw/750));
        margin: calc(30*(100vw/750)) auto;
    }
}