@charset "utf-8";


/*-----------------------------------------------------
Container
-------------------------------------------------------*/
html {overflow-y: hidden!important;}
#Container{min-width:680px;}

/*-----------------------------------------------------
.header
-------------------------------------------------------*/
.header{
	width:100%;
	height:60px;
	overflow:hidden;
	position:relative;
	text-align:center;
	background-color:#000000;
}

/* logo
---------------------*/
.header p.logo{
	margin:12px 0 0 0;
}

/* close
---------------------*/
.header p.close{
	position:absolute;
	top:15px;
	right:20px;
}



/*-----------------------------------------------------
main
-------------------------------------------------------*/
#Main{
	margin:0 auto 0 auto;
	padding:25px;
	width:calc(100% - 50px);
	background:#FFF;
	text-align:left;
	font-size:14px;
	line-height:24px;
}

/* h1
---------------------*/
#Main h1{
	margin:15px auto;
	width:100%;
	font-size:0;
	line-height:0;
}
#Main h1 img {width:100%;}

#Main01 h1{
	margin:0 20px 15px 20px;
}

/* section
---------------------*/
#Main section{
	width:100%;
}
.mdl_title {
	font-size:18px;
	line-height:36px;
	font-weight:bold;

	display: -webkit-flex;
	display: flex;
}
.mdl_title div:nth-child(1){
	margin:0 20px 0 0;
}
#Main p {
	width:100%;
	font-size:14px;
	line-height:26px;
}
#Main p span {
	color:#b60018;
	font-weight:bold;
}

.slider-2 .slick-slide {
	width: 600px;
	height: 350px;
	margin: 0 40px;
	position: relative;
	overflow: hidden;
}
.slider-2 .slick-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider-2 .slick-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 0;
	position: absolute;
	top: 180px;
	z-index: 1;
}
.slider-2 .slick-arrow::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #09000d;
	border-width: 3px 3px 0 0;
	position: absolute;
	top: 24px;
	transform: rotate(45deg);
}
.slider-2 .slick-next {
	right: 0;
}
.slider-2 .slick-prev {
	left: 0;
}
.slider-2 .slick-next::before {
	left: 38px;
}
.slider-2 .slick-prev::before {
	border-width: 0 0 3px 3px;
	right: 40px;
}
.mlink {
	position: relative;
	padding: 0 0 0 16px;
	color:#0090d7;
}
.mlink a {
	color:#0090d7;
	text-decoration:underline;
}
.mlink a:hover {
	text-decoration:none;
}
.mlink::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0.5px;
	margin: auto;
	box-sizing: border-box;
	border: 5px solid transparent;
	border-left: 5px solid #FFF;
	z-index: 2;
}
.mlink::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -6px;
	margin: auto;
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 9px;
	background: #4fd1d9;
	z-index: 1;
} 
.modal-wrapper {
	z-index: 1999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.modal-wrapper:not(:target) {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
	opacity: 1;
	visibility: visible;
	transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	vertical-align: middle;
	content: ""
}
.modal-wrapper .modal-window {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	max-width: 700px;
	padding: 0;
	background: rgba(0, 0, 0, 0);
	vertical-align: middle;

	z-index: 10000;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%)
			   translateY(-50%);
}
.modal-wrapper .modal-window .modal-content {
	max-height: 80vh;
	overflow-y: auto;
	text-align: left
}
.modal-overlay {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
}
.firstmovie {
	margin:0 auto;
	width:100%;
}
.mdl_close {
	text-align:left;
}
.mdl_close img {
	margin:100px 0 0 10px;
}
video {max-width: 100%;}
.mv_slider .slick-slide {
	width: 700px;
	position: relative;
	overflow: hidden;
}
.mv_slider .slick-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mv_slider .slick-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 0;
	position: absolute;
	top: 180px;
	z-index: 1;
}
.mv_slider .slick-arrow::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #09000d;
	border-width: 3px 3px 0 0;
	position: absolute;
	top: 24px;
	transform: rotate(45deg);
}
.mv_slider .slick-next {
	right: 0;
}
.mv_slider .slick-prev {
	left: 0;
}
.mv_slider .slick-next::before {
	left: 38px;
}
.mv_slider .slick-prev::before {
	border-width: 0 0 3px 3px;
	right: 40px;
}
.movie_title {
	width:100%;
	text-align:center;
	font-size:12px;
	line-height:26px;
	color:#FFF;
	font-weight:bold;
}

/*-----------------------------------------------------
footer
-------------------------------------------------------*/
.footer{
	width:100%;
	height:40px;
	overflow:hidden;
	position:relative;
	text-align:center;
	background-color:#000000;
}

/* copy
---------------------*/
.footer p.copy{
	margin:8px 0 0 0;
}































