@import url('https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:400,500,700,900|Noto+Serif+JP:400,500,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:400,500,700,800,900&display=swap&subset=japanese');

li{
	list-style:none;
}

.container{
	min-height:100vh;
	background:rgba(255,255,255,0.7);
	width:auto;
	padding-bottom:10em;
	font-family: 'Frank Ruhl Libre', serif,'Noto Serif JP', serif;
}

em {
	font-style:normal;
	font-size:12px;
}

.inr {
	width:1024px;
	margin:0 auto;
}

@media screen and (max-width:1024px){
	.inr {
		width:95%;
	}
}


@media screen and (max-width:767px){
	.container {
		padding:0 0 10em 0;
	}
}
.discrelease {
	padding:5% 0;
	text-align:center;
}

.discrelease p {
	font-weight:bold;
	font-size:50px;
	margin:2em 0;
}

.discrelease img {
	width:70%;
	display:block;
	margin:0 auto;
}

.discrelease ul {
	padding-left:0;
	display:flex;
	margin:3em 0;
}

.discrelease ul li {
	width:50%;
	word-break: break-all;
}

.discrelease ul li img {
	width:90%;
}

.discrelease .songlist {
	margin:2% 0;
}

.discrelease .songlist a {
	display:block;
}

.discrelease .songlist strong {
	display:block;
	margin-bottom:0.5em;
}

.discrelease .songlist strong span {
	display:block;
	font-size:70%;
	font-weight:normal;
}

@media screen and (max-width:767px){
	.discrelease img {
		width:100%;
	}

	.discrelease p {
		font-size:25px;
	}

	.discrelease .songlist {
		font-size:14px;
	}
}

.tour {
	text-align:center;

}

.tour h3 img {
	display:block;
	width:80%;
	margin:0 auto;
}


.schedule {
	font-family:'Noto Serif JP', serif;
	font-weight:bold;
	line-height:2em;
}

.schedule h5 {
	font-weight:bold;
	margin-top:1em;
}

.schedule p {
	font-size:12px;
	margin-top:2em;
}

.schedule ul {
	display:flex;
	flex-wrap:wrap;
	padding-left:0;
}

.schedule ul li {
	width:32.3%;
	margin:0.5%;
	padding:1em;
	background:rgba(255,255,255,0.2);
}

.schedule ul li strong {
	display:block;
}

.schedule .ticket {
	margin-top:5%;
}

.schedule span {
	font-size:12px;
	display:block;
	line-height:1.7em;
}

.schedule span.prc{
	margin-bottom:0.5em;
}

.schedule .guest{
	background:rgba(255,255,255,0.5);
}

.schedule .guest:before {
	content:"guest:";
	font-size:50%;
	color:rgba(0,0,0,0.5);
	display:inline-block;
	margin-right:0.2em;
}

.schedule .ticket a {
	display:inline-block;
	width:45px;
	background:#ee6aaa;
}

.schedule .ticket a.pia {background:#3264c8;}
.schedule .ticket a.lowson{background:#0074be;}

.schedule .ticket a img {
	display:block;
	width:95%;
	margin:0 auto;
	padding:2%;
}

.schedule .ticket em {
	display:block;
	font-size:11px;
}


@media screen and (max-width:767px){
	.tour h3 img {
		width:100%;
	}

	.schedule ul {
		display:block;
	}

	.schedule ul li {
		width:100%;
	}
}

.logo{
	margin:5em auto 0;

}

.logo img {
	width:50px;
	display:block;
	margin:0 auto;
}


.store {
	padding:5em 0;
	text-align:center;
}

.store h2 {
	font-size:250%;
	text-align:center;
}


.store ul {
	display:flex;
	width:95%;
	margin:2% auto;
	padding-left:0;
}



.store ul li {
	width:33%;
	padding:1%;
	margin:1%;
	border:solid 1px rgba(255,255,255,0.5);
	background:rgba(255,255,255,0.3);
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.store .toku {
	padding:2em;
}

.store .toku h4{
	font-size:100%;
	text-align:center;
	margin-bottom:2em;
	color:rgba(0,0,0,0.5);
}

.store ol {
	display:flex;
	width:85%;
	margin:0 auto;
	padding-left:0;
}




.store ol li {
	width:25%;
}

.store ol li img {
	width:100%;
}

.store ul li img {
	display:block;
	width:95%;
	margin:0 auto;
}

.store ul li span {
	display:block;
	font-size:70%;
}

.store ul li a.btn {
	font-family: 'M PLUS 1p', sans-serif;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #bc0000;
	background: #f40000;
	background: -moz-linear-gradient(top, #f40000 0%, #bc0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f40000), color-stop(100%,#bc0000));
	background: -webkit-linear-gradient(top, #f40000 0%,#bc0000 100%);
	background: -o-linear-gradient(top, #f40000 0%,#bc0000 100%);
	background: -ms-linear-gradient(top, #f40000 0%,#bc0000 100%);
	background: linear-gradient(to bottom, #f40000 0%,#bc0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f40000', endColorstr='#bc0000',GradientType=0 );
	background-color: #f40000;
	color:#fff;
	padding:1.5% 2%;
	display:block;
	text-align:center;
	font-size:150%;
	width:80%;
	margin:3% auto 3%;
	border-radius:10px;
	text-decoration:none;
	font-weight:bold;
}

.store ul li a.btn:hover {
	background: -moz-linear-gradient(bottom, #f40000 0%, #bc0000 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#f40000), color-stop(100%,#bc0000));
	background: -webkit-linear-gradient(bottom, #f40000 0%,#bc0000 100%);
	background: -o-linear-gradient(bottom, #f40000 0%,#bc0000 100%);
	background: -ms-linear-gradient(bottom, #f40000 0%,#bc0000 100%);
	background: linear-gradient(to top, #f40000 0%,#bc0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f40000', endColorstr='#bc0000',GradientType=0 );
	background-color: #f40000;

}

@media screen and (max-width:767px){
	.store h2 {
		font-size:150%;
	}

	.store ul,
	.store ol {
		width:100%;
	}

	.store ul {
		flex-wrap:wrap;
	}

	.store ul li {
		width:46%;
	}

	.store ul li a.btn {
		font-size:120%;
	}
}

.movie {
	position:relative;
	width:100%;
	padding-top:56.25%;
}

.movie iframe {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	right:0;
}

.tour h4{
	font-weight:bold;
}

.tour ul.final li {
	background:rgba(0,0,0,0.5);
	color:#fff;
}
