/*** TOPページ　デザインテスト用 ***/

@charset "utf-8";

.fs-l-main{
  margin: 8px auto;
}

/** コラムパーツでKVイメージ表示 start **/
/* コラム画像 */
.fs-pt-column__item {
  padding: 0px;
  position: relative;
}
.fs-pt-column__item:only-child {
  padding: 4px;
  position: relative;
}


/* KVパネルパーツ */
.yocabito-fs-panel-top-kv-all {
  display: grid;
}
@media screen and (min-width: 768px) {
  .yocabito-fs-panel-top-kv-all {
    display: flex;
  }
}

/* KVコラムパーツ */
.yocabito-top-colmun-col3-kv-product {
  padding-bottom: 5vh;
}
.yocabito-top-colmun-col3-kv-product .fs-pt-column--2.fs-pt-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width: 600px) {
  .yocabito-top-colmun-col3-kv-product .fs-pt-column--2.fs-pt-column {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .yocabito-top-colmun-col3-kv-product .fs-pt-column--2.fs-pt-column {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }
}
.yocabito-top-colmun-col3-kv-product .fs-pt-column--2.fs-pt-column .fs-pt-column__item .fs-pt-column__description {
  padding: 5px 10px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .yocabito-top-colmun-col3-kv-product .fs-pt-column--2.fs-pt-column .fs-pt-column__item .fs-pt-column__description {
    white-space: wrap;
    padding: 5px 5px;
  }
}
/*
.yocabito-top-colmun-col3-kv-product .fs-pt-column--2.fs-pt-column .fs-pt-column__heading {
  font-size: 18rem;
  font-weight: normal;
  position: absolute;
  font-family: "linotype-didot", serif;
  color: #ffffff;
  bottom: 2%;
  right: 4%;
  letter-spacing: .03em;
}
*/

/** コラムパーツでKVイメージ表示 end **/



/** Information（お知らせ） */
.yocabito-fs-datalist-top-information {
  padding: 1% 0 4%;
}
@media screen and (min-width: 768px) {
  .yocabito-fs-datalist-top-information {
    padding: 2% 8% 4%;
  }
}

/** コラムパーツでsparkle表示 start */
.yocabito-fs-colmun-top-sparkleimage .fs-pt-column--1.fs-pt-column .fs-pt-column__item {
  padding: 0;
}
/* 文字装飾*/
.yocabito-fs-colmun-top-sparkleimage .fs-pt-column--1.fs-pt-column .fs-pt-column__heading {
  font-size: 6.5vw;
  font-weight: 500;
  position: absolute;
  font-family: "linotype-didot", serif;
  color: #ffffff;
  bottom: 15%;
  left: 2%;
  padding: 4%;
}
@media screen and (min-width: 768px) {
  .yocabito-fs-colmun-top-sparkleimage .fs-pt-column--1.fs-pt-column .fs-pt-column__heading {
    font-size: min(5vw, 60px);
    bottom: 18%;
    left: 15%;
  }
}
/** コラムパーツでsparkle表示 end */