@charset "UTF-8";
/*--------------------------------------------

生誕50周年記念 THE仮面ライダー展
https://www.khb-tv.co.jp/event/kamenrider2023/

---------------------------------------------*/
/*--------------------------------------------
   [00] 基本設定
---------------------------------------------*/
* {
  font-family: 'Noto Sans JP', sans-serif; }

html {
  font-size: 62.5%;
  /*1rem=10px*/ }

body {
  font-size: 1.8rem;
  /*本文サイズ 1.8rem=18px*/
  line-height: 2;
  color: #1a1a1e; }

img {
  max-width: 100%;
  height: auto;
  text-align: center; }

a {
  transition: 0.4s;
  color: #0084DB;
  text-decoration-line: underline; }
  a:hover {
    transition: 0.4s;
    opacity: 0.7; }

::selection {
  background: #1a1a1e;
  color: #ffffff; }

h1, h2, h3, h4, h5, th {
  font-weight: 700; }

main {
  width: 100%;
  overflow: hidden; }

.wrap {
  overflow: hidden; }

/*セクション設定-------------------------*/
.bg-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #cbe2f3;
  background: linear-gradient(90deg, #cbe2f3 0%, white 100%);
  z-index: -1; }

section {
  padding: 150px 0; }
  section:nth-of-type(2n) {
    background-color: #ffffff; }

.w_limit_sp {
  width: 94%; }

.w_limit_1280 {
  max-width: 1280px;
  margin: 0 auto; }

.w_limit_1180 {
  max-width: 1180px;
  margin: 0 auto; }

.w_limit_1100 {
  max-width: 1100px;
  margin: 0 auto; }

.w_limit_1000 {
  max-width: 1000px;
  margin: 0 auto; }

.w_limit_900 {
  max-width: 900px;
  margin: 0 auto; }

.w_90per {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.w_limit_900 {
  max-width: 900px;
  margin: 0 auto; }

h2 {
  line-height: 1.2;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 25px;
  display: block;
  font-size: 3.2rem;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.3em;
  font-weight: 900;
  text-shadow: 5px 5px 0px white;
  z-index: 1; }
  h2::after {
    content: '';
    height: 9px;
    width: 80px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    z-index: -1;
    background-size: auto auto;
    background-color: #a7161b;
    background: linear-gradient(45deg, #2da6da 0%, #1d4c9f 100%);
    background: linear-gradient(45deg, #941e23 0%, #ac2024 24.77%, #d72325 74.58%, #e72426 100%);
    transform: skewX(-30deg); }

h2 span.hishi {
  content: '';
  display: inline-block;
  margin: auto;
  z-index: -1;
  background-size: auto auto;
  background: linear-gradient(45deg, #2da6da 0%, #1d4c9f 100%);
  background: linear-gradient(45deg, #941e23 0%, #ac2024 24.77%, #d72325 74.58%, #e72426 100%);
  transform: skewX(-30deg);
  text-shadow: none;
  color: #ffffff;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-size: 2.4rem;
  letter-spacing: 0.2em; }
  h2 span.hishi span {
    display: block;
    transform: skewX(30deg) !important;
    padding: 0 10px; }

.listmark {
  padding-left: 15px;
  margin-left: 5px;
  position: relative; }

.listmark::before {
  content: '';
  background-color: #009662;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  top: 13px;
  left: 0; }

table.default-table {
  margin: auto;
  margin-top: 15px;
  font-size: 1.8rem;
  width: 100%;
  line-height: 1.2;
  border: solid 1px #cccccc;
  background-color: #ffffff; }
  table.default-table tr:first-of-type {
    border-top: solid 1px #cccccc; }
  table.default-table tr th {
    background-color: #eeeeee;
    padding: 15px;
    width: 45%;
    text-align: center;
    border-bottom: solid 1px #cccccc;
    vertical-align: middle;
    max-width: 300px; }
  table.default-table tr td {
    padding: 15px;
    width: 55%;
    border-bottom: solid 1px #cccccc;
    vertical-align: middle; }

ul.default-list {
  margin: auto; }
  ul.default-list li {
    padding-left: 15px;
    margin-left: 5px;
    position: relative; }
    ul.default-list li::before {
      content: '';
      background-color: #009662;
      width: 5px;
      height: 5px;
      border-radius: 5px;
      position: absolute;
      top: 13px;
      left: 0; }

table.table_3cal tr:first-of-type {
  border-top: solid 1px #cccccc; }
table.table_3cal tr th {
  background-color: #eeeeee;
  padding: 10px;
  width: 30%;
  text-align: center;
  border-bottom: solid 1px #cccccc;
  vertical-align: middle;
  max-width: 300px; }
table.table_3cal tr td {
  width: 35%;
  padding: 10px;
  border-bottom: solid 1px #cccccc;
  vertical-align: middle;
  text-align: center; }

table.hanken_table td {
  font-weight: 600;
  font-size: 1.8rem; }
  table.hanken_table td span.yen {
    font-size: 1.4rem; }

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.8rem; }

  section {
    padding: 50px 0; } }
@media screen and (max-width: 600px) {
  section {
    padding: 25px 0; }
    section > .w_limit_1280, section > .w_limit_1000 {
      padding: 50px 0px; }

  body {
    font-size: 1.6rem; } }
/*--------------------------------------------
ナビゲーション
---------------------------------------------*/
nav {
  background-color: #1a1a1e;
  width: 100%; }
  nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; }
  nav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
    nav ul li {
      line-height: 1.5;
      padding: 15px;
      position: relative;
      color: #ffffff;
      height: 100%;
      width: calc(100%/5);
      border-left: solid 2px #ac1e23;
      text-align: center;
      transition: 0.2s; }
      nav ul li.sp_only {
        display: none; }
      nav ul li:last-of-type {
        border-right: solid 2px #ac1e23; }
      nav ul li:hover {
        background-color: #ac1e23;
        color: #ffffff;
        transition: 0.2s; }
      nav ul li a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

/*2階層目を持つliの矢印の設定*/
nav ul li.has-child::before {
  content: '';
  position: absolute;
  right: 15px;
  top: 25px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(135deg); }

/*下の階層を持っているulの指定*/
nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 4;
  background-color: #1a1a1e;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all .3s;
  flex-direction: column;
  width: 100%; }
  nav li.has-child ul li {
    width: 100%;
    display: block;
    visibility: visible; }

/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1; }

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6); }

nav li.has-child ul li:last-child a {
  border-bottom: none; }

.toggle {
  display: none;
  /* 初めは非表示 */ }

@media screen and (max-width: 900px) {
  nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100vh; }
    nav ul {
      flex-direction: column; }
      nav ul li {
        font-size: 15px;
        padding: 15px 10px 10px;
        height: 50px;
        width: 100%;
        border-left: none;
        border-bottom: solid 1px #ac1e23;
        text-align: center; }
        nav ul li.sp_only {
          display: block; }
        nav ul li:last-of-type {
          border-right: none; }
        nav ul li a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }

  .has-child {
    display: none; }

  .toggle_wrap {
    background-color: #1a1a1e;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    z-index: 50; }

  .toggle {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 15px;
    display: block;
    /* メニューアイコンを表示 */ }
    .toggle::before, .toggle::after {
      content: "";
      position: absolute;
      width: 30px;
      height: 2px;
      background-color: #ffffff;
      /* バーガーアイコンの色 */
      transition: transform 0.3s, opacity 0.3s; }
    .toggle::before {
      top: 7px; }
    .toggle::after {
      bottom: 7px; }
    .toggle.active {
      transform: rotate(180deg); }
      .toggle.active::before {
        transform: rotate(45deg);
        top: 50%; }
      .toggle.active::after {
        transform: rotate(-45deg);
        bottom: 50%; }

  nav {
    left: -100%;
    width: 75%;
    transition: 0.3s; }

  nav.show {
    left: 0;
    transition: 0.3s; } }
/*--------------------------------------------
[01] メインビジュアル
---------------------------------------------*/
#Mainvisual {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 15;
  position: relative;
  padding: 0px 0 50px; }

.mv-pc {
  display: block;
  position: relative;
  margin: auto; }

/*MVスクロールダウン*/
.scroll {
  color: #ffffff;
  display: inline-block;
  padding: 10px;
  padding-top: 70px;
  position: absolute;
  margin: auto;
  font-weight: 800;
  bottom: 0;
  background-color: #ad161b;
  right: 0;
  width: 80px;
  text-align: center; }

.scroll::before {
  animation: scroll 3.5s infinite;
  border: solid #ffffff;
  border-width: 0 0 5px 5px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px; }

.scroll a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0); }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px); }
  0%, 80%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
@media screen and (max-width: 900px) {
  #Mainvisual {
    padding-top: 0;
    padding-bottom: 110px;
    height: auto; }
    #Mainvisual img {
      width: 100%;
      height: auto; }

  .scroll {
    width: 60px;
    font-size: 1.5rem;
    padding-left: 0;
    padding-right: 0;
    background-color: rgba(167, 22, 27, 0);
    color: #a7161b; }
    .scroll::before {
      border-color: #a7161b; } }
.area_youtube {
  max-width: 800px;
  position: relative;
  margin: auto;
  margin-top: 50px; }
  .area_youtube .area_youtube_mov {
    position: relative;
    width: 100%;
    padding: 28% 0; }
    .area_youtube .area_youtube_mov iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      display: block;
      width: 100%;
      height: 100%; }
  .area_youtube .area_youtube_anchor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; }

@media screen and (max-width: 768px) {
  .youtube-wrap {
    flex-direction: column; }

  .youtube {
    width: 100%;
    align-items: center;
    margin-bottom: 25px; } }
/*--------------------------------------------
[03] ABOUT
---------------------------------------------*/
#About .w_limit_1280 {
  padding: 50px 5%; }
  #About .w_limit_1280 > p {
    text-align: center; }

.about-catch {
  color: #1a1a1e;
  font-size: 3.2rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 25px; }

@media screen and (max-width: 767px) {
  #About .w_limit_1280 {
    padding: 35px 5%; }

  .about-catch {
    font-size: 2.8rem; } }
@media screen and (max-width: 600px) {
  .about-catch {
    font-size: 6.5vw; } }
/*--------------------------------------------
[04] 参加概要
---------------------------------------------*/
#Date {
  z-index: 0;
  position: relative; }

#Date table {
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.5;
  width: 100%;
  max-width: 1100px; }
  #Date table tr {
    position: relative;
    border-bottom: solid 1px #1a1a1e; }
  #Date table th, #Date table td {
    padding: 20px 30px; }
  #Date table th {
    font-size: 2.1rem;
    width: 30%;
    text-align: center;
    z-index: 3;
    color: #ffffff; }
    #Date table th > div {
      background: #1a1a1e;
      color: #ffffff;
      height: 40px;
      line-height: 40px;
      transform: skewX(-15deg);
      width: 100%; }
      #Date table th > div span {
        display: block;
        transform: skewX(15deg); }
    #Date table th div.caution {
      background: #a7161b;
      color: #ffffff;
      border: solid 2px #ffffff;
      line-height: 36px; }
  #Date table td {
    width: 70%;
    vertical-align: middle; }
    #Date table td p {
      line-height: 2; }
    #Date table td span.disp-pc-only {
      display: inline; }
    #Date table td .date-kome {
      font-size: 1.6rem;
      text-align: left; }

/*
#Date tr::before {
  content: "";
  background-image: linear-gradient(to right, #bdbdbd, #bdbdbd 3px, rgba(#bdbdbd, 0) 3px, rgba(#bdbdbd, 0) 10px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  bottom: 0;
  top: auto;
  margin: auto;
}*/
.to-googlemap.Btn {
  margin-left: 0rem;
  margin-top: 15px;
  position: relative;
  font-size: 16px;
  height: 50px;
  line-height: 46px;
  max-width: 280px;
  border: solid 2px #00334e;
  text-align: center;
  border-radius: 0; }
  .to-googlemap.Btn::before {
    content: '';
    background-image: url("../images/icon-mappin.svg");
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    width: 15px;
    height: 22px; }
  .to-googlemap.Btn::after {
    border-color: #ffffff; }
  .to-googlemap.Btn:hover::after {
    border-color: #1a1a1e; }

.toform-Btn img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(5px 5px 5px rgba(104, 69, 18, 0.3)); }

@media screen and (max-width: 767px) {
  #Date .w_limit_1280 {
    padding: 75px 0px 50px; }

  #Date table {
    border: none;
    font-size: 1.8rem; }
    #Date table th, #Date table td {
      display: block;
      width: 100%; }
    #Date table th {
      margin-top: 25px !important;
      border-right: none;
      border-bottom: none;
      padding: 5px 0px; }
      #Date table th:first-of-type {
        margin-top: 0; }
    #Date table td {
      border-bottom: none;
      border-top: none;
      text-align: center;
      padding: 15px 15px 30px; }
    #Date table .to-googlemap.Btn {
      margin: 15px auto 0; } }
/*--------------------------------------------
[06] 「石ノ森萬画館」コラボ企画
---------------------------------------------*/
.fleximg_cal2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.Btn.btn_red {
  color: #ffffff;
  background: linear-gradient(45deg, #2da6da 0%, #1d4c9f 100%);
  background: linear-gradient(45deg, #941e23 0%, #ac2024 24.77%, #d72325 74.58%, #e72426 100%); }

/*
flexbox
------------*/
.flex_cal2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
  .flex_cal2 > figure {
    display: block;
    width: 45%; }
  .flex_cal2 > div {
    width: 50%; }

.flex_cal2_even {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .flex_cal2_even > li, .flex_cal2_even > div {
    width: calc(90%/2);
    margin-right: calc(10%/1); }
    .flex_cal2_even > li:nth-of-type(2n), .flex_cal2_even > div:nth-of-type(2n) {
      margin-right: 0; }
    .flex_cal2_even > li figure, .flex_cal2_even > div figure {
      text-align: center; }
      .flex_cal2_even > li figure img, .flex_cal2_even > div figure img {
        max-width: 270px;
        width: 100%;
        height: auto; }

.flex_cal3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .flex_cal3 > li, .flex_cal3 > div {
    width: calc(90%/3);
    margin-right: calc(10%/2); }
    .flex_cal3 > li:nth-of-type(3n), .flex_cal3 > div:nth-of-type(3n) {
      margin-right: 0; }
    .flex_cal3 > li figure, .flex_cal3 > div figure {
      text-align: center; }
      .flex_cal3 > li figure img, .flex_cal3 > div figure img {
        max-width: 270px;
        width: 100%;
        height: auto; }

.flex_cal4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .flex_cal4 > li, .flex_cal4 > div {
    width: calc(90%/4);
    margin-right: calc(10%/3); }
    .flex_cal4 > li:nth-of-type(4n), .flex_cal4 > div:nth-of-type(4n) {
      margin-right: 0; }
    .flex_cal4 > li figure, .flex_cal4 > div figure {
      text-align: center; }
      .flex_cal4 > li figure img, .flex_cal4 > div figure img {
        max-width: 270px;
        width: 100%;
        height: auto; }

@media screen and (max-width: 767px) {
  .flex_cal2 {
    flex-direction: column; }
    .flex_cal2 > figure {
      text-align: center;
      width: 100%;
      margin-bottom: 15px; }
    .flex_cal2 > div {
      width: 100%; }

  .flex_cal3 {
    flex-direction: column; }
    .flex_cal3 > li, .flex_cal3 > div {
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; }
      .flex_cal3 > li:last-of-type, .flex_cal3 > div:last-of-type {
        margin-right: 0; }
      .flex_cal3 > li figure, .flex_cal3 > div figure {
        text-align: center; }
        .flex_cal3 > li figure img, .flex_cal3 > div figure img {
          width: 270px; } }
/*--------------------------------------------
[06] 20231117追加
---------------------------------------------*/
.kuwashiku-container {
  border-radius: 20px;
  padding: 50px 15px;
  margin-top: 25px;
  background: rgba(255, 255, 255, 0.5); }

.pagenav a.pagenavBtn {
  display: block;
  margin-left: 0rem;
  position: relative;
  width: 100%;
  max-width: 100%;
  border: solid 2px #a7161b;
  text-align: center;
  font-weight: 600;
  text-decoration-line: none;
  max-width: 400px;
  margin: auto;
  height: 50px;
  line-height: 44px;
  border-radius: 50px;
  color: #a7161b;
  background-color: rgba(255, 255, 255, 0.5); }
  .pagenav a.pagenavBtn::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    width: 9px;
    height: 9px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #a7161b;
    transform: rotate(135deg);
    transition: 0.6s; }
  .pagenav a.pagenavBtn:hover {
    background: #1a1a1e;
    color: #ffffff;
    border: solid 2px #ffffff;
    opacity: 1; }
    .pagenav a.pagenavBtn:hover::after {
      border-color: #ffffff !important;
      transition: 0.6s; }

.anka {
  padding-top: 70px;
  margin-top: -70px; }

table.default-table.quiz_table th {
  width: 25%;
  padding: 25px; }
table.default-table.quiz_table td {
  width: 75%;
  padding: 25px; }

/*--------------------------------------------
[05] チケット
---------------------------------------------*/
h3 {
  font-size: 2.1rem;
  line-height: 1.5;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-left: solid 8px #1ea3de;
  background-color: #1a1a1e;
  border-left-color: #a7161b;
  color: #ffffff; }

h4 {
  font-size: 2.1rem;
  line-height: 1.2;
  background-color: #eeeeee;
  padding: 10px;
  margin-top: 25px;
  margin-bottom: 10px; }

h4.h4_red {
  background: linear-gradient(45deg, #941e23 0%, #ac2024 24.77%, #d72325 74.58%, #e72426 100%);
  color: #ffffff; }

h4.h4_red_waku {
  background-color: transparent;
  border-bottom: solid 2px #941e23;
  border-left: solid 10px #941e23; }

#Ticket table.default-table th {
  width: 30%; }
#Ticket table.default-table td {
  width: 70%; }

.playguide {
  background: #ffffff;
  border: solid 1px #C7C6C4;
  border-radius: 10px;
  padding: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-top: 30px;
  font-size: 1.6rem; }

.playguide > div:nth-of-type(1) {
  width: 20%;
  text-align: center;
  align-self: center;
  margin-right: 5%; }

.playguide > div:nth-of-type(2) {
  width: 75%; }

.playguide-code {
  font-size: 2.1rem;
  font-weight: 600; }

.playguide-code span {
  color: #E94736; }

.lo-tk > div img {
  width: 128px;
  height: 50px; }

.pia-tk > div img {
  width: 73px;
  height: 70px; }

.ticketBtn a.Btn {
  margin: 15px 0 0;
  max-width: 400px;
  height: 60px;
  line-height: 54px;
  font-size: 1.8rem; }

.bgc-maeuri {
  background-color: #cc2b83; }

.fc-maeuri {
  color: #cc2b83; }

.bdc-maeuri_h3 {
  /*	background-color: $c-maeuri;*/
  background-color: #1a1a1e;
  border-left-color: #cc2b83;
  color: #ffffff; }

.bdc-maeuri {
  background-color: #cc2b83 !important;
  color: #ffffff; }

.bgc-touzitu {
  background-color: #008efb; }

.fc-touzitu {
  color: #008efb; }

.bdc-touzitu_h3 {
  /*	background-color: $c-touzitu;*/
  background-color: #1a1a1e;
  border-left-color: #008efb;
  color: #ffffff; }

.bdc-touzitu {
  background-color: #008efb !important;
  color: #ffffff; }

.bgc-goodstuki {
  background-color: #2bcc71; }

.fc-goodstuki {
  color: #2bcc71; }

.bdc-goodstuki_h3 {
  /*	background-color: $c-goodstuki;*/
  background-color: #1a1a1e;
  border-left-color: #2bcc71;
  color: #ffffff; }

.textbox_red {
  background-color: #a7161b;
  color: #ffffff;
  padding: 10px; }

.grayout {
  position: relative; }
  .grayout::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }

.caution_topbox {
  background-color: #ffffff;
  border: solid 7px #e94736;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 20px 15px; }
  .caution_topbox figure {
    width: 10%;
    margin-right: 2%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
  .caution_topbox p {
    width: 88%;
    font-weight: 600; }
  .caution_topbox .bg-red {
    background: #e94736;
    color: #ffffff; }

@media screen and (max-width: 767px) {
  .ticketBox {
    background: #ffffff;
    padding: 25px 10px; }

  .ticketBox h3 {
    font-size: 2.1rem;
    line-height: 1.5;
    border-left: solid 8px #0084db;
    border-bottom: solid 1px #cfcfcf;
    padding: 5px 15px; }

  .ticketBox.web {
    margin-bottom: 25px; }

  ul.ticket-link {
    text-align: center;
    margin: 25px auto;
    flex-direction: column; }

  ul.ticket-link li:first-of-type {
    margin-right: 0px;
    margin-bottom: 15px; }

  .playguide {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column; }

  .playguide > div:nth-of-type(1), .playguide > div:nth-of-type(2) {
    width: 100%; }

  .playguide > div:nth-of-type(1) {
    margin-bottom: 25px; }

  .caution_topbox {
    flex-direction: column; }
    .caution_topbox figure {
      width: 100%;
      margin-bottom: 15px; }
    .caution_topbox p {
      width: 100%;
      font-weight: 600; }
    .caution_topbox .bg-red {
      background: #e94736;
      color: #ffffff; } }
.fc-yellow-grad {
  background: linear-gradient(45deg, #fbba00 0%, white 52.4%, #fbd909 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

#Maeuri table {
  max-width: 800px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 1.5rem;
  width: 100%;
  line-height: 1.2; }
  #Maeuri table tr:first-of-type {
    border-top: solid 1px #cccccc; }
  #Maeuri table tr th {
    background-color: #eeeeee;
    padding: 5px 15px;
    width: 30%;
    text-align: center;
    border-bottom: solid 1px #cccccc;
    vertical-align: middle; }
  #Maeuri table tr td {
    padding: 5px 15px;
    width: 70%;
    border-bottom: solid 1px #cccccc; }

.js-animation.poyoyon2 {
  -webkit-transform: perspective(1px) translateZ(0) scale(0.8);
  transform: perspective(1px) translateZ(0) scale(0.8);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition-delay: 0.5s; }

.js-animation.is-show.poyoyon2 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

.cautionBox {
  margin-top: 50px; }

/*--------------------------------------------
[0X] 注意事項
---------------------------------------------*/
#Caution ul {
  background-color: #eeeeee;
  padding: 40px; }
  #Caution ul li {
    padding-left: 15px;
    margin-left: 5px;
    position: relative; }
    #Caution ul li::before {
      content: '';
      background-color: #009662;
      width: 5px;
      height: 5px;
      border-radius: 5px;
      position: absolute;
      top: 13px;
      left: 0; }

@media screen and (max-width: 768px) {
  #Caution ul {
    background-color: #eeeeee;
    padding: 25px; } }
/*--------------------------------------------
[98] フッター
---------------------------------------------*/
footer {
  background: #1a1a1e;
  padding: 100px 0;
  position: relative; }

/* スポンサー
---------------------------------------------*/
#Sponsor {
  margin-bottom: 50px; }
  #Sponsor .w_limit_1280 {
    position: relative; }
  #Sponsor table {
    width: 100%;
    background: #ffffff; }
    #Sponsor table tr {
      position: relative;
      border-top: solid 1px #ffffff; }
      #Sponsor table tr:last-of-type {
        border-bottom: solid 1px #ffffff; }
      #Sponsor table tr th {
        width: 20%;
        padding: 25px;
        background: #1a1a1e;
        color: #ffffff; }
      #Sponsor table tr td {
        width: 75%;
        padding: 25px;
        align-self: center;
        border-top: solid 1px #cccccc; }
        #Sponsor table tr td span {
          margin-right: 4rem; }

.logo-khb {
  width: 220px;
  height: auto; }

.contactBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
  .contactBox > div {
    width: 70%; }
  .contactBox figure {
    width: 25%; }

.kyosan-flex div:first-of-type {
  line-height: 0; }

@media screen and (max-width: 767px) {
  #Sponsor dl dd {
    width: 100%; }
    #Sponsor dl dd.kyosan-flex {
      flex-direction: column; }
      #Sponsor dl dd.kyosan-flex p {
        margin-bottom: 40px; }
        #Sponsor dl dd.kyosan-flex p:last-of-type {
          margin-bottom: 0; } }
@media screen and (max-width: 600px) {
  .contactBox {
    flex-direction: column; }
    .contactBox > div {
      width: 100%;
      margin-bottom: 25px; }
    .contactBox figure {
      width: 100%; }

  #Sponsor table tr th {
    width: 100%;
    padding: 5px 10px;
    display: block; }
  #Sponsor table tr td {
    width: 100%;
    padding: 15px 15px 25px;
    display: block; } }
.footer-logo {
  text-align: center;
  padding-bottom: 50px; }
  .footer-logo img {
    width: 465px;
    height: 39px; }

.contact-box {
  /*  border: solid 1px #372163;*/
  max-width: 1000px;
  padding: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px auto 100px;
  border: solid 5px #c7ba9a; }

.contact-title {
  display: block;
  width: 24%;
  font-size: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: solid 1px #1a1a1e;
  text-align: center;
  font-weight: 600;
  padding-right: 25px; }

h2.contact-title::after {
  display: none; }

.contact-txt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  width: 70%; }

.contact-add {
  text-align: left;
  margin-left: 25px; }
  .contact-add p.contact-email span {
    color: #0083da;
    font-size: 2.1rem; }
  .contact-add .tel-link {
    font-size: 2.4rem; }
    .contact-add .tel-link a {
      font-size: 2.4rem; }

small {
  display: block;
  text-align: center; }

#PageTop {
  display: block;
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  background-color: #1a1a1e;
  border: solid 3px #ffffff;
  z-index: 10; }
  #PageTop a {
    width: 100%;
    height: 100%;
    position: absolute; }
  #PageTop::before {
    content: '';
    border-style: solid;
    border-width: 2px 2px 0px 0px;
    border-color: #ffffff;
    transform: rotate(270deg);
    position: absolute;
    margin: auto;
    top: 7px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 12px;
    height: 12px; }
  #PageTop:hover {
    background-color: #1a1a1e; }

@media screen and (max-width: 1000px) {
  .contact-txt {
    flex-direction: column;
    align-items: flex-start; }

  .contact-add {
    margin-left: 0px !important;
    margin-top: 15px; } }
@media screen and (max-width: 767px) {
  .contact-box {
    flex-direction: column;
    padding: 25px; }

  .contact-title {
    display: block;
    width: 100%;
    font-size: 2.8rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    border-right: none;
    border-bottom: solid 1px #050403; }

  .contact-txt {
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding: 0;
    align-items: center;
    margin-top: 15px; }
    .contact-txt .contact-add {
      align-items: center;
      text-align: center; }

  footer {
    padding-bottom: 50px; } }
/*--------------------------------------------
 [99] 標準機能
---------------------------------------------*/
/*
  微調整用
---------------------------------------------*/
.fz-12 {
  font-size: 1.2rem; }

.fz-14 {
  font-size: 1.4rem; }

.fz-15 {
  font-size: 1.5rem; }

.fz-16 {
  font-size: 1.6rem; }

.fz-18 {
  font-size: 1.8rem; }

.fz-21 {
  font-size: 2.1rem; }

.fz-24 {
  font-size: 2.4rem; }

.fz-26 {
  font-size: 2.6rem; }

.fz-28 {
  font-size: 2.8rem; }

.fz-32 {
  font-size: 3.2rem !important; }

.fz-36 {
  font-size: 3.6rem !important; }

.fz-40 {
  font-size: 4rem !important; }

@media screen and (max-width: 600px) {
  /**/
  .fz-18 {
    font-size: calc(1.8rem * 0.9); }

  .fz-21 {
    font-size: calc(2.1rem * 0.9); }

  .fz-28 {
    font-size: calc(2.8rem * 0.8); }

  .fz-32 {
    font-size: calc(3.2rem * 0.8); }

  .fz-40 {
    font-size: calc(4.0rem * 0.8); }

  .fz-21_sp {
    font-size: 2.1rem !important; }

  .fz-28_sp {
    font-size: 2.8rem !important; }

  .fz-32_sp {
    font-size: 3.2rem !important; } }
.fw-400 {
  font-weight: 400; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

.fw-900 {
  font-weight: 900; }

.lh-12 {
  line-height: 1.2; }

.lh-15 {
  line-height: 1.5; }

.lh-20 {
  line-height: 2.0; }

.fc-normal {
  color: #1a1a1e; }

.fc-white {
  color: #ffffff; }

.fc-white a {
  color: #ffffff; }

.fc-red {
  color: #ba1c20; }

.fc-caution_red {
  color: red; }

.fc-yellow {
  color: #FCCF00; }

.mgl-1em {
  margin-left: 1em !important; }

.mgl-2em {
  margin-left: 2em !important; }

.mgr-1em {
  margin-right: 1em; }

.mgt-0 {
  margin-top: 0 !important; }

.mgt-15 {
  margin-top: 15px; }

.mgt-20 {
  margin-top: 20px; }

.mgt-30 {
  margin-top: 30px; }

.mgt-40 {
  margin-top: 40px; }

.mgt-50 {
  margin-top: 50px; }

.mgt-60 {
  margin-top: 60px; }

.mgt-70 {
  margin-top: 70px; }

.mgt-75 {
  margin-top: 75px; }

.mgt-100 {
  margin-top: 100px; }

.mgb-0 {
  margin-bottom: 0 !important; }

.mgb-10 {
  margin-bottom: 10px; }

.mgb-15 {
  margin-bottom: 15px; }

.mgb-20 {
  margin-bottom: 20px; }

.mgb-30 {
  margin-bottom: 30px; }

.mgb-40 {
  margin-bottom: 40px; }

.mgb-50 {
  margin-bottom: 50px; }

.mgb-75 {
  margin-bottom: 75px; }

.mgb-100 {
  margin-bottom: 100px; }

.ta-center {
  text-align: center; }

.ta-right {
  text-align: right; }

.ta-left {
  text-align: left; }

/*padding*/
.pdt-5 {
  padding-top: 5px; }

.pdb-5 {
  padding-bottom: 5px; }

.ls-0 {
  letter-spacing: 0 !important; }

.disp_block {
  display: block; }

.indent-kome {
  padding-left: 1em;
  text-indent: -1em; }

@media screen and (max-width: 600px) {
  .ta-center-600 {
    text-align: center !important; }

  .ta-center_sp {
    text-align: center; }

  .ta-right_sp {
    text-align: right; }

  .ta-left_sp {
    text-align: left; }

  .mgt-50_sp {
    margin-top: 50px; } }
/*レスポンシブ改行
-------------------------------*/
.br_480, .br_600, .br_768, .br_767, .br_1280 {
  display: none; }

@media screen and (max-width: 1280px) {
  .br_1280 {
    display: inline; }

  .br_pconly {
    display: none; } }
@media screen and (max-width: 768px) {
  .br_768 {
    display: inline; }

  .block-768 {
    display: block; } }
@media screen and (max-width: 767px) {
  .br_767 {
    display: inline; }

  .block-767 {
    display: block; } }
@media screen and (max-width: 600px) {
  .block-600 {
    display: block; }

  .br_600 {
    display: inline; } }
@media screen and (max-width: 480px) {
  .br_480 {
    display: inline; } }
/*
  背景パターン
---------------------------------------------*/
.bg-white {
  background: #ffffff; }

.bg-gray {
  background: #eaeaea; }

.bg-yellow-grad {
  background: linear-gradient(0deg, #f5ba3a 0%, #f6e76e 100%); }

.bg-red-grad {
  background: linear-gradient(45deg, #941e23 0%, #ac2024 24.77%, #d72325 74.58%, #e72426 100%); }

.bg-color {
  background: #fbd7c5;
  background: linear-gradient(45deg, #fbd7c5 0%, white 52.4%, #fbe4ce 100%); }

.bg-shasen {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 5px, whitesmoke 5px, whitesmoke 10px); }

.bg-shasen-bold {
  background-size: auto auto;
  background-color: #0056a9;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, #004ba0 15px, #004ba0 30px); }

.bg-hougan {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 14px, #e7e7e7 16px), linear-gradient(90deg, rgba(255, 255, 255, 0) 14px, #e7e7e7 16px);
  background-size: 16px 16px; }

/*rgba(218, 250, 227, 0.6)*/
.bg-dot-naname {
  background-color: #ffffff;
  background-image: radial-gradient(rgba(186, 226, 248, 0.2) 22%, rgba(255, 255, 255, 0) 22%), radial-gradient(rgba(186, 226, 248, 0.2) 22%, rgba(255, 255, 255, 0) 22%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px; }

.bg-dot-hougan {
  background-color: #ffffff;
  background-image: radial-gradient(#e6e6e6 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 12px 12px; }

.bg-gradation {
  background: #6ca861;
  background: linear-gradient(45deg, #6ca861 0%, #379e8e 100%); }

.bg-stripe {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 15px, #ebca0e 15px, #ebca0e 30px); }

/*
  ボタン
---------------------------------------------*/
a.Btn {
  font-size: 21px;
  font-weight: 600;
  text-decoration-line: none;
  max-width: 400px;
  height: 80px;
  line-height: 76px;
  border-radius: 80px;
  /*$grad_01*/
  vertical-align: middle;
  position: relative;
  display: block;
  background-color: #ffffff;
  color: #1a1a1e;
  border: solid 2px #1a1a1e;
  margin: auto;
  text-align: center; }
  a.Btn::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    width: 11px;
    height: 11px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #1a1a1e !important;
    transform: rotate(45deg);
    transition: 0.6s; }
  a.Btn:hover {
    background: #1a1a1e;
    color: #ffffff;
    border: solid 2px #ffffff;
    opacity: 1; }
    a.Btn:hover::after {
      border-color: #ffffff !important;
      transition: 0.6s; }

@media screen and (max-width: 480px) {
  a.Btn {
    font-size: 18px; } }
/*
  スクロールアニメーション
    (スクロールしたら表示してほしいところにjs-animationをつける)
---------------------------------------------*/
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s; }
  .js-animation.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }
  .js-animation.js-ani-nomove {
    transform: translateY(0px);
    transition: all 1.2s; }
    .js-animation.js-ani-nomove.is-show {
      transform: translateY(0px); }
