html{
  height:100vh; 
}

body { margin: 0; padding:0;font-family: '游ゴシック体',YakuHanJP,'Noto Sans JP', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif; width:100%; height:100vh;;overflow-x:hidden;
}
body > footer {
	position: sticky;
	top: 100vh;
}	
img {
    image-rendering: -webkit-optimize-contrast;
}
.clearfix{
  zoom:1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}
br.clear {
	clear:both;
}
br.sponly {display:none;}
.pcimg {display: inline;}
.spimg {display: none;}

@-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);
	}
}


@media (max-width: 1024px) {
	.pcimg {display: none !important;}
	.spimg {display: inline;}
	body:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-10;
		width:100%;
		height:100vh;
		background:url(../img/story_bg_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}

br.sponly {display:inline;}
}

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

/* 非表示 */
.is-hidee {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: 0s;
    transition-duration: 1s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: 0.5s;
    transition-duration: 2.0s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000;
    display: grid;
    place-items: center;
}
#loader {
	width:30%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load1 {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	animation-name: anime1;
	animation-duration: 4s;
	animation-timing-function: ease;
	animation-delay:0;
	animation-iteration-count: infinite;
	animation-fill-mode:forwards;
    display: grid;
    place-items: center;
}

#loader #load1 img {
	width:100%;
	height:auto;
}

@keyframes anime1 {
	0% {	opacity:0;	}
	30% {	opacity:1;	}
	80% {	opacity:1;	}
	100% {	opacity:0;	}
}

/* 以下スマホ */
@media (max-width: 600px) {

#loader {
	width:60%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
}

#loader #load1 img {
	width:100%;
	height:auto;
}


}


/* ========================================
ヘッダー
========================================== */

#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:8px 0 10px;
	position:fixed;
	top:0;
	background: -moz-linear-gradient(top, #fff 50%, transparent);
	background: -webkit-linear-gradient(top, #fff 50%, transparent);
	background: linear-gradient(to bottom, #fff 50%, transparent);
	z-index:1001;
	opacity: 0;
}
#pcheader ul#pcmenu {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type:none;
	display:flex;
	justify-content: center;
}
#pcheader ul#pcmenu li {
	width:auto;
	height:auto;
	margin:0 1.2%;
	padding:0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#pcheader ul#pcmenu li.menusns {
	width:auto;
	height:auto;
	margin:0 0.5%;
	padding:0;
	text-align:center;
	display:flex;
	justify-content: center;
	align-items: flex-start;
}
#pcheader ul#pcmenu li a {
	transition-duration: 0.4s;
	text-decoration:none !important;
}
#pcheader ul#pcmenu li a:hover {
	cursor:pointer;
}
#pcheader ul#pcmenu li a span.eng {
	display: block;
	width: 100%;
	font-size:1.3vw;
	line-height:1.3vw;
	text-align: center;
	color: #396176;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
#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: 60px;
}  
  .global-nav {
	position: fixed;
	right: 0; /* これで隠れる */
	top: -2000px;
	width: 100%; /* スマホに収まるくらい */
	height: 100vh;
	min-height: 100%;
	padding-top: 10px;
	background-color: #fff;
	transition: all .6s;
	z-index: 200000;
	overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .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:40px 15% 10px;
	padding:0;
	text-align:center;
	position: relative;
}  
.global-nav #menu-logo img {
	width: 100%;
}
  .global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  .global-nav__item {
	text-align: center;
	padding: 0.1vw 14px;
  }
  .global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;	
	color: #396176;
	font-weight: bold;
	transition: all .6s;
  }  
  .global-nav__item a .en {
	width: 100%;
	font-size:2vw;
}
	.global-nav__item a .jp {
		width: 100%;
		font-size:1vw;
}

  .hamburger__line {
	position: absolute;
	left: 8px;
	width: 50px;
	height: 4px;
	background-color: #396176 !important;
	transition: all .6s;
  }  
  .hamburger #menu {
	position: absolute;
	top: 44px;
	left: 7px;
	font-weight:bold;
	color:#396176;
	font-size:1.0em;
	font-style: normal;
	font-weight: 400;
  } 
  .global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 4%;
	margin: 0 2%;
}
.global-nav ul.nav-sns li a {
	color:#396176;
}

.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: 800px) {
	#pcheader {
		display: none;
	}

.navigation {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	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: -5px;
	  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: 100vh;
	min-height: 100%;
	padding-top: 40px;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:4vw;
}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3vw;
	}
.global-nav ul.nav-sns li {
	width: 10%;
	margin: 0 2%;
	text-align: center;
}
.global-nav ul.nav-sns li a {
	font-size: 10vw;
}
.global-nav #tw-menu {
	width:100%;
	height:auto;
	padding:20px 0;
	margin:0;
	text-align: center;
	opacity: 1;
	position: relative;
	color: #fff;
	font-size: 10vw;
}
.global-nav #tw-menu a {
	color: #fff;
}
  
	/* 表示された時用のCSS */
	.nav-open .global-nav {
	  top: 0;
	}
	.nav-open .black-bg {
	  opacity: .8;
	  visibility: visible;
	}
	.nav-open .hamburger__line--1 {
	  transform: rotate(45deg);
	  top: 20px;
	
	}
	.nav-open .hamburger__line--2 {
	  width: 0;
	  left: 50%;
	
	}
	.nav-open .hamburger__line--3 {
	  transform: rotate(-45deg);
	  top: 20px;
	
	}
  
  
  ul#nav-button {
	  display:none !important;
  }
  
}  


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

	.global-nav__item a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		transition: all .6s;
	  }
	  .global-nav__item a .en {
		width: 100%;
		font-size:6vw;
		letter-spacing: 1px;
		font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.6vw;
	}
}


/* ========================================
トップメイン画像まわり
========================================== */
#topmain-sp { 
	display:none !important;
}
#topmain-pc {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
	background-color: #fff;
}
#topmain-pc #up1 {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	position: relative;
	opacity: 0;
}
#topmain-pc #up2 ,
#topmain-pc #up3 ,
#topmain-pc #up4 ,
#topmain-pc #up5 ,
#topmain-pc #up6 {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#topmain-pc #up7 {
	width:1.4%;
	height:auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 12%;
	left: 49.3%;
	opacity: 0;
	transform: scale(0.8);
}
#topmain-pc #up1 img ,
#topmain-pc #up2 img ,
#topmain-pc #up3 img ,
#topmain-pc #up4 img ,
#topmain-pc #up5 img ,
#topmain-pc #up6 img ,
#topmain-pc #up7 img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}
@keyframes fadeIn {
	from {
	opacity: 0;
	}

	to {
	opacity: 1;
	}
}
@keyframes fadeInUp {
	from {
	opacity: 0;
	transform: translateY(30px);
	}

	to {
	opacity: 1;
	transform: translateY(0);
	}
}
.fadeInUp {
	animation-name:fadeInUp;
	animation-duration:1.2s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
@keyframes zoomIn {
	from {
		transform: scale(0.8);
	}

	to {
		transform: scale(1);
	}
}
@keyframes fadeInZenhan {
	0% {opacity: 0;}
	40% {opacity: 1;}			
	100% {opacity: 1;}
}
@keyframes fromLeft {
	0% {transform: translateX(-1000px);}
	100% {transform: translateX(0);}
}
@keyframes fromRight {
	0% {transform: translateX(1000px);}
	100% {transform: translateX(0);}
}
@keyframes fromTop {
	0% {transform: translateY(-500px);}
	100% {transform: translateY(0);}
}
@keyframes fromBottom {
	0% {transform: translateY(500px);}
	100% {transform: translateY(0);}
}
.up1 {
	animation:fadeIn 1.6s forwards 0s;
}
.up2 {
	animation:fadeInZenhan 1.2s forwards 0s , fromBottom 1.8s cubic-bezier(0, 0.55, 0.45, 1) forwards 0s;
}
.up3 {
	animation:fadeInZenhan 1.2s forwards 0s , fromLeft 1.8s cubic-bezier(0, 0.55, 0.45, 1) forwards 0s;
}
.up4 {
	animation:fadeInZenhan 1.2s forwards 0s , fromRight 1.8s cubic-bezier(0, 0.55, 0.45, 1) forwards 0s;
}
.up5 {
	animation:fadeInZenhan 1.2s forwards 0s , fromTop 1.8s cubic-bezier(0, 0.55, 0.45, 1) forwards 0s;
}
.up6 {
	animation:fadeIn 1.5s forwards 1.6s;
}
.up7 {
	animation:zoomIn 1.5s forwards 1.6s , fadeIn 1.0s ease-out forwards 1.6s;
}
.fadeIn {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeInFast {
	animation-name:fadeIn;
	animation-duration:0.1s;
	animation-fill-mode:forwards;
}
.fadeInSlow {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-delay: 0.6;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain-pc {
		display:none !important;
	}
	#topmain-sp { 
		display:block !important;
		width:100%;
		height:auto;
		margin: 0;
		padding: 0;
		position: relative;
		overflow: hidden;
		background-color: #fff;
	}
	#topmain-sp #up1sp {
		width:100%;
		height:auto;
		margin: 0;
		padding: 0;
		opacity: 0;
	}
	#topmain-sp #up2sp ,
	#topmain-sp #up3sp ,
	#topmain-sp #up4sp ,
	#topmain-sp #up5sp {
		width:100%;
		height:auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}
	#topmain-sp #up6sp {
		width:3%;
		height:auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 4%;
		right: 7%;
		opacity: 0;
	}
	#topmain-sp #up7sp {
		width:86%;
		height:auto;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 5%;
		left: 7%;
		opacity: 0;
	}
	#topmain-sp #up1sp img ,
	#topmain-sp #up2sp img ,
	#topmain-sp #up3sp img ,
	#topmain-sp #up4sp img ,
	#topmain-sp #up5sp img ,
	#topmain-sp #up6sp img ,
	#topmain-sp #up7sp img {
		width:100%;
		height:auto;
		vertical-align:bottom;
	}
	#topmain-sp #date-sp {
		width: 100%;
		height: auto;
		position: absolute;
		bottom: 5%;
		text-align: center;
		opacity: 0;
	}
	#topmain-sp #date-sp img {
		width: 90%;
	}
	@keyframes fromLeft {
		0% {transform: translateX(-400px);}
		100% {transform: translateX(0);}
	}
	@keyframes fromRight {
		0% {transform: translateX(400px);}
		100% {transform: translateX(0);}
	}
	@keyframes fromTop {
		0% {transform: translateY(-1000px);}
		100% {transform: translateY(0);}
	}
	@keyframes fromBottom {
		0% {transform: translateY(1000px);}
		100% {transform: translateY(0);}
	}
	
	.up1sp {
		animation:wobbling1 1.2s forwards 0.2s , fromRight 1.2s ease-out forwards 0.2s;
	}
	.up2sp {
		animation:wobbling2 0.8s forwards 0s , fromLeft 0.8s ease-out forwards 0s;
	}
	.up3sp {
		animation:wobbling3 1.8s forwards 0.5s , fromBottom 1.8s ease-out forwards 0.5s;
	}
	.up4sp {
		animation:wobbling1 1.9s forwards 0.3s , fromTop 1.9s ease-out forwards 0.3s;
	}
	.up5sp {
		animation:wobbling3 1.2s forwards 0.3s , fromLeft 1.2s ease-out forwards 0.3s;
	}
	.up6sp {
		animation:wobbling2 0.8s forwards 0.1s , fromBottom 0.8s ease-out forwards 0.1s;
	}
	.up7sp {
		animation:wobbling2 0.8s forwards 0.4s , fromRight 0.8s ease-out forwards 0.4s;
	}
	.up8sp {
		animation:wobbling2 1.5s forwards 0.4s , fromTop 1.5s ease-out forwards 0.4s;
	}
	.up9sp {
		animation:fadeInKouhan 1.9s forwards 0.7s , fromLeft 1.9s ease-out forwards 0.7s;
	}



}



/* ========================================
ブリッジ
========================================== */
#bridge {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 3vw 0 2vw;
	position: relative;
	background-color: #fff;
}
#bridge #catch-pc {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge #catch-pc img {
	width: 62%;
}
#bridge h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 3vw 0 2vw;
	text-align: center;
	opacity: 0;
}
#bridge h2 img {
	width: 15%;
}
#bridge #tw-frame {
	width: 50%;
	height: auto;
	margin: 0 25%;
	padding: 0;
	text-align: center;
	border-top: rgb(56, 56, 56) solid 3px;
	border-bottom: rgb(56, 56, 56) solid 3px;
	opacity: 0;
}
#bridge #tw-frame .twitter-widget {
	display: inline-block;
	width: 80%;
	height: auto;
	margin: 0 10%;
	padding: 0;
	outline: none;
	vertical-align: bottom;
}



/* 以下スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0;
		position: relative;
	}
	#bridge #catch-pc {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 2vw;
		text-align: center;
		opacity: 0;
	}
	#bridge #catch-pc img {
		width: 88%;
	}
	#bridge h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 15vw 0 3vw;
		text-align: center;
		opacity: 0;
	}
	#bridge h2 img {
		width: 50%;
	}
	#bridge #tw-frame {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		text-align: center;
		border-top: rgb(56, 56, 56) solid 3px;
		border-bottom: rgb(56, 56, 56) solid 3px;
		opacity: 0;
	}
	#bridge #tw-frame .twitter-widget {
		display: inline-block;
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		outline: none;
		vertical-align: bottom;
	}
}


/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:50vw;
	margin:0;
	padding:6vw 0 5vw;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 1vw;
	text-align:center;
	position: relative;
	opacity: 0;
}
.trailer h2 img {
	width:15%;
	height:auto;
	vertical-align: bottom;
}
.trailer .top-slide-wrap {
	display: block;
	width: 100%;
    height: auto;
	margin-top: 15vw;
	display: flex;
	align-items: center;
    overflow: hidden;
	opacity: 0;
}
.trailer .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide 40s infinite linear 0s both;
}
.trailer .top-slide-wrap .top-slide .content {
	width: 500px;
	height: auto;
}
.trailer .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#video-wrap {
	width: 60%;
	height: auto;
	margin: 0;
	padding: 0 20%;
	opacity: 0;
	position: absolute;
	top: 20%;
}
.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%;
}

.video-sp {
  display:none !important;
}
.h2sp {display:none;}


/* 以下スマホ */
@media (max-width: 1024px) {
.trailer {
	width:100%;
	padding:30px 0 50vw;
}
.trailer h2 img {
	width:40%;
	height:auto;
}
.trailer .top-slide-wrap {
	display: none;
}
#video-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15%;
}
.video {
	width:90%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 5% 10px;
	display:block;
  }

}

@media (max-width: 525px) {
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:10vw 0 20vw;
}
.trailer h2 {
	width:100%;
	height:auto;
	text-align:center;
	padding:0;
	margin:30px 0 20px;
	position:relative;
	font-size: 6vw;
}
.trailer h2 img {
	width:50%;
	height:auto;
}
.trailer .trailer-slider {
	display: none;
}
#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;
}


}

/* ========================================
大切な人のいる貴方へ
========================================== */
#taisetsu {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #fff;
}
#taisetsu #tai-bg {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
#taisetsu #tai-bg #tai-bg1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	animation:tai-bg1 10s infinite ease-in-out 0s;
}
#taisetsu #tai-bg #tai-bg2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	animation:tai-bg2 10s infinite ease-in-out 0s;
}
#taisetsu #tai-bg #tai-bg3 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	animation:tai-bg3 10s infinite ease-in-out 0s;
}
#taisetsu #tai-bg #tai-bg1 img ,
#taisetsu #tai-bg #tai-bg2 img ,
#taisetsu #tai-bg #tai-bg3 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
@keyframes tai-bg1 {
	0% {opacity: 1;}
	28% {opacity: 1;}			
	33% {opacity: 0;}			
	95% {opacity: 0;}			
	100% {opacity: 1;}
}
@keyframes tai-bg2 {
	0% {opacity: 0;}
	28% {opacity: 0;}			
	33% {opacity: 1;}			
	61% {opacity: 1;}			
	66% {opacity: 0;}			
	100% {opacity: 0;}
}
@keyframes tai-bg3 {
	0% {opacity: 0;}
	61% {opacity: 0;}			
	66% {opacity: 1;}			
	95% {opacity: 1;}			
	100% {opacity: 0;}
}
#taisetsu #tai-contents {
	width: 100%;
	position: absolute;
	top: 0;
}
#taisetsu #tai-contents h2 {
	width: 100%;
	height: auto;
	margin: 12% 0 3vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#taisetsu #tai-contents h2 img {
	width: 30%;
}
#taisetsu #tai-contents p {
	width: 60%;
	height: auto;
	margin: 1.8vw 20%;
	padding: 0;
	font-size: 1em;
	line-height: 2em;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	opacity: 0;
}

@media (max-width: 1024px) {
	#taisetsu #tai-contents {
		width: 100%;
		position: absolute;
		top: 0;
	}
	#taisetsu #tai-contents h2 {
		width: 100%;
		height: auto;
		margin: 35% 0 10vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#taisetsu #tai-contents h2 img {
		width: 70%;
	}
	#taisetsu #tai-contents p {
		width: 90%;
		height: auto;
		margin: 1.8vw 4% 0 6%;
		padding: 0;
		font-size: 1em;
		line-height: 2em;
		font-feature-settings: "palt";
		letter-spacing: 1px;
		opacity: 0;
	}
	
}



/* ========================================
ストーリー
========================================== */
#story {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 50vw;
	position: relative;
	background-color: #fff;
	z-index: -18;
	overflow: hidden;
}
#story #story-contents {
	width: 100%;
	height: auto;
	position: relative;
	z-index: -16;
}
#story #story-contents h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 7vw 0 1vw;
	text-align: center;
	opacity: 0;
}
#story #story-contents h2 img {
	width: auto;
	height: 2.9vw;
}
#story #story-contents h2.intro-head img {
	width: auto;
	height: 4vw;
}
#story #story-contents p {
	width: 60%;
	height: auto;
	margin: 1.5vw 20%;
	padding: 0;
	font-size: 1em;
	line-height: 2em;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	color: #000;
	opacity: 0;
}
#story .top-slide-wrap {
	width: 100%;
    height: auto;
	display: flex;
	align-items: center;
    overflow: hidden;
	position: fixed;
	bottom: 0;
	z-index: -15;
	opacity: 1;
}
#story .top-slide-wrap .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide 60s infinite linear 0s both;
}
#story .top-slide-wrap .top-slide .content {
	width: 32vw;
	height: auto;
}
#story .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


@media (max-width: 1024px) {
	#story {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 15vw 0 150vw;
		position: relative;
		background-color: #fff;
		z-index: -18;
		overflow: hidden;
	}
	#story #story-contents h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 12vw 0 1vw;
		text-align: center;
		opacity: 0;
	}
	#story #story-contents h2 img {
		width: auto;
		height: 8.2vw;
	}
	#story #story-contents h2.intro-head img {
		width: auto;
		height: 10vw;
	}
	#story #story-contents p {
		width: 90%;
		height: auto;
		margin: 1.5vw 4% 1.5vw 6vw;
		padding: 0;
		font-size: 1em;
		line-height: 2em;
		font-feature-settings: "palt";
		letter-spacing: 1px;
		color: #000;
		opacity: 0;
	}
	#story .top-slide-wrap .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		animation: loop-slide 40s infinite linear 0s both;
	}
	#story .top-slide-wrap .top-slide .content {
		width: 150vw;
		height: auto;
	}
}


/* ========================================
固定背景
========================================== */
#kotei {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20vw 0 40vw;
	position: relative;
}
#kotei-bg0 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	background-color: #fff;
	z-index: -14;
	opacity: 0;
}
#kotei-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	background:url(../img/ANK-kotei-bg-1-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -13;
	opacity: 0;
}
#kotei-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	background:url(../img/ANK-kotei-bg-2-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -12;
	opacity: 0;
}
@keyframes kotei1 {
	0% { opacity: 1;}
	40% { opacity: 1;}
	50% { opacity: 0;}
	90% { opacity: 0;}
	100% { opacity: 1;}
}
@keyframes kotei2 {
	0% { opacity: 0;}
	40% { opacity: 0;}
	50% { opacity: 1;}
	90% { opacity: 1;}
	100% { opacity: 0;}
}
.kotei1 {
	animation:fadeIn 0.8s forwards ease-out 0s , kotei1 6s infinite ease-in-out 1.5s;
}
.kotei2 {
	animation:fadeIn 0.8s forwards ease-out 1.5s , kotei2 6s infinite ease-in-out 1.5s;
}
#kotei #wasure {
	width: 3%;
	height: auto;
	margin-left: 20%;
}
#kotei #wasure img {
	width: 100%;
}

@media (max-width: 1024px) {
	#kotei {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 20vw 0 150vw;
		position: relative;
	}
	#kotei-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
		background:url(../img/ANK-kotei-bg-1-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		z-index: -13;
		opacity: 0;
	}
	#kotei-bg2 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
		background:url(../img/ANK-kotei-bg-2-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		z-index: -12;
		opacity: 0;
	}
	#kotei #wasure {
		width: 9%;
		height: auto;
		margin-left: 20%;
	}


}

/* ========================================
キャスト
========================================== */
#cast {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0;
	background-color: #fff;
}
#cast h2 {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#cast h2 img {
	width: auto;
	height: 3.5vw;
}
#cast .cast-unit {
	width: 60%;
	height: auto;
	margin: 2vw 20% 6vw;
	padding: 0;
}
#cast .cast-unit .cast-images {
	width: 50%;
	height: auto;
	margin: 0 25% 1vw;
	padding: 0;
	position: relative;
}
#cast .cast-unit .cast-images .cast-pic1 {
	width: 100%;
	height: auto;
	opacity: 0;
}
#cast .cast-unit .cast-images .cast-pic2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#cast .cast-unit .cast-images .cast-pic3 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#cast .cast-unit .cast-images .cast-pic1 img ,
#cast .cast-unit .cast-images .cast-pic2 img ,
#cast .cast-unit .cast-images .cast-pic3 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#cast .role {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	text-align: center;
	opacity: 0;
}
#cast .role img {
	width: 20%;
}
#cast .cast-unit p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 2em;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	color: #000;
	opacity: 0;
}
#cast .cast-unit .sns {
	width: 100%;
	height: auto;
	margin: 1vw 0 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#cast .cast-unit .sns li {
	width: 5%;
	margin: 0 1%;
}
#cast .cast-unit .sns li img {
	width: 100%;
}
#cast .cast-unit .sns li img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

.pic1 {
	animation:blurIn 0.8s forwards ease-in 0s;
}
.pic2 {
	animation:fadeIn 0.1s forwards 1.3s;
}
.pic3 {
	animation:fadeIn 0.1s forwards 1.4s;
}
@keyframes blurIn {
	0% {
		opacity: 0;
		transform: translate(-3px,-3px);
		filter: blur(6px);
	}
	30% {
		opacity: 0.3;
		transform: translate(3px,3px);
		filter: blur(4px);
	}
	60% {
		opacity: 0.6;
		transform: translate(0px,-3px);
		filter: blur(2px);
	}
	100% {
		opacity: 1;
		transform: translate(0);
		filter: blur(0);
	}
}


@media (max-width: 1024px) {
	#cast {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 15vw 0;
		background-color: #fff;
		overflow: hidden;
	}
	#cast h2 {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#cast h2 img {
		width: auto;
		height: 10vw;
	}
	#cast .cast-unit {
		width: 90%;
		height: auto;
		margin: 5vw 5% 25vw;
		padding: 0;
	}
	#cast .cast-unit .cast-images {
		width: 100%;
		height: auto;
		margin: 0 0 4vw;
		padding: 0;
		position: relative;
	}
	#cast .role {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		text-align: center;
		opacity: 0;
	}
	#cast .role img {
		width: 45%;
	}
	#cast .cast-unit p {
		width: 98%;
		height: auto;
		margin: 0 1%;
		padding: 0;
		font-size: 1em;
		line-height: 2em;
		font-feature-settings: "palt";
		letter-spacing: 1px;
		color: #000;
		opacity: 0;
	}
	#cast .cast-unit .sns {
		width: 100%;
		height: auto;
		margin: 5vw 0 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 0;
	}
	#cast .cast-unit .sns li {
		width: 16%;
		margin: 0 1%;
	}
}


/* ========================================
スタッフ
========================================== */
#white-grd {
	width: 100%;
	height: auto;
	background: -moz-linear-gradient(top, #fff, transparent);
	background: -webkit-linear-gradient(top, #fff, transparent);
	background: linear-gradient(to bottom, #fff, transparent);
}
#staff {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
}
#staff-bg0 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	background-color: rgb(214, 241, 252);
	z-index: -10;
	opacity: 0;
}
#staff-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	background:url(../img/ANK-foot-bg-1-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -9;
	opacity: 0;
}
#staff-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	background:url(../img/ANK-foot-bg-2-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -9;
	opacity: 0;
}
#staff-bg3 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	background:url(../img/ANK-foot-bg-3-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -9;
	opacity: 0;
}
.staff-bg1 {
	animation:sta-bg1 10s infinite ease-in-out 0s;
}
.staff-bg2 {
	animation:sta-bg2 10s infinite ease-in-out 0s;
}
.staff-bg3 {
	animation:sta-bg3 10s infinite ease-in-out 0s;
}
@keyframes sta-bg1 {
	0% {opacity: 1;}
	23% {opacity: 1;}			
	33% {opacity: 0;}			
	90% {opacity: 0;}			
	100% {opacity: 1;}
}
@keyframes sta-bg2 {
	0% {opacity: 0;}
	23% {opacity: 0;}			
	33% {opacity: 1;}			
	56% {opacity: 1;}			
	66% {opacity: 0;}			
	100% {opacity: 0;}
}
@keyframes sta-bg3 {
	0% {opacity: 0;}
	56% {opacity: 0;}			
	66% {opacity: 1;}			
	90% {opacity: 1;}			
	100% {opacity: 0;}
}
#staff h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	text-align: center;
	opacity: 0;
}
#staff h2 img {
	width: 18%;
}
#staff h3 {
	width: 100%;
	height: auto;
	margin: 2vw 0 0;
	padding: 2vw 0;
	text-align: center;
	opacity: 0;
	color: #587184;
	font-size: 1em;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-weight: 600;

}
#staff h3 span {
	font-size: 1.6em;
	letter-spacing: 3px;
	font-weight: 600;
}
#staff h3 img {
	width: 12%;
}
#staff p {
	width: 60%;
	height: auto;
	margin: 0 20%;
	padding: 0;
	font-size: 1em;
	line-height: 2em;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	color: #000;
	opacity: 0;
}
#staff .sns {
	width: 100%;
	height: auto;
	margin: 1vw 0 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#staff .sns li {
	width: 3%;
	margin: 0 0.6%;
}
#staff .sns li img {
	width: 100%;
}
#cast .cast-unit .sns li img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
#staff p.billing {
	width: 100%;
	height: auto;
	margin: 5vw 0;
	padding: 0;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.8em;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	color: #000;
	opacity: 0;
}
#staff p.billing span {
	display: inline-block;
	font-weight: bold;
	padding-top: 20px;
}

@media (max-width: 1024px) {
	#staff {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0;
	}
	#staff-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
		background:url(../img/ANK-foot-bg-1-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		z-index: -9;
		opacity: 0;
	}
	#staff-bg2 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
		background:url(../img/ANK-foot-bg-2-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		z-index: -9;
		opacity: 0;
	}
	#staff-bg3 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
		background:url(../img/ANK-foot-bg-3-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		z-index: -9;
		opacity: 0;
	}
	#staff h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0;
		text-align: center;
		opacity: 0;
	}
	#staff h2 img {
		width: 50%;
	}
	#staff h3 {
		width: 100%;
		height: auto;
		margin: 10vw 0 0;
		padding: 2vw 0;
		text-align: center;
		opacity: 0;
		color: #587184;
		font-size: 1em;
	}
	#staff h3 span {
		font-size: 1.6em;
	}
	#staff h3 img {
		width: 40%;
	}
	#staff p {
		width: 90%;
		height: auto;
		margin: 0 4% 0 6%;
		padding: 0;
		font-size: 1em;
		line-height: 2em;
		font-feature-settings: "palt";
		letter-spacing: 1px;
		color: #000;
		opacity: 0;
	}
	#staff p.billing {
		width: 100%;
		height: auto;
		margin: 10vw 0;
		padding: 0;
		text-align: center;
		font-size: 0.8em;
		line-height: 1.6em;
		font-feature-settings: "palt";
		letter-spacing: 2px;
		color: #000;
		opacity: 0;
	}
	#staff .sns {
		width: 100%;
		height: auto;
		margin: 1vw 0 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 0;
	}
	#staff .sns li {
		width: 14.1%;
		margin: 0 0.9%;
	}
}


/* ========================================
SNSボタンアリア
========================================== */

#button-area {
	width:100%;
	height:auto;
	margin:0;
	padding:2vw 0;
}
#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:#1B95E0;
}
#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:10vw 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:160px;
	height: 20px;
	margin:5px;
	padding:3px 0;
	display: flex;
	justify-content: center;
}


}


/* ========================================
フッター
========================================== */
footer {
	width:100%;
	height:auto;
	padding:15vw 0 0;
	margin:0;
	position: relative;
}
footer #foot-logo {
	width:100%;
	height:auto;
	padding:0 0 15vw;
	margin:0;
	text-align: center;
	opacity: 0;
}
footer #foot-logo img {
	width: 35%;
}


footer .copyright {
	width:100%;
	height:auto;
	padding:5px 0;
	color:#000;
	text-align:center;
	font-size:0.9vw;
}
@media (max-width: 1024px) {

	footer {
		width:100%;
		height:auto;
		padding:80vw 0 0;
		margin:0;
		position: relative;
	}
	footer #foot-logo {
		width:100%;
		height:auto;
		padding:0 0 70vw;
		margin:0;
		text-align: center;
		opacity: 0;
	}
	footer #foot-logo img {
		width: 90%;
	}

}

@media (max-width: 515px) {

}



/* ========================================
ダウンロード
========================================== */

body#dl-body:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-10;
	width:100%;
	height:100vh;
	background:url(../download/images/SPY-dl-bg.jpg) no-repeat;
	  background-size: cover;
	  background-position: bottom center;
	  animation: none;
  }
  body#dl-body::after{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-11;
	width:100%;
	height:100vh;
	animation: none;
  }  
  #fourmen {
	width: 20%;
	height: auto;
	position: fixed;
	bottom: 3%;
	right: 2%;
  }
  #fourmen img {
	width: 100%;
  }
  .dlButton {
	  background-color:#AB1C23;
	  border:1px solid #AB1C23;
	  display:inline-block;
	  cursor:pointer;
	  color:#fff;
	  font-family:Arial;
	  width: 16vw;
	  font-size:1.2vw;
	  padding:10px 0;
	  text-align: center;
	  text-decoration:none;
  }
  .dlButton:hover {
	  background-color:#fff;
	  color:#AB1C23;
	  transition-duration: 0.6s
  }
  .dlButton:active {
	  position:relative;
	  top:1px;
  }  
  .issiki {
	  margin:20px 0 80px;
	  color:#fff !important;
	  width: 25vw;
  }  
  .issiki:hover {
	  background-color:#fff;
	  color:#AB1C23 !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:#000;
	  font-size:2em;
	  margin-bottom:50px;
  }
  
  .dl-contents h2 span.small {
	  font-size:0.5em;
	  line-height:0.7em;
  }
  
  .dl-contents h2 img {
	  width:55%;
  }
  
  
  
  #dl-wrapper {
	  width:100%;
	  height:auto;
	  text-align:center;
	  margin-bottom:20px;
  }
  
  #dl-wrapper .dl-txt1 {
	  width:100%;
	  height:auto;
	  text-align:center;
	  color:#000;
	  margin:20px 0 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:35%;
  }
  
  #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;
	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;
  }  
  .img-box img {
	  width:90%;
  }

  .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;
  }
