﻿@charset "utf-8";

img{max-width: 100%; height: auto;}


.border{
	width: 100vw;
	height: 20px;
	background: #a06161;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.border:after{
	content:"";
	display: block;
	width: 100vw;
	height: 20px;
	background: #a06161;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
.border:before{
	content:"";
	display: block;
	width: 20px;
	height: 100vh;
	background: #a06161;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
.border span{
	display: block;
	width: 20px;
	height: 100vh;
	background: #a06161;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
}
@media screen and (max-width:800px) {
	.border{
		display: none;
	}
}
.contents{
	/*width: calc(100vw - 0%);*/
	font-size: 16px;
}
@media screen and (max-width:900px) {
	.contents{
		/*width: calc(100vw - 0%);*/
		font-size: 14px;
	}
}
@media screen and (max-width:800px) {
	.contents{
		/*width: calc(100vw - 0%);*/
		font-size: 13px;
	}
}
.inr{
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width:1290px) {
	.inr{
		max-width: 1000px;
	}
}
@media screen and (max-width:1110px) {
	.inr{
		max-width: calc(100% - 100px);
	}
}
@media screen and (max-width:900px) {
	.inr{
		max-width: calc(100% - 60px);
	}
}
@media screen and (max-width:800px) {
	.inr{
		max-width: calc(100% - 40px);
	}
}
#container > .jacket{
	width: 100vw;
	height: 100vh;
	background: url("../img/jacket.jpg") no-repeat center center;
	background-size: cover;
	margin-bottom: 100px;
}
@media screen and (max-width:800px) {
	#container > .jacket{
		margin-bottom: 100px;
	}
}
h1{
	width: 100%;
	padding-top: 170px;
	padding-bottom: 100px;
	margin-bottom: 170px;
	padding-left: 0px;
	background: #FFF;
	display: none;
}
h1 img{
	width: 40%;
	display: block;
	margin-left: 100px;
}
@media screen and (max-width:800px) {
	h1{
		padding-top: 100px;
		padding-bottom: 60px;
		margin-bottom: 100px;
		padding-left: 0px;
		background: #FFF;
	}
	h1 img{
		width: 40%;
		display: block;
		margin-left: 30px;
	}
}




h2{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 50px;
	margin-top: 100px;
	text-align: center;
}
h2 span{
	font-weight: 700;
	font-size: 39px;
}
@media screen and (max-width:990px) {
	h2{
		font-size: 30px;
	}
	h2 span{
		font-weight: 700;
		font-size: 33px;
	}
}
@media screen and (max-width:900px) {
	h2{
		font-size: 27px;
		text-align: left;
	}
	h2 span{
		font-weight: 700;
		font-size: 30px;
	}
}
@media screen and (max-width:800px) {
	h2{
		font-size: 22px;
		text-align: left;
	}
	h2 span{
		font-weight: 700;
		font-size: 25px;
	}
}

p.mds{
	font-size: 18px;
	margin-bottom: 100px;
}
p.mds span.big01{
	font-size: 30px;
	font-weight: bold;
}
@media screen and (max-width:800px) {
	p.mds{
		font-size: 15px;
		margin-bottom: 100px;
	}
	p.mds span.big01{
		font-size: 18px;
		font-weight: bold;
	}
}


.artist{
	display: block;
	width: 900px;
	margin: 50px auto 20px;
}
@media screen and (max-width:940px) {
	.artist{
		width: 100%;
	}
}



.comment{background: #FFF; padding-top: 100px; padding-bottom: 30px;}
.comment h2{margin-top: 0;text-align: left;}
.comment h2 span{
	font-size: 50px;
	color: #a06161;
}
.comment .inr > ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comment .inr > ul > li{
	width: 45%;
	margin-bottom: 100px;
}
.comment .inr > ul > li ul{
}
.comment .inr > ul > li ul li{
	border-bottom: 1px solid #333;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.comment .inr > ul > li ul li span{
	color: #a06161;
	font-size: 20px;
}
.comment .inr > ul > li ul li img{
	width: 380px;
}
@media screen and (max-width:800px) {
	.comment h2 span{
		font-size: 30px;
	}
	.comment .inr > ul{
		display: block;
	}
	.comment .inr > ul > li{
		width: 100%;
		margin-bottom: 0px;
	}
	.comment .inr > ul > li ul li span{
		font-size: 16px;
	}
}

.live{
	background: #a06161;
	color: #FFF;
	padding-bottom: 150px;
}
.live a{
	color: #7CE88E;text-decoration: underline;
}
.live h2{
	margin-top: -30px;
	position: relative;
	z-index: 3;
}
.live h3{
	font-size: 21px;
	font-weight: bold;
	line-height: 150%;
	/*color: #FFF9AC*/
}
.live ul li{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px #FFF solid;
}
.live ul li:last-child{
	border-bottom: none;
}
.live ul li p{
	margin-top: 10px;
}
.live ul li p span{
	font-size: 18px;
}
@media screen and (max-width:900px) {
	.live h3{
		font-size: 18px;
	}
}
@media screen and (max-width:800px) {
	.live h2 span{
		display: block;
	}
	.live h3{
		font-size: 16px;
		margin-bottom: 30px;
	}
	.live ul li p span{
		font-size: 14px;
	}
}

.album h2{
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 20px;
	position: relative;
}
.album h2 span{
	display: block;
	font-size: 30px;
}
.album .flex{
	display: flex;
	margin-bottom: 50px;
}
.album .data{
	width: 50%;
	padding: 30px ;
	box-sizing: border-box;
	border: 1px #333 solid;
	margin-left: 30px;
}
.album .info{
	text-align: center;
}
.album .jacket{
	width: 50%;
	display: block;
}



.movie{
	background: url("../img/tv_noise.jpg") no-repeat center center;
	background-size: cover;
	padding: 50px 0;
	margin-top: 150px;
}
.movie .youtube{
	width: 600px;
	height: 350px;
	display: block;
	background: #FFF;
	margin: 30px auto;
}
.movie img{
	width: 600px;
	height: 350px;
	display: block;
	background: #FFF;
	margin: 30px auto;
}
.album h2.one{display: none;}
.movie a:hover img{
	opacity: 0.7;
}

@media screen and (max-width:1290px) {
	.album .flex{
		width: 1000px;
		margin: 0 auto 50px;
	}
	.album .data{
		padding: 30px ;
		padding-top: 0;
		border:none;
		margin-left: 0px;
	}
	.album h2{
		font-size: 37px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.album h2 span{
		font-size: 24px;
	}
}
@media screen and (max-width:1110px) {
	.album .flex{
		width: 100%;
		margin: 0 auto 50px;
		display: block;
	}
	.album h2.one{
		display: block;
		font-size: 50px;
		margin-bottom: 20px;
	}
	.album h2.one span{
		font-size: 39px;
	}
	.album .data h2{
		display: none;
	}
	.album .jacket{
		width: 60%;
		margin: 0 auto;
	}
	.album .data{
		width: 100%;
		margin-top: 50px;
	}
}
@media screen and (max-width:900px) {
	.album h2.one{
		font-size: 40px;
		margin-bottom: 20px;
		text-align: center;
	}
	.album h2.one span{
		font-size: 28px;
	}
}
@media screen and (max-width:800px) {
	.album h2.one{
		font-size: 30px;
	}
	.album h2.one span{
		font-size: 20px;
	}
	.album .jacket{
		width: 80%;
	}
	.album .data{
		width: 100%;
		margin-top: 30px;
		padding: 0;
	}
	.movie{margin-top: 80px;}
	.movie .youtube{
		width: 90%;
		height: 200px;
		margin: 30px auto;
	}
	.movie img{
		width: 90%;
		height: auto;
		margin: 30px auto;
	}
}
#canvas-container #sineCanvas{
	background: #FFF;
}
#canvas-container #sineCanvas,
#canvas-container02 #sineCanvas02{
	width: 100vw;
	height: 300px;
}
#canvas-container02{
	margin-top: -200px;
    position: relative;
}

a.back{
	display: block;
	width: 360px;
	height: 80px;
	background: #FFF;
	line-height: 80px;
	margin: 0 auto;
	text-align: center;
}