@charset "UTF-8";

/* -----------------------------------------------
FileName: cinema-haisin.css
----------------------------------------------- */

/*  =============================
		about_web_scr_wrapper
================================ */
.about_web_scr_box {
	padding: 20px;
	background: #f4f4f4;
}
.about_web_scr_box .about_web_scr_list {
	font-size: 28px;
	color: #333333;
}
.about_web_scr_box .about_web_scr_list li  > span {
	font-size: 0.5em;
}
.about_web_scr_box .about_web_scr_list li  > span.txt-ss {
	font-size: 0.4em;
}
.about_web_scr_box .about_web_scr_list li  {
	margin-bottom: 20px;
	padding: 15px 15px 15px calc(15px + 1.3em);
	text-indent: -1.3em;
	line-height: 1.2;
	background: #fff;
}
.about_web_scr_box .about_web_scr_list li:last-child {
	margin-bottom: 0;
}
.about_web_scr_box .about_web_scr_list li::before {
	content: '\25CE';
	display: inline-block;
	width: 1.3em;
	text-indent: 0;
	color: #b60081;
}
.about_web_scr_box .and_more {
	display: block;
	margin: 38px 0 18px;
	text-align: center;
}

/*  =============================
		movie_wrapper
================================ */
.movie_inner {
	margin: 0 auto;
	text-align: center;
}
.movie_inner .video_box iframe {
	width: 540px;
	height: 320px;
}
.movie_inner  p {
	margin-top: 40px;
	text-align: center;
}

/*  =============================
		enjoy_wrapper
================================ */
.enjoy_box {
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 20px;
	background: #f4f4f4;
}
.enjoy_box::before {
	display: block;
	content: '';
	clear: both;
}
.enjoy_box::after {
	display: block;
	content: '';
	clear: both;
}

.enjoy_box {
	line-height: 1.5;
}

.enjoy_box .cont_sub-ttl {
	margin-bottom: 20px;
}

.enjoy_box .enjoy_box-l {
	float: left;
	width: 328px;
}
.enjoy_box .enjoy_box-r {
	float: right;
	width: 532px;
	margin-left: 20px;
}

.enjoy_box .btn_style {
	margin-top: 20px;
}


/* mv edit */
#CONINNER.haishin .sp-none {
	display: block;
}
#CONINNER.haishin {
	background: none;
	background-color: #FFFF;
	margin-top: -20px;
}
#CONINNER.haishin .mv {
	background-color: #000000;
}
#CONINNER.haishin .mv-bg {
	position: relative;
}
#CONINNER.haishin .mv-img {
	position: relative;
	width: 100%;
	height: 580px;
}
#CONINNER.haishin .mv-img .mv-img-inner {
	position: absolute;
	top: 0%;
	left: calc(50% - 1366px / 2 );
	width: 1366px;
	height: 594px;
	z-index: 2;
}
#CONINNER.haishin .mv-img .mv-img-inner a :hover {
	opacity: 0.8;
}
#CONINNER.haishin .mv-img .mv-img-effect a {
	display: inline-block;
	position: relative;
}
#CONINNER.haishin .mv-img .mv-img-effect a:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow:
	inset 0 9px 0px 0px rgba(0, 0, 0, 0),
	inset 0 -9px 0px 0px rgba(0, 0, 0, 0),
	inset 20px 0 20px -4px rgba(0, 0, 0, 1),
	inset -20px 0 20px -4px rgba(0, 0, 0, 1);
}
#CONINNER.haishin .mv-inner {
	min-width: 950px;
	width: 950px;
	position: absolute;
  left: 0;
  right: 0;
  margin: auto;
	bottom: 18%;
	z-index: 4;
}
#CONINNER.haishin .btn_inner {
	background-color: #ffffff;
	display: inline-block;
	border-radius: 6px;
}

