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

a:hover {
  text-decoration: none;
  
}

.cabin {
  font-family: 'Cabin Sketch', cursive;
}

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

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

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

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

.line18 {
  line-height: 1.8em
}

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

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

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

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

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

.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: #00bc98;
  -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/20241027_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(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: 'Yusei Magic', 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-blue {
  background: rgb(3, 123, 255, 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%;
}

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

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

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

#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/20241027_main.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: #343a40;
}

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

#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-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='80' height='20' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M-20.133 4.568C-13.178 4.932-6.452 7.376 0 10c6.452 2.624 13.036 5.072 20 5 6.967-.072 13.56-2.341 20-5 6.44-2.659 13.033-4.928 20-5 6.964-.072 13.548 2.376 20 5s13.178 5.068 20.133 5.432'  stroke-width='1' stroke='hsla(174, 100%, 29%, 0.26)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
    
}

#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='100' height='100' patternTransform='scale(5) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M37.13-4.8a2.7 2.7 0 00-1.79.75c-.56.56-.88 1.3-1.14 2.04-.54 1.46-1 2.96-1.38 4.48-.42 1.72-.78 3.56-1.96 4.9.88.88 2.3.72 3.52.5a267.6 267.6 0 0010.58-2.14c.48-.78-.16-1.76-.74-2.5a39.72 39.72 0 01-4.32-6.58c-.5-1-1.66-1.5-2.77-1.45zm-.61 4.58c.24-.06.46.18.6.4.78 1.24 1.58 2.48 2.4 3.72.12.18.28.38.5.4.06.24-.24.4-.48.48-1.48.4-2.98.68-4.52.84a42.4 42.4 0 001.5-5.84zm50.79 2.69c-.32.02-.63.1-.91.26-1.14.56-2.42 1.3-2.6 2.58-.07.54.1 1.1.28 1.63 1.3 4.13 2.87 8.19 4.68 12.14.17.38.68.5 1.07.37.42-.08.72-.37 1.02-.66l6.3-6.1c.86-.83.85-2.28.29-3.36-.75-1.45-2.2-2.34-3.59-3.16l-5.63-3.35c-.27-.19-.58-.3-.91-.35zm-.13 4.36c.1 0 .23.04.31.1.86.5 1.7 1.03 2.57 1.54l4.07 2.49c.4.23.84.65.68 1.08-.04.13-.17.24-.27.35l-3.03 2.7c-.09.07-.2.18-.31.16a.38.38 0 01-.27-.16c-.76-.82-.74-2.15-1.46-3.02-1.23-1.46-1.24-3.68-2.5-5.1.01-.1.1-.14.2-.14zM49.56 18.94c-1.14 0-2.38.5-2.84 1.52-.18.42-.22.88-.26 1.32a30.9 30.9 0 001.22 10.98l-.46.74a5 5 0 002.22.82c.8.04 1.66-.4 1.88-1.16.28-1 .98-1.84 1.64-2.66a77.67 77.67 0 006.06-8.62c.26-.44.52-.94.34-1.4-.28-.68-1.24-.68-2-.6-1.48.14-3 .06-4.46-.28-1.1-.26-2.2-.64-3.34-.66zm.82 2.64l3.92.6c.08.02.18.02.24.08.16.14.06.4-.04.6l-1.2 2.02c-.2.32-.38.66-.6.98-.62.94-1.34 1.86-2.14 2.68-.1.12-.3.22-.4.12a.22.22 0 01-.06-.14 22.3 22.3 0 01-.5-6.62c.02-.32.46-.36.78-.32zm-51.5 5.45c-.69-.04-1.4.46-1.47 1.14l-.64 7.62c-.12 1.38-.2 2.88.6 4.02a3.12 3.12 0 004.38.56 50.22 50.22 0 018.02-5.54c.3-.16.64-.36.76-.68.06-.2.04-.42 0-.6-.22-.86-1.16-1.32-2-1.66l-7.4-3.04c-.3-.12-.44-.46-.62-.72-.36-.58-.96-1.06-1.64-1.1zm100 0c-.69-.04-1.4.46-1.47 1.14l-.64 7.62c-.12 1.38-.2 2.88.6 4.02a3.12 3.12 0 004.38.56 50.18 50.18 0 018.02-5.54c.3-.16.64-.36.76-.68.06-.2.04-.42 0-.6-.22-.86-1.16-1.32-2-1.66l-7.4-3.04c-.3-.12-.44-.46-.62-.72-.36-.58-.96-1.06-1.64-1.1zM1.34 31.37c.13.03.26.08.38.14l3.16 1.44c.14.08.34.22.32.4-.02.12-.12.18-.22.26L.25 36.83c-.06-1.6.06-3.2.36-4.76.04-.26.12-.54.36-.66a.58.58 0 01.38-.04zm100 0c.13.03.26.08.38.14l3.16 1.44c.14.08.34.22.32.4-.02.12-.12.18-.22.26l-4.74 3.22c-.06-1.6.06-3.2.36-4.76.04-.26.12-.54.36-.66a.6.6 0 01.38-.04zM75.3 45.49c-1.53-.02-3.05 1.32-3.03 2.88.03 2.62-.19 5.26-.68 7.84-.16.93-.26 2.1.54 2.56 3.45-.98 6.9-2.02 10.32-3.14 1.18-.39 2.51-.92 2.87-2.1-1.68-.63-2.87-2.08-4.05-3.4a42.97 42.97 0 00-3.34-3.28c-.56-.56-1.23-1-1.98-1.26a2.84 2.84 0 00-.65-.1zm1.43 4.03a42.4 42.4 0 004.09 4.43 28.54 28.54 0 01-4.38 1.4c-.25.04-.59.04-.65-.2.18-.12.23-.37.25-.58.13-1.48.25-2.95.35-4.42.02-.26.1-.57.34-.63zm-16.87 9.85c-.8-.02-1.56.43-2.1 1.02-.55.6-.9 1.33-1.27 2.04l-4.03 8.22c.91.2 1.83.44 2.74.66 1.9.45 3.83.9 5.74 1.38a11 11 0 002.88.45c.77 0 1.62-.24 1.99-.92.36-.67-.23-1.73-.97-1.5.42-.2.7-.64.7-1.1.01-.19-.03-.4-.08-.57a34.2 34.2 0 00-2.58-6.99c-.64-1.27-1.59-2.65-3.02-2.7zm.36 3.47a.3.3 0 01.2.04c.1.06.15.16.2.25.62 1.3 1.16 2.63 1.6 4l.95 2.76c.06.2.08.45-.1.53-.09.05-.17.02-.25 0l-3.93-.93c-.35-.07-.69-.2-.99-.4-.28-.23-.45-.62-.29-.95l2.15-4.8c.08-.21.26-.46.46-.5zm-36.45.95c-.17.01-.33.04-.49.1-.49.2-.8.75-.85 1.28-.04.52.07 1.06.22 1.58l2.73 10.68c.15.52.47 1.18 1 1.06.35-.09.53-.45.66-.76a14.31 14.31 0 015.82-6.59 3.32 3.32 0 00.11-5.71 6.33 6.33 0 00-2.17-.76 44.6 44.6 0 00-7.03-.88zm2.17 3.51c1.56.2 3.13.5 4.65.85.13.04.05.27-.05.36l-3.88 4c-.06.07-.17.14-.26.1a32.1 32.1 0 01-1.3-4.87c-.06-.36.48-.48.84-.44zM11.8 76.63c-.33-.02-.66-.01-.98 0-.3.02-.65.05-.92.2-.29.18-.47.47-.63.75C8.15 79.46 7 81.33 5.9 83.2c-.82 1.39-1.7 2.86-1.66 4.48.02 1.22.7 2.51 1.85 2.84l8.43 2.37c.4.12.81.23 1.22.1.4-.06.8-.4.77-.83-.3-4.33-.83-8.65-1.64-12.9a3.72 3.72 0 00-.54-1.58c-.57-.78-1.54-1-2.53-1.04zm.42 3.94c.05 0 .09.02.12.06-.44 1.86.6 3.82.21 5.69-.23 1.1.43 2.27.14 3.35 0 .1-.06.18-.15.26-.1.08-.24.03-.36.01L8.24 89c-.14-.04-.3-.07-.4-.17-.35-.3-.16-.88.09-1.28.79-1.38 1.6-2.75 2.4-4.12l1.52-2.57c.08-.14.24-.28.37-.28zm75.86 3.21a4 4 0 00-.9.13c-1.2.3-2.33 1.3-2.33 2.52a64.68 64.68 0 013.7 7.99c.2.52.5 1.13 1.06 1.17.82.06 1.31-1.18 2.14-1.13.85.07 1.66-.46 2.17-1.12.5-.66.8-1.47 1.06-2.28.63-1.86 1.28-3.7 1.9-5.57.07-.22.17-.45.1-.68-.14-.43-.7-.56-1.14-.46-.44.1-.83.36-1.27.41-.36.06-.72-.02-1.05-.09l-2.69-.55c-.9-.18-1.83-.38-2.75-.34zm2.4 3.16l3.04.86-1.33 3.56c-.05.12-.15.27-.27.22a.37.37 0 01-.12-.14l-1.6-3.57c-.08-.19-.17-.39-.14-.59.03-.2.24-.4.43-.34zm-53.35 8.24c-.66.04-1.3.28-1.79.76-.56.56-.88 1.3-1.14 2.04-.54 1.46-1 2.96-1.38 4.48-.42 1.72-.78 3.56-1.96 4.9.88.88 2.3.72 3.52.5a267.6 267.6 0 0010.58-2.14c.48-.78-.16-1.76-.74-2.5a39.72 39.72 0 01-4.32-6.58c-.5-1-1.66-1.51-2.77-1.45zm-.61 4.58c.24-.06.46.18.6.4.78 1.24 1.58 2.48 2.4 3.72.12.18.28.38.5.4.06.24-.24.4-.48.48-1.48.4-2.98.68-4.52.84a42.4 42.4 0 001.5-5.84z'  stroke-width='1' stroke='none' fill='hsla(174, 100%, 29%, 0.15)'/><path d='M63.57-5.21c-.72.04-1.43.43-1.9 1a4.5 4.5 0 00-.87 2.77c-.04 2.65-.1 5.3-.13 7.95 0 .23 0 .48.16.6.24.26.65.13.98-.02 2.78-1.26 5.75-1.96 8.71-2.7.52-.1 1.02-.27 1.48-.54.97-.7 1.24-2.04.62-3.07-.33-.51-.31-1.25-.8-1.6-2.35-1.7-4.76-3.41-7.52-4.29a2.2 2.2 0 00-.72-.09zm.29 3.31c.3-.08.58.07.84.2l1.88.98c1.1.59 2.26 1.22 2.88 2.3-1.73.57-3.5 1.04-5.28 1.42-.15.01-.35.04-.5-.04-.09-.1-.1-.26-.1-.4-.06-1.48.04-3 .28-4.46zM8.96 1.25a1.8 1.8 0 00-1.16.53c-.58.6-.76 1.5-.9 2.32l-1.54 8.58c-.18.98-.36 2-.16 2.98.18.98.82 1.94 1.8 2.22a2.3 2.3 0 001.74-.24l.14-1.16c2.38-.06 4.42-1.7 6.24-3.24l5.7-4.8c.16-.14.32-.28.4-.48.18-.48-.22-.96-.64-1.26-1.58-1.18-3.6-1.58-5.52-2.08-1.9-.52-3.9-1.28-5.02-2.9-.24-.35-.65-.5-1.08-.47zm1.72 4.01c1.78.66 3.56 1.3 5.32 1.96.1.04.2.08.26.18.08.14-.02.32-.14.44a19.17 19.17 0 01-6.24 5.14c-.16.08-.38.16-.5.02-.08-.1-.06-.24-.04-.34.36-2.48.8-4.96 1.34-7.4zm64.94 12.23c-.66.05-1.29.44-1.36 1.08-.21 1.95-1.61 3.57-3.04 4.93-1.45 1.35-3.04 2.66-3.87 4.45-.23.46-.36 1.08.03 1.41.17.14.37.2.58.24l7.3 1.52c2.33.5 4.9.97 7.03-.1l.67.95c.6.01 1.21-.2 1.65-.62.73-.7.83-1.86.53-2.8A7.9 7.9 0 0083.58 26c-1.81-2.27-3.6-4.56-5.42-6.83-.51-.65-1.1-1.36-1.9-1.61a1.7 1.7 0 00-.64-.07zM24.2 21.02c-.4 0-.8.1-1.15.3-1.24.72-1.42 2.38-1.38 3.8a34.2 34.2 0 001.04 7.38c.04.18.1.38.2.54.22.4.68.66 1.14.64-.76.14-.78 1.36-.14 1.78.64.42 1.5.22 2.18-.14.86-.44 1.6-1.1 2.32-1.76l4.4-3.94 2.1-1.88-7.44-5.32c-.66-.46-1.32-.94-2.08-1.2-.38-.13-.8-.2-1.2-.2zm51.18.96c1.63 1.9 3.2 3.88 4.69 5.89.06.08.15.19.13.31-.04.18-.27.22-.45.23-2.72.05-5.45-.5-7.94-1.57-.16-.05-.33-.16-.33-.32 0-.12.08-.2.15-.28 1.23-1.42 2.5-2.83 3.75-4.25zm-51 2.58c.2-.06.47.07.65.22l4.16 3.2c.3.22.34.64.2.98-.14.32-.42.58-.68.82l-3.02 2.68c-.06.06-.12.12-.22.12-.2.02-.3-.22-.34-.42l-.48-2.88a32.52 32.52 0 01-.48-4.28c0-.1 0-.22.06-.32.04-.07.1-.1.16-.12zm22.89 17.66c-.55.04-1.08.25-1.46.64-2.02 2.09-3.32 4.73-4.6 7.35-.26.53.12 1.17.07 1.78-.06 1.2.8 2.25 2 2.41.52.05 1.04-.07 1.55-.2 2.95-.77 5.9-1.55 8.95-1.76.37-.03.79-.1.88-.45.07-.18-.04-.4-.15-.6-1.3-2.33-2.6-4.63-3.88-6.95a4.5 4.5 0 00-2.09-2.02c-.4-.17-.84-.23-1.27-.2zm-20.3 1.47a3.1 3.1 0 00-.86.06c-2.9.56-5.82.92-8.73 1.08-1.05.64-1.3 2.12-.92 3.3.37 1.18 1.27 2.1 2.1 3l1.9 1.98c.23.25.49.52.63.85.18.4.17.87.32 1.3.14.43.55.83.99.72.23-.05.38-.26.53-.43l3.72-4.56a7.69 7.69 0 001.38-2.11c.3-.78.31-1.74-.2-2.43-.48-.68.32-1.75-.16-2.42-.17-.22-.42-.31-.7-.34zm20.75 1.8c.9 1.2 1.7 2.47 2.37 3.8.06.12.13.28.08.4-.08.15-.27.22-.41.27-1.76.52-3.55.92-5.33 1.24.04-1.24.76-2.34 1.45-3.37l1.2-1.76c.15-.24.34-.5.64-.57zm-22.42 2.6c.05 0 .11-.01.17.02.1.08.04.24-.04.35l-2.31 3-2.34-2.11c-.15-.13-.08-.42.07-.55.15-.13.37-.16.57-.2l3.87-.51zM.47 54.37a1.5 1.5 0 00-1 .19c-.58.36-.88 1.06-.92 1.75-.03.31 0 .67-.2.92-1.7 2.05-3.4 4.12-5.08 6.19-.57.7-1.18 1.55-.97 2.4.05.19.14.39.29.54.25.22.65.24.99.23 3.25.05 6.5.4 9.69 1.08 1.7.28 3.3-.87 3.59-2.57.16-1.38-.62-2.67-1.38-3.83l-4.18-6.4a1.2 1.2 0 00-.83-.5zm100 0a1.5 1.5 0 00-1 .19c-.58.36-.88 1.06-.92 1.75-.03.31 0 .67-.2.92-1.7 2.05-3.4 4.12-5.08 6.19-.57.7-1.18 1.55-.97 2.4.05.19.14.39.29.54.25.22.65.24.99.23 3.25.05 6.5.4 9.69 1.08 1.7.28 3.3-.87 3.59-2.57.16-1.38-.62-2.67-1.38-3.83l-4.18-6.4a1.2 1.2 0 00-.83-.5zM-.3 59.4c.27 0 .47.2.63.41 1 1.23 1.87 2.58 2.58 4.02-1.9-.2-3.8-.38-5.7-.59-.13-.02-.24-.02-.32-.12-.1-.15.01-.37.1-.5l2.1-2.77c.15-.22.35-.44.61-.45zm100 0c.27 0 .47.2.63.41 1 1.23 1.87 2.58 2.58 4.02-1.9-.2-3.8-.38-5.7-.59-.13-.02-.24-.02-.32-.12-.1-.15.01-.37.1-.5l2.1-2.77c.15-.22.35-.44.61-.45zm-22.26 8.5a3.4 3.4 0 00-2.17 1.24 3.4 3.4 0 00-.5 3.26 14.3 14.3 0 01.34 8.78c-.1.33-.19.73.02 1.01.34.43 1.01.13 1.45-.19 2.95-2.17 5.91-4.37 8.88-6.54.45-.3.84-.66 1.16-1.09.3-.44.41-1.06.15-1.52a2.17 2.17 0 00-.7-.7 44.59 44.59 0 00-5.62-3.45 6.56 6.56 0 00-2.16-.8 2.97 2.97 0 00-.84 0zm.98 3.63c1.4.68 2.8 1.45 4.14 2.28.3.2.64.63.37.86a32.07 32.07 0 01-4.09 2.95c-.1-.02-.13-.15-.14-.23l-.48-5.56c0-.13.07-.36.2-.3zm-33.84 4.65c-1.12-.05-2.13.83-2.65 1.85-.5 1.02-.65 2.17-.92 3.27a13.93 13.93 0 01-1.76 4.1c-.42.65-.85 1.5-.37 2.06.33.37.89.36 1.4.33 3.5-.27 6.98-.76 10.43-1.5 1.03-.22 2.1-.47 3.11-.27.78.15 1.56-.42 1.89-1.15a5 5 0 00.27-2.35c-.28.03-.58.04-.87.08a30.9 30.9 0 00-9.24-6.06c-.41-.16-.84-.33-1.3-.36zm-.23 3.21a.28.28 0 01.2 0 22.3 22.3 0 015.69 3.45c.03.02.08.06.1.12.04.13-.14.26-.3.3-1.09.34-2.23.56-3.35.7-.39.04-.77.05-1.15.09l-2.34.15c-.23 0-.5-.03-.55-.23-.03-.08.01-.17.03-.25l1.24-3.77c.08-.23.23-.5.43-.56zm19.23 15.39a2.7 2.7 0 00-1.9 1c-.6.8-.9 1.77-.88 2.77-.04 2.65-.1 5.3-.13 7.95 0 .23 0 .48.16.6.24.26.65.13.98-.02 2.78-1.26 5.75-1.96 8.71-2.7.52-.1 1.02-.28 1.47-.55.97-.7 1.24-2.04.62-3.07-.33-.51-.31-1.25-.8-1.6-2.35-1.7-4.76-3.41-7.52-4.29a2.2 2.2 0 00-.72-.09zm.28 3.32c.3-.09.58.06.84.2l1.88.98c1.1.58 2.26 1.2 2.88 2.28-1.73.57-3.5 1.05-5.28 1.43-.15.02-.35.05-.5-.03-.09-.1-.1-.26-.1-.4-.06-1.48.04-3 .28-4.46z'  stroke-width='1' stroke='none' fill='hsla(174, 100%, 29%, 0.15)'/></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;
}


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

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

.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: 'Yusei Magic', sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
}

.start_p {
  font-size: 0.8em;
  background: #fff;
  color: #00bc98;
}

.day_p {
  font-size: 1.5em;
  background: #fff;
  color: #00bc98;
}

.day_p_sp {
  font-size: 1.5em;
  background: #fff;
  color: #00bc98;
}

.hour_p {
  font-size: 1.5em;
  background: #fff;
  color: #00bc98;
}

.hour_p_sp {
  font-size: 1.5em;
  background: #fff;
  color: #00bc98;
}

.min_p {
  font-size: 1.5em;
  background: #fff;
  color: #00bc98;
}

.min_p_sp {
  font-size: 1.5em;
  background: #fff;
  color: #00bc98;
}

.sec_p {
  font-size: 1.5em;
  background: #fff;
  color: #00bc98;
}

.menu-icon-xs {
  background: #00bc98;
  opacity: 0.9;
  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 #00bc98;
  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 #00bc98;
  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 #00bc98;
  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: #00bc98;
  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: #00bc98;
  text-decoration: none;
}

#gloval-nav {
  background: rgb(255, 255, 255, 0.95);
  color: #00bc98;
  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: #00bc98;
}

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

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

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

.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: #00bc98;
  opacity: 0.9;
  z-index: 998;
  position: fixed;
  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: #00bc98;
  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: #ceff00;
  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: 10px;
  bottom: -100px;
  background: none;
  opacity: 0.9;
  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: #00bc98;
  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_blue.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: 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 #00bc98;
}

/* //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(0, 188, 152, 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: #00bc98;
}

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

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

/* 三角アイコン */
.balloon-right::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #00bc98;
  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: #212529;
  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: #333;
  background: #fff100;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #ccc100;
  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: #333;
  background: #fff100;
  -webkit-box-shadow: 0 2px 0 #ccc100;
  box-shadow: 0 2px 0 #ccc100;
}

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: #00bc98;
  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 */