@charset "UTF-8";
/*==============================================

    THEME MOVIE

==============================================*/

.t-textarea__number {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align:center;
	color: #2a8ed8;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 4.17357rem;
	line-height: 1;
}
.movie .t-textarea__number {
	color: #a4c700;
}
.t-textarea__number span {
	font-size: 2rem;
	line-height: 2.53607;
}

@media screen and (min-width: 769px) {
	.t-textarea__number {
		margin-bottom: 0;
		font-size: 3.89533rem;
		line-height: 1.25004;
	}
	.t-textarea__number span {
		font-size: 1.86667rem;
		line-height: 2.53607;
	}
}








.t-textarea__title {
	text-align: left;
	margin: 1em 0 1.5em;
	font-weight: 700;
	font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.66667rem;
	line-height: 1.66667;
}
.movie .t-textarea__title {
	margin-top: 15px;
	padding-top:15px;
	text-align: center;
	position:relative;
}

.movie .t-textarea__title::after {
	content:"";
	width:100px;
	height:1px;
	margin:0 auto;
	background:#111111;
	position:absolute;
	top:0;
	left:0;
	right:0;
}
.t-textarea__title br {
	display: none;
}
.t-textarea__title br.normal {
	display: block;
}
.t-textarea__title br.sp {
	display: block;
}

@media screen and (min-width: 769px) {
	.t-textarea {
		width: 88.88888889%;
		margin: -8em auto 0;
		padding: 4em 0 1.5em;
		background-color: #ffffff;
		z-index: 1;
	}
	.t-textarea__title {
		text-align: center;
		font-size: 1.93714rem;
		line-height: 1.625;
	}
	.t-textarea__title br {
		display: block;
	}
	.t-textarea__title br.sp {
		display: none;
	}

}



/*==============================================
    16-1. MOVIE INDEX
==============================================*/

.l-header .login_btn_box {
	display: block;
	width:100%;
	height:46px;
	margin:0 auto;
	overflow:hidden;
	box-sizing:border-box;
}
.l-header .login_btn {
	display: block;
	width:100%;
	max-width:140px;
	height:46px;
	margin:auto 0;
	padding: 5px 0 ;
	border: 2px solid #c8c8c8;
	font-size: 10px;
	line-height: 16px;
	font-weight: 700;
	letter-spacing:0;
	text-align: center;
	border-radius: 50px;
	box-sizing:border-box;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}
.l-header .login_btn.btn1 {
	float:left;
}
.l-header .login_btn.btn2 {
	float:right;
}


@media screen and (max-width: 579px) {
	.l-header .login_btn_box {
		max-width:560px;
		height:46px;
		margin:8px auto 3px;
	}
	.l-header .login_btn {
		width:49%;
		max-width:100%;
		font-size: 10px;
		letter-spacing:0.05em;
	}
	.l-header .login_btn.c1 {
		width:100%;
		max-width:210px;
		margin:0 auto;
	}
}

@media screen and (min-width: 580px) {

	.l-header .login_btn_box {
		max-width:295px;
		height:46px;
		margin:auto 0;
		position: absolute;
		top:0;
		bottom:0;
		right:2%;
		z-index:10;
	}
	.l-header .login_btn {
		max-width:145px;
		font-size: 10px;
		letter-spacing:0em;
	}
	.l-header .login_btn.c1 {
		max-width:190px;
		float:right;
	}
}
@media screen and (min-width: 768px) {

	.l-header .login_btn_box {
		max-width:410px;
		height:46px;
		margin:auto 0;
		position: absolute;
		top:0;
		bottom:0;
		right:2%;
		z-index:10;
	}
	.l-header .login_btn {
		max-width:200px;
		font-size: 10px;
		letter-spacing:0em;
	}
}
@media screen and (min-width: 990px) {

	.l-header .login_btn_box {
		max-width:530px;
	}
	.l-header .login_btn {
		max-width:260px;
		font-size: 12px;
		letter-spacing:0em;
	}
	.l-header .login_btn.c1 {
		max-width:240px;
		float:right;
	}
}



.movie-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.movie-list li {
	width: 95%;
	margin: 0 2.5% 50px;
}

.movietop.search .movie-list li{
	transition:all 0.5s ease;
}


#result [class*="hidden-"] {display: none;}



.movie-list li .photo{
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	position: relative;
}
.movie-list li .photo{
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}
.movie-list li .photo .number{
	width:54px;
	height:54px;
	padding-top:11px;
	font-size:12px;
	line-height:1.1em;
	letter-spacing:0.05em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color:#ffffff;
	text-align:center;
	border-radius:54px;
	background:#90b20d;
	position: absolute;
	bottom:-10px;
	right:-10px;
	z-index:2;
	box-sizing:border-box;
}
.movie-list li .photo .number em{
	font-size:20px;
	line-height:1em;
}
.movie-list li .photo .time{
	width:54px;
	height:54px;
	padding-top:15px;
	font-size:12px;
	line-height:1em;
	letter-spacing:0.05em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color:#ffffff;
	text-align:center;
	border-radius:54px;
	background:#90b20d;
	position: absolute;
	bottom:-10px;
	right:-10px;
	z-index:2;
	box-sizing:border-box;
}
.movie-list li .photo .time span{
	font-size:24px;
	line-height:1em;
}
.movie-list li .photo a{
	display: block;
	position: relative;
}
.movie-list li .photo a::after{
	content: '';
	display:block;
	width: 72px;
	height: 72px;
	margin:auto;
	background: url(../../movie/image/icon_play.png) no-repeat 50% 50%;
	background-size: 72px auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.movie-list li .data{
	margin: 20px 0 0;
	padding: 10px 20px;
	border-left: 2px solid #a4c700;
}
.movie-list li .data .movie-ttl{
	margin-bottom:15px;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight:bold;
}
.movie-list li .data p{
	word-wrap: break-word;
}

@media screen and (min-width: 540px) {
	.movie-list li {
		width: 45%;
		margin: 0 2.5% 75px;
	}
	.movie-list li .data .movie-ttl{
		min-height:54px;
	}
}

@media screen and (min-width: 769px) {
	.movie-list li {
		width: 30.33%;
		max-width: 300px;
		margin: 0 1.5% 75px;
	}
}


/*==============================================
    16-1. MOVIE INDIVIDUAL
==============================================*/


.movie.individual .t-textarea__title {
	margin-bottom:1.0em;
}
.movie .l-frame {
	padding-top:10px;
}
.movie.movietop .l-frame {
	padding-top:0!important;
}
.movie .movie-box {
	width:100%;
	margin:0 auto 50px;
}
.movie .movie-box .t-movie{
	position:relative;
}
.movie .movie-box .t-movie.border{
	border:1px solid #eeeeee;
}
.movie .movie-box .t-movie .playicon {
	content: '';
	display:none;
	width: 100%;
	height: 100%;
	margin:auto;
	background: url(../../movie/image/icon_play.png) no-repeat 50% 50% ;
	background-size: 72px auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:10;
}
.movie .movie-box .t-movie.off .playicon {
	display:block;
}
.movie .movie-box video{
	width:100%;
	outline: none;
	line-height: 100%;
}
.movie .movie-box .movie-ttl{
	margin-top:15px;
	font-size: 1.42857rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}
.movie.search .movie-box .movie-ttl{
	font-size: 1.2rem;
	line-height: 1.5;
}
.movie .movie-box .time{
	width:160px;
	margin:10px auto 0;
	padding:5px 0 4px;
	font-size:14px;
	line-height:1.1em;
	text-align:center;
	color:#ffffff;
	background:#333333;
	border:1px solid #111111;
}
.movie .movie-box .txt{
	width:100%;
	max-width: 880px;
	margin:15px auto 0;
	word-wrap: break-word;
}
.movie .movie-box .btnNormal {
	margin-top:40px;
}

.etcContents {
	padding:50px 0;
	background:#eeeeee;
}
.etcContents .ttl {
	font-size:24px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.2em;
	background:#eeeeee;
}
.etcContents .outBox {
	width:100%;
	max-width:940px;
	margin:30px auto 0;
	padding:0;
	position:relative;
}
.etcContents .movieList {
	width:100%;
	max-width:900px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
.etcContents .etcSlider2 {
	max-width:600px;
}
.etcContents .movieList li{
	width:280px;
	margin:0 10px;
	float:left;
}
.etcContents .etcSlider_full li{
	width:280px;
	margin:0 auto;
	float:none;
}

.etcContents .movieList li a{
	display:block;
	transition: opacity .4s ease;
}
.etcContents .movieList li a:hover{
	opacity:0.6;
}
.etcContents .movieList li .txt{
	padding:20px 0 25px;
	font-size:12px;
	line-height:1.8em;
	text-align:center;
}

.etcSlider {
    display: none;
}
.etcSlider.slick-initialized {
    display: block;
}

.movieList .slick-prev,
.movieList .slick-next {
	display:block;
	width:40px;
	height:40px;
	margin:auto 0;
	border:none;
	text-indent:-9999px;
	background-image:url(../../movie/image/icon_arrow.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:15px auto;
	background-color:#cccccc;
	overflow: hidden;
	cursor: pointer;
	border-radius:40px;
	position: absolute;
	outline:0;
	top:60px;
	z-index:10;
	transition: opacity .4s ease;
}
.movieList .slick-next {
	transform: scale(-1, 1);
}
.movieList .slick-prev:hover,
.movieList .slick-next:hover {
	opacity:0.6;
}

.movieList .slick-prev {
	left:10px;
}
.movieList .slick-next { 
	right:10px;
}

.etcContents .outBox .midashi{
	height:24px;
	text-align:center;
	position:absolute;
	top:-12px;
	left:0;
	right:0;
}
.etcContents .outBox .midashi span{
	display:inline-block;
	height:24px;
	margin:0 auto;
	padding:0 1em;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	background:#eeeeee;
}
.etcContents .outBox.v2 {
	width:95%;
	border:1px solid #c8c8c8;
	box-sizing:border-box;
}
.etcContents .outBox.v2 .movieList {
	padding:30px 0 0;
}

.v2 .movieList .slick-prev,
.v2 .movieList .slick-next {
	top:90px;
}

@media screen and (min-width: 769px) {
	.movie .l-frame {
		padding-top:20px;
	}
	.movie.individual .t-textarea__title {
		margin-bottom:0.5em;
	}
	.movie.individual .t-textarea {
		margin-top:-5em;
	}
	.movie .movie-box {
		width:90%;
		margin-bottom:100px;
	}
	.movie .movie-box .movie-ttl{
		margin-top:25px;
	}
	.movie .movie-box .txt{
		width:90%;
		margin-top:20px;
		text-align:center;
	}
	.etcContents .movieList {
		width:95%;
	}
	.etcContents .v2 .movieList {
		width:95%;
	}
}


#searchTTL {
	padding:10px;
	background:#888888;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
	color:#ffffff;
	position:relative;
}
#searchTTL span{
	display:inline-block;
	height:30px;
	padding:0 20px 0 40px;
	background:url(../../movie2021/image/icon_search.png) no-repeat top 50% left 0%;
	background-size:30px auto;
	
}
#searchTTL .closeBtn{
	width:28px;
	height:28px;
	margin:auto 0;
	background:#ffffff;
	border-radius:3px;
	position:absolute;
	top:0;
	bottom:0;
	right:15px;
	cursor:pointer;
	transition:all 0.5s ease;
}
#searchTTL .closeBtn::after{
	content:'';
	display:block;
	width:18px;
	height:2px;
	margin:auto;
	background:#666666;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	transform: rotate(90deg);
	transition:all 0.5s ease;
}
#searchTTL .closeBtn::before{
	content:'';
	display:block;
	width:18px;
	height:2px;
	margin:auto;
	background:#666666;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	transform: rotate(180deg);
	transition:all 0.5s ease;
}
#searchTTL .closeBtn:hover{
	background:#666666;
}
#searchTTL .closeBtn:hover::after,
#searchTTL .closeBtn:hover::before{
	background:#ffffff;
}

#searchTTL .closeBtn.open::after{
	transform: rotate(0deg);
}
#searchTTL .closeBtn.open::before{
	display:none;
	transform: rotate(90deg);
}




#searchBox .cateText { 
	width:100%; 
	margin:30px 0 5px;
	padding:5px; 
	text-align:center; 
	background:#999999; 
	color:#ffffff;
}
#searchBox {
	padding:15px;
	background:#eeeeee;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#searchBox .cate{
	width:100%;
	padding:10px 0;
	overflow:hidden;
}
#searchBox .cate.select{
	border-bottom:1px solid #999999;
}
#searchBox .cate.last{
	border-bottom:none;
}
#searchBox .cate .midashi{
	width:100%;
	padding:8px 0 4px;
	font-weight:bold;
}
#searchBox .cate ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#searchBox .cate ul li{
	width:100%;
	padding:8px 0;
	font-size:12px;
	overflow:hidden;
}
#searchBox .cate ul li{
	width:33.33%;
}
#searchBox .cate.select ul li{
	width:50%;
}
#searchBox .cate ul li input{
	float:left;
	display:block;
	float: left;
	width: 1.5em;
	height: 1.5em;
	margin:0;
	padding:0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
	overflow: hidden;
}
#searchBox .cate ul li span{
	display:block;
	margin-left:25px;
	line-height:1.5em;
}
.btnBox {
	width:90%;
	max-width:400px;
	margin:10px auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.btnBox #cancel {
	display:block;
	width:220px;
	padding:13px 0;
	background:#333333;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:0.1em;
	border-radius:30px;
	cursor:pointer;
	position:relative;
	transition:all 0.5s ease;
}

#errTxt {
	margin-top:30px;
	display:none;
	text-align:center;
}


@media screen and (min-width: 769px) {

	#searchBox {
		padding:20px 30px;
	}
	#searchBox .cate{
		padding:10px;
	}
	#searchBox .cate .midashi{
		width:160px;
		padding:8px 0;
		float:left;
	}
	#searchBox .cate ul{
		margin-left: 160px;
		padding-left:15px;
		border-left:1px solid #999999;
	}
	#searchBox .cate ul li{
		width:33.33%!important;
		font-size:1em;
	}
	#searchBox .cate ul li span{
		margin-left:28px;
	}
}



