/* breadcrumb */
.fs-c-breadcrumb {
    margin: 0 0 5.6rem;
    padding: 2.4rem 3rem;
    display: flex;
}
.fs-c-breadcrumb__list {
    padding: 0;
    font-size: 2.2rem;
    line-height: 1.8;
    letter-spacing: .03em;
}
.fs-c-breadcrumb__list li:first-child a {
    position: relative;
    padding-left: 3rem;
    display: block;
}
.fs-c-breadcrumb__list li:first-child a:before {
    content: "";
    width: 2rem;
    height: 1.6rem;
    background: url(https://shopnet.itembox.design/item/img/common/icon-home.svg) 0 / contain no-repeat;
    position: absolute;
    top: 1.2rem;
    left: 0;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem {
    position: relative;
    padding-left: 5.5rem;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-right: 1px solid #585B50;
    border-bottom: 1px solid #585B50;
    position: absolute;
    top: 1.5rem;
    left: 3rem;
    transform: rotate(-45deg);
}
@media only screen and (min-width: 900px) {
    .fs-c-breadcrumb {
        width: 150rem;
        margin: 0 auto 4.5rem;
        padding: 1.5rem 0;
    }
    .fs-c-breadcrumb__list {
        font-size: 1.2rem;
    }
    .fs-c-breadcrumb__list li:first-child a {
        padding-left: 1.8rem;
    }
    .fs-c-breadcrumb__list li:first-child a:before {
        width: 1.5rem;
        height: 1.2rem;
        top: .3rem;
    }
    .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem {
        padding-left: 3rem;
    }
    .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
        width: .8rem;
        height: .8rem;
        top: .6rem;
        left: 1rem;
    }
}
/* ttl */
.page-ttl {
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center;
    margin: 0 0 10rem;
}
@media only screen and (min-width: 900px) {
    .page-ttl {
        font-size: 2.2rem;
    }
}

/* 商品グループ */
.cat-top {
    width: 72rem;
    margin: 0 auto 12rem;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, .2);
    border-radius: 4rem;
}
.cat-top .img-wrap {
    position: relative;
    margin-bottom: 8rem;
    height: 32rem;
}
.cat-top .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4rem 4rem 0 0;
}
.cat-top .img-wrap .icon-img {
    width: 16rem;
    height: 16rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 8rem);
}
.cat-top .txt-wrap {
    padding: 0 4rem 12rem;
}
.cat-top .txt-wrap .cat-ttl {
    text-align: center;
    font-size: 4.8rem;
    font-weight: 600;
    margin: 1rem 0 4rem;
}
.cat-top .txt-wrap .cat-ttl span {
    font-size: 2.4rem;
    color: #C0C2BD;
    display: block;
    margin-top: 1rem;
}
.cat-top .cat-txt {
    margin: 0;
    font-size: 2.8rem;
    line-height: 2;
}
@media only screen and (min-width: 900px) {
    .cat-top {
        width: 100%;
        margin: 0 auto 10rem;
    }
    .cat-top .img-wrap {
        margin-bottom: 6rem;
        height: 25.4rem;
    }
    .cat-top .img-wrap .icon-img {
        width: 8rem;
        height: 8rem;
        top: calc(100% - 4rem);
    }
    .cat-top .txt-wrap {
        padding: 0 8rem 7rem;
    }
    .cat-top .txt-wrap .cat-ttl {
        font-size: 3rem;
    }
    .cat-top .txt-wrap .cat-ttl span {
        font-size: 1.2rem;
    }
    .cat-top .cat-txt {
        font-size: 1.7rem;
    }
}

/* 人気ランキング */
@media only screen and (max-width: 899px) {
    .fs-body-category #top-ranking .item-wrap .slick-dots li {
        width: 25%;
    }
}
@media only screen and (min-width: 900px) {
    .fs-body-category #top-ranking {
        margin-bottom: 12rem;
    }
}

/* 検索フォーム */
#search-form .search-nav {
    background-color: #F7F7F7;
    padding: 4.6rem 4.6rem 10rem;
    margin-bottom: 12rem;
}
#search-form .search-sec {
    margin-bottom: 5rem;
}
#search-form .search-ttl {
    font-size: 2.4rem;
    font-weight: 600;
    border-bottom: 1px solid #373A31;
    padding-bottom: 1.5rem;
    margin-bottom: 3.2rem;
    letter-spacing: .05em;
}
#search-form .search-ttl .f-din {
    font-size: 5.2rem;
    margin-right: 1.8rem;
}
#search-form .search-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 1rem;
    row-gap: 1rem;
}
#search-form .search-item {
    background-color: #fff;
    padding: 2rem 1.6rem;
    display: grid;
    align-content: center;
    min-height: 8rem;
    letter-spacing: .02em;
}
#search-form .fs-c-checkbox__label {
    column-gap: 1.6rem;
}
#search-form .fs-c-checkbox__checkMark {
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid #C0C2BD;
    border-radius: .6rem;
    min-width: unset;
    margin: 0;
}
#search-form .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
    background-color: #8FC31F;
}
#search-form .btn-reset {
    display: block;
    border: none;
    text-decoration: underline;
    background: none;
    margin: 0 auto 6rem;
}
#search-form .btn-search {
    border: 1px solid #373A31;
    border-radius: 6rem;
    background-color: #fff;
    text-align: center;
    width: 60rem;
    line-height: 8rem;
    margin: auto;
    display: block;
    position: relative;
}
#search-form .btn-search:before {
    content: "";
    width: 4rem;
    height: 4.5rem;
    background: url(https://shopnet.itembox.design/item/img/common/icon-search.svg) 0 / contain no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 21%;
}
@media only screen and (min-width: 900px) {
    #search-form .search-nav {
        padding: 5rem 0 5.4rem;
        margin-bottom: 9rem;
    }
    #search-form .search-ttl {
        font-size: 1.2rem;
        padding-bottom: 1rem;
        margin-bottom: 2.3rem;
    }
    #search-form .search-ttl .f-din {
        font-size: 2.4rem;
        margin-right: 1.8rem;
    }
    #search-form .search-sec {
        width: 100rem;
        margin: 0 auto 3rem;
    }
    #search-form .search-menu {
        grid-template-columns: repeat(4, 1fr);
    }
    #search-form .search-item {
        min-height: 4rem;
        padding: 1rem;
    }
    #search-form .fs-c-checkbox__checkMark {
        width: 2rem;
        height: 2rem;
    }
    #search-form .fs-c-checkbox__checkMark::before {
        font-size: 1.2em;
        top: 0.05em;
        left: 0;
    }
    #search-form .btn-reset {
        margin: 4.2rem auto 3.6rem;
        cursor: pointer;
    }
    #search-form .btn-search {
        width: 40rem;
        line-height: 5.5rem;
        font-size: 1.6rem;
    }
    #search-form .btn-search:before {
        width: 3rem;
        height: 3.5rem;
        top: 48%;
        left: 23%;
    }
    #search-form .btn-search:hover {
        border: 1px solid #8FC31F;
        background-color: #8FC31F;
        color: #fff;
    }
    #search-form .btn-search:hover:before {
        background: url(https://shopnet.itembox.design/item/img/common/icon-search-w.svg) 0 / contain no-repeat;
    }
}

/* FEATURED PRODUCTS */
/* RECOMMEND MAKER */
.cat-feature .inner {
    width: 68rem;
    margin: 0 auto 14rem;
}
.cat-feature .product-wrap {
    display: grid;
    row-gap: 8rem;
}
.cat-feature .product-item .txt {
    margin: 0 0 4rem;
    line-height:  1.85;
}
.featured-products .top-txt {
    line-height: 1.85;
    margin-bottom: 6rem;
}
.featured-products .product-item .ttl {
    text-align: center;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 2.8rem;
    position: relative;
    background: linear-gradient(transparent 65%, #F0F0F0 35%);
    margin: 0 0 4.8rem;
}
.featured-products .product-item .ttl:before,
.featured-products .product-item .ttl:after {
    content: "";
    position: absolute;
    bottom: 3rem;
    width: 4rem;
    height: 4rem;
}
.featured-products .product-item .ttl:before {
    background: url(https://shopnet.itembox.design/item/img/cat/icon-slash-left_b.svg) 0 / contain no-repeat;
    left: 0;
}
.featured-products .product-item .ttl:after {
    background: url(https://shopnet.itembox.design/item/img/cat/icon-slash-right_b.svg) 0 / contain no-repeat;
    right: 0;
}
.featured-products .product-item img {
    display: block;
    width: 40rem;
    height: 40rem;
    margin: 0 auto 3rem;
    border: 1px solid #C0C2BD;
}
.recommend-maker .img {
    display: block;
    width: 100%;
}
.recommend-maker .img img {
    width: 100%;
    height: auto;
    border: 1px solid #E6E6E6;
}
.recommend-maker .maker-ttl {
    text-align: center;
    margin: 2.6rem 0;
}
@media only screen and (min-width: 900px) {
    .cat-feature .inner {
        width: 100%;
    }
    .featured-products .inner {
        margin: 0 auto 16rem;
    }
    .featured-products {
        margin-top: 9.8rem;
    }
    .featured-products .top-txt {
        text-align: center;
    }
    .featured-products .product-wrap {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 4.3rem;
        row-gap: 5rem;
    }
    .featured-products .product-item .ttl {
        font-size: 1.8rem;
        padding-bottom: 1rem;
        margin-bottom: 1.7rem;
        background: linear-gradient(transparent 50%, #F0F0F0 50%);
    }
    .featured-products .product-item .ttl:before, .featured-products .product-item .ttl:after {
        width: 2rem;
        height: 2rem;
        bottom: 1rem;
    }
    .featured-products .product-item {
        display: grid;
        grid-template-columns: 22rem 1fr;
        grid-template-rows: auto 1fr max-content;
        grid-template-areas: "ttl ttl" "img txt" "img link";
        column-gap: 2rem;
    }
    .featured-products .product-item .ttl {
        grid-area: ttl;
    }
    .featured-products .product-item .txt {
        grid-area: txt;
        margin: 0;
    }
    .featured-products .product-item img {
        grid-area: img;
        width: 22rem;
        height: 22rem;
        margin: 0;
    }
    .cat-feature .link-more {
        grid-area: link;
        margin: 0 0 0 auto;
    }
    .recommend-maker .product-wrap {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 4.7rem;
        row-gap: 5rem;
    }
    .recommend-maker .maker-ttl {
        margin: 1.8rem 0;
    }
    .recommend-maker .product-item .txt {
        margin: 0 0 3rem;
    }
}

/* HOW TO */
#howto {
    background-color: #F7F7F7;
    padding: 4rem 7rem 11rem;
    margin-bottom: 14rem;
}
#howto .howto-ttl {
    margin: 0;
    position: relative;
    padding: 11rem 0 0 8rem;
    margin-bottom: 5.6rem;
    z-index: 2;
}
#howto .howto-ttl span {
    position: absolute;
    font-size: 16rem;
    font-weight: 600;
    top: 0;
    left: 0;
    color: #fff;
    z-index: -1;
}
#howto .howto-ttl:after {
    content: "";
    width: 12rem;
    height: 12rem;
    background: url(https://shopnet.itembox.design/item/img/cat/icon-howto.svg) 0 / contain no-repeat;
    position: absolute;
    top: 50%;
    right: 4.5rem;
}
#howto .top-txt {
    margin: 0 0 6rem;
    font-size: 3.2rem;
    line-height: 1.75;
}
#howto .point-wrap {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    row-gap: 2.4rem;
}
#howto .point-wrap li {
    background-color: #fff;
    border-radius: 3rem;
}
#howto .point-wrap li .ttl-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    border-bottom: 2px dashed #E0E0E0;
    padding-bottom: 2rem;
    column-gap: 3.6rem;
    margin-bottom: 3rem;
}
#howto .point-wrap li .ttl {
    margin: 0;
    font-size: 3.6rem;
    font-weight: 600;
    width: calc(100% - 9.4rem);
}
#howto .point-wrap li .ttl-wrap .f-din {
    font-size: 2.2rem;
    font-weight: 600;
    width: 9.4rem;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    border-right: 1px solid #373A31;
}
#howto .point-wrap li .ttl-wrap .f-din span {
    display: block;
    font-size: 6rem;
}
#howto .point-wrap li .txt {
    margin: 0;
    font-size: 3.2rem;
    line-height: 1.75;
}
#howto .point-wrap li .txt + .dots-list {
    margin-top: 4rem;
}
@media only screen and (max-width: 899px) {
    #howto .cp_box .cp_container {
        height: 53.8rem;
        padding: 4rem 4rem 14rem;
    }
    #howto .cp_box input:checked ~ .cp_container {
        height: auto;
    }
}
@media only screen and (min-width: 900px) {
    #howto {
        padding: 8.5rem;
        margin-bottom: 12.2rem;
    }
    #howto .howto-ttl {
        padding: 2.3rem 0 2.3rem 10rem;
        font-size: 3.2rem;
        margin-bottom: 3rem;
    }
    #howto .howto-ttl span {
        font-size: 10rem;
        top: 50%;
        transform: translateY(-50%);
    }
    #howto .howto-ttl:after {
        transform: translateY(-50%);
        right: 30%;
    }
    #howto .top-txt {
        font-size: 1.6rem;
        margin: 0 0 4rem;
    }
    #howto .point-wrap {
        row-gap: 1.5rem;
    }
    #howto .point-wrap .item {
        padding: 2.9rem 5rem 5rem;
    }
    #howto .point-wrap li .ttl-wrap {
        padding-bottom: 2.5rem;
        column-gap: 2.5rem;
        margin-bottom: 2rem;
    }
    #howto .point-wrap li .ttl {
        font-size: 2rem;
        width: calc(100% - 7.7rem);
    }
    #howto .point-wrap li .ttl-wrap .f-din {
        font-size: 1.4rem;
        width: 7.7rem;
        margin: 0;
    }
    #howto .point-wrap li .ttl-wrap .f-din span {
        font-size: 4rem;
    }
    #howto .point-wrap li .txt {
        font-size: 1.6rem;
    }
    #howto .point-wrap li .txt + .dots-list {
        margin-top: 2rem;
    }
    #howto .point-wrap li input {
        display: none;
    }
    .cta-bnr + .fs-c-productList {
        margin-top: 11.4rem;
    }
}

.fs-c-productList__controller {
    background-color: #F0F0F0;
    position: relative;
    margin-bottom: 23.2rem;
}
.fs-c-pagination {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 4rem;
    column-gap: 2rem;
}
.fs-c-productList__list + .fs-c-productList__controller {
    margin: 26.6rem 0 0;
}
.fs-c-productList__list + .fs-c-productList__controller .fs-c-pagination {
    top: -18.2rem;
    margin-top: 0;
    padding-top: 7.2rem;
}
.fs-c-productList__list + .fs-c-productList__controller .fs-c-pagination .fs-c-pagination__item--next,
.fs-c-productList__list + .fs-c-productList__controller .fs-c-pagination .fs-c-pagination__item--prev {
    top: 0;
}
@media only screen and (min-width: 900px) {
    .fs-c-productList__controller {
        align-items: center;
        margin-bottom: 11.1rem;
    }
    .fs-c-pagination {
        column-gap: 1rem;
    }
    .fs-c-productList__list + .fs-c-productList__controller {
        margin: 13.9rem 0 0;
    }
    .fs-c-productList__list + .fs-c-productList__controller .fs-c-pagination {
        top: -7.8rem;
        padding-top: 0;
    }
}

/* cat-nav */
#cat-nav {
    background: #F7F7F7;
    padding: 8rem 0 0;
    margin-bottom: 12rem;
}
#cat-nav .ttl {
    margin: 0 0 4rem;
    text-align: center;
    font-size: 3.6rem;
    font-weight: 600;
}
#cat-nav .arrow-menu {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: grid;
    row-gap: 1rem;
    width: 64rem;
}
#cat-nav .arrow-menu li a {
    background-color: #fff;
    font-size: 2.4rem;
    min-height: 8rem;
    display: grid;
    align-content: center;
    padding: 2.6rem 2.4rem;
    position: relative;
}
#cat-nav .arrow-menu li a:after {
    content: "";
    width: 1.7rem;
    height: 1.7rem;
    background: url(https://shopnet.itembox.design/item/img/common/arrow.svg) 0 / contain no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.8rem;
}
@media only screen and (max-width: 899px) {
    #cat-nav .more-btn, #cat-nav .close-btn {
        background-color: #EFEFEF;
        display: grid;
        place-content: center;
        height: 8.4rem;
        text-align: center;
        margin-top: 1rem;
    }
    #cat-nav .more-btn span, #cat-nav .close-btn span {
        font-size: 2.4rem;
        padding-right: 6rem;
        position: relative;
    }
    #cat-nav .more-btn span:after, #cat-nav .close-btn span:after {
        content: "";
        width: 4rem;
        height: 4rem;
        position: absolute;
        right: 0;
        top: 50%;
    }
    #cat-nav .more-btn span:after {
        background: url(https://shopnet.itembox.design/item/img/common/arrow-btn.svg) 0 / contain no-repeat;
        transform: translateY(-50%) rotate(90deg);
    }
    #cat-nav .close-btn span:after {
        background: url(https://shopnet.itembox.design/item/img/common/arrow-btn.svg) 0 / contain no-repeat;
        transform: translateY(-50%) rotate(-90deg);
    }
}
@media only screen and (min-width: 900px) {
    #cat-nav {
        padding: 5rem 0 8rem;
        margin-bottom: 10rem;
    }
    #cat-nav .ttl {
        font-size: 3.2rem;
    }
    #cat-nav .arrow-menu {
        width: 100rem;
        grid-template-columns: repeat(3,1fr);
        column-gap: 2rem;
        row-gap: 1rem;
    }
    #cat-nav .arrow-menu li {
        display: block !important;
    }
    #cat-nav .arrow-menu li a {
        font-size: 1.2rem;
        min-height: 4rem;
        padding: 1.5rem 2rem;
    }
    #cat-nav .arrow-menu li a:after {
        width: 1rem;
        height: 1rem;
    }
    #btm-ranking .ranking .item-wrap li.slick-slide {
        margin: 0 1.4rem;
    }
}

/* page-nav */
.page-nav {
    background-color: #F5F6F7;
    margin: 6rem auto 12rem;
    padding: 8.6rem 7rem 10rem;
}
.page-nav .ttl {
    font-size: 3.2rem;
    text-align: center;
    margin: -2rem 0 5rem;
}
.page-nav .page-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    row-gap: 2rem;
}
.page-nav .page-menu li a {
    display: grid;
    background-color: #fff;
    border-radius: 6rem;
    padding: 3rem 4rem;
    position: relative;
    font-size: 2.8rem;
}
.page-nav .page-menu li a:after {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(https://shopnet.itembox.design/item/img/common/arrow.svg) 0 / contain no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 4rem;
}
@media only screen and (min-width: 900px) {
    .page-nav {
        width: 100%;
        margin: 7.6rem auto 5.8rem;
        padding: 5.3rem 8.5rem;
    }
    .fs-body-category .page-nav {
        display: grid;
        grid-template-columns: auto 1fr;
        column-gap: 8rem;
        padding: 5.9rem 8.3rem 5.9rem 5.3rem;
    }
    .page-nav .ttl {
        font-size: 1.8rem;
        text-align: left;
        margin: .5rem 0 0;
    }
    .page-nav .page-menu {
        grid-template-columns: repeat(3,1fr);
        column-gap: 2rem;
        row-gap: 1.5rem;
        align-items: stretch;
    }
    .page-nav .page-menu li a {
        height: 100%;
        padding: 1.5rem 2.4rem;
        align-items: center;
        font-size: 1.4rem;
    }
    .fs-body-category .page-nav .page-menu li a {
        padding: 1.8rem 2.4rem 1.8rem 3rem;
    }
    .page-nav .page-menu li a:after {
        width: 1rem;
        height: 1rem;
        right: 1.7rem;
    }
}

/* article */
.article-wrap {
    width: 72rem;
    margin: 0 auto 3rem;
    scroll-margin-top: 11rem;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, .2);
    border-radius: 2rem;
}
.article-wrap .article-ttl {
    font-size: 4.4rem;
    font-weight: 600;
    padding: 6rem 0 2rem;
    margin: 0 0 2rem;
    text-align: center;
}
.article-wrap .inner {
    padding: 0 4rem 8rem;
}
.article-wrap .sec-ttl {
    font-size: 4rem;
    font-weight: 600;
    margin: 0;
}
.article-wrap .sec-subttl {
    margin: 4rem 0 2rem;
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: .05em;
}
.article-wrap .sec-subttl.txt-l {
    font-size: 3.2rem;
}
.article-wrap .sec-subttl.space-l {
    margin-top: 6rem;
}
.article-wrap .txt {
    margin: 0;
    font-size: 2.8rem;
    line-height: 2;
}
.article-wrap .txt a {
    display: inline-block;
    text-decoration: underline;
    color: #3572b0;
    word-break: break-all;
}
.article-wrap ul li a {
    text-decoration: underline;
    color: #3572b0;
    word-break: break-all;
}
.article-wrap .txt + .img {
    margin-top: 3rem;
    display: block;
}
.article-wrap .txt + .txt,
.article-wrap .txt + .btn-more {
    margin-top: 4rem;
}
.article-wrap .btn-more {
    width: 64rem;
}
.article-wrap .page-table {
    border: 1px solid #D9D9D9;
    border-collapse: collapse;
    width: 100%;
    margin-top: 4rem;
    font-size: 2.8rem;
    line-height: 2;
}
.article-wrap .page-table tr:nth-child(2) td {
    vertical-align: top;
}
.article-wrap .page-table tr:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}
.article-wrap .page-table th {
    background-color: #F7F7F7;
    text-align: center;
    font-weight: 600;
    padding: 2rem 0;
    width: 24rem;
}
.article-wrap .page-table td {
    padding: 2rem 2.2rem;
    border-right: 1px solid #E0E0E0;
    text-align: center;
}
.article-wrap .page-table + .txt {
    margin-top: 2rem;
}
.article-wrap .page-box {
    background-color: #F5F6F7;
    padding: 4rem 4.6rem;
    margin-top: 4rem;
}
.article-wrap .page-box .sec-subttl {
    margin: 0 0 2rem;
}
.article-wrap img {
    width: 100%;
    height: auto;
}
.article-wrap .card-img + .page-box {
    margin-top: 3rem;
}
.article-wrap .store-img + .dots-list {
    margin-top: -2rem;
}
@media only screen and (min-width: 900px) {
    .article-wrap {
        width: 100%;
        margin: 0 auto 2rem;
        scroll-margin-top: 8rem;
    }
    .article-wrap .article-ttl {
        font-size: 2.4rem;
        padding: 7rem 0 1rem;
    }
    .article-wrap .inner {
        padding: 0 11rem 7.5rem;
    }
    .article-wrap .sec-ttl {
        font-size: 2.2rem;
        margin-top: 4rem;
        padding-top: 3.5rem;
    }
    .article-wrap .sec-subttl {
        margin: 3rem 0 1rem;
        font-size: 1.4rem;
    }
    .article-wrap .article-list .sec-subttl {
        margin: 2rem 0 .5rem;
    }
    .article-wrap .sec-subttl.txt-l {
        font-size: 1.8rem;
    }
    .article-wrap .txt {
        font-size: 1.4rem;
    }
    .article-wrap .txt + .txt {
        margin-top: 2rem;
    }
    .article-wrap .txt + .btn-more {
        margin-top: 3rem;
    }
    .article-wrap .btn-more {
        width: 40rem;
    }
    .article-wrap .page-table {
        max-width: 85rem;
        font-size: 1.4rem;
        margin-top: 2rem;
    }
    .article-wrap .page-table th {
        width: 18rem;
        padding: 1rem 0;
    }
    .article-wrap .page-table td {
        width: auto;
        padding: 1rem 1.6rem;
    }
    .article-wrap .page-box {
        margin-top: 3rem;
        padding: 2.4rem 3rem 3rem;
    }
    .article-wrap .page-box .sec-subttl {
        margin: .5rem 0 1rem;
    }
    .article-wrap .card-img + .page-box {
        margin-top: 1.5rem;
    }
    .article-wrap .store-img + .dots-list {
        margin-top: -1rem;
    }
}

/* guide */
.area-table tr:first-child td,
.ship-table tr:first-child td {
    background-color: #EBFEC4;
}
.article-wrap .bank-table td {
    text-align: left;
}
.ship-table tr:not(:first-child) td {
    text-align: left;
}
@media only screen and (max-width: 899px) {
    .scroll-wrap {
        width: 100%;
        overflow-x: scroll;
        padding-bottom: 4rem;
    }
    .scroll-wrap .area-table {
        width: 350%;
    }
    .scroll-wrap .fee-table {
        width: 250%;
    }
    .scroll-wrap .area-table th {
        width: 22rem;
    }
    .scroll-txt {
        color: #8A8C89;
        font-size: 2.4rem;
        margin: 2rem 0;
    }
    .scroll-wrap .simplebar-track.simplebar-horizontal {
        height: 4rem;
    }
    .simplebar-track {
        background: #C0C2BD;
    }
    .scroll-wrap .simplebar-track .simplebar-scrollbar::before {
        background-color: #fff;
        height: 1.8rem;
        width: 46rem;
        opacity: 1;
        border-radius: 5px;
        top: 50%;
        transform: translateY(-50%);
        left: 2rem;
    }
}
@media only screen and (min-width: 900px) {
    .scroll-wrap .page-table {
        max-width: 100%;
        margin-bottom: 1rem;
    }
    .scroll-wrap .area-table th {
        width: 11rem;
    }
    .scroll-wrap .area-table td {
        padding: 1rem 0;
    }
    .article-wrap.law .page-table td {
        padding: 1.6rem 2em;
    }
    .article-wrap .card-img img {
        width: 54.6rem;
    }
    .article-wrap .store-img img {
        width: 35rem;
    }
    .article-wrap .payment-img img {
        width: 40.5rem;
    }
    .article-wrap .page-table.ship-table {
        max-width: 100%;
    }
}
.article-wrap .step-list,
.article-wrap .step-list-child {
    list-style: none;
    padding: 0;
}
.article-wrap .step-list {
    margin: 2rem 0 0;
    display: grid;
    row-gap: 8rem;
}
.article-wrap .step-list .item {
    display: flex;
    flex-direction: column-reverse;
    background-color: #F7F7F7;
    padding: 3rem 2.6rem 6.6rem;
}
.article-wrap .step-list .item:not(:last-child) {
    position: relative;
}
.article-wrap .step-list .item:not(:last-child):after {
    content: "";
    width: 4.6rem;
    height: 4.6rem;
    background-color: #C5C5C5;
    clip-path: polygon(100% 0, 0 0, 50% 50%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 3rem);
}
.article-wrap .step-list .item > .f-din {
    font-weight: 600;
    margin: 0 0 2rem;
    border-bottom: 1px solid #373A31;
    padding-bottom: 1rem;
}
.article-wrap .step-list .item > .f-din span {
    font-size: 6rem;
    margin-left: .2em;
}
.article-wrap .step-list .btn-more.btn-dl {
    border: 1px solid #1A1311;
    border-radius: 7.2rem;
    padding: 2.8rem 3.3rem 2.8rem 4rem;
    width: 100%;
}
.article-wrap .step-list .btn-more.btn-dl:after {
    background: url(https://shopnet.itembox.design/item/img/common/icon-download.svg) 0 / contain no-repeat;
    width: 3rem;
    height: 2.5rem;
    right: 3rem;
}
.article-wrap ul li a.btn-more.btn-dl {
    text-decoration: none;
    color: initial;
}
.article-wrap .step-list-child {
    margin: 4rem 0 0;
    display: grid;
    row-gap: 4rem;
}
.article-wrap .step-list-child li:not(:last-child) {
    border-bottom: 1px solid #C0C2BD;
    padding-bottom: 5rem;
}
.article-wrap .step-list-child li .ttl {
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: .02em;
    white-space: nowrap;
}
.article-wrap .step-list-child li .ttl span {
    width: 4rem;
    height: 4rem;
    background-color: #E44B4A;
    border-radius: 50%;
    color: #fff;
    font-size: 2.4rem;
    line-height: 4rem;
    text-align: center;
    display: inline-block;
    vertical-align: text-bottom;
}
.article-wrap .fax-list {
    background-color: #fff;
    display: flex;
    column-gap: 1.6rem;
    padding: 3rem 2rem;
}
.article-wrap .fax-list dt {
    padding-top: .5rem;
}
.article-wrap .fax-list dd {
    margin: 0;
}
.article-wrap .fax-list dd .fax-num {
    font-size: 5.2rem;
    font-weight: 600;
    padding-left: 5.2rem;
    position: relative;
    margin: 0;
    line-height: 1;
}
.article-wrap .fax-list dd .fax-num:before {
    content: "";
    width: 4rem;
    height: 4rem;
    background: url(https://shopnet.itembox.design/item/img/guide/icon-fax.svg) 0 / contain no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.article-wrap .fax-list dd span {
    font-size: 2.4rem;
    padding-left: 4rem;
    letter-spacing: 0;
}
@media only screen and (min-width: 900px) {
    .article-wrap .step-list {
        row-gap: 5rem;
    }
    .article-wrap .step-list .item {
        align-items: flex-start;
        flex-direction: row-reverse;
        justify-content: flex-end;
        padding: 3rem 5rem;
    }
    .article-wrap .step-list .item:not(:last-child):after {
        width: 2.3rem;
        height: 2.3rem;
        top: calc(100% + 2rem);
    }
    .article-wrap .step-list .item > .f-din {
        text-align: center;
        padding: 0 3.5rem 0 0;
        border-bottom: none;
        border-right: 1px solid #373A31;
        width: 7.6rem;
    }
    .article-wrap .step-list .item > .f-din span {
        font-size: 4rem;
        line-height: 1;
        display: block;
        margin: 0;
    }
    .article-wrap .step-list .item .contents-wrap {
        width: calc(100% - 11.6rem);
        padding-left: 4rem;
    }
    .article-wrap .step-list .btn-more.btn-dl {
        padding: 1.4rem 4rem 1.4rem 3.8rem;
        font-size: 1.4rem;
        width: 40rem;
    }
    .article-wrap .step-list .btn-more.btn-dl:after {
        width: 2.2rem;
        height: 1.8rem;
    }
    .article-wrap .step-list .fax-img img {
        width: 58.3rem;
    }
    .article-wrap .step-list-child li .ttl {
        font-size: 1.6rem;
    }
    .article-wrap .step-list-child li .ttl span {
        width: 2rem;
        height: 2rem;
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .article-wrap .step-list-child {
        row-gap: 2rem;
        margin: 2rem 0 0;
    }
    .article-wrap .step-list-child li:not(:last-child) {
        padding-bottom: 3rem;
    }
    .article-wrap .fax-list {
        padding: 2rem 3rem;
        align-items: center;
        column-gap: 8rem;
    }
    .article-wrap .fax-list dt {
        padding-top: 0;
    }
    .article-wrap .fax-list dd {
        display: flex;
        align-items: center;
    }
    .article-wrap .fax-list dd .fax-num {
        font-size: 3rem;
        padding-left: 4rem;
    }
    .article-wrap .fax-list dd .fax-num:before {
        width: 2.8rem;
        height: 2.8rem;
    }
    .article-wrap .fax-list dd span {
        font-size: 1.4rem;
        padding-left: 0;
    }
}

/* faq */
.article-faq {
    scroll-margin-top: 11rem;
}
.article-faq + .article-faq {
    margin-top: 13rem;
}
.article-faq .article-ttl {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 4rem;
}
.article-faq .inner {
    width: 92.4%;
    margin: auto;
}
.article-faq .faq-wrap .faq-item {
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, .2);
    border-radius: 3rem;
}
.article-faq .faq-wrap .faq-item dt {
    padding: 3.8rem 5.8rem 3.8rem 10.4rem;
}
@media only screen and (max-width: 899px) {
    .faq-wrap .faq-item dt.active + dd {
        padding: 3.8rem 5.8rem 6rem 10.4rem;
    }
    .article-faq .faq-wrap .faq-item dt.active {
        border-bottom: 2px dotted #E0E0E0;
    }
    .article-faq .faq-wrap .faq-item dt:after {
        top: 3.5rem;
    }
    .article-faq .faq-wrap .faq-item dt:after, 
    .article-faq .faq-wrap .faq-item dd:after {
        left: 3.5rem;
    }
}
@media only screen and (min-width: 900px) {
    .faq-nav {
        margin-bottom: 10rem;
    }
    .faq-nav .page-menu {
        grid-template-columns: repeat(2, 40rem);
        justify-content: center;
    }
    .article-faq {
        scroll-margin-top: 8rem;
    }
    .article-faq .inner {
        width: 93rem;
    }
    .article-faq + .article-faq {
        margin-top: 9.5rem;
    }
    .article-faq .article-ttl {
        font-size: 2.4rem;
    }
    .article-faq .faq-wrap .faq-item dt {
        padding: 2.4rem 7rem 2.4rem 14rem;
        border-bottom: 2px dotted #E0E0E0;
    }
}
.faq-btm {
    margin: 13rem 0 0;
}
.faq-btm .ttl {
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    margin: 0 0 5rem;
}
.faq-btm > .txt {
    text-align: center;
    margin: 0 0 8rem;
}
.faq-btm .article-wrap .inner {
    padding: 4rem 4rem 1rem;
}
.faq-btm .article-wrap .sec-subttl {
    line-height: 1.8;
    margin-bottom: 5rem;
}
.faq-btm .sample-wrap:not(:first-child) {
    position: relative;
}
.faq-btm .sample-wrap:not(:last-child) {
    padding-bottom: 9.4rem;
    margin-bottom: 9.4rem;
}
.faq-btm .sample-wrap:not(:first-child):before {
    content: "";
    width: calc(100% + 8rem);
    height: 2px;
    border-bottom: 2px dotted #E0E0E0;
    position: absolute;
    top: -9.4rem;
    left: 50%;
    transform: translateX(-50%);
}
.faq-btm .sample-list dt {
    background-color: #EAEFF8;
    border-radius: 3rem;
    padding: 4rem 3rem;
    position: relative;
}
.faq-btm .sample-list dt:after {
    content: "";
    width: 3rem;
    height: 3rem;
    background-color: #C5C5C5;
    clip-path: polygon(100% 0, 0 0, 50% 75%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 1.8rem);
}
.faq-btm .sample-list dd {
    background-color: #F8EFEA;
    border-radius: 3rem;
    padding: 4rem 3rem;
    margin: 5.8rem 0 0;
}
.faq-btm .sample-first {
    margin: 13.6rem 0 7.4rem;
}
.faq-btm .sample-first dt,
.faq-btm .sample-first dd {
    position: relative;
}
.faq-btm .sample-first dd {
    margin-top: 14rem;
}
.faq-btm .sample-first dt span,
.faq-btm .sample-first dd span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 3rem);
    font-size: 3.6rem;
    font-weight: 600;
    padding-left: 5rem;
    line-height: 1;
}
.faq-btm .sample-first dt span {
    color: #526C9A;
}
.faq-btm .sample-first dd span {
    color: #BC632D;
}
.faq-btm .sample-first dt span:before,
.faq-btm .sample-first dd span:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.faq-btm .sample-first dt span:before {
    width: 3rem;
    height: 3rem;
    background: url(https://shopnet.itembox.design/item/img/common/icon-ng.svg) 0 / contain no-repeat;
}
.faq-btm .sample-first dd span:before {
    width: 3.4rem;
    height: 3.4rem;
    background: url(https://shopnet.itembox.design/item/img/common/icon-good.svg) 0 / contain no-repeat;
}
.faq-btm .btn-more {
    width: 64rem;
    margin: 7.6rem auto;
}
@media only screen and (min-width: 900px) {
    .faq-btm {
        margin: 8rem 0 0;
    }
    .faq-btm .ttl {
        font-size: 2.4rem;
        margin: 0 0 2.2rem;
    }
    .faq-btm > .txt {
        margin: 0 0 3.3rem;
    }
    .faq-btm .article-wrap {
        width: 93rem;
    }
    .faq-btm .article-wrap .inner {
        padding: 5rem 6.8rem 4.8rem;
    }
    .faq-btm .article-wrap .sec-subttl {
        font-size: 1.6rem;
        text-align: center;
        margin: 0 0 2.6rem;
    }
    .faq-btm .sample-list.sample-first {
        margin: 7rem 0 1rem;
    }
    .faq-btm .sample-first dt span, .faq-btm .sample-first dd span {
        font-size: 1.8rem;
        padding-left: 2.5rem;
        bottom: calc(100% + 1.5rem);
    }
    .faq-btm .sample-first dt span:before {
        width: 1.5rem;
        height: 1.5rem;
    }
    .faq-btm .sample-first dd span:before {
        width: 1.7rem;
        height: 1.7rem;
    }
    .faq-btm .sample-wrap:not(:last-child) {
        padding-bottom: 3.5rem;
        margin-bottom: 4rem;
    }
    .faq-btm .sample-wrap:not(:first-child):before {
        width: calc(100% + 13.6rem);
    }
    .faq-btm .sample-list {
        display: grid;
        grid-template-columns: 37rem 37rem;
        column-gap: 5.4rem;
        margin: 0 0 1rem;
    }
    .faq-btm .sample-list dt,
    .faq-btm .sample-list dd {
        padding: 2rem 2.5rem;
        display: grid;
        align-content: center;
    }
    .faq-btm .sample-list dd {
        margin: 0;
    }
    .faq-btm .sample-list dt:after {
        width: 1.5rem;
        height: 1.5rem;
        clip-path: polygon(100% 50%, 0 0, 0 100%);
        left: calc(100% + 2rem);
        top: 50%;
        transform: translateY(-50%);
    }
    .faq-btm .btn-more {
        width: 40rem;
        margin: 5rem auto;
    }
}

/* terms of use */
.terms-nav p {
    text-align: center;
    margin-bottom: 7.2rem;
    letter-spacing: .05em;
}
.article-terms .sec-ttl {
    margin: 0 0 4rem;
    border-bottom: 2px solid #373A31;
    padding: 5.6rem 0 4rem 6.6rem;
    position: relative;
}
.article-terms .sec-ttl:before {
    content: "";
    width: 5rem;
    height: 5rem;
    background-position: 0;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 6.3rem;
    left: 0;
}
#terms01.article-terms .sec-ttl:before {
    background-image: url(https://shopnet.itembox.design/item/img/terms/icon01.svg);
}
#terms02.article-terms .sec-ttl:before {
    background-image: url(https://shopnet.itembox.design/item/img/terms/icon02.svg);
}
#terms03.article-terms .sec-ttl:before {
    background-image: url(https://shopnet.itembox.design/item/img/terms/icon03.svg);
}
#terms04.article-terms .sec-ttl:before {
    background-image: url(https://shopnet.itembox.design/item/img/terms/icon04.svg);
}
#terms05.article-terms .sec-ttl:before {
    background-image: url(https://shopnet.itembox.design/item/img/terms/icon05.svg);
}
#terms06.article-terms .sec-ttl:before {
    background-image: url(https://shopnet.itembox.design/item/img/terms/icon06.svg);
}
#terms07.article-terms .sec-ttl:before {
    background-image: url(https://shopnet.itembox.design/item/img/terms/icon07.svg);
}
#terms08.article-terms .sec-ttl:before {
    background-image: url(https://shopnet.itembox.design/item/img/terms/icon08.svg);
}
#terms09.article-terms .sec-ttl:before {
    background-image: url(https://shopnet.itembox.design/item/img/terms/icon09.svg);
}
#terms10.article-terms .sec-ttl:before {
    background-image: url(https://shopnet.itembox.design/item/img/terms/icon10.svg);
}
.terms-wrap .terms-list {
    margin: 0;
}
.terms-wrap .terms-list + .terms-list {
    margin-top: 4rem;
}
.terms-wrap .terms-list dt {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.8;
}
.terms-wrap .terms-list dd {
    margin: 3rem 0 0;
}
.terms-wrap .terms-list:not(:last-child) dd {
    padding-bottom: 4rem;
    border-bottom: 1px solid #C0C2BD;
}
.terms-wrap .terms-list dd .txt strong {
    background: linear-gradient(transparent 40%, #EBFEC4 0%);
}
.terms-contact {
    background-color: #F7F7F7;
    display: grid;
    row-gap: 3.6rem;
    padding: 4rem 4rem 5.2rem;
}
.terms-contact .txt {
    margin-bottom: 2rem;
}
.terms-contact .txt b {
    border-right: 1px solid #373A31;
    padding-right: 4rem;
    margin-right: 4rem;
}
.terms-contact a {
    display: grid;
    place-content: center;
    background-color: #fff;
    text-align: center;
    font-weight: 600;
    min-height: 10rem;
}
.terms-contact a.tel {
    font-size: 5rem;
}
@media only screen and (min-width: 900px) {
    .terms-nav p {
        margin-bottom: 2.7rem;
    }
    .article-terms .sec-ttl {
        margin: 0 0 2rem;
        padding: 5rem 0 2rem 5.4rem;
    }
    .article-terms .sec-ttl:before {
        width: 4rem;
        height: 4rem;
        top: 4.5rem;
    }
    .terms-wrap .terms-list dt {
        font-size: 1.6rem;
    }
    .terms-wrap .terms-list dd {
        margin-top: 1rem;
    }
    .terms-wrap .terms-list:not(:last-child) dd {
        padding-bottom: 2.5rem;
    }
    .terms-wrap .terms-list + .terms-list {
        margin-top: 2.5rem;
    }
    .terms-contact {
        grid-template-columns: 41.5rem 41.5rem;
        column-gap: 3.8rem;
        margin-top: 2rem;
    }
    .terms-contact .txt {
        margin-bottom: 1.5rem;
    }
    .terms-contact .txt b {
        border-right: 1px solid #373A31;
        padding-right: 2rem;
        margin-right: 2rem;
    }
    .terms-contact a {
        min-height: 5rem;
    } 
    .terms-contact a.tel {
        font-size: 2.5rem;
    }
}

/* maker */
.maker-page {
    width: 68rem;
    margin: 0 auto 18rem;
}
.article-maker + .article-maker {
    margin-top: 14rem;
}
.article-maker .sec-ttl {
    font-size: 3.6rem;
    margin: 0 0 4rem;
    border-bottom: 2px solid #373A31;
    padding: 3rem 0 3rem 9.6rem;
    position: relative;
}
.article-maker .sec-ttl:before {
    content: "";
    width: 7rem;
    height: 7rem;
    background-position: 0;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
#post.article-maker .sec-ttl:before {
    background-image: url(https://shopnet.itembox.design/item/img/top/icon-top-post.svg);
}
#delivery-box.article-maker .sec-ttl:before {
    background-image: url(https://shopnet.itembox.design/item/img/top/icon-top-delivery-box.svg);
}
#pole.article-maker .sec-ttl:before {
    background-image: url(https://shopnet.itembox.design/item/img/top/icon-top-pole.svg);
}
#water.article-maker .sec-ttl:before {
    background-image: url(https://shopnet.itembox.design/item/img/top/icon-top-water.svg);
}
#fence.article-maker .sec-ttl:before {
    background-image: url(https://shopnet.itembox.design/item/img/top/icon-top-fence.svg);
}
#exterior.article-maker .sec-ttl:before {
    background-image: url(https://shopnet.itembox.design/item/img/top/icon-top-garden-furniture.svg);
}
.article-maker .maker-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 4rem;
    row-gap: 5.6rem;
}
.article-maker .maker-wrap .item img {
    border: 1px solid #E6E6E6;
    width: 100%;
    height: auto;
}
.article-maker .maker-wrap .txt {
    font-size: 3.2rem;
}
@media only screen and (min-width: 900px) {
    .maker-page {
        width: 100%;
    }
    .maker-page .underline-ttl {
        margin-bottom: 9rem;
    }
    .article-maker + .article-maker {
        margin-top: 10rem;
    }
    .article-maker .sec-ttl {
        font-size: 2.4rem;
        padding: 2rem 0 2rem 5rem;
    }
    .article-maker .sec-ttl:before {
        width: 3.5rem;
        height: 3.5rem;
    }
    .article-maker .maker-wrap {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        column-gap: 2.5rem;
        row-gap: 3rem;
        padding: 0 3.5rem;
    }
    .article-maker .maker-wrap .txt {
        font-size: 1.6rem;
    }
}

/* privacy, law */
.law-page {
    margin-bottom: 14rem;
}
.law-page .top-txt {
    margin: 12rem 0 5rem;
    font-size: 3.2rem;
    line-height: 1.8;
    text-align: center;
}
.law-page .article-wrap {
    padding: 5rem 4rem;
}
.law-page .article-wrap .law-ttl {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.8;
    margin: 0 0 3.5rem;
}
.law-page .txt.index {
    text-align: center;
    margin-top: 3rem;
}
.law-page .article-wrap ol {
    padding-left: 4rem;
    margin-top: 1rem;
}
.law-page .article-wrap .space-s .txt + .txt {
    margin-top: 0;
}
.law-page .article-wrap .alpha-list .txt + .dots-list {
    margin-top: 2rem;
}
.law-page .article-wrap .alpha-list .dots-list .txt + .txt {
    margin-top: 1rem;
}
@media only screen and (min-width: 900px) {
    .law-page {
        margin-bottom: 24rem;
    }
    .law-page .top-txt {
        margin: 6rem 0 3rem;
        font-size: 1.8rem;
    }
    .law-page.privacy-page .article-wrap {
        padding: 4rem 18rem;
    }
    .law-page .article-wrap .law-ttl {
        font-size: 2.4rem;
        margin: 0 0 2rem;
    }
    .law-page .txt.index {
        margin-top: 1rem;
    }
    .law-page .article-wrap ol {
        padding-left: 2.2rem;
    }
    .law-page .article-wrap {
        padding: 9rem 8.5rem;
    }
    .law-page .article-wrap .alpha-list .txt + .dots-list {
        margin-top: 0;
    }
}

/* law, company */
.article-list:not(:last-child) {
    border-bottom: 1px solid #C0C2BD;
    padding-bottom: 6rem;
    margin: 0 0 5rem;
}
.article-list .ttl {
    margin: 0 0 3rem;
    font-weight: 600;
}
.law-page .article-list .ttl {
    font-size: 3.6rem;
}
.law-page .article-list dd {
    margin: 0;
}
@media only screen and (min-width: 900px) {
    .article-list  {
        display: grid;
        grid-template-columns: 34rem 1fr;
    }
    .article-list:not(:last-child) {
        padding-bottom: 4rem;
        margin: 0 0 4rem;
    }
    .law-page .article-list .ttl {
        font-size: 2rem;
        margin: 0;
    }
    .law-page .article-wrap .article-list .sec-subttl:first-child,
    .law-page .article-wrap .article-list .dots-list {
        margin-top: 0;
    }
}

/* 会員登録 */
.member-top .bnr-img {
    display: block;
    margin: 0 auto 6rem;
}
.member-top .bnr-img img {
    width: 100%;
    height: auto;
}
.member-ttl {
    background-color: #006934;
    border-radius: 3rem;
    text-align: center;
    font-size: 4.4rem;
    font-weight: 600;
    color: #FEF263;
    line-height: 1;
    padding: 4rem 0;
    position: relative;
    margin-bottom: 6rem;
}
.member-ttl:after {
    content: "";
    width: 10rem;
    height: 5rem;
    background-color: #006934;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
}
.member-ttl span {
    color: #fff;
    line-height: 1.8;
    font-size: 2.8rem;
    display: block;
    margin-bottom: 2rem;
}
.member-list {
    list-style: none;
    padding-left: 0;
    width: 60.2rem;
    margin: 4rem auto 12rem;
    display: grid;
    row-gap: 2rem;
}
.member-list li {
    border: 2px solid #006934;
    border-radius: 3rem;
    margin-top: 6rem;
    position: relative;
    padding: 5rem;
}
.member-list li span:not(.f-din) {
    background-color: #006934;
    border-radius: 50%;
    text-align: center;
    display: grid;
    place-content: center;
    color: #fff;
    width: 13.6rem;
    height: 13.6rem;
    margin: -11rem auto 0;
    font-size: 2.4rem;
}
.member-list li span.f-din {
    font-size: 5.2rem;
    font-weight: 600;
    line-height: 1;
}
.member-list li .list-ttl {
    text-align: center;
    font-size: 4.4rem;
    font-weight: 600;
    margin: 3.2rem 0 5rem;
    color: #006934;
}
.member-list li .list-ttl strong {
    background: linear-gradient(transparent 50%, #EBFEC4 0%);
}
.member-list li .txt {
    line-height: 1.8;
    margin: 0;
}
@media only screen and (min-width: 900px) {
    .member-top .bnr-img {
        width: 100%;
        margin: -7rem auto 8rem;
    }
    .member-ttl {
        font-size: 2.5rem;
        width: 107rem;
        margin: 0 auto 4rem;
        padding: 2rem 0;
        border-radius: 6rem;
    }
    .member-ttl:after {
        width: 5rem;
        height: 2.5rem;
    }
    .member-ttl span {
        font-size: 1.8rem;
        display: inline-block;
        margin-bottom: 0;
    }
    .member-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 107rem;
        column-gap: 2.2rem;
    }
    .member-list li {
        width: 34.2rem;
        padding: 4rem 0;
        margin-top: 4rem;
    }
    .member-list li span:not(.f-din) {
        width: 7.8rem;
        height: 7.8rem;
        font-size: 1.4rem;
        margin: -8rem auto 0;
    }
    .member-list li span.f-din {
        font-size: 3rem;
    }
    .member-list li .list-ttl {
        font-size: 2.8rem;
        margin: 4rem 0 3rem;
    }
    .member-list li:nth-child(1) .txt,
    .member-list li:nth-child(2) .txt,
    .member-list li:nth-child(3) .txt{
        padding: 0 4rem;
    }
    .member-list li:nth-child(4) .txt,
    .member-list li:nth-child(5) .txt{
        padding: 0 2rem;
    }
}

/* 会員登録フォーム */
.fs-body-register .fs-c-inputInformation__message {
    display: block;
    text-align: center;
}
.fs-body-register .fs-c-inputInformation__message p {
    font-size: 2.8rem;
    line-height: 2;
    margin: 0;
}
.fs-body-register #fs_form {
    margin: 0 auto 14rem;
    width: 68rem;
    padding: 4rem 4rem 0;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, .2);
    border-radius: 2rem;
}
.fs-body-register .fs-c-inputTable tr:first-child .fs-c-inputTable__headerCell {
    margin-bottom: 3rem;
}
.fs-body-register .fs-c-inputTable__headerCell {
    margin-bottom: 2rem;
}
.fs-body-register .fs-c-inputTable th {
    font-weight: 400;
}
.fs-body-register .fs-c-inputTable__headerCell label,
.fs-body-register .fs-c-inputTable__headerCell > span {
    font-size: 3.2rem;
    position: relative;
}
.fs-body-register .fs-c-inputField__field--zipCode > *:first-child {
    margin-right: 0;
    width: 40rem;
    display: block;
    max-width: unset;
    min-width: unset;
    border: none;
    background: #F5F6F7;
    flex-basis: auto;
    padding: 3rem;
}
.fs-body-register .fs-c-requiredMark {
    width: 0;
}
.fs-body-register .col2-main .fs-c-requiredMark::before {
    content: "必須";
    font-size: 2.4rem;
    width: 7.6rem;
    height: 3.8rem;
    line-height: 3.8rem;
    background-color: #E44B4A;
    border-radius: .6rem;
    color: #fff;
    position: absolute;
    top: 0;
    left: calc(100% + 1rem);
    text-align: center;
}
.fs-body-register .fs-c-inputTable > tbody > tr + tr {
    margin-top: 5.6rem;
}
.fs-body-register .fs-c-inputGroup {
    border: none;
}
.fs-body-register .fs-c-button--displayPassword {
    border: 1px solid #ccc;
    padding: 0 2rem 0 1.5rem;
}
.fs-body-register input[type=text],
.fs-body-register input[type=password],
.fs-body-register input[type=tel],
.fs-body-register #fs_form select {
    border: none;
    background-color: #F5F6F7;
    padding: 3rem;
}
.fs-body-register #fs_form select {
    height: 10rem;
}
.fs-body-register .fs-c-dropdown.fs-c-inputDate__year {
    width: 40rem;
}
.fs-body-register .fs-c-dropdown.fs-c-inputDate__month,
.fs-body-register .fs-c-dropdown.fs-c-inputDate__date{
    width: 26rem;
}
.fs-body-register .fs-c-dropdown:after {
    background: #D9D9D9;
    border-left: none;
    font-size: 5rem;
}
.fs-body-register .fs-c-radioGroup {
    flex-direction: row;
    column-gap: 4rem;
}
.fs-body-register .fs-c-radioGroup > *, .fs-c-checkboxGroup > * {
    flex-basis: auto;
}
.fs-body-register .fs-c-dropdownGroup {
    row-gap: 2rem;
}
.fs-body-register .fs-c-dropdownGroup > .fs-c-dropdown:not(:first-of-type) {
    margin-left: 8px;
}
.fs-body-register .fs-c-radioGroup + .fs-c-inputField__explanation {
    margin-top: 2rem;
    font-size: 2.4rem;
    line-height: 2;
}
.fs-body-register .fs-c-additionalCheckField + fieldset:not(.fs-c-additionalCheckField), fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
    margin-top: 6rem;
}
.fs-c-checkbox__checkMark {
    width: 4rem;
    height: 4rem;
    margin: 0 2rem 0 0;
}
.fs-c-checkbox__checkMark::before {
    font-size: 4rem;
}
.fs-c-memberPolicyAgreeField + .fs-c-privacyPolicyAgreeField {
    margin-top: 3.2rem;
}
.fs-c-button--confirmRegister {
    border: 1px solid #1A1311;
    border-radius: 7.2rem;
    background-color: #fff;
    color: #1A1311;
    text-align: left;
    padding-left: 4rem;
    display: block;
    position: relative;
    font-size: 2.8rem;
    min-width: unset;
    width: 100%;
    margin: auto;
}
.fs-c-button--confirmRegister:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3.2rem;
    height: 3.2rem;
    background: url(https://shopnet.itembox.design/item/img/common/arrow-btn.svg) 0 / 100% 100% no-repeat;
    right: 2.2rem;
}
.fs-body-register .fs-c-inputInformation__button {
    margin: 8rem 0 0;
    padding-bottom: 10rem;
}
@media only screen and (min-width: 900px) {
    .fs-body-register .fs-c-inputInformation__message {
        
    }
    .fs-body-register .fs-c-inputInformation__message .member-ttl {
        font-size: 3rem;
        margin: 0 0 1rem;
    }
    .fs-body-register .fs-c-inputInformation__message p {
        font-size: 1.6rem;
    }
    .fs-body-register #fs_form {
        width: 85rem;
        max-width: unset;
        padding: 4rem 7rem 0;
        margin: 0 auto;
    }
    .fs-body-register #fs_form select {
        height: 6rem;
    }
    .fs-body-register .fs-c-inputTable > tbody > tr + tr {
        margin-top: 3rem;
    }
    .fs-body-register .fs-c-inputTable__headerCell label, .fs-body-register .fs-c-inputTable__headerCell > span {
        font-size: 1.6rem;
    }
    .fs-body-register .fs-c-inputTable tr:first-child .fs-c-inputTable__headerCell {
        margin-bottom: 1.5rem;
    }
    .fs-body-register .col2-main .fs-c-requiredMark::before {
        font-size: 1.2rem;
        width: 4.5rem;
        height: 2.2rem;
        line-height: 2.2rem;
        left: calc(100% + .5rem);
    }
    .fs-body-register input[type=text], .fs-body-register input[type=password], .fs-body-register input[type=tel], .fs-body-register #fs_form select {
        padding: 1.8rem 2.5rem;
    }
    .fs-body-register .fs-c-dropdown.fs-c-inputDate__year {
        width: 25rem;
    }
    .fs-body-register .fs-c-dropdown.fs-c-inputDate__month, .fs-body-register .fs-c-dropdown.fs-c-inputDate__date {
        width: 15rem;
    }
    .fs-body-register .fs-c-button--displayPassword {
        padding: 0 1rem 0 .5rem;
    }
    .fs-body-register .fs-c-dropdown:after {
        font-size: 3rem;
    }
    .fs-body-register .fs-c-inputField__field--zipCode > *:first-child {
        width: 43rem;
        padding: 1.8rem 2.5rem;
    }
    .fs-body-register .fs-c-dropdown {
        max-width: 43rem;
        min-width: 25%;
    }
    .fs-body-register .fs-c-radioGroup + .fs-c-inputField__explanation {
        font-size: 1.4rem;
    }
    .fs-body-register .fs-c-additionalCheckField + fieldset:not(.fs-c-additionalCheckField), fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
        margin-top: 4rem;
    }
    .fs-c-checkbox__checkMark {
        width: 2rem;
        height: 2rem;
        margin: 0 1rem 0 0;
    }
    .fs-c-checkbox__checkMark::before {
        font-size: 2rem;
    }
    .fs-c-memberPolicyAgreeField + .fs-c-privacyPolicyAgreeField {
        margin-top: 1.6rem;
    }
    .fs-body-register .fs-c-inputInformation__button {
        margin: 6rem 0 0;
        padding-bottom: 7.9rem;
    }
    .fs-c-button--confirmRegister {
        font-size: 1.6rem;
        width: 40rem;
    }
    .fs-c-button--confirmRegister:after {
        width: 2rem;
        height: 2rem;
        right: 2rem;
    }
    .fs-c-button--confirmRegister:hover {
        color: inherit;
    }
}

/* line */
.line-page .line-top {
    width: 60rem;
    margin: 0 auto 10rem;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 6rem;
}
.line-page .line-top .img {
    width: 52rem;
    margin: auto;
}
.line-page .line-top img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.line-page .line-top .ttl {
    text-align: center;
    color: #06C755;
    font-size: 4.8rem;
    font-weight: 600;
    margin: 0 0 4rem;
}
.line-page .line-top .txt {
    font-size: 3.2rem;
    line-height: 2;
}
@media only screen and (min-width: 900px) {
    .line-page .line-top {
        width: 107rem;
        flex-direction: row-reverse;
        column-gap: 8.5rem;
        margin: 9.8rem auto 10rem;
        align-items: center;
    }
    .line-page .line-top .img {
        width: 38.9rem;
        margin: 0 0 0 5rem;
    }
    .line-page .line-top .txt-wrap {
        width: calc(100% - 38.9rem);
    }
    .line-page .line-top .ttl {
        font-size: 4.5rem;
        text-align: left;
        margin: 0 0 3rem;
        line-height: 1.2;
    }
    .line-page .line-top .txt {
        font-size: 1.8rem;
    }
}
.line-campaign {
    width: 68rem;
    margin: 0 auto 12rem;
    background-color: #06C755;
    padding: 3.2rem 2rem 8rem;
}
.line-campaign .line-ttl {
    width: 63.6rem;
    height: 10rem;
    margin: 0 auto 6rem;
    background: url(https://shopnet.itembox.design/item/img/page/bg-line-ttl_sp.png) 0 / 100% 100% no-repeat;
    text-align: center;
    color: #06C755;
    font-size: 4rem;
    font-weight: 600;
    display: grid;
    place-content: center;
}
.line-campaign .txt,
.line-campaign .txt-s {
    color: #fff;
    text-align: center;
    line-height: 2.1;
}
.line-campaign .txt-s {
    display: block;
    font-size: 2.4rem;
    margin: 5rem 0 7rem;
}
.line-campaign .btn-more {
    width: 50rem;
    margin: 0 auto 6rem;
}
.line-campaign .img {
    display: block;
    margin: auto;
    width: 16rem;
    height: 16rem;
}
.line-campaign .img img {
    width: 100%;
    height: auto;
}
@media only screen and (min-width: 900px) {
    .line-campaign {
        width: 107rem;
        margin: 0 auto 9rem;
        padding: 2.2rem 3.5rem 4rem;
    }
    .line-campaign .line-ttl {
        width: 100rem;
        height: 5.3rem;
        font-size: 2.4rem;
        background: url(https://shopnet.itembox.design/item/img/page/bg-line-ttl.png) 0 / 100% 100% no-repeat;
        margin: 0 auto 4rem;
    }
    .line-campaign .txt {
        font-size: 2rem;
    }
    .line-campaign .txt-s {
        font-size: 1.2rem;
        margin: 2rem 0 3rem;
    }
    .line-campaign .flex {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 3.9rem;
    }
    .line-campaign .btn-more {
        width: 25rem;
        margin: 0;
    }
    .line-campaign .btn-more:hover {
        background-color: #fff;
        border: 1px solid #1A1311;
        color: inherit;
    }
    .line-campaign .btn-more:hover:after {
        background: url(https://shopnet.itembox.design/item/img/common/arrow-btn.svg) 0 / 100% 100% no-repeat;
    }
    .line-campaign .img {
        width: 8rem;
        height: 8rem;
        margin: 0;
    }
}
.line-flow {
    width: 68rem;
    margin: 0 auto 16rem;
}
.line-flow .flow-list {
    list-style: none;
    padding: 0;
    margin: 14rem 0 0;
    display: grid;
    row-gap: 18rem;
}
.line-flow .flow-list li {
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, .2);
    border-radius: 2rem;
    padding: 10rem 8rem 6rem;
    position: relative;
}
.line-flow .flow-list li:not(:last-child):after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 6rem;
    height: 2.5rem;
    background-color: #C5C5C5;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: calc(100% + 4rem);
}
.line-flow .flow-list li span {
    background-color: #06C755;
    border-radius: 50%;
    text-align: center;
    display: grid;
    place-content: center;
    font-size: 2.4rem;
    color: #fff;
    line-height: 1;
    width: 16rem;
    height: 16rem;
    margin: -18rem auto 3rem;
}
.line-flow .flow-list li span strong {
    font-size: 6rem;
    font-weight: 600;
}
.line-flow .flow-list li .txt {
    font-size: 3.2rem;
    line-height: 1.8;
}
.line-flow .bg-ttl {
    background-color: #F7F7F7;
    border-left: 2px solid #06C755;
    font-size: 3.6rem;
    font-weight: 600;
    height: 10rem;
    display: grid;
    align-items: center;
    padding-left: 4rem;
    margin: 8rem 0 3rem;
}
@media only screen and (min-width: 900px) {
    .line-flow {
        width: 107rem;
    }
    .line-flow .flow-list {
        grid-template-columns: repeat(3,1fr);
        column-gap: 6rem;
        margin: 8rem 0 0;
    }
    .line-flow .flow-list li {
        padding: 8rem 3rem 2rem;
    }
    .line-flow .flow-list li span {
        width: 10rem;
        height: 10rem;
        font-size: 1.4rem;
        margin: -13rem auto 2rem;
    }
    .line-flow .flow-list li span strong {
        font-size: 4rem;
    }
    .line-flow .flow-list li .txt {
        font-size: 1.6rem;
    }
    .line-flow .flow-list li:not(:last-child):after {
        transform: none;
        left: calc(100% + 2.5rem);
        top: 46%;
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
        width: 1rem;
        height: 3rem;
    }
    .line-flow .bg-ttl {
        margin: 10rem 0 2rem;
        height: 5rem;
        font-size: 2rem;
        padding-left: 5rem;
    }
    .line-flow .asta-list {
        padding-left: 5rem;
    }
}

/* company */
.company-page img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.company-page .about-top {
    display: grid;
    grid-template-rows: 36rem auto 36rem;
    grid-template-columns: 11rem auto 8.6rem;
    margin-bottom: 9rem;
}
.company-page .about-top .img {
    grid-area: 1 / 2 / span 2 / span 2;
}
.company-page .about-top .ttl-wrap {
    grid-area: 2 / 1 / span 2 / span 2;
    background-color: #F0F0F0;
    border-radius: 0 2rem 2rem 0;
    padding: 6rem 4.5rem;
    z-index: 1;
}
.company-page .about-top .ttl-wrap .ttl {
    margin: 0 0 5rem;
    font-size: 2.4rem;
    font-weight: 600;
    position: relative;
}
.company-page .about-top .ttl-wrap .ttl:after {
    content: "";
    width: 4.8rem;
    height: 2px;
    background-color: #373A31;
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
}
.company-page .about-top .ttl-wrap .txt {
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 2.4;
    margin: 0;
    background: linear-gradient(transparent 50%, #fff 0%);
    display: inline;
    padding-bottom: 1rem;
}
.company-page .about-top .ttl-wrap .txt span {
    font-size: 2.8rem;
    line-height: 1.6;
    display: block;
}
@media only screen and (min-width: 900px) {
    .company-page .about-top {
        grid-template-rows: 33.8rem auto 13.5rem;
        grid-template-columns: 11rem auto 57rem;
        margin-bottom: 6.4rem;
    }
    .company-page .about-top .ttl-wrap {
        border-radius: 2rem;
        padding: 6rem 8rem;
    }
    .company-page .about-top .ttl-wrap .ttl {
        font-size: 1.8rem;
    }
    .company-page .about-top .ttl-wrap .txt {
        font-size: 2.5rem;
        padding-bottom: .3rem;
    }
    .company-page .about-top .ttl-wrap .txt span {
        font-size: 1.8rem;
    }
}

.company-page .about-contents {
    width: 68rem;
    margin: 0 auto 14rem;
}
.company-page .about-contents .top-img {
    display: block;
    margin-bottom: 8rem;
}
.company-page .about-contents .about-wrap {
    display: grid;
    row-gap: 10rem;
}
.company-page .about-contents .about-wrap .flex {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 6rem;
}
.company-page .about-contents .about-wrap .flex .ttl {
    margin: 0 0 4rem;
    font-size: 4.4rem;
    font-weight: 600;
    color: #006934;
}
.company-page .about-contents .about-wrap .flex .top-txt {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.75;
    margin: 0 0 3rem;
}
.company-page .about-contents .about-wrap .flex .txt {
    line-height: 1.85;
    margin-bottom: 0;
}
.company-page .about-contents .about-wrap .flex .txt strong {
    background: linear-gradient(transparent 40%, #EBFEC4 0%);
}
.company-page .about-contents .about-wrap .flex p + p {
    margin-top: 3rem;
}
@media only screen and (min-width: 900px) {
    .company-page .about-contents {
        width: 100%;
    }
    .company-page .about-contents .about-wrap .flex {
        display: grid;
        column-gap: 7rem;
        align-items: center;
    }
    .company-page .about-contents .about-wrap .flex:last-child {
        align-items: flex-start;
    }
    .company-page .about-contents .about-wrap .flex:nth-of-type(odd) {
        grid-template-columns: 56rem 1fr;
        grid-template-areas: "img txt";
    }
    .company-page .about-contents .about-wrap .flex:nth-of-type(even) {
        grid-template-columns: 1fr 55.8rem;
        grid-template-areas: "txt img";
    }
    .company-page .about-contents .about-wrap .flex .img {
        grid-area: img;
    }
    .company-page .about-contents .about-wrap .flex .txt-wrap {
        grid-area: txt;
    }
    .company-page .about-contents .about-wrap .flex .ttl {
        font-size: 2.8rem;
        margin: 0 0 2.5rem;
    }
    .company-page .about-contents .about-wrap .flex .top-txt {
        font-size: 1.8rem;
        margin: 0 0 2rem;
    }
    .company-page .about-contents .about-wrap .flex p + p {
        margin-top: 1.5rem;
    }
}

.company-page .company {
    width: 72rem;
    margin: 0 auto 13rem;
}
.company-page .company-wrap {
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, .2);
    border-radius: 3rem;
}
.company-page .company-wrap .txt-wrap {
    padding: 6rem 4rem;
}
.company-page .company-wrap .txt-wrap dd {
    margin: 2rem 0 0;
}
.company-page .txt-wrap dt {
    font-weight: 600;
}
.company-page .txt-wrap dd {
    line-height: 1.85;
}
@media only screen and (min-width: 900px) {
    .company-page .company {
        width: 100%;
        margin: 0 auto 10rem;
    }
    .company-page .company-wrap .txt-wrap {
        padding: 6rem 13.3rem;
    }
    .company-page .company-wrap .txt-wrap .article-list {
        grid-template-columns: 26.2rem 1fr;
    }
    .company-page .company-wrap .txt-wrap .article-list:not(:last-child) {
        padding-bottom: 2rem;
        margin: 0 0 2rem;
    }
    .company-page .company-wrap .txt-wrap dd {
        margin: 0;
    }
}

.company-page .store-sec {
    width: 68rem;
    margin: 0 auto 16rem;
}
.company-page .store-ttl {
    font-size: 4.4rem;
    font-weight: 600;
}
.company-page .store-ttl span {
    font-size: 2.4rem;
    color: #E0E0E0;
    margin-left: .5em;
}
.company-page .store-wrap {
    display: grid;
    row-gap: 10rem;
}
.company-page .store-wrap .item {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 4rem;
}
.company-page .store-wrap .article-list {
    display: grid;
    grid-template-columns: 16rem 1fr;
}
.company-page .store-wrap .article-list:not(:last-child) {
    padding-bottom: 3rem;
    margin: 0 0 3rem;
}
.company-page .store-wrap dt {
    line-height: 1.85;
}
.company-page .store-wrap dd {
    margin: 0;
}
@media only screen and (min-width: 900px) {
    .company-page .store-sec {
        width: 97rem;
        margin: 0 auto 12rem;
    }
    .company-page .store-ttl {
        font-size: 2.8rem;
        margin: 0 0 4rem;
    }
    .company-page .store-ttl span {
        display: block;
        font-size: 1.8rem;
        margin-left: 0;
    }
    .company-page .store-wrap {
        row-gap: 6rem;
    }
    .company-page .store-wrap .item {
        display: grid;
        grid-template-columns: 1fr 48rem;
        column-gap: 4rem;
    }
    .company-page .store-wrap .article-list {
        grid-template-columns: 10rem 1fr;
    }
    .company-page .store-wrap .article-list:not(:last-child) {
        padding-bottom: 1.5rem;
        margin: 0 0 1.5rem;
    }
}

/* contact */
article.contact-txt {
    margin-top: -4rem;
}
article.contact-txt .txt {
    line-height: 1.8;
    width: 68rem;
    margin: auto;
}
article.contact-txt .txt + .txt {
    margin-top: 4rem;
}
@media only screen and (min-width: 900px) {
    article.contact-txt .txt {
        text-align: center;
    }
}

.contact-wrap form {
    width: 72rem;
    margin: 10rem auto 16rem;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, .2);
    border-radius: 2rem;
    padding: 8rem 4rem 7.6rem;
}
.contact-wrap form .contact-item {
    margin-bottom: 6rem;
}
.contact-wrap form dl,
.contact-wrap form dd {
    margin: 0;
}
.contact-wrap form dt {
    font-size: 3.2rem;
    margin-bottom: 2.6rem;
}
.contact-wrap form dt .required,
.contact-wrap form dt .option {
    font-size: 2.4rem;
    text-align: center;
    padding: .6rem .6em;
    margin-left: 2.2rem;
    border-radius: 3px;
    color: #fff;
}
.contact-wrap form dt .required {
    background-color: #E44B4A;
}
.contact-wrap form dt .option {
    background-color: #8A8C89;
}
.contact-wrap form .contact-item input,
.contact-wrap form textarea {
    width: 100%;
    border: none;
    appearance: none;
    font-size: 3.2rem;
    padding: 3rem;
    background-color: #F7F7F7;
}
.contact-wrap form .contact-item input::placeholder,
.contact-wrap form textarea::placeholder {
    color: #C0C2BD;
}
.contact-wrap form .contact-item.file-item input {
    background-color: #fff;
    padding: 3rem 0;
}
.contact-wrap form textarea {
    height: 36rem;
}
.contact-wrap .agree-check {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 7rem 0;
}
.contact-wrap .agree-check input {
    width: 4.8rem;
    height: 4.8rem;
    border: 1px solid #B3B3B3;
    margin-top: .4rem;
}
.contact-wrap .agree-check p {
    margin: 0 0 0 3.5rem;
    font-size: 2.8rem;
    line-height: 2; 
}
.contact-wrap .btn-more {
    width: 100%;
    background-color: #fff;
    padding: 0;
}
.contact-wrap .btn-more input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    padding: 2.8rem 0;
    cursor: pointer;
}
.contact-wrap .ssl-img {
    width: 46rem;
    margin: 6rem auto 0;
    display: block;
}
.contact-wrap .ssl-img img {
    width: 100%;
    height: auto;
}
@media only screen and (min-width: 900px) {
    .contact-wrap form {
        width: 85rem;
        margin: 6rem auto;
        padding: 6.5rem 7.5rem;
    }
    .contact-wrap form .contact-item {
        margin-bottom: 2.5rem;
    }
    .contact-wrap form dt {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }
    .contact-wrap form dt .required, .contact-wrap form dt .option {
        font-size: 1.2rem;
        padding: .3rem 1em;
        margin-left: 1.1rem;
    }
    .contact-wrap form .contact-item input, .contact-wrap form textarea {
        padding: 2rem 2.5rem;
        font-size: 1.6rem;
    }
    .contact-wrap form .contact-item.file-item input {
        padding: 2rem 0;
    }
    .contact-wrap form textarea {
        height: 20rem;
    }
    .contact-wrap .agree-check {
        margin: 4rem 0;
    }
    .contact-wrap .agree-check input {
        width: 2.4rem;
        height: 2.4rem;
        margin-top: .5rem;
    }
    .contact-wrap .agree-check p {
        margin: 0 0 0 1.7rem;
    }
    .contact-wrap .agree-check p,
    .contact-wrap .btn-more {
        font-size: 1.6rem;
    }
    .contact-wrap .btn-more {
        width: 40rem;
    }
    .contact-wrap .btn-more:hover {
        background-color: initial;
        border: 1px solid #1A1311;
    }
    .contact-wrap .btn-more:hover:after {
        background: url(https://shopnet.itembox.design/item/img/common/arrow-btn.svg) 0 / 100% 100% no-repeat;
    }
    .contact-wrap .btn-more input {
        padding: 1.4rem 0 1.4rem 4rem;
        text-align: left;
    }
    .contact-wrap .ssl-img {
        width: 23rem;
        margin: 4rem auto 0;
    }
}

/* item */
.item-col2-wrap {
    width: 68rem;
    margin: 1rem auto 10rem;
}
.item-col2-img {
    margin-bottom: 6rem;
}
.item-col2-img .fs-c-productThumbnail {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 2rem;
    column-gap: 4px;
    row-gap: 4px;
}
.item-col2-img .fs-c-productThumbnail__image {
    margin: 0;
    min-width: unset;
}
.item-col2-img .fs-c-productThumbnail__image.is-active > img {
    border: none;
    opacity: .5;
}
@media only screen and (min-width: 900px) {
    .item-col2-wrap {
        width: 100%;
        margin: 0 auto 13rem;
        display: grid;
        grid-template-columns: 58rem 1fr;
        column-gap: 6rem;
        align-items: flex-start;
    }
    .item-col2-img .fs-c-productThumbnail {
        margin-top: 1.6rem;
        column-gap: 1.8rem;
        row-gap: 1.5rem;
    }
}
.item-col2-txt .fs-c-productPrice {
    margin-bottom: 0.5rem;
    /* color: #E44B4A; */
    color: #DD0000;
}
.item-col2-txt .fs-c-price::after,
.item-col2-txt .fs-c-productPrice__addon__label,
.item-col2-txt .fs-c-productPrice__addon {
    font-size: 3.2rem;
    font-weight: 600;
}
.item-col2-txt .fs-c-productPrice__main .fs-c-price__value {
    font-size: 6.4rem;
    font-weight: 600;
}
.fs-c-productPrice--listed .fs-c-price__value {
    font-size: 3.5rem !important;
}
.fs-c-productPrice--selling .fs-c-price__value {
    font-size: 6.4rem !important;
	margin-bottom: 0.5rem;
	font-weight: 600;
	color: #DD0000;
}
.fs-c-productPrice--member .fs-c-price__value {
    font-size: 6.4rem !important;
	margin-bottom: 0.5rem;
	font-weight: 600;
	color: #DD0000;
}
.item-col2-txt .fs-c-productPrice__main .fs-c-productPrice__main__addon {
    font-size: 3.2rem;
    font-weight: 600;
    padding-left: 1rem;
}
.fs-c-radio__radioMark {
    border: 1px solid #C0C2BD;
    width: 4.8rem;
    height: 4.8rem;
    margin: 0 1.6rem 0 0;
    min-width: unset;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
    border-color: #C0C2BD;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
    width: 2.8rem;
    height: 2.8rem;
}
.item-col2-txt .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    content: "";
    width: 3.2rem;
    height: 3.2rem;
    background: url(https://kknaruto.itembox.design/item/img/item/icon-heart-gr.svg) 0 / 100% 100% no-repeat;
}
.item-col2-txt .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    content: "";
    width: 3.2rem;
    height: 3.2rem;
    background: url(https://kknaruto.itembox.design/item/img/item/icon-heart.svg) 0 / 100% 100% no-repeat;
}
.item-col2-txt .fs-c-stockSignLegend {
    font-size: 2.4rem;
    line-height: 2;
    margin-bottom: 2rem;
}
.item-col2-txt .fs-c-productQuantity {
    margin-bottom: 6rem;
}
.item-col2-txt .fs-c-quantity {
    max-width: unset;
    position: relative;
    padding-left: 11rem;
}
.item-col2-txt .fs-c-quantity:before {
    content: "数量";
    font-size: 4rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #373A31;
}
.item-col2-txt .fs-c-quantity:after {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 1em;
    background: #f2f2f2;
    border-left: 1px solid #ccc;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    box-sizing: content-box;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\e90f";
    font-family: "fs-icon" !important;
    font-size: 3.6rem;
    line-height: 1;
    padding: 8px;
    pointer-events: none;
}
.item-col2-txt .fs-c-quantity__select {
    border: 1px solid #cccccc;
    border-radius: 1rem;
    display: inline-block;
    font-size: 2.8rem;
    line-height: 2;
    padding: 0 2.8rem;
    width: 20rem;
    height: 8rem;
    min-height: unset;
}
.item-col2-txt .fs-c-quantity__select:focus {
    outline: 0;
    box-shadow: none;
}
.item-col2-txt .fs-c-button--addToCart--detail {
    /* background-color: #E44B4A; */
	background-color: #75786B;
    border: none;
    width: 100%;
    padding: 3.8rem 0;
    margin-bottom: 5.6rem;
}
.item-col2-txt .fs-c-button--addToCart--detail span {
    padding-left: 8rem;
    position: relative;
    font-size: 3.2rem;
}
.item-col2-txt .fs-c-button--addToCart--detail span:before {
    content: "";
    width: 4.4rem;
    height: 4.2rem;
    background: url(https://shopnet.itembox.design/item/img/item/icon-cart-w.svg) 0 / contain no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.item-col2-txt .fs-c-button--addToWishList--detail,
.item-col2-txt .fs-c-button--removeFromWishList--detail {
    border: none;
    background: none;
    box-shadow: none;
    font-size: 2.4rem;
    padding: 0 0 0 6rem;
    position: relative;
}
.item-col2-txt .fs-c-button--particular.fs-c-button--addToWishList--detail::after,
.item-col2-txt .fs-c-button--removeFromWishList--detail::after {
    content: "";
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.item-col2-txt .fs-c-button--particular.fs-c-button--addToWishList--detail::after {
    background: url(https://shopnet.itembox.design/item/img/item/icon-heart.svg) 0 / contain no-repeat;
}
.item-col2-txt .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
    background: url(https://shopnet.itembox.design/item/img/item/icon-heart-g.svg) 0 / contain no-repeat;
}
@media only screen and (min-width: 900px) {
    .item-col2-txt .fs-c-productPrice__main .fs-c-price__value {
        font-size: 3.2rem;
    }
	.fs-c-productPrice--listed .fs-c-price__value {
    font-size: 1.8rem !important;
	margin-bottom: 0.5rem;
	}
	.fs-c-productPrice--selling .fs-c-price__value {
    font-size: 2.5rem !important;
	margin-bottom: 0.5rem;
	font-weight: 600;
	color: #DD0000;
	}
	.fs-c-productPrice--member .fs-c-price__value {
    font-size: 2.5rem !important;
	margin-bottom: 0.5rem;
	font-weight: 600;
	color: #DD0000;
	}
    .item-col2-txt .fs-c-price::after, .item-col2-txt .fs-c-productPrice__addon__label, .item-col2-txt .fs-c-productPrice__addon {
        font-size: 1.6rem;
    }
    .item-col2-txt .fs-c-productPrice__main__joint {
        font-size: 2rem;
    }
    .item-col2-txt .fs-c-productPrice__main .fs-c-productPrice__main__addon {
        font-size: 1.8rem;
    }
    .fs-c-radio__radioMark {
        width: 2.4rem;
        height: 2.4rem;
    }
    .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
        width: 1.4rem;
        height: 1.4rem;
    }
    .item-col2-txt .fs-c-button--particular.fs-c-button--addToWishList--icon::before,
    .item-col2-txt .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
        width: 1.6rem;
        height: 1.6rem;
    }
    .item-col2-txt .fs-c-stockSignLegend {
        font-size: 1.2rem;
        margin-bottom: 2.6rem;
    }
    .item-col2-txt .fs-c-productQuantity {
        margin-bottom: 3rem;
    }
    .item-col2-txt .fs-c-quantity {
        padding-left: 5.6rem;
    }
    .item-col2-txt .fs-c-quantity:before {
        font-size: 2rem;
    }
    .item-col2-txt .fs-c-quantity:after {
        font-size: 2.4rem;
    }
    .item-col2-txt .fs-c-quantity__select {
        font-size: 1.4rem;
        width: 18rem;
        height: 5rem;
    }
    .item-col2-txt .fs-c-button--addToWishList--detail,
    .item-col2-txt .fs-c-button--removeFromWishList--detail {
        font-size: 1.4rem;
        padding: 0 0 0 4rem;
    }
    .item-col2-txt .fs-c-button--particular.fs-c-button--addToWishList--detail::after,
    .item-col2-txt .fs-c-button--removeFromWishList--detail::after {
        width: 1.7rem;
        height: 1.7rem;
    }
    .item-col2-txt .fs-c-button--addToCart--detail {
        padding: 2rem 0;
        margin-bottom: 4rem;
    }
    .item-col2-txt .fs-c-button--addToCart--detail span {
        padding-left: 5rem;
        font-size: 2.8rem;
    }
    .item-col2-txt .fs-c-button--addToCart--detail span:before {
        width: 3rem;
        height: 2.9rem;
    }
}
.item-col2-txt .fs-c-returnedSpecialContract,
.item-col2-txt .fs-c-buttonContainer,
.item-review-wrap .fs-c-buttonContainer {
    padding: 0;
}
.item-col2-txt .item-info-wrap a,
.item-col2-txt .item-info-wrap span {
    font-size: 2.4rem;
    line-height: 2.4;
    color: initial;
    padding-left: 4rem;
    position: relative;
}
.item-col2-txt .item-info-wrap a:before,
.item-col2-txt .item-info-wrap span:before {
    content: "";
    width: 2rem;
    height: 1px;
    background-color: #B3B3B3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.item-col2-txt .item-bnr-wrap {
    display: grid;
    row-gap: 2.4rem;
    margin-top: 6rem;
}
.item-col2-txt .item-bnr-wrap img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.item-img-wrap {
    width: 68rem;
    margin: 0 auto 12rem;
}
.item-img-wrap .img {
    display: block;
}
.item-img-wrap img {
    width: 100%;
    height: auto;
}
.item-bnr-wrap .bnr-shipdate {
    display: grid;
    align-content: center;
    height: 12rem;
    background-color: #E5E6D7;
    padding: 0 3.8rem;
    position: relative;
}
.item-bnr-wrap .bnr-shipdate:after {
    content: "";
    width: 25rem;
    height: 13rem;
    background: url(https://shopnet.itembox.design/item/img/item/illust-truck.png) 0 / contain no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3rem;
}
.item-bnr-wrap .bnr-shipdate .txt {
    font-weight: 600;
    font-size: 2.6rem;
    display: flex;
    align-items: center;
    column-gap: 1rem;
}
.item-bnr-wrap .bnr-shipdate .txt strong {
    font-size: 4.2rem;
    display: flex;
    align-items: center;
    column-gap: .5rem;
}
.item-bnr-wrap .bnr-shipdate .txt strong .f-din {
    font-size: 5.2rem;
}
@media only screen and (min-width: 900px) {
    .item-col2-txt .item-info-wrap a,
    .item-col2-txt .item-info-wrap span {
        font-size: 1.2rem;
        padding-left: 2rem;
    }
    .item-col2-txt .item-info-wrap a:before,
    .item-col2-txt .item-info-wrap span:before {
        width: 1rem;
    }
    .item-col2-txt .item-bnr-wrap {
        row-gap: 1.8rem;
        margin-top: 4rem;
    }
    .item-img-wrap {
        width: 100%;
        margin: 0 auto 10rem;
    }
    .item-bnr-wrap .bnr-shipdate {
        height: 9.2rem;
        padding: 0 3rem;
    }
    .item-bnr-wrap .bnr-shipdate:after {
        width: 18.8rem;
        height: 10rem;
    }
    .item-bnr-wrap .bnr-shipdate .txt {
        font-size: 2.1rem;
    }
    .item-bnr-wrap .bnr-shipdate .txt strong {
        font-size: 3.3rem;
    }
    .item-bnr-wrap .bnr-shipdate .txt strong .f-din {
        font-size: 4.2rem;
    }
}

/* 商品説明 */
.item-info-box {
    width: 68rem;
    margin: 12rem auto;
}
.item-info-box .ttl {
    font-size: 4.4rem;
    font-weight: 600;
    margin: 0 0 6rem;
}
.item-info-box .ttl span {
    font-size: 2.4rem;
    margin-left: 2rem;
    vertical-align: middle;
}
.item-info-box dl,
.item-info-box dd {
    margin: 0;
}
.item-info-box dl:not(:last-child) {
    border-bottom: 1px solid #B3B3B3;
    padding-bottom: 4rem;
    margin-bottom: 3rem;
}
.item-info-box dt {
    font-size: 3.2rem;
    line-height: 2;
    font-weight: 600;
    margin-bottom: 1rem;
}
.item-info-box dd {
    font-size: 2.8rem;
    line-height: 1.7;
}
.item-manual-wrap {
    width: 68rem;
    margin: 0 auto 14rem;
    display: grid;
    row-gap: 4rem;
}
.item-manual-wrap img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
@media only screen and (min-width: 900px) {
    .item-info-box {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 84rem;
    }
    .item-info-box .ttl {
        font-size: 3.2rem;
        margin: 0 0 0 7rem;
    }
    .item-info-box .ttl span {
        display: block;
        font-size: 1.8rem;
        margin-left: 0;
    }
    .item-info-box dl {
        display: grid;
        grid-template-columns: 17rem 1fr;
    }
    .item-info-box dl:not(:last-child) {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .item-info-box dt {
        padding-left: 3rem;
        font-size: 1.6rem;
        margin-bottom: 0;
    }
    .item-info-box dd {
        font-size: 1.4rem;
        line-height: 2;
        padding-right: 3rem;
    }
    .item-manual-wrap {
        width: 106.5rem;
        margin: 0 auto 13rem;
        grid-template-columns: repeat(2,1fr);
        column-gap: 2.5rem;
    }
}

/* レビュー */
.item-review-wrap {
    width: 68rem;
    margin: 0 auto 12rem;
    background: url(https://shopnet.itembox.design/item/img/item/bg-review_sp.png) 0 / cover no-repeat;
    padding: 9rem 2rem 10rem;
}
.item-review-wrap .ttl {
    width: 59.4rem;
    margin: 0 auto 5rem;
}
.item-review-wrap .ttl img {
    width: 100%;
    height: auto;
}
.item-review-wrap .fs-c-productReview {
    position: relative;
    padding-top: 6rem; 
}
.item-review-wrap .fs-c-aggregateRating {
    justify-content: center;
    align-items: end;
}
.item-review-wrap .fs-c-aggregateRating__rating::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.item-review-wrap .fs-c-aggregateRating__count {
    flex-grow: inherit;
    color: #006934;
}
.item-review-wrap .fs-c-rating__stars.fs-c-reviewStars::before {
    font-size: 4.8rem;
}
.item-review-wrap .fs-c-reviewStars::before {
    font-size: 3.6rem;
}
.item-review-wrap .fs-c-rating__value {
    font-size: 4.8rem;
    color: #006934;
}
.item-review-wrap .fs-c-aggregateRating__count::before {
    content: "（";
}
.item-review-wrap .fs-c-aggregateRating__count::after {
    content: "件）"
}
.item-review-wrap .fs-c-productReview__allReviews a {
    color: initial;
    font-size: 2.8rem;
    line-height: 2;
    text-align: center;
    border: none;
    display: block;
    width: max-content;
    margin: 0 auto 6rem;
    padding-right: 6rem;
    position: relative;
}
.item-review-wrap .fs-c-productReview__allReviews a:after {
    content: "";
    position: absolute;
    top: 45%;
    width: 1.5rem;
    height: 1.5rem;
    border-right: 1px solid #263040;
    border-bottom: 1px solid #263040;
    transform: translate(-50%, -50%) rotate(45deg);
    right: 0;
}
.item-review-wrap .fs-c-button--addReview--detail {
    background-color: #fff;
    border: 1px solid #373A31;
    border-radius: 5rem;
    display: grid;
    width: 64rem;
    height: 8rem;
    margin: 0 auto;
    text-align: center;
    place-content: center;
}
.item-review-wrap .fs-c-button--addReview--detail:before {
    content: none;
}
.item-review-wrap .fs-c-button--addReview--detail span {
    color: #1A1311;
    font-size: 2.8rem;
    line-height: 2;
    position: relative;
    padding-left: 3.8rem;
    width: max-content;
    margin: auto;
    display: block;
}
.item-review-wrap .fs-c-button--addReview--detail span:before {
    content: "";
    width: 2.5rem;
    height: 3.1rem;
    background: url(https://kknaruto.itembox.design/item/img/item/icon-pen.svg) 0 / contain no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
@media only screen and (min-width: 900px) {
    .item-review-wrap {
        width: 100%;
        background: url(https://shopnet.itembox.design/item/img/item/bg-review.png) 0 / cover no-repeat;
        padding: 7rem 8.4rem;
    }
    .item-review-wrap .ttl {
        width: 55.8rem;
        margin: 0 auto 4rem;
    }
    .item-review-wrap .fs-c-productReview {
        padding-top: 0;
    }
    .item-review-wrap .fs-c-aggregateRating {
        position: absolute;
        top: -8rem;
        left: 38%;
    }
    .item-review-wrap .fs-c-aggregateRating__rating::before {
        position: relative;
        transform: none;
        left: 0;
    }
    .item-review-wrap .fs-c-rating__stars.fs-c-reviewStars::before {
        font-size: 2.8rem;
    }
    .item-review-wrap .fs-c-reviewStars::before {
        font-size: 2.6rem;
        line-height: normal;
    }
    .item-review-wrap .fs-c-rating__value {
        font-size: 2.4rem;
    }
    .item-review-wrap .fs-c-reviewList__item .fs-c-reviewStars::before {
        font-size: 2rem;
    }
    .item-review-wrap .fs-c-productReview__allReviews a {
        font-size: 1.4rem;
        padding-right: 3rem;
        margin: 0 auto 4rem;
    }
    .item-review-wrap .fs-c-button--addReview--detail {
        width: 40rem;
        height: 5.5rem;
    }
    .item-review-wrap .fs-c-button--addReview--detail:hover {
        text-decoration: none;
        background-color: #8FC31F;
        border: 1px solid #8FC31F;
    }
    .item-review-wrap .fs-c-button--addReview--detail span {
        font-size: 1.4rem;
        padding-left: 3rem;
    }
    .item-review-wrap .fs-c-button--addReview--detail span:before {
        width: 1.8rem;
        height: 2.4rem;
    }
    .item-review-wrap .fs-c-productReview__allReviews a:after {
        top: 40%;
        width: 1rem;
        height: 1rem;
    }
}
.fs-body-product .top-ranking .ttl {
    margin: 0 0 5rem;
}
.fs-body-product .top-ranking .txt {
    display: none;
}


/* FSページ */
.fs-c-continueShopping {
    margin-bottom: 8rem;
}
.fs-c-viewAllProductsLink__label,
.fs-c-button--moveToStoreOrders,
.fs-c-button--moveToOrderHistory,
.fs-c-accountService__pageLink {
    color: #3572b0;
}
.fs-body-review-write .fs-c-aggregateRating,
.fs-body-reviews-product .fs-c-aggregateRating {
    align-items: center;
    column-gap: 2rem;
}
.fs-body-review-write .fs-c-rating__value,
.fs-body-reviews-product .fs-c-rating__value {
    color: #7D1047;
}
.fs-body-review-write .fs-c-button--back {
    min-width: 240px;
    line-height: 8rem;
    margin: auto;
}
.fs-body-product .fs-c-dropdown__menu {
    padding: 0 2.8rem;
    border-radius: 1rem;
    height: 8rem;
}
.fs-body-product .fs-c-dropdown__menu::placeholder {
    color: #999;
}
.fs-c-requiredMark {
    color: #E44B4A;
}
@media only screen and (max-width: 899px) {
    .col2-main.fs-page-col  {
        width: 68rem;
        margin: 0 auto 10rem;
    }
    .fs-c-listedProductName__variation, .fs-c-listedProductName__selection {
        font-size: 2rem;
    }
    .fs-c-orderTotalTable__mainRow > td,
    .fs-c-cartTable__dataCell--subtotal, .fs-c-cartTable__dataCell--unitPrice,
    .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td,
    .fs-c-pointListTable td[aria-label=獲得・利用ポイント],
    .fs-c-productReviewed__name, .fs-c-documentColumn__heading {
        font-size: 3.6rem;
    }
    .fs-c-cartPayment, .fs-c-payWithAmazon,
    .fs-c-cartTable__actionButton__container > button,
    .fs-c-checkout-pointInfo__usePoint__label {
        font-size: 2.4rem;
    }
    .fs-p-announcement__title,
    .fs-c-subSection__title, .fs-c-linkedServiceLogin__title,
    .fs-c-checkout-preview__title,
    .fs-c-checkout-customerInfo__name,
    .fs-c-checkout-shippingOptionPreview__value,
    .fs-c-checkout-shippingAddress__name,
    .fs-c-checkout-heading {
        font-size: 2.8rem;
    }
    .fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before,
    .fs-c-history__term {
        font-size: 2.2rem;
    }
    .fs-c-checkout-shippingParcel__productVariation, .fs-c-checkout-shippingParcel__productSelection {
        font-size: 2rem;
    }
    .fs-c-purchaseHere__message {
        margin-bottom: 4rem;
    }
    .fs-c-button--loginAndPurchase, .fs-c-button--unregisteredUserPurchase, .fs-c-button--login,
    .fs-c-button--registerAndContinue, .fs-c-button--purchaseHere, .fs-c-button--send, .fs-c-button--register,
    .fs-c-button--addReview--guest, .fs-c-button--changeInfomation, .fs-body-my-account-password .fs-c-button--change,
    .fs-body-my-account-settings .fs-c-button--change, .fs-body-my-account-settings-edit .fs-c-button--confirmChange,
    .fs-body-my-membership-merge .fs-c-button--merge {
        line-height: 8rem;
        width: 48rem;
    }
    .fs-c-button--addToAddressbook,
    .fs-c-button--cancel, .fs-c-button--confirmLeave,
    .fs-body-review-success .fs-c-button--back {
        line-height: 8rem;
        width: 48rem;
        margin: auto;
    }
    .fs-c-button--continueShopping,
    .fs-c-button--cardAuthenticate,
    .fs-c-button--notAuthenticate,
    .fs-c-button--confirmRegister,
    .fs-c-button--submitReview{
        line-height: 8rem;
    }
    .fs-c-button--confirmOrder {
        font-size: 2.8rem !important;
        line-height: 8rem;
    }
    .fs-c-button--memberRegister {
        line-height: 8rem;
        width: 48rem;
        margin-top: 4rem;
    }
    .fs-c-button--myPageTop {
        line-height: 8rem;
        width: 48rem;
        text-align: center;
        background-color: #ebebeb;
        border-radius: 8px;
    }
    .fs-c-accountService__page {
        flex-basis: 50%;
    }
    .fs-c-accountService__page.fs-c-accountService__page--membershipCard,
    .fs-c-accountService__page.fs-c-accountService__page--accountDelete {
        flex-basis: 100%;
    }
    .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label,
    .fs-c-listTable > tbody > tr > th::before, .fs-c-listTable > tbody > tr td::before,
    .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
        font-size: 2.4rem;
    }
    .fs-c-wishlistProduct__title, .fs-c-featuredProduct__title,
    .fs-c-guestReview__title {
        font-size: 2.8rem;
    }
    .fs-c-button--myPageTop {
        margin: auto;
    }
    .fs-c-button--topPage {
        width: 48rem;
        line-height: 8rem;
        margin-top: 4rem;
    }
    .fs-body-review-write .fs-c-rating__value,
    .fs-body-reviews-product .fs-c-rating__value {
        font-size: 2.4rem;
        margin-right: 2rem;
    }
    .fs-body-review-write .fs-c-reveiwNotes {
        padding-bottom: 2rem;
    }
    .fs-body-reviews-product .fs-c-reviewInfo__reviewer,
    .fs-body-reviews .fs-c-reviewInfo__reviewer {
        flex-direction: column-reverse;
    }
    .fs-body-my-addressbook-new .fs-c-button--register {
        margin: auto;
    }
    .fs-body-my-addressbook .fs-c-buttonContainer--deleteChange {
        flex-direction: column;
    }
    .fs-body-my-addressbook .fs-c-buttonContainer--deleteChange > [class^=fs-c-button] {
        width: 48rem;
        line-height: 8rem;
        margin: 2rem 0 0;
    }
    .fs-body-my-addressbook-edit .fs-c-buttonContainer--pair > *:first-child {
        width: 48rem;
        line-height: 8rem;
        margin: auto;
    }
    .fs-body-product .fs-c-dropdown::after {
        font-size: 3.6rem;
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
    .fs-c-dropdown::after {
        font-size: 2.8rem;
    }
}
@media only screen and (min-width: 900px) {
    .fs-c-button--notAuthenticate {
        min-width: 240px;
    }
    .fs-c-button--myPageTop {
        line-height: 5rem;
        min-width: 240px;
        text-align: center;
        background-color: #ebebeb;
        border-radius: 8px;
    }
    .fs-body-membership-card .fs-c-button--myPageTop {
        margin: auto;
    }
    .fs-body-newsletter-subscribe-success .fs-c-documentContent,
    fs-body-newsletter-unsubscribe-success .fs-c-documentContent {
        text-align: center;
    }
    .fs-c-button--topPage {
        width: 24rem;
        line-height: 5rem;
        margin-top: 4rem;
    }
    .fs-body-review-write .fs-c-reveiwNotes {
        padding-bottom: 1rem;
    }
    .header + .fs-l-main {
        /*margin-top: 12rem;*/
		margin-top: 4rem;
    }
    .fs-body-reviews-product .fs-c-reviewList--product .fs-c-reviewList__item {
        display: flex;
    }
    .fs-body-reviews-product .fs-c-reviewInfo__reviewer {
        flex-direction: row-reverse;
        margin-right: 2rem;
    }
    .fs-body-reviews-reviewer .fs-c-reviewList,
    .fs-body-reviews .fs-c-reviewList,
    .fs-body-my-reviews .fs-c-reviewList {
        margin: 2rem 0;
    }
    .fs-body-reviews-reviewer .fs-c-reviewList__item,
    .fs-body-reviews .fs-c-reviewList__item,
    .fs-body-my-reviews .fs-c-reviewList__item {
        align-items: flex-start;
        grid-template-rows: auto;
    }
    .fs-body-reviews-reviewer .fs-c-reviewList__item__info,
    .fs-body-reviews .fs-c-reviewList__item__info,
    .fs-body-my-reviews .fs-c-reviewList__item__info {
        display: flex;
        align-items: flex-start;
    }
    .fs-c-button--addToAddressbook {
        line-height: 5rem;
        width: 24rem;
    }
    .fs-body-review-write .fs-c-button--back {
        line-height: 5rem;
    }
    .fs-body-review-success .fs-c-button--back {
        line-height: 5rem;
        width: 24rem;
        margin: auto;
    }
    .fs-body-product .fs-c-dropdown__menu {
        height: 4rem;
    }
    .fs-body-product .fs-c-dropdown::after {
        font-size: 2.4rem;
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
}