@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,h4,h5,h6,th,td,pre,code,blockquote,form,fieldset,legend,input,textarea,figcaption,figure{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#FFF}hr{display:none}img{vertical-align:bottom}select,input,button,textarea{font-size:99%}table{font-size:inherit;font:100%;border-collapse:collapse;border-spacing:0}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}.hd{display:block;width:0;height:0;overflow:hidden}.cf:before,.cf:after{content:"";display:table}.cf:after{clear:both}.cf{*zoom:1}article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section,main{display:block}*{margin:0;padding:0;box-sizing:border-box;max-height:999999px;outline:none;}*:focus{outline: none;}button{background-color:transparent;border:none;cursor:pointer;outline:none;padding:0;}
#loading {
	position:fixed;
	z-index:25000;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#FFF;
}
body{
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	color: #000;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 16px;
	font-weight: normal;
	word-wrap: break-word;
}
a{ color:#222; }
a:hover{ text-decoration:none; }
.ah { transition:opacity .3s ease; }
.ah:hover { opacity:.7; }
::selection{
	background:#6ccfee;
	color:#fff;
}
::-moz-selection{
	background:#6ccfee;
	color:#fff;
}
@media screen and (max-width:768px){
	html{
		font-size:62.5%;
	}
	body{
		font-size:10px;
		font-size:1rem;
		min-width:320px;
	}
	.pc{ display:none; }
	.ah:hover { opacity:1; }
}
@media screen and (min-width:769px){
	.sp{ display:none; }
}
#fullWrap {
	min-width:1200px;
	width:100%;
	display:block;
	position:relative;
}
@media screen and (max-width:768px){
	#fullWrap {
		min-width:320px;
	}
}
@keyframes diagonal-bg {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 16px 16px
	}
}
@keyframes rotateY {
	0% {
		transform:rotateY(0deg);
	}
	100% {
		transform:rotateY(180deg);
	}
}
@keyframes bounce {
 0% {
	transform:translateY(0px);
	}
	 100% {
	transform:translateY(-7px);
	}
}
.header {
	width:100%;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	z-index:5000;
	pointer-events:none;
	z-index:12000;
}
.header__inner {
	height:100vh;
	min-height:620px;
	position:sticky;
	left:0;
	top:0;
	width:100%;
}
.header__inner--block {
	width:200px;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	pointer-events:auto;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	background:#FFF;
	z-index:120;
}
.header__inner h1 {
	width:180px;
	height:285px;
	padding-right:0;
	order:1;
}
.header__inner h1 a {
	display:block;
	height:285px;
	background:url(../img/common/logo_v.png) no-repeat center center / contain;
	image-rendering:-webkit-optimize-contrast;
}
.header__shares {
	height:150px;
	position:relative;
	order:2;
	padding-top:40px;
}
.shareLists {
	width:100%;
	display:flex;
	justify-content:center;
	height:34px;
	margin-bottom:25px;
}
.shareList {
	width:34px;
	margin:0 6px;
}
.shareList a {
	display:block;
	height:34px;
	border-radius:50%;
	overflow:hidden;
	transition:all 0.3s ease;
}
.shareList a:hover {
	transform:scale(1.2);
}
.shareList__twitter {
	background:#4aa1eb url(../img/common/sns_tw_w.svg) no-repeat center center / 16px auto;
}
.shareList__facebook {
	background:#3578ea url(../img/common/sns_fb_w.svg) no-repeat center center / 16px auto;
}
.shareList__line {
	background:#53b535 url(../img/common/sns_line_w.svg) no-repeat center center / 16px auto;
}
.copyright {
	font-size:10px;
	text-align:center;
	line-height:1;
	color:#666;
	transform:rotate(0.05deg);
	font-weight:500;
}
.header__menuBtns {
	height:150px;
	width:100%;
	position:relative;
	z-index:50000;
}
.header__menuBtns li {
	height:75px;
}
.header__menuBtns li a {
	display: flex;
	height:75px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	width:100%;
}
.header__menuBtn--portal a {
	padding-top:25px;
	position: relative;
}
.header__menuBtn--portal a:before {
	content:'';
	position:absolute;
	right:-13px;
	top:50%;
	width:26px;
	height:26px;
	margin-top:-2px;
	background:url(../img/common/c_arrow_r-line-b.svg) no-repeat center center / contain;
	transform:translateX(-26px) scale(0.5);
	transition:all 0.6s ease;
	opacity:1;
}
.header__menuBtn--portal a.hover:before {
	transform:translateX(0);
	opacity:1;
}
.header__menuBtn--portal a span {
	min-width:96px;
	height:32px;
	display: block;
	border-top:2px solid #81cddb;
	border-bottom:2px solid #81cddb;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 800;
	font-size:12px;
	transform:rotate(0.05deg);
	color:#81cddb;
	transition:all 0.3s ease;
}
.header__menuBtn--portal a.hover span {
	transform:scale(1.1) rotate(0.05deg);
}
.cinema .header__gnavBtn {
	display: none;
}
.header__menuBtn--cinema a {
	padding-bottom:25px;
	position: relative;
}
.header__menuBtn--cinema a:before {
	content:'';
	position:absolute;
	right:-13px;
	top:50%;
	width:26px;
	height:26px;
	margin-top:-26px;
	background:url(../img/common/c_arrow_r-line-or.svg) no-repeat center center / contain;
	transform:translateX(-26px) scale(0.5);
	transition:all 0.6s ease;
	opacity:1;
}
.header__menuBtn--cinema a.hover:before {
	transform:translateX(0) translateY(-52px);
	opacity:1;
}
.header__menuBtn--cinema a span {
	min-width:96px;
	height:32px;
	display: block;
	border-top:2px solid #f18e43;
	border-bottom:2px solid #f18e43;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 800;
	font-size:12px;
	transform:rotate(0.05deg);
	color:#f18e43;
	transition:all 0.3s ease;
}
.header__menuBtn--cinema a.hover span {
	transform:scale(1.1) rotate(0.05deg);
}
@media screen and (max-width:768px){
	.header {
		position:fixed;
		right:0;
		bottom:auto;
		z-index:22000;
		top:-1px;
	}
	.header__inner {
		height:16vw;
		min-height:16vw;
		position:relative;
		left:auto;
		top:auto;
	}
	.header__inner--block {
		width:100%;
		position:relative;
		left:auto;
		top:auto;
		bottom:auto;
		display:flex;
		flex-direction:row;
		height:16vw;
	}
	.header__inner h1 {
		width:29.8666vw;
		height:10.6vw;
		padding-right:0;
		position:absolute;
		left:50%;
		top:50%;
		transform:translate(-50%,-50%);
	}
	.header__inner h1 a {
		display:block;
		height:10.6vw;
		background:url(../img/common/logo_v.png) no-repeat center center / contain;
	}
	.header__shares {
		display: none;
	}
	.header__menuBtns {
		height:16vw;
		pointer-events: none;
		display: flex;
		justify-content: space-between;
	}
	.header__menuBtns li {
		height:16vw;
		width:24.2666vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header__menuBtns li a {
		height:6.5333vw;
		width:100%;
	}
	.header__menuBtn--portal a {
		padding-top:0;
		pointer-events: auto;

	}
	.header__menuBtn--portal a span {
		height:6.5333vw;
		font-size:0.9rem;
		position:relative;
		min-width:0;
	}
	.header__menuBtn--portal a:before {
		content:'';
		position:absolute;
		right:auto;
		top:auto;
		left:50%;
		bottom:-0.9vw;
		width:2.5vw;
		height:2.5vw;
		margin-top:0;
		margin-left:-1.25vw;
		background:url(../img/common/c_arrow_b-line-b.svg) no-repeat center center / contain;
		transform:none;
		transition:none;
		opacity:1;
		z-index:5;
	}
	.header__menuBtn--portal a.hover:before {
		transform:translateX(0);
		opacity:1;
	}
	.header__menuBtn--portal a.hover span {
		color:#81cddb;
		border-color:#81cddb;
		transform:none;
	}
	.header__menuBtn--cinema a {
		padding-bottom:0;
		pointer-events: auto;
	}
	.header__menuBtn--cinema a:before {
		content:'';
		position:absolute;
		right:auto;
		top:auto;
		left:50%;
		bottom:-0.9vw;
		width:2.5vw;
		height:2.5vw;
		margin-top:0;
		margin-left:-1.25vw;
		background:url(../img/common/c_arrow_b-line-or.svg) no-repeat center center / contain;
		transform:none;
		transition:none;
		opacity:1;
		z-index:5;
	}
	.header__menuBtn--cinema a span {
		height:6.5333vw;
		font-size:0.9rem;
		position:relative;
		min-width:0;
		padding:0 0.5em;
	}
	.header__menuBtn--cinema a.hover:before {
		transform:translateX(0);
		opacity:1;
	}
	.header__menuBtn--cinema a.hover span {
		color:#f18e43;
		border-color:#f18e43;
		transform:none;
	}
}
.cinema #pnav {
	left:0;
	top:0;
}
.cinema .portalNav {
	width:100%;
	min-width: 1200px;
	padding-left:200px;
}
.cinema .portalNav__global--works {
	padding-left: 220px;
}
.cinema .portalNav__sns:before {
	content:'';
	position:absolute;
	left:-13px;
	top:50%;
	width:26px;
	height:26px;
	margin-top:-13px;
	background:url(../img/common/c_arrow_r-line-or.svg) no-repeat center center / contain;
}
@media screen and (max-width: 768px) {
	.cinema .portalNav {
		width:100%;
		min-width: 320px;
		padding-left:0;
	}
	.cinema #pnav .portalNav__global {
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 18.6666vw 2.6666vw 0 !important;
	}
	.cinema #pnav .portalNav__sns {
		padding-bottom:0 !important;
	}
}
.cinemaNav {
	position: absolute;
	left:200px;
	top:0;
	right:0;
	background:#f18e43;
	pointer-events: auto;
	transform:translateX(-100%);
	transition:all 0.4s ease;
}
.cinemaNav.hover {
	transform:translateX(0);
}
.cinemaNav__inner {
	display:flex;
	justify-content:center;
}
.cinemaNav__lists {
	background:#f18e43;
	display:flex;
}
.cinemaNav__lists > li > a {
	display:flex;
	height:96px;
	padding:0 12px;
	align-items:center;
	text-decoration:none;
	color:#FFF;
	font-weight:800;
	font-size:14px;
	transform:rotate(0.05deg);
	text-align: center;
}
.cinemaNav__lists > li > a.active:before {
	content:'';
	width:0;
	height:0;
	border-style:solid;
	border-width:0 7px 12.1px 7px;
	border-color:transparent transparent #ffffff transparent;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-7px;
	margin-top:15px;
	animation:rotateY 1s ease-in-out infinite;
}
.cinemaNav__lists > li > a.active span {
	transform:translateY(-5px);
}
.cinemaNav__lists > li > a:not(.active):hover span {
	animation:bounce .5s ease alternate infinite;
}
.cinemaNav__lists > li > a.soon {
	opacity:0.5;
	pointer-events: none;
}
@media screen and (max-width: 768px){
	.cinemaNav {
		transform:translateX(0);
		pointer-events:auto;
		position:fixed;
		left:0;
		top:calc(16vw - 2px);
		height:0;
		width:100%;
		background:#f18e43;
		display:block;
		transition:all 0.4s ease;
		overflow:auto;
	}
	.cinemaNav.on {
		height:100%;
	}
	.cinemaNav__lists {
		padding:2.6666vw;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.cinemaNav__lists > li {
		width:calc(50% - 1.333vw);
		margin-bottom:2.6666vw;
	}
	.cinemaNav__lists > li > a {
		height:13.3333vw;
		color:#f18e43;
		justify-content: center;
		border-radius: 1.3333vw;
		background:#FFF;
		padding:0;
		font-size:1.5rem;
	}
	.cinemaNav__lists > li > a.active:before {
		display: none;
	}
	.cinemaNav__lists > li > a.active span {
		transform:translateY(0);
	}
	.cinemaNav__lists > li > a:not(.active):hover span {
		animation:none
	}
}
.main {
	display:flex;
	justify-content:space-between;
	padding:20px 20px 20px 220px;
	flex-wrap:wrap;
	overflow:hidden;
}
.subContents {
	width:960px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom: 50px;
}
@media screen and (max-width:768px){
	.main {
		display:flex;
		justify-content:space-between;
		padding:16vw 2.6666vw 2.6666vw;
		flex-wrap:wrap;
		overflow:hidden;
	}
	.subContents {
		width:100%;
		padding-top:4vw;
		padding-bottom:2vw;
	}
	.sp--title {
		font-size:1.3rem;
		text-align: center;
		margin-bottom:4.8vw;
		font-weight: 800;
		color:#81cddb;
	}
}
.footer {
	display: none;
}
@media screen and (max-width:768px){
	.footer {
		display:block;
		padding:10vw 0 15vw;
		position:relative;
	}
	.shareLists {
		width:42vw;
		display:flex;
		justify-content:space-between;
		height:11.2vw;
		margin:0 auto 8vw;
	}
	.shareList {
		width:11.2vw;
		margin:0;
	}
	.shareList a {
		height:11.2vw;
	}
	.shareList__twitter {
	background:#4aa1eb url(../img/common/sns_tw_w.svg) no-repeat center center / 5.6vw auto;
	}
	.shareList__facebook {
		background:#3578ea url(../img/common/sns_fb_w.svg) no-repeat center center / 5.6vw auto;
	}
	.shareList__line {
		background:#53b535 url(../img/common/sns_line_w.svg) no-repeat center center / 5.6vw auto;
	}
	.copyright {
		font-size:0.8rem;
	}
	.backtoTop {
		position:absolute;
		right:2.6666vw;
		top:10vw;
		width:11.2vw;
		height:11.2vw;
	}
	.backtoTop a {
		display:block;
		height:11.2vw;
		background:url(../img/common/c_arrow_t-b.svg) no-repeat center center / contain;
	}
}
.modal {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(255,255,255,1);
	z-index:25000;
	display:none;
}
.modalin {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	min-width:1200px;
	min-height:620px;
}
.modalin__box {
	position:absolute;
	left:50px;
	top:50px;
	right:50px;
	bottom:50px;
	border-radius:10px;
	overflow:hidden;
}
.modalin__inclose {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.modalin__box iframe {
	width:100%;
	height:100%;
}
.modalin__close {
	position:absolute;
	right:10px;
	top:10px;
	width:70px;
	height:70px;
	background:#FFF;
	border-radius:10px;
	z-index:50;
	overflow:hidden;
	transition:all 0.3s ease;
}
.modalin__close a {
	display:block;
	height:70px;
	position:relative;
	background:#81cddb;
	transition:all 0.3s ease;
}
.modalin__close:hover {
	transform:scale(1.05) rotate(3deg);
	z-index:5000;
}
.modalin__close:hover a {
	background:#f18e43;
}
.modalin__close a:before,
.modalin__close a:after {
	content:'';
	width:50px;
	height:4px;
	background:#FFFF;
	position:absolute;
	left:10px;
	top:33px;
}
.modalin__close a:before {
	transform:rotate(45deg);
}
.modalin__close a:after {
	transform:rotate(-45deg);
}
@media screen and (max-width:768px){
	.modalin {
		min-width:100%;
		min-height:100%;
	}
	.modalin__box {
		top:50%;
		bottom:auto;
		padding-top:56.25%;
		transform:translateY(-50%);
		left:0;
		right:0;
		border-radius:1.3333vw;
		overflow:hidden;
	}
	.modalin__box iframe {
		position:absolute;
		left:0;
		top:0;
	}
	.modalin__close {
		position:absolute;
		right:1.3333vw;
		top:1.3333vw;
		width:10vw;
		height:10vw;
		border-radius:1.3333vw;
	}
	.modalin__close a {
		height:10vw;
	}
	.modalin__close a:before,
	.modalin__close a:after {
		width:6vw;
		height:2px;
		background:#FFFF;
		position:absolute;
		left:2vw;
		top:50%;
		margin-top:-1px;
	}
}