@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lusitana&family=RocknRoll+One&display=swap');
/* CSS Document */
.bg_purple{background-color: var(--purple);}
.bg_green{background-color: var(--green);}
.bg_yellow{background-color: var(--yellow);}
.bg_black{background: rgba(0,0,0,0.8); color: #fff;}

.trainBg{
	border-top: #fff 2px solid;
	position: relative;
}
.trainBg:after{
	content: "";
	height: 4vw;
	width: 5vw;
	background-image: url("../img/train_w.png");
	background-position:right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	top:-4vw;
	right: 1vw;
	position: absolute;
	display: block;
	transition: transform 1s 0.2s ease-out,opacity 1s 0.2s ease;
	transform-origin: right;
}

table.base{
	display: block;
	width: 100%;
	text-align: left;
	border-spacing:0;
}
table.base th.cat{
	width: 8em;
	position: relative;
	padding: 1.5em 1em;
	border-right: #fff 1px solid;
	vertical-align: top;
}
table.base th.cat span:not(.br2){
	position: relative;
	z-index: 2;
}
table.base th.cat span:not(.br2):before{
	content: "";
	width: 2.5em;
	height:2.5em;
	background-color: var(--purple);
	border-radius: 50%;
	display: block;
	position: absolute;
	z-index: -1;
	top:-0.8em;
	left: -1em;
	
}
table.base td{
	padding: 1.5em 1em;
	box-sizing: border-box;
	display: block;
}

	dl.base{
		width: 100%;
		max-width: 40em;
		margin: 0 auto;
		display: block;
		position: relative;

	}
	dl.base dt.cat{
		display: block;
		border-right: 0;
		border-bottom: #fff 1px solid;
		padding-bottom: 0.3em;
		box-sizing: border-box;
		width: 100%;
		position: relative;
	}
	dl.base dt.cat span:not(.br2):before{
		content: "";
		width: 2.5em;
		height:2.5em;
		background-color: var(--purple);
		border-radius: 50%;
		display: block;
		position: absolute;
		z-index: -1;
		top:-0.8em;
		left: -1em;

	}

	dl.base dd{
		display: block;
		width: auto;
		width: 100%;
		padding: 1.5em 1em;

}
table.list{
	width: 100%;
	display: block;
	text-align: left;
}
table.list th{padding:0 1em 0.5em 0; }
table.list td{padding:0 1em 0.5em 0;}
 ul.list li{
	padding: 0.2em 0;
}
 ul.list li:first-child{
	 padding-top: 0;
}
/*二階層目*/
.secondBg{
	position: relative;
	padding: 3em 0 0;
}
.secondBg:before{
	content: "";
	width: 100%;
	top:0;
	bottom: 0;
	z-index: -1;
	background-image: url("../img/second_bg.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	display: block;
}
.secondBg h1{
	width: 60%;
	max-width: 704px;
	margin: 0 auto 2em;
}

.wideArea{
	width: 100%;
	position: relative;
}

.infoBox{
	border-radius: 15px;
	position: relative;
	padding: 2em;
	margin-top: 2em;
}
.infoBox:before{
	content: "";
	width: 7em;
	height: 7em;
	border-radius: 50%;
	top:-.5em;
	left: -0.5em;
	display: block;
	position: absolute;
	background-color: var(--purple);
}
.infoBox h2{
	font-size: 1.5em;
	padding:0.1em;
	position: relative;
	z-index: 2;
	border-bottom: #fff 2px solid;
}
.infoBox h2.new:before{
	content: "new";
	display: inline-block;
	color: var(--green);
	font-weight: bold;
	margin-right: 0.5em;
	padding-bottom: 0em;
	vertical-align: top;
}
.infoBox.icon_purple h2.new:before{
	color: var(--yellow);
}
.infoBox.icon_yellow h2.new:before{
	color: var(--purple);
}
.infoBox .inner{
	position: relative;
	z-index: 2;
	padding: 1em;
}

hr{
	border: 0;
	border-bottom: #fff 1px dashed;
	margin: 1em 0;
}
/*下部注意事項---------------------------------------------------------*/
#caution{
	position: relative;	
	padding: 2em 0 4em;
	text-align: center;
	margin-top: 2em;
}
#caution h2{
	font-size: 1.5em;
	position: relative;
	border-bottom: #fff 1px solid;
	padding: 0.5em;
	width: auto;
	display:block;
	margin-bottom: 1em;
	
}
#caution ul.notes{
	text-align: left;
	padding: 0.5em;
	
}
#caution h3{
	background-color: var(--purple);
	padding: 0.5em 1em;
	border-radius: 50px;
	margin: 1em 0 0.5em;
	text-align: left;
}

/*----------------------------------------------------*/
.topArea{
	position: relative;
}
.topArea:before,.topArea:after{
	content: "";
	display: block;
	position: absolute;
	height: 3vw;
	width: 100%;
	z-index: 1;
	left: 0;

}
.topArea:before{
	top:0;
	background-color: var(--purple);

}
.topArea:after{
	bottom:0;
	background-color: var(--green);
}

.topArea .logoArea,.topArea .topImg{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	padding: 1em;
	z-index: 2;
	position: relative;
}
.topArea .logoArea{
	padding-left: 2em;
}
.topArea .theme{
	position: absolute;
	width: 90%;
	right: 0;
	bottom: 0;
	transform-origin: bottom;
	text-align: right;
}

.kikakuLink{
	display: block;
	position: absolute;
	z-index: 3;
	bottom: 6vh;
	width: 50%;
	text-align: center;
	
}
.kikakuLink a{
	display: inline-block;
	width: 70%;
	box-shadow: 2px 2px 3px #4d7f82;
  transition: all 0.2s 0s ease;

}
.kikakuLink a:hover{
	opacity: 0.7;
}
/*News----------------------------------------------------*/
#news{
	padding: 0.5em 1em;
	position: relative;
	width: 100%;
	top:0;
	left: 0;
	background-color: var(--black);
	color: #fff;
/*	display: grid;
	grid-template-columns: 1fr;*/
}
/*#news h2{
	display: grid;
	align-items: center;
	vertical-align: middle;
	padding:0.5em 1em;
}*/
#news .newsArea{

	vertical-align: middle;
	display: grid;
	align-items: center;
	
}
.newsArea dt{
	width: 6em;
	float: left;
	font-size: max(0.7em,12px);
	font-weight: bold;
	color: #fff;

}
.newsArea dd{
	width: calc(100% - 6.5em);
	margin-left: 6.5em;
	font-size: max(0.7em,12px);
	text-align: left;
		text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
#news .newsBox{
	position: relative;
	padding: 0.2em 0;
	color: #fff;
	width: calc(100% - 4.5em);
		font-size: 0.8em;

}
#newsBt{
	width: 4.5em;

	display: block;
	position: absolute;
	right: 0.5em;
	bottom:0.7em;
	text-align: center;
	z-index: 3;
	font-size: 0.8em;
}
#newsBt a.mdBt{
	width: 100%;
	padding: 0.5em;
	display: block;
	color: #fff;
	line-height: 1em;
	background-color: var(--black);
	border: #fff 1px solid;
	border-radius: 50px;
	font-weight: bold;
}
#news a.txtLink{
	font-weight: bold;
	color: #fff;
}
#news a.txtLink:hover{
	color: #fff;
	background-color: var(--purple);

}

/*キャッチ---------------------------------------------------------*/
.greenWrap{
	position: relative;
	background-image: url("../img/rail.png");
	background-position:center 45vh;
	background-repeat: no-repeat;
	background-size: 100% auto;
	
}
.catchWrap{
	padding-bottom: 1em;
	padding-top: 1em;
	position: relative;
}
.catchWrap:before{
	content: "";
	width: 50%;
	height: 50%;
	top:-3vw;
	left: 0;
	background-image: url("../img/top_flower_l.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	display: block;
	z-index: 2;
}
.catchArea{
	position: relative;
	text-align: center;
	padding-top: 4em;
	z-index: 2;
	background-image: url("../img/catch_bg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;

}
.catchArea .catch{
	width: 70%;
	position: relative;
	bottom: 1.5em;
	padding: 0 3em;
	margin: 0 15%;
	transition: transform 0.5s 0s ease-out,opacity 0.5s 0s ease;
	transform: translateY(2em);
	opacity: 0;
}
#top.action .catch{
	transform: translateY(0);
	opacity: 1;
}
span.redline{
	position: relative;
}
span.redline:after{
	content: "";
	/*width: 100%;*/
	height: 0.2em;
	background-image: url("../img/red_line.png");
	background-repeat: repeat-x;
	background-size: auto 100%;
	position: absolute;
	bottom: -1px;
	left: -2px;
	right: -2px;
	display: block;
	transform: skewX(15deg);
}
.catchArea:before{
	content: "";
	height: 0.1em;
	background-color: #fff;
	width:100%;
	bottom: 1em;
	position: absolute;
	display: block;
	transition: transform 0.4s 0s ease-out,opacity 0.3s 0s ease;
	transform:scaleX(0);
	transform-origin: left;
	opacity: 0;
}
#top.action .catchArea:before{
	transform:scaleX(1);
	opacity: 1;
}

.catchArea:after{
	content: "";
	height: 4vw;
	width: 5vw;
	background-image: url("../img/train.png");
	background-position:right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 1em;
	right: 1vw;
	position: absolute;
	display: block;
	transition: transform 1s 0.2s ease-out,opacity 1s 0.2s ease;
	transform: translateX(-1em);
	opacity: 0;
	transform-origin: right;
}
#top.action .catchArea:after{
	transform: translateX(0);
	opacity: 1;
}
.catchTxt{
	text-align: center;
	line-height: 1.8em;
	transition: transform 0.5s 0s ease-out,opacity 0.5s 0s ease;
	transform: translateY(2em);
	opacity: 0;
	padding:3em 2em 3em;
	font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
	position: relative;
	z-index: 3;
}
.catchTxt .large{
	font-size: 1.3em;
}
#top.action .catchTxt{
	transform: translateY(0);
	opacity: 1;
}

/*ループ*/
.slider_thum li{
	padding: 0.5em;
}
element{
  backface-visibility: visible;/*初期値 背面が可視になる*/
  backface-visibility: hidden;/*背面が非表示になる*/
}
.slider_thum img {
  backface-visibility: hidden;
}
/*.loopBox{
	background-repeat:repeat-x;
	background-size: auto 100%;
	position:relative;
	overflow:hidden;
	background-image: url(../img/loop.png);
}*/

/*ムービー------------------------------------------------------------*/
#movie{
	position: relative;
	padding: 1.8em 1em 1em;
}
#movie .movieBox{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#movie .movieBox .icon1{
	border: var(--green) 0.3em solid;
	display: block;
}
#movie .movieBox .icon1:before, #movie .movieBox .icon1:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.5;
  transition: all 0.2s 0s ease-out;
  transform: scale(1.1);
  box-sizing: border-box;
  --borderColor: #fff;
  z-index: 3;
}
#movie .movieBox .icon1:before {
  width: 5em;
  height: 5em;
  margin-left: -2.5em;
  margin-top: -2.5em;
  border: var(--borderColor) 0.4em solid;
  border-radius: 50%;
  left: 50%;
  top: 50%;
}
#movie .movieBox .icon1:after {
  content: "";
  position: absolute;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 1.5em solid var(--borderColor);
  margin-top: -1em;
  margin-left: -0.5em;
}
#movie .movieBox .icon1:hover:before,#movie .movieBox .icon1:hover:after {
  transform: scale(1);
  opacity: 1;
}

/*イベント概要---------------------------------------------------------*/
#event{
	position: relative;
	padding-top:  2.8em;
	padding-bottom: 2em;
	background-image: url("../img/outline_top_img.jpg");
	background-position:left 0.8em;
	background-size: 25% auto;
	background-repeat: no-repeat;
}
#event h2{
	position: absolute;
	width:36%;
	max-width: 702px;
	display: block;
	left: 0;
	top:0;
	z-index: 2;
}
#event .margin_L_box{
	width: 80%;
	margin-left:auto;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 5em ;
	position: relative;
}
#event .margin_L_box:after{
	content: "";
	width: 20vw;
	height: 22vw;
	display: block;
	position: absolute;
	background-image: url("../img/outline_bottom_img.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -2em;
	right: 0;
	z-index: 2;
	
}
#event table.base{
	max-width: 860px;
	margin: 0 auto;
}
#event table.base th.cat{
	width: 5em;
	position: relative;
	padding: 1.5em 1em;
	border-right: #fff 1px solid;
	vertical-align: top;
}
	#event ul.cast li{
		padding: 0.2em 0;
	}
#event ul.notes{
	max-width: 860px;
	margin: 2em auto 0;
	padding-left: 1.5em;
	font-size: max(0.9em ,12px);
}
/*お問い合わせ*/
#contact{
	padding: 1em 0 2em;
	position: relative;
	color: #fff;
}

#contact:after{
	content: "";
	width: 100%;
	height: 1.5em;
	 background-image: url("../img/bottom_line.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
}
.contactWrap{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 1em;
}
#contact .box{
	padding: 0.5em 1em 1em ;
	
}
.contactWrap .box.box_r{
	padding-left: 0;
}
#contact h3{
	background-color: #000;
	padding: 0.5em 1em;
	border-radius: 50px;
	font-weight: bold;
	color: #fff;
}
/*#contact h3 span:before{
	content: "●";
	color: var(--green);
	margin-right: 0.2em;
	display: inline-block;
	
}
*/#contact a{
	color: #fff;
	display:inline-block;
	margin-top: 0.2em;
}
#contact a:hover{
	color: var(--green);
}
/*会場チケット---------------------------------------------------------*/
.bonusWrap{
	padding: 1em 0 0;
	position: relative;
	z-index: 2;
}
.bonusWrap .txt{

	padding: 1em 0;
}
.bonusWrap.live .txt{
	width: 100%;
	display: block;
}
.bonusWrap ul.list{
	
	
}
.bonusWrap ul.list li.itemName{
	background-color: var(--green);
	padding: 0.5em;
	margin-bottom: 0.3em;
	color: #000;
	border-radius: 10px;
}
.itemTxt{
	background-color: #000; 
	padding: 1em; 
	border-radius: 6px;
	margin-top: 0.3em;
	color: #fff;
}
.hikikae h2{
	width: 100%;
	padding: 1em;
	background-color: var(--purple);
	border-radius: 50px;
	display:block;
}
.hikikae .txtArea{
	width: 100%;
	padding:1em 1em 0;
	display: block;

}
/*チケットスケジュール---------------------------------------------------------*/
#schedule {
	padding-bottom: 2em;
	padding-top: 1em;
}
#schedule h2{
	width: 70%;
}
.scheduleBox{
	padding: 1em;
	border-bottom-width: 2px;
	margin-bottom: 2em;
	position: relative;
	border-radius: 15px;
}
.scheduleBox h3{
	background-color: var(--green);

}
.scheduleBox h3 span:not(.br2){
	padding:0.7em 0.5em;
	background-color: var(--purple);
	text-align: center;
	line-height: 1.3em;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	display: block;

}
.scheduleBox .inner{
	padding: 1.5em 0.5em 1em;
}
.scheduleBox.past:before{
	content: "";
	width: 100%;
	top:0;
	bottom: 0;
	left: 0;
	background-color: #666;
	opacity: 0.7;
	position: absolute;
	display: block;
	z-index: 3;
}
.scheduleBox.past:after{
	content: "申込期間は終了いたしました";
	width: 14em;
	line-height: 1em;
	text-align: center;
	padding: 0.5em;
	border: var(--red) 2px solid;
	border-radius: 6px;
	color:  var(--red);
	margin-top: -1em;
	margin-left: -7em;
	top:50%;
	left: 50%;
	display: block;
	position: absolute;
	z-index: 4;
	font-weight: bold;
}
/*配信チケット---------------------------------------------------------*/
.switchBt{
	cursor: pointer;
	display: block;
}
.switchBt:hover{
	opacity: 0.5;
}
.switchBox{
	display: none;
}

table.liveTable td{
	font-weight: normal;
	padding: 1em;
	border-bottom: #cdcdcd 2px solid;
}
table.liveTable th{
	background-color: var(--green);
	color: var(--black);
	vertical-align: middle;
	padding: 1em;
	font-weight: normal;
	text-align: left;
	min-width: 8em;
}
ul.tejun{
	padding-left: 2em;
}
ul.tejun li{
	text-indent: -2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.stepBox{
	padding: 1em 1em 0.5em;
	border: var(--black) 1px solid;
	margin-bottom: 1em;
}
ul.step{
	padding-left: 4.5em;
	margin-top: 0.5em;
}
ul.step li{
	text-indent: -4.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.infoBox .past:after{
	content: "特典対象期間は終了いたしました";
	width: 16em;
	line-height: 1em;
	text-align: center;
	padding: 0.5em;
	border: var(--red) 2px solid;
	border-radius: 6px;
	color:  var(--red);
	margin-top: -1em;
	margin-left: -8.5em;
	top:50%;
	left: 50%;
	display: block;
	position: absolute;
	z-index: 4;
	font-weight: bold;
}
.infoBox .past:before{
	content: "";
	width: 100%;
	top:0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.7;
	position: absolute;
	display: block;
	z-index: 3;
		border-radius: 15px;

}
/*販売グッズ---------------------------------------------------------*/
.borderBox h3{
	background-color: var(--green);
	padding: 0.5em;
	margin-bottom: 0.5em;
}
a.storeBanner{
	max-width: 742px; 
	display: block;	
	margin: 1em auto 0;
}
a.storeBanner:hover{
	opacity: 0.5;
}
/*---------------------------------------------------------
@media
------------------------------------------------------------*/
@media (max-width: 1024px) {
	.greenWrap{
		background-position:center 35vh;

	}
	.catchArea{

	padding-top: 3em;
	background-image: url("../img/catch_bg_smp.png");

}
.trainBg:after{
	height: 14vw;
	width: 9vw;
	top:-14vw;
}

.catchArea:after{
	height: 14vw;
	width: 9vw;
}
.catchArea .catch{
	width: calc(100% - 22vw);
	padding: 0;

	margin: 0 auto;
}
.catchWrap:before{
	top:0;
	background-image: url("../img/top_flower_l_smp.png");
	width: 100%;
}
.topArea:after{
	display: none;
	}
	.topArea:before{
		height:calc(6em + 3vw);

	}
	.topArea{
		padding-top: 6em;
	}

#event .margin_L_box:after{
	width: 28vw;
	height: 30vw;
	
}

}

@media (max-width: 912px) {
	#news{
	position: absolute;
	top:5em;
		z-index: 3;
	}

	.topArea{
		padding-top: 0;
	}
	.topArea:before{

		height: 10em;
	}
	.topArea:after{

		height: 8em;
		}
	.topArea .logoArea,.topArea .topImg{
		width: 100%;
		display: block;
		padding: 1em 1em 0;
	}
	.topArea .logoArea{
		padding-left: 1em;
		padding-top: 12em;
		padding-bottom: 0.5em;
	}
	.topArea .topImg{
		padding-bottom: 2em;

	}
	.topArea .theme{
		bottom: 1em;
	}
	.kikakuLink{
	display: block;
	position: relative;
	z-index: 3;
	bottom:0;
	width: 100%;
	text-align: center;
		padding:0 1em 2em;
	
}
.kikakuLink a{
	display: inline-block;
	width: 100%;
	
}

	

	
	#event .margin_L_box{

		padding: 5em 2em ;
	}


}

@media (max-width: 786px) {
/*	.loopBox img{
		width: 180%;

	}*/
	
	table.base th.cat{
		width: 7em;
		padding-right: 0;
	}

	#event .margin_L_box{
		width: 95%;
		padding: 7em 2em 5em 4em ;
	}
	#event h2{
		width:45%;
		margin-left: -2em;
	}
.contactWrap{
	width: 100%;
	display: block;
}
.contactWrap .box.box_r{

	border-top: #fff 1px dashed;
	padding-top: 1em;
	padding-left: 0.5em;
}
/*会場チケット---------------------------------------------------------*/
	.bonusWrap .img{
		width: 100%;
		display: block;

	}
	.bonusWrap .txt{
		width: 100%;
		display: block;
		padding-bottom: 0;
	}

}
@media (max-width: 560px) {
	.greenWrap{
		background-image: url("../img/rail_smp.png");
		background-position:center 30vh;

	}

		#event h2{
		width:50%;
	}
	#event .margin_L_box{
		width: 95%;
		padding: 7em 2em 6em 4em ;
	}
	.hikikae h2{
	width: 100%;

	display: block;
		padding: 1em;
}
.hikikae .txtArea{
	width: 100%;
	display: block;
	padding-top: 1em;
}
table.liveTable th,table.liveTable td{
	display: block;
}

	
}
@media (max-width: 480px) {


	#event{
		background-size: 30% auto;
	}
	#event h2{
		width:60%;
	}
	#event .margin_L_box{
		width: 97%;
		padding: 6em 2em 6em 2em ;
	}
}

