@charset "UTF-8";
/*
|---------------------------------------------------------------
| 栗山巧 引退記念グッズ
|---------------------------------------------------------------
*/
/*--------------- reset ---------------*/
.container {
  max-width: 100%;
  display: block;
  width: 100%;
  padding: 0;
}

.container .pane-main {
  padding-left: 0;
  padding-right: 0;
}

.pane-main .pane-topic-path {
  display: none !important;
}

.block-page-block--frame,
.pane-contents,
.container .pane-main {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*--------------- Page ---------------*/
.plpage * {
  min-width: 0;
  box-sizing: border-box;
}
.plpage *[id] {
  scroll-margin-top: var(--sp-header-height, 80px);
}
@media (min-width: 750.02px) {
  .plpage *[id] {
    scroll-margin-top: var(--pc-header-height, 150px);
  }
}

/* 終売 */
.plpage .is-finished {
  background: var(--plpage-finished-bgcolor, #6D6D6D);
}

/* Device */
@media (min-width: 750.02px) {
  .plpage .d-none--pc {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .plpage .d-none--sp {
    display: none !important;
  }
}

/* Container */
.pl-container {
  max-width: calc(var(--plpage-container-maxwidth, 1140px) + var(--plpage-container-padding, 15px) * 2);
  padding-left: var(--plpage-container-padding, 15px);
  padding-right: var(--plpage-container-padding, 15px);
  margin-left: auto;
  margin-right: auto;
}
.pl-container .pl-container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 750px) {
  .pl-container {
    padding-left: var(--plpage-container-padding, 20px);
    padding-right: var(--plpage-container-padding, 20px);
  }
  .pl-container .pl-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.v2025header-aside {
  display: none;
}

.pane-footer {
  position: relative;
}

/*
 * Main
------------------------------------------------*/
.plpage {
  --plpage-container-padding: 15px;
  --pl-mv-height: 168vw;
  --pl-mv-top: calc(var(--sp-header-height) / 2);
  display: block;
  width: 100%;
  color: #ffffff;
  background: #0c0c0c;
  font-family: "Noto Sans JP", メイリオ, Meiryo, 游ゴシック Medium, Yu Gothic Medium, YuGothic, 游ゴシック体, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, sans-serif;
}
@media (min-width: 750.02px) {
  .plpage {
    --pl-mv-height: 56.25vw;
    --pl-mv-top: 0px;
  }
}
.plpage *:where(a) {
  color: inherit;
}
.plpage__header {
  display: block;
  width: 100%;
  height: var(--pl-mv-height);
  position: fixed;
  /* top: 0; */
  top: var(--pl-mv-top);
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 0;
}
.plpage__header.js--hidden {
  visibility: hidden;
}
.plpage__header__image {
  display: block;
  width: 100%;
  height: var(--pl-mv-height);
  margin: 0;
  padding: 0;
}
.plpage__header__image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.plpage__header__title {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 1.35;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
  padding: 0;
}
@media (min-width: 750.02px) {
  .plpage__header__title {
    font-size: min(40px, 3.51vw);
    margin-bottom: 25px;
  }
}
.plpage__body {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.plpage__header + .plpage__body {
  padding-top: calc(var(--pl-mv-height) - var(--sp-header-height) + var(--pl-mv-top));
  z-index: 10;
  position: relative;
}
@media (min-width: 750.02px) {
  .plpage__header + .plpage__body {
    padding-top: calc(var(--pl-mv-height) - var(--pc-header-height) + var(--pl-mv-top));
  }
}

.pl-lead {
  display: block;
  width: 100%;
  font-family: "BIZ UDPMincho", sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  color: #ffffff;
  background-color: #0c0c0c;
  background-image: url("../images/bg01.png?t=1769993713083");
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: 100% 100%;
  background-position: center;
}
.pl-lead__content {
  display: block;
  width: 20em;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(60px, 8vw, 120px) 0;
}
.pl-lead p {
  margin: 0;
}
.pl-lead p + p {
  margin-top: 1.71em;
}
@media (min-width: 750.02px) {
  .pl-lead {
    font-size: min(24px, 2.11vw);
  }
  .pl-lead__content {
    padding-bottom: 30px;
  }
}

/*
 * button
------------------------------------------------*/
.pl-btn {
  display: block;
  width: 13.24em;
  max-width: 100%;
  padding: 0.5em;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background: #ca8c10;
  text-decoration: none !important;
  border-radius: 0.24em;
}
@media (min-width: 750.02px) {
  .pl-btn {
    font-size: min(24px, 2.11vw);
  }
}
.pl-btn[target=_blank]::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  transform: scale(35/34);
  background-image: url("../images/icon_ext.png?t=1769993713083");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/*
 * Section
------------------------------------------------*/
.pl-section {
  display: block;
  width: 100%;
  padding: clamp(40px, 5.33vw, 80px) 0;
  position: relative;
  color: #ffffff;
  background: #0c0c0c;
}
.pl-section__header {
  display: block;
  width: 100%;
  margin: 0 0 clamp(20px, 2.67vw, 40px);
}
.pl-section__body {
  display: block;
  width: 100%;
}
.pl-section__nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: clamp(25px, 3.33vw, 40px) 0 0;
  text-align: center;
}

.pl-section-title {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 28px;
  text-align: center;
}
@media (min-width: 750.02px) {
  .pl-section-title {
    font-size: min(40px, 3.51vw);
  }
}
.pl-section-title img {
  display: block;
  width: 5em;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.pl-section[id=newarrivals] {
  padding-top: 150px;
  background-image: url("../images/bg02_sp.jpg?t=1769993713083");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media (min-width: 750.02px) {
  .pl-section[id=newarrivals] {
    background-image: url("../images/bg02_pc.jpg?t=1769993713083");
    background-size: contain;
    padding-top: 25vw;
  }
}

.pl-section[id=category] {
  color: #ffffff;
  background-color: #1a1a1a;
}

.pl-section[id=special] {
  background-image: url("../images/bg03.jpg?t=1769993713083");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
@media (min-width: 750.02px) {
  .pl-section[id=special] {
    background-size: cover;
  }
}

.pl-section[id=gallery] {
  color: #ffffff;
  background-color: #1a1a1a;
}

/*
 * 商品
------------------------------------------------*/
.pl-lineup {
  --pl-gap: 15px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(200px, 50% - var(--pl-gap) / 2), 1fr));
  gap: 20px var(--pl-gap);
}
.pl-lineup-notfound {
  margin: 0;
  text-align: center;
}

.pl-goods {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: calc(var(--pl-gap, 15px) * 0.75);
  color: inherit;
  text-decoration: none !important;
  font-size: 14px;
}
@media (min-width: 750.02px) {
  .pl-goods {
    font-size: min(16px, 1.4vw);
  }
}
.pl-goods__image {
  display: block;
  width: 100%;
}
.pl-goods__body {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.pl-goods-image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
}
.pl-goods-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.pl-goods-name {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.21em;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.pl-goods-price {
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  color: #ca9832;
}
.pl-goods-price::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: calc(var(--pl-gap, 15px) / 2) auto;
  /* background-image: linear-gradient(90deg, #1c1c1c 0%, #1c1c1c 26%, #edc689 50%, #1c1c1c 74%, #1c1c1c 100%); */
  background-image: linear-gradient(90deg, transparent 0%, transparent 26%, #edc689 50%, transparent 74%, transparent 100%);
}

/*
 * nav
------------------------------------------------*/
.pl-nav {
  --pl-font-size: 15px;
  width: 100%;
  margin: 0;
}
@media (min-width: 750.02px) {
  .pl-nav {
    --pl-font-size: 20px;
  }
}
.pl-nav__list {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(50% - var(--pl-font-size) / 2, 200px), 1fr));
  gap: var(--pl-font-size);
}
.pl-nav__list__item {
  width: 100%;
  margin: 0;
  display: flex;
}

.pl-nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.75em;
  font-size: var(--pl-font-size);
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background: #333333;
  text-decoration: none !important;
}

/*
 * 特集一覧
------------------------------------------------*/
.pl-specials {
  --pl-gap: clamp(16px, 2.13vw, 24px);
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(350px, 100%), 1fr));
  gap: var(--pl-gap);
}

.pl-special {
  display: block;
  width: 100%;
  aspect-ratio: 1920/1080;
  color: inherit;
  text-decoration: none !important;
}
.pl-special img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pl-specials-opener:not(.js--active) {
  display: none;
}
@media (min-width: 750.02px) {
  .pl-specials-opener {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .pl-specials:not(.js--opened) .pl-special:nth-child(n+5) {
    display: none;
  }
  .pl-specials.js--opened + .pl-section__nav {
    display: none;
  }
}
/*
 * 公式特設サイトへ
------------------------------------------------*/
.pl-banners {
  --pl-gap: clamp(16px, 2.13vw, 24px);
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--pl-gap);
}

.pl-banner {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none !important;
}
.pl-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.pl-aside {
  display: block;
  width: 100%;
}
.pl-aside__gallery {
  display: block;
  width: 100%;
}
.pl-aside__nav {
  display: block;
  width: 100%;
  margin-top: 40px;
}

/*
 * ギャラリー
------------------------------------------------*/
.pl-gallery {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.pl-gallery__title {
  --pl-letter-spacing: 0.3em;
  order: 1;
  display: block;
  width: auto;
  margin: 0 calc(-1 * var(--pl-letter-spacing));
  padding: 0.25em 0;
  font-family: "Bebas Neue", メイリオ, Meiryo, 游ゴシック Medium, Yu Gothic Medium, YuGothic, 游ゴシック体, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, sans-serif;
  font-size: clamp(25px, 3.33vw, 50px);
  font-weight: bold;
  text-align: right;
  line-height: 1.125;
  letter-spacing: var(--pl-letter-spacing);
  color: #5e5e63;
  opacity: 0.3;
}

.pl-gallery-group {
  display: block;
  width: 100%;
  height: 100%;
}
.pl-gallery-group__list {
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pl-gallery-group__list__item {
  width: 100%;
  height: 100%;
}
.pl-gallery-group[data-direction=up] {
  transform: translateZ(0) scaleY(-1);
}
.pl-gallery-group[data-direction=up] .swiper-slide {
  transform: scaleY(-1);
}
.pl-gallery-group[data-direction=right] {
  transform: translateZ(0) scaleX(-1);
}
.pl-gallery-group[data-direction=right] .swiper-slide {
  transform: scaleX(-1);
}
.pl-gallery-group__list.swiper-wrapper {
  transition-delay: 3s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
}
.pl-gallery-group:not(.swiper-initialized) .pl-gallery-group__list__item:not(:first-child) {
  display: none;
}

.pl-gallery-image {
  display: block;
  width: 100%;
  height: 100%;
}
.pl-gallery-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.pl-gallery-groups {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 240px;
  gap: clamp(12px, 1.6vw, 16px);
}
.pl-gallery-groups .pl-gallery-group:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.pl-gallery-groups .pl-gallery-group:nth-child(2) {
  grid-column: span 1;
  grid-row: span 1;
}
.pl-gallery-groups .pl-gallery-group:nth-child(3) {
  grid-column: span 1;
  grid-row: span 1;
}
.pl-gallery-groups .pl-gallery-group:nth-child(4) {
  grid-column: span 2;
  grid-row: span 1;
}
.pl-gallery-groups .pl-gallery-group:nth-child(5) {
  grid-column: span 2;
  grid-row: span 1;
}
.pl-gallery-groups .pl-gallery-group:nth-child(6) {
  grid-column: span 1;
  grid-row: span 1;
}
.pl-gallery-groups .pl-gallery-group:nth-child(7) {
  grid-column: span 1;
  grid-row: span 1;
}
@media (min-width: 750.02px) {
  .pl-gallery-groups {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(12, 50px);
    grid-auto-rows: auto;
  }
  .pl-gallery-groups .pl-gallery-group:nth-child(1) {
    grid-column: span 2;
    grid-row: span 7;
  }
  .pl-gallery-groups .pl-gallery-group:nth-child(2) {
    grid-column: span 1;
    grid-row: span 3;
  }
  .pl-gallery-groups .pl-gallery-group:nth-child(3) {
    grid-column: span 1;
    grid-row: span 3;
  }
  .pl-gallery-groups .pl-gallery-group:nth-child(4) {
    grid-column: span 2;
    grid-row: span 5;
  }
  .pl-gallery-groups .pl-gallery-group:nth-child(5) {
    grid-column: span 2;
    grid-row: span 5;
  }
  .pl-gallery-groups .pl-gallery-group:nth-child(6) {
    grid-column: span 1;
    grid-row: span 4;
  }
  .pl-gallery-groups .pl-gallery-group:nth-child(7) {
    grid-column: span 1;
    grid-row: span 4;
  }
  .pl-gallery-groups .pl-gallery-group:nth-child(n+8) {
    display: none;
  }
}
