@charset "UTF-8";
/*--------------------------------------------

【仙台会場】ハイキュー!! 全国遠征ポップアップストア｜khb東日本放送
https://www.khb-tv.co.jp/event/haikyu2024/index.html

  [00] 基本設定
  [01] メインビジュアル
  [02] ABOUT
  [03] 開催概要
  [04] 講演内容
  [05] 参加申し込み
  [06] フッター
  [99] 標準機能

---------------------------------------------*/
/*--------------------------------------------
  [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: #273046; }
  body.js-no-scroll {
    overflow: hidden; }

img {
  max-width: 100%;
  height: auto;
  text-align: center; }

a {
  transition: 0.6s;
  color: #0084DB;
  text-decoration-line: underline; }
  a:hover {
    transition: 0.6s;
    opacity: 0.7; }

::selection {
  background: #0084DB;
  color: #ffffff; }

h1, h2, h3, h4, h5, th {
  font-weight: 700; }

h1 {
  font-size: 4.0rem; }

.wrap {
  overflow: hidden;
  width: 100%;
  height: auto; }

main {
  width: 100%; }

/*セクション設定-------------------------*/
.bg-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  /*	background : linear-gradient(90deg, rgba(252, 53, 44, 1) 0%, rgba(255, 111, 114, 1) 50%, rgba(252, 53, 44, 1) 100%);
  	background: url("../images/bg.jpg");*/
  background: #3890ce;
  background-position: contain;
  z-index: -1;
  /*
  &::before,&::after{
  	content: '';
  	height: 100%;
  	width: 2%;
  	background : linear-gradient(180deg, rgba(252, 156, 10, 1) 0%, rgba(255, 235, 30, 1) 50%, rgba(255, 251, 36, 1) 100%);
  	top: 0;
  	left: 0;
  	position: absolute;
  }
  &::after{
  	left: auto;
  	right: 0px;
  	background : linear-gradient(0deg, rgba(252, 156, 10, 1) 0%, rgba(255, 235, 30, 1) 50%, rgba(255, 251, 36, 1) 100%);
  }*/ }

.wrap {
  overflow: hidden;
  width: 100%;
  height: auto; }

main {
  width: 100%; }

section {
  padding: 50px 0; }

section > .w_limit_1280, section > .w_limit_1440 {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-radius: 8px; }

section > .section_container_kadoshiro {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 50px; }

.section_container_kadoshiro {
  background-color: #ffffff;
  border-radius: 25px;
  padding-left: 10px;
  padding-right: 10px; }

.pd-0 {
  padding: 0 !important; }

.w_limit_1440 {
  max-width: 1440px;
  margin: 0 auto; }

.w_limit_1280 {
  max-width: 1280px;
  margin: 0 auto; }

.w_limit_1000 {
  max-width: 1000px;
  margin: 0 auto; }

.w_90per {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.w_limit_900 {
  max-width: 900px;
  margin: 0 auto; }

.w_limit_sp {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

h2 {
  position: relative;
  margin-bottom: 40px;
  display: block;
  font-size: 3.8rem;
  font-weight: 900;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
  padding-bottom: 40px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  transform: skewX(-10deg); }
  h2::before {
    content: '';
    height: 15px;
    width: 90px;
    background-repeat: no-repeat;
    background-image: url("../images/icon_h2.svg");
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

h3.default_h3 {
  font-size: 2.4rem;
  border-left: solid 5px #ec6c00;
  /**/
  border-bottom: solid 1px #cccccc;
  padding: 10px 15px;
  margin-bottom: 20px;
  line-height: 1.5; }

.flex_cal2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .flex_cal2 > figure {
    width: 45%; }
  .flex_cal2 > div {
    width: 50%; }

@media screen and (max-width: 1230px) {
  section {
    padding-left: 15px;
    padding-right: 15px; }

  h2 {
    font-size: 2.6rem; }
    h2 span {
      padding-left: 15px; } }
@media screen and (max-width: 767px) {
  .bg-fixed {
    background-size: 100% 100%; }

  section > .w_limit_1280, section > .w_limit_1440 {
    padding: 25px 0px; }

  section > .w_limit_1280, section > .w_limit_1440 {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 50px; }

  section > .section_container_kadoshiro {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 25px; }

  body {
    font-size: 1.6rem; }

  .flex_cal2 {
    flex-direction: column; }
    .flex_cal2 > figure {
      width: 100%;
      margin: 15px 0; }
    .flex_cal2 > div {
      width: 100%; }

  .order_01_sp {
    order: 1; }

  .order_02_sp {
    order: 2; } }
@media screen and (max-width: 480px) {
  h2 {
    position: relative;
    margin-bottom: 10px;
    display: block;
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    padding-bottom: 25px;
    letter-spacing: 0.1em;
    line-height: 1.5; }
    h2::before {
      content: '';
      height: 10px;
      width: 60px; }

  h3.default_h3 {
    font-size: 2.1rem;
    border-left: solid 5px #3890ce;
    /*	border-bottom: solid 1px #cccccc;*/
    padding: 10px 15px;
    margin-bottom: 20px;
    line-height: 1.5; } }
/*--------------------------------------------
ナビゲーション
---------------------------------------------*/
nav {
  background-color: #ffffff;
  width: 100%; }
  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 20px;
      position: relative;
      color: #ffffff;
      font-weight: 600;
      height: 100%;
      width: calc(100%/4);
      border-left: solid 2px #ffffff;
      background-color: #ec6c00;
      text-align: center;
      font-size: 16px;
      transition: 0.2s; }
      nav ul li i {
        margin-right: 0.6em;
        font-size: 21px; }
      nav ul li.nav_ticket {
        background-color: #ec6c00; }
      nav ul li.sp_only {
        display: none; }
      nav ul li:last-of-type {
        border-right: solid 2px #ec6c00; }
      nav ul li:hover {
        background-color: #ffffff;
        color: #ec6c00;
        transition: 0.2s; }
      nav ul li a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

/*ナビゲーション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 (min-width: 1080px) {
  nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; } }
@media screen and (max-width: 1080px) {
  nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5); }
    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 #fbed41;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        text-align: left; }
        nav ul li.sp_only {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center; }
        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: #ec6c00;
    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: #060102;
      /* バーガーアイコンの色 */
      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: 50px 15px 50px;*/
  margin-bottom: 20px;
  text-align: center; }
  #Mainvisual .w_limit_1280 {
    padding: 0; }

.mv_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: auto; }
  .mv_flex > div:nth-of-type(1) {
    width: 45%; }
  .mv_flex > div:nth-of-type(2) {
    width: 50%;
    padding: 15px;
    margin-bottom: 30px; }

.MV-pc {
  display: block; }

.MV-sp {
  display: none; }

.MV-pc > .w_limit_1280 {
  position: relative; }

@media screen and (max-width: 1080px) {
  #Mainvisual {
    padding-top: 50px;
    margin: auto;
    text-align: center; }

  .mv_flex {
    flex-direction: column;
    /*	background-color: rgba(#ffffff,0.5);*/ }
    .mv_flex h1 {
      font-size: 2.4rem; }
    .mv_flex > div:nth-of-type(1) {
      width: 100%; }
    .mv_flex > div:nth-of-type(2) {
      width: 100%;
      padding: 15px; }

  #Mainvisual {
    margin-bottom: 25px; } }
@media screen and (max-width: 480px) {
  .MV-pc {
    display: block; }

  .MV-sp {
    display: block; } }
/*
  youtube埋め込み
---------------------------------------------*/
section#youtube {
  background: rgba(255, 255, 255, 0); }
  section#youtube .w_limit_1280 {
    padding: 15px; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

@media screen and (max-width: 768px) {
  section#youtube {
    padding-top: 0px;
    padding-bottom: 15px; }
    section#youtube .w_limit_1280 {
      padding: 0px; } }
#top-to-Form {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px; }
  #top-to-Form .toForm-box {
    /*    max-width: 720px;*/
    margin: 0 auto;
    	  /*
        border: solid 10px $theme-color_02;
    	border-top-color: #1d9fcb;
    	border-right-color: #de342a;
    	border-bottom-color: #f29635;
    	border-left-color: #32a54f;
    	  background-color: #ffffff;
    	  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    	  border-radius: 15px;*/ }

/*--------------------------------------------
  [02] ABOUT
---------------------------------------------*/
#About > .w_limit_1280 {
  padding-top: 35px;
  padding-bottom: 60px; }
#About h1 {
  font-size: 3.2rem; }
#About h2 {
  margin-bottom: 15px; }
  #About h2 span.h2-about {
    font-family: 'roboto', sans-serif;
    font-weight: 700;
    font-size: 9.2rem;
    font-style: italic;
    color: #ec6c00;
    position: relative;
    vertical-align: middle;
    z-index: 1;
    padding-left: 25px;
    background: #ffffff; }
#About p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.about_description {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px; }

.about_read {
  color: #ffffff; }

@media screen and (max-width: 767px) {
  #About h1 {
    font-size: 2.4rem; }

  .about_description {
    font-size: 2.3rem; } }
@media screen and (max-width: 480px) {
  section#About > .w_limit_1280 {
    padding: 0px inherit; } }
/*--------------------------------------------
  [03] 開催概要
---------------------------------------------*/
table.default-table {
  background: #ffffff;
  margin: 0 auto;
  font-size: 2.1rem;
  line-height: 1.5;
  width: 100%;
  /*  max-width: 900px;*/ }
  table.default-table tr {
    border-top: solid 1px #cfd0d2;
    border-bottom: solid 1px #cfd0d2; }
  table.default-table th {
    font-size: 1.8rem;
    width: 20%;
    text-align: center;
    /*    border-right: dashed 1px $theme-color;*/
    z-index: 3;
    vertical-align: middle;
    border-bottom: solid 1px #cfd0d2 !important;
    color: #ffffff;
    background-color: #3890ce; }
  table.default-table td {
    width: 80%;
    padding: 20px 30px;
    vertical-align: middle;
    border-top: solid 1px #cfd0d2; }
    table.default-table td p {
      margin-top: 5px; }
    table.default-table td span.disp-pc-only {
      display: inline; }
    table.default-table td .date-kome {
      font-size: 1.6rem;
      text-align: left; }

#Date table th {
  width: 20%;
  background: #ec6c00;
  padding: 20px 30px;
  text-align: center;
  border-bottom: solid 1px #cfd0d2;
  /*    border-right: dashed 1px $theme-color;*/
  z-index: 3;
  vertical-align: middle; }

.to-googlemap-wrap {
  margin: 15px 0; }

.to-googlemap.Btn {
  margin-left: 0rem;
  margin-top: 15px;
  position: relative;
  font-size: 16px;
  height: 50px;
  line-height: 46px;
  max-width: 280px;
  background-color: #ffffff;
  color: #1a1a1e;
  border: solid 2px #1a1a1e;
  text-align: center; }
  .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: #1a1a1e; }

#map {
  position: relative; }

#map iframe {
  width: 100%;
  height: 400px;
  margin: 20px 0 0px;
  vertical-align: bottom; }

.place.flex_cal2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }

.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 table,
  table.default-table {
    border: none; }
    #Date table th, #Date table td,
    table.default-table th,
    table.default-table td {
      display: block;
      width: 100%; }
    #Date table th,
    table.default-table th {
      margin-top: 35px;
      border-right: none;
      border-bottom: none;
      padding: 5px 0px; }
      #Date table th:first-of-type,
      table.default-table th:first-of-type {
        margin-top: 0; }
    #Date table td,
    table.default-table td {
      border-bottom: none;
      border-top: none;
      text-align: center;
      padding: 15px 15px 30px; }

  .to-googlemap.Btn {
    margin: 25px auto 0; } }
@media screen and (max-width: 480px) {
  #Date table td span.disp-pc-only,
  table.default-table td span.disp-pc-only {
    display: none; }

  table.default-table td {
    text-align: center; }

  .place.flex_cal2 {
    flex-direction: column; }
    .place.flex_cal2 figure {
      margin-top: 15px; } }
/*--------------------------------------------
  [04] 埋め込み
---------------------------------------------*/
.twitter_embed_box {
  text-align: center;
  margin: auto;
  max-width: 600px; }
  .twitter_embed_box a.twitter-timeline {
    display: block;
    text-align: center;
    margin: auto !important; }

.comingsoon {
  /*	background-color: #eeeeee;*/
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 15px; }

/*--------------------------------------------
　[03]仙台会場グッズラインナップ
---------------------------------------------*/
.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; }

ul.goods_container li {
  margin-bottom: 70px; }

.goods_name, .goods_price {
  font-weight: 600;
  text-align: center;
  line-height: 1.5; }

.goods_name {
  margin-bottom: 10px;
  margin-top: 10px; }

#Tokuten {
  background-color: #faf0df;
  padding-top: 25px;
  padding-bottom: 50px;
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .flex_cal4 {
    flex-direction: column; }
    .flex_cal4 > li, .flex_cal4 > div {
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; }
      .flex_cal4 > li:last-of-type, .flex_cal4 > div:last-of-type {
        margin-right: 0; }
      .flex_cal4 > li figure, .flex_cal4 > div figure {
        text-align: center; } }
/*--------------------------------------------
  [06] 注意事項
---------------------------------------------*/
.caution_redbox {
  border: solid 5px #e63c29;
  padding: 40px 15px;
  margin-bottom: 15px; }
  .caution_redbox h3 {
    font-size: 28px;
    text-align: center;
    border-bottom: solid 1px #e63c29;
    padding-bottom: 10px;
    margin-bottom: 15px; }

.akaobi {
  background-color: #e63c29;
  color: #ffffff;
  padding: 15px; }

.oreobi {
  background-color: #f0831e;
  color: #060102;
  padding: 15px; }

.seigen_apply_list {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  .seigen_apply_list li {
    text-align: center;
    width: calc(100%/6);
    font-size: 1.8rem;
    font-weight: 600;
    border: solid 1px #cfd0d2 !important;
    padding: 30px 15px;
    position: relative;
    transition: 0.2s; }
    .seigen_apply_list li:hover {
      transition: 0.2s; }
    .seigen_apply_list li > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .seigen_apply_list li::after {
      content: '';
      position: absolute;
      bottom: 3px;
      right: 0px;
      height: calc(30px / 2);
      width: 30px;
      clip-path: polygon(50% 0, 100% 100%, 0 100%);
      transform: rotate(135deg); }
    .seigen_apply_list li > span {
      display: block; }
    .seigen_apply_list li > .apply_btn {
      text-align: center;
      margin: auto;
      font-size: 1.6rem;
      max-width: 320px;
      width: 100%;
      margin-top: 15px;
      border: none;
      background-color: #ffffff;
      padding: 10px;
      border-radius: 50px;
      line-height: 1.5;
      pointer-events: none; }
      .seigen_apply_list li > .apply_btn:hover {
        border: none; }
      .seigen_apply_list li > .apply_btn::after {
        display: none; }
    .seigen_apply_list li .date {
      font-size: 2.1rem; }
      .seigen_apply_list li .date > span:nth-of-type(2) {
        display: block; }

.doyou {
  background-color: #d8ecff; }
  .doyou::after {
    background-color: #036eb7; }
  .doyou:hover {
    background-color: rgba(3, 110, 183, 0.5); }

.nichiyou {
  background-color: #ffe0f0; }
  .nichiyou::after {
    background-color: #ba1c20; }
  .nichiyou:hover {
    background-color: rgba(255, 94, 97, 0.5); }

ul.default_list {
  background-color: #eeeeee;
  padding: 40px; }
  ul.default_list li {
    padding-left: 15px;
    margin-left: 5px;
    position: relative; }
    ul.default_list li::before {
      content: '';
      background-color: #e63c29;
      width: 5px;
      height: 5px;
      border-radius: 7px;
      position: absolute;
      top: 15px;
      left: 0; }

@media screen and (max-width: 1280px) {
  .seigen_apply_list li {
    text-align: center;
    width: calc(100%/3); }
    .seigen_apply_list li > span {
      display: block; } }
@media screen and (max-width: 767px) {
  .seigen_apply_list li {
    text-align: center;
    width: calc(100%/2); }
    .seigen_apply_list li > span {
      display: block; } }
@media screen and (max-width: 480px) {
  .seigen_apply_list li {
    text-align: center;
    width: calc(100%/1);
    padding: 15px; }
    .seigen_apply_list li > span {
      display: block; }
    .seigen_apply_list li .date > span:nth-of-type(2) {
      display: inline;
      margin-left: 1em; } }
/*--------------------------------------------
  [04] チケットプレイガイド
---------------------------------------------*/
.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;
  background-color: #006bb8; }
  .ticketBtn a.Btn:hover {
    color: #006bb8;
    border-color: #006bb8; }
    .ticketBtn a.Btn:hover::after {
      border-color: #006bb8; }

@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; }

  .playguide-code {
    text-align: center;
    margin-top: 15px; }

  .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; } }
/*--------------------------------------------
  [05] SNS
---------------------------------------------*/
section#SNS {
  padding-top: 50px;
  margin-top: 50px; }

#toForm {
  padding-bottom: 90px; }

.toForm-box {
  padding: 0px 15px; }
  .toForm-box h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: center; }
  .toForm-box p {
    max-width: 650px;
    margin: 0 auto; }

/*--------------------------------------------
  [06] フッター
---------------------------------------------*/
footer {
  background: #ec6c00;
  color: #060102;
  padding: 100px 0;
  z-index: 5;
  /*  border-top: solid 10px $theme-color_02;*/
  box-shadow: rgba(0, 0, 0, 0.7) -15px 0px 5px; }

/* スポンサー
---------------------------------------------*/
#Sponsor {
  margin-bottom: 50px; }
  #Sponsor .w_limit_1280 {
    position: relative; }
  #Sponsor dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 25px;
    position: relative;
    color: #060102;
    border-top: solid 1px #060102;
    	  /*
        &::before, &:last-of-type::after {
          content: "";
          background-image: linear-gradient(to right, $theme-color_02, $theme-color_02 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 10px);
          background-size: 10px 3px;
          background-repeat: repeat-x;
          height: 3px;
          width: 100%;
          position: absolute;
          left: 0;
          right: 0;
          pointer-events: none;
        }
        &::before {
          top: 0;
        }
        &:last-of-type::after {
          bottom: 0;
        }*/ }
    #Sponsor dl:last-of-type {
      border-bottom: solid 1px #060102; }
    #Sponsor dl dt {
      width: 25%;
      text-align: center; }
    #Sponsor dl dd {
      width: 75%;
      align-self: center; }
      #Sponsor dl dd.kyosan-flex {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        vertical-align: middle; }

.kyosan-flex div:first-of-type {
  line-height: 0; }

@media screen and (max-width: 767px) {
  #Sponsor dl {
    padding: 0;
    display: block; }
    #Sponsor dl dt {
      padding: 15px;
      margin-right: 0%;
      width: 100%; }
    #Sponsor dl dd {
      padding-bottom: 30px;
      width: 100%;
      text-align: center; }
      #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: 480px) {
  #Sponsor dl dd {
    text-align: left; } }
.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;
  background-color: #ffffff;
  align-items: center;
  margin: 100px auto 100px;
  border: solid 5px #ffffff; }

.contact-title {
  display: block;
  width: 24%;
  font-size: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: solid 1px #273046;
  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;
    font-weight: 600; }
    .contact-add .tel-link a {
      font-size: 2.4rem; }

.contactBtn-box .contact-title {
  display: block;
  width: 40%;
  font-size: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: solid 1px #273046;
  text-align: center;
  font-weight: 600;
  padding-right: 25px; }
.contactBtn-box .contact-txt {
  width: 60%; }
  .contactBtn-box .contact-txt .toform-Btn {
    margin: auto; }

small {
  display: block;
  text-align: center; }

.PageTop {
  display: block;
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 60px;
  height: 60px;
  background: #ec6c00;
  background-repeat: no-repeat;
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.1));
  transition: 0.3s; }
  .PageTop a {
    width: 100%;
    height: 100%;
    position: absolute; }
  .PageTop::before {
    content: '';
    border-style: solid;
    border-width: 3px 3px 0px 0px;
    border-color: #ffffff;
    transform: rotate(315deg);
    position: absolute;
    margin: auto;
    top: 10px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 13px;
    height: 13px; }
  .PageTop:hover {
    bottom: 7%;
    transition: 0.3s;
    opacity: 1; }

@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-right: 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; }

  #PageTop {
    bottom: 0px;
    right: 0px; }

  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-28 {
  font-size: 2.8rem; }

.fz-32 {
  font-size: 3.2rem; }

@media screen and (max-width: 600px) {
  /*
.fz-18 {
  font-size: calc(1.8rem * 0.8);
}
.fz-21 {
  font-size: calc(2.1rem * 0.8);
}
*/
  .fz-28 {
    font-size: calc(2.8rem * 0.8); }

  .fz-32 {
    font-size: calc(3.2rem * 0.8); }

  .fz-28_sp {
    font-size: 2.8rem; }

  .fz-24_sp {
    font-size: 2.4rem; }

  .fz-21_sp {
    font-size: 2.1rem; }

  .fz-18_sp {
    font-size: 1.8rem; }

  .fz-16_sp {
    font-size: 1.6rem; } }
.fw-400 {
  font-weight: 400; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-900 {
  font-weight: 900; }

.fc-normal {
  color: #273046; }

.fc-white {
  color: #ffffff; }

.fc-red {
  color: #ba1c20; }

.fc-blue {
  color: #036eb7; }

.fc-yellow {
  color: #FCCF00; }

.fc-orange {
  color: #f7711e; }

.fc-king-red {
  color: #e50012; }

.pdt-0 {
  padding-top: 0 !important; }

.pdb-0 {
  padding-bottom: 0 !important; }

.mgt-15 {
  margin-top: 15px; }

.mgt-20 {
  margin-top: 20px !important; }

.mgt-30 {
  margin-top: 30px; }

.mgt-40 {
  margin-top: 40px; }

.mgt-50 {
  margin-top: 50px; }

.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 !important; }

.mgb-50 {
  margin-bottom: 50px !important; }

.mgb-50 {
  margin-bottom: 50px; }

.mglr_auto {
  margin-left: auto;
  margin-right: auto; }

.lh-12 {
  line-height: 1.2; }

.lh-15 {
  line-height: 1.5; }

.lh-20 {
  line-height: 2; }

.ta-center {
  text-align: center; }

.ta-right {
  text-align: right; }

.ta-left {
  text-align: left; }

.indent-kome {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5; }

/*演出など*/
.dropshadow {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6)); }

@media screen and (max-width: 767px) {
  .ta-center_sp {
    text-align: center; }

  .ta-right_sp {
    text-align: right; }

  .ta-left_sp {
    text-align: left; } }
/*レスポンシブ改行
-------------------------------*/
.br_480, .br_768, .br_1200 {
  display: none; }

@media screen and (max-width: 1200px) {
  .br_pconly {
    display: none; } }
@media screen and (max-width: 1200px) {
  .br_1200 {
    display: inline; } }
@media screen and (max-width: 768px) {
  .br_768 {
    display: inline; }

  .block-768 {
    display: block; } }
@media screen and (max-width: 600px) {
  .block-600 {
    display: block; } }
@media screen and (max-width: 480px) {
  .br_480 {
    display: inline; } }
/*
  背景パターン
---------------------------------------------*/
.bg-white {
  background: #ffffff; }

.bg-white_half {
  background: rgba(255, 255, 255, 0.5); }

.bg-lightblue {
  background-color: #99d5f4; }

.bg-orange {
  background-color: #ec6c00; }

.bg-gray {
  background: #ffffff; }

.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: #bf6258;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, #b85045 15px, #b85045 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; }

.bg-dot-naname {
  background-color: #ffffff;
  background-image: radial-gradient(#ffd4d4 12%, rgba(255, 255, 255, 0) 32%), radial-gradient(#ffd4d4 12%, rgba(255, 255, 255, 0) 32%);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px; }

.bg-dot-hougan {
  background-color: #ffffff;
  background-image: radial-gradient(#a1e6a4 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); }

/*
  ボタン
---------------------------------------------*/
/*#2fa14d*/
/*#2fa14d*/
a.Btn {
  font-size: 21px;
  font-weight: 600;
  text-decoration-line: none;
  max-width: 400px;
  height: 80px;
  line-height: 72px;
  border-radius: 80px;
  background: #3890ce;
  color: #ffffff;
  border: solid 4px #ffffff;
  vertical-align: middle;
  position: relative;
  display: block;
  border: solid 4px #ffffff;
  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: #ffffff;
    transform: rotate(45deg);
    transition: 0.6s; }
  a.Btn:hover {
    background: #ffffff;
    color: #3890ce;
    border: solid 4px #3890ce;
    opacity: 1; }
    a.Btn:hover::after {
      border-color: #3890ce;
      transition: 0.6s; }

a.Btn.btn_mini {
  font-size: 18px;
  font-weight: 600;
  text-decoration-line: none;
  max-width: 400px;
  height: 80px;
  line-height: 72px;
  border-radius: 80px;
  background: #3890ce;
  color: #ffffff;
  vertical-align: middle;
  position: relative;
  display: block;
  border: solid 2px #ffffff;
  margin: auto;
  text-align: center;
  margin-left: 0rem;
  position: relative;
  font-size: 16px;
  height: 60px;
  line-height: 56px;
  max-width: 280px;
  text-align: center; }
  a.Btn.btn_mini::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: #ffffff;
    transform: rotate(45deg);
    transition: 0.6s; }
  a.Btn.btn_mini:hover {
    background: #ffffff;
    color: #3890ce;
    border: solid 2px #3890ce;
    opacity: 1; }
    a.Btn.btn_mini:hover::after {
      border-color: #3890ce;
      transition: 0.6s; }

a.Btn.btn_color_hanten {
  background: #ffffff;
  color: #3890ce;
  border: solid 2px #3890ce; }
  a.Btn.btn_color_hanten::after {
    border-color: #3890ce; }
  a.Btn.btn_color_hanten:hover {
    background: #3890ce;
    color: #ffffff;
    border: solid 2px #3890ce;
    opacity: 1; }
    a.Btn.btn_color_hanten:hover::after {
      border-color: #ffffff; }

.btn_shadow {
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2)); }

@media screen and (max-width: 768px) {
  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); }

.js-animation.is-show {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards; }

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0; }
  100% {
    opacity: 1;
    transform: scale(1); } }
