html{
  height:100%; 
}
body { 
	width:100%; 
	height:100%;
	margin: 0; 
	padding:0;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	overflow-x:hidden;
	background-color: #000f17;
}
body > footer {
	position: sticky;
	top: 100vh;
}	
img {
    image-rendering: -webkit-optimize-contrast;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
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 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;
	}
}
@keyframes loop-slide-tate-rev {
	from {
		transform: translate3d(0, -100%, 0);
		-webkit-transform: translate3d(0, -100%, 0);
		background-color: transparent;

	}
	to {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		background-color: transparent;
	}
}
@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;
}
@keyframes fadeOut {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	}
}
.fadeOutFast {
	animation: fadeOut 0.1s forwards;
}



@media (max-width: 1024px) {
	body { 
		margin: 0; 
		padding:0;
		width:100%; 
		height:100vh;
		overflow-x:hidden;
		background-color: #000;
	}
	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: 0s;
    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;
}
#loader {
	width: 1.2%;
	height: auto;
	position: absolute;
	top: 3.42vw;
	left: 49.4%;
}
#loader #load1 {
	width:100%;
	height:auto;
}
@keyframes load1 {
	0% {opacity: 0;}
	5% {opacity: 0;}
	20% {opacity: 1;}
	100% {opacity: 1;}
}




/* 以下スマホ */
@media (max-width: 1024px) {
	#loader-bg {
		background: #000;
	}
	#loader {
		width:3%;
		height:auto;
		margin:0;
		padding:0;
	}
}

@media (max-width: 600px) {
	#loader-bg {
		background: #000;
	}
	#loader {
		width:3%;
		height:auto;
		margin:0;
		padding:0;
	}
}



/* ========================================
トップ
========================================== */
#load-tate {
	width: 1.2%;
	height: auto;
	position: absolute;
	top: 3.7vw;
	left: 49.4%;
    z-index: 1000001;
}
#top {
	width:100%;
	height:auto;
	position:relative;
	overflow: hidden;
}
#top #top__bg {
	width: 100%;
	height: auto;
}
#top #top__bg img {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 1080;
}
#top #top__tate {
	width: 1.2%;
	height: auto;
	position: absolute;
	top: 3.7vw;
	left: 49.4%;
}
#top #top__canne {
	width: 30%;
	height: auto;
	position: absolute;
	top: 3.5vw;
	left: 4%;
	opacity: 0;
}
#top #top__title {
	width: 5%;
	height: 70%;
	position: absolute;
	top: 10%;
	right: 10%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	transform-style: preserve-3d;
	perspective: 800px;
}
#top #top__title div {
	width: 100%;
	height: auto;
	opacity: 0;
}
#top #top__yoko {
	width: 50%;
	height: auto;
	position: absolute;
	bottom: 12.2%;
	left: 4%;
	opacity: 0;
}
#top #top__yoko img {
	width: 100%;
	height: auto;
	aspect-ratio: 1686 / 45;
}
#top #top__bb {
	width: 52%;
	height: auto;
	position: absolute;
	bottom: 2%;
	left: 4%;
	opacity: 0;
}
#top #top__enlogo {
	width: 8%;
	height: auto;
	position: absolute;
	bottom: 12.4%;
	left: 56.5%;
	opacity: 0;
}
@keyframes adam1 {
	0% {
		transform: rotateY(80deg);opacity: 0;
	}
	100% {
		transform: rotateY(0);opacity: 1;
	}
}
@keyframes adam2 {
	0% {
		transform: rotateY(-80deg);opacity: 0;
	}
	100% {
		transform: rotateY(0);opacity: 1;
	}
}
.load-tate {
	animation: fadeOut 1.0s forwards;
}
.top__title1 {
	animation: adam1 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.top__title2 {
	animation: adam2 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.2s both;
}
.top__title3 {
	animation: adam1 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.4s both;
}
.top__title4 {
	animation: adam2 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.6s both;
}
.top__title5 {
	animation: adam1 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.8s both;
}
.top__title6 {
	animation: adam2 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) 1.0s both;
}
.top-last-anime {
	animation: fadeIn 1.0s ease 1.4s forwards;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#load-tate {
		width: 3.7%;
		height: auto;
		position: absolute;
		top: 28vw;
		left: 56%;
		z-index: 1000001;
	}
	#top #top__bg img {
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 2300;
	}
	#top #top__tate {
		width: 3.7%;
		height: auto;
		position: absolute;
		top: 28vw;
		left: 56%;
	}
	#top #top__canne {
		width: 90%;
		height: auto;
		position: absolute;
		top: 5vw;
		left: 5%;
		opacity: 0;
	}
	#top #top__title {
		width: 12%;
		height: 53%;
		position: absolute;
		top: 25%;
		right: 2%;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		transform-style: preserve-3d;
		perspective: 800px;
	}
	#top #top__title div {
		width: 100%;
		height: auto;
		opacity: 0;
	}
	#top #top__yoko {
		width: 94%;
		height: auto;
		position: absolute;
		bottom: 8%;
		left: 3%;
		opacity: 0;
	}
	#top #top__yoko img {
		width: 100%;
		height: auto;
		aspect-ratio: 1573 / 165;
	}
	#top #top__bb {
		width: 94%;
		height: auto;
		position: absolute;
		bottom: 2%;
		left: 3%;
		opacity: 0;
	}
	#top #top__enlogo {
		width: 20%;
		height: auto;
		position: absolute;
		bottom: 8%;
		left: auto;
		right: 3%;
		opacity: 0;
	}

}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {

}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 1vw 0 3vw;
	position: relative;
	background-color: #000f17;
}
#bridge #br__date {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge #br__date img {
	width: 50%;
	height: auto;
	aspect-ratio: 1631 / 207;
}
#bridge #br__theater {
	width: 18%;
	height: auto;
	margin: 0 41% 3vw;
}
#bridge #br__sns {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: center;
}
#bridge #br__sns a {
	display: block;
	width: 15%;
	height: auto;
	margin: 0 0.5%;
}
#bridge #br__theater a:hover ,
#bridge #br__sns a:hover {
	animation: flash 1.5s forwards;
}
#bridge #mubi {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#bridge #mubi #mvtk-widgets-container {
	display: inline-block;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 5vw 0 5vw;
		position: relative;
	}
	#bridge #br__date {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #br__date img {
		width: 80%;
		height: auto;
		aspect-ratio: 1170 / 313;
	}
	#bridge #br__theater {
		width: 60%;
		height: auto;
		margin: 0 20% 5vw;
	}
	#bridge #mubi {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
	}

	#bridge #br__sns {
		width: 100%;
		height: auto;
		margin: 0;
		display: flex;
		justify-content: center;
	}
	#bridge #br__sns a {
		display: block;
		width: 42%;
		height: auto;
		margin: 0 1.5%;
	}

}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 5vw 0 5vw;
		position: relative;
	}

}


/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:3vw 0 7vw;
	overflow: hidden;
	position: relative;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 -0.7vw;
	text-align: center;
	position: relative;
	z-index: 2;
	pointer-events: none;
}
.trailer h2 img {
	width: 15%;
}
#video-wrap {
	width: 60%;
	height: auto;
	box-sizing: border-box;
	margin: 0 20%;
	padding: 0;
	position: relative;
}
.video {
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0;
	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;
}
.trailer #trailer__logo {
	width: 35%;
	height: auto;
	position: absolute;
	bottom: 2vw;
	right: 10%;
	pointer-events: none;
}





/* 以下スマホ */
@media (max-width: 1024px) {
	.trailer {
		width:100%;
		padding:10vw 0 10vw;
	}
	.trailer h2 {
		width:90%;
		height:auto;
		padding:0;
		margin:0 5%;
		position: relative;
		text-align: center;
	}
	.trailer h2 img {
		width: 30%;
	}
	#video-wrap {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
	}
	.video {
		width:100%;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		margin:0;
		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 #trailer__logo {
		width: 40%;
		height: auto;
		position: absolute;
		bottom: 4vw;
		right: 10%;
		pointer-events: none;
	}

}

@media (max-width: 610px) {
	.trailer {
		width:100%;
		height:auto;
		margin:0;
		padding:13vw 0 20vw;
	}
	.trailer h2 {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		position: relative;
	}
	.trailer h2 img {
		width: 40%;
	}
	#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;
		display:block;
	}
	.movie-btn {
		width: 45%;
		font-size: 3vw;
	}
	.trailer #trailer__logo {
		width: 50%;
		height: auto;
		position: absolute;
		bottom: 12vw;
		right: 3%;
		pointer-events: none;
	}

}



/* ========================================
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:1vw 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;
	overflow: hidden;
}

@media (max-width: 1024px) {

	
}
@media (max-width: 600px) {

}

/* ========================================
ダウンロード
========================================== */
#dl-body:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-5;
	width:100%;
	height:100vh;
	background:url(../download/images/AM-dl-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 1;
}
#dl-bg-item {
	width: 30%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 35%;
}

  .dlButton {
	  background-color:transparent;
	  border:1px solid #46C0D4;
	  display:inline-block;
	  cursor:pointer;
	  color:#46C0D4;
	  font-family:Arial;
	  width: 16vw;
	  font-size:1.1vw;
	  padding:10px 0;
	  text-align: center;
	  text-decoration:none;
	  font-weight: bold;
	  font-feature-settings:"palt";
  }
  .dlButton:hover {
	  background-color:#46C0D4;
	  border:1px solid #46C0D4;
	  color:#000;
	  transition-duration: 0.6s
  }
  .dlButton:active {
	  position:relative;
	  top:1px;
  }  
  .issiki {
	  margin:20px 0 80px;
	  color:#46C0D4 !important;
	  width: 25vw;
  }  
  .issiki:hover {
	  background-color:#46C0D4;
	  color:#000 !important;
  }
  .dl-contents {
	  width:80%;
	  height:auto;
	  padding:20px 10% 80px;
	  font-size:1.3em;
  }  
  .dl-contents h2 {
	  width:100%;
	  text-align:center;
	  padding:0;
	  color:#fff;
	  font-size:2em;
	  margin-bottom:30px;
  }  
  .dl-contents h2 span.small {
	  font-size:0.5em;
	  line-height:0.7em;
  }
  
  .dl-contents h2 img {
	  width:35%;
  }  
  #dl-wrapper {
	  width:100%;
	  height:auto;
	  text-align:center;
	  margin-bottom:20px;
  }
  #dl-wrapper .dl-txt2 {
	width:100%;
	height:auto;
	text-align:center;
  }
  #dl-wrapper .dl-txt2 img {
	width: 30%;
  }
  #dl-wrapper .dl-txt1 {
	  width:100%;
	  height:auto;
	  text-align:center;
	  color:#fff;
	  margin:30px 0 5px;
	  font-size: 0.9em;
	  font-weight: bold;
	letter-spacing: 1.5px;
  }
  #dl-wrapper .dl-txt1 span {
	display: inline-block;
	position: relative;
	z-index: 2;
  }
  
  #dl-wrapper .dl-txt1 a {
	  color:#EBDB00;
  }
  
  #dl-wrapper .dl-txt1 img {
	  width:30%;
  }
  
  #dl-wrapper .sikiri {
	  width:100%;
	  height:auto;
	  padding:40px 0 20px;
	  text-align:center;
  }
  
  #dl-wrapper .sikiri img {
	  width:10%;
  }
  
  
  #dl-wrapper .dl-uline {
	  display:inline-block;
	  width:70%;
	  margin:20px 0 30px;
  }
  
  #dl-wrapper .dl-uline img {
	  width:100%;
	  height:60px;
  }
  .dl-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 10vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  }  
  .dl-wrap .img-box {
	  width:22%;
	  height:auto;
	  padding:0 1%;
	  margin:50px 1%;
	  color:#46C0D4;
	  text-align: center;
	  font-size: 1.0em;
	  font-weight: bold;
	  letter-spacing: 1.4px;
  }  
  .img-box img {
	  width:90%;
  }
  .dl-wrap .img-box span {
	display: inline-block;
	font-size: 0.7em;
	line-height: 1.3em;
  }


  .longname {
	  font-size:0.75em;
  }
  
  footer.dl-footer {
	  width:100%;
	  height:auto;
	  margin:0;
	  padding:50px 0 0;
	  background:#000;
  }
  
  footer.dl-footer .footimg {
	  width:100%;
	  height:auto;
	  margin:0;
	  padding:0;
  }
  
  footer.dl-footer .footimg img {
	  width:100%;
	  height:auto;
	  vertical-align:bottom;
  }


