@charset "UTF-8";
img,
object,
embed,
video {
  max-width: 100%;
  height: auto;
}

img {
  max-width: 100%;
  /* max-height: 100%; */
  height: auto;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  height: 100%;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  color: #3a3427;
  font-size: 1rem;
  word-break: break-all;
  text-align: left;
  background-color: #fffdf6;
}

/*------------------------------------ 共通 ----------------------------------*/
/*------パソコン表示、スマホ表示------*/
.pc-display {
  display: block;
}

.sp-display {
  display: none;
}

wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* .hokkaido_back {
  background-image: url(../img/main_img2.png);
  background-size: cover;
}
.tohok_back {
  background-image: url(../img/main_img2.png);
  background-size: cover;
}
.kanto_back {
  background-image: url(../img/main_img3.png);
  background-size: cover;
}
.tokai_back {
  background-image: url(../img/main_img2.png);
  background-size: cover;
}
.hokuriku_back {
  background-image: url(../img/main_img2.png);
  background-size: cover;
}
.cyugoku_back {
  background-image: url(../img/main_img2.png);
  background-size: cover;
}
.kyusyu_back {
  background-image: url(../img/main_img2.png);
  background-size: cover;
} */
/* 各ページの色指定系 */
.hokkaido {
  background-image: linear-gradient(160deg, #1b9cfb 0%, #57b9ff 48%, #0c04a9 100%);
}

.hokkaido2 {
  background-color: #23b3ff !important;
  border: 2px solid #fff;
}

.hokkaido3 {
  background-color: #dc9339 !important;
}

.tohoku {
  background: linear-gradient(-183deg, #9EC8F6 35%, #59b5ff 90%);
}

.tohoku2 {
  background-color: #7cb9ff !important;
  border: 2px solid #fff;
}

.tohoku3 {
  background-color: #dc9339 !important;
}

.kanto {
  background-image: linear-gradient(166deg, #c1e76a 0%, #2cc141 100%);
}

.kantou1 {
  background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}

.kanto3 {
  background-color: #dc9339 !important;
}

.thokai {
  background-image: linear-gradient(170deg, #f6d365 0%, #fda085 100%);
}

.thokai2 {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.thokai3 {
  background-color: #dc9339 !important;
}

.hokuriku {
  background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%);
}

.hokuriku2 {
  background-color: #05b8bb !important;
}

.hokuriku3 {
  background-color: #dc9339 !important;
}

.kansai {
  background-image: linear-gradient(175deg, #ff8d9d 0%, #ff654c 48%, rgba(255, 31, 31, 0.5215686275) 100%);
}

.kansai2 {
  background-color: #ff6c5f !important;
}

.kansai3 {
  background-color: #ff3f2e !important;
}

.cyugoku {
  background-image: linear-gradient(360deg, #f794a4 0%, #fdd6bd 100%);
}

.cyugoku2 {
  background-color: #ffb8c7 !important;
}

.cyugoku3 {
  background-color: #dc9339 !important;
}

.kyushu {
  background-image: linear-gradient(to top, #d2c6f3 0%, #bca6ff 0%, #e1e1e1 113%);
}

.kyushu2 {
  background-color: #ceabf3 !important;
}

.kyushu3 {
  background-color: #dc9339 !important;
}

.hokkaido1 {
  color: #23b3ff;
  font-weight: 600;
}

.tohoku1 {
  color: #7cb9ff;
  font-weight: 600;
}

.kanto1 {
  color: rgba(108, 205, 97, 0.9803921569);
  font-weight: 600;
}

.thokai1 {
  color: #ffa055;
  font-weight: 600;
}

.kansai1 {
  color: #ff5f50;
  font-weight: 600;
}

.hokuriku1 {
  color: #05b8bb;
  font-weight: 600;
}

.cyugoku1 {
  color: #E29AA8;
  font-weight: 600;
}

.kyushu1 {
  color: #B08AD8;
  font-weight: 600;
}

.hokkai1 {
  background: linear-gradient(-183deg, #7fd2f7 45%, #0591ff 90%);
  background-image: url(../img/purple.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.toho1 {
  background: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
  background-image: url(../img/blue.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.kant1 {
  background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
  background-image: url(../img/green.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.tokai1 {
  background: linear-gradient(-183deg, #f6d79e 35%, #eb964c 90%);
  background-image: url(../img/orange.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.hokurik1 {
  background: linear-gradient(-183deg, #89f7ed 35%, #0fb3a3 90%);
  background-image: url(../img/greenblue.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.kansai3 {
  background: linear-gradient(-183deg, #f7a389 35%, #ff7566 90%);
  background-image: url(../img/red.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.cyugoku3 {
  background-image: linear-gradient(-20deg, #f794a4 0%, #fdd6bd 100%);
  background-image: url(../img/pink.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.kyusyu3 {
  background-image: linear-gradient(to top, #d2c6f3 0%, #bca6ff 0%, #e1e1e1 113%);
  background-image: url(../img/purpleblue.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.btnhokk:hover {
  background-color: #23b3ff;
}

.btntoh:hover {
  background-color: #b6dbfc;
}

.btnknt:hover {
  background-color: rgba(108, 205, 97, 0.4117647059);
}

.btntoka:hover {
  background-color: #ffb165;
}

.btnkansai:hover {
  background-color: #fbd5d0;
}

.btnhoku:hover {
  background-color: #73D7DB;
}

.btncyugo:hover {
  background-color: #ECD6E2;
}

.btnkyu:hover {
  background-color: #c5aae1;
}

/* カーソルアイコン */
.btn img {
  width: 40px;
  margin: 15px auto 0;
}

/* navアイコン色,滞在色 */
/* 各ページの色指定系 */
.main-visual {
  color: #312c2c;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.main-title {
  background-blend-mode: color-burn;
  border-radius: 5px;
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
  padding: 10px;
}

.container {
  position: relative;
  width: 540px;
  max-width: 100%;
  height: 360px;
}

.center {
  text-align: center;
}

.image {
  position: absolute;
  opacity: 0;
  margin-left: 20px;
}

.icons {
  display: grid;
  align-content: space-evenly;
  justify-items: center;
  height: 360px;
  padding: 0 10px;
}

/* .image:nth-of-type(1) {
	animation-delay: 0s;
}
.image:nth-of-type(2) {
	animation-delay: 10s;
}
.image:nth-of-type(3) {
	animation-delay: 20s;
}

@keyframes change-img-anim {
  0%{ opacity: 0;}
	10%{ opacity: 1;}
	90%{ opacity: 1;}
	100%{ opacity: 0;}
} */
h1 {
  font-size: 30px;
}

h2 {
  font-size: 35px;
  text-align: center;
  margin: 40px auto 20px auto;
}

h3 {
  font-size: 2.5rem;
  /*color: #2838d0;*/
  margin-bottom: 15px;
  padding-left: 10px;
}

h3:after {
  /* background-color: #92c4fc; */
  /* 線色 */
  border-radius: 2px;
  /* 線幅の半分 */
  content: "";
  display: block;
  height: 4px;
  /* 線幅 */
}

h4 {
  font-size: 21px;
  /* color: #008cd6; */
  font-weight: bold;
  /* white-space: nowrap; */
}

#ques {
  color: #2B308F;
}

h5 {
  font-weight: bold;
  margin-top: 20px;
}

.big {
  font-size: 4rem;
}

.bigger {
  font-size: 2.5rem;
}

/* ul li {
  list-style-type: none;
} */
.li_ari li {
  list-style-type: disc;
  margin: 0 0 3px 20px;
}

.ol_ari ol {
  display: list-item;
  list-style-type: decimal;
  margin: 0 0 3px 20px;
}

ol li {
  margin: 0 0 3px 20px;
}

p,
li {
  font-size: 16px;
  line-height: 26px;
  color: #4B4B4b;
}

.font135 {
  font-size: 13.5px;
}

.font28 {
  font-size: 22px;
}

.font18 {
  font-size: 14px;
}

/*------aリンクの文字------*/
a {
  transition: all 0.1s;
}

.a_01:link {
  text-decoration: none;
  color: #2838d0;
}

.a_01:visited {
  text-decoration: none;
  color: #2838d0;
}

.a_01:hover {
  text-decoration: none;
  color: #92c4fc;
}

.a_01:active {
  text-decoration: none;
  color: #92c4fc;
}

.a_01:focus {
  text-decoration: none;
  color: #92c4fc;
}

.a_none {
  text-decoration: none;
}

header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 10px 0 5px 0;
  /* background-color: #61a8f7; */
  position: relative;
}
header img {
  transition: all 0.7s;
}

#header {
  width: 100%;
}

.logo a {
  text-decoration: none;
}

.main_box {
  padding: 10px 0 10px 5px;
}

/* header img:hover{opacity: 0.6;} */
header h1 {
  display: inline-block;
  padding-left: 15px;
  color: #fff;
  text-shadow: 1px 2px 3px #222978;
  font-size: 2.5rem;
  margin-right: 30px;
}

nav {
  display: flex;
  justify-content: center;
  z-index: 90000;
  border-radius: 0 0 10px 10px;
}

nav .pc-display ul {
  max-width: 960px;
  width: 90vw;
  display: flex;
  justify-content: center;
  padding: 5px 0;
}
nav .pc-display ul li p {
  font-size: 1.8rem;
  font-weight: 400;
}

nav .pc-display ul a {
  text-decoration: none;
  width: 20%;
}

.logo {
  width: 100%;
  height: auto;
}

.btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
  box-shadow: 8px 5px 15px -11px rgba(2, 3, 3, 0.8);
  height: 80px;
  margin: 0 2px;
  padding: 10px 0;
  cursor: pointer;
  transition: background 0.4s;
  border-radius: 10px;
  background-color: #E1E1E1;
}

.reg {
  width: 70%;
  margin: 0 auto;
  /* background: #ccc; */
  text-decoration: none;
  font-weight: 600;
  color: #4e4e4e;
  transition: all 0.3s;
  font-size: 15px;
}
.reg a {
  display: inline-block;
}

.reg:hover {
  filter: brightness(110%);
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.eventpay {
  text-align: center;
  margin: 20px 0;
  overflow: hidden;
}

.eventpay:hover {
  transform: scale(1.1);
  transition: 0.3s;
  opacity: 0.9;
  filter: brightness(120%);
}

/* カーソルアイコン */
/* .right {
  position: relative;
  /* padding-left: 25px; *
}*/
/*.right::before {
  /* くの字の表示設定 *
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 295px;
  width: 13px;
  /* くの字を山なりに見た時、左側の長さ *
  height: 13px;
  /* くの字を山なりに見た時、右側の長さ *
  border-top: 3px solid #3d3c3c;
  /* くの字を山なりに見た時、左側の太さと色 *
  border-right: 3px solid #3d3c3c;
  /* くの字を山なりに見た時、右側の太さと色 *
  transform: rotate(45deg);
  /* くの字の向き *
  transition: all 0.3s;
}*/
/*.right:hover::before {
  border-top: 3px solid #fff;
  くの字を山なりに見た時、左側の太さと色 
  border-right: 3px solid #fff;
  くの字を山なりに見た時、右側の太さと色 
} */
/*------トップへ戻る-------*/
/* .to_top_a{color: hsla(0,0%,100%,1.00);}

.to_top {width: 50px;height: 50px;
	background-color: hsla(0,0%,63%,1.00);border-radius: 50px;
  position: fixed;
  bottom: 80px;right: 20px;
  -webkit-transition: 0.07s;
  transition: 0.07s;
  opacity: 0.8;
  z-index: 95000;}

.to_top i{margin: 9px 0 0 12px;font-size: 30px;}
.to_top:hover {
  opacity:1;}

.all_width {position: relative;
	    max-width: 960px;
    width: 90vw;} */
/*--------------共通のクラス名-------------*/
.taikaicho p {
  text-align: right;
  font-size: 18px;
}

.white_back {
  background-color: rgba(255, 255, 255, 0.97);
  padding: 64px 30px;
  margin-bottom: 30px;
}

.red_char {
  color: #C90707;
}

.red_char2 {
  color: #C90707;
  font-weight: bold;
  font-size: 25px;
  padding: 0 2px;
}

.lblue_char {
  color: #92c4fc;
  font-weight: bold;
}

.parts {
  margin-bottom: 70px;
}

.parts_box {
  margin: 30px 0 0 40px;
}

.be_flex {
  display: flex;
  justify-content: center;
}

.mar_40 {
  margin: 0 0 0px 40px;
}

.mar_70 {
  margin: 0 0 10px 70px;
}

/*ボタンスタイル１*/
.button_1 {
  border: 1px solid #fff;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  height: 90px;
  margin: 30px auto 0 auto;
  padding: 20px 0;
  text-align: center;
  border-radius: 6px;
  box-shadow: 3px 3px 18px -6px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  line-height: 90px;
}

.button_1:hover {
  filter: brightness(130%);
  color: #111010;
}

.button_1 a {
  display: inline-block;
  width: 100%;
  height: auto;
  color: #312b2b;
  text-decoration: none;
  line-height: 32px;
  filter: brightness(150%);
}

.form {
  margin-bottom: 20px;
  margin-top: 50px;
}
.form h3 {
  text-align: center;
}

.mini {
  font-size: 1.4rem;
}

/* .co2:before {
  content: "2";
} */
/* .button_1 a:link {
  text-decoration: none;
  color: #565656;
}

.button_1 a:visited {
  text-decoration: none;
  color: #605e5e;
} */
.button_1 a:hover {
  text-decoration: none;
  color: #2f2929;
}

.button_1 a:active {
  text-decoration: none;
}

.button_1 a:focus {
  text-decoration: none;
}

/*ボタンスタイル2*/
.button_2 {
  background-color: #b63232;
  opacity: 0.8;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  width: 80%;
  max-width: 520px;
  margin: 30px auto 0 auto;
  padding: 25px 0;
  text-align: center;
  border-radius: 6px;
  box-shadow: 3px 3px 16px -6px rgba(0, 0, 0, 0.8);
  transition: all 0.3s;
}

.button_2:hover {
  opacity: 1;
}

.button_2 a:link {
  text-decoration: none;
  color: #FFFFFF;
}

.button_2 a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

.button_2 a:hover {
  text-decoration: none;
  color: #f2fba4;
}

.button_2 a:active {
  text-decoration: none;
  color: #fff;
}

.button_2 a:focus {
  text-decoration: none;
  color: #f2fba4;
}

/*ボタンスタイル3*/
.button_3 {
  background-color: #FFFFFF;
  border: #b63232 2px solid;
  color: #b63232 !important;
  font-weight: bold;
  font-size: 20px;
  width: 80%;
  max-width: 520px;
  margin: 30px auto 0 auto;
  padding: 15px 0;
  text-align: center;
  border-radius: 6px;
  transition: all 0.3s;
}
.button_3 span {
  font-size: 17px;
}

.button_3 a:link {
  text-decoration: none;
  color: #b63232;
}

.button_3 a:visited {
  text-decoration: none;
  color: #b63232;
}

.button_3 a:hover {
  text-decoration: none;
  color: #b63232;
}

.button_3 a:active {
  text-decoration: none;
  color: #b63232;
}

.button_3 a:focus {
  text-decoration: none;
  color: #b63232;
}

/*ボタンスタイル4*/
.button_4 {
  background-color: #e9e9e9;
  border: #222978 1px solid;
  color: #222978 !important;
  /*font-size: 20px;*/
  width: 80%;
  max-width: 300px;
  margin: 10px;
  padding: 10px 0;
  text-align: center;
  border-radius: 6px;
  transition: all 0.3s;
  margin: 0 auto;
  margin-top: 20px;
}
.button_4 a {
  display: inline-block;
  width: 100%;
  height: auto;
  color: #565656;
  text-decoration: none;
  line-height: 32px;
  font-size: 15px;
}
.button_4 a:hover {
  text-decoration: none;
  color: #b45252;
}

.button_4:hover {
  filter: brightness(110%);
  color: #fff;
}

/*------ハンバーガーメニュー------*/
.menu-btn {
  position: fixed;
  top: 3px;
  right: 3px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  /* background-color: #2838d0; */
  opacity: 0.9;
  border-radius: 2px;
  border: 2px solid #fff;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  transition: all 0.4s;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;
  /*メニューを画面内へ*/
}

.menu-content {
  width: 100%;
  height: 880px;
  position: fixed;
  top: 0;
  left: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  /* background-color: #c1e0ff; */
  opacity: 0.98;
  transition: all 0.8s;
  /*アニメーション設定*/
}
.menu-content ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0px 0 30px;
}
.menu-content ul li {
  list-style: none;
  margin-bottom: 15px;
}
.menu-content ul li p {
  font-size: 20px !important;
  color: #2838d0;
  font-weight: bold;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.menu-content ul .nav_here_sp p {
  color: #fff !important;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #2838d0;
  border-right: solid 2px #2838d0;
  transform: rotate(45deg);
  position: absolute;
  right: -1px;
  top: 34px;
}

.mini_box {
  padding: 10px 10px 20px 10px;
  /*border: 1px solid red;*/
}

/*--------ハンバーガーend-------*/
/* footer {
  width: 100%;
  padding: 20px 0 20px 0;
  background-color: #92c4fc;
  /*---------フッター----------*/
/* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} */
footer .all_width {
  max-width: 1000px;
  width: 90vw;
}

/* .foot_bk{background-image:url("../img/main_img2.png");background-repeat: no-repeat;background-size: cover;} */
.f_menu {
  margin: 10px 0;
  display: flex;
  justify-content: center;
}
.f_menu a {
  font-size: 16px;
  font-weight: bold;
}
.f_menu a:link {
  text-decoration: none;
  color: #375ADD;
}
.f_menu a:visited {
  text-decoration: none;
  color: #fff;
}
.f_menu a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.f_menu a:active {
  text-decoration: none;
  color: #1E2EC4;
}
.f_menu a:focus {
  text-decoration: none;
  color: #2838d0;
}

.f_add {
  text-align: center;
}

.f_title {
  color: hsl(0deg, 0%, 38%);
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.4);
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  margin: 8px 0;
  display: inline-block;
}

.f_title:hover {
  filter: brightness(80%);
}

.jsdc_bunner {
  /*display: flex;align-items: flex-end;*/
  margin: 0px 0 3px 0;
}
.jsdc_bunner a:hover {
  filter: brightness(95%);
}

.copy p {
  margin: 8px 0 -8px 0px;
  font-size: 12px !important;
  color: #FFF;
  display: inline-block;
}

.copy span {
  font-size: 17px !important;
  color: #FFF;
}

.copy2 p {
  display: inline-block;
  font-size: 14px !important;
  /* line-height: 21px; */
  margin-top: 10px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

/*.jsdc_bunner img {
  width: 150px;
}*/
.par_end_info {
  color: red;
  font-weight: bold;
}

/*------------------------------------トップページ----------------------------------*/
/*大会を視聴する*/
#start_link p {
  font-size: 30px !important;
}

#overview {
  width: 90%;
}

#overviewfirst {
  width: 60%;
}

.containers {
  background-color: white;
  /* opacity: 0.85; */
  border-radius: 10px 10px 0 0;
  /* margin: 0px 0 80px 0; */
  padding: 10px 40px 40px;
  margin-top: 20px;
  display: grid;
  place-content: center;
}
.containers h1 {
  text-align: center;
  font-size: 3.6rem !important;
  /* color: #61A8F7; */
}
.containers li {
  line-height: 30px;
}

.top_login {
  /* max-width: 1000px; */
  width: 67vw;
  margin: 20px 0 20px 0;
  padding: 30px 10px 30px 10px;
  background-color: #DAF3FF;
  border-radius: 4px;
}

.tl_titele {
  margin-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.tl_title_1 {
  position: absolute;
  top: -25px;
  left: 24%;
}
.tl_title_1 p {
  /*background-color: rgba(255,255,255,0.8);*/
  border-radius: 0px;
  color: #b63232;
  font-size: 18px;
  font-weight: bold;
  padding: 2px 15px;
  z-index: 99;
}

.tl_title_2 p {
  font-size: 30px;
  font-weight: bold;
}

.tl_boxes {
  display: flex;
  justify-content: center;
}

.tl_box_y,
.tl_box_n {
  width: 70%;
  margin: 0 5px;
  padding: 40px 0 40px 0;
  background-color: #FFF;
  /*border: #61b5ef solid 4px;*/
  border-radius: 0px;
}

.top_login2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  width: 90vw;
  margin: 0px 0 50px 0;
}
.top_login2 a {
  width: 500px;
  max-width: 95%;
  text-decoration: none;
}
.top_login2 p {
  font-size: 15px;
}
.top_login2 i {
  font-size: 20px;
}

.login2_box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 20px 20px;
  margin: 7px 0;
  border: 3px solid #B3B3B3;
  border-radius: 4px;
}

.login2_box:hover {
  background-color: #F0F1F1;
}

.top_login2 i,
.top_login2 p {
  font-weight: bold;
  color: #203388;
}

#howto p,
#howto i {
  color: #DC5E5E;
}

iframe {
  width: 600px;
  height: 350px;
}

.px18 {
  font-size: 18px !important;
  font-weight: bold;
  text-align: center;
}

.marker_pink {
  background: linear-gradient(transparent 30%, #f7c8f2 30%);
}

.marker_blue {
  background: linear-gradient(transparent 30%, #c1e0ff 30%);
}

.marker_eme {
  background: linear-gradient(transparent 30%, #94e0da 30%);
}

.marker_yellow {
  background: linear-gradient(transparent 30%, #f2fba4 30%);
}

.tl_box_y p,
.tl_box_n p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.tl_box_y a,
.tl_box_n a {
  text-decoration: none;
}

.tl_boxes .button_1 p {
  color: #fff !important;
  font-weight: bold;
  text-align: center;
}

.whatsnew_container {
  background-color: white;
  /* opacity: 0.85; */
  border-radius: 0 0 10px 10px;
  /* margin: 0px 0 80px 0; */
  padding: 10px 40px 40px;
}
.whatsnew_container img {
  width: 300px;
}

.whatsnew_title {
  width: 100%;
  margin-bottom: 15px;
  /* background-color: #92c4fc; */
  border-radius: 20px;
}
.whatsnew_title img {
  margin: 2.5px 0 2.5px 10px;
}

.whatsnew_list ul {
  width: 100%;
  height: auto;
  overflow-y: scroll;
  padding-left: 5px;
}

#aisatsu_box,
#aisatsu_box2 {
  display: flex;
  margin: 30px 0 -70px 0;
}
#aisatsu_box p,
#aisatsu_box2 p {
  font-size: 16.2px;
  line-height: 27px;
}

.aisatsu_p {
  width: 75%;
}
.aisatsu_p p {
  margin-bottom: 19px;
}

.aisatsu_img {
  width: 25%;
  margin-bottom: 15px;
}
.aisatsu_img img {
  max-width: 160px;
  width: 80%;
  margin: 30px 20px 0 0;
}

.ai_0 {
  display: flex;
  justify-content: center;
}

.ai_01 {
  padding-left: 10%;
}
.ai_01 p {
  font-size: 12px;
}

.ai_2 p {
  font-size: 15px;
}

.strong {
  font-weight: bold;
  font-size: 19px;
}

/*---------------------------------開催概要-------------------------------------*/
/* ---------------------------------テーブル共通設定--------------------------------- */
.table_01,
.table_02,
.table_03,
.table_04,
.table_05 {
  display: table;
  width: 100%;
  max-width: 1200px;
  border-collapse: collapse;
  line-height: 28px;
  margin: 5px 0 15px 15px;
  color: #565656;
}
.table_01 th,
.table_02 th,
.table_03 th,
.table_04 th,
.table_05 th {
  display: table-cell;
  text-align: center;
  width: 27%;
  padding: 10px;
  border: 1px solid #ddd;
  background: #eee;
  color: #565656;
  /* vertical-align:top; */
  /* font-padding-left: 20px;} */
}
.table_01 td,
.table_02 td,
.table_03 td,
.table_04 td,
.table_05 td {
  display: table-cell;
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
  color: #565656;
}
.table_01 td p,
.table_02 td p,
.table_03 td p,
.table_04 td p,
.table_05 td p {
  /*text-align: end;*/
  color: #565656;
}

/*tableスタイル*/
.table_01,
.table_02,
.table_03,
.table_04,
.table_05 {
  border-collapse: collapse;
  text-align: center;
}

.table_01 th,
.table_02 th,
.table_03 th,
.table_04 th,
.table_05 th {
  padding: 9px;
  border: 1px solid #ddd;
  background: #eee;
  font-size: 1.5rem;
  /* display: block; */
  /* text-align: left; */
}

.table_01 td,
.table_02 td,
.table_03 td,
.table_04 td,
.table_05 td {
  padding: 10px 9px;
  border: 1px solid #ddd;
  /* display: block; */
  font-size: 1.7rem;
  /* text-align: left; */
}

.table01 {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.table01 th {
  display: table-cell;
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  display: table-cell;
  width: 20%;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}
.table01 td {
  display: table-cell;
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
  width: 75%;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}

/*---table_1---*/
.table_1 {
  width: 90%;
}
.table_1 p {
  margin: 8px 0;
}
.table_1 th p {
  color: #92c4fc;
  font-weight: bold;
  margin-left: 0px !important;
}
.table_1 td {
  padding: 0px 0 0 20px;
}
.table_1 tr {
  border-bottom: 2px dotted #61b5ef;
}
.table_1 tr h5 {
  text-align: center;
  color: #242424;
}

/*---table_2---*/
.table_2 {
  width: 100%;
  margin-bottom: 50px;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
.table_2 p {
  margin: 8px 0;
}
.table_2 th p {
  color: #61b5ef;
  font-weight: bold;
  margin-left: 0px !important;
}
.table_2 td {
  padding: 8px 0 8px 10px;
}
.table_2 tr {
  border-bottom: 2px dotted #61b5ef;
}
.table_2 tr:first-child {
  border-top: 2px dotted #61b5ef;
}

#pro_page h5 {
  font-size: 20px;
  color: #61b5ef;
  font-weight: bold;
  /*水色*/
  margin-bottom: 10px;
  line-height: 30px;
  padding-left: 10px;
}
#pro_page h5 span {
  font-size: 20px;
  padding-left: 30px;
}

.pro_h4 {
  font-size: 18px;
  color: #2838d0;
  font-weight: normal;
}

.programer {
  display: inline-block;
}
.programer li {
  text-align: left;
}

/*青色*/
.table_2 h6 {
  font-size: 16px;
  margin-left: 40px;
}
.table_2 h6 span {
  font-size: 13.5px;
}

.table_2 .table_gray {
  width: 120px;
  min-width: 120px;
}
.table_2 .table_gray p {
  font-size: 14px;
}

.table_gray {
  padding: 0 !important;
  background-color: #EDEDED !important;
  text-align: center;
}
.table_gray p {
  text-align: center;
}

.table_white {
  background-color: #FFF;
}

.par_t_1 {
  width: 20%;
}

.par_t_2 {
  width: 55%;
}

.par_t_3 {
  width: 25%;
}

.syozoku {
  font-size: 13.5px;
}

/* access */
.map {
  text-align: center;
}

/* access */
/*---------------------------------参加申込-------------------------------------*/
.bor_red {
  border: 2px solid #C90707;
  padding: 15px 20px;
  margin: 10px 0;
}
.bor_red p {
  margin-bottom: 5px;
}

.idpass {
  font-weight: bold;
  margin-left: 50px;
}

address {
  display: inline-block;
}

/*  */
@media (max-width: 1100px) {
  #aisatsu_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0 -80px 0;
  }
  #aisatsu_box p {
    font-size: 14px;
    line-height: 25px;
  }
  .aisatsu_p {
    width: 95%;
  }
  .aisatsu_p p {
    margin-bottom: 19px;
  }
  .aisatsu_p .aisatsu_img {
    width: 100%;
  }
  .aisatsu_img div {
    display: flex;
    justify-content: center;
  }
  .aisatsu_img img {
    max-width: 140px;
    width: 95%;
    margin: 0px;
  }
  /* .aisatsu_img p {} */
  .ai_1 p {
    font-size: 12px;
  }
  .ai_2 p {
    font-size: 15px;
  }
}
/*--------------------------------------media query タブレット---------------------------------------- */
@media (max-width: 1000px) {
  /*---------------------------------参加申込-------------------------------------*/
  .haishin_bo_2 {
    line-height: 50px;
  }
}
/*--------------------------------------media query タブレット---------------------------------------- */
@media (max-width: 1370px) {
  /*------パソコン表示、スマホ表示------*/
  .pc-display {
    display: none;
  }
  .sp-display {
    display: block;
  }
  .none_sp {
    display: none;
  }
  .all_width {
    width: 85vw;
    min-width: 99%;
  }
  .mar_40 {
    margin: 0 0 0px 8px;
  }
  .mar_70 {
    margin: 0 0 8px 25px;
  }
  .logo {
    padding-bottom: 10px;
  }
  .logo h1 {
    font-size: 27px;
    padding-top: 10px;
  }
  h2 {
    font-size: 22pt;
    margin: 30px auto 20px auto;
  }
  h3 {
    font-size: 15pt;
    font-weight: bold;
    margin: 5px 0 20px 0;
    padding: 0;
  }
  h4 {
    font-size: 12pt;
    margin-bottom: 0px;
  }
  h5 {
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
  }
  ol li {
    margin-left: 15px;
  }
  p,
li {
    font-size: 12.5px;
    line-height: 18px;
  }
  .font28 {
    font-size: 16px;
  }
  .font18 {
    font-size: 13px;
  }
  nav {
    margin-top: 0;
  }
  /*------トップへ戻る-------*/
  .to_top {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    bottom: 30px;
    right: 10px;
  }
  .to_top i {
    margin: 7px 0 0 12px;
    font-size: 25px;
  }
  /*ボタンスタイル１*/
  .button_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 92%;
    height: 90px;
    margin: 30px auto 0 auto;
    padding: 10px 0;
  }
  .button_1:hover {
    opacity: 1;
  }
  /*ボタンスタイル2*/
  .button_2 {
    opacity: 0.8;
    font-size: 16px;
    width: 80%;
    margin: 20px auto 0 auto;
    padding: 10px 0;
  }
  .button_2:hover {
    opacity: 1;
  }
  /*ボタンスタイル3*/
  .button_3 {
    font-size: 16px;
    width: 80%;
    margin: 20px auto 0 auto;
    padding: 10px 0;
  }
  .button_3 span {
    font-size: 13.5px;
  }
  /* トップに戻るボタン */
  .back-top {
    position: fixed;
    bottom: 3%;
    right: 5%;
    display: none;
    width: 80px;
    height: 80px;
    background-color: #FCBC06;
    border-radius: 100%;
    background-image: url(../image/kame.png);
    background-repeat: no-repeat;
    background-position: center top;
  }
  .back-top a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 80px;
  }
  /*-----フッター-----*/
  footer {
    padding: 20px 15px 30px 15px;
  }
  .f_menu a {
    font-size: 15px;
    font-weight: bold;
  }
  .jsdc_bunner img {
    width: 200px;
    margin: 5px 0;
  }
  .copy2 p {
    font-size: 12px !important;
    color: #383838;
    line-height: 17px;
    margin-top: 15px;
  }
  .all_width {
    width: 92vw;
  }
  .f_menu {
    margin: 0;
  }
  .f_title {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    margin: 10px 0 25px 0;
  }
  /*--------------共通のクラス名-------------*/
  /*------------------------------------トップページ----------------------------------*/
  /*日本地図*/
  /*大会を視聴する*/
  /*最新情報*/
  /*---------------------------------開催概要-------------------------------------*/
  /*---table_2---*/
  /*青色*/
  /*---------------------------------参加申込-------------------------------------*/
}
@media screen and (max-width: 1370px) and (max-width: 600px) {
  .f_title {
    font-size: 18px;
  }
}
@media (max-width: 1370px) {
  .white_back {
    padding: 10px 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1370px) {
  .lblue_char {
    font-weight: bold;
  }
}
@media (max-width: 1370px) {
  .parts {
    margin-bottom: 50px;
  }
}
@media (max-width: 1370px) {
  .parts_box {
    margin: 15px 0 0 5px;
  }
}
@media (max-width: 1370px) {
  .logo {
    width: 100%;
  }
}
@media (max-width: 1370px) {
  header {
    padding: 8px 3px;
  }
  header img {
    max-width: 74%;
  }
}
@media (max-width: 1370px) {
  .map_icon {
    display: none;
  }
}
@media (max-width: 1370px) {
  .map_icon_sp {
    display: block;
    display: flex;
    justify-content: center;
    margin: 0 0 50px 0;
  }
  .map_icon_sp img {
    width: 170px;
  }
}
@media (max-width: 1370px) {
  #start_link p {
    font-size: 25px !important;
  }
}
@media (max-width: 1370px) {
  .top_login {
    width: 95%;
    margin: 50px 0 20px 0;
    padding: 20px 0 0px 0;
    border-radius: 6px;
  }
}
@media (max-width: 1370px) {
  .tl_titele {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}
@media (max-width: 1370px) {
  .tl_title_1 {
    position: absolute;
    top: -35px;
    left: 15%;
  }
  .tl_title_1 p {
    font-size: 18px;
    font-weight: bold;
    padding: 3px 25px;
  }
}
@media (max-width: 1370px) {
  .tl_title_2 p {
    font-size: 25px;
    font-weight: bold;
  }
}
@media (max-width: 1370px) {
  .tl_boxes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1370px) {
  .tl_box_y,
.tl_box_n {
    width: 90%;
    margin: 0 0 15px 0px;
    padding: 30px 0 40px 0;
    background-color: #FFF;
  }
}
@media (max-width: 1370px) {
  .px18 {
    font-size: 18px !important;
    font-weight: bold;
    text-align: center;
  }
}
@media (max-width: 1370px) {
  .tl_box_y span {
    background: linear-gradient(transparent 30%, #f7c8f2 30%);
  }
}
@media (max-width: 1370px) {
  .tl_box_n span {
    font-size: 15px;
  }
}
@media (max-width: 1370px) {
  .marker_pink {
    background: linear-gradient(transparent 30%, #f7c8f2 30%) !important;
  }
}
@media (max-width: 1370px) {
  .tl_box_y p,
.tl_box_n p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
}
@media (max-width: 1370px) {
  .tl_boxes .button_1 p {
    color: #fff !important;
    font-weight: bold;
    text-align: center;
  }
}
@media (max-width: 1370px) {
  .login2_box {
    height: 50px;
    padding: 20px 2px;
    margin: 7px 0;
  }
}
@media (max-width: 1370px) {
  .whatsnew_container {
    margin: 0px 0 50px 0;
    padding: 10px 15px 15px;
  }
}
@media (max-width: 1370px) {
  .whatsnew_container img {
    width: 200px;
  }
}
@media (max-width: 1370px) {
  .table_1 {
    width: 100%;
  }
  .table_1 p {
    margin: 3px 0px;
  }
  .table_1 th,
.table_1 td {
    display: block;
  }
}
@media (max-width: 1370px) {
  .table_1 th p {
    color: #61b5ef;
    font-weight: bold;
    margin-left: 0px !important;
  }
}
@media (max-width: 1370px) {
  .table_1 td {
    padding: 0px 0 0 5px;
  }
}
@media (max-width: 1370px) {
  .table_white {
    background-color: #FFF;
  }
}
@media (max-width: 1370px) {
  .table_2 {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 1370px) {
  .table_2 p {
    margin: 5px 0px;
  }
}
@media (max-width: 1370px) {
  .table_2 th p {
    color: #61b5ef;
    font-weight: bold;
    margin-left: 0px !important;
  }
}
@media (max-width: 1370px) {
  .table_2 td {
    padding: 8px 0 8px 0px;
  }
}
@media (max-width: 1370px) {
  .table_2 tr {
    border-bottom: 2px dotted #61b5ef;
  }
}
@media (max-width: 1370px) {
  #pro_page h5 {
    font-size: 15px;
    color: #61b5ef;
    font-weight: bold;
    /*水色*/
    margin-bottom: 5px;
    line-height: 22px;
    padding-left: 10px;
  }
}
@media (max-width: 1370px) {
  #pro_page h5 span {
    font-size: 15px;
    padding-left: 30px;
  }
}
@media (max-width: 1370px) {
  .pro_h4 {
    font-size: 15px;
    line-height: 22px;
    color: #2838d0;
    font-weight: normal;
  }
}
@media (max-width: 1370px) {
  .table_2 h6 {
    font-size: 14px;
    margin-left: 10px;
  }
}
@media (max-width: 1370px) {
  .table_2 h6 span {
    font-size: 11px;
  }
}
@media (max-width: 1370px) {
  .table_2 .table_gray {
    width: 70px;
    min-width: 70px;
  }
}
@media (max-width: 1370px) {
  .table_2 .table_gray p {
    font-size: 12px;
  }
}
@media (max-width: 1370px) {
  .font135 {
    font-size: 11px;
  }
}
@media (max-width: 1370px) {
  .bor_red {
    padding: 15px 5px;
    margin: 8px 0;
  }
}
@media (max-width: 1370px) {
  .idpass {
    margin-left: 5px;
  }
}
/*--------------------------------------media query スマホ---------------------------------------- */
@media (max-width: 350px) {
  .pc-display {
    display: none;
  }
  .sp-display {
    display: block;
  }
}
/*------------------------------------- -------------------------------------ここまでが既存cssコードです-------------------------------------------------------------------------- */
/*-------------------------------------------------------------------------- この下からは松浦コピペ-------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  /* scroll-behavior: smooth; */
}

a {
  /* color: #000;
  text-decoration: none; */
  transition: all 0.3s ease;
}

/* a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
} */
p {
  display: block;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica", "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-shadow: 2px 3px 3px #fff;
}

h2 {
  display: block;
  font-size: 1.8em;
  -webkit-margin-before: 0.83em;
  margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
  margin-block-end: 0.83em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

ul {
  /* display: block; */
  list-style-type: none;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
}

/* ul, li {
  list-style: none;
} */
header {
  position: relative;
  width: 100%;
}

header #hero_images .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
}

#top {
  -webkit-animation: fadein 1s ease-out 0s 1 forwards;
  animation: fadein 1s ease-out 0s 1 forwards;
}

#main {
  position: relative;
  background: #fff;
}

.wrapper {
  background-color: aliceblue;
  -webkit-animation: fadein 1s ease-out 0s 1 forwards;
  animation: fadein 1s ease-out 0s 1 forwards;
}

.content {
  margin: 0 auto;
  /* text-align: center; */
}

#hamburger {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  /* padding: 12.5px; */
  line-height: 1;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

/* #hamburger.active {
  background: none;
} */
#hamburger span {
  display: block;
  position: absolute;
  left: 15px;
  width: 20px;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.5s;
}

#hamburger span:nth-child(1) {
  top: 17px;
}

#hamburger span:nth-child(2) {
  top: 24px;
}

#hamburger span:nth-child(3) {
  top: 31px;
}

#hamburger.active span {
  background: #000;
}

#hamburger.active span:nth-of-type(1) {
  width: 30px;
  left: 10px;
  top: 5px;
  transform: translateY(20px) rotate(-315deg);
}

#hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

#hamburger.active span:nth-of-type(3) {
  width: 30px;
  left: 10px;
  top: 45px;
  transform: translateY(-20px) rotate(315deg);
}

.title p {
  background-color: rgba(100, 100, 100, 0.5);
}

.title .orange {
  color: #FFBB00;
}

.titles p {
  background-color: rgba(100, 100, 100, 0.5);
}

.logo ul {
  margin-left: -40px;
}

.gnav {
  /* display: none; */
  /* display: block; */
  /* position: fixed; */
  position: relative;
  top: 0;
  left: 100%;
  width: 0;
  height: 100vh;
  background: #f6f6f6;
  z-index: 200;
  background-color: azure;
  transition: all 3s;
}

.gnav.active {
  /* display: block !important; */
  width: 100%;
  /* height: 100%; */
  padding: 0 15px 50px;
  justify-content: center;
  align-items: center;
  /* transform: translateX(0);  */
  left: 0;
  z-index: 200;
  transition: all 3s;
}

.gnav ul {
  /* width: 100%; */
  margin: 0;
  padding: 0;
  font-family: "A+mfCv-AXIS Font ベーシック M ProN", "NoChattering", sans-serif;
  font-size: 3.5rem;
  text-align: center;
  line-height: 100px;
}

.gnav .current a {
  position: relative;
}

.gnav ul a {
  display: block;
  text-decoration: none;
}

.gnav .current a span {
  border-bottom: 2px solid #008cd6;
}

.gnav ul a span {
  padding-bottom: 5px;
  transition: ease 0.5s;
  font-family: "Times New Roman", Times, serif;
  font-weight: 600;
}

.not_sp,
.not_tb {
  display: none;
}

.h_box {
  background-color: aquamarine;
  display: flex;
  justify-content: center;
}

.visual {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  padding-top: 30px;
}

.visual figure img {
  border-radius: 15px;
}

.intro p {
  font-family: "Times New Roman", Times, serif;
}

figcaption {
  font-family: "Times New Roman", Times, serif;
}

table {
  margin: 0 auto;
}

.span_s {
  font-size: 11px;
  line-height: 16px;
  margin-right: 5px;
  color: hsl(0deg, 0%, 58%);
}

.red {
  color: #ff0000;
}

#news .container,
#overview .container {
  padding: 0 6.25% 40px;
}

.objfadein.show {
  top: 0;
  opacity: 1;
}

.objfadein {
  position: relative;
  top: 20px;
  opacity: 0;
  transition: all 0.5s;
}

#news .container,
#overview .container {
  padding: 40px 6.25%;
}

#news .container h2,
#overview .container h2 {
  font-size: 3.6rem;
}

#news .container ul {
  max-height: 256px;
}

#news .container ul li {
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}

#news .container ul li:first-child {
  border-top: 1px solid #ddd;
}

#news .container ul li .date {
  color: #a8a8a8;
  font-size: 1.2rem;
  font-family: "A+mfCv-AXIS Font ベーシック R ProN", "NoChattering", sans-serif;
  margin-bottom: 14px;
}

.container h2 {
  display: inline-block;
  margin: 0 0 30px 0;
  padding: 0;
  font-family: "A+mfCv-AXIS Font ベーシック L ProN", "NoChattering", sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  white-space: nowrap;
}

#news .container .scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#news .container ul li .date::after {
  content: "";
  height: 16px;
  margin: 2px 0 0 18px;
}

#news .container ul li .txt {
  width: 99%;
  position: relative;
  line-height: 1.5714285714;
}

#overview .container {
  padding: 40px 6.25%;
}

.tbl01 {
  font-size: 1.6rem;
  margin-bottom: 40px;
  /* line-height: 1.5714285714; */
}
.tbl01 th {
  font-weight: 700;
  font-size: 1.7rem;
  width: 20%;
  text-align: center;
}

.tbl01 th,
.tbl01 td {
  padding: 20px 0 15px;
  vertical-align: top;
  border-bottom: 2px solid #ccc;
  color: #625656;
}

.tbl01 td {
  width: 70%;
}

.tbl02 {
  width: 100%;
  margin: 15px 0;
}

.tbl02 th,
.tbl02 td {
  padding: 20px 20px 18px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ccc;
}

.note01 {
  font-size: 1.3rem;
  line-height: 1.5;
}
.note01 li {
  text-indent: -1.3rem;
  margin-left: 1.3rem;
  margin-bottom: 0.5rem;
  padding: 0;
}
.note01 li:last-child {
  margin-bottom: 0;
}

.note01 li:last-child .note01 li:before {
  content: "＊";
}

/* 演題登録 */
.regtouroku {
  display: flex;
}

.touroku {
  width: 100%;
}

/* .btn_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 40px;
}

.btn_area li {
  margin: 10px;
}


.btn_pdf,
.btn_arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 295px;
  height: 60px;
  color: #000;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.9;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background: #fff;
  border: solid 1px #666;
} */
/* article a::before {
  content: "";
  margin-right: 4px;
}


article a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}


.btn_arrow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.btn_pdf:hover,
.btn_arrow:hover {
  color: #fff;
  background-color: #33a3de;
  border: solid 1px #33a3de;
  fill: #33a3de;
} */
footer {
  position: relative;
  padding: 0 6.25%;
  color: #000;
  background: #fff;
  z-index: 0;
}

#pagetop {
  display: none;
  transition: 0.5s;
}

#pagetop:hover {
  filter: brightness(110%);
}

#pagetop a {
  display: block;
  position: fixed;
  top: 20px;
  right: -20px;
}

#copyright {
  margin: 20px 0;
  font-size: 10px;
  line-height: 1.4;
}

/*#btn_tickets{
 display: none;}*/
.footermenu {
  position: relative;
  padding: 0 6.25%;
  color: #000;
  /* background: #fff; */
  z-index: 0;
}

btn1 {
  width: 100%;
}

/* フェードイン */
.visual figure img {
  -webkit-animation: fadein ease-in 2s 1;
  animation: fadein ease-in 2s 1;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* フェードイン　ここまで */
/* メディアクエリ　1260px以下 */
@media screen and (max-width: 1260px) {
  /* .main-visual {
    background-image: url(../img/main_img2.png);
    background: linear-gradient(-183deg, #9EC8F6 35%, #59b5ff 90%);
  } */
  .container {
    display: none;
  }
}
/* メディアクエリ　1260px以下 */
/* メディアクエリ　1080ｐｘ */
@media screen and (min-width: 1080px) {
  .table_01 td p {
    text-align: left;
    font-size: 15px;
  }
  header {
    /* position: relative; */
    padding: 0;
    border: none;
    transition: ease 0.8s;
  }
  /* program */
  .contener {
    display: flex;
    margin: 0 auto;
    width: 100%;
    /* max-width: 1036px; */
    padding: 0px 0;
  }
  .main_box {
    /* padding: 0 15px 0 25px; */
    flex: 1;
  }
  #hamburger {
    display: none;
  }
  #hero .hero_image {
    max-width: 1080px;
    min-height: 680px;
    margin: 0 auto 40px;
  }
  #heros .hero_images {
    max-width: 1080px;
    min-height: 437px;
    margin: 0 auto;
  }
  .hero_images {
    position: relative;
  }
  .gnav {
    display: inline-block;
    position: -webkit-sticky;
    position: sticky;
    height: 60px;
    top: 0;
    background: #f5f5f5;
    border-bottom: 1px solid #f2f2f2;
    z-index: 10;
  }
  .gnav .inn {
    display: block;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .gnav ul {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    height: 60px;
    line-height: 60px;
    width: 100%;
  }
  /* .gnav ul li {
    width: 100%;
    padding: 0;
  } */
  .gnav ul .current a {
    pointer-events: none;
  }
  .gnav ul a:hover {
    background-color: #fff;
    color: #33a3de;
  }
  .gnav ul li a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    font-size: 1.5rem;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    overflow: hidden;
  }
  .gnav ul .current a span {
    border-bottom: 2px solid #008cd6;
  }
  .gnav ul li a span {
    padding-bottom: 5px;
    transition: ease 0.5s;
  }
  .not_pc {
    display: none;
  }
  .not_tb {
    display: inherit;
  }
  .title {
    position: absolute;
    top: 5px;
    left: 50px;
    color: #fff;
    font-size: 6rem;
    width: 55%;
    text-align: center;
    line-height: 30px;
  }
  .titles {
    position: absolute;
    top: 50px;
    left: 290px;
    color: #fff;
    font-size: 5rem;
    width: 45%;
    text-align: center;
    line-height: 30px;
  }
  .intro {
    text-align: center;
    padding: 50px 0;
  }
  .intro p {
    font-weight: 500;
    font-size: 1.8rem;
  }
  .corona {
    margin: 0;
  }
  .container h2 {
    margin: 20px 0 50px;
    padding: 0;
  }
  #news .container {
    padding: 0 0 80px;
  }
  #news .container {
    max-width: 960px;
    margin: auto;
    padding: 60px 0;
  }
  #news .container h2 {
    margin-bottom: 30px;
  }
  #news .container ul {
    border-right: 0;
  }
  #news .container ul li {
    display: flex;
    padding: 22px 5px 20px;
  }
  #news .container ul li .date {
    margin-bottom: 0;
  }
  #news .container ul li .txt {
    width: 100%;
  }
  #overview .container {
    max-width: 850px;
    margin: auto;
    padding: 60px 0;
  }
  #overview h2 {
    margin-bottom: 30px;
    text-align: left;
    padding-left: 10px;
    font-size: 25px;
    /* width: 90%; */
  }
  #overview .container h2 {
    margin: 0 0 60px 0;
    font-size: 3.4rem;
    line-height: 1.2;
  }
  #overview .tbl01 th {
    width: 150px;
  }
  #overview .tbl02 {
    table-layout: fixed;
  }
  #overview .pc_label th {
    background: #eee;
    text-align: center;
    vertical-align: middle;
  }
  #overview .sp_label {
    display: none;
  }
  #overview tr.map td {
    border: 0;
    padding-top: 0;
  }
  .container h2 {
    margin: 0 0 60px 0;
    font-size: 3.4rem;
    line-height: 1.2;
  }
  footer {
    padding: 0 40px 30px;
    overflow: hidden;
  }
  #sns {
    position: absolute;
    bottom: 5px;
    right: 33px;
    padding: 0;
    border: 0;
  }
  #pagetop {
    position: absolute;
    display: block;
    /* top: -40px; */
    right: 45px;
    position: fixed;
    bottom: 3%;
    right: 5%;
    display: none;
    width: 80px;
    height: 80px;
    background-color: #E8E8E8;
    border-radius: 100%;
  }
  /* .tohokutop {
    background-color: #bdd164;
  } */
  #pagetop a {
    position: relative;
    display: block;
    margin: 0;
    width: 40px;
    height: 40px;
    color: transparent;
    border-radius: 1px 0 0 0;
  }
  #pagetop a:before {
    position: absolute;
    display: block;
    top: 6px;
    left: 11px;
    content: "";
    width: 2px;
    height: 25px;
    background: #000;
    transform: rotate(45deg);
  }
  #pagetop a:after {
    position: absolute;
    display: block;
    top: 6px;
    right: 10px;
    content: "";
    width: 2px;
    height: 25px;
    background: #000;
    transform: rotate(-45deg);
  }
  #k_logo {
    margin-top: 30px;
    margin-bottom: 0;
  }
  #copyright {
    margin: 0 2px;
    font-size: 11px;
  }
}
.poster,
.poster1 {
  text-align: left;
}

.poster li {
  list-style-type: disc;
  font-size: 15px;
}

.poster1 li {
  text-align: center;
}

/* メディアクエリ　1080ｐｘ以下 */
/* @media screen and (max-width: 1079px) {

  .slider {
    width: 640px;
    height: 100%;
    /* overflow: hidden;
    margin: 0 auto; */
/* }

  .slider-item {
    display: none;
    width: 640px;
    float: left;
  }

  .slider-inner {
    width: 100%;
    animation: none;
  }

  .visual {
    text-align: center;
  }

  .attention p {
    text-align: center;
  }

  .address div {
    text-align: center;
  }


  figure img {
    text-align: center;
  }

  #heros .hero_images {
    max-width: 1080px;
    min-height: 295px;
    margin: 0 auto 40px;
  }

  .tbl01 {
    display: block;
  }

  .tbl01 tbody,
  .tbl01 tr,
  .tbl01 th,
  .tbl01 td {
    display: block;
  }

  .tbl01 tr {
    padding: 20px 0 18px;
    border-top: 1px solid #ccc;
  }

  .tbl01 tr.map {
    margin: 0;
    padding: 0 0 18px;
    border: 0;
  }

  .tbl01 th,
  .tbl01 td {
    padding: 0;
    border: 0;
  }

  .tbl01 th {
    margin-bottom: 5px;
  }


  .tbl02,
  .tbl02 tbody,
  .tbl02 tr,
  .tbl02 th,
  .tbl02 td {
    display: block;
  }

  .tbl02 {
    border: 1px solid #ccc;
    border-bottom: 0;
  }

  .tbl02 tr {
    padding: 0;
    border-top: 0;
  }

  .tbl02 th {
    padding: 13px 9px 15px;
    font-size: 1.3rem;
    border: 0;
    border-bottom: 1px solid #ccc;
    background: #eee;
  }

  .tbl02 td {
    padding: 11px 9px 12px;
    border: 0;
    border-bottom: 1px solid #ccc;
  }


  #overview .pc_label {
    display: none;
  }


  .title {
    position: absolute;
    top: 5px;
    left: 80px;
    color: #fff;
    font-size: 5rem;
    width: 80%;
    text-align: center;
    line-height: 30px;
  }

  .titles {
    position: absolute;
    top: 5px;
    left: 80px;
    color: #fff;
    font-size: 5rem;
    width: 80%;
    text-align: center;
    line-height: 30px;
  }


  .intro {
    text-align: center;
    padding: 50px 0;
  }

  .intro p {
    font-weight: 500;
    font-size: 1.8rem;
  }



  .ticketbutton {
    display: none;
  } */
/* }  */
.attention p {
  font-size: 15px;
  margin: 0 5px;
}

@media screen and (max-width: 899px) {
  .visual {
    display: block;
  }
  .b {
    float: left;
    padding: 0 10px;
  }
  .c {
    float: right;
  }
  .intro {
    clear: both;
  }
}
@media screen and (max-width: 627px) {
  .table_01 {
    table-layout: fixed;
    width: 100%;
  }
  .table_01 th,
.table_02 th,
.table_03 th,
.table_04 th {
    display: table-cell;
    text-align: center;
    width: 30%;
  }
  .regtouroku {
    display: block;
  }
}
/* @media screen and (max-width: 599px){

  .slider {
    width: 320px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;  
  }


   .slider-itema {
    display: none;
  }


  .title {
    position: absolute;
    top: 5px;
    left: 65px;
    color: #fff;
    font-size: 3rem;
    width: 80%;
    text-align: center;
    line-height: 30px;
  }

  .titles {
    position: absolute;
    top: 67px;
    left: 0;
    color: #fff;
    font-size: 4rem;
    width: 100%;
    text-align: center;
    line-height: 40px;
  }


  .b,.c {
    float: none;
  }


  .intro {
    text-align: center;
    padding: 50px 0;
  }

  .intro p {
    font-weight: 500;
    font-size: 1.8rem;
  }





} */
@media screen and (min-width: 1544px) {
  .logo {
    padding-bottom: 27px;
  }
}
/* メディアクエリ　600ｐｘ */
@media screen and (min-width: 600px) {
  #hero .hero_image {
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .imgmediaquerie {
    display: none;
  }
  .not_tb {
    display: none;
  }
  .mainvisual {
    top: 0;
    width: 57.4074074074%;
    height: auto;
  }
  .container h2 {
    margin: 20px 0 50px;
    padding: 0;
  }
  #overview .container h2 {
    margin: 20px 0 50px;
    padding: 0;
  }
  #pagetop {
    position: absolute;
    display: block;
    /* top: -40px; */
    right: 45px;
    position: fixed;
    bottom: 3%;
    right: 5%;
    display: none;
    width: 80px;
    height: 80px;
    background-color: #E8E8E8;
    border-radius: 100%;
  }
  #pagetop a {
    position: relative;
    display: block;
    margin: 0;
    width: 40px;
    height: 40px;
    color: transparent;
    border-radius: 1px 0 0 0;
  }
  #pagetop a:before {
    position: absolute;
    display: block;
    top: 6px;
    left: 11px;
    content: "";
    width: 2px;
    height: 25px;
    background: #000;
    transform: rotate(45deg);
  }
  #pagetop a:after {
    position: absolute;
    display: block;
    top: 6px;
    right: 10px;
    content: "";
    width: 2px;
    height: 25px;
    background: #000;
    transform: rotate(-45deg);
  }
  .table01 {
    table-layout: fixed;
  }
  .right::before {
    /* content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0; */
    left: 240px;
    /* width: 13px;
    height: 13px;
    border-top: 3px solid #3d3c3c;
    border-right: 3px solid #3d3c3c;
    transform: rotate(45deg); */
  }
  footer {
    line-height: 10px;
    padding: 30px 40px;
    margin-top: 30px;
    border-radius: 10px;
    /* background-color: #92c4fc; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 0;
  }
}
@media screen and (max-width: 831px) {
  body {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); */
  }
  #overview {
    width: 100%;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.7rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  .body_top {
    align-items: center;
    justify-items: start;
  }
  .logo {
    width: auto;
  }
  .logo h1 {
    font-size: 41px;
  }
  .touroku {
    margin: 20px;
    width: 90%;
  }
  #pagetop {
    display: none;
  }
  .attention {
    text-align: center;
  }
  .main-visual h2 {
    text-align: center;
  }
  .container {
    width: auto;
  }
  .containers {
    margin-top: 0;
    padding: 5px;
  }
  .body_top {
    display: block;
  }
  .reg {
    /* width: auto; */
    width: 70%;
  }
  .right::before {
    display: none;
  }
  .logo h1 {
    font-size: 27px;
    padding-top: 10px;
  }
  .image {
    margin: 0;
  }
  .whatsnew_list {
    text-align: left;
  }
  footer {
    background: none;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  iframe {
    width: 300px;
    height: 250px;
  }
}
@media screen and (max-width: 426px) {
  .top {
    overflow-wrap: normal;
  }
  .body_top {
    display: block;
  }
  .logo {
    width: auto;
  }
  .logo h1 {
    font-size: 20px;
    padding-top: 10px;
  }
  .main-visual {
    display: block;
  }
  .main-visual h1 {
    text-align: center;
    font-size: 1.7rem;
  }
  .main-visual .main-visual h2 {
    text-align: center;
    font-size: 1.5rem;
  }
  .main-visual h3 {
    text-align: center;
  }
  .main-visual .main-visual h3 {
    font-size: 1.5rem;
  }
  .main-visual .big {
    font-size: 2rem;
  }
  .main-visual .bigger {
    font-size: 1.7rem;
  }
  .main-visual img {
    max-width: 25%;
  }
  .right::before {
    display: none;
  }
  .table_01 th,
.table_02 th,
.table_03 th,
.table_04 th,
.table_05 th {
    font-size: 8px;
  }
  /* .table_01 {
   table-layout: fixed;
   width: 100%;
  } */
  .cost {
    table-layout: auto;
  }
  .reg {
    width: auto;
  }
  .icons {
    display: block;
    text-align: center;
    background-image: url(../img/spbanner.jpg);
    background-repeat: no-repeat;
    height: auto;
    padding: 50px 10px;
    margin-bottom: 10px;
    background-position: bottom;
  }
  .icons img {
    display: none;
  }
  .copy2 p {
    text-align: center;
  }
  /* .main-visual h1 {
    font-size: 30px;
  } */
  /* .main-visual h2 {
    font-size: 1.3rem;
  } */
  iframe {
    width: 300px;
    height: 250px;
  }
  #top {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
  }
}
.info {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #282727;
}
/*# sourceMappingURL=style.css.map */