:root {
    --main-color: #363581;
    --second-color: #fff;
    --third-color: #fff;
    --gray-color: #4d4d4d;
}

.ofCover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit:cover;';
}

.ofContain {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit:contain;';
}

.contentIn {
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.dp_ib {
    display: inline-block;
}

.flexBox {
    display: flex;
}

.i_flex {
    display: inline-flex;
}

.ai_c {
    align-items: center;
}

.ai_fs {
    align-items: flex-start;
}

.ai_fe {
    align-items: flex-end;
}

.ai_s {
    align-items: stretch;
}

.jc_sb {
    justify-content: space-between;
}

.jc_sa {
    justify-content: space-around;
}

.jc_c {
    justify-content: center;
}

.jc_fe {
    justify-content: flex-end;
}

.fw_wp {
    flex-wrap: wrap;
}

.flexL {
    order: 1;
}

.flexC {
    order: 2;
}

.flexR {
    order: 3;
}

.flex02>* {
    flex-basis: 49%;
}

.flex02-01 {
    margin-bottom: 4em;
}

.flex04>* {
    flex-basis: 24%;
}

.txa_c {
    text-align: center;
}

.txa_r {
    text-align: right;
}

.txa_l {
    text-align: left;
}

.fwB {
    font-weight: bold;
}

.fw400 {
    font-weight: 400;
    vertical-align: middle;
}

.underline {
    text-decoration: underline;
}

.fc_blue01 {
    color: #363581;
}

.hoverOpa {
    transition: opacity .3s;
}

.hoverOpa:hover {
    opacity: .8;
}

.ofCover {
    object-fit: cover;
    font-family: 'object-fit:cover;';
}

.ofCotain {
    object-fit: contain;
    font-family: 'object-fit:contain;';
}

.txc_red01 {
    color: #c01b20;
}

.fwB {
    font-weight: bold;
}

.youtubeWrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    ;
}

.youtubeWrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.slick-dots {
    left: 0;
    right: 0;
}

.slick-dots li button,
.slick-dots li button:before {
    width: 12px;
    height: 12px;
    opacity: 1 !important;
}

.slick-dots li button:before {
    content: '';
    background: #f2f2f2;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    background: var(--main-color);
}

.slick-prev,
.slick-next {
    width: 30px;
    height: 27px;
}

.slick-prev:before,
.slick-next:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
}

.slick-prev:before {
    background: url("https://gigaplus.makeshop.jp/librakobe/images/common/arrow01L.svg") no-repeat center center / contain;
}

.slick-next:before {
    background: url(https://gigaplus.makeshop.jp/librakobe/images/common/arrow01R.svg) no-repeat center center / contain;
}

.slick-slider .slick-list *:focus {
    outline: none;
}

/*==================================

全ページ共通CSS

==================================*/

.ttlStl01 {
    margin-bottom: 1em;
    padding: 1em 0;
    color: #333;
    font-size: 1.5rem;
    font-weight: normal;
    border-top: 2px solid #333;
    border-bottom: 1px solid #333;
}

.ttlStl01.ttlLinkWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ttlStl01.ttlLinkWrap a {
    color: var(--main-color);
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: .875rem;
    font-weight: normal;
}

.ttlStl02 {
    font-size: 1rem;
    font-weight: bold;
}

.ttlStl03 {
    font-size: 1.25rem;
    font-weight: bold;
}

.ttlStl04 {
    color: #a67e4c;
    font-size: 2.125rem;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.ttlStl05 {
    color: #009344;
    font-size: 2.125rem;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
    font-weight: bold;
}

.txtBox01 {
    padding: 0 2em;
}

.linkStl01 {
    display: inline-flex;
    align-items: center;
}

.linkStl01:after {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    margin-left: .5em;
    background: url("https://gigaplus.makeshop.jp/librakobe/images/common/arrowR01_blue.svg") no-repeat center center / contain;
}

.listStl01>li {
    padding-left: 1em;
    text-indent: -1em;
}

.listStl01>li:before {
    content: '・';
}

.listStl02>* {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.listStl02>*+* {
    margin-top: .8em !important;
}

.listStl02>*:before {
    content: '■';
    margin-right: .5em;
}

.listStl03>* {
    padding-left: 1em;
    text-indent: -1em;
}

.listStl03>*+* {
    margin-top: .8em !important;
}

.listStl03>*:before {
    content: '-';
    margin-right: .6em;
}

.olStl01 {
    counter-reset: ol01;
}

.olStl01>li>dl>dt:before {
    content: counter(ol01)'.';
    counter-increment: ol01;
}

.olStl02 {
    counter-reset: ol02;
}

.olStl02>* {
    padding-left: 1.1em;
    text-indent: -1.1em;
}

.olStl02>*:before {
    content: counter(ol02)' ';
    counter-increment: ol02;
}

.olStl03 {
    counter-reset: ol03;
}

.olStl03>* {
    padding-left: 1.8em;
    text-indent: -1.8em;
}

.olStl03>*:before {
    content: '(' counter(ol03) ')';
    counter-increment: ol03;
    margin-right: .2em;
}

.olStl03>*+* {
    margin-top: .8em !important;
}

.dlStl01 {
    display: flex;
}

.dlStl01 dd:before {
    content: 'ー';
    margin: 0 .5em;
}

.dlStl02+.dlStl02 {
    margin-top: 2em;
}

.dlStl02>dt {
    margin-bottom: .4em;
    font-weight: bold;
}

.dlStl02>dd {
    font-size: 1rem;
}

.dlStl03>dt {
    margin-bottom: .5em;
    color: var(--main-color);
    font-size: 1.25rem;
    font-weight: bold;
}

.dlStl04 {
    padding-bottom: 5em;
    border-top: 1px solid #333;
}

.dlStl04>dt {
    margin-bottom: .5em;
    padding: 1em 0;
    font-size: 1rem;
    font-weight: bold;
}

.dlStl04>dd {
    font-size: .875rem;
}

.dlStl05>dt {
    color: #CC0000;
    font-weight: bold;
}

.btnStl01 {
    display: inline-block;
    padding: 1em;
    color: #fff;
    font-size: 1.25rem;
    text-decoration: none !important;
    border: 1px solid #fff;
    border-radius: 100px;
    transition: .3s;
}

.btnStlL01 {
    padding: 1.81em;
    color: #fff;
    font-size: 1.25rem;
    text-decoration: none !important;
    background: var(--main-color);
    transition: .3s;
}

.btnStl02 {
    display: inline-block;
    padding: 1em 3em;
    color: var(--main-color);
    text-decoration: none !important;
    background: var(--second-color);
    border: 1px solid var(--main-color);
    transition: .3s;
}

.btnStl02:hover {
    color: #fff;
    background: var(--main-color);
    opacity: 1;
}

.btnStl03 {
    display: inline-block;
    padding: 1em 3em;
    color: #fff;
    text-decoration: none !important;
    background: var(--main-color);
    transition: .3s;
}

.btnStl03:hover {
    opacity: .8;
}

.btnStlL02 {
    display: block;
    padding: 2em 1em 1.2em;
    color: #000;
    font-size: .875rem;
    text-decoration: none !important;
    background: #a67e4c;
    transition: .3s;
}

.btnStlL02 .btnTtl {
    margin-bottom: .2em;
    color: #fff;
    font-size: 1.5rem;
}

.btnStlL02 p:not(.btnTtl) {
    line-height: 1.6em;
}

.btnStlL01 img {
    margin-right: 1.5em;
}



.pageLinkStl01>li {
    flex-basis: 32.5%;
    max-width: 32.5%;
    margin-bottom: 1em;
}

.pageLinkStl01>li>a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 1em;
    color: var(--main-color);
    font-size: 1.125rem;
    font-weight: bold;
    background: var(--second-color);
    border: 1px solid var(--main-color);
    transition: .3s;
}

.pageLinkStl01>li>a:hover {
    color: #fff;
    background: var(--main-color);
    opacity: 1;
}

.pageLinkStl02>li {
    flex-basis: 32.5%;
    max-width: 32.5%;
    margin-bottom: 1em;
}

.pageLinkStl02>li a {
    display: block;
    padding: 1em 1.5em;
    color: var(--main-color);
    font-size: 1.25rem;
    font-weight: bold;
    background: #F7F7F7;
    transition: background-color .3s;
}

.pageLinkStl02>li a:hover {
    background: #EAEAEA;
    opacity: 1;
}

.newsTable_scroll {
    overflow: auto;
    white-space: nowrap;
}

.newsTable_scroll tr>* {
    padding: .2em .5em;
    font-size: 1rem;
}

@media screen and (max-width:768px) {
    .newsTable_scroll table {
        width: auto !important;
    }
}

.newsTable_scroll tr th {
    text-align: left;
    font-weight: normal;
}

.tableStl01wrap {
    padding: 2.5em;
    background: #f7f7f7;
}

.tableStl01 {
    width: 100%;
}

.tableStl01>tbody>tr {
    border-top: 1px solid #333;
}

.tableStl01>tbody>tr:last-of-type {
    border-bottom: 1px solid #333;
}

.tableStl01>tbody>tr>* {
    padding: 1em 1.5em;
}

.tableStl01>tbody>tr>th {
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}

.product04>* {
    flex-basis: 24%;
}

.product05>* {
    flex-basis: 19%;
}

.productListStl01 .productDetails {
    margin-top: .5em;
    font-size: .8125rem;
}

.newsListTable {
    width: 100%;
}

.newsListTable>tbody>tr {
    border-bottom: 1px solid #333;
}

.newsListTable>tbody>tr>* {
    padding: 1em 0;
    text-align: left;
}

.newsListTable>tbody>tr>th {
    width: 20%;
}

.newsListTable>tbody>tr>td a {
    color: #333;
    font-size: 1rem;
}

.boxStl01 {
    padding: 1em 1.5em 3em;
    background: #F7F7F7;
}

.bk01 {
    background: #f7f7f7;
}

.txc_red02 {
    color: #CC0000;
}


/*==================================

ヘッダー

==================================*/
body>header {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    background: #fff;
}

body>header img {
    display: inline-block;
}

header .pcOnly .userInfo {
    max-width: 300px;
}

header .userInfo {
    margin-bottom: 1em;
    font-size: 13px;
}

header .userInfo .memberClass {
    margin-right: 1em;
}

header .userInfo .point {
    border-bottom: 1px solid #363581;
}

body>header a,
header .headT {
    color: var(--main-color);
}

header .headT {
    padding: 20px 0;
}


header .headT a {
    font-size: .8125rem;
}

header .headT .logo {
    margin: 14px 0;
}

header .headT .headGuide+.naviR {
    margin-top: 1.8em;
}

header .headT .memberName {
    margin: .2em 0 .5em;
    font-size: .875rem;
}

header .headT .memberName .group {
    margin-left: 1em;
}

header .headT .memberName .point {
    margin-left: 1em;
}

header .headT .headGuide li a {
    display: block;
    line-height: 1.5em;
}

header .headT .headGuide li+li {
    margin-left: 1.8em;
}

header .headT .loginMenu {
    margin-right: 2em;
}

header .headT .loginMenu li {
    line-height: 1em;
}

header .headT .loginMenu li+li {
    margin-left: 1.5em;
    padding-left: 1.5em;
    border-left: 1px solid var(--main-color);
}

header .headT .cartBtn {
    display: inline-flex;
    align-items: center;
}

header .headT .cartBtn:before {
    content: '';
    display: inline-block;
    width: 2em;
    height: 2em;
    margin-right: .5em;
    background: url("https://gigaplus.makeshop.jp/librakobe/images/common/icon_cart_blue.svg") no-repeat center center / contain;
}

header .headB {
    background: var(--second-color);
}

header .headB .globalNav {
    width: 750px;
    max-width: 75%;
    font-size: .875rem;
    font-weight: bold;
}

header .headB .globalNav li {
    flex-grow: 1;
}

header .headB .globalNav li a {
    display: block;
    padding: 1em;
}


header .headB .searchBox {
    position: relative;
    max-width: 70%;
}

header .headB .searchBox input {
    width: 25em;
    max-width: 100%;
    margin: 0;
    padding: .4em 2em .4em .4em;
    border-bottom: none;
    background: #fff;
    border: 1px solid #333;
}

header .headB .searchBox a {
    position: absolute;
    top: .4em;
    bottom: .4em;
    right: .3em;
    display: block;
    width: 1.45em;
    background: url(https://gigaplus.makeshop.jp/librakobe/images/common/icon_search_blue.svg) no-repeat center center / contain;
}

header .headB .globalNav li.parentNav .childNav {
    position: absolute;
    z-index: 1;
    width: 280px;
}

header .headB .globalNav li.parentNav .childNav>li>a {
    position: relative;
    display: block;
    padding: 1em 30px 1em 1em;
    color: var(--main-color);
    font-weight: bold;
    background: var(--second-color);
    transition: .3s;
}

header .headB .globalNav li.parentNav .childNav>li>.childBox {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 716px;
    padding: 2em;
    background: #fff;
    transform: translateX(100%);
}



header .headB .globalNav li.parentNav .childNav>li>.childBox dl+dl {
    margin-top: 1em;
}

header .headB .globalNav li.parentNav .childNav>li>.childBox dl dt {
    margin-bottom: .2em;
    font-size: 1.125rem;
    font-weight: bold;
}

header .headB .globalNav li.parentNav .childNav>li>.childBox dl dd>p {
    font-size: .75rem;
    font-weight: normal;
}

header .headB .globalNav li.parentNav .childNav>li>.childBox *[class*="head_searchList"] li:not(:empty) {
    margin: .7% 0;
}

header .headB .globalNav li.parentNav .childNav>li>.childBox *[class*="head_searchList"] li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: .6em 1.2em;
    color: var(--main-color);
    font-size: .875rem;
    font-weight: bold;
    background: #f7f7f7;
}

header .headB .globalNav li.parentNav .childNav>li>.childBox .head_searchList02>* {
    flex-basis: 49.3%;
    max-width: 49.3%;
}

header .headB .globalNav li.parentNav .childNav>li>.childBox .head_searchList03>* {
    flex-basis: 32.5%;
    max-width: 32.5%;
}

header .memberDetails {
    padding: .8em;
    color: #fff;
    font-size: .9375rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
    background: #97979f;
}

header .memberDetails * {
    line-height: 1.4em;
}

header .memberDetails .point {
    margin-left: 2.8em;
    border-bottom: 1px solid #fff;
}


header .memberDetails.merry-christmas {
    position: relative;
    background: #930f15;
}

header .memberDetails.merry-christmas:before,
header .memberDetails.merry-christmas:after {
    content: '';
    display: block;
    flex-grow: 1;
    height: 33px;
    margin-top: -.6em;
    margin-bottom: -.6em;
    background: url(https://gigaplus.makeshop.jp/librakobe/images/common/texture_snowflake_wh.png) repeat-x center center / auto 100%;
}


header .memberDetails.merry-christmas:before {
    margin-left: -.8em;
    background-position: center right;
}

header .memberDetails.merry-christmas:after {
    margin-right: -.8em;
    background-position: center left;
}

header .memberDetails.merry-christmas span.border {
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 4px;
    z-index: 3;
    left: 0;
    border-top: 1px solid #d5a51d;
    border-bottom: 1px solid #d5a51d;
    pointer-events: none;
}

header .memberDetails.merry-christmas p {
    position: relative;
    z-index: 1;
    padding: 0 1em;
    background: #930f15;
}

header .memberDetails.merry-christmas p .en {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: normal;
}


/*リニューアル20220316*/

.style2022 .topSns {
    position: absolute;
    top: .55em;
    right: 1em;
    width: 30%;
    max-width: 100px;
}

.style2022 .topSns li {
    flex-basis: 20px;
    margin: 0 5%;
    text-align: center;
}

.style2022 .topSns li:last-of-type {
    margin-right: 0;
}

.style2022 .topSns li * {
    display: block;
}

.style2022 .topSns li img {
    width: 20px;
    margin: 0;
}

.obiBanner>* {
    width: 100%;
    background-color: var(--main-color);
    padding: .7em 1em;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .1em;
}

@media screen and (max-width:760px) {
    .obiBanner>* {
        flex-direction: column;
    }
}

.style2022 .obiBanner,
.style2022 .obiBanner a {
    margin: 0;
    font-size: .8125rem;
    font-weight: normal;
}

.style2022 .obiBanner a {
    padding: .5em 1em .6em;
    background-color: #363581;
}



/* header */

.style2022>header a {
    color: var(--gray-color);
}

.style2022>header .headT {
    width: 94%;
    margin: 0 auto;
}

.style2022>header .searchBox {
    position: relative;
}

.style2022>header .searchBox input[type="text"] {
    width: 24em;
    margin: 0;
    padding: .5em .5em .5em 3em;
    font-size: .75rem;
    border: 1px solid var(--gray-color);
    border-radius: 4px;
}

body.style2022>header .searchBox a {
    position: absolute;
    top: 50%;
    left: 1em;
    width: 1em;
    height: 55%;
    background: url(https://gigaplus.makeshop.jp/librakobe/images/common/icon_search_black.svg) no-repeat center center / contain;
    transform: translateY(-50%);
}

.style2022 header .loginMenuIcon li {
    margin-left: 1.4em;
}

.style2022 header .loginMenuIcon a {
    display: block;
    font-size: .625rem;
    text-align: center;
}

.style2022 header .headT .logo * {
    display: block;
}

.style2022 header .headB .globalNav {
    width: auto;
    max-width: 800px;
    margin: 0 auto;
}

.style2022 header .headB .globalNav li a {
    padding: .5em 1em;
    font-weight: normal;
    text-align: center;
}

.globalNav24 {
    gap: 0 3em;
    justify-content: center;
    color: #4d4d4d;
}

.globalNav24 .navChild {
    display: none;
}

.globalNav24>li>*:not(.navChild) {
    position: relative;
    display: flex;
    align-items: center;
    gap: .2em;
    padding: 0 1em 1.2em;
    cursor: pointer;
}

.globalNav24>li>*:not(.navChild)>* {
    letter-spacing: 0.1em;
    line-height: 1.4em;
}

.globalNav24>li>*:not(.navChild) .en {
    font-size: 1.125rem;
    font-weight: bold;
}

.globalNav24>li>*:not(.navChild) .fzS {
    font-size: .75rem;
}

.globalNav24>li>*:not(.navChild):hover {
    opacity: 1;
}

.globalNav24>li>*:not(.navChild)::after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    height: 2px;
    margin: 0 auto;
    background: #363581;
}

.globalNav24>li .navChild {
    flex-wrap: wrap;
    gap: .5em 1em;
    justify-content: center;
    font-size: .875rem;
    background: #f7f7f9;
}

.globalNav24>li .navChild li a {
    display: flex;
    align-items: center;
    gap: .5em;
    padding: 1em;
    font-size: .875rem;
}

.globalNav24>li .navChild li a::before {
    content: '';
    display: block;
    flex-shrink: 0;
    width: .4em;
    height: .4em;
    border-top: 2px solid #363480;
    border-right: 2px solid #363480;
    transform: scaleY(.8) rotate(45deg);
}

@media screen and (min-width:769px) {
    body>header {
        position: static !important;
    }

    .spOnly {
        display: none !important;
    }

    .globalNav24 {
        display: flex;
    }

    .globalNav24>li:has(.navChild) .navChild {
        position: absolute;
        right: 0;
        left: 0;
    }

    .globalNav24>li:has(.navChild):hover .navParent::after {
        content: '';
    }

    .globalNav24>li>*:not(.navChild) {
        flex-direction: column;
    }

    .globalNav24>li>*:not(.navChild)::after {
        /* content: '';*/
        width: 3em;
        max-width: 30%;
        margin: 0 auto;
    }

    .globalNav24>li:has(.navChild):hover .navChild {
        display: flex;
    }
}

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


    .pcOnly {
        display: none !important;
    }

    .sp_bk {
        display: block;
    }

    a:hover {
        opacity: 1;
    }

    body>header {
        font-size: .8rem;
    }

    header .headT>.flexBox {
        flex-wrap: nowrap;
    }

    .headB {
        margin-bottom: 0 !important;
    }

    header .memberDetails {
        font-size: .75em;
    }

    header .memberDetails.merry-christmas p {
        max-width: 95%;
        padding: 0 .4em;
    }

    .globalNav24 {
        margin-bottom: 1.5em;
        border-top: 1px solid #f7f7f9;
    }

    .globalNav24>li {
        border-bottom: 1px solid #f7f7f9;
    }

    .globalNav24>li>*:not(.navChild) {
        gap: 1em;
        padding: 1.2em;
    }

    .globalNav24>li .navChild {
        gap: 0 2%;
        justify-content: space-between;
        padding: 1em .2em;
    }

    .globalNav24>li .navChild>li {
        flex-basis: 49%;
    }

    .globalNav24>li .navChild>li a {
        padding: .5em 1em;
    }

    .globalNav24>li .navParent.active~.navChild {
        display: flex;
    }

    .globalNav24>li .navParent.active::after {
        content: '';
    }

    .globalNav24>li .navChild li a {
        line-height: 1.4em;
    }

    .globalNav24>li .navChild li a::before {
        align-self: flex-start;
        margin-top: .33em;
    }

    .style2022 header {
        position: static;
    }

    .style2022 .spNaviButton {
        height: 50px;
    }

    .style2022 header .headT .logo {
        margin-left: 12%;
    }

    .style2022 header .headT .headR {
        flex-basis: 25%;
        flex-wrap: nowrap;
    }

    .style2022 header .loginMenuIcon li {
        margin-left: .6em;
    }

    .style2022 header .loginMenuIcon a p {
        letter-spacing: 0;
        white-space: nowrap;
    }

    .style2022 header .spNav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 100;
        display: none;
        padding: 1.5em 1.5em;
        background: #fff;
        overflow-y: scroll;
    }

    header .headB .searchBox {
        max-width: 100%;
        margin-bottom: 1.2em;
    }

    .style2022 header .searchBox a {
        left: .7em;
    }

    .style2022 header .searchBox input[type="text"] {
        width: 100%;
    }

    .style2022 header .spNav .shopLinkB {
        margin: 1em 0;
    }

    .style2022 header .spNav .shopLinkT li {
        margin: 1em;
    }

    .style2022 header .spNav .shopLinkB li {
        margin: .5em 1em;
    }

    .style2022 header .spNav .shopLinkT li a:after,
    .style2022 header .spNav .shopLinkB li a:after {
        content: '>';
    }

    .style2022 header .spNav .navTtl {
        padding: .5em .8em;
        color: var(--main-color);
        border-bottom: 3px solid var(--main-color);
    }

    .style2022 header .headB .globalNav {
        position: static;
        display: block;
        width: 90%;
        margin: .5em auto 1.8em;
        overflow-y: visible;
    }

    .style2022 header .headB .globalNav li a:before,
    .style2022 header .headB .globalNav li a:after {
        display: none;
    }

    .style2022 header .spNav .loginMenuIcon {
        margin: 1.5em 0 .3em;
    }

    .style2022 header .spNav .loginMenuIcon>li {
        margin: 0 1em;
    }

    .style2022 header .spNav .headSns>li {
        margin: 1em;
    }

    .style2022 footer .footerT {
        margin-top: 3.5em;
    }

    .style2022 footer .footerB .sns>li {
        width: 24px;
        margin: 0 3%;
    }

    .style2022 .spNaviButton span,
    .style2022 .spNaviButton:before,
    .style2022 .spNaviButton:after {
        width: 26px;
    }

    .style2022 header .spNav *:last-child {
        margin-bottom: 0;
    }

    .style2022 .pagetop-float {
        display: block;
        width: 40px;
    }

    .style2022 .pagetop-float img {
        width: 100%;
    }

    /*==================================

        ヘッダー

        ==================================*/

    body>header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background-color: #fff;
    }

    header .headT {
        padding: 10px 0;
    }

    header .headT a {
        font-size: 1rem;
    }

    header .headT>.flexBox {
        align-items: center;
    }

    header .headT .headR {
        flex-basis: 48%;
    }

    header .headT .logo {
        width: 48%;
        margin: 0;
    }

    header .headT .headGuide+.naviR {
        margin-top: .3em;
    }

    header .headT .headGuide li+li {
        margin-left: .5em;
    }

    header .headT .loginMenu {
        margin-right: 1em;
    }

    header .headT .loginMenu li+li {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }

    header .headT .cartBtn {
        display: block;
        text-align: center;
    }

    header .headT .entryBtn a:before {
        content: '';
        display: block;
        width: 3.5rem;
        height: 4rem;
        margin: 0 auto;
        background: url(https://gigaplus.makeshop.jp/librakobe/images/common/icon_entry_blue.svg) no-repeat center center / contain;
    }

    header .headT .loginBtn,
    header .headT .logoutBtn {
        order: 2;
        margin-left: 1em;
    }

    header .headT .loginBtn a:before,
    header .headT .logoutBtn a:before {
        content: '';
        display: block;
        width: 4rem;
        height: 4rem;
        margin: 0 auto;
        background: url(https://gigaplus.makeshop.jp/librakobe/images/common/icon_lock_blue.svg) no-repeat center center / contain;
    }

    header .headT .mypageBtn a:before {
        content: '';
        display: block;
        width: 3.5rem;
        height: 4rem;
        margin: 0 auto;
        background: url(https://gigaplus.makeshop.jp/librakobe/images/common/icon_mypage_blue.svg) no-repeat center center / contain;
    }

    header .headT .cartBtn:before {
        display: block;
        width: 4rem;
        height: 4rem;
        margin: 0 auto;
    }

    header .memberName {
        font-size: 1.2rem;
        color: var(--main-color);
        margin-top: -.8em;
    }

    header .memberName .group {
        margin-left: .6em;
    }

    header .memberName .point {
        margin-left: .7em;
        margin-right: 1em;
    }

    header .headB>.flexBox {
        flex-wrap: wrap;
    }

    header .headB .globalNav {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 2;
        display: none;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        background: var(--second-color);
        overflow-y: scroll;
        font-size: 1.6rem;
    }

    header .headB .globalNav li a {
        position: relative;
    }

    header .headB .globalNav>li>a,
    header .headB .globalNav li.parentNav .childNav>li>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 1.2em;
        padding-bottom: 1.2em;
    }

    header .headB .globalNav>li:not(:last-of-type)>a:before,
    header .headB .childNav>li>a:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        width: 95%;
        margin: 0 auto;
        border-bottom: 1px solid var(--main-color);
    }

    header .headB .globalNav>li.active:not(:last-of-type)>a:before,
    header .headB .globalNav>li.active:not(:last-of-type) .childNav>li>a:before,
    header .headB .childNav>li.active>a:before {
        border-bottom-color: #fff;
    }

    header .headB .globalNav>li:not(.parentNav)>a:after,
    header .headB .childNav>li:not(.parentNav2)>a:after {
        content: '';
        display: block;
        width: .5em;
        height: .5em;
        border-top: 2px solid var(--main-color);
        border-right: 2px solid var(--main-color);
        transform: scale(1, -0.6)translateX(-70%)rotate(45deg);
    }

    header .headB .globalNav li.parentNav>a:after,
    header .headB .globalNav li.parentNav>.childNav .parentNav2>a:after {
        content: '+';
        width: 1em;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
    }

    header .headB .globalNav li.parentNav.active>a,
    header .headB .globalNav li.parentNav.active>.childNav>li>a {
        color: #fff;
        background: var(--main-color);
    }

    header .headB .globalNav li.parentNav.active>.childNav>li:not(.parentNav2)>a:after {
        border-top-color: #fff;
        border-right-color: #fff;
    }

    header .headB .globalNav li.parentNav.active>a:after,
    header .headB .globalNav li.parentNav>.childNav .parentNav2.active>a:after {
        content: '-';
        color: #fff;
    }

    header .headB .globalNav li.parentNav .childNav {
        position: static;
        display: none;
        width: 100%;
    }

    header .headB .globalNav li.parentNav .childNav>li>a {
        padding-right: 5%;
    }

    header .headB .globalNav li.parentNav .childNav>li>.childBox {
        position: static;
        display: none;
        width: 100%;
        transform: translate(0);
    }

    header .headB .globalNav li.parentNav .childNav>li>.childBox .head_searchList03>* {
        flex-basis: 49.3%;
        max-width: 49.3%;
    }

    header .headB .searchBox input {
        padding: .8em 2.4em .8em .8em;
        border: 1px solid #e2e2e2;
        font-size: 1.4rem;
        letter-spacing: .1em;
    }

    header .headB .searchBox a {
        right: .8em;
    }

    /*
    header .headB .searchBox {
        max-width: 74%;
    } */

    /*　ハンバーガーメニュー
        ==================================*/

    .spNaviButton {
        position: relative;
        display: block;
        width: 50px;
        height: 55px;
        cursor: pointer;
    }

    .spNaviButton span,
    .spNaviButton:before,
    .spNaviButton:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        width: 30px;
        height: 2px;
        margin: 0 auto;
        background: var(--main-color);
    }

    .spNaviButton:before {
        top: 14px;
        transition: top .3s .3s, transform .3s;
    }

    .spNaviButton span {
        top: 22px;
        transition: 0s .3s;
    }

    .spNaviButton:after {
        top: 30px;
        transition: top .3s .3s, transform .3s;
    }

    .spNaviButton p {
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
        margin: 0 auto;
        color: var(--main-color);
        font-size: 1rem;
    }

    .spNaviButton.open:before {
        top: 25px;
        transform: rotate(45deg);
        transition: top .3s, transform .3s .3s;
    }

    .spNaviButton.open span {
        width: 0;
    }

    .spNaviButton.open:after {
        top: 25px;
        transform: rotate(-45deg);
        transition: top .3s, transform .3s .3s;
    }
}