html{
  height:100%; 
}

body { 
	margin: 0; 
	padding:0;
	font-family: '游ゴシック体',YakuHanJP,'Noto Sans JP', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
	font-weight: bold;
	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.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:30%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load1 {
	width:100%;
	height:auto;
	animation: load1 2.0s linear 0s infinite;
}
@keyframes load1 {
	0% {opacity: 0;}
	10% {opacity: 1;}
	79% {opacity: 1;}
	95% {opacity: 1;}
	100% {opacity: 0;}
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#loader-bg {
		background: #12110F;
	}
	#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:10px 0 30px;
	position:fixed;
	top:0;
	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 0.8%;
	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.4vw;
	line-height:1.4vw;
	letter-spacing: 1.0px;
	text-align: center;
	color: #000;
	font-family: "cc-smash", sans-serif;
	font-weight: 400;
	font-style: normal;
}
#pcheader ul#pcmenu li.menusns a span.eng {
	transform: translateY(0px);
	font-size: 1.6vw;
}
#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: 0px;
	background: url(https://hitman2-movie.com/img/HM2-menu-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 200000;
	display: flex;
	align-items: center;
}
.global-nav .global-nav-inner {
	width: 100%;
	height: auto;
	position: relative;
}
.hamburger {
	position: fixed;
	left: 5px;
	top: 1px;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 300000;
	opacity:0;
}  
.global-nav #menu-logo {
	width:70%;
	height:auto;
	margin:0px 15% 10vw;
	padding:0;
	text-align:center;
	position: relative;
}  
.global-nav #menu-logo #menu-logo1 {
	width: 100%;
	height: auto;
}
.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: 0;
	text-decoration: none;	
	color: #000;
	transition: all .6s;
	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: #000 !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#000;
	font-size:1.0em;
	font-style: normal;
	font-weight: 400;
} 
.global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 10vw 0 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 16%;
	margin: 0 2%;
}
.global-nav ul.nav-sns li a {
	color:#201519;
}
.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) {
	#pcheader {
		display: none;
	}

.navigation {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	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: 100%;
	min-height: 100%;
	padding: 0 0 10px;
	transition: all .6s;
	z-index: 200;
	overflow-y: scroll; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__list {
	margin: 10px 0 10px;
  }
  .global-nav__item {
	margin: 15px 0;
  }
  .global-nav__item a {
	display: block;
	padding: 1px 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:3.0rem;
	line-height: 3.0rem;
	letter-spacing: 1.5px;
	color: #000;
	font-family: "cc-smash", sans-serif;
	font-weight: 400;
	font-style: normal;
	
}
.global-nav__item a .jp {
	width: 100%;
	font-size:3vw;
}


.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: 600px) {
	.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:2.2rem;
		line-height: 2.2rem;
		letter-spacing: 1.2px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.2vw;
		transform: translateY(-36px);
	}

	
	
}





/* ========================================
トップメイン画像まわり
========================================== */
#top {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
	background-color: #fff;
}
#top #top__inner {
	width: 100%;
	height: 100%;
	position: relative;
}
#top #top__inner #top__bg {
	width: 100%;
	height: auto;
}
#top #top__inner #top__yoko1 {
	width: 39%;
	height: auto;
	position: absolute;
	top: 9%;
	left: 6%;
	opacity: 0;
}
#top #top__inner #top__cast {
	width: 35%;
	height: auto;
	position: absolute;
	top: 25%;
	left: 8.5%;
	opacity: 0;
}
#top #top__inner #top__title {
	width: 38%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 29%;
	left: 6.5%;
	opacity: 0;
}
#top #top__inner #top__date {
	width: 32%;
	height: auto;
	position: absolute;
	top: 54%;
	left: 9%;
	opacity: 0;
}
#top #top__inner #top__yoko2 {
	width: 68%;
	height: auto;
	position: absolute;
	top: 71%;
	left: 17%;
	opacity: 0;
}
#top #top__inner #top__tate {
	width: 8.5%;
	height: auto;
	position: absolute;
	top: 22.5%;
	right: 23%;
	opacity: 0;
}
#top #top__inner #top__bb {
	width: 27%;
	height: auto;
	position: absolute;
	bottom: 3%;
	left: 22%;
	opacity: 0;
}
#top #top__inner #top__theater {
	width: 20%;
	height: auto;
	position: absolute;
	bottom: 4%;
	right: 22%;
	opacity: 0;
}
#top #top__inner #top__theater a:hover {
	animation: flash 1.0s;
}
#top #top__inner #top__sns {
	width: 16%;
	height: auto;
	position: absolute;
	bottom: 2%;
	right: 3%;
	opacity: 0;
}
#top #top__inner #top__sns .sns-link {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	opacity: 1;
}
#top #top__inner #top__sns .sns-link {
	animation: bullet-roll 3.0s linear infinite;
}
#top #top__inner #top__sns .sns-link a img:hover {
	transform: rotate(360deg);
	transition: 0.3s;
}
@keyframes bullet-roll {
	0% {transform: rotate(-21deg) translate3d(5%, -20%, 0);}
	50% {transform: rotate(-21deg) translate3d(5%, -20%, 0);}
	57% {transform: rotate(-381deg) translate3d(5%, -20%, 0);}
	100% {transform: rotate(-381deg) translate3d(5%, -20%, 0);}
}
@keyframes BigIn {
	0% {opacity: 0;transform: scale(8);}
	30% {opacity: 0.6;}
	99% {opacity: 1;transform: scale(0.9);}
	100% {opacity: 1;transform: scale(1);}
}
.top__yoko1 {
	animation: BigIn 0.2s cubic-bezier(0.32, 0, 0.67, 0) 1.3s forwards;
}
.top__yoko2 {
	animation: BigIn 0.2s cubic-bezier(0.32, 0, 0.67, 0) 1.6s forwards;
}
.top__title {
	animation: BigIn 0.2s cubic-bezier(0.32, 0, 0.67, 0) 1.9s forwards;
}
@keyframes shake {
	0% {transform: translate3d(1%, -1%, 0);}
	20% {transform: translate3d(-1%, 1%, 0);}
	60% {transform: translate3d(0.5%, 0.5%, 0);}
	80% {transform: translate3d(-0.5%, -0.5%, 0);}
	100% {transform: translate3d(0, 0, 0);}
}
.shake {
	animation: shake 0.07s linear 0s forwards;
}
.top-others-anime {
	animation: fadeIn 1.3s ease 2.3s forwards;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#top #top__inner #top__yoko1 {
		width: 96%;
		height: auto;
		position: absolute;
		top: 0.5%;
		left: 2%;
		opacity: 0;
	}
	#top #top__inner #top__cast {
		width: 58%;
		height: auto;
		position: absolute;
		top: 47%;
		left: 7%;
		opacity: 0;
	}
	#top #top__inner #top__title {
		width: 65%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 49.5%;
		left: 2%;
		opacity: 0;
	}
	#top #top__inner #top__date {
		width: 70%;
		height: auto;
		position: absolute;
		top: auto;
		bottom: 1%;
		left: 15%;
		opacity: 0;
	}
	#top #top__inner #top__yoko2 {
		width: 94%;
		height: auto;
		position: absolute;
		top: auto;
		bottom: 16%;
		left: 3%;
		opacity: 0;
	}
	#top #top__inner #top__tate {
		width: 14.5%;
		height: auto;
		position: absolute;
		top: 13.5%;
		right: auto;
		left: 36%;
		opacity: 0;
	}
	#top #top__inner #top__bb {
		width: 45%;
		height: auto;
		position: absolute;
		bottom: 28%;
		left: auto;
		right: 1%;
		opacity: 0;
	}
	#top #top__inner #top__sns {
		width: 30%;
		height: auto;
		position: absolute;
		bottom: 43%;
		right: 1%;
		opacity: 0;
	}
	


	#top #top__inner #top__theater 
	{
		display: none;
	}


}


/* ========================================
ブリッジ
========================================== */
#bridge {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	background-color: #FFF;
}
#bridge #mubi {
	width: 100%;
	height: auto;
	text-align: center;
}
#bridge #mubi #mvtk-widgets-container {
	display: inline-block;
	padding: 2vw 0;
}
#bridge #theater-sp ,
#bridge #x-sp {
	display: none;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		display: block;
		width: 100%;
		height: auto;
		padding: 3vw 0;
		background-color: #FFF;
	}
	#bridge #theater-sp {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		text-align: center;
	}
	#bridge #theater-sp img {
		width: 60%;
	}
	#bridge #mubi {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		padding: 0;
		text-align: center;
	}	
	#bridge #x-sp {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		text-align: center;
	}
	#bridge #x-sp img {
		width: 13%;
	}
	
}



/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:15vw 0 15vw;
	overflow: hidden;
	position: relative;
	background-color: #b1b0a6;
}
.trailer #trailer-line {
	width: 100%;
	height: 100%;
	background: url(https://hitman2-movie.com/img/HM2-trailer-bg-lines.png) no-repeat;
	background-size: 150%;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.trailer #trailer-white {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.trailer-white {
	animation: fadeOut 1.0s ease 0s forwards;
}
.trailer h2 {
	width:15%;
	height:auto;
	position: absolute;
	top: 7vw;
	right: 10%;
	z-index: 4;
	pointer-events: none;
	animation: trailer 2.0s ease infinite;
}
@keyframes trailer {
	0% {transform: scale(0.9);}
	50% {transform: scale(1);}
	100% {transform: scale(0.9);}
}

#video-wrap {
	width: 60%;
	height: auto;
	margin: 0 20%;
	padding: 0;
	opacity: 0;
	position: relative;
	z-index: 3;
	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:40vw 0 40vw;
	}
	.trailer #trailer-line {
		width: 100%;
		height: 100%;
		background: url(https://hitman2-movie.com/img/HM2-trailer-bg-lines.png) no-repeat;
		background-size: 250%;
		background-position: center center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}	
	.trailer h2 {
		width:30%;
		height:auto;
		position: absolute;
		top: 7vw;
		right: auto;
		left: 1%;
		z-index: 4;
		pointer-events: none;
		animation: trailer 2.0s ease infinite;
	}
	#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:50vw 0;
	}
	.trailer #trailer-line {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(https://hitman2-movie.com/img/HM2-trailer-bg-lines.png) no-repeat;
		background-size: 400%;
		background-position: center center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.trailer h2 {
		width:50%;
		height:auto;
		position: absolute;
		top: 1%;
		right: auto;
		left: 1%;
		z-index: 4;
		pointer-events: none;
		animation: trailer 2.0s ease infinite;
	}

	#video-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.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-bgs {
	display: contents;
}
#intro-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -20;
}
#intro-bg1 img {
	width: 1200px;
}
#intro-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -18;
	pointer-events: none;
}
#intro-bg2 img {
	width: 1200px;
}
#intro__head {
	width: 400px;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 510px;
	left: 50%;
	transform: translate3d(-100%, 0, 0);
	z-index: -17;
}
#intro-bg3 {
	width: 24%;
	height: auto;
	position: fixed;
	top: 40%;
	left: 0%;
	z-index: -17;
	opacity: 0;
	pointer-events: none;
}
#intro__back {
	width: 30%;
	height: auto;
	margin: 40vw 0 15vw 70%;
	padding: 10vw 0 0;
	opacity: 0;
}
#intro {
	width: 600px;
	height: auto;
	margin-left: 50%;
	padding: 0 0 60vw;
	transform: translate3d(-100px, 0, 0);
	position: relative;
	z-index: -19;
}
#intro p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.0px;
}
.intro-bigin {
	animation: BigIn 0.2s cubic-bezier(0.32, 0, 0.67, 0) 0s forwards;
}
.shake1 {
	animation: shake 0.1s linear 0.3s forwards;
}
@keyframes shake2 {
	0% {transform: translate3d(1%, -1%, 0);}
	20% {transform: translate3d(-1%, 1%, 0);}
	60% {transform: translate3d(0.5%, 0.5%, 0);}
	80% {transform: translate3d(-0.5%, -0.5%, 0);}
	100% {transform: translate3d(0, 0, 0);}
}
.shake2 {
	animation: shake2 0.1s linear 0.3s forwards;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#intro-bgs {
		display: block;
		width: 100%;
		height: auto;
		padding: 5vw 0;
		background-color: #fff;
		position: relative;
		overflow: hidden;
		z-index: 3;
	}	
	#intro-bgs #intro-bg1 {
		width: 100%;
		height: auto;
		min-height: auto;
		text-align: center;
		position: relative;
		z-index: 0;
	}
	#intro-bgs #intro-bg1 img {
		width: 100%;
	}
	#intro-bgs #intro-bg2 {
		display: none;
	}
	#intro-bgs #intro__head {
		width: 80%;
		height: auto;
		position: absolute;
		top: 55vw;
		left: 3%;
		z-index: 3;
		transform: translate3d(0, 0, 0);
	}
	#intro-bg3 {
		width: 30%;
		height: auto;
		position: absolute;
		top: 30vw;
		left: -15%;
		z-index: 2;
		opacity: 0;
		pointer-events: none;
	}
	#intro__back {
		width: 60%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
		opacity: 0;
	}	
	#intro {
		width: 100%;
		height: auto;
		margin-left: 0;
		padding: 5vw 0 40vw;
		transform: translate3d(0, 0, 0);
		position: relative;
		z-index: 2;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #000;
		font-size: 1rem;
		line-height: 2rem;
		letter-spacing: 1.0px;
	}
	
}


/* 以下スマホ */
@media (max-width: 600px) {
	#intro-bgs {
		display: block;
		width: 100%;
		height: auto;
		padding: 10vw 0 5vw;
		background-color: #fff;
		position: relative;
		overflow: hidden;
		z-index: 3;
	}	
	#intro__back {
		width: 60%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 5vw;
		right: 0;
		opacity: 0;
	}	


}


/* ========================================
ストーリー
========================================== */
#story-bg0 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -16;
	pointer-events: none;
}
#story-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -15;
	pointer-events: none;
}
#story-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -13;
	pointer-events: none;
}
#story-bg3 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -12;
	pointer-events: none;
}
#story-bg1 img ,
#story-bg2 img ,
#story-bg3 img {
	display: none;
}
#story-hitman2 {
	width: 15%;
	height: auto;
	position: fixed;
	top: 48%;
	left: 4%;
	z-index: -12;
	pointer-events: none;
	opacity: 0;
}
@keyframes yure {
	0% {transform: rotate(-5deg);}
	50% {transform: rotate(3deg);}
	100% {transform: rotate(-5deg);}
}
.story-hitman2 {
	animation: fadeIn 0.5s linear forwards , yure 1.0s step-start infinite;
}
#story-allout {
	width: 15%;
	height: auto;
	position: fixed;
	top: 35%;
	right: 3%;
	z-index: -12;
	pointer-events: none;
	opacity: 0;
	transform-origin: center bottom;
}
@keyframes story-allout {
	0% {transform: translate3d(0, 0, 0);}
	50% {transform: translate3d(0, -10%, 0);}
	100% {transform: translate3d(0, 0, 0);}
}
.story-allout {
	animation: fadeIn 0.5s linear forwards , story-allout 1.2s linear infinite;
}
#story {
	width: 100%;
	height: auto;
	padding: 30vw 0 50vw;
	position: relative;
	z-index: -14;
}
#story h2 {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	padding: 0;
	text-align: center;
}
#story h2 img {
	width: 15%;
}
#story p {
	width: 50%;
	height: auto;
	margin: 0 25%;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2.2vw;
	letter-spacing: 1.0px;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#story-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -15;
		pointer-events: none;
		display: flex;
		align-items: flex-start;
	}
	#story-bg2 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -13;
		pointer-events: none;
		display: flex;
		align-items: flex-start;
	}
	#story-bg3 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: linear-gradient(180deg, transparent 0%, transparent 90%, #fff 90%, #fff 100%) !important;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -12;
		pointer-events: none;
		display: flex;
		align-items: flex-start;
	}	
	#story-bg1 img ,
	#story-bg2 img ,
	#story-bg3 img {
		display: inline-block;
		width: 100%;
		height: auto;
	}
	#story-hitman2 {
		width: 45%;
		height: auto;
		position: fixed;
		top: auto;
		bottom: 1%;
		left: 1%;
		z-index: -11;
		pointer-events: none;
		opacity: 0;
	}
	#story-allout {
		display: none;
	}
	#story {
		width: 100%;
		height: auto;
		padding: 30vw 0 100vh;
		position: relative;
		z-index: -14;
	}
	#story h2 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 0;
		text-align: center;
	}
	#story h2 img {
		width: 40%;
	}
	#story p {
		width: 84%;
		height: auto;
		margin: 0 8%;
		padding: 0;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		letter-spacing: 1.0px;
	}

}


/* ========================================
コメント
========================================== */
#comment {
	width: 100%;
	height: auto;
	padding: 7vw 0;
	background-color: #F6D813;
	position: relative;
}
#comment h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
#comment h2 img {
	width: 20%;
}
#comment ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	top: -3vw;
}
#comment ul li {
	width: 35%;
	height: auto;
	margin: 2vw 2%;
}
#comment #keisho {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1rem;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#comment {
		width: 100%;
		height: auto;
		padding: 15vw 0;
		background-color: #F6D813;
		position: relative;
	}
	#comment h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	#comment h2 img {
		width: 60%;
	}
	#comment ul {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		position: relative;
		top: -8vw;
	}
	#comment ul li {
		width: 90%;
		height: auto;
		margin: 5vw 2%;
	}

}

/* ========================================
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: #fff;
	position: relative;
	overflow: hidden;
}
footer .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
}
footer .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;	
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
footer #foot-slider1 .top-slide {
	animation: loop-slide 80s infinite linear 0s both;
	padding: 0 0 12vw;
}
footer #foot-slider2 .top-slide {
	padding: 12vw 0 0;
	animation: loop-slide-rev 80s infinite linear 0s both;
}
footer .top-slide-wrap .top-slide .content {
	width: 90vw;
	height: auto;
	margin: 0;
}
footer .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
footer #foot-logo {
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	top: 33%;
}
footer #foot-logo img {
	width: 30%;
}
footer #foot-pen {
	width: 18%;
	height: auto;
	position: absolute;
	top: 37%;
	left: -20%;
	animation: pen 2.0s linear infinite;
}
@keyframes pen {
	0% {left: -20%;}
	100% {left: 160%;}
}
footer #foot-bb {
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	top: 54%;
}
footer #foot-bb img {
	width: 60%;
}
footer #button-area {
	position: absolute;
	bottom: 30%;
}
footer #foot-balloon1 {
	width: 12%;
	height: auto;
	position: absolute;
	top: 20%;
	left: 3%;
	animation: foot-balloon1 2.0s ease infinite;
}
@keyframes foot-balloon1 {
	0% {transform: scale(0.7);}
	100% {transform: scale(1.05);}
}
footer #foot-balloon2 {
	width: 12%;
	height: auto;
	position: absolute;
	top: 0%;
	left: 35%;
	transform-origin: left bottom;
	animation: foot-balloon2 1.0s ease infinite;
}
@keyframes foot-balloon2 {
	0% {transform: rotate(-5deg);}
	50% {transform: rotate(5deg);}
	100% {transform: rotate(-5deg);}
}
footer #foot-balloon3 {
	width: 12%;
	height: auto;
	position: absolute;
	top: 20%;
	left: 80%;
	animation: foot-balloon3 1.5s ease infinite;
}
@keyframes foot-balloon3 {
	0% {transform: scale(1.0);}
	10% {transform: scale(0.9);}
	20% {transform: scale(1.1);}
	100% {transform: scale(0.8);}
}
footer #foot-balloon4 {
	width: 11%;
	height: auto;
	position: absolute;
	top: 65%;
	left: 10%;
	animation: foot-balloon4 1.0s linear infinite;
}
@keyframes foot-balloon4 {
	0% {transform: rotate(0deg) scale(0);}
	30% {transform: rotate(360deg) scale(1);}
	100% {transform: rotate(360deg) scale(1);}
}
footer #foot-balloon5 {
	width: 15%;
	height: auto;
	position: absolute;
	bottom: 0%;
	left: 73%;
	animation: foot-balloon5 2.5s linear infinite;
}
@keyframes foot-balloon5 {
	0% {transform: translate3d(-150%, 0, 0) scale(0) rotate(0deg);}
	30% {transform: translate3d(0, 0, 0) scale(1) rotate(720deg);}
	60% {transform: translate3d(0, 0, 0) scale(1) rotate(-360deg);}
	100% {transform: translate3d(0, 0, 0) scale(1) rotate(-360deg);}
}



@media (max-width: 1024px) {
	footer #foot-slider1 .top-slide {
		animation: loop-slide 80s infinite linear 0s both;
		padding: 0 0 20vw;
	}
	footer #foot-slider2 .top-slide {
		padding: 20vw 0 30vw;
		animation: loop-slide-rev 80s infinite linear 0s both;
	}
	footer .top-slide-wrap .top-slide .content {
		width: 200vw;
		height: auto;
		margin: 0;
	}
	footer #foot-logo {
		width: 100%;
		height: auto;
		text-align: center;
		position: absolute;
		top: 33%;
	}
	footer #foot-logo img {
		width: 80%;
	}
	@keyframes pen {
		0% {left: -20%;}
		20% {left: 160%;}
		100% {left: 160%;}
	}
	
	footer #foot-pen {
		width: 80%;
		height: auto;
		position: absolute;
		top: 36%;
		left: -20%;
		animation: pen 3.0s linear infinite;
	}
	footer #foot-bb {
		width: 100%;
		height: auto;
		text-align: center;
		position: absolute;
		top: 50%;
	}
	footer #foot-bb img {
		width: 90%;
	}
	footer #button-area {
		position: absolute;
		bottom: 0%;
	}
	footer #foot-balloon1 ,
	footer #foot-balloon2 ,
	footer #foot-balloon3 {
		display: none;
	}
	footer #foot-balloon4 {
		width: 28%;
		height: auto;
		position: absolute;
		top: auto;
		bottom: 30%;
		left: 0;
		animation: foot-balloon2 1.0s linear infinite;
	}
	footer #foot-balloon5 {
		width: 30%;
		height: auto;
		position: absolute;
		bottom: auto;
		top: 16%;
		left: auto;
		right: 0;
		animation: foot-balloon3 1.5s ease infinite;
	}
	
	
}
@media (max-width: 600px) {
	footer #foot-slider1 .top-slide {
		animation: loop-slide 80s infinite linear 0s both;
		padding: 0 0 25vw;
	}
	footer #foot-slider2 .top-slide {
		padding: 25vw 0 40vw;
		animation: loop-slide-rev 80s infinite linear 0s both;
	}
	footer .top-slide-wrap .top-slide .content {
		width: 250vw;
		height: auto;
		margin: 0;
	}
	footer #foot-balloon4 {
		width: 28%;
		height: auto;
		position: absolute;
		top: auto;
		bottom: 35%;
		left: 0;
		animation: foot-balloon2 1.0s linear infinite;
	}
	footer #foot-bb {
		width: 100%;
		height: auto;
		text-align: center;
		position: absolute;
		top: 47%;
	}
	footer #foot-bb img {
		width: 96%;
	}


}




/* ========================================
ダウンロード
========================================== */
#dl-body:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-5;
	width:100%;
	height:100vh;
	background:url(https://hitman2-movie.com/download/images/HM2-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:#fff;
	  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:30%;
  }  
  #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: 35%;
  }
  #dl-wrapper .dl-txt1 {
	  width:100%;
	  height:auto;
	  text-align:center;
	  color:#000;
	  margin:20px 0 5px;
	  font-size: 1.1em;
	  font-weight: bold;
	  font-feature-settings:"palt";
		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.1em;
	  font-weight: bold;
	  font-feature-settings: "palt";
	  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;
  }