@charset "UTF-8";

html {
    background: #D9D9D9;
}

body {
    font-family: 'IBM Plex Serif', serif;
    font-family: 'Imbue', serif;
    font-family: 'Inter', sans-serif;
    font-family: 'Julius Sans One', sans-serif;


}


.header-logo-txt {
    margin-left: 65%;
    margin-top: 60px;
    position: absolute;
    font-family: 'Imbue', serif;
    font-size: 60px;
    color: #000;


}

/* ここから下がハンバーガーメニューに関するCSS */

/* チェックボックスを非表示にする */
.drawer_hidden {
    display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
    display: flex;
    height: 80px;
    width: 60px;
    position: relative;
    z-index: 100;
    margin-top: 61px;
    left: 187px;
    top: 100px;
    /* 重なり順を一番上にする */
    cursor: pointer;
    margin-top: 5px;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
    content: '';
    display: block;
    height: 5px;
    width: 70px;
    border-radius: 3px;
    background: #000;
    transition: 0.5s;
    position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
    bottom: 23px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
    top: 23px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked~.drawer_open span {
    background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked~.drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#drawer_input:checked~.drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
}




/* メニュー黒ポチを消す */
.nav_list {
    list-style: none;

}

.nav-link {
    color: #000;
    text-decoration: none;
    margin-top: 30px;
}

.nav_item {
    text-decoration: none;
    color: #000;
    margin-top: 70px;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked~.nav_content {
    left: 0;
    /* メニューを画面に入れる */
}


/* メニューのデザイン*/
.nav_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    right: 100%;

    /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #fff;
    transition: .5s;
    text-align: center;
    padding-top: 100px;
    font-size: 40px;
    font-family: 'Inter', sans-serif;

}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked~.nav_content {
    right: 0;
}

.header-nav-link {
    text-decoration: none;
    font-size: 30px;
    color: #000;
    font-family: 'Inter', sans-serif;


}


.kv-img {
    margin: 0 auto;
    margin-top: 180px;

}

/* concept */

.section-concept-ttl {
    font-size: 60px;
    text-align: center;
    margin-top: 200px;
}

.line1 {
    width: 339px;
    height: 1px;
    background: #000;
    margin-left: 170px;
    margin-top: 45px;
    position: absolute;

}

.line2 {
    width: 339px;
    height: 1px;
    background: #000;
    margin-left: 930px;
    margin-top: -45px;
    position: absolute;

}

.concept-img1 {
    width: 694px;
    margin-left: 83px;
    margin-top: 160px;
}

.concept-txt-box {
    background: rgba(255, 255, 255, 0.50);
    position: absolute;
    width: 710px;
    height: 622px;
    margin-left: 600px;
    font-size: 32px;
    margin-top: -200px;

}

.concept-txt1 {
    margin-top: 93px;
    margin-left: 70px;
}

.concept-txt2 {
    margin-top: 60px;
    margin-left: 70px;
}

.concept-txt3 {
    margin-top: 60px;
    margin-left: 70px;
}

.concept-img2 {
    width: 711px;
    margin-top: 600px;
    margin-left: 574px;
}

.concept-txt-box2 {
    background: rgba(255, 255, 255, 0.50);
    position: absolute;
    width: 710px;
    height: 450px;
    margin-left: 83px;
    font-size: 32px;
    margin-top: -100px;

}

.concept-txt4 {

    margin-top: 63px;
    margin-left: 70px;
}

.concept-txt5 {
    margin-top: 40px;
    margin-left: 70px;
}

.concept-txt6 {
    margin-top: 40px;
    margin-left: 70px;
}

/* product */

.section-product-ttl {
    font-size: 60px;
    text-align: center;
    position: absolute;
    top: 4000px;
    left: 600px;
    margin-top: 100px;
}

.line3 {
    width: 339px;
    height: 1px;
    background: #000;
    margin-left: -390px;
    margin-top: 45px;
    position: absolute;

}

.line4 {
    width: 339px;
    height: 1px;
    background: #000;
    margin-left: 340px;
    margin-top: -45px;
    position: absolute;

}

.product-img1 {
    width: 1000px;
    padding-top: 800px;

    margin: 0 auto;
    margin-top: 100px;
}

.product-ttl {
    text-align: center;
    font-family: 'IBM Plex Serif', serif;
    font-size: 48px;
    margin-top: 45px;
}

.product-btn {
    font-size: 36px;
    color: #000;
    text-decoration: none;

}

.product-btn-box {
    font-family: 'IBM Plex Serif', serif;
    margin: 0 auto;
    text-align: center;
    width: 386px;
    height: 91px;
    border-radius: 50px;
    background: rgba(160, 107, 68, 0.40);
    padding: 22px 103px;
    margin-top: 100px;

}

.product-img2 {
    width: 1000px;
    margin: 0 auto;
    margin-top: 300px;
}

/* banner */

.inner-banner {
    width: 100%;
    height: 750px;
    margin: 0 auto;
    margin-top: 400px;
}

/* footer */

.footer {
    background: rgba(122, 118, 116, 0.60);
    width: 100%;
    height: 1050px;
    margin-top: 200px;
}

.footer-nav-item {
    text-decoration: none;
    color: #000;
    font-family: 'Imbue', serif;
    font-size: 48px;


}

.footer-nav {
    margin-top: 133px;

}

.footer-nav-link {
    margin-top: 50px;
}

.footer-nav-list {
    margin-top: 133px;
    text-align: center;
    margin-top: 130px;
    padding-top: 100px;
}

.footer-line {
    width: 234.009px;
    height: 1px;
    background: #000;
    margin: 0 auto;
}


ul {
    padding-top: 50px;
    list-style: none;
}

.footer-inner-logo {
    width: 88px;
    height: 78px;
}

.footer-inner {
    display: flex;
    justify-content: center;
    padding-top: 50px;

}

.footer-inner-wrap {
    margin-top: 180px;
}

.footer-mail-txt {
    font-size: 48px;
    font-family: 'Imbue', serif;
    margin-left: 36px;
}

.footer-tell-txt {
    font-size: 48px;
    font-family: 'Imbue', serif;
    margin-left: 38px;

}

.footer-copy {
    font-family: 'Imbue', serif;
    text-align: center;
    font-size: 32px;
    margin-top: 140px;
}

/* product shampoo menu */

.product1-kv-img {
    width: 1200px;
    margin: 0 auto;
    margin-top: 200px;
}

.product1-main-txt-box {
    width: 1200px;
    height: 723px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    margin-top: 138px;
}

.product1-main-ttl {
    font-family: 'Imbue', serif;
    font-size: 48px;
    text-align: center;
    padding-top: 66px;
}

.product1-main-txt-txt {
    font-family: 'Imbue', serif;
    font-size: 36px;
    margin-top: 68px;
    margin-left: 110px;
}

.product1-main-price {
    font-family: 'Imbue', serif;
    font-size: 40px;
    text-align: center;
    margin-top: 120px;
    margin-left: 580px;
}

.product1-main-txt-btn {
    width: 457px;
    height: 90px;
    background: rgba(0, 0, 0, 0.80);
    display: flex;
    margin: 0 auto;
    margin-top: 110px;
}

.product1-main-btn-txt {
    font-family: 'Imbue', serif;
    font-size: 36px;
    color: #FFF;
    margin: 0 auto;
    padding-top: 20px;
    margin-left: 45px;
}

.cart-logo {
    width: 80px;
    height: 70px;
    margin-top: 10px;
    margin-left: 60px;
}

/* product intro */

.product-intro-ttl {
    font-family: 'Imbue', serif;
    font-size: 48px;
    text-align: center;
    margin-top: 190px;
}

.intro-line1 {
    width: 537.001px;
    height: 1px;
    background: #000;
    margin-top: 40px;
    margin-left: 40px;
    position: absolute;
}

.intro-line2 {
    width: 537.001px;
    height: 1px;
    background: #000;
    position: absolute;
    margin-top: -35px;
    margin-left: 930px;
}

.intro-txt-box {
    width: 1200px;
    height: 947px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    margin-top: 200px;
}

.intro-txt1 {
    font-family: 'Imbue', serif;
    font-size: 32px;
    padding-top: 107px;
    margin-left: 33px;
    margin-bottom: 50px;


}


.intro-txt-img {
    width: 50px;
    height: 60px;
    position: absolute;
    margin-left: 33px;
    margin-top: 15px;

}


.intro-txt-list {
    font-family: 'Imbue', serif;
    font-size: 32px;
    margin-left: 120px;
    line-height: 3;

}

.intro-txt2 {
    font-family: 'Imbue', serif;
    font-size: 32px;
    margin-top: 61px;
    margin-left: 33px;
}

/* product use */

.product-use-ttl {
    font-family: 'Imbue', serif;
    font-size: 32px;
    text-align: center;
    margin-top: 300px;
}

.use-line1 {
    width: 185px;
    height: 1px;
    background: #000;
    position: absolute;
    margin-left: 443px;
    margin-top: 23px;
}

.use-line2 {
    width: 185px;
    height: 1px;
    background: #000;
    position: absolute;
    margin-left: 893px;
    margin-top: -23px;
}

.product-use-main-img {
    width: 1014px;
    margin: 0 auto;
    margin-top: 147px;
}

.product-use-btn-txt {
    width: 230px;
    height: 77px;
    background: #000;
    padding: 17px 39px 18px 65px;
    color: #FFF;
    font-size: 36px;
    font-weight: bold;
    margin-top: 130px;
    margin-left: 250px;
}

.product-use-txt {
    font-family: 'Imbue', serif;
    font-size: 32px;
    margin-left: 250px;
    margin-top: 70px;
}

.product-use-last-txt {
    display: flex;

}

.use-img {
    width: 50px;
    height: 50px;
    margin-left: 250px;
    margin-top: 230px;
}

.use-last-txt {
    font-family: 'Imbue', serif;
    font-size: 32px;
    margin-top: 230px;
    margin-left: 64px;
}

/* component */

.component-ttl {
    text-align: center;
    font-family: 'Imbue', serif;
    font-size: 32px;
    margin-top: 180px;
}

.component-txt-box {
    width: 1289px;
    height: 1082px;
    background: rgba(255, 255, 255, 0.50);
    margin: 0 auto;
    margin-top: 114px;
    padding-top: 102px;

}

.component-txt {
    font-size: 26px;
    margin-left: 65px;
}

.component-img {
    width: 1203px;
    height: 680px;
    margin: 0 auto;
    margin-top: 190px;
}

.component-txt-box2 {
    width: 1084px;
    height: 401px;
    background: rgba(255, 255, 255, 0.50);
    margin: 0 auto;
    margin-top: 117px;
}

.component-ttl2 {
    text-align: center;
    font-family: 'Imbue', serif;
    font-size: 36px;
    padding-top: 70px;
}

.component-txt2 {
    text-align: center;
    margin-top: 88px;
    font-family: 'Imbue', serif;
    font-size: 30px;
}

/* recommend */

.recommend-wrap {
    width: 1351px;
    height: 1973px;
    background: rgba(255, 255, 255, 0.50);
    margin: 0 auto;
    margin-top: 320px;
}

.recommend-ttl {
    font-size: 64px;
    text-align: center;
    padding-top: 139px;
    font-weight: bold;
}

.recommend-line1 {
    width: 389.021px;
    height: 1px;
    background: #000;
    position: absolute;
    margin-top: 185px;
    margin-left: 49px;
}

.recommend-line2 {
    width: 389.021px;
    height: 1px;
    background: #000;
    margin-left: 920px;
    margin-top: -50px;

}

.recommend-main-img {
    width: 1200px;
    margin: 0 auto;
    margin-top: 230px;
}

.recommend-inner-ttl {
    font-size: 40px;
    text-align: center;
    margin-top: 80px;
}

.recommend-price {
    font-size: 36px;
    margin-top: 45px;
    text-align: center;
}

.recommend-btn {
    width: 457px;
    height: 90px;
    padding: 20px 138px 18px 139px;
    background: rgba(0, 0, 0, 0.80);

    margin: 0 auto;
    margin-top: 120px;
}

.recommend-btn-link {
    font-size: 36px;
    color: #FFF;
    text-decoration: none;

}

/* product2 */

.product2-kv-img {
    width: 1200px;
    margin: 0 auto;
    margin-top: 173px;
}

.product2-main-txt-box {
    width: 1200px;
    height: 681px;
    background: rgba(255, 255, 255, 0.50);
    margin: 0 auto;
    margin-top: 127px;
}

.product2-main-ttl {
    text-align: center;
    font-family: 'Imbue', serif;
    font-size: 48px;
    padding-top: 48px;
}

.product2-txt-txt {
    text-align: center;
    font-family: 'Imbue', serif;
    font-size: 36px;
    margin-top: 58px;
}

.product2-main-price {
    text-align: center;
    font-family: 'Imbue', serif;
    font-size: 36px;
    margin-top: 89px;
}

.product2-main-txt-btn {
    display: flex;
    width: 457px;
    height: 90px;
    background: rgba(0, 0, 0, 0.80);
    margin: 0 auto;
    margin-top: 119px;


}

.product2-btn-logo {
    width: 83px;
    height: 73px;
    margin-left: 83px;
    margin-top: 5px;

}

.product2-btn-txt {
    font-family: 'Imbue', serif;
    font-size: 36px;
    color: #FFF;
    padding-left: 35px;
    padding-top: 18px;
}

/* product2 info */

.product2-info-txt-box {
    width: 1200px;
    height: 591px;
    background: rgba(255, 255, 255, 0.50);
    margin: 0 auto;
    margin-top: 194px;
}

.product2-info-txt {
    font-family: 'Imbue', serif;
    font-size: 36px;
    margin-left: 60px;
    padding-top: 100px;
}

.product2-use-img {
    width: 1022px;
    margin: 0 auto;
    margin-top: 211px;
}

.component-txt-box3 {
    width: 1289px;
    height: 573px;
    background: rgba(255, 255, 255, 0.50);
    margin: 0 auto;
    margin-top: 188px;
}

.product2-component-txt {
    font-family: 'Imbue', serif;
    font-size: 32px;
    padding-top: 70px;
    margin-left: 40px;
    margin-right: 40px;

}

/* recommend2 */

.recommend2-main-img {
    width: 1000px;
    margin: 0 auto;
    margin-top: 200px;
}

.recommend2-wrap {
    width: 1351px;
    height: 2420px;
    background: rgba(255, 255, 255, 0.50);
    margin: 0 auto;
    margin-top: 371px;
}

.product2-main-txt-txt {
    font-family: 'Imbue', serif;
    font-size: 36px;
    margin-left: 187px;
    margin-top: 58px;
}

@media screen and (max-width: 1280px) {

    .header-logo-txt {
        margin-left: 55%;
        margin-top: 60px;
        position: absolute;
        font-family: 'Imbue', serif;
        font-size: 60px;
        color: #000;


    }

    /* ここから下がハンバーガーメニューに関するCSS */

    /* チェックボックスを非表示にする */
    .drawer_hidden {
        display: none;
    }

    /* ハンバーガーアイコンの設置スペース */
    .drawer_open {
        display: flex;
        height: 80px;
        width: 60px;
        position: relative;
        z-index: 100;
        margin-top: 61px;
        left: 137px;
        top: 100px;
        /* 重なり順を一番上にする */
        cursor: pointer;
        margin-top: 5px;
    }

    /* ハンバーガーメニューのアイコン */
    .drawer_open span,
    .drawer_open span:before,
    .drawer_open span:after {
        content: '';
        display: block;
        height: 5px;
        width: 70px;
        border-radius: 3px;
        background: #000;
        transition: 0.5s;
        position: absolute;
    }

    /* 三本線の一番上の棒の位置調整 */
    .drawer_open span:before {
        bottom: 23px;
    }

    /* 三本線の一番下の棒の位置調整 */
    .drawer_open span:after {
        top: 23px;
    }

    /* アイコンがクリックされたら真ん中の線を透明にする */
    #drawer_input:checked~.drawer_open span {
        background: rgba(255, 255, 255, 0);
    }

    /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
    #drawer_input:checked~.drawer_open span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #drawer_input:checked~.drawer_open span::after {
        top: 0;
        transform: rotate(-45deg);
    }




    /* メニュー黒ポチを消す */
    .nav_list {
        list-style: none;

    }

    .nav-link {
        color: #000;
        text-decoration: none;
        margin-top: 30px;
    }

    .nav_item {
        text-decoration: none;
        color: #000;
        margin-top: 70px;
    }

    /* アイコンがクリックされたらメニューを表示 */
    #drawer_input:checked~.nav_content {
        left: 0;
        /* メニューを画面に入れる */
    }


    /* メニューのデザイン*/
    .nav_content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0%;
        right: 100%;

        /* メニューを画面の外に飛ばす */
        z-index: 99;
        background: #fff;
        transition: .5s;
        text-align: center;
        padding-top: 100px;
        font-size: 40px;
        font-family: 'Inter', sans-serif;

    }

    /* アイコンがクリックされたらメニューを表示 */
    #drawer_input:checked~.nav_content {
        right: 0;
    }

    .header-nav-link {
        text-decoration: none;
        font-size: 30px;
        color: #000;
        font-family: 'Inter', sans-serif;


    }


    .kv-img {
        width: 100%;
        margin: 0 auto;
        margin-top: 180px;

    }

    /* concept */

    .section-concept-ttl {
        font-size: 48px;
        text-align: center;
        margin-top: 200px;
    }

    .line1 {
        width: 239px;
        height: 1px;
        background: #000;
        margin-left: 130px;
        margin-top: 40px;
        position: absolute;

    }

    .line2 {
        width: 239px;
        height: 1px;
        background: #000;
        margin-left: 660px;
        margin-top: -35px;
        position: absolute;

    }

    .concept-img1 {
        width: 494px;
        margin-left: 53px;
        margin-top: 160px;
    }

    .concept-txt-box {
        background: rgba(255, 255, 255, 0.50);
        position: absolute;
        width: 560px;
        height: 502px;
        margin-left: 400px;
        font-size: 28px;
        margin-top: -100px;

    }

    .concept-txt1 {
        margin-top: 53px;
        margin-left: 30px;
    }

    .concept-txt2 {
        margin-top: 40px;
        margin-left: 30px;
    }

    .concept-txt3 {
        margin-top: 40px;
        margin-left: 30px;
    }

    .concept-img2 {
        width: 511px;
        margin-top: 600px;
        margin-left: 434px;
    }

    .concept-txt-box2 {
        background: rgba(255, 255, 255, 0.50);
        position: absolute;
        width: 510px;
        height: 400px;
        margin-left: 53px;
        font-size: 28px;
        margin-top: -100px;

    }

    .concept-txt4 {

        margin-top: 53px;
        margin-left: 30px;
    }

    .concept-txt5 {
        margin-top: 40px;
        margin-left: 30px;
    }

    .concept-txt6 {
        margin-top: 40px;
        margin-left: 30px;
    }

    /* product */

    .section-product-ttl {
        font-size: 48px;
        text-align: center;
        position: absolute;
        top: 3600px;
        left: 400px;
        margin-top: 100px;
    }

    .line3 {
        width: 239px;
        height: 1px;
        background: #000;
        margin-left: -290px;
        margin-top: 35px;
        position: absolute;

    }

    .line4 {
        width: 239px;
        height: 1px;
        background: #000;
        margin-left: 280px;
        margin-top: -40px;
        position: absolute;

    }

    .product-img1 {
        width: 800px;
        padding-top: 800px;

        margin: 0 auto;
        margin-top: 100px;
    }

    .product-ttl {
        text-align: center;
        font-family: 'IBM Plex Serif', serif;
        font-size: 48px;
        margin-top: 45px;
    }

    .product-btn {
        font-size: 36px;
        color: #000;
        text-decoration: none;

    }

    .product-btn-box {
        font-family: 'IBM Plex Serif', serif;
        margin: 0 auto;
        text-align: center;
        width: 386px;
        height: 91px;
        border-radius: 50px;
        background: rgba(160, 107, 68, 0.40);
        padding: 22px 103px;
        margin-top: 100px;

    }

    .product-img2 {
        width: 800px;
        margin: 0 auto;
        margin-top: 300px;
    }

    /* banner */

    .inner-banner {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        margin-top: 400px;
    }

    /* footer */

    .footer {
        background: rgba(122, 118, 116, 0.60);
        width: 100%;
        height: 1050px;
        margin-top: 200px;
    }

    .footer-nav-item {
        text-decoration: none;
        color: #000;
        font-family: 'Imbue', serif;
        font-size: 48px;


    }

    .footer-nav {
        margin-top: 133px;

    }

    .footer-nav-link {
        margin-top: 50px;
    }

    .footer-nav-list {
        margin-top: 133px;
        text-align: center;
        margin-top: 130px;
        padding-top: 100px;
    }

    .footer-line {
        width: 234.009px;
        height: 1px;
        background: #000;
        margin: 0 auto;
    }


    ul {
        padding-top: 50px;
        list-style: none;
    }

    .footer-inner-logo {
        width: 88px;
        height: 78px;
    }

    .footer-inner {
        display: flex;
        justify-content: center;
        padding-top: 50px;

    }

    .footer-inner-wrap {
        margin-top: 180px;
    }

    .footer-mail-txt {
        font-size: 48px;
        font-family: 'Imbue', serif;
        margin-left: 36px;
    }

    .footer-tell-txt {
        font-size: 48px;
        font-family: 'Imbue', serif;
        margin-left: 38px;

    }

    .footer-copy {
        font-family: 'Imbue', serif;
        text-align: center;
        font-size: 32px;
        margin-top: 140px;
    }

    /* product shampoo menu */

    .product1-kv-img {
        width: 800px;
        margin: 0 auto;
        margin-top: 200px;
    }

    .product1-main-txt-box {
        width: 800px;
        height: 723px;
        background: rgba(255, 255, 255, 0.5);
        margin: 0 auto;
        margin-top: 138px;
    }

    .product1-main-ttl {
        font-family: 'Imbue', serif;
        font-size: 38px;
        text-align: center;
        padding-top: 66px;
    }

    .product1-main-txt-txt {
        font-family: 'Imbue', serif;
        font-size: 34px;
        margin-top: 68px;
        margin-left: 110px;
    }

    .product1-main-price {
        font-family: 'Imbue', serif;
        font-size: 36px;
        text-align: center;
        margin-top: 120px;
        margin-left: 280px;
    }

    .product1-main-txt-btn {
        width: 457px;
        height: 90px;
        background: rgba(0, 0, 0, 0.80);
        display: flex;
        margin: 0 auto;
        margin-top: 110px;
    }

    .product1-main-btn-txt {
        font-family: 'Imbue', serif;
        font-size: 36px;
        color: #FFF;
        margin: 0 auto;
        padding-top: 20px;
        margin-left: 45px;
    }

    .cart-logo {
        width: 80px;
        height: 70px;
        margin-top: 10px;
        margin-left: 60px;
    }

    /* product intro */

    .product-intro-ttl {
        font-family: 'Imbue', serif;
        font-size: 48px;
        text-align: center;
        margin-top: 190px;
    }

    .intro-line1 {
        width: 337.001px;
        height: 1px;
        background: #000;
        margin-top: 40px;
        margin-left: 40px;
        position: absolute;
    }

    .intro-line2 {
        width: 337.001px;
        height: 1px;
        background: #000;
        position: absolute;
        margin-top: -35px;
        margin-left: 650px;
    }

    .intro-txt-box {
        width: 95%;
        height: 947px;
        background: rgba(255, 255, 255, 0.5);
        margin: 0 auto;
        margin-top: 200px;
    }

    .intro-txt1 {
        font-family: 'Imbue', serif;
        font-size: 30px;
        padding-top: 107px;
        margin-left: 23px;
        margin-bottom: 50px;


    }


    .intro-txt-img {
        width: 50px;
        height: 60px;
        position: absolute;
        margin-left: 23px;
        margin-top: 15px;

    }


    .intro-txt-list {
        font-family: 'Imbue', serif;
        font-size: 30px;
        margin-left: 120px;
        line-height: 3;

    }

    .intro-txt2 {
        font-family: 'Imbue', serif;
        font-size: 30px;
        margin-top: 61px;
        margin-left: 13px;
    }

    /* product use */

    .product-use-ttl {
        font-family: 'Imbue', serif;
        font-size: 32px;
        text-align: center;
        margin-top: 300px;
    }

    .use-line1 {
        width: 185px;
        height: 1px;
        background: #000;
        position: absolute;
        margin-left: 203px;
        margin-top: 23px;
    }

    .use-line2 {
        width: 185px;
        height: 1px;
        background: #000;
        position: absolute;
        margin-left: 663px;
        margin-top: -23px;
    }

    .product-use-main-img {
        width: 814px;
        margin: 0 auto;
        margin-top: 147px;
    }

    .product-use-btn-txt {
        width: 230px;
        height: 77px;
        background: #000;
        padding: 17px 39px 18px 65px;
        color: #FFF;
        font-size: 36px;
        font-weight: bold;
        margin-top: 130px;
        margin-left: 90px;
    }

    .product-use-txt {
        font-family: 'Imbue', serif;
        font-size: 30px;
        margin-left: 90px;
        margin-top: 70px;
    }

    .product-use-last-txt {
        display: flex;

    }

    .use-img {
        width: 50px;
        height: 50px;
        margin-left: 90px;
        margin-top: 230px;
    }

    .use-last-txt {
        font-family: 'Imbue', serif;
        font-size: 30px;
        margin-top: 230px;
        margin-left: 34px;
    }

    /* component */

    .component-ttl {
        text-align: center;
        font-family: 'Imbue', serif;
        font-size: 32px;
        margin-top: 180px;
    }

    .component-txt-box {
        width: 95%;
        height: 1252px;
        background: rgba(255, 255, 255, 0.50);
        margin: 0 auto;
        margin-top: 114px;
        padding-top: 52px;

    }

    .component-txt {
        font-size: 26px;
        margin-left: 15px;
    }

    .component-img {
        width: 803px;
        height: 100%;
        margin: 0 auto;
        margin-top: 190px;
    }

    .component-txt-box2 {
        width: 984px;
        height: 401px;
        background: rgba(255, 255, 255, 0.50);
        margin: 0 auto;
        margin-top: 117px;
    }

    .component-ttl2 {
        text-align: center;
        font-family: 'Imbue', serif;
        font-size: 36px;
        padding-top: 70px;
    }

    .component-txt2 {
        text-align: center;
        margin-top: 88px;
        font-family: 'Imbue', serif;
        font-size: 30px;
    }

    /* recommend */

    .recommend-wrap {
        width: 95%;
        height: 1673px;
        background: rgba(255, 255, 255, 0.50);
        margin: 0 auto;
        margin-top: 320px;
    }

    .recommend-ttl {
        font-size: 48px;
        text-align: center;
        padding-top: 139px;
        font-weight: bold;
    }

    .recommend-line1 {
        width: 259.021px;
        height: 1px;
        background: #000;
        position: absolute;
        margin-top: 177px;
        margin-left: 29px;
    }

    .recommend-line2 {
        width: 259.021px;
        height: 1px;
        background: #000;
        margin-left: 680px;
        margin-top: -35px;

    }

    .recommend-main-img {
        width: 800px;
        margin: 0 auto;
        margin-top: 230px;
    }

    .recommend-inner-ttl {
        font-size: 40px;
        text-align: center;
        margin-top: 80px;
    }

    .recommend-price {
        font-size: 36px;
        margin-top: 45px;
        text-align: center;
    }

    .recommend-btn {
        width: 457px;
        height: 90px;
        padding: 20px 138px 18px 139px;
        background: rgba(0, 0, 0, 0.80);

        margin: 0 auto;
        margin-top: 120px;
    }

    .recommend-btn-link {
        font-size: 36px;
        color: #FFF;
        text-decoration: none;

    }

    /* product2 */

    .product2-kv-img {
        width: 800px;
        margin: 0 auto;
        margin-top: 173px;
    }

    .product2-main-txt-box {
        width: 800px;
        height: 681px;
        background: rgba(255, 255, 255, 0.50);
        margin: 0 auto;
        margin-top: 127px;
    }

    .product2-main-ttl {
        text-align: center;
        font-family: 'Imbue', serif;
        font-size: 48px;
        padding-top: 48px;
    }

    .product2-txt-txt {
        text-align: center;
        font-family: 'Imbue', serif;
        font-size: 36px;
        margin-top: 58px;
    }

    .product2-main-price {
        text-align: center;
        font-family: 'Imbue', serif;
        font-size: 36px;
        margin-top: 89px;
    }

    .product2-main-txt-btn {
        display: flex;
        width: 457px;
        height: 90px;
        background: rgba(0, 0, 0, 0.80);
        margin: 0 auto;
        margin-top: 119px;


    }

    .product2-btn-logo {
        width: 83px;
        height: 73px;
        margin-left: 83px;
        margin-top: 5px;

    }

    .product2-btn-txt {
        font-family: 'Imbue', serif;
        font-size: 36px;
        color: #FFF;
        padding-left: 35px;
        padding-top: 18px;
    }

    /* product2 info */

    .product2-info-txt-box {
        width: 95%;
        height: 491px;
        background: rgba(255, 255, 255, 0.50);
        margin: 0 auto;
        margin-top: 194px;
    }

    .product2-info-txt {
        font-family: 'Imbue', serif;
        font-size: 30px;
        margin-left: 60px;
        padding-top: 50px;
    }

    .product2-use-img {
        width: 822px;
        margin: 0 auto;
        margin-top: 211px;
    }

    .component-txt-box3 {
        width: 95%;
        height: 673px;
        background: rgba(255, 255, 255, 0.50);
        margin: 0 auto;
        margin-top: 188px;
    }

    .product2-component-txt {
        font-family: 'Imbue', serif;
        font-size: 30px;
        padding-top: 70px;
        margin-left: 40px;
        margin-right: 40px;

    }

    /* recommend2 */

    .recommend2-main-img {
        width: 800px;
        margin: 0 auto;
        margin-top: 200px;
    }

    .recommend2-wrap {
        width: 95%;
        height: 2220px;
        background: rgba(255, 255, 255, 0.50);
        margin: 0 auto;
        margin-top: 371px;
    }

    .product2-main-txt-txt {
        font-family: 'Imbue', serif;
        font-size: 36px;
        margin-left: 187px;
        margin-top: 58px;
    }
}

/* タブレット */

@media screen and (max-width: 980px) {

    .header-logo-txt {
        margin-left: 406px;
        margin-top: 70px;
        position: absolute;
        font-family: 'Imbue', serif;
        font-size: 48px;
        color: #000;


    }

    /* ここから下がハンバーガーメニューに関するCSS */

    /* チェックボックスを非表示にする */
    .drawer_hidden {
        display: none;
    }

    /* ハンバーガーアイコンの設置スペース */
    .drawer_open {
        display: flex;
        height: 80px;
        width: 60px;
        position: relative;
        z-index: 100;
        margin-top: 61px;
        left: 70px;
        top: 100px;
        /* 重なり順を一番上にする */
        cursor: pointer;
        margin-top: 5px;
    }

    /* ハンバーガーメニューのアイコン */
    .drawer_open span,
    .drawer_open span:before,
    .drawer_open span:after {
        content: '';
        display: block;
        height: 5px;
        width: 70px;
        border-radius: 3px;
        background: #000;
        transition: 0.5s;
        position: absolute;
    }

    /* 三本線の一番上の棒の位置調整 */
    .drawer_open span:before {
        bottom: 23px;
    }

    /* 三本線の一番下の棒の位置調整 */
    .drawer_open span:after {
        top: 23px;
    }

    /* アイコンがクリックされたら真ん中の線を透明にする */
    #drawer_input:checked~.drawer_open span {
        background: rgba(255, 255, 255, 0);
    }

    /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
    #drawer_input:checked~.drawer_open span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #drawer_input:checked~.drawer_open span::after {
        top: 0;
        transform: rotate(-45deg);
    }




    /* メニュー黒ポチを消す */
    .nav_list {
        list-style: none;

    }

    .nav-link {
        color: #000;
        text-decoration: none;
        margin-top: 30px;
    }

    .nav_item {
        text-decoration: none;
        color: #000;
        margin-top: 70px;
    }

    /* アイコンがクリックされたらメニューを表示 */
    #drawer_input:checked~.nav_content {
        left: 0;
        /* メニューを画面に入れる */
    }


    /* メニューのデザイン*/
    .nav_content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0%;
        right: 100%;

        /* メニューを画面の外に飛ばす */
        z-index: 99;
        background: #fff;
        transition: .5s;
        text-align: center;
        padding-top: 100px;
        font-size: 40px;
        font-family: 'Inter', sans-serif;

    }

    /* アイコンがクリックされたらメニューを表示 */
    #drawer_input:checked~.nav_content {
        right: 0;
    }

    .header-nav-link {
        text-decoration: none;
        font-size: 30px;
        color: #000;
        font-family: 'Inter', sans-serif;


    }


    .kv-img {
        margin: 0 auto;
        margin-top: 180px;
        width: 100%;

    }

    /* concept */

    .section-concept-ttl {
        font-size: 40px;
        text-align: center;
        margin-top: 200px;
    }

    .line1 {
        width: 200px;
        height: 1px;
        background: #000;
        margin-left: 50px;
        margin-top: 25px;
        position: absolute;

    }

    .line2 {
        width: 200px;
        height: 1px;
        background: #000;
        margin-left: 520px;
        margin-top: -35px;
        position: absolute;

    }

    .concept-img1 {
        width: 415px;
        margin-left: 50px;
        margin-top: 160px;
    }

    .concept-txt-box {
        background: rgba(255, 255, 255, 0.50);
        position: absolute;
        width: 382px;
        height: 367px;
        margin-left: 340px;
        font-size: 22px;
        margin-top: -100px;

    }

    .concept-txt1 {
        margin-top: 40px;
        margin-left: 33px;
    }

    .concept-txt2 {
        margin-top: 34px;
        margin-left: 33px;
    }

    .concept-txt3 {
        margin-top: 34px;
        margin-left: 33px;
    }

    .concept-img2 {
        width: 434px;
        margin-top: 400px;
        margin-left: 300px;
    }

    .concept-txt-box2 {
        background: rgba(255, 255, 255, 0.50);
        position: absolute;
        width: 401px;
        height: 305px;
        margin-left: 60px;
        font-size: 22px;
        margin-top: -100px;

    }

    .concept-txt4 {

        margin-top: 40px;
        margin-left: 33px;
    }

    .concept-txt5 {
        margin-top: 34px;
        margin-left: 33px;
    }

    .concept-txt6 {
        margin-top: 34px;
        margin-left: 33px;
    }

    /* product */

    .section-product-ttl {
        font-size: 40px;
        text-align: center;
        position: absolute;
        top: 2800px;
        left: 295px;
        margin-top: 100px;
    }

    .line3 {
        width: 209px;
        height: 1px;
        background: #000;
        margin-left: -250px;
        margin-top: 28px;
        position: absolute;

    }

    .line4 {
        width: 209px;
        height: 1px;
        background: #000;
        margin-left: 240px;
        margin-top: -32px;
        position: absolute;

    }

    .product-img1 {
        width: 572px;
        padding-top: 500px;

        margin: 0 auto;
        margin-top: 100px;
    }

    .product-ttl {
        text-align: center;
        font-family: 'IBM Plex Serif', serif;
        font-size: 36px;
        margin-top: 25px;
    }

    .product-btn {
        font-size: 28px;
        color: #000;
        text-decoration: none;

    }

    .product-btn-box {
        font-family: 'IBM Plex Serif', serif;
        margin: 0 auto;
        text-align: center;
        width: 346px;
        height: 81px;
        border-radius: 50px;
        background: rgba(160, 107, 68, 0.40);
        padding: 22px 103px;
        margin-top: 100px;

    }

    .product-img2 {
        width: 592px;
        margin: 0 auto;
        margin-top: 200px;
    }

    /* banner */

    .inner-banner {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        margin-top: 200px;
    }

    /* footer */

    .footer {
        background: rgba(122, 118, 116, 0.60);
        width: 100%;
        height: 720px;
        margin-top: 200px;
    }

    .footer-nav-item {
        text-decoration: none;
        color: #000;
        font-family: 'Imbue', serif;
        font-size: 38px;


    }

    .footer-nav {
        margin-top: 73px;

    }

    .footer-nav-link {
        margin-top: 50px;
    }

    .footer-nav-list {
        margin-top: 73px;
        text-align: center;
        margin-top: 80px;
        padding-top: 0px;
    }

    .footer-line {
        width: 204.009px;
        height: 1px;
        background: #000;
        margin: 0 auto;
    }


    ul {
        padding-top: 50px;
        list-style: none;
    }

    .footer-inner-logo {
        width: 49px;
        height: 48px;
    }

    .footer-inner {
        display: flex;
        justify-content: center;
        padding-top: 10px;

    }

    .footer-inner-wrap {
        margin-top: 180px;
    }

    .footer-mail-txt {
        font-size: 32px;
        font-family: 'Imbue', serif;
        margin-left: 36px;
    }

    .footer-tell-txt {
        font-size: 32px;
        font-family: 'Imbue', serif;
        margin-left: 38px;

    }

    .footer-copy {
        font-family: 'Imbue', serif;
        text-align: center;
        font-size: 28px;
        margin-top: 80px;
    }

    /* product shampoo menu */

    .product1-kv-img {
        width: 634px;
        margin: 0 auto;
        margin-top: 150px;
    }

    .product1-main-txt-box {
        width: 623px;
        height: 609px;
        background: rgba(255, 255, 255, 0.5);
        margin: 0 auto;
        margin-top: 118px;
    }

    .product1-main-ttl {
        font-family: 'Imbue', serif;


        font-size: 28px;
        text-align: center;
        padding-top: 66px;
    }

    .product1-main-txt-txt {
        font-family: 'Imbue', serif;
        font-size: 32px;
        margin-top: 80px;
        margin-left: 60px;
    }

    .product1-main-price {
        font-family: 'Imbue', serif;
        font-size: 36px;
        text-align: center;
        margin-top: 80px;
        margin-left: 50px;
    }

    .product1-main-txt-btn {
        width: 400px;
        height: 90px;
        background: rgba(0, 0, 0, 0.80);
        display: flex;
        margin: 0 auto;
        margin-top: 90px;
    }

    .product1-main-btn-txt {
        font-family: 'Imbue', serif;
        font-size: 32px;
        color: #FFF;
        margin: 0 auto;
        padding-top: 23px;
        margin-left: 55px;
    }

    .cart-logo {
        width: 60px;
        height: 50px;
        margin-top: 20px;
        margin-left: 60px;
    }

    /* product intro */

    .product-intro-ttl {
        font-family: 'Imbue', serif;
        font-size: 36px;
        text-align: center;
        margin-top: 190px;
    }

    .intro-line1 {
        width: 237.001px;
        height: 1px;
        background: #000;
        margin-top: 30px;
        margin-left: 40px;
        position: absolute;
    }

    .intro-line2 {
        width: 237.001px;
        height: 1px;
        background: #000;
        position: absolute;
        margin-top: -25px;
        margin-left: 480px;
    }

    .intro-txt-box {
        width: 742px;
        height: 739px;
        background: rgba(255, 255, 255, 0.5);
        margin: 0 auto;
        margin-top: 200px;
    }

    .intro-txt1 {
        font-family: 'Imbue', serif;
        font-size: 24px;
        padding-top: 57px;
        margin-left: 20px;
        margin-bottom: 50px;


    }


    .intro-txt-img {
        width: 40px;
        height: 50px;
        position: absolute;
        margin-left: 20px;
        margin-top: 15px;

    }


    .intro-txt-list {
        font-family: 'Imbue', serif;
        font-size: 24px;
        margin-left: 120px;
        line-height: 3;

    }

    .intro-txt2 {
        font-family: 'Imbue', serif;
        font-size: 24px;
        margin-top: 61px;
        margin-left: 20px;
    }

    /* product use */

    .product-use-ttl {
        font-family: 'Imbue', serif;
        font-size: 32px;
        text-align: center;
        margin-top: 200px;
    }

    .use-line1 {
        width: 185px;
        height: 1px;
        background: #000;
        position: absolute;
        margin-left: 73px;
        margin-top: 23px;
    }

    .use-line2 {
        width: 185px;
        height: 1px;
        background: #000;
        position: absolute;
        margin-left: 503px;
        margin-top: -23px;
    }

    .product-use-main-img {

        width: 672px;
        margin: 0 auto;
        margin-top: 147px;
    }

    .product-use-btn-txt {
        width: 230px;
        height: 77px;
        background: #000;
        padding: 17px 39px 18px 65px;
        color: #FFF;
        font-size: 36px;
        font-weight: bold;
        margin-top: 130px;
        margin-left: 48px;
    }

    .product-use-txt {
        font-family: 'Imbue', serif;
        font-size: 26px;
        margin-left: 48px;
        margin-top: 70px;
    }

    .product-use-last-txt {
        display: flex;

    }

    .use-img {
        width: 50px;
        height: 50px;
        margin-left: 48px;
        margin-top: 130px;
    }

    .use-last-txt {
        font-family: 'Imbue', serif;
        font-size: 24px;
        margin-top: 130px;
        margin-left: 34px;
    }

    /* component */

    .component-ttl {
        text-align: center;
        font-family: 'Imbue', serif;
        font-size: 32px;
        margin-top: 180px;
    }

    .component-txt-box {
        width: 703px;
        height: 1700px;
        background: rgba(255, 255, 255, 0.50);
        margin: 0 auto;
        margin-top: 114px;
        padding-top: 61px;

    }

    .component-txt {
        font-size: 26px;
        margin-left: 15px;
    }

    .component-img {
        width: 638px;
        height: 100%;
        margin: 0 auto;
        margin-top: 190px;
    }

    .component-txt-box2 {
        width: 638px;
        height: 372px;
        background: rgba(255, 255, 255, 0.50);
        margin: 0 auto;
        margin-top: 117px;
    }

    .component-ttl2 {
        text-align: center;
        font-family: 'Imbue', serif;
        font-size: 32px;
        padding-top: 50px;
    }

    .component-txt2 {
        text-align: center;
        margin-top: 78px;
        font-family: 'Imbue', serif;
        font-size: 24px;
    }

    /* recommend */

    .recommend-wrap {
        width: 705px;
        height: 1354px;
        background: rgba(255, 255, 255, 0.50);
        margin: 0 auto;
        margin-top: 220px;
    }

    .recommend-ttl {
        font-size: 36px;
        text-align: center;
        padding-top: 69px;
        font-weight: bold;
    }

    .recommend-line1 {
        width: 159.021px;
        height: 1px;
        background: #000;
        position: absolute;
        margin-top: 95px;
        margin-left: 40px;
    }

    .recommend-line2 {
        width: 159.021px;
        height: 1px;
        background: #000;
        margin-left: 500px;
        margin-top: -30px;

    }

    .recommend-main-img {
        width: 582px;
        margin: 0 auto;
        margin-top: 130px;
    }

    .recommend-inner-ttl {
        font-size: 40px;
        text-align: center;
        margin-top: 80px;
    }

    .recommend-price {
        font-size: 36px;
        margin-top: 45px;
        text-align: center;
    }

    .recommend-btn {
        width: 427px;
        height: 90px;
        padding: 25px 138px 18px 139px;
        background: rgba(0, 0, 0, 0.80);

        margin: 0 auto;
        margin-top: 120px;
    }

    .recommend-btn-link {
        font-size: 30px;
        color: #FFF;
        text-decoration: none;

    }

    /* product2 */

    .product2-kv-img {
        width: 661px;
        margin: 0 auto;
        margin-top: 123px;
    }

    .product2-main-txt-box {
        width: 623px;
        height: 579px;
        background: rgba(255, 255, 255, 0.50);
        margin: 0 auto;
        margin-top: 87px;
    }

    .product2-main-ttl {
        text-align: center;
        font-family: 'Imbue', serif;
        font-size: 38px;
        padding-top: 48px;
    }

    .product2-txt-txt {
        text-align: center;
        font-family: 'Imbue', serif;
        font-size: 32px;
        margin-top: 38px;
    }

    .product2-main-price {
        text-align: center;
        font-family: 'Imbue', serif;
        font-size: 32px;
        margin-top: 59px;
    }

    .product2-main-txt-btn {
        display: flex;
        width: 427px;
        height: 90px;
        background: rgba(0, 0, 0, 0.80);
        margin: 0 auto;
        margin-top: 119px;


    }

    .product2-btn-logo {
        width: 63px;
        height: 53px;
        margin-left: 83px;
        margin-top: 16px;

    }

    .product2-btn-txt {
        font-family: 'Imbue', serif;
        font-size: 32px;
        color: #FFF;
        padding-left: 35px;
        padding-top: 22px;
    }

    /* product2 info */

    .product2-info-txt-box {
        width: 742px;
        height: 501px;
        background: rgba(255, 255, 255, 0.50);
        margin: 0 auto;
        margin-top: 104px;
    }

    .product2-info-txt {
        font-family: 'Imbue', serif;
        font-size: 26px;
        margin-left: 20px;
        padding-top: 60px;
    }

    .product2-use-img {
        width: 662px;
        margin: 0 auto;
        margin-top: 111px;
    }

    .component-txt-box3 {
        width: 703px;
        height: 654px;
        background: rgba(255, 255, 255, 0.50);
        margin: 0 auto;
        margin-top: 108px;
    }

    .product2-component-txt {
        font-family: 'Imbue', serif;
        font-size: 26px;
        padding-top: 50px;
        margin-left: 20px;
        margin-right: 40px;

    }

    /* recommend2 */

    .recommend2-main-img {
        width: 582px;
        margin: 0 auto;
        margin-top: 100px;
    }

    .recommend2-wrap {
        width: 735px;
        height: 1607px;
        background: rgba(255, 255, 255, 0.50);
        margin: 0 auto;
        margin-top: 171px;
    }

    .product2-main-txt-txt {
        font-family: 'Imbue', serif;
        font-size: 30px;
        margin-left: 130px;
        margin-top: 58px;
    }
}

/* mobile size */

@media screen and (max-width: 480px) {
    .header-logo-txt {
        margin-left: 176px;
        margin-top: 30px;
        position: absolute;
        font-family: 'Imbue', serif;
        font-size: 30px;
        color: #000;


    }

    /* ここから下がハンバーガーメニューに関するCSS */

    /* チェックボックスを非表示にする */
    .drawer_hidden {
        display: none;
    }

    /* ハンバーガーアイコンの設置スペース */
    .drawer_open {
        display: flex;
        height: 80px;
        width: 60px;
        position: relative;
        z-index: 100;
        margin-top: 61px;
        left: 30px;
        top: 50px;
        /* 重なり順を一番上にする */
        cursor: pointer;
        margin-top: 5px;
    }

    /* ハンバーガーメニューのアイコン */
    .drawer_open span,
    .drawer_open span:before,
    .drawer_open span:after {
        content: '';
        display: block;
        height: 3px;
        width: 50px;
        border-radius: 3px;
        background: #000;
        transition: 0.5s;
        position: absolute;
    }

    /* 三本線の一番上の棒の位置調整 */
    .drawer_open span:before {
        bottom: 13px;
    }

    /* 三本線の一番下の棒の位置調整 */
    .drawer_open span:after {
        top: 13px;
    }

    /* アイコンがクリックされたら真ん中の線を透明にする */
    #drawer_input:checked~.drawer_open span {
        background: rgba(255, 255, 255, 0);
    }

    /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
    #drawer_input:checked~.drawer_open span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #drawer_input:checked~.drawer_open span::after {
        top: 0;
        transform: rotate(-45deg);
    }




    /* メニュー黒ポチを消す */
    .nav_list {
        list-style: none;

    }

    .nav-link {
        color: #000;
        text-decoration: none;
        margin-top: 30px;
    }

    .nav_item {
        text-decoration: none;
        color: #000;
        margin-top: 50px;
    }

    /* アイコンがクリックされたらメニューを表示 */
    #drawer_input:checked~.nav_content {
        left: 0;
        /* メニューを画面に入れる */
    }


    /* メニューのデザイン*/
    .nav_content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0%;
        right: 100%;

        /* メニューを画面の外に飛ばす */
        z-index: 99;
        background: #fff;
        transition: .5s;
        text-align: center;
        padding-top: 50px;
        font-size: 30px;
        font-family: 'Inter', sans-serif;

    }

    /* アイコンがクリックされたらメニューを表示 */
    #drawer_input:checked~.nav_content {
        right: 0;
    }

    .header-nav-link {
        text-decoration: none;
        font-size: 28px;
        color: #000;
        font-family: 'Inter', sans-serif;


    }


    .kv-img {
        margin: 0 auto;
        margin-top: 80px;
        width: 100%;

    }

    /* concept */

    .section-concept-ttl {
        font-size: 32px;
        text-align: center;
        margin-top: 100px;
    }

    .line1 {
        width: 80px;
        height: 0px;
        background: #000;
        margin-left: 20px;
        margin-top: 25px;
        position: absolute;

    }

    .line2 {
        width: 80px;
        height: 0px;
        background: #000;
        margin-left: 290px;
        margin-top: -25px;
        position: absolute;

    }

    .concept-img1 {
        width: 100%;
        margin-left: 50px;
        margin: 0 auto;
        margin-top: 50px;
    }

    .concept-txt-box {
        background: rgba(255, 255, 255, 0.50);
        position: absolute;
        width: 95%;
        height: 367px;

        font-size: 20px;
        margin: 0 auto;
        margin-top: -20px;
        margin-left: 10px;

    }

    .concept-txt1 {
        margin-top: 40px;
        margin-left: 33px;
    }

    .concept-txt2 {
        margin-top: 34px;
        margin-left: 33px;
    }

    .concept-txt3 {
        margin-top: 34px;
        margin-left: 33px;
    }

    .concept-img2 {
        width: 100%;
        margin: 0 auto;
        margin-top: 500px;
    }

    .concept-txt-box2 {
        background: rgba(255, 255, 255, 0.50);
        position: absolute;
        width: 95%;
        height: 305px;
        margin-left: 10px;
        font-size: 20px;
        margin-top: -20px;

    }

    .concept-txt4 {

        margin-top: 40px;
        margin-left: 33px;
    }

    .concept-txt5 {
        margin-top: 34px;
        margin-left: 33px;
    }

    .concept-txt6 {
        margin-top: 34px;
        margin-left: 33px;
    }

    /* product */

    .section-product-ttl {
        font-size: 32px;
        text-align: center;
        position: absolute;
        top: 2200px;
        left: 115px;
        margin-top: 100px;
    }

    .line3 {
        width: 89px;
        height: 0px;
        background: #000;
        margin-left: -100px;
        margin-top: 22px;
        position: absolute;

    }

    .line4 {
        width: 89px;
        height: 0px;
        background: #000;
        margin-left: 170px;
        margin-top: -27px;
        position: absolute;

    }

    .product-img1 {
        width: 372px;
        padding-top: 500px;

        margin: 0 auto;
        margin-top: 100px;
    }

    .product-ttl {
        text-align: center;
        font-family: 'IBM Plex Serif', serif;
        font-size: 24px;
        margin-top: 25px;
    }

    .product-btn {
        font-size: 20px;
        color: #000;
        text-decoration: none;

    }

    .product-btn-box {
        font-family: 'IBM Plex Serif', serif;
        margin: 0 auto;
        text-align: center;
        width: 246px;
        height: 61px;
        border-radius: 50px;
        background: rgba(160, 107, 68, 0.40);
        padding: 0;
        padding-top: 15px;
        margin-top: 60px;

    }

    .product-img2 {
        width: 352px;
        margin: 0 auto;
        margin-top: 100px;
    }

    /* banner */

    .inner-banner {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        margin-top: 100px;
    }

    /* footer */

    .footer {
        background: rgba(122, 118, 116, 0.60);
        width: 100%;
        height: 560px;
        margin-top: 100px;
    }

    .footer-nav-item {
        text-decoration: none;
        color: #000;
        font-family: 'Imbue', serif;
        font-size: 28px;


    }

    .footer-nav {
        margin-top: 53px;

    }

    .footer-nav-link {
        margin-top: 50px;
    }

    .footer-nav-list {
        margin-top: 53px;
        text-align: center;
        margin-top: 80px;
        padding-top: 0px;
    }

    .footer-line {
        width: 164.009px;
        height: 1px;
        background: #000;
        margin: 0 auto;
    }


    ul {
        padding-top: 50px;
        list-style: none;
    }

    .footer-inner-logo {
        width: 29px;
        height: 28px;
    }

    .footer-inner {
        display: flex;
        justify-content: center;
        padding-top: 10px;

    }

    .footer-inner-wrap {
        margin-top: 100px;
    }

    .footer-mail-txt {
        font-size: 20px;
        font-family: 'Imbue', serif;
        margin-left: 26px;
    }

    .footer-tell-txt {
        font-size: 20px;
        font-family: 'Imbue', serif;
        margin-left: 28px;
        color: #000;

    }

    .footer-copy {
        font-family: 'Imbue', serif;
        text-align: center;
        font-size: 18px;
        margin-top: 80px;
    }

    /* product shampoo menu */

    .product1-kv-img {
        width: 364px;
        margin: 0 auto;
        margin-top: 80px;
    }

    .product1-main-txt-box {
        width: 95%;
        height: 509px;
        background: rgba(255, 255, 255, 0.5);
        margin: 0 auto;
        margin-top: 88px;
    }

    .product1-main-ttl {
        font-family: 'Imbue', serif;


        font-size: 24px;
        text-align: center;
        padding-top: 46px;
    }

    .product1-main-txt-txt {
        font-family: 'Imbue', serif;
        font-size: 20px;
        margin-top: 60px;
        margin-left: 30px;
    }

    .product1-main-price {
        font-family: 'Imbue', serif;
        font-size: 20px;
        text-align: center;
        margin-top: 60px;
        margin-left: 30px;
    }

    .product1-main-txt-btn {
        width: 300px;
        height: 70px;
        background: rgba(0, 0, 0, 0.80);
        display: flex;
        margin: 0 auto;
        margin-top: 90px;
    }

    .product1-main-btn-txt {
        font-family: 'Imbue', serif;
        font-size: 24px;
        color: #FFF;
        margin: 0 auto;
        padding-top: 18px;
        margin-left: 35px;
    }

    .cart-logo {
        width: 40px;
        height: 30px;
        margin-top: 20px;
        margin-left: 60px;
    }

    /* product intro */

    .product-intro-ttl {
        font-family: 'Imbue', serif;
        font-size: 26px;
        text-align: center;
        margin-top: 120px;
    }

    .intro-line1 {
        width: 107.001px;
        height: 0px;
        background: #000;
        margin-top: 20px;
        margin-left: 15px;
        position: absolute;
    }

    .intro-line2 {
        width: 107.001px;
        height: 0px;
        background: #000;
        position: absolute;
        margin-top: -20px;
        margin-left: 260px;
    }

    .intro-txt-box {
        width: 95%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        margin: 0 auto;
        margin-top: 100px;
        padding-bottom: 50px;
    }

    .intro-txt1 {
        font-family: 'Imbue', serif;
        font-size: 18px;
        padding-top: 27px;
        margin-left: 10px;
        margin-bottom: 50px;


    }


    .intro-txt-img {
        width: 20px;
        height: 30px;
        position: absolute;
        margin-left: 10px;
        margin-top: 15px;

    }


    .intro-txt-list {
        font-family: 'Imbue', serif;
        font-size: 18px;
        margin-left: 60px;
        line-height: 3;

    }

    .intro-txt2 {
        font-family: 'Imbue', serif;
        font-size: 18px;
        margin-top: 31px;
        margin-left: 10px;
    }

    /* product use */

    .product-use-ttl {
        font-family: 'Imbue', serif;
        font-size: 26px;
        text-align: center;
        margin-top: 100px;
    }

    .use-line1 {
        width: 105px;
        height: 0px;
        background: #000;
        position: absolute;
        margin-left: 13px;
        margin-top: 20px;
    }

    .use-line2 {
        width: 105px;
        height: 0px;
        background: #000;
        position: absolute;
        margin-left: 273px;
        margin-top: -20px;
    }

    .product-use-main-img {

        width: 372px;
        margin: 0 auto;
        margin-top: 87px;
    }

    .product-use-btn-txt {
        width: 130px;
        height: 57px;
        background: #000;
        padding: 15px 10px 5px 36px;
        color: #FFF;
        font-size: 20px;
        font-weight: bold;
        margin-top: 80px;
        margin-left: 18px;
    }

    .product-use-txt {
        font-family: 'Imbue', serif;
        font-size: 16px;
        margin-left: 18px;
        margin-top: 40px;
    }

    .product-use-last-txt {
        display: flex;

    }

    .use-img {
        width: 30px;
        height: 30px;
        margin-left: 18px;
        margin-top: 80px;
    }

    .use-last-txt {
        font-family: 'Imbue', serif;
        font-size: 16px;
        margin-top: 80px;
        margin-left: 14px;
    }

    /* component */

    .component-ttl {
        text-align: center;
        font-family: 'Imbue', serif;
        font-size: 26px;
        margin-top: 130px;
    }

    .component-txt-box {
        width: 95%;
        height: 100%;
        background: rgba(255, 255, 255, 0.50);
        margin: 0 auto;
        margin-top: 94px;
        padding-top: 31px;
        padding-bottom: 50px;

    }

    .component-txt {
        font-size: 18px;
        margin-left: 5px;
    }

    .component-img {
        width: 338px;
        height: 100%;
        margin: 0 auto;
        margin-top: 100px;
    }

    .component-txt-box2 {
        width: 95%;
        height: 100%;
        background: rgba(255, 255, 255, 0.50);
        margin: 0 auto;
        margin-top: 117px;
        padding-bottom: 50px;
    }

    .component-ttl2 {
        text-align: center;
        font-family: 'Imbue', serif;
        font-size: 24px;
        padding-top: 40px;
    }

    .component-txt2 {
        text-align: center;
        margin-top: 48px;
        font-family: 'Imbue', serif;
        font-size: 17px;
    }

    /* recommend */

    .recommend-wrap {
        width: 95%;
        height: 854px;
        background: rgba(255, 255, 255, 0.50);
        margin: 0 auto;
        margin-top: 100px;
    }

    .recommend-ttl {
        font-size: 26px;
        text-align: center;
        padding-top: 69px;
        font-weight: bold;
    }

    .recommend-line1 {
        width: 75.021px;
        height: 0px;
        background: #000;
        position: absolute;
        margin-top: 88px;
        margin-left: 10px;
    }

    .recommend-line2 {
        width: 75.021px;
        height: 0px;
        background: #000;
        margin-left: 285px;
        margin-top: -20px;

    }

    .recommend-main-img {
        width: 352px;
        margin: 0 auto;
        margin-top: 80px;
    }

    .recommend-inner-ttl {
        font-size: 24px;
        text-align: center;
        margin-top: 40px;
    }

    .recommend-price {
        font-size: 20px;
        margin-top: 45px;
        text-align: center;
    }

    .recommend-btn {
        width: 227px;
        height: 60px;
        padding: 15px 5px 10px 65px;
        background: rgba(0, 0, 0, 0.80);

        margin: 0 auto;
        margin-top: 80px;
    }

    .recommend-btn-link {
        font-size: 20px;
        color: #FFF;
        text-decoration: none;

    }

    /* product2 */

    .product2-kv-img {
        width: 361px;
        margin: 0 auto;
        margin-top: 83px;
    }

    .product2-main-txt-box {
        width: 95%;
        height: 459px;
        background: rgba(255, 255, 255, 0.50);
        margin: 0 auto;
        margin-top: 37px;
    }

    .product2-main-ttl {
        text-align: center;
        font-family: 'Imbue', serif;
        font-size: 24px;
        padding-top: 28px;
    }

    .product2-txt-txt {
        text-align: center;
        font-family: 'Imbue', serif;
        font-size: 20px;
        margin-top: 28px;
    }

    .product2-main-price {
        text-align: center;
        font-family: 'Imbue', serif;
        font-size: 22px;
        margin-top: 39px;
    }

    .product2-main-txt-btn {
        display: flex;
        width: 277px;
        height: 60px;
        background: rgba(0, 0, 0, 0.80);
        margin: 0 auto;
        margin-top: 119px;


    }

    .product2-btn-logo {
        width: 33px;
        height: 33px;
        margin-left: 53px;
        margin-top: 16px;

    }

    .product2-btn-txt {
        font-family: 'Imbue', serif;
        font-size: 20px;
        color: #FFF;
        padding-left: 35px;
        padding-top: 18px;
    }

    /* product2 info */

    .product2-info-txt-box {
        width: 95%;
        height: 451px;
        background: rgba(255, 255, 255, 0.50);
        margin: 0 auto;
        margin-top: 74px;
    }

    .product2-info-txt {
        font-family: 'Imbue', serif;
        font-size: 18px;
        margin-left: 20px;
        padding-top: 40px;
    }

    .product2-use-img {
        width: 362px;
        margin: 0 auto;
        margin-top: 111px;
    }

    .component-txt-box3 {
        width: 95%;
        height: 574px;
        background: rgba(255, 255, 255, 0.50);
        margin: 0 auto;
        margin-top: 108px;
    }

    .product2-component-txt {
        font-family: 'Imbue', serif;
        font-size: 18px;
        padding-top: 30px;
        margin-left: 15px;
        margin-right: 10px;

    }

    /* recommend2 */

    .recommend2-main-img {
        width: 332px;
        margin: 0 auto;
        margin-top: 100px;
    }

    .recommend2-wrap {
        width: 95%;
        height: 1107px;
        background: rgba(255, 255, 255, 0.50);
        margin: 0 auto;
        margin-top: 171px;
    }

    .product2-main-txt-txt {
        font-family: 'Imbue', serif;
        font-size: 18px;
        margin-left: 40px;
        margin-top: 58px;
    }
}