*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	font-family: Shuei Mincho L;
}
.fadein-bg01,
.fadein-bg02,
.fadein-bg03 {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../images/bg01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: auto 100%;
	background-size: cover;
	z-index: 100;
}
.fadein-bg02 {
	background-image: url("../images/bg02.jpg");
}
.fadein-bg03 {
	background-image: url("../images/bg03.jpg");
}
.sp {
	display: none;
}
.right { float: right; }
.left { float: left; }
.center { text-align: center; }
.mla { margin-left: auto; }
.mra { margin-right: auto; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml50 { margin-left: 50px; }
.ml60 { margin-left: 60px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.mr50 { margin-right: 50px; }
.mr60 { margin-right: 60px; }
.pb50 { padding-bottom: 50px }
.pr12 { padding-right: 12px }
.pr20 { padding-right: 20px }
.pr30 { padding-right: 30px }
.pl12 { padding-right: 12px }
.lh1 { line-height: 1; }
.lh12 { line-height: 1.2; }
.lh14 { line-height: 1.4; }
.lh16 { line-height: 1.6; }
.lh18 { line-height: 1.8; }
.w10 { width: 10% }
.w20 { width: 20% }
.w30 { width: 30% }
.w40 { width: 40% }
.w50 { width: 50% }
.w60 { width: 60% }
.w70 { width: 70% }
.w80 { width: 80% }
.w90 { width: 90% }
.w100 { width: 100% }
.w960 { width: 960px }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs20 { font-size: 20px; }
.fs22 { font-size: 22px; }
.fs24 { font-size: 24px; }
.fs26 { font-size: 26px; }
.fs28 { font-size: 28px; }
.fs30 { font-size: 30px; }
.fs36 { font-size: 36px; }
.ffl { font-family: Shuei Mincho L; }
.ffm { font-family: Shuei Mincho M; }
.ffb { font-family: Shuei Mincho B; }
.ffGl { font-family: Shuei KakuGo Kin L }

/* -- Header ----------------- */
header {
	position: fixed;
	width: 100%;
	height: 58px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	z-index: 10;
	transition: .3s;
	filter: drop-shadow(0 3px 3px rgba(0,0,0,0.2));
}
.head-animation {
  transform: translateY(-100%);
}
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
.is-hide {
	transform: translateY(-100%);
}
header #headTitle {
	position: relative;
	display: inline-block;
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
}
header h1,
header p#ttl-h1 {
	position: relative;
	top: .9vh;
	float: left;
	margin: 0;
	width: 90px;
	height: auto;
	z-index: 15;
}
header h1 img,
header p#ttl-h1 img {
	width: 100%;
}
header .navsns {
	position: relative;
	float: right;
	display: inline-block;
	top: 1.1vh;
	z-index: 15;
}
header .navsns a {
	color: #2e96d4;
}
header .navsns a:hover {
	color: #999;
}
header .navsns::after {
	content: "";
	margin-left: 0;
}

/* -- Global Navigation ----------------- */
nav {
	position: absolute;
	width: 70%;
	max-width: 700px;
	top: 2px;
	left: 10vw;
	right: 0;
	margin: auto;
	padding: 15px 0;
	z-index: 10;
	font-family: Shuei Mincho M;
}
nav ul {
	position: relative;
	float: left;
	margin: 0;
}
nav li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 15px;
	color: #c7000a;
	font-size: 20px;
	letter-spacing: -0.08em;
}
nav li p {
	display: block;
	float: left;
}
nav li a {
	color: #c7000a;
	text-decoration: none;
}
nav li a:link{
 	text-decoration: none;
}
nav li a:visited {
	color: #c7000a;
 	text-decoration: none;
}
nav li a:hover{
	color: #666;
 	text-decoration: none;
}
nav li a:active{
 	text-decoration: none;
}

/* -- accordion Menu ----------------- */
.accordion .inner {
	display: none;
	position: absolute;
	top: 34px;
	left: -20px;
	background: #fff;
	filter: none;
	padding-bottom: 20px;
}
.accordion .inner li {
	width: 240px;
	padding: 10px 10px;
	left: 0;
}
.accordion .inner li::after {
	content: "";
	margin-left: 0;
}
.accordion p {
	display: block;
	cursor: pointer;
}
.accordion .inner li.menuClose {
	text-align: right;
	padding: 10px 20px 0 20px;
	cursor: pointer;
}
.accordion .inner li.menuClose span {
	cursor: pointer;
}
.menuAboutsp {
	display: none;
}

section {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
section .mainVisual {
	position: relative;
	margin: 0 auto;
	height: 90vh;
	background: url("../images/background.png") top repeat-x;
	background-size: cover;
	padding-top: 58px;
	margin-bottom: 60px;
	z-index: 0;
}
section .mainVisual .title {
	position: relative;
	max-width: 1450px;
	height: 90vh;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 0;
	font-family: Shuei Mincho M;
}
section .mainVisual h1 {
	position: relative;
	width: auto;
	max-width: 1450px;
	height: 83vh;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 0;
	animation-name: fadein02;
	animation-duration: 3s;
}
@keyframes fadein02 {
	0% {opacity: 0}
	25% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadein02 {
	0% {opacity: 0}
	25% {opacity: 0}
	100% {opacity: 1}
}
section .mainVisual h1 img {
	height: 100%;
}
section .mainVisual .cover {
	position: absolute;
	width: auto;
	max-width: 1450px;
	height: 90vh;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
section .mainVisual .cover img {
	height: 100%;
}
section .mainVisual .copy {
	position: absolute;
	width: auto;
	max-width: 1450px;
	height: 90vh;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	animation-name: fadein03;
	animation-duration: 3s;
}
@keyframes fadein03 {
	0% {opacity: 0}
	60% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadein03 {
	0% {opacity: 0}
	60% {opacity: 0}
	100% {opacity: 1}
}
section .mainVisual .copy img {
	height: 100%;
}
section .mainVisual .youtube {
	position: absolute;
	display: inline-block;
	width: 20vw;
	max-width: 240px;
	margin: 0 auto;
	cursor: pointer;
	bottom: 80px;
	right: 20px;
}
section .mainVisual .youtube img {
	width: 100%;
}
section .maincontent .youtube {
	display: none;
}
section .maincontent .theater {
	max-width: 250px;
	height: auto; 
	margin: 40px auto 0 auto;
	cursor: pointer;
}
section .maincontent .theater img {
	width: 100%;
}
section .maincontent {
	max-width: 960px;
	height: auto;
	margin: 0 auto;
}
section .maincontent .opening-day {
	max-width: 180px;
	margin: 30px auto 0 auto;
}
section .maincontent .opening-day img {
	width: 100%;
}
section .maincontent .rave-reviews {
	max-width: 400px;
	margin: 30px auto 0 auto;
}
section .maincontent .rave-reviews img {
	width: 100%;
}
section .maincontent .dvd-release {
	max-width: 670px;
	margin: 30px auto 0 auto;
}
section .maincontent .dvd-release img {
	width: 100%;
}
section .maincontent .bannerHalf {
	width: 100%;
	height: auto;
	margin: 0 auto 30px auto;
}
section .maincontent .bannerHalf img {
	display: inline-block;
	width: 100%;
	max-width: 220px;
	margin: 0 5px;
}
section .maincontent .banner {
	width: 100%;
	height: auto;
	margin: 0 auto 30px auto;
}
section .maincontent .banner img {
	width: 100%;
	max-width: 268px;
	margin: 0 5px;
	margin-bottom: 5px;
}
section .mainVisual,
section .maincontent,
section .swiper-container {
	animation-name: fadein;
	animation-duration: 3s;
}
@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(0);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.wrapper {
	animation-name: fadeinCon;
	animation-duration: 3s;
}
@keyframes fadeinCon {
	from {
		opacity: 0;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(0);
	}
}

/* -- Footer SNS ----------------- */
.footer-sns-top {
	display: inline-block;
	animation-name: fadein;
	animation-duration: 3s;
	border: 1px #000 solid;
	padding: 2px 5px;
	border-radius: 3px;
}
.footer-sns-top ul {
	display: inline-block;
	width: auto;
	list-style-type: none;
}
.footer-sns-top ul li {
	display: inline-block;
	margin: 0 8px;
	padding: 0;
	font-size: 15px;
}
.footer-sns-top ul li img {
	width: 100%;
}
.footer-sns-top ul li a {
	color: #000;
	text-decoration: none;
}
.footer-sns-top ul li a:hover {
	color: #999;
}
.footer-sns-top i {
	color: #2e96d4;
	width: 30px;
	height: 30px;
	line-height: 20px;
	margin-right: 0;
	padding: 5px;
}
.footer-sns {
	display: inline-block;
	animation-name: fadein;
	animation-duration: 3s;
	border: 1px #fff solid;
	padding: 2px 5px;
	border-radius: 3px;
}
.footer-sns ul {
	display: inline-block;
	width: auto;
	list-style-type: none;
}
.footer-sns ul li {
	display: inline-block;
	margin: 0 8px;
	padding: 0;
	font-size: 15px;
}
.footer-sns ul li img {
	width: 100%;
}
.footer-sns ul li a {
	color: #000;
	text-decoration: none;
}
.footer-sns ul li a:hover {
	color: #999;
}
.footer-sns i {
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 20px;
	margin-right: 0;
	padding: 5px;
}

footer {
	background: #000;
	padding: 30px 0;
	text-align: center;
	color: #fff;
}
footer .opening-day {
	max-width: 180px;
	margin: 30px auto 0 auto;
}
footer .rave-reviews {
	max-width: 400px;
	margin: 30px auto 0 auto;
}
footer .foot-logo {
	max-width: 240px;
	margin: 0 auto;
}
footer .opening-day img,
footer .foot-logo img,
footer .rave-reviews img {
	width: 100%;
}
.footer-sns ul li a {
	color: #fff;
	text-decoration: none;
}
.footer-sns ul li a:hover {
	color: #fff;
}

@media screen and (max-width:897px) {
	.sp {
		display: inherit;
	}
	.fadein-bg01 {
		background-image: url("../images/bg01_sp.jpg");
	}
	.fadein-bg02 {
		background-image: url("../images/bg02_sp.jpg");
	}
	.mt10 { margin-top: 5px; }
	.mt20 { margin-top: 10px; }
	.mt30 { margin-top: 15px; }
	.mt40 { margin-top: 20px; }
	.mt50 { margin-top: 25px; }
	.mt60 { margin-top: 30px; }
	.mb10 { margin-bottom: 5px; }
	.mb20 { margin-bottom: 10px; }
	.mb30 { margin-bottom: 15px; }
	.mb40 { margin-bottom: 20px; }
	.mb50 { margin-bottom: 25px; }
	.mb60 { margin-bottom: 30px; }
	.mb80 { margin-bottom: 40px; }
	.mb100 { margin-bottom: 50px; }
	.mbs3 { margin-bottom: 3px; }
	.ml10 { margin-left: 5px; }
	.ml20 { margin-left: 10px; }
	.ml30 { margin-left: 15px; }
	.ml40 { margin-left: 20px; }
	.ml50 { margin-left: 25px; }
	.ml60 { margin-left: 30px; }
	.mr10 { margin-right: 5px; }
	.mr20 { margin-right: 10px; }
	.mr30 { margin-right: 15px; }
	.mr40 { margin-right: 20px; }
	.mr50 { margin-right: 25px; }
	.mr60 { margin-right: 30px; }
	.pb50 { padding-bottom: 25px }
	.pr12 { padding-right: 0 }
	.pr20 { padding-right: 0 }
	.pr30 { padding-right: 0 }
	.pl12 { padding-right: 0 }
	.w960 { width: 92%; }
	.w50 { width: 100%; }
	.fs14 { font-size: 2.8vw;}
	.fs16 { font-size: 3.2vw;}
	.fs20 { font-size: 3.8vw; }
	.fs22 { font-size: 4vw; }
	.fs24 { font-size: 4.2vw; }
	.fs26 { font-size: 4.4vw;}
	.fs28 { font-size: 4.8vw; }
	.fs30 { font-size: 5vw; }
	.fs36 { font-size: 6vw; }

	/* -- Header ----------------- */
	header {
		width: 100%;
		height: 58px;
	}
	header #headTitle {
		width: 100%;
	}
	header h1,
	header p#ttl-h1 {
		top: 1.8vh;
		margin: 0 0 0 10px;
	}
	header .navsns {
		position: absolute;
		float: right;
		display: inline-block;
		top: 1.8vh;
		right: 65px;
	}
	header .navsns a {
		color: #2e96d4;
	}
	header .navsns a:hover {
		color: #999;
	}

	/* -- Global Navigation ----------------- */
	nav {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		padding: 0;
		z-index: 10;
		background: #fff;
	}
	nav ul {
		position: relative;
		float: none;
		top: 0;
		left: 0;
		margin: 15vh 0 0 0;
	}
	nav li {
		position: relative;
		left: 0;
		float: none;
		width: 80%;
		margin: 0 auto;
		padding: 0;
		color: #fff;
		font-size: 14px;
	}
	nav li p {
		display: inline-block;
		width: 100%;
		float: none;
		color: #000;
	}
	nav li::after {
		content: "";
		margin-left: 0;
	}
	nav li a {
		display: inline-block;
		color: #000;
		margin: 0 auto;
		width: 100%;
		padding: 5px 0;
		text-decoration: none;
	}
	nav li a:visited {
		color: #000;
	}
	nav li a span {
		color: #c7000a;
	}
	nav li a:hover {
		color: #999;
		text-decoration: none;
	}
	#slidetoggle_menu {
		display: none;
		height: 100vh;
	}

	/* -- accordion Menu ----------------- */
	.accordion .inner {
		display: inline;
		position: relative;
		top: 0;
		left: 0;
		z-index: 0;
		padding-bottom: 0;
	}
	.accordion .inner li {
		width: auto;
		padding: 0 20px 0 0;
		left: 0;
		text-align: left;
		background: none;
	}
	.accordion .inner li::after {
		content: "";
		margin-left: 0;
	}
	.accordion p {
		display: block;
		cursor: pointer;
		text-align: left;
		font-size: 6vw;
		letter-spacing: -0.08em;
	}
	#menuButton {
		display: block;
		width: 42px;
		height:42px;
		position: absolute;
		top: 6px;
		right: 10px;
		z-index: 3;
	}
	#menuButton span {
		display: block;
		background: #666;
		width: 24px;
		height: 2px;
		position: absolute;
		left: 9px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
	}
	#menuButton.active span {
		background: #000;
	}
	#menuButton span:first-child {
		top: 12px;
	}
	#menuButton span:nth-child(2) {
		margin-top: -1px;
		top: 50%;
	}
	#menuButton span:last-child {
		bottom: 12px;
	}

	#menuButton.active span:first-child {
		-webkit-transform: translateY(8px) rotate(45deg);
		-moz-transform: translateY(8px) rotate(45deg);
		-ms-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}
	#menuButton.active span:nth-child(2) {
		opacity: 0;
	}
	#menuButton.active span:last-child {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		-moz-transform: translateY(-8px) rotate(-45deg);
		-ms-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}
	.menuAboutpc {
		display: none;
	}
	.menuAboutsp {
		display: inherit;
		margin: 0 auto;
	}
	nav li.menuAboutsp ul {
		margin: 30px 0;
	}
	.menuAboutsp li {
		display: inherit;
	}
	.menuAboutsp p {
		color: #cacaca;
		font-size: 4.8vw;
		margin: 0 0 5px 0;
	}
	.accordion .menuAboutsp li {
		width: auto;
		padding: 0 20px 0 0;
		left: 0;
		text-align: left;
		background: none;
		font-size: 6vw;
		letter-spacing: -0.08em;
	}
	.spNav {
		margin: 25px 0;
		border-top: 1px #ca0e18 solid;
	}
	.spNav a {
		display: block;
	}
	.spNav li {
		width: 100%;
		padding: 0;
		font-size: 8vw;
		letter-spacing: -0.08em;
		border-bottom: 1px #ca0e18 solid;
	}
	.spNav li p {
		color: #000;
		padding: 10px 0;
	}
	.spNav li p.gray {
		color: #cacaca;
		font-size: 4.5vw;
		padding: 10px 0 5px 0;
	}
	.spNav li p span {
		color: #c7000a;
	}
	.spNav li ul,
	.spNav li ul li {
		border-bottom: 0;
	}
	.spNav li ul li {
		padding: 5px 0;
	}
	.spNav li a {
		display: inline-block;
		color: #000;
		margin: 0 auto;
		width: 100%;
		padding: 5px 0;
		text-decoration: none;
	}
	.spNav li a:visited {
		color: #000;
	}
	.spNav li a span {
		color: #c7000a;
	}
	.spNav li a:hover {
		color: #999;
		text-decoration: none;
	}

	section .mainVisual {
		position: relative;
		margin: 0 auto;
		height: auto;
		margin-bottom: 0;
	}
	section .mainVisual .title {
		position: relative;
		max-width: 100%;
		height: auto!important;
		margin: 0 auto;
	}
	section .mainVisual h1 {
		width: auto;
		max-width: 100%;
		height: auto;
	}
	section .mainVisual h1 img {
		width: 100%;
		height: auto;
	}
	section .mainVisual .cover {
		width: 100%;
		max-width: 100%;
		top: 58px;
		height: auto;
	}
	section .mainVisual .cover img {
		width: 100%;
		height: auto;
	}
	section .mainVisual .copy {
		width: 100%;
		max-width: 100%;
		top: 58px;
		height: auto;
	}
	section .mainVisual .copy img {
		width: 100%;
		height: auto;
	}
	section .maincontent .opening-day {
		width: 36%;
		max-width: auto;
		margin: 30px auto 0 auto;
	}
	section .maincontent .rave-reviews {
		width: 80%;
		max-width: auto;
		margin: 30px auto 0 auto;
	}
	section .maincontent .dvd-release {
		width: 90%;
		max-width: auto;
		margin: 30px auto 0 auto;
	}
	section .maincontent .youtube {
		position: relative;
		display: inline-block;
		width: 94%;
		max-width: auto;
		margin: 30px auto 0 auto;
		cursor: pointer;
	}
	section .maincontent .youtube img {
		width: 100%;
	}

	section .maincontent .bannerHalf {
		width: 100%;
		margin: 0 auto;
	}
	section .maincontent .bannerHalf img {
	display: inline-block;
		width: 46%;
		margin: 0 0.5% 5px 0.5%;
	}

	section .maincontent .banner {
		width: 80%;
	}
	section .mainVisual .banner img {
		width: 90%;
		height: auto;
	}
	section .mainVisual .youtube {
		display: none;
	}
	section .maincontent .theater {
		width: 50%;
		margin: 30px auto 0 auto;
	}
	section .maincontent .theater img {
		width: 100%;
	}
	footer .opening-day {
		width: 36%;
		max-width: auto;
		margin: 30px auto 0 auto;
	}
	footer .rave-reviews {
		width: 80%;
		max-width: auto;
		margin: 30px auto 0 auto;
	}
	footer {
		background: #000;
		padding: 30px 0;
	}
	footer .foot-logo {
		width: 46%;
		max-width: auto;
	}
}


/* Modal ──────────────────── */
.modal.modal-fullscreen .modal-content {
	background: #000;
	text-algin: center;
}
#playerbox {
	position: relative;
	top: 10vh;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 80vw;
	height: 80vh;
}
#playlist {
	position: relative;
	display: inline-block;
}
#playlist li {
	display: inline-block;
	margin: 0 3px;
}
#playlist li a {
	display: block;
	width: 150px;
	text-align: center;
	color: #fff;
	padding: 8px 10px;
	border: 1px #fff solid;
}
#player {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 80vw;
	height: 70vh;
	margin: auto;
}

.modal-body-video {
	position: relative;
	padding: 0px;
	height: 99%;
	z-index: 9999;
}
.movie_close {
	position: relative;
	top: -50px;
	right: 0;
	z-index: 99999;
}
.modal-body .memberscard,
.modal-body .img {
	position: relative;
	width: 95%;
	margin: 15px auto;
	text-align: center;
}
.modal-body .memberscard img {
	width: 100%;
	margin: auto;
}
.modal-body .memberscard .membership-number {
	position: absolute;
	height: 0;
	width: auto;
	height: auto;
	left: 6%;
	bottom: 8%;
	color: #000000;
	font-size: 1.5rem;
	line-height: 1.5em;
	letter-spacing: 0.2rem;
	text-align: left;
}
.modal-body .memberscard .membership-name {
	position: absolute;
	height: 0;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.modal-body .numbered-ticket {
	margin: 15px 0;
	font-size: 1.8rem;
	font-weight: bold;
}
.modal-body .numbered-ticket span {
	color: #ff0000;
	font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
	.modal-body .memberscard {
		width: 100%;
		margin: 10px auto;
	}
	.modal-body .img img {
		width: 100%!important;
		margin: 0 auto;
	}
	.modal-body .memberscard .membership-number {
		left: 5%;
		bottom: 6%;
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
	}
	#playerbox {
		position: relative;
		top: 20vh;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 90vw;
		height: 60vh;
	}
	#playlist {
		width: 100%;
		position: relative;
		display: inline-block;
	}
	#playlist li {
		width: 30%;
		display: inline-block;
		margin: 0 0.2%;
	}
	#playlist li a { 
		display: block;
		width: 100%;
		color: #fff;
		padding: 8px 5px;
		border: 1px #fff solid;
	}
	#player {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 90vw;
		height: 40vh;
		margin: auto;
	}
	.modal-body-video {
		position: relative;
		padding: 0px;
		height: 99%;
		z-index: 9999;
	}
	.movie_close {
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 99999;
	}
}

/* Custom Button ──────────────────── */
.btn{
	font-weight: bold;
	white-space:normal;
	text-decoration:none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.close {
	outline: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
	opacity: .4;
}
.btn-light {
	color: #231815;
	border: none;
	border-radius: 0;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
	color: #231815;
}

.toggle {
	height: 44px;
	width: 44px;
	color: #cb101a;
	font-size: 1em;
	line-height: 1em;
	margin: 5px 5px 5px 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.toggle {
		height: 40px;
		width: 40px;
	}
	.toggle img {
		height: auto;
		width: 100%;
	}
}


/* ----------------------------------------
* contents
---------------------------------------- */
.contents {
	margin: 0 auto;
	padding: 50px 0 0 0;
}
.contents h1 {
	width: auto;
	height: 60px;
	margin: 0 auto 50px auto;
}
.contents h1 img {
	height: 100%;
}
.h3-title {
	text-align: left;
	font-size: 28px;
	letter-spacing: -0.08em;
	line-height: 1.5;
	font-family: Shuei Mincho M;
}
.h3-title span {
	color: #ca0e18;
}
.h3-title img {
	max-width: 549px;
}
.disc {
	margin: 0 auto;
	padding: 0;
}
.disc h1 {
	width: 100%;
	height: auto;
	margin: 0 auto 50px auto;
}
.disc h1 img {
	width: 100%;
}
.disc .h3-title {
	text-align: center;
	font-size: 26px;
	letter-spacing: -0.08em;
	line-height: 1.8;
	font-family: Shuei Mincho M;
}
.disc p.read {
	text-align: center;
	font-size: 18px;
	letter-spacing: -0.08em;
	line-height: 1.5;
	font-family: Shuei Mincho B;
	margin: 50px auto;
}
.contents .introduction,
.contents .story,
.contents .cast,
.contents .productionnote,
.contents .disc {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 50px auto 0 auto;
}
.introduction-content,
.story-content,
.cast-content,
.productionnote-content,
.disc-content {
	margin: 0 auto;
	display: inline-block;
	width: 100%;
}
.story-content {
	width: 100%;
}
.introduction-content h2,
.story-content h2 {
	margin: 30px auto 60px auto;
	display: inline-block;
	width: 85%;
	max-width: 290px;
}
.introduction-content h2 img,
.story-content h2 img {
	width: 100%;
}
.introduction-content p,
.story-content p,
.cast-content p,
.productionnote-content p {
	display: block;
	text-align: left;
	font-size: 15px;
	line-height: 2.2;
	font-family: Shuei Mincho L;
}
.box {
	display: inline-block;
	width: 100%;
}
.box p {
	width: 100%;
}
.box p img {
	width: 100%;
	height: auto;
}
.box p.name {
	width: 100%:
	margin: 0 auto;
	text-align: center;
}
.box p.name img {
	margin: 0 auto;
	max-width: 238px;
}
.box p.name02 {
	width: 100%:
	margin: 0 auto;
	text-align: center;
}
.box p.name02 img {
	margin: 80px auto;
	max-width: 238px;
}
.pageNavi {
	display: inline-block;
}
.pageNavi .prev,
.pageNavi .back,
.pageNavi .next {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
}
.pageNavi .prev,
.pageNavi .next {
	max-width: 33px;
}
.pageNavi .prev img,
.pageNavi .next img {
	width: 100%;
}
.pageNavi .back a {
	text-decoration: none;
	color: #000;
}
.pageNavi .back a:hover {
	color: #999;
}
.pageNavi .prev a:hover,
.pageNavi .next a:hover {
	opacity: 0.5;
}
.pageNavi .none {
	opacity: 0.2;
}
.noteBlc {
}
.noteBlc h2 {
	float:left;
	text-align: left;
	font-size: 38px;
	color: #ca0e18;
	letter-spacing: -0.08em;
	margin-bottom: 20px;
}
.noteBlc .date {
	float:left;
	text-align: left;
	font-size: 26px;
	margin-left: 5px;
	line-height: 1.8;
}
.noteBlc .text {
	display: inline-block;
	width: 100%;
	margin: 0 auto 20px auto;
}
.noteBlc .text .line {
	margin: 10px 0 20px 0;
	display: block;
	background: #000;
	height: 1px;
	width: 42px;
}
.noteBlc .text h3 {
	text-align: left;
	font-size: 20px;
	line-height: 1.5;
	color: #ca0e18;
	margin-bottom: 15px;
}
.noteBlc .text h3 span {
	font-size: 15px;
	color: #c8c8c8;
}
.noteBlc .text p {
	text-align: left;
	font-size: 15px;
	line-height: 1.8;
}

@media only screen and (max-width: 767px) {
	.contents {
	}
	.contents h1 {
		height: 50px;
		margin: 0 auto 30px auto;
	}
	.contents h1 img {
		height: 100%;
	}
	.contents .productionnote h1 img {
		width: 90%;
		height: auto;
	}
	.h3-title {
		width: 80%;
		font-size: 5.4vw;
		line-height: 1.3;
	}
	.h3-title img {
		width: 100%;
		max-width: 100%;
	}
	.disc {
		margin: 0 auto;
		padding: 0;
	}
	.disc h1 {
		width: 100%;
		height: auto;
		margin: 0 auto 50px auto;
	}
	.disc h1 img {
		width: 100%!important;
	}
	.disc h2 img {
		width: 100%;
	}
	.disc .h3-title {
		width: 100%;
		margin: 20px auto;
		font-size: 3.6vw;
		line-height: 1.8;
	}
	.disc p.read {
		width: 95%;
		text-align: center;
		font-size: 3.2vw;
		line-height: 1.6;
		margin: 30px auto;
	}
	.introduction-content,
	.story-content,
	.cast-content,
	.productionnote-content {
		float: none;
		display: inline-block;
		width: 100%;
	}
	.cast-content p.profile {
		padding: 0 3%;
		font-size: 4.2vw;
		line-height: 1.8;
	}
	.introduction-content h2,
	.story-content h2 {
		margin: 10px auto 50px auto;
		width: 65%;
		max-width: auto;
	}
	.introduction-content p,
	.story-content p,
	.productionnote-content p {
		text-align: left;
		font-size: 4.2vw;
		line-height: 1.8;
		font-family: Shuei Mincho L;
	}
	.box p.name img {
		width: 70%;
		margin: 30px auto;
		max-width: auto;
	}
	.box p.name02 img {
		margin: 0 auto 30px auto;
		max-width: auto;
		width: 70%;
	}
	.noteBlc {
	}
	.noteBlc h2 {
		font-size: 7.6vw;
		margin-bottom: 20px;
	}
	.noteBlc .date {
		font-size: 4.4vw;
		line-height: 2;
	}
	.noteBlc .text {
		margin: 0 auto 20px auto;
	}
	.noteBlc .text .line {
		margin: 10px 0 20px 0;
	}
	.noteBlc .text h3 {
		font-size: 4.6vw;
		margin-bottom: 15px;
	}
	.noteBlc .text h3 span {
		font-size: 3.8vw;
	}
	.noteBlc .text p {
		font-size: 3.8vw;
		line-height: 1.8;
	}
}

#widthScroll {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 80px;
}
#carousel {
	margin-top: 0;
}
#carousel div {
	text-align: center;
	width: 300px;
	height: 204px;
	float: left;
	position: relative;
}
#carousel div img {
	width: 300px;
	height: 204px;
}
#carousel div img {
	border: none;
}
@media only screen and (max-width: 767px) {
	#widthScroll {
		width: 100%!important;
		overflow: hidden;
		margin-bottom: 40px;
	}
	#carousel div {
		width: 160px;
		height: 108px;
	}
	#carousel div img {
		width: 160px;
		height: 108px;
	}
}


.storySlider {
	margin: 0 0 60px 0;
}
#slider {
	display: inline-block;
	width: 100%;
	height: 500px;
}
.sp {
	display: none;
}
.vegas-timer-progress {
	width: 0%;
	height: 100%;
	background: #d0121b;
	transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.storySlider {
		margin: 0 0 30px 0;
	}
	.pc {
		display: none;
	}
	.sp {
		display: inherit;
	}
	#slider2 {
		display: inline-block;
		width: 100%;
		height: 250px;
	}
	#slider2 img {
		width: 100%;
		height: auto;
	}
}


/* ----------------------------------------
* Disc
---------------------------------------- */
.disc-content .dvd_release {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 18vh auto;
	text-align: center;
}
.disc-content .dvd_release hr {
	border-top: 1px solid #898989;
	margin-bottom: 5vh;
}
.disc-content .dvd_release h2 {
	margin: 4vh auto;
	width: auto;
	max-width: 363px;
	text-align: center;
}
.disc-content .dvd_release h2 img {
	width: 100%;
}
.disc-content .dvd_release p {
	margin: 1.2vh auto;
	font-family: Ryumin Regular KL;
	line-height: 1.8;
	font-size: 18px;
}
.disc-content .dvd_release p.read {
	width: 65%;
	margin: 5vh auto 3vh auto;
}
.disc-content .dvd_release h3 {
	margin: 4vh auto;
	width: 28%;
	text-align: center;
	padding: 10px 0;
}
.disc-content .dvd_release h3 img {
	width: 100%;
}
.disc-content .dvd_release h4 {
	max-width: 330px;
	margin: 0 auto 1.8vh auto;
}
.disc-content .dvd_release h4 img {
	width: 100%;
}
.disc-content .dvd_release h5 {
	margin: 1.2vh auto 1.5vh auto;
	font-size: 16px;
	font-family: Ryumin Bold KL;
	letter-spacing: 0.2em;
	padding: 6px 0;
	background: #c30d18;
	color: #fff;
}
.disc-content .dvd_release .item-info {
	display: inline-block;
}
.disc-content .dvd_release .item-info p {
	margin: 1.2vh auto 3vh auto;
	line-height: 1.8;
	font-size: 15px;
	text-align: left;
}
.disc-content .dvd_release .item-info .block-l {
	float: left;
}
.disc-content .dvd_release .item-info .block-r {
	float: right;
}
.disc-content .dvd_release .item-info .item-info-img {
	width: 56%;
}
.disc-content .dvd_release .item-info .item-info-img img {
	width: 100%;
}
.disc-content .dvd_release .item-info .item-info-detail {
	width: 40%;
}
.disc-content .dvd_release .shop-btn {
	width: 60%;
	margin: 3vh auto;
}
.disc-content .dvd_release .shop-btn .btn {
	display: inline-block;
	margin: 0 0.12vw 0.48vh 0.12vw;
	max-width: 180px;
}
.disc-content .dvd_release .shop-btn .btn img {
	width: 100%;
}
.disc-content .dvd_release .shop-btn .btn:hover {
	opacity: 0.7;
}
.disc-content .dvd_release .collection {
	display: inline-block;
	width: 100%;
	margin: 20px auto;
	background: url("../images/disc/background.png");
}
.disc-content .dvd_release .collection .collection_inner {
	padding: 30px;
}
.disc-content .dvd_release .collection .collection_inner h2 {
	font-size: 24px;
	margin: 0 auto 2.5vh auto;
	letter-spacing: 0.1em;
	line-height: 1.6;
	font-family: Shuei Mincho B;
}
.disc-content .dvd_release .collection .collection_inner hr {
	width: 15%;
	margin: 0 auto 3vh auto;
	border-top: 1px #313131 solid;
}
.disc-content .dvd_release .collection .collection_inner ul li {
	font-family: Shuei Mincho M;
	line-height: 1.9;
	font-size: 15px;
	text-align: left;
	margin: 0 0 20px 0;
	list-style-type: none;
}
.disc-content .dvd_release .collection .collection_inner ul li .title {
	width: 150px;
	background: #c30d18;
	color: #fff;
	padding: 5px 30px;
	margin: 0 0 8px 0;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
.disc-content .dvd_release .rental-info {
	margin: 5vh auto;
}
.disc-content .dvd_release .rental-info h2 {
	margin: 4vh auto;
}
.disc-content .dvd_release .rental-info p {
	margin: 3vh auto;
	font-family: Shuei Mincho B;
	line-height: 1.8;
	font-size: 16px;
}
.disc-content .dvd_release .rental-info .rental-img {
	width: auto;
	max-width: 224px;
}
.disc-content .dvd_release .rental-info p.notice {
	line-height: 1.8;
	font-size: 12px;
	font-family: Shuei Mincho L;
}
.disc-content .dvd_release .back-btn {
	width: 70%;
	margin: 3vh auto;
}
.disc-content .dvd_release .back-btn .btn {
	display: inline-block;
	margin: 0 0.12vw;
	max-width: 253px;
	padding: 0;
}
.disc-content .dvd_release .back-btn .btn img {
	width: 100%;
}
.disc-content .dvd_release .back-btn .btn:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.disc-content .dvd_release {
		width: 100%;
		max-width: auto;
		margin: 0 auto 18vh auto;
	}
	.disc-content .dvd_release hr {
		width: 90%;
		margin: 4vh auto 5vh auto;
	}
	.disc-content .dvd_release h2 {
		margin: 4vh auto;
		width: 70%;
		max-width: auto;
	}
	.disc-content .dvd_release h2 img {
		width: 100%;
	}
	.disc-content .dvd_release p {
		line-height: 1.8;
		font-size: 15px;
	}
	.disc-content .dvd_release p.read {
		width: 90%;
		font-size: 14px;
		margin: 5vh auto 3vh auto;
	}
	.disc-content .dvd_release h3 {
		width: 60%;
		margin: 5vh auto;
		font-size: 22px;
	}
	.disc-content .dvd_release h4 {
		width: 80%;
		max-width: auto;
		margin: 2.4vh auto;
	}
	.disc-content .dvd_release h4 img {
		width: 100%;
	}
	.disc-content .dvd_release .item-info {
		display: inline-block;
		width: 90%;
	}
	.disc-content .dvd_release .item-info p {
		margin: 1.2vh auto 4vh auto;
		font-size: 14px;
	}
	.disc-content .dvd_release .item-info .block-l {
		float: none;
	}
	.disc-content .dvd_release .item-info .block-r {
		float: none;
	}
	.disc-content .dvd_release .item-info .item-info-img {
		width: 100%;
	}
	.disc-content .dvd_release .item-info .item-info-detail {
		width: 100%;
	}
	.disc-content .dvd_release .shop-btn {
		width: 90%;
		margin: 2vh auto 3vh auto;
	}
	.disc-content .dvd_release .shop-btn .btn {
		display: inline-block;
		width: 48%;
		margin: 0 0.25% 0.48vh 0.25%;
		max-width: auto;
	}
	.disc-content .dvd_release .collection {
		display: inline-block;
		width: 90%;
		margin: 20px auto;
		background: url("../images/disc/background.png");
	}
	.disc-content .dvd_release .collection .collection_inner {
		padding: 5%;
	}
	.disc-content .dvd_release .collection .collection_inner h2 {
		font-size: 18px;
		margin: 0 auto 3vh auto;
		letter-spacing: 0.1em;
		line-height: 1.4;
	}
	.disc-content .dvd_release .collection .collection_inner hr {
		width: 25%;
		margin: 0 auto 4vh auto;
		border-top: 1px #313131 solid;
	}
	.disc-content .dvd_release .collection .collection_inner ul li {
		font-size: 14px;
		margin: 0 0 15px 0;
	}
	.disc-content .dvd_release .collection .collection_inner ul li .title {
		width: 140px;
		margin: 0 0 5px 0;
		font-size: 13px;
	}
	.disc-content .dvd_release .rental-info {
		width: 90%;
		margin: 8vh auto;
	}
	.disc-content .dvd_release .rental-info h2 {
		width: 80%;
	}
	.disc-content .dvd_release .rental-info p {
		margin: 5vh auto;
		line-height: 1.8;
		font-size: 14px;
	}
	.disc-content .dvd_release .rental-info .rental-img {
		width: 60%;
		max-width: auto;
	}
	.disc-content .dvd_release .rental-info p.notice {
		line-height: 1.8;
		font-size: 12px;
	}
	.disc-content .dvd_release .back-btn {
		width: 60%;
		margin: 2vh auto 3vh auto;
	}
	.disc-content .dvd_release .back-btn .btn {
		display: inline-block;
		width: 100%;
		margin: 0 0.25%;
		max-width: auto;
	}
}

@media screen and (min-width:1024px) and ( max-width:1366px) {
	section .mainVisual {
		position: relative;
		margin: 0 auto;
		height: auto;
		margin-bottom: 0;
	}
	section .mainVisual .title {
		position: relative;
		max-width: 100%;
		height: auto!important;
		margin: 0 auto;
	}
	section .mainVisual h1 {
		width: auto;
		max-width: 100%;
		height: auto;
	}
	section .mainVisual h1 img {
		width: 100%;
		height: auto;
	}
	section .mainVisual .cover {
		width: 100%;
		max-width: 100%;
		top: 58px;
		height: auto;
	}
	section .mainVisual .cover img {
		width: 100%;
		height: auto;
	}
	section .mainVisual .copy {
		width: 100%;
		max-width: 100%;
		top: 58px;
		height: auto;
	}
	section .mainVisual .copy img {
		width: 100%;
		height: auto;
	}
}