/*=============================================
*
*  top slideArea
*
=============================================*/
#topImgArea {
	margin: -10% auto 0 auto;
	max-width: 1600px;
	overflow: hidden;
	padding: 0;
	width: auto;
	
	opacity: 0;
	-webkit-opacity: 0;
}
#topImgArea.comp {
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	
	opacity: 1;
	-webkit-opacity: 1;
}
@media screen and (max-width:700px){
	#topImgArea {
		margin-top: -5%;
	}
}
@media screen and (max-width:400px){
	#topImgArea {
		margin-top: 0;
	}
}
#topImgArea .memberImg {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	mix-blend-mode: color-burn; 
	opacity: 0;

	transform: translateY(20px);
	-webkit-transform: translateY(20px);	
	
	transition: all 2s ease-in;
	-webkit-transition: all 2s ease-in;
}
#topImgArea.comp .memberImg {
	transform: translateY(0);
	-webkit-transform: translateY(0);		
	opacity: 1;
	
	mix-blend-mode: normal;
	
	animation: imgAnime 8s;
	animation-iteration-count: infinite;
}

@keyframes imgAnime {
    0% {
        mix-blend-mode: normal;
    }
   	16% {
        mix-blend-mode: normal;
    }
    17% {
        mix-blend-mode: color-burn;
    }
    18% {
          mix-blend-mode: exclusion;
    }
    18% {
        mix-blend-mode: normal;
    }
   	66% {
        mix-blend-mode: normal;
    }
    67% {
        mix-blend-mode: color-dodge;
    }
    68% {
          mix-blend-mode: exclusion;
    }
    69% {
        mix-blend-mode: normal;
    }	
    100% {
       mix-blend-mode: normal;
    }
}
/*=============================================
*
*  info
*
=============================================*/
#news {
	float: left;
	padding: 40px 0 50px 0;
	width: calc(50% - 20px);
}
@media screen and (max-width:700px){
	#news {
		float: none;
		padding: 20px 0 25px 0;
		width: auto;
	}
}
@media screen and (max-width:700px){
	#news .list {
		padding: 0 10px;
	}
}
/* 日付 */
#news li time {
	color: #666666;
	font-size: 12px;
	margin-right: 20px;
}
#news li {
	margin-bottom: 5px;
	text-align: left;
}
@media screen and (max-width:700px){
	#news li {
		text-align: center;
	}
}
#news li .title {
	display: inline-block;
}
/* 見出し */
#news .hArea {
	text-align: left;
}
@media screen and (max-width:700px){
	#news .hArea {
		text-align: center;
	}
}

#news .btn.btnType1 {
	bottom: -48px;
	max-width: 190px;
	position: absolute;
	right: 20px;
	width: 190px;
}
/*=============================================
*
*  live
*
=============================================*/
#live {
	float: right;
	padding: 40px 0 50px 0;
	width: calc(50% - 20px);
}
@media screen and (max-width:700px){
	#live {
		float: none;
		padding: 20px 0 25px 0;
		width: auto;
	}
}
#live .inner {
	padding-bottom: 20px;
	width: auto;
}
/* 見出し */
#live .hArea {
	text-align: left;
}
@media screen and (max-width:700px){
	#live .hArea {
		text-align: center;
	}
}
@media screen and (max-width:700px){
	#live .list {
		padding: 0 10px;
	}
}
#live li {
	margin-bottom: 5px;
	text-align: left;
}
@media screen and (max-width:700px){
	#live li {
		text-align: center;
	}
}
#live li .title {
	display: inline-block;
}
/* 日付 */
#live li time {
	color: #666666;
	font-size: 12px;
	margin-right: 20px;
}
/*=============================================
*
*  #member
*
=============================================*/
#member .hArea {
	text-align: center;
}
#member .list {
	text-align: center;
}
#member .list li {
	display: inline-block;
	margin-bottom: 30px;
	text-align: center;
	width: 32%;

}
@media screen and (max-width:700px){
	#member .list li {
		width: 48%;
	}
}
@media screen and (max-width:600px){
	#member .list li {
		padding: 0 30px;
		width: 100%;
	}
}
@media screen and (max-width:500px){
	#member .list li {
		padding: 0 80px;
		width: 100%;
	}
}
#member .list li .photo {
	display: block;
	margin: 0 auto;

	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#member .list li:hover .photo{
	transform: translate(-4px,-4px);
	filter: drop-shadow(4px 4px 1px #000);
	-webkit-transform: translate(-4px,-4px);
	-webkit-filter: drop-shadow(4px 4px 1px #000);
}
#member .list li .name {
	display: inline-block;
	font-family: 'Wire One', sans-serif;
	font-size: 32px;
	margin-right: 20px;
}
@media screen and (max-width:700px){
	#member .list li .name {
		font-size: 26px;
	}
}
#member .list li .part {
	display: inline-block;
	font-family: 'Megrim', cursive;
}
/*=============================================
*
*  #movie
*
=============================================*/
#movie {
	background: url(../images/contents/paint3.svg) no-repeat center center #fff;
	/*background-size: 400px;*/
}

#movie .hArea {

	text-align: center;
}
#movie .txt {
	color: #999;
	display: inline-block;
	font-family: 'Wire One', sans-serif;
	font-size: 62px;
	letter-spacing: 0.5em;
}
.movieBoxWrap li {
	float: left;
	width: 50%;
}
@media screen and (max-width:700px){
	.movieBoxWrap li {
		float: none;
		width: 100%;
	}
}
.movieBox { 
    padding-bottom: 56.25%; 
	position: relative;
}
.movieBox video, 
.movieBox iframe, 
.movieBox object, 
.movieBox embed { 
	height: 100%;
    left: 0;
	padding: 15px;
	position: absolute;
	top: 0;
	width: 100%;
}

/*=============================================
*
*  #policy
*
=============================================*/
#policy {
	background: url(../images/contents/paint3.svg) no-repeat center center #fff;
	padding-top: 100px;
}

#policy {
	text-shadow: 2px  2px 3px white,-2px  2px 3px white,2px -2px 3px white,-2px -2px 3px white;
}
#policy .contents {
	padding: 20px;
}
#policy .contents h3.heading {
	margin: 20px 0;
}
