/* 動画を囲うdiv */
.d_comment4video {
  position: relative;
  width:100%; /* 横幅は100%にしておく */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.d_comment4video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 季節商品＿アイコンをストーブに切り替え */
.sub-tab-ul li:nth-child(12) span:before {
  background: url(https://ktldkplus.itembox.design/item/kitakei/images/item-ico07-2.svg?t=20250701104822) no-repeat center center!important;
  background-size: contain!important;
}



/*追加*/
.fs-l-page {
  padding-left: 0px!important;
}
.leftmenu-wrap {
  display:none;
}
.calendar-wrap {
  width: 100%;
}
.calendar-wrap #calendar {
  flex-wrap: wrap;
}
.calendar-wrap table {
  width: 100%;
}
.calendar-wrap .calendar + .calendar {
  margin-left: 0;
  margin-top: 20px;
}
.calendar td {
  line-height: 32px;
}
@media (max-width: 767px) {
.calendar-wrap .calendar + .calendar {
  margin-left: 0;
  margin-top: 0px;
}
.sp_order1 {
  order: 1;
}
.sp_order2 {
  order: 2;
}
.sp_order3 {
  order: 3;
}
.sp_order4 {
  order: 4;
}
.sp_order5 {
  order: 5;
}
}
.fs-p-productSearch__search {
  z-index: 9999!important;
}

.new_detailsearch .fs-p-productSearch__formSwitch {
  display: none;
}
.fs-p-productSearch__formSwitch::before {
  content: unset!important;
}
.mainSlider .slick-next{
border-top: #1b1b1b 3px solid !important;
    border-right: #1b1b1b 3px solid !important;
}
.mainSlider .slick-prev{
    border-bottom: #1b1b1b 3px solid !important;
    border-left: #1b1b1b 3px solid !important;
}

.ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a {
  z-index: 2!important;
}

@media (max-width: 767px) {
.sp_gap_l {
  gap: 30px 0!important;
}
.row.bnrList.sp_gap_l {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fs-c-subgroupList {
  display: grid!important;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.fs-c-subgroupList .fs-c-subgroupList__item {
  margin: 0;
  padding: 0;
}
}

.page-main-ttl {
  text-align: center!important;
}

.fs-c-documentColumn__heading {
  padding-left: 30px!important;
  line-height: 1.4!important;
}
.fs-c-inputInformation__field {
  margin: 0 auto!important;
}


/*マイページトップの表示を調整するCSS*/
@media screen and (max-width: 768px) {
  body.fs-body-my-top .fs-l-account {
      display:block;
  }
  body.fs-body-my-top .fs-c-accountService{
    display:flex;
  }
  body.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete){
    flex-basis: 40%;
  }
}

/*--フローリングの種類別ランキングについて--*/
.ranking .itemList--ranking .itemList__unit .itemWrap {
  position: relative;
}


@media screen and (min-width: 769px) {
  .ranking .h2B .issp {
    display: none;
  }
  .ranking .itemList--ranking .itemList__unit .itemWrap:before {
    left: 13%;
  }
}

@media screen and (max-width: 768px) {
  .ranking .h2B {
    font-size: 18px;
  }
  
  .ranking span {
    display: inline-block;
  }
  
  .ranking .itemList--ranking .itemList__unit .itemWrap:before {
    left: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .ranking .itemList--ranking .itemList__unit .itemWrap:before {
    left: 9%;
  }
}

/*--20241217 追加 選ばれる理由を説明したコンテンツ--*/
#reason>div {
  display: flex;
}
#reason>div .item h3 {
  text-align: center;
  margin-bottom: 20px;
}
#reason>div .item p {
  text-align: left;
}

@media screen and (min-width: 992px) {
  #reason>div .item {
    width: calc(100% / 3 - 80px * 2 / 3);
    margin-right: 80px;
  }
  #reason>div .item:nth-child(3) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  #reason>div {
    flex-wrap: wrap;
    justify-content: center;
  }
  #reason>div .item {
    width: calc(100% / 2 - 40px * 1 / 2);
    margin-right: 40px;
    margin-top: 40px;
  }
  #reason>div .item:nth-child(2n) {
    margin-right: 0px;
  }
  #reason>div .item:nth-child(3) {
    margin-right: 0px;
  }
}

/*--20241217 追加 導入のためのコンテンツ--*/
.intro {
  margin-bottom: 40px;
}
.intro .intro-img {
  margin-bottom: 20px;
}
.intro p {
  text-align: center;
}

/* 商品ページのカート・スライダーパーツの背景色を変えるCSS */
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
  background: #808080;
}
 
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel:where(:not(.fs-c-variationPanelList__panel--outOfStock)) {
  border-color: #808080;
}

/* 商品ページの数量表示を調整するCSS */
.fs-c-productQuantityAndWishlist__quantity{
  position:relative;
}
.fs-c-quantity__number:focus:not(.is-error) + .fs-c-quantity__message{
  position: absolute;
  bottom:-20px;
}

/* ログイン画面の表示を調整するCSS */
@media screen and (min-width: 768px) {
  .fs-body-login .fs-c-loginForm {
    margin: 0;
  }
  .fs-body-login .fs-c-loginForm .fs-c-registeredUsers {
    flex-basis: initial;
    max-width: 100%;
  }
.fs-c-loginForm .fs-c-linkedServiceLogin__title {
    text-align:center;
    padding-bottom:10px;
  }
}

/* 商品ページのカートボタン回りの調整CSS */
.fs-c-productSelection {
    margin-bottom: 2%;
}
 
.fs-body-product .fs-c-productQuantityAndWishlist {
    margin-top: 3%;
}


/* 20250701 ベスト8ランキング */
#ranking .itemName {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
}
.sp-br {
    display: none;
  }
@media (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

/* 20250701 取り扱いメーカー */
.mg-t {
  margin-top: 8rem;
}
.makerList {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 120px;
  padding-top: 20px;
}
.makerList .makerList__unit {
  width: calc((100% - 240px)/3);
}
.makerList .makerList__unit h3 {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mg-t {
    margin-top: 4rem;
  }
  .makerList {
    column-gap: 60px;
  }
  .makerList .makerList__unit {
    width: calc((100% - 60px)/2);
  }
  .makerList .makerList__unit h3 {
    font-size: 1em;
  }
}