@charset "utf-8";

#contents {
	margin: 0 auto;
}
/* common class */
.innerText{
	padding: 35px 90px 45px;
	background: rgba(255, 255, 255, 0.7);
}

.innerText p{
	line-height: 2.5;
}

.hover:hover{
	opacity: 0.8;
	cursor: pointer;
}

/* header */
#header{
	padding-bottom: 87px;
	background: url(../img/header_bg.jpg) no-repeat center top, url(../img/header_bg_repeat.gif) repeat-x 0 0;
	text-align: center;
}

#read{
	padding: 54px 0 0;
	background-color: rgba(0, 0, 0, 0.4);
}

#read p{
	margin-bottom: 30px;
}

.news{
	background: #192a4a;
}

#read ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 960px;
	margin: 0 auto;
	padding-top:12px;
}

#read li{
	width: 320px;
	margin: 0 30px 12px 0;
	padding: 4px;
	border: 1px solid #fff;
	font-size: 18px;
	text-align: left;
}

#read li:before{
	float: left;
	content: "News!";
	padding: 5px 12px;
	margin-right: 12px;
	color: #fff;
	font-family: 'Georgia',serif;
	border-right: 2px solid #fff;
}

#read li a{
	display: block;
	color: #fff;
	padding: 6px 0 5px;
	text-decoration: none;
}

#read li a:hover{
	text-decoration: underline;
}

#header h1{
	margin-bottom: 163px;
	padding-top: 65px;
}

#header h2{
	margin-bottom: 18px;
}

/* description */
#description{
	position: relative;
	background: url(../img/description_bg.gif) no-repeat top center;
}

#description:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #38498d;
}

#description:after{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: #6f81c8;
}

#description .inner{
	width: 867px;
	margin: 0 auto;
	padding: 110px 0 140px;
}

#description h2{
	margin-bottom: 30px;
	padding-left: 0px;
}
#description h3{
	margin-bottom: 95px;
	padding-left: 0px;
}

/* story */
#storyArea{
	background: #fff url(../img/story_bg.png) repeat-x 0 0;
}

#storyArea .inner{
	width: 867px;
	margin: 0 auto;
	padding: 110px 0 140px;
}

#storyArea h2{
	margin-bottom: 115px;
	text-align: center;
}

#storyArea h3{
	margin-bottom: 50px;
	text-align: center;
}

#storyArea p{
	margin-bottom: 25px;
}

/* comment */
#comment{
	background: #f1ece7;
}

#comment .inner{
	width: 884px;
	margin: 0 auto;
	padding: 60px 0 80px;
}

#comment h2{
	margin-bottom: 50px;
	text-align: center;
}

.commentBox{
	margin-bottom: 60px;
	padding: 38px 35px;
	box-shadow: 0 0 0 1px #cfcfcf inset, 0 0 0 9px #fff;
	background: #fff;
}

.commentBox dt{
	margin-bottom: 20px;
}

.commentBox dd{
	line-height: 2.5;
	background: url(../img/comment_bg.gif) repeat 0 0;
}

/* staff */
#staff{
	background: url(../img/staff_bg.jpg) repeat 0 0;
}

#staff .inner{
	width: 884px;
	margin: 0 auto;
	padding: 75px 0 80px;
}

#staff h3{
	margin-bottom: 63px;
	text-align: center;
}

#staff dl{
	overflow: hidden;
	font-size: 20px;
	line-height: 2;
}

#staff dt{
	float: left;
	width: 180px;
	color: #21578f;
}

#staff dt,
#staff dd{
	margin-bottom: 15px;
}

#staff dd span{
	font-size: 14px;
}

#staff dd ul{
	overflow: hidden;
}

#staff dd li{
	float: left;
	padding-right: 20px;
}

/* original */
#original{
	background: url(../img/original_bg.jpg) repeat 0 0;
}

#original .inner{
	width: 884px;
	margin: 0 auto;
	padding: 75px 0 140px;
	text-align: center;
}

#original h4{
	margin-bottom: 40px;
}

#original figure img{
	margin-bottom: 20px;
}

#original figcaption{
	font-size: 20px;
}

/* footer */
#footer{
	background: #e8eee4;
}

#footer .inner{
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 40px 0 35px;
}

#footer ul{
	position: absolute;
	left: 0;
	top: 25px;
	overflow: hidden;
}

#footer li{
	float: left;
	margin-right: 10px;
}

#footer p{
	text-align: right;
}

#topBtn{
	position: absolute;
	top: -80px;
	right: 0;
}

/* cast */
#cast{
	background: url(../img/cast_bg.jpg) repeat 0 0;
}

#cast .inner{
	width: 884px;
	margin: 0 auto;
	padding: 75px 0 80px;
}

#cast h3{
	margin-bottom: 63px;
	text-align: center;
}

#cast dl{
	overflow: hidden;
	line-height: 2;
	width:500px;
	margin:0 auto;
}

#cast dt{
	float: left;
	font-size: 20px;
	width: 280px;
	color: #444444;
}

#cast dt,
#cast dd{
	margin-bottom: 15px;
}

#cast dd{
	font-size:24px;
}
#cast dd span{
	font-size: 15px;
}
#cast dd.new{color:#0065ba;}

/* instagram */
#insta{
	background: #e0e5f8;
}

#insta .inner{
	width: 935px;
	margin: 0 auto;
	padding: 82px 0 62px;
}

#insta h3{
	margin-bottom: 60px;
	text-align: center;
}

#insta p{
	margin-top: 40px;
	text-align: center;
}

#instaList{
	margin-bottom: 40px;
}

#insta li{
	border: 6px solid #fff;
}

.bx-wrapper .bx-prev {
	left: -50px;
	background: url(../img/insta_left.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: -50px;
	background: url(../img/insta_right.png) no-repeat 0 0;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
	opacity: 0.8;
}

.bx-wrapper .bx-next:hover {
	background-position: 0 0;
	opacity: 0.8;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	outline: 0;
	width: 22px;
	height: 38px;
	text-indent: -9999px;
	z-index: 9999;
}
/* スマートフォン用スタイル 画面の横幅が640x以下
==============================*/
@media screen and (max-width: 640px) {
/* common class */
	.innerText{
		padding: 10px;
		background: rgba(255, 255, 255, 0.7);
	}
	.innerText p{
		line-height: 1.8;
	}
/* header */
	#header{
		padding: 0 0 20px;
		background-size: cover;
	}
	#header img{
		width: 100%;
	}
	#read{
		margin-bottom: 20px;
		padding: 6px 0 0px;
		background-color: rgba(0, 0, 0, 0.4);
	}
	#read ul{
		display: block;
		padding: 12px 10px 4px;
	}
	#read li{
		width: 100%;
		font-size: 16px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header h1{
		margin-bottom: 30px;
	}
	#header h2{
		margin-bottom: 9px;
	}
	#header h1,
	#header h2,
	#header p{
		padding: 0 15px;
	}
/* description */
	#description{
		padding: 0 10px;
		background-size: cover;
	}
	#description .inner{
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 30px;
	}
	#description h2{
		margin-bottom: 10px;
		padding-left: 0;
	}
	#description h3{
		margin-bottom: 30px;
		padding-left: 0;
	}
	#description h2 img,#description h2 img,#description h3 img{
		width: 100%;
	}
/* story */
	#storyArea{
		padding: 0 10px;
		background: #fff url(../img/story_bg.png) repeat-x 0 0;
	}
	#storyArea .inner{
		width: 100%;
		margin: 0 auto;
		padding:30px 0 30px;
	}
	#storyArea img{
		width: 100%;
	}
	#storyArea h2{
		margin-bottom: 30px;
		text-align: center;
	}
	#storyArea h3{
		margin-bottom: 20px;
		padding: 0 40px;
		text-align: center;
	}
	#storyArea p{
		margin-bottom: 15px;
	}
/* comment */
	#comment{
		padding: 0 10px;
	}
	#comment .inner{
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 30px;
	}
	#comment h2{
		margin-bottom: 30px;
		text-align: center;
	}
	#comment h2 img{
		width: 100%;
	}
	.commentBox{
		margin-bottom: 30px;
		padding: 20px 10px;
		box-shadow: 0 0 0 1px #cfcfcf inset, 0 0 0 5px #fff;
	}
	.commentBox dt{
		margin-bottom: 10px;
	}
	.commentBox dt img{
		width: 140px;
	}
	.commentBox dd{
		line-height: 2.5;
	}
/* staff */
	#staff{
		padding: 0 10px;
	}
	#staff .inner{
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 30px;
	}
	#staff h3{
		margin-bottom: 30px;
		text-align: center;
	}
	#staff h3 img{
		width: 100%;
	}
	#staff dl{
		overflow: hidden;
		font-size: 20px;
		line-height: 1.8;
	}
	#staff dt{
		float: none;
		width: auto;
		text-align: center;
	}
	#staff dt{
		margin-bottom: 0;
	}
	#staff dd{
		margin-bottom: 20px;
		text-align: center;
	}
	#staff dd span{
		font-size: 14px;
	}
	#staff dd li{
		float: none;
		padding-right: 0;
	}
/* original */
	#original{
		padding: 0 20px 30px;
	}
	#original .inner{
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 30px;
	}
	#original h4{
		margin-bottom: 30px;
	}
	#original h4 img{
		width: 100%;
	}
	#original figure img{
		width: 60%;
		margin-bottom: 20px;
	}
	#original figcaption{
		font-size: 16px;
	}
/* footer */
	#footer{
		padding: 0 10px;
	}
	#footer .inner{
		position: relative;
		width: 100%;
		padding: 20px 0 20px;
	}
	#footer ul{
		position: static;
		margin-bottom: 10px;
	}
	#footer li{
		float: left;
		margin-right: 20px;
	}
	#footer p img{
		width: 100%;
	}
	#topBtn{
		position: absolute;
		top: -40px;
		right: -10px;
		width: 40px;
	}
	#topBtn img{
		width: 40px;
	}
	/* cast */
	#cast{
		padding: 0 10px;
	}
	#cast .inner{
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 30px;
	}
	#cast h2{
		margin-bottom: 10px;
		text-align: center;
	}
	#cast h3{
		margin-bottom: 30px;
		text-align: center;
	}
	#cast h2 img{
		width: 100%;
	}
	#cast h3 img{
		width: 100%;
	}
	#cast dl{
		overflow: hidden;
		width: 100%;
		line-height: 1.8;
		margin:0 auto;
	}
	#cast dt{
		float: none;
		width: auto;
		text-align: center;
		margin-bottom: 0;
		font-size: 18px;
	}
	
	#cast dd{
		margin-bottom: 20px;
		text-align: center;
		font-size: 20px;
	}

	/* instagram */
	#insta{
		padding: 0 10px;
	}

	#insta .inner{
		width: 100%;
		margin: 0 auto;
		padding: 40px 0 30px;
	}

	#insta h3{
		margin-bottom: 30px;
	}

	#insta h3 img{
		width: 100%;
	}

	#insta p{
		margin-top: 20px;
	}

	#insta li{
		border: 3px solid #fff;
	}

	.bx-wrapper .bx-prev {
		left: 10px;
		background-position: 0 0;
	}

	.bx-wrapper .bx-next {
		right: 10px;
		background-position: 0 0;
	}

}/*media*/