@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");
/*-----------------------------------

kokuritsu.scss

------------------------------------*/
.specialHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
  background: #000;
  height: 70px;
  width: 100%;
  min-width: 1100px;
  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: 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: 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: 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: 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: 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: 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;
  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;
  -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: 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: 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 #e60012;
}

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

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

.kome {
  font-size: 16px !important;
  font-size: 1.6rem !important;
  line-height: 1.4 !important;
}

.spDIS {
  display: none;
}

.pcDIS {
  display: block;
}

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

.comment_wrap {
  display: block;
  margin: 90px auto;
  max-width: 1400px;
  text-align: center;
  width: 980px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
.comment_wrap p {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 1.35vw, 18px);
  line-height: 2;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
}
.comment_wrap p .cursive {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 6rem;
  color: #b89749;
}
.comment_wrap p .textB {
  font-size: 2.5rem;
}
.comment_wrap img {
  width: 100%;
  height: auto;
}

/* ============================================
	parts
============================================ */
.heading__main {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px 0px;
  width: 800px;
  text-align: center;
  transform: skewX(-10deg);
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  background: #b4812e;
  background: linear-gradient(to right, #f8fbc0 27%, #b4812e 100%);
  box-shadow: 10px 10px 0 #000;
}
.heading__main img {
  margin: auto;
  transform: skewX(10deg);
  width: auto;
  height: 75px;
}
.heading__sub {
  margin: 0px auto 20px;
  padding: 0px 0px 10px 0px;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  text-align: center;
  border-bottom: 2px solid #BF9446;
}

.specialHeader {
  background: none !important;
}

.box {
  margin: 0px auto;
  padding: 30px;
  font-size: 20px;
  font-size: 2rem;
}
.box .ttl {
  margin: 0px 0px 20px;
  padding: 10px 0px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background-color: #ffffff;
}
.box .subttl {
  margin: 0px 0px 20px;
  padding: 0px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  color: #000000;
}
.box p {
  margin-bottom: 20px;
  line-height: 2;
}
.box p.margB0 {
  margin-bottom: 0;
}
.box p:last-of-type {
  margin-bottom: 0;
}
.box p b {
  font-weight: bold;
}

.list__style {
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
  font-size: 20px;
  font-size: 2rem;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

/* ============================================
	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%;
}

.kvArea__txt {
  padding: 0.5em;
  text-align: center;
  background: #5c5c5c;
  color: #fff;
}

.main {
  position: relative;
}

/* ============================================
	試合詳細
============================================ */
.game_card {
  margin: auto;
  width: 100%;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  background-color: #000;
  text-align: center;
  height: auto;
}
.game_card img {
  vertical-align: top;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.game_card .list {
  box-sizing: border-box;
  height: auto;
  justify-content: center;
}
.game_card .list .item {
  border-right: 2px solid #fff;
  box-sizing: border-box;
  margin-right: unset;
}
.game_card .list .item:nth-child(2) {
  border-right: none;
}
.game_card .list .item a::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
  margin-bottom: 15px;
}

/* ============================================
	ナビ
============================================ */
.nav {
  position: relative;
  max-width: 980px;
  height: 160px;
  margin: 60px auto;
  background-color: #000;
}
.nav .list {
  display: flex;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.nav .list.CLM__half > li {
  width: 50% !important;
}
.nav .list.CLM__three > li {
  width: 33.3333333333% !important;
}
.nav .list.CLM__half > li, .nav .list.CLM__three > li {
  margin-right: 0 !important;
}
.nav .list .item {
  border-right: 2px solid #fff;
  box-sizing: border-box;
}
.nav .list .item:last-child {
  border: none;
}
.nav .list .item a {
  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;
  flex-flow: column;
  text-decoration: none;
  color: #ffffff;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  height: 160px;
  background-size: 21px;
  padding: 0;
}
.nav .list .item a.nolink {
  pointer-events: none;
  color: #333333;
}
.nav .list .item a:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}
.nav .list .item a:hover {
  opacity: 1;
  color: #ccad62;
}
.nav .list .item a:hover:after {
  border-color: #ccad62;
}

/* ============================================
	キャンペーン
============================================ */
.campaign {
  position: relative;
  margin: 0px auto 50px;
  width: 100%;
  padding: 70px 0px 80px 0px;
  background: url("/img/special/kokuritsu/campaign_bg.jpg") no-repeat 50% bottom;
  background-size: cover;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  padding-top: 70px;
}
.campaign:after {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #b59874 0%, #eddeae 100%);
}
.campaign .campaign_area {
  margin: 70px auto;
  padding: 50px 0;
  width: 980px;
  background-color: #F4F4F4;
}
.campaign ul {
  margin: 0px 0px 20px 0px;
}

@media screen and (max-width: 1040px) {
  .campaign .ttl {
    width: 95%;
  }
}
.accordion {
  margin: auto;
}

.toggle {
  display: none;
}

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

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

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

.caution {
  max-height: 0;
  overflow: hidden;
  margin: 0px auto 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;
}

/* ============================================
	応募ボタン
============================================ */
.entry {
  position: relative;
  margin: 0px auto;
  width: 100%;
  padding: 0px;
  line-height: 0;
}
.entry .entry_area {
  margin: auto;
  width: 980px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.entry .btn {
  display: block;
  width: 744px;
  margin: 0px auto;
  padding: 0px;
}
.entry p {
  display: block;
  text-align: center;
  line-height: 1;
  margin: 10px auto 30px;
}

/* ============================================
	イベント情報
============================================ */
.main > .event {
  position: relative;
  margin: 160px auto 0px auto;
  width: 100%;
  padding: 70px 0px 80px;
  background: url("/img/special/kokuritsu/event_bg.jpg") no-repeat center top;
  background-size: cover;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.main > .event .event_area {
  margin: auto;
  width: 980px;
}
.main > .event .event_area .heading__main {
  top: -60px;
}
.main > .event .box {
  margin: 0px auto 0px auto;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  font-size: 2rem;
}
.main > .event .box img {
  display: block;
  margin: 0px auto 30px;
  width: 100%;
}
.main > .event p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  color: #000000;
}
.main > .event p span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 10px 0px 0px;
}
.main > .event p span.alignR {
  text-align: right;
}
.main > .event a.btn {
  display: block;
  width: 511px;
  height: 84px;
  margin: 20px auto 0px auto;
  padding: 27px 0px 0px 0px;
  background: url("/img/special/kokuritsu/guide_btn.png") no-repeat center 50%;
  background-size: contain;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
}
.main > .event a.btn:hover {
  text-decoration: none;
}

@media screen and (max-width: 1040px) {
  .event .ttl {
    width: 95%;
  }
}
.event.box img {
  width: 100%;
}

/* ============================================
	アクセス
============================================ */
.access {
  position: relative;
  width: 100%;
  padding: 80px 0px 80px 0px;
  background: url("/img/special/kokuritsu/access_bg.png") no-repeat center top;
  background-size: cover;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.access .access_area {
  margin: auto;
  width: 980px;
  text-align: center;
}
.access .box {
  padding: 0;
}
.access .box .accessmap {
  width: 100%;
  margin: 0px auto;
  line-height: 0;
}
.access .box .accessmap .gmap {
  width: 100%;
  height: 600px;
}
.access .box ul {
  padding: 30px;
}
.access p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 700;
  color: #000000;
}

@media screen and (max-width: 1040px) {
  .access .ttl {
    width: 95%;
  }
}
/* ============================================
	ガイド
============================================ */
.guide {
  position: relative;
  margin: 160px auto 60px;
  width: 100%;
  padding: 70px 0px 80px;
  background: url("/img/special/kokuritsu/2024/guide_bg.jpg") no-repeat center top #dcdcdc;
  background-size: contain;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.guide .guide_area {
  margin: auto;
  width: 980px;
}
.guide h4 {
  margin: 0px 0px 30px;
  padding: 10px 0px 5px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  background-color: #ffffff;
}
.guide p {
  margin: 0px 0px 30px;
  padding: 0px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  color: #000000;
}
.guide ul {
  margin: 0px auto 30px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.guide ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0px;
  font-size: 0px;
  font-size: 0rem;
  line-height: 0;
  clear: both;
}
.guide li {
  display: table;
  width: 48%;
  float: left;
  padding: 0px;
  margin: 0px 4% 0px 0px;
}
.guide li:last-child {
  margin: 0px;
}
.guide a.btn {
  display: block;
  width: 511px;
  height: 84px;
  margin: auto;
  padding: 27px 0px 0px 0px;
  background: url("/img/special/kokuritsu/guide_btn.png") no-repeat center 50%;
  background-size: contain;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.5;
  font-weight: 700;
  color: #ffffff;
}
.guide a.btn:hover {
  text-decoration: none;
}
.guide .imgarea {
  display: block;
  width: 670px;
  margin: 0px auto 30px auto;
}
.guide .imgarea img {
  width: 100%;
}
.guide + .entry {
  margin-bottom: 60px;
}

@media screen and (max-width: 1040px) {
  .guide .ttl {
    width: 95%;
  }
}
/* ============================================
	追従ボタン
============================================ */
.floatingbnr {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 60px;
  right: 0;
}
.floatingbnr .item {
  margin-bottom: 5px;
}
.floatingbnr .item a {
  position: relative;
  display: block;
  transform: translateX(5px);
}
.floatingbnr .item a:hover {
  opacity: 1;
  transform: translateX(0px);
}
.floatingbnr .item a img:hover {
  opacity: 1;
}

/* ============================================
	試合情報
============================================ */
.game_wrap {
  padding-top: 100px;
  margin-top: -100px;
}
.game_wrap .date1 {
  margin: auto;
  width: 100%;
  text-align: center;
  background: url("/img/special/kokuritsu/2025/0208_0216/bg_game1.jpg") no-repeat 0/cover;
  background-position: 0 50%;
}
.game_wrap .date2 {
  margin: auto;
  width: 100%;
  text-align: center;
  background: url("/img/special/kokuritsu/2025/0208_0216/bg_game2.jpg") no-repeat 0/cover;
  background-position: 0 50%;
}
.game_wrap .bg_black {
  margin: auto;
  width: 100%;
  text-align: center;
  background: #000;
}
.game_wrap .bg_black img {
  width: 100%;
}

a {
  color: #BF9446;
}

/* ============================================
	0406_0425
============================================ */
.kA_floating {
  position: sticky;
  bottom: 0;
  left: 0;
}
.kA_floating nav {
  background-color: #000;
  height: 94px;
  width: 100%;
}
.kA_floating nav ul {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  border-left: 1px solid #fff;
  height: 100%;
}
.kA_floating nav ul li {
  border-right: 1px solid #fff;
  height: 100%;
}
.kA_floating nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.kA_floating nav ul li a img {
  width: 78%;
}
.kA_floating nav ul li a:hover {
  opacity: 0.8;
}

.panel_match {
  width: 980px;
  margin: 0 auto;
}
.panel_match ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.panel_match ul li {
  width: 478px;
}
.panel_match ul li dl {
  width: 100%;
}
.panel_match ul li dl dt img {
  width: 100%;
}
.panel_match ul li dl dd ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel_match ul li dl dd ul li {
  width: 50%;
  height: 45px;
  background-color: #000;
  box-sizing: border-box;
}
.panel_match ul li dl dd ul li:first-child {
  border-right: 1px solid #fff;
}
.panel_match ul li dl dd ul li a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.panel_match ul li dl dd ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 17px;
  right: 20px;
  transform: rotate(45deg);
}
.panel_match ul li dl dd > a,
.panel_match ul li dl dd > span {
  width: 100%;
  margin: 10px auto;
  display: block;
}
.panel_match ul li dl dd > a img,
.panel_match ul li dl dd > span img {
  width: 100%;
}
.panel_match ul li dl dd > p {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px;
}
.panel_match ul li dl dd > p span {
  display: inline-block;
  position: relative;
  font-size: 12px;
  background-color: #DBDBDB;
  width: 68px;
  padding-right: 10px;
  line-height: 23px;
  margin-right: 5px;
  -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
}

/* ============================================
	0503_0525
============================================ */
.glee {
  display: flex;
}

.event0506 {
  width: 80%;
  margin: auto;
}