<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

.inner {
    overflow: hidden;
    background-color: #ffffff;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #674d4d;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}


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

$$ ビルボード周辺

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

.box_top {
    position: relative;
    width: 100vw;
    margin-bottom: 0px;
}



.logo_img {
    position: absolute;
    width: 140px;
    margin: 6.5vw auto 0px 9.4vw;
}

.billboard_img {
    margin: 0px;
    width: 100%;
}


.menu_list_pc_01 {
    width: 1090px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.menu_list_pc_01 li a {
    width: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #674d4d;
    font-size: 10pt;
    font-weight: 900;
    letter-spacing: 0.2pt;
    color: #ffffff;
    padding: 8px 0px 9px;
}



.txt_intro {
    font-size: 11pt;
    font-weight: 900;
    color: #473737;
    letter-spacing: 0.3pt;
    line-height: 26pt;
    text-align: center;
    margin-bottom: 120px;
}

.door_img {
    width: 100px;
    margin-bottom: 90px;
}

/* ナビゲーション */


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

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

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

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

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

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


.bmenu_logo {
    width: 420px;
    margin: 30px auto 65px;
}

.bmenu_logo a img {
    width: 140px;
}

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


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

/*×に変化*/
.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #f9ce0d;
    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%;
}

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

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

.hmb_menu_01 {
    width: 320px;
    margin-bottom: 42px;
}

.nav_box_02 {
    width: 410px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -20px 0px 40px;
}

.nav_box_02 li {
    width: 120px;
    margin-bottom: 18px;
}






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

$$ 各セクション

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


.ttl_box {
    width: 100%;
    margin-bottom: 0px;
}

.ttl_box_02 {
    width: 830px;
    margin-bottom: 80px;
}

.box_sec_exclusive,
.box_sec_magazine,
.box_sec_school-bag,
.box_sec_ruck,
.box_sec_shoulder,
.box_sec_wear-goods,
.box_sec_brand,
.box_sec_pick-up {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover;
    margin: 0px;
}

.box_sec_magazine {
    background-color: #0783a7;
}

.box_sec_ruck {
    background-color: #d83351;
}

.box_sec_wear-goods {
    background-color: #5a9e69;
}

.box_sec_wear-goods {
    margin: 0px auto;
}

.box_sec_pick-up {
    margin: 0px auto 140px;
}

.box_sec_brand {
    margin: 0px auto;
}

.ttl_sec_01 {
    font-family: "mochiy-pop", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-bottom: 3px;
    margin-top: -135px;
}

.ttl_sec_02 {
    font-family: "meatball", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 64px;
    margin-bottom: 80px;
    letter-spacing: 0.07em;
}

.ttl_lm {
    color: #d83351;
}

.ttl_mi {
    color: #ffea00;
}

.ttl_sb {
    color: #5a9e69;
}

.ttl_rs {
    color: #ffea00;
}

.ttl_ss {
    color: #0783a7;
}

.ttl_wg {
    color: #ffea00;
}

.ttl_pb {
    color: #eb9000;
}

.main_box_01_l {
    width: 940px;
    display: flex;
    flex-direction: row;
    margin: 0 auto 120px;
}

.main_box_01_r {
    width: 940px;
    display: flex;
    flex-direction: row-reverse;
    margin: 0 auto 120px;
}

.main_box_02 {
    width: 485px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.main_box_02_l--1 {
    width: 420px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
}

.main_box_02_r--1 {
    width: 420px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.main_box_03_l {
    width: 330px;
    display: flex;
    flex-direction: column;
    padding-left: 45px;
    padding-bottom: 40px;
}


.main_box_03_r {
    width: 330px;
    display: flex;
    flex-direction: column;
    padding-right: 45px;
    padding-bottom: 45px;
}


.main_box_04 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 30px;
}


.htag_01 {
    width: 100px;
    padding: 8px 0px;
    background-color: #d83351;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-family: "biz-udpgothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    border-radius: 25px;
    margin-right: 8px;
    border: 1px solid #ffffff;
}

.htag_02 {
    width: 100px;
    padding: 8px 0px;
    background-color: #5a9e69;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-family: "biz-udpgothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    border-radius: 25px;
    margin-right: 8px;
    border: 1px solid #ffffff;
}

.htag_03 {
    width: 100px;
    padding: 8px 0px;
    background-color: #eb9000;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-family: "biz-udpgothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    border-radius: 25px;
    border: 1px solid #ffffff;
}

.main_logo_01 {
    width: 120px;
    margin-bottom: 20px;
}


.more_s {
    width: 85px;
}

.more_m {
    width: 100px;
}

.main_logo_02 {
    width: 140px;
    margin-bottom: 15px;
}

.main_txt_01 {
    font-size: 10pt;
    letter-spacing: 0.03rem;
    line-height: 1.4rem;
    font-weight: 700;
    color: #402d2d;
    margin-bottom: 15px;
}

.main_txt_02 {
    width: 330px;
    text-align: right;
    font-size: 11pt;
    font-weight: 900;
    letter-spacing: 0.7pt;
    color: #402d2d;
    margin-bottom: 20px;
}

.co_w {
    color: #ffffff;
}

.main_box_05 {
    width: 85%;
    margin-top: 15px;
    margin-bottom: -15px;
}

.mb_01 {
    margin-top: 5px;
    margin-bottom: 22px;
}

.main_box_06 {
    width: 95%;
    margin-bottom: 30px;
}

.check_bttn_01 {
    width: 140px;
    margin-left: auto;
    background-color: #402d2d;
    color: #ffffff;
    text-align: center;
    font-family: "meatball", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    letter-spacing: 0.05em;
    padding: 13px 10px;
    border-radius: 30px;
}

.check_bttn_02 {
    width: 140px;
    margin-left: auto;
    background-color: #ffffff;
    color: #0783a7;
    text-align: center;
    font-family: "meatball", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    letter-spacing: 0.05em;
    padding: 13px 10px;
    border-radius: 30px;
}

.check_bttn_03 {
    width: 140px;
    margin-left: auto;
    background-color: #ffffff;
    color: #d83351;
    text-align: center;
    font-family: "meatball", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    letter-spacing: 0.05em;
    padding: 13px 10px;
    border-radius: 30px;
}


.more_bttn_01 {
    width: 200px;
    margin-left: auto;
    background-color: #402d2d;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.02em;
    padding: 13px 10px 14px;
    border-radius: 30px;
    margin: 80px auto 120px;
}

.more_bttn_01 span {
    font-style: italic;
}

.more_bttn_02 {
    width: 200px;
    margin-left: auto;
    background-color: #ffffff;
    color: #d83351;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.02em;
    padding: 13px 10px 14px;
    border-radius: 30px;
    margin: 80px auto 120px;
}

.more_bttn_02 span {
    font-style: italic;
}


.pu_item_box {
    width: 700px;
    margin-bottom: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pu_item_box .mb_25 {
    font-size: 13pt;
    font-family: "mochiy-pop", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2pt;
    text-align: center;
    font-size: 24px;
    margin-bottom: 25px;
}

.pu_item_box .mb_80 {
    margin-bottom: 80px;
}


.sli_ttl_01 {
    width: 500px;
    text-align: center;
    font-family: "meatball", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 58px;
    margin-bottom: 80px;
    letter-spacing: 0.05em;
}




/*スライダー*/

.sub_box_03 {
    width: 810px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.sub_box_02 {
    width: 840px;
    margin: 0 auto;
}

.sub_box_01,
.sub_box_04 {
    width: 540px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}



.sub_box_01 img,
.sub_box_03 img,
.sub_box_04 img {
    width: 260px;
    margin: 0px auto 1px;
}

.sub_box_02 img {
    width: 260px;
    margin: 0px auto 10px;
}

.pickup_box_01 {
    width: 810px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pickup_box_01 li {
    margin-bottom: 40px;
}

.pickup_box_01 img {
    width: 260px;
    margin: 0px auto 1px;
}

.sb_atte_01 {
    width: 242px;
    text-align: left;
    font-size: 10pt;
    font-weight: 700;
    letter-spacing: 0.05rem;
    margin: 4px auto;
}

.sb_atte_02 {
    width: 242px;
    display: flex;
    justify-content: space-between;
    font-size: 10pt;
    font-weight: 700;
    letter-spacing: 0.05rem;
    margin: 0px auto;
}

.pub_atte_01 {
    width: 242px;
    text-align: left;
    font-size: 10pt;
    font-weight: 700;
    letter-spacing: 0.05rem;
    margin: 4px auto;
}

.pub_atte_02 {
    width: 242px;
    display: flex;
    justify-content: space-between;
    font-size: 10pt;
    font-weight: 700;
    letter-spacing: 0.05rem;
    margin: 0px auto;
}
.sb_atte_whi {
    color: #ffffff;
    font-weight: 500;
}

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

.sub_box_01 .slick-next:before {
    background: url(../img/common/slick_right_red.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    opacity: 1.0;
}

.sub_box_01 .slick-prev:before {
    background: url(../img/common/slick_left_red.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    opacity: 1.0;
}

.sub_box_02 .slick-next:before {
    background: url(../img/common/slick_right_yellow.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    opacity: 1.0;
}

.sub_box_02 .slick-prev:before {
    background: url(../img/common/slick_left_yellow.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    opacity: 1.0;
}

.sub_box_03 .slick-next:before {
    background: url(../img/common/slick_right_green.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    opacity: 1.0;
}

.sub_box_03 .slick-prev:before {
    background: url(../img/common/slick_left_green.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    opacity: 1.0;
}

.sub_box_04 .slick-next:before {
    background: url(../img/common/slick_right_blue.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    opacity: 1.0;
}

.sub_box_04 .slick-prev:before {
    background: url(../img/common/slick_left_blue.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    opacity: 1.0;
}

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

.slick-next {
    right: -30px !important;
    top: 150px !important;
}

.slick-prev {
    left: -30px !important;
    top: 150px !important;
}

.slide-dots_01,
.slide-dots_02,
.slide-dots_03,
.slide-dots_04 {
    padding: 0;
    margin: -13px;
    text-align: center;
}

.slide-dots_01 li,
.slide-dots_02 li,
.slide-dots_03 li,
.slide-dots_04 li {
    display: inline-block;
    margin: 0px 6px 15px;
}

.slide-dots_01 li button,
.slide-dots_02 li button,
.slide-dots_03 li button,
.slide-dots_04 li button {
    position: relative;
    text-indent: -9999px;
}

.slide-dots_01 li button::before {
    background-image: url(../img/common/slide_non_brown.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    cursor: pointer;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 30px;
    width: 35px;
}

.slide-dots_01 li.slick-active button::before {
    background-image: url(../img/common/slide_active_red.png);
}

.slide-dots_02 li button::before {
    background-image: url(../img/common/slide_non_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    cursor: pointer;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 30px;
    width: 35px;
}

.slide-dots_02 li.slick-active button::before {
    background-image: url(../img/common/slide_active_yellow.png);
}

.slide-dots_03 li button::before {
    background-image: url(../img/common/slide_non_brown.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    cursor: pointer;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 30px;
    width: 35px;
}

.slide-dots_03 li.slick-active button::before {
    background-image: url(../img/common/slide_active_green.png);
}

.slide-dots_04 li button::before {
    background-image: url(../img/common/slide_non_brown.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    cursor: pointer;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 30px;
    width: 35px;
}

.slide-dots_04 li.slick-active button::before {
    background-image: url(../img/common/slide_active_blue.png);
}

button {
    background: none;
    border: none;
    outline: none;
    padding: 0 16.5px;
}

.mb_120 {
    margin-bottom: 0px;
}


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


.brand_box_01 {
    width: 940px;
    display: flex;
    flex-direction: row;
    margin: -20px auto 170px;
}


.brand_box_01 li div {
    overflow: hidden;
    width: 150px;
    text-align: center;
    margin: 10px auto 20px;
}

.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:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}


.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: 50px !important;
    height: 50px !important;
}

.brand_box_01 .slick-next {
    right: 0px !important;
}

.brand_box_01 .slick-prev {
    left: 0px !important;
}


.brand_box_01 .slick-next {
    right: 380px !important;
    top: 500px !important;
}

.brand_box_01 .slick-prev {
    left: 380px !important;
    top: 500px !important;
}






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

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




.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) {

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

$$ ビルボード周辺

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

    .box_top {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        width: 100vw;
        margin-bottom: 0px;
    }



    .logo_img {
    position: absolute;
    width: 24vw;
    margin: 0;
    top: 6vw;
    left: 6vw;
    }

    .billboard_img {
        margin: 0px auto 0px;
    }


    .menu_list_pc_01 {
        width: 1090px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
        margin-bottom: 80px;
    }

    .menu_list_pc_01 li a {
        width: 124px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        background-color: #674d4d;
        font-size: 10pt;
        font-weight: 900;
        letter-spacing: 0.2pt;
        color: #ffffff;
        padding: 8px 0px 9px;
    }



    .txt_intro {
        font-size: 3.5vw;
        letter-spacing: 0.1pt;
        line-height: 1.7rem;
        margin-top: 8vw;
        margin-bottom: 14vw;
    }

    .door_img {
        width: 22vw;
        margin-bottom: 90px;
    }

    /* ナビゲーション */


    #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;
        z-index: 999;
    }

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

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

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

    .bmenu_logo a img {
        width: 29vw;
    }



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

    .hmb_menu_01 {
        width: 70vw;
        margin-bottom: 8vw;
    }

    .nav_box_02 {
        width: 88vw;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: -20px auto 25px;
    }

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






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

$$ 各セクション

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


    .ttl_box {
        width: 100vw;
        margin-bottom: 15vw;
    }

    .ttl_box_02 {
        width: 100vw;
        margin-bottom: 12vw;
    }

    .box_sec_exclusive,
    .box_sec_magazine,
    .box_sec_school-bag,
    .box_sec_ruck,
    .box_sec_shoulder,
    .box_sec_wear-goods,
    .box_sec_brand,
    .box_sec_pick-up {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-size: cover;
        margin: 0px auto;
    }

    .box_sec_wear-goods {
        margin: 0px auto;
    }

    .box_sec_pick-up {
        margin: 0px auto;
    }

    .box_sec_brand {
        margin: 0px auto;
    }

    .ttl_sec_01 {
        font-size: 4vw;
        letter-spacing: 0.1em;
        margin-top: -10vw;
        margin-bottom: 1vw;
    }

    .ttl_sec_02 {
        font-size: 8vw;
        letter-spacing: 0.1em;
        margin-bottom: 14vw;
    }

    .main_box_01_l {
        width: 88vw;
        display: flex;
        flex-direction: column;
        margin: 0 0 28vw 0;
    }

    .main_box_01_r {
        width: 88vw;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: 0 auto 28vw;
    }

    .main_box_02 {
        width: 86vw;
        height: auto;
        margin-bottom: 4vw;
    }

    .main_box_02_l--1 {
        width: 86vw;
        position: static;
        top: 0px;
        right: 0px;
        z-index: 10;
    }

    .main_box_02_r--1 {
        width: 86vw;
        position: static;
        top: 0px;
        left: 0px;
        z-index: 10;
    }

    .main_box_03_l {
        width: 86vw;
        display: flex;
        flex-direction: column;
        padding-left: 0px;
        padding-bottom: 0px;
    }


    .main_box_03_r {
        width: 86vw;
        display: flex;
        flex-direction: column;
        padding-right: 0px;
        padding-bottom: 0px;
    }


    .main_box_04 {
        width: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 6vw;
    }


    .htag_01 {
        width: 25vw;
        padding: 7px 0px;
        font-size: 3vw;
        border-radius: 25px;
        margin-right: 2vw;
    }

    .htag_02 {
        width: 25vw;
        padding: 7px 0px;
        font-size: 3vw;
        border-radius: 25px;
        margin-right: 2vw;
    }

    .htag_03 {
        width: 25vw;
        padding: 7px 0px;
        font-size: 3vw;
        border-radius: 25px;
    }

    .main_logo_01 {
        width: 26vw;
        margin-bottom: 15px;
    }


    .more_s {
        width: 85px;
    }

    .more_m {
        width: 100px;
    }

    .main_logo_02 {
        width: 33vw;
        margin-bottom: 15px;
    }


    .main_txt_01 {
        font-size: 10.5pt;
        letter-spacing: 0.1pt;
        line-height: 1.6rem;
        font-weight: 700;
        margin-bottom: 4vw;
    }

    .main_txt_02 {
        width: 100%;
        text-align: right;
        font-size: 11pt;
        font-weight: 900;
        letter-spacing: 0.7pt;
        margin-bottom: 20px;
    }

    .main_box_05 {
        width: 80%;
        margin-top: -2vw;
        margin-bottom: -8vw;
    }

    .mb_01 {
        margin-top: 0vw;
        margin-bottom: 4vw;
    }

    .main_box_06 {
        width: 100%;
        margin-bottom: 6vw;
    }

    .check_bttn_01 {
        width: 80vw;
        font-size: 17px;
        padding: 9px 10px;
        margin: 0px auto;
    }

    .check_bttn_02 {
        width: 80vw;
        font-size: 17px;
        padding: 9px 10px;
        margin: 0px auto;
    }

    .check_bttn_03 {
        width: 80vw;
        font-size: 17px;
        padding: 9px 10px;
        margin: 0px auto;
    }

    .more_bttn_01 {
        width: 80vw;
        font-size: 4.5vw;
        letter-spacing: 0.02em;
        padding: 5px 10px;
        margin: 10vw auto 20vw;
    }

    .more_bttn_02 {
        width: 80vw;
        font-size: 4.5vw;
        letter-spacing: 0.02em;
        padding: 5px 10px;
        margin: 10vw auto 20vw;
    }

    .more_bttn_03 {
        width: 80vw;
        font-size: 4.5vw;
        letter-spacing: 0.02em;
        padding: 5px 10px;
        margin: 10vw auto 20vw;
    }


    .pu_item_box {
        width: 86vw;
        margin-bottom: 26vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .pu_item_box .mb_25 {
        font-size: 4.5vw;
        letter-spacing: 0.7pt;
        margin-bottom: 4vw;
    }

    .pu_item_box .mb_80 {
        margin-bottom: 10vw;
    }

    .sli_ttl_01 {
        width: 86vw;
        text-align: center;
        font-size: 9vw;
        letter-spacing: 1.3pt;
        margin: 0px auto 8vw;
    }




    /*スライダー*/

    .sub_box_01,
    .sub_box_02,
    .sub_box_03,
    .sub_box_04 {
        width: 100vw;
        display: block;
    }

    .sub_box_01 img,
    .sub_box_02 img,
    .sub_box_03 img,
    .sub_box_04 img {
        width: 66vw;
        margin: 0px auto 4vw;
    }



    .pickup_box_01 {
        width: 100vw;
        display: block;
    }

    .pickup_box_01 li {
        margin-bottom: 0;
    }

    .pickup_box_01 img {
        width: 40vw;
        margin: 0px auto 4vw;
    }


    .sb_atte_01 {
        width: 60vw;
        font-size: 3vw;
        letter-spacing: -0.2pt;
        margin: 1vw auto;
    }

    .sb_atte_02 {
        width: 60vw;
        font-size: 3vw;
    }

        .pub_atte_01 {
        width: 36vw;
        font-size: 3vw;
        margin: 5px auto;
    }

    .pub_atte_02 {
        width: 39vw;
        display: flex;
        flex-direction: column;
         justify-content: flex-start;
        font-size: 3vw;
        margin: 0px auto;
    }

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

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

    .slick-next {
        right: -35px !important;
        top: 140px !important;
    }

    .slick-prev {
        left: -35px !important;
        top: 140px !important;
    }


.slide-dots_01 li,
.slide-dots_02 li,
.slide-dots_03 li,
.slide-dots_04 li {
    display: inline-block;
    margin: 0px 3px 15px;
}


.pickup_box_01 li {
    display: inline-block;
    margin: 0px 3px 5px;
}

    .slide-dots_01 li button::before {
        background-image: url(../img/common/slide_non_brown.png);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        cursor: pointer;
        height: 3px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 30px;
        width: 32px;
    }

    .slide-dots_01 li.slick-active button::before {
        background-image: url(../img/common/slide_active_red.png);
    }

    .slide-dots_02 li button::before {
        background-image: url(../img/common/slide_non_white.png);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        cursor: pointer;
        height: 3px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 30px;
        width: 32px;
    }

    .slide-dots_02 li.slick-active button::before {
        background-image: url(../img/common/slide_active_yellow.png);
    }

    .slide-dots_03 li button::before {
        background-image: url(../img/common/slide_non_brown.png);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        cursor: pointer;
        height: 3px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 30px;
        width: 32px;
    }

    .slide-dots_03 li.slick-active button::before {
        background-image: url(../img/common/slide_active_green.png);
    }

    .slide-dots_04 li button::before {
        background-image: url(../img/common/slide_non_brown.png);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        cursor: pointer;
        height: 3px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 30px;
        width: 32px;
    }

    .slide-dots_04 li.slick-active button::before {
        background-image: url(../img/common/slide_active_blue.png);
    }

    button {
        background: none;
        border: none;
        outline: none;
        padding: 0 16.5px;
    }


    .mb_120 {
        margin-bottom: 20vw !important;
    }


    /* ピックアップスライダー */

    .pickup_box_01 li button::before {
        background-image: url(../img/common/slide_non_white.png);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        cursor: pointer;
        height: 3px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 30px;
        width: 32px;
    }

    .pickup_box_01 li.slick-active button::before {
        background-image: url(../img/common/slide_active_yellow.png);
    }


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

    .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;
    }






    .br_pc {
        display: none;
    }

    .br_sp {
        display: block;
    }


    .display_pc {
        display: none !important;
    }

    .display_sp {
        display: block !important;
    }




}</pre></body></html>