@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');

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

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

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

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

:root {
  --main-bg-color: #000000;
  --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: "Shippori Mincho", serif;
  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: 1000ms;
  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 1000ms linear 500ms 1 normal forwards;
    -webkit-animation: fadein 1000ms 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: 40px;
position: relative;
}
.mainkeyv img{
width:400px;
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
	.mainkeyv{
	padding-top: 0px;
	}
	.mainkeyv img{
	width:100%;
	}
}

/*----------------------------------------------
リード文
----------------------------------------------*/
.readtxt{
width:500px;
margin:50px auto 50px auto;
line-height:1.8em;
font-size:14px;
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
	.readtxt{
		width:100%;
		padding: 0 40px;
	}
}

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

#event-info{
	background-color:#444444;
	padding:50px 0 60px 0;
	margin:35px auto 100px auto;
	font-size:16px;
	line-height:2em;
	text-align:center;
	font-weight:600;
	border-top: 2px solid #000000;
    width: 65%;
	max-width:700px;
	
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
	#event-info{
		margin: 35px 0 100px 0;
        width: 100%;
        padding: 50px 15px 60px 15px;
	}
}

#event-info .event-artist{
letter-spacing: 0.1em;
font-size:24px;margin-bottom:10px;
}
#event-info .event-title{
letter-spacing: 0.1em;
font-size:20px;margin-bottom:30px;
}
#event-info .event-date{
letter-spacing: 0.1em;font-size: 20px;
}
#event-info .event-date-youbi{
font-size: 18px;
}
#event-info .event-location{
letter-spacing: 0.05em;font-size: 20px;margin-bottom: 8px;
}
#event-info .event-time{
line-height: 1.5em;
    margin-top: 3px;
    font-size: 15px;
}
#event-info .event-time-ch{
letter-spacing: 0.1em
}



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

.scroll {
height: 100%;
    position  : absolute;
    font-size : 13px;
    writing-mode : vertical-rl;
	bottom: -20%;
    right: 0%;
	letter-spacing: 0.1em;
    transform: translateX(-50%) translateY(-50%);
}
.scroll p{
margin-top:42px;
  font-family: "Shippori Mincho", serif;
}
.scroll::after {
    content : '';
    display : inline-block;
    position : absolute;
    background-color: var(--red-text-color);
	
    right : 120%;
    /*bottom : -115px;*/
    transform : translateX(-50%);
    width : 1px;
    height : 100%;
    animation: scroll 2s infinite;
}

/*SP*/
@media screen and (max-width: 767.98px) {
.scroll {
/*
        height: 21%;
        font-size: 12px;
        bottom: -10%;
        right: 0px;
*/		
		        height: 78%;
        font-size: 12px;
        bottom: -53%;
        right: -40px;
}
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

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

#ticket{
margin-bottom:100px;
}

/*PC表示*/
@media(min-width: 768px) {
	#ticket{
	width:500px;
	margin:0 auto 100px auto;;
	}
}

.ticket_box{
width:100%;
border-top:1px solid #ffffff;
padding:30px 30px 30px 30px;
}

/*SP表示*/
@media screen and (max-width: 767.98px) {
	.ticket_box{
	width:85%;
	margin:auto;
	padding:30px 15px 30px 15px;
	}
}

.ticket_title{
font-weight:bold;
font-size:20px;
margin-bottom:15px;
letter-spacing: 0.08em;
}

.ticket-price{
width:300px;
margin-top:30px;
font-size:16px;
letter-spacing: 0.09em;
}

.flex-row {
  display: flex;
  gap: 4px;
}
.flex-row+.flex-row {
  margin-top: 4px;
}
.flex-item {
  padding: 4px;
}
.flex-item:nth-child(1) {
  width: 80px;
}
.flex-item:nth-child(2) {
  flex: 2;
}
.flex-item:nth-child(3) {
  flex: 1;
}

#ticket .tax{
font-size:11px;margin-left:3px;
}
#ticket .price{
    font-size: 48px;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 0.03em;
}
#ticket .yen{
font-size: 36px;
    margin-right: 5px;
}

#ticket .ticket_attention{
/*	border-top: 1px solid var(--main-text-color);*/
    margin: auto;
    padding: 30px 10px 0 10px;
}



.eplus{
	font-family: "Shippori Mincho", serif;
    font-size: 17px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
	margin-bottom:20px;
}
.eplus_att{
font-size:12px;
}

.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{
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: 45px;
    color: var(--main-color);
    font-size: 16px;
    padding: 9px 0;
    width: 280px;
    letter-spacing: 0.05em;
	margin:30px auto 20px auto;
		    text-decoration: none;
}
.submitbutton a::after {
}
.submitbutton a:hover {
/*  background-color: var(--red-text-color);*/
background-color: #555555;
}



.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;
}



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

.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:14px;
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;
}



/*******************************
 ハンバーガーボタン
**********************************/
.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_artistname{
letter-spacing: 0.1em;
    font-size: 24px;
    margin-bottom: 10px;
}
.globalMenuTitle_eventtitle{
    letter-spacing: 0.1em;
    font-size: 20px;
    margin-bottom: 30px;    line-height: 1.5em;
}




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


.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{}
}
