@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: biz-udpmincho, serif;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    background-color: #041926;
}

.inner {
    overflow: hidden;
    position: relative;
    margin: 0;
}


ul {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}


.anchor {
    padding-top: 50px;
    margin-top: -50px;
}


.pc_menu-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.1vw;
    height: 100vh;
    margin: 0;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
}

.pc_menu_box {
    display: flex;
    font-family: rieven-uncial, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 0.8vw;
    transform: rotate(-90deg)
}

.pc_menu_box li a {
    color: #666666;
}

.pc_menu_box li a:hover {
    color: #ffffff;
}

.pc_menu_box li {
    margin: 0 1vw;
}

header {
    display: none;
}

.main_box_01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
}



/* ビルボード */

.logo-wrapper {
    width: 70vw;
    margin: 1vw 0 1.5vw;
}


.shop_logo_01 {
    width: 6vw;
}


.billboard-wrapper {
    width: 70vw;
    height: 40.5vw;
    margin-top: 0vw;
    margin-bottom: 7vw;
    background-image: url(../img/billboard/billboard_pc.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}



/* 商品イメージスライダー */

.item_box_01 {
    display: flex;
    justify-content: flex-start;
    width: 62vw;
    margin-bottom: 7vw;
}

.item_box_02--1 {
    width: 17.8vw;
    background-image: url(../img/common/men_title.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 11vw;
}

.snow_box {
    width: 11vw;
    height: 15.2vw;
    z-index: 500;
}

.item_box_02--2 {
    width: 17.8vw;
    background-image: url(../img/common/women_title.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 11vw;
}


.item_box_02--3 {
    width: 17.8vw;
    background-image: url(../img/common/family_title.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 11vw;
}


.item_box_02--4 {
    width: 17.8vw;
    background-image: url(../img/common/friend_title.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 11vw;
}

.item_box_03 {
    display: flex;
    justify-content: space-between;
    width: 62vw;
    margin-bottom: 7vw;
}

.item_box_03 li {
    width: 11vw;
    display: flex;
    flex-direction: column;
}

.item_box_03 li a {
    display: block;
}

.item_box_03 li a img {
    width: 11vw;
}

.item_box_03 li a:hover img {
    opacity: 0.8;
}


.item_box_03 li p {
    font-family: minerva-modern, biz-udpmincho, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.7vw;
    letter-spacing: 0.12vw;
    line-height: 1.3vw;
    margin: 1.1vw auto 0.7vw 1.1vw;
}


.item_box_04 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 52vw;
    margin-bottom: 4vw;
}

.item_box_04 li {
    width: 11vw;
    display: flex;
    flex-direction: column;
    margin-bottom: 3.5vw;
}

.item_box_04 li a {
    display: block;
}

.item_box_04 li a img {
    width: 11vw;
}

.item_box_04 li p {
    font-family: minerva-modern, biz-udpmincho, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.7vw;
    letter-spacing: 0.17vw;
    margin: 1.1vw auto 0vw;
}


.item_box_05 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 52vw;
    margin-bottom: 5.5vw;
}

.item_box_05 li a {
    display: block;
    height: 2.8vw;
    width: 15vw;
    font-family: minerva-modern, biz-udpmincho, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.8vw;
    letter-spacing: 0.08vw;
    margin-bottom: 1.5vw;
    line-height: 3vw;
    background: #ffffff;
    color: #041926;
    border-radius: 3vw;
    text-decoration: none;
    text-align: center;
}

.item_box_05 li a:hover {
    background: #b08966;
    color: #ffffff;
    -webkit-transition: all .3s;
    transition: all .5s;
}


.wrapping_box_01 {
    display: block;
    width: 56vw;
    margin: 0 auto 12vw;
}



h1 {
    font-family: rieven-uncial, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    font-size: 1.5vw;
    letter-spacing: 0.15vw;
    margin: -8.1vw auto 0.8vw 2.1vw;
    z-index: 5000;
}

h2 {
    font-weight: 300;
    font-size: 0.68vw;
    margin-left: 2.1vw;
    letter-spacing: 0.15vw;
    line-height: 1.3vw;
    z-index: 5000;
}

.deco_line {
    width: 100vw;
    margin-bottom: 7vw;
}

.t_view .caption_01 {
    padding-top: 6vw;
    padding-left: 2vw;
    text-align: center;
}

.t_view .caption_01 p {
    font-family: rieven-uncial, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 5vw;
    font-size: 0.5vw;
    text-align: center;
    background-color: #ffffff;
    color: #041926;
    line-height: 1.1vw;
    letter-spacing: 0.05vw;
    padding-top: 0.1vw;
    padding-bottom: 0.15vw;
}

.t_view .caption_02 {
    padding-top: 4vw;
    padding-left: 2vw;
    text-align: center;
}

.t_view .caption_02 p {
    font-family: rieven-uncial, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 5vw;
    font-size: 0.5vw;
    text-align: center;
    background-color: #ffffff;
    color: #041926;
    line-height: 1.1vw;
    letter-spacing: 0.05vw;
    padding-top: 0.1vw;
    padding-bottom: 0.15vw;
}

.t_view .caption_03 {
    padding-top: 4vw;
    padding-left: 0vw;
    text-align: center;
}

.t_view .caption_03 p {
    font-family: rieven-uncial, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 5vw;
    font-size: 0.5vw;
    text-align: center;
    background-color: #ffffff;
    color: #041926;
    line-height: 1.1vw;
    letter-spacing: 0.05vw;
    padding-top: 0.1vw;
    padding-bottom: 0.15vw;
}

.t_view {
    width: 11vw;
    height: auto;
    overflow: hidden;
    margin: 0;
    position: relative;
}

.t_view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    /* 表示させない */
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.t_view:hover .mask {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    /* ホバーで表示する */
}

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

$$ スライダー

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


.slick-item {
    width: 41.5vw;
}

.slick-item li {
    width: 11vw;
    display: flex;
    flex-direction: column;
}

.slick-item li a {
    display: block;
}

.slick-item li a img {
    width: 11vw;
}

.slick-item li p {
    font-family: minerva-modern, biz-udpmincho, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.7vw;
    letter-spacing: 0.12vw;
    line-height: 1.3vw;
    margin: 1.1vw auto 0.7vw 1vw;
}


.slide-arrow {
    bottom: 5.8vw;
    cursor: pointer;
    margin: auto;
    position: absolute;
    width: 1.7vw;
    height: 1.7vw;
}

.prev-arrow {
    left: -2.7vw;
}

.next-arrow {
    right: -2.7vw;
}





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

$$ 各セクション

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


/* フッター */

.footer_box {
    width: 100vw;
    position: absolute;
    bottom: 0px;
    /*下に固定*/
    background-color: #b08966;
    color: #ffffff;
    font-size: 0.8vw;
    text-align: center;
    padding-top: 2vw;
    padding-bottom: 2vw;
}




.br_pc {
    display: block;
}

.br_sp {
    display: none;
}


.display_pc {
    display: block;
}

.display_sp {
    display: none;
}










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

$$ Media Queries for smartphone

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

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

    * {
        margin: 0;
        padding: 0;
    }

    html {
        scroll-behavior: smooth;
    }

    body {
        margin: 0;
        font-family: biz-udpmincho, serif;
        font-style: normal;
        font-weight: 400;
        color: #ffffff;
        background-color: #041926;
    }

    .inner {
        overflow: hidden;
        position: relative;
        margin: 0;
    }


    ul {
        list-style: none;
    }

    a {
        text-decoration: none;
    }

    img {
        width: 100%;
    }

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


    .pc_menu-wrapper {
        display: none;
    }

    header {
        display: block;
    }

    /* ハンバーガーメニュー */
    .drawer-hidden {
        display: none;
    }

    .drawer-open {
        display: flex;
        height: 50px;
        width: 50px;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 9999;
        cursor: pointer;
        margin: auto;
        top: 5px;
        left: 5px;
        background-color: #041926;
        position: fixed;
    }

    .drawer-open span,
    .drawer-open span:before,
    .drawer-open span:after {
        content: "";
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background: #ffffff;
        transition: 0.5s;
        position: absolute;
    }

    .drawer-open span:before {
        bottom: 7px;
    }

    .drawer-open span:after {
        top: 7px;
    }

    .drawer-open.clicked span {
        background: rgba(255, 255, 255, 0);
    }

    .drawer-open.clicked span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    .drawer-open.clicked span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    /* 横スライドメニュー*/
    .drawer-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        /*ヘッダーの高さ*/
        right: 100%;
        /*向き変更*/
        background: #000000;
        transition: 0.5s;
        margin-right: 30%;
        /*向き変更・背景見せる場合マージン入れる*/
        padding-left: 30%;
        /*向き変更・背景見せる場合マージン入れる*/
        overflow: scroll;
        opacity: 0.88;
        z-index: 9998;
    }

    .drawer-content-bg {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        right: 100%;
        transition: 0.5s;
        background: rgba(0, 0, 0, 0);
        z-index: 9997;

    }

    .drawer-content.clicked {
        right: 0;
        /*向き変更*/
    }

    .drawer-content-bg.clicked {
        left: 0;
    }

    .drawer-content-wrap ul {
        width: 50vw;
        margin: 25vw 10vw 0vw auto;
        padding-top: 7vw;
        padding-bottom: 7vw;
        border-left: 1px solid #fff;
    }

    .drawer-content-wrap ul li {
        list-style: none;
        text-align: left;
        margin-left: 6vw;
        margin-bottom: 5vw;
    }

    .margin-b_8 {
        margin-bottom: 12vw;
    }


    .drawer-content-wrap ul li a {
        display: block;
        width: 100%;
        color: #ffffff;
        font-family: rieven-uncial, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 5.5vw;
        text-decoration: none;
        letter-spacing: 0.5vw;
        opacity: 1;
    }

    .drawer-content-wrap ul li a span {
        font-size: 4vw;
    }

    .drawer-content-wrap ul li a p {
        font-family: biz-udpmincho, serif;
        font-style: normal;
        font-weight: 400;
        font-size: 2.5vw;
        letter-spacing: 0.4vw;
        margin: 1vw 0;
    }


    .main_box_01 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100vw;
    }



    /* ビルボード */

    .logo-wrapper {
        width: 28vw;
        margin: 3vw auto 4vw;
    }


    .shop_logo_01 {
        width: 28vw;
        margin: 0 auto;
    }


    .billboard-wrapper {
        width: 100vw;
        height: 143vw;
        margin-top: 0vw;
        margin-bottom: 7vw;
        background-image: url(../img/billboard/billboard_sp.jpg);
        background-size: contain;
        background-repeat: no-repeat;
    }


    .billboard-wrapper {
        width: 100vw;
        margin-top: 1vw;
        margin-bottom: 12vw;
    }



    /* 商品イメージスライダー */

    .item_box_01 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100vw;
        margin-bottom: 15vw;
    }

    .item_box_02--1 {
        width: 100vw;
        height: 50vw;
        background-image: url(../img/common/men_title.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 30vw;
        margin-bottom: 8vw;
    }

    .snow_box {
        width: 30vw;
        height: 41vw;
        margin: 0vw auto;
        z-index: 500;
    }

    .item_box_02--2 {
        width: 100vw;
        height: 50vw;
        background-image: url(../img/common/women_title.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 30vw;
        margin-bottom: 8vw;
    }


    .item_box_02--3 {
        width: 100vw;
        height: 50vw;
        background-image: url(../img/common/family_title.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 30vw;
        margin-bottom: 8vw;
    }


    .item_box_02--4 {
        width: 100vw;
        height: 50vw;
        background-image: url(../img/common/friend_title.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 30vw;
        margin-bottom: 8vw;
    }



    .item_box_04 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 84vw;
        margin-bottom: 14vw;
    }

    .item_box_04 li {
        width: 26vw;
        display: flex;
        flex-direction: column;
        margin-bottom: 3.5vw;
    }

    .item_box_04 li a {
        display: block;
    }

    .item_box_04 li a img {
        width: 26vw;
    }

    .item_box_04 li p {
        font-family: minerva-modern, biz-udpmincho, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 3vw;
        letter-spacing: 0vw;
        margin: 1.1vw auto 0vw;
    }


    .item_box_05 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 84vw;
        margin-bottom: 10vw;
    }

    .item_box_05 li a {
        display: block;
        height: 10vw;
        width: 39vw;
        font-family: minerva-modern, biz-udpmincho, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 3vw;
        letter-spacing: 0.18vw;
        margin-bottom: 6vw;
        line-height: 10.5vw;
        background: #ffffff;
        color: #041926;
        border-radius: 10vw;
        text-decoration: none;
        text-align: center;
    }

    .item_box_05 li a:hover {
        background: #b08966;
        color: #ffffff;
        -webkit-transition: all .3s;
        transition: all .5s;
    }


    .wrapping_box_01 {
        display: block;
        width: 84vw;
        margin: 0 auto 32vw;
    }



    h1 {
        text-align: center;
        font-size: 7.5vw;
        letter-spacing: 0.22vw;
        margin: -25.5vw auto 2vw;
    }

    h2 {
        text-align: center;
        font-size: 3vw;
        margin-left: auto;
        letter-spacing: 0.7vw;
        line-height: 5vw;
    }

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

    .t_view .caption_01 {
        display: none;
    }

    .t_view .caption_02 {
        display: none;
    }

    .t_view .caption_03 {
        display: none;
    }

    .t_view {
        width: initial;
        height: auto;
        overflow: hidden;
        margin: 0;
        position: relative;
    }

    .t_view .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        /* 表示させない */
        background-color: initial;
        -webkit-transform: initial;
        transform: initial;
        -webkit-transition: initial;
        transition: initial;
    }

    .t_view:hover .mask {
        -webkit-transform: initial;
        transform: initial;
        opacity: initial;
        /* ホバーで表示する */
    }

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

$$ スライダー

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


    .slick-item {
        width: 100vw;
    }

    .slick-item li {
        width: 80vw;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slick-item li a {
        display: block;
        margin: 0 auto;
    }

    .slick-item li a img {
        width: 80vw;
        height: auto;
        margin: 0 auto;
    }

    .slick-item li p {
        width: 80vw;
        font-family: minerva-modern, biz-udpmincho, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 3vw;
        letter-spacing: 0.4vw;
        line-height: 5vw;
        text-align: center;
        margin: 3vw auto 0.7vw;
    }


    .slide-arrow {
        bottom: 68vw;
        cursor: pointer;
        margin: auto;
        position: absolute;
        width: 7vw;
        height: 7vw;
        z-index: 9900;
    }

    .prev-arrow {
        left: 3vw;
    }

    .next-arrow {
        right: 3vw;
    }


    .item_box_03 {
        display: flex;
        justify-content: space-around;
        width: 100vw;
    }

    .item_box_03 li {
        width: 35vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .item_box_03 li a {
        display: block;
        margin: 0 auto;
    }

    .item_box_03 li a img {
        width: 35vw;
        margin: 0 2vw;
    }

    .item_box_03 li p {
        width: 35vw;
        font-family: minerva-modern, biz-udpmincho, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 3vw;
        letter-spacing: 0.4vw;
        line-height: 5vw;
        text-align: center;
        margin: 3vw auto 10vw;
    }


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

$$ 各セクション

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


    /* フッター */

    .footer_box {
        width: 100vw;
        position: absolute;
        bottom: 0px;
        /*下に固定*/
        background-color: #b08966;
        color: #ffffff;
        font-size: 2.8vw;
        line-height: 5vw;
        text-align: center;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }



    .br_pc {
        display: none;
    }

    .br_sp {
        display: block;
    }


    .display_pc {
        display: none !important;
    }

    .display_sp {
        display: block !important;
    }




}