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

body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-10;
  width:100%;
  height:100vh;
  background:url(../img/story_bg_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

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;
}
.tomei {opacity: 0 !important;}
.futomei {opacity: 1 !important;}

br.sponly {display:none;}
.pcimg {display: inline;}
.spimg {display: none;}
.pcslide {display: block;}
.spslide {display: none;}

@media (max-width: 800px) {
	.pcimg {display: none;}
	.spimg {display: inline;}
	.pcslide {display: none;}
	.spslide {display: block;}

	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-fill-mode:forwards;
    display: grid;
    place-items: center;
}
#loader #load2 {
	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;
	opacity:0;
    display: grid;
    place-items: center;
	position: absolute;
	top: 0;
	left: 0;
}
#loader #load1 img ,
#loader #load2 img {
	width:100%;
	height:auto;
}

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

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

#loader {
	width:70%;
	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, #ffc9df, transparent);
	background: -webkit-linear-gradient(top, #ffc9df, transparent);
	background: linear-gradient(to bottom, #ffc9df, transparent);
	z-index:1001;
	transition-duration: 0.6s;
	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;
	font-family: 'Yantramanav', sans-serif;
}
#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 {
	color:#8375A7;
	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: #e4007f;
}
#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: rgba( 251,221,233 , 0.9 );
	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:100%;
	height:auto;
	margin:0;
	padding:20px 0 10px;
	text-align:center;
}  
.global-nav #menu-logo img {
	width:20% !important;
	height:auto;
}    
  .global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  .global-nav__item {
	text-align: center;
	padding: 0.1vw 14px;
	font-family: 'Yantramanav', sans-serif;
  }
  .global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;	
	color: #e4007f;
	font-family: 'Yantramanav', sans-serif;
	transition: all .6s;
  }  
  .global-nav__item a:hover {
	color:#fff;
  }  
  .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: #e4007f !important;
	transition: all .6s;
  }  
  .hamburger #menu {
	position: absolute;
	top: 44px;
	left: 7px;
	font-weight:bold;
	color:#e4007f;
	font-size:1.0em;
	font-family: battery-park, sans-serif;
	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 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;
	  font-family: 'Libre Baskerville', serif;
	}
  
  .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 #menu-logo {
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0 10px;
	text-align:center;
}  
  .global-nav #menu-logo img {
	width:60% !important;
	height:auto;
}
.global-nav ul.nav-sns li {
	width: 10%;
	margin: 0 2%;
	text-align: center;
}
.global-nav ul.nav-sns li a {
	font-size: 10vw;
	color:#e4007f;
}

.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;
	}
	.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;
}
#topmain-pc h1 {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	opacity: 0;
	z-index: -1;
}
#topmain-pc h1 img {
	width: 20%;
}
#topmain-pc #up1 {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
}
#topmain-pc #up2 { 
	width:100%;
	height:auto;
	text-align:center;
	opacity:0;
	transform: skew(-60deg);
	position:absolute;
	top:0;
	left:-2000px;
}
#topmain-pc #up3 ,
#topmain-pc #up4 { 
	width:100%;
	height:auto;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
}
#topmain-pc #up1 img ,
#topmain-pc #up2 img ,
#topmain-pc #up3 img ,
#topmain-pc #up4 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;
  }
}
#topmain-pc ul.sns-link {
	display: block;
	width:41.5%;
	height:auto;
	list-style-type: none;
	padding:0;
	margin:0;
	display: flex;
	justify-content: center;
	opacity: 0;
	position:absolute;
	top:77%;
	right:4%;

}
#topmain-pc ul.sns-link li {
	width: 12%;
	height: auto;
	padding: 0;
	margin: 0 1%;
}
#topmain-pc ul.sns-link li img {
	width:100%;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.3s ease;
}
#topmain-pc ul.sns-link li img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}



/* 以下タブレット・スマホ */
@media (max-width: 800px) {
#topmain-pc {
	display:none !important;
}
#topmain-sp {
	display:block !important;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
	overflow: hidden;
}
#topmain-sp #up1sp {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
}
#topmain-sp #up2sp { 
	width:100%;
	height:auto;
	text-align:center;
	opacity:0;
	transform: skew(-60deg);
	position:absolute;
	top:0;
	left:-2000px;
}
#topmain-sp #up3sp ,
#topmain-sp #up4sp { 
	width:100%;
	height:auto;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
}
#topmain-sp #up1sp img ,
#topmain-sp #up2sp img ,
#topmain-sp #up3sp img ,
#topmain-sp #up4sp img { 
	width:100%;
	height:auto;
	vertical-align:bottom;
}
#topmain-sp #date-sp {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 3%;
	left: 0;
}
#topmain-sp #date-sp img {
	width: 100%;
}

}



/* ========================================
ブリッジ
========================================== */
#bridge {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0 0;
	position: relative;
	background-color: #fff;
}
#bridge #catch {
	width: 50%;
	height: auto;
	margin: 0 25%;
	padding: 0;
	position: relative;
}
#bridge #catch #catch1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#bridge #catch #catch2 ,
#bridge #catch #catch3 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#bridge #catch #catch1 img ,
#bridge #catch #catch2 img ,
#bridge #catch #catch3 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#bridge #catch #catch4 {
	display: none;
}
#bridge #present {
	width: 25%;
	height: auto;
	margin: 2vw 37.5%;
	padding: 0;
}
#bridge #present img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#bridge #present img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
#bridge ul#theater-banner {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#bridge ul#theater-banner li {
	width: 20%;
	height: auto;
	margin: 0 1%;
}
#bridge #theater-banner img {
	width: 100%;
}
#bridge #theater-banner img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
#bridge #mubi-wrap {
	width: 100%;
	text-align: center;
}
#bridge #mubi-wrap #mvtk-widgets-container {
	display: inline-block;
}
#bridge #eigakan-banner {
	display: block;
	width: 100%;
	height: auto;
	margin: 2vw 0 2vw;
	padding: 0;
	text-align: center;
}
#bridge #eigakan-banner img {
	width: 20%;
}
#bridge #eigakan-banner img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}


#bridge #sns-car {
	width: 30%;
	height: 10vw;
	margin: 3vw 35% 0;
	padding: 0;
	position: relative;
}
#bridge #sns-car #car {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	left: -2000px;
	opacity: 0;
}
#bridge #sns-car #car img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#bridge #sns-car ul.sns-link {
	width: 77%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 52%;
	left: 17%;
	z-index: 2;
}
#bridge #sns-car ul.sns-link li {
	width: 21%;
	position: relative;
	/* left: -2000px; */
	opacity: 0;
}
#bridge #sns-car ul.sns-link li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#bridge #sns-car ul.sns-link li img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}


/* 以下スマホ */
@media (max-width: 800px) {
	#bridge {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0 0;
		overflow-x: hidden;
	}
	#bridge #catch {
		width: 98%;
		height: auto;
		margin: 0 1%;
		padding: 0;
		position: relative;
	}
	#bridge #catch #catch1 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#bridge #catch #catch2 ,
	#bridge #catch #catch3 ,
	#bridge #catch #catch4 {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	#bridge #catch #catch1 img ,
	#bridge #catch #catch2 img ,
	#bridge #catch #catch3 img ,
	#bridge #catch #catch4 img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	#bridge #present {
		width: 80%;
		height: auto;
		margin: 5vw 10%;
		padding: 0;
	}
	#bridge ul#theater-banner {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		padding: 0;
		text-align: center;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#bridge ul#theater-banner li {
		width: 60%;
		height: auto;
		margin: 1vw 1%;
	}
	#bridge #eigakan-banner {
		display: block;
		width: 100%;
		height: auto;
		margin: 5vw 0 2vw;
		padding: 0;
		text-align: center;
	}
	#bridge #eigakan-banner img {
		width: 60%;
	}

	#bridge #sns-car {
		width: 70%;
		height: auto;
		margin: 12vw 15% 3.5vw;
		padding: 0;
		position: relative;
	}
	#bridge #sns-car #car {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		left: -1000px;
		opacity: 0;
	}
	#bridge #sns-car #car img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	#bridge #sns-car ul.sns-link {
		width: 77%;
		height: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: space-between;
		position: absolute;
		top: 60%;
		left: 17%;
		z-index: 2;
	}
	#bridge #sns-car ul.sns-link li {
		width: 21%;
		position: relative;
		/* left: -1000px;	*/
		opacity: 0;
	}
	#bridge #sns-car ul.sns-link li img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	#bridge #sns-car ul.sns-link li img:hover {
		opacity: 1;
		-webkit-animation: flash 1.5s;
		animation: flash 1.5s;
	}


}


/* ========================================
モーダル
========================================== */
.modal{
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 999999;
}
.modal__bg{
	background:#000;
	opacity: 0.8;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
}
.modal__content{
    width: 60%;
	height: auto;
    padding: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	background-color: #fff;
}
.modal__content h3 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
.modal__content h3 img {
	width: 50%;
}
.modal__content p {
	font-size: 1.3vw;
	color: #E4007F;
	text-align: center;
}
.modal__content .manuka {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1vw 0;
	text-align: center;
}
.modal__content .manuka img {
	width: 30%;
}
.modal__content ul {
	width: 76%;
	height: auto;
	margin: 0 12%;
	padding: 0;
	font-size: 1.2vw;
}

.batsu {
	width: 3%;
	height: auto;
	position: fixed;
	top: 5%;
	right: 13%;
}
.batsu img {
	width: 100%;
}


/* 以下タブレット・スマホ */
@media (max-width: 800px) {
	.modal__content{
		width: 86%;
		height: 80%;
		padding: 2%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		overflow-y: scroll;
	}
	.modal__content h3 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 2vw 0 0vw;
		text-align: center;
	}
	.modal__content h3 img {
		width: 80%;
	}
	.modal__content p {
		font-size: 4vw;
		color: #E4007F;
		text-align: center;
		margin: 1vw 0;
		padding: 0;
	}
	.modal__content .manuka {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 1vw 0;
		text-align: center;
	}
	.modal__content .manuka img {
		width: 75%;
	}
	.modal__content ul {
		width: 80%;
		height: auto;
		margin: 0 10%;
		padding: 0;
		font-size: 3.8vw;
	}
	.batsu {
		width: 10%;
		height: auto;
		position: fixed;
		top: 3%;
		right: 5%;
	}
	

}




/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:8vw 0 15vw;
	overflow: hidden;
	position: relative;
	background-color: #f3a8bb;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 2vw;
	text-align:center;
	position: relative;
}
.trailer h2 img {
	width:15%;
	height:auto;
	vertical-align: bottom;
}
.trailer .trailer-slider {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.trailer .trailer-slider .slide-img {
	width: 30%;
	height: auto;
	margin: 0;
	padding: 0;
}
.trailer .trailer-slider .slide-img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#video-wrap {
	width: 60%;
	height: auto;
	margin: 0;
	padding: 0 20%;
	position: absolute;
	top: 24%;
}
.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: 100%;
	height: auto;
	margin: 10px 0;
	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: #fff;
	border: 1px solid #e4007f;
	color: #e4007f;
	font-size: 1.1vw;
}
.activee {
	background: #e4007f;
	border: 1px solid #e4007f;
	color: #fff;
}
.movie-btn:hover {
	background: #de7cb2;
	border: 1px solid #de7cb2;
	color: #fff;
	cursor: pointer;
	transition-duration: 0.6s;
}

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


/* 以下スマホ */
@media (max-width: 800px) {
.trailer {
	width:100%;
	padding:30px 0 50vw;
}
.trailer h2 #trailer-head1 img ,
.trailer h2 #trailer-head2 img 
{
	width:40%;
	height:auto;
	vertical-align: bottom;
}
.trailer .logo-slider-up ,
.trailer .logo-slider-down {
	width: 100%;
	height: auto;
	margin: 20vw 0;
	padding: 0 0 10vw;
	display: none;
}
#video-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30%;
}
.video {
	width:90%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 5% 10px;
	display:block;
  }
  .movie-btn {
	width: 30%;
	font-size: 2vw;

}
}

@media (max-width: 525px) {

.video {

}
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:20px 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:40%;
	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;
}
.movie-btn {
	width: 45%;
	font-size: 3vw;
}

}


/* ========================================
イントロダクション
========================================== */
#intro-bg {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #f3a8bb;
	z-index: -9;
}
#intro-bg #intro-bg-wrap {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#intro-bg #intro-bg-wrap .intro-slider {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#intro-bg #intro-bg-wrap .intro-slider .slide-img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#intro-bg #intro-bg-wrap .intro-slider .slide-img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#intro-car {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -7;
}
#intro-car img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#intro {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20vw 0 40vw;
	position: relative;
	z-index: -8;
}
#intro h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	text-align: center;
}
#intro h2 img {
	width: 25%;
}
#intro #intro-c1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 3vw 0 0;
	text-align: center;
}
#intro #intro-c1 img {
	width: 50%;
}
#intro #tomato {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 3vw 0;
	text-align: center;
}
#intro #tomato img {
	width: 13%;
}
#intro #intro-c2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 3vw;
	text-align: center;
}
#intro #intro-c2 img {
	width: 50%;
}
#intro p {
	width: 60%;
	height: auto;
	margin: 0 20%;
	padding: 2vw 0;
	text-align: left;
	font-size: 1.3vw;
	color: #000;
}


@media (max-width: 800px) {
	#intro {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 30vw 0 100vw;
	}
	#intro h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 2vw 0 10vw;
		text-align: center;
	}
	#intro h2 img {
		width: 70%;
	}
	#intro #intro-c1 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 3vw 0 0;
		text-align: center;
	}
	#intro #intro-c1 img {
		width: 98%;
	}
	#intro #tomato {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0;
		text-align: center;
	}
	#intro #tomato img {
		width: 35%;
	}
	#intro #intro-c2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 3vw;
		text-align: center;
	}
	#intro #intro-c2 img {
		width: 57%;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 10vw 0;
		text-align: left;
		font-size: 4vw;
		color: #000;
	}
	


}

/* ========================================
ストーリー
========================================== */
#story {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
#story #story-bg {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#story #story-bg img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#story h2 {
	width: 16%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5%;
	left: 42%;
}
#story h2 img {
	width: 100%;
}
#story #story-logo {
	width: 25%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 1%;
	right: 1%;
}
#story #story-logo img {
	width: 100%;
}
#story #story-txt {
	width: 50%;
	height: auto;
	margin: 0;
	padding: 2vw 10%;
	background: -moz-linear-gradient(left, transparent, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.8) 80%,transparent);
	background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.8) 80%,transparent);
	background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.8) 80%,transparent);
	position: absolute;
	bottom: 10%;
	left: 15%;
	color: #000;
	font-size: 1.3vw;
	text-align: left;
	z-index: 2;
}


@media (max-width: 800px) {
	#story {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		background: #f5dee7;
		position: relative;
	}
	#story h2 {
		width: 40%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 18%;
		left: 30%;
	}
	#story h2 img {
		width: 100%;
	}
	#story #story-logo {
		width: 25%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 1%;
		right: 1%;
	}
	#story #story-logo img {
		width: 100%;
	}
	#story #story-txt {
		width: 90%;
		height: auto;
		margin: 0;
		padding: 8vw 5% 50vw;
		background: #f5dee7;
		position: static;
		font-size: 4vw;
		text-align: left;
	}
	#story #story-logo {
		width: 80%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 1%;
		right: 1%;
	}
	#story #story-logo img {
		width: 100%;
	}


}

/* ========================================
レビュー
========================================== */

#rev-bg1 {
	width: 50%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 70%;
	z-index: -10;
}
#rev-bg2 {
	width: 60%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: -10;
}
#rev-bg1 img ,
#rev-bg2 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#review {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10vw 0;
	position: relative;
	z-index: -11;
}
#review h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	text-align: center;
}
#review h2 img {
	width: 20%;
}
#review .rev-unit {
	width: 50%;
	height: auto;
	margin: 8vw 25%;
	padding: 0;
}
#review .rev-unit .rev-txt {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	padding: 0;
	text-align: center;
	font-size: 1.4vw;
	font-weight: bold;
	color: #000;
}
#review .rev-unit .rev-name {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	padding: 0;
	text-align: center;
	font-size: 1.4vw;
	font-weight: bold;
	color: #e4007f;
	display: flex;
	align-items: center;
	justify-content: center;
}
#review .rev-unit .rev-name::before {
	border-top: 2px solid #e4007f;
	content: "";
	width: 20px; 
	margin-right: 10px; 
}
#review .rev-slider {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10vw 0 30vw;
}
#review .rev-slider .slide-img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#review .rev-slider .slide-img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


@media (max-width: 800px) {

	#rev-bg1 {
		width: 80%;
		height: auto;
		position: fixed;
		bottom: 0;
		left: 20%;
		z-index: -10;
	}
	#rev-bg2 {
		width: 90%;
		height: auto;
		position: fixed;
		bottom: 0;
		left: 0;
		opacity: 0;
		z-index: -10;
	}
	#review {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 20vw 0 0;
		position: relative;
		z-index: -11;
	}
	#review h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 2vw 0;
		text-align: center;
	}
	#review h2 img {
		width: 60%;
	}
	#review .rev-unit {
		width: 90%;
		height: auto;
		margin: 25vw 5%;
		padding: 0;
	}
	#review .rev-unit .rev-txt {
		width: 100%;
		height: auto;
		margin: 1vw 0;
		padding: 0;
		text-align: center;
		font-size: 4vw;
		font-weight: bold;
		color: #000;
	}
	#review .rev-unit .rev-name {
		width: 100%;
		height: auto;
		margin: 1vw 0;
		padding: 0;
		text-align: center;
		font-size: 4vw;
		font-weight: bold;
		color: #e4007f;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#review .rev-unit .rev-name::before {
		border-top: 2px solid #e4007f;
		content: "";
		width: 4vw; 
		margin-right: 10px; 
	}
	#review .rev-slider {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 50vw 0 190vw;
	}
}

/* ========================================
キャスト・スタッフ
========================================== */
#cast-btm-sp {
	display: none;
}
#cast {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: -3;
}
#cast .cast-unit {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 3vw 0;
}
#cast1 {
	background-color: #f3a8bb;
}
#cast2 {
	background-color: #978ce5;
}
#cast3 {
	background-color: #ffdbea;
}
#cast .cast-unit h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	text-align: center;
}
#cast .cast-unit h2 img {
	width: 30%;
}
#cast .cast-unit h3 {
	display: none;
}
#cast .cast-unit .cast-head {
	display: block;
	width: 70%;
	height: auto;
	margin: 1vw 15%;
	padding: 0;
	position: relative;
}
#cast .cast-unit .cast-head .cast-head1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#cast .cast-unit .cast-head .cast-head2 ,
#cast .cast-unit .cast-head .cast-head3 ,
#cast .cast-unit .cast-head .cast-head4 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#cast .cast-unit .cast-head .cast-head1 img ,
#cast .cast-unit .cast-head .cast-head2 img ,
#cast .cast-unit .cast-head .cast-head3 img ,
#cast .cast-unit .cast-head .cast-head4 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#cast .cast-unit .cast-txt {
	width: 60%;
	height: auto;
	margin: 0 20%;
	padding: 0;
	text-align: left;
	font-size: 1.2vw;
	color: #000;
}
#cast .cast-unit .cast-spimg {
	display: none;
}


@media (max-width: 800px) {
	#cast-btm-sp {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	#cast-btm-sp #cast-btm-spwrap {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
	}
	#cast-btm-sp #cast-btm-spwrap #cast1sp {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		opacity: 0;
	}
	#cast-btm-sp #cast-btm-spwrap #cast2sp ,
	#cast-btm-sp #cast-btm-spwrap #cast3sp {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}
	#cast-btm-sp #cast-btm-spwrap #cast1sp img ,
	#cast-btm-sp #cast-btm-spwrap #cast2sp img ,
	#cast-btm-sp #cast-btm-spwrap #cast3sp img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	#cast {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		z-index: -3;
	}
	#cast .cast-unit {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0;
	}
	#cast .cast-unit h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 2vw 0 10vw;
		text-align: center;
	}
	#cast .cast-unit h2 img {
		width: 90%;
	}
	#cast .cast-unit .cast-head {
		display: none;
	}
	#cast .cast-unit h3 {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 2vw 0;
		text-align: center;
	}
	#cast .cast-unit h3 img {
		width: 90%;
	}
	#cast .cast-unit .cast-txt {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 10vw 0 5vw;
		text-align: left;
		font-size: 4vw;
		color: #000;
	}
	#cast .cast-unit .cast-spimg {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0 40vw;
	}
	#cast .cast-unit .cast-spimg .cast-sp1 {
		width: 80%;
		height: auto;
		margin: 5vw 10%;
		padding: 0;
	}
	#cast .cast-unit .cast-spimg .cast-sp1 img {
		width: 100%;
	}
	#cast .cast-unit .cast-spimg .dir-img {
		padding-bottom: 100vw;
	}

}


/* ========================================
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:10px 0 10px;
}

#button-area ul.social_sq_buttons {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type: none;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

#button-area ul.social_sq_buttons li {
	width:160px;
	height: 20px;
	margin:5px;
	padding:3px 0;
	display: flex;
	justify-content: center;
}


}


/* ========================================
フッター
========================================== */

footer {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position: relative;
	background-color: #fff;
	overflow-x: hidden;
}
footer .foot-slider {
	width: 100%;
	height: auto;
	margin: 0 0 12vw;
	padding: 0;
}
footer .rev-slider {
	width: 100%;
	height: auto;
	margin: 12vw 0 0;
	padding: 0;
}
footer .foot-slider .slide-img ,
footer .rev-slider .slide-img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
footer .foot-slider .slide-img img ,
footer .rev-slider .slide-img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
footer #foot-car {
	width: 28%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35.55%;
	left: 22%;
}
footer #foot-car #sns-car2 {
	width: 100%;
	height: 10vw;
	margin: 3vw 0 0;
	padding: 0;
	position: relative;
}
footer #foot-car #sns-car2 #car2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	opacity: 1;
}
footer #foot-car #sns-car2 #car2 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
footer #foot-car #sns-car2 ul.sns-link {
	width: 77%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 47%;
	left: 6%;
	z-index: 2;
}
footer #foot-car #sns-car2 ul.sns-link li {
	width: 21%;
	position: relative;
	animation:5s linear infinite round;

}
@keyframes round {
	0%{ transform:rotate(0);}
	100%{ transform:rotate(-360deg); }
}



footer #foot-car #sns-car2 ul.sns-link li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
footer #foot-car #sns-car2 ul.sns-link li img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
footer #foot-logo {
	width: 28%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35.55%;
	left: 55%;
}
footer #foot-logo img {
	width: 100%;
}
footer #button-area {
	position: absolute;
	bottom: 5%;
}
footer .copyright {
	width:100%;
	height:auto;
	padding:10px 0;
	color:#fff;
	background-color: #C46D8E;
	text-align:center;
	font-size:0.9vw;
}
footer .copyright span {
	display: inline;
}

@media (max-width: 800px) {

footer {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}
footer .foot-slider {
	width: 100%;
	height: auto;
	margin: 0 0 80vw;
	padding: 0;
}
footer .rev-slider {
	width: 100%;
	height: auto;
	margin: 80vw 0 0;
	padding: 0;
}
footer #foot-car {
	width: 70%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 52%;
	left: 30%;
}
footer #foot-car #sns-car2 {
	width: 100%;
	height: 10vw;
	margin: 3vw 0 0;
	padding: 0;
	position: relative;
}
footer #foot-car #sns-car2 #car2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	opacity: 1;
}
footer #foot-car #sns-car2 #car2 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
footer #foot-car #sns-car2 ul.sns-link {
	width: 77%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 115%;
	left: 6%;
	z-index: 2;
}
footer #foot-car #sns-car2 ul.sns-link li {
	width: 21%;
	position: relative;
}
footer #foot-logo {
	width: 70%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20%;
	left: 15%;
}


footer #button-area {
	position: absolute;
	top: 37%;
}
footer .copyright {
	width:90%;
	height:auto;
	padding:10px 5%;
	color:#fff;
	text-align:center;
	font-size:0.7em;
}
footer .copyright img {
	width: 100%;
}
footer .copyright span {
	display: none;
}

}



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

body#dl-body:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-10;
	width:100%;
	height:100vh;
	background:url(../download/images/bunny-dl-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: top right;
	background-color: #fff;
}
body#dl-body::after{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-9;
	width:100%;
	height:100vh;
	background-color: rgba(255, 255, 255, 0.5);
}  
  .dlButton {
	  background-color:#fff;
	  border:1px solid #E4007F;
	  display:inline-block;
	  cursor:pointer;
	  color:#E4007F;
	  font-family:Arial;
	  font-size:16px;
	  padding:10px 48px;
	  text-decoration:none;
  }
  .dlButton:hover {
	  background-color:#E4007F;
	  color:#fff;
	  transition-duration: 0.6s
  }
  .dlButton:active {
	  position:relative;
	  top:1px;
  }
  
  .issiki {
	  margin:20px 0 80px;
	  color:#E4007F !important;
  }
  
  .issiki:hover {
	  background-color:#E4007F;
	  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:#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:45%;
  }
   
  
  #dl-wrapper {
	  width:100%;
	  height:auto;
	  text-align:center;
	  margin-bottom:40px;
  }
  
  #dl-wrapper .dl-txt1 {
	  width:100%;
	  height:auto;
	  text-align:center;
	  color:#E4007F;
	  margin:20px 0 5px;
  }  
  #dl-wrapper .dl-txt1 a {
	  color:#E4007F;
  } 
  #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;
  }
  
  
  .img-box {
	  display:inline-block;
	  width:38%;
	  height:auto;
	  padding:20px 1%;
	  margin:20px 5%;
	  float:left;
	  color:#E4007F;
  }

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