@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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box; }
  .specialHeader__inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: -ms- flex-end;
    justify-content: -webkit- flex-end;
    justify-content: flex-end;
    align-items: -ms- center;
    align-items: -webkit- center;
    align-items: center; }
  .specialHeader__jLogo {
    width: 40px;
    height: 40px; }
    .specialHeader__jLogo img {
      width: 100%;
      height: auto; }
  .specialHeader__eng a {
    font-weight: 900;
    color: #fff;
    line-height: 1;
    padding: 2px 10px;
    margin-right: 15px;
    border: 1px solid #fff;
    font-size: 14px;
    font-size: 1.4rem; }
  .specialHeader__title img {
    height: 40px; }
  .specialHeader__gnav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: -ms- left;
    justify-content: -webkit- left;
    justify-content: left;
    align-items: -ms- center;
    align-items: -webkit- center;
    align-items: center;
    margin-left: 20px; }
    .specialHeader__gnav__li {
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 0.05em;
      position: relative;
      height: 70px;
      line-height: 70px; }
      .specialHeader__gnav__li a, .specialHeader__gnav__li span {
        color: #fff;
        display: inline-block;
        padding: 0 10px;
        height: 70px;
        font-weight: bold;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: nowrap;
        justify-content: -ms- center;
        justify-content: -webkit- center;
        justify-content: center;
        align-items: -ms- center;
        align-items: -webkit- center;
        align-items: center;
        white-space: nowrap;
        line-height: 1;
        text-align: center; }
        @media screen and (max-width: 1170px) {
          .specialHeader__gnav__li a, .specialHeader__gnav__li span {
            padding: 0 10px; } }
        .specialHeader__gnav__li a:hover, .specialHeader__gnav__li span:hover {
          background: #adb3b5;
          opacity: 1; }
      .specialHeader__gnav__li span {
        color: rgba(255, 255, 255, 0.4); }
  .specialHeader__ticket {
    margin-right: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: -ms- center;
    justify-content: -webkit- center;
    justify-content: center;
    align-items: -ms- center;
    align-items: -webkit- center;
    align-items: center; }
    .specialHeader__ticket a, .specialHeader__ticket span {
      background: #e60012;
      color: #fff;
      border-radius: 20px;
      padding: 0 20px;
      height: 40px;
      line-height: 40px;
      box-sizing: border-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: nowrap;
      justify-content: -ms- center;
      justify-content: -webkit- center;
      justify-content: center;
      align-items: -ms- center;
      align-items: -webkit- center;
      align-items: center;
      white-space: nowrap; }
      @media screen and (max-width: 1170px) {
        .specialHeader__ticket a, .specialHeader__ticket span {
          font-size: 14px;
          font-size: 1.4rem;
          padding: 5px 15px; } }
    .specialHeader__ticket span {
      background: #758ebf;
      color: #000; }
      .specialHeader__ticket span:hover {
        background: #758ebf; }
  .specialHeader__subnav {
    z-index: 9999;
    overflow: hidden;
    top: 70px;
    text-align: center;
    position: absolute;
    background: #adb3b5;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: -ms- center;
    justify-content: -webkit- center;
    justify-content: center;
    align-items: -ms- center;
    align-items: -webkit- center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%); }
    .specialHeader__subnav li a {
      color: #000;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 700;
      white-space: nowrap;
      height: 50px;
      transition: opacity 0.2s ease; }
      .specialHeader__subnav li a:hover {
        opacity: 0.7; }
    .specialHeader__subnav li:first-child {
      padding-left: 15px; }
    .specialHeader__subnav li:last-child {
      padding-right: 15px; }
    .specialHeader__subnav li.nolink a {
      opacity: 0.2;
      pointer-events: none; }

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

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

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

body {
  min-width: 980px;
  background: f5f3f3;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.75;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.is-nav {
    height: 100%;
    overflow: hidden; }

#header *,
.CNT * {
  box-sizing: border-box; }

img {
  vertical-align: bottom; }

footer img {
  vertical-align: inherit; }

footer {
  line-height: 100%; }

strong {
  font-weight: bold; }

#pagetop {
  width: 100%; }

.CNT {
  font-feature-settings: 'palt'; }

.spDISP {
  display: none; }

.fade-up,
.fade-from-left,
.fade-from-right {
  transition: opacity 0.7s;
  transition: transform 0.5s; }

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three, .CLM__four {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top; }
  .CLM__half img, .CLM__three img, .CLM__four img {
    width: 100%; }
  .CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
    width: 100% !important; }
.CLM__half > li, .CLM__half > article, .CLM__half > figure, .CLM__half > div, .CLM__half > a {
  width: 48%;
  margin-right: 4%; }
  .CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n), .CLM__half > div:nth-child(2n), .CLM__half > a:nth-child(2n) {
    margin-right: 0; }
.CLM__three > li, .CLM__three > article, .CLM__three > div, .CLM__three > a, .CLM__three > figure {
  width: 32%;
  margin-right: 2%; }
  .CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > div:nth-child(3n), .CLM__three > a:nth-child(3n), .CLM__three > figure:nth-child(3n) {
    margin-right: 0; }
.CLM__four > li, .CLM__four > article, .CLM__four > div {
  width: 23.5%;
  margin-right: 2%; }
  .CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n), .CLM__four > div:nth-child(4n) {
    margin-right: 0; }

.nowrapCLM {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top; }
  .nowrapCLM > li, .nowrapCLM > article {
    flex: 1;
    margin-right: 3%; }
    .nowrapCLM > li:last-child, .nowrapCLM > article:last-child {
      margin-right: 0; }
    .nowrapCLM > li img, .nowrapCLM > article img {
      width: 100%; }
    .nowrapCLM > li a, .nowrapCLM > article a {
      display: block; }

.txt__honbun {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1em; }
.txt__size16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1em; }
.txt__size18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold; }
.txt__size20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold; }
.txt__size22 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold; }
.txt__size26 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold; }
.txt__bold {
  font-weight: bold; }
.txt__center {
  text-align: center; }
.txt__left {
  text-align: left; }
.txt__right {
  text-align: right; }
.txt__through {
  text-decoration: line-through; }
.txt__underline {
  text-decoration: underline !important; }

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

.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: 115px;
  left: 15px; }
  .linkArea img {
    width: 100%; }

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

.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.0;
    font-weight: 700; }

/* ============================================
	parts
============================================ */
.heading__main {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px 0px;
  width: 1000px;
  text-align: center;
  transform: skewX(-10deg);
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  background: #b4812e;
  background: -webkit-gradient(linear, left top, right top, from(#f8fbc0), to(#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: 60px auto 30px auto;
  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 #000000; }

.specialHeader {
  background: none !important; }

.box {
  margin: 0px auto 0px auto;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  font-size: 2rem; }
  .box + .box {
    margin-top: 30px; }
  .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.0;
    color: #000000; }
  .box p {
    margin-bottom: 20px;
    line-height: 2.0; }
    .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%; }

.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; }
  .game_card img {
    vertical-align: top;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }

/* ============================================
	ナビ
============================================ */
.nav {
  position: relative;
  max-width: 980px;
  height: 100px;
  margin: 60px auto;
  background-color: #000; }
  .nav .list {
    display: flex;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
    .nav .list .item {
      width: 50%;
      border-right: 2px solid #fff; }
      .nav .list .item:last-child {
        border: none; }
      .nav .list .item a {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #ffffff;
        font-size: 21px;
        font-size: 2.1rem;
        font-weight: 700;
        height: 100px;
        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;
          -webkit-transform: rotate(45deg);
          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: 120px 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;
  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: -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: 980px; }
  .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; }

.topic, .caution {
  -webkit-backface-visibility: hidden;
  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.0;
    color: #000000;
    text-indent: -1em;
    padding-left: 1em !important; }

.toggle:checked + .topic + .caution {
  max-height: 1200px;
  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; }
  .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; }

/* ============================================
	イベント情報
============================================ */
.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); }
  .event .event_area {
    margin: auto;
    width: 980px; }
  .event .box img {
    display: block;
    margin: 0px auto 0px auto;
    width: 100%; }
  .event p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    color: #000000; }
    .event p span {
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      margin: 10px 0px 0px; }
      .event p span.alignR {
        text-align: right; }
  .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; }
    .event a.btn:hover {
      text-decoration: none; }

@media screen and (max-width: 1040px) {
  .event .ttl {
    width: 95%; } }
/* ============================================
	アクセス
============================================ */
.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;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3); }
  .access .access_area {
    display: block;
    width: 744px;
    margin: 0px auto 20px;
    padding: 0px; }
  .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.0;
    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/0225/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: -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: 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;
  width: 613px; }
  .floatingbnr .btn__close {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 34px;
    top: 5px;
    pointer-events: all !important; }

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