/*-----------
movie
-----------*/

@media screen and (max-width: 1000px) {
	.video {
		/* width: 100%; */
		width: 100%;
	}
}


@media screen and (min-width: 760px) {
	.topics .text{
		font-size: 14px !important;
	}
}
@media screen and (min-width: 930px) {
	.topics .text{
		font-size: 16px !important;
	}
}
@media screen and (min-width: 1080px) {
	.topics .text{
		font-size: 18px !important;
	}
}
@media screen and (min-width: 1600px) {
	.video {
		max-width: 1600px;
		margin: 0 auto;
	}
	.topics .text{
		font-size: 18px !important;
	}
}





.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.band{
	font-size: 16px;
	font-weight: normal;
	background: #f7efda;
}
.band p{
	padding: 15px;
	text-align: center;
}
.band p span.bg{
    background: #fff;
    padding: 6px;
    margin-right: 15px;
}
.band p a:hover{
	text-decoration: underline;
}
.topics_wrapper{
    background: #e6dcb4;
    width: 100%;
    margin-top: 0%;
    padding-bottom: 0.5%;
}
.topics{
	padding-top: 30px;
	margin: 0 auto;
    width: 90%;
	max-width: 1000px;
	display: block;

}
.topics .close-txt {
	border: 2px solid #000;
	text-align: center;
	padding: 11px 0;
	line-height: 1.4;
	margin-bottom: 10px;
	font-size: 20px;
}
.flex{
	width: 100%;
	display: flex;
	align-items: center;
}
.topics .img_text{
	width:80%;
	display: flex;
	align-items: center;
}
.topics img{
	width:100%;

}
.topics .title{
	width: 20%;
}
.topics .title img{
	padding: 16% 17%;
	border-top: 2px solid;
	border-bottom: 2px solid;
}
.topics .img{
	width: 35%;
	padding: 3%;
}
.topics a.img_text img{
	transition: 0s;
}
.topics a.img_text:hover img {
	opacity: .9;
	/* filter: blur(0);
	-webkit-filter: blur(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; */
}
.topics a.img_text:hover .text{
	text-decoration: underline;
}

.topics .txt{
	width: 69%;
}
.topics .new{
	font-weight: normal;
	padding: 0.3% 3%;
	background: #c81419;
	color: #fff;
	border-radius: 25px 25px 25px 25px;
}
.topics .text{
	margin-top: 1%;
}
.topics .text a:hover{
	text-decoration: underline;
}
.topics .date{
	margin-top: -7%;
}
.video {
	position: relative;
	width: 100%;
}
.video .player_frame {
	background: url(../img/bg_frame.png) no-repeat;
	background-position: center top;
	background-size: 100%;
	max-width: 1070px;
	width: calc( 1070 / 1600 *100%);
	margin: 0 auto;
	padding-bottom: 4%;
	padding-top: 8%;
}
.video .player {
	position: relative;
	max-width: 940px;
	width: calc( 940 / 1070 *100%);
	margin-left: auto;
	margin-right: auto;
}
.video .player::before {
	display: block;
	padding-top: 56.25%;
	content: '';
}
.video .player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video .frame {
	position: absolute;
	top: 0;
	left: 20%;
	width: 62%;
	pointer-events: none;
}
.video .title-ribbon {
	position: absolute;
	top: -5.4%;
	left: 0;
	width: 100%;
	height: 9.6vw;
	background: url(../img/movies-title-ribbon.png) center no-repeat;
	background-size: 44%;
	text-align: center;
	pointer-events: none;
}
.video .fukidashi {
	position: absolute;
	top: -10.4%;
	left: -33%;
	width: 100%;
	height: 9.6vw;
	background-size: 44%;
	text-align: center;
	pointer-events: none;
}
.video .fukidashi img {
	width: 24%;
}
.section01{
	max-width: 1400px;
	margin: 0 auto;
}
.section01 .title {
	padding-top: 6%;
	margin-bottom: 2%;
}
.section01 .title h1 {
	width: 46%;
	max-width: 340px;
	margin: 0 auto;
}
.section01 .movie {
	display: inline-block;
	width: 92%;
	position: relative;
	margin-left: 4%;
    margin-top: 0.5%;
}
.section01 .movie p {
	text-align: center;
	font-size: 5vw;
	color: #fff;
	margin-top: 2%;
}
.section01 .movie-thumb {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 10;
}
.section01 .movie-block {
	border-width: 7px;
	position: relative;
	width: 100%;
	z-index: 0;
	border: 8px solid #fff;
	margin-top: 2.2%;
}
.section01 .movie-play {
	cursor: pointer;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 50;
}
.section01 .movie-play {
	width: 10%;
}
.section01 .movie-play img {
	transition: transform 0.2s cubic-bezier(0.15, 0, 0, 3);
}
.section01 .movie-play img:hover {
	transform: scale(1.2);
}
.bg_frame img {
	width: 66%;
	margin-left: 17%;
	margin-top: -42%;
}
.movie-iframe {
	padding-bottom: 56.25%;
	position: relative;
	margin-top: 0%;
}
.movie_title {
	margin-top: 2%;
    width: 100%;
    margin-left: 0;
}
.movie-iframe iframe {
	height: 100%;
	position: absolute;
	width: 100%;
}
.copy_text{
}
.section01 .pc.slick {
	width: 60%;
	margin-left: 20%;
}
.section01 .movie {
	margin-left: 0;
}
.slick-thumbnail {
    position: relative;
    width: 80%;
    font-size: 0.9vw;
    color: #fff;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 3%;
    margin-left: 20%;
    padding-top: 0%;
}
.slick-thumbnail .slick-track {
	transform: none !important;
}
.slick-thumbnail_item {
    width: 28%;
    text-align: center;
	padding: 5% 1.05% 0% 1.05%;
    cursor: pointer;
	float: left;
	position: relative;
}
.slick-thumbnail_item:nth-of-type(2){
	margin-left: 10%;
}
.background .slick-thumbnail_item {
    width: 23.4%;
}
.slick-thumbnail_item img {
	border: #fff solid 8px;
	width:100%;
}
.slick-thumbnail_item .copy_text img{
	border: none !important;
}
.slick-thumbnail_item .copy_text img:hover{
	border: none;
}
.slick-thumbnail_item:hover img{
	border: #323232 solid 8px;
}
.slick-thumbnail_item:hover .copy_text{
	color: #323232;
}
.slick-thumbnail .slick-current {
	color: #323232 !important;
}
.slick-thumbnail .slick-current a,
.slick-thumbnail .slick-current a:visited,
.slick-thumbnail .slick-current a:link{
	color: #323232 !important;
}
.slick-thumbnail a{
	color: #fff !important;
}
.slick-thumbnail a:hover{
	color: #fff !important;
}
.slick-thumbnail .slick-current img {
	border: #323232 solid 8px;
}
.thumbnail-current img{
	border: #323232 solid 8px;
}
.thumbnail-current .copy_text{
	color:#323232;
}
.btn_movie_wrapper{
	position: relative;
	width: 90%;
	max-width: 1200px;
    margin: 0 auto;
}
.btn_movie_new{
    position: absolute;
    width: 21%;
    z-index: 102;
    top: 4%;
	left: 1%;
}
.btn_movie{
    position: absolute;
    z-index: 101;
    width: 24%;
    float: right;
    margin-top: -22%;
    padding-bottom: 2%;
    cursor: pointer;
    right: 0;
}
.btn_movie img{
	transition: 0.3s;
}
.btn_movie img:hover{
	filter: brightness(120%);
}
.ttl{
    position: absolute;
    z-index: 2;
    width: 22%;
	top: 32%;
}
.btn_history{
    position: relative;
    max-width: 778px;
    margin: 0 auto;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 1%;
}
.btn_history a img{
	transition: 0.3s;
}
.btn_history a img:hover{
	filter: brightness(120%);
}
#btn_open{
	cursor: pointer;
}
.banner_new img{
    position: absolute;
    width: 8%;
    top: -18%;
    left: -4%;
}


#modal{
	display: none;
	position: fixed;
	z-index: 100000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: url("../img/top/bg-modal.jpg");
  }
  #modal_content{
	width:100%;
	margin:0 auto;
	padding:10px;
	position:relative;
	transition:0.5s;
    height: 100%;
  }
#modal .modal_title{
    width: 29%;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 0%;
}
#modal #wrap{
	width: 70%;
	margin-left: 15%;
}
.new_badge{
	position: absolute;
	width: 6%;
	top: 7%;
	left: 8%;
	z-index: 1;
}
.new_badge img{
	width:100%;
	border: none !important;
}
.btn_close{
    width: 3%;
    position: absolute;
    top: 5%;
    right: 5%;
	cursor: pointer;
}
.btn_close img:hover{
	opacity: 0.9;
	transition: 0.3s;
}

@media screen and (max-width:759px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.main .container, .section01 {
		font-size: 3.5vw !important;
	}
	.goom, .section-hero {
		height: 175.87vw;
		background-color: #ceb358;
	}
	.topics{
		width: 96%;
		padding-bottom: 4%;
		padding-top: 15px;
	}
	.topics .close-txt {
		padding: 10px 0 8px;
		line-height: 1.4;
		font-size: 16px;
		margin-bottom: 0;
	}
	.topics .date,
	.topics .text{
		font-size: 3.5vw;
		line-height: 1.8em;
	}
	.topics .img_text {
		width: 98%;
	}
	.topics .new{
		font-weight: normal;
		padding: 0.5% 5%;
		border-radius: 25px 25px 25px 25px;
		margin-left: 2%;
	}
	.flex{
		display: inline-block;
	}
	.topics .title {
		width: 30%;
		margin: 0 auto;
		padding-top: 5%;
		padding-bottom: 5%;
	}

	.topics .txt {
		width: 58%;
		float: left;
	}
	.topics .img {
		width: 42%;
		padding: 0 3%;
		float: left;
	}
	.topics .date {
		margin-top: 0%;
	}
	.btn_movie {
		position: relative;
		z-index: 101;
		width: 100% !important;
		float: right;
		margin-top: -19% !important;
	}
	.btn_movie_wrapper {
		position: relative;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		margin-top: 24%;
	}
	img#btn_open{
		width: 100%;
	}
	.btn_movie_new{
		position: absolute;
		width: 12% !important;
		z-index: 102;
		top: -26% !important;
		left: 2.5% !important;
	}
	.btn_history img{
		margin-top: 8%;
		width: 90%;
		margin-left: 5%;
	}
	.banner_new img{
		width: 13% !important;
		top: -49% !important;
		left: -6%;
	}
	.section01 .movie {
		margin-left: 5%;
	}
	.btn_close{
		width: 8%;
		position: absolute;
		top: 3%;
		right: 5%;
		cursor: pointer;
	}
	#modal .modal_title {
		width: 50%;
		margin: 0 auto;
		margin-top: 9%;
		margin-bottom: 2%;
	}
	.section01 .movie p {
		margin-top: 0%;
	}
	.section01 .movie-play {
		width: 16%;
	}
	.band p {
		padding: 0;
		text-align: left;
	}
	.band p span{
		width:80%;
	}
	.band p span.bg{
		width:20%;
		float:left;
		margin-top: 1%;
		text-align: center;
	}
	.band {
		padding:3%;
    	font-size: 3.7vw;
	}
}
