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

kokuritsu_news.scss

------------------------------------*/
.specialHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
  background: #000;
  height: 70px;
  width: 100%;
  min-width: 1100px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- space-between;
      justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.specialHeader__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- flex-end;
      justify-content: -ms- flex-end;
  justify-content: -webkit- flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: 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-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- left;
      justify-content: -ms- left;
  justify-content: -webkit- left;
  -webkit-box-pack: left;
          justify-content: left;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: 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-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
      justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: 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-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
      justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
}
.specialHeader__ticket a, .specialHeader__ticket span {
  background: red;
  color: #fff;
  border-radius: 20px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
      justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: 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-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
      justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
  left: 50%;
  -webkit-transform: translateX(-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;
  -webkit-transition: opacity 0.2s ease;
  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;
  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%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

#header *,
.CNT * {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.spDISP {
  display: none;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three, .CLM__four {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: -ms- left;
      justify-content: -ms- left;
  justify-content: -webkit- left;
  -webkit-box-pack: left;
          justify-content: left;
  -ms-flex-align: -ms- top;
      align-items: -ms- top;
  align-items: -webkit- top;
  -webkit-box-align: 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-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- space-between;
      justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: -ms- top;
      align-items: -ms- top;
  align-items: -webkit- top;
  -webkit-box-align: top;
          align-items: top;
}
.nowrapCLM > li, .nowrapCLM > article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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;
}

.sec {
  text-align: center;
}
.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%;
}

/* ============================================
	parts
============================================ */
.heading__main {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px 0px;
  max-width: 1000px;
  width: 90%;
  text-align: center;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  -webkit-box-shadow: -5px 5px 0px 0px rgb(10, 10, 10);
          box-shadow: -5px 5px 0px 0px rgb(10, 10, 10);
  background: #c7b095;
  background: -webkit-gradient(linear, left top, right top, from(#f1e5c0), to(#c7b095));
  background: linear-gradient(to right, #f1e5c0 0%, #c7b095 100%);
}
.heading__main img {
  margin: auto;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  width: auto;
  height: 75px;
}
.heading__sub {
  margin: 60px auto 30px auto;
  padding: 0px 0px 10px 0px;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #e60012;
  text-align: center;
  border-bottom: 1px solid #000000;
}

.box {
  margin: 0px auto 0px auto;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
}
.box + .box, .box + .bnr {
  margin-top: 30px;
}
.box .ttl {
  margin: 0px 0px 20px;
  padding: 5px 0px 5px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background-color: #ffffff;
}
@media screen and (max-width: 1040px) {
  .box .ttl {
    width: 95%;
  }
}
.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: 0px 0px 30px;
  padding: 0px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}

.list__style {
  padding-left: 1em;
}
.list__style__disc, .list__style__circle {
  list-style: disc;
  text-align: left;
}
.list__style__disc li, .list__style__circle li {
  margin-left: 1em;
  list-style: disc;
  line-height: 1.5;
}
.list__style__disc li + li, .list__style__circle li + li {
  margin-top: 0.5em;
}
.list__style__circle li {
  list-style-type: circle;
  line-height: 1.5;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

.btn {
  display: block;
  width: 511px;
  height: 84px;
  margin: 20px auto;
  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: 84px;
  font-weight: 700;
  color: #ffffff;
}
.btn:hover {
  text-decoration: none;
}
.btn__ticket {
  background: none;
  display: block;
  width: 744px;
  margin: 0px auto;
  padding: 0px;
  height: inherit;
}

.commonTable {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
.commonTable tbody tr th, .commonTable tbody tr td {
  font-size: 20px;
  font-size: 2rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000000;
  line-height: 1.5;
  text-align: left;
  padding: 20px;
}

.kome {
  font-size: 16px !important;
  font-size: 1.6rem !important;
  padding: 0;
}

.specialHeader {
  background: none;
}

body {
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  background: url(/img/leaguecup/2022/special/BG_lightgray.jpg) repeat-y top center;
  background-size: 120% auto;
}

/* ============================================
	TOP logo
============================================ */
.kvArea {
  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;
  padding-top: 243px;
}

@media screen and (max-width: 1400px) {
  .main {
    padding-top: 16.1%;
  }
}
/* ============================================
	試合詳細
============================================ */
.game_card {
  position: absolute;
  top: -77px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.game_card img {
  vertical-align: top;
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .game_card {
    width: 95%;
  }
}
.comment {
  display: block;
  margin: 50px auto 30px auto;
  width: 100%;
  max-width: 1400px;
  text-align: center;
}
.comment p {
  font-size: clamp(14px, 1.35vw, 18px);
  line-height: 2;
  font-weight: 700;
}

/* ============================================
	追従ボタン
============================================ */
.floatingbnr {
  display: block;
  position: fixed;
  z-index: 1000;
  bottom: 60px;
  right: 0;
  width: 613px;
}
.floatingbnr .btn__close {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 34px;
  top: 5px;
  pointer-events: all !important;
}

/* ============================================
	ナビ
============================================ */
.nav {
  position: relative;
  max-width: 1380px;
  height: 80px;
  margin: 50px auto;
  background-color: #000000;
}
.nav:before {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background-color: #e60012;
}
.nav:after {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background-color: #e60012;
}
.nav .list {
  margin: 0 auto;
  padding: 0px 0% 0px 0%;
  width: 1000px;
}
.nav .list .item {
  float: left;
  width: 30%;
}
.nav .list .item:nth-child(2) {
  width: 30%;
}
.nav .list .item:nth-child(3), .nav .list .item:nth-child(4) {
  width: 20%;
}
.nav .list .item a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  height: 80px;
  line-height: 70px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  background: url("/img/special/kokuritsu/icon_arrow.png") no-repeat center 50px;
  background-size: 21px;
  padding: 0px 0px 0px 0px;
}
.nav .list .item a.nolink {
  pointer-events: none;
  color: #333333;
  background: url("/img/special/kokuritsu/icon_arrow.png") no-repeat center 50px;
  background-size: 0px;
}

@media screen and (max-width: 1400px) {
  .nav {
    width: 93%;
  }
}
@media screen and (max-width: 1120px) {
  .nav {
    height: 60px;
  }
  .nav .list {
    width: 900px;
  }
  .nav .list .item a {
    font-size: 16px;
    font-size: 1.6rem;
    height: 60px;
    line-height: 50px;
    background: url("/img/special/kokuritsu/icon_arrow.png") no-repeat center 35px;
    background-size: 18px;
  }
}
/* ============================================
	キャンペーン
============================================ */
.campaign {
  position: relative;
  margin: 0px auto 50px auto;
  width: 100%;
  padding: 70px 0px 80px 0px;
  background: url("/img/special/kokuritsu/campaign_bg.jpg") no-repeat 50% bottom;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  padding-top: 70px;
  margin-top: -70px;
}
.campaign:after {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#b59874), to(#eddeae));
  background: linear-gradient(to right, #b59874 0%, #eddeae 100%);
}
.campaign .campaign_area {
  margin: auto;
  width: 980px;
}
.campaign .campaign_area > .entry {
  margin-bottom: 0;
}
.campaign ul {
  margin: 0px 0px 20px 0px;
}
.campaign .catename > div {
  background: #fff;
  padding: 0.5em 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  color: #fff;
  border-radius: 5px;
}
.campaign .catename .cate-5 {
  background: #a28ec1;
}
.campaign .catename .cate-6 {
  background: #a3b86d;
}
.campaign .catename .cate-7 {
  background: #7595c6;
}
.campaign .mapimg {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin: 30px 0;
}

.accordion {
  margin: auto;
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 1em;
}

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

.topic {
  margin: 60px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
  font-size: 26px;
  font-size: 2.6rem;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topic::after {
  -webkit-transform: rotate(90deg);
          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: inherit;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.toggle:checked + .topic::before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

/* ============================================
	グッズバナー
============================================ */
.goods_bn {
  position: relative;
  margin: 40px auto -50px auto;
  width: 100%;
  padding: 0px;
}
.goods_bn .goods_bn_area {
  margin: auto;
  width: 980px;
}

/* ============================================
	応募ボタン
============================================ */
.entry {
  position: relative;
  margin: 0px auto;
  width: 100%;
  padding: 0px;
  margin: 0px auto 180px auto;
}
.entry .entry_area {
  margin: auto;
  width: 980px;
}

/* ============================================
	ガイド
============================================ */
.guide {
  position: relative;
  margin: 160px auto 60px;
  width: 100%;
  padding: 70px 0px 80px;
  background: url("/img/special/kokuritsu/0924/guide_bg.jpg") no-repeat center top #dcdcdc;
  background-size: contain;
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
          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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: -ms- center;
      justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: 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 .imgarea {
  display: block;
  width: 670px;
  margin: 0px auto 30px auto;
}
.guide .imgarea img {
  width: 100%;
}

/* ============================================
	イベント情報
============================================ */
.event {
  position: relative;
  margin: 160px auto 0px auto;
  width: 100%;
  padding: 100px 0px 80px;
  background: url("/img/special/kokuritsu/event_bg.jpg") no-repeat center top;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.event .event_area {
  margin: auto;
  width: 980px;
}
.event .box img {
  display: block;
  margin: 0px auto 0px auto;
  width: 100%;
}
.event .box .subttl {
  border-bottom: 1px solid #000;
}
.event .box .seatttl {
  display: inline-block;
  color: #ffffff;
  background-color: #213a6b;
  padding: 5px 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.event .box .imgwrap.CLM__half {
  margin-bottom: 30px;
}
.event .box .imgwrap.CLM__half figure {
  width: 50%;
  margin: 0;
}
.event .box .imgwrap.CLM__half figure figcaption {
  font-size: 16px;
  font-size: 1.6rem;
  background: #213a6b;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
}
.event .glee {
  display: block;
  margin: 20px 0px;
  padding: 0px;
}
.event .bnr {
  display: block;
  margin: 30px 0;
}
.event .commonTable.bluerock tr th {
  color: #ffffff;
  background-color: #213a6b;
  width: 25%;
  white-space: wrap;
}

/* ============================================
	アクセス
============================================ */
.access {
  position: relative;
  margin: 130px auto 70px auto;
  width: 100%;
  padding: 80px 0px 80px 0px;
  background: url("/img/special/kokuritsu/access_bg.png") no-repeat center top;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.access .access_area {
  margin: auto;
  width: 980px;
}
.access .box .accessmap .gmap {
  width: 100%;
  height: 600px;
}

/* ============================================
	EVENT
============================================ */
.photo {
  display: block;
  width: 100%;
  margin: auto;
  padding: 0px 0px 0px 0px;
}
.photo .inner {
  max-width: 100%;
  margin: auto;
  padding: 0px 0px 80px 0px;
}
.photo .inner .box {
  width: 100%;
  margin: auto;
  padding: 0px 0% 0px 0%;
}
.photo .inner .box img {
  display: block;
  margin: auto;
  padding: 0px;
}

/* ============================================
	スライダーエリア
============================================ */
.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  position: relative;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* 丸ボタン */
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
}
.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.arrow_adjust {
  position: absolute;
  top: 60%;
  width: 100%;
}

/* 矢印ボタンのスタイル */
.swiper-button-prev {
  width: 50px !important;
  /* ボタンの幅 */
  height: 50px !important;
  /* ボタンの高さ */
  background-size: 24px 40px;
  /* 表示したいサイズ */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  pointer-events: all;
  background-color: #e60012;
  background: url("/img/special/kokuritsu/img_arrow_black_01.png") no-repeat 50% 50%;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  /* 左右反転 */
  background-size: 14px;
  background-color: rgba(0, 0, 0, 0.5);
}
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  width: 50px !important;
  /* ボタンの幅 */
  height: 50px !important;
  /* ボタンの高さ */
  background-size: 24px 40px;
  /* 表示したいサイズ */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  pointer-events: all;
  background-color: #e60012;
  background: url("/img/special/kokuritsu/img_arrow_black_01.png") no-repeat 50% 50%;
  background-size: 14px;
  background-color: rgba(0, 0, 0, 0.5);
}
.swiper-button-next:after {
  display: none;
}

/* ============================================
	POPUP
============================================ */
.mfp-inline-holder .mfp-content {
  padding: 50px;
  width: 980px;
  background: #fff;
  margin: 50px;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 50px 0;
  padding: 30px 5%;
}
.mfp-inline-holder .mfp-content .mfp-close {
  color: #fff;
  top: -44px;
  font-size: 60px;
  font-size: 6rem;
  opacity: 1;
}
.mfp-inline-holder .mfp-content span.btn {
  color: #fff !important;
}
.mfp-inline-holder .mfp-content span.btn:after, .mfp-inline-holder .mfp-content span.btn:before {
  content: none;
}

.mfp-container {
  padding: 0;
}

.mfp-wrap {
  top: 0 !important;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margT60 {
  margin-top: 60px;
}

.margT70 {
  margin-top: 70px;
}

.margT80 {
  margin-top: 80px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.margB60 {
  margin-bottom: 60px;
}

.margB70 {
  margin-bottom: 70px;
}

.margB80 {
  margin-bottom: 80px;
}

.pt0 {
  padding-top: 0 !important;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddT60 {
  padding-top: 60px;
}

.paddT70 {
  padding-top: 70px;
}

.paddT80 {
  padding-top: 80px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

.paddB60 {
  padding-bottom: 60px;
}

.paddB70 {
  padding-bottom: 70px;
}

.paddB80 {
  padding-bottom: 80px;
}