@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background: top/contain repeat url(../img/common_bg.webp);
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #0f203d;
}

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

img {
  width: 100%;
  height: auto;
}

@media screen and (768px <= width) {
  ._s {
    display: none;
  }
}
@media screen and (width <768px) {
  ._l {
    display: none;
  }
}

.fontKo {
  font-family: 'Noto Sans KR', sans-serif;
}

/* ----- mv lead ----- */
.mv {
  margin: 10px auto 30px;
}
.mv-img {
  margin-inline: auto;
  display: block;
  max-width: 659px;
  aspect-ratio: 659 / 1166;
}
.mv-btn {
  margin: 0 auto 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 30%;
  padding: 8px;
  border-bottom: 2px solid #007bb9;
  text-align: center;
  font-size: 4.8vw;
  font-weight: 600;
  color: #007bb9;
}
.mv-btn:has(+ .mv-btn) {
  margin-bottom: 30px;
}
.mv-btn:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #007bb9;
  border-right: 1px solid #007bb9;
  rotate: 45deg;
  translate: 0 25%;
  transition: translate 0.3s;
}
@media (hover: hover) {
  .mv-btn:hover:after {
    translate: 10px 25%;
  }
}
@media screen and (width >= 768px) {
  .mv {
    margin-bottom: 0;
    padding-inline: 30px;
  }
  .mv-img {
    max-width: none;
    aspect-ratio: 1296 / 835;
  }
  .mv-btn {
    gap: 10px;
    max-width: 200px;
    padding: 15px;
    border-width: 4px;
    font-size: 3.6rem;
  }
  .mv-btn:after {
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
}

.lead {
  position: relative;
  margin-bottom: 20px;
  padding: 75px 4% 90px;
}
.lead::before,
.lead::after {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
  background: center/contain no-repeat;
}
.lead::before {
  top: -20px;
  left: 0;
  width: calc(495px / 2);
  aspect-ratio: 495 / 197;
  background-image: url(../img/lead_deco-1.webp);
}
.lead::after {
  bottom: -20px;
  right: 0;
  width: calc(462px / 2);
  aspect-ratio: 462 / 186;
  background-image: url(../img/lead_deco-2.webp);
}
.lead-ttl {
  margin: 0 auto 15px;
  width: 90%;
  max-width: 622px;
}
.lead-ttl img {
  aspect-ratio: 622 / 208;
}
.lead-txt {
  line-height: 1.75;
  font-size: max(4vw, 1.6rem);
}
.lead-txt-bolder {
  font-weight: 600;
}
.lead-yt {
  margin: 30px auto 0;
  max-width: 800px;
}
.lead-yt iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.lead-info {
  margin-top: 30px;
  line-height: 1.5;
}
.lead-info-ttl {
  font-size: max(4vw, 1.8rem);
  font-weight: 600;
}
.lead-info-txt + .lead-info-ttl {
  margin-top: 10px;
}
.lead-info-txt {
  font-size: max(3.6vw, 1.6rem);
}
.lead-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
  clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
  overflow: hidden;
}
@media screen and (width >= 768px) {
  .lead {
    padding: 75px 30px 90px;
  }
  .lead::before {
    width: 495px;
  }
  .lead::after {
    width: 462px;
  }
  .lead-ttl {
    margin-bottom: 30px;
  }
  .lead-txt {
    margin-inline: auto;
    max-width: 1000px;
    text-align: center;
    font-size: 2rem;
  }
  .lead-yt {
    margin-top: 50px;
  }
  .lead-info {
    margin: 50px auto 70px;
    text-align: center;
  }
  .lead-info-ttl {
    font-size: 2rem;
  }
  .lead-info-txt + .lead-info-ttl {
    margin-top: 20px;
  }
  .lead-info-txt {
    font-size: 1.6rem;
  }
}

/* ----- present ----- */
.present-ttl {
  margin-inline: auto;
  width: 50%;
  max-width: 350px;
}
.present-ttl img {
  aspect-ratio: 350 / 201;
}
.present-img {
  position: relative;
  margin-inline: auto;
  width: 92%;
}
.present-img img {
  aspect-ratio: 1385 / 684;
}
.present-note {
  margin-block: 10px;
  padding-inline-start: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
}
.present-note::before {
  content: '※';
  color: #ff0000;
}

@media screen and (width >= 768px) {
  .present-inner {
    margin-inline: auto;
    max-width: 1000px;
  }
  .present-note {
    text-align: right;
    font-size: 1.6rem;
  }
}

/* ----- players ----- */
.players {
  position: relative;
  margin: 100px 0 -60px;
  padding-bottom: 120px;
  background-color: rgb(229 229 229 / 0.5);
}
.players::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -45px;
  left: 0;
  right: 0;
  display: block;
  height: 45px;
  background-color: rgb(229 229 229 / 0.5);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.players:after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  height: auto;
  background: center/contain no-repeat url(../img/player_deco-1.webp);
  top: -80px;
  left: 0;
  width: calc(477px / 2);
  aspect-ratio: 477 / 252;
}
.players-inner {
  padding-top: 30px;
}
.players-ttl {
  margin-inline: auto;
  width: 42%;
  max-width: 316px;
}
.players-ttl img {
  aspect-ratio: 316 / 201;
}
.players-btn {
  margin-block: 10px 40px;
  width: 50%;
  gap: 15px;
}

.players-tab {
  height: 55px;
  padding-bottom: 15px;
  display: flex;
}
.players-tab li {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.players-tab li::before {
  position: absolute;
  top: 99%;
  left: 50%;
  translate: -50% 0;
  display: block;
  border-bottom: 10px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.players-tab li p {
  width: 100%;
  height: 100%;
  padding: 2px;
  display: flex;
  justify-content: center;
}
.players-tab li p span {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
}
.players-tab li:first-child p {
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
.players-tab li:first-child p span {
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
.players-tab li:last-child p {
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}
.players-tab li:last-child p span {
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}
.players-tab ._japan::before {
  border-top: 10px solid #bf1e2b;
}
.players-tab ._japan p {
  background-color: #bf1e2b;
}
.players-tab ._japan span {
  color: #bf1e2b;
}
.players-tab ._korea::before {
  border-top: 10px solid #007bb9;
}
.players-tab ._korea p {
  background-color: #007bb9;
}
.players-tab ._korea span {
  color: #007bb9;
}
/* js-tab-btn */
.players-tab .js-tab-btn.is-active {
  filter: drop-shadow(2px 5px 1px rgb(0 0 0 / 0.16));
}
.players-tab .js-tab-btn.is-active::before {
  content: '';
}
.players-tab .js-tab-btn.is-active span {
  background-color: inherit;
  color: #fff;
}
.tab .js-tab-content {
  display: none;
}
.tab .js-tab-content.is-show {
  display: block;
}

.players-subttl {
  position: relative;
  margin: 20px auto 10px;
  width: fit-content;
  text-align: center;
  font-size: min(4.8vw, 3.6rem);
  font-weight: 700;
}
.players-subttl::before,
.players-subttl::after {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #0f203d;
}
.players-subttl::before {
  left: calc(100% + 10px);
}
.players-subttl::after {
  right: calc(100% + 10px);
}
.players-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
}
.players-contents li {
  width: 52%;
}
.players-contents li:nth-of-type(odd) {
  margin-right: -2%;
  clip-path: polygon(0 0, 100% 0, 100% 15%, 90% 100%, 0 100%);
}
.players-contents li:nth-of-type(odd) .playerCard-name {
  padding-right: 5%;
}
.players-contents li:nth-of-type(even) {
  margin-left: -2%;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (width < 768px) {
  .players-contents li:nth-of-type(odd) .playerCard-btn {
    translate: -5% 0;
  }
}
.players-copyright {
  margin-top: 10px;
  padding-inline-end: 1em;
  text-align: right;
  font-size: 1.4rem;
}
.players-notes {
  margin-top: 20px;
  padding-inline: 1em;
}
.players-notes li {
  padding-inline-start: 1em;
  text-indent: -1em;
}
.players-notes li::before {
  content: '※';
  color: #ff0000;
}

.playerCard {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 335;
  background: bottom/100% 85% no-repeat;
}
.playerCard img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  display: block;
  width: 100%;
}
.playerCard-name {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  line-height: 2;
  text-align: center;
  font-size: max(4vw, 1.6rem);
  font-weight: 600;
  color: #fff;
}
.playerCard-btn {
  margin: 5px auto;
  padding: 7px 10px;
  width: 80%;
  max-width: 200px;
  box-shadow: 2px 4px 2px 0 rgb(0 0 0 / 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.4rem;
  color: #fff;
  transform: skew(-8deg);
  cursor: pointer;
}
.playerCard-btn:before {
  content: '';
  display: block;
  width: 16px;
  height: auto;
  aspect-ratio: 1 / 1;
  background: center/contain no-repeat url(../img/seat_icon-lens.webp);
}
@media (hover: hover) {
  .playerCard-btn {
    transition: translate 0.2s, box-shadow 0.2s;
  }
  .playerCard-btn:hover {
    translate: 2px 4px;
    box-shadow: 0px 0px 2px 0 rgb(0 0 0 / 0.16);
  }
}
/* _japan */
._japan .playerCard {
  background-image: url(../img/players_bg-japan.webp);
}
._japan .playerCard-name {
  background-color: rgb(140 22 32 / 80%);
}
._japan .playerCard-btn {
  background-color: rgb(140 22 32);
}
/* korea */
._korea .playerCard {
  background-image: url(../img/players_bg-korea.webp);
}
._korea .playerCard-name {
  background-color: rgb(0 90 135 / 80%);
}
._korea .playerCard-btn {
  background-color: rgb(0 90 135);
}
/* _wbc */
.playerCard._wbc::before {
  content: 'WBC';
  position: absolute;
  z-index: 1;
  top: 6%;
  right: 2%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #007bb9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
}
/* _mlb */
.playerCard._mlb::after {
  content: 'MLB';
  position: absolute;
  z-index: 1;
  top: calc(6% + 30px + 5px);
  right: 2%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #007bb9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
}

@media screen and (width >= 768px) {
  .players {
    padding-inline: 30px;
  }
  .players:after {
    width: 477px;
  }
  .players-inner {
    margin-inline: auto;
    max-width: 1000px;
  }
  .players-btn {
    max-width: 350px;
  }
  .players-tab {
    height: 100px;
    padding-bottom: 30px;
  }
  .players-tab li::before {
    border-bottom: 30px solid transparent;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
  }
  .players-tab li p {
    padding: 4px;
  }
  .players-tab li p span {
    font-size: 3.6rem;
  }
  .players-tab ._japan::before {
    border-top: 20px solid #bf1e2b;
  }
  .players-tab ._japan p {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
  }
  .players-tab ._japan span {
    clip-path: polygon(5% 0, 99.5% 0, 95% 100%, 0.5% 100%);
  }
  .players-tab ._korea::before {
    border-top: 20px solid #007bb9;
  }
  .players-tab ._korea p {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
  }
  .players-tab ._korea span {
    clip-path: polygon(5% 0, 99.5% 0, 95% 100%, 0.5% 100%);
  }
  /* js-tab-btn */
  .players-tab .js-tab-btn.is-active {
    filter: drop-shadow(4px 10px 4px rgb(0 0 0 / 0.16));
  }

  .players-subttl {
    margin: 40px auto 20px;
  }
  .players-contents {
    justify-content: flex-start;
  }
  .players-contents li {
    width: 33%;
  }
  .players-contents li:nth-of-type(odd) {
    margin-right: 0;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  }
  .players-contents li:nth-of-type(even) {
    margin-left: 0;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  }
  .playerCard-name {
    font-size: min(2.6vw, 2.9rem);
  }
  .playerCard-btn {
    margin: 10px auto;
    padding: 10px;
    box-shadow: 2px 4px 2px 0 rgb(0 0 0 / 0.16);
    gap: 10px;
    font-size: 1.6rem;
    transform: skew(-8deg);
  }
  .playerCard-btn:before {
    width: 20px;
  }

  /* _wbc */
  .playerCard._wbc::before {
    right: 4%;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
  /* _mlb */
  .playerCard._mlb::after {
    top: calc(6% + 40px + 5px);
    right: 4%;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}

/* ----- players modal ----- */
.playerCard[data-player-index] {
  cursor: pointer;
  transition: scale 0.3s;
}
@media (hover: hover) {
  .playerCard[data-player-index]:hover {
    scale: 0.9;
  }
}

#modalPlayer .modal-container {
  padding-top: calc(10px + 50px);
}
#modalPlayer .modal-content {
  max-width: 500px;
}
.modalPlayer-img {
  background: center/cover;
}
.modalPlayer-img._japan {
  background-image: url(../img/players_bg-japan.webp);
}
.modalPlayer-img._korea {
  background-image: url(../img/players_bg-korea.webp);
}
.modalPlayer-img img {
  display: block;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}
.modalPlayer-info {
  padding: 15px;
}
.modalPlayer-info._japan {
  background-color: #bf1e2b;
}
.modalPlayer-info._korea {
  background-color: #007bb9;
}
.modalPlayer-name {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-image: 50px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
}
.modalPlayer-name::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
}
.modalPlayer-txt {
  line-height: 1.5;
  color: #fff;
}
.modalPlayer-txt strong {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 1.1em;
}

/* ----- seat ----- */
.seat {
  position: relative;
  margin-bottom: 30px;
  padding: 60px 4% 100px;
}
.seat:before,
.seat:after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  height: auto;
  background: center/contain no-repeat;
}
.seat::before {
  top: -10px;
  right: 0;
  width: calc(451px / 2);
  aspect-ratio: 451 / 161;
  background-image: url(../img/seat_deco-1.webp);
}
.seat:after {
  bottom: -35px;
  left: 0;
  width: calc(462px / 2);
  aspect-ratio: 462 / 210;
  background-image: url(../img/seat_deco-2.webp);
}

.seat-ttl {
  margin-inline: auto;
  width: 48%;
  max-width: 333px;
}
.seat-ttl img {
  aspect-ratio: 333 / 201;
}
.seat-map {
  position: relative;
  margin: 0 auto 40px;
  padding-bottom: 45px;
  max-width: 500px;
}
.seat-map-img {
  display: block;
  aspect-ratio: 670 / 782;
}
.seat-map-zoom {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 250px;
  height: 50px;
  filter: drop-shadow(2px 5px 2px rgb(0 0 0 / 0.16));
  transition: filter 0.2s;
}
.seat-map-zoomBtn {
  width: 100%;
  height: 100%;
  background-color: #173c7d;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: translate 0.1s;
}
.seat-map-zoom:has(.seat-map-zoomBtn:active) {
  filter: drop-shadow(0px 0px 2px rgb(0 0 0 / 0.16));
}
.seat-map-zoomBtn:active {
  translate: 2px 5px;
}
.seat-map-zoomTxt {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  color: #fff;
}
.seat-map-zoomTxt:before {
  content: '';
  display: block;
  width: calc(38px / 2);
  height: auto;
  aspect-ratio: 1 / 1;
  background: center/contain no-repeat url(../img/seat_icon-lens.webp);
}
.seat-notes {
  margin-bottom: 20px;
}
.seat-notes li {
  padding-inline-start: 1em;
  line-height: 1.5;
  text-indent: -1em;
  font-size: 1.4rem;
  color: #606060;
}
.seat-notes li:has(+ li) {
  margin-block-end: 10px;
}
.seat-notes li::before {
  content: '※';
  color: #ff0000;
}
.seat-admission {
  padding: 15px;
  background-color: #fff;
  line-height: 1.5;
}
.seat-admission-txt {
  font-size: 1.4rem;
}
.seat-admission-txt ._note {
  display: block;
  padding-inline-start: 1em;
  text-indent: -1em;
  color: #606060;
}
.seat-admission-txt ._note::before {
  content: '※';
  color: #ff0000;
}

.seat-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgb(229 229 229 / 0.5);
  clip-path: polygon(0 0.5%, 100% 0, 100% 99.5%, 0 100%);
  overflow: hidden;
}
.seat-bg-img {
  display: block;
}
@media screen and (width >= 768px) {
  .seat {
    margin-bottom: 60px;
    padding-inline: 30px;
  }
  .seat:before {
    width: 451px;
  }
  .seat::after {
    bottom: -100px;
    width: 462px;
  }
  .seat-inner {
    margin-inline: auto;
    max-width: 1000px;
  }
  .seat-notes {
    margin-bottom: 40px;
  }
  .seat-notes li {
    font-size: 1.4rem;
  }
  .seat-admission {
    padding: 30px;
  }
  .seat-admission-ttl {
    font-size: 1.6rem;
  }
  .seat-admission-txt {
    font-size: 1.6rem;
  }
  .seat-admission-txt ._note {
    font-size: 1.4rem;
  }

  /* .seat-bg {
    clip-path: polygon(0 0.5%, 100% 0, 100% 99.5%, 0 100%);
  } */
}

.modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  background-color: rgb(0 0 0 / 0.5);
  height: 100vh;
  height: 100dvh;
  overflow: auto;
}
.modal-container {
  width: 100%;
  min-height: 100%;
  padding: calc(20px + 50px) 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-content {
  position: relative;
  max-width: 670px;
}
.modal-img {
  display: block;
  aspect-ratio: 1000 / 1114;
}
.modal-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 5px;
}
.modal-close span {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 40px;
  height: 5px;
  background-color: #fff;
  transform-origin: 50% 50%;
}
.modal-close span:first-child {
  rotate: 45deg;
}
.modal-close span:last-child {
  rotate: -45deg;
}
/* is-open */
body:has(.modal.is-open) {
  overflow: hidden;
}
.modal.is-open {
  display: block;
}
@media screen and (width >= 768px) {
  .modal-content {
    max-width: 1200px;
  }
}

/* ----- uniform ----- */
.uniform {
  margin-bottom: 60px;
}
.uniform-ttl {
  margin-inline: auto;
  width: 53%;
  max-width: 400px;
}
.uniform-ttl img {
  aspect-ratio: 400 / 201;
}
.uniform-txt {
  margin-bottom: 30px;
  padding: 20px 4%;
  line-height: 1.75;
  font-size: 1.6rem;
}
.uniform-img {
  display: block;
  width: 96%;
  max-width: 700px;
}
.uniform-img._japan {
  aspect-ratio: 711 / 385;
}
.uniform-img._korea {
  margin-left: auto;
  aspect-ratio: 710 / 380;
}
.uniform-bnr {
  margin: 50px auto 0;
  display: block;
  width: 92%;
  max-width: 1000px;
  transition: opacity 0.3s;
}
.uniform-bnr img {
  aspect-ratio: 16 / 9;
}
@media (hover: hover) {
  .uniform-bnr:hover {
    opacity: 0.8;
  }
}
@media screen and (width >= 768px) {
  .uniform {
    margin-bottom: 120px;
  }
  .uniform-inner {
    margin-inline: auto;
    max-width: 1000px;
  }
  .uniform-txt {
    text-align: center;
    font-size: 2rem;
  }
}

/* ----- message ----- */
.message {
  position: relative;
  margin-bottom: 100px;
  padding: 50px 0 100px;
}
.message:before,
.message:after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  height: auto;
  background: center/contain no-repeat;
}
.message:before {
  top: -20px;
  right: 0;
  width: calc(464px / 2);
  aspect-ratio: 464 / 199;
  background-image: url(../img/message_deco-1.webp);
}
.message::after {
  bottom: -20px;
  left: 0;
  width: calc(495px / 2);
  aspect-ratio: 495 / 197;
  background-image: url(../img/lead_deco-1.webp);
}
.message-ttl {
  margin-inline: auto;
  width: 34%;
  max-width: 253px;
}
.message-ttl img {
  aspect-ratio: 253 / 201;
}

.messageCard {
  position: relative;
}
.messageCard-name {
  position: absolute;
  min-width: 120px;
  padding: 4vw 2.4vw;
  text-align: center;
  line-height: 1.25;
  font-weight: 600;
  font-size: max(4.8vw, 2rem);
  color: #fff;
}
.messageCard-name:after {
  content: '監督';
  display: block;
  font-size: 0.8em;
}
.messageCard-txtBg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10% 4%;
}
.messageCard-txt {
  line-height: 1.75;
  font-size: max(4vw, 1.6rem);
  color: #fff;
}
/* japan */
.messageCard._japan .messageCard-name {
  top: 7%;
  right: 4%;
  background-color: rgb(191 30 43/ 0.8);
}
.messageCard._japan .messageCard-txtBg {
  background: rgb(191, 30, 43);
  background: linear-gradient(
    180deg,
    rgba(191, 30, 43, 0) 0%,
    rgba(191, 30, 43, 1) 30%,
    rgba(191, 30, 43, 1) 100%
  );
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}
/* korea */
.messageCard._korea .messageCard-name {
  top: 5%;
  left: 4%;
  background-color: rgb(0 123 185/ 0.8);
}
.messageCard._korea .messageCard-txtBg {
  background: rgb(0, 123, 185);
  background: linear-gradient(
    180deg,
    rgba(0, 123, 185, 0) 0%,
    rgba(0, 123, 185, 1) 30%,
    rgba(0, 123, 185, 1) 100%
  );
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.message-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgb(229 229 229 / 0.5);
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  overflow: hidden;
}

@media screen and (width >= 768px) {
  .message {
    margin-bottom: 80px;
  }
  .message:before {
    top: -90px;
    width: 464px;
  }
  .message::after {
    bottom: -80px;
    width: 495px;
  }
  .message-inner {
    margin-inline: auto;
    max-width: 1000px;
  }
  .message-list {
    display: flex;
    gap: 20px;
  }

  .messageCard-name {
    padding: 15px 10px;
    font-size: 2rem;
  }
  .messageCard-txtBg {
    height: 60%;
    padding: 15px 15px 8%;
  }
  .messageCard-txt {
    line-height: 1.75;
    font-size: 1.6rem;
  }
  /* japan */
  .messageCard._japan .messageCard-name {
    top: 5%;
  }
  /* korea */
  .messageCard._korea .messageCard-txtBg {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  }

  .message-bg {
    clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
  }
}
@media screen and (width >= 1000px) {
  .messageCard-txtBg {
    height: 60%;
    padding: 24% 30px 8%;
  }
}

/* ----- event ----- */
.event {
  margin-bottom: 80px;
  padding-inline: 4%;
}
.event-ttl {
  margin-inline: auto;
  width: 30%;
  max-width: 204px;
}
.event-ttl img {
  aspect-ratio: 204 / 201;
}
.eventCard {
  padding-bottom: 20px;
}
.eventCard + .eventCard {
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.eventCard figure {
  margin: 0 auto 15px;
  border-radius: 10px;
  max-width: 500px;
  overflow: hidden;
}
.eventCard figure img {
  aspect-ratio: 16 / 9;
}
.eventCard h3 {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 2rem;
}
.eventCard-text {
  line-height: 1.5;
}

.detailBtn {
  position: relative;
  margin-left: auto;
  display: block;
  width: fit-content;
  padding: 0 20px 0 10px;
  line-height: 2;
  font-size: 1.6rem;
  color: #907954;
}
.detailBtn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translateY(-40%);
}
@media (hover: hover) {
  .detailBtn:after {
    transition: right 0.3s;
  }
  .detailBtn:hover:after {
    right: 0;
  }
}

@media screen and (width >= 768px) {
  .event {
    padding-inline: 30px;
  }
  .event-inner {
    margin-inline: auto;
    max-width: 1000px;
  }
  .eventCard {
    display: flex;
    gap: 30px;
  }
  .eventCard figure {
    margin: 0;
    width: 40%;
  }
  .eventCard-contents {
    width: calc(60% - 30px);
  }
  .eventCard h3 {
    margin-bottom: 10px;
    font-size: 3.2rem;
  }
  .eventCard-text {
    font-size: 1.6rem;
  }

  .detailBtn {
    position: relative;
    margin-left: auto;
    display: block;
    width: fit-content;
    padding: 0 20px 0 10px;
    line-height: 2;
    font-size: 1.6rem;
    color: #907954;
  }
  .detailBtn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg) translateY(-40%);
  }
}

/* ----- ticketBtn ----- */
.ticketBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-radius: 20px 20px 0 0;
  background: rgb(191, 30, 43);
  background: linear-gradient(
    125deg,
    rgba(191, 30, 43, 1) 0%,
    rgba(191, 30, 43, 1) 50%,
    rgba(0, 123, 185, 1) 50%,
    rgba(0, 123, 185, 1) 100%
  );
  padding: 10px;
  translate: 0 100%;
  transition: translate 0.3s, padding 0.3s;
}
.ticketBtn img {
  margin: auto;
  display: block;
  width: calc(516px / 2);
  aspect-ratio: 516 / 60;
}
.ticketBtn.is-scrolled {
  translate: 0 0;
}
@media (hover: hover) {
  .ticketBtn:hover {
    padding-right: 30px;
  }
}
@media screen and (width >= 768px) {
  .ticketBtn {
    position: fixed;
    bottom: 30px;
    left: auto;
    right: 0;
    border-radius: 20px 0 0 20px;
    padding: 20px;
    translate: 0 200%;
  }
}

/* ----- copyright ----- */
.copyright {
  margin-bottom: 10px;
  display: block;
  text-align: center;
  translate: 0 -50px;
}
@media screen and (width >= 768px) {
  .copyright {
    margin-bottom: 20px;
    translate: 0 0;
  }
}
