@charset "utf-8";

.sphide {
  display: none;
}

.spbr {
  display: block;
}





/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
.tophdlogo {
  display: none;
}

#head_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
  line-height: 1;
  z-index: 999;
  height: 50px;
  text-decoration: none;
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}

#head_wrap .logo {
  float: left;
}

#head_wrap .logo img {
  width: 200px;
  height: auto;
  display: none;
}

#global-nav {
  position: relative;
  right: 0;
  top: 0;
  width: 720px;
  margin: 0 auto;
}

#global-nav ul {
  list-style: none;
  margin: 0;
  display: block;
}

#global-nav ul li {
  padding: 0px;
}

#global-nav ul li:last-child {
  border-right: none;
}

#global-nav ul li a {
  padding: 0 5px;
  padding: 2px;
  transition: all .6s ease 0s;
  box-sizing: border-box;
  font-weight: 400;
}

#global-nav ul li a:hover {
  color: #D4D82B;
}

/* Fixed */
#head_wrap.fixed {
  height: auto;
  margin-top: 0;
  top: 0;
  position: fixed;
  width: 100%;
  line-height: 1;
  text-decoration: none;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
}

#head_wrap.fixed .logo {
  float: left;
}

#head_wrap.fixed .logo img {
  width: 200px;
  height: auto;
  display: block;
}

/*gnav*/
.gnav {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
}

.gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
}

.gnav__menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
}

.gnav__menu__item {
  margin: 40px 0 40px 100px;
  opacity: 0;
}

.gnav__menu__item a {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  transition: .5s;
}

.gnav__menu__item a:hover {
  color: #666;
}



/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#head_wrap {
  top: 0;
  position: fixed;
  margin-top: 0;
  width: 100%;
  padding: 0;
}

#head_wrap .inner {
  width: 100%;
  padding: 0;
}

#head_wrap .fixed {
  padding-top: 0;
  background: transparent;
}

#mobile-head {
  /*background: rgba(255,255,255,.9);*/
  width: 100%;
  height: 56px;
  z-index: 999;
  position: relative;
}

#head_wrap #mobile-head h2 {
  display: none;
}

#head_wrap.fixed #mobile-head {
  background-color: #000;
}

#head_wrap.fixed #mobile-head h2 {
  padding: 5px 0 0 10px;
  display: block;
}

#head_wrap.fixed #mobile-head h2 img {
  width: auto;
  height: 40px;
}

#head_wrap.fixed .logo,
#head_wrap .logo {
  position: absolute;
}

#global-nav {
  position: absolute;
  background: rgb(28 28 28 / 90%);
  width: 100%;
  text-align: center;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  top: -100vh;
}

#head_wrap.fixed #global-nav {
  top: -90vh;
  background: rgb(28 28 28 / 90%);
}

#global-nav ul {
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
  font-size: 4vw;
  margin: 5% 0;
  padding: 0;
  line-height: 2;
  color: #fff;
}

#global-nav ul li {
  float: none;
  position: static;
  text-align: center;
}

#global-nav #navi ul li.has-child i {
  font-style: normal;
  text-align: left;
  width: 100%;
  display: block;
  padding: 3vw 0 3vw 3vw;
  border-bottom: solid 5px #fff;
}

#global-nav #navi ul li.has-child.active i {
  border-bottom: solid 1px #fff;
}

#global-nav #navi ul li.has-child ul {
  display: none;
}

#global-nav #navi ul li.has-child.active ul {
  display: block;
}

#global-nav #navi ul li.has-child.active ul li a {
  padding-left: 8vw !important;
}

/*#global-nav #navi ul li.has-child i::after {
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 7%;
  top: 23vw;
  bottom: 0;
  margin: auto;
}*/
#global-nav #navi ul li.has-child i::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 7vw;
  margin-top: 2vw;
}

#global-nav #navi ul li.has-child.active i::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 7%;
  margin-top: 3vw;
}

#global-nav #navi ul {
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
  font-size: 4vw;
  margin: 0;
  padding: 0;
  line-height: 2;
  color: #fff;
  border-top: solid 1px #fff;
}

#head_wrap #global-nav ul li a,
#head_wrap.fixed #global-nav ul li a {
  width: 100%;
  display: block;
  padding: 3vw 0 3vw 3vw;
  color: #fff;
  text-align: left;
  font-size: 4vw;
  border-bottom: solid 1px;
}

#head_wrap #global-nav #navi ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 7%;
  padding-top: 1%;
  margin-top: 6%;
}

#navi ul li.gray::before,
#navi ul li.has-child::before {
  content: none !important;
}

#navi ul li.gray span {
  width: 100%;
  display: block;
  padding: 3vw 0 3vw 3vw;
  text-align: left;
  font-size: 4vw;
  border-bottom: solid 1px #fff;
  color: #7F7F7F;
}

#nav-toggle {
  display: block;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#head_wrap.fixed #nav-toggle span {
  background: #fff;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

#head_wrap.fixed.open #global-nav {
  /*top: -58vh !important;*/
}

.open #global-nav {
  -moz-transform: translateY(0vw);
  -webkit-transform: translateY(0vw);
  transform: translateY(0vw);
  padding-top: 10%;
  top: 0vh !important;
}

















@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

body {
  padding: 0;
  margin: 0;
}

.swiper {
  width: 100%;
  height: 80vh;
  /* スライド全体の高さを90vhに設定 */
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 画像を縦横いっぱいに表示 */
  transition: transform 2s ease;
  /* 拡大アニメーションをゆっくりに */
}

.swiper-slide img {
  /*content: attr(data-mobile-src);*/
}

.mainvisual {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 80vh;
}

.mainvisual h1 {
  margin: 20% auto 0 auto;
  background: rgba(255, 255, 255, .6);
  text-align: center;
  width: 80%;
  display: block;
  padding: 5vw 2vw 2vw;
  line-height: 1;
}

.mainvisual h1 span {
  color: #000;
  font-size: 4vw;
  text-align: center;
  line-height: 2;
  letter-spacing: 2px;
  width: 80%;
  margin: 0 auto 0;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.mainvisual img {
  width: 92%;
  height: auto;
}

.mainvisual p {
  color: #fff;
  font-size: 4vw;
  text-align: center;
  line-height: 2;
  letter-spacing: 2px;
  width: 80%;
  margin: 0 auto 0;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#navi {
  width: 95%;
  background-color: #171717;
  margin: 10% auto;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}

#navi ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#navi ul li a {
  color: #fff;
  text-decoration: none;
  padding: 30px 0;
  display: inline-block;
  font-weight: 400;
}

#navi li.has-child>a {
  display: none !important;
}

#navi ul ul {
  margin: 0 !important;
}


.box_1 {
  text-align: center;
  padding: 11% 0 0;
}

.box_1 h1 {
  font-size: 5.2vw;
  padding-bottom: 2.5vw;
  color: #B8A021;
}

.box_1 h2 img {
  width: 77%;
  height: auto;
}

.box_1 h3 {
  padding: 0 0 6%;
  text-align: center;
  font-size: 3.5vw;
  font-weight: bold !important;
}

.box_1 h3 a {
  color: crimson;
}

.box_1 p {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 3.5vw;
  padding: 4% 5% 0 5%;
  text-align: left;
}

.box_1 p span {
  font-weight: bold;
  font-size: 4vw;
  color: #b71414;
}

.box_1 p.style_1 {
  text-align: center;
  font-weight: bold;
  font-size: 4vw;
}

.special_bana {
  text-align: center;
  padding: 5% 0 3%;
}

.special_bana img {
  width: 95%;
  height: auto;
}

.cbana {
  text-align: center;
  padding: 0 0 20%;
}

.cbana img {
  width: 95%;
  height: auto;
}

.top_bana {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 5% auto 25%;
}

.top_bana .bana_all {
  width: 100%;
  text-align: center;
  line-height: 1.8;
}

.top_bana .bana_all img {
  width: 98%;
  height: auto;
}

.top_bana .bana_half {
  width: 50%;
  text-align: center;
}

.top_bana .bana_half img {
  width: 96%;
  height: auto;
}

.top_bana .bana_half div {
  padding-bottom: 2vw;
  line-height: 1px;
}

.box_2 {
  background-color: #F4F4F4;
  padding: 20% 0px 5%;
}

.box_2 h2 {
  position: relative;
  line-height: 1.4;
  padding: 15px 20px 15px 20px;
  display: block;
  text-align: center;
  margin: -30vw auto;
  width: 70%;
  font-size: 5vw;
  font-family: 'Noto Serif JP';
  font-weight: 900;
  background-color: #f4f4f4;
  color: #093B94;
}

.box_2 h2:before,
.box_2 h2:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.box_2 h2:before {
  border-left: solid 5px #093B94;
  border-top: solid 5px #093B94;
  top: 0;
  left: 0;
}

.box_2 h2:after {
  border-right: solid 5px #093B94;
  border-bottom: solid 5px #093B94;
  bottom: 0;
  right: 0;
}

.box_2 h3 {
  margin: 44vw 0 0 0;
  width: 100%;
  font-size: 4.5vw;
  line-height: 1.8;
  text-align: center;
}

.box_2 h3 a {
  color: crimson;
}

.box_2 .schedule {
  width: 96%;
  margin: 36vw auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  color: #535353;
}

.box_2 .schedule .item {
  width: 48.5%;
  margin-bottom: 5%;
}

.box_2 .schedule .item a {
  text-decoration: none;
}

.box_2 .schedule .item h3 {
  font-size: 3.6vw;
  font-weight: bold;
  line-height: 1.5;
  padding: 2% 0 0;
  margin: 0;
  text-align: left;
}

.box_2 .schedule .item h3.announce {
  margin-bottom: 5px;
  text-align: center;
  background: #fef6ad;
  color: red;
}

.box_2 .schedule .item .photo {
  line-height: 1px;
}

.box_2 .schedule .item .photo img {
  width: 100%;
  height: auto;
}

.box_2 .schedule .item dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 5px 0;
}

.box_2 .schedule .item dl dt {
  width: 25%;
  margin: 0;
  font-weight: bold;
  font-size: 3.3vw;
}

.box_2 .schedule .item dl dd {
  width: 75%;
  margin: 0;
  font-size: 3.3vw;
}

.box_2 .schedule .item .btn {
  text-align: center;
  border: solid 1px;
  border-radius: 5px;
  font-size: 3vw;
  font-weight: bold;
  padding: 1vw 0;
  margin-top: 2vw;
  background-color: #fff;
  box-shadow: 4px 4px 0px 0px rgba(137, 137, 137, 0.09);
}



.box_3 {
  width: 100%;
  margin: 10% auto 0;
  padding-bottom: 8%;
}

.box_3 h2 {
  position: relative;
  padding-bottom: 4vw;
  padding-left: 3vw;
  font-family: 'Noto Serif JP';
  font-size: 6vw;
  color: #093B94;
}

.box_3 h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #093B94, #093B94 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #093B94, #093B94 2px, #fff 2px, #fff 4px);
}

.box_3 dl {
  padding: 0;
  width: 90%;
  margin: 30px auto 0;
}

.box_3 dl dt {}

.box_3 dl dt .date {
  font-size: 3.3vw;
}

.box_3 dl dt h3 {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  font-size: 4.5vw;
  font-weight: bold;
}

.box_3 dt h3.box_3_announce{
  margin: 0 0 5vw;
  border-bottom: dotted 2px #97d3b8;
  padding-bottom: 8vw;
}

.box_3 dl dd {
  margin: 0 0 5vw;
  border-bottom: dotted 2px #97d3b8;
  padding-bottom: 8vw;
}

.box_3 dl dd p {
  margin-top: 2vw;
  font-size: 3.5vw;
}

.box_3 dl dd p.youtube {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}

.box_3 dl dd p.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box_3 dl dd:last-child {
  border: none;
}

.box_4 {
  background-color: #f4f4f4;
  width: 100%;
  padding: 12vw 0;
}

.box_4 h4 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 6vw;
  line-height: 1.5;
}

.box_4 p {
  text-align: center;
  padding: 2% 0;
  margin: 0;
  color: red;
  font-size: 4vw;
  font-weight: bold;
}

.box_4 ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 2vw;
  justify-content: center;
  align-items: flex-start;
}

.box_4 ul li {
  text-align: center;
  width: 100%;
}

.box_4 ul li img {
  width: 95%;
  height: auto;
}

.box_5 {
  padding: 0px 0 50px;
}

.box_5 h5 {
  padding: 0.7em 0.5em;
  border: 1px solid #333;
  position: relative;
  color: #333;
  text-align: center;
  width: 80%;
  margin: 16% auto 10%;
  font-size: 4.5vw;
  background-color: #f3f3f3;
}

.box_5 h5::before,
.box_5 h5:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
}

.box_5 h5::before {
  left: -25px;
  bottom: -25px;
  border-right: 1px solid #333;
  transform: rotate(-45deg);
}

.box_5 h5::after {
  right: -25px;
  top: -25px;
  border-left: 1px solid #333;
  transform: rotate(-45deg);
}

.box_5 h5::before,
.box_5 h5::after {
  box-sizing: border-box;
}

.box_5 ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  row-gap: 2vw;
  width: 95%;
}

.box_5 ul li {
  width: 50%;
  line-height: 1px;
  text-align: center;
}

.box_5 ul li img {
  width: 92%;
  height: auto;
  border: solid 1px #eee;
}

.footer {
  text-align: center;
  background-color: #093B94;
  color: #fff;
  padding: 2vw;
  font-size: 3.5vw;
}
.record_all{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto 90px;
}
.record_all .half{
  width: 50%;
}
.record_all .half picture{
  width: 100%;
  height: auto;
}
.record_all .half img{
  width: 98%;
  height: auto;
}
.record_all .label{
  text-align: center;
}