@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 .container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.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);
  }
}

/* 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: 1170px;
  padding-left: 15px;
  padding-right: 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: 20px;
    padding-right: 20px;
  }
  .pl-container .pl-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/*
 * Main
------------------------------------------------*/
.plpage {
  display: block;
  width: 100%;
  color: #000000;
  background: #ffffff;
  font-family: "Noto Sans JP", メイリオ, Meiryo, 游ゴシック Medium, Yu Gothic Medium, YuGothic, 游ゴシック体, 游ゴシック, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, sans-serif;
}
.plpage__header {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
@media (min-width: 750.02px) {
  .plpage__header {
    margin-bottom: 50px;
  }
}
.plpage__header__image {
  display: block;
  width: 100%;
  margin: 0 0 25px;
  padding: 0;
}
@media (min-width: 750.02px) {
  .plpage__header__image {
    margin-bottom: 40px;
  }
}
.plpage__header__image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 750px) {
  .plpage__header__image .pl-container {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
.plpage__header__title {
  display: block;
  width: 100%;
  font-size: 25px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px;
  padding: 0;
  color: #04224a;
}
@media (min-width: 750.02px) {
  .plpage__header__title {
    font-size: min(40px, 3.51vw);
    margin-bottom: 25px;
  }
}
.plpage__header__lead {
  display: block;
  width: 100%;
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 600;
  line-height: 1.53;
  text-align: center;
  margin: 0 0 1em;
}
.plpage__body {
  display: block;
  width: 100%;
  margin: 0;
}

.plpage__term {
  display: block;
  width: 100%;
  margin: 0 0 clamp(35px, 4.67vw, 70px);
}
.plpage__nav {
  display: block;
  width: 100%;
  padding-top: 2px;
  position: fixed;
  top: var(--sp-header-height, 80px);
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 1005;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
.plpage__nav.js--active {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 750.02px) {
  .plpage__nav {
    padding-top: 0;
    top: auto;
    bottom: 40px;
  }
}
@media (max-width: 750px) {
  .plpage__nav .pl-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.plpage__main {
  display: block;
  width: 100%;
  margin: 0;
}
@media (max-width: 750px) {
  .plpage__main .pl-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.plpage__main__about {
  display: block;
  width: 100%;
  margin: 0 0 clamp(40px, 5.33vw, 60px);
}
.plpage__main__lineup {
  width: 100%;
  margin: 0 0 clamp(40px, 5.33vw, 60px);
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 5.33vw, 60px);
}

/*
 * Term
------------------------------------------------*/
.pl-term {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 12.5px;
  line-height: 1.5;
  padding: 0.55em 0.25em;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background: #212F4C;
}
@media (min-width: 750.02px) {
  .pl-term {
    font-size: min(20px, 1.75vw);
  }
}

/*
 * Nav
------------------------------------------------*/
.pl-nav {
  display: block;
  width: 100%;
  background: #ffffff;
}
.pl-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.5px;
}
.pl-nav__list__item {
  width: 100%;
  display: flex;
}

.pl-nav-link {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.64em 0.25em;
  color: inherit !important;
  background: #7fadd7 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.pl-nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 0.45em 0.355em 0 0.355em;
  border-style: solid;
  border-color: currentColor transparent transparent transparent;
  margin: 0.64em auto 0;
}
@media (min-width: 750.02px) {
  .pl-nav-link {
    font-size: min(18px, 1.58vw);
  }
}

/*
 * Section
------------------------------------------------*/
.pl-section {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--theme-body-color__font, #000000);
  background-color: var(--theme-body-color, #e3edf6);
}
.pl-section__header {
  display: block;
  width: 100%;
}
.pl-section__body {
  display: block;
  width: 100%;
  padding: 4.67% 4%;
}

.pl-section-title {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  font-size: 25px;
  line-height: 1.5;
  padding: 0.15em 0.5em;
  font-weight: 600;
  text-align: center;
  color: var(--theme-color__font, #ffffff);
  background-color: var(--theme-color, #1b6db8);
  background-image: var(--theme-background-image, none);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 750.02px) {
  .pl-section-title {
    font-size: min(32px, 2.81vw);
  }
}

.pl-section-image {
  display: block;
  width: 100%;
}
.pl-section-image img {
  display: block;
  /* width: 100%; */
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/*--------------- sub ---------------*/
.pl-subSection {
  display: block;
  width: 100%;
}
.pl-subSection__header {
  display: block;
  width: 100%;
  margin: 0 0 clamp(15px, 2vw, 25px);
}
.pl-subSection__body {
  display: block;
  width: 100%;
}

.pl-subSection-title {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 750.02px) {
  .pl-subSection-title {
    font-size: min(28px, 2.46vw);
  }
}

/*
 * ワークショップ
------------------------------------------------*/
.pl-workshop {
  display: block;
  width: 100%;
  margin: 0 0 clamp(30px, 4vw, 60px);
}

.pl-workshop-image {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 750px) {
  .pl-workshop-image {
    width: auto;
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
}
.pl-workshop-image img {
  display: block;
  width: 100%;
  height: auto;
}
.pl-workshop-image__comment {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 2;
  margin: auto;
  pointer-events: none;
}
.pl-workshop-image__image {
  display: block;
  width: 100%;
  padding: 28.71% 0 45%;
}

.pl-workshop-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
.pl-workshop-video iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/*
 * 商品
------------------------------------------------*/
.pl-goods {
  display: block;
  width: 100%;
  font-size: 1em;
}
.pl-goods__layout {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pl-goods__layout__image {
  display: block;
  width: 100%;
  margin: 0;
}
.pl-goods__layout__body {
  display: block;
  width: 100%;
  margin: 0;
}
@media (min-width: 750.02px) {
  .pl-goods__layout {
    display: flex;
    flex-direction: row;
    gap: clamp(20px, 2.67vw, 40px);
  }
  .pl-goods__layout__image {
    margin: 0;
    width: auto;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .pl-goods__layout__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 0;
  }
}
.pl-goods__image {
  display: block;
  width: 100%;
}
.pl-goods__image img {
  display: block;
  width: 100%;
  height: auto;
}
.pl-goods__name {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
}
.pl-goods__price {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  text-align: right;
}
@media (min-width: 750.02px) {
  .pl-goods__price {
    margin-top: auto;
  }
}
.pl-goods__price .lso_price__main__addon,
.pl-goods__price .lso_price__addon {
  font-size: 0.65em;
}
.pl-goods__nav {
  display: block;
  width: 100%;
}
.pl-goods__nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 0.88em;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  padding: 0.42em 0.5em;
  text-decoration: none !important;
  color: var(--theme-color__font, #ffffff);
  background-color: var(--theme-color, #1b6db8);
  background-image: var(--theme-background-image, none);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pl-goods__nav__btn::after {
  content: "＞";
  margin-left: 0.5em;
}
@media (min-width: 750.02px) {
  .pl-goods__nav__btn {
    width: 17.5em;
    max-width: 100%;
    margin-left: auto;
    font-size: min(22px, 1.93vw);
  }
}
.pl-goods__nav__btn.is-finished {
  color: #ffffff !important;
  background: #6D6D6D !important;
}
.pl-goods__nav__btn.is-finished::after {
  display: none !important;
}
.pl-goods__nav__btn.is-comingSoon::after {
  display: none;
}

/*
 * Lineup
------------------------------------------------*/
.pl-lineup {
  display: block;
  width: 100%;
}
.pl-lineup__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 7.5px;
}
.pl-lineup__list__item {
  width: 100%;
  display: flex;
}
@media (min-width: 750.02px) {
  .pl-lineup__list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px 15px;
  }
}
.pl-lineup .pl-goods__layout {
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
}
.pl-lineup .pl-goods__layout__image {
  display: block;
  width: 100%;
  max-width: 100%;
}
.pl-lineup .pl-goods__layout__body {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.42, 0.03, 0.4, 0.93), visibility 0s ease 0.4s;
}
.pl-lineup .pl-goods:hover .pl-goods__layout__body {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.42, 0.03, 0.4, 0.93), visibility 0s;
}
.pl-lineup .pl-goods__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.pl-lineup .pl-goods__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pl-lineup .pl-goods__name {
  padding: 0.67em 0.5em;
}
.pl-lineup .pl-goods__price {
  margin-top: auto;
  padding: 0 0.33em;
}
.pl-lineup .pl-goods__nav {
  display: block;
  width: 100%;
}
.pl-lineup .pl-goods__nav__btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 0.87em;
  line-height: 1.5;
  padding: 0.25em 0.5em;
}
.pl-lineup .pl-goods__nav__btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 0.405em 0 0.405em 0.69em;
  border-style: solid;
  border-color: transparent transparent transparent currentColor;
  margin-left: 0.5em;
  flex-shrink: 0;
}

/*
 * 選手
------------------------------------------------*/
.pl-player {
  display: block;
  width: 100%;
}
.pl-player__primary {
  display: block;
  width: 100%;
  margin: 0 0 clamp(40px, 5.33vw, 60px);
  font-size: 17px;
}
@media (min-width: 750.02px) {
  .pl-player__primary {
    font-size: min(24px, 2.11vw);
  }
}
.pl-player__primary .pl-goods__name {
  font-size: 1.18em;
}
.pl-player__primary .pl-goods__image {
  width: auto;
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.pl-player__lineup {
  font-size: 15px;
}
@media (min-width: 750.02px) {
  .pl-player__lineup {
    font-size: min(20px, 1.75vw);
  }
}

/*
 * 額縁タオル
------------------------------------------------*/
.pl-towel {
  display: block;
  width: 100%;
}
.pl-towel__header {
  display: block;
  width: 100%;
  margin: 0 0 35px;
}
@media (min-width: 750.02px) {
  .pl-towel__header {
    margin-bottom: clamp(40px, 5.33vw, 80px);
  }
}
.pl-towel__lineup {
  display: block;
  width: 100%;
  font-size: 17px;
}
@media (min-width: 750.02px) {
  .pl-towel__lineup {
    font-size: min(24px, 2.11vw);
  }
}
.pl-towel__lineup .pl-goods__name {
  font-size: 1.18em;
}
.pl-towel-title {
  display: block;
  width: 100%;
  margin: 0 0 0.75em;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 750.02px) {
  .pl-towel-title {
    font-size: min(32px, 2.81vw);
  }
}

.pl-towel-summary {
  display: block;
  width: 100%;
  margin: 0 0 0.75em;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 750.02px) {
  .pl-towel-summary {
    font-size: min(20px, 1.75vw);
  }
}

/*
 * Theme
------------------------------------------------*/
.pl-section[data-key=player01] {
  --theme-color: #f17c09;
  --theme-color__font: #ffffff;
  --theme-body-color: #fdead7;
  --theme-body-color__font: #000000;
}

.pl-section[data-key=player02] {
  --theme-color: #595959;
  --theme-color__font: #ffffff;
  --theme-body-color: #eaeaea;
  --theme-body-color__font: #000000;
  --theme-background-image: url("../images/lineup/bg-player02.jpg?t=1763086369992");
}

.pl-section[data-key=player03] {
  --theme-color: #1b6db8;
  --theme-color__font: #ffffff;
  --theme-body-color: #e3effa;
  --theme-body-color__font: #000000;
}

.pl-section[data-key=towel] {
  --theme-color: #f3f3f3;
  --theme-color__font: #000000;
  --theme-body-color: #f3f3f3;
  --theme-body-color__font: #000000;
}

@media (max-width: 750px) {
  .pl-section[data-key=about] .pl-section-title {
    font-size: 19.5px;
  }
}

.pl-section[data-key=towel] {
  margin: 10px 0;
}
.pl-section[data-key=towel] .pl-section__header {
  display: none;
}
.pl-section[data-key=towel] .pl-goods {
  --theme-color: #212F4C;
  --theme-color__font: #ffffff;
}
