html{
	height:100%; 
}

body { 
	margin: 0; 
	padding:0;
	font-family: 'Yu Gothic UI','TsukuBRdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	width:100%; 
	height:100%;
	overflow-x:hidden;
}
body > footer {
	position: sticky;
	top: 100vh;
}	
img {
    image-rendering: -webkit-optimize-contrast;
}
br.clear {
	clear:both;
}
br.sponly {display:none;}
br.sponly2 {display:none;}
br.pconly {display:inline;}
.img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

@-webkit-keyframes flash {
	0% {
	  opacity: .4;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes flash {
	0% {
	  opacity: .4;
	}
	100% {
	  opacity: 1;
	}
}
@keyframes loop-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes loop-slide-rev {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes fadeIn {
	from {
	opacity: 0;
	}

	to {
	opacity: 1;
	}
}
.fadeIn {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeInFast {
	animation-name:fadeIn;
	animation-duration:0.2s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeInTeaser {
	animation-name:fadeIn;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}

@keyframes fadeInUp {
	from {
	opacity: 0;
	transform: translateY(70px);
	}
	to {
	opacity: 1;
	transform: translateY(0);
	}
}
@keyframes fadeInUp2 {
	from {
	opacity: 0;
	transform: translateY(100px);
	}
	to {
	opacity: 1;
	transform: translateY(0);
	}
}
@keyframes fadeOut {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	}
}
@keyframes blurIn {
	from {
	opacity: 0;
	filter: blur(10px);
	transform: scale(4);
	}
	to {
	opacity: 1;
	filter: blur(0);
	transform: scale(1);
	}
}
@keyframes zoomIn {
	from {
	transform: scale(0);
	opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}



@media (max-width: 1024px) {
	body { 
		margin: 0; 
		padding:0;
		width:100%; 
		height:100vh;
		overflow-x:hidden;
	}
	.pcimg {display: none !important;}
	.spimg {display: inline;}
	br.sponly {display:inline;}
	br.sponly2 {display:none;}
	br.pconly {display:none;}
}
@media (max-width: 610px) {
	br.sponly2 {display:inline;}
}




/* ========================================
ローディング
========================================== */

/* 非表示 */
.is-hidee {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: 0s;
    transition-duration: 1s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: 0.5s;
    transition-duration: 2.0s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #BEDEF7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
	display: grid;
    place-items: center;
}
#loader {
	width:30%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load1 {
	width:100%;
	height:auto;
	opacity: 1;
	animation: load1 2.0s ease 0s infinite;
}
@keyframes load1 {
	0% {opacity: 0;}
	20% {opacity: 1;}
	80% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes load2 {
	0% {opacity: 0;}
	40% {opacity: 0;}
	60% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}



/* 以下スマホ */
@media (max-width: 1024px) {
	#loader {
		width:100%;
		height:auto;
		margin:0;
		padding:0;
		position:relative;
		text-align:center;
	}
	#loader {
		width:60%;
		height:auto;
		margin:0;
		padding:0;
		position:relative;
	}
	

}

/* ========================================
ヘッダー
========================================== */
#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:15px 0 20px;
	position:fixed;
	top:0;
	background: -moz-linear-gradient(top, #fff, transparent);
	background: -webkit-linear-gradient(top, #fff, transparent);
	background: linear-gradient(to bottom, #fff, transparent);
	z-index:1001;
	opacity: 0;
}
#pcheader ul#pcmenu {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type:none;
	display:flex;
	justify-content: center;
}
#pcheader ul#pcmenu li {
	width:auto;
	height:auto;
	margin:0 1.5%;
	padding:0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#pcheader ul#pcmenu li.menusns {
	width:auto;
	height:auto;
	margin:0 0.5%;
	padding:0;
	text-align:center;
	display:flex;
	justify-content: center;
	align-items: flex-start;
}
#pcheader ul#pcmenu li a {
	transition-duration: 0.4s;
	text-decoration:none !important;
}
#pcheader ul#pcmenu li a:hover {
	cursor:pointer;
}
#pcheader ul#pcmenu li a span.eng {
	display: block;
	width: 100%;
	font-size:1.3vw;
	line-height:1.3vw;
	text-align: center;
	color: #000;
	font-family: "Nothing You Could Do", cursive;
	font-weight: 400;
	font-style: normal;
}
#pcheader ul#pcmenu li.menusns a span.eng {
	transform: translateY(0px);
}
#pcheader ul#pcmenu li.menusns a span.eng img {
	width: 2.5vw;
}
#pcheader ul#pcmenu li a span.jpn {
	display: block;
	width: 100%;
	font-size:0.7vw;
	line-height:0.7vw;
	text-align: center;
	color: #fff;
	font-family: 'Edu TAS Beginner', cursive;
	letter-spacing: 1px;
	transform: translateY(-1.5vw);
}
#pcheader ul#pcmenu li a:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.navigation {
	display: none;
	position: absolute;
	left: 5px;
	top: 5px ;
	width: 100%;
	height: 100%;
}  
.global-nav {
	position: fixed;
	right: 0;
	top: -2000px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-top: 20px;
	background: #fff;
	background-size: cover;
	background-position: center bottom;
	z-index: 200000;
	overflow-y: scroll;
}
.hamburger {
	position: fixed;
	left: 5px;
	top: 1px;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 300000;
	opacity:0;
}  
.global-nav #menu-logo {
	width:90%;
	height:auto;
	margin:1vw 5% 3vw;
	padding:0;
	text-align:center;
	position: relative;
}  
.global-nav #menu-logo img {
	width: 55%;
}
.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.global-nav__item {
	text-align: center;
	padding: 0.1vw 0px;
}
.global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;	
	color: #000;
	transition: all .6s;
	color: #fff;
	font-family: "Nothing You Could Do", cursive;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}  
.global-nav__item a .en {
	width: 100%;
	font-size:2vw;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:1vw;
	transform: translateY(-10px);
}
.hamburger__line {
	position: absolute;
	left: 8px;
	width: 50px;
	height: 4px;
	background-color: #00124a !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#00124a;
	font-size:1.0em;
	font-style: normal;
	font-weight: 400;
} 
.global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 4%;
	margin: 0 2%;
}
.global-nav ul.nav-sns li a {
	color:#fff;
}

.global-nav ul.nav-sns li img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.global-nav ul.nav-sns li img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

  .hamburger__line--1 {
	top: 12px;
  }
  .hamburger__line--2 {
	top: 27px;
  }
  .hamburger__line--3 {
	top: 42px;
  }
  .black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
	top: 0;
  }
  .nav-open .black-bg {
	opacity: .8;
	visibility: visible;
  }
  .nav-open .hamburger__line--1 {
	transform: rotate(45deg);
	top: 30px;
  
  }
  .nav-open .hamburger__line--2 {
	width: 0;
	left: 50%;
	opacity: 0;
  
  }
  .nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 30px;
  
  }

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#com-banner {
		width: 25%;
		height: auto;
		position: fixed;
		bottom: 20%;
		right: 1%;
		z-index: 5;
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 800px) {
	#pcheader {
		display: none;
	}

.navigation {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 80%;
	background:none;
	opacity: 1;
  }  
  .hamburger {
	width: 52px; /* クリックしやすいようにちゃんと幅を指定する */
	height: 54px; /* クリックしやすいようにちゃんと高さを指定する */
	  display:block !important;
  }  
  .hamburger__line {
	  position: absolute;
	  left: -2px;
	  width: 40px;
	  height: 4px;
	  transition: all .6s;
	}	
	.hamburger #menu {
	  position: absolute;
	  top: 38px;
	  left: -3px;
	  font-weight:bold;
	  font-size:0.9em;
	}
  
  .hamburger__line--1 {
	top: 8px;
  }
  .hamburger__line--2 {
	top: 21px;
  }
  .hamburger__line--3 {
	top: 34px;
  }
  
  .global-nav {
	position: fixed;
	top: -1600px; /* これで隠れる */
	left: 0;
	width: 100%; /* スマホに収まるくらい */
	height: 95%;
	min-height: 95%;
	padding: 30px 0 10px;
	transition: all .6s;
	z-index: 200;
	overflow-y: scroll; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__list {
	margin: 20px 0;
  }
  .global-nav__item a {
	display: block;
	padding: 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:2.0em;
	line-height: 1.8em;
	color: #000;
	font-family: "Nothing You Could Do", cursive;
	font-weight: 400;
	font-style: normal;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:3vw;
}
.global-nav ul.nav-sns li {
	width: 10%;
	margin: 0vw 2% 0;
	text-align: center;
}
.global-nav ul.nav-sns li a {
	font-size: 10vw;
}
.global-nav #tw-menu {
	width:100%;
	height:auto;
	padding:20px 0;
	margin:0;
	text-align: center;
	opacity: 1;
	position: relative;
	color: #fff;
	font-size: 10vw;
}
.global-nav #tw-menu a {
	color: #fff;
}
  
	/* 表示された時用のCSS */
	.nav-open .global-nav {
	  top: 0;
	}
	.nav-open .black-bg {
	  opacity: .8;
	  visibility: visible;
	}
	.nav-open .hamburger__line--1 {
	  transform: rotate(45deg);
	  top: 20px;
	
	}
	.nav-open .hamburger__line--2 {
	  width: 0;
	  left: 50%;
	
	}
	.nav-open .hamburger__line--3 {
	  transform: rotate(-45deg);
	  top: 20px;
	
	}
  
  
  ul#nav-button {
	  display:none !important;
  }
  
}  


/* 以下タブレット・スマホ */
@media (max-width: 550px) {
	.global-nav__item {
		margin: 20px 0 !important;
	}
	.global-nav__item a {
		display: block;
		padding: 1px 0;
		text-decoration: none;
		transition: all .6s;
	  }
	  .global-nav__item a .en {
		width: 100%;
		font-size:1.8rem;
		line-height: 1.8rem;
		letter-spacing: 1px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.2vw;
		transform: translateY(-36px);
	}
	.global-nav ul.nav-sns {
		position: absolute;
		bottom: 1%;
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: flex-end;
	
	}
	.global-nav ul.nav-sns li {
		width: 15%;
		margin: 2vw 1% 0;
		text-align: center;
	}
	
}




/* ========================================
トップメイン画像まわり
========================================== */
#topmain {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
}
#topmain #top-bg {
	width: 100%;
	height: auto;
}
#topmain #top-bg2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
@keyframes loop-slide-tate {
	from {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0); 
		background-color: transparent;
	}
	to {
		transform: translate3d(0, -100% , 0);
		-webkit-transform: translate3d(0, -100%, 0); 
		background-color: transparent;
	}
}
#topmain .top-slide-wrap {
	width: 28%;
	height: auto;
	overflow: hidden;
	opacity: 1;
	position: absolute;
	top: 0;
	right: 5%;
	opacity: 0;
}
#topmain .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	animation: loop-slide-tate 80s infinite linear 0s both;
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#topmain .top-slide-wrap .top-slide .content {
	width: 100%;
	height: auto;
	margin: 0;
}
#topmain .top-slide-wrap .top-slide .sp-blank {
	display: none;
}
#topmain #en-title {
	width: 37.5%;
	height: auto;
	position: absolute;
	top: 1%;
	left: 0.5%;
	opacity: 0;
}
#topmain #jp-title {
	width: 21.5%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5.5%;
	left: 38%;
	opacity: 0;
}
#topmain #top-tate {
	width: 1.8%;
	height: auto;
	position: absolute;
	top: 19%;
	left: 48%;
	opacity: 0;
}
#topmain #top-yoko {
	width: 60%;
	height: auto;
	position: absolute;
	top: 56.5%;
	left: 20%;
	opacity: 0;
}
#topmain #top-award {
	width: 64%;
	height: auto;
	position: absolute;
	top: 63.5%;
	left: 18%;
	opacity: 0;
}
#topmain #top-billing {
	width: 64%;
	height: auto;
	position: absolute;
	top: 67.5%;
	left: 18%;
	opacity: 0;
}
#topmain #top-date {
	width: 46%;
	height: auto;
	position: absolute;
	top: 75.5%;
	left: 27%;
	opacity: 0;
}
#topmain #theater-banners {
	width: 100%;
	height: auto;
	position: absolute;
	top: 84.5%;
	left: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
#topmain #theater-banners li {
	width: 17%;
	height: auto;
	opacity: 0;
}
#topmain #sns-link {
	width: 100%;
	height: auto;
	position: absolute;
	top: 91.5%;
	left: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#topmain #sns-link li {
	width: 5%;
	height: auto;
	margin: 0 0.5%;
}
#topmain #theater-banners li a img:hover ,
#topmain #sns-link li a img:hover {
	animation: flash 1.5s;
}
#topmain #spotify {
	width: 23%;
	height: auto;
	position: absolute;
	bottom: 45%;
	left: 1.5%;
	opacity: 0;
}
.top-anime1 {
	animation: fadeIn 1.2s ease 1.2s forwards;
}
.top-anime2 {
	animation: fadeIn 1.2s ease 1.6s forwards;
}
.top-anime3 {
	animation: fadeIn 1.5s ease 2.3s forwards;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain .top-slide-wrap {
		width: 40%;
		height: auto;
		overflow: hidden;
		opacity: 1;
		position: absolute;
		top: 0;
		right: 5%;
		opacity: 0;
	}
	#topmain .top-slide-wrap .top-slide .sp-blank {
		display: block;
		width: 100%;
		height: 70vw;
		margin: 0;
		}
		#topmain #en-title {
		width: 100%;
		height: auto;
		position: absolute;
		top: 2%;
		left: 0;
		opacity: 0;
	}
	#topmain #jp-title {
		width: 60%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 16%;
		left: 20%;
		opacity: 0;
	}
	#topmain #top-tate {
		width: 4%;
		height: auto;
		position: absolute;
		top: 31%;
		left: 48%;
		opacity: 0;
	}
	#topmain #top-yoko {
		width: 96%;
		height: auto;
		position: absolute;
		top: 65.5%;
		left: 2%;
		opacity: 0;
	}
	#topmain #top-award {
		width: 96%;
		height: auto;
		position: absolute;
		top: 69.5%;
		left: 2%;
		opacity: 0;
	}
	#topmain #top-billing {
		width: 96%;
		height: auto;
		position: absolute;
		top: 71.5%;
		left: 2%;
		opacity: 0;
	}
	#topmain #top-date {
		width: 90%;
		height: auto;
		position: absolute;
		top: 75.5%;
		left: 5%;
		opacity: 0;
	}
	#topmain #theater-banners {
		width: 100%;
		height: auto;
		position: absolute;
		top: 82%;
		left: 0;
		padding: 0;
		margin: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
	}
	#topmain #theater-banners li {
		width: 60%;
		height: auto;
		opacity: 0;
	}
	#topmain #sns-link {
		width: 100%;
		height: auto;
		position: absolute;
		top: 91.5%;
		left: 0;
		padding: 0;
		margin: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 0;
	}
	#topmain #sns-link li {
		width: 16%;
		height: auto;
		margin: 0 1%;
	}
	#topmain #spotify {
		display: none;
	}	
}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 3vw 0;
	background-color: #CAB498;
}
#bridge #mubi-wrap {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	text-align: center;
	opacity: 0;
}
#bridge #mubi-wrap #mvtk-widgets-container {
	display: inline-block;
}
#bridge #spotify-sp {
	display: none;
}
#bridge #banners {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#bridge #banners li {
	width: 17%;
	height: auto;
	margin: 0 1%;
	opacity: 0;
}
#bridge #banners li img:hover {
	animation: flash 1.5s;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 7vw 0;
		background-color: #9C7D61;
	}
	#bridge #mubi-wrap {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		text-align: center;
		opacity: 0;
	}
	#bridge #spotify-sp {
		display: block;
		width: 90%;
		height: auto;
		margin: 2vw 5% 8vw;
	}
	#bridge #banners {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#bridge #banners li {
		width: 70%;
		height: auto;
		margin: 2vw 0;
		opacity: 0;
	}
	#bridge #banners li img:hover {
		animation: flash 1.5s;
	}
	
}


/* ========================================
ニュース
========================================== */
#news {
	width: 100%;
	height: auto;
	padding: 8vw 0;
	background-color: #CAB498;
	position: relative;
}
#news h2 {
	width: 12%;
	height: auto;
	position: absolute;
	top: 1vw;
	left: 16%;
}
#news ul {
	width: 60%;
	height: auto;
	margin: 0 20%;
	padding: 0;
	list-style-type: none;
}
#news ul li {
	width: 100%;
	height: auto;
	margin: 1vw 0;
}
#news ul li a {
	display: inline-flex;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 1vw 1vw;
	background-color: #fff;
	justify-content: center;
	flex-wrap: wrap;
	text-decoration: none;
}
#news ul li a .news-date {
	width: 15%;
	height: auto;
	margin-right: 3%;
	color: #000;
	text-decoration: none;
	font-size: 1.2vw;
	font-weight: bold;
}
#news ul li a .news-line {
	width: 80%;
	height: auto;
	color: #000;
	text-decoration: none;
	font-size: 1.2vw;
	font-weight: bold;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#news {
		width: 100%;
		height: auto;
		padding: 20vw 0 20vw;
		background-color: #9C7D61;
		position: relative;
	}
	#news h2 {
		width: 30%;
		height: auto;
		position: absolute;
		top: 0;
		left: 5%;
		pointer-events: none;
	}
	#news ul {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		list-style-type: none;
	}
	#news ul li {
		width: 100%;
		height: auto;
		margin: 2.5vw 0;
	}
	#news ul li a {
		display: inline-flex;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 2vw;
		background-color: #fff;
		justify-content: center;
		flex-wrap: wrap;
		text-decoration: none;
	}
	#news ul li a .news-date {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		color: #000;
		text-decoration: none;
		font-size: 4vw;
	}
	#news ul li a .news-line {
		width: 100%;
		height: auto;
		color: #000;
		text-decoration: none;
		font-size: 4vw;
	}
}





/* ========================================
モーダル
========================================== */
.modal{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
	overflow-x: hidden;
	box-sizing: border-box;
	z-index: 11000;
}
.modal__bg{
    width: 100%;
    height: 100%;
	background:#000;
    position: absolute;
	overflow-x: hidden;
}
.movie-bg {
	background:#000;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
	opacity: 0.8;
}
.movie__content {
    width: 70%;
	height: auto;
    padding: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modal__content {
    width: 100%;
	height: auto; /* スクロール時は80% */
    padding: 0;
	box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	background-size: cover;
	background-position: center center;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-width: thin;
	scrollbar-color: #414040 #000;
}
.chui__content {
	width: 70%;
	height: 90%; /* スクロール時は80% */
}
.modal__content::-webkit-scrollbar {
    width: 5px;
}
.modal__content::-webkit-scrollbar-track{
	background-color: #000;
}
.modal__content::-webkit-scrollbar-thumb{
	background-color: #414040;
}
.modal__content .white {
	width: 50%;
	height: auto;
	margin: 0 20%;
	padding: 2vw 5%;
	background-color: #fff;
}
.modal__content .white h3 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 1.3vw;
}
.modal__content .white p {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: left;
	color: #000;
	font-size: 1.1vw;
	word-break: break-all;
}
.modal__content .white .illust {
	width: 100%;
	height: auto;
	text-align: center;
}
.modal__content .white .illust img {
	width: 65%;
	height: auto;
}

.modal__content .white .news-img1 ,
.modal__content .white .news-img2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	font-size: 1.1vw;
	color: #000;
}
.modal__content .white .news-img1 img ,
.modal__content .white .news-img2 img {
	width: 50%;
	height: auto;
	vertical-align: bottom;
}

.movie__content .video {
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 10px;
	display:block;
} 
.movie__content .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie__content ul#movie-changer {
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 0%;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.movie__content .movie-btn {
	width: 30%;
	height: auto;
	margin: 0 0.5%;
	padding: 5px 0;
	text-align: center;
	background-color: #010103;
	border: 1px solid #E1BD2C;
	color: #E1BD2C;
	font-size: 1.4vw;
	font-weight: bold;
}
.movie__content .activee {
	background: #E1BD2C;
	border: 1px solid #E1BD2C;
	color: #010103;
	font-weight: bold;
}
.movie__content .movie-btn i {
	display: none;
}
.movie__content .activee i {
	display: inline;
}
.movie-btn:hover {
	background: #E1BD2C;
	border: 1px solid #E1BD2C;
	color: #010103;
	cursor: pointer;
	transition-duration: 0.6s;
}
.batsu {
	width: 4%;
	height: auto;
	position: fixed;
	top: 3%;
	right: 10%;
}
.batsu img {
	width: 100%;
}
.batsu img:hover {
	animation: close-anime 1.0s ease 0s forwards;
}
@keyframes close-anime {
	0% {transform: rotate(0);}
	100% {transform: rotate(180deg);}
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	.movie__content {
		width: 100%;
		height: auto;
		padding: 1% 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.batsu {
		width: 10%;
		height: auto;
		position: fixed;
		top: 3%;
		right: 3%;
	}
	.modal__content {
		width: 90%;
		height: 80%;
		padding: 20px 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		overflow-y: scroll;
	}
	.modal__content .white {
		width: 90%;
		height: auto;
		margin: 0 0;
		padding: 2vw 5%;
		background-color: #fff;
	}
	.modal__content .white h3 {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 0;
		text-align: center;
		color: #000;
		font-size: 4vw;
	}
	.modal__content .white p {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 0;
		text-align: left;
		color: #000;
		font-size: 3.5vw;
	}
	.modal__content .white .news-img1 ,
	.modal__content .white .news-img2 {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 0;
		text-align: center;
		font-size: 3.2vw;
		color: #000;
	}
	.modal__content .white .news-img1 img {
		width: 70%;
		height: auto;
		vertical-align: bottom;
	}
	.modal__content .white .news-img2 img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	
	.movie__content .movie-btn {
		width: 45%;
		font-size: 3vw;
		margin: 5px 1%;
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 550px) {
	ul#movie-changer {
		margin: 30px 0 0;
	}
	.movie__content .movie-btn {
		width: 82%;
		font-size: 4.6vw;
		margin: 5px 0;
	}

}




/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:3vw 0 7vw;
	overflow: hidden;
	position: relative;
	background-color: #CAB498;
}
.trailer h2 {
	width:14%;
	height:auto;
	padding:0;
	margin:0 0 1vw 16%;
	position: relative;
	opacity: 0;
}
#video-wrap {
	width: 60%;
	height: auto;
	margin: 0 20%;
	padding: 0;
	opacity: 0;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
.video {
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 10px;
	display:block;
} 
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.trailer ul#movie-changer {
	width: 60%;
	height: auto;
	margin: 10px 20%;
	padding: 0%;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.movie-btn {
	width: 30%;
	height: auto;
	margin: 0 1%;
	padding: 3px 0;
	text-align: center;
	background-color: #000;
	border: 1px solid #E84C95;
	color: #E84C95;
	font-size: 1.1vw;
	font-weight: bold;
}
.activee {
	background: #E84C95;
	border: 1px solid #E84C95;
	color: #000;
}
.movie-btn:hover {
	background: #E84C95;
	border: 1px solid #E84C95;
	color: #000;
	cursor: pointer;
	transition-duration: 0.6s;
}
.trailer .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	pointer-events: none;
}
.trailer #logo-slide1 {
	bottom: 28%;
}
.trailer #logo-slide2 {
	bottom: 19%;
}
.trailer #logo-slide1 .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide 80s infinite linear 0s both;
}
.trailer #logo-slide2 .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide-rev 80s infinite linear 0s both;
}

.trailer .top-slide-wrap .top-slide .content {
	width: 30vw;
	height: auto;
	margin: 0 10vw;
}
.trailer .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}



/* 以下スマホ */
@media (max-width: 1024px) {
	.trailer {
		width:100%;
		padding:15vw 0;
		background-color: #9C7D61;
	}
	.trailer h2 {
		width:28%;
		height:auto;
		padding:0;
		margin:0 36% 5vw;
		position: relative;
		pointer-events: none;
	}
		
	#video-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.video {
		width:90%;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		margin:0 5% 10px;
		display:block;
	}
	.trailer ul#movie-changer {
		width: 100%;
		height: auto;
		margin: 10px 0;
		padding: 0%;
		list-style-type: none;
		display: flex;
		justify-content: center;
	}
	.movie-btn {
		width: 30%;
		font-size: 2vw;
	}
	.trailer .top-slide-wrap .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		animation: loop-slide 30s infinite linear 0s both;
	}	
	.trailer .top-slide-wrap .top-slide .content {
		width: 80vw;
		height: auto;
	}
	.trailer #logo-slide1 {
		bottom: 29%;
	}
	.trailer #logo-slide2 {
		bottom: 14%;
	}
	
}

@media (max-width: 610px) {
	.trailer {
		width:100%;
		height:auto;
		margin:0;
		padding:15vw 0 30vw;
	}
	.trailer h2 {
		width:35%;
		height:auto;
		padding:0;
		margin:0;
		position: absolute;
		top: 0;
		left: 5%;
		pointer-events: none;
	}
	.trailer .top-slide-wrap {
		bottom: 36%;
	}
	#video-wrap {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		position: static;
	}
	.video {
		width:100%;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		margin:0 0 10px;
		display:block;
	}
	.movie-btn {
		width: 45%;
		font-size: 3vw;
	}

}


/* ========================================
イントロダクション
========================================== */
#intro-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/ILP-intro-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -30;
}
#intro-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/ILP-intro-bg-futa-pc.png) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -28;
	pointer-events: none;
}
#intro {
	width: 100%;
	height: auto;
	padding: 30vw 0;
	position: relative;
	z-index: -29;
}
#intro h2 {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	padding: 0;
	text-align: center;
}
#intro h2 img {
	width: 20%;
}
#intro h3 {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	padding: 0;
	text-align: center;
}
#intro h3 img {
	width: auto;
	height: 7vw;
}
#intro p {
	width: 50%;
	height: auto;
	margin: 0 25% 15vw;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.1px;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/ILP-intro-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -30;
	}
	#intro-bg2 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/ILP-intro-bg-futa-sp.png) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -28;
		pointer-events: none;
	}
	#intro {
		width: 100%;
		height: auto;
		padding: 60vw 0 150vw;
		position: relative;
		z-index: -29;
	}
	#intro h2 {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		padding: 0;
		text-align: center;
	}
	#intro h2 img {
		width: 60%;
	}
	#intro h3 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 0;
		text-align: center;
	}
	#intro h3 img {
		width: 70%;
		height: auto;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 0 5% 30vw;
		padding: 0;
		color: #fff;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.1px;
	}
	


}


/* ========================================
ストーリー
========================================== */
#story {
	width: 100%;
	height: auto;
	position: relative;
}
#story #story-bg {
	width: 100%;
	height: auto;
}
#story #story-sp-head {
	display: none;
}
#story #story-contents {
	width: 30%;
	height: auto;
	position: absolute;
	top: 0;
	left: 33%;
}
#story #story-contents h2 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 5vw 0 0;
	text-align: center;
	opacity: 0;
}
#story #story-contents h2 img {
	width: 30%;
}
#story #story-contents p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.4vw;
	letter-spacing: 1.4px;
	opacity: 0;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#story #story-sp-head {
		display: block;
		width: 30%;
		height: auto;
		position: absolute;
		top: 20vw;
		left: 35%;
		opacity: 0;
	}
	#story #story-contents {
		width: 100%;
		height: auto;
		position: static;
		margin: 0;
		padding: 0;
		background: url(../img/ILP-story-bg-sp.jpg) no-repeat;
		background-size: cover;
	}
	#story #story-contents h2 {
		display: none;
	}
	#story #story-contents p {
		width: 90%;
		height: auto;
		margin: 0;
		padding: 15vw 5%;
		color: #000;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.4px;
		opacity: 0;
	}
	
}


/* ========================================
スライダー
========================================== */
#slider {
	width: 100%;
	height: auto;
	padding: 7vw 0;
	background: url(../img/ILP-slider-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}
#slider .top-slide-wrap {
	width: 100%;
	height: auto;
	margin-top: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#slider #slider-top {
	margin-bottom: 7vw;
}
#slider #naname-letter {
	width: 100%;
	height: auto;
	margin-top: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -20%;
	rotate: 80deg;
	z-index: 1;
}
#slider #slider-top .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	animation: loop-slide-rev 100s infinite linear 0s both;
}
#slider #slider-bottom .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	animation: loop-slide 100s infinite linear 0s both;
}
#slider #naname-letter .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	animation: loop-slide 100s infinite linear 0s both;
}
#slider .top-slide-wrap .top-slide .content {
	width: 30vw;
	height: auto;
	margin: 0;
}
#slider #naname-letter .top-slide .content {
	width: 70vw;
	height: auto;
	margin: 0;
}
#slider .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	outline: none;
	border: none;
}
#slider #tate-slider-wrap {
	width: 50%;
	height: auto;
	position: absolute;
	top: 0;
	left: 5%;
}
#slider #stamp {
	width: 20%;
	height: auto;
	position: absolute;
	top: 38%;
	right: 5%;
	z-index: 3;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#slider {
		width: 100%;
		height: auto;
		padding: 20vw 0;
		background: url(../img/ILP-slider-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: relative;
		overflow: hidden;
	}
	#slider .top-slide-wrap {
		width: 100%;
		height: auto;
		margin-top: 0;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		overflow: hidden;
		position: relative;
		z-index: 2;
	}
	#slider #slider-top {
		margin-bottom: 30vw;
	}
	#slider #naname-letter {
		width: 450%;
		height: auto;
		margin-top: 0;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: -180%;
		rotate: 80deg;
		z-index: 1;
	}
	#slider #slider-top .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;	
		perspective: 1000;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
		animation: loop-slide-rev 50s infinite linear 0s both;
	}
	#slider #slider-bottom .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;	
		perspective: 1000;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
		animation: loop-slide 50s infinite linear 0s both;
	}
	#slider #naname-letter .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;	
		perspective: 1000;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
		animation: loop-slide 100s infinite linear 0s both;
	}
	#slider .top-slide-wrap .top-slide .content {
		width: 120vw;
		height: auto;
		margin: 0;
	}
	#slider #naname-letter .top-slide .content {
		width: 150vw;
		height: auto;
		margin: 0;
	}
	#slider .top-slide-wrap .top-slide .content img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
		outline: none;
		border: none;
	}
	#slider #tate-slider-wrap {
		width: 50%;
		height: auto;
		position: absolute;
		top: 0;
		left: 5%;
	}
	#slider #stamp {
		width: 50%;
		height: auto;
		position: absolute;
		top: 44%;
		right: auto;
		left: 5%;
		z-index: 3;
	}
	

}


/* ========================================
キャスト
========================================== */
#cast-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/ILP-cast-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -25;
	pointer-events: none;
	opacity: 0;
}
#cast-head {
	width: 12%;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 10%;
	left: 18%;
	z-index: -23;
	opacity: 0;
	transition: 1.0s all;
}
.cast-photo {
	width: 35%;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 25%;
	left: 18%;
	z-index: -23;
	transform: rotate(-4deg);
	opacity: 0;
	transition: 1.5s all;
}
#cast {
	width: 35%;
	height: auto;
	padding: 10vw 5% 60vw;
	margin-left: 50%;
	background-color: rgb(244 244 244 / .7);
	position: relative;
	z-index: -24;
}
#cast .cast-unit {
	width: 100%;
	height: auto;
	margin: 10vw 0 0;
}
#cast .cast-unit:nth-child(2) ,
#cast .cast-unit:nth-child(3)  {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30vw 0 0;
}
#cast .cast-sp-photo {
	display: none;
}
#cast .cast-unit h3 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 1.2vw;
	letter-spacing: 1.2px;
}
#cast .cast-unit h3 span {
	display: inline-block;
	font-size: 1.8vw;
	line-height: 3.6vw;
	letter-spacing: 1.5px;
}
#cast .cast-unit p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.1px;
	color: #000;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#cast-bg {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/ILP-cast-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -25;
		pointer-events: none;
		opacity: 0;
	}
	#cast-head {
		width: 35%;
		height: auto;
		margin: 0;
		padding: 0;
		position: fixed;
		top: 2%;
		left: 2%;
		z-index: -23;
		opacity: 0;
		transition: 1.0s all;
	}
	.cast-photo {
		display: none;
	}
	#cast {
		width: 100%;
		height: auto;
		padding: 80vw 0 100vw;
		margin-left: 0;
		background-color: transparent;
		position: relative;
		z-index: -24;
	}
	#cast .cast-unit {
		width: 100%;
		height: auto;
		margin: 10vw 0 0;
	}
	#cast .cast-unit:nth-child(2) ,
	#cast .cast-unit:nth-child(3)  {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 50vw 0 0;
	}
	#cast .cast-sp-photo {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 50vw;
		position: relative;
	}
	#cast .cast-sp-photo .cast-sp-photo1 {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 2;
	}
	#cast .cast-sp-photo .cast-sp-photo2 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 0;
		opacity: 0;
	}
	@keyframes sp-cast {
		0% {
			opacity: 0;
			transform: translate3d(0, -50%, 0);
		}
		100% {
			opacity: 1;
			transform: translate3d(0, 0, 0);
		}
	}
	.sp-cast {
		animation: sp-cast 1.0s ease 0s forwards;
	}
	#cast .cast-unit h3 {
		display: none;
	}
	#cast .cast-unit p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.1px;
		color: #000;
	}
	


}


/* ========================================
ABOUT
========================================== */
#about-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/ILP-about-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	pointer-events: none;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -22;
	transition: 1.0s all;
}
#about {
	width: 100%;
	height: auto;
	padding: 0 0 10vw;
	background: linear-gradient(to bottom,transparent,transparent,#CAB598,#CAB598,#CAB598); 
}
#about h2 {
	width: 100%;
	height: auto;
	margin: 0 0 7vw;
	padding: 0;
	text-align: center;
}
#about h2 img {
	width: 25%;
}
#about #about-name {
	width: 100%;
	height: auto;
	margin: 0 0 7vw;
	padding: 0;
	text-align: center;
}
#about #about-name img {
	width: 22%;
}
#about p {
	width: 50%;
	height: auto;
	margin: 1.5vw 25%;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
}
#about h3 {
	width: 100%;
	height: auto;
	margin: 15vw 0 7vw;
	padding: 0;
	text-align: center;
}
#about h3 img {
	width: 12%;
}
#about h4 {
	width: 100%;
	height: auto;
	margin: 0 0 4vw;
	padding: 0;
	text-align: center;
}
#about h4 img {
	width: 25%;
}
#about p.staff-txt {
	width: 50%;
	height: auto;
	margin: 1.5vw 25% 8vw;
	padding: 0;
	color: #231815;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#about-bg {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/ILP-about-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		pointer-events: none;
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -22;
		transition: 1.0s all;
	}
	#about {
		width: 100%;
		height: auto;
		padding: 50vw 0 30vw;
		background: linear-gradient(to bottom,transparent,transparent,#CAB598,#CAB598,#CAB598); 
	}
	#about h2 {
		width: 100%;
		height: auto;
		margin: 0 0 50vw;
		padding: 0;
		text-align: center;
	}
	#about h2 img {
		width: 70%;
	}
	#about #about-name {
		width: 100%;
		height: auto;
		margin: 0 0 7vw;
		padding: 0;
		text-align: center;
	}
	#about #about-name img {
		width: 80%;
	}
	#about p {
		width: 90%;
		height: auto;
		margin: 5vw 5%;
		padding: 0;
		color: #fff;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.2px;
	}
	#about h3 {
		width: 100%;
		height: auto;
		margin: 60vw 0 7vw;
		padding: 0;
		text-align: center;
	}
	#about h3 img {
		width: 35%;
	}
	#about h4 {
		width: 100%;
		height: auto;
		margin: 30vw 0 4vw;
		padding: 0;
		text-align: center;
	}
	#about h4 img {
		width: 90%;
	}
	#about p.staff-txt {
		width: 90%;
		height: auto;
		margin: 5vw 5%;
		padding: 0;
		color: #000;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.2px;
	}


}


/* ========================================
コメント
========================================== */
#com-bgset {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -21;
	pointer-events: none;
	opacity: 0;
}
#com-bgset #com-bg-inner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
}
#com-bgset #com-bg-inner #com-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/ILP-comment-bg-1-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	pointer-events: none;
}
#com-bgset #com-bg-inner #com-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/ILP-comment-bg-2-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	animation: com-bg2 9.0s ease 0s infinite;
}
@keyframes com-bg2 {
	0% {opacity: 0;}
	35% {opacity: 0;}
	50% {opacity: 1;}
	85% {opacity: 1;}
	100% {opacity: 0;}
}
#comment {
	width: 100%;
	height: auto;
	padding: 10vw 0;
}
#comment h2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
}
#comment h2 img {
	width: 30%;
}
#comment #junfu {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	text-align: center;
	color: #fff;
	font-size: 1.1vw;
}
#comment .com-unit {
	width: 40%;
	height: auto;
	margin: 0 30% 10vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#comment .com-unit .com-txt {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.2px;
}
#comment .com-unit .com-txt-yama {
	width: 100%;
}
#comment .com-unit .yama-img {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 1.5vw;
}
#comment .com-unit .yama-img img {
	width: 70%;
}

#comment .com-unit .yama-img img:hover {
	animation: yama-hov 0.5s ease forwards;
}
@keyframes yama-hov {
	0% {transform: scale(1);}
	100% {transform: scale(1.05) rotate(3deg);}
}
#comment .com-unit .com-txt .tanka {
	font-style: italic;
	font-size: 1.4vw;
	letter-spacing: 1.6px;
	color: #fff;
}
#comment .com-unit .com-name {
	width: 100%;
	height: auto;
	margin: 0;
	text-align: right;
	color: #CDBC2E;
	font-size: 1.5vw;
	line-height: 3vw;
	letter-spacing: 1.2px;
}
#comment .com-unit .com-title {
	width: 100%;
	height: auto;
	margin: 0;
	text-align: right;
	color: #CDBC2E;
	font-size: 1.1vw;
	line-height: 1.1vw;
	letter-spacing: 1.2px;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#com-bgset {
		width: 100%;
		height: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -21;
		pointer-events: none;
		opacity: 0;
	}
	#com-bgset #com-bg-inner {
		width: 100%;
		height: 100%;
		min-height: 100%;
		position: relative;
	}
	#com-bgset #com-bg-inner #com-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/ILP-comment-bg-1-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		pointer-events: none;
	}
	#com-bgset #com-bg-inner #com-bg2 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/ILP-comment-bg-2-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		pointer-events: none;
		position: absolute;
		top: 0;
		left: 0;
		animation: com-bg2 9.0s ease 0s infinite;
	}
	#comment {
		width: 100%;
		height: auto;
		padding: 60vw 0 30vw;
	}
	#comment h2 {
		width: 100%;
		height: auto;
		margin: 0 0 8vw;
		padding: 0;
		text-align: center;
	}
	#comment h2 img {
		width: 60%;
	}
	#comment #junfu {
		width: 100%;
		height: auto;
		margin: 0 0 50vw;
		text-align: center;
		color: #fff;
		font-size: 3.7vw;
	}	
	#comment .com-unit {
		width: 80%;
		height: auto;
		margin: 0 10% 30vw;
	}
	#comment .com-unit .com-txt {
		width: 100%;
		height: auto;
		margin: 0 0 4vw;
		color: #fff;
		font-size: 4vw;
		line-height: 8vw;
		letter-spacing: 1.2px;
	}
	#comment .com-unit .com-txt .tanka {
		font-style: italic;
		font-size: 4.4vw;
		letter-spacing: 1.6px;
		color: #fff;
	}
	#comment .com-unit .com-txt-yama {
		width: 100%;
	}
	#comment .com-unit .yama-img {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
	}
	#comment .com-unit .yama-img a {
		pointer-events: none;
	}
	#comment .com-unit .yama-img a img {
		pointer-events: none;
		width: 100%;
	}	
	#comment .com-unit .com-name {
		width: 100%;
		height: auto;
		margin: 0;
		text-align: right;
		color: #CDBC2E;
		font-size: 4.8vw;
		line-height: 7.6vw;
		letter-spacing: 1.2px;
	}
	#comment .com-unit .com-title {
		width: 100%;
		height: auto;
		margin: 0;
		text-align: right;
		color: #CDBC2E;
		font-size: 4vw;
		line-height: 4vw;
		letter-spacing: 1.2px;
	}


}



/* ========================================
SNSボタンアリア
========================================== */
.fadeInButton {
	animation-name:fadeIn;
	animation-duration:1.8s;
	animation-fill-mode:forwards;
	animation-delay: 2.7s;
}
#button-area {
	width:100%;
	height:auto;
	margin:0;
	padding:2vw 0;
	opacity: 1;
}
#button-area ul.social_sq_buttons {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type: none;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}
#button-area ul.social_sq_buttons li {
	width:140px;
	height: 20px;
	margin:0 3px;
	padding:0;
	display: flex;
	justify-content: center;
}
#button-area ul.social_sq_buttons li.fb {
	background:#1877F2;
}
#button-area ul.social_sq_buttons li.tw {
	background:#000;
}
#button-area ul.social_sq_buttons li.line {
	background:#06C755;
}
#button-area ul.social_sq_buttons li.checkin {
	background:#10519D;
}
#button-area ul.social_sq_buttons li.filmarks {
	background:#FFE100;
	text-align: center;
}
#button-area ul.social_sq_buttons li.filmarks img {
	width: 60%;
}
#button-area ul.social_sq_buttons li.fb .fb_iframe_widget > span {
  vertical-align: baseline !important;
}


/* 以下タブレット・スマホ */
@media (max-width: 800px) {
	#button-area {
		width:100%;
		height:auto;
		margin:0;
		padding:10px 0 10px;
	}
	#button-area ul.social_sq_buttons {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		list-style-type: none;
		display:flex;
		justify-content: center;
		flex-wrap:wrap;
	}
	#button-area ul.social_sq_buttons li {
		width:160px;
		height: 20px;
		margin:5px;
		padding:3px 0;
		display: flex;
		justify-content: center;
	}
}



/* ========================================
フッター
========================================== */
footer {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position: relative;
}
footer #foot-bg {
	width: 100%;
	height: auto;
}
footer #foot-black {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	z-index: 3;
	pointer-events: none;
}
footer #foot-card-letter {
	width: 36%;
	height: auto;
	position: absolute;
	top: 28%;
	left: 32%;
	opacity: 0;
}
footer #foot-card-letter #card-letter-inner {
	width: 100%;
	height: auto;
	position: relative;
}
footer #foot-card-letter #card-letter-inner #card-letter {
	width: 100%;
	height: auto;
}
footer #foot-card-letter #card-letter-inner #card-logo {
	width: 60%;
	height: auto;
	position: absolute;
	bottom: 10%;
	right: 8%;
}
footer #foot-card-letter #card-letter-inner #card-stamp {
	width: 25%;
	height: auto;
	position: absolute;
	top: 10%;
	right: 8%;
	opacity: 0;
}
footer #foot-card-photo {
	width: 36%;
	height: auto;
	position: absolute;
	top: 28%;
	left: 32%;
	opacity: 0;
}
@keyframes foot-black {
	0% {opacity: 0;}
	29% {opacity: 0;}
	30% {opacity: 1;}
	50% {opacity: 1;}
	70% {opacity: 1;}
	71% {opacity: 0;}
	100% {opacity: 0;}
}
.foot-black {
	animation: foot-black 0.7s linear 0.5s forwards;
}
@keyframes foot-card-letter {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(30%, 20%, 0);
	}
}
.foot-card-letter {
	animation: fadeIn 0s linear 0.8s forwards , foot-card-letter 1.0s ease 1.5s forwards;
}
@keyframes foot-card-photo {
	0% {
		transform: translate3d(0, 0, 0) rotate(0);
	}
	100% {
		transform: translate3d(-40%, -20%, 0) rotate(-6deg);;
	}
}
.foot-card-photo {
	animation: fadeIn 0s linear 0.8s forwards , foot-card-photo 1.0s ease 1.5s forwards;
}
@keyframes card-stamp {
	0% {
		opacity: 0;
		transform: scale(6);
	}
	40% {
		opacity: 1;
	}
	98% {
		opacity: 1;
		transform: scale(0.8);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.card-stamp {
	animation: card-stamp 0.5s ease-in 2.5s forwards;
}
footer #foot-catch {
	width: 1.6%;
	height: auto;
	position: absolute;
	top: 16%;
	right: 16%;
	opacity: 0;
}
footer #button-area {
	position: absolute;
	bottom: 0;
	opacity: 0;
}
.foot-last-anime {
	animation: fadeIn 1.0s ease 2.8s forwards;
}



@media (max-width: 1024px) {
	footer #foot-card-letter {
		width: 90%;
		height: auto;
		position: absolute;
		top: 35%;
		left: 5%;
		opacity: 0;
	}
	footer #foot-card-letter #card-letter-inner {
		width: 100%;
		height: auto;
		position: relative;
	}
	footer #foot-card-letter #card-letter-inner #card-letter {
		width: 100%;
		height: auto;
	}
	footer #foot-card-letter #card-letter-inner #card-logo {
		width: 66%;
		height: auto;
		position: absolute;
		bottom: 20%;
		right: 17%;
	}
	footer #foot-card-letter #card-letter-inner #card-stamp {
		width: 25%;
		height: auto;
		position: absolute;
		top: 7%;
		right: 8%;
		opacity: 0;
		transform: rotate(-3deg);
	}
	footer #foot-card-photo {
		width: 90%;
		height: auto;
		position: absolute;
		top: 35%;
		left: 5%;
		opacity: 0;
	}
	@keyframes foot-card-letter {
		0% {
			transform: translate3d(0, 0, 0) rotate(0);
		}
		100% {
			transform: translate3d(7%, 48%, 0) rotate(6deg);
		}
	}
	@keyframes foot-card-photo {
		0% {
			transform: translate3d(0, 0, 0) rotate(0);
		}
		100% {
			transform: translate3d(-7%, -48%, 0) rotate(-6deg);
		}
	}
	footer #foot-catch {
		width: 5%;
		height: auto;
		position: absolute;
		top: 16%;
		right: 6%;
		opacity: 0;
	}
	
	
}
@media (max-width: 510px) {

}



/* ========================================
キャンペーン
========================================== */
#camp-body #pcheader ,
#camp-body .hamburger {
	opacity: 1;
}

#camp-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/ILP-campaign-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
}
#campaign {
	width: 100%;
	height: auto;
	padding: 10vw 0;
}
#campaign h1 {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	padding: 0;
	text-align: center;
}
#campaign h1 img {
	width: 30%;
}
#campaign .camp-unit {
	width: 50%;
	height: auto;
	box-sizing: border-box;
	margin: 8vw 25%;
	padding: 3vw 5%;
	background-color: rgb(244 244 244 / .85);
}
#campaign .camp-unit h2 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	font-size: 1.5vw;
	color: #000;
	text-align: center;
}
#campaign .camp-unit h2 img {
	display: inline-block;
	width: 50%;
	height: auto;
	margin-bottom: 1vw;
}
#campaign .camp-unit h3 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	font-size: 1.4vw;
	color: #000;
	text-align: center;
}
#campaign .camp-unit p {
	width: 100%;
	height: auto;
	margin: 1.5vw 0;
	font-size: 1.1vw;
	color: #000;
	line-height: 2vw;
	letter-spacing: 1px;
	word-break: break-all;
}
#campaign .camp-unit .blue-bk {
	width: auto;
	height: auto;
	margin: 2vw auto 0;
	padding: 1vw 3vw;
	background-color: #3da4c8;
	font-size: 1.3vw;
	font-weight: bold;
	text-align: center;
}
#campaign .camp-unit .camp-img {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	text-align: center;
} 
#campaign .camp-unit .camp-img img {
	width: 60%;
}
#campaign .camp-unit .camp-img2 {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
} 
#campaign .camp-unit .camp-img2 .camp-flex-img {
	width: 48%;
	height: auto;
	margin: 0 1%;
}
#campaign .camp-unit h4 {
	width: 100%;
	height: auto;
	margin: 5vw 0 0.2vw;
	padding: 0;
	font-size: 1.2vw;
	color: #000;
	text-align: center;
}
#campaign .camp-unit h5 {
	width: 100%;
	height: auto;
	margin: 5vw 0 0.2vw;
	padding: 0;
	font-size: 1.2vw;
	color: #000;
	text-align: left;
}
#campaign .camp-unit .abanner {
	width: 100%;
	height: auto;
	text-align: center;
}
#campaign .camp-unit .abanner img {
	width: 40%;
}
#campaign .camp-unit .center {
	text-align: center;
}


@media (max-width: 1024px) {
	#camp-bg {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/ILP-foot-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -10;
	}
	#campaign {
		width: 100%;
		height: auto;
		padding: 20vw 0;
	}
	#campaign h1 {
		width: 100%;
		height: auto;
		margin: 0 0 20vw;
		padding: 0;
		text-align: center;
	}
	#campaign h1 img {
		width: 60%;
	}
	#campaign .camp-unit {
		width: 90%;
		height: auto;
		box-sizing: border-box;
		margin: 20vw 5%;
		padding: 10vw 5%;
		background-color: rgb(244 244 244 / .85);
	}
	#campaign .camp-unit h2 {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		font-size: 4.3vw;
		color: #000;
		text-align: center;
	}
	#campaign .camp-unit h2 img {
		display: inline-block;
		width: 70%;
		height: auto;
		margin-bottom: 1vw;
	}
	#campaign .camp-unit h3 {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		font-size: 4.5vw;
		color: #000;
		text-align: center;
	}
	#campaign .camp-unit p {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		font-size: 4vw;
		color: #000;
		line-height: 7vw;
		letter-spacing: 1px;
	}
	#campaign .camp-unit .blue-bk {
		width: auto;
		height: auto;
		margin: 2vw auto 0;
		padding: 3vw 0;
		background-color: #3da4c8;
		font-size: 4.3vw;
		font-weight: bold;
		text-align: center;
	}
	#campaign .camp-unit .camp-img {
		width: 100%;
		height: auto;
		margin: 1vw 0;
		text-align: center;
	} 
	#campaign .camp-unit .camp-img img {
		width: 100%;
	}
	#campaign .camp-unit .camp-img2 {
		width: 100%;
		height: auto;
		margin: 1vw 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	} 
	#campaign .camp-unit .camp-img2 .camp-flex-img {
		width: 100%;
		height: auto;
		margin: 2vw 0;
	}
	#campaign .camp-unit h4 {
		width: 100%;
		height: auto;
		margin: 10vw 0 2vw;
		padding: 0;
		font-size: 4.2vw;
		color: #000;
		text-align: center;
	}
	#campaign .camp-unit h5 {
		width: 100%;
		height: auto;
		margin: 15vw 0 2vw;
		padding: 0;
		font-size: 4.2vw;
		color: #000;
		text-align: left;
	}	
	#campaign .camp-unit .abanner {
		width: 100%;
		height: auto;
		text-align: center;
	}
	#campaign .camp-unit .abanner img {
		width: 80%;
	}
	#campaign .camp-unit .center {
		text-align: center;
	}
		


}