@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  line-height: 1;
}
body {
  margin: 0;
  color: #000;
  font-size: 1.8em;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0;
  font-weight: 500;
}
html, body {
  height: 100%;
}
ul, li, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sec-title h2 {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
	font-size: 10rem;
	line-height: 0.5;
	margin: 30px 0;
	color: #00a0eb;
}
.sec-title h2 span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #000;
  padding: 0 10px;
  font-size: 1.8rem;
  display: inline-block;
}
h3 {
	border-bottom: 2px solid #222;
	position: relative;
	padding-bottom: 5px;
	font-size: 2.2rem;
}
h3::after {
  width: 150px;
  height: 2px;
  background-color: #00a0eb;
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
}
h4 {
	border-bottom: 1px dotted #333;
	padding-bottom: 5px;
	font-size: 2rem;
}
figure {
  padding: 0;
  margin: 0;
}
.sp_block {
  display: none;
}
.pc_block {
  display: block;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.red {
  color: #CA4919;
}
.green {
  color: #0E6B56;
}
.blue {
  color: #2B6FA2;
}
.purple {
  color: #7B2075;
}
.inner {
  width: 90%;
  margin: 0 auto;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  max-height: 100%;
}
a {
  color: #00a0eb;
  text-decoration: none;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px;
  box-shadow: 0px 0px;
  bottom: auto;
}
a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #027AB2;
}
.fadeInTrigger, .fadeInUpTrigger, .bounceInDownTrigger, .fadeInLeftTrigger, .flashTrigger {
  opacity: 0;
}
.animate__animated {
  animation-duration: 1s;
}
.animate__animated.bounceInDownTrigger {
  animation-duration: 0.7s;
  opacity: 1 !important;
  animation-timing-function: ease-in-out;
}
.change-time1 {
  animation-delay: 0.2s;
}
.change-time2 {
  animation-delay: 0.3s;
}
.change-time3 {
  animation-delay: 0.4s;
}
.change-time4 {
  animation-delay: 0.5s;
}
.change-time5 {
  animation-delay: 0.6s;
}
.openbtn {
  display: none;
  z-index: 999;
  cursor: pointer;
  width: 70px;
  height: 60px;
  background-color: #fff;
  border: 3px solid #000;
  -webkit-box-shadow: 3px 3px 0px #000;
  box-shadow: 3px 3px 0px #000;
}
.openbtn span {
  display: flex;
  transition: all .4s;
  height: 3px;
  border-radius: 2px;
  background-color: #000;
  width: 65%;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: auto;
  right: 0px;
  left: 0px;
  margin-top: 6px;
}
.openbtn span:nth-of-type(1) {
  top: 12px;
}
.openbtn span:nth-of-type(2) {
  top: 20px;
}
.openbtn span:nth-of-type(3) {
  top: 28px;
}
.openbtn.active span:nth-of-type(1) {
  top: 16px;
  left: 0px;
  transform: translateY(4px) rotate(-40deg);
  width: 45%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 28px;
  left: 0px;
  transform: translateY(-8px) rotate(40deg);
  width: 45%;
}
.header_wrap {
  position: sticky;
  top: 0px;
  z-index: 10;
  padding-top: 10px;
}
.header_container {
  position: relative;
  /* [disabled]overflow: hidden; */
}
/*ヘッダー*/
header {
  z-index: 999;
  border: 5px solid #000;
  -webkit-box-shadow: 5px 5px 0px #000;
  box-shadow: 5px 5px 0px #000;
}
header .logo {
  width: 70%;
  z-index: 1;
  padding: 15px 10px;
  margin: 0 0 30px;
  max-width: 356px;
}
.panelactive header {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
nav ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
nav ul li a {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  display: block;
  text-decoration: none;
  color: #000;
  padding: 10px;
  font-size: max(2.7rem, 1.4vw);
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
}
nav ul li a:hover {
  background-color: #e6e6e6;
  color: #000;
}
nav ul li a span {
  display: block;
  font-size: 1.2rem;
  color: #00a0eb;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
}
nav ul li {
  text-align: left;
  width: 50%;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
header.dnone nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: all 0.4s;
}
.panelactive header.dnone nav {
  opacity: 1;
  z-index: 3;
  background-color: hsla(214, 62%, 32%, 0.95);
}
.panelactive header.dnone nav ul {
  display: block;
  width: 100%;
}
.panelactive header.dnone nav li {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.20);
  width: 100%;
  display: block;
}
header.dnone.panelactive nav li:last-child {
  border-bottom: 0;
}
header.dnone.panelactive nav li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  font-size: 2rem;
}
header.dnone.panelactive nav ul li.twitter a {
  margin: 0 auto;
  width: 80px;
}
#side {
  max-width: 446px;
  width: 30%;
  position: fixed;
  left: 4vw;
  height: 100vh;
  /* [disabled]overflow-y: auto; */
  margin: 0 auto;
  padding-right: 20px;
  display: flex;
  bottom: 30px;
  flex-wrap: wrap;
  align-items: flex-end;
}
#side .logo {
  width: 90%;
  text-align: center;
  margin: 0 auto 10px;
  max-width: 200px;
  display: block;
}
#side nav {
  background-color: #fff;
}
#side nav a {
  font-size: max(1.5rem, 1.2vw);
  width: auto;
}
#side nav ul .sns {
	/* [disabled]border: 0; */
	/* [disabled]width: 100%; */
}
#side nav ul .sns img {
	width: 30px;
	vertical-align: middle;
}
#side nav ul .sns a {
	/* [disabled]font-size: 12px; */
	padding: 15px;
	height: 100%;
}
nav ul .sns a:hover {
    opacity: 0.7;
}
#side nav ul li a:before {
  top: 7px;
}
#side nav ul .cf{
	border: 0;
	width: 100%;
}
#side nav ul .cf a{
	padding: 5px;
}
#side .slick-dots li.slick-active button:before, #side .slick-dots li button:before {
  font-size: 12px;
}
#side .side_banner {
	display: none;
}
#wrap {
	background-image: url(../images/top_main.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 40px 0 0;
	position: relative;
}
#page {
	width: 55%;
	max-width: 530px;
	margin: 0px auto 0px 35%;
	position: relative;
	padding-bottom: 20px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 95vh;
}
#top {
  /* [disabled]background-image: url(../images/top_bg.jpg); */
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 50px;
  position: relative;
}
#slide, #slide .slide_item, .kv_wrap {
  position: relative;
}
#slide .slick-prev, #slide .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
}
#slide .slick-prev {
  top: auto;
  bottom: 0px;
  left: 38%;
}
#slide .slick-next {
  top: auto;
  bottom: 0px;
  right: 38%;
}
#slide .slick-next:before, #slide .slick-prev:before {
  content: "";
}
.slick-prev img, .slick-next img {
  width: 12px; /* 矢印画像の幅 */
  height: auto; /* 高さを自動調整 */
}
.common-layout {
  border: 5px solid #000;
  -webkit-box-shadow: 5px 5px 0px #000;
  box-shadow: 5px 5px 0px #000;
  background-color: #fff;
}
.common-layout section {
  padding: 30px 0;
}
.caption {
  font-size: 1.5rem;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.note {
	margin: 0 0 20px;
	padding: 0;
	font-size: 1.3rem;
}
#news {
  padding: 30px 0;
}
#news .news-list {
  margin-bottom: 30px;
}
#news .news-list__item {
  border-bottom: 1px dotted #ccc;
}
#news .news-list__item a {
  padding: 5px 0;
  color: #000;
  display: block;
}
#news .news-list__item .news-list__date {
	color: #666;
	font-size: 1.4rem;
	display: block;
}
#news .news-list__item a:hover {
  background-color: #e6e6e6;
}
#news .news-more a {
  text-align: right;
  position: relative;
  display: block;
}
#news .news-more a::after {
  content: "";
  position: relative;
  display: inline-block;
  left: 3px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #00a0eb;
  border-right: 3px solid #00a0eb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#intro {
	padding: 0;
	position: relative;
}
#intro .copy {
  /* [disabled]position: absolute; */
  /* [disabled]top: -30px; */
  /* [disabled]left: -40px; */
  width: 117%;
  margin-left: -40px;
}
#intro .intro-wrap {
  background-image: url(../images/intro_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: -170px;
  padding: 130px 0 30px;
  color: #fff;
}
#intro .intro-wrap p {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.3;
}
#intro .intro-wrap p span {
  font-size: 2.5rem;
  display: inline-block;
  margin: 0 3px;
  padding: 0 3px;
  background-color: #e6000f;
  line-height: 1.5;
}
#intro .team-wrap h3 {
	background-color: #000;
	padding: 10px 5%;
	margin: 0 0 48px;
	color: #fff;
	border-width: 0;
	font-size: 2.8rem;
}
#intro .team-wrap h3::after {
  display: none;
}
#intro .team-wrap {
  border-bottom: 2px solid #000;
  padding-bottom: 30px;
}
#about table {
	margin-bottom: 30px;
	border-collapse: collapse;
}
#about table th {
	width: 25%;
	padding: 5px;
	background-color: #e6e6e6;
	font-size: 1.5rem;
	border-bottom: 2px solid #fff;
}
#about table td {
  width: 75%;
  padding: 5px;
  font-size: 1.5rem;
  border-bottom: 2px solid #e6e6e6;
}
#about table tr:last-child th {
	border-bottom: 2px solid #e6e6e6;
}
.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 50px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.news-article__header {
  margin-bottom: 30px;
}
.news-article__title {
  font-size: 2rem;
  margin: 0;
}
.news-article__date {
  font-size: 1.3rem;
  margin: 0 0 10px;
  color: #888;
}
.news-article__content p {
  margin-bottom: 1.5em;
}
.post-nav {
  margin: 50px 0 0;
  text-align: center;
}
.post-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.post-nav li a {
  display: inline-block;
  padding: 10px 16px;
  background: #f2f2f2;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;
  font-size: 1.4rem;
}
.post-nav li a:hover {
  background: #ddd;
}
#ticket .ticket-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
#ticket .ticket-nav li {
  width: 32%;
}
#ticket .ticket-nav li a {
  text-align: center;
  display: block;
  padding: 10px 16px;
  position: relative;
  background: #f2f2f2;
  color: #333;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s;
  font-size: 1.4rem;
}
#ticket .ticket-nav li a:hover {
  background: #ddd;
}
#ticket .ticket-nav li a::after {
  content: "";
  position: relative;
  display: inline-block;
  left: 10px;
  bottom: 2px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#ticket .ticket-types__list {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  font-weight: 600;
}
#ticket .ticket-types__list td {
  padding: 5px;
  border: 2px solid #222;
  text-align: center;
}
#ticket .ticket-types__list th {
  padding: 5px;
  border: 2px solid #222;
  background-color: #e6000f;
  color: #fff;
}
#ticket .ticket-types__list tr:nth-child(1) th{
	background-color: #caad00;
}
#ticket .ticket-types__list tr:nth-child(2) th{
	background-color: #ff4585;
}
#ticket .ticket-types__list tr:nth-child(4) th{
  background-color: #00c7c7;
}
#ticket .ticket-types__list tr:nth-child(5) th{
  background-color: #00a0eb;
}
#ticket .ticket-wrap {
  border-radius: 5px;
  border: 2px solid #e6e6e6;
  margin-bottom: 30px;
}
#ticket .ticket-wrap h4 {
  margin: 0 0 20px;
  padding: 5px;
  background-color: #e6e6e6;
  border-width: 0px;
}
#ticket .ticket-wrap table {
  font-size: 1.6rem;
  margin-bottom: 20px;
  border-collapse: collapse;
}
#ticket .ticket-wrap table td {
	border: 2px solid #222;
	padding: 5px;
	width: 80%;
}
#ticket .ticket-wrap table th {
	border: 2px solid #222;
	padding: 5px;
	text-align: center;
	background-color: #e6e6e6;
	width: 20%;
}
#ticket .ticket-btn a {
  display: block;
  color: #fff;
  border-radius: 5px;
  background-color: #00a0eb;
  text-align: center;
  padding: 5px;
  font-weight: 700;
  position: relative;
  margin: 0 auto 10px;
  width: 90%;
  -webkit-box-shadow: 0px 3px #0282BE;
  box-shadow: 0px 3px #0282BE;
}
#ticket .ticket-btn a:hover {
  background-color: #1EB3F9;
}
#ticket .ticket-btn a::after {
  content: "";
  position: relative;
  display: inline-block;
  left: 5px;
  bottom: 2px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.disabled a {
  opacity: .5;
  filter: grayscale(1);
  pointer-events: none;
  cursor: default;
}
#cf .sec-title h2 {
  padding-top: 30px;
  font-size: 9rem;
  line-height: 0.6;
  display: inline-block;
}
.lead {
	padding: 20px 0;
	font-weight: 700;
}
.program-list {
}
.program-list li {
	text-indent: -22px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #00a0eb;
	padding-left: 20px;
}
.program-list li::before {
	content: "★";
	color: #00a0eb;
	margin-right: 4px;
}
footer {
	padding: 20px 0 40px;
	text-align: center;
	background-color: hsla(0,0%,8%,0.80);
	color: #fff;
	margin-top: 50px;
}
footer .inner {
  width: 90%;
}
#pagetop {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 60px;
  height: 60px;
  display: block;
  cursor: pointer;
}
#pagetop:hover {
  opacity: 0.7;
  -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;
}
footer .fany_logo {
  margin: 0 auto 30px;
  max-width: 180px;
  display: block;
  width: auto;
}
footer .sns_btn {
  text-align: center;
  margin-bottom: 30px;
}
footer .sns_btn li {
  display: inline-block;
  margin: 10px;
  width: 50px;
}
footer .foot_nav li {
  display: inline-block;
}
footer .foot_nav li a {
  font-size: 1.4rem;
  padding: 5px;
  display: block;
  position: relative;
  color: #4A4A4A;
}
footer .foot_nav li a:hover {
  opacity: 0.7;
}
footer .foot_nav li a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  margin-left: 3px;
  margin-bottom: 2px;
}
footer .copyright {
	font-size: 12px;
	font-weight: 400;
	padding: 30px 0 0;
	display: block;
	color: #fff;
}
.comingsoon {
  padding: 30px 10px;
  text-align: center;
  font-weight: 600;
  margin: 30px 0;
  background-color: #e6e6e6;
}
@media screen and (max-width:1000px) {
  #side {
	  width: auto;
	position: absolute;
	max-width: none;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
  }
	#side.panelactive{
		width: 100%;
	}
.pc_block {
	display: none;
}
.sp_block {
	display: block;
}
  .openbtn {
    display: block;
    z-index: 999;
    top: 5px;
    right: 5px;
    position: fixed;
  }
  #page {
	margin: 0 auto;
	padding: 0;
	width: 100%;
  }
  header {
	width: 100%;
	  max-width: none;
	background-color: hsla(0, 0%, 100%, 0.90);
	text-align: center;
	position: fixed;
	z-index: 998;
	padding: 30px;
	right: -120%;
	height: 100vh;
	transition: all 0.6s;
	border: 0;
	box-shadow: none;
  }

  #side .logo {
    display: none;
  }
  #side nav {
    background-color: transparent;
  }
  nav ul li {
    width: 100%;
    border-right-width: 0;
  }
nav ul .bnr {
	margin: 0 auto;
	max-width: 500px;
}
nav ul li:last-child  {
	border-bottom-width: 0;
}
#side nav a {
	font-size: 2.3rem;
	padding: 5px;
}
#side .side_banner {
	display: block;
	position: fixed;
	right: -10px;
	top: 75px;
	width: 75px;
}
.common-layout {
	margin: 0 auto 40px;
	width: 96%;
}
}
@media screen and (max-width:768px) {
  #wrap {
	overflow: hidden;
	background-repeat: repeat;
	background-attachment: scroll;
	background-size: auto 820px;
  }
  #intro .copy {
    width: 107%;
    margin-left: -3%;
  }
#cf .sec-title h2 {
	font-size: 13vw;
}
#ticket .ticket-nav li {
	width: 48%;
	margin-bottom: 10px;
}
}
@media screen and (max-width:530px) {
	#cf .sec-title h2 {
	font-size: 17vw;
}
#ticket .ticket-wrap table th {
	width: 30%;
}
}
