@charset "UTF-8";
/* gn-01 CSS */
/*　共通　*/

/* --------------------------------------------
header
--------------------------------------------*/
#header-contents {
    height: 0;
}
#header-contents .area-inner {
    position: relative;
}
#header-contents .logo {
    float: left;
    font-size: 36px;
}
#nav-global ul {
    list-style: none;
    right: 0;
    bottom: 0;
}
#nav-global .box-menu {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#nav-global .box-menu dl dt {
    font-weight: bold;
    line-height: 1.4;
}

#nav-global .box-menu dl dd ul li a,
#nav-global .list-menu-sub li a,
#nav-global .list-menu-other li a {
    color: #fff;
}

#nav-global .is-web-color,
#nav-global .is-books-color,
#nav-global .is-collabo-color {
    color: #fff;
    border-bottom: #fff solid 1px;
    padding-bottom: 10px;
}

#nav-global a.link-shop,
footer a.link-shop {
    background-color: #e4b356;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.box-head-sns {
    text-align: center;
}

.list-head-share::before {
    content: "SNS:";
    font-family: "Teko", sans-serif;
    font-weight: 300;
}

.list-head-sns::before {
    content: "Instagram:";
    font-family: "Teko", sans-serif;
    font-weight: 300;
}

.list-head-youtube::before {
    content: "YouTube:";
    font-family: "Teko", sans-serif;
    font-weight: 300;
}

.list-head-youtube {
    margin-right: 0;
}

.box-head-sns ul {
    font-size: 0;
    color: #fff;
    display: inline-block;
}

.box-head-sns ul li {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
}

/* --------------------------------------------
Fixed
--------------------------------------------*/
#header-contents.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#header-contents.fixed .box-logo {
    font-size: 24px;
    color: #333;
}
#header-contents.fixed #nav-global ul li a {
    color: #333;
    padding: 0 20px;
}

/* --------------------------------------------
Toggle button
--------------------------------------------*/
.box-nav-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 72px;
    height: 72px;
    cursor: pointer;
    z-index: 101;
    padding: 24px;
    background: -moz-linear-gradient(left, rgb(220, 96, 39) 0%, rgb(186, 35, 81) 100%);
    background: -webkit-linear-gradient(left, rgb(220, 96, 39) 0%, rgb(186, 35, 81) 100%);
    background: linear-gradient(to right, rgb(220, 96, 39) 0%, rgb(186, 35, 81) 100%);
}
.is-non-bg {
    background: inherit !important;
}
.box-nav-toggle div {
    position: relative;
}
.box-nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

/* --------------------------------------------
Fixed
--------------------------------------------*/
#header-contents.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);

    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#header-contents.fixed .box-logo {
    font-size: 24px;
    color: #333;
}
#header-contents.fixed #nav-global ul li a {
    color: #333;
    padding: 0 20px;
}

#header-contents {
    z-index: 999;
}
#header-contents.fixed .box-logo,
#header-contents .box-logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
}
#header-contents,
.area-inner {
    width: 100%;
    padding: 0;
}
/* Fixed reset */
#header-contents.fixed {
    padding-top: 0;
    background: transparent;
}
#is-mobile-head {
    width: 100%;
    /* min-height: 80px; */
}
#header-contents.fixed .logo,
#header-contents .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
}
#nav-global {
    position: fixed;
    /* 開いてないときは画面外に配置 */
    top: 0;
    width: 100%;
    max-height: 100%;
    height: 100%;
    /* padding: 66px 0 10px 0; */
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    z-index: 3;
    background: -moz-linear-gradient(left, rgb(220, 96, 39) 0%, rgb(186, 35, 81) 100%);
    background: -webkit-linear-gradient(left, rgb(220, 96, 39) 0%, rgb(186, 35, 81) 100%);
    background: linear-gradient(to right, rgb(220, 96, 39) 0%, rgb(186, 35, 81) 100%);
}
#nav-global ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
}

.box-nav-toggle {
    display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open .box-nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.open .box-nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open .box-nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
.link-navin-btn {
    text-align: left;
}
.link-navin-btn a {
    display: inline-block !important;
    max-width: 232px;
    width: 50% !important;
}
/* #nav-global スライドアニメーション */
.open #nav-global {
    /* #nav-global top + #mobile-head height 
       -moz-transform: translateY(500px);
       -webkit-transform: translateY(500px);
       transform: translateY(500px);*/
}

.nav-sub a {
    color: #baccad !important;
    font-size: 1.2rem !important;
}

/* --------------------------------------------
Fixed Btn Hover
--------------------------------------------*/
#header-contents.fixed #nav-global ul li:after {
    bottom: -10px;
}
#header-contents.fixed #nav-global ul li:hover:after {
    background: #0062b8;
    bottom: -12px;
}

/*　SMP　*/
@media screen and (max-width: 768px) {
    .box-nav-toggle span:nth-child(1) {
        top: 0;
    }
    .box-nav-toggle span:nth-child(2) {
        top: 11px;
    }
    .box-nav-toggle span:nth-child(3) {
        top: 22px;
    }
    #nav-global .box-menu dl dt {
        margin-left: 5.3vw;
    }

    #nav-global .box-menu dl dd ul {
        margin-left: 5.3vw;
        font-size: 0;
        padding: 2.6vw 2.6vw 5.3vw 5.3vw;
    }

    #nav-global .box-menu dl dd ul li,
    .list-menu-sub li,
    .list-menu-other li {
        display: inline-block;
        width: 48%;
        margin-right: 4%;
        vertical-align: top;
    }

    #nav-global .box-menu dl dd ul li:nth-child(2n),
    #nav-global .list-menu-sub li:nth-child(2n),
    #nav-global .list-menu-other li:nth-child(2) {
        margin-right: 0;
    }

    #nav-global .box-menu dl dd ul li a,
    #nav-global .list-menu-sub li a,
    #nav-global .list-menu-other li a {
        font-size: 4vw;
        padding: 2.6vw 0;
        line-height: 1.5;
    }

    #nav-global .list-menu-sub,
    #nav-global .list-menu-other {
        padding-left: 10.6vw;
        font-size: 0;
        text-align: left !important;
        margin-top: 5.3vw;
    }

    #nav-global a.link-shop {
        display: none;
    }

    ul.list-head-top {
        text-align: center;
        margin-bottom: 5.3vw;
    }

    .box-head-sns {
        padding: 0 5.3vw;
        margin-bottom: 5.3vw;
        text-align: left;
    }

    .list-head-share {
        margin-bottom: 4vw;
    }

    #nav-global .list-menu-other {
        padding-bottom: 30px;
    }

    .list-head-share,
    .list-head-sns,
    .list-head-youtube {
        font-size: 18px !important;
        margin-right: 36px;
    }

    .list-head-share li:first-child,
    .list-head-share li:nth-child(2),
    .list-head-share li:nth-child(3) {
        margin-right: 14px;
    }
}

/* グローバルナビをfixedにする場合、以下も記述するといいかも
@media screen and (max-width:768px) and (orientation: portrait) {
    header.open .box-nav-toggle {
        position: fixed !important;
    }
}
*/

@media print, screen and (min-width: 769px) {
    .box-nav-toggle {
        width: 80px;
        height: 80px;
        padding: 24px;
    }

    .box-nav-toggle span:nth-child(1) {
        top: 0;
    }
    .box-nav-toggle span:nth-child(2) {
        top: 14px;
    }
    .box-nav-toggle span:nth-child(3) {
        top: 28px;
    }

    .open .box-nav-toggle span:nth-child(1) {
        top: 14px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .open .box-nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open .box-nav-toggle span:nth-child(3) {
        top: 14px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    #nav-global .box-menu,
    #nav-global .list-menu-sub {
        font-size: 0;
    }

    #nav-global .box-menu dl dt {
        font-size: 13px;
    }

    #nav-global .box-menu dl {
        display: inline-block;
        width: 240px;
        margin-right: 40px;
        vertical-align: top;
    }

    #nav-global .box-menu dl:last-child,
    #nav-global .list-menu-sub li:last-child,
    #nav-global .list-menu-other li:last-child {
        margin-right: 0;
    }

    #nav-global .box-menu dl dd ul li a {
        font-size: 16px;
    }

    #nav-global .box-menu dd ul li {
        margin-top: 10px;
    }

    #nav-global .list-menu-sub {
        margin-top: 60px;
    }

    #nav-global .list-menu-sub li,
    #nav-global .list-menu-other li {
        display: inline-block;
        font-size: 16px;
        margin-right: 40px;
    }

    #nav-global a.link-shop,
    footer a.link-shop {
        width: 300px;
        margin: 30px auto;
        font-size: 16px;
        line-height: 1;
        padding: 12px 0;
        background-color: inherit !important;
        border: #fff solid 1px;
    }

    .box-head-sns {
        margin-bottom: 60px;
    }

    #nav-global .list-menu-other {
        padding-bottom: 30px;
    }

    .list-head-top .list-logo {
        margin: 70px 0;
    }

    .list-head-share,
    .list-head-sns,
    .list-head-youtube {
        font-size: 18px !important;
        margin-right: 36px;
    }

    .list-head-share li:first-child,
    .list-head-share li:nth-child(2),
    .list-head-share li:nth-child(3) {
        margin-right: 14px;
    }
}
