html {
    scroll-behavior: smooth;
    font-size: calc(100vw / 780 * 10);
}
body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1em;
    color: #1A1311;
    -webkit-text-size-adjust: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}
figure {
    display: block;
    margin: 0;
}
a, a:hover, a:visited {
    text-decoration: none;
    color: inherit;
}
.f-jos {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; 
}
.red-txt {
  color: #B9001D;
}
*, *:before,
*:after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
@media only screen and (max-width: 899px) {
    .pc-only {
        display: none;
    }
}
@media only screen and (min-width: 900px) {
    html {
        font-size: calc(100vw / 1920 * 10);
    }
    .sp-only, #fix-nav {
        display: none !important;
    }
    a[href^="tel:"], .ac-menu {
        pointer-events: none;
    }
}

/* header */
.header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header p {
    margin: 0;
}
.header-top .txt {
    font-size: 2.4rem;
    line-height: 1.3;
    padding: 2rem 10.2rem 2rem 2rem;
}
.top-menu {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.top-menu li {
    flex-grow: 1;
}
.top-menu li:not(:last-child) {
    border-right: 1px solid #D9D9D9;
}
.top-menu li a {
    display: grid;
    height: 6rem;
    place-content: center;
}
.top-menu li a span {
    font-size: 2.4rem;
    line-height: 2;
    padding-left: 4rem;
    position: relative;
}
.top-menu li span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.top-menu li.contact a span:before {
    background: url(../img/common/icon-mail.svg) 0 / contain no-repeat;
    width: 2.6rem;
    height: 1.6rem;
}
.top-menu li.mypage a span:before {
    background: url(../img/common/icon-member.svg) 0 / contain no-repeat;
    width: 1.4rem;
    height: 2.6rem;
}
.top-menu li.cart a span:before {
    background: url(../img/common/icon-cart.svg) 0 / contain no-repeat;
    width: 2.4rem;
    height: 2.6rem;
}
.header .logo {
    display: block;
    width: 50rem;
    margin: 4.8rem auto;
}
.header .logo img {
    height: auto;
    vertical-align: bottom;
}
.header-inner .contact-wrap,
.header-inner .keyword-wrap,
.global-nav {
    display: none;
}
.menu-btn {
    width: 10.2rem;
    height: 10.2rem;
    background-color: #002A57;
    transition: all 0.4s ease;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 13;
    line-height: 1;
    cursor: pointer;
}
.menu-btn:before {
    content: "MENU";
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}
.menu-btn > span {
    width: 39.2%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s ease;
}
.menu-btn > span:nth-of-type(1) {
    top: 3rem;
}
.menu-btn > span:nth-of-type(2) {
    top: 4rem;
}
.menu-btn > span:nth-of-type(3) {
    top: 5rem;
}

/* header.fix */
.header.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.header.fix .header-top .txt,
.header.openNav .top-menu,
.header .sidebar {
    display: none;
}
@media only screen and (max-width: 899px) {
    .header.openNav .header-top .txt,
    .header.fix .top-menu {
        display: none;
    }
    .header.fix .header-mid,
    .header.openNav .header-mid {
        height: 10.2rem;
        background-color: #fff;
        border-bottom: 1px solid #D9D9D9;
        display: grid;
        align-content: center;
        padding-left: 3rem;
        position: relative;
        z-index: 11;
    }
    .header.fix .logo,
    .header.openNav .logo {
        margin: 0;
        width: 39rem;
        min-width: unset;
    }
    .header.fix .logo .img,
    .header.openNav .logo .img {
        display: grid;
        place-content: center;
    }
}

/* header.openNav */
.menu-btn.openNav > span:nth-of-type(1) {
  transform: translateX(-45%) rotate(-45deg);
  top: 40%;
}
.menu-btn.openNav > span:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.openNav > span:nth-of-type(3) {
  transform: translateX(-45%) rotate(45deg);
  top: 40%;
}

@media only screen and (max-width: 899px) {
    .header.openNav .header-inner .contact-wrap,
    .header.openNav .header-inner .keyword-wrap,
    .header.openNav .global-nav,
    .header.openNav .sidebar {
        display: block;
    }
    .header.openNav .header-inner {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        display: block;
        z-index: 10;
        padding: 20rem 8px 11rem;
        overflow-y: scroll;
    }
    .global-nav .global-menu {
        max-width: 56rem;
        min-width: 71.7%;
        margin: 0 auto;
        border-top: 1px solid #D9D9D9;
        padding: 4rem 0;
    }
    .global-nav .global-menu li a {
        font-size: 3.2rem;
        line-height: 2.5;
        padding-left: 6.2rem;
        position: relative;
    }
}

.global-nav .global-menu li a:before,
.side-nav .cat-menu li a:before {
    content: "";
    width: 2rem;
    height: 1px;
    background-color: #B3B3B3;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media only screen and (min-width: 900px) {
    .top-menu li:first-child {
        border-left: 1px solid #D9D9D9;
    }
    .top-menu li a span {
        font-size: 1.2rem;
        padding-left: 2.5rem;
    }
    .top-menu li.contact a span:before {
        width: 1.6rem;
        height: 1.09rem;
    }
    .top-menu li.mypage a span:before {
        width: .8rem;
        height: 1.6rem:
    }
    .top-menu li.cart a span:before {
        width: 1.5rem;
        height: 1.6rem;
    }
    .header.fix {
        display: grid;
        grid-template-columns: 1fr auto;
        column-gap: 2.8rem;
        border-bottom: 1px solid #D9D9D9;
        background-color: #fff;
    }
    .header.fix .header-top {
        padding: 1.5rem 7rem 1.5rem 0;
        order: 3;
        border-bottom: none;
    }
    .header.fix .top-menu li a {
        height: 4rem;
    }
    .header.fix .menu-btn {
        display: block;
        width: 7rem;
        height: 7rem;
    }
    .header.fix .menu-btn:before {
        font-size: 1.5rem;
        bottom: 1rem;
    }
    .header.fix .menu-btn > span:nth-of-type(2) {
        top: 2.5rem;
    }
    .header.fix .menu-btn > span:nth-of-type(3) {
        top: 3.5rem;
    }
    .header.fix .menu-btn.openNav > span:nth-of-type(3) {
        top: 40%;
    }
    .header.fix .header-mid {
        height: auto;
        padding: 0 0 0 2.8rem;
        border: none;
        order: 1;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .header.fix .logo {
        width: 32rem;
        margin: 0;
    }
    .header.fix .header-mid .keyword-wrap form input[type="text"] {
        height: 3.4rem;
    }
    .header.fix .header-mid .keyword-wrap .keyword,
    .header.fix .header-mid .contact-wrap,
    .header.fix .header-inner,
    .header.fix .global-nav {
        display: none;
    }
    .header.openNav .top-menu {
        display: flex;
    }
    .header.fix.openNav .header-inner {
        display: block;
        position: absolute;
        top: 7rem;
        left: 0;
        width: 100%;
    }
    .header.openNav .global-nav {
        display: block;
    }
    .header-top {
        display: flex;
        justify-content: space-between;
        padding: 0 0 0 2.8rem;
        border-bottom: 1px solid #D9D9D9;
    }
    .header-top .txt {
        padding: 1rem 2.8rem 1rem 0;
        font-size: 1.4rem;
    }
    .header-top .top-menu {
        border: none;
    }
    .header-top .top-menu li a {
        height: 100%;
        padding: 0 2.5rem;
    }
    .header .menu-btn {
        display: none;
    }
    .header-mid {
        display: flex;
        align-items: center;
        padding: 3rem 2.8rem 2.5rem;
        column-gap: 2.8rem;
    }
    .header-mid .keyword-wrap {
        order: 1;
        width: 30rem;
    }
    .header-mid .keyword-wrap form input[type="text"] {
        font-size: 1.2rem;
        height: 5rem;
    }
    .header-mid .keyword-wrap form button[type="submit"] {
        width: 1.6rem;
        height: 1.5rem;
    }
    .header-mid .keyword-wrap .keyword {
        font-size: 1.2rem;
    }
    .header-mid .logo {
        order: 2;
        margin: 0 auto;
        width: 45rem;
    }
    .header-mid .contact-wrap {
        order: 3;
    }
    .header-mid .contact-wrap .tel dt {
        background-color: #F2F2F2;
        color: inherit;
        font-size: 1.2rem;
        height: 2.3rem;
    }
    .header-mid .contact-wrap .tel dd a {
        color: inherit;
        line-height: 1;
        display: block;
        padding: 1rem 0 .5rem;
        font-size: 3.5rem;
    }
    .header-mid .contact-wrap .tel dd a:before {
        font-size: 1.4rem;
    }
    .header-mid .contact-wrap .tel dd .txt {
        font-size: 1.2rem;
    }
    .header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header .global-nav {
        display: block;
        width: 100%;
        background-color: #002A57;
    }
    .header .global-nav .global-menu {
        max-width: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 5rem;
        border-top: none;
        padding: 0 2.8rem;
    }
    .header .global-nav .global-menu li a {
        display: block;
        font-size: 1.4rem;
        line-height: 2;
        padding: 1rem;
        color: #fff;
    }
    .header .global-nav .global-menu li a:before {
        content: none;
    }
}

/* contact-wrap */
.header-inner .contact-wrap {
    width: 56rem;
    margin: 0 auto 8rem;
}
.header-inner .contact-wrap .tel dt {
    background-color: #7D1047;
}
.contact-wrap .tel {
    text-align: center;
    margin: 0;
}
.contact-wrap .tel dt {
    font-size: 2.4rem;
    color: #fff;
    border-radius: 12rem;
    height: 4.6rem;
    display: grid;
    place-content: center;
}
.contact-wrap .tel dd {
    margin: 0;
}
.header-inner .contact-wrap .tel dd a {
    color: #7D1047;
}
.contact-wrap .tel dd a {
    font-size: 7rem;
    font-weight: 500;
}
.contact-wrap .tel dd a:before {
    content: "TEL.";
    font-size: 2.8rem;
    font-weight: 700;
    display: inline-block;
}
.contact-wrap .tel dd .txt {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
}
.contact-wrap .tel dd .txt span {
    font-weight: 400;
    margin-left: 1em;
}

/* keyword-wrap */
.header-inner .keyword-wrap {
    width: 60rem;
    margin: 0 auto 10rem;
}
.keyword-wrap form {
    position: relative;
    width: 100%;
}
.keyword-wrap form input[type="text"] {
    background-color: #F5F6F7;
    border: none;
    font-size: 2.4rem;
    color: #a6a6a6;
    padding: 0 8rem 0 2.6rem;
    width: 100%;
    height: 10rem;
}
.keyword-wrap form button[type="submit"] {
    text-indent: -10000px;
    border: none;
    padding: 0;
    display: inline-block;
    background: url(https://kknaruto.itembox.design/item/img/common/icon-search.svg) 0 / contain no-repeat;
    width: 3.2rem;
    height: 3rem;
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
}
.keyword-wrap .keyword {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0 0;
    font-size: 2.4rem;
}
.keyword-wrap .keyword dd {
    margin: 0;
}
.keyword-wrap .keyword dd .list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
}
.keyword-wrap .keyword dd .list a {
    text-decoration: underline;
}

/* sidebar */
.header-inner .sidebar {
    width: 56rem;
    margin: 0 auto;
}
.side-nav {
    border-top: 1px solid #D9D9D9;
    padding: 4rem 0 0;
}
.side-nav .nav-ttl {
    font-size: 3.2rem;
    font-weight: 600;
    padding-bottom: 4rem;
    cursor: pointer;
}
.side-nav .side-menu {
    padding-bottom: 4rem;
}
.side-nav .side-menu li a {
    position: relative;
}
.side-nav .brand-menu li a {
    padding-left: 8.4rem;
    font-size: 2.8rem;
    line-height: 3.2;
}
.side-nav .brand-menu li a:before {
    content: "";
    width: 6.4rem;
    height: 8rem;
    background-position: 0;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.side-nav .brand-menu li.oimo-naru a:before {
    background-image: url(https://kknaruto.itembox.design/item/img/common/icon-oimo-naru_sp.png);
}
.side-nav .brand-menu li.imoya-naruhuku a:before {
    background-image: url(https://kknaruto.itembox.design/item/img/common/icon-imoya-naruhuku_sp.png);
}
.side-nav .brand-menu li.horehore-pudding a:before {
    background-image: url(https://kknaruto.itembox.design/item/img/common/icon-horehore-pudding_sp.png);
}
.side-nav .brand-menu li.furefurencon a:before {
    background-image: url(https://kknaruto.itembox.design/item/img/common/icon-furefurencon_sp.png);
}
.side-nav .brand-menu li.wakamenokura a:before {
    background-image: url(https://kknaruto.itembox.design/item/img/common/icon-wakamenokura_sp.png);
}
.side-nav .brand-menu li.umino-pecchanzu a:before {
    background-image: url(https://kknaruto.itembox.design/item/img/common/icon-umino-pecchanzu_sp.png);
}
.side-nav .brand-menu li.sorachiya a:before {
    background-image: url(https://kknaruto.itembox.design/item/img/common/icon-sorachiya_sp.png);
}
.side-nav .brand-menu li.hokohachi a:before {
    background-image: url(https://kknaruto.itembox.design/item/img/common/icon-hokohachi_sp.png);
}
.side-nav .cat-menu li a {
    padding-left: 4.2rem;
    font-size: 2.8rem;
    line-height: 2.1;
}
.side-menu-flex .side-nav {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 9rem;
}
.sidebar .sns-nav .sns-menu {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    grid-auto-flow: column;
    margin-bottom: 9rem;
}
.sidebar .sns-nav .sns-menu li a {
    font-size: 2.8rem;
    line-height: 2.85;
    padding-left: 7rem;
    position: relative;
}
.sidebar .sns-nav .sns-menu li a:before {
    content: "";
    width: 4rem;
    height: 4rem;
    background-position: 0;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.sidebar .sns-nav .sns-menu li.line a:before {
    background-image: url(https://kknaruto.itembox.design/item/img/common/icon-line.svg);
}
.sidebar .sns-nav .sns-menu li.sns-x a:before {
    background-image: url(https://kknaruto.itembox.design/item/img/common/icon-x.svg);
}
.sidebar .sns-nav .sns-menu li.insta a:before {
    background-image: url(https://kknaruto.itembox.design/item/img/common/icon-insta.svg);
}
.sidebar .sns-nav .sns-menu li.youtube a:before {
    background-image: url(https://kknaruto.itembox.design/item/img/common/icon-youtube.svg);
}
.sidebar .side-bnr img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 899px) {
    .sidebar.sp-only .bnr-list {
        list-style: none;
        padding: 0;
        margin: 0 auto 14rem;
        width: 44.2rem;
        display: grid;
        row-gap: 2rem;
    }
}
@media only screen and (min-width: 900px) {
    .side-nav {
        padding: 3rem 0 0;
    }
    .side-nav .nav-ttl {
        font-size: 1.8rem;
        padding-bottom: 1rem;
    }
    .side-nav .brand-menu li a {
        font-size: 1.4rem;
        padding-left: 4.2rem;
    }
    .side-nav .brand-menu li a:before {
        width: 3.2rem;
        height: 4rem;
    }
    .side-nav .brand-menu li.oimo-naru a:before {
        background-image: url(https://kknaruto.itembox.design/item/img/common/icon-oimo-naru.png);
    }
    .side-nav .brand-menu li.imoya-naruhuku a:before {
        background-image: url(https://kknaruto.itembox.design/item/img/common/icon-imoya-naruhuku.png);
    }
    .side-nav .brand-menu li.horehore-pudding a:before {
        background-image: url(https://kknaruto.itembox.design/item/img/common/icon-horehore-pudding.png);
    }
    .side-nav .brand-menu li.furefurencon a:before {
        background-image: url(https://kknaruto.itembox.design/item/img/common/icon-furefurencon.png);
    }
    .side-nav .brand-menu li.wakamenokura a:before {
        background-image: url(https://kknaruto.itembox.design/item/img/common/icon-wakamenokura.png);
    }
    .side-nav .brand-menu li.umino-pecchanzu a:before {
        background-image: url(https://kknaruto.itembox.design/item/img/common/icon-umino-pecchanzu.png);
    }
    .side-nav .brand-menu li.sorachiya a:before {
        background-image: url(https://kknaruto.itembox.design/item/img/common/icon-sorachiya.png);
    }
    .side-nav .brand-menu li.hokohachi a:before {
        background-image: url(https://kknaruto.itembox.design/item/img/common/icon-hokohachi.png);
    }
    .side-nav .cat-menu li a {
        font-size: 1.4rem;
        padding-left: 2.1rem;
    }
    .side-nav .cat-menu li a:before {
        width: 1rem;
    }
    .sidebar .sns-nav .sns-menu {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4,1fr);
        margin-bottom: 0;
    }
    .sidebar .sns-nav .sns-menu li a {
        font-size: 1.4rem;
        padding-left: 3.5rem;
    }
    .sidebar .sns-nav .sns-menu li a:before {
        width: 2rem;
        height: 2rem;
    }
}

/* SP fix-nav, footer-bnr */
@media only screen and (max-width: 899px) {
    #fix-nav {
        width: 100%;
        background-color: #fff;
    }
    #fix-nav .top-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }
}

/* footer */
.footer .inner {
    width: 64rem;
    margin: auto;
}
.footer dl, .footer dd, .footer ol, .footer p {
    margin: 0;
}
@media only screen and (min-width: 900px) {
    .footer .inner {
        width: 150rem;
    }
}

/* footer-contact  */
.footer-contact {
    background: url(https://kknaruto.itembox.design/item/img/common/footer-bg_sp.png) 0 / 100% 100% no-repeat;
    padding: 14rem 0 17rem;
    text-align: center;
}
.footer-contact .inner {
    background-color: #fff;
    padding: 2.4rem 2.4rem 6.8rem;
}
.footer-contact .inner .ttl {
    background-color: #F0F1F2;
    margin-bottom: 6rem;
}
.footer-contact .inner .ttl span {
    display: block;
    font-size: 3.6rem;
    line-height: 1.6;
    font-weight: 600;
    position: relative;
    padding: 13.5rem 0 3.5rem;
}
.footer-contact .inner .ttl span:before {
    content: "";
    width: 19rem;
    height: 8.8rem;
    background: url(https://kknaruto.itembox.design/item/img/common/icon-shipping.svg) 0 / contain no-repeat;
    position: absolute;
    top: 3.5rem;
    left: 50%;
    transform: translateX(-50%);
}
.footer-contact .support-wrap .item dt {
    font-size: 2.8rem;
    line-height: 1.5; 
    font-weight: 600;
}
.footer-contact .support-wrap .item dd a {
    color: #fff;
    border-radius: 9rem;
    display: grid;
    place-content: center;
    width: 52rem;
    height: 10rem;
    margin: 2rem auto;
}
.footer-contact .support-wrap .item-tel {
    padding-bottom: 5rem;
    position: relative;
    margin-bottom: 5rem;
}
.footer-contact .support-wrap .item-tel:after {
    content: "";
    width: 32rem;
    height: 1px;
    background-color: #D9D9D9;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.footer-contact .support-wrap .item-tel dd a {
    background-color: #7D1047;
    font-size: 5.6rem;
    font-weight: 500;
    grid-template-columns: auto auto;
    align-items: baseline;
}
.footer-contact .support-wrap .item-tel dd a:before {
    content: "TEL.";
    font-size: 3.4rem;
}
.footer-contact .support-wrap .item-mail dd a {
    background-color: #002A57;
    font-size: 3.6rem;
    font-weight: 600;
}
.footer-contact .support-wrap .item dd .txt {
    font-size: 2.4rem;
    line-height: 1.6;
}
.footer-contact .support-wrap .item dd .txt span {
    font-weight: 600;
    margin-right: 1em;
}

@media only screen and (min-width: 900px) {
    .footer-contact {
        background: url(https://kknaruto.itembox.design/item/img/common/footer-bg.png) 0 / 100% 100% no-repeat;
        padding: 9rem 2.8rem;
        text-align: center;
    }
    .footer-contact .inner {
        background-color: #fff;
        padding: 3.5rem;
    }
    .footer-contact .inner .ttl {
        margin-bottom: 5.4rem;
    }
    .footer-contact .inner .ttl span {
        font-size: 3rem;
        padding: 1.2rem 2rem 1.2rem 11.2rem;
        width: fit-content;
        margin: auto;
    }
    .footer-contact .inner .ttl span:before {
        width: 10.1rem;
        height: 5.6rem;
        top: 1rem;
        left: 0;
        transform: none;
    }
    .footer-contact .support-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-contact .support-wrap .item-tel {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .footer-contact .support-wrap .item-tel:after {
        transform: none;
        left: 100%;
        top: 0;
        width: 1px;
        height: 16rem;
    }
    .footer-contact .support-wrap .item dt {
        font-size: 1.8rem;
    }
    .footer-contact .support-wrap .item dd a {
        width: 90%;
        max-width: 55rem;
        height: 8rem;
    }
    .footer-contact .support-wrap .item-tel dd a {
        font-size: 4.4rem; 
    }
    .footer-contact .support-wrap .item-mail dd a {
        font-size: 3rem;
    }
    .footer-contact .support-wrap .item dd .txt {
        font-size: 1.4rem;
    }
}

/* footer-guide */
.footer-guide {
    background-color: #F8F9FA;
    padding: 14rem 0 4.5rem;
}
.footer-guide .col-item dl {
    padding: 8rem 0;
    border-bottom: 1px solid #D9D9D9;
}
.footer-guide .col-item:last-child dl:last-child {
    border: none;
}
.footer-guide .col-item dt {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 4rem;
}
.footer-guide .col-item dd ol {
    padding-left: 1.5em;
    font-size: 2.8rem;
    line-height: 2;
}
.footer-guide .col-item dd ol li .img {
    margin: 4rem 0 4rem -1.5em;
}
.footer-guide .col-item dd ol li .img img {
    width: 100%;
    height: auto;
}
.footer-guide .col-item dd .txt {
    font-size: 2.8rem;
    line-height: 2;
}
@media only screen and (min-width: 900px) {
    .footer-guide {
        padding: 12rem 0 2rem;
    }
    .footer-guide .col-wrap {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        column-gap: 10%;
        margin: 8rem 0;
    }
    .footer-guide .col-item:not(:last-child) {
        position: relative;
    }
    .footer-guide .col-item:not(:last-child):after {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #B3B3B3;
        position: absolute;
        right: -20%;
        top: 0;
    }
    .footer-guide .col-item dl {
        border-bottom: none;
        padding: 0; 
    }
    .footer-guide .col-item dl + dl {
        margin-top: 5rem;
    }
    .footer-guide .col-item dt {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .footer-guide .col-item dd .txt,
    .footer-guide .col-item dd ol {
        font-size: 1.4rem;
    }
    .footer-guide .col-item dd ol li .img {
        display: block;
    }
}

/* footer-nav */
.footer-nav {
    padding-bottom: 2rem;
    text-align: center;
}
.footer-nav .footer-menu {
    list-style: none;
    width: 64rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 6rem 0;
}
.footer-nav .footer-menu a {
    font-size: 2.8rem;
    line-height: 2;
}
.footer-nav small {
    font-size: 2.4rem;
}
@media only screen and (min-width: 900px) {
    .footer-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 150rem;
        padding: 0;
        margin: auto;
    }
    .footer-nav .footer-menu {
        margin: 0;
        width: auto;
        column-gap: 5rem;
        padding: 3rem 0;
    }
    .footer-nav .footer-menu a {
        font-size: 1.4rem;
    }
    .footer-nav small {
        font-size: 1.2rem;
    }
}

/* pagetop */
#pagetop {
    display: block;
    width: 7.2rem;
    height: 7.2rem;
    background: url(https://kknaruto.itembox.design/item/img/common/icon-pagetop_sp.png) 0 / 100% 100% no-repeat;
    right: 3rem;
    z-index: 9;
}
@media only screen and (min-width: 900px) {
    #pagetop {
        width: 5rem;
        height: 5rem;
        background: url(https://kknaruto.itembox.design/item/img/common/icon-pagetop.png) 0 / 100% 100% no-repeat;
        right: 2rem;
        cursor: pointer;
    } 
}

/* layout */
.fs-l-main {
    display: block;
    padding: 0;
    margin: 0 0 14rem;
    max-width: none;
}
@media only screen and (max-width: 900px) {
    .fs-l-main .sidebar {
        display: none;
    }
}

@media only screen and (min-width: 900px) {
    .fs-l-main {
        margin-bottom: 13rem;
    }
    .col2-wrap {
        width: 150rem;
        margin: auto;
        display: grid;
        grid-template-columns: 22rem 1fr;
        grid-template-areas: "side main";
        column-gap: 13.3rem;
    }
    .fs-l-main .sidebar {
        grid-area: side;
    }
    .fs-l-main .sidebar ul {
        list-style: none;
        margin: 0;
        padding: 0 0 4rem;
    }
    .fs-l-main .sidebar .side-menu-flex {
        display: flex;
        flex-direction: column-reverse;
    }
    .fs-l-main .sidebar .side-menu-flex .side-nav {
        border-bottom: none;
        margin-bottom: 2rem;
    }
    .fs-l-main .col2-main {
        grid-area: main;
    }
}

/* ttl */
.underline-ttl {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 4.8rem;
    position: relative;
    margin-bottom: 4rem;
}
.underline-ttl:after {
    content: "";
    width: 8rem;
    height: 1px;
    background-color: #1A1311;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.underline-ttl span {
    display: block;
    font-size: 6rem;
    font-weight: 600;
    line-height: 1;
    margin-top: 2rem;
}
.sideline-ttl {
    width: 64rem;
    margin: 0 auto 5.4rem;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 2rem;
    font-size: 3.6rem;
    font-weight: 600;
}
.sideline-ttl span {
    display: block;
    font-size: 2.4rem;
    font-weight: 500;
    padding-left: 9.6rem;
    position: relative;
}
.sideline-ttl span:before {
    content: "";
    width: 8rem;
    height: 1px;
    background-color: #707070;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (min-width: 900px) {
    .underline-ttl {
        font-size: 1.4rem;
        padding-bottom: 3rem;
        margin-bottom: 3rem;
    }
    .underline-ttl span {
        font-size: 4rem;
    }
    .sideline-ttl {
        font-size: 3rem;
        width: 100%;
    }
    .sideline-ttl span {
        font-size: 1.4rem;
    }
}

/* btn */
.btn-more {
    display: block;
    position: relative;
    font-size: 2.8rem;
}
.btn-more:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.btn-more.arrow-b {
    border: 1px solid #1A1311;
    border-radius: 7.2rem;
    padding: 2.8rem 0;
    text-align: center;
}
.btn-more.arrow-b:after {
    width: 3.2rem;
    height: 3.2rem;
    background: url(https://kknaruto.itembox.design/item/img/common/icon-arrow.svg) 0 / 100% 100% no-repeat;
    right: 2.2rem;
}
.btn-more.arrow-w {
    padding-right: 6rem;
}
.btn-more.arrow-w:after {
    width: 4rem;
    height: 4rem;
    background: url(https://kknaruto.itembox.design/item/img/common/icon-arrow-wh.svg) 0 / 100% 100% no-repeat;
    right: 0;
}
@media only screen and (min-width: 900px) {
    .btn-more.arrow-b {
        padding: 1.4rem 0;
        font-size: 1.6rem;
    }
    .btn-more.arrow-b:after {
        width: 2rem;
        height: 2rem;
        right: 2rem;
    }
    .btn-more.arrow-w {
        font-size: 1.4rem;
        padding-right: 3rem;
    }
    .btn-more.arrow-w:after {
        width: 2rem;
        height: 2rem;
    }
}

/* list */
.ydots-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ydots-list li {
    position: relative;
    line-height: 2;
    padding-left: 3rem;
}
.ydots-list li:before {
    content: "";
    width: 1rem;
    height: 1rem;
    background-color: #EEDC80;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2.4rem;
}
.ydots-list li.txt + li.txt {
    margin-top: 2rem;
}
.dots-list {
    list-style: disc;
    padding-left: 4rem;
}
.dots-list li {
    font-size: 2.8rem;
    line-height: 2;
}
.alpha-list {
    list-style: none;
    padding-left: 0;
}
.alpha-list > li {
    font-size: 2.8rem;
    line-height: 2;
    position: relative;
    padding-left: 8rem;
}
.alpha-list > li:before {
    position: absolute;
    left: 0;
    top: -.1rem;
}
.alpha-list > li:nth-child(1):before {
    content: "( A )";
}
.alpha-list > li:nth-child(2):before {
    content: "( B )";
}
.alpha-list > li:nth-child(3):before {
    content: "( C )";
}
.alpha-list > li + li {
    margin-top: 4rem;
}
@media only screen and (min-width: 900px) {
    .ydots-list li {
        padding-left: 1.5rem;
    }
    .ydots-list li:before {
        width: .5rem;
        height: .5rem;
        top: 1.2rem;
    }
    .ydots-list li.txt + li.txt {
        margin-top: 1rem;
    }
    .dots-list {
        padding-left: 2rem;
    }
    .dots-list li {
        font-size: 1.4rem;
    }
    .alpha-list {
        margin-bottom: 3rem;
    }
    .alpha-list > li {
        font-size: 1.4rem;
        padding-left: 4rem;
    }
    .alpha-list > li + li {
        margin-top: 3rem;
    }
}
    

/* ac-menu */
@media only screen and (max-width: 899px) {
    .ac-menu {
        position: relative;
    }
    .ac-menu:before {
        content: "";
        width: 2.4rem;
        height: 2.4rem;
        position: absolute;
        right: 0;
        top: 30%;
        transform: translateY(-50%);
    }
    .ac-menu:before {
        background: url(https://kknaruto.itembox.design/item/img/common/icon-plus.svg) 0 / contain no-repeat;
    }
    .ac-menu.active:before {
        background: url(https://kknaruto.itembox.design/item/img/common/icon-minus.svg) 0 / contain no-repeat;
    }
    .ac-toggle {
        display: none;
    }
    .ac-menu.active + .ac-toggle {
        display: block;
    }
}

/* TOP, category */
/* recommend */
#recommend {
    margin-bottom: 13rem;
}
#recommend .recommend-ttl {
    font-size: 3.6rem;
    font-weight: 600;
    text-align: center;
    margin: 0 0 2rem;
}
#recommend .recommend-ttl span {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 4rem;
    background-color: #EEDC80;
    border-radius: 2.8rem;
    display: block;
    width: 26rem;
    margin: 0 auto 2rem;
    padding: 0 4rem;
}
@media only screen and (min-width: 900px) {
    #recommend {
        margin-bottom: 10rem;
    }
    #recommend .recommend-ttl {
        display: flex;
        align-items: center;
        column-gap: 1rem;
        font-size: 3rem;
        margin: 0 0 4rem;
    }
    #recommend .recommend-ttl span {
        margin: 0;
        font-size: 1.4rem;
    }
}

/* item-wrap */
.item-wrap {
    width: 68rem;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 4.8rem;
    row-gap: 5.2rem;
}
.item-wrap .item a {
    line-height: 1.5;
}
.item-wrap .item .item-ttl {
    margin: 0 0 2rem;
    font-size: 2.8rem;
}
.item-wrap .item .item-price {
    margin: 0;
    color: #B3B3B3;
    text-align: right;
    font-size: 2.8rem;
}
.item-wrap .item .item-price span {
    font-size: 2.2rem;
}
.item-wrap .item img {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}
@media only screen and (min-width: 1021px) {
    .item-wrap {
        width: 100%;
        grid-template-columns: repeat(4,1fr);
        column-gap: 4%;
    }
    .item-wrap .item .item-ttl {
        margin: 0 0 1rem;
    }
    .item-wrap .item .item-ttl,
    .item-wrap .item .item-price {
        font-size: 1.4rem;
    }
    .item-wrap .item .item-price span {
        font-size: 1.1rem;
    }
}

/* col2-bnr */
.col2-bnr {
    display: grid;
    row-gap: 2rem;
    width: 60rem;
    margin: 0 auto 14rem;
}
.col2-bnr img {
    width: 100%;
    height: auto;
}
@media only screen and (min-width: 900px) {
    .col2-bnr {
        grid-template-columns: repeat(2,1fr);
        column-gap: 2.9rem;
        width: 100%;
        margin-bottom: 11rem;
    }
}

/* ranking */
.ranking {
    margin-bottom: 12rem;
}
.ranking .item-wrap {
    counter-reset: ranking 0;
}
.ranking .item-wrap li {
    counter-increment: ranking 1;
    position: relative;
}
.ranking .item-wrap li:before {
    content: "";
    position: absolute;
    width: 8rem;
    height: 8rem;
    top: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.ranking .item-wrap li:after {
    content: counter(ranking);
    font-family: "Jost", sans-serif;
    font-size: 3.2rem;
    color: #fff;
    position: absolute;
    top: .4rem;
    right: 1rem;
}
.ranking .item-wrap li:first-child:before {
    background-color: #CBBE7C;
}
.ranking .item-wrap li:nth-child(2):before {
    background-color: #ABB6BE;
}
.ranking .item-wrap li:nth-child(3):before {
    background-color: #AF8B5C;
}
.ranking .item-wrap li:nth-child(4):before {
    background-color: #002A57;
}
@media only screen and (min-width: 900px) {
    .ranking {
        margin-bottom: 11rem;
    }
    .ranking .item-wrap li:before {
        width: 3.64vw;
        height: 3.64vw;
    }
    .ranking .item-wrap li:after {
        font-size: 1.3vw;
        right: 1rem;
    }
}

/* special feature */
#speacial-feature {
    width: 72rem;
    background-color: #F5F6F7;
    margin: 14rem auto 16rem;
    position: relative;
    padding: 15.6rem 0 3.6rem;
}
#speacial-feature .feature-ttl {
    font-size: 7.8rem;
    font-weight: 400;
    color: #fff;
    margin: 0;
    position: absolute;
    top: -2.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    letter-spacing: .09em;
}
#speacial-feature .feature-wrap {
    margin-bottom: 10rem;
}
#speacial-feature .feature-wrap .ttl {
    width: 60rem;
    font-size: 3.2rem;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    margin: 0 auto 4rem;
}
#speacial-feature .feature-wrap .ttl span {
    font-size: 2.2rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 5rem;
    width: 46rem;
    clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0 100%, 0 0);
}
#speacial-feature .feature-wrap:nth-of-type(odd) .ttl span {
    background-color: #7D1047;
}
#speacial-feature .feature-wrap:nth-of-type(even) .ttl span {
    background-color: #002A57;
}
#speacial-feature .feature-wrap .item-wrap {
    min-width: 94.4%;
    position: relative;
}

@media only screen and (max-width: 899px) {
    #speacial-feature .feature-wrap .item-wrap .item.slick-slide {
        margin: 0 2rem;
        padding-bottom: 8rem;
    }
    #speacial-feature .feature-wrap .item-wrap .slick-prev,
    #speacial-feature .feature-wrap .item-wrap .slick-next {
        width: 2rem;
        height: 2rem;
        border-right: 1px solid #263040;
        border-bottom: 1px solid #263040;
        top: 98%;
    }
    #speacial-feature .feature-wrap .item-wrap .slick-prev {
        transform: rotate(135deg);
        left: 10%;
    }
    #speacial-feature .feature-wrap .item-wrap .slick-next {
        transform: rotate(-45deg);
        right: 10%;
    }
    #speacial-feature .feature-wrap .item-wrap .slick-prev:before,
    #speacial-feature .feature-wrap .item-wrap .slick-next:before {
        content: none;
    }
    #speacial-feature .feature-wrap .item-wrap .slick-dots {
        bottom: -.5rem;
        left: 50%;
        transform: translateX(-50%);
        width: 65%;
    }
    #speacial-feature .feature-wrap .item-wrap .slick-dots li {
        width: 25%;
        height: 1px;
        background-color: #D9D9D9;
        margin: 0;
    }
    #speacial-feature .feature-wrap .item-wrap .slick-dots li.slick-active {
        background-color: #1A1311;
    }
    #speacial-feature .feature-wrap .item-wrap .slick-dots li button {
        width: 100%;
        height: 1px;
        padding: 0;
    }
    #speacial-feature .feature-wrap .item-wrap .slick-dots li button:before {
        content: none;
    }
}
@media only screen and (min-width: 900px) {
    #speacial-feature {
        width: 100%;
        padding: 15rem 0 1rem;
        margin-bottom: 14rem;
    }
    #speacial-feature .feature-ttl {
        font-size: 10rem;
        font-weight: 400;
        top: -4rem;
    }
    #speacial-feature .feature-wrap {
        margin-bottom: 8rem;
        padding: 0 7%;
    }
    #speacial-feature .feature-wrap .ttl {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        column-gap: 2rem;
        font-size: 2.5rem;
        align-items: center;
        margin: 0 auto 3rem;
        flex-wrap: wrap;
    }
    #speacial-feature .feature-wrap .ttl span {
        font-size: 1.1rem;
        line-height: 2.5rem;
        width: 23rem;
    }
}

/* news */
#news {
    width: 64rem;
    margin: 0 auto 13rem;
}
#news .news-ttl {
    margin: 0 0 6rem;
    font-size: 3.6rem;
    font-weight: 600;
}
#news .news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
#news .news-list li {
    padding-bottom: 6rem;
}
#news .news-list li:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 5.4rem;
}
#news .news-date {
    font-size: 2.8rem;
    line-height: 2;
}
#news .news-cat {
    font-size: 2.4rem;
    line-height: 4rem;
    background-color: #F0F2F5;
    border-radius: 2.6rem;
    display: inline-block;
    padding: 0 4rem;
    margin-left: 4rem;
}
#news .news-list .txt {
    font-size: 2.8rem;
    line-height: 2;
    margin: 1rem 0 0;
}
#news .news-list .txt a {
    color: #3572b0;
    text-decoration: underline;
}
#news .btn-more {
    width: max-content;
    margin-left: auto;
}
@media only screen and (min-width: 900px) {
    #news {
        width: 100%;
        margin: 0 auto 10rem;
        display: grid;
    }
    .fs-body-top #news {
        grid-template-columns: 21.7% 1fr;
    }
    #news .news-ttl {
        font-size: 2.2rem;
    }
    #news .news-list li {
        padding-bottom: 3rem;
    }
    #news .news-list li:not(:last-child) {
        margin-bottom: 2.7rem;
    }
    #news .news-date,
    #news .news-list .txt {
        font-size: 1.4rem;
    }
    #news .news-list article {
        display: grid;
        grid-template-columns: max-content max-content 1fr;
        align-items: center;
    }
    #news .news-cat {
        font-size: 1.2rem;
        line-height: 2.5rem;
        margin-right: 2rem;
    }
    #news .news-list .txt {
        margin: 0;
    }
}
