@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

#fs_Top main {
  display: block;
  /*margin-top: 90px;*/
}

.inner-block {
  position: relative;
  max-width: 1320px;
  padding: 25px 30px;

}
.inner-block.short {
  max-width: 1025px;
  padding: 0px 15px;
}
.inner-block.s-short {
  max-width: 1020px;
}
.inner-block.mb-100 {
  padding-bottom: 100px;
}

#wrapper {
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

.l-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-flex.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-flex.bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.l-flex.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ib {
  display: inline-block;
}

.c-orange {
  color: #e06e1d;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
----------------------------------- */
#header_text {
    position: absolute;
    top: 0;
    z-index: 1000;
    height: 19.5px;
    width: 100%;
    text-align: center;
    background-color: #262626;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 2.5px;
}
.c-header {
  height: 90px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
}
.c-header .l-flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.c-header .inner-block {
  max-width: 100%;
}

.icon-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.icon-menu li {
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
.icon-menu li + li {
  margin-left: 27px;
}
.icon-menu .icon {
  display: block;
  position: relative;
  padding-top: 26px;
}
.icon-menu .icon.search::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_search.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 23px;
  width: 23px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.icon-menu .icon.favorite::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_favorite.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 23px;
  width: 23px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.icon-menu .icon.cart::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_cart.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 26px;
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.menu-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  outline: initial;
  z-index: 2;
}
.menu-btn .inn {
  margin: auto;
  position: absolute;
  width: 22px;
  height: 17px;
  top: 5px;
  right: 0;
  left: 0;
}
.menu-btn .inn .line {
  border-radius: 10px;
  position: absolute;
  display: inline-block;
  background-color: #555;
  height: 2px;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-btn .inn .line:nth-of-type(1) {
  top: 0;
}
.menu-btn .inn .line:nth-of-type(2) {
  top: 46%;
}
.menu-btn .inn .line:nth-of-type(3) {
  bottom: 0;
}

.menu-btn.is-open .inn .line:nth-of-type(1) {
  top: 45%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-btn.is-open .inn .line:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.is-open .inn .line:nth-of-type(3) {
  top: 45%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: auto;
}

.head-menu-wrap {
  background: #f4f4f4;
  max-width: 420px;
  width: 100%;
  position: fixed;
  top: 90px;
  right: 0;
  height: calc(100% - 90px);
  overflow-y: scroll;
  z-index: 99;
  -webkit-transform: translateX(420px);
  transform: translateX(420px);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
}
.head-menu-wrap.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.head-menu-wrap::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.head-menu-wrap .link-wrap {
  border-bottom: 1px solid #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  margin-bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.head-menu-wrap .link-wrap a {
  background: transparent;
  border-radius: 4px;
  font-size: 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  padding: 9px 11px 6px 22px;
  width: calc((100% - 20px) / 3);
}
.head-menu-wrap .link-wrap a + a {
  margin-left: 10px;
}
.head-menu-wrap .link-wrap a.top::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_top.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 13px;
  top: 0;
  bottom: 0;
  left: 34px;
  margin: auto;
}
.head-menu-wrap .link-wrap a.men::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_men.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  top: 0;
  bottom: 0;
  left: 34px;
  margin: auto;
}
.head-menu-wrap .link-wrap a.women::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_women.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  top: 0;
  bottom: 0;
  left: 28px;
  margin: auto;
}
.head-menu-wrap .menu-item-btn-head {
  border-bottom: 1px solid #aaa;
  display: block;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 18px 40px 18px 45px;
  position: relative;
}
.head-menu-wrap .menu-item-btn-head::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-bk.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.head-menu-wrap .menu-item-btn-head.log-re::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_log-re.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.head-menu-wrap .arrow {
  border-bottom: 1px solid #aaa;
  display: block;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 16px 40px 15px 42px;
  position: relative;
}
.head-menu-wrap .arrow.login::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_login.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.head-menu-wrap .arrow.registration::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_registration.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.head-menu-wrap .arrow.service::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_service.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  margin: auto;
}
.head-menu-wrap .arrow.category::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_category.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.head-menu-wrap .arrow.brand::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_brand.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.head-menu-wrap .arrow.new::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_new-item.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.head-menu-wrap .arrow.rank::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_category-rank.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.head-menu-wrap .arrow.feature::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_feature.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.head-menu-wrap .arrow.styling::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_styling.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.head-menu-wrap .arrow.blog::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_blog.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.head-menu-wrap .arrow.media::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_media.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.head-menu-wrap .arrow.shop::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_shop-news.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.head-menu-wrap .arrow.application::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_application.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.head-menu-wrap .arrow.channel::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_channel.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.head-menu-wrap .arrow.live::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_live.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.head-menu-wrap .arrow.mail::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_mail.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.head-menu-wrap .arrow.first::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_first.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.head-menu-wrap .arrow.guide::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_guide.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.head-menu-wrap .arrow.support-contact::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_s-contact.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.head-menu-wrap .arrow.area::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_area.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.head-menu-wrap .arrow.corporate::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_corporate.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.head-menu-wrap .arrow.recruit::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_recruit.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.head-menu-wrap .arrow.contact::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_contact.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
}
.head-menu-wrap .arrow::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-bk.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.head-menu-wrap .menu-ttl {
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 10px 20px;
}
.head-menu-wrap .sub-menu-list {
  background: #e6e6e6;
}
.head-menu-wrap .sub-menu-list li {
  border-bottom: 1px solid #aaa;
}
.head-menu-wrap .sub-menu-list li a {
  display: block;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 18px 40px;
  position: relative;
}
.head-menu-wrap .sub-menu-list li a::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_arrow-bk.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 6px;
  width: 9px;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
}
.head-menu-wrap .btn-wrap {
  padding: 15px 20px;
}
.head-menu-wrap .close-btn {
  background: #333333;
  cursor: pointer;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 10px;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
}
.head-menu-wrap .menu-list.aco {
  display: none;
}

.search-menu-wrap {
  background: #f4f4f4;
  max-width: 420px;
  width: 100%;
  position: fixed;
  top: 90px;
  right: 0;
  height: calc(100% - 90px);
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 99;
  -webkit-transform: translateX(420px);
  transform: translateX(420px);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
}
.search-menu-wrap.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.search-menu-wrap::-webkit-scrollbar {
  display: none;
}
.search-menu-wrap .fs-p-productSearch__form.is-open {
  display: none;
}
.search-menu-wrap .inner-block {
  padding: 0 20px 90px;
}

/*
.closeModal {
  display: none;
}*/


.search-menu-wrap .closeModal {
  background: none;
  color: #333;
  font-weight: bold;
  padding: 8px;
  font-size: 14px;
  text-align: center;
}
.search-menu-wrap .closeModal .close_btn {
  cursor: pointer;
  text-align: right;
  position: relative;
  font-size: 12px;
  padding-left: 9px;
  position: absolute;
  top: 9px;
  right: 20px;
}
.search-menu-wrap .closeModal .close_btn::before,
.search-menu-wrap .closeModal .close_btn::after {
  background: #fff;
  content: "";
  display: block;
  height: 7px;
  width: 1px;
  position: absolute;
  top: 6px;
  left: 0;
}
.search-menu-wrap .closeModal .close_btn::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-menu-wrap .closeModal .close_btn::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.search-menu-wrap .close-btn {
  cursor: pointer;
  text-align: right;
  position: relative;
  font-size: 12px;
  padding-left: 9px;
  position: absolute;
  top: 9px;
  right: 20px;
}
.search-menu-wrap .close-btn::before,
.search-menu-wrap .close-btn::after {
  background: #333;
  content: "";
  display: block;
  height: 7px;
  width: 1px;
  position: absolute;
  top: 6px;
  left: 0;
}
.search-menu-wrap .close-btn::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-menu-wrap .close-btn::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.search-menu-wrap .fs-p-searchForm {
  margin-top: 16px;
}
.search-menu-wrap .fs-p-searchForm .fs-p-searchForm__inputGroup .fs-p-searchForm__input {
  background: #fff;
  max-width: calc(100% - 43px);
}
.search-menu-wrap .link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 20px 0;
  margin-bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search-menu-wrap .link-wrap a {
  border-radius: 4px;
  font-size: 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  padding: 9px 11px 6px 22px;
  width: calc((100% - 20px) / 3);
}
.search-menu-wrap .link-wrap a + a {
  margin-left: 10px;
}
.search-menu-wrap .link-wrap a.top::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_top.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 13px;
  top: 0;
  bottom: 0;
  left: 34px;
  margin: auto;
}
.search-menu-wrap .link-wrap a.men::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_men.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  top: 0;
  bottom: 0;
  left: 34px;
  margin: auto;
}
.search-menu-wrap .link-wrap a.women::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_women.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  top: 0;
  bottom: 0;
  left: 28px;
  margin: auto;
}
.search-menu-wrap .search-form-list {
  margin-top: 15px;
}
.search-menu-wrap .search-form-list .arrow {
  border-bottom: 1px solid #aaa;
  cursor: pointer;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 0.04em;
  padding: 15px 34px 15px 13px;
  position: relative;
}
.search-menu-wrap .search-form-list .arrow::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-bk.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.search-menu-wrap .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.search-menu-wrap .btn-wrap button {
  width: calc((100% - 10px) / 2);
}
.search-menu-wrap .btn-wrap button + button {
  margin-left: 10px;
}
.search-menu-wrap .btn-wrap .clear_btn {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 9px;
}
.search-menu-wrap .btn-wrap .close_btn {
  background: #333;
  border: 1px solid #333;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 9px;
}
.search-menu-wrap .search_modal {
  background: #f4f4f4;
  max-width: 420px;
  width: 420px;
  position: fixed;
  top: 0;
  margin: 0 auto;
  right: 0;
  height: 100%;
  overflow-y: scroll;
  z-index: 99;
  -webkit-transform: translateX(420px);
  transform: translateX(420px);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
}
.search-menu-wrap .search_modal .inner-block {
  padding-top: 22px !important;
}
.search-menu-wrap .search_modal.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.search-menu-wrap .search_modal::-webkit-scrollbar {
  display: none;
}
.search-menu-wrap .search_modal .fs-p-productSearch__searchButtonContainer {
  bottom: 20px;
  max-width: 370px;
}
.search-menu-wrap .search_modal .fs-p-productSearch__searchButtonContainer .fs-p-productSearch__searchButton {
  max-width: 370px;
}
.search-menu-wrap .condition-modal .fs-c-radio__labelText {
  font-size: 12px;
}
.search-menu-wrap .condition-modal .fs-c-radio__labelText .small {
  font-size: 14px;
}
.search-menu-wrap .search-ttl {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  padding-bottom: 16px;
}
.search-menu-wrap .search-ttl.no-brd {
  border: none;
}
.search-menu-wrap .search-aco-list .menu-item-btn-head {
  position: relative;
}
.search-menu-wrap .search-aco-list .menu-item-btn-head.outer-parent::after,
.search-menu-wrap .search-aco-list .menu-item-btn-head.outer::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_outer.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 25px;
  width: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
}
.search-menu-wrap .search-aco-list .menu-item-btn-head.tops-parent::after,
.search-menu-wrap .search-aco-list .menu-item-btn-head.tops::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_tops.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 25px;
  width: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
}
.search-menu-wrap .search-aco-list .menu-item-btn-head.bottoms-parent::after,
.search-menu-wrap .search-aco-list .menu-item-btn-head.bottoms::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_bottoms.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 25px;
  width: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
}
.search-menu-wrap .search-aco-list .menu-item-btn-head.shoes-parent::after,
.search-menu-wrap .search-aco-list .menu-item-btn-head.shoes::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_shoes.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 25px;
  width: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
}
.search-menu-wrap .search-aco-list .menu-item-btn-head.bag::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_bag.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 25px;
  width: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
}
.search-menu-wrap .search-aco-list .menu-item-btn-head.hat::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_hat.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 25px;
  width: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
}
.search-menu-wrap .search-aco-list .menu-item-btn-head.fashion-accessories-parent::after,
.search-menu-wrap .search-aco-list .menu-item-btn-head.accessory::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_accessory.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 16px;
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.search-menu-wrap .search-aco-list .menu-item-btn-head.antique-goods-parent::after,
.search-menu-wrap .search-aco-list .menu-item-btn-head.goods::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_goods.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
}
.search-menu-wrap .search-aco-list .inn {
  display: block;
}
.search-menu-wrap .search-aco-list .arrow {
  border-bottom: 1px solid #aaa;
  cursor: pointer;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 0.04em;
  padding: 15px 34px 15px 13px;
  position: relative;
}
.search-menu-wrap .search-aco-list .arrow::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-bk.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.search-menu-wrap .search-aco-list .arrow.icon {
  padding: 15px 34px 15px 54px;
}
.search-menu-wrap .search-aco-list .menu-list {
  background: #e6e6e6;
  display: none;
}
.search-menu-wrap .search-aco-list .menu-list .fs-c-radio {
  border-bottom: 1px solid #aaa;
  font-size: 13px;
  letter-spacing: 0.04em;
  margin-right: 0;
}
.search-menu-wrap .search-aco-list .menu-list.open {
  background: transparent;
  display: block;
}
.search-menu-wrap .search-aco-list .menu-list.open li:first-child {
  border-top: 1px solid #aaa;
}
.search-menu-wrap .search-aco-list .fs-c-radio {
  position: relative;
}
.search-menu-wrap .search-aco-list .fs-c-radio__radioMark {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background: transparent;
  border: none;
  opacity: 1;
}
.search-menu-wrap .search-aco-list .fs-c-radio__radioMark::before {
  background: #fff !important;
  border-radius: 100px;
  border: 1px solid #707070;
  content: "";
  display: block;
  height: 14px !important;
  width: 14px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: inherit;
  margin: auto;
  left: -22px;
  opacity: 1;
}
.search-menu-wrap .search-aco-list .fs-c-radio__radioMark::after {
  background: #e06e1d;
  border-radius: 100px;
  content: "";
  display: none;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -20px;
}
.search-menu-wrap .search-aco-list .fs-c-radio__radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
.search-menu-wrap .search-aco-list .fs-c-radio__radio:checked + .fs-c-checkbox__label .fs-c-radio__radioMark::after {
  display: block;
}
.search-menu-wrap .search-aco-list .fs-c-checkbox__label {
  display: block;
  padding: 15px 9px 15px 32px;
  width: 100%;
}
.search-menu-wrap .search-aco-list .en,
.search-menu-wrap .search-aco-list .jp {
  display: block;
}
.search-menu-wrap .tab-ul {
  margin-top: 0;
}
.search-menu-wrap .search-aco-list .accordion-parent-ul .accordion-parent-ul,
.search-menu-wrap .search-aco-list .accordion-parent-ul .menu-item-btn-head.arrow.icon {
  padding-left: 32px;
}

#cover-bg {
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  z-index: 98;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#cover-bg.is-open {
  opacity: 1;
  pointer-events: auto;
}

.fs-p-productSearch__searchButtonContainer {
  position: fixed;
  bottom: 30px;
  right: 20px;
  height: 44px;
  width: 100%;
  display: none;
  max-width: 380px;
  z-index: 200;
}
.fs-p-productSearch__searchButtonContainer.is-open {
  display: block;
}

.fs-p-productSearch__searchButton {
  background: #e06e1d;
  border: 1px solid #e06e1d;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 6px;
  letter-spacing: 0.04em;
  padding: 10px;
  width: 100%;
  background: #30a0cb;
  border: 1px solid #30a0cb;
}
.fs-p-productSearch__searchButton::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_search-wh.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -163px;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.fs-c-checkboxGroup {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fs-c-checkboxGroup.l-flex {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: auto;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox {
  width: calc(100% / 4);
  display: block;
  margin-right: 0;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox:nth-child(n + 5) {
  margin-top: 16px !important;
}
.fs-c-checkboxGroup.l-flex .fs-c-radio__labelText {
  font-size: 12px;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label {
  display: block;
  text-align: center;
  position: relative;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label .fs-c-checkbox__checkMark {
  display: block;
  height: 40px;
  width: 40px;
  margin: auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  border: none;
  min-width: auto;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label .fs-c-checkbox__checkMark::before {
  content: none;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_check-wh.svg") no-repeat top center;
  background-size: contain;
  content: "";
  display: block;
  height: 21px;
  width: 26px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  opacity: 0;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.black .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_black.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.gray .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_gray.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.white .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_white.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.navy .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_navy.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.blue .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_blue.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.green .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_green.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.khaki .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_khaki.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.brown .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_brown.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.ocher .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_ocher.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.yellow .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_yellow.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.beige .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_beige.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.orange .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_orange.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.red .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_red.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.enji .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_enji.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.pink .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_pink.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.purple .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_purple.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.silver .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_silver.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.gold .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_gold.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.multi .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_multi.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.plain .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_plain.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.floral .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_floral.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.t-pattern .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_t-pattern.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.check .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_check.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.stripe .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_stripe.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.border .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_border.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.dot .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_dot.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.paisley .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_paisley.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.patchwork .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_patchwork.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.ethnic .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_ethnic.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.cotton .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_cotton.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.lace .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_lace.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.polyester .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_polyester.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.denim .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_denim.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.corduroy .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_corduroy.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.rayon .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_rayon.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.nylon .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_nylon.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.wool .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_wool.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.acrylic .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_acrylic.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.linen .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_linen.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.silk .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_silk.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.leather .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_leather.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.cashmere .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_cashmere.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.mohair .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_mohair.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.suede .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_suede.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex .fs-c-checkbox__label.hemp .fs-c-checkbox__checkMark {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_hemp.png") no-repeat top center;
}
.fs-c-checkboxGroup.l-flex input:checked + .fs-c-checkbox__label::before {
  opacity: 1;
}

.fs-c-inputTextGroup {
  display: block;
}
.fs-c-inputTextGroup .l-flex {
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.fs-c-inputTextGroup .l-flex .fs-c-inputTextGroup__item {
  position: relative;
}
.fs-c-inputTextGroup .l-flex .fs-c-inputTextGroup__item input {
  padding: 9px 10px 6px;
  border-radius: 2px;
  width: 100px;
}
.fs-c-inputTextGroup .l-flex .fs-c-inputTextGroup__item + .fs-c-inputTextGroup__item {
  margin-left: 56px;
}
.fs-c-inputTextGroup .l-flex .fs-c-inputTextGroup__item + .fs-c-inputTextGroup__item::after {
  content: "～";
  font-size: 14px;
  position: absolute;
  bottom: 9px;
  left: -23px;
}
.fs-c-inputTextGroup .l-flex .fs-c-inputTextGroup__item::before {
  content: "円";
  display: block;
  font-size: 14px;
  position: absolute;
  right: -23px;
  bottom: 9px;
}
.fs-c-inputTextGroup.center {
  text-align: center;
}

.fs-c-inputTextGroup__item [type="text"] {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 2px;
}

.range {
  display: grid;
  background: #ccc;
  border-radius: 100px;
  margin-bottom: 24px;
}

.input-range {
  grid-column: 1;
  grid-row: 2;
  pointer-events: none;
  /* レンジバーの背景を透明にする */
  -webkit-appearance: none;
  background: none;
  /* overflow: hiddenにすると溝に色を付けたとき、その部分が巨大化しない */
  overflow: hidden;
  border-radius: 100px;
}
.input-range::-webkit-slider-thumb {
  pointer-events: auto;
  /* つまみ部分を長方形にする */
  -webkit-appearance: none;
  width: 0.8rem;
  height: 1.5rem;
}
.input-range.thumb-1 {
  z-index: 2;
  border-radius: 100px;
}
.input-range.thumb-1::-webkit-slider-runnable-track {
  background: none;
  border-radius: 100px;
}
.input-range.thumb-1::-webkit-slider-thumb {
  border-radius: 100px;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #707070;
  -webkit-box-shadow: -100vw 0 0 99vw #e06e1d;
  box-shadow: -100vw 0 0 99vw #e06e1d;
}
.input-range.thumb-2 {
  border-radius: 100px;
  z-index: 1;
}
.input-range.thumb-2::-webkit-slider-runnable-track {
  color: #333;
  border-radius: 100px;
  background: #ccc;
}
.input-range.thumb-2::-webkit-slider-thumb {
  border-radius: 100px;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #707070;
  -webkit-box-shadow: -100vw 0 0 99vw #e06e1d;
  box-shadow: -100vw 0 0 99vw #e06e1d;
}

.gender-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #707070;
  border-radius: 4px;
  max-width: calc(100% - 40px);
  margin: 20px auto 0;
}
.gender-wrap .gender {
  background: #fff;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  position: relative;
  cursor: pointer;
  width: calc(99.999% / 3);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.gender-wrap .gender:first-child {
  border-radius: 4px 0 0 4px;
}
.gender-wrap .gender:last-child {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #999;
}
.gender-wrap .gender:last-child::before {
  content: none;
}
.gender-wrap .gender + .gender {
  border-left: 1px solid #999;
}
.gender-wrap .gender .men {
  position: relative;
}
.gender-wrap .gender .men::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_men-gr.svg") no-repeat center center;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 0;
  left: -18px;
  bottom: 0;
  margin: auto;
}
.gender-wrap .gender .women {
  position: relative;
}
.gender-wrap .gender .women::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_women-gr.svg") no-repeat center center;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 0;
  left: -18px;
  bottom: 0;
  margin: auto;
}
.gender-wrap .gender label {
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  padding: 10px 10px 7px 25px;
  text-align: center;
  height: 100%;
}
.gender-wrap .gender label.all {
  padding: 6px 10px;
}
.gender-wrap .gender .fs-c-radio__radio {
  display: none;
}
.gender-wrap .gender .fs-c-radio__radio:checked + label {
  background: #333;
  color: #fff;
}
.gender-wrap .gender .fs-c-radio__radio:checked + label .men {
  position: relative;
}
.gender-wrap .gender .fs-c-radio__radio:checked + label .men::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_men-wh.svg") no-repeat center center;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 0;
  left: -18px;
  bottom: 0;
  margin: auto;
}
.gender-wrap .gender .fs-c-radio__radio:checked + label .women {
  position: relative;
}
.gender-wrap .gender .fs-c-radio__radio:checked + label .women::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_women-wh.svg") no-repeat center center;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 0;
  left: -18px;
  bottom: 0;
  margin: auto;
}

.fs-c-inputTextGroup__item {
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
}

.fs-c-radioGroup > *,
.fs-c-checkboxGroup > * {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.range-slider {
  margin: 13px auto 24px !important;
  max-width: 300px !important;
}

.noUi-connect {
  background: #e06e1d !important;
}

.noUi-horizontal {
  height: 6px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
.noUi-horizontal .noUi-handle {
  border-radius: 100px !important;
  border-color: #707070 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 18px !important;
  height: 18px !important;
}
.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  content: none !important;
}

.noUi-target {
  background: #ccc !important;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer .gray-bg {
  background: #f4f4f4;
}
.c-footer .gray-bg .inner-block {
  padding-top: 20px;
  padding-bottom: 40px;
}
.c-footer .menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-footer .menu-wrap .menu-list {
  width: calc((100% - 60px) / 4);
}
.c-footer .menu-wrap .menu-list + .menu-list {
  margin-left: 20px;
}
.c-footer .menu-wrap .menu-list li {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
.c-footer .menu-wrap .menu-list .menu {
  display: block;
  width: 100%;
  padding: 19px 10px;
}
.c-footer .menu-wrap .menu-list .arrow {
  position: relative;
}
.c-footer .menu-wrap .menu-list .arrow::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-bk.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-footer .black-bg {
  background: #333;
}
.c-footer .black-bg .inner-block {
  padding-top: 40px;
  padding-bottom: 60px;
}
.c-footer .black-bg .sns-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-footer .black-bg .sns-link li + li {
  margin-left: 20px;
}
.c-footer .black-bg .sns-link a {
  display: block;
}
.c-footer .black-bg .logo {
  text-align: center;
  margin: 60px auto 37px;
}
.c-footer .black-bg .page-top {
  text-align: center;
}
.c-footer .black-bg .page-top a {
  color: #fff;
  position: relative;
  padding-right: 30px;
}
.c-footer .black-bg .page-top a::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/pagetop.png") no-repeat center center;
  content: "";
  display: block;
  height: 7px;
  width: 10px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-footer .black-bg .copyright {
  color: #c3c3c3;
  font-size: 12px;
  text-align: center;
  margin-top: 70px;
}

/* --------------------------------
c-title
----------------------------------- */
.c-title01 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.04em;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 14px;
  line-height: 1.4;
}
.c-title01::before {
  background: #ccc;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-title01::after {
  background: #e06e1d;
  content: "";
  display: block;
  height: 2px;
  width: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.c-title01.small {
  font-size: 21px;
}
.c-title01.medium {
  font-size: 26px;
}
.c-title01 .small {
  font-size: 18px;
}

.c-title02 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 28px;
}
.c-title02.bt-0 {
  margin-bottom: 0;
}
.c-title02.mt-30 {
  margin-top: 25px;
}

.c-title03 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.c-title04 {
  background: #f4f4f4;
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 14px 12px 12px;
  margin-bottom: 23px;
}
.c-title04.mt-50 {
  margin-top: 50px;
}
.c-title04 + .tab-ul {
  margin-top: 20px;
}

/* --------------------------------
c-btn
----------------------------------- */
.c-btn01 {
  background: #e06e1d;
  border: 1px solid #e06e1d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 14px 20px 11px;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  max-width: 489px;
  margin: auto;
  text-align: center;
}
.c-btn01.cart-btn {
  padding-left: 54px;
  padding: 19px 20px 18px 54px;
}
.c-btn01.cart-btn::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_cart-btn.png") no-repeat center center;
  background-size: contain;
  content: "";
  height: 17px;
  width: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 84px;
  margin: auto;
}
.c-btn01.cart-btn::after {
  content: none;
}
.c-btn01::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-wh.svg") no-repeat center center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 8px;
  width: 8px;
}

.c-btn02 {
  border: 1px solid #ccc;
  background: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-radius: 4px;
  position: relative;
  padding: 14px 15px 12px;
  text-align: center;
  margin: 15px auto 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  max-width: 345px;
  width: 100%;
}
.c-btn02::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-or.svg") no-repeat center center;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 8px;
  width: 8px;
}
.c-btn02.top::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.c-btn02.bottom::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-btn02 .fs-c-button__label {
  font-size: 14px;
  font-weight: bold;
}
.c-btn02 .sub {
  display: block;
  font-size: 14px;
}

.c-btn03 {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 24px;
  cursor: pointer;
  max-width: 345px;
  width: 100%;
  margin: 40px auto 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 13px 30px 13px 13px;
  position: relative;
}
.c-btn03::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-bk.svg") no-repeat center center;
  content: "";
  display: block;
  height: 10px;
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -101px;
  left: 0;
  margin: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-btn03.bottom::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.more-btn {
  font-size: 13px;
  padding-right: 12px;
  position: relative;
}
.more-btn::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-or.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 8px;
  width: 10px;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.more-btn.abs {
  position: absolute;
  right: 0;
  bottom: 18px;
  margin: auto;
  font-weight: normal;
}

/* --------------------------------
c-table
----------------------------------- */
.product-table {
  margin-top: 18px;
  width: 100%;
}
.product-table th,
.product-table td {
  border: 1px solid #f0f0f0;
  font-weight: normal;
  padding: 7px;
  text-align: left;
  vertical-align: baseline;
}
.product-table th {
  background: #f0f0f0;
  border-bottom: 1px solid #fff;
  width: 144px;
}
.product-table span {
  display: block;
  font-size: 12px;
}

.product-table a {
  color: #098cff;
}

.c-table01 {
  margin-top: 45px;
  width: 100%;
}
.c-table01 caption {
  text-align: left;
}
.c-table01 tr {
  width: 100%;
}
.c-table01 tr:first-child th,
.c-table01 tr:last-child th {
  border-bottom: 1px solid #f0f0f0;
}
.c-table01 tr:first-child th:first-child {
  border-bottom: 1px solid #fff;
}
.c-table01 th {
  background: #f0f0f0;
  border: 1px solid #fff;
  font-size: 12px;
  padding: 11px 5px 8px;
}
.c-table01 th:first-child {
  min-width: 80px;
  width: 80px;
  text-align: left;
}
.c-table01 th:last-child {
  border-right: 1px solid #f0f0f0;
}
.c-table01 td {
  background: #fff;
  border: 1px solid #f0f0f0;
  min-width: 54px;
  text-align: center;
  padding: 9px 5px 6px;
  width: auto;
}
.c-table01.medium th:first-child {
  min-width: 80px;
  width: 80px;
  text-align: left;
}
.c-table01.medium.sp {
  margin-top: 30px;
}
.c-table01.medium.sp + .sp {
  margin-top: 12px;
}
.c-table01.sp + .sp {
  margin-top: 12px;
}
.c-table01.pc + .c-table01.pc {
  margin-top: 52px;
}

.c-table02 {
  margin-top: 30px;
  margin-bottom: 40px;
  width: 100%;
}
.c-table02 tr:first-child th {
  border-top: 1px solid #f0f0f0;
}
.c-table02 tr:last-child th {
  border-bottom: 1px solid #f0f0f0;
}
.c-table02 th {
  background: #f0f0f0;
  border: 1px solid #fff;
  font-weight: normal;
  text-align: left;
  padding: 14px 10px 14px;
  min-width: 70px;
  vertical-align: baseline;
}
.c-table02 th.members {
  background: #9a7760;
  color: #fff;
}
.c-table02 th.silver {
  background: #9d9c97;
  color: #fff;
}
.c-table02 th.gold {
  background: #dec671;
  color: #fff;
}
.c-table02 th.platinum {
  background: #79c4a8;
  color: #fff;
}
.c-table02 th.center {
  text-align: center;
}
.c-table02 td {
  background: #fff;
  border: 1px solid #f0f0f0;
  text-align: left;
  padding: 14px 10px 14px;
  width: auto;
  vertical-align: baseline;
}
.c-table02 td.members {
  color: #9a7760;
}
.c-table02 td.silver {
  color: #9d9c97;
}
.c-table02 td.gold {
  color: #dec671;
}
.c-table02 td.platinum {
  color: #79c4a8;
}
.c-table02 .small {
  font-size: 12px;
  display: inline-block;
  margin-left: 7px;
}
.c-table02.center td {
  text-align: center;
}
.c-table02.small th,
.c-table02.small td {
  padding: 8px 10px 7px;
}

/* --------------------------------
c-parts
----------------------------------- */
#tab-target-div .tab-target:not(.current) {
  display: none;
}
#tab-target-div .tab-target .wrap + .wrap {
  margin-top: 45px;
}

.tab-target-div {
  margin-bottom: 40px;
}
.tab-target-div.mb-0 {
  margin-bottom: 0;
}

.tab-ul {
  border-left: 1px solid #999;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px auto 26px;
}
.tab-ul li {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  color: #999;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding: 6px 10px;
  position: relative;
  cursor: pointer;
  width: calc(99.999% / 3);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.tab-ul li:first-child {
  border-radius: 4px 0 0 4px;
}
.tab-ul li:last-child {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #999;
}
.tab-ul li:last-child::before {
  content: none;
}
.tab-ul li + li {
  border-left: 1px solid #999;
}
.tab-ul .current {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.tab-ul .current::before {
  background: #333;
  content: "";
  display: block;
  height: calc(100% + 2px);
  width: 1px;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: -2px;
  z-index: 2;
}
.tab-ul .current .men {
  position: relative;
}
.tab-ul .current .men::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_men-wh.svg") no-repeat center center;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 0;
  left: -18px;
  bottom: 0;
  margin: auto;
}
.tab-ul .current .women {
  position: relative;
}
.tab-ul .current .women::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_women-wh.svg") no-repeat center center;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 0;
  left: -18px;
  bottom: 0;
  margin: auto;
}
.tab-ul.link {
  margin-top: 0;
}
.tab-ul.link a {
  display: block;
  padding: 6px 10px;
}
.tab-ul.link li {
  padding: 0;
}
.tab-ul.link li.current a {
  color: #fff;
}
.tab-ul.two li {
  width: calc(100% / 2);
}
.tab-ul.mt-0 {
  margin-top: 0;
}
.tab-ul .men {
  position: relative;
}
.tab-ul .men::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_men-gr.svg") no-repeat center center;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 0;
  left: -18px;
  bottom: 0;
  margin: auto;
}
.tab-ul .women {
  position: relative;
}
.tab-ul .women::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_women-gr.svg") no-repeat center center;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 0;
  left: -18px;
  bottom: 0;
  margin: auto;
}

.sns-cta {
  margin-top: 90px;
}

.inner-link {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-link li {
  position: relative;
  font-size: 14px;
}
.inner-link li + li::before {
  background: #707070;
  content: "";
  display: block;
  height: calc(100% - 5px);
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

@media (max-width: 767px) {
.inner-link li:nth-child(4) {
  margin-top: 3%;
}
}



.inner-link a {
  padding: 0 22px;
}

.sns-wrap {
  display: none;
}

.sns-wrap {
  background: #f4f4f4;
  margin-top: 18px;
}
.sns-wrap .inner-block {
  padding: 50px 30px;
  text-align: center;
}
.sns-wrap .inner-block.l-flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sns-wrap .sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 70px;
}
.sns-wrap .sns-list li + li {
  margin-left: 20px;
}
.sns-wrap .sns-list li a {
  display: block;
}

.campaign-banner-block {
  -webkit-transform: 0.2s ease-in-out;
  transform: 0.2s ease-in-out;
  /*margin-top: 90px;*/
}
.campaign-banner-block img {
  width: 100%;
}
.campaign-banner-block + .inner-block + main {
  margin-top: 0;
}

.banner-area .inner-block {
  padding-top: 30px;
  padding-bottom: 30px;
}
.banner-area .banner-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner-area .banner-list a {
  display: block;
  width: calc((100% - 60px) / 4);
}

.bg-block .inner-block {
  padding-top: 110px;
  padding-bottom: 100px;
}
.bg-block .title {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 34px;
}
.bg-block .text {
  color: #fff;
  text-align: center;
  margin-bottom: 71px;
}
.bg-block.policy-block {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/bg_policy.jpg") no-repeat center center;
  background-size: cover;
}
.bg-block.about-block {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/bg_about.jpg") no-repeat center center;
  background-size: cover;
}
.bg-block.about-block .text {
  max-width: 489px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.alt-box {
  text-align: center;
  display: block;
  margin: 8px auto 30px;
}
.alt-box .inn {
  background: #f4f4f4;
  border-radius: 4px;
  display: inline-block;
  color: #555;
  padding: 2px 9px;
  min-width: 196px;
  text-align: center;
}

.shopping-guide {
  background: #f4f4f4;
}
.shopping-guide .inner-block {
  padding: 70px 30px;
}
.shopping-guide .guide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.shopping-guide .guide-link li {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  width: calc((100% - 50px) / 6);
}
.shopping-guide .guide-link .icon {
  background: #fcf0e8;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.shopping-guide .guide-link .icon.right {
  padding-left: 8px;
}
.shopping-guide .guide-link .text {
  display: block;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-top: 12px;
}
.shopping-guide .guide-link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 5px;
}

.notes-list li {
  font-size: 12px;
  position: relative;
  padding-left: 14px;
  margin-top: 30px;
}
.notes-list li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.notes-list li + li {
  margin-top: 4px;
}

.fs-c-breadcrumb {
  margin-top: 11px;
}
.fs-c-breadcrumb + .fs-c-breadcrumb {
  margin-top: 0;
  margin-bottom: 43px;
}

.fs-c-breadcrumb__list {
  padding: 0;
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.fs-c-breadcrumb__list::-webkit-scrollbar {
  display: none;
}
.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem {
  position: relative;
  color: #555;
  font-size: 12px;
}
.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem:first-child {
  height: 14px;
  width: 12px;
  vertical-align: middle;
}
.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem:first-child a {
  font-size: 0;
  position: relative;
  display: block;
}
.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem:first-child a::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/hoom.png") no-repeat center center;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 12px;
}
.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem {
  padding-left: 16px;
}
.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-bk.png") no-repeat center center;
  content: "";
  display: block;
  height: 7px;
  width: 4px;
  position: absolute;
  top: 6px;
  left: 6px;
}
.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem a {
  color: #555;
}

.styling-wrap .inner-block {
  padding-top: 70px;
  padding-bottom: 70px;
}

.styling-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 41px;
}

.styling-list .styling {
  width: calc((100% - 60px) / 6);
}
.styling-list .styling + .styling {
  margin-left: 12px;
}
.styling-list .l-flex {
  margin-top: 10px;
}
.styling-list .img {
  background: no-repeat center center/cover;
  height: 216px;
  width: 100%;
  display: block;
}
.styling-list .info {
  margin-left: 7px;
  width: calc(100% - 48px);
}
.styling-list .info span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.04em;
}
.styling-list .info .shop,
.styling-list .info .height {
  color: #999;
}
.styling-list .info .name {
  font-weight: bold;
}
.styling-list .icon {
  background: no-repeat center center/cover;
  height: 37px;
  width: 37px;
  display: block;
  border-radius: 100px;
}
.styling-list a {
  display: block;
}

.modal-box {
  background: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.modal-box .js-img-bg {
  background: no-repeat center center/contain;
  height: 480px !important;
}
.modal-box .closeModal {
  background: #333;
  color: #fff;
  font-weight: bold;
  padding: 8px;
  font-size: 14px;
  text-align: center;
}
.modal-box .close-btn {
  cursor: pointer;
  text-align: right;
  position: relative;
  font-size: 12px;
  padding-left: 9px;
  position: absolute;
  top: 7px;
  right: 20px;
}
.modal-box .close-btn::before,
.modal-box .close-btn::after {
  background: #fff;
  content: "";
  display: block;
  height: 7px;
  width: 1px;
  position: absolute;
  top: 6px;
  left: 0;
}
.modal-box .close-btn::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-box .close-btn::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.modal-box .close-btn-bk {
  cursor: pointer;
  background: #555;
  border-radius: 6px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  color: #fff;
  margin: 30px auto 0;
  max-width: 345px;
}
.modal-box .inner-block {
  padding-top: 15px;
}
.modal-box .fs-c-productCarouselMainImage__expandButton {
  display: none;
}
.modal-box .fs-c-productCarouselMainImage__thumbnailList {
  overflow: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 516px;
  margin: auto;
  gap: 8px;
}
.modal-box .fs-c-productCarouselMainImage__thumbnailList li {
  -webkit-flex-basis: 78px;
  -ms-flex-preferred-size: 78px;
  flex-basis: 78px;
  margin: 0;
}
.modal-box .fs-c-slick.slick-slider {
  max-width: 430px;
  margin: auto;
}
.modal-box .slick-list {
  height: 480px !important;
}
.modal-box .fs-c-productCarouselMainImage__thumbnailList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.modal-box .slider-count {
  max-width: 55px;
  left: 380px;
  top: 15px;
  margin: auto;
}
.modal-box .slick-slide + .slick-slide {
  margin-left: 15px;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.fs-subscribeToStockNotification-template {
  display: none;
}

.fs-c-photoswipe .pswp__bg {
  background: rgba(30, 30, 30, 0.9);
}

.recommend-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 960px;
  margin: auto;
}
.recommend-wrap #_rcmdjp_display_1,
.recommend-wrap #_rcmdjp_display_2,
.recommend-wrap #_rcmdjp_display_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 960px;
  margin: auto;
}
.recommend-wrap .info-wrap {
  width: 100%;
  margin-left: 0;
  margin-top: 6px;
}
.recommend-wrap a {
  display: block;
  padding: 14px;
}
.recommend-wrap .item {
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  opacity: 1;
  position: relative;
  width: calc((100% - 40px) / 5);
}
.recommend-wrap .item.is-hidden {
  opacity: 0;
  pointer-events: none;
  height: 0;
  margin: 0;
}
.recommend-wrap .image {
  text-align: center;
  /*min-height: 10.87vw;*/
  white-space: normal;
}
.recommend-wrap .image img {
  width: 100%;
}
.recommend-wrap .size {
  font-size: 12px;
  color: #666;
  line-height: 1.2;
}
.recommend-wrap .product-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  white-space: normal;
}
.recommend-wrap .price {
  font-size: 16px;
  margin-top: 5px;
}
.recommend-wrap .price .tax {
  font-size: 12px;
}
.recommend-wrap .price .small {
  font-size: 12px;
}
.recommend-wrap .text {
  font-size: 10px;
  color: #666;
  margin-top: 3px;
  white-space: normal;
}
.recommend-wrap .rank {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 10px;
  left: -1px;
  z-index: 3;
  display: block;
  padding: 3px 13px;
}
.recommend-wrap .rank.num01::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/top/rank_bg01.png") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.recommend-wrap .rank.num02::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/top/rank_bg02.png") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.recommend-wrap .rank.num03::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/top/rank_bg03.png") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.recommend-wrap .rank.num04::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/top/rank_bg04.png") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.recommend-wrap + .btn-wrap.is-hidden {
  display: none;
}
.recommend-wrap.check-item #_rcmdjp_display_1 .item {
  border: 1px solid #eee;
  border-radius: 4px;
  width: calc((100% - 60px) / 5);
}
.recommend-wrap.check-item #_rcmdjp_display_3 .item {
  border: 1px solid #eee;
  border-radius: 4px;
  width: calc((100% - 60px) / 5);
}
.recommend-wrap.new-item #_rcmdjp_display_1 {
  margin-top: 30px;
}
.recommend-wrap.new-item #_rcmdjp_display_2 {
  margin-top: 30px;
}
.recommend-wrap.new-item #_rcmdjp_display_1 .item {
  border: 1px solid #eee;
  border-radius: 4px;
  width: calc((100% - 60px) / 5);
}
.recommend-wrap.new-item #_rcmdjp_display_2 .item {
  border: 1px solid #eee;
  border-radius: 4px;
  width: calc((100% - 60px) / 5);
}
.recommend-wrap.category-rank {
  margin-top: 30px;
}
.recommend-wrap.category-rank .item {
  border: 1px solid #eee;
  border-radius: 4px;
  width: calc((100% - 60px) / 5);
}
.recommend-wrap.category-rank .product-name {
  font-size: 12px;
}

.item-btn-wrap {
  max-width: 730px;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
.item-btn-wrap .c-btn02 {
  margin-top: 0;
  max-width: inherit;
  width: calc((100% - 40px) / 2);
}
.item-btn-wrap .c-btn02 + .c-btn02 {
  margin-left: 40px;
}

.link-wrap {
  text-align: center;
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;
}
.link-wrap a {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 6px 11px 4px 14px;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.link-wrap a + a {
  margin-left: 12px;
}

.relationship-item-wrap .inner-block {
  padding-top: 70px;
  padding-bottom: 70px;
}

.both-item-wrap .inner-block {
  padding-top: 70px;
  padding-bottom: 70px;
}

.relationship-item-wrap .inner-block {
  padding-top: 70px;
  padding-bottom: 70px;
}

.slider-count {
  border: 1px solid #f4f4f4;
  background: #fff;
  display: inline-block;
  border-radius: 2px;
  min-width: 55px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0 8px 0 23px;
  white-space: nowrap;
}
.slider-count::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_slider.svg") no-repeat center center;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
}
.slider-count .slider-counter {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #7f7f7f;
}
.slider-count .total {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #7f7f7f;
  padding-left: 5px;
}
.slider-count .total::before {
  content: "/";
  position: absolute;
  top: -1px;
  left: -1px;
}

.fs-p-heading--lv2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 28px;
}

.fs-c-button--plain {
  line-height: 1;
  display: none;
}

.fs-c-productListItem__salesPeriod {
  display: none;
}


.fs-c-heading--page {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 60px;
  text-align: center;
}

.search-category {
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
}
.search-category .inner-block {
  padding-top: 70px;
  padding-bottom: 70px;
}
.search-category .item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.search-category .item-list li {
  width: calc((100% - 40px) / 3);
}
.search-category .item-list a {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: block;
  position: relative;
  padding: 12px 65px;
}
.search-category .item-list a::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-or.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 8px;
  width: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.search-category .item-list a.outer::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_outer.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 32px;
  width: 37px;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 12px;
  margin: auto;
}
.search-category .item-list a.tops::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_tops.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 31px;
  width: 33px;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}
.search-category .item-list a.bottoms::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_bottoms.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 34px;
  width: 22px;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}
.search-category .item-list a.shoes::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_shoes.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 16px;
  width: 34px;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}
.search-category .item-list a.bag::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_bag.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 22px;
  width: 24px;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}
.search-category .item-list a.hat::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_hat.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 21px;
  width: 36px;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}
.search-category .c-btn01 {
  max-width: 100%;
  width: calc((100% - 20px) / 2);
}
.search-category .c-btn01 + .c-btn01 {
  margin-left: 10px;
}

.search-shop {
  background: #f4f4f4;
}
.search-shop .inner-block {
  padding-top: 70px;
  padding-bottom: 70px;
}
.search-shop .c-btn01 {
  max-width: 100%;
  width: calc((100% - 20px) / 2);
}
.search-shop .c-btn01 + .c-btn01 {
  margin-left: 10px;
}

.item-category-section .inner-block {
  padding-top: 70px;
  padding-bottom: 70px;
}

.fs-c-pagination {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 65px;
}
.fs-c-pagination .fs-c-pagination__item {
  color: #999;
  font-size: 18px;
  display: inline-block;
  padding: 3px 11px 3px 13px;
  border-radius: 100px;
  font-weight: bold;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  line-height: 1.6;
}
.fs-c-pagination .fs-c-pagination__item.is-active {
  color: #e06e1d;
  background: #fdf4ee;
}
.fs-c-pagination .fs-c-pagination__item--next {
  position: relative;
}
.fs-c-pagination .fs-c-pagination__item--next::before {
  content: "次へ";
  font-size: 16px;
  color: #000;
}
.fs-c-pagination .fs-c-pagination__item--next::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-or02.svg") no-repeat center center;
  background-size: contain;
  content: "";
  font-size: 16px;
  display: block;
  color: #000;
  height: 16px;
  width: 9px;
  position: absolute;
  top: 2px;
  right: -5px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.fs-c-pagination .fs-c-pagination__item--prev {
  position: relative;
}
.fs-c-pagination .fs-c-pagination__item--prev::before {
  content: "前へ";
  font-size: 16px;
  color: #000;
}
.fs-c-pagination .fs-c-pagination__item--prev::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-or02.svg") no-repeat center center;
  background-size: contain;
  content: "";
  font-size: 16px;
  display: block;
  color: #000;
  height: 16px;
  width: 9px;
  position: absolute;
  top: 2px;
  left: -5px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

[class*="fs-c-pagination__item--"],
[class*="fs-c-pagination__item--"]::before {
  width: auto;
}

.search-wrap {
  border-radius: 6px 0 0 6px;
  position: fixed;
  color: #fff;
  top: 238px;
  right: 0;
  background: #30a0cb;
  max-width: 54px;
  padding: 59px 20px 32px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 150;
}
.search-wrap .inn {
  font-weight: bold;
  position: relative;
  line-height: 1.125;
}

.search-wrap .inn::after {
  background: url(https://jamtrading.itembox.design/item/jam/img/common/ico_search-wh.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
}

.search-wrap.c-bk {
  background: #333;
  background: #e06e1d;
  background: #30a0cb;
}

.search-wrap.c-org {
  background: #e06e1d;
}

.search-wrap.c-lb {
  background: #30a0cb;
}


.breadcrumb {
  margin-top: -80px !important;
}

.guide-wrap {
  margin-top: 65px;
}
.guide-wrap .guide-list {
  width: calc((100% - 40px) / 2);
}
.guide-wrap .c-title01 {
  letter-spacing: 0.01em;
}
.guide-wrap .icon {
  display: block;
  padding-left: 64px;
  position: relative;
}
.guide-wrap .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 19px;
  bottom: 0;
  margin: auto;
}
.guide-wrap .icon.about::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_about-or.svg") no-repeat center center;
  background-size: contain;
  height: 26px;
  width: 26px;
}
.guide-wrap .icon.service::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_service-or.svg") no-repeat center center;
  background-size: contain;
  height: 26px;
  width: 26px;
}
.guide-wrap .icon.item::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_item-or.svg") no-repeat center center;
  background-size: contain;
  height: 26px;
  width: 26px;
}
.guide-wrap .icon.pay::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_pay-or.svg") no-repeat center center;
  background-size: contain;
  height: 26px;
  width: 26px;
}
.guide-wrap .icon.delivery::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_delivery-or.svg") no-repeat center center;
  background-size: contain;
  height: 26px;
  width: 26px;
}
.guide-wrap .icon.cancel::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_cancel-or.svg") no-repeat center center;
  background-size: contain;
  height: 26px;
  width: 26px;
}
.guide-wrap .icon.faq::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_faq-or.svg") no-repeat center center;
  background-size: contain;
  height: 26px;
  width: 26px;
}
.guide-wrap .icon.contact::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_contact-or.svg") no-repeat center center;
  background-size: contain;
  height: 26px;
  width: 26px;
}
.guide-wrap li {
  border-bottom: 1px solid #ccc;
}
.guide-wrap li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 53px;
  position: relative;
}
.guide-wrap li a::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-gr.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 29px;
  margin: auto;
}

.anchor-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 81px;
}
.anchor-wrap .anchor-link {
  background: #f4f4f4;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 30px 12px 10px;
  position: relative;
  letter-spacing: 0.04em;
  width: calc((100% - 30px) / 3);
}
.anchor-wrap .anchor-link::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  height: 6px;
  margin: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.anchor {
  position: relative;
  top: -100px;
}

.faq-wrap + .faq-wrap {
  margin-top: 58px;
}
.faq-wrap .faq {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 30px;
}
.faq-wrap .faq + .faq {
  margin-top: 20px;
}
.faq-wrap .head-wrap {
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.04em;
  padding: 20px 55px 16px;
  position: relative;
}
.faq-wrap .head-wrap .inn {
  display: block;
  position: relative;
}
.faq-wrap .head-wrap .inn::before {
  content: "Q.";
  color: #e06e1d;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  line-height: 1;
  top: 1px;
  left: -26px;
}
.faq-wrap .head-wrap .icon {
  background: #999;
  border-radius: 100px;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  pointer-events: none;
}
.faq-wrap .head-wrap .icon::before,
.faq-wrap .head-wrap .icon::after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.faq-wrap .head-wrap .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.faq-wrap .head-wrap.is-open .icon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.faq-wrap .body-wrap {
  border-radius: 0 0 4px 4px;
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  padding: 20px 55px 16px;
  position: relative;
  display: none;
}
.faq-wrap .body-wrap::before {
  content: "A.";
  color: #000;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  line-height: 1;
  top: 23px;
  left: 30px;
}
.faq-wrap .body-wrap.is-open {
  display: block;
}
.faq-wrap .body-wrap .text + .text {
  margin-top: 19px;
}
.faq-wrap .body-wrap .note {
  margin-top: 20px;
}
.faq-wrap .body-wrap .note li {
  position: relative;
  padding-left: 20px;
}
.faq-wrap .body-wrap .note li::before {
  content: "※";
  font-size: 16px;
  position: absolute;
  top: 1px;
  left: 0;
}
.faq-wrap .body-wrap .circle-list {
  position: relative;
  margin-top: 2px;
}
.faq-wrap .body-wrap .circle-list li {
  position: relative;
  padding-left: 20px;
}
.faq-wrap .body-wrap .circle-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.faq-wrap .body-wrap .circle-list li + li {
  margin-top: 3px;
}
.faq-wrap .body-wrap a {
  color: #0d4e90;
  text-decoration: underline;
}

.guide .c-title01 {
  margin-bottom: 20px;
}
.guide .wrap .text + .text {
  margin-top: 20px;
}
.guide .wrap .image {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/bg_policy.jpg") no-repeat center center;
  background-size: cover;
  height: 326px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 12px;
}
.guide .wrap .image .ttl {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}
.guide .wrap .image .txt {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}
.guide .wrap .box .box-ttl {
  position: relative;
  padding-left: 18px;
  margin-bottom: 16px;
}
.guide .wrap .box .box-ttl::before {
  background: #e06e1d;
  border-radius: 100px;
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 4px;
  left: 0;
  margin: auto;
}
.guide .wrap .box .image {
  width: 400px;
  display: block;
  height: auto;
  background: none;
}
.guide .wrap .box .text-wrap {
  margin-left: 30px;
  width: calc(100% - 430px);
}
.guide .wrap .box .gray-box {
  padding: 15px 20px;
}
.guide .wrap .box + .c-title04 {
  margin-top: 66px;
}
.guide .wrap + .wrap {
  margin-top: 60px;
}
.guide .wrap .media-section .inner-block {
  padding: 0;
}
.guide .guide-condition-list {
  margin-top: 33px;
  margin-bottom: 33px;
}
.guide .guide-condition-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.guide .guide-condition-list li .rank {
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  color: #999;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 25px;
  line-height: 1;
  margin-right: 20px;
}
.guide .guide-condition-list li + li {
  margin-top: 15px;
}
.guide .gray-box {
  background: #f0f0f0;
  border-radius: 4px;
  padding: 40px;
  margin-top: 45px;
}
.guide .gray-box .ttl {
  position: relative;
  padding-left: 17px;
  font-weight: bold;
}
.guide .gray-box .ttl::before {
  background: #e06e1d;
  border-radius: 100px;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
}
.guide .gray-box + .l-flex {
  margin-top: 45px;
}
.guide .gray-box + .circle-ttl {
  margin-top: 25px;
}
.guide .gray-box + .c-title04 {
  margin-top: 50px;
}
.guide .note {
  margin-top: 4px;
}
.guide .note li {
  position: relative;
  padding-left: 20px;
}
.guide .note li + li {
  margin-top: 7px;
}
.guide .note li .btn-wrap {
  margin: 10px auto 15px;
}
.guide .note li::before {
  content: "※";
  font-size: 16px;
  position: absolute;
  top: 1px;
  left: 0;
}
.guide .note + .circle-ttl {
  margin-top: 35px;
}
.guide .note + .c-title04 {
  margin-top: 40px;
}
.guide .note + .circle-list {
  margin-top: 6px;
}
.guide .l-flex + .box-ttl {
  margin-top: 55px;
}
.guide .l-flex + .note {
  margin-top: 15px;
}
.guide .l-flex + .wrap {
  margin-top: 60px;
}
.guide .img-wrap {
  width: calc((100% - 40px) / 2);
}
.guide .img-wrap .image {
  background: none;
  width: 100% !important;
}
.guide .btn-wrap {
  margin-top: 30px;
}
.guide .btn-wrap.mt-45 {
  margin-top: 45px;
}
.guide .btn-wrap.three {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.guide .btn-wrap.three .c-btn02 {
  max-width: inherit;
  margin-left: 0;
  margin-right: 0;
  width: calc((99.999% - 30px) / 3);
}
.guide .btn-wrap.three .c-btn02:not(:nth-child(3n + 1)) {
  margin-left: 15px;
}
.guide .btn-wrap + .c-title04 {
  margin-top: 50px;
}
.guide .btn-wrap + .circle-ttl {
  margin-top: 25px;
}
.guide .btn-wrap + .note {
  margin-top: 30px;
}
.guide .circle-list {
  position: relative;
  margin-top: 2px;
}
.guide .circle-list li {
  position: relative;
  padding-left: 20px;
}
.guide .circle-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.guide .circle-list li + li {
  margin-top: 3px;
}
.guide .circle-list + .note {
  margin-top: 5px;
}
.guide .circle-list.small li {
  font-size: 16px;
}
.guide .text + .c-title04 {
  margin-top: 46px;
}
.guide .text + .circle-ttl {
  margin-top: 25px;
}
.guide .text + .gray-box {
  margin-top: 30px !important;
}
.guide .text + .anchor-wrap {
  margin-top: 50px;
}
.guide .text .c-orange {
  font-weight: bold;
}
.guide .text.right {
  text-align: right;
  margin-top: 26px !important;
}
.guide .text.c-orange {
  font-weight: bold;
}
.guide .img {
  text-align: center;
}
.guide .img.left {
  text-align: left;
}
.guide .img + .c-title04 {
  margin-top: 50px;
}
.guide .img + .text {
  margin-top: 12px;
}
.guide .img.mb-20 {
  margin-bottom: 26px;
}
.guide .bg-image.philosophy {
  background: url("https://jamtrading.itembox.design/item/jam/img/company/philosophy-img_pc.jpg") no-repeat center center;
  background-size: cover;
  height: 632px;
  position: relative;
}
.guide .bg-image.philosophy .philosophy-ttl {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.3em;
  width: 100%;
  height: 100%;
}
.guide .orange-ttl {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}
.guide .orange-ttl + .gray-box {
  margin-top: 5px;
}
.guide .c-btn02 {
  font-size: 16px;
}

.postage-wrap {
  margin-top: 22px;
  margin-bottom: 30px;
}
.postage-wrap .postage {
  font-size: 20px;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 14px;
}
.postage-wrap .postage::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  width: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.postage-wrap .orange-box {
  background: #fdf4ee;
  border-radius: 4px;
  text-align: center;
  padding: 24px 20px 20px;
}
.postage-wrap .orange-box .txt {
  font-size: 16px;
}
.postage-wrap .orange-box .c-orange {
  font-size: 24px;
  position: relative;
  display: inline-block;
  padding-left: 35px;
}
.postage-wrap .orange-box .c-orange::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_free-truck.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 26px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.under {
  color: #0d4e90;
  text-decoration: underline;
}

.out-link {
  position: relative;
  padding-right: 15px;
  display: inline-block;
}
.out-link::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_out-link.svg") no-repeat center center;
  content: "";
  display: block;
  height: 11px;
  width: 11px;
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 2px;
  margin: auto;
}

.out-link-wrap {
  display: block;
  margin-top: 5px;
}

.circle-ttl {
  position: relative;
  padding-left: 13px;
  font-weight: bold;
}
.circle-ttl::before {
  background: #e06e1d;
  border-radius: 100px;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 8px;
  left: 0;
}
.circle-ttl + .text {
  margin-top: 5px;
}
.circle-ttl + .text + .circle-ttl {
  margin-top: 15px;
}
.circle-ttl + .text + .note {
  margin-top: 4px;
}
.circle-ttl + .flow-box {
  margin-top: 25px;
}
.circle-ttl + .gray-box {
  margin-top: 10px;
}

.ico-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 36px;
  margin-bottom: 20px;
}
.ico-list li {
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 15px 12px;
  width: calc((100% - 40px) / 3);
}
.ico-list .img {
  background: #fcf0e8;
  border-radius: 100px;
  height: 100px;
  width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 13px;
}
.ico-list .img + .text {
  margin-top: 0;
}
.ico-list .top img {
  position: relative;
  top: -3px;
}
.ico-list .left img {
  position: relative;
  left: -6px;
}
.ico-list .text {
  text-align: center;
}
.ico-list .sub {
  display: block;
  font-size: 10px;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.ico-list .main {
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.btn-flex .c-btn02 {
  max-width: calc((100% - 40px) / 2);
  margin-top: 40px;
}
.btn-flex .c-btn02 + .c-btn02 {
  margin-left: 40px;
}

.member-rank {
  text-align: center;
  margin: 60px auto 40px;
}
.member-rank img {
  width: 100%;
}

.num-list {
  counter-reset: number 0;
  margin-top: 28px;
  margin-bottom: 40px;
}
.num-list li {
  position: relative;
  padding-left: 35px;
}
.num-list li::before {
  counter-increment: number 1;
  content: "※" counter(number) ")";
  position: absolute;
  top: 0;
  left: 0;
}
.num-list li + li {
  margin-top: 3px;
}

.flow-box {
  background: #f4f4f4;
  border-radius: 6px;
  padding: 40px;
  position: relative;
}
.flow-box .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow-box .ttl .num {
  color: #e06e1d;
  font-weight: bold;
  line-height: 1;
  width: 25px;
}
.flow-box .ttl .main {
  border-left: 1px solid #ccc;
  font-weight: bold;
  padding-left: 8px;
  width: calc(100% - 25px);
}
.flow-box .ttl + .text {
  margin-top: 20px;
}
.flow-box .ttl + .note {
  margin-top: 12px;
}
.flow-box .img {
  text-align: center;
  margin-top: 25px;
}
.flow-box .txt {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.flow-box .l-flex .img {
  width: calc((99.999% - 30px) / 3);
}
.flow-box + .flow-box {
  margin-top: 80px;
}
.flow-box + .flow-box::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/guide/ico_dot.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 26px;
  width: 5px;
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  margin: auto;
}
.flow-box + .c-title04 {
  margin-top: 40px;
}

.flex-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.flex-img .img {
  width: calc((100% - 30px) / 2);
}

.banner-wrap {
  text-align: center;
  margin-bottom: 30px;
}

.circle-num li {
  position: relative;
  padding-left: 20px;
}
.circle-num li .num {
  position: absolute;
  top: 0;
  left: 0;
}

.history-list {
  position: relative;
}
.history-list::before {
  background: #f4f4f4;
  content: "";
  width: 4px;
  height: calc(100% - 50px);
  top: 10px;
  left: 109px;
  position: absolute;
}
.history-list .history {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.history-list .history .day {
  padding-right: 38px;
  font-size: 18px;
  letter-spacing: 0.04em;
  width: 130px;
  text-align: right;
  position: relative;
}
.history-list .history .day::after {
  background: #ccc;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 100px;
  position: absolute;
  top: 10px;
  right: 15px;
}
.history-list .history .history-txt {
  font-size: 16px;
  letter-spacing: 0.04em;
}
.history-list .history .history-txt + .history-txt {
  margin-top: 2px;
}
.history-list .history .txt-wrap {
  width: calc(100% - 130px);
}
.history-list .history .txt-wrap .img {
  margin: 6px 0;
  text-align: left;
}
.history-list .history + .history {
  margin-top: 16px;
}

.sns-wrap-cl {
  background: #f4f4f4;
  border-radius: 6px;
  padding: 25px;
  margin: 58px auto 25px;
}
.sns-wrap-cl .ttl {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.sns-wrap-cl .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sns-wrap-cl .sns li + li {
  margin-left: 18px;
}
.sns-wrap-cl .sns a {
  display: block;
}

.arrow-list li {
  border-bottom: 1px solid #ccc;
}
.arrow-list li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 53px;
  position: relative;
}
.arrow-list li a::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-gr.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 29px;
  margin: auto;
}
.arrow-list li a .out {
  position: relative;
  display: inline-block;
}
.arrow-list li a .out::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_out-link-bk.svg") no-repeat center center;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: -15px;
  height: 11px;
  width: 11px;
}
.arrow-list + .c-title04 {
  margin-top: 40px;
}

.logo-img {
  text-align: center;
  margin: 0 auto 20px;
}

.shop-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.shop-img .img {
  display: block;
  width: calc(100% / 2);
}
.shop-img .img img {
  width: 100%;
}

.map-img {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 15px;
}
.map-img iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.lh-long {
  line-height: 1.8;
}

.fs-c-checkbox__checkMark::before {
  left: 0 !important;
}

.fs-preview-header {
  display: none;
}
.fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark {
  color: #666;
  font-size: 10px;
  padding: 5px 0;
  margin-right: 5px;
}
.fs-c-inputField__field input[type="text"]#fs_input_password,
.fs-c-inputField__field input[type="tel"]#fs_input_password {
  border: none;
}

[type="hidden"],
[type="text"],
[type="search"],
[type="tel"],
[type="url"],
[type="email"],
[type="password"],
[type="datetime"],
[type="date"],
[type="month"],
[type="week"],
[type="time"],
[type="datetime-local"],
[type="number"],
select,
textarea {
  padding: 12px;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
.fs-c-button--particular.fs-c-button--displayPassword::before,
.fs-c-button--particular.fs-c-button--hidePassword::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
}

.fs-c-button--particular.fs-c-button--displayPassword::before,
.fs-c-button--particular.fs-c-button--hidePassword::before {
  color: #999999;
  margin: auto;
}

.fs-c-button--particular.fs-c-button--displayPassword::before {
  content: "?";
}

.fs-c-button--particular.fs-c-button--hidePassword::before {
  content: "?";
}

.contact-block .txt {
  margin-top: 25px;
}
.contact-block .circle-list.cl_bl li {
  color: #0d4e90;
}
.contact-block .circle-list.cl_bl li a {
  color: #0d4e90;
  text-decoration: underline;
}
.contact-block .btn-flex02 {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 3%;
  -moz-column-gap: 3%;
  column-gap: 3%;
  margin-top: 15px;
}
.contact-block .btn-flex02 a {
  margin: 0;
  width: 48.5%;
  max-width: none;
}

.c-formMain {
  max-width: 600px;
  margin: auto;
}
.c-formMain .btn-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 345px;
  position: relative;
}
.c-formMain .btn-wrap:after {
  background: url(https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-or.svg) no-repeat center center;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 8px;
  width: 8px;
}
.c-formMain input.c-btn02 {
  cursor: pointer;
  position: relative;
}

.c-form {
  margin-top: 40px;
}
.c-form__ttl {
  background: #f4f4f4;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.c-form__ttl:not(:first-child) {
  margin-top: 50px;
}
.c-form__ttl.required > span {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-form__ttl.required > span:before {
  content: "必須";
  font-size: 10px;
  background: #e06e1d;
  color: #fff;
  padding: 2px 4px;
  border-radius: 3px;
  margin-right: 5px;
}
.c-form [type="text"],
.c-form textarea {
  border: 1px solid #ccc;
  border-radius: 2px;
}
.c-form .c-formValues {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
}
.c-form .c-formValues__item {
  width: 100%;
  font-size: 14px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.c-form .c-formValues__item input[type="radio"] {
  width: 15px;
  height: 15px;
  position: relative;
}
.c-form .c-formValues__item input[type="radio"]:checked:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #000000;
  position: absolute;
  z-index: 2;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
}
.c-form .c-formValues__item input[type="radio"]:before {
  content: "";
  background: #fff;
  width: 15px;
  height: 15px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.c-form .c-formZip input {
  margin: 0 8px;
}
.c-form .min-ttl {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 8px;
  display: block;
}
.c-form .c-fromSelect select {
  border: #cccccc 1px solid;
}
.c-form ::-webkit-input-placeholder {
  color: #666666;
}
.c-form ::-moz-placeholder {
  color: #666666;
}
.c-form :-ms-input-placeholder {
  color: #666666;
}
.c-form ::-ms-input-placeholder {
  color: #666666;
}
.c-form ::placeholder {
  color: #666666;
}

.c-formNote {
  margin: 20px 0 50px;
}
.c-formNote .c-orange {
  font-weight: bold;
}
.c-formNote .circle-ttl:not(:first-child) {
  margin-top: 15px;
}

.c-telNumb {
  margin: 6px 0;
}
.c-telNumb .img {
  width: 18px;
}
.c-telNumb .num {
  font-size: 15px;
  font-weight: bold;
}

.mint {
  font-size: 10px;
}
.guide .btn-wrap.confirm-btn {
  margin-top: 50px;
}

.fs-l-cart__contentsArea .fs-c-priceDisplay {
  margin-top: 5px;
}

.fs-c-cartTable__product > .fs-c-cartTable__productImage {
  padding-right: 16px;
}

.fs-c-cartTable__salesPeriod {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  margin: 5px 0 0;
}
.fs-c-cartTable__salesPeriod .fs-c-cartProductSalesPeriod__label {
  font-size: 12px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.fs-c-cartTable__salesPeriod .fs-c-cartProductSalesPeriod__date {
  font-size: 12px;
}

.fs-c-cartTable__unitPrice .fs-c-price .fs-c-price__currencyMark {
  padding-right: 2px;
}
.fs-c-cartTable__unitPrice .fs-c-productPrice__addon__label {
  font-size: 10px;
  margin-left: 6px;
}

.fs-body-cart .fs-c-wishlistProduct {
  display: none;
}

.fs-c-cartTable__actionButton {
  width: 100%;
}
.fs-c-cartTable__actionButton .fs-c-cartTable__actionButton__container {
  width: 48%;
}
.fs-c-cartTable__actionButton button {
  width: 100%;
  padding: 10px;
}

.fs-c-cartTable__actionButton .fs-c-button--cancel--cart {
  background: none;
  color: #3a86e1;
  text-align: left;
}
.fs-c-cartTable__actionButton .fs-c-button--buyItLater {
  border: 1px solid #ccc;
  display: none;
}

#fs-cartTotals-container {
  margin: 30px 0;
}
#fs-cartTotals-container .fs-c-orderTotalTable {
  width: 100%;
}
#fs-cartTotals-container .fs-c-orderTotalTable th {
  text-align: left;
}
#fs-cartTotals-container .fs-c-orderTotalTable .fs-c-price {
  font-size: 15px;
  font-weight: bold;
}

#fs-checkout-payHere-container .fs-c-cartPayment__button {
  margin: 20px 0 25px;
}

#fs-checkout-amazon-container .fs-c-payWithAmazon__button {
  margin: 0 auto;
  width: 100% !important;
}
#fs-checkout-amazon-container .fs-c-payWithAmazon__message {
  text-align: center;
}
.fs-c-payWithAmazon__message > p {
  text-align: left;
  margin-bottom: 2%;
  font-size: 12px;
}
.fs-c-payWithAmazon__message h1 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2%;
  text-align: left;
}
.fs-c-payWithAmazon.fs-c-cartPayment {
  margin-bottom: 15%;
}
.fs-c-purchaseHere__message > p {
  font-weight: bold;
}
.fs-c-checkout-preview {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 16px;
  background: #ffffff;
  color: #333333;
}

[class^="fs-body-checkout"] .fs-l-checkout__mainColumn > * + * {
  margin-top: 20px;
}

[class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
  margin-top: 20px;
}

.fs-c-checkout-preview__title {
  border-bottom: 1px solid #999999;
  font-size: 1.3rem;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 0 10px;
  text-align: center;
}

#fs-addressInfo-container .fs-c-checkout-receivingMethod__control .fs-c-buttonContainer--changeSmall .fs-c-button--change--small:after {
  content: none;
}
#fs-addressInfo-container .fs-c-checkout-receivingMethod__control .fs-c-buttonContainer--chooseDestination .fs-c-button--chooseDestination {
  padding-right: 30px;
}
#fs-couponInfo-container .fs-c-checkout-couponCodeInput .fs-c-checkout-couponCodeInput__input {
  width: 200px;
}
#fs-couponInfo-container .fs-c-checkout-couponCodeInput .fs-c-couponCodeInput__button .fs-c-button--useCoupon {
  margin-top: 0;
  padding-right: 25px;
}

#fs-pointInfo-container .fs-c-checkout-confirmationList .fs-c-checkout-confirmationList__value {
  font-size: 1.4rem;
}

#fs-orderContents-container .fs-c-cartTable .fs-c-cartTable__headerCell {
  white-space: nowrap;
}
#fs-orderContents-container .fs-c-cartTable .fs-c-cartTable__price .fs-c-price__price {
  white-space: nowrap;
}

#fs_orderTotalContainer .fs-c-orderTotalTable {
  width: 100%;
}
#fs_orderTotalContainer .fs-c-orderTotalTable th {
  text-align: left;
}
#fs_orderTotalContainer .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal td {
  font-size: 1.2rem;
  font-weight: bold;
}
#fs_orderTotalContainer .fs-c-confirmOrder {
  margin-top: 20px;
}
#fs_orderTotalContainer .fs-c-confirmOrder .fs-c-button--confirmOrder {
  background: #e06e1d;
  border: 1px solid #e06e1d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 14px 20px 11px;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  max-width: 489px;
  margin: auto;
  text-align: center;
}
#fs_orderTotalContainer .fs-c-confirmOrder .fs-c-button--confirmOrder:after {
  background: url(https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-wh.svg) no-repeat center center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 8px;
  width: 8px;
}

.fs-c-modal__contents .fs-c-inputTable .fs-c-inputTable__headerCell {
  margin-bottom: 6px;
}
.fs-c-modal__contents .fs-c-inputInformation__button.fs-c-buttonContainer--pair .fs-c-button--settings {
  font-size: 16px;
  border: 1px solid #ccc;
  background: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-radius: 4px;
  position: relative;
  padding: 14px 15px 12px;
  text-align: center;
  margin: 15px auto 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  max-width: 345px;
  width: 100%;
}
.fs-c-modal__contents .fs-c-inputInformation__button.fs-c-buttonContainer--pair .fs-c-button--settings:after {
  background: url(https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-or.svg) no-repeat center center;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 8px;
  width: 8px;
}
.fs-c-modal__contents .fs-c-inputInformation__button.fs-c-buttonContainer--pair .fs-c-button--cancel {
  background: #383838;
  color: #fff;
  font-size: 14px;
  border: none;
}
.fs-c-modal__contents .fs-c-inputInformation__button.fs-c-buttonContainer--pair .fs-c-button--cancel:after {
  content: none;
}

.fs-c-modal.fs-c-modal--addressList .fs-c-checkout-addresseeList .fs-c-checkout-addressee__data {
  margin-bottom: 15px;
}
.fs-c-modal.fs-c-modal--addressList .fs-c-checkout-addresseeList .fs-c-button--setDestination {
  background: #e06e1d;
  border: 1px solid #e06e1d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 14px 20px 11px;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  max-width: 489px;
  margin: auto;
  text-align: center;
}
.fs-c-modal.fs-c-modal--addressList .fs-c-checkout-addresseeList .fs-c-button--setDestination:after {
  background: url(https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-wh.svg) no-repeat center center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 8px;
  width: 8px;
}
.fs-c-modal.fs-c-modal--addressList .fs-c-buttonContainer.fs-c-buttonContainer--pair .fs-c-button--cancel {
  background: #383838;
  color: #fff;
  font-size: 14px;
  border: none;
}
.fs-c-modal.fs-c-modal--addressList .fs-c-buttonContainer.fs-c-buttonContainer--pair .fs-c-button--cancel:after {
  content: none;
}

.fs-c-checkoutSuccess.fs-c-subSection {
  text-align: center;
}

.fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a {
  text-decoration: underline;
  color: cornflowerblue;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
#fs-l-page {
  padding-top: 90px;
  margin-top: -90px;
}

.fs-pt-carousel__slide {
  margin: 0;
  display: block !important;
}

.slick-slide + .slick-slide {
  margin-left: 30px;
}

.fs-c-slick .slick-dots {
  padding: 0;
  margin-top: 20px;
}

.fs-c-slick .slick-dots li {
  height: 12px;
  width: 12px;
  margin: 0 7px 0;
}

.fs-c-slick .slick-dots li button {
  padding: 0;
  height: 12px;
  width: 12px;
}

.fs-c-slick .slick-dots li button:before {
  height: 12px;
  width: 12px;
  font-size: 12px;
  color: #ccc;
}

.fs-c-slick .slick-dots li.slick-active button:before {
  color: #e06e1d;
}

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  display: none;
}

.news-section {
  margin-bottom: 3%;
}

.news-section .inner-block {
  padding-top: 40px;
  padding-bottom: 0px;
}
.news-section .gray-box {
  background: #f4f4f4;
  border-radius: 4px;
  padding: 28px 25px;
}
.news-section .box-ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-left: 25px;
  position: relative;
  margin-bottom: 9px;
}
.news-section .box-ttl::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_important.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 4px;
  left: 0;
}
.news-section .tag,
.news-section .ttl {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.news-section .ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-section a {
  text-decoration: underline;
}

.feature-section .inner-block {
  padding-top: 70px;
  padding-bottom: 70px;
}
.feature-section .feature-wrap {
  margin-top: 30px;
}
.feature-section .feature-wrap .feature {
  width: calc((100% - 40px) / 3);
}
.feature-section .feature-wrap .ttl {
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-top: 11px;
  white-space: normal;
}
.feature-section .feature-wrap .img {
  background: no-repeat center center/cover;
  height: 306px;
  width: 100%;
}
.feature-section .feature-wrap .img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.feature-section .feature-wrap a {
  display: block;
}

.blog-section .inner-block {
  padding-top: 70px;
  padding-bottom: 70px;
}
.blog-section .blog-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.blog-section .blog-wrap .blog {
  width: calc((100% - 60px) / 6);
}
.blog-section .blog-wrap .blog + .blog {
  margin-left: 12px;
}
.blog-section .blog-wrap .img {
  background: no-repeat center center/cover;
  height: 150px;
}
.blog-section .blog-wrap .ttl {
  font-size: 10px;
  letter-spacing: 0.04em;
  margin-top: 10px;
  margin-bottom: 4px;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blog-section .blog-wrap .shop {
  color: #999;
  font-size: 10px;
  white-space: normal;
}
.blog-section .blog-wrap .day {
  color: #999;
  font-size: 10px;
}
.blog-section .blog-wrap a {
  display: block;
}

.media-section .inner-block {
  padding-top: 70px;
  padding-bottom: 70px;
}
.media-section .media-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.media-section .media-wrap .media {
  width: calc((100% - 60px) / 6);
}
.media-section .media-wrap .media + .media {
  margin-left: 12px;
}
.media-section .media-wrap .img {
  border: 1px solid #eee;
  background: no-repeat center center/cover;
  height: 150px;
}
.media-section .media-wrap .ttl {
  font-size: 10px;
  letter-spacing: 0.04em;
  margin: 10px 0 6px;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.media-section .media-wrap .day {
  font-size: 10px;
  color: #999;
}
.media-section .media-wrap a {
  display: block;
}

.shop-news-section .inner-block {
  padding-top: 70px;
  padding-bottom: 100px;
}
.shop-news-section .shop-news li {
  border-bottom: 1px solid #eeeeee;
}
.shop-news-section .shop-news .day {
  color: #999;
  margin-right: 36px;
  width: 105px;
}
.shop-news-section .shop-news .ttl {
  display: block;
  text-decoration: underline;
  width: calc(100% - 141px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shop-news-section .shop-news a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 0;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-item-section .inner-block {
    padding-top: 50px;
    padding-bottom: 50px;
}

.category-rank-section .inner-block {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* -----------------------------------------------
* item Module
* itemページ用
-------------------------------------------------- */
.fs-c-subgroupList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fs-c-subgroupList .fs-c-subgroupList__item {
  border: 1px solid #707070;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  width: calc((100% - 30px) / 4);
}
.fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link {
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 20px 17px 8px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  height: 100%;
}
.fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link .fs-c-subgroupList__image {
  width: 52px;
}
.fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link .fs-c-subgroupList__label {
  margin-left: 9px;
  /* width: calc(100% - 61px); */
}

/*メンズカテゴリページ　カテゴリ４つのみ表示*/
.fs-body-category-mens .fs-c-subgroupList__item:nth-child(n+5) {
  display: none;
}
/*レディースカテゴリページ　カテゴリ４つのみ表示*/
.fs-body-category-ladys .fs-c-subgroupList__item:nth-child(n+5) {
  display: none;
}


.fs-c-productList {
  padding-bottom: 64px;
}

.fs-c-productList__controller {
  position: relative;
  margin: 30px 0;
}

.fs-c-listControl:first-child {
  display: none;
}

.fs-c-sortItems__label {
  color: #555;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0.04em;
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.fs-c-sortItems__label::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_sort.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 16px;
  width: 17px;
  position: absolute;
  top: 5px;
  left: 0;
}

.fs-c-sortItems__list {
  background: #f4f4f4;
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px;
  margin-top: 14px;
  max-height: 45px;
}
.fs-c-sortItems__list .fs-c-sortItems__list__item {
  font-weight: bold;
  position: relative;
}
.fs-c-sortItems__list .fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label {
  color: #e06e1d;
}
.fs-c-sortItems__list .fs-c-sortItems__list__item + .fs-c-sortItems__list__item::before {
  background: #ccc;
  content: "";
  display: block;
  height: calc(100% - 9px);
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.fs-c-sortItems__list .fs-c-sortItems__list__item__label {
  padding: 0 15px;
  color: #999999;
}
.fs-c-sortItems__list.is-open {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.fs-c-sortItems {
  text-align: right;
}

.number-wrap {
  display: inline-block;
  position: absolute;
}
.number-wrap .number {
  letter-spacing: 0.04em;
}
.number-wrap .sort {
  margin-left: 20px;
  letter-spacing: 0.04em;
  pointer-events: none;
}
.number-wrap + .fs-c-sortItems + .fs-c-listControl {
  display: none;
}

.fs-c-listControl__status {
  display: none;
}

.fs-c-heading--page + .fs-c-subgroup {
  display: none;
}

.tab-ul + .fs-c-subgroup {
  display: none;
}

.fs-c-listControl__status__total + .fs-c-listControl__status__total {
  display: none;
}

.fs-c-productList__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fs-c-productList__list .fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.fs-c-productList__list .fs-c-productName__name {
  display: none;
}
.fs-c-productList__list .fs-c-productPrice__main__price {
  font-size: 14px;
}
.fs-c-productList__list .fs-c-productPrice__main__label {
  font-size: 11px;
}
.fs-c-productList__list .fs-c-productName__copy {
  font-size: 14px;
  font-size: 10px;
  letter-spacing: 0.04em;
  display: block;
  margin-top: 5px;
}
.fs-c-productList__list .fs-c-productPrice__addon .fs-c-productPrice__addon__label {
  font-size: 12px;
  position: relative;
  padding: 0 5px;
}
.fs-c-productList__list .fs-c-productPrice__addon .fs-c-productPrice__addon__label::before {
  content: "(";
  position: absolute;
  left: 0;
  bottom: -3px;
}
.fs-c-productList__list .fs-c-productPrice__addon .fs-c-productPrice__addon__label::after {
  content: ")";
  position: absolute;
  right: 0;
  bottom: -3px;
}
.fs-c-productList__list .fs-c-productPrice__addon--listed {
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  background: #e06e1d;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
}
.fs-c-productList__list .fs-c-productPrice--selling .fs-c-productPrice__main__price {
  font-size: 14px;
  font-weight: bold;
}
.fs-c-productList__list .fs-c-productList__list__item {
  position: relative;
  width: calc((100% - 40px) / 5);
}
.fs-c-productList__list .fs-c-button--addToCart--list {
  display: none;
}
.fs-c-productList__list .fs-c-button--addToWishList--icon {
  background: #f4f4f4;
  border-radius: 100px;
  position: absolute;
  top: 145px;
  right: 0;
  height: 35px;
  width: 35px;
}
.fs-c-productList__list .fs-c-button--addToWishList--icon .fs-c-button__label {
  font-size: 0;
}
.fs-c-productList__list .fs-c-button--addToWishList--icon::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_favorite_off.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 20px;
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.fs-c-productList__list .fs-c-button--removeFromWishList--icon {
  background: #e06e1d;
  border-radius: 100px;
  position: absolute;
  top: 145px;
  right: 0;
  height: 35px;
  width: 35px;
}
.fs-c-productList__list .fs-c-button--removeFromWishList--icon .fs-c-button__label {
  font-size: 0;
}
.fs-c-productList__list .fs-c-button--removeFromWishList--icon::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_favorite_on.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 19px;
  width: 21px;
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.fs-c-productList__list + .fs-c-productList__controller .number-wrap,
.fs-c-productList__list + .fs-c-productList__controller .fs-c-sortItems {
  display: none;
}
.fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl {
  display: block;
}
.fs-c-productList__list .fs-c-productPrice__main {
  display: inline-block;
}
.fs-c-productList__list .fs-c-productListItem__outOfStock {
  /*230330 生野変更*/
  /*background: #f4f4f4;*/
  text-align: center;
  padding: 7px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 0px;
  color: #d72323;
}

.fs-c-productList__list .fs-c-productListItem__salesPeriodNotice {
  background: #707070;
  color: #fff;
  text-align: center;
  padding: 7px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
.fs-c-productList__list .fs-c-button--subscribeToArrivalNotice--list {
  background: #e06e1d;
  border: 1px solid #e06e1d;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 10px;
  width: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.fs-c-productStock--lowInStock {
  width: 100%;
  background: #999;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.fs-c-inquiryAboutProduct {
  border: 1px solid #ccc;
  background: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-radius: 4px;
  position: relative;
  text-align: center;
  margin: 15px auto 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  max-width: 100%;
  width: 100%;
}
.fs-c-inquiryAboutProduct::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-or.svg") no-repeat center center;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 8px;
  width: 8px;
  pointer-events: none;
}
.fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct {
  padding: 14px 15px 13px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 100%;
  line-height: 1.7;
}

.fs-p-searchForm {
  margin-top: 28px;
}
.fs-p-searchForm .fs-p-searchForm__inputGroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fs-p-searchForm .fs-p-searchForm__inputGroup .fs-p-searchForm__input {
  border-radius: 4px 0 0 4px;
  border: 1px solid #ccc;
  border-right: 0;
  max-width: 917px;
  padding: 8px 6px 7px;
  width: 100%;
}
.fs-p-searchForm .fs-p-searchForm__inputGroup .fs-p-searchForm__button {
  background: #333333;
  border: 1px solid #707070;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  width: 43px;
  font-size: 0;
  position: relative;
}
.fs-p-searchForm .fs-p-searchForm__inputGroup .fs-p-searchForm__button::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_search-wh.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.fs-c-modal__inner {
  max-width: 600px;
  width: 100%;
}

.fs-c-modal__header {
  padding: 10px;
}
.fs-c-modal__header .fs-c-modal__title {
  text-align: center;
  margin: auto;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.fs-c-inquiryProduct__productImage.fs-c-productImage img {
  margin: auto;
}

.fs-c-inquiryProduct__productName {
  font-weight: bold;
  margin-top: 20px;
}

.fs-c-inquiryMessage {
  margin-top: 15px;
}

.fs-c-inputTable--inModal {
  width: 100%;
}

.fs-c-requiredMark::before {
  color: #e06e1d;
}

textarea.fs-system-assistedItem {
  border: 1px solid #ccc;
  line-height: 1.4;
  min-height: 10em;
  padding: 3px 5px;
  width: 100%;
}

.fs-c-checkbox__labelText a {
  text-decoration: underline;
}

.fs-c-inputInformation__button {
  padding: 0 8px;
}
.fs-c-inputInformation__button .fs-c-button--sendInquiry.fs-c-button--standard {
  border: 1px solid #ccc;
  background: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-radius: 4px;
  position: relative;
  padding: 14px 15px 12px;
  text-align: center;
  margin: 15px auto 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  max-width: 375px;
  width: 100%;
  font-weight: bold;
}
.fs-c-inputInformation__button .fs-c-button--sendInquiry.fs-c-button--standard::after {
  background: url(https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-or.svg) no-repeat center center;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 8px;
  width: 8px;
  pointer-events: none;
}

.fs-c-productNotice--outOfStock {
  background: #ccc;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
  letter-spacing: 0.05em;
}

.fs-c-additionalCheckField {
  padding: 0 8px;
}



/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.image-wrap {
  width: 480px;
}
.image-wrap .fs-c-productThumbnail,
.image-wrap .fs-c-productMainImage {
  display: none;
}
.image-wrap .fs-c-productMainImage__expandButton {
  display: none;
}
.image-wrap .fs-c-productThumbnail {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.image-wrap .fs-c-productThumbnail__image {
  -webkit-flex-basis: 78px;
  -ms-flex-preferred-size: 78px;
  flex-basis: 78px;
  min-width: 78px;
}
.image-wrap .fs-c-productCarouselMainImage,
.image-wrap .product-main-image {
  position: relative;
}
.image-wrap .fs-c-productCarouselMainImage__thumbnailList {
  overflow-x: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-width: 422px;
  gap: 7px;
  margin: auto;
}
.image-wrap .fs-c-productCarouselMainImage__thumbnailList li {
  -webkit-flex-basis: 78px;
  -ms-flex-preferred-size: 78px;
  flex-basis: 78px;
  margin: 0;
}
.image-wrap .fs-c-productCarouselMainImage__thumbnailList::-webkit-scrollbar {
  display: none;
}
.image-wrap .js-img-bg {
  background: no-repeat center center/cover;
  height: 480px;
  width: 480px !important;
}
.image-wrap .fs-c-productCarouselMainImage__expandButton {
  display: none;
}

.info-wrap {
  margin-left: 38px;
  width: calc(100% - 518px);
}
.info-wrap .fs-c-productNameHeading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.info-wrap .fs-c-productNameHeading .fs-c-productNameHeading__name {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  display: none;
}
.info-wrap .fs-c-productNameHeading .fs-c-productNameHeading__copy {
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: bold;
}
.info-wrap .fs-c-productNumber {
  color: #555;
  font-size: 16px;
  margin-top: 3px;
  margin-bottom: 23px;
}
.info-wrap .fs-c-price {
  display: inline;
}
.info-wrap .fs-c-productPrices {
  position: relative;
  font-size: 16px;
}
.info-wrap .fs-c-productPrices .fs-c-productPrice {
  display: flex;
  align-items: flex-end;
  column-gap: 3px;
}
.info-wrap .fs-c-productPrices .fs-c-productPrice__addon--listed {
  font-weight: bold;
  color: #e06e1d;
  position: absolute;
  bottom: 0;
  left: 0;
}
.info-wrap .fs-c-productPrice--selling .fs-c-productPrice__main__price {
  font-weight: bold;
}
.info-wrap .fs-c-productPrices .fs-c-price__value {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
.info-wrap .fs-c-productPointDisplay {
  color: #555;
  margin-bottom: 2px;
}
.info-wrap .fs-c-productQuantityAndWishlist__quantity {
  display: none;
}
.info-wrap .c-btn01 {
  min-width: 323px;
}
.info-wrap .fs-c-button--subscribeToArrivalNotice--detail {
  background: #333;
  border: 1px solid #333;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 20px 20px 15px;
  text-align: center;
  min-width: 323px;
  position: relative;
}
.info-wrap .fs-c-button--subscribeToArrivalNotice--detail::before {
  display: inline-block;
  border-style: solid;
  content: "";
  border-width: 5px 0 5px 8px;
  height: 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.info-wrap .fs-c-productQuantityAndWishlist {
  border-radius: 6px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  margin-left: 10px;
  text-align: center;
  width: calc(100% - 333px);
  border: 1px solid #ccc;
  position: relative;
  padding: 9px 10px 5px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.info-wrap .fs-c-productQuantityAndWishlist::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_favorite-orange.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.info-wrap .fs-c-productQuantityAndWishlist .fs-c-button__label {
  font-size: 14px;
}
.info-wrap .fs-c-productPrice--listed + .fs-c-productPrice--selling {
  padding-left: 85px;
}
.info-wrap .row-reverse {
  margin-top: 24px;
  width: 100%;
}
.info-wrap .fs-c-productNumber__number {
  padding-left: 10px;
  position: relative;
  display: inline-block;
}
.info-wrap .fs-c-productNumber__number::before {
  content: ":";
  position: absolute;
  top: -2px;
  left: 0;
}
.info-wrap .fs-c-productPrice__addon__label {
  position: relative;
  padding: 10px 5px;
}
.info-wrap .fs-c-productPrice__addon__label::before {
  content: "(";
  position: absolute;
  bottom: 7px;
  left: 0;
}
.info-wrap .fs-c-productPrice__addon__label::after {
  content: ")";
  position: absolute;
  bottom: 7px;
  right: 0;
}
.info-wrap .c-btn02 {
  max-width: 100%;
}

.status-area {
  background: #f0f0f0;
  border-radius: 4px;
  padding: 15px 20px;
  margin-top: 25px;
}
.status-area .ttl {
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.status-area .ttl::before {
  background: #e06e1d;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 100px;
  position: absolute;
  top: 9px;
  left: 0;
}
.condition-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.condition-list li {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #999;
  font-size: 20px;
  text-align: center;
  padding: 4px 10px;
  width: calc((100% - 20px) / 5);
}
.condition-list li + li {
  margin-left: 5px;
}
.condition-list.condition-s .condition-type-s {
  border-color: #e06e1d;
  background: #e06e1d;
  color: #fff;
}
.condition-list.condition-a .condition-type-a {
  border-color: #e06e1d;
  background: #e06e1d;
  color: #fff;
}
.condition-list.condition-b .condition-type-b {
  border-color: #e06e1d;
  background: #e06e1d;
  color: #fff;
}
.condition-list.condition-c .condition-type-c {
  border-color: #e06e1d;
  background: #e06e1d;
  color: #fff;
}
.condition-list.condition-d .condition-type-d {
  border-color: #e06e1d;
  background: #e06e1d;
  color: #fff;
}

.condition-txt-area p {
  line-height: 1.5;
}
.condition-txt-area p + p {
  margin-top: 8px;
}

.tatus-area {
  background: #f0f0f0;
  border-radius: 4px;
  padding: 15px;
  margin-top: 31px;
}
.tatus-area .ttl {
  position: relative;
  padding-left: 13px;
  margin-bottom: 2px;
}
.tatus-area .ttl::before {
  background: #e06e1d;
  border-radius: 100px;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 7px;
  left: 0;
}

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  background: transparent;
}

.fs-c-slick .slick-prev:before,
.fs-c-slick .slick-next:before {
  color: #f0f0f0;
}

.fs-c-slick .slick-prev.slick-disabled:before,
.fs-c-slick .slick-next.slick-disabled:before {
  opacity: 1;
}

/*ポイント6倍day 商品詳細*/
/*2024.0425 ikuno*/
p.jam6point {
  color: #e06e1d;
  font-weight: bold;
  margin-top: 4%;
}
p.jam6point a {
  text-decoration: underline;
  color: #098cff;
}






/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (max-width: 640px) {
  #fs_Top main {
    /*margin-top: 53px;*/
  }
  .inner-block.mb-100 {
    padding-bottom: 80px;
  }
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
  }

  .outer-block {
    min-width: 320px;
  }

  .inner-block {
    padding: 10px 15px;
    width: auto;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type="submit"] {
    -webkit-text-size-adjust: 100%;
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }
  .c-header .logo {
    max-width: 55px;
  }
  .c-header {
    height: 53px;
  }
  .icon-menu li + li {
    margin-left: 17px;
  }
  .icon-menu li {
    font-size: 10px;
  }
  .icon-menu .icon.search::before {
    height: 15px;
    width: 15px;
  }
  .icon-menu .icon.favorite::before {
    height: 15px;
    width: 15px;
  }
  .icon-menu .icon.cart::before {
    height: 17px;
    width: 17px;
  }
  .icon-menu .icon {
    padding-top: 16px;
  }
  .menu-btn .inn {
    width: 15px;
    height: 15px;
    top: 1px;
  }
  .head-menu-wrap .link-wrap a.top::before {
    left: 20px;
  }
  .head-menu-wrap .link-wrap a.men::before {
    left: 20px;
  }
  .head-menu-wrap .link-wrap a.women::before {
    left: 10px;
  }
  .head-menu-wrap .link-wrap a {
    padding-left: 24px;
  }
  .head-menu-wrap .link-wrap {
    padding: 10px 12px;
  }
  .head-menu-wrap .menu-item-btn-head::before {
    right: 13px;
  }
  .head-menu-wrap .menu-item-btn-head.log-re::after {
    left: 12px;
  }
  .head-menu-wrap .menu-item-btn-head {
    font-size: 12px;
    padding: 16px 40px 12px 35px;
  }
  .head-menu-wrap .arrow.login::after {
    left: 12px;
  }
  .head-menu-wrap .arrow.registration::after {
    left: 12px;
    height: 14px;
    width: 14px;
  }
  .head-menu-wrap .arrow.service::after {
    left: 12px;
  }
  .head-menu-wrap .arrow.category::after {
    left: 12px;
  }
  .head-menu-wrap .arrow.brand::after {
    left: 12px;
  }
  .head-menu-wrap .arrow.new::after {
    left: 12px;
  }
  .head-menu-wrap .arrow.rank::after {
    left: 12px;
  }
  .head-menu-wrap .arrow.feature::after {
    left: 12px;
  }
  .head-menu-wrap .arrow.styling::after {
    left: 12px;
  }
  .head-menu-wrap .arrow.blog::after {
    left: 12px;
  }
  .head-menu-wrap .arrow.media::after {
    left: 12px;
  }
  .head-menu-wrap .arrow.shop::after {
    left: 12px;
  }
  .head-menu-wrap .arrow.application::after {
    left: 12px;
  }
  .head-menu-wrap .arrow.channel::after {
    left: 12px;
  }
  .head-menu-wrap .arrow.live::after {
    left: 12px;
  }
  .head-menu-wrap .arrow.mail::after {
    left: 12px;
  }
  .head-menu-wrap .arrow.first::after {
    left: 12px;
  }
  .head-menu-wrap .arrow.guide::after {
    left: 12px;
  }
  .head-menu-wrap .arrow.support-contact::after {
    left: 12px;
  }
  .head-menu-wrap .arrow.area::after {
    left: 12px;
  }
  .head-menu-wrap .arrow.corporate::after {
    left: 12px;
  }
  .head-menu-wrap .arrow.recruit::after {
    left: 12px;
  }
  .head-menu-wrap .arrow.contact::after {
    left: 12px;
  }
  .head-menu-wrap .arrow {
    font-size: 12px;
    padding: 16px 40px 12px 35px;
  }
  .head-menu-wrap .menu-ttl {
    font-size: 12px;
    padding: 7px 12px 6px;
  }
  .head-menu-wrap .sub-menu-list li a {
    font-size: 12px;
    padding: 17px 40px 14px 35px;
  }
  .head-menu-wrap .btn-wrap {
    padding: 10px 13px;
  }
  .head-menu-wrap .close-btn {
    font-size: 12px;
    padding: 8px 9px 7px;
  }
  .head-menu-wrap {
    max-width: 300px;
    top: 53px;
    height: calc(100% - 53px);
  }
  .search-menu-wrap {
    top: 53px;
    height: calc(100% - 53px);
    max-width: 100%;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  .search-menu-wrap .inner-block {
    padding: 0 15px 80px;
  }
  .search-menu-wrap .fs-p-searchForm {
    margin-top: 15px;
    margin-top: 8px;

  }
  .search-menu-wrap .link-wrap a.top::before {
    left: 20px;
  }
  .search-menu-wrap .link-wrap a.men::before {
    left: 20px;
  }
  .search-menu-wrap .link-wrap a.women::before {
    left: 10px;
  }
  .search-menu-wrap .link-wrap a {
    padding-left: 24px;
  }
  .search-menu-wrap .link-wrap {
    padding: 10px 12px;
  }
  .search-menu-wrap .search-form-list .arrow {
    font-size: 12px;
  }
  .search-menu-wrap .btn-wrap .clear_btn {
    font-size: 12px;
    padding: 8px;
  }
  .search-menu-wrap .btn-wrap .close_btn {
    font-size: 12px;
    padding: 8px;
  }
  .search-menu-wrap .search_modal.is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .search-menu-wrap .search_modal {
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  .search-menu-wrap .condition-modal .fs-c-radio__labelText .small {
    font-size: 12px;
  }
  .search-menu-wrap .condition-modal .fs-c-radio__labelText {
    font-size: 10px;
  }
  .search-menu-wrap .search-aco-list .arrow {
    font-size: 12px;
  }
  .fs-p-productSearch__searchButtonContainer {
    bottom: 20px;
    margin: auto;
    left: 0;
    right: 0;
    max-width: none;
    width: calc(100% - 30px);
  }
  .fs-p-productSearch__searchButton::before {
    left: -185px;
  }
  .fs-p-productSearch__searchButton {
    max-width: none;
  }
  .fs-c-checkboxGroup.l-flex .fs-c-checkbox:nth-child(n + 5) {
    margin-top: 13px !important;
  }
  .fs-c-inputTextGroup .l-flex .fs-c-inputTextGroup__item + .fs-c-inputTextGroup__item::after {
    font-size: 12px;
    left: -24px;
  }
  .fs-c-inputTextGroup .l-flex .fs-c-inputTextGroup__item::before {
    font-size: 12px;
    right: -22px;
  }
  .fs-c-inputTextGroup .l-flex {
    margin-left: -25px;
  }
  .range {
    max-width: 262px;
    text-align: center;
    margin: 0 auto 24px;
  }
  .gender-wrap .gender .men::after {
    top: -4px;
    left: -17px;
  }
  .gender-wrap .gender .women::after {
    top: -4px;
    left: -17px;
  }
  .gender-wrap .gender label {
    padding: 10px 10px 7px 14px;
  }
  .gender-wrap {
    width: calc(100% - 30px);
  }
  .c-footer .black-bg .inner-block {
    padding-bottom: 42px;
  }
  .c-footer .black-bg .sns-link li + li {
    margin-left: 12px;
  }
  .c-footer .black-bg .sns-link li {
    max-width: 27px;
  }
  .c-footer .black-bg .logo {
    max-width: 71px;
    margin: 18px auto 33px;
  }
  .c-footer .black-bg .page-top a {
    font-size: 12px;
    padding-right: 22px;
  }
  .c-footer .black-bg .copyright {
    font-size: 10px;
    margin-top: 13px;
  }
  .c-title01.small {
    font-size: 16px;
  }
  .c-title01.medium {
    font-size: 16px;
  }
  .c-title01 .small {
    font-size: 12px;
  }
  .c-title01 {
    font-size: 16px;
    letter-spacing: 0.08em;
    padding-bottom: 5px;
  }
  .c-title02 {
    font-size: 18px;
    letter-spacing: 0.08em;
    margin-bottom: 27px;
  }
  .c-title02.mt-30 {
    margin-top: 20px;
  }
  .c-title02.mt-30 span {
    font-size: 12px;
  }
  .c-title04 {
    font-size: 14px;
    padding: 9px 10px 8px;
    margin-bottom: 19px;
  }
  .c-title04.mt-50 {
    margin-top: 45px;
  }
  .c-btn01.cart-btn::before {
    height: 14px;
    width: 18px;
    left: 68px;
  }
  .c-btn01.cart-btn {
    padding-left: 50px;
  }
  .c-btn01::after {
    height: 6px;
    width: 9px;
  }
  .c-btn01 {
    font-size: 12px;
    padding: 14px 14px 13px;
  }
  .c-btn01 + .btn-flex {
    margin-top: 47px;
  }
  .c-btn02 {
    font-size: 12px;
    padding: 15px 15px 12px;
  }
  .c-btn02 .fs-c-button__label {
    font-size: 12px;
  }
  .c-btn02 .sub {
    font-size: 10px;
  }
  .c-btn03::before {
    right: -71px;
  }
  .c-btn03 {
    font-size: 12px;
    padding: 15px 30px 12px 13px;
    margin-top: 24px;
  }
  .more-btn::before {
    height: 4px;
    width: 5px;
  }
  .more-btn.abs {
    bottom: 12px;
  }
  .more-btn {
    font-size: 10px;
    padding-right: 6px;
  }
  .product-table th,
  .product-table td {
    font-size: 12px;
    padding: 6px;
  }
  .product-table th {
    width: 100px;
  }
  .product-table span {
    font-size: 10px;
  }
  .product-table a {
    text-decoration: underline;
  }
  .c-table01 th:first-child {
    min-width: 57px;
    width: 57px;
  }
  .c-table01 th {
    padding: 6px 5px;
  }
  .c-table01 td {
    min-width: 33px !important;
    padding: 7px 5px 6px;
  }
  .c-table01.medium th:first-child {
    min-width: 57px;
    width: 57px;
  }
  .c-table01 {
    margin-top: 19px;
  }
  .c-table02 th {
    font-size: 12px;
    padding: 8px 10px 6px;
  }
  .c-table02 td {
    padding: 8px 10px 6px;
    font-size: 12px;
  }
  .c-table02 .small {
    font-size: 10px;
  }
  .c-table02.mb-20 {
    margin-bottom: 23px;
    margin-top: 16px;
  }
  .c-table02 {
    margin-top: 31px;
    margin-bottom: 50px;
  }
  .c-table02.sp {
    margin-bottom: 17px;
  }
  .c-table02.sp + .sp {
    margin-top: 0;
  }
  #tab-target-div .tab-target .wrap {
    font-size: 12px;
  }
  .tab-ul li {
    font-size: 12px;
    padding: 7px 10px 6px;
  }
  .tab-ul.link a {
    padding: 7px 10px 6px;
  }
  .tab-ul {
    margin: 65px auto 22px;
  }
  .sns-cta {
    margin-top: 20px;
  }
  .inner-link li:first-child a {
    padding-left: 0;
  }
  .inner-link li:last-child a {
    padding-right: 0;
  }
  .inner-link a {
    font-size: 12px;
    padding: 0 18px;
  }
  .sns-wrap .inner-block {
    padding: 26px 15px;
  }
  .sns-wrap .sns-list li {
    width: 32px;
  }
  .sns-wrap {
    font-size: 12px;
  }
  .campaign-banner-block {
    /*margin-top: 53px;*/
  }
  .banner-area .inner-block {
    padding-top: 25px;
  }
  .banner-area .banner-list a {
    width: calc((100% - 10px) / 2);
  }
  .banner-area .banner-list a:nth-child(2n + 2) {
    margin-left: 10px;
  }
  .banner-area .banner-list a:nth-child(n + 3) {
    margin-top: 10px;
  }
  .bg-block .inner-block {
    padding-top: 59px;
    padding-bottom: 60px;
  }
  .bg-block .title {
    font-size: 16px;
    margin-bottom: 19px;
  }
  .bg-block .text {
    font-size: 12px;
    margin: 0 auto 17px;
    text-align: justify;
    max-width: 245px;
  }
  .bg-block.policy-block {
    background: url("https://jamtrading.itembox.design/item/jam/img/common/bg_policy_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .bg-block.about-block {
    background: url("https://jamtrading.itembox.design/item/jam/img/common/bg_about_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .bg-block.about-block .text {
    max-width: 245px;
  }
  .bg-block .c-btn01 {
    max-width: 245px;
  }
  .alt-box .inn {
    min-width: 166px;
    font-size: 10px;
    padding: 5px 9px;
  }
  .alt-box {
    margin: 4px auto 20px;
  }
  .shopping-guide .inner-block {
    padding: 37px 15px;
  }
  .shopping-guide .guide-link li {
    width: calc((100% - 18px) / 3) !important;
  }
  .shopping-guide .guide-link li:not(:nth-child(3n + 1)) {
    margin-left: 9px !important;
  }
  .shopping-guide .guide-link li:nth-child(n + 4) {
    margin-top: 9px !important;
  }
  .shopping-guide .guide-link .icon.right {
    padding-left: 14px;
    padding-right: 10px;
    padding-top: 15px;
  }
  .shopping-guide .guide-link .icon {
    padding: 18px;
    width: 66px;
    height: 66px;
  }
  .shopping-guide .guide-link .text {
    font-size: 11px;
    margin-top: 10px;
    text-align: center;
  }
  .shopping-guide .guide-link a {
    padding: 12px;
  }
  .shopping-guide .guide-link {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .notes-list li {
    padding-left: 10px;
    font-size: 10px;
  }
  .fs-c-breadcrumb + .fs-c-breadcrumb {
    margin-bottom: 9px;
  }
  .fs-c-breadcrumb {
    margin-top: 6px;
  }
  .fs-c-breadcrumb__list {
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
  }
  .fs-c-breadcrumb__list::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  .styling-wrap .inner-block {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .styling-list .styling + .styling {
    margin-left: 8px;
  }
  .styling-list .styling {
    width: 140px !important;
    display: table;
  }
  .styling-list .img {
    height: 0;
    width: 140px;
    padding-top: 142.86%;
  }
  .styling-list .icon {
    display: block;
    height: 34px;
    width: 34px;
  }
  .styling-list {
    overflow-x: scroll;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: calc(100% + 15px);
  }

  body#fs_Top .styling-list {
    margin-bottom: 0px;
  }

  .modal-box .js-img-bg {
    height: 375px !important;
    margin-left: 0 !important;
  }
  .modal-box .slick-list {
    height: 375px !important;
    width: 375px !important;
    max-width: 460px;
    margin: auto;
  }
  .modal-box .slider-count {
    left: inherit;
    right: 10px;
  }
  .modal-box .slick-slide + .slick-slide {
    margin-left: 0;
  }
  .recommend-wrap a {
    padding: 0;
  }
  .recommend-wrap .item {
    width: calc((100% - 20px) / 3);
  }
  .recommend-wrap .item:not(:nth-child(3n + 1)) {
    margin-left: 10px;
  }
  .recommend-wrap .item:nth-child(n + 4) {
    margin-top: 11px;
  }
  .recommend-wrap .item:nth-child(n + 4).is-hidden {
    margin: 0;
  }
  .recommend-wrap .size {
    font-size: 10px;
  }
  .recommend-wrap .product-name {
    font-size: 12px;
  }
  .recommend-wrap .price .tax {
    font-size: 10px;
  }
  .recommend-wrap .price .small {
    font-size: 10px;
  }
  .recommend-wrap .price {
    font-size: 12px;
  }
  .recommend-wrap .rank.num01::before {
    height: 18px;
    width: 30px;
  }
  .recommend-wrap .rank.num02::before {
    height: 18px;
    width: 30px;
  }
  .recommend-wrap .rank.num03::before {
    height: 18px;
    width: 30px;
  }
  .recommend-wrap .rank.num04::before {
    height: 18px;
    width: 30px;
  }
  .recommend-wrap .rank {
    font-size: 10px;
    padding: 1px 10px;
  }
  .recommend-wrap.check-item #_rcmdjp_display_1 .item {
    padding: 12px;
    min-width: 140px;
    width: 100%;
  }
  .recommend-wrap.check-item #_rcmdjp_display_1 .item:nth-child(n + 4) {
    margin-top: 0;
  }
  .recommend-wrap.check-item #_rcmdjp_display_1 .item:last-child {
    margin-right: 15px;
  }
  .recommend-wrap.check-item #_rcmdjp_display_1 .item + .item {
    margin-left: 8px;
  }
  .recommend-wrap.check-item #_rcmdjp_display_1 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    width: calc(100% + 15px);
    padding-bottom: 20px;
  }
  .recommend-wrap.check-item #_rcmdjp_display_1 .container::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  .recommend-wrap.check-item #_rcmdjp_display_3 .item {
    padding: 12px 12px 6px;
    min-width: 140px !important;
    width: 100% !important;
    margin-right: 8px !important;
  }
  .recommend-wrap.check-item #_rcmdjp_display_3 .item:nth-child(n + 4) {
    margin-top: 0;
  }
  .recommend-wrap.check-item #_rcmdjp_display_3 .item:last-child {
    margin-right: 15px !important;
  }
  .recommend-wrap.check-item #_rcmdjp_display_3 {
    margin-top: 20px;
    width: calc(100% + 15px) !important;
  }
  .recommend-wrap.new-item #_rcmdjp_display_1 .item {
    padding: 12px 12px 6px;
    min-width: 140px !important;
    width: 100% !important;
    margin-right: 8px !important;
  }
  .recommend-wrap.new-item #_rcmdjp_display_2 .item {
    padding: 12px 12px 6px;
    min-width: 140px !important;
    width: 100% !important;
    margin-right: 8px !important;
  }
  .recommend-wrap.new-item #_rcmdjp_display_1 .item:nth-child(n + 4) {
    margin-top: 0;
  }
  .recommend-wrap.new-item #_rcmdjp_display_2 .item:nth-child(n + 4) {
    margin-top: 0;
  }
  .recommend-wrap.new-item #_rcmdjp_display_1 .item:last-child {
    margin-right: 15px !important;
  }
  .recommend-wrap.new-item #_rcmdjp_display_2 .item:last-child {
    margin-right: 15px !important;
  }
  .recommend-wrap.new-item #_rcmdjp_display_1 {
    margin-top: 20px;
    width: calc(100% + 15px) !important;
  }
  .recommend-wrap.new-item #_rcmdjp_display_2 {
    margin-top: -11px;
    width: calc(100% + 15px) !important;
  }
  .recommend-wrap.category-rank .item {
    padding: 12px 12px 6px !important;
    min-width: 140px !important;
    width: 100%;
    margin-right: 8px !important;
  }
  .recommend-wrap.category-rank .item:nth-child(n + 4) {
    margin-top: 0;
  }
  .recommend-wrap.category-rank .item:last-child {
    margin-right: 15px !important;
  }
  .recommend-wrap.category-rank {
    margin-top: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: calc(100% + 15px);
  }
  .recommend-wrap.category-rank::-webkit-scrollbar {
    display: none;
  }
  .item-btn-wrap .c-btn02 + .c-btn02 {
    margin-left: 0;
    margin: 15px auto 0;
  }
  .item-btn-wrap .c-btn02 {
    width: 100%;
  }
  .item-btn-wrap {
    margin-top: 60px;
  }
  .relationship-item-wrap .inner-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .both-item-wrap .inner-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .relationship-item-wrap .inner-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .fs-c-heading--page {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 30px;
    margin-top: 8px;
  }
  .search-category .inner-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .search-category .item-list li {
    width: calc((100% - 10px) / 2);
  }
  .search-category .item-list li:nth-child(2n + 2) {
    margin-left: 10px;
  }
  .search-category .item-list li:nth-child(n + 3) {
    margin-top: 7px;
  }
  .search-category .item-list a.outer::before {
    height: 25px;
    width: 29px;
    bottom: 0;
    left: 15px;
  }
  .search-category .item-list a.tops::before {
    height: 25px;
    width: 26px;
    left: 15px;
  }
  .search-category .item-list a.bottoms::before {
    height: 27px;
    width: 17px;
    left: 20px;
  }
  .search-category .item-list a.shoes::before {
    height: 12px;
    width: 26px;
    left: 15px;
  }
  .search-category .item-list a.bag::before {
    height: 18px;
    width: 19px;
    left: 20px;
  }
  .search-category .item-list a.hat::before {
    height: 16px;
    width: 28px;
    left: 15px;
  }
  .search-category .item-list a {
    font-size: 12px;
    padding: 13px 20px 13px 60px;
  }
  .search-category .item-list {
    margin-bottom: 20px;
  }
  .search-shop .inner-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .item-category-section .inner-block {
    padding-top: 16px;
    padding-bottom: 5px;
  }
  .fs-c-pagination .fs-c-pagination__item {
    font-size: 14px;
    padding: 2px 8px 1px 9px;
  }
  .fs-c-pagination .fs-c-pagination__item--next::before {
    font-size: 12px;
  }
  .fs-c-pagination .fs-c-pagination__item--next::after {
    height: 10px;
    width: 6px;
  }
  .fs-c-pagination .fs-c-pagination__item--prev::before {
    font-size: 12px;
  }
  .fs-c-pagination .fs-c-pagination__item--prev::after {
    height: 10px;
    width: 6px;
  }
  .fs-c-pagination {
    margin-top: 30px;
  }
  .search-wrap .inn::before {
    height: 14px;
    width: 14px;
    top: -4px;
    left: -138px;
    bottom: 0;
  }
  .search-wrap {
    border-radius: 51px;
    font-size: 14px;
    top: inherit;
    max-width: 345px;
    width: calc(100% - 30px);
    bottom: 30px;
    right: 0px;
    left: 272px;
    text-align: center;
    margin: auto;
    padding: 13px 10px 12px;
    z-index: 150;
    width: 80px;
    height: 80px;
  }

  p.inn {
    margin-top: 49%;
}
  .breadcrumb {
    margin-top: -46px !important;
  }
  .guide-wrap .icon::before {
    left: 10px;
  }
  .guide-wrap .icon.about::before {
    height: 18px;
    width: 18px;
  }
  .guide-wrap .icon.service::before {
    height: 20px;
    width: 20px;
  }
  .guide-wrap .icon.item::before {
    height: 20px;
    width: 20px;
  }
  .guide-wrap .icon.pay::before {
    height: 20px;
    width: 20px;
  }
  .guide-wrap .icon.delivery::before {
    height: 20px;
    width: 20px;
  }
  .guide-wrap .icon.cancel::before {
    height: 20px;
    width: 20px;
  }
  .guide-wrap .icon.faq::before {
    height: 20px;
    width: 20px;
  }
  .guide-wrap .icon.contact::before {
    height: 20px;
    width: 20px;
  }
  .guide-wrap .icon {
    padding-left: 38px;
  }
  .guide-wrap li a::before {
    left: 18px;
  }
  .guide-wrap li a {
    font-size: 12px;
    padding: 16px 42px 12px;
  }
  .guide-wrap {
    margin-top: 48px;
  }
  .anchor-wrap .anchor-link {
    font-size: 12px;
    padding: 11px 20px 8px 10px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .anchor-wrap {
    margin-bottom: 51px;
  }
  .anchor {
    top: -63px;
  }
  .faq-wrap .faq + .faq {
    margin-top: 15px;
  }
  .faq-wrap .faq {
    margin-top: 20px;
  }
  .faq-wrap .head-wrap .inn::before {
    font-size: 14px;
    left: -24px;
  }
  .faq-wrap .head-wrap .icon::before,
  .faq-wrap .head-wrap .icon::after {
    width: 10px;
  }
  .faq-wrap .head-wrap .icon {
    right: 10px;
    height: 18px;
    width: 18px;
  }
  .faq-wrap .head-wrap {
    font-size: 12px;
    padding: 16px 35px 14px;
  }
  .faq-wrap .body-wrap::before {
    font-size: 14px;
    left: 12px;
    top: 19px;
  }
  .faq-wrap .body-wrap .text {
    font-size: 12px;
  }
  .faq-wrap .body-wrap .note li::before {
    font-size: 12px;
  }
  .faq-wrap .body-wrap .note li {
    font-size: 12px;
    padding-left: 18px;
  }
  .faq-wrap .body-wrap .note {
    margin-top: 21px;
  }
  .faq-wrap .body-wrap {
    padding: 16px 20px 11px 35px;
  }
  .guide .wrap .text {
    font-size: 12px;
  }
  .guide .wrap .text + .gray-box {
    margin-top: 12px !important;
  }
  .guide .wrap .image .ttl {
    font-size: 14px;
  }
  .guide .wrap .image .txt {
    font-size: 12px;
    margin-top: 12px;
  }
  .guide .wrap .image {
    background: url("https://jamtrading.itembox.design/item/jam/img/guide/guide_policy-bg.jpg") no-repeat center center;
    height: 194px;
  }
  .guide .wrap .box .box-ttl::before {
    height: 8px;
    width: 8px;
  }
  .guide .wrap .box .box-ttl {
    font-size: 12px;
    padding-left: 12px;
  }
  .guide .wrap .box .gray-box {
    padding: 15px;
  }
  .guide .wrap .box + .c-title04 {
    margin-top: 43px;
  }
  .guide .wrap + .wrap {
    margin-top: 72px;
  }
  .guide .wrap + .wrap.short {
    margin-top: 63px;
  }
  .guide .guide-condition-list li .rank {
    margin-right: 10px;
    max-width: 64px;
  }
  .guide .guide-condition-list li .txt {
    font-size: 12px;
    width: calc(100% - 74px);
  }
  .guide .guide-condition-list {
    margin: 18px auto;
  }
  .guide .gray-box .ttl::before {
    top: 4px;
  }
  .guide .gray-box .ttl {
    font-size: 12px;
  }
  .guide .gray-box {
    padding: 20px;
    margin-top: 30px;
  }
  .guide .gray-box + .btn-wrap {
    margin-top: 20px;
  }
  .guide .note li::before {
    font-size: 12px;
  }
  .guide .note li {
    font-size: 12px;
    padding-left: 18px;
  }
  .guide .note {
    margin-top: 4px;
  }
  .guide .note + .gray-box {
    margin-top: 50px;
  }
  .guide .note + .c-title04 {
    margin-top: 23px;
  }
  .guide .note.small li {
    font-size: 10px;
    padding-left: 12px;
  }
  .guide .note.small li::before {
    font-size: 10px;
  }
  .guide .l-flex + .box-ttl {
    margin-top: 36px;
  }
  .guide .btn-wrap.mt-45 {
    margin-top: 38px;
  }
  .guide .btn-wrap.three:not(.two) .c-btn02 {
    width: 100% !important;
  }
  .guide .btn-wrap.three:not(.two) .c-btn02:nth-child(2n + 2) {
    margin-left: 0 !important;
  }
  .guide .btn-wrap {
    margin-top: 0;
  }
  .guide .btn-wrap .c-btn02 {
    margin-top: 12px;
    max-width: 100%;
  }
  .guide .btn-wrap .l-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .guide .btn-wrap + .note {
    margin-top: 15px;
  }
  .guide .circle-list li {
    font-size: 12px;
  }
  .guide .circle-list.small li {
    font-size: 10px;
  }
  .guide .text + .c-title04 {
    margin-top: 24px;
  }
  .guide .text + .gray-box {
    margin-top: 7px !important;
  }
  .guide .text + .anchor-wrap {
    margin-top: 28px;
  }
  .guide .text.right {
    margin-top: 20px !important;
  }
  .guide .text + .btn-wrap {
    margin-top: 17px;
  }
  .guide .img.mb-20 {
    margin-bottom: 20px;
  }
  .guide .bg-image.philosophy .philosophy-ttl {
    font-size: 17px;
  }
  .guide .bg-image.philosophy {
    background: url("https://jamtrading.itembox.design/item/jam/img/company/philosophy-img.jpg") no-repeat center center;
    background-size: cover;
  }
  .guide .bg-image.philosophy {
    height: 60.8vw;
  }
  .guide .orange-ttl {
    font-size: 12px;
  }
  .guide .c-btn02 {
    font-size: 14px;
  }
  .postage-wrap .postage {
    font-size: 15px;
  }
  .postage-wrap .orange-box .txt {
    font-size: 12px;
  }
  .postage-wrap .orange-box .c-orange {
    font-size: 18px;
  }
  .postage-wrap .orange-box {
    padding: 18px 20px 13px;
  }
  .postage-wrap {
    margin-top: 24px;
    margin-bottom: 26px;
  }
  .circle-ttl::before {
    top: 4px;
  }
  .circle-ttl {
    font-size: 12px;
  }
  .circle-ttl + .tab-ul {
    margin-top: 14px;
  }
  .circle-ttl + .gray-box {
    margin-top: 5px;
  }
  .ico-list li {
    padding: 15px 10px 9px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    width: calc((100% - 15px) / 2);
  }
  .ico-list li:nth-child(2n + 2) {
    margin-left: 15px;
  }
  .ico-list li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .ico-list .main {
    font-size: 14px;
  }
  .btn-flex .c-btn02 {
    margin-top: 15px;
    width: 100%;
  }
  .btn-flex .c-btn02 + .c-btn02 {
    margin-left: 0;
  }
  .member-rank {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .num-list li {
    font-size: 12px;
    padding-left: 28px;
  }
  .flow-box .ttl .num {
    width: 20px;
  }
  .flow-box .ttl .main {
    font-size: 12px;
    width: calc(100% - 20px);
  }
  .flow-box .ttl + .text {
    margin-top: 10px;
  }
  .flow-box .img {
    margin-top: 12px;
  }
  .flow-box .txt {
    font-size: 12px;
    margin-top: 5px;
  }
  .flow-box .l-flex .img {
    width: calc((100% - 10px) / 2);
  }
  .flow-box .l-flex .img:nth-child(2n + 2) {
    margin-left: 10px;
  }
  .flow-box .l-flex .img:nth-child(n + 3) {
    margin-top: 10px;
  }
  .flow-box .l-flex {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flow-box + .flow-box::before {
    top: -40px;
  }
  .flow-box + .flow-box {
    margin-top: 52px;
  }
  .flow-box {
    padding: 20px;
  }
  .flex-img .img {
    width: 100%;
  }
  .flex-img .img + .img {
    margin-top: 10px;
  }
  .circle-num li {
    font-size: 12px;
  }
  .circle-num li + li {
    margin-top: 8px;
  }
  .history-list::before {
    width: 4px;
    top: 10px;
    left: 76px;
    height: calc(100% - 40px);
  }
  .history-list .history .day::after {
    height: 8px;
    width: 8px;
    top: 6px;
    right: 20px;
  }
  .history-list .history .day {
    font-size: 14px;
    width: 102px;
  }
  .history-list .history .history-txt {
    font-size: 12px;
  }
  .history-list .history .txt-wrap .img {
    margin: 10px 0;
  }
  .history-list .history .txt-wrap {
    width: calc(100% - 102px);
  }
  .history-list .history + .history {
    margin-top: 17px;
  }
  .sns-wrap-cl .ttl {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .sns-wrap-cl .sns li + li {
    margin-left: 12px;
  }
  .sns-wrap-cl {
    padding: 15px;
  }
  .arrow-list li a::before {
    left: 18px;
  }
  .arrow-list li a {
    font-size: 12px;
    padding: 16px 42px 12px;
  }
  .shop-img {
    margin-left: -15px;
    margin-bottom: 40px;
    width: calc(100% + 30px);
  }
  .shop-img img {
    width: 100%;
  }
  .map-img {
    padding-bottom: 61.25%;
  }
  .contact-block .txt {
    font-size: 12px;
  }
  #fs_orderTotalContainer .fs-c-confirmOrder .fs-c-button--confirmOrder {
    font-size: 12px;
    padding: 14px 14px 13px;
  }
  #fs_orderTotalContainer .fs-c-confirmOrder .fs-c-button--confirmOrder:after {
    height: 6px;
    width: 9px;
  }
  .fs-c-modal.fs-c-modal--addressList .fs-c-checkout-addresseeList .fs-c-button--setDestination {
    font-size: 12px;
    padding: 14px 14px 13px;
  }
  .fs-c-modal.fs-c-modal--addressList .fs-c-checkout-addresseeList .fs-c-button--setDestination:after {
    height: 6px;
    width: 9px;
  }
  .fs-c-slick .slick-dots {
    margin-top: 10px;
  }
  .fs-c-slick .slick-dots li {
    height: 6px;
    width: 6px;
    margin: 0 6px 0;
  }
  .fs-c-slick .slick-dots li button {
    height: 6px;
    width: 6px;
  }
  .fs-c-slick .slick-dots li button:before {
    font-size: 25px;
    width: 6px;
  }
  .slick-dots li {
    width: 10px !important;
}
  .news-section .inner-block {
    padding-top: 30px;
  }
  .news-section .gray-box {
    padding: 15px;
  }
  .news-section .box-ttl::before {
    height: 13px;
    width: 13px;
    top: 3px;
  }
  .news-section .box-ttl {
    font-size: 13px;
    padding-left: 17px;
    margin-bottom: 5px;
  }
  .news-section .tag,
  .news-section .ttl {
    font-size: 12px;
  }
  .feature-section .inner-block {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .feature-section .feature-wrap .feature {
    margin-right: 8px !important;
    width: 160px !important;
  }
  .feature-section .feature-wrap .feature:last-child {
    margin-right: 15px !important;
  }
  .feature-section .feature-wrap .ttl {
    font-size: 10px;
  }
  .feature-section .feature-wrap .img {
    height: 160px;
    width: 160px !important;
  }
  .feature-section .feature-wrap {
    margin-top: 20px;
    width: calc(100% + 15px) !important;
  }
  .blog-section .inner-block {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .blog-section .blog-wrap .blog {
    width: 160px !important;
    min-width: 160px !important;
    margin-right: 8px !important;
  }
  .blog-section .blog-wrap .blog:last-child {
    margin-right: 15px !important;
  }
  .blog-section .blog-wrap .img {
    height: 160px;
  }
  .blog-section .blog-wrap {
    width: calc(100% + 15px) !important;
    margin-top: 0;
  }
  .media-section .inner-block {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .media-section .media-wrap .media {
    width: 160px !important;
    min-width: 160px !important;
    margin-right: 8px !important;
  }
  .media-section .media-wrap .media:last-child {
    margin-right: 15px !important;
  }
  .media-section .media-wrap {
    width: calc(100% + 15px) !important;
  }
  .shop-news-section .inner-block {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .shop-news-section .shop-news .day {
    font-size: 12px;
    width: 80px;
    margin-right: 23px;
  }
  .shop-news-section .shop-news .ttl {
    width: calc(100% - 103px);
  }
  .shop-news-section .shop-news a {
    padding: 13px 0;
  }
  .new-item-section .inner-block {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .category-rank-section .inner-block {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .fs-c-subgroupList .fs-c-subgroupList__item {
    font-size: 11px;
    width: calc((100% - 10px) / 2) !important;
  }
  .fs-c-subgroupList .fs-c-subgroupList__item:not(:nth-child(3n + 1)) {
    margin-left: 0px !important;
  }
  .fs-c-subgroupList .fs-c-subgroupList__item:nth-child(n + 4) {
    margin-top: 0px !important;
  }
  .fs-c-subgroupList .fs-c-subgroupList__item:nth-child(2n + 2) {
    margin-left: 10px !important;
  }
  .fs-c-subgroupList .fs-c-subgroupList__item:nth-child(n + 3) {
    margin-top: 14px !important;
  }
  .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link {
    padding: 7px 10px 8px 4px;
  }
  .fs-c-productList {
    padding-bottom: 31px;
  }
  .fs-c-productList__controller {
    margin: 12px 0 30px;
  }
  .fs-c-sortItems__label::before {
    height: 12px;
    width: 13px;
    top: 3px;
  }
  .fs-c-sortItems__label {
    font-size: 12px;
    padding-left: 17px;
  }
  .fs-c-sortItems__list .fs-c-sortItems__list__item__label {
    padding: 0 12px;
    font-size: 12px;
  }
  .fs-c-sortItems__list {
    padding: 7px;
    margin-top: 7px;
  }
  .number-wrap .number {
    font-size: 12px;
  }
  .number-wrap .sort {
    font-size: 12px;
    margin-left: 10px;
  }
  .fs-c-productList__list .fs-c-button--addToWishList--icon::before {
    height: 13px;
    width: 14px;
  }
  .fs-c-productList__list .fs-c-button--addToWishList--icon {
    top: 17.989vw !important;
    bottom: inherit !important;
    height: 24px;
    width: 24px;
  }
  .fs-c-productList__list .fs-c-button--removeFromWishList--icon::before {
    height: 13px;
    width: 14px;
  }
  .fs-c-productList__list .fs-c-button--removeFromWishList--icon {
    top: 17.989vw !important;
    bottom: inherit !important;
    height: 24px;
    width: 24px;
  }
  .fs-c-productList__list .fs-c-productListItem__outOfStock {
    font-size: 12px;
    padding: 4px;
  }
  .fs-c-productList__list .fs-c-productListItem__salesPeriodNotice {
    font-size: 11px;
    padding: 4px 10px;
  }
  .fs-c-productList__list .fs-c-button--subscribeToArrivalNotice--list {
    font-size: 12px;
    padding: 8px;
  }
  .fs-c-productStock--lowInStock {
    font-size: 12px;
  }
  .fs-c-inquiryAboutProduct {
    font-size: 12px;
  }
  .fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct {
    font-size: 12px;
    padding: 14px 15px 14px;
  }
  .fs-p-searchForm .fs-p-searchForm__inputGroup .fs-p-searchForm__input {
    padding: 7px 6px 6px;
    max-width: calc(100% - 41px);
  }
  .fs-p-searchForm .fs-p-searchForm__inputGroup .fs-p-searchForm__button {
    width: 41px;
  }
  .fs-p-searchForm {
    margin-top: 23px;
  }
  .fs-c-inputInformation__button .fs-c-button--sendInquiry.fs-c-button--standard {
    font-size: 12px;
    padding: 15px 15px 12px;
  }
  .fs-c-productNotice--outOfStock {
    font-size: 12px;
    padding: 10px;
  }
  .image-wrap .fs-c-productThumbnail {
    display: none;
  }
  .image-wrap .fs-c-productCarouselMainImage__thumbnailList {
    display: none !important;
  }
  .image-wrap .js-img-bg {
    height: 315px;
    width: 315px !important;
    margin-left: 0;
  }
  .image-wrap .slick-list {
    max-width: 375px;
    margin: auto;
  }
  .info-wrap .fs-c-productNameHeading .fs-c-productNameHeading__name {
    font-size: 12px;
    display: none;
  }
  .info-wrap .fs-c-productNameHeading .fs-c-productNameHeading__copy {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .info-wrap .fs-c-productNumber {
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 14px;
  }
  .info-wrap .fs-c-productPrices .fs-c-price__value {
    font-size: 18px;
  }
  .info-wrap .fs-c-productPrices {
    font-size: 12px;
  }
  .info-wrap .fs-c-productPointDisplay {
    font-size: 15px;
  }
  .info-wrap .c-btn01 {
    width: 71.733vw !important;
    min-width: inherit;
    min-width: inherit;
  }
  .info-wrap .fs-c-button--subscribeToArrivalNotice--detail {
    width: 71.733vw !important;
    min-width: inherit;
    min-width: inherit;
    font-size: 14px;
  }
  .info-wrap .fs-c-productQuantityAndWishlist::before {
    height: 14px;
    width: 14px;
  }
  .info-wrap .fs-c-productQuantityAndWishlist .fs-c-button__label {
    font-size: 10px;
    display: block;
  }
  .info-wrap .fs-c-productQuantityAndWishlist {
    margin-left: 2.667vw;
    width: calc(100% - 74.4vw) !important;
    padding: 13px 3px 3px;
    line-height: 1;
  }
  .info-wrap .fs-c-productPrice--listed + .fs-c-productPrice--selling {
    padding-left: 65px;
  }
  .info-wrap .row-reverse {
    margin-top: 15px;
  }
  .info-wrap p {
    font-size: 12px;
  }
  .status-area .ttl::before {
    top: 6px;
    left: 0;
  }
  .status-area .ttl {
    font-size: 12px;
    padding-left: 12px;
  }
  .status-area {
    padding: 9px 15px 10px;
  }
}

@media only screen and (min-width: 641px) {
  .inner-block {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
  a::before,
  a::after,
  button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .head-menu-wrap .menu-item-btn-head:hover::before {
    bottom: -5px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .head-menu-wrap .arrow:hover::before {
    right: 5px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .head-menu-wrap .sub-menu-list li a:hover {
    background: #fff;
  }
  .head-menu-wrap .close-btn:hover {
    opacity: 0.8;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .search-menu-wrap .search-form-list .arrow:hover::before {
    right: 5px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .search-menu-wrap .btn-wrap .clear_btn:hover {
    background: #333;
    border-color: #333;
    color: #fff;
  }
  .search-menu-wrap .btn-wrap .close_btn:hover {
    background: #fff;
    border-color: #ccc;
    color: #333;
  }
  .search-menu-wrap .search-aco-list .arrow:hover::before {
    bottom: -5px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .fs-p-productSearch__searchButton:hover {
    background: #fff;
    color: #e06e1d;
    color: #30a0cb;
  }
  .fs-p-productSearch__searchButton:hover::before {
    background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_search-or.svg") no-repeat center center;
    background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_search-skyblue.png") no-repeat center center;
    background-size: contain;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .c-footer .menu-wrap .menu-list .arrow:hover::before {
    right: 5px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .c-footer .black-bg .sns-link a:hover {
    opacity: 0.8;
  }
  .c-footer .black-bg .page-top a:hover::before {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: -5px;
  }
  .c-btn01:hover {
    background: #fff;
    color: #e06e1d;
  }
  .c-btn01:hover::after {
    background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-or.svg") no-repeat center center;
  }
  .c-btn01:hover.cart-btn::before {
    background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_cart-btn-or.png");
  }
  .c-btn02:hover {
    background: #fcf0e8;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .c-btn03:hover::before {
    bottom: -8px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .more-btn:hover::before {
    right: -5px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .tab-ul li:not(.current):hover {
    background: #333;
    border: 1px solid #333;
    border-left-color: transparent;
    color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .tab-ul li:not(.current):hover::before {
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% + 2px);
    top: -1px;
    bottom: 0;
    left: -1px;
    z-index: 2;
  }
  .tab-ul li:not(.current):hover .men {
    position: relative;
  }
  .tab-ul li:not(.current):hover .men::after {
    background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_men-wh.svg") no-repeat center center;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 0;
    left: -18px;
    bottom: 0;
    margin: auto;
  }
  .tab-ul li:not(.current):hover .women {
    position: relative;
  }
  .tab-ul li:not(.current):hover .women::after {
    background: url("https://jamtrading.itembox.design/item/jam/img/menu/ico_women-wh.svg") no-repeat center center;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 0;
    left: -18px;
    bottom: 0;
    margin: auto;
  }
  .tab-ul li:first-child:hover::before {
    content: none;
  }
  .tab-ul.link li:not(.current):hover {
    background: #333;
    border: 1px solid #333;
    border-left-color: transparent;
    color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .tab-ul.link li:not(.current):hover::before {
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% + 2px);
    top: -1px;
    bottom: 0;
    left: -1px;
    z-index: 2;
  }
  .tab-ul.link li:not(.current):hover a {
    color: #fff;
  }
  .tab-ul.link li:first-child:hover::before {
    content: none;
  }
  .inner-link a:hover {
    opacity: 0.8;
  }
  .sns-wrap .sns-list li a:hover {
    opacity: 0.8;
  }
  .campaign-banner-block:hover {
    opacity: 0.8;
    -webkit-transform: 0.2s ease-in-out;
    transform: 0.2s ease-in-out;
  }
  .banner-area .banner-list a:not(:nth-child(4n + 1)) {
    margin-left: 20px;
  }
  .banner-area .banner-list a:nth-child(n + 5) {
    margin-top: 20px;
  }
  .banner-area .banner-list a:hover {
    opacity: 0.8;
  }
  .shopping-guide .guide-link li + li {
    margin-left: 10px;
  }
  .shopping-guide .guide-link a:hover {
    background: #fcf0e8;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .shopping-guide .guide-link a:hover .icon {
    background: #fff;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem a:hover {
    opacity: 0.8;
  }
  .styling-list a:hover {
    opacity: 0.8;
  }
  .modal-box {
    display: none;
  }
  .recommend-wrap a:hover {
    opacity: 0.8;
  }
  .recommend-wrap .item:not(:nth-child(5n + 1)) {
    margin-left: 10px;
  }
  .recommend-wrap .item:nth-child(n + 6) {
    margin-top: 10px;
  }
  .recommend-wrap .item:nth-child(n + 6).is-hidden {
    margin: 0;
  }
  .recommend-wrap.check-item #_rcmdjp_display_1 .item:not(:nth-child(5n + 1)) {
    margin-left: 15px;
  }
  .recommend-wrap.check-item #_rcmdjp_display_1 .item:nth-child(n + 6) {
    margin-top: 20px;
  }
  .recommend-wrap.check-item #_rcmdjp_display_3 .item:not(:nth-child(5n + 1)) {
    margin-left: 15px;
  }
  .recommend-wrap.check-item #_rcmdjp_display_3 .item:nth-child(n + 6) {
    margin-top: 20px;
  }
  .recommend-wrap.new-item #_rcmdjp_display_1 .item:not(:nth-child(5n + 1)) {
    margin-left: 15px;
  }
  .recommend-wrap.new-item #_rcmdjp_display_2 .item:not(:nth-child(5n + 1)) {
    margin-left: 15px;
  }
  .recommend-wrap.new-item #_rcmdjp_display_1 .item:nth-child(n + 6) {
    margin-top: 20px;
  }
  .recommend-wrap.new-item #_rcmdjp_display_2 .item:nth-child(n + 6) {
    margin-top: 20px;
  }
  .recommend-wrap.category-rank .item:not(:nth-child(5n + 1)) {
    margin-left: 15px;
  }
  .recommend-wrap.category-rank .item:nth-child(n + 6) {
    margin-top: 20px;
  }
  .link-wrap a:hover {
    background: #fcf0e8;
  }
  .search-category .item-list li:not(:nth-child(3n + 1)) {
    margin-left: 20px;
  }
  .search-category .item-list li:nth-child(n + 4) {
    margin-top: 25px;
  }
  .search-category .item-list a:hover::after {
    right: -5px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .fs-c-pagination span.fs-c-pagination__item:hover {
    pointer-events: none;
  }
  .fs-c-pagination .fs-c-pagination__item:hover {
    background: #fdf4ee;
    color: #e06e1d;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .fs-c-pagination .fs-c-pagination__item--next:hover {
    background: transparent;
  }
  .fs-c-pagination .fs-c-pagination__item--next:hover::before {
    color: #e06e1d;
  }
  .fs-c-pagination .fs-c-pagination__item--next:hover::after {
    right: -10px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .fs-c-pagination .fs-c-pagination__item--prev:hover {
    background: transparent;
  }
  .fs-c-pagination .fs-c-pagination__item--prev:hover::before {
    color: #e06e1d;
  }
  .fs-c-pagination .fs-c-pagination__item--prev:hover::after {
    left: -10px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .search-wrap:hover {
    opacity: 0.8;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .guide-wrap .guide-list:nth-child(2n + 2) {
    margin-left: 40px;
  }
  .guide-wrap .guide-list:nth-child(n + 3) {
    margin-top: 100px;
  }
  .guide-wrap li a:hover::before {
    left: 35px;
  }
  .anchor-wrap .anchor-link:not(:nth-child(3n + 1)) {
    margin-left: 15px;
  }
  .anchor-wrap .anchor-link:nth-child(n + 4) {
    margin-top: 15px;
  }
  .anchor-wrap .anchor-link:hover::before {
    top: 5px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .faq-wrap .body-wrap a:hover {
    text-decoration: none;
  }
  .guide .l-flex .wrap {
    width: calc((100% - 40px) / 2);
  }
  .guide .l-flex .wrap:nth-child(even) {
    margin-top: 0;
    margin-left: 40px;
  }
  .guide .img-wrap:nth-child(2n + 2) {
    margin-left: 40px;
  }
  .guide .img-wrap:nth-child(n + 3) {
    margin-top: 60px;
  }
  .under:hover {
    text-decoration: none;
  }
  .ico-list li:not(:nth-child(3n + 1)) {
    margin-left: 20px;
  }
  .ico-list li:nth-child(n + 4) {
    margin-top: 20px;
  }
  .member-rank {
    max-width: 800px;
  }
  .flow-box .l-flex .img:not(:nth-child(3n + 1)) {
    margin-left: 15px;
  }
  .flex-img .img:nth-child(2n + 2) {
    margin-left: 30px;
  }
  .flex-img .img:nth-child(n + 3) {
    margin-top: 30px;
  }
  .circle-num li + li {
    margin-top: 8px;
  }
  .sns-wrap-cl .sns li {
    width: 40px;
  }
  .sns-wrap-cl .sns li img {
    width: 100%;
  }
  .sns-wrap-cl .sns li a:hover {
    opacity: 0.8;
  }
  .arrow-list li a:hover::before {
    left: 35px;
  }
  .news-section a:hover {
    text-decoration: none;
  }
  .feature-section .feature-wrap .feature:not(:nth-child(3n + 1)) {
    margin-left: 20px;
  }
  .feature-section .feature-wrap .feature:nth-child(n + 4) {
    margin-top: 43px;
  }
  .feature-section .feature-wrap a:hover {
    opacity: 0.8;
  }
  .blog-section .blog-wrap a:hover {
    opacity: 0.8;
  }
  .media-section .media-wrap a:hover {
    opacity: 0.8;
  }
  .shop-news-section .shop-news a:hover .ttl {
    text-decoration: none;
  }
  .fs-c-subgroupList .fs-c-subgroupList__item:not(:nth-child(4n + 1)) {
    margin-left: 10px;
  }
  .fs-c-subgroupList .fs-c-subgroupList__item:nth-child(n + 5) {
    margin-top: 10px;
  }
  .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link:hover {
    opacity: 0.8;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .fs-c-sortItems__list .fs-c-sortItems__list__item__label:hover {
    opacity: 0.8;
  }
  .fs-c-productList__list .fs-c-productList__list__item:not(:nth-child(5n + 1)) {
    margin-left: 10px;
  }
  .fs-c-productList__list .fs-c-productList__list__item:nth-child(n + 6) {
    margin-top: 30px;
  }
  .fs-c-productList__list .fs-c-button--subscribeToArrivalNotice--list:hover {
    background: #fff;
    color: #e06e1d;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .fs-c-inquiryAboutProduct:hover {
    background: #fcf0e8;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .fs-p-searchForm .fs-p-searchForm__inputGroup .fs-p-searchForm__button:hover {
    opacity: 0.8;
  }
  .fs-c-checkbox__labelText a:hover {
    text-decoration: none;
  }
  .fs-c-inputInformation__button .fs-c-button--sendInquiry.fs-c-button--standard:hover {
    background: #fcf0e8;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .info-wrap .fs-c-button--subscribeToArrivalNotice--detail:hover {
    background: #fff;
    color: #333;
  }
  .info-wrap .fs-c-button--subscribeToArrivalNotice--detail:hover::before {
    border-color: transparent transparent transparent #333;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .info-wrap .fs-c-productQuantityAndWishlist:hover {
    background: #fcf0e8;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}

@media only screen and (max-width: 1100px) {
  .head-menu-wrap .arrow::before {
    right: 13px;
  }
  .search-menu-wrap .search-form-list .arrow::before {
    right: 13px;
  }
  .search-menu-wrap .search-aco-list .arrow::before {
    right: 13px;
  }
  .c-footer .gray-bg .inner-block {
    padding: 0;
  }
  .c-footer .gray-bg.pc {
    display: none;
  }
  .c-footer .gray-bg.sp {
    display: block !important;
  }
  .c-footer .menu-wrap .menu-list li {
    font-size: 12px;
  }
  .c-footer .menu-wrap .menu-list .menu {
    padding: 14px 10px;
  }
  .c-footer .menu-wrap .menu-list .arrow::before {
    right: 25px;
  }
  .c-footer .menu-wrap .menu-list {
    width: 100%;
    display: none;
    background: #fff;
  }
  .c-footer .menu-wrap .menu-item-btn {
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    padding: 14px 10px;
    position: relative;
  }
  .c-footer .menu-wrap .menu-item-btn::before {
    background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-bk.svg") no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 10px;
    width: 6px;
    position: absolute;
    top: 3px;
    bottom: 0;
    right: 25px;
    margin: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .c-footer .menu-wrap .menu-item-btn.is-open::before {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .c-footer .menu-wrap {
    display: block;
  }
}

@media only screen and (max-width: 400px) {
  .c-table01 th:first-child {
    min-width: 50px;
    width: 50px;
  }
  .c-table01 td {
    min-width: 24px !important;
    max-width: 24px;
    padding: 7px 4px 6px;
  }
  .c-table01.medium th:first-child {
    min-width: 50px;
    width: 50px;
  }
}

@media only screen and (max-width: 1020px) {
  .c-table01 td {
    font-size: 13px;
    min-width: 30px;
  }
  .recommend-wrap.check-item #_rcmdjp_display_3 .item {
    margin-right: 15px;
    width: 180px;
    min-width: 180px;
  }
  .recommend-wrap.check-item #_rcmdjp_display_3 .item:not(:nth-child(5n + 1)) {
    margin-left: 0;
  }
  .recommend-wrap.check-item #_rcmdjp_display_3 .item:nth-child(n + 6) {
    margin-top: 0;
  }
  .recommend-wrap.check-item #_rcmdjp_display_3 {
    overflow-x: scroll;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: calc(100% + 30px);
    padding-bottom: 20px;
  }
  .recommend-wrap.check-item #_rcmdjp_display_3::-webkit-scrollbar {
    height: 8px;
  }
  .recommend-wrap.check-item #_rcmdjp_display_3::-webkit-scrollbar-track {
    border-radius: 100px;
    background: #f0f0f0;
  }
  .recommend-wrap.check-item #_rcmdjp_display_3::-webkit-scrollbar-thumb {
    background: #e06e1d;
    border-radius: 100px;
  }
  .recommend-wrap.new-item #_rcmdjp_display_1 .item {
    margin-right: 15px;
    width: 180px;
    min-width: 180px;
  }
  .recommend-wrap.new-item #_rcmdjp_display_2 .item {
    margin-right: 15px;
    width: 180px;
    min-width: 180px;
  }
  .recommend-wrap.new-item #_rcmdjp_display_1 .item:not(:nth-child(5n + 1)) {
    margin-left: 0;
  }
  .recommend-wrap.new-item #_rcmdjp_display_2 .item:not(:nth-child(5n + 1)) {
    margin-left: 0;
  }
  .recommend-wrap.new-item #_rcmdjp_display_1 .item:nth-child(n + 6) {
    margin-top: 0;
  }
  .recommend-wrap.new-item #_rcmdjp_display_2 .item:nth-child(n + 6) {
    margin-top: 0;
  }
  .recommend-wrap.new-item #_rcmdjp_display_1 {
    overflow-x: scroll;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: calc(100% + 30px);
    padding-bottom: 20px;
  }
  .recommend-wrap.new-item #_rcmdjp_display_2 {
    overflow-x: scroll;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: calc(100% + 30px);
    padding-bottom: 20px;
  }
  .recommend-wrap.new-item #_rcmdjp_display_1::-webkit-scrollbar {
    height: 8px;
  }
  .recommend-wrap.new-item #_rcmdjp_display_2::-webkit-scrollbar {
    height: 8px;
  }
  .recommend-wrap.new-item #_rcmdjp_display_1::-webkit-scrollbar-track {
    border-radius: 100px;
    background: #f0f0f0;
  }
  .recommend-wrap.new-item #_rcmdjp_display_2::-webkit-scrollbar-track {
    border-radius: 100px;
    background: #f0f0f0;
  }
  .recommend-wrap.new-item #_rcmdjp_display_1::-webkit-scrollbar-thumb {
    background: #e06e1d;
    border-radius: 100px;
  }
  .recommend-wrap.new-item #_rcmdjp_display_2::-webkit-scrollbar-thumb {
    background: #e06e1d;
    border-radius: 100px;
  }
  .recommend-wrap.category-rank .item {
    margin-right: 15px;
    min-width: 180px;
  }
  .recommend-wrap.category-rank .item:not(:nth-child(5n + 1)) {
    margin-left: 0;
  }
  .recommend-wrap.category-rank .item:nth-child(n + 6) {
    margin-top: 0;
  }
  .recommend-wrap.category-rank {
    overflow-x: scroll;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: calc(100% + 15px);
    padding-bottom: 20px;
  }
  .recommend-wrap.category-rank::-webkit-scrollbar {
    height: 8px;
  }
  .recommend-wrap.category-rank::-webkit-scrollbar-track {
    border-radius: 100px;
    background: #f0f0f0;
  }
  .recommend-wrap.category-rank::-webkit-scrollbar-thumb {
    background: #e06e1d;
    border-radius: 100px;
  }
  .feature-section .feature-wrap .feature {
    margin-right: 20px;
    width: 306px;
    display: table;
  }
  .feature-section .feature-wrap .feature:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .feature-section .feature-wrap .feature:nth-child(n + 4) {
    margin-top: 0;
  }
  .feature-section .feature-wrap .img {
    width: 306px;
  }
  .feature-section .feature-wrap {
    overflow-x: scroll;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: calc(100% + 30px);
    padding-bottom: 20px;
  }
  .feature-section .feature-wrap::-webkit-scrollbar {
    height: 8px;
  }
  .feature-section .feature-wrap::-webkit-scrollbar-track {
    border-radius: 100px;
    background: #f0f0f0;
  }
  .feature-section .feature-wrap::-webkit-scrollbar-thumb {
    background: #e06e1d;
    border-radius: 100px;
  }
  .blog-section .blog-wrap .blog {
    width: 150px;
    min-width: 150px;
    margin-right: 12px;
  }
  .blog-section .blog-wrap .blog + .blog {
    margin-left: 0;
  }
  .blog-section .blog-wrap {
    overflow-x: scroll;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: calc(100% + 30px);
    padding-bottom: 20px;
  }
  .blog-section .blog-wrap::-webkit-scrollbar {
    height: 8px;
  }
  .blog-section .blog-wrap::-webkit-scrollbar-track {
    border-radius: 100px;
    background: #f0f0f0;
  }
  .blog-section .blog-wrap::-webkit-scrollbar-thumb {
    background: #e06e1d;
    border-radius: 100px;
  }
  .media-section .media-wrap .media {
    width: 150px;
    min-width: 150px;
    margin-right: 12px;
  }
  .media-section .media-wrap .media + .media {
    margin-left: 0;
  }
  .media-section .media-wrap {
    overflow-x: scroll;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: calc(100% + 30px);
    padding-bottom: 20px;
  }
  .media-section .media-wrap::-webkit-scrollbar {
    height: 8px;
  }
  .media-section .media-wrap::-webkit-scrollbar-track {
    border-radius: 100px;
    background: #f0f0f0;
  }
  .media-section .media-wrap::-webkit-scrollbar-thumb {
    background: #e06e1d;
    border-radius: 100px;
  }
  .fs-c-subgroupList .fs-c-subgroupList__item {
    width: calc((100% - 30px) / 3);
  }
  .fs-c-subgroupList .fs-c-subgroupList__item:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }
  .fs-c-subgroupList .fs-c-subgroupList__item:nth-child(n + 5) {
    margin-top: 0;
  }
  .fs-c-subgroupList .fs-c-subgroupList__item:not(:nth-child(3n + 1)) {
    margin-left: 10px;
  }
  .fs-c-subgroupList .fs-c-subgroupList__item:nth-child(n + 4) {
    margin-top: 10px;
  }
  .image-wrap .fs-c-productCarouselMainImage,
  .image-wrap .product-main-image {
    max-width: 480px;
    margin: auto;
  }
  .info-wrap .c-btn01 {
    min-width: inherit;
    max-width: inherit;
    width: 54.824vw;
  }
  .info-wrap .fs-c-button--subscribeToArrivalNotice--detail {
    min-width: inherit;
    max-width: inherit;
    width: 54.824vw;
  }
  .info-wrap .fs-c-productQuantityAndWishlist {
    width: calc(100% - 56.824vw);
  }
  .item-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .item-flex-wrap .image-wrap {
    width: 100%;
  }
  .item-flex-wrap .info-wrap {
    margin-left: 0;
    width: 100%;
  }
  .item-flex-wrap .row-reverse {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 920px) {
  .shopping-guide .guide-link li {
    width: calc((100% - 20px) / 3);
  }
  .shopping-guide .guide-link li + li {
    margin-left: 0;
  }
  .shopping-guide .guide-link li:not(:nth-child(3n + 1)) {
    margin-left: 10px;
  }
  .shopping-guide .guide-link li:nth-child(n + 4) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 369px) {
  .shopping-guide .guide-link li {
    width: calc((100% - 20px) / 2) !important;
  }
  .shopping-guide .guide-link li:not(:nth-child(3n + 1)) {
    margin-left: 0px !important;
  }
  .shopping-guide .guide-link li:nth-child(2n + 2) {
    margin-left: 10px !important;
  }
  .shopping-guide .guide-link li:nth-child(n + 3) {
    margin-top: 10px !important;
  }
}

@media only screen and (max-width: 945px) {
  .styling-list .styling {
    width: 150px;
    display: table;
    margin-right: 12px;
  }
  .styling-list .styling + .styling {
    margin-left: 0;
  }
  .styling-list .img {
    width: 150px;
  }
  .styling-list {
    overflow-x: scroll;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding-bottom: 20px;
    width: calc(100% + 15px);
  }
  .styling-list::-webkit-scrollbar {
    height: 8px;
  }
  .styling-list::-webkit-scrollbar-track {
    border-radius: 100px;
    background: #f0f0f0;
  }
  .styling-list::-webkit-scrollbar-thumb {
    background: #e06e1d;
    border-radius: 100px;
  }
}

@media only screen and (max-width: 945px) and (max-width: 640px) {
  .styling-list .styling {
    margin-right: 8px;
  }
}

@media only screen and (max-width: 639px) {
  .styling-list {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .styling-list::-webkit-scrollbar {
    display: none;
  }
  .recommend-wrap.check-item #_rcmdjp_display_3 {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .recommend-wrap.check-item #_rcmdjp_display_3::-webkit-scrollbar {
    display: none;
  }
  .recommend-wrap.new-item #_rcmdjp_display_1 {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .recommend-wrap.new-item #_rcmdjp_display_2 {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .recommend-wrap.new-item #_rcmdjp_display_1::-webkit-scrollbar {
    display: none;
  }
  .recommend-wrap.new-item #_rcmdjp_display_2::-webkit-scrollbar {
    display: none;
  }
  .recommend-wrap.category-rank {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .recommend-wrap.category-rank::-webkit-scrollbar {
    display: none;
  }
  .feature-section .feature-wrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .feature-section .feature-wrap::-webkit-scrollbar {
    display: none;
  }
  .blog-section .blog-wrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .blog-section .blog-wrap::-webkit-scrollbar {
    display: none;
  }
  .media-section .media-wrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .media-section .media-wrap::-webkit-scrollbar {
    display: none;
  }
}

@media only screen and (max-width: 370px) {
  .modal-box .slick-list {
    margin-left: -20px !important;
  }
}

@media only screen and (max-width: 340px) {
  .modal-box .slick-list {
    margin-left: -35px !important;
  }
}

@media only screen and (max-width: 641px) {
  .recommend-wrap.con-item .item:nth-child(10),
  .recommend-wrap.view-item .item:nth-child(10) {
    display: none;
  }
}

@media only screen and (max-width: 1030px) {
  .guide-wrap .guide-list {
    width: 100%;
  }
  .guide-wrap .guide-list:nth-child(2n + 2) {
    margin-left: 0;
  }
  .guide-wrap .guide-list:nth-child(n + 3) {
    margin-top: 0;
  }
  .guide-wrap .guide-list + .guide-list {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 830px) {
  .anchor-wrap .anchor-link {
    width: calc((100% - 10px) / 2);
  }
  .anchor-wrap .anchor-link:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .anchor-wrap .anchor-link:nth-child(n + 4) {
    margin-top: 0;
  }
  .anchor-wrap .anchor-link:nth-child(2n + 2) {
    margin-left: 10px;
  }
  .anchor-wrap .anchor-link:nth-child(n + 3) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 780px) {
  .guide .wrap .box .image {
    width: 100%;
    margin-bottom: 15px;
  }
  .guide .wrap .box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
  .guide .l-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .guide .l-flex.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .guide .img-wrap {
    width: 100%;
  }
  .guide .img-wrap:nth-child(2n + 2) {
    margin-left: 0px;
  }
  .guide .img-wrap:nth-child(n + 3) {
    margin-top: 0px;
  }
  .guide .img-wrap + .img-wrap {
    margin-top: 20px;
  }
  .guide .btn-wrap.three .c-btn02 {
    width: calc((100% - 15px) / 2);
  }
  .guide .btn-wrap.three .c-btn02:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .guide .btn-wrap.three .c-btn02:nth-child(2n + 2) {
    margin-left: 15px;
  }
  .guide .btn-wrap.three {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .guide .btn-wrap .l-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (max-width: 905px) {
  .guide .l-flex .wrap {
    width: 100%;
  }
  .guide .l-flex .wrap + .wrap {
    margin-left: 0;
  }
  .guide .l-flex + .wrap {
    margin-top: 63px;
  }
}

@media only screen and (min-width: 768px) {
  .fs-c-productMark {
    margin-top: 10px;
  }
  .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark {
    font-size: 12px;
    padding: 8px 0;
  }
  .c-form__ttl {
    padding: 14px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .c-form__ttl.required > span:before {
    font-size: 11px;
    margin-right: 8px;
  }
  .c-form .c-formValues {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .c-form .c-formValues__item {
    width: auto;
  }
  .c-formNote {
    margin: 30px 0 60px;
  }
  .mint {
    font-size: 12px;
  }
}

@media only screen and (min-width: 601px) {
  .fs-c-cartTableContainer .fs-c-cartTable {
    margin-bottom: 20px;
  }
  .fs-c-cartTable__actionButton .fs-c-cartTable__actionButton__container {
    width: 100%;
  }
  .fs-c-cartTable__actionButton .fs-c-cartTable__actionButton__container.fs-c-cartTable__actionButton__container--buyItLater {
    margin-top: 10px;
  }
  #fs-checkout-payHere-container .fs-c-purchaseHere__message {
    text-align: center;
  }
  #fs-checkout-amazon-container .fs-c-payWithAmazon__button {
    margin: 25px auto 35px;
  }
  .fs-c-checkout-preview__title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .fs-c-cartTableContainer .fs-c-cartTable__row {
    padding: 10px;
  }

  .fs-c-cartTable__dataCell--point::before,
  .fs-c-cartTable__dataCell--quantity::before,
  .fs-c-cartTable__dataCell--subtotal::before {
    margin-right: auto;
    padding: 2px 10px;
    width: 60%;
    font-weight: normal;
  }

  .fs-c-cartTableContainer .fs-c-cartTable__dataCell {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .fs-c-cartTable__quantity .fs-c-quantity__select {
    border: 1px solid #ccc;
    border:none;
    border-radius: 3px;
    margin-left: auto;
    padding: 8px;
  }
  #fs-couponInfo-container .fs-c-checkout-couponCodeInput .fs-c-checkout-couponCodeInput__title {
    width: 100%;
    margin-bottom: 10px;
  }
  #fs-orderContents-container .fs-c-cartTable__dataCell {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }
  #fs-orderContents-container .fs-c-cartTable .fs-c-cartTable__row {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
}

@media only screen and (min-width: 960px) {
  .fs-body-checkout .systemblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fs-body-checkout .systemblock .fs-l-checkout__mainColumn {
    max-width: calc(100% - 300px);
    padding-right: 20px;
  }
  .fs-body-checkout .systemblock .fs-l-checkout__sideColumn {
    margin-top: 0;
    -webkit-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    min-width: 300px;
  }
}

@media only screen and (max-width: 910px) {
  .fs-c-productList__list .fs-c-productList__list__item {
    width: calc((100% - 20px) / 3);
  }
  .fs-c-productList__list .fs-c-productList__list__item:not(:nth-child(5n + 1)) {
    margin-left: 0;
  }
  .fs-c-productList__list .fs-c-productList__list__item:nth-child(n + 6) {
    margin-top: 0;
  }
  .fs-c-productList__list .fs-c-productList__list__item:not(:nth-child(3n + 1)) {
    margin-left: 10px;
  }
  .fs-c-productList__list .fs-c-productList__list__item:nth-child(n + 4) {
    margin-top: 25px;
  }
  .fs-c-productList__list .fs-c-button--addToWishList--icon {
    top: 4.989vw;
    bottom: 0;
    margin: auto;
  }
  .fs-c-productList__list .fs-c-button--removeFromWishList--icon {
    top: 4.989vw;
    bottom: 0;
    margin: auto;
  }
}

@media only screen and (max-width: 371px) {
  .fs-c-productStock--lowInStock {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .info-wrap .c-btn01 {
    width: 100% !important;
  }
  .info-wrap .fs-c-button--subscribeToArrivalNotice--detail {
    width: 100% !important;
  }
  .info-wrap .fs-c-productQuantityAndWishlist .fs-c-button__label {
    font-size: 12px;
  }
  .info-wrap .row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .info-wrap .row-reverse .c-btn01 {
    width: 100%;
    padding: 10px;
  }
  .info-wrap .row-reverse .fs-c-productQuantityAndWishlist {
    margin-top: 10px;
    margin-left: 0;
    padding: 10px;
    width: 100% !important;
  }
  .info-wrap .row-reverse .fs-c-productQuantityAndWishlist::before {
    position: absolute;
    bottom: 0;
    left: -177px;
  }

  /*検索一覧*/
.fs-body-search .fs-l-main {
  margin-top: -7%;
}



}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.horizontal-list {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: -25px;/*本番の際は_rcmdjp_display_1のmargin-topを0pxにする*/
}


.today-item {
   /* 横スクロール用 */
    display: inline-block;
     /* 見た目調整 */
    font-size: 11px;
    background: #f4f4f4;
    padding: 6px 13px;
    border-radius: 3px;
    margin: 0px 2px 22px 2px;
    font-weight: bold;
}

 /* スクロール非表示 */
  /*Google Chrome、Safariへの対応*/
.horizontal-list::-webkit-scrollbar {
  display: none;
}



 /* 新着レコメンド(カテゴリ別) PC 6個以降非表示*/
 @media only screen and (min-width: 960px) {
  div#_rcmdjp_display_2 .item:nth-child(n+6) {
   display: none;
 }}


 /*カテゴリから探す > メインカテゴリ*/

 .cate-gender li {
  float: left;
  width: 49%;
  text-align: center;
  border: 1px solid #eee;
  font-weight: bold;
  border-radius: 3px;
}

.cate-gender li a {
  padding: 9px;
  display: block;
}

.cate-gender li:nth-child(odd) {
  margin-right: 2%;
}

.cate-men-genre li:not(:last-child) {
  margin-right: 9%;
}



 /*カテゴリページ内HOTキーワード*/
ul.clearfix.catemain-itemlist {
  margin: 16px 0px;
  background-color: #ECECEC;
  border-radius: 8px;
  padding: 11px 11px;
}

.catemain-itemlist li {
  float: left;
  max-width: 35%;
  font-size: 10px;
  text-align: left;
  background-color: #FFF;
  border-radius: 3px;
  font-weight: bold;
  margin: 1% 0%;

}

.catemain-itemlist li {
  margin-right: 2%;
}

.catemain-itemlist a {
  padding: 5px 5px;
  display: block;
}




 /*カテゴリページ内 >人気ジャンル*/
 .cate-men {
  text-align: center;
  margin-top: -13px;
  margin-bottom: 9px;
}

.cate-men-genre .hotitem-box {
  display: block;
  width: 58%;
  margin: 0 auto;
}

.cate-men-genre li {
  width: 44%;
}

.cate-men-genre li:not(:last-child) {
  margin-right: 9%;
}

.cate-men-genre p {
  font-weight: bold;
}

.cate-gender-switching {
  text-align: right;
  font-size: 11px;
}

h2.hotbrand {
  font-weight: bold;
  margin-bottom: -12px;
  margin-top: 26px;
  font-size: 11px;
  margin-left: 1%;
}



/*商品ページ*/
body#fs_ProductDetails .fs-l-main {
  margin-top: 6%;
}

/*特集ページ*/
body#fs_CustomPage .fs-l-main {
  margin-top: 7%;
}

/* 商品画像のスライダーを修正 2022/12/23: 追加 */
@media only screen and (max-width: 1020px) {
  .inner-block.short:has(.swiper-area) {
    padding: 0;
  }
  .inner-block.short:has(.swiper-area) .image-wrap {
    padding: 0;
    margin-bottom: 30px;
  }
  .inner-block.short:has(.image-wrap) .info-wrap {
    padding: 0px 15px;
  }
}

.main-swiper {
  --swiper-navigation-color: #ccc;
  --swiper-pagination-color: #fff;
  --swiper-navigation-size: 24px;
}
.thumbs-swiper {
  margin: 5px auto;
}
.thumbs-swiper .swiper-slide {
  opacity: 0.4;
}
.thumbs-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

/* TOPページの任意キーワードタグ 2023/7/27: 追加 */
/*
@media only screen and (min-width: 641px){
  section.top-kw-tag {
    margin-top: 80px;
}
}*/

h2.top-kw-tagTitle {
    font-size: 16px;
    letter-spacing: 0.08em;
    padding-bottom: 5px;
    font-weight: bold;
    margin-top: 5px;
}

.top-kw-tagList a {
    float: left;
    clear: inherit;
    margin: 6px 4px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #000;
    text-decoration: none;
    display: block;
    height: 33px;
    padding: 3px 8px 3px 20px;
    text-align: center;
    line-height: 28px;
    position: relative;
    font-size: 12px;
    font-size: 10px;
    font-weight: bold;
    background: #f4f4f4;
}
.top-kw-tagList a:before {
    content: "#";
    color: #e06e1d;
    position: absolute;
    left: 8px;
    top: 3px;
    font-size: 14px;
    font-weight: normal;
}
section.top-kw-tag.inner-block.s-short p {
  margin-bottom: 2%;
  font-weight: 500;
  font-size: 13px;
}
section.top-kw-tag.inner-block.s-short.next p:first-of-type {
  margin-bottom: 0%;
}

/*衣装レンタル ここから*/
.btn-wrap.btn-beg .c-btn02 {
  border: 1px solid #ffecde;
  background: #ffecde;
}
.btn-wrap.btn-org .c-btn02 {
    border: 1px solid #e06e1d;
    background: #e06e1d;
    color: #FFF;
}
.btn-org .c-btn02::after {
  background: url(https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-wh.svg) no-repeat center center;
}

.rental-foam h3 {
  text-align: center;
  margin-top: 5%;
  font-weight: bold;
}
.rental-foam p {
  text-align: center;
  font-size: 11px;
}
.btn-wrap.btn-beg p, .btn-wrap.btn-org p {
  margin-top: 2%;
  text-align: left;
  padding: 0 10%;

}
@media only screen and (min-width: 641px) {
  .rental-foam div {
    float: left;
    width: 46%;
   }
   .rental-foam div:nth-child(1) {
  margin-right: 2%;
   }

   .btn-wrap.btn-beg p, .btn-wrap.btn-org p {
    padding: 0 20%;
  }
  .head-menu-wrap {
    top: 90px!important;
  }
}
/*衣装レンタル　ここまで*/