@charset "UTF-8";

#l-footer {
	padding-bottom: 0;
}
/*-----------------------------*/
.remodal-overlay{
	z-index: 100;
	background-color: #333;
	opacity: .8;
}
.remodal-wrapper{
	z-index: 101;
	overflow: hidden;
}
.remodal-wrapper .remodal{
    max-width: 970px;
    position: relative;
    display: inline-block;
    top: 0;
    margin: 0 auto;
    box-sizing: border-box;
}
@media (max-width:1000px){
	.remodal-wrapper .remodal{
		max-width: 94%;
		padding-top: 30px;
	}
}
.box-emergency__close{
	display: none;
}
.box-emergency .remodal-close{
	position: absolute;
	top: 30px;
	right: 30px;
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url("/assets/images/common/icn-close02.png") no-repeat center;
	background-size: cover;
}
.box-emergency{
	border: 3px solid #fff;
	background: #fff;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
}
.box-emergency__heading{
	padding: 22px 60px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.box-emergency__text{
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	margin-bottom: 25px;
}
.box-emergency__text--bold{
	font-weight: bold;
}
.box-emergency__inner{
	padding: 35px 100px 40px;
	max-height: 430px;
	overflow-y: auto;
}
.box-important-news{
	border: 1px solid #531c06;
	border-radius: 8px;
	margin: 50px auto -30px;
	max-width: 480px;
	width: 100%;
}
.box-important-news a{
	display: block;
	padding: 20px 0;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0 1px rgba(0,0,0,.6);
	border: 0;
}
.box-important-news a p{
	font-size: 20px;
	font-weight: bold;
}
.box-movie-link{
	padding: 50px 0 0;
	background: #f5f1e9;
}
.box-movie-link .grid-row > div.center{
	float: none;
	margin: 0 auto;
}
.box-movie-link a{
	display: block;
	width: 100%;
	max-width: 820px;
	border-radius: 10px;
	margin: 0 auto;
	overflow: hidden;
}
.box-movie-link a img{
	max-width: 100%;
}
.modal-movie-cm{
	padding: 30px;
}
.modal-movie-cm .remodal-close{
    top: 0;
    right: -20px;
}
.twitter-tweet{
	margin-left: auto;
	margin-right: auto;
}
.remodal-wrapper .remodal.modal-movie-collabo{
	top: 45vh;
}
.box-movie-collabo .box-movie-collabo-inner{
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.box-movie-collabo .remodal-close{
	top: -60px;
	right: 0;
}
.box-movie-collabo .box-movie-collabo-inner iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
@media only screen and (min-width:768px){
	.grid-row--center {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
}
@media only screen and (min-width:1px) and (max-width:767px){
	.remodal-wrapper{
		overflow: auto;
	}
	.remodal-wrapper:after{
		height: 0;
	}
	.remodal-wrapper .remodal{
		margin-top: 0;
		top: 0;
	}
	.box-emergency__heading{
		font-size: 18px;
		line-height: 1.2;
		padding: 15px 30px;
	}
	.box-emergency .remodal-close{
		width: 11px;
		height: 11px;
		top: 12px;
		right: 12px;
		background: url("/assets/images/common/icn-close02-sp.png") no-repeat center;
		background-size: cover;
	}
	.box-emergency__inner{
		padding: 25px 15px 60px;
		max-height: none;
	}
	.box-emergency__text{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.box-emergency__close{
		display: block;
		font-size: 16px;
		font-weight: bold;
		color: #666;
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 13px;
		border-top: 1px solid #ddd;
		box-sizing: border-box;
		background-color: #fff;
		z-index: 102;
		cursor: pointer;
	}
	.box-important-news{
		margin: 25px auto 0;
	}
	.box-important-news a{
		padding: 15px 0;
	}
	.box-important-news a p{
		font-size: 14px;
	}
	.box-movie-link{
		padding: 30px 0 0;
		margin-bottom: -10px;
	}
	.box-movie-link .grid-row > div:nth-of-type(n+2){
		margin-top: 15px;
	}
	.box-movie-link a{
		width: 100%;
		margin: 0 auto;
		border-radius: 15px;
	}
	.modal-movie-cm{
		padding: 0;
	}
	.modal-movie-cm .remodal-close{
		top: -10px;
	}
	.remodal-wrapper .remodal.modal-movie-collabo{
		top: 20vh;
	}
	.box-movie-collabo .remodal-close{
		top: -20px;
		right: 0;
	}
}
.remodal, .remodal-wrapper:after {
    vertical-align: middle;
}
