@charset "UTF-8";

/* all */

body {
  background: #222;
  font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a {
  word-break: break-all;
  color: #037bff;
  -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:hover {
  text-decoration: none;
  color: inherit;
}

.afacad {
  font-family: "Afacad", sans-serif;
}

.palanquin {
  font-family: 'Palanquin Dark', sans-serif;
}

.potta {
  font-family: 'Potta One', cursive;
}

.yusei {
  font-family: 'Yusei Magic', sans-serif;
}

.fugaz {
  font-family: "Fugaz One", sans-serif;
}

.white-mask {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.line18 {
  line-height: 1.8em;
  padding: 0.5em 0;
  /*上下の余白*/
  border-top: solid 3px #fff507;
  /*上線*/
  border-bottom: solid 3px #fff507;
  /*下線*/
}

.bg-green {
  background: #00bc98;
  /*00bc98*/
}

.text-green {
  color: #00bc98;
  /*00bc98*/
}

.bg-linkyellow-beta {
  background: #ffe000;
  /*ffe000*/
}

.bg-lightyellow-beta {
  background: #ceff00;
  /*ffe000*/
}

.bg-nightdark-beta {
  background: #2a2626;
  /*00bc98*/
}

.bg-black-beta {
  background: #000;
  /*00bc98*/
}

.bg-saitamared-beta {
  background: #cb0023;
}

.bg-chibayellow-beta {
  background: #fff507;
}

.bg-chibagreen-beta {
  background: #1f9a66;
}

.text-linkyellow {
  color: #ffe000;
  /*ffe000*/
  
}

.text-nightdark {
  color: #2a2626;
  /*00bc98*/
}

.text-saitamared {
  color: #cb0023;
}

.text-chibayellow {
  color: #fff507;
}

.text-chibagreen {
  color: #1f9a66;
}

.text-lightyellow {
  color: #ceff00;
  /*00bc98*/
}

.text-black {
  color: #000;
}

.table-size-chart {
  overflow: auto;
  white-space: nowrap;
}

.table-size-chart th{
  border-color:#2a2626!important;
}

.table-size-chart td{
  border-color:#2a2626!important;
}

.scroll-hint-icon {
  padding: 20px 10px 10px 10px;
  display: table;
}

.scroll-hint-text {
  margin: 15px 0 0 0;
  line-height: 1.4em;
}

.text-underline {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.img-nav-ul li {
  display: inline;
  margin-right: 2em;
  font-size: 1.3vh;
  margin-top: 0;
  padding-top: 0;
}

.img-nav-ul li .img-nav-ul-li-a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}

.img-nav-ul li .img-nav-ul-li-a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #1f9a66;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.img-nav-ul li .img-nav-ul-li-a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.img-nav-ul li .img-nav-ul-li-a:hover {
  color: #1f9a66;
}

.img-nav-ul-li-a-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #1f9a66;
}

.img-nav-ul li .img-nav-ul-li-a-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #1f9a66;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}


/* fluffy */
.fluffy {
  margin-top: -10px;
  animation: fluffy1 3s ease infinite;
  position: relative;
  padding: 0;

  line-height: 0px;

  text-align: center;
  align-items: center;
  justify-content: center;
  color: #ceff00;
  letter-spacing: 0.2em;
  font-size: 0.9em;
  font-weight: bold;
  z-index: 1;
}


@keyframes fluffy1 {
  0% {
    transform: translateY(0)
  }

  5% {
    transform: translateY(0)
  }

  10% {
    transform: translateY(0)
  }

  20% {
    transform: translateY(-10px)
  }

  25% {
    transform: translateY(0)
  }

  30% {
    transform: translateY(-10px)
  }

  50% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(0)
  }
}

.span {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -9px;
  border-left: 1px solid #ceff00;
  border-bottom: 1px solid #ceff00;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
/* //fluffy */

/* marquee */
.marquee {
  overflow: hidden;
  border-top: 3px #fff507 solid;
  border-bottom: 3px #fff507 solid;
}

.marquee-text {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
  font-size: 7vh;
}

@keyframes marquee {
  0% {
    transform: translate(0);
  }

  100% {
    transform: translate(-100%);
  }
}
/* //marquee */





.cover-image {
  /* 画像ファイルの指定 */
  background-image: url(../img/main_nightrun_20260704.jpg);

  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;

  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;

  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  /*background-attachment: fixed;*/

  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;

  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #222;
  width: 100vw;
  height: auto;
  min-height: 90vh;
  overflow: hidden;
}

.img-nav-ul-blue a {
  background: #69f;
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  -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;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-nav-ul-dark a {
  background: #2a2626;
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  -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;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-nav-ul-green a {
  background: #0cc;
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  -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;

  display: flex;
  justify-content: center;
  align-items: center;
}

.img-nav-ul-gray a {
  background: #504b4b;
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  -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;

  display: flex;
  justify-content: center;
  align-items: center;
}

.cover-image-cnt {
  min-height: 90vh;
}

.slideContsR-h1 {
  background: rgba(2, 76, 177, 0.9);
  font-size: 4.0vmax;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}

.fadeConts-h3 {
  line-height: 0.8em;
  font-family: 'Afacad', sans-serif;
}

.h3-span {
  line-height: 0em;
}

@media screen and (max-width:768px) {
  .fb-container {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    background: #ccc;
  }

  .fb-page {
    display: block !important;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    height: 450px;
  }

}

.news-box-cnt {
  opacity: 1 !important;
}

.detail-h {
  background: #1f9a66;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  padding: 10px 15px 10px 15px;
}

.detail-p {
  padding: 15px 15px 15px 15px;
}

.detail-dt {
  padding: 2px 2px 2px 0;
}

.detail-dd {
  padding: 2px 0 2px 2px;
}

.wrap5-text {
  /*background: #e50011;*/
}

.wrap5-text-p {
  font-size: 0.9em;
  line-height: 1.5em;
}


.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_area {
  background-color: #fff;
}

a.btn--line {
  color: #fff;
  background-color: #00c601;
  font-weight: bold;
}

a.btn--line:hover {
  color: #fff;
  background: #04af05;
}

a.btn--instagram {
  color: #fff;
  background: #d6249f;
  background: -webkit-linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  font-weight: bold;
  border: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

a.btn--instagram:hover {
  color: #fff;
  background: #9b1973;
  background: -webkit-linear-gradient(45deg, #e6de83 0%, #ebe38c 5%, #e04a3b 45%, #c12290 60%, #1e49c6 90%);
  background: linear-gradient(45deg, #e6de83 0%, #ebe38c 5%, #e04a3b 45%, #c12290 60%, #1e49c6 90%);
  border: none;
}

a.btn--facebook {
  color: #fff;
  background: #1877f2;
  font-weight: bold;
  border: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

a.btn--facebook:hover {
  color: #fff;
  background: #115dbf;
  border: none;
}

a.btn--twitter {
  color: #fff;
  /*background: #1da1f2;*/
  background-color: #000;
  background-image: repeating-linear-gradient(45deg, #232323, #232323 1px, transparent 0, transparent 6px);
  font-weight: bold;
  border: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

a.btn--twitter:hover {
  color: #fff;
  /*background: #1b8cd1;*/
  background-color: #333;
  background-image: repeating-linear-gradient(45deg, #232323, #232323 1px, transparent 0, transparent 6px);
  border: none;
}

a.btn-c {
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
}

a.btn-c i.fa {
  margin-right: 1rem;
  font-size: 2.0rem;
}

a.btn-c:before {
  font-family: 'Font Awesome 6 Free';
  line-height: 1.8;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

/*LIST*/
/*
.csv2table-div
.csv2table-table-th
.csv2table-table-td
.csv2table-hoboNum
.csv2table-sortMark
.csv2table-legends


table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,table td{
  padding: 10px 0;
  text-align: center;
}

table tr:nth-child(odd){
  background-color: #eee
}
*/
.csv2table-loading {
  width: 100%;
  text-align: center;
}

.csv2table-div {
  width: 100%;
  padding: 0;
  margin: 0;
}

.csv2table-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.7em;
  /*justify-content: center;
  align-items: center;*/
}

.csv2table-table tr:nth-child(odd) {
  background-color: #eee
}

.csv2table-table-th {
  text-align: center;
}

.csv2table-table-td {
  padding: 10px 0;
  text-align: center;
}

th.csv2table-sortMark {
  content: ;
  margin: 0 0 0 10px;
  padding: 0;
}

th.csv2table-table-th {
  padding: 3% 1% 3% 1%;
}

.csv2table-hoboNum {
  padding: 10px 0;
  text-align: center !important;
}



/*//LIST*/



th.csv2table-sortMark {
  content: ;
  margin: 0 0 0 10px;

}

td.csv2table-hoboNum {}





.fadeConts2 {
  display: flex;
  align-items: center;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transform: translate(0, 80px);
  color: #fff507;
}

.fadeContsshow2 {
  opacity: 1;
  transform: translate(0, 0) !important;

}

.fadeConts2:before,
.fadeConts2:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;

}

.fadeConts2:before {
  margin-right: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: right;
}

.fadeConts2:after {
  margin-left: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: left;
}

.fadeConts2.fadeContsshow2:before {
  transform: scale(1, 1);
  transition-delay: 0.5s;

}

.fadeConts2.fadeContsshow2:after {
  transform: scale(1, 1);
  transition-delay: 0.5s;
}


.fadeConts-inst {
  display: flex;
  align-items: center;

  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transform: translate(0, 80px);
  /*color: #e50011;*/
  color: #ceff00;
}

.fadeContsshow-inst {
  opacity: 1;
  transform: translate(0, 0) !important;

}

.fadeConts-inst:before,
.fadeConts-inst:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;

}

.fadeConts-inst:before {
  margin-right: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: right;
}

.fadeConts-inst:after {
  margin-left: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: left;
}

.fadeConts-inst.fadeContsshow-inst:before {
  transform: scale(1, 1);
  transition-delay: 0.5s;

}

.fadeConts-inst.fadeContsshow-inst:after {
  transform: scale(1, 1);
  transition-delay: 0.5s;
}


.fadeConts-invitation {
  display: flex;
  align-items: center;

  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transform: translate(0, 80px);
  /*color: #e50011;*/
  color: #2a2626;
}

.fadeContsshow-invitation {
  opacity: 1;
  transform: translate(0, 0) !important;

}

.fadeConts-invitation:before,
.fadeConts-invitation:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;

}

.fadeConts-invitation:before {
  margin-right: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: right;
}

.fadeConts-invitation:after {
  margin-left: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: left;
}

.fadeConts-invitation.fadeContsshow-invitation:before {
  transform: scale(1, 1);
  transition-delay: 0.5s;

}

.fadeConts-invitation.fadeContsshow-invitation:after {
  transform: scale(1, 1);
  transition-delay: 0.5s;
}



.fadeConts3 {
  display: flex;
  align-items: center;

  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transform: translate(0, 80px);
  color: #2a2626;
}

.fadeContsshow3 {
  opacity: 1;
  transform: translate(0, 0) !important;

}

.fadeConts3:before,
.fadeConts3:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;

}

.fadeConts3:before {
  margin-right: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: right;
}

.fadeConts3:after {
  margin-left: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: left;
}

.fadeConts3.fadeContsshow3:before {
  transform: scale(1, 1);
  transition-delay: 0.5s;

}

.fadeConts3.fadeContsshow3:after {
  transform: scale(1, 1);
  transition-delay: 0.5s;
}


.fadeConts4 {
  display: flex;
  align-items: center;

  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transform: translate(0, 80px);
  color: #fff;
}

.fadeContsshow4 {
  opacity: 1;
  transform: translate(0, 0) !important;

}

.fadeConts4:before,
.fadeConts4:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;

}

.fadeConts4:before {
  margin-right: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: right;
}

.fadeConts4:after {
  margin-left: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: left;
}

.fadeConts4.fadeContsshow4:before {
  transform: scale(1, 1);
  transition-delay: 0.5s;

}

.fadeConts4.fadeContsshow4:after {
  transform: scale(1, 1);
  transition-delay: 0.5s;
}


.fadeConts5 {
  display: flex;
  align-items: center;

  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transform: translate(0, 80px);
  color: #2a2626;
}

.fadeContsshow5 {
  opacity: 1;
  transform: translate(0, 0) !important;

}

.fadeConts5:before,
.fadeConts5:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;

}

.fadeConts5:before {
  margin-right: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: right;
}

.fadeConts5:after {
  margin-left: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: left;
}

.fadeConts5.fadeContsshow5:before {
  transform: scale(1, 1);
  transition-delay: 0.5s;

}

.fadeConts5.fadeContsshow5:after {
  transform: scale(1, 1);
  transition-delay: 0.5s;
}


.fadeConts6 {
  display: flex;
  align-items: center;

  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transform: translate(0, 80px);
  color: #2a2626;
}

.fadeContsshow6 {
  opacity: 1;
  transform: translate(0, 0) !important;

}

.fadeConts6:before,
.fadeConts6:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;

}

.fadeConts6:before {
  margin-right: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: right;
}

.fadeConts6:after {
  margin-left: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: left;
}

.fadeConts6.fadeContsshow6:before {
  transform: scale(1, 1);
  transition-delay: 0.5s;

}

.fadeConts6.fadeContsshow6:after {
  transform: scale(1, 1);
  transition-delay: 0.5s;
}


.fadeConts7 {
  display: flex;
  align-items: center;

  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transform: translate(0, 80px);
  color: #fff507;
}

.fadeContsshow7 {
  opacity: 1;
  transform: translate(0, 0) !important;

}

.fadeConts7:before,
.fadeConts7:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;

}

.fadeConts7:before {
  margin-right: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: right;
}

.fadeConts7:after {
  margin-left: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: left;
}

.fadeConts7.fadeContsshow7:before {
  transform: scale(1, 1);
  transition-delay: 0.5s;

}

.fadeConts7.fadeContsshow7:after {
  transform: scale(1, 1);
  transition-delay: 0.5s;
}


.fadeConts8 {
  display: flex;
  align-items: center;

  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transform: translate(0, 80px);
  color: #000;
}

.fadeContsshow8 {
  opacity: 1;
  transform: translate(0, 0) !important;

}

.fadeConts8:before,
.fadeConts8:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;

}

.fadeConts8:before {
  margin-right: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: right;
}

.fadeConts8:after {
  margin-left: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: left;
}

.fadeConts8.fadeContsshow8:before {
  transform: scale(1, 1);
  transition-delay: 0.5s;

}

.fadeConts8.fadeContsshow8:after {
  transform: scale(1, 1);
  transition-delay: 0.5s;
}

.fadeConts9 {
  display: flex;
  align-items: center;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transform: translate(0, 80px);
  color: #fff507;
}

.fadeContsshow9 {
  opacity: 1;
  transform: translate(0, 0) !important;

}

.fadeConts9:before,
.fadeConts9:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;

}

.fadeConts9:before {
  margin-right: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: right;
}

.fadeConts9:after {
  margin-left: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: left;
}

.fadeConts9.fadeContsshow9:before {
  transform: scale(1, 1);
  transition-delay: 0.5s;

}

.fadeConts9.fadeContsshow9:after {
  transform: scale(1, 1);
  transition-delay: 0.5s;
}

.fadeConts10 {
  display: flex;
  align-items: center;

  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transform: translate(0, 80px);
  color: #2a2626;
}

.fadeContsshow10 {
  opacity: 1;
  transform: translate(0, 0) !important;

}

.fadeConts10:before,
.fadeConts10:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;

}

.fadeConts10:before {
  margin-right: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: right;
}

.fadeConts10:after {
  margin-left: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: left;
}

.fadeConts10.fadeContsshow10:before {
  transform: scale(1, 1);
  transition-delay: 0.5s;

}

.fadeConts10.fadeContsshow10:after {
  transform: scale(1, 1);
  transition-delay: 0.5s;
}

.fadeConts11 {
  display: flex;
  align-items: center;

  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transform: translate(0, 80px);
  color: #fff507;
}

.fadeContsshow11 {
  opacity: 1;
  transform: translate(0, 0) !important;

}

.fadeConts11:before,
.fadeConts11:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;

}

.fadeConts11:before {
  margin-right: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: right;
}

.fadeConts11:after {
  margin-left: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: left;
}

.fadeConts11.fadeContsshow11:before {
  transform: scale(1, 1);
  transition-delay: 0.5s;

}

.fadeConts11.fadeContsshow11:after {
  transform: scale(1, 1);
  transition-delay: 0.5s;
}

.fadeConts12 {
  display: flex;
  align-items: center;

  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transform: translate(0, 80px);
  color: #2a2626;
}

.fadeContsshow12 {
  opacity: 1;
  transform: translate(0, 0) !important;

}

.fadeConts12:before,
.fadeConts12:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;

}

.fadeConts12:before {
  margin-right: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: right;
}

.fadeConts12:after {
  margin-left: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: left;
}

.fadeConts12.fadeContsshow12:before {
  transform: scale(1, 1);
  transition-delay: 0.5s;

}

.fadeConts12.fadeContsshow12:after {
  transform: scale(1, 1);
  transition-delay: 0.5s;
}

.fadeConts14 {
  display: flex;
  align-items: center;

  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transform: translate(0, 80px);
  color: #2a2626;
}

.fadeContsshow14 {
  opacity: 1;
  transform: translate(0, 0) !important;

}

.fadeConts14:before,
.fadeConts14:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;

}

.fadeConts14:before {
  margin-right: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: right;
}

.fadeConts14:after {
  margin-left: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: left;
}

.fadeConts14.fadeContsshow14:before {
  transform: scale(1, 1);
  transition-delay: 0.5s;

}

.fadeConts14.fadeContsshow14:after {
  transform: scale(1, 1);
  transition-delay: 0.5s;
}

.fadeConts15 {
  display: flex;
  align-items: center;

  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transform: translate(0, 80px);
  color: #fff507;
}

.fadeContsshow15 {
  opacity: 1;
  transform: translate(0, 0) !important;

}

.fadeConts15:before,
.fadeConts15:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;

}

.fadeConts15:before {
  margin-right: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: right;
}

.fadeConts15:after {
  margin-left: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: left;
}

.fadeConts15.fadeContsshow15:before {
  transform: scale(1, 1);
  transition-delay: 0.5s;

}

.fadeConts15.fadeContsshow15:after {
  transform: scale(1, 1);
  transition-delay: 0.5s;
}

.fadeConts16 {
  display: flex;
  align-items: center;

  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transform: translate(0, 80px);
  color: #2a2626;
}

.fadeContsshow16 {
  opacity: 1;
  transform: translate(0, 0) !important;

}

.fadeConts16:before,
.fadeConts16:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;

}

.fadeConts16:before {
  margin-right: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: right;
}

.fadeConts16:after {
  margin-left: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: left;
}

.fadeConts16.fadeContsshow16:before {
  transform: scale(1, 1);
  transition-delay: 0.5s;

}

.fadeConts16.fadeContsshow16:after {
  transform: scale(1, 1);
  transition-delay: 0.5s;
}

.fadeConts17 {
  display: flex;
  align-items: center;

  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transform: translate(0, 80px);
  color: #ceff00;
}

.fadeContsshow17 {
  opacity: 1;
  transform: translate(0, 0) !important;

}

.fadeConts17:before,
.fadeConts17:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;

}

.fadeConts17:before {
  margin-right: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: right;
}

.fadeConts17:after {
  margin-left: 1rem;
  transform: scale(0, 1);
  transition: 0.4s;
  transform-origin: left;
}

.fadeConts17.fadeContsshow17:before {
  transform: scale(1, 1);
  transition-delay: 0.5s;

}

.fadeConts17.fadeContsshow17:after {
  transform: scale(1, 1);
  transition-delay: 0.5s;
}

/*inst*/

.box-inst {
  width: 10%;
  /*上下のpaddingと同じにする*/
  height: 0;
  padding-top: 10%;
  /*widthと同じにする*/
  position: relative;
  overflow: hidden;
  background: #333;
  display: inline-block;
  vertical-align: bottom;
}

.box-inst img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.required-mark:before {
  content: " *";
  color: #E00;
  margin: 0 3px 0 0;
}

.upload-label {
  display: inline-block;
  cursor: pointer;
  margin: 1em 0;
  padding: .7em 4.0em;
  line-height: 1.4;
  color: #FFF;
  border-radius: 2.5em;
  transition: 0.2s;
}

.upload-label:hover {
  box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.2);
}

.upload-label input {
  display: none;
}

.reset-img {
  display: inline-block;
  cursor: pointer;
  margin: 1em 0;
  padding: .7em 4.0em;
  line-height: 1.4;
  color: #FFF;
  border-radius: 2.5em;
  transition: 0.2s;
}

.reset-img:hover {
  box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.2);
}

/******************************************************************************************/


@media screen and (max-width: 480px) {
  .box-inst {
    width: 20%;
    /*上下のpaddingと同じにする*/
    height: 0;
    padding-top: 20%;
    /*widthと同じにする*/
    position: relative;
    overflow: hidden;
    background: #333;
    display: inline-block;
    vertical-align: bottom;
  }

  .box-inst img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/*//inst*/

/*//akabane-css*/




.news-box {
  border-width: 2px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  position: relative;
  display: inline-block;
  transition: all 0.7s ease-in-out;
  color: #fff507;
}

.news-box.newsboxshow {
  border-color: #fff507;
  opacity: 1;
}

.news-ul {
  padding: 0 0.5em;
  position: relative;
  font-size: .9em;
}

.news-li {
  line-height: 1.8;
  padding: 1.5em 0 1.5em 1.8em;
  border-bottom: dashed 1px #fff507;
  list-style-type: none !important;
}

.news-li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  /*アイコン種類*/
  position: absolute;
  left: 0.5em;
  /*左端からのアイコンまで*/
  color: #fff507;
  /*アイコン色*/
}

.news-li:last-of-type {
  border-bottom: none;
}

.news-li-topic {
  line-height: 1.8;
  padding: 1.5em 0 1.5em 1.8em;
  border-bottom: dashed 1px #fff507;
  list-style-type: none !important;
}

.news-li-topic:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  /*アイコン種類*/
  position: absolute;
  left: 0.5em;
  /*左端からのアイコンまで*/
  color: #fff507;
  /*アイコン色*/
}

.news-li-topic:last-of-type {
  border-bottom: none;
}





/*/img_bk*/




/*img_bk*/
#img {
  background: #fff;
  position: fixed;
  z-index: 1;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*
#img_bk {
  position: fixed;
  z-index: 3;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img_bk_class {
  margin: 0;
  overflow: hidden;
}
*/

.back-color-b {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 0;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.back-color-w {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 0;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.back-color-yellow {
  background: rgba(255, 224, 0, 0.8);
  position: absolute;
  z-index: 0;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.back-color-lightyellow {
  background: rgba(206, 255, 0, 0.9);
  position: absolute;
  z-index: 0;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.back-color-saitamared {
  background: rgba(203, 0, 35, 0.9);
  position: absolute;
  z-index: 0;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.back-color-dark {
  background: rgba(42, 38, 38, 0.8);
  position: absolute;
  z-index: 0;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.back-color-green {
  background: rgba(0, 188, 152, 0.8);
  position: absolute;
  z-index: 0;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.back-color-chibayellow {
  background: rgba(255, 245, 7, 0.9);
  position: absolute;
  z-index: 0;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.back-color-chibagreen {
  background: rgba(31, 154, 102, 0.9);
  position: absolute;
  z-index: 0;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

#wrap {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  z-index: 6;
  height: 100%;
  position: relative;
}

#wrap2 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  z-index: 5;
  height: 100%;
  position: relative;
  background: #000;
}

#wrap3 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  position: relative;
  /*background: #f1f1ee;*/
  background-image: url("../img/back_2.jpg");
  background-size: cover;
  background-position: center;
}

#wrap4 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  position: relative;
  background: #2a2626;
}

#wrap5 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  position: relative;
  background-image: url("../img/back_1.jpg");
  background-size: cover;
  background-position: center;
}

#wrap6 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  position: relative;
  /*background: #f1f1ee;*/
}

/*.wrap6_weather {
  height: 230px;
}*/

/*weatherForecast*/
.weatherForecast {
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid #ccc;
}

.weather {
  /*width: calc(100% / 6);*/
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.weather > div {
  height: 20%;
  font-size: 14px;
}

.weatherImg {
  height: 30%;
}

.tempMin {
  color: blue;
}

.tempMax {
  color: red;
}
/*//weatherForecast*/

#wrap7 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  position: relative;
  background: #000;
}

#wrap8 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  position: relative;
  background: #fff507;
}

#wrap9 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  position: relative;
  background-image: url("../img/main_nightrun_20260704.jpg");
  background-size: cover;
  background-position: center;
}

#wrap10 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  position: relative;
  background: #f8f9fa;
}

#wrap11 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  position: relative;
  background: #000;
}

#wrap12 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  position: relative;
  background: #fff507;
}

#wrap14 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  position: relative;
  background: #ceff00;
}

#wrap15 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  position: relative;
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%23000000ff'/><path d='M23.222 25.097l-3.266-2.056-3.219 2.058.983-3.847-3.042-2.503 3.936-.18 1.52-3.668 1.342 3.578 3.846.312-2.996 2.505z'  stroke-width='1' stroke='none' fill='%23fff705ac'/><path d='M.133-5.1l-1.52 3.668-3.935.18 3.043 2.504-.985 3.848L-.043 3.04l3.264 2.057-.895-3.803L5.322-1.21l-3.845-.312L.133-5.1zm40 0l-1.52 3.668-3.935.18 3.043 2.504-.985 3.848 3.221-2.059 3.264 2.057-.895-3.803 2.996-2.504-3.845-.312L40.133-5.1zm-40 40l-1.52 3.668-3.935.18 3.043 2.504-.985 3.848 3.221-2.059 3.264 2.057-.895-3.803 2.996-2.504-3.845-.312L.133 34.9zm40 0l-1.52 3.668-3.935.18 3.043 2.504-.985 3.848 3.221-2.059 3.264 2.057-.895-3.803 2.996-2.504-3.845-.312-1.344-3.579z'  stroke-width='1' stroke='none' fill='%231f9866a8'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}

#wrap16 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  position: relative;
  background: #f8f9fa;
}

#wrap17 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  position: relative;
  background-image: url("../img/main_nightrun_20260704.jpg");
  background-size: cover;
  background-position: center;
}


/* contents */
.slideConts {
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.wrap4-h4 {
  font-size: 2.7vmax;
  color: #fff;
}

.wrap4-h4-text {
  color: #222;
}

.wrap4-h4-name {
  font-size: 0.6em;
}

.wrap4-h4-p {
  font-size: 0.9em;
}

.wrap5-h4 {
  font-size: 2.7vmax;
  color: #222;
}

.wrap5-h4-text {
  color: #2a2626;
}

.wrap5-h4-name {
  font-size: 0.6em;
}

.wrap5-h4-p {
  font-size: 0.9em;
}

.wrap6-h4 {
  font-size: 2.7vmax;
  color: #222;
}

.wrap6-h4-text {
  color: #2a2626;
}

.wrap6-h4-name {
  font-size: 0.6em;
}

.wrap6-h4-p {
  font-size: 0.9em;
}

.slideContsL {
  transform: translate(0, -800px);
  transition-delay: .2s;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.slideContsR {
  transform: translate(800px, 0);
  transition-delay: .4s;
}

.slideInLeft {
  transform: translate(0, 0) !important;
}

.slideInRight {
  transform: translate(0, 0) !important;
}

.slideContsR-article {
  transform: translate(3000px, 0);
  transition-delay: .4s;
}

.slideInRight-article {
  transform: translate(0, 0) !important;
}

.slideContsL2 {
  transform: translate(-90%, 0);
}

.slideContsR2 {
  transform: translate(90%, 0);
}

.slideContsR3 {
  transform: translate(90%, 0);
}

.slideInLeft2 {
  transform: translate(0, 0) !important;
}

.slideInRight2 {
  transform: translate(0, 0) !important;
}

.slideInRight3 {
  transform: translate(0, 0) !important;
}

#cnt2 {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slideContsT {
  margin: 0 auto 50px auto;
  transform: translate(0, 300px);
}

.slideContsT2 {
  margin: 0 auto 50px auto;
  transform: translate(0, 150px);
}

.slideContsT.show {
  transform: translate(0, 0) !important;
}

.slideContsT2.show {
  transform: translate(0, 0) !important;
}


/* nav */
nav {
  overflow-y: scroll;
}

.navbar {
  background: none;
}

/*
.material-icons {
  vertical-align: middle;
}
*/
button:focus {
  outline: 0;
}

#result-menu {
  font-size: 1.2em;
}

.date_p {
  font-size: 2.8em;
  font-weight: bolder;
  margin: 0;
  padding: 0;
  font-family: "Afacad", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff507;
}

.start_p {
  font-size: 1.0em;
  background: #fff;
  color: #2a2626;
}

.day_p {
  font-size: 1.7em;
  background: #fff;
  color: #2a2626;
}

.day_p_sp {
  font-size: 1.7em;
  background: #fff;
  color: #2a2626;
}

.hour_p {
  font-size: 1.7em;
  background: #fff;
  color: #2a2626;
}

.hour_p_sp {
  font-size: 1.7em;
  background: #fff;
  color: #2a2626;
}

.min_p {
  font-size: 1.7em;
  background: #fff;
  color: #2a2626;
}

.min_p_sp {
  font-size: 1.5em;
  background: #fff;
  color: #2a2626;
}

.sec_p {
  font-size: 1.7em;
  background: #fff;
  color: #2a2626;
}

.menu-icon-xs {
  background: #1f9a66;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 0 0 0 5px;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor: pointer;
}

.menu-trigger {
  position: relative;
  width: 25px;
  height: 20px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}


.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

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

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

.open .menu-icon {
  background: #fff;
  z-index: 999;
}

.open .menu-trigger span {
  background: #fff;
}

.open .navbar-brand {
  color: #fff;
  z-index: 992;
}

#gnav {
  z-index: 1;
}


.cb-header {
  z-index: 991;
}

.gnav-nav-logo {
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.nav-cnt-three {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-cnt-three-border-l {
  display: inline-block;
  border-right: 1px solid #fff507;
  margin: 0;
  padding: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: start;
  align-items: center;
}

.nav-cnt-three-border-l:before {
  white-space: pre;
  content: ' ';
}

.nav-cnt-three-border-r {
  display: inline-block;
  border-right: 1px solid #fff507;
  margin: 0;
  padding: 0;
  right: 0;
  position: absolute;
  display: flex;
  justify-content: end;
  align-items: center;
}

.nav-cnt-three-border-r:before {
  white-space: pre;
  content: ' ';
}

.nav-cnt-three-border-b {
  display: inline-block;
  border-bottom: 1px solid #fff507;
  bottom: 0;

  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-cnt-three-li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  text-align: center;
}

.nav-cnt-three-li-a {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff507;
  transition: color .6s ease;
}

.nav-cnt-three-li-a:hover {
  color: #1f9a66;
  text-decoration: none;
}

.gloval-nav-cnt-sns-a {
  line-height: 1.2em;
  letter-spacing: 0.05em;
  color: #fff507;
  transition: color .6s ease;
}

.gloval-nav-cnt-sns-a:hover {
  color: #1f9a66;
  text-decoration: none;
}

#gloval-nav {
  background: rgba(42, 38, 38, 0.95);
  color: #fff507;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.0em;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

/*.gloval-div {
  display: flex;
  justify-content: center;
  align-items: center;
}*/

#gloval-nav .nav-link {
  display: block;
  color: #fff507;
  text-decoration: none;
  padding: 10px 0;
  transition: color .6s ease;
  margin: 0;
}

#gloval-nav .nav-link strong {
  color: #fff507;
}

#gloval-nav .nav-link:hover {
  color: #1f9a66;
}

#gloval-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /*
  display: flex;
  justify-content: center;
  */
}

#gloval-nav .nav-item {
  opacity: 0;
  transform: translateX(200px);
  transition: transform .6s ease, opacity .2s ease;
  margin: 0 0 0 0;
  padding: 5px;
  text-align: center;
  border-bottom: 1px solid #fff507;
  font-size: 0.9em;
}

.nav-item-border-right {
  border-right: 1px solid #fff507;
}

.arrow::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f35a';
  font-size: 1.0em;
  position: absolute;
  width: 26px;
  height: 26px;
  right: 10px;
}

#gloval-nav li:nth-child(2) {
  transition-delay: .15s;
}

#gloval-nav li:nth-child(3) {
  transition-delay: .3s;
}

#gloval-nav li:nth-child(4) {
  transition-delay: .45s;
}

#gloval-nav li:nth-child(5) {
  transition-delay: .6s;
}

#gloval-nav li:nth-child(6) {
  transition-delay: .75s;
}

#gloval-nav li:nth-child(7) {
  transition-delay: .9s;
}

#gloval-nav div {
  opacity: 0;
  transform: translateX(200px);
  transition: transform .6s ease, opacity .2s ease;
}

/* open */
.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1.0;
}

.open #gloval-nav li {
  opacity: 1.0;
  transform: translateX(0);
  transition: transform 1s ease, opacity .9s ease;
}

.open #gloval-nav div {
  opacity: 1.0;
  transform: translateX(0);
  transition: transform 1s ease, opacity .9s ease;
}








/* footer */


footer {
  margin-top: auto;
  background: #222;
  z-index: 5;
  font-size: 0.7em;
}


#menu-icon {
  background: #1f9a66;
  z-index: 998;
  position: fixed;
  opacity: 0.8;
  top: -100px;
  right: 10px;
}


/* entry_link */
#entry_link {
  position: fixed;
  bottom: 20%;
  right: -40%;
  background: none;
  opacity: 0.9;
  z-index: 5;
}

#entry_link a {
  background: #1f9a66;
  color: #fff;
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: bold;
  writing-mode: vertical-rl;
  border-radius: 10px 0 0 10px;
  padding: 20px 12px 20px 8px;
}

#entry_link a::before {
  font-weight: 900;
  font-size: 25px;
  color: #1f9a66;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  letter-spacing: 0;
}

/* page_top */
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: -5px;
  bottom: -100px;
  background: none;
  opacity: 0.8;
  border-radius: 50%;
  z-index: 5;
}

#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #1f9a66;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  letter-spacing: 0;
}





/*css3*/

/* fadein */
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@keyframes fadein2 {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/*article*/
.cover-image-article {
  /* 画像ファイルの指定 */
  background-image: url(../img/main_nightrun_20260704.jpg);

  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;

  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;

  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  /*background-attachment: fixed;*/

  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;

  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: rgba(255, 255, 255, 0.5);
  width: 100vw;
  height: auto;
  min-height: 20vh;
  overflow: hidden;
}

.cover-image-article-cnt {
  min-height: 20vh;
}

.slideContsL-back-w {
  background: rgba(206, 255, 0, 0.9);
}

.slideContsL-back-saitamared {
  background: rgba(203, 0, 35, 0.9);
}

.slideContsL-back-black {
  background: rgba(0,0,0, 0.9);
}

.slideContsL-back-chibayellow {
  background: rgba(255, 245, 7, 0.9);
}

.slideContsL-back-chibagreen {
  background: rgba(31, 154, 102, 0.9);
}

.slideContsR-h1-article {
  background: rgba(0, 0, 0, 0.9);
  font-size: 2.6vmax;
  line-height: 1.7em;
  letter-spacing: 0.05em;
}

.cnt_main_left_main_ul {
  width: 100%;
  margin: 0 0 2px 0;
  padding: 0;
  background: #666666;
  list-style: none;
  text-align: left;
}

.cnt_main_left_main_table_ul_left {
  width: 28%;
  font-size: 14px;
  margin: 1px 0 2px 0;
  padding: 2% 2% 2% 2%;
  background: #666666;
  color: #ffffff;
}

.cnt_main_left_main_table_ul_left {
  float: left;
  color: #ffffff;
  margin: 0;
  padding: 2%;
  width: 24%;
  font-size: 1.1vw;
}

.cnt_main_left_main_table_ul_right {
  float: right;
  margin: 0;
  padding: 2%;
  width: 67%;
  border-left: 2px #ffffff solid;
  background: #efefef;
  font-size: 1.1vw;
}

.cnt_main_left_main_table_ul_right_a {
  color: #ff5b5b;
}

.cnt_main_left_main_table_ul_right_icon {
  float: left;
  width: 32%;
  margin: 0 1% 0 0;
  padding: 0;
  text-align: center;
}

.cnt_main_left_main_table_ul_right_icon a {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.cnt_main_left_main_table_ul_right_icon img {
  width: 100%;
  margin: 0;
  padding: 0;
  -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;
}

.cnt_main_left_main_table_ul_right_icon img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: #ffffff;
}

.entry-box-a {
  color: #fff;
}

.entry-box-a:hover {
  color: #fff;
  text-decoration: none;
}

/* //article */



/* terms ol */
.box-ol p {
  font-size: 0.9em;
  margin: 1em 0 1em 0;
}

.box-ol ol li {
  font-size: 0.9em;
  margin: 0 0 20px 0;
  padding: 0;
}

.box-ol hr {
  margin: 2em 0 2em 0;
  border: dashed 0.5px #2a2626;
}

/* //terms ol */

/* bxslider */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/* //bxslider */

/* voice bxslider */
.bx-wrapper {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.volice-slider {
  padding: 0;
}

.volice-slider li {
  color: #fff;
  list-style: none;
  width: 80%;
  margin: 0 auto 0 auto;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  background: none;

}

.bx-wrapper .bx-prev::after,
.bx-wrapper .bx-next::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(42, 38, 38, 0.62);
  font-size: 3.0em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-indent: 0px;
}

.bx-wrapper .bx-prev::after {
  left: -30px;
  content: "\f137";
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.bx-wrapper .bx-next::after {
  right: -30px;
  content: "\f138";
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.bx-wrapper .bx-prev:hover::after,
.bx-wrapper .bx-next:hover::after {
  color: #2a2626;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 9998;
}

/* //voice bxslider */

/* voice balloon */
#voice-box {
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.voice-box-li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.wf-nicomoji {
  font-family: "Nico Moji";
}

/* 吹き出し本体 */
.voice-left {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #222;
  background-color: #fff;
  text-align: left;
  margin-left: 70px;
  margin-bottom: 20px;
  border: 2px solid #222;
  /* 左に余白を設ける */
}

/* 画像 - 絶対配置で左上に配置 */
.voice-left .icon {
  position: absolute;
  left: -70px;
  top: 0;
  font-size: 35px;
  color: #222;
}

/* 三角アイコン */
.voice-left::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #222;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.voice-left::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 20px;
  border-right: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* 吹き出し本体 */
.voice-right {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #222;
  background-color: #fff;
  text-align: left;
  margin-right: 70px;
  margin-bottom: 20px;
  border: 2px solid #222;
  /* 右に余白を設ける */
}

/* 画像 - 絶対配置で右上に配置 */
.voice-right .icon {
  position: absolute;
  right: -70px;
  top: 0;
  font-size: 35px;
  color: #222;
}

/* 三角アイコン */
.voice-right::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #222;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.voice-right::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -12px;
  top: 20px;
  border-left: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* //voice balloon */

/* faq balloon */
/* 吹き出し本体 */
.balloon-left {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #333;
  background-color: #fff;
  margin-left: 80px;
  margin-bottom: 20px;
  border: 2px solid #333;
  /* 左に余白を設ける */
}

/* 画像 - 絶対配置で左上に配置 */
.balloon-left .icon {
  position: absolute;
  left: -80px;
  top: 0;
  font-size: 45px;
  color: #fff;
}

/* 三角アイコン */
.balloon-left::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #333;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.balloon-left::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 20px;
  border-right: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* 吹き出し本体 */
.balloon-right {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #000;
  background-color: #fff507;
  margin-right: 80px;
  margin-bottom: 50px;
  /* 右に余白を設ける */
}

/* 画像 - 絶対配置で右上に配置 */
.balloon-right .icon {
  position: absolute;
  right: -80px;
  top: 0;
  font-size: 45px;
  color: #fff507;
}

/* 三角アイコン */
.balloon-right::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #fff507;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
/* //faq balloon */

/*--------------------------------------
コンバージョンアップボタン 黄色（中央寄せ）
--------------------------------------*/
.button3,
a.button3,
button.button3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #000;
  border-radius: 0.5rem;
}

.button3-wrap {
  margin: 30px 0;
  text-align: center;
}

a.button3-c {
  font-size: 1.15rem;
  width: 100%;
  position: relative;
  padding: 0.25rem 2rem 0.9rem 2.1rem;
  color: #fff;
  background: #1f9a66;
  -webkit-box-shadow: 0 5px 0 #1f9a66;
  box-shadow: 0 5px 0 #125539;
  display: flex;
  justify-content: center;
}

a.button3-c span {
  font-size: 0.8rem;
  position: absolute;
  top: -10px;
  /*left: calc(50% - 150px);*/
  display: block;
  /*width: 300px;*/
  padding: 0.2rem 0;
  color: #333;
  border: 2px solid #333;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.button3-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #125539;
  -webkit-box-shadow: 0 2px 0 #125539;
  box-shadow: 0 2px 0 #153829;
}

a.button3-c:hover:before {
  left: 2rem;
}

/*--------------------------------------
コンバージョンアップボタン 赤色（中央寄せ）
--------------------------------------*/

/* invitation */
.invitation-box {
  position: relative;
  /*border: solid 2px #333;*/
  background: #fff;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.invitation-box-white {
  position: relative;
  border: solid 2px #333;
  background: #fff;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.invitation-white-box-a {
  text-decoration: none
}

.invitation-white-box-a:hover {
  text-decoration: none
}

.invitation-white {
  background: #fff;
}

.invitation-red {
  background: #e50000;
}

.invitation-yellow {
  background: #ffce00;
}

.invitation-blue {
  background: #006cff;
}

.invitation-green {
  background: #00d462;
}

.invitation-purple {
  background: #7300d6;
}

.invitation-box-title {
  position: absolute;
  display: inline-block;
  /*top: -2px;*/
  /*left: -2px;*/
  top: 0;
  left: 0;
  font-weight: bold;
  /*background: #333;*/
  color: #fff;
  font-weight: bold;
  border-radius: 5px 0 5px 0;
  z-index: 3;
}

.invitation-box-cnt {
  position: relative;
  display: inline-block;
  top: -15px;
  left: 0;
  margin: 0;
  padding: 0;
  font-weight: bold;
  z-index: 2;
}

.invitation-box-img {
  border-radius: 5px;
}

.invitation-box-name {
  margin: -5px 0 0 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.invitation-box-text {
  color: #fff;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
}

.sns-instagram {
  font-weight: bold;
  position: absolute;
  display: inline-block;
  border-radius: 5px;
  z-index: 4;
  bottom: -2px;
  right: 7px;
  color: #fff;
}

.sns-instagram:hover {
  color: #fff;
}

.sns-2 {
  font-weight: bold;
  position: absolute;
  display: inline-block;
  border-radius: 5px;
  z-index: 4;
  bottom: -2px;
  right: 37px;
  color: #fff;
}

.sns-2:hover {
  color: #fff;
}

.instagram-text-color {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  border-radius: 5px;
  padding: 2px 3px 2px 3px;
}

.twitter-text-color {
  background: #1c9bf0;
  border-radius: 5px;
  padding: 2px 3px 2px 3px;
}

/* //invitation */


/* record */
.record_table {
  border: 1px solid #999999;
  font-size: 0.9em;
}

.record_table_rank {
  width: 12%;
  margin: 0;
  text-align: center;
  padding: 5px 1% 5px 1%;
  border: 1px solid #999999;
}


.record_table_day {
  width: 18%;
  margin: 0;
  text-align: center;
  padding: 5px 1% 5px 1%;
  border: 1px solid #999999;
}

.record_table_name {
  width: 25%;
  margin: 0;
  text-align: center;
  padding: 5px 1% 5px 1%;
  border: 1px solid #999999;
}

.record_table_age {
  width: 18%;
  margin: 0;
  text-align: center;
  padding: 5px 1% 5px 1%;
  border: 1px solid #999999;
}

.record_table_time {
  width: 17%;
  margin: 0;
  text-align: center;
  padding: 5px 1% 5px 1%;
  border: 1px solid #999999;
}

.record_table_linebottom {
  border-bottom: 2px dotted #999999;
}

.record_table_deleteline {
  border-top: none;
}

.menu_search_list_tr_td_ex_tournament_relay_rank {
  width: 10%;
  margin: 0;
  text-align: center;
  padding: 5px 2% 5px 2%;
}

.menu_search_list_tr_td_ex_tournament_relay_teamname {
  width: 40%;
  margin: 0;
  text-align: center;
  padding: 5px 2% 5px 2%;
}

.menu_search_list_tr_td_ex_tournament_relay_time {
  width: 17%;
  margin: 0;
  text-align: center;
  padding: 5px 2% 5px 2%;
}

.menu_search_list_tr_td_ex_tournament_relay_ownturn {
  width: 11%;
  margin: 0;
  text-align: center;
  padding: 5px 2% 5px 2%;
}

.menu_search_list_tr_td_ex_tournament_relay_name {
  width: 24%;
  margin: 0;
  text-align: center;
  padding: 5px 2% 5px 2%;
}

.menu_search_list_tr_td_ex_tournament_relay_namekana {
  width: 24%;
  margin: 0;
  text-align: center;
  padding: 5px 2% 5px 2%;
}

.menu_search_list_tr_td_ex_tournament_relay_owntime {
  width: 20%;
  margin: 0;
  text-align: center;
  padding: 5px 2% 5px 2%;
}

.record_table_rank_relay {
  width: 10%;
  margin: 0;
  text-align: center;
  padding: 5px 2% 5px 2%;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.record_table_teamname_relay {
  width: 40%;
  margin: 0;
  text-align: center;
  padding: 5px 2% 5px 2%;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-bottom: 2px dotted #999999;
}

.record_table_time_relay {
  width: 17%;
  margin: 0;
  text-align: center;
  padding: 5px 2% 5px 2%;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-bottom: 2px dotted #999999;
}

.record_table_ownturn_relay {
  width: 11%;
  margin: 0;
  text-align: center;
  padding: 5px 2% 5px 2%;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-bottom: 2px dotted #999999;
}

.record_table_name_relay {
  width: 24%;
  margin: 0;
  text-align: center;
  padding: 5px 2% 5px 2%;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-bottom: 2px dotted #999999;
}

.record_table_namekana_relay {
  width: 24%;
  margin: 0;
  text-align: center;
  padding: 5px 2% 5px 2%;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-bottom: 2px dotted #999999;
}

.record_table_owntime_relay {
  width: 20%;
  margin: 0;
  text-align: center;
  padding: 5px 2% 5px 2%;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-bottom: 2px dotted #999999;
}

/*turn4*/
.record_table_ownrank_relay_4 {
  width: 10%;
  margin: 0;
  text-align: center;
  padding: 5px 2% 5px 2%;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.record_table_ownturn_relay_4 {
  width: 11%;
  margin: 0;
  text-align: center;
  padding: 5px 2% 5px 2%;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.record_table_name_relay_4 {
  width: 24%;
  margin: 0;
  text-align: center;
  padding: 5px 2% 5px 2%;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.record_table_namekana_relay_4 {
  width: 24%;
  margin: 0;
  text-align: center;
  padding: 5px 2% 5px 2%;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.record_table_owntime_relay_4 {
  width: 20%;
  margin: 0;
  text-align: center;
  padding: 5px 2% 5px 2%;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

/* //record */

/* contact */
.mailForm {
  font-size: 0.9em;
}

textarea {
  resize: none;
}


textarea::placeholder {
  font-size: 0.9em;
}

.mailForm__submit {
  background: #2a2626;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.mailForm__submit:hover {
  background: rgb(0, 104, 217);
  color: #fff;
}

/* //contact */

/* about_list */
.about-list-box a:hover {
  text-decoration: none;
}

/* //about_list */

/* terms */
.terms-box {
  
}

.terms-cnt {
  line-height: 2.0em;
}
/* //terms */

/* detail */
.detail-box {
  border-top: solid 5px #4ec4d3;
  border-bottom: solid 5px #4ec4d3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.detail-box-2 {
  position: relative;
  background: #f66;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.detail-box-2:after {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 47%;
  border: 15px solid transparent;
  border-bottom: 15px solid #dc3545;
  width: 0;
  height: 0;
}

/* //detail */