@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");
.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 {
  width: 100%;
  background-image: url(/img/special/anniversary/secret/obi.svg);
  background-repeat: repeat-x;
  background-size: auto 30px;
  background-position: top;
  padding: 70px 0 0;
}
.kv_area .kv_area_inner {
  width: 100%;
  background-image: url(/img/special/anniversary/secret/obi.svg);
  background-repeat: repeat-x;
  background-size: auto 30px;
  background-position: bottom;
  padding: 0 0 70px;
  position: relative;
}
.kv_area .kv_area_inner h1 {
  max-width: 490px;
  margin: 0 auto 40px;
}
.kv_area .kv_area_inner h1 img {
  width: 100%;
}
.kv_area .kv_area_inner .lead_area {
  width: 500px;
  margin: 0 auto;
}
.kv_area .kv_area_inner .lead_area > p {
  width: 100%;
}
.kv_area .kv_area_inner .lead_area > img {
  position: absolute;
  width: 251px;
  right: calc(50% - 520px);
  bottom: 70px;
}

.search_area {
  background-color: #EBEBEB;
  padding: 40px 0 60px;
}
.search_area h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 20px;
}
.search_area .search_inner {
  background-color: #fff;
  width: 980px;
  padding: 40px;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 auto;
}
.search_area .search_inner ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  column-gap: 20px;
}
.search_area .search_inner ul label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.search_area .search_inner ul label input {
  margin-right: 0.5em;
}
.search_area .search_inner > div {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.search_area .search_inner > div p {
  font-size: 16px;
  font-size: 1.6rem;
  width: 100px;
}
.search_area .search_inner > div p i {
  margin-right: 5px;
}
.search_area .search_inner > div input {
  height: 50px;
  width: 650px;
  padding: 0 18px;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 3px;
  border: 1px solid #999;
}
.search_area .search_inner > div input::placeholder {
  color: #999;
}
.search_area .search_inner > div button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 50px;
  border-radius: 25px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  transition: 0.2s;
}
.search_area .search_inner > div button:hover {
  opacity: 0.7;
}
.search_area .search_inner .kome {
  font-size: 1rem !important;
  text-align: center;
  margin-top: 10px;
}

.card_list {
  background: #fff;
  padding: 60px 0;
  width: 100%;
}
.card_list .card_list_inner {
  width: 1113px;
  margin: 0 auto;
}
.card_list .card_list_inner h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 40px;
}
.card_list .card_list_inner h2 span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
.card_list .card_list_inner h2 i {
  margin-right: 10px;
}
.card_list .card_list_inner > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.card_list .card_list_inner > ul > li > a {
  position: relative;
  overflow: hidden;
  display: block;
}
.card_list .card_list_inner > ul > li > a img {
  width: 100%;
}
.card_list .card_list_inner > ul > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  transition: 0.3s;
}
.card_list .card_list_inner > ul > li > a:hover {
  opacity: 1;
  transform: scale(1.1);
}
.card_list .card_list_inner > ul > li > a:hover:before {
  top: 0;
  right: 100%;
}
.card_list .card_list_inner > ul > li > a:hover img {
  opacity: 1;
}
.card_list .card_list_inner > ul + a {
  margin: 80px auto;
  max-width: 600px;
  display: block;
  width: 100%;
}
.card_list .card_list_inner > ul + a img {
  width: 100%;
}

.mfp-content {
  width: 365px !important;
  background: #fff;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
}
.mfp-content img {
  width: 100%;
}

button.mfp-close {
  width: 34px;
  height: 34px;
  color: #fff !important;
  background: #E60012;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  opacity: 1;
  top: -17px;
  right: -17px;
}
button.mfp-close:active {
  top: -17px;
}

.btn_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.btn_list li a {
  width: 72px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  border-radius: 17.5px;
  border: 1px solid #000;
  color: #000;
}
.btn_list li a.active {
  color: #fff;
  background-color: #000;
}

.breadcrumbs {
  background-color: #EBEBEB;
  width: 100%;
}
.breadcrumbs ul {
  width: 980px;
  padding: 10px 0;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  gap: 10px;
}
.breadcrumbs ul li {
  font-weight: 700;
  font-size: 12px;
}
.breadcrumbs ul li a {
  text-decoration: underline;
  font-weight: 700;
}