@charset "utf-8";
* {
  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;
}
html {
  -webkit-text-size-adjust: none;
  background: transparent;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.8;
  word-break: break-all;
  position: relative;
  font-family: "Reimin Y30 Medium", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
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;
}
img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  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;
  color: inherit;
}
a:active, a:hover, a:focus {
  outline: none;
}
a:hover {
  color: inherit;
  opacity: 0.7;
}
a.link {
  text-decoration: underline;
  color: #09f;
}
table {
  border-collapse: collapse;
}
.pc-only {
  display: block;
}
.smp-only {
  display: none;
}
.br_pc {
  display: block;
}
.br_sp {
  display: none;
}
section {}
section:first-child {}
h2.heading {
  font-size: 5rem;
  text-align: center;
  line-height: 1.6;
  color: #ffffff;
  background: #000000;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}
h2.heading.bk {
  color: #000000;
}
h3.heading {
  margin-top: 2rem;
  text-align: center;
  font-size: 2.5rem;
  transform: scale(0.75, 1.0);
  line-height: 1.4;
  transform-origin: left top;
  width: 133.333%;
  font-weight: bold;
}
p {
  width: 133.333%;
  margin: 0px;
  transform: scale(0.75, 1.0);
  line-height: 1.4;
  transform-origin: left top;
  letter-spacing: 0.05ex;
}
.small {
  font-size: 80%;
  display: block;
}
.ttl {
  font-size: 1.8rem;
  transform: scale(0.75, 1.0);
  line-height: 1.4;
  transform-origin: left top;
  width: 133.333%;
  font-weight: bold;
  letter-spacing: 0.05ex;
}
.ttl_ti {
  font-size: 1.8rem;
  transform: scale(0.75, 1.0);
  line-height: 1.4;
  transform-origin: left top;
  width: 133.333%;
  font-weight: bold;
  letter-spacing: 0.05ex;
}
.text_box {
  margin-top: 2rem;
  font-size: 1.2rem;
}
.btn-link {
  font-size: 1.5rem;
  text-align: center;
}
.btn-link a {
  padding: 11px 20px;
  border-radius: 42px;
  text-decoration: none !important;
  text-align: center;
  display: block;
  width: 70%;
  line-height: 1.4;
  letter-spacing: 0.02ex;
  font-weight: 700;
  margin: 1.5rem auto 0;
  border: #9d0431 2px solid;
  background: none;
  color: #9d0431;
  background-color: #fff;
}
.btn-link a:hover {
  color: #ffffff;
  opacity: 1;
  background: #9d0431;
}
/*--------------------------------------
 * conents
 * ---------------------------------------*/
.wrapper {
  overflow: hidden;
}
.container {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding: 6rem 2rem;
}
.inner {
  margin-top: 3.5rem;
}
.inner.w960 {
  max-width: 960px;
  margin: 3rem auto 0;
}
.bgw {
/*  background: url(../images/bgw.jpg) top center no-repeat;*/
  background-size: 100%;
}
.bgw2 .container {
  padding-bottom: 0;
}
.bgw2 .container.last {
  padding-bottom: 6rem;
}
.bgw2 {
  background: url(../images/bgw2.webp) top center no-repeat;
	
	
	
  background-size: 100%;
}

.bgw2 {
	    background: url(../images/bgw2.webp) top center no-repeat , linear-gradient(143deg, rgba(255, 255, 255, 1), rgba(246, 246, 246, 1) 7%, rgba(204, 204, 204, 1) 21%, rgba(202, 199, 199, 1) 29%, rgba(215, 215, 215, 1) 42%, rgba(255, 255, 255, 1) 49% 52%, rgba(255, 255, 255, 1) 53%, rgba(222, 221, 221, 1) 57%, rgba(207, 207, 209, 1) 69%, rgba(204, 204, 204, 1) 74%, rgba(222, 221, 221, 1) 80%, rgba(247, 247, 247, 1) 90%, rgba(252, 252, 252, 1) 94%, rgba(255, 255, 255, 1));
	 background-size: 100% auto, auto;
}


.bgr {
  background: url(../images/bgr.jpg) top no-repeat;
  background-size: 100%;
}
/*--------------------------------------
 * HEADER
 * ---------------------------------------*/

h1 {
		background: #000;
}

.main_visual {
  max-width: 85rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6rem;
	padding-bottom: 6rem;
  text-align: center;
}
.main_visual img {
  max-width: 850px;
	padding: 1rem;
}
#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;
  padding: 1rem;
}
#header .nav_container a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.2;
}
#header .nav_container a:hover {
  text-shadow: 0 0 3px #fff, 0 0 15px #fff, 0 0 30px #fff;
}
.trigger {
  width: 75px;
  height: 75px;
  right: 0px;
  top: 0;
  position: fixed;
  z-index: 30;
  background: radial-gradient(circle, rgb(185 21 57), rgb(114 12 34) 80%);
}
.menu-trigger {
  position: fixed;
  z-index: 15;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  right: 0;
  top: 0px;
}
.menu-trigger {
  width: 45px;
  height: 55px;
  margin: 10px 15px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.menu-trigger span:nth-of-type(1) {
  top: 11px;
}
.menu-trigger span:nth-of-type(2) {
  top: 27px;
}
.menu-trigger span:nth-of-type(3) {
  top: 42px;
}
.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: 19px;
}
.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: 35px;
}
.smp-nav-list {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease-in-out;
  display: none;
}
.smp-nav-list img {
  max-height: 55px;
  width: auto;
  margin: 0 auto;
}
.smp-nav-list.active {
  display: flex;
  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;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@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 {
  text-align: center;
}
.smp-nav-list ul li {
  list-style-type: none;
  width: 100%;
}
.smp-nav-list ul li a {
  position: relative;
  line-height: 1.6;
  display: block;
  margin-bottom: 1.5rem;
  text-decoration: none;
  font-size: 3.5rem;
  color: #ffffff;
  transform: scale(0.75, 1.0);
  line-height: 1.4;
  transform-origin: left top;
  width: 133.333%;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.smp-nav-list ul li a:hover {
  color: #9d0431;
  opacity: 1;
}
.smp-nav-list ul.fix_menu > li.nav_sns {
  max-width: 100%;
  margin-top: 2rem;
  font-size: 2rem;
}
.smp-nav-list ul .nav_sns li {
  display: inline-block;
  margin-right: 2rem;
}
.smp-nav-list ul .nav_sns li:last-child {
  margin-right: 0;
}
/*--------------------------------------
 *sns
 * ---------------------------------------*/
#sns .container {
  padding-top: 1rem;
  padding-bottom: 1rem;

}
.sns_lists {
  padding-right: 0;
  list-style-type: none;
  margin: 1rem auto 0;
  width: 145px;
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
}
/*--------------------------------------
 *news
 * ---------------------------------------*/
#news {
	background: #000;
	color:#fff;
}
#news h2.heading {
	background: #000;
}



#news .news-lists {
  margin-top: 2rem;
}
#news .news_lists li:first-child {
  margin-top: 0;
}
#news .news_lists li {
  margin-top: 2rem;
  border-bottom: 1px dotted #AAAAAA;
  padding-bottom: 2rem;
  display: flex;
  align-items: self-start;
}
#news .news-data {
  vertical-align: top;
  margin-right: 2rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  line-height: 1.2;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#news .news-title {
  width: 80%;
}
#news .news-title a {
  text-decoration: underline;
}
/*--------------------------------------
 * comment
 * ---------------------------------------*/
#comment{
         background: url(../images/common/bg.png), radial-gradient(circle, rgb(185 21 57), rgb(114 12 34) 80%);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    color: #fff;
}

#comment .text_box {
  color: #ffffff;
	margin-top: 0;
}

#comment .inner{
	margin-top: 0;
}
/*--------------------------------------
 * live / ticket
 * ---------------------------------------*/
#live .text_box, #ticket .text_box {
  text-align: center;
}
.lists {
  margin-top: 3rem;
}
.lists dl:last-child {
  margin-bottom: 0;
  border: none;
}
.lists .ttl {
  color: #9d0431;
  margin-top: 5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.2;
  width: 133.333%;
  transform: scale(0.75, 1.0);
  transform-origin: left top;
  text-align: center;
  padding: 5px;
}
.lists .ttl_ti {
  color: #ffffff;
  margin-top: 5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.2;
  width: 133.333%;
  transform: scale(0.75, 1.0);
  transform-origin: left top;
  text-align: center;
  background: #9d0431;
  padding: 8px;
}
.lists dl dd {
  font-size: 2rem;
  font-weight: bold;
  width: 133.333%;
  transform: scale(0.75, 1.0);
  transform-origin: left top;
  text-align: center;
  letter-spacing: 0.05ex;
}
.lists dl dd .small {
  line-height: 1.2;
}
.lists a {
  text-decoration: underline;
  color: #9d0431;
}
.col2 {
  display: flex;
	flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin-top: 3rem;
}

.col2 dl {
	width: 30%;
	margin-bottom: .8rem;
}

.col2 dl img {
	object-fit:cover;
}

.col2 dl dt {
text-align: center;
}
.col2 dl dd {
  font-size: 1rem;
	text-align: center;
}

#live a{
	text-decoration: underline;

}

#ticket .col2 dl dt {
border-bottom: 3px solid #9d0431;
}

#ticket dd{
font-size: 1.4rem;
}

#ticket dd span{
font-size: 1rem;
	line-height: 1.7;
	display: block;
	font-weight: normal;
}

#ticket .fin{
font-size: 1.2rem;
	margin-top: 3rem;
	
}


/*--------------------------------------
 * n0tice
 * ---------------------------------------*/
#notice .inner {
  border: 1px solid #000000;
  padding: 2rem;
  margin-top: 0;
  background-color: #fff;
}
#notice h2.heading {
  margin-top: 2rem;
  background: none;
  line-height: 1.4;
}
#notice .ttl {
  line-height: 1.4;
  margin-top: 2rem;
}
#notice .notice_lists li {
  list-style: disc;
  list-style-position: inside;
	font-size: .95rem;
}

#notice .lists_list li {
	list-style: none;
	margin-left: 1rem;
	
}


/*--------------------------------------
 * archive
 * ---------------------------------------*/
#archive {
background: #000;
	color:#fff;
	
}

#archive h2.heading{
	background: #000;
	color:#fff;
}



/*--------------------------------------
 * goods
 * ---------------------------------------*/
#goods {
  color: #ffffff;
}
#goods .ttl {
  line-height: 1.4;
  margin-top: 2rem;
  text-align: center;
}
#goods .goods_lists {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
#goods .goods_lists li {
  width: 48%;
  margin-top: 2rem;
}
#goods .goods_lists li.w100 {
  width: 100%;
}
#goods .goods_list.w100 .thum {
  text-align: center;
}
#goods .goods_list.w100 .thum img {
  width: 70%;
  margin: 2rem auto;
}
#goods .goods_list.w100 .detail{
	font-size: 90%;
}
#goods .goods_list .lead {
  margin-top: 2rem;
}
#goods .goods_list .goods_ttl {
  font-weight: bold;
  margin-top: 1rem;
  line-height: 1.4;
  text-align: center;
}
#goods .goods_list a {
  color: #e687ff;
}
#goods .goods_list .thum {
  margin: 0px 0 1rem;
}
#goods .goods_list .thum img {
  width: 100%;
}
#goods .goods_list .detail {
  margin-top: 0.5rem;
  font-size: 80%;
  line-height: 1.4;
  text-align: center;
}
#goods .goods_list .detail .price {
  margin-top: 1rem;
  font-size: 0.95rem;
}
#goods .goods_list .btn-link a {
  margin: 3rem auto 0;
}
#goods .goods_list .thum img {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
#goods .ate{
	font-size: 75%;
	text-align: center;
	margin-top: 3rem;
}
/*--------------------------------------
 * access
 * ---------------------------------------*/
#access .container {
  padding-bottom: 0;
}
#access .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 350px;
  position: relative;
}
#access .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#access .map.container {
  padding-bottom: 2rem;
}
#access .lists {
  margin-bottom: 3rem;
}
#access .lists .ttl {
  margin-top: 2rem;
}
/*--------------------------------------
 * form
 * ---------------------------------------*/
#form .inner.w960{
	margin: 0 auto!important;
	text-align: center;
}
#form .form-box{
	max-width: 600px;
	margin: 2rem auto 0;
}
/*--------------------------------------
 * footer
 * ---------------------------------------*/
footer {
  background: #000000;
}
.pagetop {
  position: fixed;
  z-index: 8;
  right: 15px;
  bottom: 15px;
  transition: 0.3s transform;
  -webkit-transition: 0.3s transform;
  display: none;
}
.pagetop img {
  max-width: 140px;
  height: auto;
  vertical-align: sub;
  transition: .2s;
}
.footer_container {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  padding: 1.25rem 0;
  color: #ffffff;
	
}
footer {
border-top:#b91739 solid 2px;
}
.footer_container .sns {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
}
.footer_container .sns li {
  display: inline-block;
  margin: 0 0.5rem;
}
.footer_container .sns li a {
  display: inline-block;
  color: #ffffff;
}
.footer_container .sns li a:hover {}
.copyright {
  font-size: 85%;
  line-height: 1.4;
  padding: 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: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
/*--  margin-right  --*/
.mr0 {
  margin-right: 0;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
/*--  margin-left  --*/
.ml0 {
  margin-left: 0;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
/*--  margin-bottom  --*/
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
/*--  padding-top  --*/
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
/*--  padding-right  --*/
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
.pr60 {
  padding-right: 60px;
}
/*--  padding-left  --*/
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px;
}
/*--  padding-bottom  --*/
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
/*--  font-size  --*/
.fs_bl {
  font-size: 140%;
}
.fs_it {
  font-style: italic;
}
.fs_l {
  font-size: 115% !important;
}
.fs_m {
  font-size: 92% !important;
}
.fs_ms {
  font-size: 70% !important;
}
.fs_s {
  font-size: 50% !important;
}