@charset "UTF-8";

#trial-banner {
    display: none !important;
}

/* common---------------- */

html, body {
    overflow-x: clip;
    color: #404040;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
}

a {
    color: #404040;
    transition: all .3s;
}

a:hover {
    text-decoration: none;
    /*color: #774211;*/
    opacity: 0.8;
}

.body-home ul,
.header ul,
.aside ul,
.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol {
    margin: 0;
    padding-left: 1.5em;
}

.p-product-block ul.__product li.__item a:hover>.__title {
    text-decoration: none;
    opacity: 0.8;
}

::placeholder {
    color: #9E9C94;
}

.wrapper {
    overflow: hidden;
}

.wrapper .__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.en {
    font-family: 'Lato', sans-serif;
}

.green {
    color: #63A10D;
}

.red {
    color: #F3654B;
}

.bg-green {
    background-color: #EBF7E3;
}

.big {
    font-size: 1.25rem;
}

.small {
    font-size: 0.8666em;
}

.bold {
    font-weight: 500;
}

.__pc_only {
    display: block;
}

.button-arrow {
    max-width: 260px;
    margin: auto;
}

.button-arrow a {
    display: block;
    font-size: 1em;
    background-color: #404040;
    color: #fff;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.05em;
}

.button-arrow a span {
    position: relative;
    padding-right: 1.4em;
    padding-left: 0.8em;
}

.button-arrow a span::after {
    content: '\e5cc';
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    font-weight: 400;
    font-family: 'Material Symbols Outlined';
    font-size: 1.333em;
}

.c-pagetop span::before {
    background-color: #404040;
    border: 1px solid;
    content: '\eae6';
    font-family: Material Symbols Outlined;
    font-weight: 300;
    line-height: 1.25;
}

/* c-heading-main */
.c-heading-main {
    padding: 0;
    font-size: clamp(1.5em, calc(0.75rem + 1.86vw), 1.86em);
    letter-spacing: 0.05em;
    border-bottom: none;
    border-top: none;
    font-weight: 300;
    background-color: unset;
    line-height: 1.45;
}

.c-heading-main .__en {
    font-size: 0.933rem;
    font-family: 'Lato', sans-serif;
    display: block;
    color: #63A10D;
    letter-spacing: 0.2em;
    font-weight: 700;
}

.sub-heading {
    padding-left: 1.2857em;
    position: relative;
}

.sub-heading::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    background-color: #63A10D;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* __block--pro-recommend */
.__block--pro-recommend .c-heading-main .__en {
    padding-left: 4px;
}


/* product */
.p-product-block ul.__product {
    padding: 0;
}

.p-product-block ul.__product li.__item {
    width: 48.35%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.p-product-block ul.__product li.__item a .__photo {
    border: 1px solid #CFCEC9;
    background: #fff;
    aspect-ratio: 1 / 1;
}

.p-product-block ul.__product li.__item a .__photo img {
    object-fit: contain;
    aspect-ratio: 1;
    max-height: unset;
    width: 100%;
}

.p-product-block ul.__product li.__item a .__title {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0.2em;
}

.p-product-block ul.__product li.__item a .__description {
    margin-top: 0;
}

.p-product-block ul.__product li.__item a .__description dl.__price {
    text-align-last: left;
    font-size: 1em;
}

.p-product-block ul.__product li.__item a .__description dl.__price dd {
    font-family: 'Lato', sans-serif;
}

.p-product-block ul.__product li.__item {
    margin-right: 3.3%;
}

.main.main--home section.__block--pro-ranking .p-product-block ul.__product li.__item {
    margin-right: 3.3%;
}

/* __flow--box */
.__flow--list {
    display: flex;
    gap: 30px;
    margin-top: 2.8em;
    flex-wrap: wrap;
}

.__flow--list .__flow-list-item {
    width: calc((100% - 120px) / 5);
    border: 1px solid #CFCEC9;
    text-align: center;
    position: relative;
}

.__flow--list .__flow-list-item:not(:last-child)::after {
    position: absolute;
    content: '\e5cc';
    font-family: 'Material Symbols Outlined';
    font-size: 2em;
    font-weight: 300;
    color: #B5B5B1;
    right: -1.05em;
    top: 50%;
    transform: translateY(-50%);
}

.__flow--list .__flow-list-item .en {
    margin: -12px 0 1.3rem;
}

.__flow--list .__flow-list-item .en span {
    color: #63A10D;
    font-size: 0.86666em;
    background-color: #E9F5E0;
    border: 1px solid #CEE9BA;
    border-radius: 30px;
    line-height: 24px;
    padding: 3px 10px;
}

.__flow--list .__flow-list-item .__flow--list-heading {
    font-weight: 400;
    color: #666;
    line-height: 1.28;
    font-size: 1rem;
    margin-top: 0.5em;
}


/* header */
.header {
    letter-spacing: 0.05em;
    z-index: 9;
    position: sticky;
    top: 0;
}

.header .__banner .__wrap a.__logo {
    padding: 0;
}

.p-news-notifier>ul li.__item.__item--bgcolor-1 {
    background-color: #f5f4f0;
}

/* gnav-pc */
.gnav-pc {
    border-bottom: none;
}

.gnav-pc .__menu .__custom .__item {
    width: calc((100% - min(21.6vw, 260px)) / 3);
    text-align: center;
}

.__menu .__custom .__item a {
    position: relative;
    display: block;
    padding-top: 2.55em;
    font-size: 0.9333em;
    border-left: 1px solid #A8A495;
}

.__menu .__custom .__item a::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    font-family: 'Material Symbols Outlined';
    line-height: 1;
}

/* login button */
.__menu .__custom .__item.__item--login a::before {
    content: '\e7fd';
    font-size: 2.2857em;
    top: 0.05em;
}

.__menu .__custom .__item.__item--mypage a::before {
    content: '\f02e';
    font-size: 2.5em;
    top: 0.05em;
}

/* cart button */
.__menu .__custom .__item.__item--cart a::before {
    content: '\e8cc';
    font-size: 2em;
    top: 0.15em;
}

/* history button */
.__menu .__custom .__item.__item--history a::before {
    content: '\e12d';
    font-size: 2em;
    top: 0.15em;
}

/* regist button */
.header .__menu .__item--regist a,
.aside .__menu .__item--regist a {
    display: block;
    font-size: 1.0666em !important;
    background-color: #404040;
    color: #fff;
    padding-top: 0 !important;
    line-height: 60px;
    text-align: center;
    border-left: none !important;
    letter-spacing: 0.05em;
}

.header .__menu .__item--regist a span,
.aside .__menu .__item--regist a span {
    padding-left: 2.3125rem;
    position: relative;
}

.header .__menu .__item--regist a span::before,
.aside .__menu .__item--regist a span::before {
    content: '\e7fe';
    font-family: 'Material Symbols Outlined';
    font-size: 2.08rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
}

/* pc regist button */
.header .gnav-pc .__menu .__custom .__item.__item--regist,
.aside .gnav-pc .__menu .__custom .__item.__item--regist {
    width: 21.6vw;
    max-width: 260px;
}


/* search button */
.header .gnav-pc .__menu .__menu--default .__block--search,
.aside .gnav-pc .__menu .__menu--default .__block--search {
    margin: auto;
    width: 24.6875%;
}

.__block--search .__body {
    display: flex;
    justify-content: space-between;
    padding: 0.26em 0.3em 0.26em 1em;
    box-shadow: none;
    border: 1px solid #404040;
    background-color: #fff;
    margin-top: 2em;
}

.c-form label:active {
    box-shadow: none
}

.__block--search .c-form input[type="text"] {
    width: 100%;
    padding: 0;
    box-shadow: none;
    border: none;
    line-height: 41px;
    letter-spacing: 0.05em;
}

.__block--search .c-form .c-button {
    padding: 0;
    background: unset;
    line-height: 1;
}

.__block--search .material-symbols-outlined {
    color: #404040;
    font-family: 'Material Symbols Outlined';
    font-size: 2.1em;
    font-weight: 200;
}

/* aside */
.wrapper.wrapper--column-2 .__inner .aside {
    padding-right: 0;
}

.aside section.__block .__heading.__heading--default {
    margin: 0;
    padding: 0.8rem 1.111em;
    color: #404040;
    font-weight: 400;
    font-size: 1.2rem;
    background-color: #F5F4F0;
    letter-spacing: 0.05em;
}

.aside section.__block--category {
    margin-bottom: 4em !important;
}

.aside section.__block.__block--category .__body ul.__tree>li.__item {
    border-top: none;
    border-bottom: 1px solid #CFCEC9 !important;
    letter-spacing: 0.05em;
}

.aside section.__block.__block--category .__body ul.__tree>li.__item>a {
    position: relative;
}

.aside section.__block.__block--category .__body ul.__tree li.__item>ul li a {
    border-top: 1px solid #CFCEC9;
}

.aside section.__block.__block--category .__body ul.__tree>li.__item.__item--has-children>ul {
    padding-bottom: 0;
}

.aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children span.__js-toggle {
    display: block;
    height: 100%;
}

.aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children span.__js-toggle::before {
    content: '\e5cc';
    position: absolute;
    font-family: 'Material Symbols Outlined';
    font-size: 1.333em;
    font-weight: 400;
    color: #F3654B;
    right: 0px;
    top: 0.6333em;
}

.aside section.__block.__block--category .__body ul.__tree>li.__item.__item--has-children>ul {
    display: none;
}

.aside section.__block.__block--category .__body ul.__tree>li.__item.__item--has-children>ul li.__item a {
    position: relative;
}

.aside section.__block.__block--category .__body ul.__tree>li.__item.__item--has-children>ul li.__item a::after {
    content: '\e5cc';
    position: absolute;
    font-family: 'Material Symbols Outlined';
    font-size: 1.283em;
    font-weight: 400;
    color: #F3654B;
    right: 0px;
    top: 0.6333em;
}

/* banner */
.aside section.__block.__block--banner {
    margin-bottom: 1em;
}

/* calendar */
.aside section.__block.__block--calendar ul li {
    padding: 0 1em;
    margin: 1em 0;
    padding: 0;
    margin: 3em 0 0;
    font-family: 'Lato';
    letter-spacing: 0.05em;
}

.aside section.__block.__block--calendar ul li table.cal tbody th {
    font-weight: 400;
}

.aside section.__block .__heading.__heading--default, .aside section.__block .__heading.__heading--custom {
    border-top: none;
}




/* maypage button */


/* product */

/* button */

/* footer */
.footer {
    background: #F5F4F0;
    overflow: hidden;
    border-top: 1px solid #CFCEC9;
}

.footer .footer--guide {
    background: #fff;
    padding: 3.33em 0 2.33em;
    border-bottom: 1px solid #CFCEC9;
}

.footer .footer--guide .__inner {
    max-width: 1300px;
    margin: auto;
}

.footer .footer--guide .__inner .footer--guide-title {
    padding-bottom: 1.1764em;
    font-weight: 400;
    border-bottom: 1px solid #B5B5B1;
    text-align: center;
}

.footer .footer--guide .__inner .footer--guide-title span {
    padding-left: 1.8em;
    position: relative;
}

.footer .footer--guide .__inner .footer--guide-title span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
}

.footer .footer--guide .__inner .footer--guide-order .footer--guide-sub {
    color: #666;
    font-weight: 400;
}

.footer .footer--guide .__inner .footer--guide-order .footer--guide-sub:not(:first-of-type) {
    margin-top: 0;
}

.footer .footer--guide .__inner .footer--guide-order .footer--guide-title span::before {
    background: url(../img/common/icon-mall.svg) no-repeat center / contain;
    width: 1.5rem;
    height: 1.5rem;
}

.footer .footer--guide .__inner .footer--guide-delivery .footer--guide-title span {
    padding-left: 2em;
}

.footer .footer--guide .__inner .footer--guide-delivery .footer--guide-title span::before {
    background: url(../img/common/icon-truck.svg) no-repeat center / contain;
    width: 1.6rem;
    height: 1.5rem;
    top: 52%;
    transform: translateY(-48%);
}

.footer .footer--guide .__inner .footer--guide-return .footer--guide-title span {
    padding-left: 1.4em;
}

.footer .footer--guide .__inner .footer--guide-return .footer--guide-title span::before {
    background: url(../img/common/icon-replay.svg) no-repeat center / contain;
    width: 1.1333rem;
    height: 1.1333rem;
    top: 52%;
    transform: translateY(-48%);
}

.footer .footer--guide .__inner .footer--guide-sub {
    font-weight: 500;
    margin-top: 2em;
    margin-bottom: 0.6667em;
}

.footer .footer--guide .__inner .footer--guide-txt {
    margin-top: 0.6667em;
    line-height: 1.6;
    color: #666;
}

/* nav */
.footer nav.__nav {
    background: #fff;
    max-width: 100%;
}

.footer nav.__nav ul {
    padding: 1.7em 0;
}

.footer nav.__nav ul li {
    padding: 0;
}

.footer nav.__nav ul li a {
    border-right: none;
}

.footer .__copyright {
    max-width: 100%;
    background-color: #404040;
    color: #fff;
    font-size: .8em;
    padding: 1.04em;
    font-family: 'Lato', sans-serif;
}

.footer .__copyright a {
    color: #fff;
}

@media screen and (max-width: 1340px) {
    .footer .footer--guide .__inner {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media screen and (max-width: 1240px) {
    .aside .__menu .__custom .__item--regist a {
        line-height: 50px;
    }

    .__inner {
        padding-left: 2%;
        padding-right: 2%;
    }

}

@media screen and (max-width: 1240px) and (min-width: 1024px) {

    .header {
        padding-left: 2%;
        padding-right: 2%;
    }


}


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

    .gnav-pc {
        display: none !important;
    }

    .aside .__menu {
        display: none;
    }

    .gnav-sp {
        display: block !important;
    }

    .gnav-sp .__drawer .__menu .__content .__heading {
        font-size: 1.15em;
        font-weight: 400;
    }

    .gnav-sp .__menu .__custom {
        margin: 0 0 1em;
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .gnav-sp .__menu .__custom .__item {
        width: calc(100% / 3);
    }

    .gnav-sp .__menu .__custom .__item a {
        padding-top: 2.55em !important;
        padding-bottom: 0 !important;
        text-align: center;
    }

    .gnav-sp .__menu .__custom .__item a::after {
        content: none !important;
    }

    .gnav-sp .__menu .__custom .__item.__item--login {
        border-bottom: none !important;
    }

    .gnav-sp .__menu .__custom .__item.__item--login a,
    .gnav-sp .__menu .__custom .__item.__item--mypage a {
        border: none;
    }

    .gnav-sp .__menu .__custom .__item.__item--cart {
        border-bottom: none !important;
    }

    .header .gnav-sp .__menu .__item--regist,
    .aside .gnav-sp .__menu .__item--regist {
        width: 96%;
        margin: 1em auto;
    }

    .header .gnav-sp .__menu .__item--regist a,
    .aside .gnav-sp .__menu .__item--regist a {
        font-size: 1.2em !important;
    }

    .gnav-sp .__block--search .__body {
        margin-top: 0;
    }

    .header {
        border-bottom: 1px solid #CFCEC9;
    }


    .header .__banner .__wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 60px;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        background-color: #fff;
        position: sticky;
    }

    .header .__header--top {
        flex: 1;
    }

    .header .__banner .__wrap a.__logo {
        max-width: 400px;
        flex: 1;
        text-align: center;
    }

    .header .__banner .__wrap .__header--top-menu li,
    .header .__banner .__wrap .__view-cart a span.__view-cart-text {
        display: none;
    }

    .header .__banner .__wrap .__toggle-open {
        display: block;
    }

    .header .__banner .__wrap .__view-cart {
        display: block;
        padding-top: 0.5em;
    }

    .header .__banner .__wrap .__view-cart a:before {
        font-size: 2.5em;
        font-family: 'Material Symbols Outlined';
        font-weight: 200;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        content: "";
    }

    .header .__banner .__wrap .__view-cart a span.__counter {
        position: absolute;
        top: 0.8em;
        right: 3px;
        padding: 0 .4em;
        font-size: .85em;
        background-color: #404040;
        color: #fff;
        border-radius: 2em;
        font-family: "Lato", sans-serif;
    }

    /* __toggle--- */
    .header .__banner .__wrap .__toggle-open {
        display: table-cell;
        width: 3.5em;
    }

    .header .__banner .__wrap .__toggle-open label {
        display: block;
        text-align: center;
        width: 3.5em;
        height: 3.5em;
        padding: .2em 0;
    }

    /* open */
    .header .__banner .__wrap .__toggle-open label span:before {
        content: '\e5d2';
        font-family: 'Material Symbols Sharp';
        font-weight: 200;
        font-size: 3rem;
        color: #404040;
        line-height: 1;
    }

    /* close */
    .gnav-sp .__drawer .__menu .__toggle-close label span:before {
        content: '\e5cd';
        font-family: 'Material Symbols Sharp';
        font-weight: 200;
        font-size: 3em;
        color: #404040;
    }

    .gnav-sp .__drawer .__menu .__toggle-close {
        border: none;
    }

    .gnav-sp .__drawer .__menu .__toggle-close label {
        text-align: left;
    }

    /* search */
    .gnav-sp .__drawer .__menu .__content.__content--default .__page ul li.__block.__block--search {
        padding: 1em 0;
        background: #F5F4F0;
        border-bottom: unset;
    }

    .__block--search .__body {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .gnav-sp .__drawer .__menu .__content .__heading {
        background: #F5F4F0;
        color: #404040;
    }

    .gnav-sp .__drawer .__menu .__content .__search--keyword {
        display: none;
    }

    .gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree li.__item.__item--has-children span.__js-toggle {
        right: 0.5em;
    }

    .gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree li.__item.__item--has-children span.__js-toggle:before,
    .gnav-sp .__drawer .__menu .__content .__member.__is-member .__body ul.__sub-menu li.__item.__item--has-children span.__js-toggle:before {
        color: #F3654B;
        font-family: 'Material Symbols Outlined';
        font-weight: 500;
        content: '\e5cc';
        font-size: 1.34em;
    }

    .gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree li.__item.__item--has-children ul.__tree li.__item a {
        position: relative;
    }

    .gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree li.__item.__item--has-children ul li.__item a::before {
        content: '\e5cc';
        position: absolute;
        font-family: 'Material Symbols Outlined';
        font-size: 1.333em;
        font-weight: 400;
        color: #F3654B;
        right: 1em;
        top: 0.6333em;
    }

    .gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree li.__item a {
        border-top: 1px solid;

    }

    .gnav-sp .__drawer .__menu .__content .__member.__is-guest ul li a:after, .gnav-sp .__drawer .__menu .__content .__search.__search--feature ul li a:after, .gnav-sp .__drawer .__menu .__content.__content--default .__page ul li a:after, .gnav-sp .__drawer .__menu .__content.__content--custom .__page ul li a:after {
        color: #F3654B;
        font-family: 'Material Symbols Outlined';
        font-weight: 500;
        content: '\e5cc';
        font-size: 1.34em;
    }

    .gnav-sp .__header--top-menu {
        padding: 1em 0;
        justify-content: space-around;
    }

    .gnav-sp .__drawer .__menu .__content .__member.__is-guest ul li, .gnav-sp .__drawer .__menu .__content .__search.__search--feature ul li, .gnav-sp .__drawer .__menu .__content.__content--default .__page ul li, .gnav-sp .__drawer .__menu .__content.__content--custom .__page ul li {
        border-color: #CFCEC9;
    }

    .gnav-sp .__drawer .__menu .__content .__member.__is-guest ul li a, .gnav-sp .__drawer .__menu .__content .__search.__search--feature ul li a, .gnav-sp .__drawer .__menu .__content.__content--default .__page ul li a, .gnav-sp .__drawer .__menu .__content.__content--custom .__page ul li a {
        color: #404040;
    }

    .gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree li.__item a, .gnav-sp .__drawer .__menu .__content .__member.__is-member .__body ul.__sub-menu li.__item a {
        color: #404040;
        border-color: #CFCEC9;
    }

    .__header--top-menu li.__item--mypage {
        width: 90%;
    }

    .aside section.__block.__block--banner {
        float: left;
        width: 32.5%;
        margin-bottom: 0.25em;
    }


    .aside section.__block.__block--banner+.__block--banner {
        margin-left: 1.25%;
    }

    .aside section.__block.__block--calendar {
        clear: both;
    }

    .wrapper.wrapper--column-2 .__inner .aside,
    .wrapper.wrapper--column-2 .__inner .main {
        width: 100%;
    }

    .wrapper.wrapper--column-2 .__inner .aside {
        padding: 1.5em 0 3em;
    }

    .aside section.__block.__block--calendar ul li {
        margin-top: 1.5em;
    }



}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .aside section.__block.__block--calendar ul {
        display: flex;
        justify-content: center;
    }

    .aside section.__block.__block--calendar ul li {
        width: 50%;
    }
}

@media screen and (max-width: 959px) {
    body {
        font-size: 14px;
    }

    .__pc_only {
        display: none;
    }

    .aside section.__block--category {
        margin-bottom: 3em !important;
    }

    .footer nav.__nav ul li+li {
        margin-top: 0.5em;
    }

}

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


    /* __flow */
    .__flow--list {
        gap: 20px 15px;
    }

    .__flow--list .__flow-list-item {
        width: calc((100% - 30px) / 3);
    }

    .__flow--list .__flow-list-item:not(:last-child)::after {
        right: -0.8em;
        font-size: 1.5em;
    }

    .__flow--list .__flow-list-item .en {
        margin-bottom: 1rem;
    }

    .__flow--list .__flow-list-item img {
        height: 30px;
    }

    /* footer */
    .footer nav.__nav ul li {
        width: 100%;
    }



}

@media screen and (max-width: 599px) {
    .button-arrow a {
        line-height: 50px;
    }

    .__sp_only {
        display: block;
    }

    .__sp_none {
        display: none;
    }


    /* ::placeholder {
        color: #9d9988;
    } */

    /* header--- */
    .header .__menu .__custom .__item a::before,
    .aside .__menu .__custom .__item a::before {
        font-weight: 200;
    }

    .header .__menu .__item--regist a span::before,
    .aside .__menu .__item--regist a span::before {
        font-weight: 200;
    }


    .header .__banner .__wrap {
        height: 60px;
    }

    .header .__banner .__wrap .__toggle-open,
    .header .__banner .__wrap .__toggle-open label {
        width: unset;
    }

    .header .__banner .__wrap a.__logo {
        height: unset;
        padding: 0.5em;
    }

    .header .__banner .__wrap .__toggle-open label {
        padding: .5em 0;
    }

    .header .__banner .__wrap .__toggle-open label span:before {
        font-size: 2.5rem;
    }

    .header .__banner .__wrap .__view-cart a {
        padding-top: 0;
    }

    .header .__banner .__wrap .__view-cart a:before {
        margin-top: 0.1em;
        font-size: 2.3em;
    }

    .header .__banner .__wrap .__view-cart a span.__counter {
        right: 5px;
        top: 0;
    }

    .__flow--list {
        margin-top: 1.8em;
    }

    /* aside banner */
    .aside section.__block.__block--banner {
        width: 49%;
    }

    .aside section.__block.__block--banner+.__block--banner {
        margin-left: 0;
    }

    .aside section.__block.__block--banner:nth-child(2n) {
        margin-left: 2%;
    }

    /* guide */
    .footer .footer--guide {
        padding: 1.33em 0;
    }

    .footer .footer--guide .__inner li {
        margin-bottom: 4em;
    }



}

@media screen and (min-width: 1280px) {}

@media (min-width: 1241px) {
    .aside .__menu .__custom .__item--regist a {
        font-size: 1.2em !important;
    }

    .__block--search .c-form input[type="text"] {
        font-size: 1.2em;
    }



}

@media (min-width: 1024px) {

    /* __header */
    .header {
        height: 100px;
        align-items: center;
        display: flex;
        max-width: 1200px;
        margin: auto;
    }


    .header::before {
        position: absolute;
        content: '';
        background: #fff;
        width: 100%;
        left: -50%;
        height: 100%;
        z-index: -1;
        border-bottom: 1px solid #CFCEC9;
    }

    .header::after {
        position: absolute;
        content: '';
        background: #fff;
        width: 100%;
        right: -50%;
        height: 100%;
        z-index: -1;
        border-bottom: 1px solid #CFCEC9;
    }

    .header .__banner {
        width: 41vw;
        max-width: 478px;
        margin-right: 4vw;
    }

    .__header--top-menu li {
        margin-left: 3.1428rem;
    }

    .__header--top-menu li a {
        font-size: 0.9333em;
    }

    .gnav-sp {
        display: none !important;
    }

    .wrapper.wrapper--column-2 .__inner .aside {
        width: 19.2%;
    }

    .wrapper.wrapper--column-2 .__inner .main {
        width: 76.6667%;
    }

}

@media (min-width: 960px) {
    .aside section.__block .__heading.__heading--default, .aside section.__block .__heading.__heading--custom {
        border-bottom: none;
    }

    .aside section.__block--category {
        margin-top: 2em;
    }

    .wrapper.wrapper--column-2 .__inner .main {
        padding-left: 0;
    }

    .footer .footer--guide .__inner li {
        width: calc((100% - 7.7%) /3);
    }
}

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




    .gnav-pc {
        flex: 1;
    }

    .gnav-pc .__menu .__custom {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .footer .footer--guide .__inner {
        display: flex;
        justify-content: space-between;
    }

    .footer .footer--guide .__inner li {
        width: calc((100% - 4.5%) /3);
    }

    .footer nav.__nav ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: baseline;
    }

}


@media screen and (min-width: 600px) {
    .__sp_only {
        display: none;
    }
    .__sp_none {
        display: block;
    }

    /* gnav-sp */
    .gnav-sp .__drawer .__menu {
        width: 50%;
    }

    /* aside */
    .aside section.__block.__block--category .__body ul.__tree>li.__item {
        margin-top: 0;
    }

    .aside section.__block.__block--category .__body ul.__tree li.__item a {
        padding: 0.885em 0;
    }

    .p-product-block ul.__product li.__item a .__photo {
        margin-bottom: 1.1em;
    }

    .footer .footer--guide .__inner .footer--guide-title {
        margin-top: 0;
    }


    /* __product */
    /* section.__block--pro-recommend .p-product-block ul.__product,
    section.__block--recommend ul.__product {
        padding: 0.4em 0 0;
    }

    section.__block--pro-recommend .p-product-block ul.__product li.__item,
    section.__block--recommend ul.__product li.__item,
    .body-product-list section.__block--recommend ul.__product li.__item {
        width: 30%;
    }

    section.__block--pro-recommend .p-product-block ul.__product li.__item:not(:nth-child(3n)),
    section.__block--recommend ul.__product li.__item:not(:nth-child(3n)),
    .body-product-list section.__block--recommend ul.__product li.__item:not(:nth-child(3n)) {
        margin-right: 5%;
    } */

    .p-product-block ul.__product li.__item:nth-child(4n) {
        margin-right: 0;
    }

    .main.main--home section.__block--pro-ranking .p-product-block ul.__product li.__item:nth-child(4n) {
        margin-right: 0;
    }

    .p-product-block ul.__product li.__item {
        width: 22.5%;
    }


    .__menu .__custom .__item a::before {
        font-weight: 100;
    }

    .header .__menu .__item--regist a span::before,
    .aside .__menu .__item--regist a span::before {
        font-weight: 100;
    }


}