.l-information {
    background: #555f64;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .l-information {
        height: 40px;
        /*    position: fixed;*/
    }
}

.l-information a {
    color: #fff;
}

.l-information .o-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    height: 40px;
    width: 100%;
    max-width: 1200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 600px) {
    .l-information .o-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.l-information__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../images/icn_information.webp) no-repeat left center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 150px;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .l-information__content {
        background: url(../images/icn_information-sp.webp) no-repeat left 10px center;
        background-size: 14px 14px;
        font-size: 1.1rem;
        padding-left: 30px;
        /* width: 100%; */
    }
}

.l-information__content--date {
    display: inline-block;
    margin-right: 10px;
}

.l-information__content:hover {
    text-decoration: underline;
}

@media screen and (max-width: 600px) {
    .l-information__link {
        position: initial;
    }
}

.l-information__link:hover {
    background: url(../images/arw_r-wh.webp) no-repeat right 10px center #eee;
    color: #555f64;
}

@media screen and (max-width: 600px) {
    .l-information__link {
        background: url(../images/arw_r-wh.webp) no-repeat right 15px center #687175;
        font-size: 0;
        padding: 0 20px;
    }
}

.l-information__close,
.l-beginner__close {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 40px;
}

@media screen and (max-width: 600px) {
    .l-information__close {
        position: initial;
    }
}

.l-information__close:hover {
    opacity: 0.7;
}

.l-header {
    font-size: 1.4rem;
    padding: 10px 0;
}

.l-login__head {
    border-bottom: 1px solid #e6e4e1;
    background: #fff;
}

@media screen and (max-width: 600px) {
    .l-header {
        height: 50px;
        padding: 0;
        position: relative;
        top: 0;
    }
}

.l-header .o-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 600px) {
    .l-header .o-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {
    .l-header__logo {
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 15px;
        width: 110px;
    }

    .l-login__head .l-header__logo {
        left: 20px;
        margin: auto;
        position: absolute;
        right: auto;
        top: 17px;
        width: 110px;
    }
}

.l-header__logo span {
    color: #555f64;
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
}

@media screen and (max-width: 600px) {
    .l-header__logo span {
        display: none;
    }
}

.l-header__search--wrap {
    width: 45%;
}

.l-header__search,
.l-spheader__search {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 40px;
}

@media screen and (max-width: 600px) {
    .l-header__search--wrap {
        display: none;
    }
}

.l-header__search--genre,
.l-spheader__search--genre {
    background: url(../images/arw_b-gy.webp) no-repeat right 10px center #eee;
    border: none;
    border-radius: 8px 0 0 8px;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 600;
    height: 40px;
    line-height: 30px;
    padding: 5px 20px 5px 10px;
    width: 120px;
}

.l-header__search--box,
.l-spheader__search--box {
    background: #eee;
    border-bottom: none;
    border-left: 1px solid #fff !important;
    border-right: none;
    border-top: none;
    box-sizing: border-box;
    height: 40px;
    line-height: 30px;
    padding: 5px 10px;
    width: 50%;
}

.l-header__search--btn,
.l-spheader__search--btn,
.l-fixheader .fixed-search__wrap--btn {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #555f64;
    border: none;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.l-header__search--btn:hover,
.l-spheader__search--btn:hover {
    background: #3e4548;
}

.l-header__faq,
.l-header__favorite,
.l-header__mypage {
    align-items: center;
    background-size: auto 20px;
    color: #555f64;
    display: flex;
    font-weight: 600;
    height: 40px;
    justify-content: flex-start;
    margin: 0 0 0 auto;
    padding-left: 25px;
    position: relative;
}

.l-header__faq {
    background: url(../images/icn_faq.webp) no-repeat left center;
}

.l-header__favorite {
    background: url(../images/icn_favorite.webp) no-repeat left center;
}

.l-header__mypage {
    background: url(../images/icn_mypage.webp) no-repeat left center;
}


@media screen and (max-width: 600px) {
    .l-header__faq {
        display: none;
    }
}

.l-header__cart {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../images/icn_cart.webp) no-repeat left 15px center;
    background-size: auto 20px;
    color: #555f64;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    height: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 0 20px;
    padding-left: 50px;
    position: relative;
}

@media screen and (max-width: 600px) {
    .l-header__cart {
        display: none;
    }
}

.l-header__cart--count {
    background: #e60007;
    border-radius: 50%;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    height: 16px;
    font-size: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 16px;
    z-index: 5;
}

@media screen and (max-width: 600px) {
    .l-header__cart--count {
        left: initial;
        right: 0;
        top: -5px;
        z-index: 5;
    }
}

.l-header__login {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../images/icn_mypage.webp) no-repeat left 15px center;
    background-size: auto 20px;
    border: 1px solid #555f64;
    border-radius: 4px;
    box-sizing: border-box;
    color: #555f64;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3rem;
    font-weight: 600;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 20px;
    padding: 4px 20px 4px 40px;
}

.l-header__login:hover {
    background: url(../images/icn_mypage-wh.webp) no-repeat left 15px center #555f64;
    background-size: auto 20px;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .l-header__login {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .l-header__favorite {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .l-header__mypage {
        display: none;
    }
}

.l-headnavi {
    border-top: 1px solid #eee;
    padding: 5px 0;
}

@media screen and (max-width: 600px) {
    .l-headnavi {
        display: none;
    }
}

.l-headnavi .o-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
}

.l-headnavi li {
    height: 40px;
    list-style: none;
    position: relative;
    width: calc(100% / 7);
}

.l-headnavi li + li {
    margin-left: 20px;
}

.l-headnavi li + li:before {
    background: #c1cdd3;
    content: "";
    display: block;
    height: 10px;
    left: -10px;
    position: absolute;
    top: 15px;
    width: 1px;
}

.l-headnavi a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #555f64;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;

}

.l-headnavi a:hover {
    background: #eee;
    border-radius: 4px;
}

.l-headnavi figure {
    margin-right: 10px;
}

/* カミングスーン  ここから*/
.l-headnavi figcaption {
    text-align: left;
    line-height: 1;
}

.l-headnavi figcaption em {
    font-size: 10px;
}

/* カミングスーン  ここまで*/
.l-beginner {
    background: #f6ac19;
}

.l-beginner .o-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.l-beginner__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../images/icn_beginner.webp) no-repeat left center;
    background-size: auto 100%;
    box-sizing: border-box;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 30px;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .l-beginner__content {
        background: url(../images/icn_beginner.webp) no-repeat left 10px center;
        background-size: auto 100%;
        font-size: 1.1rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
    }
}

.l-information__link,
.l-beginner__link {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 0 40px 0 30px;
    position: absolute;
    right: 40px;
}

.l-information__link {
    background: url(../images/arw_r-wh.webp) no-repeat right 10px center #687175;
}

.l-beginner__link {
    background: url(../images/arw_r-wh.webp) no-repeat right 10px center #f59917;
    color: #fff;
}

.l-beginner__link:hover {
    background: url(../images/arw_r-wh.webp) no-repeat right 10px center #d49008;
}

@media screen and (max-width: 600px) {
    .l-beginner__link {
        background: url(../images/arw_r-wh.webp) no-repeat right 15px center #f59917;
        font-size: 0;
        padding: 0 20px;
    }
}

.l-beginner__close:hover {
    opacity: 0.7;
}

.l-spmenu__menu,
.l-spmenu__menu--close {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
    left: 10px;
    position: absolute;
    top: 15px;
    width: 20px;
}

@media only screen and (min-width: 600px) {
    .l-spmenu__menu {
        display: none;
    }
}

.l-spmenu__menu img {
    height: auto;
}

.l-spmenu__menu--close {
    display: none;
    background: #f8f9f9;
    top: 10px;
    left: 0;
    width: 46px;
}

.l-spmenu__menu--close img {
    margin-top: 9px;
    width: 18px;
    padding-bottom: 8px;
}

.l-spmenu__menu.menu-active {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eee;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding: 5px;
    top: 0;
    width: 40px;
}

.l-spmenu__menu.menu-active .l-spmenu__menu--btn {
    display: none;
}

.l-spmenu__menu.menu-active .l-spmenu__menu--close {
    display: block;
    height: 20px;
    width: 20px;
}

.l-spmenu__menu--closebtn {
    margin: 30px auto 20px;
}

.l-spmenu__menu--wrap {
    background: #f8f9f9;
    box-sizing: border-box;
    display: none;
    padding: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: auto;
}

.l-spmenu__menu--foot li a {
    background: url(../images/mypage/arw_path.webp) no-repeat right 20px center #FFF;
    color: #555f64;
    display: block;
    font-size: 1.6rem;
    padding: 15px;
    text-align: center;
    border-bottom: 1px #EEE solid;
}

.l-spmenu__menu--wrap .t-category__menu--tit {
    padding: 5px 10px 10px;
}

.l-spmenu__menu--wrap .t-category__menu--head::after {
    right: 20px;
}

.l-spmenu__menu--wrap .t-category__menu--item {
    margin: 10px 0;
}

.l-spmenu__menu--wrap .t-category__submenu li {
    text-align: left;
    font-size: 1.4rem;
    color: #525f64;
    background: #FFF;
    position: relative;
    margin: 0;
    border-bottom: 1px #EEE solid;
}

.l-spmenu__menu--wrap .t-category__submenu li a {
    padding: 13px 20px;
}

.l-spmenu__menu--wrap .t-category__submenu li:first-of-type {
    border-top: 1px #EEE solid;
}

.l-spmenu__menu--wrap .t-category__submenu li:after {
    right: 20px;
    top: 20px;
}

.l-spmenu__menu--wrap .t-category__menu--head::after {
    right: 20px;
}

.l-spmenu__menu--wrap .t-category__menu--coming::after {
    right: 20px;
}

.l-spmenu__menu--wrap .t-category__menu--item {
    border-bottom: 1px solid #BBB;
}

.l-spmenu__faq,
.l-spmenu__faq--close {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50px;
    position: absolute;
    top: 0;
    width: 46px;
}

@media only screen and (min-width: 600px) {
    .l-spmenu__faq {
        display: none;
    }
}

.l-spmenu__faq img {
    height: auto;
}

.l-spmenu__faq--btn {
    margin-top: 10px;
}

.l-spmenu__faq--close {
    display: none;
    background: #f8f9f9;
    top: 10px;
}

.l-spmenu__faq--close img {
    margin-top: 9px;
    width: 18px;
    padding-bottom: 8px;
}

.l-spmenu__faq.faq-active {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f8f9f9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
}

.l-spmenu__faq.faq-active .l-spmenu__faq--btn {
    display: none;
}

.l-spmenu__faq.faq-active .l-spmenu__faq--close {
    display: block;
}

.l-spmenu__faq--wrap {
    background: #f8f9f9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    padding: 15px;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 10;
}

.L-spmenu__faq--guide {
    display: block;
    background: url(../images/icn_beginner.webp) no-repeat left 40px center #f6ac19;
    padding: 10px 50px 10px 70px;
    margin: 5px 3%;
    border-radius: 5px;
    color: white;
}

.L-spmenu__faq--guide em,
.L-spmenu__faq--guide span {
    display: block;
}

.L-spmenu__faq--guide em {
    font-weight: bold;
    font-size: 1.7rem;
}

.L-spmenu__faq--faq {
    display: block;
    background: url(../images/icn_beginner.webp) no-repeat left 40px center #FFF;
    padding: 20px;
    margin: 15px 3%;
    border: 1px solid #555f64;
    border-radius: 5px;
    color: #555f64;
}

.L-spmenu__faq--faq em {
    font-weight: bold;
    font-size: 1.7rem;
}

.L-spmenu__faq--menu li {
    border-bottom: 1px solid #eee;
}

.L-spmenu__faq--menu li a {
    background: url(../images/mypage/arw_path.webp) no-repeat right 10px center;
    color: #555f64;
    display: block;
    font-size: 1.6rem;
    padding: 15px;
    text-align: center;
}

.l-spmenu__faq--closebtn {
    padding: 7px;
    margin: 30px auto 20px;
}

.l-spmenu__search {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 5px 5px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 100px;
    top: 12px;
}

@media only screen and (min-width: 600px) {
    .l-spmenu__search {
        display: none;
    }
}

.l-spmenu__search img {
    height: 30px;
}

.l-spmenu__menu--close,
.l-spmenu__faq--close,
.l-spmenu__menu.is-spmenu__menu,
.l-spmenu__faq.is-spmenu__faq,
.l-spmenu__search.is-spmenu__search {
    cursor: pointer;
}

.l-spmenu__search--close {
    position: absolute;
    display: flex;
    right: -45px;
    top: 0;
    height: 40px;
    width: 40px;
    padding: 10px;
    background: #555f64;
    z-index: 3;
}

.l-spmenu__search.search-active img {
    height: auto;
    width: 20px;
}

.l-spmenu__search.search-active .l-spmenu__search--btn {
    display: none;
}

.l-spmenu__search--wrap {
    display: none;
    position: absolute;
    right: 95px;
    top: 5px;
    left: 5px;
}

.l-spmenu__login,
.l-spmenu__mypage,
.l-spmenu__cart,
.l-fixheader .fixed-search__wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 12px;
}

.l-spmenu__login,
.l-spmenu__mypage {
    right: 45px;
}

.l-spmenu__cart {
    right: 10px;
    width: 30px;
}

.l-fixheader .fixed-search__wrap {
    background: #eee;
    right: 100px;
    top: 5px;
    width: 55%;
    border-radius: 8px;
}

@media only screen and (min-width: 600px) {
    .l-spmenu__login {
        display: none;
    }
}

.l-spmenu__login img {
    height: 30px;
}

@media only screen and (min-width: 600px) {
    .l-spmenu__mypage {
        display: none;
    }
}

.l-spmenu__mypage img {
    height: 30px;
}

.l-spmenu__cart {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 30px;
}

@media only screen and (min-width: 600px) {
    .l-spmenu__cart {
        display: none;
    }
}

.l-spmenu__cart img {
    height: 30px;
}


.l-spmenu__menu--container .L-spmenu__menu--mypage,
.o-order__btn, .o-order__btn-faq,
.o-order__btn-faq {
    background: #555f64;
    border-radius: 10px;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 20px auto 0;
    padding: 20px;
    text-align: center;
}

.l-spmenu__menu--container .L-spmenu__menu--mypage {
    width: 95%;
}

.l-spmenu__menu--container .L-spmenu__menu--logout em {
    display: block;
    margin: 20px auto 10px;
    font-size: 1.6rem;
}

.l-spmenu__menu--container .L-spmenu__menu--logout:hover {
    text-decoration: underline;
}

.L-spmenu__menu--customerwrap {
    margin: 10px;
    padding: 20px;
    background: #FFF;
    border-radius: 5px;
}

.L-spmenu__menu--customer {
    padding: 20px;
    background: url(../images/icn_mypage.webp) no-repeat left center;
    background-size: 40px;
}

.L-spmenu__menu--customer li {
    margin: 5px 0 5px 40px;
    text-align: left;
    font-size: 1.7rem;
    font-weight: bold;
}

.L-spmenu__menu--customer li:nth-of-type(2) span {
    margin-left: 10px;
    font-size: 2rem;
}

.L-spmenu__menu--customer li:last-of-type span {
    color: gold;
    font-size: 2rem;
    font-weight: bold;
    margin-left: 10px;
    letter-spacing: 0.1em;
}

.L-spmenu__menu--customerwrap .L-spmenu__menu--login,
.L-spmenu__menu--customerwrap .L-spmenu__menu--regist,
.o-login__btns--send {
    transition: all 0.3s ease-in-out;
    background: #555f64;
    border: 1px solid #555f64;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 20px 0;
    text-align: center;
}

.L-spmenu__menu--customerwrap .L-spmenu__menu--login,
.L-spmenu__menu--customerwrap .L-spmenu__menu--regist {
    display: block;
    margin: 10px auto;
    width: 90%;
}


.L-spmenu__menu--customerwrap .L-spmenu__menu--regist {
    background: #f6ac19;
    border: 1px solid #f6ac19;
}

.l-fixheader {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    background: #fff;
    height: 50px;
    left: 0;
    top: -100px;
    position: fixed;
    width: 100%;
    z-index: 100;
}

@media only screen and (min-width: 600px) {
    .l-fixheader {
        display: none;
    }
}

.l-fixheader.fixed {
    top: 0;
}

.l-fixheader .o-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
}

.l-fixheader .fixed-search__wrap--genre {
    background: url(../images/arw_b-gy.webp) no-repeat right 10px center #eee;
    border: none;
    border-radius: 4px 0 0 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 1.2rem;
    height: 40px;
    line-height: 30px;
    padding: 5px 30px 5px 10px;
}

.l-fixheader .fixed-search__wrap--box {
    background: #eee;
    border-bottom: none;
    border-left: 1px solid #fff !important;
    border-right: none;
    border-top: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: 30px;
    padding: 5px 10px;
    width: 68%;
}

.l-fixheader .fixed-search__wrap--btn:hover {
    background: #3e4548;
}

.l-fixheader .fixed-search__wrap--btn img {
    width: 20px;
}

@media only screen and (min-width: 600px) {
    .l-spmenu1, .l-spmenu2 {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .category_subtitle::after {
        right: 15px;
    }

    .l-spmenu__menu--wrap .t-category__submenu li {
        padding-bottom: 0;
    }

    .l-spmenu__menu--wrap .t-category__submenu li a {
        padding: 13px 30px 13px 20px;
    }

    .l-spmenu__menu--wrap .t-category__submenu li a:hover,
    .l-spmenu__menu--wrap .t-category__submenu li.current {
        border-radius: 0;
    }

    .t-category__submenu li:after {
        content: url(../images/category/cat__menu--arw.webp);
        position: absolute;
        right: 20px;
        top: 5px;
    }

    .l-spmenu__menu--wrap .t-category__submenu li:last-child {
        border: none;
    }

    .t-category__submenu_lv3 li a::after {
        display: none;
    }

    .l-spmenu__menu--wrap .t-category__submenu li {
        padding-left: 0;
        padding-top: 0;
    }

    .l-spmenu__menu--wrap .t-category__submenu .t-category__submenu_lv3 li a {
        padding-left: 30px;
        margin: 0;
        display: block;
    }

    ul.t-category__submenu_lv3 {
        padding-left: 0;
        padding-top: 0;
    }

    .l-spmenu__menu--wrap .t-category__submenu li:after {
        top: 4px;
    }

    .category__submenu_title.category_subtitle {
        padding: 13px 20px;
        margin: 0;
    }

    .l-spmenu__menu--wrap .t-category__submenu li.noneplus {
        padding-bottom: 0;
    }

    .category__submenu_title.category_subtitle::after {
        right: 15px;
    }

    ul.t-category__submenu li.current {
        padding: 0;
        border-radius: 0;
    }

    ul.t-category__submenu {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.maintenance-information {
    background: #ff7f50;
    color: #ffffff;
    text-align: center;
    font-size: medium;
    padding-top: 3px;
    padding-bottom: 3px;
}

/*# sourceMappingURL=header.css.map */
