/* ===== CSS Variables ===== */
:root {
  --black: #252525;
  --white: #ffffff;
  --yellow: #FABE00;
  --f-pink: #E85298;
  --r-pink: #D7167D;
  --l-pink: #E72C61;
  --gray1: #f7f7f7;
  --gray2: #bcbcbc;
  --gray3: #D9D9D9;
  --gray4: #4f4f4f;
  --border: #E9E9E9;
  --red: #ff0000;
  --max-width: 1440px;
  --header-height: 4.875rem;
  --section-padding-x: 6rem;
  --section-padding-y: 6.25rem;
  --card-width: 12.1rem;
  --card-gap: 1.875rem;
  --font-jp: 'Noto Sans JP', sans-serif;
  --font-en: 'Montserrat', sans-serif;
}

/* ===== Reset ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: clamp(14px, 1.25vw, 18px);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font: inherit;
}

.icon-circle-up:before {
  content: "";
  display: inline-block;
  width: 1.112em;;
  height: 1.112em;;
  background-image: url(../img/new-default/top-back.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

main.bnk-main {
  max-width: none !important;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  /* 背景画像とグラデーションを一括指定 */
  background-image:
    url('../img/new-default/bnk-bg_top.jpg'),
    /* 上に配置する画像 */
    url('../img/new-default/bnk-bg_btm.jpg'),
    /* 下に配置する画像 */
    linear-gradient(to left, #FFA207 0%, #FFA207 20%, #FFC620 100%);
  /* ご指定の2色グラデーション */
  /* 画像は繰り返さない、グラデーションは全体 */
  background-repeat: no-repeat, no-repeat, no-repeat;
  /* 位置：上中央、下中央、グラデーションは中央 */
  background-position: center 8.6rem, bottom center, center;
  /* サイズ：横幅いっぱい、高さは自動（またはお好みで調整） */
  background-size: 100% auto, 100% auto, cover;
  /* 背景を固定したい場合はこれ（任意） */
  background-attachment: scroll, scroll, fixed;
}

main.lnv-main {
  max-width: none !important;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  /* 背景画像とグラデーションを一括指定 */
  background-image:
    url('../img/new-default/nvl-bg_top1.jpg'),
    /* 上に配置する画像 */
    url('../img/new-default/nvl-bg_btm1.jpg'),
    /* 下に配置する画像 */
    /* linear-gradient(to left, #868686 0%, #868686 12%, #B1B1B1 100%); */
    linear-gradient(to left, #2B2F7F 0%, #2B2F7F 12%, #4B4FA2 100%);
  /* ご指定の2色グラデーション */
  /* 画像は繰り返さない、グラデーションは全体 */
  background-repeat: no-repeat, no-repeat, no-repeat;
  /* 位置：上中央、下中央、グラデーションは中央 */
  background-position: center 8.6rem, bottom center, center;
  /* サイズ：横幅いっぱい、高さは自動（またはお好みで調整） */
  background-size: 100% auto, 100% auto, cover;
  /* 背景を固定したい場合はこれ（任意） */
  background-attachment: scroll, scroll, fixed;
}

main.lnf-main {
  max-width: none !important;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  /* 背景画像とグラデーションを一括指定 */
  background-image:
    url('../img/new-default/nvf-bg_top.jpg'),
    /* 上に配置する画像 */
    url('../img/new-default/nvf-bg_btm.jpg'),
    /* 下に配置する画像 */
    linear-gradient(to left, #FF66A4 0%, #FF66A4 20%, #FF92C2 100%);
  /* ご指定の2色グラデーション */
  /* 画像は繰り返さない、グラデーションは全体 */
  background-repeat: no-repeat, no-repeat, no-repeat;
  /* 位置：上中央、下中央、グラデーションは中央 */
  background-position: center 8.6rem, bottom center, center;
  /* サイズ：横幅いっぱい、高さは自動（またはお好みで調整） */
  background-size: 100% auto, 100% auto, cover;
  /* 背景を固定したい場合はこれ（任意） */
  background-attachment: scroll, scroll, fixed;
}


.sp-flex {
  display: none;
}

/* --- ber --- */
.category-bar__release {
  gap: 0;
  align-items: end;
}

/* --- BNK Slider --- */
/* 余計なパーツを最初から物理的に消す（チラつき防止） */
/* SwiperのデフォルトUI（使わない場合）を非表示、またはリセット */
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  display: none !important;
}

/* スライダー本体の表示担保 */
#main-slider,
#thumbnail-slider {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.bnk-slider {
  background: var(--black);
  padding: 1rem 0;
  overflow: hidden;
}

/* 幅の自動計算が走るため、Swiperではflex-shrinkを0に */
.bnk-slider__slide {
  flex-shrink: 0;
  width: 31.25rem;
  /* 500px相当 */
  height: 18.25rem;
  /* 292px相当 */
  aspect-ratio: 500 / 292;
}

.bnk-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* メインのオーバーレイ */
.bnk-slider__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.4s ease;
  pointer-events: none;
}

/* Swiperのアクティブクラスに合わせて変更 */
.bnk-slider__slide.swiper-slide-active .bnk-slider__overlay {
  opacity: 0;
}

/* ナビゲーションエリア */
.bnk-slider__nav {
  width: 60%;
  min-width: 26em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 0.937rem;
  max-width: 600px;
}

/* 矢印ボタン */
.bnk-slider__prev,
.bnk-slider__next {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
}

.bnk-slider__arrow {
  position: relative;
  display: inline-block;
  width: 9px;
}

.bnk-slider__arrow::before,
.bnk-slider__arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.8px);
  right: 0;
  width: 14px;
  height: 1.6px;
  border-radius: 9999px;
  background-color: var(--yellow);
  transform-origin: calc(100% - 0.8px) 50%;
}

.bnk-slider__arrow-nvl::before,
.bnk-slider__arrow-nvl::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.8px);
  right: 0;
  width: 14px;
  height: 1.6px;
  border-radius: 9999px;
  background-color: var(--white) !important;
  transform-origin: calc(100% - 0.8px) 50%;
}

.bnk-slider__arrow-nvf::before,
.bnk-slider__arrow-nvf::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.8px);
  right: 0;
  width: 14px;
  height: 1.6px;
  border-radius: 9999px;
  background-color: var(--f-pink) !important;
  transform-origin: calc(100% - 0.8px) 50%;
}

.bnk-slider__arrow::before {
  transform: rotate(60deg);
}

.bnk-slider__arrow::after {
  transform: rotate(-60deg);
}

.bnk-slider__prev {
  transform: rotate(180deg);
}

.bnk-slider__next {
  transform: rotate(0deg);
}

/* サムネイル */
.bnk-slider__thumb {
  flex-shrink: 0;
  width: 5rem;
  height: 2.9375rem;
  position: relative;
  cursor: pointer;
}

.bnk-slider__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bnk-slider__thumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.4s ease;
}

/* Swiperのサムネイルアクティブクラスに合わせて変更 */
.bnk-slider__thumb.swiper-slide-thumb-active .bnk-slider__thumb-overlay {
  opacity: 0;
}

/* --- Page Navigation --- */
.bnk-page-nav {
  display: flex;
  justify-content: center;
  padding: 1.5rem var(--section-padding-x);
}

.bnk-page-nav__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}

.bnk-page-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  color: var(--black) !important;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  padding: 1.25rem 1.0625rem;
  min-width: 13.6rem;
  white-space: nowrap;
  text-decoration: none;
  border-right: 1px solid var(--white);
  transition: opacity 0.2s ease;
  line-height: 1;
}

.bnk-page-nav__item-nvl {
  /* background: #D4D4D4; */
  background: #C7C9E2;
}

.bnk-page-nav__item-nvf {
  background: var(--f-pink);
  color: var(--white) !important;
}

.nvl-page-nav__item {
  /* background: #D4D4D4; */
  background: #C7C9E2;
}

.nvf-page-nav__item {
  background: #FFD5E9;
}

.bnk-page-nav__list>li:last-child .bnk-page-nav__item {
  border-right: none;
}

.bnk-page-nav__item:hover {
  opacity: 0.75;
}

.nvl2 li {
  flex: 1;
  /* すべてのliを均等な幅に広げる */
  display: flex;
  /* 中の a タグを制御しやすくするため */
}

.nvl2 .bnk-page-nav__item {
  width: 100%;
  min-width: 17rem;
}

/* --- BR Wrap --- */
.br-wrap__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 1.875rem var(--section-padding-x);
  display: flex;
  gap: 2.5rem;
  align-items: center;
}

.br-wrap__banner {
  flex: 1 0 0;
  min-width: 0;
  display: block;
}

.br-wrap__banner img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.2s ease;
}

.br-wrap__banner:hover img {
  opacity: 0.85;
}

/* --- BNK 共通 --- */
/* section */
section {
  max-width: 1440px;
  margin: 0 auto;
}

section.bnk-slider {
  max-width: 100%;
}

/* タイトル周り */
.bnk-news,
.bnk-goods,
.bnk-next-goods,
.bnk-site-link {
  padding: var(--section-padding-y) var(--section-padding-x) 0;
}

.bnk-news {
  padding: 0 var(--section-padding-x);
}


.bnk-goods__card,
.bnk-next-goods__card,
.bnk-site-link__card {
  background: var(--white);
  border-radius: 0.75rem;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.bnk-goods__card_wrap .bnk-goods__tag-wrap{
  margin-bottom: 1em;
}

.bnk-page__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.bnk-page__title-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.bnk-page-icon {
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  overflow: hidden;
}

.bnk-news__title-icon img,
.bnk-page__title-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bnk-page__title-texts {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}

.bnk-news__title,
.bnk-page__title {
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0.1875rem;
  color: var(--black);
  line-height: 1;
  padding: 0;
}

.bnk-news__subtitle,
.bnk-page__subtitle {
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
  color: var(--gray2);
  line-height: 1;

}
.bnk-news__subtitle{
  text-transform: uppercase;
}

.bnk-page__header-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.5rem 1.125rem;
  background: var(--yellow);
  border: 1px solid var(--yellow);
  border-radius: 999px;
  width: 11.125rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: background 0.25s ease;
}

.bnk-page__header-btn:hover {
  background: transparent;
}

.bnk-page__btn-text {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  color: var(--black);
  text-align: center;
  flex: 1;
  min-width: 0;
}

/* ヘッダー下帯 */
.category-bar__release-jp {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.135rem;
}

.category-bar__release-num {
  font-family: 'Brygada 1918', serif;
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0;
  line-height: 0.8;
}

/* タグ周り */
.bnk__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--white);
  line-height: 1;
  white-space: nowrap;
  background: var(--yellow);
  min-width: 4.8125rem;
  text-align: center;
}

.nvl__badge {
  /* background: #000; */
  background: #3C4190;
}

.nvf__badge {
  background: var(--f-pink);
}

.all__badge--red {
  background: var(--red);
}


/* --- BNK News Section --- */
.bnk-news__card {
  background: var(--white);
  border-radius: 0.75rem;
  padding: 5rem;
  display: flex;
  gap: 3.75rem;
  align-items: center;
}

.bnk-news__head {
  flex: 0 0 11.5625rem;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}

.bnk-news__title-block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.bnk-news__title-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.bnk-news__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.5rem 1.125rem;
  background: var(--yellow);
  border: 1px solid var(--yellow);
  border-radius: 999px;
  width: 100%;
  text-decoration: none;
  transition: background 0.25s ease;
}

.bnk-news__btn:hover {
  background: transparent;
}

.bnk-news__btn-text {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  color: var(--black);
  text-align: center;
  flex: 1;
  min-width: 0;
  line-height: 1;
}

.bnk-news__btn-arrow {
  flex-shrink: 0;
  height: auto;
  transform: rotate(90deg);
}

.bnk-news__list {
  flex: 1;
  min-width: 0;
  list-style: none;
}

.bnk-news__item {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  padding: 1.125rem 0.75rem;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  color: var(--black);
  transition: opacity 0.2s ease;
}

/* .bnk-news__list li:first-child .bnk-news__item {
  padding-top: 0;
} */

.bnk-news__item:hover {
  background-color: #F3F3F3;
}

.bnk-news__item-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  min-width: 0;
}

.bnk-news__date {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--black);
  white-space: nowrap;
  line-height: 1.5;
  flex-shrink: 0;
}

.bnk-news__date {
  font-weight: 400;
}

.bnk-news__text {
  font-weight: 400;
  font-size: 0.75rem;
  color: var(--black);
  line-height: 1.5;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bnk-news__item__arrow {
  position: relative;
  display: inline-block;
  width: 4.8px;
  height: 12.7px;
}

.bnk-news__item__arrow::before,
.bnk-news__item__arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--border);
  transform-origin: calc(100% - 0.5px) 50%;
}

.bnk-news__item__arrow::before {
  transform: rotate(60deg);
}

.bnk-news__item__arrow::after {
  transform: rotate(-60deg);
}

/* --- BNK This Month Goods --- */
.bnk-goods__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}

.bnk-goods__item {
  display: flex;
  gap: 1.875rem;
  align-items: flex-start;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--border);
}
.bnk-goods__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.bnk-goods__item .sp-img_wrap {
  width: 24%;
}

.bnk-goods__img {
  flex: 0 0 13.9375rem;
}

.bnk-goods__img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 156 / 220;
  object-fit: cover;
}

.bnk-goods__text-wrap {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}

.bnk-goods__tag-wrap {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.bnk-goods__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  background: var(--yellow);
  border-radius: 0.125rem;
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--white);
  line-height: 1;
  white-space: nowrap;
  align-self: flex-start;
}

.bnk-goods__category_red {
  background: var(--red);
}

.bnk-goods__info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.bnk-goods__book-title {
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--black) !important;
  line-height: 1.5;
}

.bnk-goods__credit {
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--black);
  line-height: 1.5;
}

.bnk-goods__desc {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.bnk-goods__catchcopy {
  font-weight: 500;
  font-size: 1rem;
  /* color: var(--yellow); */
  color: #FFA126;
  line-height: 1.5;
}

.nvl-goods__catchcopy {
  /* color: var(--black); */
  color: #3C4190;
}

.nvf-goods__catchcopy {
  color: var(--f-pink);
}

.bnk-goods__body {
  font-weight: 400;
  font-size: 1rem;
  color: var(--black);
  line-height: 1.5;
  text-align: justify;
}

.bnk-goods__links {
  display: flex;
  gap: 0.5rem;
  width: 18.75rem;
}

.bnk-goods__link {
  min-width: 9.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0.375rem 1rem;
  border: 1px solid var(--gray4) !important;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 0.75rem;
  color: var(--gray4) !important;
  text-decoration: none;
  line-height: 1.5;
  white-space: nowrap;
  transition: background 0.3s ease, color 0.3s ease;
}

.bnk-goods__link:hover {
  background: var(--gray4);
  color: var(--white) !important;
}

/* --- BNK Next Month Goods --- */
.bnk-next-goods__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.bnk-next-goods__item {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 0.75rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border);
}

.bnk-next-goods__item:first-child {
  padding-top: 0;
}

.bnk-next-goods__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.bnk-next-goods__badges {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  flex-shrink: 0;
  width: 10.375rem;
}

.bnk-next-goods__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.bnk-next-goods__book-title {
  font-weight: 700;
  font-size: 1rem;
  color: var(--black) !important;
  line-height: 1.5;
}

.bnk-next-goods__credit {
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--black);
  line-height: 1.5;
}

/* --- BNK Site Link --- */
.bnk-site-link__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.bnk-site-link__item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--black);
}

.bnk-site-link__img {
  width: 100%;
  aspect-ratio: 300 / 120;
  overflow: hidden;
}

.bnk-site-link__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.bnk-site-link__item:hover .bnk-site-link__img img {
  transform: scale(1.04);
}

.bnk-site-link__name {
  font-weight: 500;
  font-size: 0.75rem;
  color: var(--black);
  line-height: 1.5;
}

.bnk-site-link__banners {
  display: flex;
  gap: 1.25rem;
  align-items: stretch;
  padding-top: 2.625rem;
  border-top: 1px solid var(--border);
}

.bnk-site-link__banner {
  flex: 1 0 0;
  min-width: 0;
  display: block;
  aspect-ratio: 319 / 120;
  overflow: hidden;
  transition: opacity 0.2s ease;
}

.bnk-site-link__banner:hover {
  opacity: 0.85;
}

.bnk-site-link__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- Category Banner --- */
.cat-banner {
  padding: 6.25rem var(--section-padding-x);
}

.cat-banner__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.cat-banner__item {
  flex: 1 0 0;
  min-width: 0;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.cat-banner__item:hover {
  opacity: 0.8;
}


/* ロサージュ */
.cat-banner__item {
  background: var(--white);
  border-radius: 0.25rem;
  padding: 0;
}

.cat-banner__item img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== Wide Screen (1281px+) ===== */
@media (min-width: 1281px) {
  .site-header {
    background: var(--black);
  }

  .header__inner {
    max-width: var(--max-width);
  }

  .site-footer {
    background: var(--black);
  }
}

/* ===== SP (768px以下) ===== */
/* ===== SP (768px以下) ===== */
@media (max-width: 768px) {
  :root {
    --section-padding-x: 1.25rem;
    --section-padding-y: 3.75rem;
    --card-width: calc(50% - 0.625rem);
  }

  html {
    font-size: clamp(12px, 1.34vw + 5.7px, 16px);
  }

  .sp-flex {
    display: flex;
  }

  .icon-circle-up:before {
    content: "";
    display: inline-block;
    width: 1.168em;
    height: 1.168em;
    background-image: url(../img/new-default/top-back.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  main.bnk-main {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    /* 背景画像とグラデーションを一括指定 */
    background-image:
    url('../img/new-default/bnk-bg_top.jpg'),
    /* 上に配置する画像 */
    url('../img/new-default/bnk-bg_btm.jpg'),
    /* 下に配置する画像 */
    linear-gradient(to left, #FFA207 0%, #FFA207 20%, #FFC620 100%);
    /* ご指定の2色グラデーション */
    /* 画像は繰り返さない、グラデーションは全体 */
    background-repeat: no-repeat, no-repeat, no-repeat;
    /* 位置：上中央、下中央、グラデーションは中央 */
    background-position: center 23rem, center 100%, center;
    /* サイズ：横幅いっぱい、高さは自動（またはお好みで調整） */
    background-size: 100% auto, 100% auto, cover;
    /* 背景を固定したい場合はこれ（任意） */
    background-attachment: scroll, scroll, fixed;
  }

  main.lnv-main {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    /* 背景画像とグラデーションを一括指定 */
    background-image:
      url('../img/new-default/nvl-bg_top.jpg'),
      /* 上に配置する画像 */
      url('../img/new-default/nvl-bg_btm.jpg'),
      /* 下に配置する画像 */
      linear-gradient(to left, #868686 0%, #868686 12%, #B1B1B1 100%);
    /* ご指定の2色グラデーション */
    /* 画像は繰り返さない、グラデーションは全体 */
    background-repeat: no-repeat, no-repeat, no-repeat;
    /* 位置：上中央、下中央、グラデーションは中央 */
    background-position: center 23rem, bottom center, center;
    /* サイズ：横幅いっぱい、高さは自動（またはお好みで調整） */
    background-size: 100% auto, 100% auto, cover;
    /* 背景を固定したい場合はこれ（任意） */
    background-attachment: scroll, scroll, fixed;
  }

  main.lnf-main {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    /* 背景画像とグラデーションを一括指定 */
    background-image:
      url('../img/new-default/nvf-bg_top.jpg'),
      /* 上に配置する画像 */
      url('../img/new-default/nvf-bg_btm.jpg'),
      /* 下に配置する画像 */
      linear-gradient(to left, #FF66A4 0%, #FF66A4 20%, #FF92C2 100%);
    /* ご指定の2色グラデーション */
    /* 画像は繰り返さない、グラデーションは全体 */
    background-repeat: no-repeat, no-repeat, no-repeat;
    /* 位置：上中央、下中央、グラデーションは中央 */
    background-position: center 23rem, bottom center, center;
    /* サイズ：横幅いっぱい、高さは自動（またはお好みで調整） */
    background-size: 100% auto, 100% auto, cover;
    /* 背景を固定したい場合はこれ（任意） */
    background-attachment: scroll, scroll, fixed;
  }

  .btn3 {
    width: 100%;
    padding: 1rem 1.125rem;
  }

  /* BNK Slider */
  .bnk-slider {
    padding: 1.25rem 0;
  }

  .bnk-slider__slide {
    width: calc(100vw - 6rem);
    height: auto;
    aspect-ratio: 500 / 292;
  }

  .bnk-slider__thumbs {
    gap: 0.5rem;
  }

  .bnk-slider__thumb {
    width: 3.75rem;
    height: 2.1875rem;
  }

  .bnk-slider {
    padding: 0 !important;
  }

  /* 1枚のスライドを画面幅ぴったりにする */
  .bnk-slider__slide {
    width: 100vw !important;
    /* 強制的に画面幅100% */
    max-width: 100vw !important;
    height: auto !important;
  }

  .bnk-slider__slide img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
    /* 画像を欠けさせない */
  }

  /* Splideのリスト全体の幅制限を解除 */
  .splide__list {
    width: 100% !important;
  }

  .splide__slide {
    max-width: 32rem;
  }

  .bnk-slider__nav {
    padding-bottom: 1.8rem;
  }

  /* BNK Site Link */
  .bnk-site-link__card {
    padding: 2.5rem;
    gap: 1.5rem;
  }

  .bnk-site-link__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .bnk-site-link__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .bnk-site-link__banners {
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 1.5rem;
  }

  .bnk-site-link__banner {
    flex: none;
    width: 47.8%;
    margin: 0;
  }

  .bnk-page__header {
    flex-direction: column;
    align-items: baseline;
  }

  /* BNK Next Month Goods */
  .bnk-next-goods__card {
    padding: 2.5rem;
    gap: 1.5rem;
  }

  .bnk-next-goods__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .bnk-page__title-row {
    display: flex !important;
  }

  .bnk-next-goods__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .bnk-next-goods__badges {
    width: auto;
  }

  /* BNK This Month Goods */
  .bnk-goods__card {
    padding: 2.5rem;
    gap: 1.5rem;
  }

  .bnk-goods__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .bnk-goods__item {
    gap: 1rem;
  }

  .bnk-goods__item .sp-img_wrap {
    flex: none;
    width: 36%;
    max-width: 25rem;
  }

  .bnk-goods__img {
    width: 100%;
  }
  .bnk-goods__links{
    flex-direction: column;
  }
  .bnk-goods__links,
  .bnk-goods__links li {
    width: 100%;
  }

  .bnk-goods__link {
    max-width: 100%;
    min-width: auto;
    margin-top: 1.4rem;
  }
  li.sp:nth-of-type(2) .bnk-goods__link{
    margin: 0;
  }

  /* BNK News */

  .bnk-news__subtitle, 
  .bnk-page__subtitle{
    letter-spacing: 0;
  }
  .bnk-news__card {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    padding: 2.5rem;
  }

  .bnk-news__head {
    flex: none;
    width: 100%;
    gap: 1.5rem;
    align-items: baseline;
    flex-wrap: wrap;
  }

  .bnk-news__title-block {
    flex: 1;
    min-width: 0;
    width: 100%;
  }

  .bnk-news__title-block {
    flex-direction: row;
    align-items: center;
  }

  .bnk-news__btn {
    flex: 0 0 auto;
    width: auto;
  }

  .bnk-news__text {
    white-space: normal;
  }

  /* BR Wrap */
  .br-wrap__inner {
    flex-direction: column;
    gap: 1rem;
  }

  /* BNK Page Navigation */
  .bnk-page-nav {
    /* 左右の余白はPCの設定を継承しつつ、必要なら調整 */
    padding: 1rem var(--section-padding-x);
  }

  .bnk-page-nav__list {
    display: grid;
    /* 6カラムのグリッドを作成（3と2の最小公倍数） */
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
  }

  .bnk-page-nav__item {
    /* PCの固定幅を解除し、中身を中央寄せにする */
    min-width: 0;
    width: 100%;
    white-space: normal;
    /* 文字数が多い場合に折り返せるように */
    padding: 1.5rem 0.5rem;
    font-size: 1rem;
    /* スマホ用に少し小さく調整 */
    /* 全ての要素に一旦右線と下線を付ける */
    border-right: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
  }

  /* --- 1段目（3項目）: 6列のうち2列ずつ占有 --- */
  .bnk-page-nav__list>li:nth-child(1),
  .bnk-page-nav__list>li:nth-child(2),
  .bnk-page-nav__list>li:nth-child(3) {
    grid-column: span 2;
  }

  /* --- 2段目（2項目）: 6列のうち3列ずつ占有（50%） --- */
  .bnk-page-nav__list>li:nth-child(4),
  .bnk-page-nav__list>li:nth-child(5) {
    grid-column: span 3;

  }

  .bnk-page-nav__list>li:nth-child(4) .bnk-page-nav__item,
  .bnk-page-nav__list>li:nth-child(5) .bnk-page-nav__item {
    border-bottom: none;
  }

  /* --- 境界線の微調整 --- */
  /* 3つ目と5つ目（各段の右端）は右線を消す */
  .bnk-page-nav__list>li:nth-child(3) .bnk-page-nav__item,
  .bnk-page-nav__list>li:nth-child(5) .bnk-page-nav__item {
    border-right: none;
  }

  /* PC版のラストチャイルド設定が干渉する場合の念押し */
  .bnk-page-nav__list>li:last-child .bnk-page-nav__item {
    border-right: none;
  }

  /* BNK Slider */
  .bnk-slider {
    padding: 1.25rem 0;
  }

  .bnk-slider__slide {
    width: calc(100vw - 6rem);
    height: auto;
    aspect-ratio: 500 / 292;
  }

  .bnk-slider__thumbs {
    gap: 0.5rem;
  }

  .bnk-slider__thumb {
    width: 3.75rem;
    height: 2.1875rem;
  }

  /* Slider */
  .slider {
    padding-top: 3.75rem;
  }

  .slider__slide {
    width: calc(100vw - 6.25rem);
  }

  .slider__img-dummy {
    width: calc(100vw - 6.25rem);
    height: auto;
    aspect-ratio: 723 / 422;
  }

  .slider__controls {
    padding: 1rem 1.25rem;
    height: auto;
  }

  /* NEWS */
  .section-news__inner {
    flex-direction: column;
    gap: 1.875rem;
    padding: 2.5rem 1.25rem 3.75rem;
  }

  .section-title-block__sub {
    display: none;
  }

  /* Section */
  .section__inner {
    gap: 2.5rem;
  }

  .section__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .section-title {
    font-size: 2.5rem;
  }

  /* Category tabs */
  .category-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding-bottom: 0;
  }

  .category-tab {
    min-width: 5rem;
    font-size: 0.8125rem;
    padding: 0 0.75rem 0.75rem;
    white-space: nowrap;
  }

  /* Goods grid */
  .goods-grid {
    gap: 1.25rem;
  }

  .goods-card {
    width: calc(50% - 0.625rem);
  }

  .bnk-goods__body {
    display: none !important;
  }

  /* Anime grid */
  .anime-grid {
    flex-wrap: wrap;
    gap: 1.25rem;
  }

  .anime-card {
    width: calc(50% - 0.625rem);
  }

  /* White right rounded */
  .section--white-right {
    border-radius: 0 2.5rem 2.5rem 0;
  }

  .section--white-left {
    background: var(--white);
    border-radius: 2.5rem 0 0 2.5rem;
  }

  /* Banner */
  .banner-wrap__inner {
    flex-direction: column;
    padding: 2.5rem 1.25rem;
  }

  .banner {
    width: 100%;
    height: auto;
    aspect-ratio: 319 / 120;
  }

  .bnk-news__item-inner {
    flex-direction: column;
    align-items: baseline;
    gap: 0.5rem;
  }

  .bnk-news__date,
  .bnk-news__text {
    font-size: 1rem;
  }

  .cat-banner__inner {
    gap: 1rem;

  }

  .nvl2 .bnk-page-nav__item {
    width: 100%;
    min-width: 14.3rem;
  }

  .nvl2 li:nth-of-type(2) .bnk-page-nav__item {
    border-right: none;
  }

  .nvl2 li:nth-of-type(3) .bnk-page-nav__item {
    border-bottom: none;
    border-right: 1px solid var(--white) !important;
  }

  .nvl2 {
    overflow-x: visible;
    /* 横スクロールを止める */
    padding: 1rem var(--section-padding-x);
  }

  .nvl2 .bnk-page-nav__list {
    display: flex;
    flex-wrap: wrap;
    /* 折り返しを許可 */
    flex-shrink: 1;
    /* 縮小を許可 */
    width: 100%;
    /* 全幅に広げる */
  }

  /* 子：2カラム（50%）の幅を指定 */
  .nvl2 .bnk-page-nav__list li {
    flex: 0 0 calc(50% - 0px);
    list-style: none;
  }

  /* リンク：枠いっぱいに広げる */
  .nvl2 .bnk-page-nav__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    /* 既存のスタイルを継承しつつ微調整 */
    min-width: auto;
    min-width: 14.3rem;
    padding: 1.5rem 0.5rem;
  }

  .cat-banner {
    padding: 3.75rem var(--section-padding-x);
  }

  .cat-banner__item {
    padding: 0 !important;
    width: calc(50% - (1rem / 2));
    margin: 0 auto;
  }

  .product-card,
  .goods-same-author .product-card {
    width: calc((65.9% - 1rem) / 2);
  }
}