@charset "UTF-8";
/*** The new CSS reset - version 1.11.3 (last updated 25.8.2024) ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

a, button {
  cursor: revert;
}

ol, ul, menu, summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 22vw;
}
@media screen and (min-width: 1025px) {
  html {
    scroll-padding-top: 100px;
  }
}

img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  max-block-size: none;
  max-inline-size: none;
}

a {
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.inner {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .inner {
    max-width: 100%;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 499px) {
  .onlySP {
    display: block;
  }
}

.onlyTAB {
  display: none;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .onlyTAB {
    display: block;
  }
}

.site-header, .site-main, .site-footer {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

.cmnTitle {
  font-size: 4.5vw;
  line-height: 1.2;
  text-align: center;
  font-family: "Inter", sans-serif !important;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .cmnTitle {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .cmnTitle {
    font-size: 24px;
    line-height: 1.6;
  }
  .topInfo .cmnTitle {
    text-align: left;
  }
}

.cmnBtn {
  width: 45.3vw;
  height: 10.67vw;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2.93vw;
  line-height: 1.8;
  border: 1px solid #000;
  color: #000;
  margin: 8vw auto 0;
  font-family: "Inter", sans-serif !important;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .cmnBtn {
    margin-top: 4vw;
    font-size: 1.8vw;
    height: 6vw;
    width: 30vw;
  }
}
@media screen and (min-width: 1025px) {
  .cmnBtn {
    width: 200px;
    height: 40px;
    margin-top: 30px;
    font-size: 12px;
  }
}

.fr3-item__productPrice__addon {
  display: none;
}

.cmnInner {
  width: 94.6%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .cmnInner {
    width: 100%;
  }
}

.pageTitle {
  text-align: center;
  padding-top: 5.4vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .pageTitle {
    padding-top: 2.7vw;
    padding-bottom: 2.7vw;
  }
}
@media screen and (min-width: 1025px) {
  .pageTitle {
    padding-top: 60px;
  }
}
.pageTitle-main {
  font-size: 4vw;
  line-height: 1.2;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .pageTitle-main {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .pageTitle-main {
    font-size: 24px;
    line-height: 1.67;
  }
}

.g_red {
  color: #d81515;
}

.cmnCnt {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
}
.cmnCnt-intro {
  font-size: 13px;
  line-height: 1.8;
  font-weight: 300;
  margin: 30px 0 50px;
}
@media screen and (max-width: 499px) {
  .cmnCnt-intro {
    font-size: 2.93vw;
    margin: 4vw 0 6vw;
  }
}
.cmnCnt-sec {
  font-size: 13px;
  line-height: 1.8;
  font-weight: 300;
  margin-top: 30px;
}
@media screen and (max-width: 499px) {
  .cmnCnt-sec {
    font-size: 2.93vw;
    margin-top: 4vw;
  }
}
.cmnCnt-sec + .cmnCnt-sec {
  margin-top: 50px;
  margin-top: 6vw;
}
.cmnCnt-sec-ttl {
  background: #F1F2EB;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 499px) {
  .cmnCnt-sec-ttl {
    font-size: 3.2vw;
    padding: 1.3vw 2.6vw;
  }
}
.cmnCnt-sec table {
  margin: 1em 0;
}
.cmnCnt-sec table th, .cmnCnt-sec table td {
  border: 1px solid #ccc;
  padding: 0.5em;
}
.cmnCnt-sec a {
  text-decoration: underline;
}
.cmnCnt-sec a:hover {
  text-decoration: none;
}
.cmnCnt-num {
  list-style: none; /* デフォルトの番号を消す */
  counter-reset: item; /* 「item」という名前のカウンタを0にリセット */
  padding-left: 0; /* 必要に応じて余白を調整 */
}
.cmnCnt-num-itm {
  counter-increment: item; /* 「item」を1ずつ増やす */
  margin-bottom: 10px; /* 項目間の余白 */
  /* 3. 擬似要素で番号を表示 */
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.cmnCnt-num-itm::before {
  content: counter(item) ". "; /* 番号の後にドットを入れる */
  margin-right: 0.5em; /* 番号とテキストの間の距離 */
}
.cmnCnt-numChild {
  list-style: none; /* デフォルトの番号を消す */
  counter-reset: item; /* 「item」という名前のカウンタを0にリセット */
  padding-left: 0; /* 必要に応じて余白を調整 */
  margin-top: 1em;
}
.cmnCnt-numChild-itm {
  counter-increment: item; /* 「item」を1ずつ増やす */
  margin-bottom: 10px; /* 項目間の余白 */
  /* 3. 擬似要素で番号を表示 */
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.cmnCnt-numChild-itm::before {
  content: counter(item) ". "; /* 番号の後にドットを入れる */
  margin-right: 0.5em; /* 番号とテキストの間の距離 */
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  content: "";
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  width: 4vw;
  height: 4vw;
  background: center/contain no-repeat url(../images/product/icon_keep_on.svg);
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    width: 15px;
    height: 15px;
    margin-left: 0;
    margin-right: 15px;
  }
}

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(15px);
  height: 14.6vw;
  position: fixed;
  width: 100vw;
  z-index: 5;
  overflow: visible;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .site-header {
    height: 7.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .site-header {
    max-height: 70px;
    height: 70px;
  }
}

/* 左右のグループを共通設定 */
.header-left, .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px; /* アイコン同士の間隔 */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* ロゴを中央に固定するための設定 */
}

.header-left {
  gap: 1.46vw;
  padding-left: 16vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .header-left {
    gap: 1vw;
    padding-left: 8vw;
  }
}
@media screen and (min-width: 1025px) {
  .header-left {
    padding-left: 120px;
  }
}

.header-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; /* 右寄せ */
  padding-right: 3.46vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .header-right {
    padding-right: 1.7vw;
  }
}
@media screen and (min-width: 1025px) {
  .header-right {
    padding-right: 35px;
  }
}
.header-right-lnk {
  width: 22vw;
  height: 4.3vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .header-right-lnk {
    width: auto;
    height: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .header-right-lnk {
    width: 132px;
    height: 24px;
    gap: 30px;
  }
}
.header-right-lnk-itm {
  height: 100%;
}
.header-right-lnk-itm a {
  display: block;
}
.header-right-lnk-itm a img {
  width: auto;
  height: 4.3vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .header-right-lnk-itm a img {
    height: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .header-right-lnk-itm a img {
    height: 24px;
  }
}

/* 中央のロゴ */
.header-center {
  text-align: center;
  padding-right: 16vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .header-center {
    padding-right: 8vw;
  }
}
@media screen and (min-width: 1025px) {
  .header-center {
    padding-right: 5.5%;
  }
}

.logo {
  width: 11.3vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .logo {
    width: 7vw;
  }
}
@media screen and (min-width: 1025px) {
  .logo {
    width: 66px;
  }
}

.header-search .modal-1__wrap {
  display: inline-block;
}
.header-search .modal-1__wrap input {
  display: none;
}
.header-search .modal-1__open-label,
.header-search .modal-1__close-label {
  cursor: pointer;
}
.header-search .modal-1__open-label {
  width: 5.3vw;
  height: 5.3vw;
  padding: 0;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .header-search .modal-1__open-label {
    width: 3vw;
    height: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .header-search .modal-1__open-label {
    width: 24px;
    height: 24px;
  }
}
.header-search .modal-1__open-label:hover {
  text-decoration: underline;
  cursor: pointer;
}
.header-search .modal-1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.header-search .modal-1__open-input:checked + label + input + .modal-1 {
  display: block;
  -webkit-animation: modal-1-animation 0.6s;
          animation: modal-1-animation 0.6s;
}
.header-search .modal-1__content-wrap {
  position: absolute;
  left: 50%;
  top: 150%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 90%;
  max-width: 650px;
  background-color: #fefefe;
  z-index: 7;
}
@media screen and (min-width: 1025px) {
  .header-search .modal-1__content-wrap {
    top: 100%;
  }
}
.header-search .modal-1__close-label {
  color: #fff;
  width: 9.6vw;
  height: 9.6vw;
  line-height: 1;
  text-align: center;
  display: table-cell;
  position: fixed;
  z-index: 99999;
  font-size: 6vw;
  font-weight: 100;
  line-height: 1;
  top: -8vw;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .header-search .modal-1__close-label {
    font-size: 20px;
    top: -30px;
    width: 20px;
    height: 20px;
  }
}
.header-search .modal-1__content {
  height: auto;
  max-height: 90vh;
  overflow-y: auto;
  padding: 8vw;
  max-width: 100%;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .header-search .modal-1__content {
    padding: 4vw;
    max-height: 80vh;
    padding: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .header-search .modal-1__content {
    max-height: 80vh;
    padding: 50px;
  }
}
.header-search .modal-1__background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 6;
}
@-webkit-keyframes modal-1-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-1-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ハンバーガーボタンの設定 */
.hamburger {
  width: 14.6vw;
  height: 14.6vw;
  background: none;
  border: none;
  cursor: pointer;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5vw 0;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .hamburger {
    padding: 2.5vw 0;
    width: 7.3vw;
    height: 7.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .hamburger {
    left: 20px;
    width: 70px;
    height: 70px;
    padding: 25px 0;
    margin-left: 20px;
  }
}
.hamburger.is-active {
  z-index: 99;
}

.hamburger span {
  display: block;
  width: 6.4vw;
  height: 1px;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .hamburger span {
    width: 3.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .hamburger span {
    width: 40px;
    height: 1px;
  }
}

.hamburger span:last-child {
  margin-bottom: 0;
  width: 6.4vw; /* 下のラインだけ短くするとお洒落です（お好みで） */
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .hamburger span:last-child {
    width: 3.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .hamburger span:last-child {
    width: 40px;
  }
}

/* ナビゲーションメニューの初期状態（隠す） */
.nav-menu {
  position: fixed;
  top: 0; /* ヘッダーの高さに合わせて調整 */
  left: -100vw;
  width: 90%;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease; /* スライドスピード */
  z-index: 100;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .nav-menu {
    width: auto;
    min-width: 50vw;
  }
}
@media screen and (min-width: 1025px) {
  .nav-menu {
    width: auto;
    min-width: 400px;
  }
}
.nav-menu .hamburger2 {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 14.6vw;
  height: 14.6vw;
  background: none;
  border: none;
  cursor: pointer;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5vw 0;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .nav-menu .hamburger2 {
    padding: 2.5vw 0;
    width: 7.3vw;
    height: 7.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .nav-menu .hamburger2 {
    left: 20px;
    width: 70px;
    height: 70px;
    padding: 25px 0;
    margin-left: 20px;
  }
}
.nav-menu .hamburger2 span {
  display: block;
  width: 6.4vw;
  height: 1px;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .nav-menu .hamburger2 span {
    width: 3.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .nav-menu .hamburger2 span {
    width: 40px;
    height: 1px;
  }
}

/* 開いた時の状態 */
.nav-menu.is-open {
  left: 0; /* 中身に合わせて適宜調整、または auto (JS制御) */
  overflow: visible;
  overflow-y: auto;
}
.nav-menu.is-open .hamburger2 {
  visibility: visible;
  opacity: 1;
}
.nav-menu.is-open {
  /* メニューが開いた時のボタンの動き（X印にする場合） */
}
.nav-menu.is-open .hamburger2 span:nth-child(1) {
  -webkit-transform: translateY(1.2vw) rotate(45deg);
          transform: translateY(1.2vw) rotate(45deg);
  background-color: #fff;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .nav-menu.is-open .hamburger2 span:nth-child(1) {
    -webkit-transform: translateY(0.6vw) rotate(45deg);
            transform: translateY(0.6vw) rotate(45deg);
  }
}
@media screen and (min-width: 1025px) {
  .nav-menu.is-open .hamburger2 span:nth-child(1) {
    -webkit-transform: translateY(4px) rotate(45deg);
            transform: translateY(4px) rotate(45deg);
  }
}
.nav-menu.is-open .hamburger2 span:nth-child(2) {
  -webkit-transform: translateY(-1.2vw) rotate(-45deg);
          transform: translateY(-1.2vw) rotate(-45deg);
  background-color: #fff;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .nav-menu.is-open .hamburger2 span:nth-child(2) {
    -webkit-transform: translateY(-0.6vw) rotate(-45deg);
            transform: translateY(-0.6vw) rotate(-45deg);
  }
}
@media screen and (min-width: 1025px) {
  .nav-menu.is-open .hamburger2 span:nth-child(2) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
  }
}

.nav-bg {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(15px);
}
.nav-bg.is-open {
  opacity: 1;
  visibility: visible;
}

/* 2カラムのテキストナビ */
.nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列にする */
  gap: 20px;
  padding: 40px 20px;
  list-style: none;
}

.nav-item a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  display: block;
  text-align: center;
}

/* --- 全体レイアウト --- */
.nav-menu {
  color: #000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  overflow-y: auto; /* コンテンツが多い場合にスクロール可能に */
}

.nav-inner {
  margin: 0 auto 0 0;
  padding: 0 0 19vw; /* 下部に余白 */
  position: relative;
  z-index: 100;
  background: #fff;
  min-height: 100vh;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .nav-inner {
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 1025px) {
  .nav-inner {
    min-width: 400px;
    padding: 0 0 70px 0;
  }
}

/* --- 1. 検索バー (ダーク背景) --- */
.nav-search {
  background-color: #333;
  padding: 18.6vw 5.3vw 5.3vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .nav-search {
    padding: 9vw 2.6vw 2.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .nav-search {
    padding: 70px 50px 40px;
  }
}

.search-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

.search-input-wrapper input {
  background: none;
  border: none;
  color: #fff;
  width: 100%;
  padding-left: 10px;
  font-size: 16px;
  outline: none;
}

.search-input-wrapper input::-webkit-input-placeholder {
  color: #999;
}

.search-input-wrapper input::-moz-placeholder {
  color: #999;
}

.search-input-wrapper input:-ms-input-placeholder {
  color: #999;
}

.search-input-wrapper input::-ms-input-placeholder {
  color: #999;
}

.search-input-wrapper input::placeholder {
  color: #999;
}

.icon-search::before {
  content: "";
  color: #fff;
  background: center/99% 99% no-repeat url("../images/icon_search_wh.svg");
  width: 5.3vw;
  height: 5.3vw;
  display: block;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .icon-search::before {
    width: 3vw;
    height: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .icon-search::before {
    width: 24px;
    height: 24px;
  }
}

/* 仮のアイコン */
/* --- 2. ログイン・会員登録ボタン --- */
.nav-auth-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3vw;
  padding: 8vw 8.7vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .nav-auth-buttons {
    gap: 1.7vw;
    padding: 4vw 4.35vw;
  }
}
@media screen and (min-width: 1025px) {
  .nav-auth-buttons {
    padding: 40px 40px 20px;
    gap: 20px;
  }
}

.btn-auth {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 12.6vw;
  border: 1px solid #333;
  text-decoration: none;
  color: #333;
  font-size: min(3.2vw, 12px);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .btn-auth {
    height: 6.3vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .btn-auth {
    height: 40px;
  }
}
.btn-auth.is-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.5vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .btn-auth.is-register {
    gap: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .btn-auth.is-register {
    gap: 20px;
  }
}
.btn-auth.is-register img {
  height: 4.3vw;
  width: auto;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .btn-auth.is-register img {
    height: 2.15vw;
  }
}
@media screen and (min-width: 1025px) {
  .btn-auth.is-register img {
    height: 20px;
  }
}

.btn-auth:hover {
  opacity: 0.8;
}

/* --- 3. お気に入り・カート --- */
.nav-utility-list {
  list-style: none;
  padding: 0 8vw 8vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .nav-utility-list {
    padding: 0 4vw 4vw;
  }
}
@media screen and (min-width: 1025px) {
  .nav-utility-list {
    padding: 0 40px 40px;
  }
}
.nav-utility-list img {
  width: auto;
  height: 4.3vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .nav-utility-list img {
    height: 2.15vw;
  }
}
@media screen and (min-width: 1025px) {
  .nav-utility-list img {
    height: 24px;
  }
}

.nav-utility-list li + li {
  padding-top: 8vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .nav-utility-list li + li {
    padding-top: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  .nav-utility-list li + li {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .nav-utility-list li {
    padding-top: 20px;
  }
}

.nav-utility-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  text-decoration: none;
  font-size: min(3.2vw, 12px);
  gap: 2.7vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .nav-utility-list li a {
    font-size: 1.8vw;
  }
}
.nav-utility-list li span {
  margin-right: 15px;
  font-size: min(2.4vw, 18px);
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .nav-utility-list li span {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .nav-utility-list li span {
    font-size: 14px;
  }
}

.nav-global {
  padding: 0 8vw;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .nav-global {
    gap: 4vw;
    padding: 0 4vw;
  }
}
@media screen and (min-width: 1025px) {
  .nav-global {
    padding: 0 40px;
    gap: 40px;
  }
}
.nav-global-lnk a {
  font-size: 3.2vw;
  line-height: 1;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .nav-global-lnk a {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .nav-global-lnk a {
    font-size: 14px;
  }
}
.nav-global-lnk.has-boderTop {
  border-top: 1px solid #000;
  padding-top: 5.2vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .nav-global-lnk.has-boderTop {
    padding-top: 2.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .nav-global-lnk.has-boderTop {
    padding-top: 40px;
  }
}
.nav-global-acd-trg {
  font-size: 3.2vw;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .nav-global-acd-trg {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .nav-global-acd-trg {
    font-size: 14px;
  }
}
.nav-global-acd-trg::after {
  position: absolute;
  top: -1vw;
  left: 21vw;
  content: "+";
  display: inline-block;
  font-size: 150%;
  line-height: 0.75;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .nav-global-acd-trg::after {
    left: 10.5vw;
    top: -0.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .nav-global-acd-trg::after {
    left: 4em;
    top: -3px;
  }
}
.nav-global-acd-cnt {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-1.5vw);
          transform: translateY(-1.5vw);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  height: 0;
}
@media screen and (min-width: 1025px) {
  .nav-global-acd-cnt {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.nav-global-acd[open] .nav-global-acd-cnt {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  height: auto;
}

.subNav {
  display: grid;
  grid-template-columns: 55% auto;
  gap: 5.3vw;
  padding-top: 5.3vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .subNav {
    gap: 2.6vw;
    padding-top: 2.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .subNav {
    gap: 40px;
    padding-top: 20px;
  }
}
.subNav-global-grp + .subNav-global-grp {
  margin-top: 8vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .subNav-global-grp + .subNav-global-grp {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  .subNav-global-grp + .subNav-global-grp {
    margin-top: 24px;
  }
}
.subNav-global-grp-ttl {
  font-size: 2.93vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .subNav-global-grp-ttl {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .subNav-global-grp-ttl {
    font-size: 12px;
  }
}
.subNav-global-grp-lnk {
  margin-top: 4.8vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .subNav-global-grp-lnk {
    margin-top: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .subNav-global-grp-lnk {
    margin-top: 14px;
  }
}
.subNav-global-grp-lnk a {
  font-size: 2.67vw;
  line-height: 1;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .subNav-global-grp-lnk a {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .subNav-global-grp-lnk a {
    font-size: 12px;
  }
}

/* --- 5. SNSアイコン --- */
.nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.3vw;
  padding: 0 8vw;
  margin-top: 18.6vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .nav-social {
    gap: 2.6vw;
    padding: 0 4vw;
    margin-top: 9vw;
  }
}
@media screen and (min-width: 1025px) {
  .nav-social {
    margin-top: 50px;
    padding: 0 50px;
    gap: 20px;
  }
}

.nav-social a {
  text-decoration: none;
  display: block;
  height: 5.5vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .nav-social a {
    height: 2.75vw;
  }
}
@media screen and (min-width: 1025px) {
  .nav-social a {
    height: 24px;
  }
}
.nav-social a img {
  width: 100%;
}

.site-main {
  padding-top: 14.6vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .site-main {
    padding-top: 7.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .site-main {
    padding-top: 70px;
  }
}

.search-form {
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

/* レイアウト */
.form-group {
  display: grid;
  grid-template-columns: auto 68%;
  margin-bottom: 8vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.93vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .form-group {
    margin-bottom: 40px;
    grid-template-columns: auto 58.59%;
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .form-group {
    margin-bottom: 40px;
    grid-template-columns: auto 58.59%;
    font-size: 14px;
  }
}
.form-group {
  /* 入力要素のスタイル */
}
.form-group input[type=text], .form-group select {
  width: 100%;
  padding: 2.8vw 2.6vw;
  border: none;
  border-bottom: 1px solid #ddd;
  outline: none;
  font-size: 2.93vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .form-group input[type=text], .form-group select {
    padding: 20px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .form-group input[type=text], .form-group select {
    padding: 20px;
    font-size: 14px;
  }
}
.form-group input[type=text]::-webkit-input-placeholder, .form-group select::-webkit-input-placeholder {
  color: #CCCCCC;
}
.form-group input[type=text]::-moz-placeholder, .form-group select::-moz-placeholder {
  color: #CCCCCC;
}
.form-group input[type=text]:-ms-input-placeholder, .form-group select:-ms-input-placeholder {
  color: #CCCCCC;
}
.form-group input[type=text]::-ms-input-placeholder, .form-group select::-ms-input-placeholder {
  color: #CCCCCC;
}
.form-group input[type=text]::placeholder, .form-group select::placeholder {
  color: #CCCCCC;
}
.form-group input[type=text] {
  border: 1px solid #ddd;
}
.form-group input[type=text]#fs_input_productSearchKeyword {
  display: block;
}
.form-group select {
  padding-left: 0;
  padding-right: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.form-group.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-group label {
  width: 100%;
}

.form-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-input #keyword {
  display: block;
}

/* カラーパネルのスタイル */
.color-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3.2vw;
  margin-bottom: 3.2vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .color-grid {
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .color-grid {
    gap: 20px;
    margin-bottom: 20px;
  }
}

.color-item {
  cursor: pointer;
  position: relative;
}

.color-item input {
  display: none;
}

.color-item span {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}

/* 選択時の枠線（お好みで調整してください） */
.color-item input:checked + span {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* レインボー */
.rainbow span {
  background: -webkit-gradient(linear, left top, right top, from(#ff0000), color-stop(#ffff00), color-stop(#00ff00), color-stop(#00ffff), color-stop(#0000ff), to(#ff00ff));
  background: linear-gradient(to right, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff);
}

/* 指定なしの斜線 */
.none-option {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2vw;
  grid-template-columns: 6vw auto;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .none-option {
    gap: 20px;
    grid-template-columns: 37px auto;
  }
}
@media screen and (min-width: 1025px) {
  .none-option {
    gap: 20px;
    grid-template-columns: 37px auto;
  }
}

.color-item.none {
  width: 100%;
  border: 1px solid #ddd;
}

.color-item.none span {
  background: -webkit-gradient(linear, right bottom, left top, color-stop(48%, transparent), color-stop(48%, #be2a16), color-stop(52%, #be2a16), color-stop(52%, transparent));
  background: linear-gradient(to top left, transparent 48%, #be2a16 48%, #be2a16 52%, transparent 52%);
}

/* ボタン */
.button-area {
  margin-top: 6.67vw;
}
@media screen and (min-width: 1025px) {
  .button-area {
    margin-top: 50px;
  }
}
.button-area button {
  text-align: center;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 10.67vw;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .button-area button {
    height: 50px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .button-area button {
    height: 50px;
    font-size: 16px;
  }
}

.btn-search {
  background-color: #000;
  color: #fff;
  margin-bottom: 2.67vw;
}
@media screen and (min-width: 1025px) {
  .btn-search {
    margin-bottom: 20px;
  }
}

.btn-reset {
  background-color: #f2f1ed;
  color: #333;
}

/* フッター全体のスタイル */
.site-footer {
  background-color: #f2f1e9; /* 画像に近いオフホワイト */
  padding: 12vw 13vw 5.3vw;
  margin-top: 18.6vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .site-footer {
    padding: 6vw 6vw 2.6vw;
    margin-top: 9vw;
  }
}
@media screen and (min-width: 1025px) {
  .site-footer {
    padding: 60px 0 20px;
    margin-top: 100px;
  }
}

.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .footer-inner {
    position: relative;
  }
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .footer-inner {
    margin-inline: 20px;
  }
}

/* 上段: ロゴとSNS */
.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 11.3vw;
  z-index: 1;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .footer-top {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer-top {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}

.footer-logo {
  width: 11.1vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .footer-logo {
    width: 6vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer-logo {
    width: 65px;
  }
}

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17vw;
  gap: 5vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .footer-sns {
    width: 8.5vw;
    gap: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer-sns {
    width: 74px;
    gap: 20px;
  }
}
.footer-sns .sns-insta {
  width: 5.3vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .footer-sns .sns-insta {
    width: 2.7vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer-sns .sns-insta {
    width: 24px;
  }
}
.footer-sns .sns-line {
  width: 6vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .footer-sns .sns-line {
    width: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer-sns .sns-line {
    width: 26px;
  }
}

/* 中段: 2カラムのリンク */
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10vw; /* カラム間の幅 */
  margin-bottom: 12vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .footer-nav {
    gap: 5vw;
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer-nav {
    width: 370px;
    margin-right: 170px;
    margin-left: auto;
    margin-bottom: 60px;
    gap: 100px;
  }
}

.nav-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.8vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .nav-column {
    gap: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .nav-column {
    gap: 13px;
  }
}

.nav-column a {
  text-decoration: none;
  color: #333;
  font-size: min(2.93vw, 11px);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.nav-column a:hover {
  opacity: 0.8;
}

/* 下段: コピーライト */
.footer-copyright {
  text-align: center;
}

.footer-copyright p {
  font-size: min(2.2vw, 8px);
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .footer-copyright p {
    font-size: 10px;
  }
}

#site-main .topRanking {
  padding-top: 13vw;
  padding-bottom: 13vw;
  max-width: 1190px;
  width: 96%;
  margin-inline: auto;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topRanking {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topRanking {
    padding: 60px 40px;
  }
}
@media screen and (min-width: 1200px) {
  #site-main .topRanking {
    padding-left: 0;
    padding-right: 0;
  }
}
#site-main .topRanking h2 {
  display: none;
}
#site-main .topRanking h2.cmnTitle {
  display: block;
}
#site-main .topRanking .fr4-rcmd-item-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 100%;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
}
#site-main .topRanking .fr4-rcmd-item {
  margin-top: 8vw;
  position: relative;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topRanking .fr4-rcmd-item {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topRanking .fr4-rcmd-item {
    margin-top: 30px;
  }
}
#site-main .topRanking .fr4-rcmd-item:first-child, #site-main .topRanking .fr4-rcmd-item:nth-child(2) {
  width: 48.5%;
}
#site-main .topRanking .fr4-rcmd-item:nth-child(3), #site-main .topRanking .fr4-rcmd-item:nth-child(4), #site-main .topRanking .fr4-rcmd-item:nth-child(5) {
  width: 31%;
}
#site-main .topRanking .fr4-rcmd-item:nth-child(6), #site-main .topRanking .fr4-rcmd-item:nth-child(7), #site-main .topRanking .fr4-rcmd-item:nth-child(8), #site-main .topRanking .fr4-rcmd-item:nth-child(9) {
  display: none;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topRanking .fr4-rcmd-item:first-child, #site-main .topRanking .fr4-rcmd-item:nth-child(2), #site-main .topRanking .fr4-rcmd-item:nth-child(3), #site-main .topRanking .fr4-rcmd-item:nth-child(4) {
    width: 23%;
  }
  #site-main .topRanking .fr4-rcmd-item:nth-child(5), #site-main .topRanking .fr4-rcmd-item:nth-child(6), #site-main .topRanking .fr4-rcmd-item:nth-child(7), #site-main .topRanking .fr4-rcmd-item:nth-child(8), #site-main .topRanking .fr4-rcmd-item:nth-child(9) {
    display: inline-block;
    width: 18%;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topRanking .fr4-rcmd-item:first-child, #site-main .topRanking .fr4-rcmd-item:nth-child(2), #site-main .topRanking .fr4-rcmd-item:nth-child(3), #site-main .topRanking .fr4-rcmd-item:nth-child(4) {
    width: 23.98%;
  }
  #site-main .topRanking .fr4-rcmd-item:nth-child(5), #site-main .topRanking .fr4-rcmd-item:nth-child(6), #site-main .topRanking .fr4-rcmd-item:nth-child(7), #site-main .topRanking .fr4-rcmd-item:nth-child(8), #site-main .topRanking .fr4-rcmd-item:nth-child(9) {
    display: inline-block;
    width: 18.91%;
  }
}
#site-main .topRanking .fr4-rcmd-item a {
  font-weight: 300;
}
#site-main .topRanking .fr4-rcmd-item .fr4-rcmd-ranking-bar {
  position: absolute;
  top: 0;
  left: 0;
}
#site-main .topRanking .fr4-rcmd-item .fr4-rcmd-ranking-val {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: Inter;
  font-weight: 400;
  line-height: 1;
  font-size: 2.67vw;
  width: 5.3vw;
  height: 5.3vw;
}
@media screen and (min-width: 1025px) {
  #site-main .topRanking .fr4-rcmd-item .fr4-rcmd-ranking-val {
    font-size: 12px;
    width: 24px;
    height: 24px;
  }
}
#site-main .topRanking .fr4-rcmd-item .fr3-item__imageContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
#site-main .topRanking .fr4-rcmd-item .fr3-item__imageContainer img {
  display: block;
}
#site-main .topRanking .fr4-rcmd-item .fr3-item__imageContainer::before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  counter-increment: number 1;
  content: counter(number) " ";
  font-family: Inter;
  font-weight: 400;
  line-height: 1;
  font-size: 2.67vw;
  width: 5.3vw;
  height: 5.3vw;
}
@media screen and (min-width: 1025px) {
  #site-main .topRanking .fr4-rcmd-item .fr3-item__imageContainer::before {
    font-size: 12px;
    width: 24px;
    height: 24px;
  }
}
#site-main .topRanking .fr4-rcmd-item .fr3-item__productName {
  width: 96%;
  margin: 2.67vw auto 0;
  font-size: 3.2vw;
  line-height: 1.42;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topRanking .fr4-rcmd-item .fr3-item__productName {
    width: 100%;
    font-size: 1.6vw;
    margin-top: 1.3vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topRanking .fr4-rcmd-item .fr3-item__productName {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.67;
  }
}
#site-main .topRanking .fr4-rcmd-item .fr3-item__productPrice__price {
  margin-top: 1.33vw;
  font-size: 3.2vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topRanking .fr4-rcmd-item .fr3-item__productPrice__price {
    font-size: 1.6vw;
    margin-top: 0.7vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topRanking .fr4-rcmd-item .fr3-item__productPrice__price {
    margin-top: 6px;
    font-size: 12px;
  }
}
#site-main .topRanking-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 1190px;
  margin-inline: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  counter-reset: number 0;
}
@media screen and (min-width: 1200px) {
  #site-main .topRanking-li {
    width: 100%;
  }
}
#site-main .topRanking-li-itm {
  margin-top: 8vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topRanking-li-itm {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topRanking-li-itm {
    margin-top: 30px;
  }
}
#site-main .topRanking-li-itm:first-child, #site-main .topRanking-li-itm:nth-child(2) {
  width: 48%;
}
#site-main .topRanking-li-itm:nth-child(3), #site-main .topRanking-li-itm:nth-child(4), #site-main .topRanking-li-itm:nth-child(5) {
  width: 32%;
}
#site-main .topRanking-li-itm:nth-child(6), #site-main .topRanking-li-itm:nth-child(7), #site-main .topRanking-li-itm:nth-child(8), #site-main .topRanking-li-itm:nth-child(9) {
  display: none;
}
@media screen and (min-width: 1025px) {
  #site-main .topRanking-li-itm:first-child, #site-main .topRanking-li-itm:nth-child(2), #site-main .topRanking-li-itm:nth-child(3), #site-main .topRanking-li-itm:nth-child(4) {
    width: 24.36%;
    max-width: 290px;
  }
  #site-main .topRanking-li-itm:nth-child(5), #site-main .topRanking-li-itm:nth-child(6), #site-main .topRanking-li-itm:nth-child(7), #site-main .topRanking-li-itm:nth-child(8), #site-main .topRanking-li-itm:nth-child(9) {
    display: inline-block;
    width: 19.32%;
    max-width: 230px;
  }
}
#site-main .topRanking-li-itm a {
  font-weight: 300;
}
#site-main .topRanking-li-itm .fr3-item__imageContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
#site-main .topRanking-li-itm .fr3-item__imageContainer img {
  display: block;
}
#site-main .topRanking-li-itm .fr3-item__imageContainer::before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  counter-increment: number 1;
  content: counter(number) " ";
  font-family: Inter;
  font-weight: 400;
  line-height: 1;
  font-size: 2.67vw;
  width: 5.3vw;
  height: 5.3vw;
}
@media screen and (min-width: 1025px) {
  #site-main .topRanking-li-itm .fr3-item__imageContainer::before {
    font-size: 12px;
    width: 24px;
    height: 24px;
  }
}
#site-main .topRanking-li-itm .fr3-item__productName {
  width: 96%;
  margin: 2.67vw auto 0;
  font-size: 3.2vw;
  line-height: 1.42;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topRanking-li-itm .fr3-item__productName {
    width: 100%;
    font-size: 1.6vw;
    margin-top: 1.3vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topRanking-li-itm .fr3-item__productName {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.67;
  }
}
#site-main .topRanking-li-itm .fr3-item__productPrice__price {
  margin-top: 1.33vw;
  font-size: 3.2vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topRanking-li-itm .fr3-item__productPrice__price {
    font-size: 1.6vw;
    margin-top: 0.7vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topRanking-li-itm .fr3-item__productPrice__price {
    margin-top: 6px;
    font-size: 12px;
  }
}
#site-main .topNewitem {
  background: #F1F2EC;
  padding-top: 13vw;
  padding-bottom: 13vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topNewitem {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topNewitem {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#site-main .topNewitem .fr3-productListStatic {
  display: grid;
  width: 96%;
  margin-inline: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3vw;
}
@media screen and (min-width: 1025px) {
  #site-main .topNewitem .fr3-productListStatic {
    max-width: 1190px;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  #site-main .topNewitem .fr3-productListStatic {
    width: 100%;
  }
}
#site-main .topNewitem .fr3-item {
  margin-top: 8vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topNewitem .fr3-item {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topNewitem .fr3-item {
    margin-top: 30px;
  }
}
#site-main .topNewitem .fr3-item:nth-child(5) {
  display: none;
}
@media screen and (min-width: 1025px) {
  #site-main .topNewitem .fr3-item:nth-child(5) {
    display: block;
  }
}
#site-main .topNewitem .fr3-item__productName {
  font-size: 2.93vw;
  line-height: 1.36;
  width: 96%;
  margin: 2.67vw auto 0;
  font-weight: 300;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topNewitem .fr3-item__productName {
    font-size: 1.5vw;
    width: 100%;
    margin-top: 1.33vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topNewitem .fr3-item__productName {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 2em;
  }
}
#site-main .topNewitem .fr3-item__productPrice {
  margin-top: 1.33vw;
  font-size: 2.93vw;
  line-height: 1.8;
  font-weight: 300;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topNewitem .fr3-item__productPrice {
    margin-top: 0.7vw;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topNewitem .fr3-item__productPrice {
    margin-top: 0;
    font-size: 12px;
  }
}
#site-main .topStyling {
  padding-top: 13vw;
  padding-bottom: 13vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topStyling {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topStyling {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#site-main .topStyling-li {
  margin-top: 8vw;
  width: 96%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topStyling-li {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topStyling-li {
    max-width: 1190px;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  #site-main .topStyling-li {
    width: 100%;
  }
}
#site-main .topContents {
  padding-top: 3.8vw;
  padding-bottom: 2.67vw;
}
@media screen and (min-width: 1025px) {
  #site-main .topContents {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
#site-main .topContents-li {
  width: 89.3vw;
  margin: 8vw auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.67vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topContents-li {
    margin-top: 4vw;
    width: 96%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topContents-li {
    max-width: 1190px;
    width: 96%;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 50px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  #site-main .topContents-li {
    width: 100%;
  }
}
#site-main .topContents-li-itm:nth-child(4) {
  display: none;
}
@media screen and (min-width: 1025px) {
  #site-main .topContents-li-itm:nth-child(4) {
    display: block;
  }
}
#site-main .topContents-li-itm a {
  display: grid;
  grid-template-columns: 44.78% auto;
  gap: 2.67vw;
}
@media screen and (min-width: 1025px) {
  #site-main .topContents-li-itm a {
    grid-template-columns: 27.27% auto;
    gap: 20px;
  }
}
#site-main .topContents-li-itm-txt {
  line-height: 1.67;
  font-size: 3.2vw;
  font-weight: 300;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topContents-li-itm-txt {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topContents-li-itm-txt {
    font-size: 12px;
  }
}
#site-main .topContents-li-itm-txt-date {
  margin: 0;
}
#site-main .topContents-li-itm-txt-ttl {
  padding-top: 2.67vw;
  margin: 0;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topContents-li-itm-txt-ttl {
    padding-top: 1.33vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topContents-li-itm-txt-ttl {
    font-size: 13px;
    padding-top: 10px;
  }
}
#site-main .topContents-li-itm-txt-desc {
  margin: 0;
  padding-top: 2.67vw;
}
@media screen and (min-width: 1025px) {
  #site-main .topContents-li-itm-txt-desc {
    font-size: 13px;
    padding-top: 10px;
  }
}
#site-main .topInfo {
  padding-top: 13vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topInfo {
    padding-top: 8vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topInfo {
    padding-top: 40px;
    display: grid;
    max-width: 1190px;
    width: 96%;
    margin-inline: auto;
    grid-template-columns: 30.8% 67.2%;
    gap: 2%;
  }
}
#site-main .topInfo-li {
  width: 89.3vw;
  margin: 8vw auto 0;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topInfo-li {
    width: 96%;
    margin-top: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topInfo-li {
    width: 100%;
    margin-top: 0;
  }
}
#site-main .topInfo .fs-pt-list--noMarker > li + li {
  margin-top: 0;
}
#site-main .topInfo .fs-pt-list__item a {
  border-bottom: 1px solid #000;
  display: grid;
  grid-template-columns: 22.4% auto;
  gap: 2.67vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topInfo .fs-pt-list__item a {
    grid-template-columns: 14% auto;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topInfo .fs-pt-list__item a {
    grid-template-columns: 75px auto;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #site-main .topInfo .fs-pt-list__item a {
    grid-template-columns: 13vw auto;
  }
}
#site-main .topInfo .fs-pt-list__item:first-child {
  padding-top: 0;
}
#site-main .topInfo .fs-pt-list__item .topInfo-li-itm-date {
  line-height: 1.67;
  font-size: 3.2vw;
  font-weight: 300;
  padding: 5.3vw 0;
  display: block;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topInfo .fs-pt-list__item .topInfo-li-itm-date {
    padding: 2.67vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topInfo .fs-pt-list__item .topInfo-li-itm-date {
    font-size: 12px;
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #site-main .topInfo .fs-pt-list__item .topInfo-li-itm-date {
    padding: 1.33vw;
    font-size: 2vw;
  }
}
#site-main .topInfo .fs-pt-list__item .topInfo-li-itm-txt {
  line-height: 1.67;
  font-size: 3.2vw;
  font-weight: 300;
  padding: 5.3vw 0;
  display: block;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topInfo .fs-pt-list__item .topInfo-li-itm-txt {
    padding: 2.67vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topInfo .fs-pt-list__item .topInfo-li-itm-txt {
    padding: 20px 0;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #site-main .topInfo .fs-pt-list__item .topInfo-li-itm-txt {
    padding: 1.33vw;
    font-size: 2vw;
  }
}
#site-main .topInfo .fs-pt-list__item > .topInfo-li-itm-date {
  line-height: 1.67;
  font-size: 3.2vw;
  font-weight: 300;
  padding: 5.3vw 0;
  display: block;
  float: left;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topInfo .fs-pt-list__item > .topInfo-li-itm-date {
    padding: 2.67vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topInfo .fs-pt-list__item > .topInfo-li-itm-date {
    font-size: 12px;
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #site-main .topInfo .fs-pt-list__item > .topInfo-li-itm-date {
    padding: 1.33vw;
    font-size: 2vw;
  }
}
#site-main .topInfo .fs-pt-list__item > .topInfo-li-itm-txt {
  line-height: 1.67;
  font-size: 3.2vw;
  font-weight: 300;
  padding: 5.3vw 0;
  display: block;
  float: right;
  width: 74.62%;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .topInfo .fs-pt-list__item > .topInfo-li-itm-txt {
    padding: 1.33vw;
    font-size: 2vw;
    width: 83.7%;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .topInfo .fs-pt-list__item > .topInfo-li-itm-txt {
    padding: 20px 0;
    font-size: 13px;
    width: 85.62%;
  }
}
#site-main .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__carousel .slick-dots {
  bottom: -20px;
}
#site-main .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__carousel .slick-dots li {
  width: 5.3vw;
  height: 0.53vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__carousel .slick-dots li {
    width: 2.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__carousel .slick-dots li {
    width: 30px;
    height: 2px;
  }
}
#site-main .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__carousel .slick-dots li button:before {
  content: "";
  display: block;
  opacity: 1;
  background: #CCCCCC;
  width: 5.3vw;
  height: 0.53vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__carousel .slick-dots li button:before {
    width: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__carousel .slick-dots li button:before {
    width: 30px;
    height: 2px;
  }
}
#site-main .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__carousel .slick-dots li.slick-active button:before {
  background: #000;
}

#fs_Top #site-main .fs-c-productCarouselMainImage .slick-slide img {
  max-width: 100%;
}

#site-main .fs-c-variationCart__image,
#site-main .fs-c-variationList__item__image,
#site-main .fs-c-variationCart__variationName__stockLabel,
#site-main .fs-c-variationCart__variationName__stockValue {
  display: none;
}
#site-main .fs-c-variationCart li {
  border-bottom: 1px solid #000;
  padding: 3vw 4.3vw;
  display: grid;
  grid-template-columns: 37% 46% 9%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4%;
  margin-top: 0;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-variationCart li {
    padding: 2vw 3vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-variationCart li {
    grid-template-columns: 1fr 200px 32px;
    padding: 17px 0;
    gap: 20px;
  }
}
#site-main .fs-c-variationCart li:first-child {
  border-top: 1px solid #000;
}
#site-main .fs-c-variationCart li .fs-c-variationCart__variationName {
  display: grid;
  grid-template-columns: 3em auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-variationCart li .fs-c-variationCart__variationName {
    grid-template-columns: 5em auto;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-variationCart li .fs-c-variationCart__variationName {
    grid-template-columns: auto 6em;
  }
}
#site-main .fs-c-variationCart li .fs-c-variationCart__variationName .fs-c-variationCart__variationName__name {
  font-size: min(4vw, 15px);
  font-weight: 500;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-variationCart li .fs-c-variationCart__variationName .fs-c-variationCart__variationName__name {
    font-size: 2vw;
  }
}
#site-main .fs-c-variationCart li .fs-c-variationCart__variationName .fs-c-variationCart__variationName__name::before {
  content: "size";
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-variationCart li .fs-c-variationCart__variationName .fs-c-variationCart__variationName__name {
    padding-left: 10px;
  }
}
#site-main .fs-c-variationCart li .fs-c-variationCart__variationName .fs-c-variationCart__variationName__stock {
  font-size: min(3.2vw, 12px);
  color: #999999;
  text-align: center;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-variationCart li .fs-c-variationCart__variationName .fs-c-variationCart__variationName__stock {
    font-size: 1.6vw;
  }
}
#site-main .fs-c-variationCart li .fs-c-variationCart__wishlist {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#site-main .fs-c-variationCart li .fs-c-variationCart__wishlist .fs-c-button__label {
  display: none;
}
#site-main .fs-c-variationCart li .fs-c-button--addToWishList--icon.fs-c-button--particular::before,
#site-main .fs-c-variationCart li .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: 4vw;
  height: 4vw;
  background: center/contain no-repeat url(../images/product/icon_keep.svg);
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-variationCart li .fs-c-button--addToWishList--icon.fs-c-button--particular::before,
  #site-main .fs-c-variationCart li .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-variationCart li .fs-c-button--addToWishList--icon.fs-c-button--particular::before,
  #site-main .fs-c-variationCart li .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    width: 15px;
    height: 15px;
    margin-left: 0;
    margin-right: 15px;
  }
}
#site-main .fs-c-variationCart li .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  background: center/contain no-repeat url(../images/product/icon_keep_on.svg);
}
#site-main .fs-c-variationCart li .fs-c-variationCart__cartButton--outOfStock .fs-c-outOfStockButton {
  background: #F1F2EB;
  font-size: min(2.6vw, 10px);
  line-height: 1.5;
  height: 12vw;
  max-height: 45px;
  width: 100%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-variationCart li .fs-c-variationCart__cartButton--outOfStock .fs-c-outOfStockButton {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-variationCart li .fs-c-variationCart__cartButton--outOfStock .fs-c-outOfStockButton {
    font-size: 12px;
  }
}
#site-main .fs-c-variationCart li .fs-c-variationCart__cartButton .fs-c-button--addToCart--variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.6vw;
  width: 100%;
  height: 12vw;
  max-height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: min(2.6vw, 10px);
  color: #fff;
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-variationCart li .fs-c-variationCart__cartButton .fs-c-button--addToCart--variation {
    font-size: 12px;
    gap: 5px;
  }
}
#site-main .fs-c-variationCart li .fs-c-variationCart__cartButton .fs-c-button--addToCart--variation::before {
  content: "";
  width: 4.7vw;
  height: 4.14vw;
  display: block;
  background: center/contain no-repeat url(../images/product/icon_cart_wh.svg);
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-variationCart li .fs-c-variationCart__cartButton .fs-c-button--addToCart--variation::before {
    width: 2.4vw;
    height: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-variationCart li .fs-c-variationCart__cartButton .fs-c-button--addToCart--variation::before {
    width: 20px;
    height: 17px;
  }
}
#site-main .fs-c-productCarouselMainImage {
  position: relative;
}
#site-main .fs-c-productCarouselMainImage .slick-arrow {
  position: absolute;
  top: 55vw;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #site-main .fs-c-productCarouselMainImage .slick-arrow {
    top: 21vw;
  }
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-productCarouselMainImage .slick-arrow {
    top: 56vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-productCarouselMainImage .slick-arrow {
    top: 228px;
  }
}
#site-main .fs-c-productCarouselMainImage .slick-arrow::before {
  display: block;
  content: "";
  width: 6.7vw;
  height: 6.7vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-productCarouselMainImage .slick-arrow::before {
    width: 3.4vw;
    height: 3.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-productCarouselMainImage .slick-arrow::before {
    width: 24px;
    height: 24px;
  }
}
#site-main .fs-c-productCarouselMainImage .slick-slide img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-productCarouselMainImage .slick-slide img {
    max-width: 400px;
  }
}
#site-main .fs-c-productCarouselMainImage .slick-prev {
  left: 10px;
  color: transparent;
  font-size: 0;
  width: 24px;
  padding: 0;
  background: none;
}
#site-main .fs-c-productCarouselMainImage .slick-prev::before {
  background: center/contain no-repeat url(../images/icon_arrow_L.svg);
}
#site-main .fs-c-productCarouselMainImage .slick-next {
  right: 10px;
  color: transparent;
  font-size: 0;
  width: 24px;
  padding: 0;
  background: none;
}
#site-main .fs-c-productCarouselMainImage .slick-next::before {
  background: center/contain no-repeat url(../images/icon_arrow_R.svg);
}
#site-main .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__expandButton {
  display: none;
}
#site-main .fs-c-productCarouselMainImage__image {
  width: 100%;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-l-productLayout__item {
    margin-top: 3vw;
    width: 94%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-l-productLayout__item {
    display: grid;
    max-width: 1000px;
    margin-inline: auto;
    grid-template-columns: 40% 54%;
    gap: 6%;
  }
}
#site-main .fs-l-productLayout__item .slick-active .fs-c-productCarouselMainImage__thumbnail__img {
  border: 1px solid #333;
}
#site-main .fs-c-productCarouselMainImage__thumbnailList {
  margin-top: 1.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3vw;
  width: 100%;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-productCarouselMainImage__thumbnailList {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-productCarouselMainImage__thumbnailList {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 10px;
    gap: 5px;
  }
}
#site-main .fs-c-productCarouselMainImage__thumbnailList.slick-thumbnail {
  overflow: visible;
}
#site-main .fs-c-productCarouselMainImage__thumbnailList > li {
  display: block;
  width: 16%;
  margin: 0;
  -ms-flex-preferred-size: 16vw;
      flex-basis: 16vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-productCarouselMainImage__thumbnailList > li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-productCarouselMainImage__thumbnailList > li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }
}
#site-main .productInfo {
  margin-top: 18.6vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productInfo {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productInfo {
    margin-top: 60px;
  }
}
#site-main .productInfo .summary {
  cursor: pointer;
  padding: 4vw 5.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F1F2EB;
  font-size: min(3.2vw, 12px);
  margin-bottom: 1px;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productInfo .summary {
    padding: 2vw 2.5vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productInfo .summary {
    padding: 10px 20px;
    font-size: 13px;
    line-height: 1.9;
  }
}
#site-main .productInfo .summary::after {
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  width: 9px;
  height: 9px;
  margin-left: 10px;
  border-bottom: 2px solid #c2c2c2;
  border-right: 2px solid #c2c2c2;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#site-main .productInfo .answer {
  overflow: hidden;
}
#site-main .productInfo .answerInner {
  padding: 8vw 5.3vw;
  font-weight: 300;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productInfo .answerInner {
    padding: 4vw 2.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productInfo .answerInner {
    padding: 30px 20px;
  }
}
#site-main .productInfo .answerInner.is-size {
  padding-right: 0;
}
@media screen and (min-width: 1025px) {
  #site-main .productInfo .answerInner.is-size {
    padding-right: 20px;
  }
}
#site-main .productInfo .details[open] .summary::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
#site-main .productInfo-dtl + .productInfo-dtl {
  padding-top: 8vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productInfo-dtl + .productInfo-dtl {
    padding-top: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productInfo-dtl + .productInfo-dtl {
    padding-top: 30px;
  }
}
#site-main .productInfo-dtl-ttl {
  font-size: min(3.2vw, 12px);
  font-weight: 500;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productInfo-dtl-ttl {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productInfo-dtl-ttl {
    font-size: 13px;
  }
}
#site-main .productInfo-dtl-desc {
  padding-top: 4vw;
  font-size: min(3.2vw, 12px);
  line-height: 2;
  font-weight: 300;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productInfo-dtl-desc {
    font-size: 1.6vw;
    padding-top: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productInfo-dtl-desc {
    font-size: 13px;
    padding-top: 13px;
  }
}
#site-main .productInfo .table-wrap {
  overflow-x: scroll;
}
#site-main .productInfo .table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  #site-main .productInfo .table {
    white-space: wrap;
  }
}
#site-main .productInfo .table th,
#site-main .productInfo .table td {
  border: 1px solid #CCCCCC;
  padding: 2.6vw 4vw;
  font-size: min(3.2vw, 12px);
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #site-main .productInfo .table th,
  #site-main .productInfo .table td {
    padding: 11px 15px;
    font-size: 11px;
    line-height: 1.8;
  }
}
#site-main .productInfo .table th {
  background: #EEEEEE;
}
#site-main .productInfo-mate {
  margin-top: 6.6vw;
  font-size: min(3.2vw, 12px);
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  #site-main .productInfo-mate {
    margin-top: 30px;
    font-size: 13px;
  }
}
#site-main .productInfo-mate-icon {
  margin-top: 2.7vw;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3vw;
  width: 94%;
  margin-right: auto;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productInfo-mate-icon {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productInfo-mate-icon {
    width: 100%;
    grid-template-columns: repeat(11, 1fr);
    gap: 10px;
    margin-top: 30px;
  }
}
#site-main .productInfo-mate-icon img {
  margin-right: auto;
  margin-left: 0;
  display: block;
  width: 100%;
  height: auto;
}
#site-main .productInfo-smpl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4vw;
}
@media screen and (min-width: 1025px) {
  #site-main .productInfo-smpl {
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
  }
}
#site-main .productInfo .productReview .fs-c-aggregateRating__rating,
#site-main .productInfo .productReview .fs-c-rating__value,
#site-main .productInfo .productReview .fs-c-aggregateRating__count,
#site-main .productInfo .productReview .fs-c-reviewer__name__reviewNumber,
#site-main .productInfo .productReview .fs-c-reviewer__profile__gender,
#site-main .productInfo .productReview .fs-c-productReview__allReviews {
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
}
#site-main .productInfo .productReview .fs-c-reviewList__item {
  position: relative;
  padding-top: 4.8vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productInfo .productReview .fs-c-reviewList__item {
    padding-top: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productInfo .productReview .fs-c-reviewList__item {
    padding-top: 15px;
  }
}
#site-main .productInfo .fs-c-reviewList__item + .fs-c-reviewList__item {
  margin-top: 8vw;
}
@media screen and (min-width: 1025px) {
  #site-main .productInfo .fs-c-reviewList__item + .fs-c-reviewList__item {
    margin-top: 30px;
  }
}
#site-main .productInfo .fs-c-reviewStars {
  position: absolute;
  top: 0;
  left: 0;
}
#site-main .productInfo .fs-c-reviewStars::before {
  color: #EFD15B;
  font-size: 4.8vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productInfo .fs-c-reviewStars::before {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productInfo .fs-c-reviewStars::before {
    font-size: 16px;
  }
}
#site-main .productInfo .fs-c-reviewList__item:first-child {
  border: none;
}
#site-main .productInfo .fs-c-reviewList__item {
  padding: 0;
  border: none;
}
#site-main .productInfo .fs-c-reviewer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1em;
  padding-top: 2.7vw;
  font-size: min(3.2vw, 12px);
  font-weight: 500;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productInfo .fs-c-reviewer {
    padding-top: 1.4vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productInfo .fs-c-reviewer {
    padding-top: 10px;
    font-size: 13px;
  }
}
#site-main .productInfo .fs-c-reviewer .fs-c-reviewerStatus {
  background: none;
  color: #000;
  font-size: min(3.2vw, 12px);
  margin: 0;
  min-width: 0;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productInfo .fs-c-reviewer .fs-c-reviewerStatus {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productInfo .fs-c-reviewer .fs-c-reviewerStatus {
    font-size: 13px;
  }
}
#site-main .productInfo .fs-c-buttonContainer {
  padding: 0;
}
#site-main .productInfo .fs-c-button--plain {
  color: #000;
}
#site-main .productInfo .fs-c-button--plain::before {
  content: none;
}
#site-main .productInfo .fs-c-reviewInfo__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1em;
  padding-top: 2.7vw;
  font-size: min(3.2vw, 12px);
  color: #999999;
  margin: 0;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productInfo .fs-c-reviewInfo__date {
    padding-top: 1.35vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productInfo .fs-c-reviewInfo__date {
    font-size: 13px;
    padding-top: 10px;
  }
}
#site-main .productInfo .fs-c-reviewBody {
  padding: 4vw 0 0;
  font-size: min(3.2vw, 12px);
  line-height: 2;
  margin: 0;
  border: none;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productInfo .fs-c-reviewBody {
    padding-top: 2vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productInfo .fs-c-reviewBody {
    padding-top: 14px;
    font-size: 13px;
  }
}
#site-main .productInfo .fs-c-button--addReview--detail {
  margin: 8vw auto 0;
  width: 45vw;
  min-width: 170px;
  height: 20vw;
  max-height: 45px;
  background: #fff;
  border: 1px solid #707070;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: min(2.93vw, 11px);
}
@media screen and (min-width: 1025px) {
  #site-main .productInfo .fs-c-button--addReview--detail {
    margin-top: 30px;
    max-width: 200px;
    max-height: 45px;
    font-size: 12px;
    line-height: 1;
  }
}
#site-main .fs-c-breadcrumb {
  width: 92%;
  max-width: 1200px;
  margin: 2.6vw auto;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-breadcrumb {
    margin: 20px auto;
  }
}
#site-main .fs-c-breadcrumb__list {
  display: block;
  list-style: none;
}
#site-main .fs-c-breadcrumb__listItem {
  font-size: min(2.6vw, 10px);
  color: #000;
  line-height: 1.5;
  display: inline;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-breadcrumb__listItem {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-breadcrumb__listItem {
    font-size: 12px;
  }
}
#site-main .fs-c-breadcrumb__listItem a {
  color: #999999;
  font-size: min(2.6vw, 10px);
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-breadcrumb__listItem a {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-breadcrumb__listItem a {
    font-size: 12px;
  }
}
#site-main .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  display: inline-block;
  content: "/";
  margin: 0 0.8em;
  color: #000;
}
#site-main .productStyling,
#site-main .productRecommend {
  margin-top: 18.6vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productStyling,
  #site-main .productRecommend {
    margin-top: 9vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productStyling,
  #site-main .productRecommend {
    max-width: 1200px;
    margin: 60px auto;
  }
}
#site-main .productStyling .title-l,
#site-main .productRecommend .title-l {
  text-align: center;
  margin-bottom: 5.3333vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productStyling .title-l,
  #site-main .productRecommend .title-l {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productStyling .title-l,
  #site-main .productRecommend .title-l {
    margin-bottom: 30px;
  }
}
#site-main .productStyling .title-l-main,
#site-main .productRecommend .title-l-main {
  font-size: min(5.3vw, 20px);
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productStyling .title-l-main,
  #site-main .productRecommend .title-l-main {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productStyling .title-l-main,
  #site-main .productRecommend .title-l-main {
    font-size: 24px;
    line-height: 1.5;
  }
}
#site-main .productRecommend h2 {
  display: none;
}
#site-main .productRecommend h2.title-l {
  display: block;
}
#site-main .productRecommend #_rcmdjp_div_tag_id_0 {
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: 5.3vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productRecommend #_rcmdjp_div_tag_id_0 {
    margin-top: 2.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productRecommend #_rcmdjp_div_tag_id_0 {
    margin-top: 30px;
  }
}
#site-main .productRecommend .fr4-rcmd-item-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.3vw;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productRecommend .fr4-rcmd-item-frame {
    gap: 1vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productRecommend .fr4-rcmd-item-frame {
    gap: 8px;
  }
}
#site-main .productRecommend .fr4-rcmd-item-frame .fr4-rcmd-item {
  width: 40vw;
}
@media screen and (min-width: 1025px) {
  #site-main .productRecommend .fr4-rcmd-item-frame .fr4-rcmd-item {
    width: 193px;
  }
}
#site-main .productRecommend .fr4-rcmd-item-frame .fr4-rcmd-item:first-child {
  margin-left: 2.6vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productRecommend .fr4-rcmd-item-frame .fr4-rcmd-item:first-child {
    margin-left: 1.3vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productRecommend .fr4-rcmd-item-frame .fr4-rcmd-item:first-child {
    margin-left: 0;
  }
}
#site-main .productRecommend .fr4-rcmd-item-frame .fr4-rcmd-item:last-child {
  margin-right: 2.6vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productRecommend .fr4-rcmd-item-frame .fr4-rcmd-item:last-child {
    margin-right: 1.3vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productRecommend .fr4-rcmd-item-frame .fr4-rcmd-item:last-child {
    margin-right: 0;
  }
}
#site-main .productRecommend .fr4-rcmd-item-frame .fr4-rcmd-item-name,
#site-main .productRecommend .fr4-rcmd-item-frame .fr4-rcmd-item-price-frame {
  display: none;
  height: 0;
}
#site-main .scrollWrapper {
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: 5.3vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .scrollWrapper {
    margin-top: 2.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .scrollWrapper {
    margin-top: 30px;
  }
}
#site-main .scrollWrapper-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.3vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .scrollWrapper-li {
    gap: 1vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .scrollWrapper-li {
    gap: 8px;
  }
}
#site-main .scrollWrapper-li .histroyPanel {
  width: 40vw;
}
@media screen and (min-width: 1025px) {
  #site-main .scrollWrapper-li .histroyPanel {
    width: 193px;
  }
}
#site-main .scrollWrapper-li .histroyPanel:first-child {
  margin-left: 2.6vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .scrollWrapper-li .histroyPanel:first-child {
    margin-left: 1.3vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .scrollWrapper-li .histroyPanel:first-child {
    margin-left: 0;
  }
}
#site-main .scrollWrapper-li .histroyPanel:last-child {
  margin-right: 2.6vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .scrollWrapper-li .histroyPanel:last-child {
    margin-right: 1.3vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .scrollWrapper-li .histroyPanel:last-child {
    margin-right: 0;
  }
}
#site-main .productDetail .fs-c-heading {
  font-size: min(4vw, 15px);
  line-height: 1.33;
  width: 94.6%;
  margin: 13.3vw auto 0;
  font-weight: 300;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productDetail .fs-c-heading {
    margin-top: 2.6vw;
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productDetail .fs-c-heading {
    margin-top: 0;
    width: 100%;
    line-height: 1.7;
    font-size: 20px;
  }
}
#site-main .productDetail .fs-c-price {
  font-size: 4vw !important;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productDetail .fs-c-price {
    font-size: 2.8vw !important;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productDetail .fs-c-price {
    font-size: 24px !important;
  }
}
#site-main .productDetail .fs-c-productPrice.fs-c-productPrice--listed .fs-c-price__currencyMark,
#site-main .productDetail .fs-c-productPrice.fs-c-productPrice--listed .fs-c-price__value {
  font-size: 3.2vw !important;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productDetail .fs-c-productPrice.fs-c-productPrice--listed .fs-c-price__currencyMark,
  #site-main .productDetail .fs-c-productPrice.fs-c-productPrice--listed .fs-c-price__value {
    font-size: 1.8vw !important;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productDetail .fs-c-productPrice.fs-c-productPrice--listed .fs-c-price__currencyMark,
  #site-main .productDetail .fs-c-productPrice.fs-c-productPrice--listed .fs-c-price__value {
    font-size: 10px !important;
  }
}
#site-main .productDetail .fs-c-productPrices {
  padding-top: 5.3vw;
  width: 94.6%;
  margin-inline: auto;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productDetail .fs-c-productPrices {
    width: 100%;
    padding-top: 2.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productDetail .fs-c-productPrices {
    padding-top: 40px;
    width: 100%;
  }
}
#site-main .productDetail .fs-c-productPrice {
  font-size: min(3.2vw, 12px);
  font-weight: 300;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productDetail .fs-c-productPrice {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productDetail .fs-c-productPrice {
    font-size: 10px;
  }
}
#site-main .productDetail .fs-c-productPrices--productDetail .fs-c-productPrice--listed .fs-c-productPrice__main__price {
  text-decoration: line-through;
}
#site-main .productDetail .fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__addon.fs-c-productPrice__addon--listed {
  display: none;
}
#site-main .productDetail .fs-c-productPrice.fs-c-productPrice--selling {
  font-size: 4vw;
  padding-top: 1.33vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productDetail .fs-c-productPrice.fs-c-productPrice--selling {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productDetail .fs-c-productPrice.fs-c-productPrice--selling {
    font-size: 24px;
    padding-top: 5px;
    width: 60%;
    float: left;
  }
}
#site-main .productDetail .fs-c-productPrice.fs-c-productPrice--member.fs-c-productPrice--stageUndetermined .fs-c-productPrice__main .fs-c-productPrice__main__label,
#site-main .productDetail .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
#site-main .productDetail .fs-c-productPrice__addon .fs-c-productPrice__addon__label {
  font-size: 53%;
}
@media screen and (min-width: 1025px) {
  #site-main .productDetail .fs-c-productPrice__addon .fs-c-productPrice__addon__label {
    font-size: 34%;
  }
}
#site-main .productDetail .productPointWrap {
  padding-top: 5.3vw;
  width: 94.6%;
  margin-inline: auto;
  text-align: left;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productDetail .productPointWrap {
    padding-top: 2vw;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productDetail .productPointWrap {
    width: 40%;
    margin: 0;
    padding-top: 15px;
    float: right;
    text-align: right;
  }
}
#site-main .productDetail .productPointWrap .fs-c-productPointDisplay {
  background: none;
  padding: 0;
}
#site-main .productDetail .productPointWrap .fs-c-productPointDisplay__label {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}
#site-main .productDetail .productPointWrap .fs-c-productPointDisplay__quantity {
  font-weight: 400;
}
#site-main .productDetail .productPointWrap .fs-c-productPointDisplay__quantity,
#site-main .productDetail .productPointWrap .fs-c-productPointDisplay__unit {
  font-size: min(3.2vw, 12px);
  color: #000;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productDetail .productPointWrap .fs-c-productPointDisplay__quantity,
  #site-main .productDetail .productPointWrap .fs-c-productPointDisplay__unit {
    font-size: 1.8vw;
  }
}
#site-main .productCart {
  margin-top: 13.3vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productCart {
    margin-top: 7vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productCart {
    margin-top: 74px;
  }
}
#site-main .productCart .fs-c-variationAndActions__variationLabel.fs-c-variationLabel {
  display: none;
  height: 0;
}
#site-main .productFreeTxt {
  width: 94.6%;
  margin: 5.3vw auto 0;
  font-size: min(3.2vw, 12px);
  line-height: 2;
  font-weight: 300;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productFreeTxt {
    margin-top: 2vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productFreeTxt {
    width: 100%;
    margin-top: 40px;
    font-size: 13px;
  }
}
#site-main .productFreeTxt p {
  margin: 0;
  padding: 0;
}
#site-main .productColor {
  width: 94.6%;
  margin: 13vw auto 0;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productColor {
    margin-top: 6vw;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productColor {
    width: 100%;
    margin-top: 60px;
  }
}
#site-main .productColor .title-l {
  text-align: left;
  display: block;
  margin-bottom: 2.6667vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productColor .title-l {
    font-size: 1.6vw;
    margin-bottom: 1.3vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productColor .title-l {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#site-main .productColor .title-l-main {
  font-size: min(3.2vw, 12px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productColor .title-l-main {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productColor .title-l-main {
    font-size: 14px;
  }
}
#site-main .productColor .productInfo-smpl {
  gap: 1.3vw;
}
@media screen and (min-width: 1025px) {
  #site-main .productColor .productInfo-smpl {
    gap: 10px;
  }
}
#site-main .productColor .fs-c-featuredProduct__header {
  display: none;
  width: 0;
  height: 0;
}
#site-main .productColor .fs-c-featuredProduct {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
#site-main .productColor .fs-c-featuredProduct__list {
  width: 100%;
  overflow-x: hidden;
}
#site-main .productColor .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#site-main .productColor .fs-c-slick .slick-list {
  max-width: 100vw;
  overflow: hidden;
}
#site-main .productColor .slick-slide {
  margin-right: 1.6vw;
}
@media screen and (min-width: 1025px) {
  #site-main .productColor .slick-slide {
    margin-right: 10px;
  }
}
#site-main .productColor .fs-c-productListCarousel__ctrl {
  display: none;
}
#site-main .productColor .fs-c-productListItem__productName,
#site-main .productColor .fs-c-productListItem__prices,
#site-main .productColor .fs-c-productListItem__control {
  display: none;
}
#site-main .productColor .fs-c-productListCarousel__list__item {
  margin: 0;
  min-width: 30.4vw;
  max-width: 30.4vw;
}
@media screen and (min-width: 1025px) {
  #site-main .productColor .fs-c-productListCarousel__list__item {
    min-width: 100px;
    max-width: 100px;
  }
}
#site-main .productColor-lst {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3vw;
  margin-top: 2.6vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .productColor-lst {
    margin-top: 1.3vw;
    gap: 1vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .productColor-lst {
    margin-top: 10px;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
  }
}
#site-main .productColor .fs-c-productCarouselMainImage__expandButton {
  display: none;
}
#site-main .fs-c-slick.slick-slider * {
  min-height: 0;
  min-width: 0;
}
#site-main .fs-l-productLayout {
  display: block;
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-featuredProduct .fs-c-productListItem__imageContainer {
    width: 110px;
  }
}

#site-main .coordinateDetail {
  padding-top: 13vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .coordinateDetail {
    padding-top: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .coordinateDetail {
    padding-top: 0;
  }
}
#site-main .coordinateDetail .fs-c-productNameHeading .fs-c-productNameHeading__name {
  display: none;
}
#site-main .coordinateDetail .coordinateFreeTxt {
  font-size: min(3.2vw, 13px);
  line-height: 2;
  font-weight: 300;
}
#site-main .coordinateDetail .coordinateImg {
  padding-top: 13vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .coordinateDetail .coordinateImg {
    width: 100%;
    padding-top: 6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .coordinateDetail .coordinateImg {
    padding-top: 60px;
  }
}
#site-main .coordinateDetail .coordinateImg-heading {
  font-size: min(3.2vw, 13px);
  line-height: 2;
  font-weight: 600;
}
#site-main .coordinateDetail .coordinateImg-li,
#site-main .coordinateDetail .coordinateImg .productInfo-smpl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.67vw;
  gap: 1.33vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .coordinateDetail .coordinateImg-li,
  #site-main .coordinateDetail .coordinateImg .productInfo-smpl {
    margin-top: 1.33vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .coordinateDetail .coordinateImg-li,
  #site-main .coordinateDetail .coordinateImg .productInfo-smpl {
    margin-top: 10px;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
  }
}

#site-main .modal-2__wrap input {
  display: none;
}
#site-main .modal-2__open-label,
#site-main .modal-2__close-label {
  cursor: pointer;
}
#site-main .modal-2__open-label {
  display: grid;
  grid-template-columns: 95% 5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 9.87vw;
  margin: 0 auto;
  padding: 0 2.67vw;
  border: none;
  font-size: 3.2vw;
  text-align: center;
  border: 1px solid #000;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .modal-2__open-label {
    height: 7vw;
    padding: 0 1.33vw;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .modal-2__open-label {
    width: 300px;
    height: 46px;
    font-size: 12px;
    padding: 0 15px;
    grid-template-columns: 260px 10px;
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
    opacity: 1;
  }
}
#site-main .modal-2__open-label::after {
  content: "";
  width: 2.2vw;
  height: 2.2vw;
  background: center/contain no-repeat url(../images/icon_plus.svg);
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .modal-2__open-label::after {
    width: 1.1vw;
    height: 1.1vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .modal-2__open-label::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .modal-2__open-label:hover {
    opacity: 0.8;
  }
}
#site-main .modal-2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
#site-main .modal-2__open-input:checked + label + input + .modal-2 {
  display: block;
  -webkit-animation: modal-2-animation 0.6s;
          animation: modal-2-animation 0.6s;
}
#site-main .modal-2__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 650px;
  background-color: #fefefe;
  z-index: 2;
}
#site-main .modal-2__close-label {
  color: #fff;
  width: 9.6vw;
  height: 9.6vw;
  line-height: 1;
  text-align: center;
  display: table-cell;
  position: fixed;
  z-index: 99999;
  font-size: 6vw;
  font-weight: 100;
  line-height: 1;
  top: -8vw;
  right: 0;
}
@media screen and (min-width: 1025px) {
  #site-main .modal-2__close-label {
    font-size: 20px;
    top: -30px;
    width: 20px;
    height: 20px;
  }
}
#site-main .modal-2__content {
  max-height: 90vh;
  overflow-y: auto;
  padding: 8vw;
  max-width: 100%;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .modal-2__content {
    padding: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .modal-2__content {
    max-height: 80vh;
    padding: 50px;
  }
}
#site-main .modal-2__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@-webkit-keyframes modal-2-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-2-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#site-main .ProductListSearch {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3vw;
  width: 95%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  #site-main .ProductListSearch {
    width: 300px;
    margin-left: 0;
  }
}
#site-main .fs-c-sortItems {
  display: grid;
  grid-template-columns: 95% 5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 9.87vw;
  margin: 0 auto;
  padding: 0 2.67vw;
  border: none;
  font-size: 3.2vw;
  text-align: center;
  border: 1px solid #000;
  cursor: pointer;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-sortItems {
    height: 7vw;
    padding: 0 1.33vw;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-sortItems {
    width: 300px;
    height: 46px;
    font-size: 12px;
    padding: 0 15px;
    grid-template-columns: 260px 10px;
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
    opacity: 1;
  }
}
#site-main .fs-c-sortItems::after {
  content: "";
  width: 2.2vw;
  height: 2.2vw;
  background: center/contain no-repeat url(../images/icon_arrow_D.svg);
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-sortItems::after {
    width: 1.1vw;
    height: 1.1vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-sortItems::after {
    width: 10px;
    height: 10px;
  }
}
#site-main .fs-c-sortItems__select {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 3.2vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-sortItems__select {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-sortItems__select {
    font-size: 12px;
    border-radius: 10px;
    background: #fff;
  }
}
#site-main .fs-c-listControl {
  padding-top: 8vw;
  text-align: center;
  font-size: 2.93vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-listControl {
    padding-top: 0;
    font-size: 1.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-listControl {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0;
  }
}
#site-main .fs-c-pagination {
  text-align: center;
  margin-top: 2.67vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.3vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-pagination {
    margin-top: 0;
    gap: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-pagination {
    gap: 5px;
    margin-top: 0;
  }
}
#site-main .fs-c-pagination__item {
  width: 5.3vw;
  height: 5.3vw;
  display: inline-block;
  line-height: 5.3vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-pagination__item {
    width: 2.8vw;
    height: 2.8vw;
    line-height: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-pagination__item {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #site-main .fs-c-pagination__item:hover {
    border: 1px solid #000;
  }
}
#site-main .fs-c-pagination__item.is-active {
  background: #000;
  color: #fff;
}
#site-main .fs-c-pagination__item.fs-c-pagination__item--next {
  border: none;
}
#site-main .fs-c-pagination__item.fs-c-pagination__item--next::before {
  content: "";
  display: inline-block;
  width: 5.3vw;
  height: 2.6vw;
  background: center/contain no-repeat url(../images/icon_arrow_line_R.svg);
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-pagination__item.fs-c-pagination__item--next::before {
    width: 2.67vw;
    height: 1.3vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-pagination__item.fs-c-pagination__item--next::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 1025px) {
  #site-main span.fs-c-pagination__item {
    border: none !important;
  }
  #site-main span.fs-c-pagination__item:hover {
    border: none;
  }
}
#site-main .fs-c-productList__list {
  margin: 8vw auto 0;
  width: 96%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.3vw 1.3vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-productList__list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4vw;
    gap: 3vw 1.3vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-productList__list {
    max-width: 1190px;
    margin-inline: auto;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px 10px;
    margin-top: 40px;
  }
}
#site-main .fs-c-productListItem__productName {
  font-size: 3.2vw;
  padding-top: 2.67vw;
  font-weight: 300;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-productListItem__productName {
    font-size: 1.6vw;
    padding-top: 1.33vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-productListItem__productName {
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
  }
}
#site-main .fs-c-productListItem__prices {
  padding-top: 1.33vw;
  font-size: 3.2vw;
  font-weight: 300;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-productListItem__prices {
    padding-top: 0.7vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-productListItem__prices {
    padding-top: 3px;
    font-size: 10px;
  }
}
#site-main .fs-c-productPrice__addon {
  display: none;
}
#site-main .fs-c-productPrice__main__label {
  font-size: 2.4vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-productPrice__main__label {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-productPrice__main__label {
    font-size: 10px;
  }
}
#site-main .fs-c-productPrice--selling {
  font-size: 3.2vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-productPrice--selling {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-productPrice--selling {
    font-size: 12px;
  }
}
#site-main .fs-c-productPrice--listed .fs-c-productPrice__main__price.fs-c-price {
  text-decoration-line: line-through;
  font-size: 2.4vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-productPrice--listed .fs-c-productPrice__main__price.fs-c-price {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-productPrice--listed .fs-c-productPrice__main__price.fs-c-price {
    font-size: 10px;
  }
}
#site-main .discount-rate {
  font-size: 75%;
  margin-left: 5px;
}
#site-main .listBtmPager {
  width: 96%;
  max-width: 1190px;
  margin-inline: auto;
  padding-top: 40px;
}
#site-main .listBtmPager .fs-c-listControl {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
}
#site-main .listBtmPager .fs-c-sortItems {
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
}
#site-main .fs-c-productListItem__outOfStock {
  width: 100%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #F1F2EB;
  font-size: 2.4vw;
  margin-top: 1.33vw;
  height: 5.33vw;
  font-weight: 400;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .fs-c-productListItem__outOfStock {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .fs-c-productListItem__outOfStock {
    margin-top: 6px;
    height: 26px;
    font-size: 10px;
  }
}
#site-main .cateSortPagerTop {
  max-width: 1190px;
  width: 94.6%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-top: 8vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .cateSortPagerTop {
    margin-top: 6vw;
    padding-bottom: 8vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .cateSortPagerTop {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 300px auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    width: 94.6%;
    padding-bottom: 0;
  }
}
@media screen and (width: 820px) {
  #site-main .cateSortPagerTop {
    padding-bottom: 8vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#site-main .cateSortPagerTop .fs-c-productList__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 20vw;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .cateSortPagerTop .fs-c-productList__controller {
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .cateSortPagerTop .fs-c-productList__controller {
    display: grid;
    grid-template-columns: 300px auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#site-main .cateSortPagerTop .fs-c-listControl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 0;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #site-main .cateSortPagerTop .fs-c-listControl {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: auto;
    right: 0;
    height: 30px;
  }
}
@media screen and (min-width: 1025px) {
  #site-main .cateSortPagerTop .fs-c-listControl {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    left: auto;
    width: 40%;
    max-width: 360px;
    height: 40px;
  }
}
@media screen and (width: 820px) {
  #site-main .cateSortPagerTop .fs-c-listControl {
    top: auto;
    bottom: 0;
  }
}
#site-main .cateSortPagerTop {
  /* --- プルダウン全体のデザイン --- */
}
#site-main .cateSortPagerTop .fs-c-sortItems {
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  cursor: pointer;
  outline: none; /* フォーカス時の青枠を消す */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 1025px) {
  #site-main .cateSortPagerTop .fs-c-sortItems {
    width: 300px;
    height: 46px;
    font-size: 12px;
    padding: 0 15px;
    grid-template-columns: 260px 10px;
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
    opacity: 1;
    margin-left: 0;
    margin-right: auto;
  }
}
#site-main .cateSortPagerTop {
  /* 常に表示されるラベル部分（ボタン風） */
}
#site-main .cateSortPagerTop .fs-c-sortItems__label {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%;
  width: 100%;
  border: none;
}
#site-main .cateSortPagerTop {
  /* 下向き矢印（アイコン） */
}
#site-main .cateSortPagerTop .fs-c-sortItems__label::before,
#site-main .cateSortPagerTop .fs-c-sortItems__label::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 3px;
  width: 1px;
  height: 6px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
#site-main .cateSortPagerTop .fs-c-sortItems__label::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#site-main .cateSortPagerTop .fs-c-sortItems__label::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#site-main .cateSortPagerTop {
  /* --- リスト（プルダウンの中身）の制御 --- */
}
#site-main .cateSortPagerTop .fs-c-sortItems__list {
  display: none; /* 初期状態は隠す */
  position: absolute;
  top: 96%;
  left: 2%; /* 親のボーダー分を調整 */
  width: 94%;
  background-color: #fff;
  border-top: none;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: left;
}
#site-main .cateSortPagerTop {
  /* 【重要】クリック（フォーカス）されたらリストを表示 */
}
#site-main .cateSortPagerTop .fs-c-sortItems:focus-within .fs-c-sortItems__list {
  display: block;
}
#site-main .cateSortPagerTop {
  /* 各項目のスタイル */
}
#site-main .cateSortPagerTop .fs-c-sortItems__list__item__label {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  color: #000;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
#site-main .cateSortPagerTop {
  /* ホバー時の効果 */
}
#site-main .cateSortPagerTop .fs-c-sortItems__list__item__label:hover {
  background-color: #f0f0f0;
}
#site-main .cateSortPagerTop {
  /* 現在選択中の項目 */
}
#site-main .cateSortPagerTop .fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label {
  background-color: #F1F2EB;
  color: #000;
}
#site-main .fs-c-productListItem__viewMoreImageButton {
  display: none;
}
#site-main .fs-c-productList__list__item {
  border-bottom: none;
  padding: 0;
}

.fs-body-category-styling #site-main .cateSortPagerTop {
  display: none;
  height: 0;
}

.guideAnker {
  width: 92%;
  max-width: 800px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 8vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .guideAnker {
    margin-top: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .guideAnker {
    margin-top: 60px;
  }
}
.guideAnker-lnk {
  display: inline-block;
  width: auto;
  line-height: 1.9;
}
.guideAnker-lnk::after {
  content: "｜";
  color: #CCCCCC;
}
.guideAnker-lnk:nth-child(3n)::after, .guideAnker-lnk:last-child::after {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .guideAnker-lnk:nth-child(3n)::after {
    color: #ccc;
  }
}
.guideAnker-lnk a {
  font-size: 3.2vw;
  font-weight: 300;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .guideAnker-lnk a {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .guideAnker-lnk a {
    font-size: 14px;
    line-height: 2;
  }
}

.guideCnt .accordion-003 summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  gap: 1em;
  font-weight: 300;
}
.guideCnt .accordion-003 summary::-webkit-details-marker {
  display: none;
}
.guideCnt .accordion-003 summary::after {
  content: "";
  display: inline-block;
  width: 2.2vw;
  height: 2.2vw;
  background: center/contain no-repeat url(../images/icon_plus.svg);
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .guideCnt .accordion-003 summary::after {
    width: 1.1vw;
    height: 1.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .guideCnt .accordion-003 summary::after {
    width: 11px;
    height: 11px;
  }
}
.guideCnt .accordion-003 summary::before {
  position: absolute;
  right: 2.67vw;
}
@media screen and (min-width: 1025px) {
  .guideCnt .accordion-003 summary::before {
    right: 20px;
  }
}
.guideCnt .accordion-003 .guideCnt-dtl-desc {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  color: #000000;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  font-weight: 300;
}
.guideCnt .accordion-003[open] .guideCnt-dtl-desc {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .guideCnt {
    width: 96%;
    max-width: 800px;
    margin-inline: auto;
  }
}
.guideCnt-sec-ttl {
  font-size: 4vw;
  line-height: 1.2;
  width: 90%;
  margin-inline: auto;
  margin-top: 8vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .guideCnt-sec-ttl {
    font-size: 2vw;
    margin-top: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  .guideCnt-sec-ttl {
    margin-top: 60px;
    font-size: 16px;
    line-height: 2;
    width: 95%;
  }
}
.guideCnt-sec-desc {
  font-size: 2.93vw;
  line-height: 1.7;
  width: 90%;
  margin-inline: auto;
  margin-top: 2.67vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .guideCnt-sec-desc {
    margin-top: 2vw;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .guideCnt-sec-desc {
    width: 95%;
    font-size: 13px;
    line-height: 2;
    margin-top: 14px;
  }
}
.guideCnt-sec#order .guideCnt-dtl-desc {
  counter-reset: my-step-count;
  font-weight: 300;
}
.guideCnt-sec#order .guideCnt-dtl-desc-flow-ttl::before {
  /* カウンターを1ずつ増やす */
  counter-increment: my-step-count;
  /* 表示する内容を指定 */
  content: "STEP." counter(my-step-count);
  /* 見た目の装飾（お好みで） */
  display: inline-block;
  margin-right: 1em;
  font-size: 3.2vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .guideCnt-sec#order .guideCnt-dtl-desc-flow-ttl::before {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .guideCnt-sec#order .guideCnt-dtl-desc-flow-ttl::before {
    font-size: 16px;
  }
}
.guideCnt-dtl {
  width: 95%;
  margin-inline: auto;
  margin-top: 2.67vw;
}
@media screen and (min-width: 1025px) {
  .guideCnt-dtl {
    width: 100%;
    margin-top: 14px;
  }
}
.guideCnt-dtl + .guideCnt-dtl {
  margin-top: 1.33vw;
}
.guideCnt-dtl-trg {
  width: 100%;
  min-height: 10.7vw;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  border-radius: 10px;
  background: #f1f2eb;
  padding: 2vw 2.67vw;
  font-size: 3.2vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .guideCnt-dtl-trg {
    min-height: 6vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .guideCnt-dtl-trg {
    font-size: 14px;
    line-height: 2.4;
    padding: 10px 20px;
    min-height: auto;
  }
}
.guideCnt-dtl-desc {
  padding: 4vw 2.67vw;
  font-size: 2.93vw;
  line-height: 1.72;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .guideCnt-dtl-desc {
    padding: 2vw 1.4vw;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .guideCnt-dtl-desc {
    padding: 20px 2.5%;
    font-size: 13px;
    line-height: 2;
  }
}
.guideCnt-dtl-desc-intro {
  margin-bottom: 8vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .guideCnt-dtl-desc-intro {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  .guideCnt-dtl-desc-intro {
    margin-bottom: 40px;
  }
}
.guideCnt-dtl-desc-flow + .guideCnt-dtl-desc-flow {
  margin-top: 8vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .guideCnt-dtl-desc-flow + .guideCnt-dtl-desc-flow {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  .guideCnt-dtl-desc-flow + .guideCnt-dtl-desc-flow {
    margin-top: 40px;
  }
}
.guideCnt-dtl-desc-flow-ttl {
  border-bottom: 1px solid #000;
  padding-bottom: 2.67vw;
  font-size: 3.2vw;
  font-weight: 700;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .guideCnt-dtl-desc-flow-ttl {
    font-size: 1.6vw;
    padding-bottom: 1.33vw;
  }
}
@media screen and (min-width: 1025px) {
  .guideCnt-dtl-desc-flow-ttl {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.guideCnt-dtl-desc-flow-txt {
  padding-top: 4vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .guideCnt-dtl-desc-flow-txt {
    padding-top: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .guideCnt-dtl-desc-flow-txt {
    padding-top: 14px;
  }
}
.guideCnt-dtl-desc-flow-txt a {
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .guideCnt-dtl-desc-flow-txt a:hover {
    text-decoration: none;
  }
}
.guideCnt-dtl-desc-flow-txt-lnk {
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .guideCnt-dtl-desc-flow-txt-lnk:hover {
    text-decoration: none;
  }
}
.guideCnt-dtl-desc-flow-txt-lnk::before {
  content: ">>";
}
.guideCnt-dtl-desc-tbl table {
  width: 100%;
  max-width: 500px;
  border-left: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  margin-inline: auto;
  margin-top: 2.67vw;
}
@media screen and (min-width: 1025px) {
  .guideCnt-dtl-desc-tbl table {
    margin-top: 20px;
  }
}
.guideCnt-dtl-desc-tbl th, .guideCnt-dtl-desc-tbl td {
  text-align: center;
  padding: 3.5vw 2vw;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  font-size: 3.2vw;
}
@media screen and (min-width: 1025px) {
  .guideCnt-dtl-desc-tbl th, .guideCnt-dtl-desc-tbl td {
    padding: 10px 5px;
    font-size: 11px;
    line-height: 2;
  }
}
.guideCnt-dtl-desc-tbl th {
  background: #EEEEEE;
}
.guideCnt-dtl-desc-li {
  list-style-type: disc;
}
.guideCnt-dtl-desc-li-itm {
  margin-left: 1.5em;
}
.guideCnt-dtl-desc-li-itm + .guideCnt-dtl-desc-li-itm {
  margin-top: 1em;
}
.guideCnt-dtl-desc-img {
  max-width: 338px;
  margin-inline: auto;
}
.guideCnt-dtl-desc-ttl {
  border-bottom: 1px solid #000;
  padding-bottom: 2.67vw;
  font-size: 3.2vw;
  font-weight: 700;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .guideCnt-dtl-desc-ttl {
    padding-bottom: 1.33vw;
    font-size: 1.6vw;
    margin-bottom: 1.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .guideCnt-dtl-desc-ttl {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.newsCnt {
  width: 90%;
  max-width: 800px;
  margin-inline: auto;
  border-top: 1px solid #000;
  padding-top: 2.67vw;
  padding-bottom: 2vw;
  margin-top: 2.67vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .newsCnt {
    padding-top: 2vw;
    margin-top: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .newsCnt {
    margin-top: 16px;
    padding-top: 16px;
    margin-bottom: 16px;
  }
}
.newsCnt-date {
  font-size: 2.67vw;
  color: #AAAAAA;
  line-height: 2;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .newsCnt-date {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .newsCnt-date {
    font-size: 14px;
  }
}
.newsCnt-body {
  padding-top: 2vw;
  font-size: 2.93vw;
  line-height: 2.1;
  font-weight: 300;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .newsCnt-body {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .newsCnt-body {
    padding-top: 20px;
    font-size: 14px;
  }
}
.newsCnt-body-ttl {
  font-size: 3.2vw;
  line-height: 2;
  font-weight: 500;
  padding-bottom: 2.67vw;
  padding-top: 5.3vw;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .newsCnt-body-ttl {
    font-size: 1.8vw;
    padding-bottom: 1.33vw;
    padding-top: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .newsCnt-body-ttl {
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */