/* 動画を囲う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=20250916112706) 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;
  }
}

/* 20250916 フローリングページ 追加 施工事例の掲載 */
#top_post_list .top_post {
  margin-bottom: 30px;
}
#top_post_list.row{
  margin-right: 0;margin-left: 0;
}
#top_post_list {
  padding: 0;
}
.top_post.typeB .post_list_thumbnail {
  margin-bottom: 20px;
}
.post_list_thumbnail img {
  max-width: 100%;
  display: block;
}
.top_post .post_title {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top_post.typeB .post_title{
  font-size: 14px;
}
@media (max-width: 767px) {
  .top_post.typeB .post_title{
    font-size: 3.22vw;
  }
}
#top_post_list .post_list_box .content {
  margin-bottom: 0px;
  line-height: 1.6;
  font-size: 11px;
}
.post_list_thumbnail.thumbnail_1x1 a {
  text-decoration: none;
  display: block;
  position: relative;
  padding-top: 100%;
}
.thumbnail_1x1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sub_info_cate, .sub_info_date {
  display: block;
  line-height: 1.2;
  margin-bottom: 12px;
  text-align: left;
}
.sub_info_date {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #888;
}
.sub_info_cate {
  display: block;
  text-align: left;
  margin-top: 10px;
}
.sub_info_cate:last-child{
  margin-bottom: 0;
}
.sub_info_cate a {
  display: inline-block;
  padding: 3px 8px;
  color: #555 !important;
  border:1px solid #555;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 10px;
}
@media (max-width: 767px) {
  #top_post_list .post_list_box .content {
  font-size: 3vw;
  }
  .sub_info_date,
  .sub_info_cate a {
    font-size: 2.933vw;
  }
}
/* 詳細 */
.post_list_detail {
  width: 70%;
}
@media (max-width: 767px) {
  .post_list_detail {
    width: 100%;
  }
}
.post_list_detail .detail_title {
  font-size: 1.1em;
  border-left: 4px solid #333;
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .post_list_detail .detail_title {
    font-size: 3.22vw;
  }
  .post_list_detail p {
    font-size: 3.22vw;
  }
}
.post_list_detail strong {
  font-weight: bold;
}
.post_list_detail .btn-area {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
  width: 120px;
  text-align: center;
  margin: 0 auto;
}
.post_list_detail .btn-area a {
  color: #fff;
}
.top_post a:hover img {
  filter: alpha(opacity=75);
  /*IE用*/
  -moz-opacity: 0.75;
  /*Firefox用*/
  opacity: 0.75;
  /*Chrome・Safari・Opera用*/
  -webkit-opacity: .75;
}
.top_post a img {
  transition: opacity .3s ease-out;
}