﻿@charset "utf-8";


/* oaNext */
#oaNext {
	position:relative;
	z-index:2;
	margin-top:-50px;
}
#oaNext ul {
	float:left;
	width:45%;
}
#oaNext .artText {
	float:left;
	width:55%;
	padding:3% 3% 0;
	background:#fff;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#oaNext .artText h1 {
	line-height:1.5;
	margin-bottom:10px;
	color:#711928;
	font-weight:bold;
	font-size:153.8%;
}
#oaNext .artText h1 > strong {
	display:block;
	width:60px;
	margin-bottom:8px;
	padding:3px 0;
	background:#000;
	color:#fff;
	font-size:58%;
	text-align:center;
}
#oaNext .artText h1 > span {
	display:inline-block;
	font-weight:bold;
}
.artText h1 span span {
	font-weight:bold;
}
#oaNext .artText .innerText {
	line-height:2;
	font-size:107.7%;
}

/* backnum */
#backnum {
	position:relative;
  width: 103%;
	margin:-17px 0 0 -10px;
	padding:50px 0;
	background:#87152f;
	z-index:3;
	text-align:center;
	transform:rotate(-1deg);
	-webkit-transform:rotate(-1deg);
	-moz-transform:rotate(-1deg);
}
#backnum a {
	display:inline-block;
	position:relative;
	color:#fff;
	font-size:28px;
	text-indent: -40px;
}
#backnum a:before {
	display:inline-block;
	content:"";
	position:absolute;
	top:-6px;
	right:-50px;
	width:38px;
	height:38px;
	background:url(../../images/icon_arrow.png) no-repeat left top / 38px 38px;
}
#backnum a:hover {
	opacity:0.8;
}
	

/* cast */
#cast {
	position:relative;
  margin-top:-50px;
	margin-top:-95px;
	background:#fccf30 url(../../images/bg_cast.jpg) no-repeat center top;
	-webkit-clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
	z-index:2;
}
#cast > div {
	width:1000px;
	margin:0 auto;
	padding:150px 0 250px;
}
.member {
	position:relative;
	float:left;
	color:#fff;
}
.member dt {
	position:absolute;
	top:0;
	left:0;
	padding:20px;
	font-size:138.5%;
	background:rgba(0,0,0,0.9);
}
.member dd {
	position:absolute;
	bottom:0;
	right:0;
	padding:20px 30px;
	background:rgba(0,0,0,0.9);
	font-weight:bold;
	font-size:215.4%;
	text-align:center;
}
.member dd span {
	display:block;
	margin-top:10px;
	font-weight:bold;
	font-size:46.4%;
}
.navigator {
	width:290px;
	padding:40px 60px 50px 50px;
}
.musician {
	width:400px;
	padding:40px 60px 50px 50px;
	margin:250px 0 0 90px;
}


/* ttlDraw */
#ttlDraw {
	position:relative;
	z-index:3;
	margin-top:-144px;
	-webkit-clip-path: polygon(0 0, 100% 21%, 100% 61%, 0 89%);
	clip-path: polygon(0 0, 100% 21%, 100% 61%, 0 89%);
	background:#fff;
}
#ttlDraw dl dt {
	float:left;
	width:35%;
	padding:110px 0 130px;
	background:#000;
	color:#fccf30;
	font-size:230.8%;
	text-align:center;
}
#ttlDraw dl dd {
	float:left;
	width:58.6%;
	padding:110px 0 130px 6.4%;
	background: url(../../images/suiboku.jpg) no-repeat right center / 400px auto;
	font-size:230.8%;
}
#ttlDraw dl dd span {
	font-size:50%;
}


/* outline */
#outline {
	position:relative;
	z-index:0;
	margin-top:-115px;
	padding:130px 0 150px;
	background:#fccf30 url(../../images/bg_outline.jpg) no-repeat right top;
}
#outline div {
	width:1000px;
	line-height:2.7;
	margin:0 auto;
	padding:0 20px;
	font-size:153.8%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	text-shadow: 1px 1px 0 #fccf30,-1px 1px 0 #fccf30,1px -1px 0 #fccf30,-1px -1px 0 #fccf30;
	-webkit-text-shadow: 1px 1px 0 #fccf30,-1px 1px 0 #fccf30,1px -1px 0 #fccf30,-1px -1px 0 #fccf30;
}
#outline div strong {
	display:block;
	font-size:250%;
}



@media (max-width: 812px) {
/* oaNext */
#oaNext {
	position:relative;
	z-index:2;
	margin-top:-7%;
}
#oaNext ul {
	float:none;
	width:100%;
}
#oaNext .artText {
	float:none;
	width:100%;
	padding:20px 20px 12%;
}
#oaNext .artText h1 {
	margin-bottom:15px;
}
#oaNext .artText h1 > span {
	display:block;
}
#oaNext .artText h1 span span {
	display:inline-block;
	font-size:80%;
}
#oaNext .artText .innerText {
	font-size:100%;
}

#backnum a:hover {
	opacity:1;
}

/* cast */
#cast {
	margin-top:-7%;
  margin-top:-10vw;
	background:#fccf30 url(../../images/bg_cast.jpg) no-repeat left top / 100% auto;
	-webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
}
#cast > div {
	width:100%;
	padding:20% 0 33%;
}
.member {
	float:none;
	width:100%;
	margin:0 auto;
	padding:40px 40px 50px 30px;
}
.member dt {
	font-size:115%;
}
.member dd {
	padding:20px 30px;
	font-size:180%;
}
.member dd span {
	display:block;
	margin-top:10px;
	font-weight:bold;
	font-size:50%;
}
.navigator {
	max-width:290px;
	width:calc(100% - 90px);
}
.navigator dd {
	padding:20px 8px;
}
.musician {
	max-width:400px;
	width:calc(100% - 90px);
	margin:70px auto 0;
}




/* ttlDraw */
#ttlDraw {
	margin-top:-23%;
	-webkit-clip-path: polygon(0 0, 100% 11%, 100% 78%, 0 89%);
	clip-path: polygon(0 0, 100% 11%, 100% 78%, 0 89%);
}
#ttlDraw dl dt {
	float:left;
	width:30%;
	line-height:1.5;
	padding:16% 2.5% 20%;
	background:#000;
	color:#fccf30;
	font-size:4vw;
	text-align:center;
}
#ttlDraw dl dd {
	float:left;
	width:62%;
	padding:15% 0 16% 3%;
	background: url(../../images/suiboku.jpg) no-repeat 220% bottom / 72% auto;
	font-size:5.5vw;
}
#ttlDraw dl dd span {
	display:block;
	margin-top:10px;
	font-size:60%;
}


/* outline */
#outline {
	margin-top:-10%;
	padding:17% 0;
	background:#fccf30 url(../../images/bg_outline.jpg) no-repeat right top / 72% auto;
}
#outline div {
	width:100%;
	line-height:2.2;
	margin:0 auto;
	padding:0 20px;
	font-size:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#outline div strong {
	display:block;
	font-size:184.6%;
}

}



@media (max-width: 480px) {
#oaNext .artText h1 span span {
	display:block;
}
/* oaInfo */
#oaInfo {
	margin-top:-10%;
}
#oaNext {
  margin-top: -10%;
}

/* cast */
#cast {
	margin-top:-10%;
  margin-top:-15%;
}

/* outline */
#outline div p br {
	display:none;
}	
}





















































