@charset "UTF-8";


.static-none,
ul.breadcrumbs li,
ul.breadcrumbs li a {
    font-family: "Noto Sans JP", "Open Sans", sans-serif !important;
}


.c-wrap-title {
    color: #222;
    font-size: clamp(18px, 5.1vw, 21px);
    /* font-family: "Noto Sans JP", "Open Sans", sans-serif !important; */
    font-weight: 600;
    text-align: center;
    margin: 3rem 0 1.2rem;
    letter-spacing: 0.3rem;
}
.tab a {
  font-family: Helvetica, Arial, sans-serif !important;
}

#product_list .recomendCalArea .recomendCalInner ul {
    width: 96%;
    margin: 10px 2%;
    padding: 0;
}
#product_list .recomendCalArea .recomendCalInner li.recomendItem {
    width: 50%;
    padding: 0 0.5em;
    margin: 0 0 2em;
    box-sizing: border-box;
    position: relative;
}
#product_list .recomendCalArea .recomendCalInner li:nth-child(n+11):after {
    content: none;
}
/*-----------------------------
 トップ　ランキングカルーセル表示
-----------------------------*/
.wrap-tab {
    overflow: hidden;
}

.tabs-carousel-top {
    white-space: nowrap;
    overflow-x: scroll;
    /* background: #EEE; */
    padding: 0 0 0 5px;
    margin: 0 0 2rem 0;
    border-radius: 0;
}
.tabs-carousel-top::-webkit-scrollbar{
  display: none;
}
.list-tab {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.list-tab > li {
    display: block;
    /* background: #f3f3f3; */
    width: 100%;
    padding: 1.1em 1.7em;
    margin: 0 1px 0 0;
    text-align: center;
    line-height: 1.0;
    font-size: 11px;
    font-weight: normal;
    box-sizing: border-box;
    /* border-radius: 3px; */
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif !important;
    border-bottom: solid 1px #ddd;
}
.list-tab > li a {
    color: #333333;
    font-family: Helvetica, Arial, sans-serif !important;
}
.list-tab .active {
    border-bottom: solid 2px #333;
    position: relative;
    font-weight: bold;
}
.more-btn {
    width: 82%;
    margin: 2em auto 5em;
    padding: 0;
    text-align: center;
    display: block;
    position: relative;
    font-family: Helvetica, Arial, sans-serif !important;
}
.more-btn a {
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 13px;
    color: #222;
    font-weight: bold;
    white-space: nowrap;
    letter-spacing: 0.1rem;
    width: 100%;
    border: 2px solid #222;
    padding: 1em 0;
    background: url(/smaf/images/smf-direct.gif) no-repeat 92% 55%;
    background-size: 2.5%;
}

/* newボタンcss */
/* 戻るボタン */
.contents-button_wrapper-back {
    width: fit-content;
    margin: 0 auto;
    color: #fff;
}

.contents-button_inner-back {
    background: #1a1a1a;
    padding: 0.5rem 4rem;
    border-radius: 100px;
    font-size: clamp(11px, 3.1vw, 13px);
}

.btn-link-back, .btn-link-back:visited {
    color: #fff;
    border: #1a1a1a 1px solid;
}

.btn-link-back:active, .btn-toggle:active, .btn-link-back:hover {
    background-color: #fff;
    color: #1a1a1a;
    border: #1a1a1a 1px solid;
}

.contents-button_inner-back::before {
    content: "";
    display: inline-block;
    width: clamp(4px, 1vw, 4px);
    height: clamp(4px, 1vw, 4px);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-135deg);
    margin-right: 0.5rem;
    vertical-align: middle;
    position: relative;
    bottom: 0.1rem;
    transition: transform 0.3s 
ease;
}

.contents-button_inner-back:active::before, .contents-button_inner-back:hover::before {
    border-top: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
    transform: translateX(-8px) rotate(-135deg);
}


/* 進むボタン */
.contents-button_wrapper {
    width: fit-content;
    margin: 0 auto;
    color: #fff;
}

.contents-button_inner {
    background: #1a1a1a;
    padding: 0.5rem 4rem;
    border-radius: 100px;
    font-size: clamp(11px, 3.1vw, 13px);
}

.btn-link, .btn-link:visited {
    color: #fff;
    border: #1a1a1a 1px solid;
}

.btn-link:active, .btn-toggle:active, .btn-link:hover {
    background-color: #fff;
    color: #1a1a1a;
    border: #1a1a1a 1px solid;
}

.btn-link::after {
    content: "";
    display: inline-block;
    width: clamp(4px, 1vw, 4px);
    height: clamp(4px, 1vw, 4px);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-left: 0.5rem;
    vertical-align: middle;
    position: relative;
    bottom: 0.1rem;
    transition: transform 0.3s 
ease;
}

.btn-link:active::after, .btn-link:hover::after {
    border-top: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
    transform: translateX(8px) rotate(45deg);
}



  /* SP商品カテゴリ一覧-ここから */
.cate-ttl {
  margin: 0;
  padding: 80px 0 1em;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
  font-family: "Jost", "Noto Sans JP", "Yu Gothic", "Helvetica Neue", sans-serif;
  color: #222;
  background-color: #fff;
}

ul.cate-list {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

ul.cate-list li {
  float: left;
  width: 16%;
  margin: 0 2% 10px;
  box-sizing: border-box;
  /* パディングやボーダーも幅に含める */
  font-family: "Noto Sans JP", "Open Sans", sans-serif !important;
}

ul.cate-list li a {
  width: 100%;
  text-align: center;
  display: block;
  color: #555 !important;
  font-weight: normal !important;
  font-family: "Noto Sans JP", "Open Sans", sans-serif !important;
}

ul.cate-list li img {
  width: 100%;
  height: auto;
  margin: 0 0 8% 0;
}

ul.cate-list li p {
  font-size: 1.0rem;
  margin: 0 0 15%;
  color: #222;
  font-family: "Noto Sans JP", "Open Sans", sans-serif !important;
  font-weight: 500;

}

ul.cate-list li:nth-of-type(4n+1) {
  clear: none;
}

ul.cate-list li:nth-of-type(5n+1) {
  clear: both;
}

  #product_list #cate-sp {
    border-bottom: solid 0.1rem #ccc;
  }

  .cate-ttl {
    width: 100%;
    height: auto;
    padding: 8rem 0 2rem;
    text-align: center;
    line-height: 0.7em;
    color: #222;
    font-size: clamp(17px, 5vw, 20px);
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    background-color: #fff;
  }

  ul.cate-list {
    margin: 0;
    padding: 2vw 2% 0;
    box-sizing: border-box;
  }

  ul.cate-list li {
    width: 21%;
  }

  ul.cate-list li a {
    float: left;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 1% 10px;
    color: #555 !important;
    font-weight: normal !important;
  }

  ul.cate-list li img {
    width: 100%;
    height: 100%;
    height: auto;
    margin: 0 0 8% 0;
  }

  ul.cate-list li p {
    font-size: 1.0rem;
    margin: 0 0 15%;
    color: #222;
    font-family: 'noto sans JP', 'san-serif';
    font-weight: 500;

  }

  ul.cate-list li:nth-of-type(5n+1) {
    clear: none;
  }

  ul.cate-list li:nth-of-type(4n+1) {
    clear: both;
  }

  /* sP商品カテゴリ一覧-ここまで */