@charset "UTF-8";
/*  update 2023-05-22
-----------------------------------*/
/*=============================================
【目次】
 ###　基本構成
 ### 共通設定
	## フォント指定 英字　Tenor Sans
	## original 商品リスト
	　# スライド無し 商品リスト
	　# スライド有　商品リスト
	## サイトロゴ
	## 商品リスト
	## 検索メニュー
 ### header
	## サブナビ
	## header-top_bar
	## header-container
	## header-top_bar
	## 検索トグルエリア SP
	## ドロワーメニュー PC/SP
	## STORE INFORMATION
 ### 共通フッターコンテンツ
 ### フッター
	## フッターメニュー　
	## フッターメニュー　CATEGORY
	## フッターメニュー　GUIDE
	## フッターメニュー　BRAND
	## フッター　サブメニュー
	## フッター　コピーライト
 ### パンくずリスト　original
 ###　スライダー共通設定
 ### RANKING
 ### RECENTRY CHECKED ITEM
 ###　各メディア限定コンテンツメディアクエリ
 ### 下層ページ　レイアウト
=============================================*/
/* =============================================
 ###　基本構成
============================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;500;700&display=swap");
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  background-color: transparent;
  width: 100%;
}
@media screen and (min-width: 600px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #333;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  /* 追加 */
  backface-visibility: hidden;
  /* 追加 */
}
a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a img {
  transition: opacity .2s;
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.image img {
  width: 100%;
}

svg {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  input[type="text"],
  input[type="password"],
  input[type="tel"] {
    font-size: 16px;
  }
}

button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

button.btn_type01,
input[type="submit"].btn_type01 {
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 50%;
  padding: 10px 0;
  font-size: 1.5rem;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 600px) {
  button.btn_type01,
  input[type="submit"].btn_type01 {
    padding: 10px 20px;
    margin: 0;
    width: auto;
  }
}

/* ==============================================
 ### 共通設定
=================================================*/
.wrap1 {
  /*最大幅*/
  width: 100%;
}
@media screen and (min-width: 600px) {
  .wrap1 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hidden {
  display: none;
}

.ttl1 {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 1.8rem;
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .1em;
}
@media screen and (min-width: 600px) {
  .ttl1 {
    margin-bottom: 70px;
    font-size: 2.5rem;
  }
}
.ttl1 .tx_s {
  font-size: 1.1rem;
  display: block;
}

/* =============================================
	## フォント指定 英字　Spartan
============================================= */
.fs-c-price__currencyMark,
.fs-c-price__value,
.fs-c-productPointDisplay__quantity,
.alphanumeric,
.fs-c-variationCart__variationName__name,
.fs-c-variationCart__variationName__stock {
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/* =============================================
	## facein
============================================= */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* ==============================================
	## 商品リスト
=================================================*/
.item .productImg {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .item .productImg {
    margin-bottom: 20px;
  }
}
.item .productImg img {
  width: 100%;
}
.item .productCopy {
  margin-bottom: 10px;
  font-size: 1rem;
  display: block;
}
.item .productName {
  display: block;
  color: #333;
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 500;
  overflow: hidden;
}
.item .productPrice {
  display: block;
  color: #333;
  font-size: 1.2rem;
}
.item .productPrice_addon__label {
  font-size: 1.1rem;
}

/* ==============================================
	## ランキングリスト
=================================================*/
.ctm_rankList .item a {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.ctm_rankList .item a:before {
  color: #b1b5cb;
  font-size: 1.8rem;
  order: 1;
  width: 15%;
  text-align: center;
}
.ctm_rankList .item a .txBlock {
  order: 2;
  width: 80%;
}
.ctm_rankList .item.rank1 a:before {
  content: '1';
}
.ctm_rankList .item.rank2 a:before {
  content: '2';
}
.ctm_rankList .item.rank3 a:before {
  content: '3';
}
.ctm_rankList .item.rank4 a:before {
  content: '4';
}
.ctm_rankList .item.rank5 a:before {
  content: '5';
}
.ctm_rankList .item.rank6 a:before {
  content: '6';
}
.ctm_rankList .item.rank7 a:before {
  content: '7';
}

/*----------------------------------------------
	　# スライド無し 商品リスト
-------------------------------------------------*/
.product-defaltlist {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-defaltlist .item {
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .product-defaltlist .item {
    width: 16%;
  }
}

/*----------------------------------------------
	　# スライド有　商品リスト
-------------------------------------------------*/
/* ==============================================
	## サイトロゴ
=================================================*/
header .sitelogo {
  width: 84px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
@media screen and (min-width: 600px) {
  header .sitelogo {
    margin-bottom: 0;
  }
}
header .sitelogo a {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 600px) {
  header .sitelogo {
    width: 100px;
    margin-left: 0;
    margin-right: 0;
  }
}

/* ==============================================
	## LINEバナー
=================================================*/
.bnr_line {
  margin-bottom: 40px;
}

/* ==============================================
	## SNS メニュー
=================================================*/
.sns-list1 li {
  font-size: 1.1rem;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.sns-list1 li::before {
  content: '';
}
.sns-list1 li.mark_insta::before {
  background-image: url(https://yanuk.itembox.design/item/img/common/sns-instagram.svg);
  width: 13px;
  height: 13px;
  background-size: contain;
  margin-right: 10px;
}
.sns-list1 li.mark_mail::before {
  background-image: url(https://yanuk.itembox.design/item/img/common/mail.svg);
  width: 14px;
  height: 11px;
  background-size: contain;
  margin-right: 10px;
}

.sns-list2 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sns-list2 li {
  margin-right: 13px;
  width: 16px;
}
.sns-list2 li a {
  display: block;
  line-height: 0;
}
.sns-list2 li a img {
  vertical-align: middle;
}
.sns-list2 li:nth-of-type(2) {
  width: 7px;
}

/* ==============================================
	## 商品リスト
=================================================*/
.product-pricing {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
  text-align: center;
}
.product-pricing .product-price {
  color: silver;
}
.product-pricing .product-standard-price {
  color: silver;
  margin-right: 10px;
  text-decoration: line-through;
}
.product-pricing .product-sales-price {
  color: #252d42;
  font-weight: bold;
}

/* ==============================================
 ### header
=================================================*/
header {
  z-index: 100;
}
@media screen and (min-width: 600px) {
  header {
    width: 100%;
  }
}
header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  margin-top: 0;
  z-index: 100;
}

/* ==============================================
	## header-top_bar
=================================================*/
.header-top_bar {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  background-color: #252d42;
}
.header-top_bar a {
  color: #fff;
}
@media screen and (min-width: 600px) {
  .header-top_bar {
    font-size: 1.3rem;
  }
}

/* ==============================================
	## header-container
=================================================*/
.header-container {
  z-index: 100;
  background-color: #fff;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 25px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 1241px) {
  .header-container {
    padding: 18px 100px 18px;
  }
}
.header-container.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: calc(100vw - calc(100vw - 100%));
  transition: all 0.3s ease 0s;
}

/* ==============================================
	 # ドロワーメニューボタン
=================================================*/
.h_btn_drawer-menu {
  width: 30%;
  margin-top: 10px;
}
.h_btn_drawer-menu button {
  width: 20px;
}
@media screen and (min-width: 1241px) {
  .h_btn_drawer-menu {
    display: none;
  }
}

/* ==============================================
	 # ヘッダー　サブメニュー　1
=================================================*/
.h_sub-menu {
  width: 30%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (min-width: 1241px) {
  .h_sub-menu {
    width: 50%;
  }
}

.h_sub-menu-1 {
  margin-left: auto;
  margin-right: 50px;
}
.h_sub-menu-1 ul {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.h_sub-menu-1 ul li {
  margin-right: 50px;
}
.h_sub-menu-1 ul li:last-of-type {
  margin-right: 0;
}
.h_sub-menu-1 ul li a {
  font-size: 1.2rem;
  color: #333;
  font-weight: 500;
}

/* ==============================================
	 # ヘッダー　サブメニュー　2
=================================================*/
.h_sub-menu-2 li {
  margin-right: 10px;
}
@media screen and (min-width: 600px) {
  .h_sub-menu-2 li {
    margin-right: 24px;
  }
}
.h_sub-menu-2 li:last-of-type {
  margin-right: 0;
}
.h_sub-menu-2 .btn_account,
.h_sub-menu-2 .btn_wishlist {
  display: none;
}
@media screen and (min-width: 600px) {
  .h_sub-menu-2 .btn_account,
  .h_sub-menu-2 .btn_wishlist {
    display: block;
  }
}

.h_cart {
  position: relative;
}
.h_cart a {
  display: block;
  position: relative;
}
.h_cart .image {
  width: 20px;
}
.h_cart .fs-client-cart-count {
  position: absolute;
  margin-left: 5px;
  font-size: 1.1rem;
  background-color: #252d42;
  color: #fff;
  border-radius: 50%;
  line-height: 23px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  text-align: center;
  top: -5px;
  right: -18px;
}

/* ==============================================
	## サブナビ
=================================================*/
.sub-menu-list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.sub-menu-list .image {
  width: 20px;
  display: block;
}

/* ==============================================
	## 検索エリア　○
=================================================*/
.ctm_search-container {
  background-color: #f3f3f3;
  padding: 6%;
  box-sizing: border-box;
  width: 100%;
  z-index: 11;
}
@media screen and (min-width: 1241px) {
  .ctm_search-container {
    padding: 40px 0 30px;
  }
}
.header-container .ctm_search-container {
  position: absolute;
  top: 58px;
  left: 0;
  display: none;
}
@media screen and (min-width: 1241px) {
  .header-container .ctm_search-container {
    top: 70px;
  }
}
.drawer-nav .ctm_search-container {
  display: none;
}
.ctm_search-container .ctm_search-container-wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .ctm_search-container form {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.ctm_search-container input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border-radius: 30px;
  padding-left: 30px;
  background-color: #fff;
}
.ctm_search-container .ctm_search-keyword {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .ctm_search-container .ctm_search-keyword {
    width: 100%;
    margin-bottom: 25px;
  }
}
.ctm_search-container .ctm_search-keyword::before {
  content: '';
  background-image: url(https://yanuk.itembox.design/item/img/common/icon_search.svg);
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  margin-top: -8px;
}
.ctm_search-container .ctm_search-item {
  margin-bottom: 10px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .ctm_search-container .ctm_search-item {
    width: 32%;
    margin-bottom: 20px;
  }
}
.ctm_search-container .ctm_search-item select {
  width: 100%;
  box-sizing: border-box;
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.ctm_search-container .ctm_search-item_ttl {
  font-size: 1.2rem;
  width: 40%;
}
@media screen and (min-width: 600px) {
  .ctm_search-container .ctm_search-item_ttl {
    width: 100%;
  }
}
.ctm_search-container .ctm_search-item_body {
  width: 56%;
}
@media screen and (min-width: 600px) {
  .ctm_search-container .ctm_search-item_body {
    width: 100%;
  }
}
.ctm_search-container .ctm_search-stock {
  margin-bottom: 18px;
}
@media screen and (min-width: 600px) {
  .ctm_search-container .ctm_search-stock {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ctm_search-container .ctm_search-stock input {
  display: none;
}
.ctm_search-container .ctm_search-stock input + .text {
  font-size: 1.1rem;
  line-height: 1;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
}
.ctm_search-container .ctm_search-stock input + .text::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(https://yanuk.itembox.design/item/img/common/icon_no-check.png);
  background-size: contain;
  margin-right: 5px;
}
.ctm_search-container .ctm_search-stock input:checked + .text {
  font-size: 1.2rem;
}
.ctm_search-container .ctm_search-stock input:checked + .text::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(https://yanuk.itembox.design/item/img/common/icon_checked.png);
  background-size: contain;
}
@media screen and (min-width: 600px) {
  .ctm_search-container .ctm_search-submit {
    width: 325px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ctm_search-container .ctm_search-submit button {
  width: 100%;
  text-align: center;
  background-color: #666;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .1em;
  line-height: 1em;
  padding: 14px 0;
}
.ctm_search-container .btn_close {
  margin-top: 30px;
  width: 100%;
}
.ctm_search-container .btn_close button {
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  width: 100%;
  text-align: center;
}
.ctm_search-container .btn_close .text {
  font-size: 1.1rem;
  line-height: 1;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ctm_search-container .btn_close .text::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(https://yanuk.itembox.design/item/img/common/icon_close.png);
  background-size: contain;
  margin-right: 5px;
  margin-top: -3px;
}

/* ==============================================
	## ドロワーメニュー 内 PC/SP　○
=================================================*/
.nav_header {
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 1241px) {
  .nav_header {
    display: none;
  }
}
.nav_header .sitelogo {
  width: 84px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

/* ==============================================
 ### サブナビゲーション
=================================================*/
.sub-menu {
  padding-left: 6%;
  padding-right: 6%;
  margin-bottom: 25px;
}
@media screen and (min-width: 1241px) {
  .sub-menu {
    display: none;
  }
}
.sub-menu .sub-menu1 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.sub-menu .sub-menu1 li {
  width: 50%;
  font-size: 1.3rem;
  text-align: center;
}
.sub-menu .sub-menu1 li a {
  color: #333;
  display: block;
}
.sub-menu .sub-menu1 li:first-child a {
  border-right: 1px solid #000;
}
.sub-menu .sub-menu2 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sub-menu .sub-menu2 li {
  width: 20%;
  text-align: center;
}
.sub-menu .sub-menu2 li .image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sub-menu .sub-menu2 li .text {
  font-size: 1rem;
}
.sub-menu .sub-menu2 li.mark_search .image {
  width: 20px;
}
.sub-menu .sub-menu2 li.mark_shoplist .image {
  width: 19px;
}
.sub-menu .sub-menu2 li.mark_chat .image {
  width: 18px;
}
.sub-menu .sub-menu2 li.mark_heart .image {
  width: 20px;
}
.sub-menu .sub-menu2 li.mark_cat .image {
  width: 18px;
}

/* ==============================================
 ### メインナビゲーション
=================================================*/
.main-menu {
  padding: 40px 6.6%;
  background-color: #f3f3f3;
}
@media screen and (min-width: 1241px) {
  .main-menu {
    background-color: transparent;
    padding: 0;
  }
}
.main-menu .menu_ttl1 {
  font-size: 1.1rem;
  letter-spacing: .1em;
  color: #a9aeae;
  border-bottom: 1px solid #a9aeae;
  font-weight: 500;
  padding: 0 0 10px;
  margin-bottom: 13px;
}
.main-menu .btn_toggle {
  cursor: pointer;
  position: relative;
  display: block;
}
.main-menu .btn_toggle:after {
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  display: block;
  top: 50%;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://yanuk.itembox.design/item/img/common/icon_plus.png);
  transform: translateY(-50%);
}
.main-menu .btn_toggle.open:after {
  background-image: url(https://yanuk.itembox.design/item/img/common/icon_minus.png);
}
.main-menu .main-menu-list-sub1 {
  display: none;
}
.main-menu.mens-category .mens-menu .main-menu-list-sub1 {
  display: block;
}
.main-menu.mens-category .mens-menu .btn_toggle:after {
  background-image: url(https://yanuk.itembox.design/item/img/common/icon_minus.png);
}
.main-menu.mens-category .mens-menu .btn_toggle.open:after {
  background-image: url(https://yanuk.itembox.design/item/img/common/icon_plus.png);
}
.main-menu.women-category .women-menu .main-menu-list-sub1 {
  display: block;
}
.main-menu.women-category .women-menu .btn_toggle:after {
  background-image: url(https://yanuk.itembox.design/item/img/common/icon_minus.png);
}
.main-menu.women-category .women-menu .btn_toggle.open:after {
  background-image: url(https://yanuk.itembox.design/item/img/common/icon_plus.png);
}

.main-menu-list ul {
  padding-left: 35px;
}
@media screen and (min-width: 1241px) {
  .main-menu-list ul {
    padding-left: 1em;
  }
}
.main-menu-list > li span,
.main-menu-list > li a {
  font-size: 1.3rem;
  list-style: .1em;
  padding: 13px 0;
  font-weight: 500;
  display: block;
  color: #333;
  line-height: 1em;
}
@media screen and (min-width: 1241px) {
  .main-menu-list > li span,
  .main-menu-list > li a {
    font-size: 1.2rem;
  }
}

.main-menu-category {
  margin-bottom: 30px;
}

.main-menu-contents {
  margin-bottom: 30px;
}

.main-menu-others {
  border-top: 1px solid #a9aeae;
  padding-top: 43px;
  padding-bottom: 30px;
}
.main-menu-others ul li {
  padding: 13px 0;
  font-size: 1.1rem;
  list-style: .1em;
  line-height: 1em;
}

.main-menu-sns {
  margin-bottom: 30px;
}
@media screen and (min-width: 1241px) {
  .main-menu-sns {
    display: none;
  }
}

/* ==============================================
 ### 共通フッターコンテンツ
=================================================*/
.ctm-footer {
  background-color: #dadfe0;
  padding: 50px 25px 15px;
  color: #5b5b5b;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .ctm-footer {
    padding-bottom: 110px;
  }
}

/* ==============================================
 ### フッター
=================================================*/
footer {
  width: 100%;
}
@media screen and (min-width: 600px) {
  footer {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==============================================
	## フッター 見出し
=================================================*/
.f_ttl1 {
  font-size: 1.1rem;
  letter-spacing: .1em;
  font-weight: 400;
  color: #5b5b5b;
}
@media screen and (min-width: 600px) {
  .f_ttl1 {
    font-size: 1.2rem;
  }
}

.f_ttl2 {
  font-size: 1.1rem;
  font-weight: 400;
}

/* ==============================================
	## フッターメニュー　CONTACT
=================================================*/
@media screen and (min-width: 600px) {
  .f_contact {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.f_contact .f_ttl1 {
  margin-bottom: 40px;
}
.f_contact .f_ttl2 {
  padding-bottom: 12px;
  border-bottom: 1px solid #c5cccd;
}
@media screen and (min-width: 600px) {
  .f_contact .f_ttl2 {
    padding-bottom: 10px;
  }
}

.f_contact-item {
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .f_contact-item {
    width: 40%;
    margin-bottom: 60px;
  }
}
.f_contact-item > div {
  border-bottom: 1px solid #c5cccd;
}
.f_contact-item .tel-block {
  padding: 15px 0;
}
@media screen and (min-width: 1000px) {
  .f_contact-item .tel-block {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.f_contact-item .tel-block .tel {
  font-size: 1.2rem;
  margin-bottom: 12px;
}
@media screen and (min-width: 600px) {
  .f_contact-item .tel-block .tel {
    margin-bottom: 0;
    margin-right: 50px;
  }
}
.f_contact-item .tel-block .note {
  font-size: 1rem;
}
.f_contact-item .link_contact a {
  display: block;
  padding: 15px 0;
  font-size: 1.1rem;
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .f_contact-item .link_contact a {
    padding: 20px 0;
  }
}
.f_contact-item .link_contact a::after, .f_contact-item .link_contact a::before {
  content: '';
}
.f_contact-item .link_contact a::before {
  background-image: url(https://yanuk.itembox.design/item/img/common/mail_footer.svg);
  width: 18px;
  height: 14px;
  margin-right: 10px;
  margin-top: -2px;
}
.f_contact-item .link_contact a::after {
  background-image: url(https://yanuk.itembox.design/item/img/common/arrow.svg);
  width: 14px;
  height: 7px;
  margin-left: auto;
}

/* ==============================================
	## フッター 　メニュー
=================================================*/
.f_menu {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .f_menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* ==============================================
	 # フッター　SNS
=================================================*/
.f_SNS {
  order: 1;
  width: 100%;
  margin-bottom: 45px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .f_SNS {
    order: 0;
    width: 27.3%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.f_SNS .f_ttl1 {
  margin-right: 20px;
}
@media screen and (min-width: 600px) {
  .f_SNS .f_ttl1 {
    margin-right: 20%;
  }
}
.f_SNS .sns-list1 {
  display: none;
}
@media screen and (min-width: 600px) {
  .f_SNS .sns-list1 {
    display: block;
  }
}

/* ==============================================
	 # フッター　サブメニュー
=================================================*/
.f_sub-menu {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .f_sub-menu {
    width: 28%;
  }
}
.f_sub-menu ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.f_sub-menu ul li {
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .f_sub-menu ul li {
    margin-bottom: 15px;
  }
}
.f_sub-menu ul li a {
  font-size: 1.1rem;
}

/* ==============================================
	 # フッター　サイトロゴ
=================================================*/
.f_sitelogo_wrap {
  order: 2;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .f_sitelogo_wrap {
    width: 32%;
  }
}

/* ==============================================
	 # フッター　サイトロゴ
=================================================*/
.f_sitelogo {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .f_sitelogo {
    margin-bottom: 35px;
  }
}

/* ==============================================
	 # フッター　コピーライト
=================================================*/
.copyright {
  text-align: center;
}
.copyright small {
  font-size: 1rem;
  color: #fff;
  letter-spacing: .1em;
}

/* ==============================================
 ### パンくずリスト
=================================================*/
.fs-c-breadcrumb {
  padding-left: 2.7%;
  padding-right: 2.7%;
  background-color: #fff;
  margin-bottom: 10px;
  padding-top: 10px;
}
@media screen and (min-width: 600px) {
  .fs-c-breadcrumb {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__list {
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .fs-c-breadcrumb .fs-c-breadcrumb__list {
    padding: 0;
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__list li {
  font-size: 1.1rem;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list li a {
  color: #5b5b5b;
}
@media screen and (min-width: 600px) {
  .fs-c-breadcrumb .fs-c-breadcrumb__listItem {
    vertical-align: top;
  }
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: " > ";
}
@media screen and (min-width: 600px) {
  .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    content: " > ";
  }
}

/* ==============================================
 ###　スライダー共通設定
=================================================*/
.ctm-slider {
  /* Arrows */
  /* Dots */
}
.ctm-slider .slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 1241px) {
  .ctm-slider .slick-arrow {
    width: 22px;
    height: 22px;
  }
}
.ctm-slider .slick-arrow:before {
  content: '';
  display: inline-block;
  border: solid #9e9e9e;
  border-width: 0 0 1px 1px;
  padding: 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 8px;
}
@media screen and (min-width: 1241px) {
  .ctm-slider .slick-arrow:before {
    top: 9px;
  }
}
.ctm-slider .slick-arrow.slick-next:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 8px;
}
@media screen and (min-width: 1241px) {
  .ctm-slider .slick-arrow.slick-next:before {
    right: 9px;
  }
}
.ctm-slider .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
@media screen and (min-width: 1241px) {
  .ctm-slider .slick-arrow.slick-prev:before {
    left: 9px;
  }
}
.ctm-slider .slick-prev:hover, .ctm-slider .slick-prev:focus,
.ctm-slider .slick-next:hover,
.ctm-slider .slick-next:focus {
  outline: none;
  opacity: 1;
}
.ctm-slider .slick-prev {
  left: 0;
  right: auto;
}
@media screen and (min-width: 1241px) {
  .ctm-slider .slick-prev {
    left: 0;
  }
}
[dir="rtl"] .ctm-slider .slick-prev {
  left: auto;
  right: 0;
}
.ctm-slider .slick-next {
  right: 0;
  left: auto;
}
@media screen and (min-width: 1241px) {
  .ctm-slider .slick-next {
    right: 0;
  }
}
[dir="rtl"] .ctm-slider .slick-next {
  left: 0;
  right: auto;
}
.ctm-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.ctm-slider .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 30px;
}
.ctm-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.ctm-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 13px;
  height: 13px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  background-color: #8d8d8d;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.ctm-slider .slick-dots li.slick-active button {
  background-color: #252d42;
}

/* ==============================================
 ### FEATURE
=================================================*/
.ctm_feature-item .date-icon {
  font-size: 1rem;
  box-sizing: border-box;
}
.ctm_feature-item .text {
  font-size: 1.2rem;
  color: #333;
  font-weight: 500;
}

.ctm_common_feature {
  padding-left: 2.6%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 600px) {
  .ctm_common_feature {
    width: 100%;
    padding-left: 0;
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.ctm_common_feature .slick-list {
  padding: 0 10% 0 0 !important;
}
@media screen and (min-width: 600px) {
  .ctm_common_feature .ctm_feature-list {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.ctm_common_feature .ctm_feature-list .ctm_feature-item {
  margin-right: .5%;
}
@media screen and (min-width: 600px) {
  .ctm_common_feature .ctm_feature-list .ctm_feature-item {
    width: calc(100% / 5);
    margin: 0;
    padding: 0 10px;
  }
}
.ctm_common_feature .ctm_feature-list .ctm_feature-item .image {
  margin-bottom: 10px;
}
.ctm_common_feature .ctm_feature-list .ctm_feature-item .date-icon {
  margin-bottom: 10px;
}
.ctm_common_feature .ctm_feature-list .ctm_feature-item:last-of-type {
  display: none;
}
@media screen and (min-width: 600px) {
  .ctm_common_feature .ctm_feature-list .ctm_feature-item:last-of-type {
    display: block;
  }
}

/* ==============================================
 ### BROWSING HISTORY
=================================================*/
.ctm_browsing-history-wrap {
  width: 100%;
}

.ctm_browsing-history {
  padding-left: 2.6%;
  padding-bottom: 50px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 600px) {
  .ctm_browsing-history {
    padding-bottom: 120px;
  }
}
.ctm_browsing-history .slick-list {
  padding: 0 10% 0 0 !important;
}
@media screen and (min-width: 600px) {
  .ctm_browsing-history {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .ctm_browsing-history .product-slicklist {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ctm_browsing-history .product-slicklist .item {
  margin-right: .5%;
}
@media screen and (min-width: 600px) {
  .ctm_browsing-history .product-slicklist .item {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) {
  .ctm_browsing-history .product-slicklist {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .ctm_browsing-history .product-slicklist .item {
    width: calc(100% / 8);
    box-sizing: border-box;
    padding: 0 7px;
  }
}

/* ==============================================
 ###　各メディア限定コンテンツメディアクエリ
=================================================*/
@media screen and (min-width: 600px) {
  .sp-only {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}
@media screen and (min-width: 600px) and (max-width: 1240px) {
  .tab-only {
    display: block !important;
  }
}

@media screen and (max-width: 1240px) {
  .desktop-only {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .tab-desktop {
    display: none !important;
  }
}

.hide-content {
  display: none !important;
}

/* ==============================================
 ### コンテンツエリア
=================================================*/
.fs-l-main {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (min-width: 1241px) {
  .fs-l-main {
    max-width: 1000px;
    padding-top: 20px;
    width: calc(100% - 240px);
  }
  .fs-body-top .fs-l-main {
    padding-top: 0;
  }
}

/* ==============================================
 ### 下層ページ　レイアウト
=================================================*/
/* ２カラムレイアウト*/
.ctm_cart-container {
  padding: 0 2.6%;
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .ctm_cart-container {
    min-width: 600px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}

.ctm_mypage-container {
  padding: 0 2.6%;
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .ctm_mypage-container {
    min-width: 600px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}

.ctm_login-container {
  padding: 0 6%;
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .ctm_login-container {
    width: 80%;
    min-width: 600px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 600px) {
  .ctm_login-container .fs-c-inputTable tr {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 600px) {
  .ctm_login-container .fs-c-inputTable__headerCell {
    width: 11em;
  }
}
@media screen and (min-width: 600px) {
  .ctm_login-container .fs-c-inputTable__dataCell {
    width: calc(100% - 12em);
  }
}
@media screen and (min-width: 600px) {
  .ctm_login-container .fs-c-inputTable__dataCell .fs-c-inputField__field {
    max-width: 380px;
  }
}

.ctm_regist-container {
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .ctm_regist-container {
    min-width: 600px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}

.ctm_system-container {
  padding: 0 2.6%;
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .ctm_system-container {
    width: 80%;
    min-width: 600px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}

.ctm_freepage-container {
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .ctm_freepage-container {
    min-width: 600px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}
.ctm_freepage-container .fs-c-productList {
  display: none;
}
.ctm_freepage-container .category-mainInfo {
  width: 100%;
}

/* ==============================================
 ###　タブレット用
=================================================*/
/* ==============================================
 ###　フッター　MAIL横矢印を消す
=================================================*/
.ctm-footer .f_contact-item .link_contact a::after {
  background: none;
}

/* ==============================================
 ###　21-12-13 Denim Color Search
=================================================*/
.main-menu-denim-color-search {
  margin-bottom: 30px;
}

.denim-color-search_ttl1 {
  font-size: 1.3rem;
  list-style: .1em;
  padding: 13px 0;
  font-weight: 500;
  display: block;
  color: #333;
  line-height: 1em;
  position: relative;
  display: block;
  /*  &:after {
  		position: absolute;
  		content: '';
  		width: 13px;
  		height: 13px;
  		display: block;
  		top: 50%;
  		right: 0;
  		background-repeat: no-repeat;
  		background-size: contain;
  		background-image: url(https://yanuk.itembox.design/item/img/common/icon_plus.png);
  		transform: translateY(-50%);
  		@include min-screen($breakpoint-pc) {
  			display: none;
  		}
  	}
  
  	&.open {
  		&:after {
  			background-image: url(https://yanuk.itembox.design/item/img/common/icon_minus.png);
  		}
  	}*/
}
@media screen and (min-width: 1241px) {
  .denim-color-search_ttl1 {
    font-size: 1.2rem;
  }
}

.denim-color-search_ttl2 {
  font-size: 1.3rem;
  list-style: .1em;
  padding: 13px 0;
  font-weight: 500;
  display: block;
  color: #333;
  line-height: 1em;
}
@media screen and (min-width: 1241px) {
  .denim-color-search_ttl2 {
    font-size: 1.2rem;
  }
}

.denim-color-search_container {
  display: block;
}
@media screen and (min-width: 1241px) {
  .denim-color-search_container {
    display: block;
  }
}

.denim-color-search_item {
  padding-bottom: 10px;
}
.denim-color-search_item ul {
  display: flex;
}
.denim-color-search_item ul li {
  margin-right: 5px;
}
.denim-color-search_item ul li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #9e9e9e;
  border-radius: 50%;
}
.denim-color-search_item ul li.color_black a {
  background-color: #595959;
}
.denim-color-search_item ul li.color_white a {
  background-color: #fffce7;
}
.denim-color-search_item ul li.color_deep a {
  background-color: #203864;
}
.denim-color-search_item ul li.color_middle a {
  background-color: #0070c0;
}
.denim-color-search_item ul li.color_light a {
  background-color: #b3dbff;
}

/***[VARIATION]***/
@media screen and (max-width: 600px) {
  .fs-c-featuredProduct__title {
    font-size: 1.8rem;
  }
}
/* ==============================================
 ### 23-05-22 BROWSING HISTORY
=================================================*/
.ctm_browsing-history.ctm202305 {
  padding-right: 2.6%;
}
@media screen and (min-width: 600px) {
  .ctm_browsing-history.ctm202305 {
    padding-right: 0;
  }
}
.ctm_browsing-history .fs-p-heading--lv2 {
  display: none;
}
@media screen and (min-width: 600px) {
  .ctm_browsing-history .flywheel-recommend__frame {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ctm_browsing-history .fr3-productListStatic {
  padding: 0;
  gap: 10px;
}
@media screen and (min-width: 600px) {
  .ctm_browsing-history .fr3-productListStatic {
    grid-template-columns: repeat(8, 1fr);
  }
}
.ctm_browsing-history .fr3-productListStatic .fr3-item:nth-of-type(7), .ctm_browsing-history .fr3-productListStatic .fr3-item:nth-of-type(8) {
  display: none;
}
@media screen and (min-width: 600px) {
  .ctm_browsing-history .fr3-productListStatic .fr3-item:nth-of-type(7), .ctm_browsing-history .fr3-productListStatic .fr3-item:nth-of-type(8) {
    display: block;
  }
}
.ctm_browsing-history .fr3-item__productName {
  display: none;
}
.ctm_browsing-history .fr3-item__productPrice {
  display: none;
}


/* ==============================================
 ### 24-07-12 CHANNEL TALK
=================================================*/
.ctm_ct_chat_container {
  position: fixed;
  bottom: 50px;
  left: 0;
}

.ctm_btn_ct_chat {
  width: 186px;
  height: auto;

}

.ctm_btn_ct_chat img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

@media screen and (min-width: 600px) {
  .ctm_btn_ct_chat {
    width: 300px;
    height: auto;
  }
}


.fs-body-category .ctm_ct_chat_container {
  bottom: 30px;
}

/* ==============================================
 ### 24-07-12 検索キーワード　おすすめ追加
=================================================*/
.ctm_search-recomword {
  width: 100%;
  margin-bottom: 10px;
}
.ctm_search-recomword ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ctm_search-recomword ul li {
  margin-right: 5px;
}
.ctm_search-recomword ul li a {
  display: block;
  border: 1px solid #c5cccd;
  border-radius: 20px;
  padding: 3px 8px;
}
@media screen and (min-width: 600px) {
  .ctm_search-recomword {
    margin-bottom: 25px;
  }

  .ctm_search-recomword ul li {
    margin-right: 10px;
  }
  .ctm_search-recomword ul li a {
    padding: 5px 10px;
  }
}