@charset "UTF-8";
/* common---------------- */
html, body {
    overflow-x: clip;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

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

a:hover {
    text-decoration: none;
    color: #004FB2;
    opacity: 0.8;
}

::placeholder {
    color: #999;
}

.__border-radius {
    border-radius: 5px;
}

.__en {
    font-family: "Open Sans", sans-serif;
}
#trial-banner {
    position: absolute!important;
    z-index: 1!important;
}

/* header----------------  */
.header {
    z-index: 9;
    position: sticky;
    top: 0;
}
/* __header--top---- */
.__header--top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* __logo---- */
.header .__banner .__wrap a.__logo {
    display: flex;
    align-items: center;
}
/* __header--top-menu-------- */
.__header--top-menu {
    display: flex;
    align-items: center;
    padding: 0;
}
.__header--top-menu li {
    list-style-type: none;
    font-size: 0.866em;
}
/* tel */
li.__item--tel a {
    display: block;
    line-height: 1.15;
    position: relative;
    padding-left: 4.3em;
    letter-spacing: 0.05em;
}
li.__item--tel a::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(https://files.bcart.jp/livingsato/uploads/img/common/icon-tel.svg) no-repeat;
    background-size: 100%;
    width: 3.31em;
    height: 3.31em;
}
li.__item--tel a .__en {
    display: block;
    font-size: 1.5384em;
    font-weight: 500;
    letter-spacing: 0;
}
/* fax */
li.__item--fax a {
    display: block;
    line-height: 1.15;
    position: relative;
    padding-left: 4.3em;
    letter-spacing: 0.05em;
}
li.__item--fax a::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(https://files.bcart.jp/livingsato/uploads/img/common/icon-fax.svg) no-repeat;
    background-size: 100%;
    width: 3.31em;
    height: 3.31em;
}
li.__item--fax a .__en {
    display: block;
    font-size: 1.5384em;
    font-weight: 500;
    letter-spacing: 0;
}
/* time */
.__header--top-menu li.__item--time {
    padding: 0 1.1em;
    border: 2px solid #E9E9E9;
    align-items: center;
} 
/* login-- */
.__header--top-menu li.__item--login a,
.__header--top-menu li.__item--mypage a {
    font-weight: bold;
    color: #004FB2;
    border: 2px solid;
    display: block;
    padding: 0.482em 1em;
    text-align: center;
}
/* regist-- */
.__header--top-menu li.__item--regist a {
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 0.482em 1em;
    background: #004FB2;
    line-height: 1.808;
    text-align: center;
}
/* cart-- */
.header .__banner .__wrap .__view-cart a {
    position: relative;
    color: #004FB2;
    font-weight: bold;
}
.header .__banner .__wrap .__view-cart a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(https://files.bcart.jp/livingsato/uploads/img/common/icon-cart.svg) no-repeat;
    background-size: cover;
    width: 1.846em;
    height: 1.846em;
}
.header .__banner .__wrap .__view-cart a span.__view-cart-text {
    padding-left: 2.5em;
    font-size: 0.92em;
}

/* gnav-pc-- */
.gnav-pc {
    background-color: #E8F6FF;
    border-bottom: 2px solid #004FB2;
}
.gnav-pc .__menu.__menu--default ul li a,
.gnav-pc .__menu.__menu--custom ul li a {
    padding: 1.25em 0;
    color: #333;
    position: relative;
}
.gnav-pc .__menu.__menu--default ul li a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 2px;
    height: 2.4em;
    background: #C3E9FF;
    transform: translateY(-50%);
}
.gnav-pc .__menu.__menu--default ul li:last-child a::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 2px;
    height: 2.4em;
    background: #C3E9FF;
    transform: translateY(-50%);
}
.gnav-pc .__menu.__menu--default ul li, .gnav-pc .__menu.__menu--custom ul li {
    border-right: none;
    border-left: none;
    background-color: #E8F6FF;
}

/* search button */
.gnav-pc .__menu .__menu--default .__block--search {
    margin: auto;
    width: 24.6875%;
}
.gnav-pc .__menu .__menu--default .__block--search form {
    padding-left: 1.57em;
    border-left: 2px solid #C3E9FF;
}
.__block--search .__body {
    display: flex;
    justify-content: space-between;
    padding: 0.26em 0.3em 0.26em 1em;
    box-shadow: none;
    border: 2px solid #C3E9FF;
    background-color: #fff;
}
.__block--search .c-form input[type="text"] {
    width: 100%;
    padding: 0;
    box-shadow: none;
    border: none;
    font-size: 0.933em;
    font-weight: 500;
    font-family: 'Noto Sans JP';
}
.__block--search .c-form .c-button {
    padding: 0;
    background: unset;
    line-height: 0.8;
}
.__block--search .material-symbols-rounded {
    color: #004FB2;
}

/* aside-- */
.aside .__block.__block--free.__is-html {
    margin-bottom: 0.5em;
}
/* heading */
.aside section.__block .__heading.__heading--default,
.aside section.__block .__heading.__heading--custom {
    padding: 0.95em 0.6em;
    font-size: 1em;
    color: #004fb2;
    background-color: #F7F7F7;
    border: none;
}
/* regist */
.aside .__block--regist {
    margin-top: 1em;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #004fb2;
    text-align: center;
}
.aside .__block--regist a,
.aside .__button-fax,
.gnav-sp .__button-fax {
    font-weight: 400;
    font-size: 1.46rem;
    text-align: center;
    color: #fff;
    background: #004FB2;
    width: 100%;
    display: block;
    line-height: 2.74;
    letter-spacing: 0.05em;
}
.aside .__block--regist a {
    margin-top: 0.3em;
}
/* category */
.aside section.__block.__block--category {
    margin-top: 2em;
    margin-bottom: 4em;
}
.aside section.__block.__block--category .c-heading-aside span,
.gnav-sp .__search--category .__name {
    position: relative;
    padding-left: 2.8em;
    font-weight: 600;
    color: #004fb2;
}
.aside section.__block.__block--category .c-heading-aside span:before,
.gnav-sp .__search--category .__name::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(https://files.bcart.jp/livingsato/uploads/img/common/icon-category.svg) no-repeat;
    background-size: cover;
    width: 2.34em;
    height: 2.34em;
}
.aside section.__block.__block--category .__body ul.__tree>li.__item {
    border-top: none;
    border-bottom: 1px solid #e6e6e6 !important;
}
.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 #e6e6e6;
}
.aside section.__block.__block--category .__body ul.__tree>li.__item.__item--has-children>ul {
    padding-left: 0;
    padding-bottom: 0;
}
.gnav-sp .__drawer .__menu .__content .__search.__search--category .__body>ul.__tree>li.__item>ul {
    padding-left: 0;
}
.aside section.__block.__block--category .__body>ul.__tree>li.__item.__item--has-children>span.__js-toggle,
.gnav-sp .__drawer .__menu .__content .__search.__search--category .__body>ul.__tree>li.__item.__item--has-children>span.__js-toggle {
    display: none;
}
.gnav-sp .__drawer .__menu .__content .__search.__search--category .__body>ul.__tree>li.__item.__item--has-children>ul {
    display: block;
}

.aside section.__block.__block--category .__body ul.__tree > li.__item.__item--has-children > ul > li.__item.__item--has-children span.__js-toggle {
    position: relative;
    display: contents;
}
.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 Rounded';
    font-size: 1.8em;
    font-weight: 400;
    color: #999;
    right: 0;
    top: 0.4em;
    transform: translateX(10px);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* calendar */
.aside .c-heading-aside-calendar span {
    position: relative;
    padding-left: 2.8em;
    font-weight: 600;
}
.aside .c-heading-aside-calendar span:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(https://files.bcart.jp/livingsato/uploads/img/common/icon-calendar.svg) no-repeat;
    background-size: cover;
    width: 2.34em;
    height: 2.34em;
}
.aside section.__block.__block--calendar {
    margin-bottom: 2.5em;
}
.aside section.__block.__block--calendar ul li {
    margin-top: 0;
    padding: 0;
}
/* fax */
.aside .__button-fax span,
.gnav-sp .__button-fax span {
    position: relative;
    padding-left: 2em;
}
.aside .__button-fax span::before,
.gnav-sp .__button-fax span::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -0.35em;
    transform: translateY(-50%);
    background: url(https://files.bcart.jp/livingsato/uploads/img/common/icon-fax.svg) no-repeat;
    background-size: cover;
    width: 2.3em;
    height: 2.3em;
}

/* product------ */
.p-product-block ul.__product li.__item {
    margin-bottom: 2.666em;
}
.p-product-block ul.__product li.__item a:hover>.__title {
    text-decoration: none;
    opacity: 0.8;
}
.p-product-block ul.__product li.__item a .__photo {
    margin-bottom: 1.25em;
    border: 1px solid #e6e6e6;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-product-block ul.__product li.__item a .__title {
    font-size: 1em;
    font-weight: 600;
}
.p-product-block ul.__product li.__item a .__description dl.__price {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.06666em;
    text-align: left;
    font-weight: 600;
    color: #666;
    letter-spacing: 0.05em;
}
.p-product-block ul.__product li.__item a .__description dl.__price dd {
    margin-left: 0;
}
/* recommend */
section.__block--pro-recommend .p-product-block ul.__product li.__item,
section.__block--recommend ul.__product li.__item {
    padding-right: 0;
    padding-left: 0;
}
.p-product-block ul.__product li.__item a .__photo img,
section.__block--recommend ul.__product li.__item img,
section.__block--pro-recommend ul.__product li.__item img {
    object-fit: contain;
    aspect-ratio: 1;
    max-height: unset;
    width: 100%;
}

/* footer-- */
.footer {
    margin-top: 2em;
    background-color: #F7F7F7;
}
.footer ul {
    padding: 0;
}

.footer ul li {
    list-style-type: none;
}
/* __guide */
.footer .__guide {
    max-width: 1280px;
    margin: auto;
    padding: 3.333em 0;
}
.footer .__guide li {
    padding: 2.6666em 1.5em 2.43em;
    list-style-type: none;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    text-align: center;
}
.footer .__guide li img {
    width: clamp(4.125rem, calc(1.125rem + 5.333vw), 5.46666rem);
}
.footer .__guide li .__guide-title {
    margin: 0.4166666em 0 0;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.footer .__guide li .__guide-title span {
    position: relative;
}
.footer .__guide li .__guide-title span::before {
    content: '\e5cc';
    position: absolute;
    font-family: 'Material Symbols Rounded';
    font-size: 1.18em;
    font-weight: 300;
    color: #999;
    right: -1.18em;
    top: 55%;
    transform: translateY(-50%);
}
.footer .__guide li .__guide-txt {
    margin-top: 0.7em;
    margin-bottom: 0;
    letter-spacing: 0.05em;
}
/* cta */
.footer .__block--cta {
    padding: 3.33em 0;
    background: #fff;
}
.footer .__block--cta .__inner {
    max-width: 1280px;
    margin: auto;
    padding: 2em 1em;
    background: #E8F6FF;
}
.footer .__block--cta .__inner .__cta-title {
    margin: 0;
    font-size: clamp(1.563rem, calc(1.125rem + 1.167vw), 2.133em);
    color: #004FB2;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.05em;
}
.footer .__block--cta .__inner .__cta-txt {
    text-align: center;
    letter-spacing: 0.05em;
}
.footer .__block--cta .__inner .__cta-box {
    margin: 1em auto;
    padding: 2em;
    background: #fff;
}
.footer .__block--cta .__inner .__cta-box ul {
    margin-top: 0;
}
.footer .__block--cta .__inner .__cta-box .__item--time {
    margin-top: 1.333em;
    text-align: center;
    background: #f7f7f7;
    line-height: 2.4;
}
.footer .__block--cta .__button-cta {
    max-width: 322px;
    margin: auto;
    text-align: center;
    color: #fff;
    background: #004FB2;
    width: 80%;
    display: block;
    font-size: 1.2rem;
    line-height: 3.333;
    letter-spacing: 0.05em;
    border-radius: 50px;
}
.footer .__block--cta .__button-cta span {
    position: relative;
    padding-left: 1.5em;
}
.footer .__block--cta .__button-cta span::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(https://files.bcart.jp/livingsato/uploads/img/common/icon-mail.svg) no-repeat;
    background-size: 100%;
    width: 1.1em;
    height: 1.1em;
}
/* nav */
.footer .__nav {
    padding: 1em 0;
    border-top: 2px solid #e6e6e6;
    background-color: #fff;
}
.footer .__nav-list {
    margin: 0;
}
.footer .__nav-list {
    display: flex;
}
.footer .__nav-list li {
    margin: 0 1.2%;
}
/* copyright */
.footer .__copyright {
    font-size: .8em;
    text-align: center;
    padding: 0 0 2em;
    letter-spacing: 0.05em;
    max-width: unset;
    background: #fff;
}


@media screen and (max-width: 1279px) {
    .wrapper .__inner {
        max-width: 1240px;
        width: 96%;
        margin-right: 2%;
        margin-left: 2%;
    }

    .header .__banner,
    .gnav-pc .__menu {
        max-width: unset;
    }

    .header .__banner,
    .gnav-pc .__menu.__menu--default {
        width: 98%;
    }

    .footer .__guide,
    .footer .__block--cta .__inner,
    .footer .__nav-list {
        width: 96%;
        margin-right: 2%;
        margin-left: 2%;
    }

}



@media screen and (max-width: 1240px) {
    .gnav-pc {
        display: none;
    }

    /* __toggle--- */
    /* open */
    .header .__banner .__wrap .__toggle-open label span:before {
        content: '\e5d2';
        font-family: 'Material Symbols Rounded';
        font-weight: 300;
        font-size: 3rem;
        color: #004FB2;
    }
    /* close */
    .gnav-sp .__drawer .__menu .__toggle-close label span:before {
        content: '\e5cd';
        font-family: 'Material Symbols Rounded';
        font-weight: 300;
        font-size: 3em;
        color: #004FB2;
    }
    .gnav-sp .__drawer .__menu .__toggle-close {
        border: none;
    }
    .gnav-sp .__drawer .__menu .__toggle-close label {
        text-align: left;
    }
    /* sp menu---- */
    .gnav-sp .__header--top-menu {
        flex-wrap: wrap;
        justify-content: space-between;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }
    li.__item--tel a,
    li.__item--fax a {
        padding-left: 4em;
    }
    .__header--top-menu li.__item--time {
        width: 100%;
        margin: 1em 0;
        line-height: 2.2;
        text-align: center;
        letter-spacing: 0.05em;
    }
    .__header--top-menu li.__item.__item--regist {
        width: 48%;
    }
    .__header--top-menu li.__item--regist a {
        line-height: 1.7;
        display: block;
    }
    .__header--top-menu li.__item.__item--login {
        width: 48%;
    }
    .__header--top-menu li.__item--login a {
        line-height: 1.7;
        display: block;
    }
    .__header--top-menu li.__item.__item--mypage {
        width: 100%;
    }
    /* calendar */
    .gnav-sp .__is-member .__heading .__name {
        position: relative;
        padding-left: 2.8em;
        font-weight: 600;
    }
    .gnav-sp .__is-member .__heading .__name::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background: url(https://files.bcart.jp/livingsato/uploads/img/common/icon-mypage.svg) no-repeat;
        background-size: cover;
        width: 2.34em;
        height: 2.34em;
    }
    .__header--top-menu li.__item--mypage a {
        line-height: 1.7;
        display: block;
    }
    .gnav-sp {
        display: block !important;
    }
    .gnav-sp .__drawer .__menu .__content.__content--default .__page {
        margin-top: 2em;
    }
    .gnav-sp .__drawer .__menu .__content.__content--default .__page ul li.__block.__block--search {
        padding: 1em 0;
        background: #f7f7f7;
        border-bottom: unset;
    }
    .__block--search .__body {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        border: 2px solid #E9E9E9;
    }
    .gnav-sp .__member.__is-guest,
    .gnav-sp .__search.__search--feature,
    .gnav-sp .__search.__search--keyword {
        display: none;
    }
    .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: #999;
        content: '\e5cc';
        position: absolute;
        font-family: 'Material Symbols Rounded';
        font-size: 1.8em;
        font-weight: 400;
        right: 0.5rem;
    }
    .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 {
        content: '\e5cc';
        position: absolute;
        font-family: 'Material Symbols Rounded';
        font-size: 1.8em;
        font-weight: 400;
        color: #999;
        right: 0.5rem;
        top: 50%;
        transform: translateX(10px);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .gnav-sp .__drawer .__menu .__content .__heading {
        padding: 1.2em 1rem;
        color: #004FB2;
        font-weight: 600;
    }
    .header {
        border-bottom: 2px solid #004fb2;
    }
    .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: .5em;
    }
    /* __logo */
    .header .__banner .__wrap a.__logo {
        flex: 1;
        justify-content: center;
        height: 60px;
    }
    .header .__banner .__wrap a.__logo img {
        width: 150px;
    }
    /* menu */
    .header .__banner .__header--top-menu li {
        display: none;
    }
    /* cart */
    .header .__banner .__header--top-menu {
        height: 2.6em;
    }
    .header .__banner .__wrap .__view-cart {
        display: block;
        width: 3em;
    }
    .header .__banner .__wrap .__view-cart a {
        width: 3em;
        height: 3.2em;
    }
    .header .__banner .__wrap .__view-cart a span.__view-cart-text {
        display: none;
    }
    .header .__banner .__wrap .__view-cart a {
        display: inline-block;
    }
    .header .__banner .__wrap .__view-cart a:before {
        width: 0.9em;
        height: 0.9em;
        font-size: 2.5em;
    }
    .header .__banner .__wrap .__view-cart a span.__counter {
        position: absolute;
        top: 3px;
        right: 3px;
        padding: 0 .4em;
        font-size: .85em;
        background-color: #2ab27b;
        color: #fff;
        border-radius: 2em;
        font-family: "Open Sans", sans-serif;
    }
    /* footer--- */
    .footer .__nav-list {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer ul.__nav-list li {
        width: calc(100% / 3);
        margin: 0.5em 0;
        font-size: 0.93em;
    }

    .footer .__guide li .__guide-txt .pc_only {
        display: none;
    }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
    /* category */
    .aside section.__block.__block--category .__body ul.__tree li.__item a {
        padding: .8em 0 .8em 1em;
    }
    .aside section.__block.__block--calendar ul li {
        width: 49%;
    }
    .aside section.__block.__block--calendar ul li+li {
        margin-left: 2%;
    }
}

@media screen and (max-width: 959px) {
    body {
        font-size: 14px;
    }
    /* aside */
    .aside section.__block.__block--category .__body > ul.__tree > li.__item.__item--has-children > ul {
        display: block;
    }

    /* calendar */
    .aside section.__block.__block--calendar {
        margin-bottom: 0.5em;
    }

    /* footer */
    .footer .__guide li {
        padding: 1.5em;
    }
}

@media screen and (max-width: 599px) {
    .wrapper .__inner {
        width: 94%;
        margin-right: 3%;
        margin-left: 3%;
    }
    .footer .__guide,
    .footer .__block--cta .__inner,
    .footer .__nav-list {
        width: 94%;
        margin-right: 3%;
        margin-left: 3%;
    }
    .header .__banner {
        height: 60px;
    }

    .header .__banner .__header--top {
        height: 60px;
    }

    /* footer--- */
    /* __guide */
    .footer .__guide {
        padding: 2em 0;
    }
    .footer .__guide li+li {
        margin-top: 0.7em;
    }
    .footer .__guide li .__guide-txt .pc_only {
        display: block;
    }
    /* cta */
    .footer .__block--cta {
        padding: 2em 0;
    }
    .footer .__block--cta .__inner .__cta-box ul li.__item.__item--tel {
        margin-bottom: 1em;
    }
    /* nav */
    .footer ul.__nav-list li {
        width: calc(100% / 2);
    }

    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 {
        margin-right: 3.3%;
    }

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

}

@media screen and (min-width: 1280px) {
    .__header--top {
        height: 82px;
    }
    .wrapper.wrapper--column-2 .__inner .aside {
        width: 20.7%;
    }
    .wrapper.wrapper--column-2 .__inner .main {
        width: 79.3%;
    }
}

@media (min-width: 1241px) {
    a[href^='tel:'] {
        cursor: default;
        pointer-events: none;
    }

    /* header */
    .header .__banner .__wrap .__view-cart {
        display: flex;
    }
    .header .__banner .__wrap .__view-cart a span.__counter {
        display: none;
    }
    .__header--top-menu li.__item--fax {
        margin: 0 2.15em;
    }
    .__header--top-menu li.__item--time {
        display: flex;
        margin-right: 3.38em;
        height: 36px;
    }
    .__header--top-menu li.__item.__item--regist {
        margin: 0 0.846em;
    }
    .__header--top-menu li.__item--regist a {
        width: 100px;
    }
    .__header--top-menu li.__item--login a {
        width: 100px;
    }
    .__header--top-menu li.__item--mypage a {
        width: 100px;
    }
    /* mypage-- */
    .__header--top-menu li.__item--mypage {
        margin-right: 1em;
    }   
    /* footer */
    .footer .__nav-list {
        justify-content: center;
    }
    .footer .__nav-list li {
        margin: 0 1.2%;
    }
}

@media (min-width: 960px) {
    .aside section.__block.__block--category .__body ul.__tree li.__item a {
        padding: 0.885em 0;
    }
    .aside section.__block.__block--category .__body ul.__tree>li.__item {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .footer .__block--cta .__inner {
        padding: 3.33em;
    }
    .footer .__block--cta .__inner .__cta-box {
        margin: 2em auto;
        padding: 2.333rem 0;
    }
    .footer .__block--cta .__inner .__cta-box ul,
    .footer .__block--cta .__inner .__cta-box .__item--time {
        width: 74.67%;
        margin-right: auto;
        margin-left: auto;
    }

}


@media screen and (min-width: 600px) {
    .gnav-sp .__drawer .__check:checked~.__menu {
        width: 400px;
    }

    /* footer---- */
    /* __guide */
    .footer .__guide {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer .__guide li {
        width: 32.265625%;
    }
    .footer .__guide li .__guide-title {
        font-size: clamp(1.05rem, calc(0.5rem + 1.333vw), 1.6rem);
    }
    /* cta */
    .footer .__block--cta .__inner .__cta-box {
        max-width: 690px;
    }
    .footer .__block--cta .__inner .__cta-box ul {
        display: flex;
    }
    .footer .__block--cta .__inner .__cta-box ul li {
        font-size: 1.146em;
    }
    .footer .__block--cta .__inner .__cta-box ul li.__item--tel {
        margin-right: 6%;
    }
    /* nav */
    .footer .__nav {
        padding-top: 2.333em;
    }
    .footer .__nav ul li {
        letter-spacing: 0.05em;
    }

    /* recommend */
    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%;
    }


}
