@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");
.linkArea {
  position: fixed;
  z-index: 100;
  width: 40px;
  top: 115px;
  left: 15px; }
  .linkArea img {
    width: 100%; }

.menu_bar {
  line-height: 14px;
  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;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-weight: bold;
        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; }

.linkArea {
  top: 65px; }

.menu_bar ul {
  border-left: none; }
  .menu_bar ul li a {
    border-right: 1px solid #fff;
    height: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem; }
  .menu_bar ul li:last-child a {
    border-right: none; }

.kvArea {
  margin-top: 50px; }

/*-----------------------------------

kokuritsu_news.scss

------------------------------------*/
/* ==========================================================================
   header
========================================================================== */
.specialHeader {
  min-width: 100%;
  height: 60px;
  padding: 0 6vw;
  z-index: 111;
  position: fixed; }
  .specialHeader__jLogo {
    position: fixed;
    left: 15px;
    top: 15px;
    z-index: 100000; }
    .specialHeader__jLogo a img {
      width: 40px; }
  .specialHeader__title {
    width: 54.6vw; }
    .specialHeader__title img {
      width: 100%;
      height: auto; }
  .specialHeader__gnav {
    margin-top: 30px;
    margin-left: 0;
    display: block; }
    .specialHeader__gnav li {
      font-size: 24px;
      font-size: 2.4rem;
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold; }
      .specialHeader__gnav li.nolink a {
        pointer-events: none;
        opacity: 0.3; }
        .specialHeader__gnav li.nolink a:after {
          opacity: 0.3; }
      .specialHeader__gnav li.ticket a {
        background: #ff0000; }
      .specialHeader__gnav li.english a {
        background: #545454; }
      .specialHeader__gnav li a {
        display: block;
        color: #fff;
        padding: 20px 0; }
        .specialHeader__gnav li a:after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
        .specialHeader__gnav li a.active:after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          transform: translateY(-50%) rotate(180deg);
          -webkit-transform: translateY(-50%) rotate(180deg);
          -ms-transform: translateY(-50%) rotate(180deg); }
        .specialHeader__gnav li a:hover {
          opacity: 1; }
        .specialHeader__gnav li a.nolink {
          pointer-events: none;
          opacity: 0.3; }
      .specialHeader__gnav li span {
        padding: 20px 0;
        display: block;
        color: #545454; }
      .specialHeader__gnav li span, .specialHeader__gnav li a {
        font-weight: bold; }
      .specialHeader__gnav li ul li {
        font-size: 15px;
        font-size: 1.5rem; }
    .specialHeader__gnav > li {
      border-top: 1px solid rgba(255, 255, 255, 0.6); }
  .specialHeader__subnav {
    display: none; }

.menutriggerWrap {
  width: 8vw;
  height: 8vw;
  z-index: 1111111111; }

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 13px;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer; }
  .menu-trigger:hover {
    opacity: 0.7; }
  .menu-trigger.active {
    right: 14px; }
    .menu-trigger.active span:nth-of-type(1) {
      transform: translateY(9px) rotate(-45deg); }
    .menu-trigger.active span:nth-of-type(2) {
      opacity: 0; }
    .menu-trigger.active span:nth-of-type(3) {
      transform: translateY(-9px) rotate(45deg); }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background-color: #fff; }
    .menu-trigger span:nth-of-type(1) {
      top: 0; }
    .menu-trigger span:nth-of-type(2) {
      top: 9px; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 0; }

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 60px 0 40px;
  box-sizing: border-box;
  text-align: center; }
  #navigation .navigation_inner {
    padding: 0 20px;
    box-sizing: border-box; }
    #navigation .navigation_inner h1 {
      width: 150px;
      margin: auto; }
      #navigation .navigation_inner h1 img {
        width: 100%; }
  #navigation .navList {
    text-align: center; }
    #navigation .navList li {
      letter-spacing: 0.1em;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      #navigation .navList li h1 a {
        color: #c7ba66; }
      #navigation .navList li a {
        padding: 0.5em;
        color: #fff;
        display: block; }
      #navigation .navList li.nav_ticket {
        border: none; }
        #navigation .navList li.nav_ticket a {
          background: #e60012;
          color: #000; }

.accordionIndex {
  position: relative; }

.accordionIndex:after {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  font-family: "ionicons";
  content: "\f35d";
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  width: 1em;
  height: 1em;
  transition: 1s; }

.accordionIndex.active {
  background: rgba(255, 255, 255, 0.2); }

.accordionIndex.active:after {
  transform: rotate(180deg);
  top: 10px; }

a {
  color: #e60012;
  text-decoration: none; }

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

body {
  min-width: 100%;
  overflow: hidden;
  background: #f5f3f3;
  color: #000;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.3rem;
  line-height: 130%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.is-nav {
    height: 100%;
    overflow: hidden; }

#header,
.kvArea,
#main {
  box-sizing: border-box;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: none;
  font-feature-settings: 'palt'; }

img {
  vertical-align: bottom; }

strong {
  font-weight: bold; }

#pagetop {
  width: 100%; }

.wrapper {
  width: 100%;
  margin: 0 auto; }

.container {
  background: none;
  padding: 0; }

#main {
  padding-top: 0;
  background-size: 100% auto; }

.wide_base {
  width: 90%; }

.wide_baseL {
  width: 100%; }

body.mfp-zoom-out-cur {
  position: fixed; }

#pageTopBtn {
  z-index: 10000; }

.pcDISP {
  display: none; }

.spDISP {
  display: block; }

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three {
  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 {
    width: 100%; }
  .CLM__half .wide100, .CLM__three .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; }

.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 {
    flex: 1;
    margin-right: 3%; }
    .nowrapCLM > li:last-child {
      margin-right: 0; }
    .nowrapCLM > li img {
      width: 100%; }
    .nowrapCLM > li a {
      display: block; }

.spnoCLM {
  display: block; }
  .spnoCLM.CLM__half > li, .spnoCLM.CLM__half > article, .spnoCLM.CLM__half > figure {
    width: 100%;
    margin-right: 0; }
    .spnoCLM.CLM__half > li:nth-child(2n), .spnoCLM.CLM__half > article:nth-child(2n), .spnoCLM.CLM__half > figure:nth-child(2n) {
      margin-right: 0; }
  .spnoCLM.CLM__three > li, .spnoCLM.CLM__three > article, .spnoCLM.CLM__three > figure, .spnoCLM.CLM__three > div {
    width: 100%;
    margin-right: 0; }
    .spnoCLM.CLM__three > li:nth-child(3n), .spnoCLM.CLM__three > article:nth-child(3n), .spnoCLM.CLM__three > figure:nth-child(3n), .spnoCLM.CLM__three > div:nth-child(3n) {
      margin-right: 0; }

.txt__honbun {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left; }
.txt__size16 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left; }
.txt__size18 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.75vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left; }
.txt__size20 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left; }
.txt__size22 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left; }
.txt__size26 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left; }
.txt__red {
  color: #e60012; }
.txt__bold {
  font-weight: bold; }
.txt__left {
  text-align: left; }
.txt__right {
  text-align: right; }
.txt__center {
  text-align: center; }

.list__style {
  font-size: 3.5vw;
  line-height: 1.65;
  padding-left: 1em; }
  .list__style__disc {
    list-style: disc;
    text-align: left; }
    .list__style__disc li {
      margin-left: 1em;
      margin-bottom: 1em;
      line-height: 1.5; }
  .list__style__decimal {
    list-style: decimal;
    text-align: left; }

.btn {
  padding: 1.5em 0;
  font-size: 3.8vw;
  width: 100%; }
  .btn::after {
    font-size: 5vw; }

.commonTable {
  border: 1px solid #CCC; }
  .commonTable tbody th, .commonTable tbody td {
    font-size: 3.5vw;
    padding: .75em .5em;
    text-align: center;
    line-height: 1.5; }
  .commonTable tbody td {
    text-align: left;
    background: #FFF; }

.sec {
  text-align: center; }
  .sec__inner90, .sec__inner900, .sec__inner980, .sec__inner1100, .sec__inner1200, .sec__innerWide, .sec__inner {
    width: 90%;
    margin: 0 auto;
    padding: 40px 5%; }
  .sec__inner__gray {
    position: relative;
    margin: 150px auto 60px; }

/* ============================================
	parts
============================================ */
.heading__main {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 0px;
  width: 90%;
  text-align: center;
  transform: skewX(-10deg);
  box-shadow: -5px 5px 0px 0px #0a0a0a;
  background: #f8fbc0;
  background: -moz-linear-gradient(left, #f8fbc0 0%, #b4812e 100%);
  background: -webkit-gradient(linear, left center, right center, from(#f8fbc0), to(#b4812e));
  background: -webkit-linear-gradient(left, #f8fbc0 0%, #b4812e 100%);
  background: -o-linear-gradient(left, #f8fbc0 0%, #b4812e 100%);
  background: -ms-linear-gradient(left, #f8fbc0 0%, #b4812e 100%);
  background: linear-gradient(to right, #f8fbc0 0%, #b4812e 100%); }
  .heading__main img {
    margin: auto;
    transform: skewX(10deg);
    height: 37.5px; }
.heading__sub {
  margin: 0px auto 20px;
  padding: 0px 0px 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #e60012;
  text-align: center;
  border-bottom: 1px solid #000000;
  width: 100%; }

.box {
  margin-bottom: 20px;
  padding: 5%;
  background-color: rgba(255, 255, 255, 0.5); }
  .box + .box, .box + .bnr {
    margin-top: 20px; }
  .box .ttl {
    margin: 20px 0px;
    padding: 5px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    background-color: #ffffff; }
    .box .ttl:nth-child(2) {
      margin-top: 20px; }
  .box .subttl {
    margin: 0px 0px 10px;
    padding: 0px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #000000; }
  .box p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000000;
    margin: 10px 0; }

.list__style {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.65;
  padding-left: 1em; }
  .list__style__disc {
    list-style: disc;
    text-align: left; }
    .list__style__disc li {
      margin-left: 1em;
      margin-bottom: 1em;
      line-height: 1.5; }
  .list__style__decimal {
    list-style: decimal;
    text-align: left; }

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

.kome {
  font-size: 14px !important;
  font-size: 1.4rem !important;
  padding: 0; }

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: 100% auto; }

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

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

.main {
  position: relative; }

/* ============================================
	試合詳細
============================================ */
.game_card {
  margin: auto;
  width: 100%; }
  .game_card img {
    width: 100%;
    vertical-align: top; }

.comment {
  display: block;
  margin: 20px auto 0px auto;
  width: 90%;
  text-align: center; }
  .comment p {
    font-size: clamp(14px, 1.35vw, 18px);
    line-height: 2.0;
    font-weight: 700; }

/* ============================================
	ナビ
============================================ */
.nav {
  position: relative;
  width: 90%;
  height: 70px;
  background-color: #000000;
  margin: 20px auto 20px auto; }
  .nav .list {
    margin: 0 auto;
    padding: 0px 0% 0px 0%;
    width: 100%; }
    .nav .list:after {
      content: ".";
      display: block;
      visibility: hidden;
      height: 0px;
      font-size: 0em;
      line-height: 0;
      clear: both; }
    .nav .list .item {
      float: left;
      width: 50%; }
      .nav .list .item a {
        display: block;
        text-decoration: none;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 700;
        height: 70px;
        line-height: 1.4;
        background: url(/img/special/kokuritsu/icon_arrow.png) no-repeat center 54px;
        background-size: 14px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -6px; }
        .nav .list .item a.nolink {
          pointer-events: none;
          color: #333333;
          background: url("/img/special/kokuritsu/icon_arrow.png") no-repeat center 35px;
          background-size: 0px; }

/* ============================================
	キャンペーン
============================================ */
.campaign {
  position: relative;
  margin: 70px auto 30px;
  width: 100%;
  padding: 50px 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); }
  .campaign:after {
    position: absolute;
    z-index: -1;
    content: "";
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, #b59874 0%, #eddeae 100%);
    background: -webkit-gradient(linear, left center, right center, from(#b59874), to(#eddeae));
    background: -webkit-linear-gradient(left, #b59874 0%, #eddeae 100%);
    background: -o-linear-gradient(left, #b59874 0%, #eddeae 100%);
    background: -ms-linear-gradient(left, #b59874 0%, #eddeae 100%);
    background: linear-gradient(to right, #b59874 0%, #eddeae 100%); }
  .campaign .campaign_area {
    margin: auto;
    width: 90%; }
  .campaign .box a {
    text-decoration: underline; }
  .campaign .mapimg {
    width: 100%; }
  .campaign .catename {
    margin: 10px 0; }
    .campaign .catename > div {
      background: #fff;
      padding: .5em 0em;
      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; }

.accordion {
  margin: auto;
  width: 100%; }

.toggle {
  display: none; }

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

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

.topic {
  margin: 30px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
  font-size: 20px;
  font-size: 2.0rem;
  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 .box .ttl {
    margin: 20px 0 10px; }

.toggle:checked + .topic + .caution {
  max-height: inherit;
  transition: all 1.5s; }

.toggle:checked + .topic::before {
  transform: rotate(90deg) !important; }

/* ============================================
	応募ボタン
============================================ */
.entry {
  position: relative;
  margin: 0px auto 0px auto;
  width: 100%;
  padding: 0px; }
  .entry .entry_area {
    margin: auto;
    width: 90%; }
  .entry a.btn {
    display: block;
    width: 90%;
    margin: 0px auto;
    padding: 0px; }
  .entry img {
    width: 100%; }
  .entry p {
    font-size: 1.2rem;
    text-align: center;
    margin: 10px auto 20px; }

/* ============================================
	イベント情報
============================================ */
.event {
  position: relative;
  margin: 70px auto 30px;
  width: 100%;
  padding: 50px 0px;
  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); }
  .event .event_area {
    margin: auto;
    width: 90%; }
  .event p span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem; }
    .event p span.alignR {
      text-align: right; }
  .event .glee {
    display: block;
    margin: 10px 0;
    padding: 0px; }
    .event .glee img {
      width: 100%; }
  .event .imgwrap.CLM__half {
    margin-bottom: 30px; }
    .event .imgwrap.CLM__half figure {
      width: 50%;
      margin: 0; }
      .event .imgwrap.CLM__half figure figcaption {
        font-size: 14px;
        font-size: 1.4rem;
        background: #213a6b;
        color: #fff;
        text-align: center;
        line-height: 40px;
        font-weight: 600; }
  .event .box .subttl {
    border-bottom: 1px solid #000;
    margin: 20px 0; }
  .event .bnr {
    display: block;
    margin: 20px 0; }
    .event .bnr img {
      width: 100%; }
  .event .commonTable.bluerock tr th {
    color: #ffffff;
    background-color: #213a6b;
    width: 25%;
    white-space: wrap; }

/* ============================================
	アクセス
============================================ */
.access {
  position: relative;
  margin: 30px auto;
  width: 100%;
  padding: 50px 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: 90%; }
    .access .access_area img {
      width: 100%; }
  .access .box .accessmap {
    width: 100%;
    margin: 0px auto 10px auto;
    border-bottom: 3px solid #c5b8b1; }
    .access .box .accessmap .gmap {
      width: 100%;
      height: 60vw; }

.margT0 {
  margin-top: 0px; }

.margT10 {
  margin-top: 5px; }

.margT20 {
  margin-top: 10px; }

.margT30 {
  margin-top: 15px; }

.margT40 {
  margin-top: 20px; }

.margT50 {
  margin-top: 25px; }

.margT60 {
  margin-top: 30px; }

.margT70 {
  margin-top: 35px; }

.margT80 {
  margin-top: 40px; }

.margB0 {
  margin-bottom: 0px; }

.margB10 {
  margin-bottom: 5px; }

.margB20 {
  margin-bottom: 10px; }

.margB30 {
  margin-bottom: 15px; }

.margB40 {
  margin-bottom: 20px; }

.margB50 {
  margin-bottom: 25px; }

.margB60 {
  margin-bottom: 30px; }

.margB70 {
  margin-bottom: 35px; }

.margB80 {
  margin-bottom: 40px; }

.paddT0 {
  padding-top: 0px; }

.paddT10 {
  padding-top: 5px; }

.paddT20 {
  padding-top: 10px; }

.paddT30 {
  padding-top: 15px; }

.paddT40 {
  padding-top: 20px; }

.paddT50 {
  padding-top: 25px; }

.paddT60 {
  padding-top: 30px; }

.paddT70 {
  padding-top: 35px; }

.paddT80 {
  padding-top: 40px; }

.paddB0 {
  padding-bottom: 0px; }

.paddB10 {
  padding-bottom: 5px; }

.paddB20 {
  padding-bottom: 10px; }

.paddB30 {
  padding-bottom: 15px; }

.paddB40 {
  padding-bottom: 20px; }

.paddB50 {
  padding-bottom: 25px; }

.paddB60 {
  padding-bottom: 30px; }

.paddB70 {
  padding-bottom: 35px; }

.paddB80 {
  padding-bottom: 40px; }

.spDIS {
  display: block; }

.pcDIS {
  display: none; }

/* ============================================
	ガイド
============================================ */
.guide {
  position: relative;
  margin: 70px auto 40px;
  width: 100%;
  padding: 94px 0px 0px;
  background: url(/img/special/kokuritsu/2024/0403_0407/guide_bg.jpg) no-repeat center top #dcdcdc; }
  .guide .guide_area {
    margin: auto;
    width: 90%; }
  .guide .box {
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3); }
  .guide p {
    margin: 0px 0px 20px; }
  .guide ul {
    margin: 0px auto 20px;
    padding: 0px;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    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: 0em;
      line-height: 0;
      clear: both; }
    .guide ul li {
      display: table;
      width: 100%;
      float: none;
      padding: 0px;
      margin: 0px 0% 10px; }
      .guide ul li:last-child {
        margin: 0px; }
      .guide ul li img {
        width: 100%; }
  .guide a.btn {
    display: block;
    width: 100%;
    margin: auto;
    padding: 4% 0px 5%;
    margin-bottom: 20px;
    background: url("/img/special/kokuritsu/guide_btn.png") no-repeat center top;
    background-size: 100%;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    color: #ffffff; }
    .guide a.btn:hover {
      text-decoration: none; }
  .guide .imgarea {
    margin: 0px auto 20px; }
    .guide .imgarea img {
      width: 100%; }
  .guide + .entry {
    margin-bottom: 40px; }

/* ============================================
	追従ボタン
============================================ */
.floatingbnr {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 0px;
  right: 0;
  left: 0;
  width: 100%; }
  .floatingbnr img {
    width: 100%;
    vertical-align: bottom; }
  .floatingbnr .btn__close {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 34px;
    top: 5px; }

#pageTopBtn {
  bottom: 36vw; }

footer {
  padding-bottom: 20%; }

.kome {
  text-indent: -1em;
  padding-left: 1em !important; }
