@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #333333;
}

.inner {
    overflow: hidden;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;

}

img {
    width: 100%;
}


.anchor {
    padding-top: 2vw;
    margin-top: -2vw;
}

/* ビルボード */

.g_logo_box_01 {
    width: 8vw;
    margin: 1vw auto;
}

.billboard_box_01 {
    width: 70vw;
    height: auto;
    position: relative;
    margin: 0 auto 2vw;
}

.billboard_box_01_sp {
    display: none;
}


/* タブメニュー */
.menu_01 {
    position: relative;
    width: 100vw;
    height: 36vw;
    display: flex;
    margin: 0 0 7vw;
    scroll-behavior: smooth;
}

.menu_01 ul li {
    width: 62vw;
}

.menu_01 ul li a {
    width: 62vw;
}

.menu_01_0 {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 8993;
}

.menu_01_1 a {
    top: 0;
    left: 52vw;
    position: absolute;
    z-index: 8994;
}

.menu_01_1 a:hover {
    left: 24vw;
    transition: 0.8s;
}

.menu_01_2 a {
    top: 0;
    left: 59vw;
    position: absolute;

    z-index: 8995;
}

.menu_01_2 a:hover {
    left: 31vw;
    transition: 0.8s;
}

.menu_01_3 a {
    top: 0;
    left: 66vw;
    position: absolute;

    z-index: 8996;
}

.menu_01_3 a:hover {
    left: 38vw;
    transition: 0.8s;
}

.menu_01_4 a {
    top: 0;
    left: 73vw;
    position: absolute;

    z-index: 8997;
}

.menu_01_4 a:hover {
    left: 45vw;
    transition: 0.8s;
}

.menu_01_5 a {
    top: 0;
    left: 80vw;
    position: absolute;

    z-index: 8998;
}

.menu_01_5 a:hover {
    left: 52vw;
    transition: 0.8s;
}

.menu_01_6 a {
    top: 0;
    left: 87vw;
    position: absolute;

    z-index: 8999;
}

.menu_01_6 a:hover {
    left: 59vw;
    transition: 0.8s;
}


/* ナビゲーション */


#g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: -1;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -32vw;
    width: 32vw;
    height: 100vh;
    background: #000000;
    /*動き*/
    opacity: 0;
    transition: all 0.6s;
    transition: opacity 0.6s ease;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
    right: 0;
    opacity: 1;
    z-index: 9998;

}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 9998;
    width: 32vw;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav .nav_box_01 {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 9998;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32vw;
}

/*リストのレイアウト設定*/

#g-nav .nav_box_01 li {
    list-style: none;
}


.bmenu_logo {
    width: 140px;
    margin: 75px auto 0px;
    z-index: 9999;
}


.hamburger-bg-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.2);
    display: block;
}


/*========= ボタンのためのCSS ===============*/
.openbtn1 {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 22px;
    right: 50px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #383838;
}


.openbtn1.active {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 22px;
    right: 50px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
}


/*×に変化*/
.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #ffffff;
    width: 45%;
}

.openbtn1 span:nth-of-type(1) {
    top: 15px;
}

.openbtn1 span:nth-of-type(2) {
    top: 23px;
}

.openbtn1 span:nth-of-type(3) {
    top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 17px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
    background-color: #000000;
}

.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
    background-color: #000000;
}

.openbtn1.active span:nth-of-type(3) {
    top: 29px;
    left: 14px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
    background-color: #000000;
}



.nav_box_02 {
    width: 18vw;
    display: flex;
    flex-direction: column;
    margin: 0px auto;
}

.nav_box_02 li {
    width: 18vw;
    margin-bottom: 1vw;
}

.nav_box_03 {
    width: 18vw;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 25px auto;
}


.btn_width_01 a img {
    width: 7vw;
}

.btn_width_02 a img {
    width: 10vw;
}

.btn_width_03 a img {
    width: 10vw;
}

.btn_width_04 a img {
    width: 12vw;
}

.btn_width_05 a img {
    width: 12vw;
}

.btn_width_06 a img {
    width: 14vw;
    ;
}

.btn_width_07 a img {
    width: 9vw;
}

.btn_width_08 a img {
    width: 7.8vw;
}




/* 各セクションタイトル画像 */

.title_box_01 {
    width: 24vw;
    margin-left: 14vw;
    margin-bottom: 6vw;
}


.title_box_02 {
    width: 56vw;
    margin-left: 17vw;
    margin-bottom: 4vw;
}


.title_box_03 {
    width: 55vw;
    margin-left: 17vw;
    margin-bottom: 4vw;
}

.title_box_04 {
    width: 62vw;
    margin-left: 17vw;
    margin-bottom: 4vw;
}

.title_box_05 {
    width: 61vw;
    margin-left: 17vw;
    margin-bottom: 4vw;
}

.title_box_06 {
    width: 33vw;
    margin-left: 14vw;
    margin-bottom: 6vw;
}


.title_box_07 {
    width: 31vw;
    margin-left: 14vw;
    margin-bottom: 6vw;
}

.title_box_08 {
    width: 38vw;
    margin-left: 22vw;
    margin-bottom: 2vw;
}

.title_box_09 {
    width: 34vw;
    margin-left: 33vw;
    margin-bottom: 3vw;
}

.title_box_10 {
    width: 46vw;
    margin-left: 27vw;
    margin-bottom: 3vw;
}

.title_box_11 {
    width: 36vw;
    margin-left: 32vw;
    margin-bottom: 6vw;
}

.title_box_12 {
    width: 13vw;
    margin-left: 43vw;
    margin-bottom: 2vw;
}

.title_box_13 {
    width: 19vw;
    margin-left: 40vw;
    margin-bottom: 2vw;
}

.title_box_14 {
    width: 25vw;
    margin-left: 37vw;
    margin-bottom: 2vw;
}

.title_box_15 {
    width: 14vw;
    margin-left: 43vw;
    margin-bottom: 3vw;
}


/* 画像表示ボックス */

.m_main_box_01 {
    width: 66vw;
    margin: 0 auto 2vw;
}

.m_main_box_02 {
    width: 66vw;
    margin: 0 auto 10px;
}

.c_main_box_01 {
    width: 66vw;
    margin: 0 auto 10px;
}

.w_main_box_01 {
    width: 66vw;
    margin: 0 auto 2vw;
}

.f_main_box_01 {
    width: 66vw;
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 2vw;
    margin: 0 auto 10vw;
}

.r_main_box_01 {
    display: flex;
    flex-wrap: wrap;
    width: 66vw;
    margin: 0 auto 7vw;
}

.r_main_box_01 li {
    width: 33vw;
}


.r_main_box_02 {
    display: flex;
    flex-wrap: wrap;
    width: 66vw;
    margin: 0 auto 12vw;
}

.r_main_box_02 li {
    width: 33vw;
}


.image1 {
    display: block;
}



.ac_main_box_01 {
    width: 75vw;
    padding: 2vw 0 1vw;
    border-top-right-radius: 2vw;
    border-bottom-right-radius: 2vw;
    background-color: #f7f7f7;
    background-image: url(../img/common/passcase_ttl.png);
    background-repeat: no-repeat;
    background-size: 20vw;
    background-position: 17vw 2vw;
    /*背景画像の位置指定　左　上*/
    margin: 0 auto 7vw 0;
}

.ac_main_box_02 {
    width: 54vw;
    display: flex;
    justify-content: space-between;
    margin-left: 17vw;
}


.ac_main_box_03 {
    width: 75vw;
    padding: 3vw 0 5vw;
    border-top-left-radius: 2vw;
    border-bottom-left-radius: 2vw;
    background-color: #f7f7f7;
    background-image: url(../img/common/card_holder_ttl.png);
    background-repeat: no-repeat;
    background-size: 28vw;
    background-position: 31vw 2vw;
    text-align: right;
    /*背景画像の位置指定　右　上*/
    margin: 0 0 7vw auto;
}

.ac_main_box_04 {
    width: 53vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: 4vw;
}

.ac_main_box_05 {
    width: 75vw;
    padding: 3vw 0 3vw;
    border-top-right-radius: 2vw;
    border-bottom-right-radius: 2vw;
    background-color: #f7f7f7;
    background-image: url(../img/common/umbrella_ttl.png);
    background-repeat: no-repeat;
    background-size: 20vw;
    background-position: 17vw 2vw;
    /*背景画像の位置指定　左　上*/
    margin: 0 auto 7vw 0;
}

.ac_main_box_06 {
    width: 57vw;
    display: flex;
    justify-content: space-between;
    margin-left: 17vw;
}


.ac_main_box_07 {
    width: 75vw;
    padding: 4vw 0 2vw;
    border-top-left-radius: 2vw;
    border-bottom-left-radius: 2vw;
    background-color: #f7f7f7;
    background-image: url(../img/common/bottle_ttl.png);
    background-repeat: no-repeat;
    background-size: 30vw;
    background-position: 28vw 2vw;
    text-align: right;
    /*背景画像の位置指定　右　上*/
    margin: 0 0 7vw auto;
}

.ac_main_box_08 {
    width: 46vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: 7vw;
}

.ac_box01_01 {
    width: 13vw;
    top: 2vw;
}

.ac_box01_02 {
    width: 11vw;
    margin-top: 7vw;

}

.ac_box01_03 {
    width: 11vw;
    margin-top: 7vw;
}

.ac_box01_04 {
    width: 11vw;
    margin-top: 6.45vw;
}

.ac_box01_05 {
    width: 17vw;
    left: 60vw;
}

.ac_box01_06 {
    width: 10vw;
    margin-top: 7vw;

}

.ac_box01_07 {
    width: 10.5vw;
    margin-top: 5.5vw;
}

.ac_box01_08 {
    width: 10vw;
    margin-top: 7vw;
}

.ac_box01_09 {
    width: 21vw;
    top: 2vw;
}

.ac_box01_10 {
    width: 10vw;
    margin-top: 9vw;

}

.ac_box01_11 {
    width: 10vw;
    margin-top: 9vw;
}

.ac_box01_12 {
    width: 10vw;
    margin-top: 9vw;
}

.ac_box01_13 {
    width: 16vw;
    left: 60vw;
    top: 2vw;
}

.ac_box01_14 {
    width: 7vw;
    margin-top: 5vw;

}

.ac_box01_15 {
    width: 7vw;
    margin-top: 5vw;
}

.ac_box01_16 {
    width: 7vw;
    margin-top: 5vw;
}




.f_list_01 {
    width: 32vw;
    margin-top: 3vw;
    margin-left: 4vw;
    display: flex;
    flex-direction: column;
}

.f_list_01_1 {
    width: 22vw;
    margin-bottom: 6vw;
}

.f_list_01_2 {
    width: 28vw;
}

.f_list_02 {
    display: flex;
    flex-direction: column;
    margin: 3vw 0;
}

.f_list_02 li {
    width: 28vw;
    margin: 0;
}


.set_box_01 {
    width: 100vw;
    background-image: url(../img/common/bg_yg_img.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 55%;
}

.set_box_01_w {
    width: 100vw;
    background-image: url(../img/common/bg_yg_img.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 55%;
}


.set_box_02 {
    width: 66vw;
    margin: 0 auto 12vw;
}

.set_box_03 {
    width: 100vw;
    background-image: url(../img/common/bg_yg_img.png), url(../img/common/bg_yg_img.png);
    background-position: 0 46%, 0 103%;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 23%;
    padding-bottom: 4vw;
    margin-bottom: 10vw;
}

.set_box_04 {
    margin: 15vw auto 10vw;
}

.bg_box_01 {
    width: 100vw;
    height: 6vw;
    background-image: url(../img/common/bg_yg_img.png);
    margin: 1vw 0 3vw;
}


/* スライダーボックス */

.slide_box_01,
.slide_box_03,
.slide_box_05,
.slide_box_07 {
    width: 66vw;
    margin: 0 auto;
}

.slide_box_05,
.slide_box_07 {
    margin-bottom: 5vw;
}



.slide_box_01 li,
.slide_box_03 li,
.slide_box_05 li,
.slide_box_07 li {
    width: 66vw;
}

.slide_box_02,
.slide_box_04,
.slide_box_06,
.slide_box_08 {
    width: 62vw;
    display: flex;
    justify-content: center;
    margin: -4vw auto 12vw;
}

.slide_box_08 {
    padding-bottom: 8vw;
}

.slide_box_02 li,
.slide_box_04 li,
.slide_box_06 li,
.slide_box_08 li {
    width: 10vw;
    margin: 0 10px;
}

.slide_box_04 li {
    margin-bottom: 4vw;
}

.slide_box_bas {
    width: 66vw;
    margin: 0 auto;
}

.slide_box_bas li a img {
    width: 14vw;
    margin: 0 auto;
}

.slide_box_more {
    width: 50vw;
    margin: 0 auto 7vw;
}

.slide_box_more_last {
    width: 50vw;
    margin: 0 auto 7vw;
}





.slide_box_more .slick-slide {
    transform: scale(.7);
    transition: transform .3s;
    width: 22vw;
}

/* 中央のスライド */
.slide_box_more .slick-center {
    transform: scale(1);
}

.slide_box_more_last .slick-slide {
    transform: scale(.7);
    transition: transform .3s;
    width: 22vw;
}

/* 中央のスライド */
.slide_box_more_last .slick-center {
    transform: scale(1);
}





.slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.slide_box_bas .slick-next:before {
    background: url(../img/common/button_migi.jpg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.slide_box_bas .slick-prev:before {
    background: url(../img/common/button_hidari.jpg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.slide_box_bas .slick-arrow {
    z-index: 2 !important;
    width: 3vw !important;
    height: 3vw !important;
}

.slide_box_bas .slick-next {
    right: 29vw !important;
    top: 19vw !important;
}

.slide_box_bas .slick-prev {
    left: 29vw !important;
    top: 19vw !important;
}



/* ブランドリストスライダー */


.brand_box_01 {
    width: 50vw;
    display: flex;
    flex-direction: row;
    margin: 0 auto 7vw;
}


.brand_box_01 li div {
    overflow: hidden;
    width: 7vw;
    text-align: center;
    margin: 1vw auto 2vw;
}

.brand_box_01 li div img {
    width: 100%;
    transition: 0.01s;
}

.brand_box_01 li div img:hover {
    transform: scale(1.2, 1.2);
    transition: 1s all;
}




.brand_box_01 .slick-next:before {
    background: url(../img/common/button_migi.jpg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.brand_box_01 .slick-prev:before {
    background: url(../img/common/button_hidari.jpg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.brand_box_01 .slick-arrow {
    z-index: 2 !important;
    width: 3vw !important;
    height: 3vw !important;
}

.brand_box_01 .slick-next {
    right: 21vw !important;
    top: 27vw !important;
}

.brand_box_01 .slick-prev {
    left: 21vw !important;
    top: 27vw !important;
}





/* フッター */
.footer-copyright {
    width: 100%;
    height: 30px !important;
    background-color: #f7f7f7;
    padding: 25px 0 18px;
    margin: 0;
    text-align: center;
}

.footer-copyright__text {
    font-size: 14px;
    letter-spacing: 0.05rem;
    text-align: center;
    color: #3a3030;
}








.spacer_01 {
    width: 50px;
}

.br_pc {
    display: block;
}

.br_sp {
    display: none;
}


.display_pc {
    display: block !important;
}

.display_sp {
    display: none !important;
}








/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$ Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/

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

    html {
        scroll-behavior: auto;
    }



    .anchor {
        padding-top: 10vw;
        margin-top: -10vw;
    }

    /* ビルボード */

    .g_logo_box_01 {
        width: 26vw;
        margin: 5vw auto 3vw;
    }

    .billboard_box_01 {
        display: none;
    }

    .billboard_box_01_sp {
        display: block;
        width: 100vw;
        margin-bottom: 10vw;
    }


    /* タブメニュー */
    .menu_01 {
        display: none;
    }


    /* ナビゲーション */


    #g-nav {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position: fixed;
        z-index: -1;
        /*ナビのスタート位置と形状*/
        top: 0;
        right: -120%;
        width: 100%;
        height: 100vh;
        /*動き*/
        opacity: 0;
        transition: all 0.6s;
        transition: opacity 0.6s ease;
    }

    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive {
        right: 0;
        opacity: 1;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    /*ナビゲーション*/
    #g-nav .nav_box_01 {
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 88vw;
    }


    .bmenu_logo {
        width: 30vw;
        margin: 12vw auto 0vw;
    }

    .bmenu_logo a img {
        width: 30vw;
    }



    /*========= ボタンのためのCSS ===============*/
    .openbtn1 {
        position: fixed;
        /*ボタンを最前面に*/
        top: 15px;
        right: 15px;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }


    .openbtn1.active {
        position: fixed;
        /*ボタンを最前面に*/
        top: 15px;
        right: 15px;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }


    .nav_box_02 {
        width: 80vw;
    }

    .nav_box_02 li {
        width: 80vw;
        margin-bottom: 6vw;
    }

    .nav_box_03 {
        width: 80vw;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 5vw auto;
    }

    .btn_width_01 a img {
        width: 28vw;
    }

    .btn_width_02 a img {
        width: 40vw;
    }

    .btn_width_03 a img {
        width: 40vw;
    }

    .btn_width_04 a img {
        width: 49vw;
    }

    .btn_width_05 a img {
        width: 46vw;
    }

    .btn_width_06 a img {
        width: 55vw;
    }

    .btn_width_07 a img {
        width: 38vw;
    }

    .btn_width_08 a img {
        width: 34vw;
    }



    /* 各セクションタイトル画像 */

    .title_box_01 {
        width: 44vw;
        margin-left: 3vw;
        margin-bottom: 4vw;
    }


    .title_box_02 {
        width: 83vw;
        margin-left: 6vw;
        margin-bottom: 4vw;
    }


    .title_box_03 {
        width: 81vw;
        margin-left: 6vw;
        margin-bottom: 4vw;
    }

    .title_box_04 {
        width: 91vw;
        margin-left: 6vw;
        margin-bottom: 4vw;
    }

    .title_box_05 {
        width: 91vw;
        margin-left: 6vw;
        margin-bottom: 4vw;
    }

    .title_box_06 {
        width: 58vw;
        margin-left: 3vw;
        margin-bottom: 4vw;
    }


    .title_box_07 {
        width: 58vw;
        margin-left: 3vw;
        margin-bottom: 4vw;
    }

    .title_box_08 {
        width: 69vw;
        margin-left: 4vw;
        margin-bottom: 4vw;
    }

    .title_box_09 {
        width: 66vw;
        margin-left: 4vw;
        margin-bottom: 4vw;
    }

    .title_box_10 {
        width: 90vw;
        margin-left: 5vw;
        margin-bottom: 6vw;
    }

    .title_box_11 {
        width: 82vw;
        margin-left: 9vw;
        margin-bottom: 10vw;
    }

    .title_box_12 {
        width: 24vw;
        margin-left: 38vw;
        margin-bottom: 2vw;
    }

    .title_box_13 {
        width: 34vw;
        margin-left: 33vw;
        margin-bottom: 2vw;
    }

    .title_box_14 {
        width: 44vw;
        margin-left: 28vw;
        margin-bottom: 2vw;
    }

    .title_box_15 {
        width: 52vw;
        margin-left: 24vw;
        margin-bottom: 8vw;
    }


    /* 画像表示ボックス */

    .m_main_box_01 {
        width: 100vw;
        margin: 0 auto 2vw;
    }

    .m_main_box_02 {
        width: 100vw;
        margin: 0 auto 10px;
    }

    .c_main_box_01 {
        width: 100vw;
        margin: 0 auto 10px;
    }

    .w_main_box_01 {
        width: 100vw;
        margin: 0 auto 2vw;
    }

    .f_main_box_01 {
        width: 100vw;
        display: flex;
        flex-direction: column;
        background-color: #f7f7f7;
        border-radius: 2vw;
        margin: 0 auto 18vw;
    }

    .r_main_box_01 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        background-color: #f7f7f7;
        width: 94vw;
        margin: 0 auto 7vw;
        padding: 5vw 3vw;
    }

    .r_main_box_01 li {
        width: 100%;
        margin-bottom: 8vw;
    }


    .r_main_box_02 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        background-color: #f7f7f7;
        width: 94vw;
        margin: 0 auto 18vw;
        padding: 5vw 3vw;
    }

    .r_main_box_02 li {
        width: 100%;
        margin-bottom: 8vw;
    }


    .image1 {
        display: block;
    }



    .ac_main_box_01 {
        width: 100vw;
        padding: 2vw 1vw 1vw;
        border-top-right-radius: 2vw;
        border-bottom-right-radius: 2vw;
        background-color: #f7f7f7;
        background-image: url(../img/common/passcase_ttl.png);
        background-repeat: no-repeat;
        background-size: 48vw;
        background-position: 5vw 6vw;
        /*背景画像の位置指定　左　上*/
        margin: 0 auto 10vw 0;
    }

    .ac_main_box_02 {
        width: 94vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: 3vw;
        padding-bottom: 8vw;
        position: relative;
    }


    .ac_main_box_03 {
        width: 100vw;
        padding: 2vw 1vw 1vw;
        border-top-left-radius: 2vw;
        border-bottom-left-radius: 2vw;
        background-color: #f7f7f7;
        background-image: url(../img/common/card_holder_ttl.png);
        background-repeat: no-repeat;
        background-size: 66vw;
        background-position: 31vw 6vw;
        text-align: right;
        /*背景画像の位置指定　右　上*/
        margin: 0 0 10vw auto;
    }

    .ac_main_box_04 {
        width: 94vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        margin-left: 4vw;
        position: relative;
    }

    .ac_main_box_05 {
        width: 100vw;
        padding: 2vw 1vw 1vw;
        border-top-right-radius: 2vw;
        border-bottom-right-radius: 2vw;
        background-color: #f7f7f7;
        background-image: url(../img/common/umbrella_ttl.png);
        background-repeat: no-repeat;
        background-size: 50vw;
        background-position: 5vw 6vw;
        /*背景画像の位置指定　左　上*/
        margin: 0 auto 10vw 0;
    }

    .ac_main_box_06 {
        width: 94vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: 3vw;
        position: relative;
    }


    .ac_main_box_07 {
        width: 100vw;
        padding: 2vw 1vw 1vw;
        border-top-left-radius: 2vw;
        border-bottom-left-radius: 2vw;
        background-color: #f7f7f7;
        background-image: url(../img/common/bottle_ttl.png);
        background-repeat: no-repeat;
        background-size: 70vw;
        background-position: 26vw 6vw;
        text-align: right;
        /*背景画像の位置指定　右　上*/
        margin: 0 0 18vw auto;
    }

    .ac_main_box_08 {
        width: 94vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        margin-left: 3vw;
        position: relative;
    }

    .ac_box01_01 {
        width: 48vw;
        position: absolute;
        top: 50vw;
        right: 0;
    }

    .ac_box01_02 {
        width: 41vw;
        margin-top: 18vw;

    }

    .ac_box01_03 {
        width: 41vw;
        margin-top: 1vw;
    }

    .ac_box01_04 {
        width: 41vw;
        margin-top: 10vw;
    }

    .ac_box01_05 {
        width: 60vw;
        margin-top: 25vw;
        margin-left: -6vw;
    }

    .ac_box01_06 {
        width: 35vw;
        margin-top: 11vw;

    }

    .ac_box01_07 {
        width: 35vw;
        margin-top: -3vw;
        margin-left: 6vw;
    }

    .ac_box01_08 {
        width: 35vw;
        position: absolute;
        top: 56vw;
        left: 54vw;

    }

    .ac_box01_09 {
        width: 78vw;
        margin-top: -21vw;
        margin-left: 15vw;
        z-index: 10;
    }

    .ac_box01_10 {
        width: 33vw;
        margin-top: 17vw;
        margin-left: 5vw;
    }

    .ac_box01_11 {
        width: 33vw;
        margin-top: -21vw;
        margin-left: 59vw;

    }

    .ac_box01_12 {
        width: 33vw;
        margin-top: -14vw;
        margin-left: 0vw;
        z-index: 110;
    }

    .ac_box01_13 {
        width: 56vw;
        margin-left: 2vw;
        margin-top: 52vw;
        margin-bottom: 10vw;
    }

    .ac_box01_14 {
        width: 25vw;
        top: 10vw;
        left: 35vw;
        position: absolute;
    }

    .ac_box01_15 {
        width: 25vw;
        top: 30vw;
        left: 70vw;
        position: absolute;
    }

    .ac_box01_16 {
        width: 25vw;
        top: 83vw;
        left: 62vw;
        position: absolute;
    }




    .f_list_01 {
        width: 94vw;
        margin-top: 5vw;
        margin-left: 0vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .f_list_01_1 {
        width: 55vw;
        margin-bottom: 6vw;
    }

    .f_list_01_2 {
        width: 35vw;
    }

    .f_list_02 {
        display: flex;
        flex-direction: column;
        margin: 3vw 0;
    }

    .f_list_02 li {
        width: 94vw;
        margin: 0;
    }


    .set_box_01 {
        width: 100vw;
        background-image: url(../img/common/bg_yg_img.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100% 55%;
    }

    .set_box_01_w {
        width: 100vw;
        background-image: url(../img/common/bg_yg_img.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100% 55%;
    }


    .set_box_02 {
        width: 98vw;
        margin: 0 auto 12vw;
    }

    .set_box_03 {
        width: 100vw;
        background-image: url(../img/common/bg_yg_img.png), url(../img/common/bg_yg_img.png);
        background-position: 0 46%, 0 103%;
        background-repeat: no-repeat, no-repeat;
        background-size: 100% 23%;
        padding-bottom: 4vw;
        margin-bottom: 10vw;
    }

    .set_box_04 {
        margin: 15vw auto 10vw;
    }

    .bg_box_01 {
        width: 100vw;
        height: 15vw;
        background-image: url(../img/common/bg_yg_img.png);
        margin: 1vw 0 6vw;
    }


    /* スライダーボックス */

    .slide_box_01,
    .slide_box_03,
    .slide_box_05,
    .slide_box_07 {
        width: 100vw;
        margin: -5vw auto 0;
    }

    .slide_box_05,
    .slide_box_07 {
        margin-bottom: 5vw;
    }



    .slide_box_01 li,
    .slide_box_03 li,
    .slide_box_05 li,
    .slide_box_07 li {
        width: 66vw;
    }

    .slide_box_02,
    .slide_box_04,
    .slide_box_06,
    .slide_box_08 {
        width: 96vw;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: -9vw auto 18vw;
    }

    .slide_box_08 {
        padding-bottom: 8vw;
    }

    .slide_box_02 li,
    .slide_box_04 li,
    .slide_box_06 li,
    .slide_box_08 li {
        width: 30vw !important;
        margin: 0 1vw 2vw;
    }



    .slide_box_02 .slick-track,
    .slide_box_04 .slick-track,
    .slide_box_06 .slick-track,
    .slide_box_08 .slick-track {
        transform: unset !important;
    }


    .slide_box_04 li {
        margin-bottom: 4vw;
    }

    .slide_box_bas {
        width: 100vw;
        margin: -8vw auto 20vw;
    }

    .slide_box_bas li {
        width: 66vw;
        margin: 0 2vw;
    }

    .slide_box_bas li img {
        width: 66vw !important;
    }


    .slide_box_more {
        width: 100vw;
        margin: 0 auto 16vw;
    }


    .slide_box_more_last {
        width: 100vw;
        margin: 0 auto 25vw;
    }


    .slide_box_more .slick-slide {
        transform: scale(.7);
        transition: transform .3s;
        width: 50vw;
    }

    /* 中央のスライド */
    .slide_box_more .slick-center {
        transform: scale(1);
    }


    .slide_box_more_last .slick-slide {
        transform: scale(.7);
        transition: transform .3s;
        width: 50vw;
    }

    /* 中央のスライド */
    .slide_box_more_last .slick-center {
        transform: scale(1);
    }




    /* ブランドリストスライダー */

    .brand_box_01 {
        width: 100vw;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        margin: -5vw auto 35vw;
    }


    .brand_box_01 li div {
        overflow: hidden;
        width: 34vw;
        text-align: center;
        margin: 0vw 5vw 0vw;
    }

    .brand_box_01 li div img {
        width: 100%;
        transition: 0.01s;
    }

    .brand_box_01 li div img:hover {
        transform: scale(1.2, 1.2);
        transition: 1s all;
    }

    .brand_box_01 .slick-arrow {
        z-index: 2 !important;
        width: 57px !important;
        height: 13px !important;
    }



    .brand_box_01 .slick-prev {
        width: 12vw !important;
        height: 12vw !important;
    }

    .brand_box_01 .slick-next {
        width: 12vw !important;
        height: 12vw !important;
    }

    .brand_box_01 .slick-prev {
        left: 30vw !important;
        top: 108vw !important;
        z-index: 1;
    }

    .brand_box_01 .slick-next {
        right: 30vw !important;
        top: 108vw !important;
        z-index: 1;
    }


    /* フッター */
    .footer-copyright {
        width: 100vw;
        height: auto;
        padding: 5vw 0 10vw;
    }

    .footer-copyright__text {
        font-size: 3vw;
        letter-spacing: 0.05rem;
    }





.sp_order_01 {
  order: 1;  
}

.sp_order_02 {
  order: 2;  
}

.sp_order_03 {
  order: 3;  
}


    .spacer_01 {
        width: 0px;
    }

    .br_pc {
        display: none;
    }

    .br_sp {
        display: block;
    }


    .display_pc {
        display: none !important;
    }

    .display_sp {
        display: block !important;
    }




}