@charset "utf-8";

body {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  color: #431f16;
}

img {
  padding: 0;
  margin: 0;
  vertical-align: bottom;
}

ul, p {
  padding: 0;
  margin: 0;
}

a {
  color: #431f16;
  text-decoration: none;
}
a:visited {
  color: #431f16;
}
a:hover {
  color: #138c6d;
  text-decoration: none;
}
a:active {
  color: #431f16;
}

/* margin reset */
.nomt { margin-top: 0 !important; }
.nomr { margin-right: 0 !important; }
.nomb { margin-bottom: 0 !important;}
.noml { margin-left: 0 !important; }

/* hidden */
@media screen and (min-width:768px) { .sp-only { display: none; } }
@media screen and (max-width:767px) { .pc-only { display: none; } }

/* button plus */
.mod-button {
    background-color: #ff8498;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    border-radius: 50px;
    border: 0;
    box-shadow: none;
    overflow: hidden;
    padding: 0;
}
.mod-logout {
    color: #fff !important;
    background-color: #ccc;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    width: 160px;
    border-radius: 50px;
    border: 0;
    box-shadow: none;
    overflow: hidden;
    padding: 0;
    display: block;
}
@media screen and (max-width: 767px) {
.mod-button, .mod-logout {
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
    border-radius: 100px;
}
}

/* ----------------------------------------------------------------------

    HEAD

---------------------------------------------------------------------- */

.head {
    background: #95e2ce;
    z-index: 9999;
}
.head .top-block {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head .head__logo {
    order: 2;
    width: 40%;
    text-align: center;
    margin: 0 5%;
}
    .head .head__logo img {
        width: 296px;
        height: 61px;
    }
    .head .head__logo a:hover {
        opacity: 0.8;
        -webkit-transiton: .3s;
        transition: .3s;
    }
.head .sp-head__menu {
    display: none;
}
.head .head__navi {
    order: 3;
    width: 20%;
    margin: 30px 0;
}
    .head__navi .navi__list {
        list-style: none;
        text-align: right;
    }
    .head__navi .navi__item {
        display: inline-block;
        vertical-align: bottom;
        margin-left: 25px;
    }
    .head__navi .navi__item.login img {
        width: 43px;
        height: 42px;
    }
    .head__navi .navi__item.cart img {
        width: 62px;
        height: 47px;
    }
    .head__navi .navi__item a {
        display: block;
        color: #431f16;
        text-align: center;
    }
    .head__navi .navi__item a:hover {
        opacity: 0.8;
        -webkit-transiton: .3s;
        transition: .3s;
    }
    .head__navi .navi__item .name {
        font-size: 12px;
    }

.head__search {
    order: 1;
    width: 30%;
    margin: 30px 0;
}
    #head__form {
        display: -webkit-flex;
        display: flex;
        max-width: 253px;
        height: 46px;
        border: 0;
        background: #fff;
        border-radius: 8px;
    }
    #head__form .search__input {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        outline: none;
        background: none;
        border: none;
        padding:0 10px;
    }
    #head__form .search__input:focus {
        outline: none;
        border: 0;
        box-shadow: none;
    }
    #head__form .search__submit {
        border: 0;
        font-size: 0;
        background: none;
        padding: 0 20px 0 10px;
    }

@media screen and (max-width:767px) {
    .head {
        padding: 3% 2%;
        border-bottom: 1px solid #7cceb9;
    }
    .head .head__logo {
        width: 65%;
    }
        .head .head__logo img {
            width: auto;
            height: auto;
            max-height: 65px;
        }
    .head .sp-head__menu {
        display: block;
        order: 1;
        width: 15%;
        text-align: left;
        padding: 0;
    }
        .head .sp-head__menu .drawer__open {
            padding: 0;
            width: 50%;
            height: auto;
            border: 0;
            background: none;
        }
    .head .head__navi {
        width: 20%;
        margin: 0;
    }
        .head__navi .navi__item a {
            display: inline;
            text-align: right;
        }
        .head__navi .navi__item.cart img {
            width: 70%;
            height: auto;
            min-width: 60px;
        }
        .head__navi .navi__item.login {
            display: none;
        }
        .head__navi .navi__item.cart {
            margin-left: 0px;
        }
        .head__navi .navi__item .name {
            display: none;
        }

    .head__search {
        display: none;
    }

}


/* ----------------------------------------------------------------------

    NAVIGATION (PC)

---------------------------------------------------------------------- */

.pc-navi {
    background: #95e2ce;
    position: relative;
    z-index: 9899;
    border-bottom: 1px solid #7cceb9;
}

.pc-menu > .menu__list {
    font-size: 13px;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.pc-menu > .menu__list > .menu__item {
    margin-bottom: 15px;
}
.pc-menu > .menu__list > .menu__item::before {
    content: '|';
    color: #7cceb9;
}
.pc-menu > .menu__list > .menu__item:first-of-type::before {
    content: none;
    margin: 0;
}
.pc-menu > .menu__list > .menu__item.mega-open ,
.pc-menu > .menu__list > .menu__item > a {
    display: inline-block;
    text-align: center;
    width: 150px;
}

.pc-menu > .menu__list > .menu__item.mega-open {
    padding-bottom: 15px;
    margin-bottom: 0;
}
.pc-menu > .menu__list > .menu__item.mega-open::after {
    content: '';
    position: absolute;
    background-image: url('https://zo001.itembox.design/item/kanahei/top_navi_arrow.svg?t=20230721142743');
    background-repeat: no-repeat;
    width: 12px;
    height: 7px;
    top: 50%;
    margin-top: -11px;
    margin-left: 10px;
    -webkit-transiton: .5s;
    transition: .5s ;
    transform-origin: center center 0;
}
.pc-menu > .menu__list > .menu__item.mega-open:hover::after {
    transform: rotate(180deg);
    transform-origin: center center 0;
}

/* mega menu */
.mega-menu {
    width: 100%;
    background: #fff;
    position: absolute;
    padding: 40px 0;
    top: 100%;
    left: 0;
    display: none;
    z-index: 9799;
}
.mega-menu__block {
    margin: 0 0 25px 15px;
}
.mega-menu__block .menu__list {
    display: -webkit-flex;
    display: flex;
}
.mega-menu__block .menu__item {
    list-style-image: url('https://zo001.itembox.design/item/kanahei/menu_arrow.svg?t=20230721142743');
    font-size: 14px;
    width: 165px;
    text-align: left;
}

@media screen and (max-width:767px) {
    .pc-navi {
        display: none;
    }
    .mega-menu {
        display: none;
    }
}


/* ----------------------------------------------------------------------

    MAIN

---------------------------------------------------------------------- */

/* 背景設定 */
main {
    background-color: #ffffdb;
    background-image: url('https://zo001.itembox.design/item/kanahei/back_pattern.png?t=20230721142743');
}
@media screen and (max-width: 767px) {
    main {
        background-image: none;
    }
}

.top-block {
    max-width: 1000px;
    margin: 0 auto;
}
.wrap {
    max-width: 1000px;
    margin: 30px auto 60px;
}
@media screen and (max-width: 767px) {
    .wrap {
        margin: 0 3% 2.4em;
    }
}

/* タイトル設定 */
.top-ttl {
  text-align: center;
  margin: 40px 0 30px;
  position: relative;
}
.top-new-product .top-ttl img {
    width: 239px;
    height: 72px;
}
.top-pickup .top-ttl {
    margin-top: 20px;
}
.top-pickup .top-ttl img {
    width: 49px;
    height: 24px;
}
.top-original .top-ttl img {
    width: 117px;
    height: 22px;
}

.top-restock .top-ttl img {
    width: 71px;
    height: 24px;
}

.top-character .top-ttl img {
    width: 136px;
    height: 22px;
}

.top-ranking .top-ttl img {
    width: 112px;
    height: 23px;
}
.top-ranking .top-ttl::after {
      display: inline-block;
      content: '';
      background-image: url('https://zo001.itembox.design/item/kanahei/ttl_img_ranking_back_pc.png?t=20230721142743');
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -225px;
      width: 451px;
      height: 47px;
}
@media screen and (max-width:767px) {
    .top-pickup .top-ttl {
        margin: 15px 0;
    }
    .top-ranking .top-ttl {
      padding-top: 10%;
        margin-bottom: 50px;
    }
    .top-ranking .top-ttl::after {
      background-image: url('https://zo001.itembox.design/item/kanahei/ttl_img_ranking_back_sp.png?t=20230721142743');
      left: 0;
      margin-left: 0;
      width: 100%;
      height: 0;
      padding-top: 15.2%;
    }
}

.footer-guide .top-ttl {
    margin-bottom: 40px;
}
.footer-guide .top-ttl img {
    width: 147px;
    height: 23px;
}


/* 共通 アイテムリスト */

.top-product__list {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.top-product__item {
    background-color: #fff;
    border-radius: 14px;
    overflow: hidden;
    width: 31.5%;
}
.top-product__item:nth-child(2) {
    margin: 0 2.75%;
}
    .top-product__item a {
        color: #431f16;
        display: block;
    }
    .top-product__item a:hover {
        opacity: 0.8;
        -webkit-transiton: .3s;
        transition: .3s;
    }
    .top-product__item .name {
        font-size: 14px;
        padding: 15px 10px 0 10px;
        margin: 0;
    }
    .top-product__item .price {
        font-size: 16px;
        font-weight: bold;
        padding: 10px 10px 20px 10px;
        margin: 0;
    }
@media screen and (min-width:768px) {
    /* PC 商品数表示制限(display) */
    .top-product__list.pc-item-count-2 .top-product__item:nth-child(n+3) {
        display: none;
    }
    .top-product__list.pc-item-count-3 .top-product__item:nth-child(n+4) {
        margin-top: 20px;
    }
    .top-product__list.pc-item-count-4 .top-product__item:nth-child(n+5) {
        display: none;
    }
}
@media screen and (max-width:767px) {
    .top-product__list {
        margin: 0 3%;
    }
    .top-product__item {
        background-color: #fff;
        border-radius: 14px;
        overflow: hidden;
        width: 48.50%;
    }
    .top-product__item:nth-child(even) {
        margin: 0 0 0 3%;
    }
    .top-product__item:nth-child(n+3) {
        margin-top: 6%;
    }
    /* SP 商品数表示制限(display) */
    .top-product__list.sp-item-count-2 .top-product__item:nth-child(n+3) {
        display: none;
    }
    .top-product__list.sp-item-count-4 .top-product__item:nth-child(n+5) {
        display: none;
    }
}

/* more link */
.top-more {
    text-align: right;
    margin: 20px 0 75px;
}
.top-more .inner {
    display: inline-block;
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
}
.top-more a {
    display: block;
    color: #fff;
    background-color: #ff8498;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    width: 160px;
    border-radius: 50px;
    overflow: hidden;
}
.top-more a:hover {
    opacity: 0.8;
    -webkit-transiton: .3s;
    transition: .3s;
}
@media screen and (max-width: 767px) {
    .top-more {
        text-align: center;
        margin: 5% 0;
    }
    .top-more a {
        font-size: 14px;
        font-weight: bold;
        line-height: 60px;
        width: 160px;
        border-radius: 100px;
    }
}

/* 新着商品*/
.top-new-product {
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
}

/* 特集 */

.top-pickup{
    background-image: url('https://zo001.itembox.design/item/kanahei/back_pattern_dot.png?t=20230721142743');
    background-repeat: repeat;
    background-size: 186px;
    padding: 20px 0 60px;
}
.top-pickup .list--item img {
    border-radius: 3px;
    overflow: hidden;
}
.top-pickup .list--item a {
    display: block;
    background-color: #fff;
    border-radius: 14px;
    overflow: hidden;
    margin: 5%;
}
.top-pickup .list--item a:hover {
    opacity: 0.8;
    -webkit-transiton: .3s;
    transition: .3s;
}

@media screen and (max-width: 767px) {
    .top-pickup {
        padding: 10px 2% 30px;
    }
    .top-pickup .list--item a {
        border-radius: 7px;
    }
}

/* オリジナル */

.top-original .top-product__list {
    position: relative;
}
.top-original .top-product__list:before {
    display: inline-block;
    content: '';
    background-image: url('https://zo001.itembox.design/item/kanahei/ttl_img_original_back.png?t=20230721142743');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -84px;
    right: 28px;
    width: 142px;
    height: 84px;
}
@media screen and (max-width: 767px) {
    .top-original {
        margin-top: 40px;
    }
    .top-original .top-ttl {
        margin-top: 0px;
    }
    .top-original .top-product__list:before {
        width: 28%;
        max-width: 142px;
        right: 0;
        background-position: bottom;
    }
}

/* 再入荷 */
.top-restock .top-product__list {
    position: relative;
}
.top-restock .top-product__list:before {
    display: inline-block;
    content: '';
    background-image: url('https://zo001.itembox.design/item/kanahei/ttl_img_restock_back.png?t=20230721142743');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -94px;
    left: 16px;
    width: 134px;
    height: 94px;
}
@media screen and (max-width: 767px) {
    .top-restock {
        margin-top: 40px;
    }
    .top-restock .top-ttl {
        margin-top: 0px;
    }
    .top-restock .top-product__list:before {
        width: 25%;
        max-width: 134px;
        left: 25px;
        background-position: bottom;
    }
}

/* キャラクター */
.top-character {
    background-image: url('https://zo001.itembox.design/item/kanahei/back_pattern_character.png?t=20230721142743');
    background-repeat: repeat;
    background-size: 93px 90px;
    padding: 5px 0;
    margin-top: 30px; /* 4/21 plus */
    margin-bottom: 74px;
    border-radius: 14px;
}
.top-character .top-ttl {
    margin-bottom: 20px;
}
.top-character__list {
    display: -webkit-flex;
    display: flex;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 40px 0;
}
.top-character__item {
    width: 15%;
}
.top-character__item .inner {
    text-align: center;
}
.top-character__item a {
    display: block;
}
.top-character__item a:hover {
    opacity: 0.8;
    -webkit-transiton: .3s;
    transition: .3s;
}
.top-character__item .image {
    height: 125px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-character__item  .name {
    font-size: 16px;
    font-weight: bold;
    color: #431f16;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .top-character {
        border-radius: 0;
        margin: 30px 0 30px;
        padding: 30px 0 20px;
    }
    .top-character .top-ttl {
        margin-top: 0px;
    }
    .top-character__item {
        width: 31.333%;
        margin: 0 1%;
    }
    .top-character__item:nth-of-type(n+4) {
        margin-top: 30px;
    }
}

/* ランキング */
.top-ranking {
    background: #fffcb9;
    padding: 20px 0 60px;
    background-image: url('https://zo001.itembox.design/item/kanahei/back_pattern_ranking.png?t=20230721142743');
    background-repeat: repeat-x;
    background-position: bottom;
}
.top-ranking .top-ttl {
  margin: 40px 0 60px;
}
.top-ranking__list {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    counter-reset: ranking-mark;
}
.top-ranking__item {
    width: 31.5%;
    position: relative;
    margin-bottom: 30px;
}
.top-ranking__item:nth-of-type(-n+2) {
    width: 48.625%;
}
.top-ranking__item::before {
    content: counter(ranking-mark, decimal);
    counter-increment: ranking-mark;
    background-image: url('https://zo001.itembox.design/item/kanahei/flag.png?t=20230721142743');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 60px;
    color: #431f16;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 20px;
    padding: 6px 0;
    z-index: 9699;
}
.top-ranking__item img {
    border-radius: 14px;
    overflow: hidden;
}
.top-ranking__item a {
    color: #431f16;
    display: block;
}
.top-ranking__item a img:hover,
.top-ranking__item a .inner:hover .name,
.top-ranking__item a .inner:hover .price {
    opacity: 0.8;
    -webkit-transiton: .3s;
    transition: .3s;
}
.top-ranking__item .name {
    margin: 15px 20px 10px;
}
.top-ranking__item .price {
    margin: 0 20px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .top-ranking {
        padding: 0 0 30px;
    }
    .top-ranking__list {
        margin: 0 3%;
    }
    .top-ranking__item::before {
        width: 40px;
        top: -5px;
        left: 10px;
        font-size: 20px;
    }
    .top-ranking__item:nth-of-type(n+3)::before {
        width: 30px;
        font-size: 14px;
    }
    .top-ranking__item img {
        border-radius: 7px;
    }
    .top-ranking__item .name {
        margin: 5px 10px 10px;
    }
    .top-ranking__item .price {
        margin: 0 10px;
        font-weight: bold;
    }
    .top-ranking__item:nth-of-type(n+3) .name {
        margin: 5px 0;
    }
    .top-ranking__item:nth-of-type(n+3) .price {
        margin: 5px 0 0;
    }
    .top-ranking .top-more {
        margin: 3% 0 6%;
    }
}


/* ----------------------------------------------------------------------

    FOOTER

---------------------------------------------------------------------- */

.fs-l-footer__contents > * {
    padding: 0;
}

.fs-l-footer {
    position: relative;
    background: none !important;
    border: none !important;
    margin: 108px 0 0 0;
}
.fs-l-footer ul {
    list-style: none;
}
.fs-l-footer a:hover {
    color: #431f16;
    opacity: 0.8;
    -webkit-transiton: .3s;
    transition: .3s;
}
.fs-l-footer a:hover {
    opacity: 0.8;
    -webkit-transiton: .3s;
    transition: .3s;
}
@media screen and (max-width: 767px) {
    .fs-l-footer__contents > * {
        padding: 0 6%;
    }
    .fs-l-footer {
        margin: 30px 0 0;
    }
}

.footer-link {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    }
    .footer-link .share__list {
        list-style: none;
        display: -webkit-flex;
        display: flex;
        order: 2;
        margin-left: 23px;
    }
    .footer-link .share__item {
        display: -webkit-flex;
        display: flex;
        height: 80px;
        align-items: center;
        justify-content: center;
    }
    .footer-link .share__item:nth-of-type(n+2) {
        margin-left: 12px;
    }
    .footer-link .share__item img {
        width: 60px;
        height: 60px;
    }
    .footer-link .banner__list {
        display: -webkit-flex;
        display: flex;
        order: 1;
    }
    .footer-link .banner__item:nth-of-type(n+2) {
        margin-left: 20px;
    }
@media screen and (max-width: 767px) {
    .footer-link .share__list {
        order: 1;
        margin: 0;
    }
    .footer-link .banner__list {
        order: 2;
        width: 100%;
        display: block;
        margin-top: 10px;
    }
    .footer-link .banner__item:nth-of-type(n+2) {
        margin: 10px 0 0 0;
    }
    .footer-link .banner__item {
        width: 100%;
    }
    .footer-link .banner__item img {
        width: 100%;
    }
}

.footer-guide {
    justify-content: center;
    flex-wrap: wrap;
}
    .footer-guide .guide__list {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-guide .guide__item {
        border: dashed 2px #865c52;
        width: 260px;
        border-radius: 10px;
        overflow: hidden;
    }
    .footer-guide .guide__item a {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #431f16;
        text-align: center;
        position: relative;
        padding: 10px 20px;
    }
    .footer-guide .guide__item a:hover {
        background: #431f162e;
    }
    .footer-guide .guide__item:nth-of-type(2) {
        margin: 0 16px;
    }
    .footer-guide .guide__item .text {
        padding: 10px;
        width: 100%;
        text-align: center;
    }
    .footer-guide .guide__item .icon .icon-postage {
        width: 39px;
    }
    .footer-guide .guide__item .icon .icon-howto {
        width: 24px;
    }
    .footer-guide .guide__item .icon .icon-question {
        width: 36px;
    }
    .footer-guide .guide__item .text {
        text-align: center;
    }
@media screen and (max-width: 767px) {
    .footer-guide .guide__item {
        border: dashed 2px #865c52;
        width: 30%;
        border-radius: 14px;
    }
    .footer-guide .guide__item a {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        padding: 20px 5px 10px;
        height: 100%;
    }
    .footer-guide .guide__item .icon {
        height: 70%;
    }
    .footer-guide .guide__item .text {
        font-size: 12px;
        padding: 0;
        margin-top: auto;
    }
}

.footer-contact {
    margin-top: 55px;
}
    .footer-contact .contact__list {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-contact .contact__item {
        width: 338px;
    }
    .footer-contact .contact__item img {
        width: 338px;
        height: 77px;
    }
    .footer-contact .contact__item:nth-of-type(n+2) {
        margin-left: 17px;
    }
    .footer-contact .contact__item .text {
        text-align: center;
        color: #431f16;
        font-size: 13px;
        padding: 13px 20px 0;
    }
@media screen and (max-width: 767px) {
    .footer-contact .contact__item {
        width: 100%;
    }
    .footer-contact .contact__item img {
        width: 100%;
        height: auto;
    }
    .footer-contact .contact__item:nth-of-type(n+2) {
        margin: 30px 0 0 0;
    }
}

.footer-copy {
    background: #95e2ce;
    height: 96px;
    padding: 30px 0;
    margin-top: 65px;
    position: relative;
}
    .footer-copy .footer-sitemap {
        float: left;
    }
    .footer-copy .sitemap__list {
        display: -webkit-flex;
        display: flex;
    }
    .footer-copy .sitemap__list a {
        color: #5d4635;
    }
    .footer-copy .sitemap__list a:hover {
        color: #5d4635;
        text-decoration: underline;
    }
    .footer-copy .sitemap__item::after {
        content: '|';
        margin: 0 10px;
        color: #5d4635;
    }
    .footer-copy .sitemap__item:last-of-type::after {
        content: none;
    }
    .pc-hidden {
        display: none;
    }
    .fs-p-footerCopyright {
        float: right;
        background: none;
        color: #5d4635;
        text-align: right;
        padding: 0;
        margin: 0;
    }
    .fs-p-footerCopyright .fs-p-footerCopyright__text:nth-of-type(n+2) {
        color: #4d9683;
    }
.footer-copy::after {
    content: "";
    display: block;
    clear: both;
}
@media screen and (max-width: 767px) {
    .footer-copy {
        height: initial;
        background-color: #fff;
        padding: 0;
    }
    .footer-copy .footer-sitemap {
        float: none;
        margin: 0 6%;
    }
    .footer-copy .sitemap__list {
        justify-content: space-between;
        padding: 0;
        margin: 0;
        flex-wrap: wrap;
    }
    .footer-copy .sitemap__item {
        width: 50%;
        line-height: 30px;
    }
    .footer-copy .sitemap__item:nth-of-type(n+3) {
        margin-top: 20px;
    }
    .footer-copy .sitemap__item::after {
        content: '';
        margin: 0 10px;
        color: #5d4635;
    }
    .footer-to-top {
        margin: 60px 0 30px;
        text-align: center;
    }
        .footer-to-top img {
            width: 37px;
            height: auto;
            margin-bottom: 10px;
        }
    .fs-p-footerCopyright {
        float: none;
        text-align: center;
        background: #95e2ce;
        padding: 20px 0;
    }
    .fs-p-footerCopyright__text {
        font-size: 14px;
    }
}

.footer-fix {
    position: fixed;
    right: 35px;
}
    .footer-fix .fix__list {
        list-style: none;
    }
    .footer-fix .fix__item {
        max-width: 80px;
    }
    .footer-fix .fix__item:nth-of-type(n+2) {
        margin-top: 22px;
    }
        .footer-fix .fix__item .cart a {
            position: relative;
            display: block;
            z-index: 9999;
        }
        .footer-fix .fix__item .top {
            font-size: 12px;
            margin: 0;
            padding: 0;
            text-align: center;
        }
        .footer-fix .fix__item .top img {
            width: 37px;
            height: 57px;
        }

        .fs-p-cartItemNumber {
            background: #fff;
            color: #000;
            border: 2px solid #95e2ce;
            width: 27px;
            height: 27px;
            padding: 0;
            text-align: center;
            line-height: 22px;
            border-radius: 50%;
            top: 0;
            right: 0;
        }
@media screen and (max-width: 767px) {
    .footer-fix {
        right: 3%;
    }
    .footer-fix .fix__item {
        max-width: 70px;
    }
}

/* ----------------------------------------------------------------------

    SP MENU

---------------------------------------------------------------------- */

.drawer {
    display: none;
}
.drawer.open {
    left: 0;
}
@media screen and (max-width: 767px) {
    .drawer {
        position: fixed;
        display: block;
        top: 0;
        left: -80%;
        z-index: 9999;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        width: 80%;
        height: 100%;
        background: #fff;
        color: #212121;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-property: all;
        transition-property: all;
        overflow: scroll;
    }
    .drawer a {
        color: #431f16;
        font-size: 18px;
    }
    .drawer a:hover {
        color: #431f16;
        text-decoration: none;
    }
    .drawer ul {
        list-style: none;
    }
    .drawer-top {
        margin: 30px 25px 0;
    }
    .drawer-main {
        margin: 0 25px;
    }
    /* drawer-head */
    .drawer-head {
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 30px;
    }
    .drawer-head .head__right {
        margin-left: auto;
    }
    .drawer-head .head__right .drawer__close {
        font-size: 0;
        background: #fff;
        border: 0;
        background-image: url('https://zo001.itembox.design/item/kanahei/sp_menu_close.svg?t=20230721142743');
        width: 25px;
        height: 25px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    /* drawer search */
    .drawer-search {
        margin-bottom: 30px;
    }
    #drawer__form {
        display: -webkit-flex;
        display: flex;
        border: 0;
        background: #f2edeb;
        border-radius: 8px;
        height: 45px;
        padding: 0 10px;
    }
    #drawer__form .search__input {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        outline: none;
        background: none;
        border: none;
        padding: 0;
    }
    #drawer__form .search__input:focus {
        outline: none;
        border: 0;
        box-shadow: none;
    }
    #drawer__form .search__submit {
        border: 0;
        font-size: 0;
        background: none;
    }
        #drawer__form .search__submit img {
            height: 30px;
        }
    /* drawer main */
    .drawer-main .drawer__list {
        list-style: none;
    }
    .drawer-main .drawer__item {
        border-top: 1px solid #c4c2c1;
    }
    .drawer-main .drawer__list a {
        display: block;
    }
    /* ttl */
    .item-ttl {
        position: relative;
        display: block;
        line-height: 50px;
        padding-left: 36px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .item-ttl::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .item-ttl::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        display: inline-block;
        width: 8px;
        height: 16px;
        margin-top: -8px;
        margin-right: 4px;
        background-image: url('https://zo001.itembox.design/item/kanahei/sp_menu_arrow.svg?t=20230721142743');
        background-size: contain;
        background-repeat: no-repeat;
    }
        .inside__open.item-ttl::after {
          -webkit-transition: .5s ;
          transition: .5s ;
          transform: rotate(90deg);
        }
        .drawer__item.open .inside__open.item-ttl:hover::after {
          transform: rotate(-90deg);
        }
    .item-mypage .item-ttl::before {
        width: 28px;
        height: 22px;
        background-image: url('https://zo001.itembox.design/item/kanahei/sp_menu_icon_01.png?t=20230721142743');
        margin-top: -11px;
    }
    .item-category .item-ttl::before {
        width: 28px;
        height: 11px;
        background-image: url('https://zo001.itembox.design/item/kanahei/sp_menu_icon_02.png?t=20230721142743');
        margin-top: -5.5px;
    }
    .item-ranking .item-ttl::before {
        width: 28px;
        height: 30px;
        background-image: url('https://zo001.itembox.design/item/kanahei/sp_menu_icon_03.png?t=20230721142743');
        margin-top: -15px;
    }
    .item-pickup .item-ttl::before {
        width: 28px;
        height: 21px;
        background-image: url('https://zo001.itembox.design/item/kanahei/sp_menu_icon_04.png?t=20230721142743');
        margin-top: -10.5px;
    }
    .item-shopguide .item-ttl::before {
        width: 28px;
        height: 30px;
        background-image: url('https://zo001.itembox.design/item/kanahei/sp_menu_icon_05.png?t=20230721142743');
        margin-top: -15px;
    }
    .drawer__list .inside__list {
        display: none;
        margin-bottom: 15px;
    }
    .drawer__list .inside__item {
        line-height: 50px;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 120%;
    background-color: #666;
    opacity: 0.75;
    cursor: pointer;
    z-index: 9989;
}


/*
    SLICK
*/

.top-large-slider__list {
    position: relative;
    margin: 44px auto;
}
.top-large-slider__list .slider__item {
    margin: 0 18px;
    /*width: 906px;*/
    height: 501px;
}
.top-large-slider__list .slider__item a {
    display: block;
    text-align: center;
}
.top-large-slider__list .slider__item a:hover {
    opacity: 0.8;
    -webkit-transition: .3s;
    transition: .3s;
}
@media screen and (max-width:767px) {
    .top-large-slider__list {
        margin: 26px auto;
    }
    .top-large-slider__list .slider__item {
        width: auto;
        height: auto;
        margin: 0;
    }
}

/* arrow */

.top-large-slider__list .slider__arrow--prev {
    position: absolute;
    background-image: url('https://zo001.itembox.design/item/kanahei/top_slider_arrow_left.svg?t=20230721142743');
    top: 50%;
    left: calc((100vw - 1020px) / 2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9998;
}
.top-large-slider__list .slider__arrow--next {
    position: absolute;
    top: 50%;
    right: calc((100vw - 1020px) / 2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9998;
}
.top-large-slider__list button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* dot */
.slider-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slider-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
}
.slider-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slider-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    content: '';
    background-image: url('https://zo001.itembox.design/item/kanahei/btn_sld_dot.svg?t=20230721142743');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slider-dots li.slick-active button:before {
    background-image: url('https://zo001.itembox.design/item/kanahei/btn_sld_dot_active.svg?t=20230721142743');
    background-repeat: no-repeat;
}
@media screen and (max-width:767px) {
    .slider-dots {
        bottom: -35px;
    }
    .slider-dots li {
        width: 14px;
        height: 14px;
        margin: 0 10px;
    }
    .slider-dots li button {
        width: 14px;
        height: 14px;
    }
    .slider-dots li button:before {
        width: 14px;
        height: 14px;
    }
}

/* ----------------------------------------------------------------------
    GUIDE & FAQ
---------------------------------------------------------------------- */

section.guide > ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
section.guide > ul li {
    flex-basis: 33.3333%;
    text-align: center;
}
section.guide > ul li {
    border-right: 1px solid #ccc;
    margin-bottom: 28px;
}
section.guide > ul li a {
    display: block;
    font-size: 16px;
    padding: 8px;
}
section.guide > ul li:nth-child(3n) {
    border-right: 0;
}
section.ac_guide, section.ac_faq {
    margin-bottom: 80px;
}

.fs-c-documentColumn__heading,
.fs-c-subSection__title,
.fs-c-featuredProduct__title,
.fs-c-documentArticle__heading,
section.ac_guide h2, section.ac_faq h2 {
    font-size: 2.0rem;
    padding: 0.56em 0.31em;
    border-top: 2px solid #999;
    border-bottom: 1px dashed #999;
}
.fs-c-documentColumn__heading,
.fs-c-subSection__title,
.fs-c-featuredProduct__title,
.fs-c-documentArticle__heading {
    font-size: 22px;
}
section.ac_guide ul li,
section.ac_faq ul li {
    list-style: none;
    margin-bottom: 2px;
}
section.ac_guide p.ac_guide_q,
section.ac_faq p.ac_faq_q {
    font-size: 1.75rem;
    padding: 1.44em 4.11em 1.44em 1.11em;
    background: #fff;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}
section.ac_guide p.ac_guide_q.open,
section.ac_faq p.ac_faq_q.open {
    border-radius: 10px 10px 0 0;
}
section.ac_guide p.ac_guide_q::after,
section.ac_faq p.ac_faq_q::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #666;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
section.ac_guide p.ac_guide_q::before,
section.ac_faq p.ac_faq_q::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #666;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: rotate(90deg);
    transition: 0.3s;
}
section.ac_guide p.ac_guide_q.open::before,
section.ac_faq p.ac_faq_q.open::before {
    width: 16px;
    height: 2px;
    right: 30px;
    transform: rotate(0deg);
}
section.ac_guide .ac_guide_a,
section.ac_faq .ac_faq_a {
    display: none;
    padding: 2em 1.43em 2.79em;
    font-size: 14px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}
section.ac_faq ul li {
    position: relative;
}
section.ac_faq ul li:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url('https://zo001.itembox.design/item/kanahei/faq_q.png?t=20230721142743')no-repeat center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 26px;
}
section.ac_faq p.ac_faq_q {
    padding: 1.44em 4.11em 1.44em 4.22em;
}
section.ac_faq .ac_faq_a {
    padding: 2em 4.43em 2.79em 5.43em;
    position: relative;
    font-size: 16px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}
section.ac_faq .ac_faq_a:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url('https://zo001.itembox.design/item/kanahei/faq_a.png?t=20230721142743')no-repeat center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 30px;
}
@media screen and (max-width:767px) {
    section.fs-l-pageMain > section.guide {
        padding: 0;
    }
    section.guide > ul {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-bottom: 50px;
    }
    section.guide > ul li {
        flex-basis: 50%;
        margin: 0;
        border-bottom: 1px solid #ccc;
        display: flex;
        align-items: center;
        text-align: left;
    }
    section.guide > ul li:nth-child(3n) {
        border-right: 1px solid #ccc;
    }
    section.guide > ul li:nth-child(2n) {
        border-right: 0;
    }
    section.guide > ul li:last-child {
        border-bottom: 0;
    }
    section.guide > ul li a {
        font-size: 14px;
    }
    section.ac_guide, section.ac_faq {
        padding: 0 8px;
        margin-bottom: 55px;
    }
    section.ac_guide h2, section.ac_faq h2 {
        font-size: 18px;
    }
    section.ac_guide p.ac_guide_q, section.ac_faq p.ac_faq_q {
        font-size: 14px;
        padding: 1em 3.11em 1em 1.11em;
    }
    section.ac_guide p.ac_guide_q::before, section.ac_faq p.ac_faq_q::before {
        right: 15px;
    }
    section.ac_guide p.ac_guide_q.open::before, section.ac_faq p.ac_faq_q.open::before {
        right: 15px;
    }
    section.ac_guide p.ac_guide_q::after, section.ac_faq p.ac_faq_q::after {
        right: 15px;
    }
    section.ac_guide .ac_guide_a, section.ac_faq .ac_faq_a {
        font-size: 13px;
    }
    section.ac_faq p.ac_faq_q {
        padding: 1em 3.11em 1em 3.8em;
    }
    section.ac_faq ul li:before {
        width: 20px;
        height: 20px;
        top: 1em;
        left: 1.2em;
    }
    section.ac_faq .ac_faq_a {
        padding: 1.5em 1.43em 1.79em 4.09em;
    }
    section.ac_faq .ac_faq_a:before {
        width: 20px;
        height: 20px;
        top: 1.6em;
        left: 1.29em;
    }
}

/* ----------------------------------------------------------------------
    ABOUT
---------------------------------------------------------------------- */

.normal-table {
    border-collapse: collapse;
    width: 100%;
}
.normal-table th {
    border-bottom: 1px solid #333;
    text-align: left;
    padding: 10px;
    font-weight: bold;
}
.normal-table td {
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: left;
    padding: 10px;
}
@media screen and (max-width:767px) {
    .normal-table th {
        display: block;
        border-bottom: none;
    }
    .normal-table td {
        display: block;
        border-left: none;
    }
}

/* ----------------------------------------------------------------------
    RESET
---------------------------------------------------------------------- */

.fs-l-main, .fs-l-pageMain {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}
.fs-c-heading--page {
    border: 0 !important;
    font-size: 2.4rem;
    font-weight: bold;
    color: #431f16;
}
.fs-p-announcement__title {
    color: #431f16;
}
@media screen and (max-width: 767px) {
    .fs-c-heading--page {
        margin: 2.4em 0 24px;
    }
    .fs-c-accountService__page {
        flex-basis: 48%;
    }
}
@media screen and (min-width: 600px) {
    .fs-c-accountService__page {
        flex-basis: 47%;
    }
}
@media screen and (min-width: 767px) {
    .fs-c-accountService__page {
        flex-basis: 128px;
    }
}
.fs-c-documentColumn__heading, .fs-c-subSection__title, .fs-c-featuredProduct__title, .fs-c-documentArticle__heading, section.ac_guide h2, section.ac_faq h2 {
    border-bottom: none;
}

.fs-c-documentColumn__heading {
    color: #431f16;
}

/* category */
@media screen and (min-width: 767px) {
    .fs-c-subgroupList__link:hover {
        background: none;
    }
    .fs-c-subgroupList__link {
        display: inline-block;
        border: 0;
        background: none;
        padding: 10px 0;
    }
    .fs-c-subgroupList__link::after {
        content: none;
    }
}
@media screen and (max-width: 768px) {
    .fs-c-subgroupList__link {
        border-top: 0;
        border-right: 0;
        border-bottom: 1px dotted;
        border-left: 0;
        background: none;
        padding: 7px 4px;
    }
}
.fs-c-subgroup .fs-c-listControl {
    display: none;
}


/* ----------------------------------------------------------------------
    PAGE RANKING
---------------------------------------------------------------------- */

.page-ranking h2:nth-child(n+2) {
    margin-top: 80px;
}

.ranking-ttl {
    position: relative;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0 0 80px;
}

.ranking-ttl::after {
      display: inline-block;
      content: '';
      background-image: url('https://zo001.itembox.design/item/kanahei/ttl_img_ranking_back_pc.png?t=20230721142743');
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -225px;
      width: 451px;
      height: 47px;
}
@media screen and (max-width:767px) {
    .page-ranking h2:nth-child(n+2) {
        margin-top: 60px;
    }
    .ranking-ttl {
        margin: 0 0 40px;
    }
    .ranking-ttl::after {
      background-image: url('https://zo001.itembox.design/item/kanahei/ttl_img_ranking_back_sp.png?t=20230721142743');
      left: 0;
      margin-left: 0;
      width: 100%;
      height: 0;
      padding-top: 15.2%;
    }
}

/* ----------------------------------------------------------------------
    CONTACT
---------------------------------------------------------------------- */
.page-contact {
    max-width: 600px;
    margin: 0 auto;
}
.page-contact h1 {
    display: none;
}
.page-contact p:nth-child(odd) {
    font-size: 1.5rem;
    font-weight: bold;
}
.page-contact p:nth-child(even) {
    margin-bottom: 30px;
}
.page-contact p:last-child {
    text-align: center;
    margin-top: 30px;
}
.page-contact p input[type=checkbox] {
    /*margin-left: 30px;*/
}
.page-contact p a {
    display: inline-block;
    width: 300px;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    line-height: 40px;
    border-radius: 50px;
    margin: 10px;
}
@media (max-width: 767px) {
.page-contact p a {
    display: block;
    margin: 10px auto;
}
}

.page-contact input[type="text"],
.page-contact select {
    padding: 8px;
    border: 1px solid #ccc;
    margin: 10px 0;
}
.page-contact input[type="submit"] {
    color: #fff;
    font-size: 1.50rem;
    background-color: #ff8489;
    box-shadow: none;
    border: none;
    border-radius: 50px;
    min-width: 240px;
    line-height: 40px;
    padding: 0;
    cursor: pointer;
}

/* メンテナンスページ追加 */
.ec_oshirase .wrapper .contents_header_wrap {
  width: 100%;
  height: 45px;
  height: 14.0625vw;
  background: #f5bac3;
  position: relative;
  z-index: 200;
}

.ec_oshirase .wrapper .contents_header_wrap .contents_header {
  position: relative;
  padding: 13px 0 0 17px;
  padding: 4.0625vw 0 0 5.3125vw;
  margin: 0 0 12px;
  margin: 0 0 3.75vw;
}

.ec_oshirase .wrapper .contents_header_wrap .contents_header .contents_tit {
  background: url(https://zo001.itembox.design/item/kanahei/head_logo.png?t=20230721142743) left top no-repeat;
  background-size: 100%;
  width: 138px;
  width: 43.125vw;
  height: 19.5px;
  height: 6.09375vw;
  margin: 0;
}

.ec_oshirase .hidetxt {
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .ec_oshirase .wrapper .contents_header_wrap {
    width: 100%;
    height: 85px;
    background: #f5bac3;
  }
  .ec_oshirase .wrapper .contents_header_wrap .contents_header {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 21px 0 0;
    margin: 0 auto 21px;
  }
  .ec_oshirase .wrapper .contents_header_wrap .contents_header .contents_tit {
    background: url(https://zo001.itembox.design/item/kanahei/head_logo.png?t=20230721142743) left top no-repeat;
    width: 303px;
    height: 43px;
    margin: 0 auto;
  }
}

.ec_oshirase .wrapper {
  width: 100%;
  background: #fef5e8;
}

.ec_oshirase .wrapper .wrapper_inner {
  margin: 0 auto;
  padding: 0 3% 5%;
}

.ec_oshirase .wrapper .wrapper_inner .hosting_store {
  background: #ffffff;
  border-radius: 10px;
  margin: 25px auto 40px;
  padding: 20px 30px;
  position: relative;
  font-size: 1.4em;
  max-width: 860px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
}

h1.hosting_store_tit {
  text-align: center;
  margin: 0;
}

h1.hosting_store_tit img {
  text-align: center;
  margin: 80px auto 40px;
}

.main_img img {
  text-align: center;
  margin: 0 auto 40px;
  display: block;
  max-width: 420px;
  width: 100%;
}

@media (max-width: 768px) {
  .ec_oshirase .wrapper .wrapper_inner .hosting_store {
    padding: 15px 30px;
    font-size: 1.2em;
  }
  h1.hosting_store_tit img {
    text-align: center;
    margin: 40px auto 20px;
    width: 80%;
    max-width: 477px;
  }
  .main_img img {
    text-align: center;
    margin: 20px auto 40px;
    display: block;
    max-width: 420px;
    width: 70%;
  }
}

.wrapper .footer {
  width: 100%;
  background: #9fdfce;
  padding: 12px 0 13px;
}

.wrapper .footer .footer_copyright {
  background: url(https://zo001.itembox.design/item/kanahei/foot_copyright.png?t=20230721142743) left top no-repeat;
  background-size: 100%;
  width: 90%;
  height: 29px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .wrapper .footer {
    width: 100%;
    background: #9fdfce;
    padding: 12px 0 13px;
  }
  .wrapper .footer .footer_copyright {
    background: url(https://zo001.itembox.design/item/kanahei/foot_copyright.png?t=20230721142743) center center no-repeat;
    height: 29px;
  }
}

.pc_only {
  display: block;
}

.smp_only {
  display: none !important;
}

@media (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .smp_only {
    display: block !important;
  }
}

.ec_oshirase main {
  background: none;
}

/*.fs-c-subgroup {
display: none;
}*/

.fs-c-sortItems__list__item.is-active {
background: #ff8498;
}

.fs-c-pagination__item.is-active  {
background: #ff8498;
}