@charset "UTF-8";

/******************************************************************************
*
* [共通]グローバルメニュー(1段目)
*
******************************************************************************/

header.globalmenu {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

header.globalmenu .main_header {
    padding: 27px 0 30px;
}

header.globalmenu .main_header .middle_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*SP版非表示*/

.globalmenu.gm_sp {
    display: none;
}

/*---------------------
* ロゴ
---------------------*/

header.globalmenu .main_header .logo {
    width: 200px;
}

/*---------------------
* 検索ボックス
---------------------*/

header.globalmenu .main_header .search {
    width: 35%;
    width: -webkit-calc(50% - 210px);
    width: calc(50% - 210px);
}

header.globalmenu .main_header .search form.s_box {
    max-width: 400px;
    display: block;
    position: relative;
}

header.globalmenu .main_header .search form.s_box input[type="text"] {
    display: block;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    background: #f5f5f5;
    padding: 10px 5px 7px;
    border-radius: 6px;
}

header.globalmenu .main_header .search form.s_box input[type="text"]:focus {
    outline: 0;
}

header.globalmenu .main_header .search form.s_box input[type="submit"] {
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    background: none;
    background-image: url(../images/icon/search.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/*こだわり検索*/

header.globalmenu .main_header .search .s_more {
    max-width: 398px;
    font-size: 13px;
    text-align: right;
    margin-top: 5px;
}

header.globalmenu .main_header .search .s_more a {
    color: #111;
    transition: color 0.5s;
}

header.globalmenu .main_header .search .s_more a:hover {
    color: #666;
}

/*---------------------
* メニュー
---------------------*/

header.globalmenu .main_header .gb_menu {
    width: 35%;
    width: -webkit-calc(50% - 220px);
    width: calc(50% - 220px);
}

/*シンプルメニュー*/

header.globalmenu .main_header .gb_menu .simple_menu {
    margin-bottom: 20px;
}

header.globalmenu .main_header .gb_menu .simple_menu ul {
    display: flex;
    justify-content: flex-end;
    font-size: 13px;
    line-height: 1.2;
}

header.globalmenu .main_header .gb_menu .simple_menu ul li {
    padding: 0 8px;
    border-right: solid 1px #000;
}

header.globalmenu .main_header .gb_menu .simple_menu ul li:first-child {
    padding-left: 0;
}

header.globalmenu .main_header .gb_menu .simple_menu ul li:last-child {
    padding-right: 0;
    border-right-width: 0;
}

header.globalmenu .main_header .gb_menu .simple_menu ul li a {
    color: #111;
    transition: color 0.5s;
}

header.globalmenu .main_header .gb_menu .simple_menu ul li a:hover {
    color: #666;
}

/*アイコンメニュー*/

header.globalmenu .main_header .gb_menu .icon_menu ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header.globalmenu .main_header .gb_menu .icon_menu ul li {
    width: 25px;
    margin-right: 34px;
}

header.globalmenu .main_header .gb_menu .icon_menu ul li:last-child {
    margin-right: 0;
}

/*カートナンバー*/

header.globalmenu .main_header .gb_menu .icon_menu ul li.cart {
    position: relative;
}

header.globalmenu .main_header .gb_menu .icon_menu ul li.cart .num {
    display: block;
    width: 18px;
    height: 18px;
    background: #d31d1d;
    color: #fff;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    right: -7px;
}

/*開閉アイコン*/

header.globalmenu .main_header .gb_menu .icon_menu ul li.menu_bar,
.menu-trigger {
    width: 27px;
    height: 19px;
}

.menu-trigger,
.menu-trigger span {
    display: block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #111;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 8px;
}

.menu-trigger span:nth-of-type(3) {
    top: 17px;
}

.menu-trigger.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
}


/******************************************************************************
*
* [共通]グローバルメニュー(2段目)
*
******************************************************************************/

nav.menu {
    border-top: solid 1px #D9D9D9;
    position: relative;
}

nav.menu ul.nav1st {
    display: flex;
    justify-content: center;
}

nav.menu ul.nav1st > li {
    font-size: 16px;
    font-weight: 500;
    margin-right: 60px;
    position: relative;
}

nav.menu ul.nav1st > li:last-child {
    margin-right: 0;
}

nav.menu ul.nav1st > li > a,
nav.menu ul.nav1st > li > span {
    display: block;
    line-height: 68px;
    color: #333;
    transition: color 0.5s;
}

nav.menu ul.nav1st > li > span {
    cursor: pointer;
}

nav.menu ul.nav1st > li > a:hover {
    color: #90A5BA;
}

/*---------------------
* ホバーメニュー
---------------------*/

nav.menu .hover_menu {
    background: #F4F4F4;
    position: absolute;
    top: 68px;
    left: -50px;
    display: flex;
    justify-content: space-between;
    width: 470px;
    padding: 40px 30px;
    display: none;
    z-index: 9998;
}

nav.menu ul.nav1st li.open:hover .hover_menu {
    display: flex;
}

nav.menu .hover_menu .cat {
    width: 45%;
}

nav.menu .hover_menu .cat .title {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}

nav.menu .hover_menu .cat .sub {
    font-size: 13px;
    letter-spacing: 0.2em;
    font-weight: bold;
}

/*メニュー*/

nav.menu .hover_menu ul {
    width: 55%;
}

nav.menu .hover_menu ul li {
    border-top: solid 1px #e2e2e2;
    font-size: 15px;
}

nav.menu .hover_menu ul li:last-child {
    border-bottom: solid 1px #e2e2e2;
}

nav.menu .hover_menu ul li a {
    display: block;
    color: #1a1a1a;
    padding: 10px 0 11px;
    position: relative;
    background: #F4F4F4;
    transition: background 0.5s;
}

nav.menu .hover_menu ul li a::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../images/icon/nav_icon1.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}


nav.menu .hover_menu ul li a:hover {
    background: #eaeaea;
}



/******************************************************************************
*
* [共通]グローバルメニュー(開閉式メニュー)
*
******************************************************************************/

.scroll_stop {
    overflow: hidden;
}

nav.opentype_menu {
    background: #F4F4F4;
    padding: 50px 0;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1) inset;
    position: absolute;
    left: 0;
    top: 116px;
    width: 100vw;
    height: 90vh;
    height: -webkit-calc(100vh - 116px);
    height: calc(100vh - 116px);
    overflow: scroll;
    display: none;
    z-index: 999999;
}

nav.opentype_menu .middle_wrap {
    display: flex;
    justify-content: space-between;
}

nav.opentype_menu dl {
    width: 23%;
}

/*---------------------
* 見出し
---------------------*/

nav.opentype_menu dl dt {
    margin-bottom: 20px;
}

nav.opentype_menu dl dt .title {
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 0.1em;
}

nav.opentype_menu dl dt .sub {
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

/*---------------------
* リスト
---------------------*/

nav.opentype_menu dl dd > ul > li {
    border-top: solid 1px #e2e2e2;
    font-size: 16px;
}

nav.opentype_menu dl dd > ul > li:last-child {
    border-bottom: solid 1px #e2e2e2;
}

nav.opentype_menu dl dd > ul > li > a,
nav.opentype_menu dl dd > ul > li > span {
    display: block;
    color: #1a1a1a;
    padding: 10px 0 11px;
    position: relative;
    background: #F4F4F4;
    transition: background 0.5s;
}

nav.opentype_menu dl dd > ul > li > a::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../images/icon/nav_icon1.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

nav.opentype_menu dl dd > ul > li > a.media::before {
    background-image: url(../images/icon/nav_icon2.png);
}

nav.opentype_menu dl dd > ul > li > a:hover {
    background: #eaeaea;
}

/*---------------------
* サブメニュー
---------------------*/

nav.opentype_menu dl dd ul.submenu > li {
    border-top: solid 1px #F4F4F4;
    font-size: 16px;
}

nav.opentype_menu dl dd ul.submenu > li a {
    display: block;
    padding: 10px 0 10px 20px;
    background: #fff;
    position: relative;
    transition: background 0.5s;
    color: #90A5BA;
}

nav.opentype_menu dl dd ul.submenu > li > a::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../images/icon/nav_icon1.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

nav.opentype_menu dl dd ul.submenu > li a:hover {
    background: #fafafa;
}


/******************************************************************************
*
* [共通]レスポンシブ対応
*
******************************************************************************/

/*1400px以下*/

@media only screen and (max-width: 1400px) {

    header.globalmenu .main_header .logo {
        width: 180px;
    }

    header.globalmenu .main_header .search,
    header.globalmenu .main_header .gb_menu {
        width: 40%;
        width: -webkit-calc(50% - 80px);
        width: calc(50% - 80px);
    }

    header.globalmenu .main_header .gb_menu .simple_menu ul {
        font-size: 12px;
    }

}

/*1200px以下*/

@media only screen and (max-width: 1200px) {

    header.globalmenu .main_header .logo {
        width: 140px;
    }

    header.globalmenu .main_header .search,
    header.globalmenu .main_header .gb_menu {
        width: -webkit-calc(50% - 130px);
        width: calc(50% - 130px);
    }

    header.globalmenu .main_header .gb_menu .simple_menu ul {
        font-size: 11px;
    }

}

/*1050px以下*/

@media only screen and (max-width: 1050px) {

    .globalmenu.gm_pc {
        display: none;
    }

    .globalmenu.gm_sp {
        display: block;
    }

    header.globalmenu .main_header {
        padding: 14px 0 10px;
    }

    header.globalmenu .main_header .main_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /*ロゴ*/

    header.globalmenu .main_header .logo {
        width: 115px;
    }

    /*メニュー*/

    header.globalmenu .main_header .gb_menu {
        width: 90px;
        width: -webkit-calc((100% - 120px)/2);
        width: calc((100% - 120px)/2);
    }

    header.globalmenu .main_header .gb_menu .icon_menu {
        width: 83px;
    }

    header.globalmenu .main_header .gb_menu .icon_menu ul {
        justify-content: space-between;
    }

    header.globalmenu .main_header .gb_menu .icon_menu ul li {
        width: 21px;
        margin-right: 0;
    }

    header.globalmenu .main_header .gb_menu .icon_menu ul li.cart .num {
        width: 14px;
        height: 14px;
        font-size: 10px;
        line-height: 12px;
        top: -5px;
        right: -6px;
        transform: scale(0.9);
    }

    header.globalmenu .main_header .menu_bar {
        width: 27px;
        width: -webkit-calc((100% - 120px)/2);
        width: calc((100% - 120px)/2);
    }

    header.globalmenu .main_header .gb_menu .icon_menu ul li.menu_bar,
    .menu-trigger {
        width: 27px;
        height: 19px;
        margin-left: auto;
    }

    /*検索ボックス*/

    header.globalmenu .main_header .search {
        width: 100%;
        width: -webkit-calc(100%);
        width: calc(100%);
        margin-top: 15px;
    }

    header.globalmenu .main_header .search form.s_box {
        width: 100%;
        max-width: 100%;
    }

    header.globalmenu .main_header .search form.s_box input[type="text"] {
        font-size: 13px;
        padding: 10px 5px 11px;
        border-radius: 5px;
    }

    header.globalmenu .main_header .search form.s_box input[type="submit"] {
        width: 15px;
        height: 15px;
        right: 12px;
    }

    header.globalmenu .main_header .search .s_more {
        width: 100%;
        max-width: 100%;
        font-size: 11px;
        letter-spacing: 0.1em;
        margin-top: 6px;
    }

    /*---------------------
    * [共通]グローバルメニュー(開閉式メニュー)
    ---------------------*/

    nav.opentype_menu {
        padding: 30px 0 120px;
        top: 130px;
        height: 100%;
        height: -webkit-calc(100% - 130px);
        height: calc(100% - 130px);
    }

    nav.opentype_menu .middle_wrap {
        display: block;
    }

    nav.opentype_menu dl {
        width: 100%;
    }

    nav.opentype_menu dl:nth-child(n+2) {
        margin-top: 50px;
    }

    /*見出し*/

    nav.opentype_menu dl dt {
        margin-bottom: 20px;
    }

    nav.opentype_menu dl dt .title {
        font-size: 24px;
    }

    nav.opentype_menu dl dt .sub {
        font-size: 12px;
        letter-spacing: 0.2em;
    }

    /*リスト*/

    nav.opentype_menu dl dd > ul > li {
        font-size: 14px;
    }

    nav.opentype_menu dl dd > ul > li > a,
    nav.opentype_menu dl dd > ul > li > span {
        padding: 10px 10px 11px;
    }

    nav.opentype_menu dl dd > ul > li > a::before {
        ;
        width: 12px;
        height: 12px;
        right: 5px;
    }

    /*サブメニュー*/

    nav.opentype_menu dl dd ul.submenu > li {
        font-size: 14px;
    }

    nav.opentype_menu dl dd ul.submenu > li > a::before {
        width: 12px;
        height: 12px;
        right: 8px;
    }

}

/*960px以下*/

@media only screen and (max-width: 960px) {}

/*644px以下*/

@media only screen and (max-width: 644px) {

    /*---------------------
    * [共通]コンテンツ
    ---------------------*/

}

/*375px以下*/

@media only screen and (max-width: 375px) {}

/*360px以下*/

@media only screen and (max-width: 360px) {}

/*330px以下*/

@media only screen and (max-width: 330px) {}
