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;
	background-color: #000;
}
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.2s;
    transition-duration: 1.0s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
	display: grid;
    place-items: center;
}
#loader {
	width:25%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load1 {
	width:100%;
	height:auto;
}



/* 以下スマホ */
@media (max-width: 1024px) {
	#loader-bg {
		background: #000;
	}
	#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;
	}
	

}



/* ========================================
トップ
========================================== */
#top-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -20;
	transition: 1.0s all;
}
#top {
	width:100%;
	height:56.25vw;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
}
.top-last {
	opacity: 0;
}
.top {
	animation: fadeIn 1.5s ease 1.5s forwards;
}
#top #top__left {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: color-burn;
}
#top #top__left img {
	width: auto;
	height: 100%;
	aspect-ratio: 162 / 1080;
}
#top #top__right {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	mix-blend-mode: color-burn;
}
#top #top__right img {
	width: auto;
	height: 100%;
	aspect-ratio: 158 / 1080;
}
#top #top__bird {
	width: 15%;
	height: auto;
	position: absolute;
	top: 3%;
	right: 8%;
}
#top #top__name {
	width: 40%;
	height: auto;
	position: absolute;
	top: 18%;
	right: 30%;
}
#top #top__selection {
	width: 26%;
	height: auto;
	position: absolute;
	bottom: 42%;
	left: 37%;
}
#top #top__en-title {
	width: 29.8%;
	height: auto;
	position: absolute;
	top: 56.4%;
	left: 35.1%;
}
@keyframes top__en-title {
	0% {opacity: 0;}
	100% {opacity: 0.7;}
}
.top__en-title {
	animation: top__en-title 1.5s ease 1.5s forwards;
}
#top #top__jp-title {
	width: 18%;
	height: auto;
	position: absolute;
	top: 58.8%;
	left: 41%;
}
#top #top__bb {
	width: 28%;
	height: auto;
	position: absolute;
	bottom: 7%;
	left: 10%;
}
#top #top__date {
	width: 28%;
	height: auto;
	position: absolute;
	bottom: 7%;
	right: 10%;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#top-bg {
		width: 100%;
		height: 110%;
		min-height: 110%;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -20;
		transition: 1.0s all;
	}
	#top {
		width:100%;
		height:196.581vw;
		padding:0;
		margin:0;
		position:relative;
		overflow: hidden;
	}
	#top #top__left img {
		width: auto;
		height: 100%;
		aspect-ratio: 51 / 2300;
	}
	#top #top__right img {
		width: auto;
		height: 100%;
		aspect-ratio: 60 / 2300;
	}
	#top #top__bird {
		width: 35%;
		height: auto;
		position: absolute;
		top: 3%;
		right: 8%;
	}
	#top #top__name {
		width: 80%;
		height: auto;
		position: absolute;
		top: 25%;
		right: 10%;
	}
	#top #top__selection {
		width: 78%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 11%;
	}
	#top #top__en-title {
		width: 84%;
		height: auto;
		position: absolute;
		top: 54%;
		left: 8%;
	}
	#top #top__jp-title {
		width: 54%;
		height: auto;
		position: absolute;
		top: 56%;
		left: 23%;
	}
	#top #top__bb {
		width: 70%;
		height: auto;
		position: absolute;
		bottom: 0%;
		left: 15%;
	}
	#top #top__date {
		width: 80%;
		height: auto;
		position: absolute;
		bottom: 2%;
		right: 10%;
	}
}


/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#top {
		width:100%;
		height:220vw;
		padding:0;
		margin:0;
		position:relative;
		overflow: hidden;
	}
	#top #top__name {
		width: 80%;
		height: auto;
		position: absolute;
		top: 33%;
		right: 10%;
	}
	#top #top__selection {
		width: 72%;
		height: auto;
		position: absolute;
		top: 55%;
		left: 14%;
	}
	#top #top__en-title {
		width: 80%;
		height: auto;
		position: absolute;
		top: 62%;
		left: 10%;
	}
	#top #top__jp-title {
		width: 48%;
		height: auto;
		position: absolute;
		top: 64%;
		left: 26%;
	}
	#top #top__bb {
		width: 70%;
		height: auto;
		position: absolute;
		bottom: 4%;
		left: 15%;
	}
	#top #top__date {
		width: 80%;
		height: auto;
		position: absolute;
		bottom: 6%;
		right: 10%;
	}

}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 10vw 0 5vw;
}
#bridge #bridge__yoko {
	width: 100%;
	height: auto;
	padding: 5vw 0 3vw;
	text-align: center;
}
#bridge #bridge__yoko img {
	width: 50%;
	height: auto;
	aspect-ratio: 1125 / 96;
}
#bridge #bridge__theater {
	width: 100%;
	height: auto;
	padding: 0 0 1vw;
	text-align: center;
}
#bridge #bridge__theater img {
	width: 15%;
}
#bridge #bridge__mjr {
	width: 100%;
	height: auto;
	padding: 0 0 3vw;
	text-align: center;
}
#bridge #bridge__mjr img {
	width: 15%;
}
#bridge #bridge__x {
	width: 100%;
	height: auto;
	padding: 0 0 3vw;
	text-align: center;
}
#bridge #bridge__x img {
	width: 4%;
}
#bridge #bridge__bird {
	width: 100%;
	height: auto;
	padding: 0 0 3vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#bridge #bridge__bird a {
	display: block;
	width: 30%;
	height: auto;
	margin: 0 1%;
}
#bridge #bridge__theater a:hover ,
#bridge #bridge__mjr a:hover ,
#bridge #bridge__x a:hover ,
#bridge #bridge__bird a:hover {
	animation: flash 1.8s;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 60vw 0 20vw;
	}
	#bridge #bridge__yoko {
		width: 100%;
		height: auto;
		padding: 5vw 0 6vw;
		text-align: center;
	}
	#bridge #bridge__yoko img {
		width: 80%;
		height: auto;
		aspect-ratio: 1022 / 211;
	}
	#bridge #bridge__theater {
		width: 100%;
		height: auto;
		padding: 0 0 3vw;
		text-align: center;
	}
	#bridge #bridge__theater img {
		width: 40%;
	}
	#bridge #bridge__mjr {
		width: 100%;
		height: auto;
		padding: 0 0 6vw;
		text-align: center;
	}
	#bridge #bridge__mjr img {
		width: 40%;
	}
	#bridge #bridge__x {
		width: 100%;
		height: auto;
		padding: 0 0 10vw;
		text-align: center;
	}
	#bridge #bridge__x img {
		width: 8%;
	}
	#bridge #bridge__bird a {
		display: block;
		width: 80%;
		height: auto;
		margin: 3vw 1%;
	}

}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 80vw 0 40vw;
	}
	#bridge #bridge__yoko img {
		width: 90%;
		height: auto;
		aspect-ratio: 1022 / 211;
	}
	#bridge #bridge__theater {
		width: 100%;
		height: auto;
		padding: 8vw 0 3vw;
		text-align: center;
	}
	#bridge #bridge__theater img {
		width: 60%;
	}
	#bridge #bridge__mjr {
		width: 100%;
		height: auto;
		padding: 0 0 6vw;
		text-align: center;
	}
	#bridge #bridge__mjr img {
		width: 60%;
	}
	#bridge #bridge__x {
		width: 100%;
		height: auto;
		padding: 0 0 10vw;
		text-align: center;
	}
	#bridge #bridge__x img {
		width: 12%;
	}
	#bridge #bridge__bird {
		width: 100%;
		height: auto;
		padding: 0 0 3vw;
		text-align: center;
	}
	#bridge #bridge__bird a {
		display: block;
		width: 95%;
		height: auto;
		margin: 3vw 1%;
	}

}


/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:3vw 0 10vw;
	overflow: hidden;
	position: relative;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 1vw;
	text-align: center;
	opacity: 0;
}
.trailer h2 img {
	width: 15%;
}
#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: transparent;
	border: 1px solid #fe0505;
	color: #fe0505;
	font-size: 1.1vw;
	font-weight: bold;
}
.movie-btn i {
	opacity: 0;
}
.activee {
	background: #fe0505;
	border: 1px solid #fe0505;
	color: #fff;
}
.activee i {
	opacity: 1;
}
.movie-btn:hover {
	background: #fe0505;
	border: 1px solid #fe0505;
	color: #fff;
	cursor: pointer;
	transition-duration: 0.6s;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	.trailer {
		width:100%;
		padding:10vw 0 10vw;
	}
	.trailer h2 {
		width:90%;
		height:auto;
		padding:0;
		margin:0 5% 5vw;
		position: relative;
		text-align: center;
		left: 0;
	}
	.trailer h2 img {
		width: 30%;
	}
	#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;
	}
}

@media (max-width: 610px) {
	.trailer {
		width:100%;
		height:auto;
		margin:0;
		padding:0 0 10vw;
	}
	.trailer h2 {
		width:99%;
		height:auto;
		padding:0;
		margin:0 0 5vw 1%;
		position: relative;
		text-align: center;
	}
	.trailer h2 img {
		width: 35%;
	}
	#video-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		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 {
	width: 100%;
	height: auto;
	padding: 2vw 0 10vw;
}
#intro #intro__lead {
	width: 100%;
	height: auto;
	margin: 0 0 4vw;
	text-align: center;
	opacity: 0;
}
#intro #intro__lead img {
	width: 50%;
	height: auto;
	aspect-ratio: 1554 / 121;
}
#intro p {
	width: 50%;
	height: auto;
	margin: 0 25%;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.3px;
	opacity: 0;
}
#intro .com {
	width: 40%;
	height: auto;
	margin: 5vw 30% 0;
	opacity: 0;
}
#intro .com p {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.3px;
	opacity: 1;
}
#intro .com .name {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.3px;
	text-align: right;
}




/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro {
		width: 100%;
		height: auto;
		padding: 20vw 0 50vw;
	}
	#intro #intro__lead {
		width: 100%;
		height: auto;
		margin: 0 0 4vw;
		text-align: center;
		opacity: 0;
	}
	#intro #intro__lead img {
		width: 60%;
		height: auto;
		aspect-ratio: 969 / 320;
	}
	#intro p {
		width: 80%;
		height: auto;
		margin: 0 10%;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.3px;
		opacity: 0;
	}
	#intro .com {
		width: 70%;
		height: auto;
		margin: 10vw 15% 0;
		opacity: 0;
	}
	#intro .com p {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.3px;
		opacity: 1;
	}
	#intro .com .name {
		width: 100%;
		height: auto;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.3px;
		text-align: right;
	}


}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#intro {
		width: 100%;
		height: auto;
		padding: 20vw 0 90vw;
	}
	#intro #intro__lead {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
		opacity: 0;
	}
	#intro #intro__lead img {
		width: 90%;
		height: auto;
		aspect-ratio: 969 / 320;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 0 5% 20vw;
		padding: 0;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.3px;
		opacity: 0;
	}
	#intro .com {
		width: 80%;
		height: auto;
		margin: 10vw 10% 0;
		opacity: 0;
	}


}


/* ========================================
ワザリング・ハイツ
========================================== */
#wuthering-bg ,
#cow-bg {
	display: none;
}
.movie {
	width: 100%;
	height: auto;
	position: relative;
}
#wuthering {
	background-color: #986A50;
	padding-bottom: 10vw;
}
#cow {
	background-color: #000;
	padding-bottom: 30vw;
}

.movie .movie-bg {
	width: 100%;
	height: auto;
}
.movie .movie__contents {
	width: 60%;
	height: auto;
	box-sizing: border-box;
	padding: 3vw 10vw 5vw;
	position: absolute;
}
.movie #wuthering__contents {
	width: 70%;
	top: 0;
	left: 0;
}
.movie #cow__contents {
	top: 0;
	right: 0;
}
.movie .movie__contents h2 {
	width: 100%;
	height: auto;
	margin: 0 0 1.5vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
.movie #wuthering__contents h2 img {
	width: 40%;
}
.movie #cow__contents h2 img {
	width: 50%;
}
.movie .movie__contents .movie__title {
	width: 100%;
	height: auto;
	padding: 0.5vw 0;
	margin: 0 0 1.5vw;
	text-align: center;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.3px;
	font-weight: bold;
	opacity: 0;
}
.movie #wuthering__contents .movie__title {
	background-color: #a96863;
}
.movie #cow__contents .movie__title {
	background-color: #7096ce;
}
.movie .movie__contents p {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.3px;
	opacity: 0;
}
.movie .movie__contents .billing {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	font-size: 0.9vw;
	line-height: 1.3vw;
	letter-spacing: 0.9px;
	opacity: 0;
}
.movie .movie__contents .copy {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	font-size: 0.7vw;
	line-height: 1.0vw;
	letter-spacing: 0.5px;
	opacity: 0;
}
.movie #wuthering__contents p ,
.movie #wuthering__contents .billing ,
.movie #wuthering__contents .copy {
	font-weight: bold;
}
.movie #cow__contents p ,
.movie #cow__contents .billing ,
.movie #cow__contents .copy {
	color: #fff;
}
.movie .movie__contents .com {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 1vw;
	margin: 1vw 0 0;
	background-color: rgba(244, 244, 244, 0.3);
	opacity: 0;
}
.movie .movie__contents .com p {
	width: 100%;
	height: auto;
	margin: 0 0 0.5vw;
	padding: 0;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.3px;
	opacity: 1;
}
.movie .movie__contents .com .name {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.3px;
	text-align: right;
	font-weight: bold;
}
.movie #cow__contents .com {
	background-color: rgba(0, 0, 0, 0.3);
}
.movie #cow__contents .com .name {
	color: #fff;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#wuthering-bg {
		display: block;
		width: 100%;
		height: 110%;
		min-height: 110%;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -16;
		clip-path: inset(100% 0 0 0);
		pointer-events: none;
	}
	#cow-bg {
		display: block;
		width: 100%;
		height: 110%;
		min-height: 110%;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -15;
		clip-path: inset(100% 0 0 0);
		pointer-events: none;
		filter: brightness(50%);
	}
	.movie .movie-bg {
		display: none;
	}
	#wuthering ,
	#cow {
		background-color: transparent;
		padding-bottom: 0vw;
	}
	.movie .movie__contents {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 20vw 5%;
		position: static;
	}
	.movie #wuthering__contents {
		width: 100%;
	}
	.movie .movie__contents h2 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	.movie #wuthering__contents h2 img {
		width: 60%;
	}
	.movie #cow__contents h2 img {
		width: 60%;
	}
	.movie .movie__contents .movie__title {
		width: 100%;
		height: auto;
		padding: 2vw 0;
		margin: 0 0 5vw;
		text-align: center;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.3px;
		font-weight: bold;
		opacity: 0;
	}
	.movie .movie__contents p {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.3px;
		opacity: 0;
	}
	.movie .movie__contents .billing {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		font-size: 0.9rem;
		line-height: 1.3rem;
		letter-spacing: 0.9px;
		opacity: 0;
	}
	.movie .movie__contents .copy {
		width: 100%;
		height: auto;
		margin: 0;
		font-size: 0.7rem;
		line-height: 1.0rem;
		letter-spacing: 0.5px;
		opacity: 0;
	}
	.movie .movie__contents .com {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 5vw;
		margin: 10vw 0 0;
		background-color: rgba(244, 244, 244, 0.3);
		opacity: 0;
	}
	.movie .movie__contents .com p {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 0;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.3px;
		opacity: 1;
	}
	.movie .movie__contents .com .name {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.3px;
		text-align: right;
		font-weight: bold;
	}

}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	.movie .movie__contents {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 50vw 5% 80vw;
		position: static;
	}
	.movie .movie__contents h2 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	.movie #wuthering__contents h2 img {
		width: 80%;
	}
	.movie #cow__contents h2 img {
		width: 80%;
	}
	.movie .movie__contents .movie__title {
		width: 100%;
		height: auto;
		padding: 2vw 0;
		margin: 0 0 5vw;
		text-align: center;
		color: #fff;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.3px;
		font-weight: bold;
		opacity: 0;
	}
	.movie .movie__contents p {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		font-size: 1.1rem;
		line-height: 2.2rem;
		letter-spacing: 1.3px;
		opacity: 0;
	}
	.movie .movie__contents .billing {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		font-size: 0.9rem;
		line-height: 1.3rem;
		letter-spacing: 0.9px;
		opacity: 0;
	}
	.movie .movie__contents .copy {
		width: 100%;
		height: auto;
		margin: 0;
		font-size: 0.7rem;
		line-height: 1.0rem;
		letter-spacing: 0.5px;
		opacity: 0;
	}
	.movie .movie__contents .com {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 5vw 2vw;
		margin: 10vw 0 0;
		background-color: rgba(244, 244, 244, 0.3);
		opacity: 0;
	}

}

/* ========================================
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;
	}
}



/* ========================================
フッター
========================================== */
#foot-bg {
	display: none;
}
footer {
	width:100%;
	height:50vw;
	padding:0;
	margin:0;
	position: relative;
}
footer #foot-logo {
	width: 30%;
	height: auto;
	position: absolute;
	top: 28%;
	left: 5%;
}
footer #foot-title {
	width: 25%;
	height: auto;
	position: absolute;
	top: 35%;
	right: 5%;
}
footer #foot-btn {
	width: 50%;
	height: auto;
	position: absolute;
	bottom: 21%;
	left: 25%;
}
footer #foot-btn a:hover {
	animation: flash 1.8s;
}
footer #foot-btn img {
	width: 100%;
	height: auto;
	aspect-ratio: 1195 / 151;
}
footer #foot-date {
	width: 7%;
	height: auto;
	position: absolute;
	bottom: 12%;
	left: 33%;
}
footer #foot-bb {
	width: 28%;
	height: auto;
	position: absolute;
	bottom: 12%;
	right: 30%;
}
footer #button-area {
	position: absolute;
	bottom: 0;
}



@media (max-width: 1024px) {
	#foot-bg {
		display: block;
		width: 100%;
		height: 110%;
		min-height: 110%;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -10;
		filter: brightness(40%);
		clip-path: inset(100% 0 0 0);
		pointer-events: none;
	}
	footer {
		width:100%;
		height:100vh;
		padding:0;
		margin:0;
		position: relative;
	}
	footer #foot-logo {
		width: 70%;
		height: auto;
		position: absolute;
		top: 10%;
		left: 15%;
	}
	footer #foot-title {
		width: 68%;
		height: auto;
		position: absolute;
		top: 35%;
		right: 16%;
	}
	footer #foot-btn {
		width: 50%;
		height: auto;
		position: absolute;
		bottom: 21%;
		left: 25%;
	}
	footer #foot-btn img {
		width: 100%;
		height: auto;
		aspect-ratio: 1024 / 513;
	}
	footer #foot-date {
		width: 20%;
		height: auto;
		position: absolute;
		bottom: 5%;
		left: 40%;
	}
	footer #foot-bb {
		width: 70%;
		height: auto;
		position: absolute;
		bottom: 1%;
		right: 15%;
	}
	footer #button-area {
		position: absolute;
		bottom: 10%;
	}

}
@media (max-width: 600px) {
	footer {
		width:100%;
		height:130vh;
		padding:0;
		margin:0;
		position: relative;
	}
	footer #foot-logo {
		width: 74%;
		height: auto;
		position: absolute;
		top: 30%;
		left: 13%;
	}
	footer #foot-title {
		width: 68%;
		height: auto;
		position: absolute;
		top: 45%;
		right: 16%;
	}
	footer #foot-btn {
		width: 70%;
		height: auto;
		position: absolute;
		bottom: 15%;
		left: 15%;
	}
	footer #foot-btn img {
		width: 100%;
		height: auto;
		aspect-ratio: 1024 / 513;
	}
	footer #foot-date {
		width: 20%;
		height: auto;
		position: absolute;
		bottom: 3%;
		left: 40%;
	}
	footer #foot-bb {
		width: 70%;
		height: auto;
		position: absolute;
		bottom: 1%;
		right: 15%;
	}
	footer #button-area {
		position: absolute;
		bottom: 6%;
	}

}



