@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ==========================================================================
   header
========================================================================== */
.specialHeader {
  min-width: 100%;
  height: 60px;
  padding: 0 6vw;
  z-index: 111;
  position: fixed;
}
.specialHeader__jLogo {
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 100000;
}
.specialHeader__jLogo a img {
  width: 40px;
}
.specialHeader__title {
  width: 54.6vw;
}
.specialHeader__title img {
  width: 100%;
  height: auto;
}
.specialHeader__gnav {
  margin-top: 30px;
  margin-left: 0;
  display: block;
}
.specialHeader__gnav li {
  font-size: 24px;
  font-size: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.specialHeader__gnav li.nolink a {
  pointer-events: none;
  opacity: 0.3;
}
.specialHeader__gnav li.nolink a:after {
  opacity: 0.3;
}
.specialHeader__gnav li.ticket a {
  background: #ff0000;
}
.specialHeader__gnav li.english a {
  background: #545454;
}
.specialHeader__gnav li a {
  display: block;
  color: #fff;
  padding: 20px 0;
}
.specialHeader__gnav li a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.specialHeader__gnav li a.active:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}
.specialHeader__gnav li a:hover {
  opacity: 1;
}
.specialHeader__gnav li a.nolink {
  pointer-events: none;
  opacity: 0.3;
}
.specialHeader__gnav li span {
  padding: 20px 0;
  display: block;
  color: #545454;
}
.specialHeader__gnav li span, .specialHeader__gnav li a {
  font-weight: bold;
}
.specialHeader__gnav li ul li {
  font-size: 15px;
  font-size: 1.5rem;
}
.specialHeader__gnav > li {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.specialHeader__subnav {
  display: none;
}

.menutriggerWrap {
  width: 8vw;
  height: 8vw;
  z-index: 1111111111;
}

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 13px;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer;
}
.menu-trigger:hover {
  opacity: 0.7;
}
.menu-trigger.active {
  right: 14px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 60px 0 40px;
  box-sizing: border-box;
  text-align: center;
}
#navigation .navigation_inner {
  padding: 0 20px;
  box-sizing: border-box;
}
#navigation .navigation_inner h1 {
  width: 150px;
  margin: auto;
}
#navigation .navigation_inner h1 img {
  width: 100%;
}
#navigation .navList {
  text-align: center;
}
#navigation .navList li {
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#navigation .navList li h1 a {
  color: #c7ba66;
}
#navigation .navList li a {
  padding: 0.5em;
  color: #fff;
  display: block;
}
#navigation .navList li.nav_ticket {
  border: none;
}
#navigation .navList li.nav_ticket a {
  background: #e60012;
  color: #000;
}

.accordionIndex {
  position: relative;
}

.accordionIndex:after {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  font-family: "ionicons";
  content: "\f35d";
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  width: 1em;
  height: 1em;
  transition: 1s;
}

.accordionIndex.active {
  background: rgba(255, 255, 255, 0.2);
}

.accordionIndex.active:after {
  transform: rotate(180deg);
  top: 10px;
}

a {
  color: #e60012;
  text-decoration: none;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  min-width: 100%;
  overflow: hidden;
  background: #f5f3f3;
  color: #000;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.3rem;
  line-height: 130%;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

#header,
.kvArea,
#main {
  box-sizing: border-box;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: none;
  font-feature-settings: "palt";
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.container {
  background: none;
  padding: 0;
}

#main {
  padding-top: 0;
  background-size: 100% auto;
}

.wide_base {
  width: 90%;
}

.wide_baseL {
  width: 100%;
}

body.mfp-zoom-out-cur {
  position: fixed;
}

#pageTopBtn {
  z-index: 10000;
}

.pcDISP {
  display: none;
}

.spDISP {
  display: block;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.CLM__half img, .CLM__three img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > figure, .CLM__three > div {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > figure:nth-child(3n), .CLM__three > div:nth-child(3n) {
  margin-right: 0;
}

.nowrapCLM {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.nowrapCLM > li {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child {
  margin-right: 0;
}
.nowrapCLM > li img {
  width: 100%;
}
.nowrapCLM > li a {
  display: block;
}

.spnoCLM {
  display: block;
}
.spnoCLM.CLM__half > li, .spnoCLM.CLM__half > article, .spnoCLM.CLM__half > figure {
  width: 100%;
  margin-right: 0;
}
.spnoCLM.CLM__half > li:nth-child(2n), .spnoCLM.CLM__half > article:nth-child(2n), .spnoCLM.CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.spnoCLM.CLM__three > li, .spnoCLM.CLM__three > article, .spnoCLM.CLM__three > figure, .spnoCLM.CLM__three > div {
  width: 100%;
  margin-right: 0;
}
.spnoCLM.CLM__three > li:nth-child(3n), .spnoCLM.CLM__three > article:nth-child(3n), .spnoCLM.CLM__three > figure:nth-child(3n), .spnoCLM.CLM__three > div:nth-child(3n) {
  margin-right: 0;
}

.txt__honbun {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size16 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size18 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.75vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size20 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size22 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size26 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__red {
  color: #e60012;
}
.txt__bold {
  font-weight: bold;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__center {
  text-align: center;
}

.list__style {
  font-size: 3.5vw;
  line-height: 1.65;
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

.btn {
  padding: 1.5em 0;
  font-size: 3.8vw;
  width: 100%;
}
.btn::after {
  font-size: 5vw;
}

.commonTable {
  border: 1px solid #CCC;
}
.commonTable tbody th, .commonTable tbody td {
  font-size: 3.5vw;
  padding: 0.75em 0.5em;
  text-align: center;
  line-height: 1.5;
}
.commonTable tbody td {
  text-align: left;
  background: #FFF;
}

.sec {
  text-align: center;
}
.sec__inner90, .sec__inner900, .sec__inner980, .sec__inner1100, .sec__inner1200, .sec__innerWide, .sec__inner {
  width: 90%;
  margin: 0 auto;
  padding: 40px 5%;
}
.sec__innerWide {
  min-width: 90%;
  max-width: 90%;
}
.sec__inner__gray {
  position: relative;
  margin: 150px auto 60px;
}

#pageTopBtn {
  bottom: 15px !important;
}

html.is-fixed {
  height: inherit;
}

body {
  min-width: 100%;
}

.main {
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

.spDIS {
  display: block;
}

.pcDIS {
  display: none;
}

.kome {
  font-size: 10px !important;
  padding: 0;
}

.txt-bold-l {
  font-weight: bold;
  font-size: 120%;
}

.kvArea {
  margin-top: 60px;
}

.kvArea__img img {
  width: 100%;
  height: auto;
  vertical-align: top;
  max-width: none;
}

/* ==========================================================================
  header
========================================================================== */
.specialHeader .header__left__jleaguejp {
  left: 5px;
  top: 5px;
}
.specialHeader .header__left__jleaguejp a img {
  width: 40px;
}

/* ==========================================================================
　  contents
========================================================================== */
.kv_area h1 .spDIS {
  position: relative;
  width: 100%;
  padding: 177.5% 0 0;
}
.kv_area h1 .spDIS img {
  width: 100%;
  position: absolute;
  top: 0;
}
.kv_area h1 .spDIS img.new_kv {
  z-index: 2;
}

.lead_area {
  padding: 100px 0;
}
.lead_area .lead_area_inner {
  width: 100%;
  padding: 0 30px;
}
.lead_area h2 {
  width: 259px;
  margin: 0 auto 50px;
}
.lead_area h2 img {
  width: 100%;
}
.lead_area p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.125;
}

.visual_area {
  min-height: initial;
  padding: 66.7% 0 0;
  background-image: url(/img/special/anniversary/2025/visual_bg_sp.jpg);
  box-shadow: 0 -75px 40px -19px rgba(0, 0, 0, 0.6) inset;
}
.visual_area h2 {
  position: absolute;
  width: 82.9%;
  bottom: 3.6%;
}

.reprint_area {
  padding: 100px 0;
}
.reprint_area .reprint_area_inner {
  width: 100%;
  padding: 0 30px;
}
.reprint_area h2 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 30px;
}
.reprint_area h2 img {
  width: 100%;
}
.reprint_area .reprint_lead {
  margin: 0 auto 30px;
  max-width: 320px;
}
.reprint_area .btn_style {
  margin: 0 auto 100px;
}
.reprint_area .btn_style:hover {
  opacity: 1;
}
.reprint_area .movie_area dl dd {
  height: 18px;
}
.reprint_area .movie_area dl + dl dd {
  height: 52px;
}
.reprint_area .card_area h3 {
  width: 100%;
  max-width: 300px;
  margin: 120px auto 40px;
}
.reprint_area .card_area h3 figure img {
  width: 100%;
}
.reprint_area .card_area > p {
  width: 200px;
  margin: 0 auto 20px;
}
.reprint_area .card_area > p img {
  width: 100%;
}
.reprint_area .card_area .card_sample {
  grid-template-columns: 1fr 1fr;
}
.reprint_area .card_area .card_sample li img {
  border-radius: 9px;
  width: 100%;
}

.modal_style {
  width: calc(100% - 40px);
  border-radius: 20px;
  padding: 20px 20px 60px;
}
.modal_style p {
  font-size: 12px;
  font-size: 1.2rem;
}
.modal_style p.sub_txt {
  font-size: 10px;
  font-size: 1rem;
}
.modal_style::before, .modal_style::after {
  content: "";
  right: 33px;
  bottom: 20px;
}

.mfp-close-btn-in .mfp-close {
  position: absolute;
  top: auto;
  right: 12px;
  bottom: 18px;
  font-size: 0;
}

.card_slider_style {
  margin-bottom: 10px;
}
.card_slider_style .slick-slide {
  width: 65px !important;
  padding: 0 5px;
}
.card_slider_style + .btn_style {
  margin: 30px auto 0;
}

.get_area {
  padding: 100px 0;
}
.get_area .get_area_inner {
  width: 100%;
  padding: 0 30px;
}
.get_area .get_area_inner h2 {
  width: 260px;
  margin: 0 auto 30px;
}
.get_area .get_area_inner > p {
  display: block;
  width: 157px;
  margin: 0 auto 30px;
}
.get_area .get_area_inner > div h3 {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 30px;
}
.get_area .get_area_inner > div .stadium_inner {
  height: 425px;
  padding: 20px;
  margin: 0 auto 30px;
}
.get_area .get_area_inner > div .stadium_inner > P {
  font-size: 16px;
  font-size: 1.6rem;
}
.get_area .get_area_inner > div .stadium_inner > P span {
  font-size: 12px;
  font-size: 1.2rem;
}
.get_area .get_area_inner > div .stadium_inner h4 {
  padding: 8px 0;
  margin: 30px auto 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.get_area .get_area_inner > div .stadium_inner h5 {
  margin: 25px auto;
}
.get_area .get_area_inner > div .stadium_inner h5 img {
  width: 115px;
}
.get_area .get_area_inner > div .stadium_inner > ul {
  grid-template-columns: 1fr;
}
.get_area .get_area_inner > div .stadium_inner > ul > li {
  padding: 20px 10px;
}
.get_area .get_area_inner > div .stadium_inner > ul > li > div dl dd {
  font-size: 12px;
  font-size: 1.2rem;
}
.get_area .get_area_inner > div .stadium_inner > ul > li > div > p {
  margin: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
.get_area .get_area_inner > div .stadium_inner > ul > li > div .center_area > p {
  font-size: 10px;
  font-size: 1rem;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}
.get_area .get_area_inner > div .stadium_inner > ul > li > div .center_area > p.vs {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  font-weight: 900;
}
.get_area .get_area_inner > div .stadium_inner > ul > li .sub_txt {
  font-size: 12px;
  font-size: 1.2rem;
}
.get_area .get_area_inner > div.other_area .other_panel {
  border-radius: 12.5px;
}
.get_area .get_area_inner > div.other_area .other_panel + .other_panel {
  margin: 30px auto 0;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner .op_ttl {
  display: block;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner .op_ttl dt {
  width: 125px;
  margin: 0 auto 10px;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner .op_ttl dd {
  margin: 0 auto;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner .op_ttl dd p {
  font-size: 3.6vw;
  text-align: center;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner .op_ttl dd p span {
  font-size: 7.9vw;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner .red_label {
  padding: 8px 0;
  margin: 30px auto;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner .red_label p {
  font-size: 14px;
  font-size: 1.4rem;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner .red_label + p {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 30px auto;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner ul {
  display: block;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner ul li dl {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner ul li dl dt {
  width: 90px;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner ul li dl dd {
  margin: 10px auto 0;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner ul li dl dd p {
  font-size: 3.8vw;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner ul li dl dd a {
  margin: 10px auto;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner ul li dl dd a:hover {
  opacity: 1;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner ul li.border_style {
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 25px solid transparent;
  border-top: 40px solid #e60012;
  border-bottom: 0;
  margin: 15px auto;
}
.get_area .get_area_inner > div.other_area .other_panel .period p {
  font-size: 4vw;
}
.get_area .accordionList {
  margin: 30px auto 0;
  border-radius: 12.5px;
}
.get_area .accordionList .accordionIndex {
  padding: 10px 40px 10px 0;
}
.get_area .accordionList .accordionIndex p {
  font-size: 4.8vw;
  line-height: 1.2;
  font-weight: 800;
}
.get_area .accordionList .accordionIndex::after, .get_area .accordionList .accordionIndex::before {
  font-size: initial;
  right: 20px;
}
.get_area .accordionList .accordionIndex::after {
  transform: rotate(90deg);
}
.get_area .accordionList .accordionIndex.active {
  background-color: #000;
}
.get_area .accordionList .accordionIndex.active::before {
  transform: rotate(90deg);
}
.get_area .accordionList .accordionArticle {
  padding: 30px;
}
.get_area .accordionList .accordionArticle h4 {
  font-size: 16px;
  font-size: 1.6rem;
}
.get_area .accordionList .accordionArticle p {
  font-size: 14px;
  font-size: 1.4rem;
}
.get_area .accordionList .accordionArticle .sub {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
}
.get_area .accordionList .accordionArticle a {
  word-break: break-all;
}