@charset "UTF-8";
/*-----------------------------------

kokuritsu2026_match.scss

------------------------------------*/
.pcDISP {
  display: initial;
}

.spDISP {
  display: none !important;
}

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

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

footer #bottomArea p {
  text-align: center;
}

.fade-here,
.fade-scale,
.fade-up,
.fade-down,
.fade-from-left,
.fade-from-right {
  transition: 0.3s ease-in-out;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
  font-family: "Noto Sans JP", sans-serif;
  overscroll-behavior: none; /* モダンブラウザ */
  scroll-behavior: smooth;
}

body {
  background: #EBEBEB;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  font-family: "Noto Sans JP", sans-serif;
  overscroll-behavior: none; /* モダンブラウザ */
}

body footer {
  line-height: 130%;
}

.CLM__half, .CLM__three, .CLM__four {
  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 {
  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;
}
.CLM__four > li, .CLM__four > article {
  width: 23.5%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n) {
  margin-right: 0;
}

.nowrapCLM {
  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;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadehere {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
}
.txt__red {
  color: #BF9446;
}
.txt__left {
  text-align: left;
}
.txt__center {
  text-align: center;
}
.txt__right {
  text-align: right;
}
.txt__bold {
  font-weight: bold;
}

p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.65;
  text-align: left;
  font-weight: 700;
  word-wrap: break-word;
}

.kome {
  font-size: 12px !important;
  font-weight: unset;
}

.list__style__disc {
  list-style: disc;
  padding-left: 2em;
  text-align: left;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
}
.list__style__disc li {
  padding-bottom: 0.5em;
}
.list__style__attention {
  list-style: none;
}
.list__style__attention li {
  padding-left: 1em;
  position: relative;
}
.list__style__attention li:after {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.linkArea {
  position: fixed;
  z-index: 100;
  width: 40px;
  top: 15px;
  left: 15px;
}
.linkArea img {
  width: 100%;
}

.menu_bar {
  background-color: #000;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
}
.menu_bar ul {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  border-left: 2px solid #fff;
}
.menu_bar ul li {
  width: 50%;
}
.menu_bar ul li a {
  display: block;
  border-right: 2px solid #fff;
  height: 100px;
  text-align: center;
  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;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  font-size: 2.1rem;
}
.menu_bar ul li a:hover {
  background: #daae48;
  color: #000;
  opacity: 1;
}
.menu_bar ul li.current a {
  pointer-events: none;
  background: #daae48;
  color: #000;
}

/* ============================================
	TOP logo
============================================ */
.kvArea {
  margin-top: 100px;
  position: relative;
}
.kvArea .logo_j {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 52px;
  z-index: 100;
}

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

.main {
  position: relative;
}

/* ============================================
	leadArea
============================================ */
.leadArea {
  background: #fff;
}
.leadArea > div {
  background-image: url("/img/special/kokuritsu/2026/match/lead_bg01.jpg");
  background-position: bottom;
  background-size: cover;
  width: 100%;
  text-align: center;
}
.leadArea > img {
  width: 100%;
  display: block;
}
.leadArea .outer__inner {
  width: 100%;
  max-width: 980px;
  padding: 60px 0 0;
  margin: 0 auto;
}
.leadArea .outer__inner p {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
}

/* ============================================
	タブ
============================================ */
.tabSelecter {
  width: 980px;
  margin: auto;
  /* ===== タブごとの色 ===== */
}
.tabSelecter img {
  display: block;
  width: 100%;
  height: auto;
}
.tabSelecter ul {
  display: flex;
  justify-content: space-between;
  border-bottom: none;
  letter-spacing: unset;
}
.tabSelecter li {
  width: 245px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tabSelecter li > a {
  display: block;
  background-color: unset !important;
}
.tabSelecter .tab0307 {
  background: #22296C;
}
.tabSelecter .tab0314 {
  background: #006B35;
}
.tabSelecter .tab0318 {
  background: #0061AF;
}
.tabSelecter .tab0322 {
  background: #33A3DC;
}
.tabSelecter li.current::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 4px;
}

.tabContentsBox .tabBox {
  display: none;
}

.tabContentsBox .tabBox:first-child {
  display: block;
}

/* ============================================
	タブヘッダー
============================================ */
.tabBox {
  width: 980px;
  margin: auto;
  background-color: #F4F4F4;
}
.tabBox .heading__main {
  position: relative;
  margin-bottom: 60px;
}
.tabBox .heading__main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}
.tabBox .heading__main img {
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
}

#kokuritsu2026 .tabBox:nth-child(1) .heading__main {
  background: #22296C;
}
#kokuritsu2026 .tabBox:nth-child(2) .heading__main {
  background: #006B35;
}
#kokuritsu2026 .tabBox:nth-child(3) .heading__main {
  background: #0061AF;
}
#kokuritsu2026 .tabBox:nth-child(4) .heading__main {
  background: #33A3DC;
}

/* ============================================
	アコーディオン
============================================ */
.game_wrap {
  position: relative;
  width: 100%;
  padding: 70px 0px 80px 0px;
  background: url("/img/special/kokuritsu/2026/match/contentArea_bg.png") no-repeat 50% bottom;
  background-size: cover;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.07);
}
.game_wrap:after {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: 0;
  width: 100%;
  height: 100%;
}
.game_wrap .contents {
  margin: 0px auto;
  font-size: 2rem;
  width: 90%;
  padding-bottom: 40px;
}
.game_wrap .contents .box {
  margin-bottom: 40px;
}
.game_wrap .contents .box p img {
  width: 100%;
  margin-top: 10px;
}

.accordion {
  margin: auto;
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 60px;
}

.topic, .caution {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.topic {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  padding: 10px 20px;
  background-color: #ffffff;
  display: block;
}
.topic::after, .topic::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 0.75em;
  background-color: #000;
  transition: all 0.3s;
}
.topic::after {
  transform: rotate(90deg);
}

.caution {
  max-height: 0;
  overflow: hidden;
  margin: 0px auto;
}
.caution > ul li {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  line-height: 2;
  color: #000000;
  text-indent: -1em;
  padding-left: 1em !important;
}

.toggle:checked + .topic + .caution {
  max-height: 2000px;
  transition: all 1.5s;
}
.toggle:checked + .topic::before {
  transform: rotate(90deg) !important;
}

.mapimg {
  width: 700px;
  margin: 0 auto;
  display: block;
  margin: 0 auto 30px;
}

/* ============================================
	アンカーリンク
============================================ */
.anchorBtns {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 0px auto 60px;
}

.anchorBtn {
  width: 335px;
  padding: 20px 0px;
  border: 3px solid #BF9446; /* 金色 */
  border-radius: 14px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
}

.anchorBtn:hover {
  background: #BF9446;
  opacity: 1;
}

/* 下向き矢印 */
.anchorBtn .arrow {
  display: block;
  width: 10px;
  height: 10px;
  margin: 2px auto 0;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
}

.campaign_area, .event_area {
  padding-top: 150px;
  margin-top: -150px;
}

/* ============================================
	キャンペーン
============================================ */
.heading__sub {
  color: black;
  font-size: 75px;
  font-size: 7.5rem;
  font-family: Noto Sans JP;
  font-weight: 700;
  word-wrap: break-word;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 30px;
}
.heading__sub span {
  color: black;
  font-size: 20px;
  font-size: 2rem;
  font-family: Noto Sans JP;
  font-weight: 700;
  word-wrap: break-word;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  background-image: linear-gradient(90deg, rgba(248, 251, 192, 0.2), rgba(180, 129, 46, 0.2));
  background-color: #BF9446;
  padding: 5px;
  margin-bottom: 30px;
}

h5 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #BF9446;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}

h6 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}

/* ============================================
	エントリーボタン
============================================ */
.entry_area {
  margin: auto;
  margin-bottom: 80px;
}
.entry_area .btn {
  display: block;
  width: 744px;
  margin: 0px auto;
  padding: 0px;
}
.entry_area .btn img {
  display: block;
  width: 100%;
}

/* ============================================
	イベント情報
============================================ */
/* ============================================
	アクセス
============================================ */
/* ============================================
	試合情報
============================================ *//*# sourceMappingURL=kokuritsu2026_match.css.map */