@charset "utf-8";

.container {
	background:url(../../news/img/bg.jpg) center top;

}

.container .over {
	position:fixed;
	width:100%;
	height:100%;
	margin:-100px 0 0;
	background:rgba(0,22,85,0.7);
	z-index:1;
    -webkit-transition: 1.9s;
    -moz-transition: 1.9s;
    -o-transition: 1.9s;
    -ms-transition: 1.9s;
    transition: 1.9s;
}

.container .over.passive {
	opacity:0;
}

.container .inner {
	position:relative;
	z-index:2;
}

.container h1 {
	width:300px;
	height:18px;
	margin:40px 0 0;
	padding-left:calc((100% - 980px) / 2);
    text-align: left;
	background:#fff;
	position:relative;
	z-index:2;
}
.container h1 img {
	display:block;
	height:18px;
}

.tx_sp {
	display:none;
}


.set1 {
	width:980px;
	margin:60px auto;
	padding:0 0 40px;
	background:url(../../cast/img/bg02.jpg) center center;
}

.set1 .ph {
	float:left;
	display:block;
	width:52%;
	margin:40px 0 40px 4%;
}
.set1 .box {
	float:right;
	width:37%;
	margin:40px 4% 40px 0;
}
.set1 .box h2 {
	width:100%;
	margin:30px 0;
}
.set1 .box img {
	width:100%;
}

.set1 .box2 {
	clear:both;
	width:92%;
	margin:40px auto 80px;
}
.set1 .box2 h2 {
	float:left;
	width:30%;
	margin:0;
}
.set1 .box2 img {
	width:128%;
}
.set1 .box2 .prof {
	float:right;
	display:block;
	width:70%;
}

.ph_set {
	display:flex;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
	margin:0 0 80px;
}
.ph_set div {
	display:block;
	width:30%;
	height:auto;
	margin:0 10px;
}
.ph_set img {
	display:block;
	width:100%;
}

.box3 {
	width:43%;
}

.box3:nth-of-type(odd) {
	clear:both;
	float:left;
	margin:0 0 40px 4%;
}
.box3:nth-of-type(even) {
	float:right;
	margin:0 4% 40px 0;
}
.box3 h2 {
	width:80%;
	margin:0;
}
.box3 img {
	width:100%;
}
.box3 .prof {
	display:block;
	width:100%;
	margin:40px 0;
}

.box3:nth-of-type(2) h2 {
	padding:38px 0 0;
}

.soundtrack {
	display:block;
	width:510px;
	margin:0 auto;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;		
}
.soundtrack:hover {
	opacity:0.6;
}
.soundtrack img {
	width:100%;
}

.box4 {
	margin:50px 0 0;
}

.box4 .person {
	width:43%;
	float:left;
	margin:0 0 40px 4%;
}
.box4 .person img {
	display:block;
	width:100%;
}
.box4 h2 {
	width:80%;
	margin:0 0 20px;
}
.box4 img {
	width:100%;
}
.box4 .comic {
	width:43%;
	float:right;
	margin:0 4% 40px 0;
}
.box4 .comic img {
	display:block;
	width:100%;
}

.cover {
	width:92%;
	margin:0 auto 0;
}
.cover img {
	float:left;
	display:block;
	width:12.5%;
}

@media screen and (max-width: 640px) {
	.cover img {
		width:25%;
	}
}

@media screen and (max-width: 640px) {

	.container h1 {
		margin:0;
	
	}

}

.fancybox-type-image .fancybox-close {
	top: 10px;
	right: 10px;
	background-color:rgba(0,0,0,0.3);
}



	