/* マイページクーポン情報の適用条件非表示 */
.fs-body-my-coupons .fs-c-couponAppliedCondition{display:none}

.fs-c-lineIdLinkMessage {
    text-align: left;
}

.fs-c-quantity__select {
    width: 50px;
}
.fs-c-productQuantityAndWishlist__quantity:before {
    display: inline-block;
    width: 50px;
}
.fs-system-quantity-text {
    width: 50px;
}
.fs-c-productQuantityAndWishlist__quantity {
    position: relative;
}
.fs-c-quantity__message {
    position: absolute;
    left: 100px;
}

/* お気に入りボタン非表示 */
.fs-c-productListItem__control.fs-c-buttonContainer{
    display: none;
}

.sub_title_area_9 .sub_title:after {
	vertical-align: middle;
	font-size: 1rem;
	margin-left: 20px;
	content: "BEST SELLES";
	color: #ACA692;
}
.sub_title_area_9 .side_text_2 a {
	vertical-align: sub;
	color: #000000;
	display: block;
}

.item_box_area .item_box {
  width: 160px;
}

/* リニューアルテスト */
#renewal-test-top_slider_pc{
    height: 600px;
}

.renewal-top_slider{
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.renewal-top_slider .fs-pt-carousel__track .fs-pt-carousel__slide a img {
  width: 400px;
  margin: 0 10px;
}

.renewal-top_slider {
    background: beige;
    height: 80%;
}

.renewal-top_slider .fs-pt-carousel__track {
  position: relative;
  top: 90px;
}

.fs-l-header {
  position: relative;
  overflow: hidden;
}

.leaves-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  transform-style: preserve-3d;
  perspective: 1200px;
  overflow: hidden;
}

.leaf {
  position: absolute;
  top: -60px;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1 !important;
  transform-style: preserve-3d;
  animation: fall linear infinite;
}

.leaf.type1 {
  background-image: url('https://koseishop.itembox.design/item/leaf1.png');
}

.leaf.type2 {
  background-image: url('https://koseishop.itembox.design/item/leaf2.png');
}

.character {
  position: absolute;
  top: -80px;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1 !important;
  transform-style: preserve-3d;
  animation: fall linear infinite;
}

.character.type1 {
  background-image: url('https://koseishop.itembox.design/item/character1.png');
}

.character.type2 {
  background-image: url('https://koseishop.itembox.design/item/character2.png');
}

.character.type3 {
  background-image: url('https://koseishop.itembox.design/item/character3.png');
}

@keyframes fall {
  0% {
    top: -60px;
    transform: rotateZ(var(--initial-rotation, 0deg));
  }
  100% {
    top: calc(var(--end-top, 100vh) + 100px);
    transform: rotateZ(calc(var(--initial-rotation, 0deg) + 360deg));
  }
}

.headerNavBar {
  position: relative;
  z-index: 100;
}

.fs-l-main {
    max-width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.side_menu_area, .fs-l-pageMain {
  background-color: #ffffff;
}

.fs-l-pageMain {
  height: fit-content;
}

.fs-preview-header { display: none; }

@media (max-width: 799px) {
  .leaf {
    width: 40px;
    height: 40px;
  }
  .character {
    width: 50px;
    height: 50px;
  }
  .header_contents {
    position: relative;
    height: 100%;
    min-height: 50px;
    overflow: hidden !important;
  }
  .header_contents > .leaves-container {
    height: calc(100vh + 100px);
  }
  .leaves-container {
    z-index: 25;
  }
}

@media (min-width: 800px) {
  .fs-l-page {
    position: relative;
  }
  .fs-l-page > .leaves-container {
    height: 100%;
    min-height: 100vh;
  }
  .leaves-container {
    z-index: -9999;
  }
}