@charset "utf-8";


#pageHeader h1 {
    line-height: 40px;
    height: 40px;
    margin: 0 0 0 -50%;
    width: 100%;
    text-align: center;
    padding: 0px 0;
    z-index: 9999;
    position: absolute;
    top: 60px;
    left: 50%;
}

#pageHeader h1 span{
	display:block;
	font-size:40%;
}

div#story_detail {
	width:calc(100% - 30px);
	max-width:960px;
	margin:0 auto;
}
div#story_detail section.headarea {
	padding:60px 0;
}
div#story_detail section.headarea div.block {
	float:right;
	width:calc(100% - 510px);
	
}
div#story_detail section.headarea div.block h2 {
	color:#fff;
	font-size:20px;
	text-align:center;
	line-height:60px;
	letter-spacing:1px;
	margin:0 0 15px 0;
	background:
		-webkit-linear-gradient(45deg, hsla(336, 91%, 47%, 1) 0%, hsla(336, 91%, 47%, 0) 70%),
		-webkit-linear-gradient(315deg, hsla(265, 91%, 45%, 1) 10%, hsla(265, 91%, 45%, 0) 80%),
		-webkit-linear-gradient(225deg, hsla(279, 91%, 53%, 1) 10%, hsla(279, 91%, 53%, 0) 80%),
		-webkit-linear-gradient(135deg, hsla(359, 94%, 42%, 1) 100%, hsla(359, 94%, 42%, 0) 70%);
	background:
		linear-gradient(45deg, hsla(336, 91%, 47%, 1) 0%, hsla(336, 91%, 47%, 0) 70%),
		linear-gradient(135deg, hsla(265, 91%, 45%, 1) 10%, hsla(265, 91%, 45%, 0) 80%),
		linear-gradient(225deg, hsla(279, 91%, 53%, 1) 10%, hsla(279, 91%, 53%, 0) 80%),
		linear-gradient(315deg, hsla(359, 94%, 42%, 1) 100%, hsla(359, 94%, 42%, 0) 70%);
}
div#story_detail section.headarea div.block h2 span {
	font-size:150%;
	margin-left:3px;
	
}
div#story_detail section.headarea div.block h3 {
	margin:0 0 15px 0;
}
div#story_detail section.headarea div.block p.outline {
}
div#story_detail section.headarea p.img {
	width:480px;
	float:left;
}
div#story_detail section.headarea p.img img {
}
div#story_detail section.headarea p.img span {
	font-size:90%;
	color:#999;
}
div#story_detail section.interview {
	margin:0 0 60px 0;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
div#story_detail section.interview h2 {
	text-align:center;
	color:#fff;
	line-height:100px;
}
div#story_detail section.interview h2.gradient {
	background:
		-webkit-linear-gradient(45deg, hsla(336, 91%, 47%, 1) 0%, hsla(336, 91%, 47%, 0) 70%),
		-webkit-linear-gradient(315deg, hsla(265, 91%, 45%, 1) 10%, hsla(265, 91%, 45%, 0) 80%),
		-webkit-linear-gradient(225deg, hsla(279, 91%, 53%, 1) 10%, hsla(279, 91%, 53%, 0) 80%),
		-webkit-linear-gradient(135deg, hsla(359, 94%, 42%, 1) 100%, hsla(359, 94%, 42%, 0) 70%);
	background:
		linear-gradient(45deg, hsla(336, 91%, 47%, 1) 0%, hsla(336, 91%, 47%, 0) 70%),
		linear-gradient(135deg, hsla(265, 91%, 45%, 1) 10%, hsla(265, 91%, 45%, 0) 80%),
		linear-gradient(225deg, hsla(279, 91%, 53%, 1) 10%, hsla(279, 91%, 53%, 0) 80%),
		linear-gradient(315deg, hsla(359, 94%, 42%, 1) 100%, hsla(359, 94%, 42%, 0) 70%);
}
div#story_detail section.interview div.inner {
	width:calc(100% - 90px);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #e9e9e9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#e9e9e9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ffffff 0%,#e9e9e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=1 ); /* IE6-9 */
	padding:45px;
	position:relative;
	overflow:hidden;
}
div#story_detail section.interview div.inner h3 {
	border-top:3px solid #ccc;
	border-bottom:3px solid #ccc;
	padding:20px 0;
	line-height:1.3em;
	margin:0 0 30px 0;
}
div#story_detail section.interview div.inner p.text {
	margin:0 0 45px 0;
}

div#story_detail section.interview div.inner div.column {
	margin:0 0 45px 0;
}
div#story_detail section.interview div.inner div.column p.text {
	width:413px;
}
		div#story_detail section.interview div.inner div.column p.text.left {
			float:left;
		}
		div#story_detail section.interview div.inner div.column p.text.right {
			float:right;
		}
		div#story_detail section.interview div.inner div.column p.text.mini {
			margin:0 0 10px 0;
			color:#999;
			width:100%;
			text-align:center;
		}

div#story_detail section.interview div.inner div.column p.img {
	width:413px;
}
		div#story_detail section.interview div.inner div.column p.img.right {
			float:right;
		}
		div#story_detail section.interview div.inner div.column p.img.left {
			float:left;
		}
		div#story_detail section.interview div.inner div.column p.img.two {
			width:calc(100%/2 - 1px);
			margin-right:1px;
			float:left;
		}
		div#story_detail section.interview div.inner div.column p.img.three {
			width:calc(100%/3 - 1px);
			margin-right:1px;
			float:left;
		}
div#story_detail section.interview div.inner div.column p.img img {
	width:100%;
}
div#story_detail section.interview div.inner div.column p.img span {
	font-size:90%;
	color:#999;
	display:block;
}
		div#story_detail section.interview div.inner div.column p.img.two span{
			text-align:center;
		}
		div#story_detail section.interview div.inner div.column p.img.three span{
			text-align:center;
		}
div#story_detail section.interview div.inner div.plofile {
	background-color:#efefef;
	border-radius:10px;
	padding:45px;
}
div#story_detail section.interview div.inner div.plofile h2 {
	color:#666;
	text-align:center;
}
div#story_detail section.interview div.inner div.plofile h3 {
	text-align:center;
	background-color:#ccc;
}
div#story_detail section.interview div.inner div.plofile table {
	width:100%;
	margin-bottom:30px;
	border-top:2px solid #ccc;
}
div#story_detail section.interview div.inner div.plofile table tbody {
}
div#story_detail section.interview div.inner div.plofile table tbody tr {
}
div#story_detail section.interview div.inner div.plofile table tbody tr th {
	border-bottom:2px solid #ccc;
	padding:10px 15px;
	width:30%;
	background-color:#ddd;
}
div#story_detail section.interview div.inner div.plofile table tbody tr td {
	border-bottom:2px solid #ccc;
	padding:10px 15px;
}
div#story_detail section.interview div.inner div.plofile table tbody tr td a {
}


div#story_detail section.interview p.contact {
}
div#story_detail section.interview p.contact a {
	display:block;
	background-color:#bc1c23;
	color:#fff;
	text-align:center;
	font-size:32px;
	text-decoration:none;
	line-height:1.3em;
	padding:45px 0;
	position:relative;
	transition:all 0.3s;
}

		div#story_detail section.interview p.contact a:hover {
			background-color:#ff000b;
		}
div#story_detail section.interview p.contact a:after {
	display: block;
    content: '\f105';
    font-family: fontAwesome;
    color: #fff;
    position: absolute;
    right: 15px;
    top: calc(50% - 20px);
	transition:all 0.3s;
}
		div#story_detail section.interview p.contact a:hover:after{
			right: 10px;
			
		}
div#story_detail section.other {
	margin-bottom:60px;
}
div#story_detail section.other h2 {
	text-align:center;
	margin:0 0 30px 0;
}
div#story_detail section.other ul {
}
div#story_detail section.other ul li {
	width:calc(100%/4 - 1px);
	float:left;
	margin-right:1px;
	margin-bottom:15px;
}
div#story_detail section.other ul li a {
	text-decoration:none;
}
div#story_detail section.other ul li a p.img {
	width:100%;
	height:230px;
	position:relative;
	overflow:hidden;
}
div#story_detail section.other ul li a p.img img {
	width:100%;
	position:absolute;
	top:0px;
	display:block;
	transition:all 0.5s;
}
div#story_detail section.other ul li a:hover p.img img {
	transform:scale(1.1)
}
div#story_detail section.other ul li a p.name {
	text-align:center;
	color:#666;
	font-size:0.8em;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	 margin-bottom:45px;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}