/* 商品一覧画像調整 */
.fs-c-productList__list__item .fs-c-productListItem__image {
  position: relative;
  aspect-ratio: 1/1;
}
.fs-c-productList__list__item .fs-c-productListItem__image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.itemList__unit .itemImg {
  position: relative;
  aspect-ratio: 1/1;
}
.itemList__unit .itemImg img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

/* オプションカラー調整 */
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
  background: #BA0C2F!important;
}
.fs-c-productVariationPrice__price {
  color: #40210F!important;
}

/* TOP Feature */
.featureSlider .bnrBox {
  position: relative;
  aspect-ratio: 1 / 1;
}
.featureSlider .bnrBox img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* TOP News */
.fs-pt-column, .fs-pt-column .fs-pt-column__item {
  list-style: none;
}
.fs-pt-column a:hover, a.newsBnr:hover {
  color: #BA0C2F;
  text-decoration: none;
}
.fs-pt-column a:hover img, a.newsBnr:hover img {
  opacity: 0.8;
}
.fs-pt-column {
  max-width: 100%;
}
.fs-pt-column .fs-pt-column__item {
  list-style: none;
  display: flex;
  padding: 8px 0 7px;
  border-bottom: 1px solid #40210F;
}
.fs-pt-column .fs-pt-column__item + .fs-pt-column__item {
  margin-top: 22px;
}
.fs-pt-column .fs-pt-column__item .fs-pt-column__heading {
  font-size: 12px;
  line-height: 24px;
  flex: 0 0 fit-content;
  padding-right: 1.5em;
  color: #BA0C2F;
}
.fs-pt-column .fs-pt-column__item .fs-pt-column__description {
  margin: 0;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .fs-pt-column .fs-pt-column__item {
    flex-wrap: wrap;
  }
.fs-pt-column .fs-pt-column__item + .fs-pt-column__item {
  margin-top: 10px;
}
  .fs-pt-column .fs-pt-column__item .fs-pt-column__heading {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1;
  }
  .fs-pt-column .fs-pt-column__item span {
    margin-bottom: 5px;
    order: 0;
  }
  .fs-pt-column .fs-pt-column__item .fs-pt-column__description {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* Instagram */
.instagramSec .insta_popbtn {
  position: relative;
  cursor: pointer;
}
.instagramSec .insta_popbtn:before {
  content: "";
  display: block;
  padding-top: 125%;
}
.instagramSec .insta_popbtn img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insta_pop_overlay {
  position: fixed;
  inset: 0;
  display: block;
  z-index: 9999998;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition: 0.3s;
}
.insta_pop_overlay.active {
  opacity: 1;
  pointer-events: all;
}
.insta_popup {
  position: fixed;
  z-index: 9999999;
  inset: 0;
  width: fit-content;
  max-height: 80vh;
  margin: auto;
  overflow: auto;
}