@charset "UTF-8";
/*
|---------------------------------------------------------------
| ライオンズフェスティバルズ2025
|---------------------------------------------------------------
*/
/*--------------- 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;
}

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

html {
  scroll-behavior: smooth;
}

:root {
  --pc-header-height: 0;
  --sp-header-height: 0;
}

/*--------------- Page ---------------*/
.plpage * {
  min-width: 0;
  box-sizing: border-box;
}

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

/* Container */
.plpage .pl-container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------- Main ---------------*/
.plpage {
  display: block;
  width: 100%;
  color: #ffffff;
  background: #001e40;
  font-family: Hiragino Kaku Gothic Pro, メイリオ, Meiryo, 游ゴシック Medium, Yu Gothic Medium, YuGothic, 游ゴシック体, 游ゴシック, sans-serif;
}
.plpage__header {
  display: block;
  width: 100%;
  position: relative;
}
.plpage__header .pl-container {
  max-width: 100%;
  padding: 0;
}
.plpage__body {
  display: block;
  width: 100%;
  margin: 0;
}
.plpage__main {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.plpage__lineup {
  display: block;
  width: 100%;
}

.pl-term {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 18.5px;
  font-weight: bold;
}

/*
 * Nav
------------------------------------------------*/
.pl-nav {
  display: block;
  width: 100%;
  font-size: 29px;
  line-height: 1;
  padding-top: 0.53em;
  padding-bottom: 0.53em;
  color: #001e40;
  background: #7ba4db;
}
.pl-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pl-nav__list__item {
  display: block;
  padding: 0 50px;
  padding: 0 clamp(25px, 3.33vw, 50px);
  margin: 0;
}
@media screen and (max-width: 750px) {
  .pl-nav {
    width: 66.67%;
    height: 100vh;
    height: 100dvh;
    max-width: 500px;
    padding: 50px 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 10000;
    margin: auto;
    transform: translateX(120%);
    transition: transform 0.35s;
  }
  .pl-nav__list {
    flex-direction: column;
  }
  .pl-nav__list__item + .pl-nav__list__item {
    margin-top: 50px;
  }
  .plpage.js--opened .pl-nav {
    transform: translateX(0%);
  }
}

.pl-nav-link {
  display: block;
  color: inherit;
}
.pl-nav-link img {
  display: block;
  width: 100%;
  height: 20px;
  height: clamp(20px, 2.67vw, 29px);
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}

/*--------------- Toggle ---------------*/
.pl-navToggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 26px;
  position: absolute;
  top: 25px;
  right: 25px;
  margin: auto;
  z-index: 10020;
  font-size: 0;
  cursor: pointer;
}
.pl-navToggle::before, .pl-navToggle::after {
  content: "";
  display: block;
  width: 100%;
  height: 38.46%;
  border-style: solid;
  border-width: 2px 0;
  border-color: currentColor;
}
.plpage.js--opened .pl-navToggle::before, .plpage.js--opened .pl-navToggle::after {
  height: 2px;
  background: currentColor;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
}
.plpage.js--opened .pl-navToggle::before {
  transform: rotate(-45deg);
}
.plpage.js--opened .pl-navToggle::after {
  transform: rotate(45deg);
}

@media screen and (min-width: 750.02px) {
  .pl-navToggle {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  body.js--opened {
    overflow: hidden;
  }
}

/*
 * MV
------------------------------------------------*/
.lf-lineup {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.lf-lineup__group {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.lf-lineup__group__image {
  display: block;
  width: 100%;
  position: relative;
}
.lf-lineup__image {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.lf-lineup__image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.lf-lineup__more {
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  position: absolute;
  top: auto;
  left: auto;
  right: 10px;
  bottom: 10px;
  z-index: 5;
  margin: auto;
}
@media screen and (min-width: 750.02px) {
  .lf-lineup__more {
    right: 20px;
    bottom: 20px;
  }
}

.lf-lineup-morelink {
  display: block;
  width: 33.33vw;
  max-width: 250px;
  pointer-events: auto;
}
.lf-lineup-morelink img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

/*
 * CONCEPT & DETAIL
------------------------------------------------*/
.pl-concept {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-image: url("../images/concept/bg_sp.jpg?t=1746061352409");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
@media screen and (min-width: 750.02px) {
  .pl-concept {
    background-image: url("../images/concept/bg_pc.jpg?t=1746061352409");
  }
}
.pl-concept__concept {
  display: block;
  width: 100%;
  padding: 90px 0;
  position: relative;
}
@media screen and (min-width: 750.02px) {
  .pl-concept__concept {
    padding: clamp(90px, 12vw, 180px) 0;
  }
}
.pl-concept__detail {
  display: block;
  width: 100%;
  padding: 0 0 45px;
}
@media screen and (min-width: 750.02px) {
  .pl-concept__detail {
    padding: clamp(45px, 6vw, 70px) 0;
  }
}

/*
 * CONCEPT
------------------------------------------------*/
.lf-concept {
  display: block;
  width: 100%;
}
.lf-concept .pl-container {
  max-width: 1620px;
  padding-left: 10px;
  padding-right: 10px;
}
.lf-concept__header {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  margin: 0 0 clamp(20px, 2.67vw, 40px);
}
.lf-concept__body {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
}
@media screen and (min-width: 750.02px) {
  .lf-concept__body {
    font-size: min(18px, 1.58vw);
  }
}

.lf-concept-title {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
  padding: 0;
  font-size: 30px;
}
@media screen and (min-width: 750.02px) {
  .lf-concept-title {
    font-size: min(90px, 7.89vw);
  }
}
.lf-concept-title img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.lf-concept-imageText {
  display: block;
  width: 100%;
}
.lf-concept-imageText img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

/*
 * DETAIL
------------------------------------------------*/
.lf-detail {
  display: block;
  width: 100%;
}
.lf-detail .pl-container {
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (min-width: 750.02px) {
  .lf-detail .pl-container {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 8.33%;
  }
}
.lf-detail__layout {
  display: block;
  width: 100%;
}
.lf-detail__layout__image {
  display: block;
  width: auto;
  margin-left: -25px;
  padding-right: 25px;
}
.lf-detail__layout__body {
  display: block;
  width: 100%;
  margin: -30px 0 0;
}
@media screen and (min-width: 750.02px) {
  .lf-detail__layout {
    display: flex;
  }
  .lf-detail__layout__image {
    width: auto;
    flex: 0 0 74.66%;
    max-width: 74.66%;
    margin: 0;
    padding: 0;
  }
  .lf-detail__layout__body {
    display: block;
    width: 100%;
    flex-grow: 1;
    flex-basis: 0;
    padding-left: 10px;
    margin: 0;
  }
}
.lf-detail__image {
  display: block;
  width: 100%;
}
.lf-detail__image img {
  display: block;
  width: 100%;
  height: auto;
}
.lf-detail__details {
  display: block;
}
@media screen and (min-width: 750.02px) {
  .lf-detail__details {
    width: auto;
    margin-left: -8.33vw;
    margin-top: -80px;
  }
}

/*--------------- Section ---------------*/
.lf-detail-section {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.lf-detail-section + .lf-detail-section {
  margin-top: 25px;
  margin-top: clamp(25px, 3.33vw, 50px);
}
.lf-detail-section__header {
  flex: 0 0 32.03%;
  max-width: 32.03%;
  padding: 0 10px;
}
.lf-detail-section__body {
  flex-grow: 1;
  flex-basis: 0;
}
@media screen and (min-width: 750.02px) {
  .lf-detail-section__header {
    flex: 0 0 29.51%;
    max-width: 29.51%;
    padding: 0;
  }
}
.lf-detail-section__title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
}
.lf-detail-section__title img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .lf-detail-section__title img {
    height: 22vw;
    margin: 0 auto;
  }
}
.lf-detail-section__image {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
.lf-detail-section__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 750.02px) {
  .lf-detail-section__image {
    margin-bottom: 20px;
  }
}
.lf-detail-section__content {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 750.02px) {
  .lf-detail-section__content {
    padding: 0 10px;
    font-size: clamp(12px, 1.6vw, 20px);
  }
}
.lf-detail-section:nth-child(odd) {
  flex-direction: row;
}
@media screen and (min-width: 750.02px) {
  .lf-detail-section:nth-child(odd) .lf-detail-section__title {
    padding-left: 20px;
  }
  .lf-detail-section:nth-child(odd) .lf-detail-section__title img {
    margin-left: 0;
    margin-right: auto;
  }
  .lf-detail-section:nth-child(odd) .lf-detail-section__image {
    width: auto;
    margin-left: -60px;
  }
  .lf-detail-section:nth-child(odd) .lf-detail-section__content {
    padding-right: 0;
  }
}
.lf-detail-section:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 750.02px) {
  .lf-detail-section:nth-child(even) .lf-detail-section__title {
    padding-right: 0;
  }
  .lf-detail-section:nth-child(even) .lf-detail-section__title img {
    margin-right: 0;
    margin-left: auto;
  }
  .lf-detail-section:nth-child(even) .lf-detail-section__image {
    width: auto;
    margin-right: -50px;
  }
  .lf-detail-section:nth-child(even) .lf-detail-section__content {
    padding-left: 0;
  }
}

/*--------------- image section ---------------*/
.lf-detail-imageSection {
  display: block;
  width: 100%;
}
.lf-detail-imageSection + .lf-detail-imageSection {
  margin-top: 25px;
  margin-top: clamp(25px, 3.33vw, 50px);
}
@media screen and (min-width: 750.02px) {
  .lf-detail-imageSection {
    width: auto;
    margin-right: -5px;
    margin-left: -5.35%;
  }
}
.lf-detail-imageSection img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

/*
 * ITEM
------------------------------------------------*/
.lf-item {
  display: block;
  width: 100%;
  padding: 50px 0;
  padding: clamp(50px, 6.67vw, 100px) 0;
}
.lf-item__header {
  display: block;
  width: 100%;
  padding: 0 0 40px;
  padding: 0 0 clamp(40px, 5.33vw, 80px);
  position: relative;
}
.lf-item__header > * {
  position: relative;
  z-index: 3;
}
.lf-item__header::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 750/340;
  pointer-events: none;
  background-image: url("../images/bg_item01.jpg?t=1746061352409");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 2;
  margin: auto;
}
@media screen and (min-width: 750.02px) {
  .lf-item__header::after {
    top: 0;
  }
}
.lf-item__body {
  display: block;
  width: 100%;
}
.lf-item__outline {
  display: block;
  width: 100%;
}

.lf-item-title {
  display: block;
  width: 100%;
  margin: 0 0 0.91em;
  padding: 0;
  font-size: 33px;
  font-size: clamp(33px, 4.4vw, 66px);
}
.lf-item-title img {
  display: block;
  width: 2.74em;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  pointer-events: none;
}

.lf-item-outline {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 10px;
}
@media screen and (min-width: 750.02px) {
  .lf-item-outline {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-gap: 20px;
  }
}
.lf-item-outline__group {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.lf-item-outline dt {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  padding-top: 0.19em;
  padding-bottom: 0.19em;
  font-weight: bold;
  text-align: center;
  border: 1px solid #ffffff;
}
@media screen and (min-width: 750.02px) {
  .lf-item-outline dt {
    font-size: min(20px, 1.75vw);
    line-height: 1.5;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
}
.lf-item-outline dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  margin: 0;
  padding: 0.75em 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 750.02px) {
  .lf-item-outline dd {
    font-size: min(18px, 1.58vw);
  }
}
.lf-item-outline dd .pl-term {
  /* font-size: 1.23em; */
  font-size: 1.1em;
}

/*--------------- ITEM Section ---------------*/
.lf-item-section {
  display: block;
  width: 100%;
  padding: 20px 0;
  padding: clamp(20px, 2.67vw, 40px) 0;
  position: relative;
}
.lf-item-section > * {
  position: relative;
  z-index: 2;
}
.lf-item-section__header {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  margin: 0 0 clamp(20px, 2.67vw, 40px);
}
.lf-item-section__body {
  display: block;
  width: 100%;
}

.lf-item-section-title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 26px;
}
@media screen and (min-width: 750.02px) {
  .lf-item-section-title {
    font-size: min(52px, 4.56vw);
  }
}
.lf-item-section-title img {
  display: block;
  width: 7.75em;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 750.02px) {
  .lf-item-section-title img {
    max-width: 402px;
  }
}

.lf-item-section:nth-child(3)::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 1140px;
  aspect-ratio: 750/700;
  pointer-events: none;
  background-image: url("../images/bg_item02.jpg?t=1746061352409");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 1;
  margin: auto;
  transform: translateY(-50%);
}
@media screen and (min-width: 750.02px) {
  .lf-item-section:nth-child(3)::after {
    aspect-ratio: 1140/700;
  }
}

/*--------------- grid lineup ---------------*/
.pl-lineup {
  display: block;
  width: 100%;
}
.pl-lineup__list {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;
}
.pl-lineup__list__item {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 750.02px) {
  .pl-lineup__list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 20px;
  }
}

/*--------------- Goods ---------------*/
.pl-goods {
  display: block;
  width: 100%;
  overflow: hidden;
}
.pl-goods__layout {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pl-goods__layout__image {
  display: block;
  width: 100%;
}
.pl-goods__layout__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 5px 5px;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.4s cubic-bezier(0.42, 0.03, 0.4, 0.93), visibility 0s ease 0.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
}
.pl-goods:hover .pl-goods__layout__body {
  transition: opacity 0.4s cubic-bezier(0.42, 0.03, 0.4, 0.93), visibility 0s;
  opacity: 1;
  visibility: visible;
}
.pl-goods__image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background: #ffffff;
}
.pl-goods__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.pl-goods__name {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
  padding: 8px 8px;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (min-width: 750.02px) {
  .pl-goods__name {
    font-size: min(18px, 1.58vw);
  }
}
.pl-goods__name__text {
  display: block;
  width: 100%;
}
@supports (display: -webkit-box) {
  .pl-goods__name__text {
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.pl-goods__price {
  display: block;
  width: 100%;
  margin: auto 0 0.5em;
  font-size: 13px;
  line-height: 1.2;
  font-weight: normal;
  text-align: right;
}
@media screen and (min-width: 750.02px) {
  .pl-goods__price {
    font-size: min(18px, 1.58vw);
  }
}
.pl-goods__price .lso_price__addon {
  font-size: 0.72em;
}
.pl-goods__nav {
  display: block;
  width: 100%;
  margin: 0;
}
.pl-goods__nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  font-size: 12.5px;
  line-height: 1.5;
  padding: 0.45em 0.5em;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  color: #ffffff;
  background-color: #00214a;
}
.pl-goods__nav__btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.7em;
  border-color: transparent transparent transparent currentColor;
  flex-shrink: 0;
  margin-left: 1em;
}
.pl-goods__nav__btn.is-finished {
  color: #ffffff;
  background: #6D6D6D;
}
.pl-goods__nav__btn.is-finished::after {
  display: none;
}
@media screen and (min-width: 750.02px) {
  .pl-goods__nav__btn {
    font-size: min(18px, 1.58vw);
    line-height: 1.5;
    padding: 0.5em 0.5em;
  }
}

/*
 * ITEM Nav
------------------------------------------------*/
.lf-itemNav {
  display: block;
  width: 100%;
  height: 3.33em;
  overflow: hidden;
  font-size: 15px;
  background-image: linear-gradient(0deg, #1c5695 0%, #1c5695 20%, #4994c7 100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 10000;
  margin: auto;
  opacity: 1;
  transition: all 0.25s;
}
.lf-itemNav:not(.js--showed) {
  opacity: 0;
  pointer-events: none;
}
.lf-itemNav__list {
  list-style: none;
  padding: 0;
  width: auto;
  margin: 0 0 0 -1px;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.lf-itemNav__list__item {
  display: flex;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  border-left: 1px solid #001e40;
}
@media screen and (min-width: 750.02px) {
  .lf-itemNav {
    max-width: 1140px;
    top: auto;
    bottom: 50px;
    font-size: min(30px, 2.63vw);
  }
  .lf-itemNav__list {
    margin-left: -2px;
  }
  .lf-itemNav__list__item {
    border-left-width: 2px;
  }
}

.lf-itemNav-link {
  width: 100%;
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1em;
}
.lf-itemNav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 0.4em 0.365em 0 0.365em;
  border-style: solid;
  border-color: #001e40 transparent transparent transparent;
  flex-shrink: 0;
  margin-top: 0.6em;
}
.lf-itemNav-link img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

/*
 * SCHEDULE
------------------------------------------------*/
.lf-schedule {
  display: block;
  width: 100%;
  padding: 50px 0;
  padding: clamp(50px, 6.67vw, 100px) 0;
}
.lf-schedule__header {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  margin: 0 0 clamp(20px, 2.67vw, 40px);
}
.lf-schedule__body {
  display: block;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .lf-schedule__body > .pl-container {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.lf-schedule-title {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
  padding: 0;
  font-size: 30px;
  font-size: clamp(30px, 4vw, 59px);
}
.lf-schedule-title img {
  display: block;
  width: 5.88em;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  pointer-events: none;
}

/*--------------- Schedule Table ---------------*/
.pl-schedule {
  display: block;
  width: 100%;
}
.pl-schedule__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pl-schedule__list__item {
  width: 100%;
  height: 100%;
  display: flex;
  color: #ffffff;
  background-color: #05336f;
}

@media screen and (max-width: 750px) {
  .pl-schedule__list__item:nth-child(4n+1),
  .pl-schedule__list__item:nth-child(4n+1) {
    background-color: #05336f;
  }
  .pl-schedule__list__item:nth-child(4n+2),
  .pl-schedule__list__item:nth-child(4n+3) {
    background-color: #052d62;
  }
}
@media screen and (min-width: 750.02px) {
  .pl-schedule__list {
    /* grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); */
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .pl-schedule__list__item:nth-child(8n+1),
  .pl-schedule__list__item:nth-child(8n+3),
  .pl-schedule__list__item:nth-child(8n+6),
  .pl-schedule__list__item:nth-child(8n+8) {
    background-color: #05336f;
  }
  .pl-schedule__list__item:nth-child(8n+2),
  .pl-schedule__list__item:nth-child(8n+4),
  .pl-schedule__list__item:nth-child(8n+5),
  .pl-schedule__list__item:nth-child(8n+7) {
    background-color: #052d62;
  }
}
/*--------------- Block ---------------*/
.pl-schedule-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 0 10%;
  font-size: 13px;
}
@media screen and (min-width: 750.02px) {
  .pl-schedule-block {
    font-size: 18px;
  }
}
.pl-schedule-block::before {
  content: "";
  display: block;
  width: 1.31em;
  height: auto;
  aspect-ratio: 34/24;
  margin: 0 auto 1em;
  background-image: url("../images/text/vs.png?t=1746061352409");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pl-schedule-block__image {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
.pl-schedule-block__body {
  display: block;
  width: 100%;
}

.pl-schedule-block-image {
  display: block;
  width: 53.33%;
  max-width: 160px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.pl-schedule-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pl-schedule-date {
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.38;
}
.pl-schedule-date__day {
  display: block;
  width: 100%;
}
.pl-schedule-date__time {
  display: block;
  width: 100%;
}

/*--------------- Image-Block ---------------*/
.pl-schedule-imageBlock {
  display: block;
  width: 100%;
}
.pl-schedule-imageBlock img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
