.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 90%;
  margin: 0px auto;
  text-align: center;
}

.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-top-logo a:hover {
  opacity: .66;
}

.p-top-logo a:active {
  opacity: 1;
}

#p-slider .bx-controls-direction a {
  z-index: 100;
}

#p-slider .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

#p-slider .bx-wrapper img {
  margin: 0 auto;
}

#p-slider .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .3);
}

#p-slider .bx-caption span {
  padding: 1.5em;
}

#p-slider .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#p-slider .bx-pager a {
  background: #fff;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: #8DA9B8;
}

.p-news {
  line-height: 1.5;
  margin: 0;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.p-info {
  line-height: 1.5;
}

.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: #f8f8f8;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: #f8f8f8;
  background: #333;
}

.p-custom-banner__unit--text a {
  color: #f8f8f8;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}

@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }

  #p-slider .bx-pager {
    bottom: 30px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }

  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .p-custom-banner__heading {
    font-size: 30px;
  }
}
.row{
	display: flex;
    flex-wrap: wrap;
  justify-content: center;
}
.col-4{
    flex: 0 0 33.3%;
  margin-bottom: 30px;
}
.col-3{
    flex: 0 0 25%;
  margin-bottom: 30px;
}
/* ===== トップ文章エリア FINAL ===== */

.top-message{
  text-align:center;
  max-width:460px;      /* 横幅を絞る */
  margin:50px auto 35px; /* 上広め・下少し詰め */
  line-height:2.1;       /* 呼吸感 */
  font-size:14px;        /* 主張しないサイズ */
  color:#666;            /* 少し柔らかく */
  letter-spacing:0.05em; /* セレクト感 */
  background:transparent;
}

/* =========================================================
   CATEGORY grid：さらに短く＋スマホ最終行中央寄せ（FINAL v2）
========================================================= */

.category-grid{
  display: grid;
  margin: 0 auto;
  gap: 14px;
}

/* PC：4列 */
@media screen and (min-width: 900px){
  .category-grid{
    grid-template-columns: repeat(4, 1fr);
    max-width: 980px;
    gap: 14px;
  }
}

/* タブレット：3列 */
@media screen and (min-width: 600px) and (max-width: 899px){
  .category-grid{
    grid-template-columns: repeat(3, 1fr);
    max-width: 760px;
    gap: 12px;
  }
}

/* スマホ：6分割（= 3列相当、でも最終行を中央に揃えやすい） */
@media screen and (max-width: 599px){
  .category-grid{
    grid-template-columns: repeat(6, 1fr);
    max-width: 600px;
    gap: 8px;
  }
  .category-grid a{
    grid-column: span 2; /* 3列相当になる */
  }

  /* 最後の2枚を中央（2&#12316;5列）に配置 */
  .category-grid a:nth-last-child(2){
    grid-column: 2 / span 2;
  }
  .category-grid a:nth-last-child(1){
    grid-column: 4 / span 2;
  }
}

.category-grid a{
  display: block;
}

/* タイル共通（高さをさらに圧縮） */
.category-grid img.cat-tile{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;

  /* 2:1より少し横長＝縦が短くなる */
  aspect-ratio: 5 / 2;

  border-radius: 6px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03);

  transition: opacity .15s ease, transform .15s ease;
}

/* PC：ホバー */
@media (hover:hover){
  .category-grid a:hover img.cat-tile{
    opacity: .92;
    transform: translateY(-1px);
  }
}

/* SP：タップ */
.category-grid a:active img.cat-tile{
  opacity: .85;
  transform: scale(.99);
}
/* PC（4列）の最終行：最後2枚を中央寄せ */
@media screen and (min-width: 900px){
  .category-grid a:nth-last-child(2){ grid-column: 2; }
  .category-grid a:nth-last-child(1){ grid-column: 3; }
}
/* ===== Instagram埋め込み：スマホ横スクロール＋PC3列 ===== */

/* 共通：埋め込みがはみ出さないように */
.insta-grid .instagram-media{
  margin: 0 !important;
  max-width: 100% !important;
  min-width: 0 !important;
  width: 100% !important;
}

/* PC：3列グリッド */
@media screen and (min-width: 900px){
  .insta-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

/* タブレット：2列 */
@media screen and (min-width: 600px) and (max-width: 899px){
  .insta-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

/* スマホ：横スクロール（縦に長くしない） */
@media screen and (max-width: 599px){
  .insta-grid{
    display: flex;
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 6px;
  }
  .insta-item{
    flex: 0 0 82%;
    scroll-snap-align: start;
  }
}

/* =========================================
  RANKING
  ・順位バッジ：小さめ / 左上ぴったり / 高級感ミニマル
  ・1位 黒
  ・2位 シルバー感グレー
  ・3位 薄っすら銅っぽい白ベース
  ・4&#12316;6位 淡いグレー
  ・スマホだけ横スクロール
  ・PCは既存グリッド維持
  ・スマホでは「もっと見る」非表示
========================================= */

/* -----------------------------------------
  ランキング全体
----------------------------------------- */
.p-ranking .c-product-list__image-wrap {
  position: relative;
}

/* -----------------------------------------
  順位バッジ 共通
----------------------------------------- */
.p-ranking .c-product-list__index {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;

  border-radius: 0;
  background: rgba(255, 255, 255, 0.96);
  border-top: 0;
  border-left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.10);
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);

  color: #111;
  text-align: center;
  line-height: 1;
  box-shadow: none;
}

.p-ranking .c-product-list__index-label {
  display: block;
  margin: 0 0 3px;
  font-size: 6px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.18em;
  opacity: 0.52;
}

.p-ranking .c-product-list__index-num {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

/* 1位：黒 */
.p-ranking .c-product-list__index--1 {
  background: #111;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  color: #d1b36a;
}

/* 2位：シルバー感を少し強める */
.p-ranking .c-product-list__index--2 {
  background: #dddddd;
  border-right: 1px solid rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  color: #2f2f2f;
}

/* 3位：白ベースにほんのり銅感 */
.p-ranking .c-product-list__index--3 {
  background: #f8f4f1;
  border-right: 1px solid rgba(126, 88, 60, 0.22);
  border-bottom: 1px solid rgba(126, 88, 60, 0.22);
  color: #5f4636;
}

/* 4&#12316;6位：かなり淡いグレーで静かにまとめる */
.p-ranking .c-product-list__index--4,
.p-ranking .c-product-list__index--5,
.p-ranking .c-product-list__index--6 {
  background: #f5f5f5;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #666;
}

/* 数字の強弱でも順位差を出す */
.p-ranking .c-product-list__index--2 .c-product-list__index-num {
  font-weight: 800;
}

.p-ranking .c-product-list__index--3 .c-product-list__index-num {
  font-weight: 700;
}

.p-ranking .c-product-list__index--4 .c-product-list__index-num,
.p-ranking .c-product-list__index--5 .c-product-list__index-num,
.p-ranking .c-product-list__index--6 .c-product-list__index-num {
  font-weight: 600;
}

/* -----------------------------------------
  説明文
----------------------------------------- */
.p-ranking .c-product-list__expl {
  line-height: 1.6;
}

/* -----------------------------------------
  スマホだけ横スクロール
----------------------------------------- */
@media screen and (max-width: 767px) {
  .p-ranking .c-product-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 16px 2px;
    margin: 0 -16px 0;
    list-style: none;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .p-ranking .c-product-list__item {
    flex: 0 0 72%;
    width: 72%;
    min-width: 72%;
    max-width: 72%;
    margin: 0;
    padding: 0;
    scroll-snap-align: start;
  }

  .p-ranking .c-product-list__item.is-hidden {
    display: block;
  }

  .p-ranking .c-product-list__button {
    display: none;
  }

  .p-ranking .c-product-list__index {
    width: 36px;
    height: 36px;
  }

  .p-ranking .c-product-list__index-label {
    margin-bottom: 2px;
    font-size: 5px;
    letter-spacing: 0.16em;
  }

  .p-ranking .c-product-list__index-num {
    font-size: 13px;
  }

  .p-ranking .c-product-list,
  .p-ranking .c-product-list__item {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/* =========================================
  NEW ARRIVAL / RECOMMEND ITEM
  スマホで軽く見せる調整（修正版）
========================================= */
@media screen and (max-width: 767px) {

  /* 商品画像下の余白を少し詰める */
  .c-product-list__image-wrap {
    margin-bottom: 8px;
  }

  /* 商品名は切らずに自然表示 */
  .c-product-list__name {
    line-height: 1.32;
    margin-bottom: 8px;
  }

  /* 価格の上下余白を少し整理 */
  .c-product-list__price,
  .c-product-info__price {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.2;
  }

  /* 説明文だけ2行で制限 */
  .c-product-list__expl {
    line-height: 1.55;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: calc(1.55em * 2);
    margin-bottom: 8px;
  }

  /* お気に入りボタン下の余白を詰める */
  .c-product-list__fav-item {
    margin-top: 0;
    margin-bottom: 0;
  }

  /* 商品カード全体の下余白を少し軽く */
  .c-product-list__item {
    padding-bottom: 10px;
  }

  /* 「もっと見る」ボタンまわり */
  .c-product-list__button {
    margin-top: 14px;
    margin-bottom: 6px;
  }

  .c-product-list__button .c-button {
    min-height: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-list__name {
    font-size: 92%;
    line-height: 1.28;
  }
}
/* =========================================
  INFORMATION を軽く見せる
========================================= */
@media screen and (max-width: 767px) {
  .p-news {
    margin-bottom: 0;
  }

  .p-news__label {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.4;
  }

  .p-news__content {
    margin-bottom: 18px;
    line-height: 1.6;
  }

  .p-news__content a {
    line-height: 1.6;
  }

  .p-info {
    margin-top: 8px;
    line-height: 1.75;
    font-size: 14px;
  }

  .p-info p {
    margin: 0 0 12px;
  }

  .p-info p:last-child {
    margin-bottom: 0;
  }
}