@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
@import url("//use.fontawesome.com/releases/v6.2.0/css/all.css");
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.specialHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
  background: #000;
  height: 70px;
  width: 100%;
  min-width: 1100px;
  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- center;
  align-items: -webkit- center;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.specialHeader__inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-end;
  justify-content: -webkit- flex-end;
  justify-content: flex-end;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.specialHeader__jLogo {
  width: 40px;
  height: 40px;
}
.specialHeader__jLogo img {
  width: 100%;
  height: auto;
}
.specialHeader__eng a {
  font-weight: 900;
  color: #fff;
  line-height: 1;
  padding: 2px 10px;
  margin-right: 15px;
  border: 1px solid #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.specialHeader__title img {
  height: 40px;
}
.specialHeader__gnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-left: 20px;
}
.specialHeader__gnav__li {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: relative;
  height: 70px;
  line-height: 70px;
}
.specialHeader__gnav__li a, .specialHeader__gnav__li span {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  height: 70px;
  font-weight: bold;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1170px) {
  .specialHeader__gnav__li a, .specialHeader__gnav__li span {
    padding: 0 10px;
  }
}
.specialHeader__gnav__li a:hover, .specialHeader__gnav__li span:hover {
  background: #adb3b5;
  opacity: 1;
}
.specialHeader__gnav__li span {
  color: rgba(255, 255, 255, 0.4);
}
.specialHeader__ticket {
  margin-right: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.specialHeader__ticket a, .specialHeader__ticket span {
  background: #e60012;
  color: #fff;
  border-radius: 20px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 1170px) {
  .specialHeader__ticket a, .specialHeader__ticket span {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 15px;
  }
}
.specialHeader__ticket span {
  background: #758ebf;
  color: #000;
}
.specialHeader__ticket span:hover {
  background: #758ebf;
}
.specialHeader__subnav {
  z-index: 9999;
  overflow: hidden;
  top: 70px;
  text-align: center;
  position: absolute;
  background: #adb3b5;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}
.specialHeader__subnav li a {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
  height: 50px;
  transition: opacity 0.2s ease;
}
.specialHeader__subnav li a:hover {
  opacity: 0.7;
}
.specialHeader__subnav li:first-child {
  padding-left: 15px;
}
.specialHeader__subnav li:last-child {
  padding-right: 15px;
}
.specialHeader__subnav li.nolink a {
  opacity: 0.2;
  pointer-events: none;
}

a {
  color: #e60012;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

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

body {
  min-width: 980px;
  background: f5f3f3;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.75;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

#header *,
.CNT * {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

footer img {
  vertical-align: inherit;
}

footer {
  line-height: 100%;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.CNT {
  font-feature-settings: "palt";
}

.spDISP {
  display: none;
}

.fade-up,
.fade-from-left,
.fade-from-right {
  transition: opacity 0.7s;
  transition: transform 0.5s;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three, .CLM__four {
  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, .CLM__four img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure, .CLM__half > div, .CLM__half > a {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n), .CLM__half > div:nth-child(2n), .CLM__half > a:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > div, .CLM__three > a, .CLM__three > figure {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > div:nth-child(3n), .CLM__three > a:nth-child(3n), .CLM__three > figure:nth-child(3n) {
  margin-right: 0;
}
.CLM__four > li, .CLM__four > article, .CLM__four > div {
  width: 23.5%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n), .CLM__four > div:nth-child(4n) {
  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, .nowrapCLM > article {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child, .nowrapCLM > article:last-child {
  margin-right: 0;
}
.nowrapCLM > li img, .nowrapCLM > article img {
  width: 100%;
}
.nowrapCLM > li a, .nowrapCLM > article a {
  display: block;
}

.txt__honbun {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1em;
}
.txt__size16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1em;
}
.txt__size18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size22 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size26 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__bold {
  font-weight: bold;
}
.txt__center {
  text-align: center;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__through {
  text-decoration: line-through;
}
.txt__underline {
  text-decoration: underline !important;
}
.txt__dotline {
  padding-bottom: 5px;
  border-bottom: 2px dotted #cd0404;
}

.sec {
  text-align: center;
}
.sec__inner90 {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
  max-width: 1180px;
}
.sec__inner800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1100 {
  width: 100%;
  min-width: 980px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1200 {
  width: 100%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__innerWide {
  width: 100%;
  min-width: 980px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner__gray {
  margin: 450px auto 60px;
}
.sec__inner__gray:before {
  top: -200px;
  padding-bottom: 0;
}
.sec__inner__gray.left:before {
  width: 90%;
  left: 10%;
}

img.lazy {
  width: 100%;
}

.list__style {
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}
.list__style__decimal li {
  margin-left: 1em;
}
.list__style__discl {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
.list__style__discl li {
  padding-left: 1em;
  text-indent: -1em;
}
.list__style__discl li:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #000000;
  border-radius: 50%;
  position: relative;
  left: -0.5em;
}
.list__style__attention {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.list__style__attention li {
  padding-left: 1em;
  text-indent: -1em;
}
.list__style__attention li:before {
  content: "※";
  position: relative;
  left: -0.5em;
}

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

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

.spDIS {
  display: none;
}

.pcDIS {
  display: block;
}

.kome {
  font-size: 0.8rem !important;
  line-height: 1.4 !important;
}

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

.kvArea__img img {
  width: 100%;
}

.fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
}

p, a {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  transition: 0.2s;
}

/* ==========================================================================
　  header
========================================================================== */
.specialHeader {
  background: none;
}
.specialHeader .header__left__jleaguejp {
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 100000;
}
.specialHeader .header__left__jleaguejp a img {
  width: 59px;
}

/* ==========================================================================
　  contents
========================================================================== */
.kv_area h1 {
  background-color: #e60012;
}
.kv_area h1 .pcDIS {
  position: relative;
  width: 100%;
  padding: 56.26% 0 0;
}
.kv_area h1 .pcDIS img {
  width: 100%;
  position: absolute;
  top: 0;
}
.kv_area h1 .pcDIS img.new_kv {
  z-index: 2;
}

.lead_area {
  width: 100%;
  background-color: #e60012;
  padding: 100px 0 120px;
}
.lead_area .lead_area_inner {
  width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}
.lead_area h2 {
  width: 520px;
  margin: 0 auto 80px;
}
.lead_area h2 img {
  width: 100%;
}
.lead_area p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2.125;
  color: #000;
  font-weight: 500;
}

.visual_area {
  position: relative;
  width: 100%;
  min-height: 500px;
  padding: 39% 0 0;
  margin: 0 auto;
  background-image: url(/img/special/anniversary/2025/visual_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  box-sizing: border-box;
  box-shadow: 0 -30px 40px 80px rgba(0, 0, 0, 0.6) inset;
}
.visual_area h2 {
  position: absolute;
  width: 602px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.visual_area h2 img {
  width: 100%;
}

.reprint_area {
  width: 100%;
  background-color: #000;
  padding: 120px 0;
}
.reprint_area .reprint_area_inner {
  width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}
.reprint_area h2 {
  width: 500px;
  margin: 0 auto 50px;
}
.reprint_area h2 img {
  width: 100%;
}
.reprint_area .reprint_lead {
  width: 77.3%;
  margin: 0 auto 50px;
}
.reprint_area .reprint_lead figure img {
  width: 100%;
}
.reprint_area .btn_style {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  background-color: #e60012;
  border-radius: 25px;
  margin: 0 auto 80px;
}
.reprint_area .btn_style img {
  width: 218px;
}
.reprint_area .btn_style:hover {
  opacity: 0.7;
}
.reprint_area .movie_area h3 {
  width: 154px;
  margin: 0 auto 30px;
}
.reprint_area .movie_area h3 img {
  width: 100%;
}
.reprint_area .movie_area dl dt {
  margin: 0 auto 10px;
  width: 100%;
  max-width: 650px;
  aspect-ratio: 16/9;
}
.reprint_area .movie_area dl dt iframe {
  width: 100%;
  height: 100%;
}
.reprint_area .movie_area dl dd {
  height: 30px;
  width: fit-content;
  margin: 0 auto;
}
.reprint_area .movie_area dl dd img {
  height: 100%;
}
.reprint_area .movie_area dl + dl {
  margin-top: 30px;
}
.reprint_area .movie_area dl + dl dd {
  height: 82px;
}
.reprint_area .card_area h3 {
  width: 600px;
  margin: 120px auto 30px;
}
.reprint_area .card_area h3 figure img {
  width: 100%;
}
.reprint_area .card_area > p {
  width: 200px;
  margin: 0 auto 30px;
}
.reprint_area .card_area > p img {
  width: 100%;
}
.reprint_area .card_area .card_sample {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
.reprint_area .card_area .card_sample li img {
  overflow: hidden;
  border-radius: 17px;
  width: 100%;
}

.modal_style {
  position: relative;
  width: 480px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #e60012;
  border-radius: 35px;
  padding: 40px 40px 60px;
}
.modal_style p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.125;
  color: #000;
  font-weight: 500;
}
.modal_style p.sub_txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  margin: 1em 0 0;
}
.modal_style::before, .modal_style::after {
  content: "";
  position: absolute;
  right: 33px;
  bottom: 20px;
  margin: auto;
  width: 2px;
  height: 40px;
  background-color: #000;
  transform: rotate(45deg);
}
.modal_style::before {
  transform: rotate(-45deg);
}

.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: 100px !important;
  overflow: hidden;
  padding: 0 5px;
}
.card_slider_style .slick-slide img {
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}
.card_slider_style + .btn_style {
  margin: 80px auto 0;
}

.get_area {
  width: 100%;
  background-color: #f0f0f0;
  padding: 120px 0;
}
.get_area .get_area_inner {
  width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}
.get_area .get_area_inner h2 {
  width: 520px;
  margin: 0 auto 50px;
}
.get_area .get_area_inner h2 img {
  width: 100%;
}
.get_area .get_area_inner > p {
  display: block;
  width: 200px;
  margin: 0 auto 50px;
}
.get_area .get_area_inner > p img {
  width: 100%;
}
.get_area .get_area_inner > div h3 {
  width: 540px;
  margin: 0 auto 40px;
}
.get_area .get_area_inner > div h3 img {
  width: 100%;
}
.get_area .get_area_inner > div .stadium_inner {
  width: 100%;
  height: 550px;
  overflow-y: scroll;
  padding: 40px;
  border: 2px solid #000;
  box-sizing: border-box;
  margin: 0 auto 50px;
}
.get_area .get_area_inner > div .stadium_inner > P {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #000;
  font-weight: 500;
}
.get_area .get_area_inner > div .stadium_inner > P b {
  font-weight: 900;
}
.get_area .get_area_inner > div .stadium_inner > P a {
  color: #e60012;
  text-decoration: underline;
}
.get_area .get_area_inner > div .stadium_inner > P + p {
  margin-top: 1em;
}
.get_area .get_area_inner > div .stadium_inner > P span {
  font-size: 14px;
  font-size: 1.4rem;
}
.get_area .get_area_inner > div .stadium_inner h4 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  padding: 8px 0;
  margin: 40px auto 0;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 800;
}
.get_area .get_area_inner > div .stadium_inner h5 {
  display: flex;
  align-items: center;
  margin: 30px auto;
}
.get_area .get_area_inner > div .stadium_inner h5:after, .get_area .get_area_inner > div .stadium_inner h5:before {
  content: "";
  flex-grow: 1;
  border-bottom: 3px dotted #ccc;
}
.get_area .get_area_inner > div .stadium_inner h5:after {
  margin-left: 1em;
}
.get_area .get_area_inner > div .stadium_inner h5:before {
  margin-right: 1em;
}
.get_area .get_area_inner > div .stadium_inner > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.get_area .get_area_inner > div .stadium_inner > ul > li {
  padding: 30px 0;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #cccccc;
}
.get_area .get_area_inner > div .stadium_inner > ul > li > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.get_area .get_area_inner > div .stadium_inner > ul > li > div dl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.get_area .get_area_inner > div .stadium_inner > ul > li > div dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  font-weight: 500;
}
.get_area .get_area_inner > div .stadium_inner > ul > li > div .center_area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 10px;
}
.get_area .get_area_inner > div .stadium_inner > ul > li > div .center_area > p {
  font-size: 12px;
  font-size: 1.2rem;
  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: 18px;
  font-size: 1.8rem;
  color: #000;
  font-weight: 900;
}
.get_area .get_area_inner > div .stadium_inner > ul > li .sub_txt {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  font-weight: 500;
  margin: 1em 0 0;
}
.get_area .get_area_inner > div.other_area .other_panel {
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 25px;
  overflow: hidden;
}
.get_area .get_area_inner > div.other_area .other_panel + .other_panel {
  margin: 40px auto 0;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner {
  padding: 30px;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner .op_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner .op_ttl dt {
  width: 210px;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner .op_ttl dt img {
  width: 100%;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner .op_ttl dd {
  margin: 0 0 0 20px;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner .op_ttl dd p {
  color: #000;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 1.2;
  font-weight: 800;
  text-align: left;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner .op_ttl dd p span {
  color: #e60012;
  font-size: 70px;
  font-size: 7rem;
  font-weight: 800;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner .red_label {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e60012;
  padding: 8px 0;
  margin: 30px auto;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner .red_label p {
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 800;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner .red_label + p {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.125;
  color: #000;
  font-weight: 500;
  margin: 30px auto;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner ul {
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr;
  gap: 5px;
}
.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: 180px;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner ul li dl dt img {
  width: 100%;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner ul li dl dd {
  margin: 20px auto 0;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner ul li dl dd p {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #000;
  font-weight: 500;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner ul li dl dd a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 50px;
  background-color: #000;
  border-radius: 25px;
  margin: 20px auto 0;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner ul li dl dd a img {
  width: 165px;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner ul li dl dd a:hover {
  opacity: 0.7;
}
.get_area .get_area_inner > div.other_area .other_panel .other_panel_inner ul li.border_style {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 25px solid transparent;
  border-left: 40px solid #e60012;
  border-right: 0;
  margin: 65px 0 0;
}
.get_area .get_area_inner > div.other_area .other_panel .period {
  width: 100%;
  background-color: #000;
  padding: 8px 0;
  margin: 0 auto;
}
.get_area .get_area_inner > div.other_area .other_panel .period p {
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}
.get_area .accordionList {
  width: 100%;
  margin: 40px auto 0;
  border: 2px solid #000;
  border-radius: 25px;
  overflow: hidden;
}
.get_area .accordionList .accordionIndex {
  color: #fff;
  background-color: #000;
  border: none !important;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 70px 15px 0;
}
.get_area .accordionList .accordionIndex p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 800;
}
.get_area .accordionList .accordionIndex::after, .get_area .accordionList .accordionIndex::before {
  content: "";
  position: absolute;
  right: 2em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 24px;
  background-color: #fff;
  transition: all 0.3s;
}
.get_area .accordionList .accordionIndex::after {
  transform: rotate(90deg);
}
.get_area .accordionList .accordionIndex.active::before {
  transform: rotate(90deg);
}
.get_area .accordionList .accordionArticle {
  background-color: #fff;
  padding: 30px;
}
.get_area .accordionList .accordionArticle h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 1em;
}
.get_area .accordionList .accordionArticle p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.125;
  font-weight: 500;
}
.get_area .accordionList .accordionArticle p + h4 {
  margin-top: 2em;
}
.get_area .accordionList .accordionArticle .sub {
  font-size: 14px;
  font-size: 1.4rem;
}