@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: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
  line-height: 1.8;
  background: #fff;
  color: #333333;
  position: relative;
  word-wrap: break-all;
  letter-spacing: 0.08ex;
  font-weight: 500;
}
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;
}
.fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}
.fadeIn.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/
.wrapper, .nav_wrapper {
  position: relative;
  transition: left .25s ease-in-out;
  left: 0;
}
.container {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding-right: 2rem;
  padding-left: 2rem;
}
section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
section:first-of-type {
  padding-top: 0;
  padding-bottom: 0;
}
h2.heading {
  font-size: 2rem;
  letter-spacing: 0.02ex;
  position: relative;
  line-height: 1.4;
  font-family: "ZENオールド明朝N B", 'Hiragino Mincho Pro', '游明朝', serif;
  padding-left: 3.5rem;
  color: rgb(149, 143, 140);
  background: url(../images/common/icon_h2.png) left center / 40px no-repeat;
  margin-bottom: 1rem;
}
h2.heading.long {
  margin-bottom: 5rem;
}
.h_icon {
  position: absolute;
  top: 0;
  right: 0;
}
.h_icon.long {
  position: absolute;
  top: 3.3rem;
  right: 0;
}
.h_icon img {
  position: absolute;
  top: 0;
  right: 1rem;
  height: 70px;
  width: auto;
  transition: .4s;
}
h3.heading {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.2ex;
  font-weight: bold;
  color: #b83948;
  font-family: "ZENオールド明朝N B", 'Hiragino Mincho Pro', '游明朝', serif;
  border-bottom: 2px solid;
  margin-top: 3.5rem;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
}
.title {
  font-size: 1.4rem;
  color: #ffffff;
  background: #b83948;
  padding: 1rem 1rem;
  text-align: center;
  font-weight: bold;
  font-family: "ZENオールド明朝N B", 'Hiragino Mincho Pro', '游明朝', serif;
  letter-spacing: 0.2ex;
  border-radius: 5px;
  margin-top: 3rem;
  line-height: 1;
}
.sub_ttl {
  color: #b83948;
  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;
}
.font {
  font-family: "ZENオールド明朝N B", 'Hiragino Mincho Pro', '游明朝', serif;
}
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: #b83948;
  padding: 0.5rem 1.5rem;
  text-align: center;
  font-weight: bold;
  font-family: "ZENオールド明朝N B", 'Hiragino Mincho Pro', '游明朝', serif;
  letter-spacing: 0.2ex;
  border-radius: 5px;
  margin-top: 3rem;
  text-decoration: none;
  transition: .4s;
  border: 2px solid #b83948;
}
.btn a:hover {
  opacity: 1;
  color: #b83948;
  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: #000000;
  margin: 0 auto;
  transition: .6s;
  color: #ffffff;
  border-bottom: #b83948 15px solid;
  font-family: "ZENオールド明朝N B", 'Hiragino Mincho Pro', '游明朝', serif;
  font-size: 1.1rem;
}
.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: #000000;
  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;
  font-family: "ZENオールド明朝N B", 'Hiragino Mincho Pro', '游明朝', serif;
}
.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: 2rem;
  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: rgb(149, 143, 140);
  background: url(../images/common/icon_h2.png) left center / 30px no-repeat;
  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{
	font-family: "ZENオールド明朝N B", 'Hiragino Mincho Pro', '游明朝', serif;
}
#setlist .ttl {
    font-size: 1.7rem;
    line-height: 1.6;
    letter-spacing: 0.2ex;
    font-weight: bold;
    color: #b83948;
}
#setlist .text {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
#setlist .setlist_btn {
  padding: 1rem;
  background: #b83948;
  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 #b83948;
}
#setlist .setlist_btn:hover {
  background: #ffffff;
  border: 2px solid #b83948;
  opacity: 1;
  color: #b83948;
}
/*--------------------------------------
 * notice
 * ---------------------------------------*/
#notice .text {
  font-size: 95%;
  margin-bottom: 3rem;
  line-height: 1.6;
  padding: 1rem;
  background: rgb(242, 242, 240);
}
.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: #b83948;
  border: 2px solid #b83948;
  border-radius: 5px;
  font-size: 1.2rem;
  letter-spacing: -0.02ex;
  line-height: 1.4;
  font-family: "ZENオールド明朝N B", 'Hiragino Mincho Pro', '游明朝', serif;
  font-weight: bold;
}
.btn-notice a:hover {
  border: 2px solid #b83948;
  background: none;
  color: #b83948;
  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: #b83948;
  border: 2px solid #b83948;
  border-radius: 5px;
  font-size: 1.2rem;
  letter-spacing: -0.02ex;
  line-height: 1.4;
  font-family: "ZENオールド明朝N B", 'Hiragino Mincho Pro', '游明朝', serif;
  font-weight: bold;
}
.btn-liverepo a:hover {
  border: 2px solid #b83948;
  background: none;
  color: #b83948;
  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: #b83948;
  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;
}
/*--------------------------------------
 * NEWS
 * ---------------------------------------*/
#news {
  position: relative;
}
#news dl.news_item {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
#news dl.news_item dt {
  color: #b83948;
  width: 104px;
  font-family: 'Ropa Sans', sans-serif;
  font-size: 120%;
  font-weight: bold;
}
#news p.btn {
  text-align: right;
}
#news dl.news_item dd {
  width: 100%;
}
#news dl.news_item:last-of-type {
  margin-bottom: 0;
}
#news dl.news_item a {
  text-decoration: underline;
}
/*NEWS アーカイブ*/
.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) 80%);
  background: -webkit-linear-gradient(to bottom, rgba(242, 242, 240, 1) 0%, rgba(242, 242, 240, 1) 80%);
  background: linear-gradient(to bottom, rgba(242, 242, 240, 1) 0%, rgba(242, 242, 240, 1) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  display: block;
  height: auto;
  position: absolute;
  bottom: 0;
}
.news_more_btn p {
  color: #FFFFFF;
  vertical-align: middle;
  text-decoration: none;
  display: block;
  width: 85px;
  height: 85px;
  background: #b83948;
  border-radius: 50%;
  transition: .4s;
  line-height: 5.2;
  font-family: 'Ropa Sans', sans-serif;
  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;
}
/*--------------------------------------
 * 出演者
 * ---------------------------------------*/
#lineup .inner {
  margin-top: 3rem;
}
#lineup .ate {
  font-size: 0.85rem;
  line-height: 1.4;
  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.8rem;
  text-align: center;
  font-weight: bold;
  margin-top: 3rem;
  font-family: "ZENオールド明朝N B", 'Hiragino Mincho Pro', '游明朝', serif;
}
#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 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: #b83948;
  margin-right: 5px;
  font-family: 'Ropa Sans', sans-serif;
  color: #ffffff;
  padding: 2px;
  border-radius: 3px;
  font-size: 90%;
}
.andmore {
  color: #b83948;
  vertical-align: middle;
  text-decoration: none;
  display: block;
  width: 84px;
  height: 84px;
  background: none;
  border-radius: 50%;
  transition: .4s;
  font-family: 'Ropa Sans', sans-serif;
  margin: 1.5rem auto 3.5rem;
  text-align: center;
  line-height: 1.2;
  padding-top: 19px;
  font-weight: bold;
  border: 2px solid;
  font-size: 110%;
}
.kazemachiband ul li span {
  font-size: 75%;
  display: block;
}
.kazemachiband .modal-open {
  font-family: "ZENオールド明朝N M", 'Hiragino Mincho Pro', '游明朝', serif;
}
/*--------------------------------------
 * モーダル
 * ---------------------------------------*/
.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 #b83948;
}
.modal-content {
  text-align: left;
}
.modal-content-ttl {
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "ZENオールド明朝N B", 'Hiragino Mincho Pro', '游明朝', serif;
  color: rgb(149, 143, 140);
}
.modal-content .font {
  font-family: "ZENオールド明朝N B", 'Hiragino Mincho Pro', '游明朝', serif;
}
.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;
  font-family: "ZENオールド明朝N B", 'Hiragino Mincho Pro', '游明朝', serif;
  color: rgb(149, 143, 140);
  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: #b83948;
}
.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: #b83948;
  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 h2.heading.long {
  margin-bottom: 6rem;
}
#program .inner .program_lists {
  font-size: 1.2rem;
}
/*--------------------------------------
 * ticket
 * ---------------------------------------*/
.senkou {
  position: relative;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
  margin-top: 3.5rem;
  border-bottom: 2px solid #b83948;
  height: 85px;
}
.senkou h3.lead {
  position: absolute;
  left: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.2ex;
  font-weight: bold;
  color: #b83948;
  font-family: "ZENオールド明朝N B", 'Hiragino Mincho Pro', '游明朝', serif;
  bottom: 1rem;
}
.senkou .btn-ticket {
  position: absolute;
  right: 0;
  bottom: 0.5rem;
}
#ticket .line {
  padding-top: 2.5rem;
  border-top: 2px #b83948 dotted;
}
#ticket dl.table dt {
  width: 20%;
}
#ticket dl.table dd {
  width: 80%;
}
#ticket dl.table.end dt {
  width: 25%;
}
#ticket dl.table.end dd {
  width: 75%;
}
#ticket dl.table.end {
  border-top: 1px solid #444444 !important;
}
#ticket dl.table.end dt {
  color: #555555;
}
#ticket .dl.sub_ttl {
  font-weight: 600;
  font-size: 1.1rem;
  padding-left: 1.5rem;
  line-height: 1.6;
  color: #b83948;
  padding-right: 1rem;
  position: relative;
}
#ticket .w300 {
  max-width: 300px;
  margin-top: 1rem;
}
#ticket .dl.sub_ttl:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: '\f111';
  font-size: 1.1rem;
  font-family: "Font Awesome 5 Free";
}
#ticket .pl15r {
  padding-left: 1.5rem;
}
#ticket .pl15r .sub_ttl {
  color: #333333;
  font-weight: normal;
}
#ticket .ate {
  line-height: 1.6;
  padding-left: 1rem;
  margin-bottom: 1rem;
  font-size: .95rem;
}
#ticket dl.table .text li {
  display: flex;
}
#ticket dl.table .text li div {
  width: 100%;
}
#ticket dl.table .text a {
  text-decoration: underline;
}
#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: auto;
  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: #b83948;
  border: 2px solid #b83948;
  border-radius: 5px;
  font-size: 1.4rem;
  letter-spacing: -0.02ex;
  line-height: 1;
  font-family: "ZENオールド明朝N B", 'Hiragino Mincho Pro', '游明朝', serif;
}
#ticket .btn-ticket a:hover {
  border: 2px solid #b83948;
  background: #f2f2f0;
  color: #b83948;
  opacity: 1;
}
/*--------------------------------------
 * 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: #b83948;
  font-family: "ZENオールド明朝N B", 'Hiragino Mincho Pro', '游明朝', serif;
}
#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%;
  margin-top: 2rem;
  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 .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%;
}
/*--------------------------------------
 * 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 {
  color: #FFFFFF;
  vertical-align: middle;
  text-decoration: none;
  display: block;
  width: 85px;
  height: 85px;
  background: #b83948;
  border-radius: 50%;
  transition: .4s;
  font-family: 'Ropa Sans', sans-serif;
  cursor: pointer;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1rem;
  padding-top: 22px;
  letter-spacing: 1px;
}
footer {
  position: relative;
  margin-top: 0;
  background: #000000;
}
.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: #b83948 15px solid;
  font-family: "ZENオールド明朝N B", 'Hiragino Mincho Pro', '游明朝', serif;
  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;
}
section#liverepo .container{
  width: 800px;
}
section#liverepo h1 {
  background: #000000;
  padding: 1.5rem 1rem;
  text-align: center;
  color: #ffffff;
  border-bottom: #b83948 15px solid;
  font-family: "ZENオールド明朝N B", 'Hiragino Mincho Pro', '游明朝', serif;
  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 .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%;
}