.fs-p-heading--lv2 {
  display: none;
}

.fr3-item__productName {
  line-height: 24px !important;
  margin-bottom: 0 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.fr3-item__productPrice__value {
  line-height: 24px !important;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.fr3-item__productPrice__addon {
  font-size: 12px !important;
  display: inline-block !important;
  margin-left: 5px !important;
  font-weight: 700 !important;
}

.fr3-item__link:hover {
  color: #1B1B1B;
}

.fr3-item .fr3-item__rankContainer {
  display: none;
}


.popular .fr3-item {
  position: relative;
}

@media screen and (max-width:768px){
  .popular .fr3-item:nth-of-type(1) {
    grid-column: span 2 !important;
  }
  
}

.popular .fr3-item::before {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  top: 10px;
  left: 25px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 0;
}

.popular .fr3-item:nth-of-type(1)::before {
  background: #FCE180;
  border-color: #FCE180;
  box-shadow: 2px 2px 0px 0px #E2B100;
  content: "1";

}

.popular .fr3-item:nth-of-type(2)::before {
  background: #EBEBEB;
  border-color: #EBEBEB;
  box-shadow: 2px 2px 0px 0px #949494;
  content: "2";
}

.popular .fr3-item:nth-of-type(3)::before {
  background: #FFD7B2;
  border-color: #FFD7B2;
  box-shadow: 2px 2px 0px 0px #C06108;
  content: "3";
}

.popular .fr3-item:nth-of-type(4)::before {
  background: #FFD7B2;
  border-color: #FFD7B2;
  box-shadow: 2px 2px 0px 0px #C06108;
  content: "4";
}

.popular .fr3-item:nth-of-type(5)::before {
  background: #FFD7B2;
  border-color: #FFD7B2;
  box-shadow: 2px 2px 0px 0px #C06108;
  content: "5";
}

.popular .fr3-item:nth-of-type(n + 4)::before {
  background: #fff;
  border-color: #fff;
  box-shadow: 2px 2px 0px 0px #AFAFAF;
}

@media screen and (max-width:768px) {
  .popular .fr3-item::before {
    left: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.fs-body-product .fs-l-productLayout__item--1 {
  max-width: 100% !important;
}

.fs-body-product .fs-l-productLayout__item--2 {
  max-width: 100% !important;
}

.text_wrap_custom_01 h2 {
  background: #fff !important;
  color: #000000 !important;
  margin-bottom: 0 !important;
  padding-bottom: 25px !important;
  padding-right: 0 !important;
}

.text_wrap_custom_01 h2::before {
  display: none !important;
}

.text_wrap_custom_02 h2 {
  background: #fff !important;
  color: #000000 !important;
  margin-bottom: 0 !important;
  padding-bottom: 25px !important;
  padding-left: 0 !important;

}

.text_wrap_custom_02 h2::before {
  display: none !important;
}

#openModalButton {
  height: 40px;
}


.fs-l-product4 .fs-l-productLayout > * > *{
  margin-bottom: 80px;
}

@media screen and (max-width: 767px){
  .fs-l-product4 .fs-l-productLayout > * > *{
    margin-bottom: 40px;
  }
}

.popular .tab--typeC .tabSwitch{
    justify-content: start!important;
}


.popular .tab--typeC .tabSwitch li.active > span{
  border: 2px solid #B89328!important;
  background: #B89328 !important;
}



    /* モーダルのスタイル */
    .image-viewer {
      display: none; /* 初期状態で非表示 */
      position: fixed;
      z-index: 1000; /* モーダルが他のコンテンツの上に表示されるようにする */
      padding-top: 100px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.8); /* 背景を半透明にする */
      padding-bottom : 30px;
    }
    
    .modal-content {
      margin: auto;
      display: block;
      width: 80%;
      max-width: 500px;
    }
    
    .image-viewer-close { /* クラス名を変更 */
      position: absolute;
      top: 15px;
      right: 35px;
      color: #fff;
      font-size: 40px;
      font-weight: bold;
      cursor: pointer;
    }
    
    .image-viewer-close:hover,
    .image-viewer-close:focus {
      color: #bbb;
      text-decoration: none;
      cursor: pointer;
    }

.megaMenu__title a{
color : #fff !important;
}

header .hdrMiddle .header__fix{
background : transparent!important;
}

body .h2H{
  height: auto!important;
  padding: 6px 10px!important;
}

body .h2H span{
  height: auto!important;
}

header .hdrMiddle .header__fix a{
padding: 0!important;
}