@charset "utf-8";

/**
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
**/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap');



/****************************
//背景：FCF4E9
//紺：28438B
//赤：D02A14

背景：fbf4e8
青：#002E96
赤：#e50012

背景：#EEECE4→F4F3EE
赤：#CC0000
黒：#000000

******************************/

:root {
  --main-bg-color: #3C3C3C;
  --main-text-color: #FFFFFF;
  --red-text-color: #CC0000;
}

/* micro clearfx */
.cf:before, .cf:after {
    content:"";
    display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* IE 6/7用。不要なら削除 */

body{
background-color:var(--main-bg-color);
/*background-image: url(../img/bg_paper.jpg);
background-size: contain;*/
font-size:12px;
color:var(--main-text-color);
    line-height: 1.6em;
	/*デフォルトゴシック*/
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;

}

/*明朝*/
/*
.mincho{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
*/
.mincho{
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  }
.gothic{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  }

/*SP表示*/
@media screen and (max-width: 767.98px) {
}

a {
    text-decoration: underline;
    color: var(--main-text-color);
}

.clearfix::after {
    content:'';
    display: block; 
    clear:both;
}


/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 2000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}


/* 読み込まれた時にフェードイン */
.notscroll-fadein {
	opacity: 0;/* ここを追加 */
    animation: fadein 2000ms linear 500ms 1 normal forwards;
    -webkit-animation: fadein 2000ms linear 500ms 1 normal forwards;
}

/* 読み込まれた時にフェードイン */
.notscroll-fadein-rate {
	opacity: 0;/* ここを追加 */
    animation: fadein 2000ms linear 1500ms 1 normal forwards;
    -webkit-animation: fadein 2000ms linear 1500ms 1 normal forwards;
}

@keyframes fadein {
    from {
    opacity: 0;
/*    transform: translateY(20px);*/
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@-webkit-keyframes fadein {
    from {
    opacity: 0;
/*    transform: translateY(20px);*/
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#container{
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
#container{
}
}

.contents{
width:100%;
margin:0 auto;
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
.contents{
}
}

/*----------------------------------------------
 キービジュアル
----------------------------------------------*/

.mainkeyv{
text-align:center;
padding-top: 0px;
position: relative;
}
.mainkeyv img{
width:100%;
vertical-align: bottom
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
	.mainkeyv{
	padding-top: 0px;
	}
	.mainkeyv img{
	width:100%;
	}
}

/*----------------------------------------------
リード文
----------------------------------------------*/
.readtxt{
width:645px;
margin:50px auto 50px auto;
line-height:1.8em;
font-size:18px;
text-align:center;
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
	.readtxt{
		width:100%;
		padding: 0 40px;
	}
}
.readtxtline{
margin-bottom:15px;display:block;
}

/*----------------------------------------------
プロジェクトエリア
----------------------------------------------*/
.gradation{
width:100%;
background-image: linear-gradient(0deg, transparent, #000000);
padding-top:50px;
}

.pj_area_b{
width:500px;margin:auto;
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
	.pj_area_b{
	width:90%;
	margin:auto;
	}
}


/*----------------------------------------------
時と場所
----------------------------------------------*/

.event-info{
border-left: 4px solid #FFFFFF;
        margin: auto;
        padding: 0px 10px 3px 13px;
        font-size: 32px;
        line-height: 1.3em;
        letter-spacing: 0.03em;
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
}

.member{
font-size: 27px;margin-top: 19px;    line-height: 1.5em;
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
	.member{
	font-size: 22px;
	}
}
.event-time{
margin:60px 0 30px 0;font-size:14px;line-height: 1.5em;
}
.ticketicon_box{
float:left;width:90px;
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
.ticketicon_box{
float:none;width:62px;
}
}
.ticketicon{
    background-color: #cccccc;
    display: block;
    color: #333333;
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 4px;
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
	.ticketicon{
	font-size: 12px;
	}
}
.pricebox{
    float: right;
    width: 377px;
    font-size: 34px;
    letter-spacing: 0.06em;
    margin-top: 1px;
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
	.pricebox{
		width: 270px;
	}
}
.tax{
font-size:13px;
}
.attention{
margin:20px 0 40px 0;    font-size: 11px;
    line-height: 1.5em;
}

.onlymembers_title{
    font-size: 17px;
    margin-bottom: 10px;
    background-color: #cccccc;
    padding: 3px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    padding: 6px;
}
.onlymembers_txt1{
    display: block;
    margin-bottom: 17px;font-size:15px;    line-height: 1.5em;
}
.attentionlist{
font-size:12px;
}
.attentionlist ul {
	margin-top:10px;
    list-style: none;
}
.attentionlist li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
}


/*----------------------------------------------*/

.bd_ticketarea{
border-top:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;    padding: 32px 0 10px 0;margin-bottom:30px;
}
.bd_pricearea{
float: right;
    width: 377px;
    letter-spacing: 0.06em;
    margin-top: 1px;
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
	.bd_pricearea{
		
		width: 100%;
		margin-top:10px;
	}
}

.price_line{
display: inline-block;
}
.price_line_seattype{
font-size:21px;    display: inline-block;width: 200px;
}
.price_line_price{
font-size: 27px;    display: inline-block;
}
.price_line_tax{
font-size:13px;    display: inline-block;
}
.price_line_attention{
font-size:11px;margin-top: 6px;margin-bottom: 20px;
    line-height: 1.3em;
}
.yen{
    font-size: 25px;
    margin-right: 3px;
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
	.price_line_seattype{
	font-size:16px;
	width: 167px;
        margin-right: 10px;
	}
	.price_line_attention{
	margin-top: 10px;
	}
}



.ticket_recp_title{
font-size:16px;display:block;margin-bottom:10px;
}
.ticket_recp_kikan{
font-size:14px;display:block;
}


.submitbutton{
text-align:center;
    font-weight: 500;
}

.submitbutton a{
/*font-family: "Shippori Mincho", serif;*/
	border:1px solid var(--main-text-color);
/*    background-color: var(--main-text-color);*/
    display: block;
    border-radius: 7px;
    color: var(--main-color);
font-size:17px;
    padding: 20px 30px;
    width: 100%;
    letter-spacing: 0.05em;
	margin:30px auto 20px auto;
		    text-decoration: none;
    text-align: center;
}
.submitbutton a::after {
}
.submitbutton a:hover {
/*  background-color: var(--red-text-color);*/
background-color: #555555;
}



/*----------------------------------------------
スクロールダウン
----------------------------------------------*/

/* スクロールダウンの位置 */
.scroll {
/*  height: 400px;*/
  padding-top: 53px;
  position: relative;
  text-align: center;
/*  margin-top: 160px;*/
  color:#cccccc;
}
/* 矢印のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
  height: 13px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 13px;
}
/* 矢印のアニメーション */
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}

/*----------------------------------------------
チケット ticket
----------------------------------------------*/


.faqbutton{
text-align:center;
margin-top: 10px;
font-weight:bold;
}

.faqbutton a{
	border: 2px solid var(--main-text-color);
    display: block;
    border-radius: 37px;
    font-size: 14px;
    padding: 16px 0;
    width: 280px;
    letter-spacing: 0.05em;
    margin: auto;
		    margin-bottom: 30px;
			    text-decoration: none;
				color:var(--main-text-color)
}
.faqbutton a::after {
}
.faqbutton a:hover {
  background-color: #777777;
  color: white;
}





.submitbutton_tktdtl{
text-align:center;
    font-weight: 500;
}

.submitbutton_tktdtl a{
/*font-family: "Shippori Mincho", serif;*/
	border:1px solid var(--main-text-color);
/*    background-color: var(--main-text-color);*/
    display: block;
    border-radius: 35px;
    color: var(--main-color);
    font-size: 16px;
    padding: 22px 0;
    width: 250px;
    letter-spacing: 0.05em;
	margin:30px auto 20px auto;
		    text-decoration: none;
}
.submitbutton_tktdtl a::after {
}
.submitbutton_tktdtl a:hover {
/*  background-color: var(--red-text-color);*/
background-color: #555555;
}


/***************************************/
.lv_att_h3{
    margin-bottom: 10px;
    margin-top: 18px;
    font-size: 15px;
    font-weight: bold;
}
.lv-theater{
width:100%;
margin-top:30px;
font-size:14px;
letter-spacing: 0.09em;
padding-left:12px;
}



/*----------------------------------------------
Footer
----------------------------------------------*/

.copyright{
font-size:11px;
text-align:center;
padding:10px;
color:var(--main-text-color);
letter-spacing: 0.1em;
color:#777777;
}



/*******************************
チケットページ
**********************************/

.contents_tkt{
width:500px;
margin:0 auto;
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
	.contents_tkt{
	width:90%;
	}
}

.tktdtl_h1{
border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding: 20px 0 25px 0;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.1em;
}

.tktdtl_midashi_x1{
	border-top:0px solid #ffffff;
	margin-bottom:20px;
	line-height:2em;
	font-size:14px;
	padding-left:20px;
	letter-spacing:0.09em;
	padding-top: 30px;
	padding-bottom: 18px;
}


.attention_detail{
margin-right: 5px;
font-size:13px;
}

.attention_detail ul{
list-style: none;
}

.attention_detail li{
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
}

.txttitle_main{
font-size:16px;
font-weight:bold;
letter-spacing:0.1em;
border:1px solid #FFFFFF;
padding:10px 20px;
width:500px;
margin:0 auto 20px auto;;
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
	.txttitle_main{
	width:100%;
	}
}

.txt_midashi{
background-color:#595959;
color:#ffffff;
font-size:14px;
font-weight:bold;
letter-spacing:0.1em;
padding:10px 20px;
width:500px;
margin:0 auto 20px auto;;
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
	.txt_midashi{
	width:100%;
	}
}


.txtdtl_sub_contents{
margin-bottom:20px;
padding:0 20px;
line-height:1.6em;
letter-spacing:0.09em;
font-size:14px;
}

.txtdtl_txt_h2{
display:block;font-weight:bold;
}
.txtdtl_txt_att{
font-size: 12px;
    line-height: normal;
    letter-spacing: 0;
    margin-top: 20px;
    display: block;
    margin-bottom: 40px;
}

.txtdtl_txt_att_li{
text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
}

.lv_dlxseat_th{
	font-weight:bold;
	    display: inline-block;
}
.lv_dlxseat_dtl{
	font-size: 12px;
    line-height: 1.2em;
    margin: 5px 0 10px 0;
    display: inline-block;
}


/*ライビュ売り切れ*/

#lv-theater .soldout_txt{
font-size: 13px;margin-left: 15px;
}

#lv-theater .lv_soldoutline1{
    position: absolute;
    border: none;
    border-bottom: 1px solid #ffffff;
    margin: 0;
    width: 270px;
    margin: 0 auto;
    top: 15px;
}

#lv-theater .lv_soldoutline2{
    position: absolute;
    border: none;
    border-bottom: 1px solid #ffffff;
    margin: 0;
    width: 270px;
    margin: 0 auto;
    top: 30px;
}




/*******************************
 ハンバーガーボタン
**********************************/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : var(--main-text-color);;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :var(--main-text-color);;
  -webkit-transform: rotate(-35deg);
  -moz-transform   : rotate(-35deg);
  transform        : rotate(-35deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :var(--main-text-color);;
  -webkit-transform: rotate(35deg);
  -moz-transform   : rotate(35deg);
  transform        : rotate(35deg);
}

/*******************************
 ハンバーガーボタン内メニュー
**********************************/

nav.globalMenuSp {
  font-family: 'Ubuntu Mono', monospace;
  font-weight: 500;
  font-size:18px;
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
background-color:var(--main-bg-color);
  text-align: center;
	width: 100%;
	/*
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  */
	display:none;
	height:100%;
}



/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	/*
  opacity: 100;
	height: 100%;
	*/
}


/*******************************
 ハンバーガーボタン内タイトル
**********************************/

.globalMenuTitle{
color:#FFFFFF;margin-bottom:0;width:300px;margin:auto;margin-top:110px;
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
	.globalMenuTitle{
	margin-top:95px;
	}
}


.globalMenuTitle_eventtitle{
letter-spacing: 0.1em;
    line-height: 1.3em;
    font-size: 26px;
    margin: 23px 0 20px;
}





/*******************************
 ハンバーガーボタン内短冊メニュー
**********************************/


.menu_parent {
width:304px;
margin:auto;
margin-top: 10px;
}

.menu2_child{
	  font-family: "Shippori Mincho", serif;
	  font-size: 19px;
    letter-spacing: 0.1em;

}
.menu2_child a{
		display: block;
	height: 70px;
	width: 100%;
		align-items: center;
	border-bottom: 1px solid var(--main-text-color);
    padding: 24px 0 30px 0;
	text-decoration: none;
	position: relative;
	color:var(--main-text-color);
	text-align: left;
}
.menu2_child:first-child {
	border-top: 1px solid var(--main-text-color);
}

.menu2_child_txt{
	  font-family: "Shippori Mincho", serif;
	  font-size: 19px;
    letter-spacing: 0.1em;
			display: block;
	height: 70px;
	width: 100%;
		align-items: center;
	border-bottom: 1px solid var(--main-text-color);
    padding: 24px 0 30px 0;
	text-decoration: none;
	position: relative;
	color:var(--main-text-color);
	text-align: left;
}

.menu2_child_sub{
font-size:15px;
margin-left:30px;
}
.menu2_child_sub a{
display: block;
height: 40px;
padding: 18px 0 18px 0;
}

.menu2_child a,.menu2_child_sub a{
text-decoration: none;
}






.menu_chld{
/*	display: inline-flex;*/
	  font-family: "Shippori Mincho", serif;
	  font-size: 19px;
    letter-spacing: 0.1em;
}
.menu_chld a{
	/* フレックスコンテナであることを指定 */
/*	display: inline-flex;
	height: 300px;
	width: 90px;*/
	display: block;
	height: 70px;
	width: 100%;
	/* 左右中央揃え */
	align-items: center;
	border-bottom: 2px solid var(--main-text-color);
    padding: 24px 0 30px 0;
	text-decoration: none;
	position: relative;
	color:var(--main-text-color);
	text-align: left;
}
.menu_chld a:hover {
/*  background-color: var(--main-bg-color);*/
}
.menu_chld:first-child {
	border-top: 2px solid var(--main-text-color);
}



.menu_chld_sub{
/*	display: inline-flex;*/
	  font-family: "Shippori Mincho", serif;
	  font-size: 19px;
    letter-spacing: 0.1em;
}
.menu_chld_sub a{
	/* フレックスコンテナであることを指定 */
/*	display: inline-flex;
	height: 300px;
	width: 90px;*/
	display: block;
	height: 70px;
	width: 100%;
	/* 左右中央揃え */
	align-items: center;
	border-bottom: 2px solid var(--main-text-color);
    padding: 24px 0 30px 0;
	text-decoration: none;
	position: relative;
	color:var(--main-text-color);
	text-align: left;
}
.menu_chld_sub a:hover {
/*  background-color: var(--main-bg-color);*/
}
.menu_chld_sub:first-child {
	border-top: 2px solid var(--main-text-color);
}













/*PC表示*/
@media(min-width: 768px) {
.pcdisp{}
.spdisp{display:none !important;}
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
.pcdisp{display:none !important;}
.spdisp{}
}
