/* =========================================================
   FIVE-ONE NEW TOP PAGE
========================================================= */

.fo-top,
.fo-top *,
.fo-top *::before,
.fo-top *::after,
.fo-main-slider,
.fo-main-slider * {
  box-sizing: border-box;
}

.fo-top {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #222;
  background: #fff;
  font-family:
    "Noto Sans JP",
    "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif;
}

.fo-top a {
  color: inherit;
  text-decoration: none;
}

.fo-container {
  width: calc(100% - 48px);
  max-width: 1180px;
  margin: 0 auto;
}

.fo-pc {
  display: inline;
}


/* SLIDER */

.fo-main-slider {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
}

.fo-main-slider .bx-wrapper {
  margin: 0;
  border: 0;
  box-shadow: none;
}

.fo-main-slider img {
  width: 100%;
  height: auto;
  display: block;
}


/* INTRO */

.fo-intro {
  padding: 90px 0 75px;
  text-align: center;
}

.fo-intro__en {
  margin: 0 0 17px;
  color: #999;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .24em;
}

.fo-intro__title {
  margin: 0;
  font-size: 42px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: .04em;
}

.fo-intro__text {
  margin: 26px 0 0;
  color: #666;
  font-size: 14px;
  line-height: 2.05;
}

.fo-intro__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 35px;
}


/* BUTTON */

.fo-button {
  display: inline-flex;
  min-width: 205px;
  min-height: 50px;
  padding: 12px 24px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: .25s ease;
}

.fo-button--dark {
  color: #fff !important;
  background: #222;
  border: 1px solid #222;
}

.fo-button--light {
  color: #333 !important;
  background: #fff;
  border: 1px solid #ddd;
}

.fo-button:hover {
  opacity: .8;
}


/* QUICK */

.fo-quick {
  padding-bottom: 70px;
}

.fo-quick__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.fo-quick__item {
  position: relative;
  min-height: 112px;
  padding: 26px 55px 24px 27px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  transition: .25s ease;
}

.fo-quick__item:hover {
  background: #f7f7f7;
}

.fo-quick__item span {
  display: block;
  margin-bottom: 8px;
  color: #999;
  font-size: 9px;
  letter-spacing: .16em;
}

.fo-quick__item strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.fo-quick__item b {
  position: absolute;
  top: 50%;
  right: 25px;
  color: #999;
  font-weight: 400;
  transform: translateY(-50%);
}


/* QUALITY SHORT */

.fo-quality-short {
  padding: 0 0 75px;
}

.fo-quality-short__inner {
  display: flex;
  padding: 35px 38px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: #faf8f5;
  border: 1px solid #e7dfd8;
}

.fo-quality-short__inner span {
  display: block;
  margin-bottom: 7px;
  color: #a78d7b;
  font-size: 9px;
  letter-spacing: .17em;
}

.fo-quality-short__inner h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.fo-quality-short__inner p {
  margin: 9px 0 0;
  color: #777;
  font-size: 11px;
  line-height: 1.8;
}

.fo-quality-short__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fo-quality-short__buttons a {
  display: inline-flex;
  min-height: 42px;
  padding: 10px 18px;
  align-items: center;
  border: 1px solid #d7cbc1;
  background: #fff;
  color: #675347;
  font-size: 10px;
}


/* SECTION */

.fo-section {
  padding: 90px 0;
}

.fo-section--gray {
  background: #f6f6f6;
}

.fo-section--soft {
  background: #faf9f7;
}

.fo-section--dark {
  background: #365f50;
  color: #fff;
}


/* HEADING */

.fo-heading {
  margin-bottom: 42px;
}

.fo-heading--row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}

.fo-heading__en {
  margin: 0 0 7px;
  color: #999;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .22em;
}

.fo-heading__title {
  margin: 0;
  font-size: 28px;
  line-height: 1.55;
  font-weight: 500;
}

.fo-heading__text {
  max-width: 650px;
  margin: 13px 0 0;
  color: #777;
  font-size: 12px;
  line-height: 1.9;
}

.fo-heading--light .fo-heading__title {
  color: #fff;
}

.fo-heading--light .fo-heading__en,
.fo-heading--light .fo-heading__text {
  color: #aaa;
}

.fo-viewall {
  padding-bottom: 4px;
  flex-shrink: 0;
  font-size: 11px;
  border-bottom: 1px solid #aaa;
}


/* PRODUCT */

.fo-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fo-product-card {
  position: relative;
  min-width: 0;
}

.fo-product-card--hidden {
  display: none;
}

.fo-product-card__image {
  position: relative !important;

  display: flex;
  width: 100%;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  background: #fff;
  border: 1px solid #e8e1da;
  border-radius: 12px;
}

  /* 商品一覧ページと同じイメージの枠 */
  border: 1px solid #e8e1da;
  border-radius: 12px;
}

.fo-product-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform .35s ease;
}

.fo-product-card:hover .fo-product-card__image img {
  transform: scale(1.025);
}

.fo-noimage {
  color: #aaa;
  font-size: 10px;
  letter-spacing: .1em;
}

.fo-product-card__body {
  position: relative;
  padding: 15px 2px 0;
}

.fo-product-card__name {
  display: block;
  min-height: 44px;
  color: #333 !important;
  font-size: 12px;
  line-height: 1.75;
}

.fo-product-card__price {
  margin-top: 9px;
  color: #222;
  font-size: 14px;
  font-weight: 600;
}

.fo-member-label {
  display: block;
  margin-bottom: 4px;
  color: #8a6754;
  font-size: 9px;
  font-weight: 500;
}

.fo-product-card__regular {
  margin-top: 4px;
  color: #999;
  font-size: 10px;
}

.fo-product-card__soldout {
  margin-top: 9px;
  color: #888;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
}

.fo-product-card__expl {
  margin-top: 8px;
  color: #888;
  font-size: 10px;
  line-height: 1.7;
}

.fo-product-card__favorite {
  position: absolute;
  top: 13px;
  right: 0;
}

.fo-product-card__favorite button {
  width: 28px;
  height: 28px;
  padding: 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.fo-product-card__favorite svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #777;
}

.fo-product-card__favorite button.is-added svg {
  fill: #777;
}

.fo-product-grid--dark .fo-product-card__name,
.fo-product-grid--dark .fo-product-card__price {
  color: #fff !important;
}

.fo-product-grid--dark .fo-product-card__regular,
.fo-product-grid--dark .fo-member-label {
  color: #aaa;
}


/* BRAND */

.fo-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
}

.fo-brand-card {
  display: flex;
  min-height: 195px;
  padding: 27px;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  transition: .25s ease;
}

.fo-brand-card:hover {
  background: #f6f6f6;
}

.fo-brand-card__image {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fo-brand-card__image img {
  max-width: 85%;
  max-height: 68px;
  width: auto;
  height: auto;
}

.fo-brand-card__body {
  margin-top: 22px;
}

.fo-brand-card__body strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
}

.fo-brand-card__body span {
  display: block;
  margin-top: 6px;
  color: #888;
  font-size: 10px;
  line-height: 1.7;
}

.fo-brand-sub {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 28px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.fo-brand-sub a {
  padding: 15px 10px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #666;
  font-size: 10px;
  text-align: center;
}


/* SEASON */

.fo-season-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.fo-season-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e7e2dc;
}

.fo-season-card img {
  display: block;
  width: 100%;
  aspect-ratio: 2.5 / 1;
  object-fit: cover;
}

.fo-season-card__body {
  padding: 25px 28px 28px;
}

.fo-season-card__body span {
  display: block;
  margin-bottom: 7px;
  color: #a48875;
  font-size: 9px;
  letter-spacing: .16em;
}

.fo-season-card__body h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.fo-season-card__body p {
  margin: 12px 0 17px;
  color: #777;
  font-size: 11px;
  line-height: 1.8;
}

.fo-season-card__body strong {
  font-size: 10px;
  font-weight: 500;
}


/* PICKUP */

.fo-pickup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.fo-pickup-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6e0da;
  transition: .25s ease;
}

.fo-pickup-card:hover {
  transform: translateY(-3px);
}

.fo-pickup-card img {
  display: block;
  width: 100%;
  aspect-ratio: 2.5 / 1;
  object-fit: cover;
}

.fo-pickup-card__body {
  padding: 23px 22px 24px;
}

.fo-pickup-card__body span {
  display: block;
  margin-bottom: 7px;
  color: #a98570;
  font-size: 9px;
  letter-spacing: .16em;
}

.fo-pickup-card__body h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
}

.fo-pickup-card__body p {
  margin: 12px 0 17px;
  color: #777;
  font-size: 11px;
  line-height: 1.8;
}

.fo-pickup-card__body strong {
  font-size: 10px;
  font-weight: 500;
}


/* CONTENT */

.fo-content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.fo-content-card {
  min-height: 240px;
  padding: 30px 27px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.fo-content-card span {
  display: block;
  margin-bottom: 14px;
  color: #a28876;
  font-size: 9px;
  letter-spacing: .16em;
}

.fo-content-card h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
}

.fo-content-card p {
  margin: 14px 0 20px;
  color: #777;
  font-size: 11px;
  line-height: 1.8;
}

.fo-content-card strong {
  font-size: 10px;
  font-weight: 500;
}


/* NEWS */

.fo-news {
  border-top: 1px solid #ddd;
}

.fo-news__item {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 20px;
  padding: 19px 4px;
  border-bottom: 1px solid #ddd;
}

.fo-news__date {
  color: #999;
  font-size: 10px;
}

.fo-news__text {
  color: #555;
  font-size: 11px;
  line-height: 1.8;
}

.fo-center {
  margin-top: 30px;
  text-align: center;
}

.fo-text-link {
  display: inline-block;
  padding-bottom: 4px;
  font-size: 11px;
  border-bottom: 1px solid #999;
}


/* NEWSLETTER */

.fo-newsletter {
  padding: 80px 0;
  background: #252525;
  color: #fff;
}

.fo-newsletter__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.fo-newsletter__inner span {
  display: block;
  margin-bottom: 10px;
  color: #aaa;
  font-size: 9px;
  letter-spacing: .18em;
}

.fo-newsletter__inner h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 500;
}

.fo-newsletter__inner p {
  margin: 16px 0 24px;
  color: #bbb;
  font-size: 11px;
  line-height: 1.9;
}

.fo-newsletter__inner a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #aaa;
  font-size: 11px;
}


/* TABLET */

@media screen and (max-width: 900px) {

  .fo-container {
    width: calc(100% - 36px);
  }

  .fo-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fo-brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fo-brand-sub {
    grid-template-columns: repeat(3, 1fr);
  }

}


/* SMARTPHONE */

@media screen and (max-width: 650px) {

  .fo-container {
    width: calc(100% - 30px);
  }

  .fo-pc {
    display: none;
  }

  .fo-top-logo {
    padding: 18px 15px;
  }

  .fo-top-logo img {
    max-width: 220px;
    max-height: 65px;
  }

  .fo-intro {
    padding: 55px 0 52px;
  }

  .fo-intro__title {
    font-size: 28px;
  }

  .fo-intro__text {
    font-size: 12px;
    line-height: 1.95;
  }

  .fo-intro__buttons {
    flex-direction: column;
  }

  .fo-button {
    width: 100%;
  }

  .fo-quick {
    padding-bottom: 45px;
  }

  .fo-quick__grid {
    grid-template-columns: 1fr;
  }

  .fo-quick__item {
    min-height: 86px;
    padding: 20px 50px 19px 20px;
  }

  .fo-quality-short__inner {
    display: block;
    padding: 26px 22px;
  }

  .fo-quality-short__buttons {
    margin-top: 20px;
  }

  .fo-quality-short__buttons a {
    width: 100%;
    justify-content: center;
  }

  .fo-section {
    padding: 62px 0;
  }

  .fo-heading {
    margin-bottom: 28px;
  }

  .fo-heading--row {
    align-items: flex-start;
  }

  .fo-heading__title {
    font-size: 22px;
  }

  .fo-heading__text {
    font-size: 11px;
  }

  .fo-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 11px;
  }

.fo-product-card__body {
  padding: 12px 1px 0;
}

  .fo-product-card__name {
    min-height: 41px;
    font-size: 10px;
  }

  .fo-product-card__price {
    font-size: 12px;
  }

  .fo-brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fo-brand-card {
    min-height: 155px;
    padding: 18px 13px;
  }

  .fo-brand-card__image {
    height: 62px;
  }

  .fo-brand-card__image img {
    max-height: 48px;
  }

  .fo-brand-card__body strong {
    font-size: 10px;
  }

  .fo-brand-card__body span {
    display: none;
  }

  .fo-brand-sub {
    grid-template-columns: repeat(2, 1fr);
  }

  .fo-season-grid,
  .fo-pickup-grid,
  .fo-content-grid {
    grid-template-columns: 1fr;
  }

  .fo-news__item {
    display: block;
    padding: 16px 2px;
  }

  .fo-news__date {
    margin-bottom: 7px;
  }

  .fo-newsletter {
    padding: 60px 0;
  }

  .fo-newsletter__inner h2 {
    font-size: 21px;
  }

}

/* ========================================
   商品一覧 もっと見る
======================================== */

.fo-product-more {
  margin-top: 38px;
  text-align: center;
}

.fo-product-more__button {
  display: inline-flex;
  min-width: 300px;
  min-height: 48px;

  padding: 10px 28px;

  align-items: center;
  justify-content: center;
  gap: 10px;

  color: #333;
  background: #fff;

  border: 1px solid #dedede;
  border-radius: 999px;

  font-size: 13px;
  font-weight: 500;

  cursor: pointer;
  transition: .25s ease;
}

.fo-product-more__button:hover {
  color: #24533f;
  border-color: #24533f;
  background: #f7faf8;
}

.fo-product-more__icon {
  display: inline-block;
  width: 8px;
  height: 8px;

  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;

  transform: rotate(45deg);
  margin-top: -4px;
  margin-left: 2px;
}


/* スマホ */

@media screen and (max-width: 600px) {

  .fo-product-more {
    margin-top: 30px;
  }

  .fo-product-more__button {
    width: 100%;
    min-width: 0;
    max-width: 320px;
  }

}

/* =========================================================
   TOP PAGE SECTION FULL WIDTH BACKGROUND
   横スクロール対策版
========================================================= */

/* グレー系 */
.fo-section--gray{
  background:#f6f6f6;
  box-shadow:0 0 0 100vmax #f6f6f6;
  clip-path:inset(0 -100vmax);
}

/* おすすめ商品 */
.fo-section--soft{
  background:#faf9f7;
  box-shadow:0 0 0 100vmax #faf9f7;
  clip-path:inset(0 -100vmax);
}

/* ハロウィン */
.fo-section--dark{
  background:#f8b862;
  box-shadow:0 0 0 100vmax #365f50;
  clip-path:inset(0 -100vmax);
}

/* メルマガ */
.fo-newsletter{
  background:#eee9e2;
  box-shadow:0 0 0 100vmax #eee9e2;
  clip-path:inset(0 -100vmax);
}

/* メルマガ 明るいベージュ仕様 */
.fo-newsletter{
  color:#302b27;
}

.fo-newsletter__inner span{
  color:#8b7566;
}

.fo-newsletter__inner h2{
  color:#302b27;
}

.fo-newsletter__inner p{
  color:#6c625b;
}

.fo-newsletter__inner a{
  color:#4f443d;
  border-bottom-color:#9b8c82;
}

/* =========================================================
   TOP MAIN SLIDESHOW
   全幅・bxSlider補正 完成版
========================================================= */

.fo-main-slider{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  overflow:hidden;
  background:#fff;
}

.fo-main-slider #p-slider{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
}

/* bxSlider 外枠 */
.fo-main-slider .bx-wrapper{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}

/* ★重要：bxSlider標準の left:-5px を解除 */
.fo-main-slider .bx-viewport{
  width:100% !important;
  max-width:none !important;

  left:0 !important;
  right:auto !important;

  margin:0 !important;
  padding:0 !important;

  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;

  background:transparent !important;
}

/* スライド本体 */
.fo-main-slider #slider{
  margin:0 !important;
  padding:0 !important;
}

/* 各スライド */
.fo-main-slider #slider > li{
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}

/* リンク */
.fo-main-slider #slider > li > a{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
}

/* 画像 */
.fo-main-slider #slider img{
  display:block !important;

  width:100% !important;
  max-width:none !important;

  height:clamp(360px, 34vw, 560px) !important;

  margin:0 !important;
  padding:0 !important;
  border:0 !important;

  object-fit:cover;
  object-position:center;
}


/* ===============================
   スマホ
=============================== */

@media screen and (max-width:650px){

  .fo-main-slider #slider img{
    height:220px !important;
    object-fit:cover;
    object-position:center;
  }

}

/* =========================================
   HALLOWEEN COLLECTION
========================================= */

.fo-section--dark{
  background:#f8b862;
  box-shadow:0 0 0 100vmax #f8b862;
  clip-path:inset(0 -100vmax);
  color:#fff;
}

/* HALLOWEEN COLLECTION */
.fo-section--dark .fo-heading__en{
  color:#6b4525 !important;
}

/* ハロウィン商品 */
.fo-section--dark .fo-heading__title{
  color:#fff !important;
}

/* 説明文 */
.fo-section--dark .fo-heading__text{
  color:#6b4525 !important;
}

/* ========================================
   TOP INFORMATION
======================================== */

.fo-section--information {
  padding-top: 5px;
  padding-bottom: 90px;
}

.fo-section--information .fo-heading {
  margin-bottom: 30px;
}

.fo-section--information .fo-center {
  margin-top: 32px;
}

@media screen and (max-width: 650px) {
  .fo-section--information {
    padding-top: 5px;
    padding-bottom: 65px;
  }
}

/* =========================================
   TOP PAGE お気に入りボタン
========================================= */

.fo-product-card__favorite {
  position: static !important;

  width: 100%;

  margin-top: 16px;
}


/* ボタン本体 */

.fo-product-card__favorite-button {
  display: flex !important;
  align-items: center;
  justify-content: center;

  width: 100% !important;
  height: 36px !important;

  margin: 0 !important;
  padding: 6px 12px !important;

  background: #ffffff !important;

  border: 1px solid #e4d9d0 !important;
  border-radius: 7px !important;

  box-sizing: border-box;

  color: #8a7567 !important;

  font-size: 11px !important;
  line-height: 1.4;
  font-weight: 400;

  cursor: pointer;

  transition:
    border-color .2s ease,
    background .2s ease,
    color .2s ease;
}


/* hover */

.fo-product-card__favorite-button:hover {
  background: #fffaf6 !important;
  border-color: #cdb9a9 !important;
  color: #6d5748 !important;
}


/* 通常時 */

.fo-favorite-normal {
  display: inline;
}

.fo-favorite-added {
  display: none;
}


/* お気に入り登録済み */

.fo-product-card__favorite-button.is-added {
  background: #fff6f4 !important;
  border-color: #dfb9b3 !important;
  color: #b65f58 !important;
}

.fo-product-card__favorite-button.is-added .fo-favorite-normal {
  display: none;
}

.fo-product-card__favorite-button.is-added .fo-favorite-added {
  display: inline;
}


/* ハロウィン商品でも白いボタン */

.fo-product-grid--dark .fo-product-card__favorite-button {
  background: #ffffff !important;
  color: #8a7567 !important;
  border-color: #e4d9d0 !important;
}


/* スマホ */

@media screen and (max-width: 650px) {

  .fo-product-card__favorite {
    margin-top: 13px;
  }

  .fo-product-card__favorite-button {
    height: 34px !important;
    font-size: 10px !important;
  }

}

/* =========================================
   TOP PAGE
   お気に入りボタンの位置を下端に統一
========================================= */

/* 商品カード全体 */
.fo-product-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
}


/* 商品画像 */
.fo-product-card__image {
  flex-shrink: 0;
}


/* 商品情報部分 */
.fo-product-card__body {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto;

  width: 100%;
  box-sizing: border-box;
}


/* お気に入りを一番下へ */
.fo-product-card__favorite {
  position: static !important;

  width: 100%;

  margin-top: auto !important;
  padding-top: 16px;
}


/* お気に入りボタン */
.fo-product-card__favorite-button {
  width: 100% !important;
}

/* =========================================
   もっと見る：非表示商品を確実に隠す
========================================= */

.fo-product-card.fo-product-card--hidden {
  display: none !important;
}

/* =========================================
   TOP PAGE SOLD OUT BADGE
========================================= */

.fo-product-card__image .fo-product-card__soldout-badge {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  right: auto !important;

  z-index: 10;

  display: inline-flex !important;
  width: auto !important;
  height: auto !important;

  align-items: center;
  justify-content: center;

  padding: 7px 11px !important;

  background: #5d5651 !important;
  color: #fff !important;

  border-radius: 6px;

  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 700;
  letter-spacing: .08em;

  white-space: nowrap;
  pointer-events: none;
}

/* =========================================
   商品カード全体：クリック可能カーソル
========================================= */

.fo-product-card,
.fo-product-card__body,
.fo-product-card__body *,
.fo-product-card__price,
.fo-product-card__regular,
.fo-product-card__expl {
  cursor: pointer !important;
}

/* お気に入りボタンもボタン用カーソル */
.fo-product-card__favorite,
.fo-product-card__favorite *,
.fo-product-card__favorite-button {
  cursor: pointer !important;
}