/* global */

#ingredientsSec01 .sec_inner {
    max-width: 980px;
    margin: 0 auto;
}

.tel {
    pointer-events: none;
}

.ingredients_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 920px;
    margin: auto;
}

.ingredients_box .box01 {
    width: 36%;
}

.ingredients_box .box02 {
    width: 54%;
}

.ingredients_box .box02 .ingredients_txt01 {
    margin-bottom: 1em;
}

.ingredients_txt01 {
    width: 100%;
    font-size: 18px;
    line-height: 2.4em;
}

.ingredients_txt02 {
    width: 100%;
    font-size: 12px;
}

.ingredients_bottom {
    margin-bottom: 180px;
}

.ingredients_btn {
    width: 380px;
    margin: 70px auto auto !important;
}

#ingredientsSec01 {
    background-image: url(../../img/concept/ingredients/pc/bg01.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0;
    position: relative;
}

#ingredientsSec01 .ttl01 {
    width: 100%;
    max-width: 980px;
    margin-bottom: 70px;
}

#ingredientsSec01 .box01 {
    width: 100%;
    max-width: 980px;
    margin-bottom: 70px;
}

#ingredientsSec01 .box01 p {
    margin-top: 1em;
    font-size: 12px;
    text-align: right;
}

#ingredientsSec01 .box02 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto auto 70px;
}

#ingredientsSec01 .box02 h3 {
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: -0.05em;
    font-weight: normal;
    color: #489cc6;
    margin-bottom: .8em;
}

#ingredientsSec01 .box02 p {
    margin: auto auto 1.5em;
    line-height: 1.6em;
    font-size: 1.6rem;
}

#ingredientsSec01 .box_l,
#ingredientsSec01 .box_r {
    width: 50%;
}

#ingredientsSec01 .box_l {
    padding-right: 5%;
}

#ingredientsSec01 .box_r {
    padding-left: 5%;
    border-left: 1px solid #e9e9e9;
}

#ingredientsSec01 .block01 {
    padding: 50px;
    width: 100%;
    margin-bottom: 70px;
    background: #fff;
}

#ingredientsSec01 .block01 h3 {
    margin-bottom: 20px;
}

#ingredientsSec01 .block01 p {
    text-align: center;
    margin-bottom: 30px;
}

#ingredientsSec01 .block01 .img {
    margin-bottom: 60px;
    text-align: center;
}

#ingredientsSec01 .block01 .bottom {
    margin-bottom: 0;
}

.ingredients_top {
    padding-top: 0;
}

#fv {
    background-image: url(../../img/concept/ingredients/pc/mv.png);
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
    height: 400px;
}

#fv h2 span.jp:before {
    content: "";
    display: block;
    width: 12%;
    height: 1px;
    background-color: #595958;
    position: absolute;
    top: 45%;
    left: -14%;
}

#fv h2 span.jp {
    display: block;
}

#fv h2 span.en {
    display: block;
    margin-top: -20px;
    font-size: 96px;
}

@media only screen and (min-width: 768px) and (max-width: 1920px) {
    #fv h2 {
        padding-top: 0;
        right: 2%;
    }
    #fv h2 span.jp {
        font-size: 24px;
    }
    #fv h2 span.en {
        font-size: 96px;
    }
}

@media only screen and (max-width: 1000px) {
    #fv {
        height: 40vw;
        background-size: cover;
    }
    #fv h2 {
        padding-top: 0;
    }
    #fv h2 span.jp {
        font-size: 2.4vw;
    }
    #fv h2 span.en {
        font-size: 9.6vw;
    }
    .ingredients_box {
        padding: 0 10px;
    }
    .ingredients_box .box02 .ingredients_txt01 {
        font-size: 1.8vw;
    }
    #ingredientsSec01 {
        padding: 0 10px;
    }
}

#fv a.trial {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    @media only screen and (max-width: 767px) {
        padding-left: 2em;
    }
}

@media only screen and (max-width: 767px) {
    .tel {
        pointer-events: all;
    }
    #fv a.trial {
        padding-left: 2em;
    }
    #fv {
        background-image: none;
        height: auto;
    }
    #fv .fv_inner {
        position: absolute;
        z-index: 1;
        width: auto;
        top: 0;
        right: 5vw;
        left: 5vw;
        transform: none;
    }
    #fv h2 {
        position: static;
        transform: none;
        width: 100%;
        padding-left: 2vw;
        padding-right: 0;
        padding-top: 13vw;
        margin: auto;
    }
    #fv h2 span.jp {
        font-family: "Noto Serif JP", serif;
        margin-left: 10vw;
        font-weight: 400;
        font-size: 4.4vw;
    }
    #fv h2 span.jp:before {
        width: 10vw;
        left: -10vw;
    }
    #fv h2 span.en {
        font-size: 15vw;
        margin-left: 10vw;
        margin-top: -3vw;
    }
    .ingredients_box {
        display: block;
        margin-top: 8vw;
    }
    .ingredients_box .box01 {
        width: 100%;
    }
    .ingredients_box .box02 {
        width: 100%;
    }
    .ingredients_box .box02 .ingredients_txt01 {
        font-size: 3.4vw;
    }
    .ingredients_box .box02 .ingredients_txt02 {
        font-size: 2.4vw;
    }
    .ingredients_txt01 {
        width: 100%;
        font-size: 18px;
        line-height: 2.4em;
    }
    .ingredients_txt02 {
        width: 100%;
        font-size: 2.4vw;
    }
    .ingredients_bottom {
        margin-bottom: 20vw;
    }
    .ingredients_btn {
        width: 100%;
        margin: 8vw auto auto;
    }
    #ingredientsSec01 {
        background-image: url(../../img/concept/ingredients/sp/bg01.png);
        padding: 16vw 0;
    }
    #ingredientsSec01 .ttl01 {
        margin-bottom: 8vw;
    }
    #ingredientsSec01 .ingredients_txt02 {
        padding: 0 4vw;
    }
    #ingredientsSec01 .box01 {
        margin-bottom: 8vw;
        padding: 0 4vw;
    }
    #ingredientsSec01 .box01 p {
        font-size: 2.4vw;
    }
    #ingredientsSec01 .box02 {
        display: block;
        margin-bottom: 8vw;
        padding: 0 4vw;
    }
    #ingredientsSec01 .box02 h3 {
        font-size: 5vw;
        text-align: center;
    }
    #ingredientsSec01 .box02 p {
        font-size: 3.6vw;
        text-align: center;
    }
    #ingredientsSec01 .box_l,
    #ingredientsSec01 .box_r {
        width: 100%;
    }
    #ingredientsSec01 .box_l {
        padding-right: 0;
        padding-bottom: 6vw;
        border-bottom: 1px solid #e9e9e9;
        margin-bottom: 6vw;
    }
    #ingredientsSec01 .box_r {
        padding-left: 0;
        border-left: none;
    }
    #ingredientsSec01 .block01 {
        padding: 4vw;
        width: 92vw;
        margin: auto auto 8vw;
        background: #fff;
    }
    #ingredientsSec01 .block01 h3 {
        margin-bottom: 3vw;
        width: 100%;
    }
    #ingredientsSec01 .block01 p {
        margin-bottom: 4vw;
        width: 100%;
        font-size: 4vw;
        line-height: 1.6em;
        white-space: nowrap;
    }
    #ingredientsSec01 .block01 p sup {
        font-size: 2vw;
    }
    #ingredientsSec01 .block01 .img {
        margin-bottom: 10vw;
    }
}