/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}

　}
　.bx-viewport #slider > div {
　 display: block;
　}
　.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/******************************/
/* FEATURES */
/******************************/
.p-features {
  padding-bottom: 30px;
}
.p-features-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 1030px) {
  .p-features-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.p-features-list__item {
  box-sizing: border-box;
  margin-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-features-list__item {
    margin-right: 5px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 300px;
  }
}
.p-features-list__in {
  box-sizing: border-box;
  position: relative;
}
.p-features-list__in:before {
  content: "";
  position: absolute;
  top: 150px;
  bottom: 30px;
  right: 10px;
  left: 10px;
  z-index: -1;
  background: transparent;
  transform-origin: bottom;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1030px) {
  .p-features-list__in:before {
    top: 150px;
    bottom: 30px;
    right: 15px;
    left: 15px;
  }
}
.p-features-list__in:hover:before {
  content: "";
}
.p-features-list__in:hover .p-features-list__img img {
}
.p-features-list__img {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-features-list__img img {
  width: 100%;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-features-list__txt {
  box-sizing: border-box;
  padding: 30px;
  background: #ffffff;
}
@media screen and (max-width: 1030px) {
  .p-features-list__txt {
    padding: 30px 20px;
    width: 300px;
  }
}
.p-features-list__ttl {
  font-weight: bold;
}
.p-features-list__body {
  color: #909090;
}
@media screen and (max-width: 1030px) {
  .p-features-list__body {
    white-space: initial;
  }
}
/***** お知らせ *****/
.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 CONCEPT */
/******************************/
.p-concept-list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-concept-list {
    margin-top: 30px;
  }
}
.p-concept-list__item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 135px;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__item {
    margin-bottom: 60px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__item {
    display: block;
    margin-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
.p-concept-list__item:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-concept-list__item:last-child {
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
.p-concept-list__item:nth-child(even) .p-concept-list__txt {
  margin-left: 100px;
  margin-right: 130px;
  order: -1;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__item:nth-child(even) .p-concept-list__txt {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__item:nth-child(even) .p-concept-list__txt {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-concept-list__img {
  position: relative;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-concept-list__img {
    width: auto;
    text-align: center;
  }
}
.p-concept-list__img:before {
  content: "";
  position: absolute;
  top: 150px;
  bottom: 15px;
  right: 90px;
  left: 90px;
  z-index: -1;
  background: transparent;
  transform: scaleY(2.3) perspective(0.6em) rotateX(2deg);
  transform-origin: bottom;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .p-concept-list__img:before {
    bottom: 20px;
    right: 20%;
    left: 20%;
  }
}
.p-concept-list__txt {
  flex: 1;
  margin-left: 130px;
  margin-right: 100px;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__txt {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__txt {
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-concept-list__ttl {
  font-size: 18px;
  font-weight: normal;
}
.p-concept-list__body {
  color: #909090;
}
/******************************/
/* TOP RANKING */
/******************************/

.p-ranking {
  padding-top: 80px;
  padding-bottom: 0px; 
}

.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0; 
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: calc(50% - 50px);
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}

.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP STYLING */
/******************************/
.p-styling {
  margin-bottom: 90px;
  position: relative;

}
@media screen and (max-width: 1030px) {
  .p-styling {
    margin-bottom: 0;
    position: relative;

  }
}
.p-styling-list {
  box-sizing: border-box;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  column-gap: 0;
    position: relative;

}
@media screen and (max-width: 1030px) {
  .p-styling-list {
    -webkit-column-count: 2;
     column-count: 2;
     position: relative;
     margin-left: -20px;
     margin-right: -20px;
  　 width: 100%;
     height: auto;
  }
}
.p-styling-list__item {
  box-sizing: border-box;
  padding-top: 0.5px;
  padding-left: 0.5px;
  padding-right: 0.2px;
  padding-bottom: 0px;
 -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.p-styling-list__item img {
  width: 100%;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 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;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}
@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 {
    margin-left: -40px;
    margin-right: -20px;
    position: relative;
  }
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
    margin-left: -40px;
    margin-right: -20px;
    position: relative;
  }
}
/* ===== スマホのチラつき対策（最小パッチ） ===== */
@media (max-width: 600px){

  /* 1) 画像のアニメ/フィルタを無効化（hover演出はスマホで不要） */
  .p-features .spica-features-v2 .p-features-list__img img{
    transition: none !important;
    filter: none !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: auto !important;  /* 余計なレイヤ昇格を防ぐ */
    transform: translateZ(0);       /* iOSでのチラつき緩和（合わなければ削除OK） */
  }
  .p-features .spica-features-v2 .p-features-list__img a:hover img{
    transform: none !important;
    filter: none !important;
  }

  /* 2) 画像領域の比率を固定（スクロール時のガタつき防止） */
  .p-features .spica-features-v2 .p-features-list__img{
    position: relative;
    overflow: hidden;
  }
  .p-features .spica-features-v2 .p-features-list__img::before{
    content:""; display:block; padding-top:100%; /* 4:3。正方形なら100% */
  }
  .p-features .spica-features-v2 .p-features-list__img > a{
    position:absolute; inset:0; display:block;
  }
  .p-features .spica-features-v2 .p-features-list__img img{
    width:100%; height:100%; object-fit:cover; display:block;
  }

  /* 3) タイトル周りもアニメなし＆余白をタイトに */
  .p-features .spica-features-v2 .p-features-list__txt{
    padding: 2px 6px 0 !important;
    margin: 0 !important;
  }
  .p-features .spica-features-v2 .p-features-list__ttl{
    margin: 0 0 2px !important;
    line-height: 1.22;
  }
}

/* 4) 端末の “動きを減らす” 設定を尊重（全体のアニメを切る） */
@media (prefers-reduced-motion: reduce){
  .p-features img,
  .p-features .p-features-list__ttl a{
    transition: none !important;
    animation: none !important;
  }
}

/* ===== NEWだけ “にゅっ” を完全停止＆揺れ封じ（強制版） ===== */

/* NEWセクション配下の一切のアニメ・変形を止める */
.p-concept * {
  animation: none !important;
  transition: none !important;
  transform: none !important;
}

/* フェード系が初期opacity:0を持っていても可視にする */
.p-concept .fadeIn,
.p-concept .fromBottom,
.p-concept .u-fade,
.p-concept .u-fadeIn {
  opacity: 1 !important;
}

/* 画像はブロック化＋サイズ安定でチラつき防止 */
.p-concept .p-concept-list__img img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}

/* :before の影や変形のトランジションも止める（揺れ元対策） */
.p-concept .p-concept-list__img::before {
  transition: none !important;
  transform: none !important;
  box-shadow: none !important;
}

/* スマホで広がる左右の負マージンを打ち消し（横ズレ防止） */
@media (max-width: 767px){
  .p-concept .p-concept-list__item{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* ===== NEWセクションの画像をスマホで全幅表示 ===== */
@media (max-width: 767px) {

  /* 横はみ出しを防いで全幅に */
  html, body {
    overflow-x: hidden !important;
  }

  /* NEWセクションの左右余白をゼロに */
  .p-concept,
  .p-concept .u-container,
  .p-concept .p-concept-list,
  .p-concept .p-concept-list__item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* 画像を画面いっぱいに広げる */
  .p-concept-list__img {
    width: 100vw !important;    /* 画面幅100%（余白ゼロ） */
    margin-left: -1px;          /* Safariの1pxずれ補正 */
  }
  .p-concept-list__img img {
    width: 100vw !important;
    height: auto !important;
    display: block;
    object-fit: cover !important;
  }

  /* テキスト部分は自然な余白を戻す */
  .p-concept-list__txt {
    padding: 16px 20px !important;
  }
}
/* ==== Pickup Artist の見出し位置を調整 ==== */
h2.c-ttl-main {
  padding-left: 80px !important; /* ← この数値で右寄せ具合を調整 */
}

@media (min-width: 768px) {
  h2.c-ttl-main {
    padding-left: 40px !important; /* PC表示時は少し広めに */
  }
}

/* ==== Pickup Artist 見出し専用の位置調整 ==== */
.pickup-artist-ttl {
  padding-left: 5.5em !important; /* ← ここで右寄せ具合を調整 */
  text-indent: 0 !important;
}

@media (min-width: 768px) {
  .pickup-artist-ttl {
    padding-left: 2.5em !important;
  }
}
/* Pickup Artist 見出しの位置を他と完全一致 */
.p-styling h2.c-ttl-main{
  margin: 2em 0 1em 0 !important;
  padding-left: 0 !important;
  text-align: left !important;
}

/* ===== 見出し（NEW / Restock / Recommended / Pickup Artist など）を統一 ===== */
h2.c-ttl-main {
  color: #000 !important;
  font-size: 1.5rem !important;
  font-weight: 300 !important;
  font-family: "Helvetica Neue", "Arial", "Hiragino Sans", "游ゴシック", sans-serif !important;
  letter-spacing: 0.03em !important;
  text-align: left !important;
  line-height: 1.4 !important;
  margin: 2em auto 1em auto !important;
  padding-left: 7px !important; /* ← 見出し全体の左位置 */
  max-width: 1000px; /* ← 全体の幅をそろえる */
  box-sizing: border-box;
}


/* === New：6枚グリッド（他に影響なし）=== */
.p-features-list.spica-grid6{
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 767px){
  .p-features-list.spica-grid6{
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

/* 既存flexの幅・余白を無効化（この範囲だけ） */
.spica-grid6 .p-features-list__item{
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.spica-grid6 .p-features-list__in{ position: relative; background: none; }

/* 画像＝正方形で端正に */
.spica-grid6 .p-features-list__img{
  position: relative;
  aspect-ratio: 1 / 1;  /* 正方形 */
  overflow: hidden;
}
.spica-grid6 .p-features-list__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;     /* 中央トリミングで整える */
  display: block;
  transition: none;      /* チラつき防止（スマホ） */
}

/* 見出しのみ表示（都会的ゴシック＋間隔を詰める） */
.spica-grid6 .p-features-list__txt{
  padding: 4px 2px 0;   /* ← 画像との間隔をタイトに */
  background: none;
}
.spica-grid6 .p-features-list__ttl{
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  font-family: "Helvetica Neue", "Inter", "Arial",
               "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  letter-spacing: 0.01em;
}
.spica-grid6 .p-features-list__ttl a{
  color: #111;
  text-decoration: none;
}

/* 説明文は非表示（念のため） */
.spica-grid6 .p-features-list__body{ display: none !important; }

/* 既存の飾り疑似要素を無効化（干渉防止） */
.spica-grid6 .p-features-list__in:before{ content:none !important; }

/* === New（スマホ2列3段・横スクロール防止）=== */
.p-features-list.spica-grid6 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 auto !important;
  padding: 0 !important;
  max-width: 1000px; /* PC時の幅を中央に */
  box-sizing: border-box;
}

/* スマホで2列3段、横スクロールなし */
@media (max-width: 767px) {
  .p-features-list.spica-grid6 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px; /* 左右にわずかに余白 */
    box-sizing: border-box;
    overflow-x: hidden; /* 横スクロール防止 */
  }
}

/* 各カード設定 */
.spica-grid6 .p-features-list__item {
  width: 100% !important;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

/* 画像を正方形に中央トリミング */
.spica-grid6 .p-features-list__img {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.spica-grid6 .p-features-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: none;
}

/* 見出しのデザイン（都会的ゴシックでタイトに） */
.spica-grid6 .p-features-list__txt {
  padding: 4px 2px 0;
  background: none;
  text-align: left;
}
.spica-grid6 .p-features-list__ttl {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  font-family: "Helvetica Neue", "Inter", "Arial",
               "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  letter-spacing: 0.01em;
}
.spica-grid6 .p-features-list__ttl a {
  color: #111;
  text-decoration: none;
}

/* 不要な装飾と説明をオフ */
.spica-grid6 .p-features-list__in:before { content: none !important; }
.spica-grid6 .p-features-list__body { display: none !important; }


/* === New：6枚グリッドのスマホはみ出し修正（この塊だけに適用）=== */

/* グリッド本体 */
.p-features-list.spica-grid6{
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 auto !important;
  padding: 0 !important;
  max-width: 1000px;
  box-sizing: border-box;
}

/* スマホ：2列3段 & 横スクロール/はみ出し防止 */
@media (max-width: 767px){
  .p-features-list.spica-grid6{
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;              /* 端で切れないよう少し内側に */
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;           /* 念のため */
  }

  /* ← これが決め手：テーマの width:300px を無効化 */
  .spica-grid6 .p-features-list__txt{
    width: auto !important;
    padding: 4px 2px 0 !important;  /* 画像と見出しの間隔をタイトに */
    background: none;
    box-sizing: border-box;
  }

  /* 各要素を列幅にフィットさせる */
  .spica-grid6 .p-features-list__item{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    box-sizing: border-box;
  }
  .spica-grid6 .p-features-list__in{ position: relative; background: none; }
  .spica-grid6 .p-features-list__img,
  .spica-grid6 .p-features-list__img a{
    display:block; width:100% !important;
  }

  /* 正方形画像 */
  .spica-grid6 .p-features-list__img{
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }
  .spica-grid6 .p-features-list__img img{
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: none;
  }
}

/* 見出しのみ（都会的ゴシック） */
.spica-grid6 .p-features-list__ttl{
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  font-family: "Helvetica Neue","Inter","Arial",
               "Hiragino Kaku Gothic ProN","Yu Gothic","Noto Sans JP",sans-serif;
  letter-spacing: 0.01em;
}
.spica-grid6 .p-features-list__ttl a{ color:#111; text-decoration:none; }

/* 説明文は出さない */
.spica-grid6 .p-features-list__body{ display:none !important; }

/* 既存の装飾や疑似要素の干渉を切る */
.spica-grid6 .p-features-list__in:before{ content:none !important; }


/* === New（spica-grid６）スマホ2列3段・横はみ出しゼロの最小パッチ === */

/* 親の横スクロール系を打ち消し */
.p-features .u-overflow-slide { overflow-x: visible !important; }

/* グリッド本体：PC=3列、中央寄せ */
.p-features-list.spica-grid6{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* 列幅のはみ出し防止 */
  gap: 16px;
  margin: 0 auto !important;
  padding: 0 12px !important;     /* コンテナ左右に内側余白 */
  max-width: 1000px;
  box-sizing: border-box;
  overflow: hidden;                /* 念のため */
}

/* スマホ：2列3段＋横スクロール完全停止 */
@media (max-width: 767px){
  .p-features-list.spica-grid6{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 100%;
  }
}

/* テーマ既存の width/余白をこの範囲だけ無効化 */
.spica-grid6 .p-features-list__item{
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  box-sizing: border-box;
  min-width: 0;                    /* テキストによるはみ出し防止 */
}
.spica-grid6 .p-features-list__in{ position: relative; background: none; }

/* 画像：正方形でフィット */
.spica-grid6 .p-features-list__img{
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.spica-grid6 .p-features-list__img > a{
  display:block; width:100% !important; height:100% !important;
}
.spica-grid6 .p-features-list__img img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transition: none;                /* スマホのチラつき対策 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 見出しのみ・都会的ゴシック、画像との間隔を詰める */
.spica-grid6 .p-features-list__txt{
  width: auto !important;          /* ← テーマの 300px を無効化 */
  padding: 4px 2px 0 !important;   /* 画像との間隔をタイトに */
  background: none;
  box-sizing: border-box;
}
.spica-grid6 .p-features-list__ttl{
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  font-family: "Helvetica Neue","Inter","Arial",
               "Hiragino Kaku Gothic ProN","Yu Gothic","Noto Sans JP",sans-serif;
  letter-spacing: 0.01em;
  word-break: break-word;          /* 長い英単語でのはみ出し防止 */
}
.spica-grid6 .p-features-list__ttl a{ color:#111; text-decoration:none; }

/* 説明文は出さない */
.spica-grid6 .p-features-list__body{ display:none !important; }

/* 既存の装飾疑似要素・拡大演出の干渉を止める */
.spica-grid6 .p-features-list__in:before{ content:none !important; }
.spica-grid6 .js-bigger .p-features-list__img img{ transform:none !important; }


/* === New（spica-grid6）タイトルが隣にかからない最小パッチ === */

/* タイトルの箱を列幅内に収める＆改行OKに */
.spica-grid6 .p-features-list__txt{
  width: auto !important;
  padding: 4px 2px 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
  overflow: hidden;           /* はみ出し防止 */
}

/* タイトル文字のサイズ調整＋強制改行設定 */
.spica-grid6 .p-features-list__ttl{
  margin: 0;
  line-height: 1.28;
  font-weight: 500;
  font-size: clamp(0.9rem, 2.6vw, 1rem);  /* 画面に応じて自動調整 */
  font-family: "Helvetica Neue","Inter","Arial",
               "Hiragino Kaku Gothic ProN","Yu Gothic","Noto Sans JP",sans-serif;
  letter-spacing: 0.01em;
  word-break: normal;         /* 日本語は通常の改行 */
  overflow-wrap: anywhere;    /* 長い英単語でも折り返す */
  hyphens: auto;
  min-width: 0;               /* Grid内でのはみ出し防止 */
}

/* aをブロック化して列幅にフィットさせる */
.spica-grid6 .p-features-list__ttl a{
  display: block;
  color: #111;
  text-decoration: none;
  max-width: 100%;
}

/* スマホ時は2行で切る（長すぎるタイトル対策） */
@media (max-width: 767px){
  .spica-grid6 .p-features-list__ttl{
    font-size: 0.95rem;               /* さらに少しだけ小さく */
    display: -webkit-box;
    -webkit-line-clamp: 2;            /* 2行で省略 */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* 念のため：各アイテムの最小幅制御（横はみ出し防止） */
.spica-grid6 .p-features-list__item{
  min-width: 0 !important;
}

/* === New（spica-grid6）見出し下の余白を少しゆるめる === */
.spica-grid6 .p-features-list__ttl {
  margin: 0 0 8px !important;     /* ← 下に6pxの余白を追加（お好みで10pxまで可） */
  line-height: 1.3;
}


/* === 全見出し下の余白を少し詰める（Category, New, Pickup Artist, Restock, Recommended 共通）=== */
h2.c-ttl-main {
  margin-bottom: 0.8em !important;   /* ← デフォルト1.5em前後を詰める。もっとタイトなら0.6emもOK */
  margin-top: 1.6em !important;      /* 上の余白もほんの少し短く */
}

/* スマホでのバランス調整（もう少しコンパクトに） */
@media (max-width: 767px){
  h2.c-ttl-main {
    margin-top: 1.2em !important;
    margin-bottom: 0.6em !important;
  }
}

/* === Newセクション内（特集タイトル部分）のフォントを細いゴシック・小さめに整える === */
.spica-grid6 .p-features-list__ttl {
  font-family: "Helvetica Neue", "Inter", "Arial",
               "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;     /* 細めに（従来500→400） */
  font-size: 0.95rem !important;   /* ひとまわり小さく */
  line-height: 1.3 !important;
  letter-spacing: 0.02em !important;
  color: #111 !important;
  text-align: left !important;
  margin: 0 0 8px !important;      /* 下の余白を少しだけ広めに */
}

/* スマホでさらに自然に調整 */
@media (max-width: 767px){
  .spica-grid6 .p-features-list__ttl {
    font-size: 0.9rem !important;
    margin-bottom: 6px !important;
  }
}

