@charset "UTF-8";


.homeKeyvisual{
  position: relative;
}
.homeKeyvisualInner{
  background: #5e9ea7 url(../img/home/main_pc.jpg) right 0 no-repeat;
  background-position: right -150px top 0px;
  background-size: auto 820px;
  height: 820px;
  margin-right: 300px;
  position: relative;
}


.homeKeyvisualTitle{
  position: absolute;
  top: 25px;
  right: 50px;
  width: 97px;
}
.homeKeyvisualCatch{
  position: absolute;
  top: 450px;
  right: 484px;
  width: 119px;
  height: 185px;
}

@media screen and (min-width: 901px) and (max-width: 1400px) {
  .homeKeyvisualInner{
    background-position: right -260px top 0px;}
  .homeKeyvisualTitle{
    position: absolute;
    top: 25px;
    right: 30px;
    width: 97px;
  }
  .homeKeyvisualCatch{
    position: absolute;
    top: 490px;
    right: 364px;
    width: 119px;
    height: 185px;
  }
}


.homeKeyvisualText{
  position: absolute;
  bottom: 25px;
  right: 40px;
  width: 312px;
}
.homeKeyvisualText2{
  position: absolute;
  top: 157px;
  left: 28px;
  width: 92px;
}
.homeKeyvisualBnr{
  position: absolute;
  bottom: 114px;
  left: 130px;
  width: 360px;
}
.homeKeyvisualBnr a{
  display: block;
  transition: opacity .3s;
}
.homeKeyvisualBnr a:hover{
  opacity: 0.6;
}
.homeKeyvisualBnr2{
  position: absolute;
  bottom: 193px;
  left: 130px;
  width: 360px;
}
.homeKeyvisualBnr2 a{
  display: block;
  transition: opacity .3s;
  background: url(../banner/mainbnr_interview_on.png) 0 0 no-repeat;
  background-size: 360px 70px;
}
.homeKeyvisualBnr2 a img{
  transition: opacity .3s;
}
.homeKeyvisualBnr2 a:hover img{
  opacity: 0;
}

.homeKeyvisualBnr3{
  position: absolute;
  bottom: 271px;
  /*bottom: 98px;*/
  left: 130px;
  width: 360px;
}
.homeKeyvisualBnr3 a{
  display: block;
  transition: opacity .3s;
  background: url(../img/home/bt_comment_pc_on.png) 0 0 no-repeat;
  background-size: 360px 70px;
}
.homeKeyvisualBnr3 a img{
  transition: opacity .3s;
}
.homeKeyvisualBnr3 a:hover img{
  opacity: 0;
}

.homeKeyvisualBnr4{
  position: absolute;
  bottom: 348px;
  left: 130px;
  width: 360px;
}
.homeKeyvisualBnr4 a{
  display: block;
  transition: opacity .3s;
  background: #fff;
}
.homeKeyvisualBnr4 a img{
  transition: opacity .3s;
}
.homeKeyvisualBnr4 a:hover img{
  opacity: 0.6;
}

.homeKeyvisualCast{
  position: absolute;
  top: 0;
  right: 0;
}

.official_TW{
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 164px;
}
.official_TW a{
  width: 150px;
  height: 164px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #136571;
  transition: .3s;
}

.official_TW a img{
  width: 103px;
  height: 111px;
}

.official_TW a:hover{
  background-color: #2d92a1;
}

.awardBox{
  width: 560px;
  left: 140px;
  top: 5px;
  position: absolute;}

.comment2box{
  position: absolute;
  top: 200px;
  left: 156px;
  width: 170px;
}

.comment2box div{
  margin-bottom: 5px;
}

.comment2box a img{
  width: 100%;
  transition: .3s;
}

.ga_MainBnr_BongJoonHo{
  width: 90%;
}

.comment2box a:hover img{
    opacity: 0.6;
}



.homeMovie{
  padding: 32px 0;
  /*
  background: url(../img/common/bg_base.jpg) center 0 no-repeat;
  background-size: cover;
  */
  background: #fff;
  position: relative;
}
.homeMovieInner{
  width: 1098px;
  margin: auto;
  overflow: hidden;
}
.homeMovie ul{
  display: flex;
  width: 5000px;　/*←動画が4つ以上になったら*/
  width: auto;
  /*justify-content: center;*/  /*--←justify-contentは動画が4つ以上になったら外す--*/
  flex-wrap: nowrap;
  transition: all .3s ease-in-out;
}
.homeMovie li{
  width: 350px;
  margin-right: 8px;
  margin-left: 8px;
}
.homeMovie li a{
  position: relative;
  display: block;
}
.homeMovie li a img{
  opacity: 1;
  transition: opacity .3s;
}
.homeMovie li a::before{
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: url(../img/common/icon_play.svg) 0 0 no-repeat;
  margin: auto;
  opacity: 0.7;
  transition: opacity .3s;
}
.homeMovie li a:hover img{
  opacity: 0.6;
}
.homeMovie li a:hover::before{
  opacity: 1;
}
.homeMovieImg{
  margin-bottom: 12px;
}
.homeMovieTitle{
  text-align: center;
  font-size: 16px;
}
.homeMovieTitle img{
 /* vertical-align: top;*/
  vertical-align: middle;
  vertical-align: -1.6px;
  height: 16px;
  margin-right: 5px;
}
.homeMovieBnr{
  margin-top: 24px;
  text-align: center;
  width: 80%;
  max-width: 300px;
  margin: 24px auto; 
}
.homeMovieBnr a{
  transition: opacity .3s;
}
.homeMovieBnr a:hover{
  opacity: 0.6;
}
.homeMovieNext{
  position: absolute;
  top: 120px;
  right: 0;
  margin: auto;
  cursor: pointer;
  display: none;
}
.homeMoviePrev{
  position: absolute;
  top: 120px;
  left: 0;
  margin: auto;
  cursor: pointer;
  display: none;
}
.homeMovieNext.is-show,
.homeMoviePrev.is-show{
  display: block;
}



.homeBnr{
  background: rgba(255,255,255,0.6);
  padding: 50px 0 74px;
}
.homeBnrInner{
  width: 1120px;
  margin: auto;
}
.homeBnr ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.homeBnr li{
  width: 250px;
  margin-top: 24px;
  margin-right: 12px;
  margin-left: 12px;
}
.homeBnr li a{
  display: block;
  transition: opacity .3s;
}
.homeBnr li a:hover{
  opacity: 0.6;
}



.homeNews{
  padding: 74px 0;
  border-top: 3px solid #fff;
}
.homeNewsInner{
  width: 800px;
  margin: auto;
}
.homeNews ul{
  margin-top: 40px;
}
.homeNews li{
  min-height: 120px;
  position: relative;
  padding-left: 140px;
}
.homeNews li:not(:first-child){
  margin-top: 30px;
}
.homeNews li a{
  text-decoration: none;
  color: #000;
  transition: opacity .3s;
}
.homeNews li a:hover{
  opacity: 0.6;
}
.homeNewsImg{
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  border: 1px solid rgba(255,255,255,0.5);
}
.homeNewsDate{
  color: #0068b7;
  color: #fba9c9;  /*pink*/
  font-weight: 700;
}
.homeNewsBt{
  margin-top: 60px;
  text-align: center;
}
.homeNewsBt a{
  transition: opacity .3s;
}
.homeNewsBt a:hover{
  opacity: 0.6;
}


.homeCredit{
  padding: 60px 0;
  border-top: 3px solid #fff;
  background: rgba(255,255,255,0.6);
  text-align: center;
}


.homeCreditInner{
  width: 800px;
  margin: auto;
  overflow: hidden;
  text-align: center;
}


.homeCreditInner img{ width: 100%; }

.homeCreditInner h2{
  display: block;
  width: 50%;
  max-width: 226px;
  margin: 40px auto 70px auto;
}


.txt_credit1{
  display: block;
  width :86%;
  max-width: 824px;
  margin: 0 auto 20px auto;
}

.txt_credit2{
  display: block;
  width: 90%;
  max-width: 896px;
  margin: 50px auto;
}

.txt_credit3{
  display: block;
  width :96%;
  max-width: 994px;
  margin: 20px auto 50px auto;
}

/*-----------------------
	comment
	------------------------*/
	#comment{
		display: block;
		position: relative;
		z-index: 2;
    border-top: 1px solid #fff;
	}
	#comment_wrap{
		background: url(../img/home/bg_paper.jpg) center center no-repeat;
		background-size: 100% auto;
		padding-bottom: 24px;
    padding-top: 20px;
	}
	#comment_title{
    display: block;
		text-align: center;
		position: relative;
		z-index: 2;
		background: url(../img/home/bg_titleComment.png) center center no-repeat;
		background-size: 100% 100%;
    width: 90%;
    max-width: 800px;
		margin: 0 auto 20px auto;
	}
	#comment_title img{
		width: 60%;
    max-width: 360px;
	}
	#comment_more{
		text-align: center;
	}
	#comment_more img{
		width: 80%;
    max-width: 300px;
	}
	#comment_area{
    display: block;
    width: 90%;
    max-width: 760px;
		padding: 30px 50px 40px 50px;
		margin: 0 auto 20px auto;
		background-color: rgba(255,255,255,.5);
    border-radius: 20px;
		position: relative;
	}
.jsonblock{
    display: block;
    width: 100%;}

	#comment_area .json_name{
		color: #c60080;
		font-weight: bold;
		text-align: center;
		font-size: 20px;
	}
	#comment_area .json_job{
		color: #c60080;
		font-weight: bold;
		text-align: center;
		font-size: 12px;
		margin-bottom: 5px;
	}
	#comment_area .json_text{
		color: #000;
		font-size: 15px;
	}
	#comment_loadarea{
    width: 100%;
		position: relative;
	}

	#comment_area .json_text div.short{
    display: block;
    margin: 0 auto 20px auto;
		text-align:center;
	}


/*-----------------------
	eigaland
	------------------------*/

.eigaland-wrap {
    width: 100%;
    padding:20px 10px 10px 10px;
    background: #197586;
    height: 106px;
    margin: 0 auto;
  }

#eigaland-widget {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    padding: 0 10px;
  }

#eigaland-widget iframe {
    height: 78px;
  }

