/******************************/
/* SLIDER（新レイアウト） */
/******************************/
.slider {
  position: relative;
}

#slider li {
  list-style: none;
}

#slider img {
  width: 100%;
  height: auto;
  display: block;
}

.bx-wrapper {
  z-index: 0;
  box-shadow: none !important;
  border: 0 !important;
}

.bx-wrapper .bx-viewport {
  left: 0 !important;
}

/* ページャー（ドット） */
.bx-wrapper .bx-pager {
  bottom: -7px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 14px;
  width: 26px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #c9c1af;
  border-radius: 0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  border-bottom-color: #6f7b5b;
}

@media screen and (max-width: 767px) {
  .bx-wrapper,
  .bx-viewport {
    width: 100% !important;
  }
}




/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP SENMONTEN */
/******************************/
.c-ttl-senmonten {
 text-align:center;
 font-size:30px;
 background:rgba(200,200,200,0.3)
}



.c-ttl-sub {
  margin-top: 0;
  margin-bottom: 45px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-sub {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.c-ttl-sub__ja {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: normal;
  color: #909090;
  letter-spacing: 0;
}
.c-ttl-second {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 21px;
  
}
@media screen and (max-width: 767px) {
  .c-ttl-second {
    margin-bottom: 20px;
    font-size: 18px;
  }
}


/******************************/
/* TOP FaLiSu */
/******************************/
.u-visually-hidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px;
}


.p-concept-box__txt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}
.p-concept-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
    margin-bottom: 105px;
}
@media screen and (max-width: 1023px){
.p-concept-box {
    margin-top: 45px;
    margin-bottom: 75px;
    margin-left: 25px;
    margin-right: 25px;
}
}  
@media screen and (max-width: 767px){
.p-concept-box {
    display: block;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
}
}

/**ロゴ***/
.p-concept-box__logo {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
    width: 330px;
    min-height: 300px;
    background: #fbfaf5;
    text-align: center;
}

@media screen and (max-width: 1023px){
.p-concept-box__logo {
    padding: 45px;
    width: 220px;
    min-height: 195px;
}
}
@media screen and (max-width: 767px){
.p-concept-box__logo {
    padding: 0px 5px;
    width: auto;
    min-height: 40px;
}
}
.p-concept-box__logo img {
    max-width: 210px;
}
@media screen and (max-width: 1023px){
.p-concept-box__logo img {
    max-width: 130px;
}
}
@media screen and (max-width: 767px){
.p-concept-box__logo img {
    max-width: 120px;
}
}


/**テキスト***/
.p-concept-box__txt {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 60px 100px;
    background: url(https://img21.shop-pro.jp/PA01502/549/etc_base64/VE9QX1RyaXBsZQ.jpg?cmsp_timestamp=20231125180823) no-repeat center center #aaaaaa;
    background-size: cover;
    color: #ffffff;
}
@media screen and (max-width: 1023px){
.p-concept-box__txt {
    padding-top: 45px;
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
}
}
@media screen and (max-width: 767px){
.p-concept-box__txt {
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
}
}

/**ボディ***/
.p-concept-box__body {
    position: relative;
    z-index: 10;
    font-size: 17px
}
@media screen and (max-width: 1023px){
.p-concept-box__body {
  font-size: 15px
}
}
@media screen and (max-width: 767px){
.p-concept-box__body {
  font-size: 12px
}
}
/******************************/


/******************************/
/* TOP Promo　
/******************************/

@keyframes slideIn01 {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(-1000px);
  }
  60% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideIn02 {
  0% {
    opacity: 0;
  }  
  10% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(-1000px);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideIn03 {
  0% {
    opacity: 0;
  }  
  20% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(-1000px);
  }
  80% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideIn04 {
  0% {
    opacity: 0;
  }  
  30% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(-1000px);
  }
  90% {
    opacity: 1;
    transform: translateX(0);
  }
}
  
  


/********** メーカー（頭項目） **********/

/******************************/
/* TOP コラム　
/******************************/

/********** メーカー（頭項目） **********/
.c-ttl-bg {
    position: relative;
    margin-top: 0;
    margin-bottom: 130px;
    padding-top: 130px;
    line-height: 1.4;
    font-size: 40px;
    font-weight: bold;
    font-family: "Spartan", sans-serif;
    color: #ffffff;
    text-align: center;
}
@media screen and (max-width: 1023px){
.c-ttl-bg {
    margin-bottom: 55px;
    padding-top: 60px;
    font-size: 26px;
}
}
@media screen and (max-width: 767px){
.c-ttl-bg {
    margin-bottom: 35px;
    padding-top: 35px;
    font-size: 20px;
}
}
.c-ttl-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    width: calc(100% - 50px);
    height: 350px;
    background: #eeeeee;
}
@media screen and (max-width: 1270px){
.c-ttl-bg:before {
    left: 0;
    right: 0;
    width: 100%;
}
}
@media screen and (max-width: 1023px){
.c-ttl-bg:before {
    height: 180px;
}
}
@media screen and (max-width: 767px){
.c-ttl-bg:before {
    left: 0;
    right: 0;
    height: 140px;
}
}

.c-ttl-bg.is-recommend:before {
    background: url(https://img21.shop-pro.jp/PA01502/549/etc_base64/VE9QLXNlYXRjb3Zlcg.jpg?cmsp_timestamp=20231218210125) center center no-repeat;　 height: 170px;
margin-top: 30px;   
}
.c-ttl-bg span {
    position: relative;
    z-index: 10;
}

/******************************/
/* TOP syasyubetu */
/******************************/
.syasyubetu {
   position: relative;
   text-align:center;
   margin-top: 10px;
   font-size:30px;
   color: #ffffff;
 background:rgba(100,100,100,1)
  
}
@media screen and (max-width: 1023px){
.syasyubetu {
 　font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.syasyubetu {
 　font-size: 10px;
}
}


/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}


/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
  }
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
.introduction__item {
   margin-left: 10px;
   margin-right: 10px;
  font-size: 20px;
  background-color: #fff;
  color: #333;
  font-weight: normal;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  }
@media screen and (max-width: 320px) {
    /* デバイスの横幅が320px以下の場合 */
.introduction__item{
        Width:80%;
    }
} 


/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}

/* ============================
   TOPヒーロー（ロゴ＋スライダー＋検索）
   ============================ */

.falisu-hero {
  background: #f5f2ea; /* ナチュラルなベージュ */
  padding: 24px 0 32px;
}

.falisu-hero__logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  margin-bottom: 20px;
}

/* 既存ロゴボックスを、丸み＋影でカード風に */
.falisu-hero .p-concept-box-top {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 260px;
  min-height: 80px;
  margin: 0;
  padding: 12px 18px;
  background: #fdfbf7;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.falisu-hero .p-concept-box-top img {
  max-width: 200px;
}

/* キャッチコピー部分 */
.falisu-hero__copy {
  flex: 1;
  min-width: 260px;
}

.falisu-hero__eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #918a7a;
  margin: 0 0 6px;
}

.falisu-hero__title {
  font-size: 26px;
  line-height: 1.4;
  margin: 0 0 8px;
}

.falisu-hero__text {
  font-size: 15px;
  color: #7b786d;
  margin: 0 0 10px;
}

.falisu-hero__points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 4px;
  font-size: 15px;
  color: #555248;
}

.falisu-hero__points li::before {
  content: "●";
  font-size: 7px;
  margin-right: 6px;
  color: #6f7b5b; /* オリーブ系 */
}

/* スライダー＋検索エリア */
.falisu-hero__main {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.falisu-hero__slider {
  flex: 2;
  min-width: 280px;
}

.falisu-hero__search {
  flex: 1;
  min-width: 400px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 20px;
  padding: 18px 18px 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

/* スライダーの見た目を少しだけ今風に */
.falisu-hero .slider {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.falisu-hero .bx-wrapper {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.16);
}

/* ドット（pager）を細いバー風に */
.falisu-hero .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px;
  padding-top: 14px;
  width: 26px;
  height: 1px;
  background: transparent;
  border-bottom: 1px solid #c9c1af;
  border-radius: 0;
}

.falisu-hero .bx-wrapper .bx-pager.bx-default-pager a:hover,
.falisu-hero .bx-wrapper .bx-pager.bx-default-pager a.active {
  border-bottom-color: #6f7b5b;
}

/* 検索フォーム */
.falisu-hero__search-title {
  font-size: 15px;
  margin: 0 0 4px;
}

.falisu-hero__search-text {
  font-size: 12px;
  color: #7b786d;
  margin: 0 0 12px;
}

.falisu-hero__search-form {
  display: grid;
  gap: 10px;
}

.falisu-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.falisu-field label {
  font-size: 11px;
  color: #7b786d;
}

.falisu-field select,
.falisu-field input {
  border-radius: 999px;
  border: 1px solid #d0c8b7;
  padding: 8px 12px;
  font-size: 13px;
  background: #fdfbf8;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.falisu-field select:focus,
.falisu-field input:focus {
  border-color: #6f7b5b;
  box-shadow: 0 0 0 2px rgba(111, 123, 91, 0.2);
}

/* 検索ボタン */
.falisu-btn-primary {
  border: none;
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  background: linear-gradient(135deg, #6f7b5b, #c48f4d);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(104, 111, 88, 0.3);
  transition: transform 0.12s ease, box-shadow 0.12s ease, opacity 0.12s ease;
}

.falisu-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(104, 111, 88, 0.34);
  opacity: 0.96;
}

.falisu-btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 5px 12px rgba(104, 111, 88, 0.24);
}

.falisu-hero__search-note {
  margin: 2px 0 0;
  font-size: 11px;
  color: #7b786d;
}

/* スマホ用の改行制御 */
.falisu-sp-only {
  display: none;
}

/* ==========
   レスポンシブ
   ========== */

/* 〜1023px（タブレット） */
@media screen and (max-width: 1023px) {
  .falisu-hero {
    padding: 20px 0 26px;
  }

  .falisu-hero__logo-row {
    gap: 16px;
  }

  .falisu-hero .p-concept-box-top {
    max-width: 220px;
  }

  .falisu-hero__title {
    font-size: 22px;
  }
}

/* 〜767px（スマホ） */
@media screen and (max-width: 767px) {
  .falisu-hero {
    padding: 16px 0 20px;
  }

  .falisu-hero__logo-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .falisu-hero .p-concept-box-top {
    max-width: none;
    width: 100%;
    border-radius: 16px;
    justify-content: center;
  }

  .falisu-hero__copy {
    width: 100%;
  }

  .falisu-hero__title {
    font-size: 20px;
  }

  .falisu-hero__main {
    flex-direction: column;
  }

  .falisu-hero__slider,
  .falisu-hero__search {
    min-width: 100%;
  }

  .falisu-hero__search {
    padding: 14px 14px 12px;
  }

  .falisu-sp-only {
    display: inline;
  }
}

/* ============================
   ヒーロー直下のNEWSの調整
   ============================ */
.falisu-hero + .p-line-informaiton {
  margin-top: 32px;        /* 75px → 少しコンパクトに */
  width: 100%;
  max-width: 760px;        /* 元の760px制限は残しつつ中央に */
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .falisu-hero + .p-line-informaiton {
    margin-top: 24px;
    padding: 0 16px;
  }
}

/* ============================
   スマホでスライダー＆検索を中央寄せ
   ============================ */
@media screen and (max-width: 767px) {
  .falisu-hero__main {
    flex-direction: column;
    align-items: center; /* 並び自体を中央寄せ */
  }

  .falisu-hero__slider,
  .falisu-hero__search {
    width: 100%;
    max-width: 580px;        /* 画面幅より少し狭めて“箱”感を出す場合はここ */
    margin-left: auto;
    margin-right: auto;
  }

  /* 以前の .slider の -20px マージンを打ち消す */
  .falisu-hero .slider {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* ============================
   ロゴを少し大きめに
   ============================ */
.falisu-hero .p-concept-box-top {
  max-width: 600px;        /* PCで少しワイドに */
  padding: 16px 24px;
}

.falisu-hero .p-concept-box-top img {
  max-width: 500px;        /* ロゴ画像自体を大きめに */
}

/* タブレット・スマホでも少し大きく */
@media screen and (max-width: 1023px) {
  .falisu-hero .p-concept-box-top {
    max-width: 350px;
  }

  .falisu-hero .p-concept-box-top img {
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .falisu-hero .p-concept-box-top {
    width: 100%;
    border-radius: 20px;
    justify-content: center;
  }

  .falisu-hero .p-concept-box-top img {
    max-width: 300px;      /* スマホでもしっかり目に見せる */
  }
}

/* =======================================
   スマホ用：ヒーローエリアのレイアウト調整
   ======================================= */
@media screen and (max-width: 767px) {

  /* ▼ ヒーロー全体の左右余白をそろえる */
  .falisu-hero > .u-container {
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

  /* ▼ ロゴ＋コピーは縦積み＆幅いっぱい */
  .falisu-hero__logo-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .falisu-hero .p-concept-box-top {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 14px 16px;
    border-radius: 5px;
    background: #fdfbf7;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .falisu-hero .p-concept-box-top img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .falisu-hero__copy {
    width: 100%;
    margin-top: 8px;
  }

  /* ▼ スライダー＋クイック検索を縦積み（flexをやめる） */
  .falisu-hero__main {
    display: block;  /* ← ここがポイント：flex から block に */
  }

  /* スライダーと検索ボックスを中央寄せ＋同じ幅に */
  .falisu-hero__slider,
  .falisu-hero__search {
    width: 100%;
    max-width: 480px;         /* 480px をベース、画面が狭ければ自動で縮む */
    margin: 0 auto 16px;      /* 左右 auto で中央寄せ */
    box-sizing: border-box;
  }

  /* スライダーのマイナスmarginをリセット */
  .falisu-hero .slider {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .falisu-hero .bx-wrapper,
  .falisu-hero .bx-viewport {
    width: 100% !important;
  }
}

/* メーカー一覧へのサブリンク */
.falisu-hero__search-link-alt {
  margin-top: 4px;
  font-size: 11px;
  text-align: right;
}

.falisu-hero__search-link-alt a {
  color: #6f7b5b;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media screen and (max-width: 767px) {
  .falisu-hero__search-link-alt {
    text-align: left;
  }
}

/* ヒーロー内のタグバッジ */
.falisu-hero__tags {
  margin: 8px 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.falisu-hero__tags span {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  background: #ebe4d8;
  color: #5b574c;
  font-size: 11px;
  letter-spacing: 0.03em;
}

/* PC&#12316;タブレット時のヒーロー調整 */
.falisu-hero__inner,
.falisu-hero__logo-row,
.falisu-hero__main {
  /* 念のため縦方向のギャップを少し広めに */
  gap: 24px;
}

/* コピーの最大幅を決めて読みやすく */
.falisu-hero__copy {
  max-width: 520px;
}

/* スライダーと検索の比率を少し調整（PC/タブレット） */
@media screen and (min-width: 768px) {
  .falisu-hero__main {
    display: flex;
    align-items: stretch;
    gap: 24px;
  }

  .falisu-hero__slider {
    flex: 1.4;
  }

  .falisu-hero__search {
    flex: 1;
    max-width: 520px;
  }
}

/* =======================================
   車種別検索：メーカーアイコン
   ======================================= */

/* ベース：スマホ（1行2枚） */
.c-item-manufacturer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 16px 0 24px;
  padding: 12px;
  background: #fbfaf5;
  border-radius: 20px;
  box-sizing: border-box;
}

.c-item-manufacturer__item {
  text-align: center;
}

/* 外側の白枠（カード） */
.c-item-manufacturer__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;          /* スマホではカラム幅いっぱい */
  height: 110px;
  margin: 0 auto;
  padding: 8px 10px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.c-item-manufacturer__img a {
  display: inline-block;
}

.c-item-manufacturer__img img {
  display: block;
  max-width: 78%;       /* 画像を少し小さめに */
  max-height: 78%;
  height: auto;
  margin: 0 auto;
}

/* ホバー時（PCなど hover 対応のみ） */
@media (hover: hover) {
  .c-item-manufacturer__img:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.12);
  }
}

/* タブレット：1行5枚・白枠は固定サイズ */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-item-manufacturer {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 18px;
  }

  .c-item-manufacturer__img {
    width: 180px;       /* 外側の白枠の横幅 */
    height: 120px;      /* 外側の白枠の高さ */
    padding: 10px 12px;
  }

  .c-item-manufacturer__img img {
    max-width: 85%;
    max-height: 85%;
  }
}

/* PC：1行6枚・白枠は同じくやや小さめ */
@media screen and (min-width: 1200px) {
  .c-item-manufacturer {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 20px;
  }

  .c-item-manufacturer__img {
    width: 120px;
    height: 120px;
    padding: 10px 12px;
  }

  .c-item-manufacturer__img img {
    max-width: 80%;
    max-height: 80%;
  }
}

/* メーカーロゴ下の日本語ラベル */
.c-item-manufacturer__name {
  margin-top: 8px;
  font-size: 12px;
  color: #5b574c;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .c-item-manufacturer__name {
    font-size: 11px;
    margin-top: 6px;
  }
}



/* =======================================
   シートカバー ラインナップ／新着／おすすめ（カード）
   ======================================= */

/* 基本：スマホ&#12316;小さい画面は2列 */
.c-item-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

/* 共通カードスタイル */
.c-item-list__cover,
.c-item-list__item {
  list-style: none;
  background: #ffffff;
  border-radius: 18px;
  padding: 10px 10px 12px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.c-item-list__cover:hover,
.c-item-list__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}

/* 画像部分 */
.c-item-list__img {
  position: relative;
  margin-bottom: 6px;
  overflow: hidden;
  border-radius: 12px;
}

.c-item-list__img img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.25s ease;
}

/* ホバー時に画像だけ少しズーム */
.c-item-list__cover:hover .c-item-list__img img,
.c-item-list__item:hover .c-item-list__img img {
  transform: scale(1.03);
}

/* テキスト */
.c-item-list__txt {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
}

.c-item-list__ttl a {
  font-weight: 600;
  line-height: 1.5;
}

.c-item-list__price {
  font-size: 12px;
  color: #7b786d;
}

/* タブレット：3列でカードを広げる */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-item-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-item-list__cover,
  .c-item-list__item {
    padding: 10px 12px 14px;
  }
}

/* PC：4列（1枚の横幅をしっかり確保） */
@media screen and (min-width: 1200px) {
  .c-item-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-item-list__cover,
  .c-item-list__item {
    padding: 12px 14px 16px;
  }
}

/* =======================================
   PC版：ラインナップ／新着／おすすめのカード幅を広く
   ======================================= */
@media screen and (min-width: 1024px) {

  /* ラインナップ（p-free）、新着（p-new-item）、おすすめ（p-recommend）共通 */
  .p-free .c-item-list,
  .p-new-item .c-item-list,
  .p-recommend .c-item-list {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(220px, 1fr)); /* ★4列にして横幅を広めに */
    gap: 24px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  /* 各カードがセルいっぱいに広がるように */
  .p-free .c-item-list__cover,
  .p-free .c-item-list__item,
  .p-new-item .c-item-list__item,
  .p-recommend .c-item-list__item {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* =======================================
   スマホ版：メーカーカードを大きく
   ======================================= */
@media screen and (max-width: 767px) {

  /* ★1行あたり2枚にして、1枚のカード幅を広げる */
  .c-item-manufacturer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 12px;
  }

  /* カード内の余白を少しだけにして、ロゴ画像を大きく見せる */
  .c-item-manufacturer__img {
    padding: 6px 8px;
    border-radius: 16px;
  }

  /* 画像はカード幅ギリギリまで伸ばす */
  .c-item-manufacturer__img img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

/* =======================================
   スマホ版：ラインナップ／新着／おすすめ
   カードの間隔を狭めて横幅に収める
   ======================================= */
@media screen and (max-width: 767px) {

  /* スマホ時はコンテナの左右余白も少しだけ細めに */
  .u-container {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  /* シートカバー ラインナップ／新着／おすすめ共通 */
  .p-free .c-item-list,
  .p-new-item .c-item-list,
  .p-recommend .c-item-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2列で均等割り */
    column-gap: 6px;   /* ★ここを小さくしてカード間をキュッと */
    row-gap: 14px;
  }

  /* カード自体の余白をゼロにして横幅を最大限使う */
  .p-free .c-item-list__cover,
  .p-free .c-item-list__item,
  .p-new-item .c-item-list__item,
  .p-recommend .c-item-list__item {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 8px 12px;   /* 内側の余白は少しだけ */
    border-radius: 16px;
  }
}

/* =======================================
   タブレット版：ラインナップ／新着／おすすめ
   3列のままカード幅を広くする
   ======================================= */
@media screen and (min-width: 768px) and (max-width: 1199px) {

  /* この3つのセクションの左右余白を少し減らす */
  .p-free.u-container,
  .p-new-item.u-container,
  .p-recommend.u-container {
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
  }

  /* SEAT COVER ラインナップ／NEW ARRIVAL／RECOMMENDED 共通 */
  .p-free .c-item-list,
  .p-new-item .c-item-list,
  .p-recommend .c-item-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr)); /* ★1枚あたり最低220px確保 */
    column-gap: 16px;   /* カード間は少しだけ余白 */
    row-gap: 22px;
    max-width: 900px;   /* 3列カードが見やすい幅に中央寄せ */
    margin-left: auto;
    margin-right: auto;
  }

  /* カードがセルいっぱいに広がるように */
  .p-free .c-item-list__cover,
  .p-free .c-item-list__item,
  .p-new-item .c-item-list__item,
  .p-recommend .c-item-list__item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
}


/* =======================================
   CONCEPT セクション（重ねレイアウト ＋ レスポンシブ）
   ======================================= */

/* セクション背景 */
.CONCEPT-animation {
  padding: 60px 0 50px;
  background: #f7f4ed;
}

/* 共通カード */
.mainCONCEPT {
  position: relative;
  max-width: 1200px;
  margin: 20px auto 60px;
  padding: 32px 18px 28px;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

/* 画像とテキストのベース */
.CONCEPT00,
.CONCEPT01,
.CONCEPT02,
.CONCEPT-text01,
.CONCEPT-text02 {
  position: relative;
}

/* ---- 画像（全サイズ共通のベース） ---- */
.CONCEPT00 img,
.CONCEPT01 img,
.CONCEPT02 img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.85;   /* ★ここを追加：数値はお好みで 0.7&#12316;0.9 くらいが使いやすい */  
}

/* ---- テキスト（全サイズ共通のベース） ---- */
.CONCEPT-text01 {
  margin-top: 24px;
}

.CONCEPT-text02 {
  margin-top: 18px;
}

.CONCEPT-text01 h1,
.CONCEPT-text02 h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.CONCEPT-text01 p,
.CONCEPT-text02 p {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
  color: #5b574c;
}

/* FaLiSu のコピーだけ少し細めに */
.CONCEPT-text02 h2 {
  font-size: 18px;
  line-height: 1.6;
}

/* ---- スマホ（シート＋グレー／ベージュを重ねるレイアウト） ---- */
@media screen and (max-width: 767px) {

  .CONCEPT-animation {
    padding: 40px 0 32px;
  }

  .mainCONCEPT {
    position: relative;
    max-width: 100%;
    margin: 0 0 40px;
    padding: 60px 0 380px;  /* 下に余白を多めにとって全体を収める */
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;       /* はみ出した部分は隠す */
    box-sizing: border-box;
  }

  /* グレーの長方形（上段） */
  .CONCEPT01 {
    position: absolute;
    top: 40px;
    left: 6%;
    width: 88%;
    z-index: 2;
  }

  .CONCEPT01 img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* ベージュの長方形（下段） */
  .CONCEPT02 {
    position: absolute;
    top: 230px;
    left: 6%;
    width: 88%;
    z-index: 2;
  }

  .CONCEPT02 img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* シート画像：右側に重ねる */
  .CONCEPT00 {
    position: absolute;
    top: 60px;
    right: -40%;     /* 右に少しはみ出す感じに */
    width: 100%;
    z-index: 1;
    overflow: hidden;   /* ★ この1行を追加 */
  }

  .CONCEPT00 img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* 上のベージュブロック上のテキスト（Favorites Life Surrounded） */
  .CONCEPT-text02 {
    position: absolute;
    top: 40px;
    left: 11%;
    right: 11%;
    z-index: 3;
    max-width: none;
  }

  /* 下のグレーブロック上のテキスト（厳選された逸品） */
  .CONCEPT-text01 {
    position: absolute;
    top: 230px;
    left: 11%;
    right: 11%;
    z-index: 3;
    max-width: none;
  }

  .CONCEPT-text01 h1,
  .CONCEPT-text02 h2 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .CONCEPT-text01 p,
  .CONCEPT-text02 p {
    margin: 0;
    font-size: 13px;
    line-height: 1.8;
    color: #5b574c;
  }
}



/* ---- タブレット（PCと同じ重なり配置） ---- */
@media screen and (min-width: 768px) and (max-width: 1023px) {

  .CONCEPT-animation {
    padding: 20px 0 20px;
  }

  .mainCONCEPT {
    position: relative;
    max-width: 100%;
    margin: 0 16px 30px;
    padding: 10px 0 50px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    display: block;
    min-height: 490px;
    box-sizing: border-box;
    overflow: hidden; /* はみ出しを隠す */
  }

  /* シート画像：中央（背面） */
  .CONCEPT00 {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 42%;     /* PC(38%)より少しだけ大きめ */
    z-index: 1;     /* 長方形の背面 */
  }

  .CONCEPT00 img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* 左下のグレー長方形 */
  .CONCEPT01 {
    position: absolute;
    top: 180px;
    left: 4%;
    width: 60%;
    z-index: 2;
  }

  .CONCEPT01 img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* 右上のベージュ長方形 */
  .CONCEPT02 {
    position: absolute;
    top: 10px;
    right: 4%;
    width: 60%;
    z-index: 2;
  }

  .CONCEPT02 img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* グレー上のテキスト（厳選された逸品） */
  .CONCEPT-text01 {
    position: absolute;
    top: 215px;
    left: 8%;
    max-width: 60%;
    z-index: 3;
  }

  /* ベージュ上のテキスト（Favorites Life Surrounded） */
  .CONCEPT-text02 {
    position: absolute;
    top: 45px;
    right: 8%;
    max-width: 60%;
    z-index: 3;
  }

  .CONCEPT-text01 h1,
  .CONCEPT-text02 h2 {
    margin: 0 0 14px;
    font-size: 24px;   /* PCより少し小さく */
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .CONCEPT-text01 p,
  .CONCEPT-text02 p {
    margin: 0;
    font-size: 13px;
    line-height: 1.9;
    color: #5b574c;
  }
}


/* ---- PC（シート中央＋左グレー／右ベージュにテキストを重ねる） ---- */
@media screen and (min-width: 1024px) {

  .CONCEPT-animation {
    padding: 30px 0 30px;
  }

  .mainCONCEPT {
    position: relative;
    max-width: 1200px;
    margin: 0 auto 10px;
    padding: 80px 0 90px;
    /* PCではカード感を消してフラットに */
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    display: block;
    min-height: 420px;
    box-sizing: border-box;
    overflow: hidden;   /* ★ この1行を追加 */
  }

  /* シート画像：中央にドンと配置（奥側） */
  .CONCEPT00 {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 45%;
    z-index: 1; /* 一番奥 */
  }

  .CONCEPT00 img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* 左のグレーのブロック（手前） */
  .CONCEPT01 {
    position: absolute;
    top: 120px;
    left: 5%;
    width: 55%;
    z-index: 2;
  }

  .CONCEPT01 img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* 右上のベージュのブロック（手前） */
  .CONCEPT02 {
    position: absolute;
    top: -500px;
    right: 5%;
    width: 55%;
    z-index: 2;
  }

  .CONCEPT02 img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* グレーブロック上のテキスト（左） */
  .CONCEPT-text01 {
    position: absolute;
    top: 120px;
    left: 9%;
    max-width: 45%;
    z-index: 3; /* ブロックより前面 */
  }

  /* ベージュブロック上のテキスト（右） */
  .CONCEPT-text02 {
    position: absolute;
    top: 35px;
    right: 9%;
    max-width: 45%;
    z-index: 3;
  }

  .CONCEPT-text01 h1 {
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .CONCEPT-text02 h2 {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .CONCEPT-text01 p,
  .CONCEPT-text02 p {
    margin: 0;
    font-size: 15px;
    line-height: 2.0;
    color: #5b574c;
  }
}


/* ちょっとだけフェードインさせる（お好みで） */
@keyframes concept-fade-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.CONCEPT00,
.CONCEPT01,
.CONCEPT02,
.CONCEPT-text01,
.CONCEPT-text02 {
  animation: concept-fade-up 0.7s ease-out both;
}
.CONCEPT01 { animation-delay: 0.1s; }
.CONCEPT02 { animation-delay: 0.2s; }
.CONCEPT-text01 { animation-delay: 0.15s; }
.CONCEPT-text02 { animation-delay: 0.25s; }

/******************************/
/* NEWS（横長カード風） */
/******************************/
.p-line-informaiton {
  max-width: 1120px;
  margin: 40px auto 24px;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  font-size: 13px;
  box-sizing: border-box;
}

.p-line-informaiton__ttl {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #666666;
}

.p-line-informaiton ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.p-line-informaiton li {
  margin: 0;
  white-space: nowrap;
}

.p-line-informaiton a {
  text-decoration: none;
  color: inherit;
}

.p-line-informaiton a:hover {
  text-decoration: underline;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    margin: 28px 12px 18px;
    padding: 10px 14px;
    border-radius: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .p-line-informaiton__ttl {
    font-size: 12px;
  }

  .p-line-informaiton ul {
    display: block;
    font-size: 12px;
  }

  .p-line-informaiton li {
    margin-bottom: 4px;
    white-space: normal;
  }
}

/******************************/
/* INFORMATION（白カード） */
/******************************/
.p-information {
  max-width: 1120px;
  margin: 32px auto 40px;
  padding: 28px 26px 30px;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.p-information .c-ttl-main {
  margin-top: 0;
  margin-bottom: 18px;
  text-align: left;
}

.p-information__body {
  margin: 0;
  line-height: 2;
  font-size: 14px;
  color: #4e4a42;
}

/* タブレット */
@media screen and (max-width: 1030px) {
  .p-information {
    margin: 26px 16px 32px;
    padding: 22px 20px 24px;
    border-radius: 22px;
  }

  .p-information__body {
    font-size: 13px;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .p-information {
    margin: 22px 12px 26px;
    padding: 18px 14px 20px;
    border-radius: 20px;
  }

  .p-information .c-ttl-main {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .p-information__body {
    font-size: 12px;
    line-height: 1.9;
  }
}

/******************************/
/* CONTENTS カードレイアウト */
/******************************/

/* カードの並び（PC：4列 ／ タブレット：3列 ／ スマホ：2列） */
.c-item-contents {
  max-width: 1120px;
  margin: -30px auto 40px;
  padding: 4px;
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 18px;
  list-style: none;
  box-sizing: border-box;
  background: transparent;
}

/* 各カードの共通スタイル */
.contents01,
.contents02,
.contents03,
.contents04 {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contents01 a,
.contents02 a,
.contents03 a,
.contents04 a {
  display: block;
}

.contents01 img,
.contents02 img,
.contents03 img,
.contents04 img {
  display: block;
  width: 100%;
  height: auto;
}

/* ホバー時のふわっと浮く感じ（PC・タブレット） */
@media (hover: hover) {
  .contents01:hover,
  .contents02:hover,
  .contents03:hover,
  .contents04:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.16);
  }
}

/* タブレット：3列に */
@media screen and (max-width: 1030px) {
  .c-item-contents {
    margin: 20px 16px 32px;
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    gap: 16px;
  }
}

/* スマホ：2列に */
@media screen and (max-width: 767px) {
  .c-item-contents {
    margin: 16px 12px 28px;
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 14px;
  }

  .contents01,
  .contents02,
  .contents03,
  .contents04 {
    border-radius: 18px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  }
}

/******************************/
/* CONTENTS のふわっと出るアニメーション */
/******************************/

/* 初期状態：少し下＋薄く */
.contents01,
.contents02,
.contents03,
.contents04 {
  opacity: 0;
  transform: translateY(20px);
}

/* JSで .c-item-contents に is-animated クラスがついたら順番に表示 */
.c-item-contents.is-animated .contents01 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 0.05s;
}
.c-item-contents.is-animated .contents02 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 0.12s;
}
.c-item-contents.is-animated .contents03 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 0.19s;
}
.c-item-contents.is-animated .contents04 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 0.26s;
}

/******************************/
/* RANKING：カードデザインを他と統一 */
/******************************/

/* セクション全体の余白を少し広めに */
.p-ranking.u-container {
  padding-top: 16px;
  padding-bottom: 40px;
}

/* slick の中身全体 */
.p-ranking-list {
  margin-top: 20px;
}

/* 各ランキングカード */
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin: 0 10px 12px;
  padding: 10px 12px 14px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  word-break: break-all;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* ホバーで少しだけふわっと */
@media (hover: hover) {
  .p-ranking-list__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
  }
}

/* カード内の画像エリア */
.p-ranking-list__img {
  position: relative;
  margin-bottom: 10px;
  border-radius: 14px;
  overflow: hidden;
}

/* 画像比率をやや横長に（4:3くらい） */
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.p-ranking-list__img a {
  display: block;
  position: absolute;
  inset: 0;
}

.p-ranking-list__img img {
  display: block !important;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

/* ランキングの番号バッジ */
.p-ranking-list__num {
  position: absolute;
  top: 8px;
  left: 8px;
  min-width: 26px;
  padding: 4px 6px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  background: #252525;
  color: #ffffff;
  text-align: center;
}

/* 1&#12316;3位だけ少し色を変える（既存の is-1 / is-2 / is-3 を利用） */
.p-ranking-list__num.is-1 {
  background: #d9b15f;
}
.p-ranking-list__num.is-2 {
  background: #b0b0b0;
}
.p-ranking-list__num.is-3 {
  background: #c47f4c;
}

/* タイトル部分 */
.p-ranking-list__ttl {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 4px;
}

.p-ranking-list__ttl a {
  text-decoration: none;
}

.p-ranking-list__ttl a:hover {
  text-decoration: underline;
}

/* 価格 */
.p-ranking-list__price {
  margin-top: 6px;
  font-size: 12px;
  color: #7b786d;
}

/* slick 矢印のデザインを少しナチュラルに */
.p-ranking-list .slick-prev,
.p-ranking-list .slick-next {
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.p-ranking-list .slick-prev:hover,
.p-ranking-list .slick-next:hover {
  background: #ffffff;
}

/* 矢印マーク */
.p-ranking-list .slick-prev:before,
.p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
}

/* 左矢印 */
.p-ranking-list .slick-prev {
  left: -10px;
}
.p-ranking-list .slick-prev:before {
  top: 10px;
  left: 13px;
  transform: rotate(-45deg);
}

/* 右矢印 */
.p-ranking-list .slick-next {
  right: -10px;
}
.p-ranking-list .slick-next:before {
  top: 10px;
  left: 7px;
  transform: rotate(135deg);
}

/* タブレット以下：矢印位置を内側に */
@media screen and (max-width: 1030px) {
  .p-ranking-list .slick-prev {
    left: 0;
  }
  .p-ranking-list .slick-next {
    right: 0;
  }
}

/* スマホ：カードと文字を少し小さめにして詰める */
@media screen and (max-width: 767px) {
  .p-ranking.u-container {
    padding-bottom: 24px;
  }

  .p-ranking-list__item {
    margin: 0 6px 10px;
    padding: 8px 8px 10px;
    border-radius: 18px;
  }

  .p-ranking-list__ttl {
    font-size: 12px;
  }

  .p-ranking-list__price {
    font-size: 11px;
  }
}

/* =======================================
   商品カード共通デザイン
   （ラインナップ／新着／おすすめ／インテリア）
   ======================================= */

/* カード本体 */
.c-item-list__cover,
.c-item-list__item {
  position: relative;
  box-sizing: border-box;
  padding: 10px 12px 14px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* 画像まわり：角丸＋トリミング */
.c-item-list__img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 8px;
}

/* 画像はアスペクト比を保って収める */
.c-item-list__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* hover時に少しだけズーム（PC／hover対応端末のみ） */
@media (hover: hover) {
  .c-item-list__cover:hover,
  .c-item-list__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  }

  .c-item-list__cover:hover .c-item-list__img img,
  .c-item-list__item:hover .c-item-list__img img {
    transform: scale(1.04);
  }
}

/* タイトル・価格の文字まわり微調整 */
.c-item-list__ttl {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 4px;
}

.c-item-list__ttl a {
  text-decoration: none;
}

.c-item-list__ttl a:hover {
  text-decoration: underline;
}

.c-item-list__price {
  font-size: 12px;
  color: #7b786d;
}

/* スマホ：カードを少しコンパクトに */
@media screen and (max-width: 767px) {
  .c-item-list__cover,
  .c-item-list__item {
    padding: 8px 8px 10px;
    border-radius: 18px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.10);
  }

  .c-item-list__ttl {
    font-size: 12px;
  }

  .c-item-list__price {
    font-size: 11px;
  }
}

/* =======================================
   p-free セクション共通のカードデザイン
   （ラインナップ／インテリア／OTHERS／FREE）
   ======================================= */
.p-free.u-container.u-contents {
  max-width: 1120px;
  margin: 40px auto 40px;
  padding: 28px 26px 30px;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

/* h2 見出しは左寄せ＆少しだけ余白調整 */
.p-free.u-container.u-contents .c-ttl-main {
  margin-top: 0;
  margin-bottom: 18px;
  text-align: left;
}

/* タブレットで少しコンパクトに */
@media screen and (max-width: 1030px) {
  .p-free.u-container.u-contents {
    margin: 32px 16px 32px;
    padding: 22px 20px 24px;
    border-radius: 22px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
  }
}

/* スマホではさらにコンパクトに */
@media screen and (max-width: 767px) {
  .p-free.u-container.u-contents {
    margin: 24px 12px 26px;
    padding: 18px 14px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
  }

  .p-free.u-container.u-contents .c-ttl-main {
    font-size: 18px;
    margin-bottom: 12px;
  }
}



/* ▼見出し：英語1行目／日本語2行目に強制 */
.c-ttl-main {
  display: block !important;  /* flex 指定などを上書きして縦並びにする */
  line-height: 1.4;
}

.c-ttl-main__ja {
  display: block !important;  /* 2行目に必ず落とす */
  margin-top: 4px;
  font-weight: normal;
  font-size: 14px;
  color: #909090;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .c-ttl-main__ja {
    margin-top: 2px;
    font-size: 12px;
    white-space: normal;
  }
}

/* ================================
   PC版ヒーロー
   左：スライダー ／ 右：クイック検索
   ================================ */
@media screen and (min-width: 1024px) {

  /* ヒーロー全体の横幅と余白 */
  .falisu-hero > .u-container {
    max-width: 1240px;
    padding: 0 24px;
    box-sizing: border-box;
  }

  /* 左右 2 カラムで並べる */
  .falisu-hero__main {
    display: flex !important;   /* PC は flex で横並び */
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 55px;                  /* ← ここが検索とスライダーのすき間 */
  }

  /* 左カラム：スライダー */
  .falisu-hero__slider {
    order: 0;                   /* 左側 */
    flex: 1 1 auto;             /* 余った分を広く使う */
    min-width: 0;
  }

  /* 右カラム：クイック検索 */
  .falisu-hero__search {
    order: 1;                   /* 右側 */
    flex: 0 0 360px;            /* 幅固定（お好みで 340&#12316;380px で調整可） */
    max-width: 360px;
  }

  /* スライダーは自分のカラムの中で100％に収める */
  .falisu-hero__slider .bx-wrapper,
  .falisu-hero__slider .bx-viewport,
  .falisu-hero__slider #slider {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* PC & タブレット：CONCEPT セクションの高さを少し低く */
@media screen and (min-width: 768px) {
  .CONCEPT-animation {
    /* 60px→20pxくらいに圧縮（上20 / 下24） */
    padding: 20px 0 24px;
  }
}


/* 念のため：日本語は必ず2行目に落とす */
.CONCEPT-animation .c-ttl-main__ja {
  display: block;
  margin-top: 4px;
}

/* =========================
   CONCEPT 見出し 最終調整
   ========================= */
.CONCEPT-animation .c-ttl-main {
  width: 100%;
  max-width: 1120px;      /* お店の他セクションと同じくらいの幅に */
  margin: 0 auto 18px !important;  /* コンテナ中央に置きつつ、テキストは左寄せ */
  padding: 0 0 0 0;
  text-align: left !important;     /* ← ここで確実に左寄せ */
}

/* 日本語タイトルを必ず2行目に＆位置を揃える */
.CONCEPT-animation .c-ttl-main__ja {
  display: block !important;
  margin-top: 4px;
}

/* メーカー ロゴカードの高さをそろえる */
.c-item-manufacturer__item {
  text-align: center;
}

.c-item-manufacturer__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;        /* PC・タブレットでのカードの高さ（お好みで調整OK） */
}
/* メーカーロゴを一回り小さくする */
@media screen and (min-width: 768px) {
  .c-item-manufacturer__img {
    height: 120px;              /* 160 → 130 に縮小（お好みで 120&#12316;140 くらいで調整可） */
  }

  .c-item-manufacturer__img img {
    max-width: 90%;             /* 横も少し内側に */
    max-height: 90%;            /* 縦方向もゆとりを持たせる */
  }
}

/* スマホはさらに少し小さめ */
@media screen and (max-width: 767px) {
  .c-item-manufacturer__img {
    height: 100px;              /* 120 → 100 に縮小 */
  }

  .c-item-manufacturer__img img {
    max-width: 78%;
    max-height: 78%;
  }
}



/* スマホは少し低め */
@media screen and (max-width: 767px) {
  .c-item-manufacturer__img {
    height: 120px;
  }
}

/* メーカーロゴ下の日本語ラベル */
.c-item-manufacturer__name {
  margin-top: 8px;
  font-size: 12px;
  color: #5b574c;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .c-item-manufacturer__name {
    font-size: 11px;
    margin-top: 6px;
  }
}

/* ロゴ＋キャッチコピー＋クイック検索の横並び */
.falisu-hero__top {
  display: flex;
  align-items: flex-start;
  gap: 40px;          /* 左右の余白 */
  margin-top: 40px;   /* スライダーとの距離 */
}

/* 左側：ロゴ＋キャッチコピー（縦に積む） */
.falisu-hero__logo-row {
  display: flex;
  flex-direction: column;  /* 上にロゴ、下にコピー */
  gap: 24px;
  flex: 1 1 55%;           /* おおよそ画面の6割くらいを担当 */
}

/* 右側：クイック検索カードの横サイズ */
.falisu-hero__search {
  flex: 0 0 600px;         /* ←横幅の“ベース”。ここを変えると横が変わる */
  max-width: 600px;        /* 最大幅の上限 */
}


@media screen and (max-width: 1030px) {
  .falisu-hero__top {
    flex-direction: column;   /* 画面が狭くなったら縦並び */
  }

  .falisu-hero__logo-row,
  .falisu-hero__search {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

