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

.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: #222;
}

.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: #e50011;
  -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: #e50011;
}

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

.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: #e50011;
  -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: #222;
  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 #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}





.cover-image {
  /* 画像ファイルの指定 */
  background-image: url(../img/main.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-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;
}

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

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

.fadeConts-h3 {
  line-height: 0.8em;
}

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

.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: #e50011;*/
  color: #e50011;
}

.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: #e50011;
}

.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: #e50011;
}

.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: #e50011;
}

.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: #e50011;
}

.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: #e50011;
}

.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: #e50011;
}

.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: #e50011;
}

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

/*inst*/

.box-inst {
  width: 16.66666%;
  /*上下のpaddingと同じにする*/
  height: 0;
  padding-top: 16.66666%;
  /*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: 33.33333%;
    /*上下のpaddingと同じにする*/
    height: 0;
    padding-top: 33.33333%;
    /*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;
}

.news-box.newsboxshow {
  border-color: #e50011;
  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 #e50011;
  list-style-type: none !important;
}

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

.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 #e50011;
  list-style-type: none !important;
}

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

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

}

#wrap {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  z-index: 2;
  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;
}

#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: #e50011;
}

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

#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;*/
  background-image: url("../img/back_1.jpg");
  background-size: cover;
  background-position: center;
}

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

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


/* 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: #e50011;
}

.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: #e50011;
}

.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: 0.8em;
}

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

.menu-icon-xs {
  background: #e50011;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
}

.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 #e50011;
  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 #e50011;
  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 #e50011;
  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: #222;
  transition: color .6s ease;
}

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

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

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

#gloval-nav {
  background: #fff;
  color: #e50011;
  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: #222;
  text-decoration: none;
  padding: 10px 0;
  transition: color .6s ease;
  margin: 0;
}

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

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

#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 #e50011;
  font-size: 0.9em;
}

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

.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: #e50011;
  z-index: 998;
  position: fixed;
  top: -100px;
  right: 10px;
}


/* page_top */
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 10px;
  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: #e50011;
  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.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(255, 255, 255, 0.9);
}

.slideContsR-h1-article {
  background: rgba(0, 0, 0, 0.9);
  font-size: 3.0vmax;
  line-height: 1.5em;
  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 #e50011;
}

/* //terms ol */

/* 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(229, 0, 17, 0.7);
  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: #e50011;
}

.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: #222;
  background-color: #fff;
  margin-left: 80px;
  margin-bottom: 20px;
  border: 2px solid #222;
  /* 左に余白を設ける */
}

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

/* 三角アイコン */
.balloon-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;
}

.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: #fff;
  background-color: #3100ff;
  margin-right: 80px;
  margin-bottom: 50px;
  /* 右に余白を設ける */
}

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

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

/* //faq balloon */


/* 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: 5px;
}

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

.blog-text-color {
  background: #1414b9;
  border-radius: 5px;
  padding: 5px;
}

.xtwitter-text-color {
  background: #0f141a;
  border-radius: 5px;
  padding: 5px;
}

/* //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: #3100ff;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 0.9em;
}

.mailForm__submit:hover {
  background: #2200b1;
  color: #fff;
}

/* //contact */

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

/* //about_list */

/* 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 */