@font-face {
    font-family: 'Trajan Pro';
    src: url('font/Trajan Pro.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Trajan Pro';
    src: url('font/TrajanPro-Bold.otf');
    font-weight: bold;
}

.en {
    font-family: 'Trajan Pro';
}

html {
    font-size: 62.5%;
}

@media all and (max-width:750px) {
    html {
        font-size: 8px;
    }
}

body {
    color: rgb(65, 73, 62);
    line-height: 1.6;
}

.max-width {
    max-width: 1200px;
    margin: 0 auto;
}

.max-width_mini {
    max-width: 680px;
    margin: 0 auto;
}

img {
    vertical-align: bottom;
    width: 100%;
}

.pc {
    display: block;
}

.sp {
    display: none !important;
}

@media all and (max-width:750px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }
}

.container {
    display: block;
    margin: 0 auto;
    padding: 80px 0 40px 0;
}

.main_visual {
    position: relative;
    width: 100%;
    height: 50vw;
    /*  background-size: contain;*/
    background-size: cover;
    background-size: 100vw;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(img/2.webp);
    /* background-image: url(img/main_visual_pc.webp); */
    background-position: center 0;
}

.main_visual_title {
    position: absolute;
    color: white;
    right: 10%;
    bottom: 30%;
    font-size: 1.6rem;
    line-height: 2.5;
    letter-spacing: 1.8px;
    font-weight: bold;
    text-align: right;
}

@media all and (max-width: 750px) {
    .container {
        padding: 40px 0;
    }

    .main_visual_title {
        right: 55%;
        bottom: 67%;
        text-align: left;
        text-shadow: 0 25px 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
    }

    .main_visual {
        background-size: 730px;
        background-position: 50% -35px;
        height: 460px;
        /* background-image: url(img/main_visual_sp.webp); */
        background-image: url(img/main_visual_sp.webp);
    }
}

.relative {
    position: relative;
}

.center {
    display: block;
    margin: 0 auto;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.text_uppercase {
    text-transform: uppercase;
}

.bg_gray {
    background-color: #F1F1F1;
}

.bg_light_gray {
    background-color: #F6F5EE;
}

.bg_blue {
    background-color: #295369;
}

.order_background {
    background-image: url(img/background-image.jpg);

    background-attachment: fixed;

    background-size: 275vh;
    background-position: 50% 0%;
}

.w-90 {
    width: 90%;
}

.w-80 {
    width: 80%;
}

@media all and (max-width:750px) {
    .w-80 {
        width: 90%;
    }
}

header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10;
    max-width: 1200px;
}

.header_inner {
    padding: 3vw 3.5% 0 3.5%;
}

.logo {
    width: 290px;
}

.hamburger {
    display: block;
    z-index: 1000;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 5%;
    top: 3vw;
    cursor: pointer;
    text-align: center;
    z-index: 10000;
}

.hamburger span {
    display: block;
    position: absolute;
    width: 46px;
    height: 4px;
    left: 2px;
    background: #000;
    transition: 0.3s ease-in-out
}

.hamburger span:nth-child(1) {
    top: 5px
}

.hamburger span:nth-child(2) {
    top: 20px
}

.hamburger span:nth-child(3) {
    top: 35px
}

.hamburger.active span:nth-child(1) {
    top: 20px;
    transform: rotate(-45deg)
}

.hamburger.active span:nth-child(2) {
    top: 20px;
    transform: rotate(45deg)
}

.hamburger.active span:nth-child(3) {
    opacity: 0
}

.gMenu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    background-color: rgba(205, 229, 219, 0.8);
    display: none;
    z-index: 999;
    padding: 5% 0;
    left: 50%;
    top: 0;
    transform: translateX(-50%);

    -ms-overflow-style: none;
    scrollbar-width: none;
}

.gMenu::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 599px) {
    .gMenu {
        padding: 100px 0 0
    }
}

.gMenu img {
    width: 40%;
    display: block;
    margin: 0 auto 50px
}

.gMenu .gMenu_btn {
    width: 300px;
    margin-bottom: 0;
}

@media screen and (max-width: 599px) {
    .gMenu img {
        width: 50%;
        margin: 0 auto 40px;
    }

    .gMenu .gMenu_btn {
        width: 40%;
        margin-top: 20px;
    }
}

.gMenu ul {
    text-align: center;
    margin: 0 0 20px;
    font-size: 3rem;
    line-height: 1
}

@media screen and (max-width: 599px) {
    .gMenu ul {
        margin: 0 0 10px
    }
}

.gMenu ul span {
    font-size: 1.4rem
}

.gMenu ul li {
    margin-bottom: 10px
}

.gMenu ul li a {
    display: block;
}

.gMenu .policyBox {
    display: flex;
    justify-content: center;
}

.gMenu .policyBox p {
    padding: 0 20px;
    border-right: 1px solid #41493E
}

.gMenu .gMenu_sns_icons {
    display: flex;
    width: 300px;
    margin: -30px auto 0;
}

.gMenu .gMenu_sns_icons .gMenu_sns_icon a img {
    height: 100px;
    display: inline-block;
    margin: 0;
}

@media screen and (max-width: 599px) {
    .gMenu .policyBox p {
        padding: 0 10px
    }

    .gMenu .gMenu_sns_icons {
        width: 200px;
        margin: -20px auto 0;
    }

    .gMenu .gMenu_sns_icons .gMenu_sns_icon a img {
        height: 90px;
    }
}

.gMenu .policyBox p:last-child {
    border: none
}

@media all and (max-width: 800px) {
    .logo {
        width: 190px;
    }
}

@media all and (max-width: 500px) {
    .logo {
        width: 100px;
    }
}

.btn_pop {
    width: 45%;
    width: 300px;
}

.btns_product {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}

.btn_product {
    display: block;
    width: 300px;
    margin: 0 auto;
}

footer {
    background-color: #295369;
    padding: 5%
}

footer ul {
    text-align: center;
    margin: 0 0 100px
}

.footer_logo {
    width: 200px;
}

footer .footer_sns_icons {
    display: flex;
    width: 220px;
    margin: 0 auto;
    justify-content: space-between;
}

footer .footer_sns_icons .footer_sns_icon a img {
    height: 40px;
    display: inline-block;
    margin: 0;
    filter: opacity(.7) drop-shadow(0 0 0 #C3E6D9);
}

@media screen and (max-width: 599px) {
    footer ul {
        margin: 0 0 50px
    }

    footer .footer_sns_icons {
        width: 160px;
    }

    footer .footer_sns_icons .footer_sns_icon a img {
        height: 24px;
    }
}

footer ul li {
    color: #C3E6D9;
    margin-bottom: 30px;
}

footer ul li a {
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
}

footer img {
    display: block;
    margin: 0 auto;
}

#mask {
    display: none;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10000;
}

#mask.active {
    display: block;
}

.pop_up_show {
    display: none;
    position: fixed;
    overflow: scroll;
    width: 80%;
    max-width: 700px;
    height: 80vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 100000;
    padding: 30px;
    font-size: 1.5rem;
}

.pop_privacy_close {
    position: absolute;
    top: 30px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.pop_privacy_close span {
    position: absolute;
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
}

.pop_privacy_close span:first-child {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.pop_privacy_close span:last-child {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}





.pop_up_show th,
.pop_up_show td {
    padding: 15px 5px 10px;
    text-align: left;
    vertical-align: top;
    border-bottom: solid 1px #E2DFDA;
    border-collapse: collapse;
}

.pop_up_show_title {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.pop_privacy {
    cursor: pointer;
    font-size: 1.6rem;
}

.pop_rule {
    cursor: pointer;
    font-size: 1.6rem;
}

.pop_up_show.active {
    display: block;
}

.aroma {
    padding: 10% 5% 5%;
}

.section_title {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
}

.section_subtitle {
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    margin: 10px 0 20px 0;
}

.aromaContent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
}

.aromaContent .aromaChild {
    width: 22%;
    margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
    .aromaContent .aromaChild {
        width: 49%;
    }
}

.aromaContent .aromaChild img {
    width: 100%
}

.aromaContent .aromaChild h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
}

.aromaContent .aromaChild span {
    font-size: 1.2rem;
}

.aromaContent .aromaChild p {
    font-size: 1.2rem;
    line-height: 2;
}

.section_1 {
    background-image: url(img/1.png);
    background-size: cover;
    height: 55vw;
}

@media screen and (max-width: 750px) {
    .section_1 {
        background-image: url(img/2nd_SP.jpg);
        background-size: 100vw;
        background-position: 50% -134px;
        height: 500px;
    }
}

@media screen and (max-width: 399px) {
    .section_1 {
        background-position: 50% -100px;
    }
}

@media screen and (max-width: 374px) {
    .section_1 {
        background-position: 50% -95px;
        height: 480px;
    }
}

.section_2 {
    background-image: url(img/2.png);
    background-size: cover;
    height: 50.8vw;
}

.section_4 {
    background-image: url(img/4.png);
    background-size: cover;
    height: 42.6vw;
}

.section1_content {
    position: absolute;
    right: 15%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6rem;
    line-height: 2;
}

.section1_content .btn_pop {
    margin-top: 30px;
    width: 300px;
}

.section1_text {
    margin-top: 10px;
}

.section4_text {
    position: absolute;
    left: 5%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.section_inner_content {
    height: 100%;
}

.effect_contents {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.effect_contents .effect_content {
    width: calc(50% - 28px);
    margin-top: 60px;
}

.effect_contents .effect_content_title {
    margin-top: 100px;
}

.effect_content .section_subtitle {
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
}

.effect_contents .effect_content img {
    width: 30%;
    object-fit: contain;
}

@-moz-document url-prefix() {

    @media screen and (min-width: 751px) {
        .effect_contents .effect_content img {
            width: 100px;
            object-fit: contain;
        }
    }

    @media screen and (min-width: 1000px) {
        .effect_contents .effect_content img {
            width: 170px;
            object-fit: contain;
        }
    }
}

.effect_contents .effect_content_description {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    font-size: 1.6rem;
}

@media all and (max-width:750px) {
    .section1_content {
        /* right: 5%; */

        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        top: 25%;
    }

    .effect_contents {
        gap: 57px;
    }

    .effect_contents .effect_content {
        width: 100%;
    }

    .section1_content .btn_pop {
        margin-top: 10px;
        width: 160px;
        min-width: auto;
    }

    .effect_contents .effect_content_description {
        flex-direction: column;
        align-items: center;
    }
}

.care_contents {
    margin-top: 80px;
}

.care_content {
    margin-top: 41px;
}

.care_text {
    display: flex;
    align-items: center;
    gap: 5%;
}

.care_text img {
    width: 15%;
}

.care_text {
    font-size: 1.6rem;
}

.how_content {
    display: flex;
    align-items: center;
    font-size: 2rem;
    line-height: 2;
    margin-left: 6%;
    margin-bottom: 60px;
}

.how_content.right {
    margin-left: 0;
    margin-right: 6%;
    justify-content: end;
}

.how_content img {
    width: 32vw;
    max-width: 500px;
    margin: 0 20px;
}

.voice_content {
    display: flex;
    align-items: center;
    font-size: 2rem;
    margin-bottom: 30px;
}

.voice_content_text {
    font-size: 14px;
}

.voice_content_text_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.voice_content_text_name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.voice_content_text_name span {
    font-size: .8em;
}

.voice_content img {
    width: 50%;
    margin: 0 50px;
}

.product_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 60%;
    margin: 0 auto;
}

.product_content {
    width: 50%;
    text-align: center;
    font-size: 1.2rem;
}

.product_content.second img {
    width: 75%;
    margin: 0 auto;
    margin-top: 5%;
}

.product_first {
    width: 60%;
    display: block;
    margin: 0 auto 16px;
}

.product_secound {
    position: relative;
    width: 60%;
    transform: translate(-50%, -3%);
    left: 50%;
}

.product_content .product_price {
    margin: 15px 0;
}

.product_content .attention {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 10px;
    margin-bottom: 20px;
}

.product_attention {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 10px;
    text-align: left;
}

.product-intro {
    margin: 30px;
}

.product-pdf .inline-block {
    font-size: 1.4rem;
}

.product-pdf {
    font-size: 1.4rem;
    color: #6d6d6d;
    background-color: #ddd;
    padding: 14px 40px;
    border-radius: 50px;
    /* display: block; */
    display: flex;
    align-items: center;
    margin: 0 auto;
    border: solid 2px black;
}

.product-pdf img {
    vertical-align: -1rem;
    width: 3rem;
}

.gMenu .product-pdf .product-pdf-image img{
    margin-bottom: 0;
}

.gMenu .product-pdf .product-pdf-image{
    display: flex;
    align-items: center;
}

.inline-block {
    display: inline-block;
}

@media screen and (max-width: 599px) {
    .product-pdf {
        padding: 2px 10px;
    }
}

td {
    vertical-align: middle;
}

.shampoo-treatment-price {
    margin-top: 50px;
    font-size: 16px;
    text-align: center;
}

.shampoo-treatment-price-text {
    line-height: 2;
}

.shampoo-treatment-price span {
    font-size: 14px;
}

@media all and (max-width:750px) {
    .care_text {
        flex-direction: column;
        align-items: center;
    }

    .care_text p {
        margin-top: 20px;
    }

    .voice_content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .voice_content.secound {
        flex-direction: column-reverse;
    }

    .product_contents {
        display: flex !important;
        flex-direction: column;
        gap: 50px;
        align-items: center;
        width: 100%;
    }

    .product_content {
        width: 80%;
    }

    .product_content img {
        margin-bottom: 10px;
    }
}

.top_bottle_slide {
    width: 200px;
    text-align: center;
}

.bottle-swiper {
    margin-top: 46px;
    margin-bottom: 100px;
}

.bottle-swiper .bottle-info-text {
    margin-top: 46px;
    text-align: center;
    font-size: 14px;
}

.how_contents {
    margin-top: 70px;
    margin-bottom: 100px;
}

.fixed_baner {
    position: fixed;
    z-index: 3;
    width: 230px;
    right: 5%;
    top: 110px;
    transition: all .3s;
}

.fixed_baner_box{
    position: relative;
}

.fixed_baner span {
    position: absolute;
    top: -1%;
    right: 6%;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.fixed_baner.hide {
    opacity: 0;
}


@media all and (max-width:750px) {
    .fixed_baner {
        width: 150px;
        bottom: 90px;
    }
}

.bottle-swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.bottom_banner {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    bottom: 0;
    background: #AD8500;
    width: 100%;
    padding: 1.5rem 0;
    text-align: center;
    z-index: 3;
}

.bottom_banner_title {
    font-size: 3rem;
    font-weight: bold;
    color: #41493E;
}

.bottom_banner_text {
    color: #CCCCCC;
    font-size: 1.2rem;
}