@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  line-height: 1;
}
body {
  font-size: 1.5em;
  padding: 0;
  margin: 0;
  color: #202020;
  line-height: 1.7;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  max-width: none;
}
html body {
  color: #1f2d37;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
p {
  margin: 0 0 1rem;
}
ul, li, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
figure {
  padding: 0;
  margin: 0;
}
.sp_block, .sp480_block {
  display: none;
}
.pc_block {
  display: block;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}
img {
  /* [disabled]width: auto; */
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  color: #00ade5;
  text-decoration: none;
	word-break: break-all;
}
a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #0092C2;
}
a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.fadeInTrigger, .bounceInTrigger, .rotateInTrigger, .fadeInUpTrigger {
  opacity: 0;
}
.animate__animated {
  opacity: 1;
}
.change-time1 {
  animation-delay: 0.2s;
}
.change-time2 {
  animation-delay: 0.3s;
}
.change-time3 {
  animation-delay: 0.4s;
}
.change-time4 {
  animation-delay: 0.5s;
}
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
  padding: 10px 10px 10px 10%;
}
#header .head_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#header .head_logo {
  width: 10%;
  position: absolute;
  left: 10px;
  top: 10px;
  max-width: 89px;
}
#header .head_data {
  width: 30%;
}
#header .head_wrap #navi {
  width: 67%;
}
#header .head_wrap #navi .menu_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#header .head_wrap #navi .menu_list li {
  width: 12.55%;
  border-right: 1px solid #00adee;
}
#header .head_wrap #navi .menu_list li:first-child {
  border-left: 1px solid #00adee;
}
#header .head_wrap #navi .menu_list li a, #header .head_wrap #navi .menu_list .child {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  color: #202020;
  font-size: 1vw;
  position: relative;
}
#header .head_wrap #navi .menu_list li a:hover {
  color: #fff;
  background-color: #00adee;
}
#header .head_wrap #navi .menu_list li:hover .child_box {
  visibility: visible;
  opacity: 1;
}
#header .head_wrap #navi .menu_list li .child_box {
  width: 100%;
  position: absolute;
  top: 35px;
  background-color: #FFFFFF;
  padding: 0;
  list-style-type: none;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  margin: auto;
  transition: 0.2s;
  -webkit-box-shadow: 1px 1px 3px hsla(0, 0%, 75%, 0.60);
  box-shadow: 1px 1px 3px hsla(0, 0%, 75%, 0.60);
}
#header .head_wrap #navi .menu_list li .child_box li {
  border-bottom: 1px solid #00adee;
  border-right-width: 0;
  border-left-width: 0;
  width: 100%;
}
#header .head_wrap #navi .menu_list li .child_box li:last-child {
  border-bottom-width: 0;
}
#header .head_wrap #navi .menu_list li .child_box a {
  padding: 5px;
  display: block;
  font-size: 1.4rem;
  position: relative;
}
#header .head_wrap #navi .menu_list li .child_box a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #252525;
  border-right: 2px solid #252525;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header .head_wrap #navi .menu_list li .child_box a:hover {
  text-decoration: none;
}
#header .head_wrap #navi .menu_list li.sns {
  width: 12%;
  text-align: center;
  border-right-width: 0;
}
#header .head_wrap #navi .menu_list li.sns .btn {
  width: 45%;
  padding: 0 1%;
  display: inline-block;
  max-width: 45px;
}
#header .head_wrap #navi .menu_list li.sns .btn:first-child {
  max-width: 40px;
}
#header .head_wrap #navi .menu_list li.sns .btn a:hover {
  background-color: transparent;
}
.openbtn {
  display: none;
}
#top {
  text-align: center;
  position: relative;
  padding-top: 70px;
}
#top img {
  max-width: none;
  width: 100%;
}
#top h3 {
  margin-bottom: 20px;
}
#top .inner {
  padding: 10px;
  max-width: 1205px;
  background-image: url(../images/top_bg2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
#top .caption {
  position: absolute;
  bottom: 0px;
  right: 10px;
  font-size: 1.2rem;
  color: #4E4E4E;
}
#top_news {
  position: relative;
  z-index: 1;
  padding: 50px 0;
  background-color: #E7E7E7;
}
#top_news .news_wrap .news_title {
  width: 30%;
  text-align: center;
}
#top_news h3 {
  font-size: 3.3rem;
  letter-spacing: 1px;
  color: #ef4e5e;
  line-height: 1.5;
  margin-bottom: 20px;
}
#top_news h3 span {
  display: block;
  font-size: 1.4rem;
}
#top_news .news_btn {
  text-decoration: none;
  text-align: right;
  font-weight: bold;
  width: auto;
  background-color: undefined;
  position: relative;
}
#top_news .news_btn a {
  color: #ef4e5e;
  background-color: #fff;
  display: block;
  padding: 5px;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto;
  max-width: 150px;
  position: relative;
  background-repeat: no-repeat;
}
#top_news .news_btn a::after {
  content: "";
  position: absolute;
  top: 38%;
  right: 15px;
  border-top: solid 2px #ef4e5e;
  border-right: solid 2px #ef4e5e;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
#top_news .news_btn a:hover {
  background-color: #FAD3D7;
}
#top_news .news_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#top_news .news_wrap ul {
  width: 70%;
}
#top_news .news_wrap li {
  border-bottom: 1px dotted #B0B0B0;
}
#top_news .news_wrap dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  width: 100%;
}
#top_news .news_wrap li a {
  text-decoration: none;
  padding: 10px 0;
  color: #585858;
  display: block;
}
#top_news .news_wrap li a:hover {
  background-color: #F6F6F6;
}
#top_news .news_wrap .newsentry_date {
  width: 20%;
  max-width: 150px;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
}
#top_news .news_wrap .newsentry_title {
  width: 79%;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
}
.page_main {
  background-color: #00adee;
  text-align: center;
  margin-bottom: 10px;
  padding: 120px 0 40px;
}
.page_main .page_title {
  color: #fff;
  font-size: 4rem;
  letter-spacing: 1px;
}
.breadcrumbs {
  margin-bottom: 20px;
  color: #788187;
}
.breadcrumbs a {
  text-decoration: underline;
  color: #231815;
}
section h4 {
  color: #00ade5;
  font-size: 2.5rem;
  margin-bottom: 10px;
  margin-top: 30px;
}
section h5 {
	/* [disabled]color: #00ade5; */
	font-size: 2.2rem;
	margin-bottom: 10px;
	margin-top: 30px;
}
section p {
  text-align: justify;
}
section .contents {
  padding-bottom: 50px;
}
.entryList__card {
  padding: 50px 0;
}
.entryList__textHead, .entry__header .entry__date {
  padding: 0 10px;
  background-color: #321a1a;
  color: #FFFFFF;
  display: inline-block;
  font-weight: 700;
}
.entryList__textWrap .btn_more {
  position: relative;
  padding: 5px 30px;
  display: inline-block;
  border: 2px solid #00ade5;
  border-radius: 20px;
  color: #00ade5;
  font-weight: 700;
}
.entryList__card a {
  padding: 10px;
  display: block;
}
.entryList__card a:hover {
  background-color: #E7E7E7;
}
.entryList__card a .entryList__title {
  font-size: 2rem;
  color: #1f2d37;
}
.entryList__card a .entryList__text {
  color: #1f2d37;
}
#outline .outline_list dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e3e5e6;
}
#outline .outline_list dl:first-child {
  border-top: 1px solid #e3e5e6;
}
#outline .outline_list dl:nth-child(odd) {
  background-color: #f4f5f5;
}
#outline .outline_list dl dt {
  width: 20%;
  text-align: center;
  padding: 10px 5px;
  font-weight: bold;
}
#outline .outline_list dl dd {
  padding: 10px 5px;
  width: 80%;
}
#outline .outline_list ul, #outline .outline_list ol {
  padding-left: 20px;
}
#outline .outline_list ul li {
  list-style-type: disc;
}
#outline .outline_list ol li {
  list-style-type: decimal;
  padding-bottom: 5px;
}
#outline .outline_list .rule table {
  border-collapse: collapse;
  margin-bottom: 10px;
}
#outline .outline_list .outline_table {
  border-collapse: collapse;
  margin-bottom: 10px;
  font-size: 13px;
  width: 100%;
}
#outline .outline_list .outline_table th {
  border: 1px solid #D9D9D9;
  background-color: #FBF5DC;
}
#outline .outline_list .outline_table .th01 {
  background-color: #E2F1FF;
}
#outline .outline_list .outline_table .th02 {
  background-color: #E6FFE5;
}
#outline .outline_list .outline_table .td01 {
  width: 9%;
}
#outline .outline_list .outline_table .td02 {
  width: 8%;
}
#outline .outline_list .outline_table .td03 {
  width: 8%;
}
#outline .outline_list .outline_table .td04 {
  width: 8%;
}
#outline .outline_list .outline_table .td05 {
  width: 9%;
}
#outline .outline_list .outline_table .td06 {
  width: 7%;
}
#outline .outline_list .outline_table .td07 {
  width: 7%;
}
#outline .outline_list .outline_table .td08 {
  width: 10%;
}
#outline .outline_list .outline_table .td09 {
  width: 6%;
}
#outline .outline_list .outline_table .td10 {
  width: 8%;
}
#outline .outline_list .outline_table .td11 {
  width: 12%;
  text-align: center;
}
#outline .outline_list .outline_table .td12 {
  width: 13%;
}
#outline .outline_list .outline_table td {
  padding: 3px;
  border: 1px solid #D9D9D9;
  text-align: center;
}
#outline .outline_list .outline_table .bg {
  background-color: #F1F1F1;
}
#outline .outline_list .rule table th {
  background-color: #e7f2f9;
  border: 1px solid #e3e5e6;
  padding: 3px;
  font-weight: normal;
}
#outline .outline_list .rule table td {
  padding: 3px;
  border: 1px solid #e3e5e6;
}
#outline .outline_list strong {
  color: #f6921e;
}
#guest .guest_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#guest .ekiden_box {
  padding: 10px;
  border-radius: 10px;
  background-color: #E5E5E5;
  margin-bottom: 20px;
}
#guest .ekiden_box h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
#guest .ekiden_box .guest_list li {
  margin-bottom: 0px;
}
#guest .guest_list li {
  width: 19.2%;
  margin-right: 1%;
  margin-bottom: 20px;
}
#guest .guest_list li:nth-child(5n) {
  margin-right: 0px;
}
#guest .guest_list li figure {
  margin: 0;
  padding: 0;
}
#guest .guest_list li figcaption {
  padding: 5px 0 0;
  font-size: 13px;
}
#guest h4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 2;
}
#guest h4 .days {
  font-size: 15px;
  background-color: #fff;
  margin-right: 10px;
  padding: 5px 10px;
  color: #202020;
  border-radius: 5px;
  display: inline-block;
  line-height: normal;
}
#guest h4.half {
  padding: 5px 10px;
  /* [disabled]display: inline-block; */
  color: #fff;
  border-radius: 5px;
  background-color: #EF7663;
}
#guest h4.guest10km {
  padding: 5px 10px;
  /* [disabled]display: inline-block; */
  border-radius: 5px;
  color: #fff;
  background-color: #f6921e;
}
#guest h4.sports-class {
  padding: 5px 10px;
  /* [disabled]display: inline-block; */
  border-radius: 5px;
  color: #fff;
  background-color: #9DCC5C;
}
#guest h4.babycarwalk  {
  padding: 5px 10px;
  /* [disabled]display: inline-block; */
  border-radius: 5px;
  color: #151515;
  background-color: #F6EF5D;
}
#guest h4.walking {
  padding: 5px 10px;
  /* [disabled]display: inline-block; */
  border-radius: 5px;
  color: #fff;
  background-color: #02ADE4;
}
#guest h4.support {
  padding: 5px 10px;
  /* [disabled]display: inline-block; */
  border-radius: 5px;
  color: #fff;
  background-color: #ED7E9E;
}
#guest h4.ekiden {
  padding: 5px 10px;
  /* [disabled]display: inline-block; */
  border-radius: 5px;
  color: #fff;
  background-color: #F2AA00;
}
#guest h4.support2 {
  padding: 5px 10px;
  /* [disabled]display: inline-block; */
  border-radius: 5px;
  color: #fff;
  background-color: #1BC444;
}
#guest h4.bicycle {
  padding: 5px 10px;
  /* [disabled]display: inline-block; */
  border-radius: 5px;
  color: #fff;
  background-color: #B581DB;
}
#guest .guest_nav, .runner_nav {
  padding: 20px 20px 10px;
  border-radius: 10px;
  background-color: #FFFAE8;
  margin-top: 20px;
}
.runner_nav {
  padding: 30px 20px 1px;
  border-radius: 10px;
  background-color: #FFFAE8;
  margin-top: 20px;
}
#guest .guest_nav h4 {
  margin: 0 auto 20px;
  text-align: center;
  display: block;
  border-bottom: 1px dotted #00ade5;
  font-size: 18px;
}
#guest .guest_nav ul, .runner_nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 30px;
}
#guest .guest_nav ul li, .runner_nav ul li {
  width: 23%;
  margin-right: 1%;
}
#guest .guest_nav ul li a, .runner_nav ul li a {
  text-align: center;
  display: block;
  background-color: #00ade5;
  padding: 5px 15px;
  border-radius: 10px;
  color: #fff;
  -webkit-box-shadow: 0px 4px #04659A;
  box-shadow: 0px 4px #04659A;
  position: relative;
  margin-bottom: 10px;
}
#guest .guest_nav ul li a::after, .runner_nav ul li a::after {
  content: "";
  display: inline-block;
  color: #fff;
  line-height: 1;
  width: 7px;
  height: 7px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  top: 43%;
  right: 5%;
}
#guest .guest_nav ul li a:hover {
  background-color: #60D5F5;
}
#guest section {
  padding-top: 60px;
  margin-top: -40px;
}
#guest .btn_record a {
  text-align: center;
  color: #fff;
  display: block;
  background: #00ADE5;
  position: relative;
  padding: 3px;
  border-radius: 30px;
  cursor: pointer;
  margin: 5px auto 0;
  width: 90%;
}
#guest .btn_record a:hover {
  opacity: 0.7;
}
#guest .btn_record a::after {
  content: "";
  display: inline-block;
  margin: 0 3px 1px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#guest .record_wrap {
  display: none;
}
.record_wrap h4 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  display: inline-block;
}
.record_wrap .genre {
  padding: 3px 10px;
  display: inline-block;
  border: 1px solid #C5C5C5;
  margin-left: 10px;
}
.record_wrap ul {
  padding-left: 20px;
}
.record_wrap ul li {
  text-indent: 0px;
  list-style: disc;
  margin-bottom: 5px;
}
#prize h4.logo {
  border-bottom: 1px solid #f6921e;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#prize h4.logo span {
  display: inline-block;
  float: right;
}
#prize .goods_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 30px;
}
#prize .goods_wrap h5 {
  font-size: 1.8rem;
  border-bottom: 1px dotted #f6921e;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#prize .goods_wrap .txt {
  width: 48%;
}
#prize .goods_wrap .img {
  width: 48%;
  text-align: center;
  border: 1px solid #e3e5e6;
}
#prize .goods_wrap li {
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
  padding-left: 18px;
  text-indent: -18px;
}
#prize .goods_wrap li:before {
  content: "■";
  padding-right: 5px;
  font-size: 1.3rem;
  color: #f6921e;
}
#runner strong {
  color: #D91E21;
}
#runner table.schedule {
  width: 100%;
  border-collapse: collapse;
}
#runner table.schedule td {
  border: 1px solid #C3C3C3;
  padding: 5px;
  border-collapse: collapse;
  text-align: center;
}
#runner table.schedule th {
  border: 1px solid #C3C3C3;
  background-color: #D9D9D9;
  border-collapse: collapse;
}
#runner h4 {
  padding-top: 50px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #00ade5;
}
#runner h5 {
  border-bottom: 1px dotted #B0B0B0;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#runner .schedule_img {
  padding: 10px;
  border: 1px solid #D4D4D4;
  margin-bottom: 30px;
}
#runner .schedule_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#runner .schedule_wrap .schedule_img {
  width: 49%;
  position: relative;
  overflow: hidden;
}
#runner .schedule_wrap .schedule_img::after {
  content: "";
  background-color: hsla(0, 0%, 2%, 0.70);
  width: 40px;
  height: 40px;
  background-image: url(../images/icon_zoom.png);
  background-position: center center;
  background-size: auto 80%;
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
#runner .schedule_wrap .schedule_img img {
  transition: 1s all;
}
#runner .schedule_wrap .schedule_img img:hover {
  transform: scale(1.05, 1.05);
  transition: 0.3s all;
}
#ariga10 .ariga10_wrap {
  margin: 30px 0;
}
#ariga10 .ariga10_wrap dl {
  padding: 20px;
  border: 1px solid #D9D9D9;
  margin-bottom: 10px;
}
#ariga10 .ariga10_wrap dl dt {
  font-weight: bold;
  color: #00ade5;
  font-size: 20px;
}
#ariga10 .flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#ariga10 .flex_box .text {
  width: 70%;
}
#ariga10 .flex_box .img {
  width: 28%;
}
#ariga10 .ariga10_wrap table tr:nth-of-type(odd) {
  background-color: #E9E9E9;
}
#ariga10 .ariga10_wrap table table {}
#ariga10 .ariga10_wrap table th {
  width: 20%;
  text-align: left;
  padding: 5px;
  border-collapse: collapse;
}
#ariga10 .ariga10_wrap table td {
  padding: 5px;
}
#ariga10 .guest_ariga10 .text {
  margin-top: 30px;
}
#ariga10 .guest_ariga10 h5 {
  padding: 5px;
  background-color: #EBE6D0;
  margin-top: 20px;
  margin-bottom: 5px;
}
#ariga10 .guest_ariga10 .img {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#ariga10 .guest_ariga10 .img figure {
  margin: 0;
  width: 31%;
  text-align: center;
}
#ariga10 .guest_ariga10 .img.guest2 figure {
  margin: 0 1% 0 0;
  width: 24%;
  text-align: center;
}
#ariga10 .ariga10_wrap .sportspark th {
  border: 1px solid #BBBBBB;
  background-color: #E9E9E9;
  border-collapse: collapse;
  text-align: center;
}
#ariga10 .sportspark {
  border-collapse: collapse;
  width: 100%;
}
#ariga10 .ariga10_wrap .sportspark tr:nth-of-type(odd) {
  background-color: #FFFFFF;
}
#ariga10 .ariga10_wrap .sportspark td {
  border: 1px solid #BBBBBB;
  border-collapse: collapse;
  width: 36%;
}
#ariga10 .ariga10_wrap .sportspark .td01 {
  width: 15%;
}
#practice .guest_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#practice .guest_wrap .guest_ttl {
  background-color: #CFDDBD;
  padding: 5px;
  font-weight: bold;
}
#practice .guest_wrap .guest_item {
  width: 49%;
  padding: 10px;
  border: 1px solid #CFDDBD;
  text-align: center;
  margin-bottom: 10px;
}
#practice .guest_wrap .guest_item.box_5th {
  width: 100%;
}
#practice .guest_wrap .guest_item.box_5th figure{
	width: 23%;
}
#practice .guest_wrap .guest_item.box_5th .solo{
	width: 17%;
}
#practice .guest_wrap .guest_item figure {
  padding: 0 2px;
  width: 35%;
  vertical-align: top;
}
#practice .guest_wrap .guest_item .solo {
  width: 26%;
}
#practice .coach {
  max-width: 180px;
  margin-bottom: 20px;
}
#practice figure {
  display: inline-block;
}
#practice figcaption {
  text-align: center;
  font-size: 1.3rem;
}
.stage_cast {
  padding: 0;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.stage_cast li {
  width: 19%;
  text-align: center;
  margin-right: 1%;
  margin-bottom: 10px;
}
.stage_cast li:last-child {
  margin-right: 0px;
}
.stage_cast li figure {
  margin: 0;
  padding: 0;
}
/*.td01 {
  background-color: #E9FAFF;
}
.td02 {
  background-color: #FFE7BC;
}
.td03 {
  background-color: #E6F7E4;
}
.td04 {
  background-color: #E6F7E4;
}
.td05 {
  background-color: #BCDBB9;
}*/
.entry_btnwrap {
  margin: 20px auto;
  text-align: center;
}
.entry_btnwrap a {
  margin: 5px;
  display: inline-block;
}
.btn_entry {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  background-color: #e50012;
  padding: 10px;
  margin: 20px auto;
  text-align: center;
  border-radius: 5px;
  max-width: 450px;
  -webkit-box-shadow: 0px 6px #AE0411;
  box-shadow: 0px 6px #AE0411;
  background-image: url(../images/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 10px auto;
}
.btn_entry.disabled {
  background-color: #191919;
  background-image: none;
  -webkit-box-shadow: 0px 6px #000000;
  box-shadow: 0px 6px #000000;
}
.btn_entry:hover {
  color: #FFFFFF;
  background-color: #EE4451;
}
.flow {}
.flow .flow_box {
  padding: 20px;
  border: 1px solid #D9D9D9;
  margin-bottom: 70px;
  position: relative;
}
.flow .flow_box strong {
  color: #E50012;
}
.flow .flow_box h5 {
  font-size: 2rem;
  padding: 5px 10px;
  background-color: #ECECEC;
  margin-bottom: 10px;
  border-bottom: 1px solid #00ade5;
  font-weight: normal;
}
.flow .flow_box h6 {
  font-size: 1.8rem;
}
.flow .flow_box ul li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.flow .flow_box::after {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 30px solid #FCCF53;
  position: absolute;
  bottom: -50px;
  right: 0px;
  margin: auto;
  left: 0px;
  content: "";
}
.flow .flow_box:last-child::after {
  display: none;
}
.attention {
  padding: 10px;
  background-color: #E60113;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
#runner .list {
  padding-left: 20px;
}
#runner .list li {
  list-style-type: disc;
}
#runner .goods_lead {
  padding: 10px;
  border-radius: 10px;
  background-color: #FBF5DC;
  margin-bottom: 30px;
  border: 2px solid #FAB700;
  /* [disabled]color: #00ade5; */
}
.float_bnr {
  position: fixed;
  top: 100px;
  right: 0px;
  left: 0px;
  margin: auto;
  z-index: 99;
  width: 90%;
  max-width: 800px;
  background-color: hsla(0, 0%, 7%, 0.80);
  color: #fff;
}
.float_bnr:hover {
  color: #fff;
}
/*.float_bnr {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    width: 30%;
    max-width: 382px;
}*/
/*.float_bnr .close {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 50px;
    z-index: 2;
    cursor: pointer;
}*/
.float_bnr .practice_wrap {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.float_bnr .practice_wrap h3 {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #02AAE3;
}
.float_bnr .practice_wrap h4 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.float_bnr .practice_wrap .photo {
  width: 25%;
  text-align: center;
}
.float_bnr .practice_wrap .txt {
	width: 73%;
	line-height: 1.8;
}
.float_bnr .practice_wrap .btn_more a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  text-align: center;
  background-color: hsla(0, 0%, 100%, 0.10);
  font-weight: bold;
  margin-top: 20px;
  position: relative;
}
.float_bnr .practice_wrap .btn_more a::after {
  content: "";
  position: absolute;
  top: 38%;
  right: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.float_bnr .practice_wrap .btn_more a:hover {
  background-color: #EF4E5E;
}
.float_bnr .close {
  position: absolute;
  top: -30px;
  width: 50px;
  z-index: 2;
  cursor: pointer;
  right: -10px;
}
.blue {
  color: #284CE0;
  font-weight: bold;
}
.red {
  color: #BC1700;
  font-weight: bold;
}
td.td01-1 {
  background-color: #E6FFE5;
}
td.td02-1 {
  background-color: #E7E7E7;
}
td.td03-1 {
  background-color: #EFE1D7;
}
td.td04-1 {
  background-color: #D2E7F3;
}
td.td05-1 {
  background-color: #FFDDA9;
}
td.td06-1 {
  background-color: #FFF6CD;
}
#runner .runner_txt {
  padding: 20px;
  border: 1px solid #D9D9D9;
  margin-bottom: 30px;
}
#runner .runner_txt h5 {
  font-size: 20px;
  padding: 5px 10px;
  color: #00ade5;
  margin-bottom: 10px;
}
#runner .runner_txt h5 span {
  font-size: 13px;
}
#runner .runner_txt dl dt {
  font-size: 18px;
  margin-bottom: 10px;
  padding: 0 0 5px 10px;
  border-bottom: 1px solid #D9D9D9;
  border-left: 10px solid #D9D9D9;
}
#runner .runner_txt dl dd {
  margin-bottom: 20px;
}
#runner .runner_txt strong {
  color: #000;
}
.challenge_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.challenge_wrap table {
  width: 49%;
  margin-bottom: 30px;
  border-collapse: collapse;
}
.challenge_wrap table td {
  padding: 3px;
  border: 1px solid #D9D9D9;
  text-align: center;
}
.challenge_wrap table th {
  padding: 3px;
  border: 1px solid #D9D9D9;
  text-align: center;
}
.challenge_wrap table:first-child th {
  background-color: #E2F1FF;
}
.challenge_wrap table:nth-child(2) th {
  background-color: #FFE2E4;
}
.challenge_wrap table:nth-child(3) th {
  background-color: #E6FFE5;
}
.challenge_wrap table:nth-child(4) th {
  background-color: #FBF5DC;
}
/*フッター*/
#foot_top {
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 10;
  display: none;
}
.footer_wrap {
  padding: 50px 0;
  border-top: 1px solid #D9D9D9;
}
footer .archive_wrap h5 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
}
footer .footer__copyright {
  text-align: center;
}
footer .archive_wrap ul {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}
footer .archive_wrap ul li {
  padding: 0 10px;
  display: inline-block;
  border-right: 1px solid #D0D0D0;
}
footer .archive_wrap ul li:last-child {
  border-right-width: 0;
}
footer .archive_wrap ul li a {
  display: block;
  color: #1f2d37;
}
#foot_oneBlock {
  width: 100%;
  height: auto;
  margin: 0 auto 60px;
  line-height: 150%;
  position: relative;
  /* [disabled]z-index:2; */
  text-align: center;
}
#foot_oneBlock ul {
  list-style-type: none;
  /* [disabled]letter-spacing: -.4em; */
  margin: 0 auto;
  max-width: 800px;
}
#foot_oneBlock ul li {
  display: inline-block;
  position: relative;
  margin: 0 2% 0 0;
  letter-spacing: 0;
  vertical-align: middle;
  ;
}
#foot_oneBlock ul li a, #foot_oneBlock ul li img {
  width: 100%;
  height: auto;
  display: block;
}
#foot_oneBlock ul li a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: .75;
  opacity: .75;
}
ul#produce_bnrList {
  margin: 0 auto 60px;
}
ul#produce_bnrList li a, ul#produce_bnrList li.long a {
  width: 100%;
}
ul#produce_bnrList li {
  max-width: 60px;
}
ul#produce_bnrList li.long {
  max-width: 100px;
}
#foot_txtBox, #foot_txtBox p {
  line-height: 150%;
}
#foot_txtBox p {
  margin-bottom: 15px;
}
#foot_txtBox p:last-child {
  margin-bottom: 0;
}
#footblocTitle {
  vertical-align: middle;
  margin-bottom: 15px;
  font-weight: 700;
}
ul#sponsorList {
  list-style-type: none;
  text-align: center;
  /* [disabled]letter-spacing: -.4em; */
}
ul#sponsorList li {
  display: inline-block;
  position: relative;
  max-width: inherit;
}
ul#sponsorList li a, ul#sponsorList li img {
  width: 100%;
  height: auto;
  display: block
}
ul#sponsorList li {
	margin: 0 1% 30px;
	width: 16%;
	min-width: 180px;
}
ul#sponsorList li.shinmei {
  width: 25%;
}
ul#sponsorList li.cf {
  max-width: 14%;
  margin: 0 10px 30px;
}
.foot_video {
  padding: 30px 0 40px;
  text-align: center;
  margin-bottom: 50px;
  /* [disabled]background-color: #EFEFEF; */
}
.foot_video h5 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.foot_video .video_box {
  width: auto;
  margin: 0 auto;
  max-width: 400px;
  border: 1px solid #AAAAAA;
  line-height: 0;
}
.foot_video .video_box video {
  width: 100%;
}
@media screen and (max-width:1175px) {
  #header {
    padding-left: 13%;
  }
  #header .head_data {
    width: 50%;
  }
  #header #navi {
    display: none;
  }
  #header.panelactive.dnone {
    display: flex;
  }
  #header.dnone {
    opacity: 1;
  }
  #header.panelactive #navi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.4s;
    opacity: 1;
    z-index: 3;
    background-color: hsla(0, 0%, 100%, 0.95);
  }
  #header.panelactive #navi .menu_list li a, #header.panelactive #navi .menu_list .child {
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s;
    font-size: 2rem;
  }
  #header.panelactive #navi .menu_list .child .child_box {
    opacity: 1;
    background-color: transparent;
    visibility: visible;
    position: relative;
    box-shadow: 0 0 0;
    top: 0;
  }
  #header.panelactive #navi .menu_list .child .child_box li {
    width: 47%;
    margin: 1%;
    display: inline-block;
    border: 0;
    padding: 0;
    background-color: #E1E9D7;
  }
  #header.panelactive #navi .menu_list .child .child_box li a {
    padding: 10px;
  }
  #header.panelactive #navi .menu_list {
    display: block;
    width: 100%;
  }
  #header.panelactive #navi .menu_list li:first-child {
    border-left: 0;
  }
  #header.panelactive #navi .menu_list li {
    border-bottom: 1px solid hsla(85, 52%, 58%, 0.70);
    width: 100%;
    display: block;
  }
  #header.panelactive #navi .menu_list li.sns {
    width: 150px;
    margin: 0 auto;
  }
  #header.panelactive #navi ul li:last-child {
    border-bottom: 0;
  }
  #header.panelactive.dnone {
    display: flex;
  }
  #header.dnone {
    opacity: 1;
  }
  #header.panelactive, #navi ul {
    display: block;
  }
  .openbtn {
    display: block;
    right: 5px;
    top: 15px;
    position: fixed;
    z-index: 999;
    background-color: #02ADE4;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 12px;
  }
  .openbtn span:nth-of-type(2) {
    top: 20px;
  }
  .openbtn span:nth-of-type(3) {
    top: 28px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 12px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 24px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  .openbtn::after {
    content: "MENU";
    color: #fff;
    font-size: 10px;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 2px;
    letter-spacing: 2px;
    text-align: center;
  }
  .openbtn.active::after {
    content: "CLOSE";
  }
  .fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    display: block;
  }
  @keyframes fadeDownAnime {
    from {
      opacity: 0;
      transform: translateY(-100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .page_main {
    padding: 100px 0 40px;
  }
}
@media screen and (max-width:768px) {
  body {
    font-size: 1.4rem;
  }
  .sp_block {
    display: block;
  }
  .pc_block {
    display: none;
  }
  .inner {
    padding: 0 20px;
    width: auto;
  }
  #header {
    padding: 0;
    z-index: 11;
  }
  #header .head_wrap {
    justify-content: flex-start;
    padding: 0 10px 10px;
    align-items: flex-end;
  }
  #header .head_logo {
    width: 30%;
    position: relative;
    max-width: 150px;
    margin: 0 0 10px;
    display: block;
  }
  #header .head_data {
    margin-left: 20px;
  }
  #top {
    padding-top: 60px;
  }
  #foot_top {
    width: 90px;
    background-size: auto 100%;
  }
  #top .top_info .icon {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20%;
  }
  #top .top_info {}
  #top .inner {
    background-size: auto 100%;
  }
  #top_news .news_wrap .news_title {
    width: 100%;
  }
  #top_news .news_wrap ul {
    width: 100%;
  }
  #top_news .news_wrap .newsentry_date {
    width: 100%;
    max-width: none;
    font-size: 1.4rem;
    text-align: left;
  }
  #top_news .news_wrap .newsentry_title {
    width: 100%;
  }
  .page_main {
    padding-top: 100px;
  }
  .page_main .page_title {
    font-size: 2.5rem;
    line-height: 1;
  }
  section h4 {
    font-size: 2rem;
  }
  #outline .outline_list dl dt {
    width: 100%;
    text-align: left;
    padding: 5px 5px 0;
  }
  #outline .outline_list dl dd {
    padding: 5px;
    width: 100%;
  }
  .outline_list .rule .scroll-area, .outline_list .scroll-area {
    padding: 10px;
    border: 1px solid #D9D9D9;
    margin-bottom: 20px;
  }
  .outline_list .rule .scroll-area .simplebar-track {
    background-color: #E5E5E5;
  }
  .outline_list .rule .scroll-area table {
    width: 700px;
  }
  #outline .outline_list .scroll-area .outline_table {
    width: 1200px;
  }
  #outline .outline_list .scroll-area .outline_table.session {
    width: 700px;
  }
  .flow .flow_box {
    padding: 10px;
    margin-bottom: 50px;
  }
  .flow .flow_box::after {
    bottom: -40px;
  }
  .flow .flow_box h5 {
    font-size: 1.8rem;
  }
  .entryList__card a .entryList__title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  #guest .guest_list li, #guest .guest_list li:nth-child(5n), #guest .ekiden_box .guest_list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  #guest .guest_list li:nth-child(3n), #guest .ekiden_box .guest_list li:nth-child(3n) {
    margin-right: 0px;
  }
  #guest .guest_nav ul li {
    margin: 0 auto 10px;
    width: 48%;
  }
  .record_wrap.fancybox-content {
    padding: 20px;
  }
  .record_wrap h4 {
    padding: 0;
    margin-bottom: 10px;
  }
  .record_wrap .genre {
    margin: 0 0 20px;
  }
  .runner_nav ul {
    margin-bottom: 10px;
  }
  .runner_nav ul li {
    margin: 0 auto;
    width: 90%;
  }
  #guest section {
    padding-top: 40px;
    margin-top: -20px;
  }
  ul#sponsorList li {
    width: 32%;
	  min-width: 140px;
  }
  ul#sponsorList li.on {
    max-width: 20%;
  }
  ul#sponsorList li.shinmei {
  width: 40%;
}
  ul#sponsorList li.cf {
    max-width: 18%;
  }
  #prize .goods_wrap .txt {
    width: 100%;
    margin-bottom: 10px;
  }
  #prize .goods_wrap .img {
    width: 100%;
  }
  .stage_cast {
    justify-content: space-between;
  }
  .stage_cast li {
    width: 48%;
    text-align: center;
    margin: 0 0 10px;
  }
  #ariga10 .ariga10_wrap dl {
    padding: 10px;
  }
  #ariga10 .ariga10_wrap dl dt {
    font-size: 16px;
    text-indent: -16px;
    padding-left: 16px;
  }
  #ariga10 .flex_box .text {
    width: 100%;
  }
  #ariga10 .flex_box .img {
    width: 100%;
    text-align: center;
  }
  #ariga10 .ariga10_wrap table th {
    width: 100%;
    text-align: left;
    padding: 5px;
    border-collapse: collapse;
    display: block;
  }
  #ariga10 .ariga10_wrap table td {
    width: 100%;
    display: block;
  }
  #ariga10 .guest_ariga10 .img figure, #ariga10 .guest_ariga10 .img.guest2 figure {
    width: 48%;
    margin-bottom: 30px;
  }
  #ariga10 .ariga10_wrap .sportspark td, #ariga10 .ariga10_wrap .sportspark th {
    border-collapse: collapse;
    width: auto;
    display: table-cell;
  }
  #runner #outline .outline_list .outline_table {
    width: 800px;
  }
  #runner .runner_txt {
    padding: 10px;
  }
  #runner .runner_txt h5 {
    font-size: 16px;
  }
  #practice .guest_wrap .guest_item {
    width: 100%;
  }
  #practice .guest_wrap .guest_item figcaption {
    font-size: 1.2rem;
  }
  #practice .guest_wrap .guest_item figure {
    width: 37%;
  }
  #practice .guest_wrap .guest_item.box_5th figure
	{
    width: 45%;
  }
	#practice .guest_wrap .guest_item.box_5th .solo{
		width: 33%;
	}
  .challenge_wrap table {
    width: 100%;
    margin-bottom: 20px;
  }
  .float_bnr {
    width: 90%;
    top: 70px;
  }
/*	.float_bnr {
        width: 50%;
    }*/
  .float_bnr .practice_wrap {
    overflow-y: scroll;
    max-height: 70%;
  }
  .float_bnr .practice_wrap .txt {
    width: 100%;
    text-align: left;
  }
  .float_bnr .practice_wrap h3 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .float_bnr .practice_wrap .photo {
    width: 50%;
    margin: 20px auto 0;
  }
  .float_bnr .close {
    position: absolute;
    top: -20px;
    width: 40px;
    z-index: 2;
    cursor: pointer;
    right: -16px;
  }
}
@media screen and (max-width:480px) {
  #guest .guest_list li, #guest .guest_list li:nth-child(3n), #guest .ekiden_box .guest_list li, #guest .ekiden_box .guest_list li:nth-child(3n) {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  #guest .guest_list li:nth-child(5n) {
    width: 48%;
  }
  #guest .guest_list li:nth-child(2n), #guest .ekiden_box .guest_list li:nth-child(2n) {
    margin-right: 0px;
  }
  #guest .guest_list li figcaption {
    font-size: 2.8vw;
  }
  #guest .guest_nav ul li a {
    font-size: 13px;
  }
  #header {}
  #header .head_wrap {
    padding: 0 2% 10px;
  }
  #header .head_logo {
    width: 30%;
  }
  #header .head_data {
    width: 47%;
  }
  .sp480_block {
    display: block;
  }
}
