@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
* {
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
}
html {
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: .975rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
	font-weight: 500;
font-style: normal;
  line-height: 1.8;
  background: #fff;
  color: #000;
  position: relative;
  word-wrap: break-all;
  letter-spacing: 0.08ex;
  
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  padding: 0;
  margin: 0;
  color: #000000;
  word-wrap: break-all;
}
img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: underline;
  color: inherit;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:active, a:hover, a:focus {
  outline: none;
}
a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}
table {
  border-collapse: collapse;
}
.link {
  text-decoration: underline;
  color: #000000;
}
.br-sp {
  display: none;
}
.br-pc {
  display: block;
}

.pcOnly {
	display: block;
}

.spOnly {
	display: none;
}

.fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}
.fadeIn.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


.ff_gothic {
	font-family: "yu-gothic-pr6n", sans-serif;
font-weight: 400;
font-style: normal;
}


.comingSoon {
	font-size: 1.6rem;
	text-align: center;
}

/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/

article {
    background-image: url(../images/common/bg_top.jpg), url(../images/common/bg_top_shiro.jpg);
    background-repeat: no-repeat, repeat-y;
    background-position: top center, center 220.55vw; /* 画面幅の220.55% */
    background-size: 100%, 100%;
}


.wrapper, .nav_wrapper {
  position: relative;
  transition: left .25s ease-in-out;
  left: 0;
}
.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-right: 2rem;
  padding-left: 2rem;
}
section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

section:not(:last-child)::after {
/*
  content: "";
  display: block;
  max-width: 900px;
  height: 3px;
  background-color: #00ab95;
  margin: 100px auto 0;
*/
}

h2.heading {
  font-size: 2rem;
  letter-spacing: 0.02ex;
  line-height: 1.4;
  color: rgb(149, 143, 140);
  margin-bottom: 1rem;
}
h2.heading.long {
  margin-bottom: 5rem;
}
.h_icon {

}
.h_icon.long {

}
.h_icon img {
	width: 100%;
  transition: .4s;
}
h3.heading {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.2ex;
  
  color: #00ab95;
  
  border-bottom: 2px solid;
  margin-top: 3.5rem;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
}
.title {
  font-size: 1.4rem;
  color: #ffffff;
  background: #00ab95;
  padding: 1rem 1rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2ex;
  border-radius: 5px;
  margin-top: 3rem;
  line-height: 1;
}
.sub_ttl {
  color: #00ab95;
  font-weight: bold;
  font-size: 110%;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.inner {
  margin-top: 3.5rem;
  display: block;
}
.smp-only {
  display: none !important;
}

p {
  word-break: break-all;
  line-height: 1.6;
}
.text {
  margin-top: 2.5rem;
}
.btn {
  text-align: center;
}
.btn a {
  font-size: 1.4rem;
  color: #ffffff;
  background: #00ab95;
  padding: 0.5rem 1.5rem;
  text-align: center;
  font-weight: bold;

  letter-spacing: 0.2ex;
  border-radius: 5px;
  margin-top: 3rem;
  text-decoration: none;
  transition: .4s;
  border: 2px solid #00ab95;
}
.btn a:hover {
  opacity: 1;
  color: #00ab95;
  background: none;
}
.notes {
  margin-top: 2rem;
  line-height: 2;
}
.gray {
/*  background: rgb(242, 242, 240);*/
}
.b_gray {
  background: #dfeced;
}
.bg h2.heading {
  margin-top: 0;
}
/*--------------------------------------
 * main_visual
 * ---------------------------------------*/
.main_visual img {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
/*--------------------------------------
 * HEADER
 * ---------------------------------------*/
#header {
  position: relative;
  /* width: 100%; */
  z-index: 12;
  top: 0px;
  left: 0px;
  font-size: 1.2em;
  letter-spacing: 1.2;
  font-weight: 600;
}
#header .nav_container {
  margin: 0 auto;
  position: relative;
}
#header .nav_container a {
  position: relative;
  display: block;
  text-decoration: none;
}
#header .global-nav {
  width: 100%;
  z-index: 20;
  padding: 20px 1rem;
  background: #00ab95;
  margin: 0 auto;
  transition: .6s;
  color: #ffffff;
 
  font-family: "maru-maru-gothic-bsr-stdn", sans-serif;
font-weight: 400;
font-style: normal;
  font-size: 1.2rem;
}
.fixed {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
}
.nav_wrapper {
  width: 100%;
}
.global-nav .nav_container {
  width: 1040px;
  margin: 0 auto;
}
.global-nav .nav_container > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-nav .nav_container > ul li {
  padding-left: 1rem;
  padding-right: 1rem;
}
.global-nav .nav_container > ul li:last-child {
  padding-right: 0;
}
.contents .text .text-title a:link {
  border-bottom: 0px solid;
}
.trigger {
  background: #00ab95;
  width: 55px;
  height: 55px;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 30;
}
.menu-trigger {
  position: fixed;
  z-index: 15;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  width: 35px;
  height: 35px;
  margin: 10px 10px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  top: 0;
}
.menu-trigger span:nth-of-type(1) {
  top: 8px;
}
.menu-trigger span:nth-of-type(2) {
  top: 17px;
}
.menu-trigger span:nth-of-type(3) {
  top: 26px;
}
.menu-trigger.active {
  height: 35px;
}
.menu-trigger.active span {}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
  left: 0;
  top: 9px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(-90deg);
  transform: translateY(-8px) rotate(-45deg);
  top: 25px;
}
.smp-nav-list {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease-in-out;
  display: none;
}
.smp-nav-list.active {
  display: block;
  right: 0;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
  overflow: scroll;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.smp-nav-list ul {
  margin: 5rem 0;
  padding: 20px 0;
}
.smp-nav-list ul li {
  list-style-type: none;
  /* border-bottom: #fff solid 1px; */
}
.smp-nav-list ul li a {
  font-size: 1.2rem;
  letter-spacing: 0.3ex;
  position: relative;
  line-height: 1.6;
  display: block;
  margin-bottom: 1.5rem;
  text-decoration: none;
}
.smp-nav-list ul li a span {
  color: #000;
  margin-bottom: 1rem;
  padding-left: 40px;
  display: inline-block;
}
/*--------------------------------------
 * bannar/sns
 * ---------------------------------------*/
.sns_lists {
  text-align: right;
  line-height: 1;
  padding-top: 0.5rem;
}
.sns_lists li {
  display: inline-block;
  padding-right: 10px;
  font-size: 2rem;
}
#lnk_box {
  padding-bottom: 4rem;
}
#lnk_box.none {
  padding-bottom: 0;
}
#banner .bnr_lists {
  width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#banner .bnr_lists li {
  width: 45%;
  margin-right: 2%;
}
#banner .bnr_lists li:last-child {
  margin-right: 0;
}
.bnr_large {
  margin: 2rem auto 0;
  max-width: 550px;
}
/*--------------------------------------
 *youtube
 * ---------------------------------------*/
.youtube {
  text-align: center;
}
.youtube .sub_ttl {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.youtube a {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  width: 800px;
  height: 450px;
  background-size: 800px auto;
  margin: 0 auto;
}
.youtube a img {
  width: 100%;
}
.youtube a:hover {
  opacity: 0.7;
}
.youtube a .play {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#release .youtube a {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  width: 510px;
  height: 280px;
  background-size: 510px auto;
  margin: 0 auto;
}
/*--------------------------------------
 *setlist
 * ---------------------------------------*/
#setlist{
}
#setlist .ttl {
    font-size: 1.7rem;
    line-height: 1.6;
    letter-spacing: 0.2ex;
    font-weight: bold;
    color: #00ab95;
}
#setlist .text {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
#setlist .setlist_btn {
  padding: 1rem;
  background: #00ab95;
  color: #ffffff;
  margin-left: 7px;
  margin-top: 1rem;
  width: 40%;
  display: inline-block;
  font-size: 1.2rem;
  text-decoration: none;
  border-radius: 50px;
  margin-left: 1rem;
  margin-right: 1rem;
  border: 2px solid #00ab95;
}
#setlist .setlist_btn:hover {
  background: #ffffff;
  border: 2px solid #00ab95;
  opacity: 1;
  color: #00ab95;
}
/*--------------------------------------
 * notice
 * ---------------------------------------*/
#notice .text {
  font-size: 95%;
  margin-bottom: 3rem;
  line-height: 1.6;
  padding: 1rem;
  background: rgb(242, 242, 240);
	margin-top: 0;
}
.btn-notice{
  margin: 0 auto;
  width: 80%;
}
.btn-notice a {
  display: block;
  padding: 15px 25px 17px;
  text-decoration: none;
  transition: .4s;
  color: #ffffff;
  text-align: center;
  background: #00ab95;
  border: 2px solid #00ab95;
  border-radius: 5px;
  font-size: 1.2rem;
  letter-spacing: -0.02ex;
  line-height: 1.4;
  font-weight: bold;
}
.btn-notice a:hover {
  border: 2px solid #00ab95;
  background: none;
  color: #00ab95;
  opacity: 1;
}
.btn-liverepo {
  margin: 3rem auto 0;
  width: 85%;
}
.btn-liverepo a {
  display: block;
  padding: 15px 25px 17px;
  text-decoration: none;
  transition: .4s;
  color: #ffffff;
  text-align: center;
  background: #00ab95;
  border: 2px solid #00ab95;
  border-radius: 5px;
  font-size: 1.2rem;
  letter-spacing: -0.02ex;
  line-height: 1.4;
  font-weight: bold;
}
.btn-liverepo a:hover {
  border: 2px solid #00ab95;
  background: none;
  color: #00ab95;
  opacity: 1;
}
/*--------------------------------------
 *table
 * ---------------------------------------*/
dl.table {
  display: flex;
  flex-wrap: wrap;
  transition: .2s;
  margin-top: 2rem;
  border-top: 1px solid #000000;
  padding-top: 2rem;
  margin-bottom: 2rem;
}
dl.table:first-of-type {
  padding-top: 0;
}
dl.table:first-of-type {
  border-top: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
dl.table dt {
  font-weight: 600;
  width: 17%;
  font-size: 1.1rem;
  align-items: center;
  padding-left: 1.5rem;
  line-height: 1.6;
  color: #00ab95;
  padding-right: 1rem;
  position: relative;
}
dl.table dt:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: '\f111';
  font-size: 1.1rem;
  font-family: "Font Awesome 5 Free";
}
dl.table dt.fc_bk {
  color: #333333;
}
dl.table dd {
  line-height: 1.8;
  width: 83%;
  padding-left: 2rem;
}

/*--------------------------------------
 * catch
 * ---------------------------------------*/
#catch {
	font-size: 1.2rem;
	text-align: center;
}

#catch p {
	line-height: 2;

}



/*--------------------------------------
 * NEWS
 * ---------------------------------------*/
#news {
	text-align: center;
	
}
#news dl.news_item {
  margin-bottom: 1rem;

}

#news dl.news_item dt {
 
   display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
#news p.btn {
  text-align: right;
}
#news dl.news_item dd {
  width: 100%;
	font-size: 1.2rem;
}
#news dl.news_item:last-of-type {
  margin-bottom: 0;
}
#news dl.news_item a {
  text-decoration: underline;
}
/*NEWS アーカイブ*/

.archive_news-txt .news_item{
	margin-top: 6rem;
}



.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.archive_news {
  height: 100px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.close-btn, .news_more_btn {
  text-align: center;
  width: 100%;
/*
  background: -moz-linear-gradient(to bottom, rgba(242, 242, 240, 1) 0%, rgba(242, 242, 240, 1) 0%);
  background: -webkit-linear-gradient(to bottom, rgba(242, 242, 240, 1) 0%, rgba(242, 242, 240, 1) 0%);
  background: linear-gradient(to bottom, rgba(242, 242, 240, 1) 0%, rgba(242, 242, 240, 1) 0%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
*/
  display: block;
  height: auto;
  position: absolute;
  bottom: 0;
}
.news_more_btn p {
  display: block;
  width: 92px;
  

	background:  url("../images/common/news_more.png") no-repeat center / contain content-box;
  transition: .4s;
  line-height: 5.2;
   color:transparent;
  font-weight: bold;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 20px;
}
.contents.news .news_more_btn .open {
  display: block;
}

.slide-up {
  height: 100px;
  padding-bottom: 0;
  overflow: hidden;
}

.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 100px;
}

/*--------------------------------------
 * about
 * ---------------------------------------*/
#about {
	text-align: center;
	font-size: 1.9rem;
}

#about h3 {
	font-size: 1.7rem;
	margin-bottom: 3rem;
	line-height: 1.6;
}

#about h3 span{
	font-size: 2rem;
}

#about .data {
	line-height: 1.2;
}

#about .data li{
margin-top: 1rem;
} 

#about .data li span{
	font-size: 1.4rem;
}

#about .venue{
	padding: 1.8rem 0;
}

#about .contact {
	font-size: 1.3rem;
}

#about .credit{
	font-size: 1rem;
	margin-top: 2rem;
} 

/*--------------------------------------
 * 出演者
 * ---------------------------------------*/
#lineup .inner {
/*  margin-top: 3rem;*/
	text-align: center;
}

#lineup h3{
  margin: 0 auto;
	width: 95%;
}

#lineup h3:not(:first-of-type){
	margin: 2.5rem auto 0;
}

#lineup .title {
    color: #00ab95;
    font-size: 2rem;
    background-color: inherit;
    margin-top: -2rem;
	margin-bottom: 1rem;
}
	
#lineup .ate {
  font-size: 0.85rem;
  line-height: 2;
  margin-top: 1rem;
  text-align: center;
}
#lineup .lineup_menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 3.5rem;
}
#lineup .lineup_menu .fas {
  line-height: 1;
  font-size: 75%;
  display: block;
  margin-top: 5px;
}
#lineup .lineup_menu a {
  text-decoration: none;
}
#lineup .lineup_menu li {
  width: 100%;
  margin-right: 2%;
  margin-top: 0;
}
#lineup .lineup_menu li:last-child {
  margin-right: 0;
}
#lineup .lineup_lists li a {
  text-decoration: underline;
}
#lineup .main {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  margin-top: 3rem;
}

#lineup .kazemachiband {
	font-size: 1.1rem;
}

#lineup .gridbox {
  margin-top: 3rem;
}
#lineup .gridbox {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr ;
  -ms-grid-columns: 1fr 1fr 1fr 1fr ;
  gap: 20px 15px;
}
#lineup li {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 0.75rem;
  text-align: center;
  transition: .7s;
	
}
#lineup li.new {
	position: relative;
}
#lineup li.new::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 3.5em solid transparent;
    border-left: 3.5em solid #e5f584;
    position: absolute;
    z-index: 100;
}
#lineup li.new::after {
    content: "New!";
    display: block;
    top: 10px;
    transform: rotate(-45deg);
    color: #00534b; 
    left: 0;
    position: absolute;
    z-index: 101;
	font-size: 0.95rem;
  font-weight: bold;
}
#lineup li a:hover {
  opacity: 0.7;
}
#lineup li .name {
  margin-top: 1rem;
  display: inline-block;
  font-family: "ZENオールド明朝N M", 'Hiragino Mincho Pro', '游明朝', serif;
}
#lineup li a .name {
  text-decoration: underline;
  line-height: 1.4;
}
#lineup li a .name .small {
  font-size: 76%;
  display: block;
}
#lineup .col3 {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem auto 0;
  width: 100%;
  text-align: center;
}
#lineup .col3 li {
  width: 33%;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}
.icon_new {
  background: #00ab95;
  margin-left: 3px;
  color: #ffffff;
  padding: 3px 4px;
  border-radius: 3px;
  font-size: 80%;
}
.andmore {
  color: #00ab95;
  vertical-align: middle;
  text-decoration: none;
  display: block;
  width: 100px;

  background: none;
  border-radius: 50%;
  transition: .4s;
  margin: 0 auto 2rem;
  text-align: center;
  line-height: 1.2;
  padding-top: 19px;
  font-weight: bold;
  font-size: 110%;
}
.kazemachiband ul li span {
  font-size: 75%;
  display: block;
}
.kazemachiband .modal-open {

}
/*--------------------------------------
 * モーダル
 * ---------------------------------------*/
.lock {
  overflow: hidden;
  transition: .2s;
}
.modal {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
  max-width: 800px;
  -ms-transform: translateY(0px) translateX(60%);
  -ms-zoom: 90%;
}
.modal-overlay {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 0;
}
.modal-wrap {
  z-index: 1001;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
  -ms-text-align: left;
}
.modal-open {
  transition: .5s;
}
#performer .gridbox .modal-open {
  text-decoration: none !important;
}
.modal-open:hover {
  opacity: 0.7;
}
.btn-inner {
  margin-top: 23.5px;
}
.modal-inner {
  width: 80vw;
  max-width: 800px;
  max-height: 85%;
  margin: auto;
  padding: 2rem 1.5rem;
  background: #fff;
  overflow-y: auto;
  z-index: 1;
  position: relative;
  border: 3px solid #00ab95;
}
.modal-content {
  text-align: left;
}
.modal-content-ttl {
  font-size: 1.6rem;
  line-height: 1.4;

  color: rgb(149, 143, 140);
}
.modal-content .font {
}
.modal-content .text{
	margin-top: 1rem;
}
.modal-content ul.text li{
	margin-top: 0.5rem;
}
.modal-content .note{
	color:#aaaaaa;
}
.modal-content-ttl .small {
  font-size: 70%;
  letter-spacing: -0.5px;
}
.modal-content .profile {
  margin-top: 2rem;
  line-height: 2;
  font-size: 1rem;
  font-size: 85%;
  letter-spacing: initial;
  border-top: #f4f4f4 3px dotted;
  padding-top: 1.5rem;
}
.modal-content .comment .profile {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.modal .ttl_s {
  font-size: 1.2rem;
  font-weight: bold;
  color: #00ab95;
  margin-bottom: 0.25rem;
}
.modal .ttl_s span.small {
  font-size: 90% !important;
  letter-spacing: 0;
}
.modal-content .flexbox {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 270px 1fr;
  -ms-grid-columns: 150px 1fr;
  gap: 1.5rem;
  letter-spacing: 0.02ex;
  grid-rows: auto auto;
  -ms-grid-rows: auto auto;
}
.modal-content .comment {
  margin-top: 2rem;
}
.modal-content .flexbox .font {
  padding-top: 0.5rem;
}
.modal-content .comment.null {
  width: 270px;
  margin: 2rem auto 0;
}
.modal-content.band .flexbox {
  font-size: 1rem;
}
.modal-content .profile a {
  text-decoration: underline;
  color: #00ab95;
}
.modal.is-open {
  animation: modal_open .5s ease forwards;
}
.modal.is-open .modal-inner {
  animation: modal_inner_open .5s ease forwards;
}
.modal.is-close {
  animation: modal_close .5s ease forwards;
}
.modal.is-close .modal-inner {
  animation: modal_inner_close .5s ease forwards;
}
.modal-inner.small span.small {
  margin-left: 5px;
  font-size: 80%;
}
.modal-inner .credit {
  display: block;
  font-size: 80%;
}
.modal-inner .btn-wrap {
  /* margin: 3rem auto 0; */
}
.modal-inner .btn-close {
  text-decoration: underline;
  background: none;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 60px;
  padding: 7px;
  cursor: pointer;
}
/*setlist*/
.modal-inner.setlist {
  padding: 2rem;
}
.modal-inner.setlist .list {
  margin-top: 1.5rem;
  line-height: 2;
  font-size: 1rem;
}
.modal-inner.setlist .list .ttl {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #00ab95;
  margin-top: 1rem;
}
@keyframes modal_open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 10000;
  }
}
@keyframes modal_inner_open {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes modal_close {
  0% {
    z-index: 10000;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal_inner_close {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
/*--------------------------------------
 * program
 * ---------------------------------------*/
#program {
 text-align: center;	
}

#program .inner {
	margin-top: 1rem;
}

#program h3 {
	color:#00ab95;
	font-size: 2rem;
	background-color:inherit;
	margin-top: -2rem;
}

#program h4 {
	font-size: 1.8rem;
	letter-spacing: normal;
}
#program h4 span {
	font-size: 1.4rem;
}

#program h2.heading.long {
  margin-bottom: 6rem;
}
#program .inner .program_lists {
  font-size: 1.1rem;
}

#program .inner .program_lists span {
  white-space: nowrap;
}
 




/*--------------------------------------
 * ticket
 * ---------------------------------------*/
#ticket {
	text-align: center;
}

#ticket .senkou {
  
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
  margin-top: 3.5rem;
  
}

#ticket .senkou .fin{
  margin-bottom: 3.5rem;
  margin-top: 3.5rem;
  
}

#ticket .ticket_detail {
	font-size: 1.6rem;
	line-height: 1.6;
}



#ticket .normal {
	font-size: 1.8rem;
	margin-top: 5rem;
}

#ticket .normal .details{
	font-size: 1.4rem;
} 

#ticket .senkou h3.lead {
  
  left: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.2ex;
  font-weight: bold;
  color: #00ab95;

  bottom: 1rem;
}

#ticket h3 {
	font-size: 2rem;
	margin-top: 3.5rem;
}

#ticket h4 {
	font-size: 1.6rem;
	margin: 3rem 0 .5rem;
}

#ticket .call {
	font-size: 1.2rem;
}

#ticket .call .number{
	font-size: 2rem;
}



#ticket dl {
	margin-bottom: 2rem;
}

#ticket dl dt {
	font-size: 2rem;
	margin-top: 2rem;	

}

#ticket dl dt .details{
	font-size: 1.2rem;
	letter-spacing: -0.03em;
}

#ticket dl dt span.pcOnly{
	display: inline-block;
}

#ticket .item {
	width: 400px;
	margin: 0 auto;
}


#ticket .time  {
	margin: 1rem 0;
	font-size: 1.8rem;
	color:#00ab95;
}

#ticket .time .details {
	font-size: 1.4rem;
}


#ticket .ate {
  line-height: 1.6;
  padding-left: 1rem;
  margin-bottom: 1rem;
  font-size: .95rem;
}

#ticket .detail {
  margin-top: 1rem;
}
#ticket .detail .sub_ttl {
  display: inline-block;
}
#ticket .detail .sub_ttl + a {
  display: inline-block;
  padding-left: 1rem;
}
#ticket .btn-ticket a {
  width: 50%;
  display: inline-block;
  padding: 15px 25px 17px;
  text-decoration: none;
  transition: .4s;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-top: 0.5rem;
  background: #00ab95;
  border: 2px solid #00ab95;
  border-radius: 5px;
  font-size: 1.4rem;
  letter-spacing: -0.02ex;
  line-height: 1;
}
#ticket .btn-ticket a:hover {
  border: 2px solid #00ab95;
  background: #f2f2f0;
  color: #00ab95;
  opacity: 1;
}

#ticket .btn-ticket a span {
	font-size: 1rem;
}

/*--------------------------------------
 * goods
 * ---------------------------------------*/

#goods .goods_lists {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 3rem;
  line-height: 1.6;
}
#goods .goods_list {
  width: 50%;
  padding: 1rem;
}
#goods .goods_list .goods_ttl {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 1rem;
  color: #00ab95;
}
#goods .goods_list .goods_text .goods_detail {
  margin-top: 2rem;
}
#goods .goods_list .goods_text .goods_price {
  font-size: 95%;
  margin-top: 1rem;
}
#goods span.small {
  font-size: 90%;
 
  display: block;
  line-height: 1.8;
}
#goods .goods_list .thum {
  width: 100%;
  background: #ffffff;
}
#goods .goods_list .thum img {
  width: 100%;
  margin: 0 auto;
}
/*--------------------------------------
 * access
 * ---------------------------------------*/

#access {
	text-align: center;
}
#access h3 {
	border-bottom: none;
	color:#000;
    margin-bottom: 0;
	padding-bottom: 0;
}

#access .address{
	font-size: 1.3rem;
}

#access .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 350px;
  position: relative;
  margin-top: 1.5rem;
}


#access dl.table dt {
  width: 31%;
}
#access dl.table dd {
  width: 69%;
}
#access .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#access ul {
	text-align: left;
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
	gap:10%;
}

#access ul li{
	margin-top: 1rem;
	width: 50%;
}

#access ul li span{
	font-weight: bold;
	font-size: 1.2rem;
}

#access dl {
	display: flex;
	text-align: left;
}

#access dt {
	width: 18%;
}

#access dt dd {
	width: 82%;
	
}




/*--------------------------------------
 * release
 * ---------------------------------------*/
#release h3.heading {
  margin-top: 0;
}
#release .release_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
#release .release_list .ttl {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1rem;
}
#release .release_list .release_text {
  width: 57%;
  line-height: 2;
}
#release .release_list .ate {
  padding: 0.75rem;
  background: rgb(242, 242, 240);
}
#release .release_list .lead {
  margin-top: 1rem;
  line-height: 1.8;
}
#release .release_list .detail {
  margin-top: 1rem;
  font-size: 90%;
}
#release .release_list .detail .thum_s {
  width: 80%;
  margin: 1rem auto;
}
#release .release_list .detail .credit {
  font-size: 80%;
  text-align: center;
}
#release .release_list .thum {
  width: 35%;
  height: auto;
  padding-right: 2rem;
}
#release .release_list .thum img {
  max-height: initial;
  width: 100%;
  border: 2px solid #eeeeee;
}
#release .release_list .sub_ttl {
  margin-top: 2rem;
}
/*--------------------------------------
 * kazemachi
 * ---------------------------------------*/
#kazemachi .inner img {
  margin: 0 auto;
  width: 85%;
  padding-top: 3rem;
  transition: .4s;
}
#banner .bnr_lists {
  justify-content: space-around;
}
#banner .bnr_lists li {
  width: 40%;
  margin-right: 2%;
}
/*--------------------------------------
 * FOOTER
 * ---------------------------------------*/
.ticket_info {
  position: fixed;
  bottom: 50px;
  right: 20px;
  font-size: 77%;
  z-index: 30;
}
.ticket_info a {
  
  
  text-decoration: none;
  display: block;
  width: 110px;
 
  transition: .4s;
  cursor: pointer;
 
  padding-top: 22px;
  
}
footer {
  position: relative;
  margin-top: 0;
  background: #00ab95;
}
.footer_container {
  width: 1040px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}
.copyright {
  color: #ffffff;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.15ex;
}
/*--------------------------------------
 *notice下層ページ
 * ---------------------------------------*/
section#notice2 {
  padding-bottom: 4rem;
}
section#notice2 h1 {
  background: #000000;
  padding: 1.5rem 1rem;
  text-align: center;
  color: #ffffff;
  border-bottom: #00ab95 15px solid;

  font-size: 1.5rem;
  line-height: 1.4;
}
section#notice2 h3 {
  font-size: 1.4rem;
}
section#notice2 h3 {
  font-size: 1.4rem;
}
section#notice2 ul {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
section#notice2 ul li {
  list-style: disc;
  list-style-position: inside;
}
/*--------------------------------------
 *ライブレポページ
 * ---------------------------------------*/

section#liverepo {
  padding-bottom: 4rem;
	padding-top: 0;
}
section#liverepo .container {
  width: 800px;
}
section#liverepo h1 {
  background: #00ab95;
  padding: 1.5rem 1rem;
  text-align: center;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.4;
}
section#liverepo h3 {
  font-size: 1.4rem;
}
section#liverepo .text {
  margin-top: 1.5rem;
}
section#liverepo .img {
  margin-top: 1.5rem;
}
section#liverepo .img.w60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
section#liverepo .credit, section#liverepo .img .caption {
  font-size: 80%;
  text-align: right;
  display: block;
}

#liverepo .btns {
	display:flex;
	justify-content: center;
	gap:20px;
} 

#liverepo .btn a {
  display: inline-block;
  line-height: 1.4;
  letter-spacing: 0.02ex;
  font-size: 1.1rem;
  margin-top: 1rem;
}

/*--------------------------------------
 * 調整用
 * ---------------------------------------*/
/*--  float  --*/
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.clearBoth {
  clear: both;
}
/*--  text-align  --*/
.ta_c {
  text-align: center !important;
  display: block;
}
.ta_l {
  text-align: left !important;
  display: block;
}
.ta_r {
  text-align: right !important;
  display: block;
}
/*--  text-weight  --*/
.bold {
  font-weight: bold;
}
/*--  text-color  --*/
.red {
  color: red;
}
/*--  margin-top  --*/
.mt0 {
  margin-top: 0px !important;
}
.mt2r {
  margin-top: 2rem;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
/*--  margin-right  --*/
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr60 {
  margin-right: 60px !important;
}
/*--  margin-left  --*/
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml60 {
  margin-left: 60px !important;
}
/*--  margin-bottom  --*/
.mb0 {
  margin-bottom: 0px !important;
}
.mb2r {
  margin-bottom: 2rem !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
/*--  padding-top  --*/
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
/*--  padding-right  --*/
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr60 {
  padding-right: 60px !important;
}
/*--  padding-left  --*/
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl60 {
  padding-left: 60px !important;
}
/*--  padding-bottom  --*/
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
/*--  font-size  --*/
.fs_bl {
  font-size: 125%;
}
.fs_l {
  font-size: 115%;
}
.fs_m {
  font-size: 92%;
}
.fs_ms {
  font-size: 80%;
}
.fs_s {
  font-size: 50%;
}