@keyframes translate_Y_110 {
  to {
    transform: translateY(110%);
  }
}
@keyframes translate_Y_0 {
  to {
    transform: translateY(0);
  }
}
@keyframes translate_Y_m100 {
  to {
    transform: translateY(-100%);
  }
}
@keyframes translate_X_0 {
  to {
    transform: translateX(0);
  }
}
@keyframes opacity_show {
  to {
    opacity: 1;
  }
}
@keyframes opacity_hide {
  to {
    opacity: 0;
  }
}
@keyframes width_100 {
  to {
    width: 100%;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink_scale {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 0.3;
  }
}
.os2026__kv {
  position: relative;
  background: url(/special/opening_game2026/asset/images/bg_kv_top_sp.png) top center/100% auto no-repeat, url(/special/opening_game2026/asset/images/bg_kv_bottom_sp.png) bottom center/100% auto no-repeat, linear-gradient(to bottom, rgb(141, 190, 234) 0%, rgb(141, 190, 234) 60%, rgba(141, 190, 234, 0) 80%, rgba(141, 190, 234, 0) 100%);
}
@media (min-width: 768px) {
  .os2026__kv {
    background: url(/special/opening_game2026/asset/images/bg_kv_top.png) top center/100% auto no-repeat, url(/special/opening_game2026/asset/images/bg_kv_bottom.png) bottom center/100% auto no-repeat, linear-gradient(to bottom, rgb(141, 190, 234) 0%, rgb(141, 190, 234) 60%, rgba(141, 190, 234, 0) 80%, rgba(141, 190, 234, 0) 100%);
  }
}
.os2026__kv-img {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .os2026__kv-img {
    padding-top: 20px;
  }
}
.os2026__kv-img img {
  width: 82%;
  max-width: 860px;
  margin-inline: auto;
}
.os2026__kv-copy {
  width: 76%;
  max-width: 500px;
  margin-inline: auto;
}
.os2026__kv-lead {
  margin-inline: auto;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
.os2026__kv-hashtag {
  width: 30%;
  max-width: 240px;
  margin-inline: auto;
  margin-top: 20px;
}
.os2026__kv-bottom {
  width: 100%;
  aspect-ratio: 78/94;
}
@media (min-width: 768px) {
  .os2026__kv-bottom {
    aspect-ratio: 192/90;
  }
}
.os2026__top-movie {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .os2026__top-movie {
    margin-bottom: 40px;
  }
}
.os2026__top-movie .os2026__movie-ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  font-size: clamp(0.875rem, 0.6690140845rem + 0.8450704225vw, 1.25rem);
  font-weight: 700;
}
.os2026__top-movie .os2026__movie-li {
  max-width: 480px;
}
.os2026__top-movie .os2026__movie-title {
  text-align: center;
}
.os2026__section {
  padding-block: 40px;
}
@media (min-width: 768px) {
  .os2026__section {
    padding-block: 80px;
  }
}
.os2026__section--bg-wht {
  background: #fff;
}
.os2026__ticket-list {
  margin-top: 20px;
}
.os2026__ticket-list li + li {
  margin-top: 20px;
}
.os2026__ticket-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .os2026__ticket-item {
    flex-direction: row;
    gap: 6%;
    align-items: center;
    justify-content: center;
    padding: 32px 20px 40px;
  }
}
@media (min-width: 768px) {
  .os2026__ticket-datewrap {
    width: 30%;
  }
}
.os2026__ticket-time {
  padding-block: 0.5em;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.os2026__ticket-time-dl {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}
.os2026__ticket-time-dl dt {
  font-size: 14px;
}
.os2026__ticket-time-dl dd {
  font-family: "Chakra Petch";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.os2026__ticket-time-group {
  display: flex;
  gap: 5px;
  align-items: center;
}
.os2026__ticket-matchwrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.os2026__ticket-team--home {
  width: 100px;
}
.os2026__ticket-team--visitor {
  width: 80px;
}
.os2026__ticket-vs {
  margin-right: 10px;
  font-family: "Chakra Petch";
  font-size: 24px;
  font-weight: 700;
}
.os2026__ticket-infowrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .os2026__ticket-infowrap {
    width: 30%;
  }
}
.os2026__ticket-event {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.os2026__ticket-event-icon {
  max-width: 40px;
}
@media (min-width: 768px) {
  .os2026__ticket-event-icon {
    max-width: 60px;
  }
}
.os2026__ticket-event-title {
  font-size: clamp(0.875rem, 0.8406690141rem + 0.1408450704vw, 0.9375rem);
}
.os2026__ticket-button {
  display: block;
  padding: 5px;
  color: #fff;
  text-align: center;
  background: #ec1234;
  border-radius: 5px;
}
.os2026__ticket-button img {
  margin-inline: auto;
}
@media (hover: hover) {
  .os2026__ticket-button:hover {
    filter: brightness(1.2);
  }
}
.os2026__ceremony .os2026__stadium-belong {
  display: inline-block;
}
.os2026__ceremony .os2026__present-detail p {
  margin-top: 0;
}
@media (width >= 1024px) {
  .os2026__ceremony .v-feature__slider {
    margin-inline: 40px;
  }
  .os2026__ceremony .v-feature__slider-list {
    justify-content: center;
  }
  .os2026__ceremony .v-feature__slider-item {
    width: calc((100% - 48px) / 3) !important;
    max-width: 447px;
    margin: 0 12px !important;
  }
}
.os2026__present-slider {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .os2026__present-slider {
    margin-top: 40px;
    margin-left: 40px;
  }
}
.os2026__present-item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
  height: 100%;
  padding: 28px;
  border: solid 1px #ccc;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .os2026__present-item {
    padding: 0 40px 40px;
  }
}
.os2026__present-date {
  position: absolute;
  top: 0;
  left: 10px;
  width: 56px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  background-color: #e60012;
}
.os2026__present-date-main {
  position: relative;
  display: flex;
  gap: 1em;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.os2026__present-date-month::after {
  position: absolute;
  inset: 0;
  display: block;
  width: 28px;
  height: 1px;
  margin: auto;
  content: "";
  background: #fff;
  transform: rotate(-45deg);
  transform-origin: center;
}
.os2026__present-date-day {
  padding-top: 0.8em;
}
.os2026__present-date-week {
  display: block;
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.os2026__present-date::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-right: 28px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 28px solid transparent;
  transform: translateX(-50%);
}
.os2026__present-date-num {
  font-family: "Chakra Petch";
  font-size: clamp(1.25rem, 1.1126760563rem + 0.5633802817vw, 1.5rem);
  font-weight: 700;
}
.os2026__present-title {
  font-size: clamp(1.125rem, 1.0563380282rem + 0.2816901408vw, 1.25rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.os2026__present-button {
  display: block;
  width: 80%;
  max-width: 200px;
  padding: 0.4em 1em;
  margin-inline: auto;
  font-weight: bold;
  color: #040730;
  text-align: center;
  border: solid 2px #040730;
  border-radius: 99px;
}
.os2026__dialog__title {
  padding: 0.5em 1em;
  font-size: clamp(1rem, 0.9313380282rem + 0.2816901408vw, 1.125rem);
  font-weight: bold;
  background: #edeef0;
}
.os2026__dialog-panel {
  width: 92%;
  padding: 20px 20px 40px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .os2026__dialog-panel {
    max-width: 860px;
    padding: 40px;
  }
}
.os2026__dialog-close {
  position: absolute;
  top: -2px;
  right: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  width: 40px;
  height: 40px;
  color: #fff;
  translate: 0 -100%;
}
.os2026__dialog-close-icon {
  position: absolute;
  inset: 0;
  width: 30px;
  height: 30px;
  margin: auto;
}
.os2026__title-comingsoon {
  font-size: clamp(2rem, 1.3133802817rem + 2.8169014085vw, 3.25rem);
  letter-spacing: 0.2em;
}
.os2026__navlist {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  background: #fff;
  border: solid 1px #e0e1e6;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .os2026__navlist {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .os2026__navlist-item {
    width: 100%;
  }
}
.os2026__navlist-item:not(:last-child) {
  border-right: solid 1px #e0e1e6;
}
.os2026__navlist-item + .os2026__navlist-item {
  border-top: solid 1px #e0e1e6;
}
@media (min-width: 768px) {
  .os2026__navlist-item + .os2026__navlist-item {
    border-top: none;
  }
}
.os2026__navlist-link {
  position: relative;
  display: block;
  padding: 0.7em 1em;
  font-family: "Anton";
  font-size: 24px;
  color: #040730;
  text-align: center;
}
@media (min-width: 768px) {
  .os2026__navlist-link {
    font-size: clamp(16px, 2.5vw, 32px);
  }
}
.os2026__navlist-link::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin-inline: auto;
  content: "";
  background: #040730;
  -webkit-mask: url(/asset/images/common/icon/chevron_down_blk.svg) center center/contain no-repeat;
          mask: url(/asset/images/common/icon/chevron_down_blk.svg) center center/contain no-repeat;
}
.os2026__navlist-link--disabled {
  color: #ddd;
  pointer-events: none;
}
.os2026__navlist-link--disabled::after {
  background: #ddd;
}
.os2026__stadium .v-feature__slider.is-static {
  width: 70%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .os2026__stadium .v-feature__slider.is-static {
    width: 52%;
  }
}
@media (width >= 1024px) {
  .os2026__stadium .v-feature__slider.is-static {
    width: 33%;
  }
}
.os2026__stadium-label {
  font-family: "Anton";
  font-size: clamp(1.5rem, 0.9507042254rem + 2.2535211268vw, 2.5rem);
  color: #bd0000;
  text-align: center;
  background: white;
  border: 2px solid #bd0000;
}
.os2026__stadium-slider {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .os2026__stadium-slider {
    margin-top: 40px;
    margin-left: 40px;
  }
}
.os2026__stadium-item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 28px;
  background: white;
  border: solid 1px #ccc;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .os2026__stadium-item {
    padding: 40px;
  }
}
.os2026__stadium-title {
  font-size: clamp(1.125rem, 1.0563380282rem + 0.2816901408vw, 1.25rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.os2026__stadium-copy {
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
  font-weight: bold;
  text-align: center;
}
.os2026__stadium-text {
  font-size: clamp(0.75rem, 0.6813380282rem + 0.2816901408vw, 0.875rem);
}
.os2026__stadium-belong {
  display: block;
  margin-top: 3px;
  font-size: clamp(0.6875rem, 0.6531690141rem + 0.1408450704vw, 0.75rem);
  color: #999;
}
.os2026__stadium-button {
  display: block;
  width: 80%;
  max-width: 200px;
  padding: 0.4em 1em;
  margin-inline: auto;
  font-weight: bold;
  color: #040730;
  text-align: center;
  border: solid 2px #040730;
  border-radius: 99px;
}
@media not (min-width: 768px) {
  .os2026__news .v-feature__title-primary-en {
    font-size: 56px;
  }
}
.os2026__gourmet, .os2026__goods {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .os2026__gourmet, .os2026__goods {
    margin-top: 60px;
  }
}
.os2026__message {
  background: rgba(255, 255, 255, 0.3);
}
.os2026__message .os2026__stadium-text {
  flex-grow: 1;
}
.os2026__team, .os2026__staff {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .os2026__team, .os2026__staff {
    margin-top: 60px;
  }
}
@media (width >= 1024px) {
  .os2026__team .v-feature__slider {
    margin-inline: 40px;
  }
  .os2026__team .v-feature__slider-list {
    justify-content: center;
  }
  .os2026__team .v-feature__slider-item {
    width: calc((100% - 48px) / 3) !important;
    max-width: 447px;
    margin: 0 12px !important;
  }
}
.os2026__movie-ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
  margin-top: 20px;
  font-size: clamp(0.625rem, 0.4190140845rem + 0.8450704225vw, 1rem);
}
@media (min-width: 768px) {
  .os2026__movie-ul {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
  }
}
.os2026__movie-li.is-hide {
  display: none;
}
.os2026__movie-a {
  display: block;
}
@media (min-width: 768px) {
  .os2026__movie-a:hover .os2026__movie-title {
    opacity: 0.4;
  }
  .os2026__movie-a:hover .os2026__movie-thumb-img {
    scale: 1.1;
  }
}
.os2026__movie-box {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
@media (min-width: 768px) {
  .os2026__movie-box {
    gap: 8px;
  }
}
.os2026__movie-thumb {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 5px;
}
.os2026__movie-thumb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 3.5em;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  translate: -50% -50%;
  background: #bd0000;
  -webkit-mask: url(/asset/images/common/icon/movie_play_wht.svg) center center/contain no-repeat;
          mask: url(/asset/images/common/icon/movie_play_wht.svg) center center/contain no-repeat;
}
.os2026__movie-thumb-img {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 0;
  translate: -50% -50%;
  transition: all 0.2s ease-in-out;
}
.os2026__movie-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.2s ease-in-out;
}
.os2026__fanclub-inner {
  max-width: 1400px;
  margin-inline: auto;
}
.os2026__fanclub-title {
  position: relative;
}
.os2026__fanclub-title-en {
  font-family: "Anton";
  font-size: clamp(6.25rem, 4.6021126761rem + 6.7605633803vw, 9.25rem);
  line-height: 1;
  color: #f0f3f5;
  text-align: center;
}
.os2026__fanclub-title-ja {
  position: absolute;
  top: -5px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: clamp(1.125rem, 0.7816901408rem + 1.4084507042vw, 1.75rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.os2026__fanclub-title-ja::after {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 80px;
  height: 4px;
  content: "";
  background: #bd0000;
}
@media (min-width: 768px) {
  .os2026__fanclub-title-ja::after {
    bottom: 30px;
  }
}
.os2026__fanclub-fukidashi {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 0.8626760563rem + 0.5633802817vw, 1.25rem);
  font-weight: bold;
  text-align: center;
}
.os2026__fanclub-fukidashi::before, .os2026__fanclub-fukidashi::after {
  position: relative;
  display: inline-block;
  width: 2px;
  height: 2.5em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
  content: "";
  background: #040730;
}
.os2026__fanclub-fukidashi::before {
  transform: rotate(-25deg);
}
.os2026__fanclub-fukidashi::after {
  transform: rotate(25deg);
}
.os2026__fanclub-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 800px;
  padding-inline: 20px;
  margin-inline: auto;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .os2026__fanclub-list {
    flex-wrap: nowrap;
    max-width: 1100px;
  }
}
.os2026__fanclub-list-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  width: calc((100% - 10px) / 2);
  padding: 20px;
  border: 1px solid #e0e1e6;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .os2026__fanclub-list-item {
    width: 100%;
  }
}
.os2026__fanclub-list-image {
  max-width: 100px;
}
.os2026__fanclub-list-title {
  font-weight: bold;
}