@charset "UTF-8";
/*--------------------------------------------

第1回マー君カップ2024(田中将大野球教室)｜khb東日本放送
https://www.khb-tv.co.jp/event/makuncup2024/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: #1a1a1e;
}
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;
}

::-moz-selection {
  background: #0084DB;
  color: #ffffff;
}

::selection {
  background: #0084DB;
  color: #ffffff;
}

h1, h2, h3, h4, h5, th {
  font-weight: 700;
}

h1 {
  font-size: 4rem;
}

.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;
  background-image: url("../images/bg_fixed.jpg");
  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: 50px;
  padding-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: 10px;
  width: 144px;
  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 #f9ed44;
  /*	border-bottom: solid 1px #cccccc;*/
  padding: 10px 15px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.flex_cal2 {
  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%;
}

.flex_cal3 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.flex_cal3 > li, .flex_cal3 > div {
  width: 30%;
  margin-right: 5%;
}
.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;
}

@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%;
    background-image: url("../images/bg_fixed_sp.jpg");
  }
  section > .w_limit_1280, section > .w_limit_1440 {
    padding: 25px 0px;
    margin-bottom: 0px;
  }
  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;
  }
  .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;
  }
}
@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: #1a1a1e;
  width: 100%;
}
nav ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
nav ul li {
  line-height: 1.5;
  padding: 30px 20px;
  position: relative;
  color: #f9ed44;
  font-weight: 600;
  height: 100%;
  width: 100%;
  border-left: solid 1px #ffffff;
  background-color: #1a1a1e;
  text-align: center;
  transition: 0.2s;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  transform: skewX(-18deg);
}
nav ul li.sp_only {
  display: none;
}
nav ul li:first-of-type {
  border: none;
}
nav ul li:hover {
  background-color: #ffffff;
  transition: 0.2s;
}
nav ul li a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration-line: none;
  color: #ffffff;
  letter-spacing: 0.05em;
}
nav ul li a:hover {
  opacity: 1;
  color: #1a1a1e;
}
nav ul li a.cta_nav {
  background-color: #f9ed44;
  color: #1a1a1e;
}
nav ul li a.cta_nav:hover {
  color: #1a1a1e;
  background-color: #ffffff;
}

/*ナビゲーション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(26, 26, 30, 0);
  }
  nav ul {
    flex-direction: column;
  }
  nav ul li {
    filter: drop-shadow(5px 3px 1px rgba(0, 0, 0, 0.25));
    margin-left: -10%;
    padding: 15px 10px 10px;
    height: 70px;
    width: 100%;
    border-left: none;
    border-bottom: solid 1px #fbed41;
    font-weight: 600;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    text-align: left;
  }
  nav ul li.sp_only {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
  nav ul li:first-of-type {
    border-bottom: solid 1px #fbed41;
  }
  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: #f9ed44;
    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: #1a1a1e;
    /* バーガーアイコンの色 */
    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 {
  position: relative;
  overflow: hidden;
  text-align: center;
  --tile-h: 1080px;
  background-image: url("../images/bg_mv.webp");
  background-repeat: repeat-y;
  background-position: center 0;
  background-size: 100vw auto; /* 👈 横だけ100vwにして縦は比率維持 */
  animation: mv-scroll 10s linear infinite;
  padding-top: 80px;
  margin-top: 60px;
}

@keyframes mv-scroll {
  from {
    background-position: center 0;
  }
  to {
    background-position: center calc(-1 * var(--tile-h));
  }
}
.mv_container {
  position: relative;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
}
.mv_container picture {
  z-index: 5;
  position: relative;
}
.mv_container::before {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 50%;
  width: 150%;
  height: 100%;
  background: #ffffff;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.about_read {
  background-color: #ffffff;
  width: 100%;
  padding: 0 15px;
  padding-bottom: 100px;
  z-index: 2;
  position: relative;
}

section#Sponser {
  background-color: #ffffff;
  padding: 0;
}

.kyousan-headline {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 10px 15px;
  /*height: 54px;	*/
  z-index: 2;
  vertical-align: middle;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transform: skewX(-15deg);
  background-color: #f9ed44;
  width: 90%;
  margin: auto;
  margin-bottom: 30px;
}

.sponsor_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin: auto;
  text-align: center;
}
.sponsor_list li {
  width: 24%;
  margin-right: 1.3333333333%;
  margin-bottom: 25px;
}
.sponsor_list li img {
  border: solid 1px #cccccc;
}
.sponsor_list li:nth-of-type(4n) {
  margin-right: 0;
}

.lone {
  justify-content: center;
  /*1本掲載用*/
}

.comingsoon {
  /*	background-color: #eeeeee;*/
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 15px;
}

@media screen and (max-width: 1080px) {
  #Mainvisual {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .kyousan-headline {
    font-size: 1.8rem;
    margin-top: 50px;
  }
  .lone_spOnly {
    justify-content: center;
    /*1本掲載用*/
  }
  .sponsor_list {
    flex-wrap: wrap;
    margin: auto;
    width: 92%;
  }
  .sponsor_list::after {
    content: "";
    width: 48%;
  }
  .sponsor_list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
  .sponsor_list li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #Mainvisual {
    position: relative;
    overflow: hidden;
    text-align: center;
    --tile-h: 1440px;
    background-image: url("../images/bg_mv_sp.webp");
    background-repeat: repeat-y;
    background-position: cover;
    background-size: 100% auto;
    animation: mv-scroll 15s linear infinite;
    padding-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  #Mainvisual {
    background-position: left 17% top;
  }
}
/*
  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 {
  margin: 0 auto;
}

/*--------------------------------------------
  [02] 学童野球の課題
---------------------------------------------*/
section#Kadai {
  background: url("../images/bg_kadai.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section#Kadai > .w_limit_sp {
  z-index: 1;
  position: relative;
  padding-bottom: 0;
  color: #ffffff;
}
section#Kadai::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
section#Kadai h2 {
  color: #ffffff;
}

.kadai_container {
  margin-top: 50px;
}
.kadai_container li p {
  padding: 10px 15px;
  text-align: center;
}

/*--------------------------------------------
  [03] 参加者特典
---------------------------------------------*/
section#Tokuten {
  padding: 0;
}
.tokuten_container {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  section#Tokuten {
    padding-top: 50px;
  }
  .tokuten_container {
    padding: 0 15px;
  }
}
/*--------------------------------------------
  [04] イベント概要
---------------------------------------------*/
section#Date > .w_limit_sp {
  padding: 0;
}
section#Date .caution_box {
  text-align: left;
}

table.default-table {
  background: #f7f7f7;
  margin: 0 auto;
  font-size: 2.1rem;
  line-height: 1.5;
  width: 100%;
  /*  max-width: 900px;*/
}
table.default-table tr {
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
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 #ffffff !important;
  background-color: #3890ce;
}
table.default-table td {
  width: 80%;
  padding: 20px 30px;
  vertical-align: middle;
  border-top: solid 1px #ffffff;
}
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: #f9ed44;
  padding: 20px 30px;
  text-align: center;
  border-bottom: solid 1px #ffffff;
  /*    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: -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));
}

.sonota_caution {
  margin-top: 25px;
}
.sonota_caution a.Btn.btn_mini {
  margin: 0;
}

@media screen and (max-width: 767px) {
  section#Date {
    padding: 50px 0;
  }
  section#Date > .w_limit_sp {
    padding: 0;
  }
  #Date table,
  table.default-table {
    border: none;
    font-size: 1.8rem;
  }
  #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;
  }
}
/*--------------------------------------------
  [05] 未来へのビジョン
---------------------------------------------*/
section#Vision {
  padding-top: 100px;
}
section#Vision > .w_limit_sp {
  background: #ffffff;
  border: solid 5px #e8e08b;
  padding-top: 50px;
  padding-bottom: 0;
}

.vision_container {
  padding: 15px;
  padding-bottom: 0;
}

.flex_cal2.vision_flex {
  margin: auto;
  justify-content: space-between;
}
.flex_cal2.vision_flex > div {
  width: 65%;
}
.flex_cal2.vision_flex > div .sign {
  margin-top: 50px;
}
.flex_cal2.vision_flex > figure {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .vision_container {
    padding: 15px;
    padding-bottom: 0;
  }
  .flex_cal2.vision_flex {
    margin: auto;
    justify-content: space-between;
  }
  .flex_cal2.vision_flex > div {
    width: 100%;
  }
  .flex_cal2.vision_flex > div .sign {
    margin-top: 25px;
    margin-bottom: 40px;
  }
  .flex_cal2.vision_flex > figure {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
/*--------------------------------------------
  [06] 参加お申し込み
---------------------------------------------*/
#CTA {
  background: url("../images/bg_mv.jpg");
  position: relative;
}
#CTA::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#CTA > .w_limit_sp {
  z-index: 1;
  position: relative;
  padding-bottom: 0;
  color: #ffffff;
}
#CTA h2 {
  color: #ffffff;
}

/*--------------------------------------------
  [07] 注意事項
---------------------------------------------*/
#Caution .section_container_kadoshiro {
  background-color: rgba(255, 255, 255, 0.9);
}
#Caution h3 {
  border-bottom: solid 1px #1a1a1e;
  margin-top: 45px;
  margin-bottom: 15px;
}

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

ul.caution_box > li {
  padding-left: 2rem;
  text-indent: -2rem;
  position: relative;
  line-height: 1.5;
  font-size: 1.5rem;
}
ul.caution_box > li::before {
  content: "●";
  font-size: 0.6rem;
  margin-right: 10px;
}

.akaobi {
  background-color: #e50020;
  color: #ffffff;
  padding: 15px;
}
.akaobi a {
  color: #f9ed44;
}

@media screen and (max-width: 767px) {
  section#Caution .section_container_kadoshiro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section#Caution > .w_limit_sp {
    padding: 0;
  }
}
/*--------------------------------------------
  [08] フッター
---------------------------------------------*/
footer {
  color: #1a1a1e;
  padding: 100px 0;
  background: #1a1a1e;
  background: url("../images/bg_footer.jpg");
  position: relative;
  z-index: 0;
}
footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
}
footer > .w_limit_sp {
  position: relative;
  z-index: 5;
}

.houdou {
  margin-bottom: 50px;
}

/* スポンサー
---------------------------------------------*/
#Credit {
  margin-bottom: 50px;
}
#Credit .w_limit_1280 {
  position: relative;
}
#Credit dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 25px;
  position: relative;
  color: #ffffff;
  border-top: solid 1px #ffffff;
}
#Credit dl:last-of-type {
  border-bottom: solid 1px #ffffff;
}
#Credit dl dt {
  width: 25%;
  text-align: center;
}
#Credit dl dd {
  width: 75%;
  align-self: center;
}
#Credit dl dd.kyosan-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;*/
  padding: 45px;
  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-box {
  flex-direction: column;
  padding: 25px;
}

.contact-title {
  display: block;
  width: 100%;
  font-weight: 600;
  text-align: center;
  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;
}

small {
  display: block;
  text-align: center;
}

.PageTop {
  z-index: 55;
  display: block;
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 80px;
  height: 80px;
  background: url("../images/bg_pagetop.png");
  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: #1a1a1e;
  transform: rotate(315deg);
  position: absolute;
  margin: auto;
  top: 10px;
  bottom: 0px;
  left: 35px;
  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: 2.24rem;
  }
  .fz-32 {
    font-size: 2.56rem;
  }
  .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;
  }
  .fz-15_sp {
    font-size: 1.5rem;
  }
}
.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.fc-normal {
  color: #1a1a1e;
}

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

.mgt-100 {
  margin-top: 100px;
}

.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-60 {
  margin-bottom: 60px;
}

.mgb-70 {
  margin-bottom: 70px;
}

.mgb-80 {
  margin-bottom: 80px;
}

.mgb-100 {
  margin-bottom: 100px;
}

.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: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 5px, rgb(245, 245, 245) 5px, rgb(245, 245, 245) 10px);
}

.bg-shasen-bold {
  background-size: auto auto;
  background-color: rgb(191, 98, 88);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgb(184, 80, 69) 15px, rgb(184, 80, 69) 30px);
}

.bg-hougan {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 14px, rgb(231, 231, 231) 16px), linear-gradient(90deg, rgba(255, 255, 255, 0.8) 14px, rgb(231, 231, 231) 16px);
  background-size: 16px 16px;
}

.bg-dot-naname {
  background-color: #ffffff;
  background-image: radial-gradient(rgb(255, 212, 212) 12%, rgba(255, 255, 255, 0) 32%), radial-gradient(rgb(255, 212, 212) 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(rgb(161, 230, 164) 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 12px 12px;
}

.bg-gradation {
  background: rgb(108, 168, 97);
  background: linear-gradient(45deg, rgb(108, 168, 97) 0%, rgb(55, 158, 142) 100%);
}

.bg-stripe {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 15px, rgb(235, 202, 14) 15px, rgb(235, 202, 14) 30px);
}

/*
  ボタン
---------------------------------------------*/
/*#2fa14d*/
/*#2fa14d*/
a.Btn {
  font-size: 21px;
  font-weight: 600;
  text-decoration-line: none;
  max-width: 400px;
  height: 80px;
  line-height: 72px;
  transform: skewX(-12deg);
  background: #f9ed44;
  color: #1a1a1e;
  vertical-align: middle;
  position: relative;
  display: block;
  border: solid 4px #f9ed44;
  margin: auto;
  text-align: center;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
}
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;
  transform: rotate(45deg);
  transition: 0.6s;
}
a.Btn:hover {
  background: #ffffff;
  color: #1a1a1e;
  border: solid 4px #f9ed44;
  opacity: 1;
}
a.Btn:hover::after {
  border-color: #f9ed44;
  transition: 0.6s;
}

a.Btn.btn_mini {
  font-weight: 600;
  text-decoration-line: none;
  height: 60px;
  line-height: 56px;
  max-width: 360px;
  font-size: 16px;
  background: #f9ed44;
  color: #1a1a1e;
  display: block;
  border: solid 2px #1a1a1e;
}
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: #1a1a1e;
  transform: rotate(45deg);
  transition: 0.6s;
}

a.Btn.arrow_down::after {
  transform: rotate(135deg);
}

a.Btn.arrow_up::after {
  transform: rotate(315deg);
  top: 10px;
}

a.Btn.btn_hanten {
  background-color: #ffffff;
  color: #1a1a1e;
}
a.Btn.btn_hanten:hover {
  background-color: #f9ed44;
}

.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);
  }
}/*# sourceMappingURL=style.css.map */