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: #01556b;
}
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;
		background-color: #02384f;
	}
	.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: #01556b;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
	display: grid;
	place-items: center;
}
#loader {
	width:10%;
	height:auto;
	margin:0;
	padding:0;
}
#loader #load1 {
	width:100%;
	height:auto;
}

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

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


/* ========================================
トップ
========================================== */
#top {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
}
#top #top__bg1 {
	width: 100%;
	height: auto;
}
#top #top__bg2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#top #top__bg1 img ,
#top #top__bg2 img {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 1080;
}
#top #top__nurse {
	width: 60.26%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}
#top #top__nurse img {
	width: 100%;
	height: auto;
	aspect-ratio: 1157 / 540;
}
#top #top__tate {
	width: 1.44%;
	height: auto;
	position: absolute;
	top: 5%;
	right: 5%;
	opacity: 0;
}
#top #top__logo6 {
	width: 7.8%;
	height: auto;
	position: absolute;
	top: 57%;
	left: -10%;
}
#top #top__logo5 {
	width: 6.35%;
	height: auto;
	position: absolute;
	top: 60.5%;
	left: -10%;
}
#top #top__logo4 {
	width: 5.85%;
	height: auto;
	position: absolute;
	top: 57.6%;
	left: -10%;
}
#top #top__logo3 {
	width: 6.46%;
	height: auto;
	position: absolute;
	top: 56.5%;
	left: -10%;
}
#top #top__logo2 {
	width: 6.35%;
	height: auto;
	position: absolute;
	top: 60.5%;
	left: -10%;
}
#top #top__logo1 {
	width: 7.27%;
	height: auto;
	position: absolute;
	top: 55.5%;
	left: -10%;
}
#top #top__logo-en {
	width: 6.35%;
	height: auto;
	position: absolute;
	top: 63%;
	left: 12%;
	opacity: 0;
}
#top #top__yoko1 {
	width: 15.5%;
	height: auto;
	position: absolute;
	top: 54.8%;
	left: 62.5%;
	opacity: 0;
}
#top #top__yoko2 {
	width: 29.5%;
	height: auto;
	position: absolute;
	top: 65.3%;
	left: 55.5%;
	opacity: 0;
}
#top #top__bb {
	width: 32%;
	height: auto;
	position: absolute;
	top: 70%;
	left: 10%;
	opacity: 0;
}
#top #top__date {
	width: 29%;
	height: auto;
	position: absolute;
	top: 82%;
	left: 11%;
	opacity: 0;
}
#top #top__sekai {
	width: 40%;
	height: auto;
	position: absolute;
	top: 75%;
	right: 10%;
	opacity: 0;
}
#top #top__gekkei {
	width: 45.5%;
	height: auto;
	position: absolute;
	top: 82%;
	right: 7%;
	opacity: 0;
}
@keyframes top__nurse {
	0% {opacity: 0;transform: translate3d(0, -30%, 0);}
	100% {opacity: 1;transform: translate3d(0, 0, 0);}
}
.top__nurse {
	animation: top__nurse 0.7s ease-out 1.1s forwards;
}
@keyframes top__logo1 {
	0% {left: -10%;}
	100% {left: 3.6%;}
}
@keyframes top__logo2 {
	0% {left: -10%;}
	100% {left: 12%;}
}
@keyframes top__logo3 {
	0% {left: -10%;}
	100% {left: 18.2%;}
}
@keyframes top__logo4 {
	0% {left: -10%;}
	100% {left: 26%;}
}
@keyframes top__logo5 {
	0% {left: -10%;}
	100% {left: 33.5%;}
}
@keyframes top__logo6 {
	0% {left: -10%;}
	100% {left: 40.5%;}
}
.top__bg2 {
	animation: fadeIn 0.2s ease 2.0s forwards;
}
.nurse-img {
	animation: fadeOut 1.2s ease 2.0s forwards;
}
.top__logo1 {
	animation: top__logo1 0.2s ease-out 2.0s forwards;
}
.top__logo2 {
	animation: top__logo2 0.3s ease-out 2.1s forwards;
}
.top__logo3 {
	animation: top__logo3 0.4s ease-out 2.2s forwards;
}
.top__logo4 {
	animation: top__logo4 0.5s ease-out 2.3s forwards;
}
.top__logo5 {
	animation: top__logo5 0.6s ease-out 2.4s forwards;
}
.top__logo6 {
	animation: top__logo6 0.7s ease-out 2.5s forwards;
}
.top-last-anime {
	animation: fadeIn 1.5s ease 3.0s forwards;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#top #top__bg1 img ,
	#top #top__bg2 img {
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 2300;
	}
	#top #top__nurse {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		right: 0;
		opacity: 0;
	}
	#top #top__nurse img {
		width: 100%;
		height: auto;
		aspect-ratio: 1170 / 653;
	}
	#top #top__tate {
		width: 3.3%;
		height: auto;
		position: absolute;
		top: 3%;
		right: 5%;
		opacity: 0;
	}
	#top #top__logo6 {
		width: 17%;
		height: auto;
		position: absolute;
		top: 46%;
		left: -20%;
	}
	#top #top__logo5 {
		width: 15%;
		height: auto;
		position: absolute;
		top: 48%;
		left: -20%;
	}
	#top #top__logo4 {
		width: 13.7%;
		height: auto;
		position: absolute;
		top: 46.5%;
		left: -20%;
	}
	#top #top__logo3 {
		width: 15%;
		height: auto;
		position: absolute;
		top: 46%;
		left: -20%;
	}
	#top #top__logo2 {
		width: 15%;
		height: auto;
		position: absolute;
		top: 48%;
		left: -20%;
	}
	#top #top__logo1 {
		width: 16%;
		height: auto;
		position: absolute;
		top: 45.2%;
		left: -20%;
	}
	@keyframes top__logo1 {
		0% {left: -20%;}
		100% {left: -0.5%;}
	}
	@keyframes top__logo2 {
		0% {left: -20%;}
		100% {left: 17%;}
	}
	@keyframes top__logo3 {
		0% {left: -20%;}
		100% {left: 33%;}
	}
	@keyframes top__logo4 {
		0% {left: -20%;}
		100% {left: 50.6%;}
	}
	@keyframes top__logo5 {
		0% {left: -20%;}
		100% {left: 67%;}
	}
	@keyframes top__logo6 {
		0% {left: -20%;}
		100% {left: 83.5%;}
	}
	#top #top__logo-en {
		width: 15%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 17%;
		opacity: 0;
	}
	#top #top__yoko1 {
		width: 36%;
		height: auto;
		position: absolute;
		top: 30%;
		left: 32%;
		opacity: 0;
	}
	#top #top__yoko2 {
		width: 62%;
		height: auto;
		position: absolute;
		top: 37%;
		left: 19%;
		opacity: 0;
	}
	#top #top__bb {
		width: 62%;
		height: auto;
		position: absolute;
		top: 55%;
		left: 19%;
		opacity: 0;
	}
	#top #top__date {
		width: 80%;
		height: auto;
		position: absolute;
		top: 82%;
		left: 10%;
		opacity: 0;
	}
	#top #top__sekai {
		width: 80%;
		height: auto;
		position: absolute;
		top: 65%;
		right: 10%;
		opacity: 0;
	}
	#top #top__gekkei {
		width: 98%;
		height: auto;
		position: absolute;
		top: 69.5%;
		right: 1%;
		opacity: 0;
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 600px) {
	#top #top__logo5 {
		width: 15%;
		height: auto;
		position: absolute;
		top: 47%;
		left: -20%;
	}
	#top #top__logo2 {
		width: 15%;
		height: auto;
		position: absolute;
		top: 47%;
		left: -20%;
	}
	#top #top__logo-en {
		width: 15%;
		height: auto;
		position: absolute;
		top: 49%;
		left: 17%;
		opacity: 0;
	}



}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 1vw 0 3vw;
	background-color: #01556b;
	position: relative;
}
#bridge #theater {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
#bridge #theater img {
	width: 15%;
}
#bridge #sns-link {
	width: 15%;
	height: auto;
	margin: 0 0 0 62%;
}
#bridge #sns-link a {
	display: block;
	width: 100%;
	height: auto;
}
#bridge #sns-link a:hover ,
#bridge #theater a:hover {
	animation: flash 1.5s;
}
#bridge #mubi {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge #mubi #mvtk-widgets-container {
	display: inline-block;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 0 0 5vw;
		background-color: #02384f;
		position: relative;
	}
	#bridge #theater {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
	}
	#bridge #theater img {
		width: 60%;
	}
	#bridge #sns-link {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#bridge #sns-link a {
		display: block;
		width: 60%;
		height: auto;
		margin: 1vw 0;
	}


}

/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:3vw 0 7vw;
	overflow: hidden;
	position: relative;
	background-color: #1f3751;
}
.trailer h2 {
	width:60%;
	height:auto;
	padding:0;
	margin:0 20% 1.5vw;
	text-align: left;
	position: relative;
	opacity: 0;
}
.trailer h2 img {
	width: 25%;
}
#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;
		background-color: #1f3751;
	}
	.trailer h2 {
		width:90%;
		height:auto;
		padding:0;
		margin:0 5% 5vw;
		position: relative;
		text-align: center;
	}
	.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:13vw 0 10vw;
	}
	.trailer h2 {
		width:99%;
		height:auto;
		padding:0;
		margin:0 0 5vw 1%;
		position: relative;
	}
	.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;
	}


}



/* ========================================
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;
	background-color: #01556b;
	position: relative;
}
@media (max-width: 1024px) {
	footer {
		width:100%;
		height:auto;
		padding:10vw 0 0;
		margin:0;
		position: relative;
		background-color: #02384f;
	}
	
}
@media (max-width: 510px) {

}



/* ========================================
ダウンロード
========================================== */
#dl-body:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-5;
	width:100%;
	height:100vh;
	background:url(../download/images/LAW-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 #000;
	  display:inline-block;
	  cursor:pointer;
	  color:#000;
	  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:#000;
	  border:1px solid #000;
	  color:#fff;
	  transition-duration: 0.6s
  }
  .dlButton:active {
	  position:relative;
	  top:1px;
  }  
  .issiki {
	  margin:20px 0 80px;
	  color:#000 !important;
	  width: 25vw;
  }  
  .issiki:hover {
	  background-color:#000;
	  color:#fff !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:25%;
  }  
  #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:#000;
	  margin:30px 0 5px;
	  font-size: 1.1em;
	  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:#000;
  }
  
  #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:#000;
	  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;
  }


