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;background-color: #C4B797;
}
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;
}
br.pconly {display:inline;}
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);
	}
}
@keyframes fadeIn {
	from {
	opacity: 0;
	}

	to {
	opacity: 1;
	}
}
@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(8px);
	transform: scale(3);
	}
	to {
	opacity: 1;
	filter: blur(0);
	transform: scale(1);
	}
}
  


@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;}
	br.pconly {display:none;}
}


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

/* 非表示 */
.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: #C4B797;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000;
    display: grid;
    place-items: center;
}
#loader {
	width:20%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load1 {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
    display: grid;
    place-items: center;
	animation-name: anime1;
	animation-duration: 3s;
	animation-timing-function: ease;
	animation-delay:0;
	animation-iteration-count: infinite;
	animation-fill-mode:forwards;
}
#loader #load2 {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	animation-name: anime1;
	animation-duration: 3s;
	animation-timing-function: ease;
	animation-delay:0;
	animation-iteration-count: infinite;
	animation-fill-mode:forwards;
    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;	}
	30% {	opacity:1;	}
	70% {	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:15px 0 20px;
	position:fixed;
	top:0;
	background: -moz-linear-gradient(top, #C4B697, transparent);
	background: -webkit-linear-gradient(top, #C4B697, transparent);
	background: linear-gradient(to bottom, #C4B697, 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%;
	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.1vw;
	line-height:1.1vw;
	text-align: center;
	color: #000;
	font-family: 'Merriweather', serif;
	letter-spacing: 1px;
}
#pcheader ul#pcmenu li.menusns a span.eng {
	color: #E83500;
}

#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: #C4B697;
	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 0px;
}
.global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;	
	color: #000;
	transition: all .6s;
	font-family: 'Merriweather', serif;
	letter-spacing: 1px;
}  


.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: #fff !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#fff;
	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:#E83500;
}

.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: -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: 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 {
		margin: 10px 0;
	}
	.global-nav__item a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		transition: all .6s;
	  }
	  .global-nav__item a .en {
		width: 100%;
		font-size:5.5vw;
		line-height: 8.5vw;
		font-family: 'Merriweather', serif;
		letter-spacing: 1px;	
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.6vw;
	}
}




/* ========================================
トップメイン画像まわり
========================================== */
#topmain-pc {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
	background-color: #C4B797;
}
#topmain-pc #up1 {
	width:100%;
	height:auto;
}
#topmain-pc #catch1 {
	width:48%;
	height:auto;
	position: absolute;
	top: 12%;
	left: 11%;
	opacity: 0;
}
#topmain-pc #catch2 {
	width:5.2%;
	height:auto;
	position: absolute;
	top: 12%;
	right: 2.5%;
	opacity: 0;
}
#topmain-pc #up2 {
	width:100%;
	height:auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#topmain-pc #softS {
	width: 1.3%;
	height:auto;
	position: absolute;
	top: 3%;
	left: 13%;
	opacity: 0;
}
#topmain-pc #softO {
	width: 1.3%;
	height:auto;
	position: absolute;
	top: 3%;
	left: 37.33%;
	opacity: 0;
}
#topmain-pc #softF {
	width: 1.3%;
	height:auto;
	position: absolute;
	top: 3%;
	left: 61.2%;
	opacity: 0;
}
#topmain-pc #softT {
	width: 1.3%;
	height:auto;
	position: absolute;
	top: 3%;
	right: 13%;
	opacity: 0;
}
#topmain-pc #and {
	width: 1.3%;
	height:auto;
	position: absolute;
	top: 49.3%;
	left: 13%;
	opacity: 0;
}
#topmain-pc #quietQ {
	width: 2.08%;
	height:auto;
	position: absolute;
	bottom: 3%;
	left: 13%;
	opacity: 0;
}
#topmain-pc #quietU {
	width: 1.3%;
	height:auto;
	position: absolute;
	bottom: 3%;
	left: 31%;
	opacity: 0;
}
#topmain-pc #quietI {
	width: 1.3%;
	height:auto;
	position: absolute;
	bottom: 3%;
	left: 48.3%;
	opacity: 0;
}
#topmain-pc #quietE {
	width: 1.3%;
	height:auto;
	position: absolute;
	bottom: 3%;
	left: 66.2%;
	opacity: 0;
}
#topmain-pc #quietT {
	width: 1.3%;
	height:auto;
	position: absolute;
	bottom: 3%;
	right: 13%;
	opacity: 0;
}
#topmain-pc #up1 img ,
#topmain-pc #up2 img ,
#topmain-pc #catch1 img ,
#topmain-pc #catch2 img ,
#topmain-pc #softS img ,
#topmain-pc #softO img ,
#topmain-pc #softF img ,
#topmain-pc #softT img ,
#topmain-pc #and img ,
#topmain-pc #quietQ img ,
#topmain-pc #quietU img ,
#topmain-pc #quietI img ,
#topmain-pc #quietE img ,
#topmain-pc #quietT img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}
@keyframes softS {
	0% {
		opacity: 0;
		transform: translateX(35vw);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.anime-softS {
	animation: softS 1.3s ease-out 2.4s forwards;
}
@keyframes softO {
	0% {
		opacity: 0;
		transform: translateX(10vw);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.anime-softO {
	animation: softO 1.3s ease-out 2.4s forwards;
}
@keyframes softF {
	0% {
		opacity: 0;
		transform: translateX(-10vw);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.anime-softF {
	animation: softF 1.3s ease-out 2.4s forwards;
}
@keyframes softT {
	0% {
		opacity: 0;
		transform: translateX(-35vw);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.anime-softT {
	animation: softT 1.3s ease-out 2.4s forwards;
}
@keyframes quietQ {
	0% {
		opacity: 0;
		transform: translateX(35vw);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.anime-quietQ {
	animation: quietQ 1.3s ease-out 2.4s forwards;
}
@keyframes quietU {
	0% {
		opacity: 0;
		transform: translateX(17vw);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.anime-quietU {
	animation: quietU 1.3s ease-out 2.4s forwards;
}
@keyframes quietI {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.anime-quietI {
	animation: quietI 1.3s ease-out 2.4s forwards;
}
@keyframes quietE {
	0% {
		opacity: 0;
		transform: translateX(-17vw);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.anime-quietE {
	animation: quietE 1.3s ease-out 2.4s forwards;
}
@keyframes quietT {
	0% {
		opacity: 0;
		transform: translateX(-35vw);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.anime-quietT {
	animation: quietT 1.3s ease-out 2.4s forwards;
}
.blurIn1 {
	animation-name:blurIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0);
}
.blurIn2 {
	animation-name:blurIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0);
	animation-delay: 0.7s;
}
.fadeInTop {
	animation-name:fadeIn;
	animation-duration:1.3s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
	animation-delay: 2.4s;
}
.fadeIn {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain-pc #catch1 {
		width:98%;
		height:auto;
		position: absolute;
		top: 2%;
		left: 1%;
		opacity: 0;
	}
	#topmain-pc #catch2 {
		width:12%;
		height:auto;
		position: absolute;
		top: 25%;
		right: 2%;
		opacity: 0;
	}
	#topmain-pc #softS {
		width: 4%;
		height:auto;
		position: absolute;
		top: 8%;
		left: 1%;
		opacity: 0;
	}
	#topmain-pc #softO {
		width: 4%;
		height:auto;
		position: absolute;
		top: 8%;
		left: 32%;
		opacity: 0;
	}
	#topmain-pc #softF {
		width: 4%;
		height:auto;
		position: absolute;
		top: 8%;
		left: 64%;
		opacity: 0;
	}
	#topmain-pc #softT {
		width: 4%;
		height:auto;
		position: absolute;
		top: 8%;
		right: 1%;
		opacity: 0;
	}
	#topmain-pc #and {
		width: 4%;
		height:auto;
		position: absolute;
		top: 48%;
		left: 1%;
		opacity: 0;
	}
	
	#topmain-pc #quietQ {
		width: 6.4%;
		height:auto;
		position: absolute;
		bottom: 20%;
		left: 1%;
		opacity: 0;
	}
	#topmain-pc #quietU {
		width: 4%;
		height:auto;
		position: absolute;
		bottom: 20%;
		left: 24.5%;
		opacity: 0;
	}
	#topmain-pc #quietI {
		width: 4%;
		height:auto;
		position: absolute;
		bottom: 20%;
		left: 48%;
		opacity: 0;
	}
	#topmain-pc #quietE {
		width: 4%;
		height:auto;
		position: absolute;
		bottom: 20%;
		left: 72.5%;
		opacity: 0;
	}
	#topmain-pc #quietT {
		width: 4%;
		height:auto;
		position: absolute;
		bottom: 20%;
		right: 1%;
		opacity: 0;
	}
	

}





/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	background-color: #C4B797;
	overflow-x: hidden;
}
#bridge #theater-banner {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1vw 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#bridge #theater-banner li {
	width: 15%;
	height: auto;
}
#bridge #theater-banner li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#bridge #theater-banner li img:hover {
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
#bridge #sns-link {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#bridge #sns-link img {
	width: 4%;
	height: auto;
}
#bridge #sns-link img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
#bridge #present {
	width: 100%;
	height: auto;
	margin: 3vw 0 1vw;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#bridge #present li {
	width: 13%;
	height: auto;
	margin: 0 2%;
}
#bridge #present img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#bridge #present img:hover {
	transform: rotate(5deg);
	transition: 0.6s;
}
#bridge #mubi-wrap {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	text-align: center;
	opacity: 0;
}
#bridge #mubi-wrap #mvtk-widgets-container {
	display: inline-block;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 10vw; 
		background-color: #C4B797;
	}
	#bridge #theater-banner {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 6vw;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 0;
	}
	#bridge #theater-banner li {
		width: 60%;
		height: auto;
	}
	#bridge #sns-link {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#bridge #sns-link img {
		width: 12%;
		height: auto;
	}
	#bridge #present {
		width: 100%;
		height: auto;
		margin: 5vw 0 3vw;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 0;
	}
	#bridge #present li {
		width: 40%;
		height: auto;
		margin: 0 3%;
	}

}


/* ========================================
トレーラー
========================================== */
#trailer {
	width: 100%;
	height: auto;
	padding: 3vw 0 10vw;
	background-color: #C4B797;
}
#trailer h2 {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#trailer h2 img {
	width: 15%;
	height: auto;
	vertical-align: bottom;
}
#trailer .video-loop {
	width: 100%;
	height: auto;
	text-align: center;
	opacity: 0;
}
#trailer .video-loop video {
	width: 70%;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#trailer {
		width: 100%;
		height: auto;
		padding: 5vw 0 30vw;
		background-color: #C4B797;
	}
	#trailer h2 {
		width: 100%;
		height: auto;
		margin: 3vw 0;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#trailer h2 img {
		width: 40%;
		height: auto;
		vertical-align: bottom;
	}
	#trailer .video-loop video {
		width: 90%;
	}
	

}

/* ========================================
モーダル
========================================== */
.modal{
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 999999;
}
.modal__bg{
	background:#AAA5DB;
	opacity: 0.8;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
}
.movie-bg {
	background:#000;
	opacity: 0.85;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
}
.event-bg {
	background:url(../img/SQ-present-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
	overflow-y: scroll;
}
.movie__content {
    width: 70%;
	height: auto;
    padding: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modal__content {
    width: 90%;
	height: 70%;
    padding: 40px 2%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	overflow-y: scroll;
}
.modal__content::-webkit-scrollbar ,
.movie__content2::-webkit-scrollbar  {
    width: 10px;
}
.modal__content::-webkit-scrollbar-track ,
.movie__content2::-webkit-scrollbar-track {
    background-color: #fff;
}
.modal__content::-webkit-scrollbar-thumb ,
.movie__content2::-webkit-scrollbar-thumb {
	background-color: #96896a;
    box-shadow: inset 0 0 6px rgba(218, 218, 221, 0.3);
}

.modal__content h2 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	text-align: center;
}
.modal__content h2 img {
	width: 30%;
}
.modal__content p {
	width: 80%;
	height: auto;
	margin: 0 10%;
	padding: 0;
	color: #000;
	text-align: center;
	font-size: 1.1vw;
	font-weight: bold;
}
.modal__content ul#posters {
	width: 80%;
	height: auto;
	margin: 2vw 10%;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.modal__content ul#posters li {
	width: 40%;
	margin: 0.3vw 3%;
}
.modal__content ul#posters li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.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%;
}
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: transparent;
	border: 1px solid #E83500;
	color: #fff;
	font-size: 1.1vw;
}
.movie-btn i {
	display: none;
}
.activee {
	background: #E83500;
	border: 1px solid #E83500;
	color: #fff;
}
.activee i {
	display: inline;
}
.movie-btn:hover {
	background: #E83500;
	border: 1px solid #E83500;
	color: #fff;
	cursor: pointer;
	transition-duration: 0.6s;
}
.batsu {
	width: 3%;
	height: auto;
	position: fixed;
	top: 2%;
	right: 2%;
}
.batsu img {
	width: 100%;
}


/* 以下タブレット・スマホ */
@media (max-width: 800px) {
	.modal__content{
		width: 96%;
		height: 75%;
		padding: 5% 2%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		overflow-y: auto;
		overflow-y: scroll;
	}
	.batsu {
		width: 10%;
		height: auto;
		position: fixed;
		top: 3%;
		right: 3%;
	}
	.modal__content p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #000;
		text-align: left;
		font-size: 4vw;
	}
	.event-bg {
		background:url(../img/SQ-present-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		opacity: 1;
		width: 100%;
		height: 100%;
		position: absolute;
		overflow-y: scroll;
	}
	.modal__content h2 {
		width: 100%;
		height: auto;
		margin: 0 0 4vw;
		text-align: center;
	}
	.modal__content h2 img {
		width: 80%;
	}

	.modal__content p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #000;
		text-align: left;
		font-size: 1em;
	}
	.modal__content p a {
		color: #fff;
	}
	.modal__content ul#posters {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.modal__content ul#posters li {
		width: 90%;
		margin: 6vw 5%;
	}
	.movie-btn {
		width: 45%;
		font-size: 3vw;
	}


}



/* ========================================
イントロ＆ストーリー
========================================== */
#intro-bg-color {
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-20;
	width:100%;
	height:100vh;
	min-height: 100%;
	background:url(../img/SQ-intro-bg-pc-1.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
#intro-bg1 {
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-19;
	width:100%;
	height:100vh;
	min-height: 100%;
	background:url(../img/SQ-intro-bg-pc-2.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0;
}
#intro-bg2 {
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-19;
	width:100%;
	height:100vh;
	min-height: 100%;
	background:url(../img/SQ-intro-bg-pc-3.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0;
}
#intro-bg3 {
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-18;
	width:100%;
	height:100vh;
	min-height: 100%;
	background:url(../img/SQ-intro-bg-pc-4.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0;
}
@keyframes intro-bg2 {
	0% {opacity: 0;}
	23% {opacity: 0;}
	33% {opacity: 1;}
	56% {opacity: 1;}
	66% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes intro-bg3 {
	0% {opacity: 0;}
	56% {opacity: 0;}
	66% {opacity: 1;}
	89% {opacity: 1;}
	100% {opacity: 0;}
}
#intro-bg-grad {
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-17;
	width:100%;
	height:100vh;
	min-height: 100%;
	background: linear-gradient(137deg, rgba(225, 101, 63, 0.7), rgba( 196,182,151 , 0.7 ), rgba(106, 105, 105, 0.7));
    background-size: 600% 600%;
	overflow: hidden;
	opacity: 0;
}
@keyframes grad {
    0%{background-position:5% 0%}
    50%{background-position:96% 100%}
    100%{background-position:5% 0%}
}
.fadeInBg1 {
	animation: fadeIn 1.0s ease-out 0s forwards;
}
.fadeInBg2 {
	animation: fadeIn 0.1s ease-out 0s forwards , intro-bg2 10s ease-in-out 0s infinite;
}
.fadeInBg3 {
	animation: fadeIn 0.1s ease-out 0s forwards , intro-bg3 10s ease-in-out 0s infinite;
}
.fadeInBg-grad {
	animation: fadeIn 1s ease-out 0s forwards , grad 10s ease-in-out 0s infinite;
}
.fadeInFast {
	animation: fadeIn 0.1s ease-out 0s forwards;
}
#intro #intro-spbg1 ,
#intro #intro-spbg2 ,
#intro #intro-spbg3 {
	display: none;
}

#intro {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0 15vw;
	overflow-x: hidden;
}
#intro h2#intro-head {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 25vw 0;
	text-align: center;
}
#intro h2#intro-head img {
	width: 30%;
	height: auto;
	vertical-align: bottom;
}
#intro #intro-catch1 ,
#intro #intro-catch2 ,
#intro #intro-catch3 {
	width: 40%;
	height: auto;
	margin: 7vw 30%;
	text-align: center;
	opacity: 0;
}
#intro #intro-catch3 {
	padding-bottom: 7vw;
}
#intro #intro-catch1 img ,
#intro #intro-catch2 img ,
#intro #intro-catch3 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.blurIn0 {
	animation-name:blurIn;
	animation-duration:0.6s;
	animation-fill-mode:forwards;
	animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0);
}
#intro p {
	width: 60%;
	height: auto;
	margin: 3vw 20%;
	font-size: 1.25vw;
	line-height: 2.9vw;
	font-feature-settings: "palt";
	color: #fff;
	text-align: left;
	letter-spacing: 1.5px;
	opacity: 0;
}
#intro h2#story-head {
	width: 100%;
	height: auto;
	margin: 20vw 0 5vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#intro h2#story-head img {
	width: 12%;
	height: auto;
	vertical-align: bottom;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro-bg-color {
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-20;
		width:100%;
		height:100vh;
		min-height: 100%;
		background: linear-gradient(137deg, rgba(106, 105, 105, 1), rgba( 196,182,151 , 1 ), rgba(225, 101, 63, 1), rgba( 196,182,151 , 1 ), rgba(106, 105, 105, 1));
		background-size: 600% 600%;
		animation: grad 10s ease-in-out 0s infinite;
		overflow: hidden;
		opacity: 1;
	}
	#intro-bg1 ,
	#intro-bg2 ,
	#intro-bg3 ,
	#intro-bg-grad {
		display: none;
	}
	#intro h2#intro-head {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 25vw 0 10vw;
		text-align: center;
	}
	#intro h2#intro-head img {
		width: 80%;
		height: auto;
		vertical-align: bottom;
	}
	#intro #intro-spbgwrap {
		display: block;
		width: 100%;
		height: auto;
		position: fixed;
		top: 20%;
		z-index: -18;
	}
	#intro #intro-spbg {
		width: 100%;
		height: auto;
		position: relative;
	}
	#intro #intro-spbg1 {
		display: block;
		width: 100%;
		height: auto;
	}
	#intro #intro-spbg2 ,
	#intro #intro-spbg3 {
		display: block;
		width: 100%;
		height: auto;
	}
	#intro #intro-spbg1 img ,
	#intro #intro-spbg2 img ,
	#intro #intro-spbg3 img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	#intro #intro-catch1 ,
	#intro #intro-catch2 ,
	#intro #intro-catch3 {
		width: 100%;
		height: auto;
		margin: 15vw 0;
		text-align: center;
		opacity: 0;
	}


	#intro #intro-catch1 img ,
	#intro #intro-catch2 img ,
	#intro #intro-catch3 img {
		width: 80%;
		height: auto;
		vertical-align: bottom;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 20vw 5%;
		font-size: 1em;
		line-height: 2em;
		font-feature-settings: "palt";
		font-weight: bold;
		color: #000;
		text-align: left;
		letter-spacing: 1px;
		opacity: 0;
	}
	#intro h2#story-head {
		width: 100%;
		height: auto;
		margin: 15vw 0 5vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#intro h2#story-head img {
		width: 35%;
		height: auto;
		vertical-align: bottom;
	}
	@keyframes sp-intro-vanish {
		0% {
			filter: blur(0) invert(0);
		}
		100% {
			filter: blur(2px) invert(100%);
		}
	}
	.sp-intro-vanish {
		animation: sp-intro-vanish 1.0s ease-out 0s forwards , fadeOut 1.0s ease-out 0.7s forwards;
	}




}




/* ========================================
スライダー
========================================== */
#slider {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
#slider #slider-bg1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#slider #slider-bg2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	animation: intro-bg2 8s ease-in-out 0s infinite;
}
#slider #slider-bg3 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	animation: intro-bg3 8s ease-in-out 0s infinite;
}
#slider #slider-bg1 img ,
#slider #slider-bg2 img ,
#slider #slider-bg3 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#slider #slider-logo {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	position: absolute;
	top: 0;
}
#slider #slider-logo img {
	width: 25%;
	height: auto;
	vertical-align: bottom;
}
.top-slide-wrap {
	display: block;
	width: 100%;
    height: auto;
	display: flex;
	align-items: center;
    overflow: hidden;
	opacity: 1;
}
#slider #upper-slide {
	position: absolute;
	top: 0;
	z-index: 2;
}
#slider #lower-slide {
	position: absolute;
	bottom: 0;
	z-index: 2;
}
#upper-slide .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide 50s infinite linear 0s both;
}
#lower-slide .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide-rev 50s infinite linear 0s both;
}
.top-slide-wrap .top-slide .content {
	width: 35vw;
	height: auto;
}
.top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	.top-slide-wrap .top-slide .content {
		width: 90vw;
		height: auto;
	}
	#slider #slider-logo img {
		width: 70%;
		height: auto;
		vertical-align: bottom;
	}

}


/* ========================================
監督
========================================== */
#director {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
#director #dire-org {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0;
	background-color: #E83500;
	position: relative;
}
#director #dire-org .dire-photo1 {
	width: 40%;
	height: auto;
	position: absolute;
	top: 10%;
	left: 0;
}
#director #dire-org .dire-imgbox {
	width: 100%;
	height: auto;
	position: relative;
}
#director #dire-org .dire-imgbox .sla-img {
	width: 100%;
	height: auto;
	text-align: right;
	position: relative;
	z-index: 2;
}
#director #dire-org .dire-imgbox .sla-img img {
	width: 50%;
	height: auto;
	vertical-align: bottom;
}
#director #dire-org .dire-imgbox .dire-img {
	width: 100%;
	height: auto;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}
#director #dire-org .dire-imgbox .dire-img img {
	width: 85%;
	height: auto;
	vertical-align: bottom;
}
#director #dire-org h2 {
	width: 55%;
	height: auto;
	margin: 2vw 5% 2vw 40%;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#director #dire-org h2 img {
	width: 30%;
}
#director #dire-org .dire-txt {
	width: 55%;
	height: auto;
	margin: 5vw 5% 5vw 40%;
	color: #fff;
	font-size: 1.2vw;
	line-height: 2.4vw;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
	opacity: 0;
}
@keyframes slideInToLeft {
	0% {
		opacity: 0;
		transform: translateX(50%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes slideInToRight {
	0% {
		opacity: 0;
		transform: translateX(-50%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.slideInToLeft {
	animation: slideInToLeft 1s ease-out 0s forwards;
}
.slideInToRight {
	animation: slideInToRight 1s ease-out 0s forwards;
}
#director #dire-blk {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0;
	background-color: #000;
	position: relative;
}
#director #dire-blk .dire-photo1 {
	width: 40%;
	height: auto;
	position: absolute;
	top: 5%;
	right: 0;
}
#director #dire-blk .dire-imgbox {
	width: 100%;
	height: auto;
	position: relative;
}
#director #dire-blk .dire-imgbox .sla-img {
	width: 100%;
	height: auto;
	text-align: left;
	position: relative;
	z-index: 2;
}
#director #dire-blk .dire-imgbox .sla-img img {
	width: 50%;
	height: auto;
	vertical-align: bottom;
}
#director #dire-blk .dire-imgbox .dire-img {
	width: 100%;
	height: auto;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}
#director #dire-blk .dire-imgbox .dire-img img {
	width: 85%;
	height: auto;
	vertical-align: bottom;
}
#director #dire-blk .dire-txt {
	width: 55%;
	height: auto;
	margin: 5vw 40% 5vw 5%;
	color: #fff;
	font-size: 1.2vw;
	line-height: 2.4vw;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
	opacity: 0;
}
#director #dire-beg {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0;
	background-color: #C4B697;
	position: relative;
}
#director #dire-beg #dire-prof-name {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#director #dire-beg #dire-prof-name img {
	width: 20%;
	height: auto;
	vertical-align: bottom;
}
#director #dire-beg #dire-prof-photo {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#director #dire-beg #dire-prof-photo img {
	width: 10%;
	height: auto;
	vertical-align: bottom;
}
#director #dire-beg p {
	width: 60%;
	height: auto;
	margin: 2vw 20%;
	color: #000;
	font-size: 1.2vw;
	line-height: 2.4vw;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
	opacity: 0;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#director #dire-org {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0;
		background-color: #E83500;
		position: relative;
	}
	#director #dire-blk {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 20vw;
		background-color: #000;
		position: relative;
	}
	#director #dire-org h2 {
		width: 100%;
		height: auto;
		margin: 3vw 0;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#director #dire-org h2 img {
		width: 50%;
	}
	#director #dire-org .dire-photo1 {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		position: static;
	}
	#director #dire-blk .dire-photo1 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		position: static;
	}	#director #dire-org .dire-photo1 .dire-imgbox ,
	#director #dire-blk .dire-photo1 .dire-imgbox {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 20vw;
		position: relative;
	}
	#director #dire-org .dire-photo1 .dire-imgbox .dire-img ,
	#director #dire-blk .dire-photo1 .dire-imgbox .dire-img {
		width: 100%;
		height: auto;
		position: static;
	}
	#director #dire-org .dire-photo1 .dire-imgbox .dire-img img ,
	#director #dire-blk .dire-photo1 .dire-imgbox .dire-img img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	#director #dire-org .dire-photo1 .dire-imgbox .sla-img ,
	#director #dire-blk .dire-photo1 .dire-imgbox .sla-img {
		width: 100%;
		height: auto;
		text-align: center;
		position: absolute;
		bottom: 0;
	}
	#director #dire-org .dire-photo1 .dire-imgbox .sla-img img ,
	#director #dire-blk .dire-photo1 .dire-imgbox .sla-img img {
		width: 80%;
		height: auto;
		vertical-align: bottom;
	}
	#director #dire-org .dire-txt ,
	#director #dire-blk .dire-txt {
		width: 90%;
		height: auto;
		margin: 5vw 5%;
		color: #fff;
		font-size: 1em;
		line-height: 2em;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
		opacity: 0;
	}
	#director #dire-beg {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 20vw 0;
		background-color: #C4B697;
		position: relative;
	}
	#director #dire-beg #dire-prof-name {
		width: 100%;
		height: auto;
		margin: 1vw 0 5vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#director #dire-beg #dire-prof-name img {
		width: 80%;
		height: auto;
		vertical-align: bottom;
	}
	#director #dire-beg #dire-prof-photo {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#director #dire-beg #dire-prof-photo img {
		width: 50%;
		height: auto;
		vertical-align: bottom;
	}
	#director #dire-beg p {
		width: 90%;
		height: auto;
		margin: 2vw 5%;
		color: #000;
		font-size: 1em;
		line-height: 2em;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
		opacity: 0;
	}


}


/* ========================================
受賞歴
========================================== */
#awards {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #29352e;
}
#awards #awa-bg {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	filter: blur(0px);
    transition: filter 0.5s;
}
#awards #awa-bg img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#awards #award-wrap {
	width: 100%;
	height: auto;
	position: absolute;
	top: 28%;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#awards #award-wrap h2 {
	width: 15%;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
}
#awards #award-wrap h2 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#awards #award-wrap ul {
	width: 60%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#awards #award-wrap ul li {
	width: 40%;
	margin: 2vw 2%;
	opacity: 0;
}
#awards #award-wrap ul li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#awards #award-wrap {
		width: 100%;
		height: auto;
		position: absolute;
		top: 12%;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	
	#awards #award-wrap h2 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#awards #award-wrap h2 img {
		width: 40%;
		height: auto;
		vertical-align: bottom;
	}
	#awards #award-wrap ul {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		left: 0;
	}
	#awards #award-wrap ul li {
		width: 80%;
		margin: 2vw 10%;
		opacity: 0;
	}
	

}


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

#rev-bg1 {
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-16;
	width:100%;
	height:100vh;
	min-height: 100%;
	background:url(../img/SQ-reviews-bg-pc-1.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0;
}
#rev-bg2 {
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-15;
	width:100%;
	height:100vh;
	min-height: 100%;
	background:url(../img/SQ-reviews-bg-pc-2.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0;
}
#rev-bg3 {
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-15;
	width:100%;
	height:100vh;
	min-height: 100%;
	background:url(../img/SQ-reviews-bg-pc-3.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0;
}
#review {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20vw 0;
}
#review h2 {
	width: 100%;
	height: auto;
	margin: 3vw 0 20vw;
	padding: 0;
	text-align: center;
}
#review h2 img {
	width: 20%;
}
#review ul {
	width: 100%;
	height: auto;
	margin: 3vw 0;
	padding: 0;
	list-style-type: none;
}
#review ul li {
	width: 25%;
	height: auto;
	opacity: 0;
}
#review ul li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#review ul li:nth-child(1) {
	margin: 2vw 0 2vw 10%;
}
#review ul li:nth-child(2) {
	margin: 2vw 0 2vw 65%;
}
#review ul li:nth-child(3) {
	margin: 2vw 0 2vw 30%;
}
#review ul li:nth-child(4) {
	margin: 2vw 0 2vw 10%;
}
#review ul li:nth-child(5) {
	margin: 2vw 0 2vw 65%;
}
#review ul li:nth-child(6) {
	margin: 2vw 0 2vw 30%;
}
#review ul li:nth-child(7) {
	margin: 2vw 0 2vw 10%;
}
#review ul li:nth-child(8) {
	margin: 2vw 0 2vw 65%;
}
#review ul li:nth-child(9) {
	margin: 2vw 0 2vw 30%;
}
#review ul li:nth-child(10) {
	margin: 2vw 0 2vw 10%;
}
#review ul li:nth-child(11) {
	margin: 2vw 0 2vw 65%;
}
#review ul li:nth-child(12) {
	margin: 2vw 0 2vw 30%;
}
#review ul li:nth-child(13) {
	margin: 2vw 0 2vw 10%;
}
#review ul li:nth-child(14) {
	margin: 2vw 0 2vw 65%;
}
@keyframes rev-blurIn {
	0% {
		opacity: 0;
		filter: blur(15px);
	}
	100% {
		opacity: 1;
		filter: blur(0px);
	}
}
.rev-blurIn {
	animation: rev-blurIn 1.1s ease-out 0s forwards;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#rev-bg1 {
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-16;
		width:100%;
		height:100vh;
		min-height: 100%;
		background:url(../img/SQ-reviews-bg-sp-1.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		opacity: 0;
	}
	#rev-bg2 {
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-15;
		width:100%;
		height:100vh;
		min-height: 100%;
		background:url(../img/SQ-reviews-bg-sp-2.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		opacity: 0;
	}
	#rev-bg3 {
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-15;
		width:100%;
		height:100vh;
		min-height: 100%;
		background:url(../img/SQ-reviews-bg-sp-3.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		opacity: 0;
	}
	#review {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 30vw 0;
	}
	#review h2 {
		width: 100%;
		height: auto;
		margin: 3vw 0 20vw;
		padding: 0;
		text-align: center;
	}
	#review h2 img {
		width: 40%;
	}
	#review ul {
		width: 100%;
		height: auto;
		margin: 3vw 0;
		padding: 0;
		list-style-type: none;
	}
	#review ul li {
		width: 90%;
		height: auto;
		margin: 10vw 0 !important;
		padding: 0 5%;
		opacity: 0;
	}
	#review ul li:nth-child(odd) {
		text-align: left;
	}
	#review ul li:nth-child(even) {
		text-align: right;
	}
	#review ul li img {
		width: 65%;
		height: auto;
		vertical-align: bottom;
	}

}


/* ========================================
キャスト・スタッフ
========================================== */

#cast {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0 0;
	background-color: #C4B697;
	overflow-x: hidden;
}
#cast h2 {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	padding: 0;
	text-align: center;
}
#cast h2 img {
	width: 20%;
}
#cast .cast-unit {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	padding: 0;
	display: flex;
	align-items: center;
}
#cast .cast-unit:last-child {
	margin: 2vw 0 0;
}
#cast .cast-odd {
	justify-content: flex-start;
}
#cast .cast-even {
	justify-content: flex-end;
}
#cast .cast-unit .cast-img {
	width: 35%;
	height: auto;
	opacity: 0;
}
#cast .cast-unit .cast-img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#cast .cast-unit .cast-txt {
	width: 50%;
	height: auto;
	opacity: 0;
}
#cast .cast-odd .cast-txt {
	transform: translateX(-3%);
}
#cast .cast-even .cast-txt {
	transform: translateX(3%);
}
#cast .cast-unit .cast-txt h3 {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	text-align: left;
}
#cast .cast-unit .cast-txt h3 img {
	width: auto;
	height: 1.5vw;
	vertical-align: bottom;
}
#cast .cast-unit .cast-txt p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1.1vw;
	line-height: 2vw;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	color: #000;
}
@keyframes blurInLeft {
	0% {
		filter: blur(10px);
		opacity: 0;
		transform: translateX(30%);
	}
	100% {
		filter: blur(0px);
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes blurInRight {
	0% {
		filter: blur(10px);
		opacity: 0;
		transform: translateX(-30%);
	}
	100% {
		filter: blur(0px);
		opacity: 1;
		transform: translateX(0);
	}
}
.blurInLeft {
	animation: blurInLeft 1.1s ease-out 0s forwards;
}
.blurInRight {
	animation: blurInRight 1.1s ease-out 0s forwards;
}
.fadeInCastTxt {
	animation: fadeIn 1.1s ease-out 0.8s forwards;
}
#staff {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 6vw 0;
	background-color: #E83500;
}
#staff h3 {
	width: 100%;
	height: auto;
	margin: 4vw 0 2vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#staff h3 img {
	width: auto;
	height: 4vw;
	vertical-align: bottom;
}
#staff p {
	width: 50%;
	height: auto;
	margin: 0 25% 5vw;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	opacity: 0;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#cast {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 20vw 0;
		background-color: #C4B697;
	}
	#cast h2 {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		padding: 0;
		text-align: center;
	}
	#cast h2 img {
		width: 50%;
	}
	#cast .cast-unit {
		width: 100%;
		height: auto;
		margin: 10vw 0 30vw;
		padding: 0;
		display: flex;
		justify-content: center !important;
		align-items: center;
		flex-wrap: wrap;
	}
	#cast .cast-unit .cast-img {
		width: 100%;
		height: auto;
		opacity: 0;
		order: 1 !important;
	}
	#cast .cast-unit .cast-img img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	#cast .cast-unit .cast-txt {
		width: 100%;
		height: auto;
		opacity: 1;
		transform: translateX(0) !important;
		order: 2 !important;
	}
	#cast .cast-unit .cast-txt h3 {
		width: 100%;
		height: auto;
		margin: 8vw 0 8vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#cast .cast-unit .cast-txt h3 img {
		width: auto;
		height: 12vw;
		vertical-align: bottom;
	}
	#cast .cast-unit .cast-txt p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		text-align: left;
		font-size: 1em;
		line-height: 2em;
		font-feature-settings: "palt";
		letter-spacing: 1px;
		color: #000;
		opacity: 0;
	}
	.fadeInCastTxt {
		animation: none;
	}
	.fadeInUp {
		animation: fadeInUp 1.0s ease-out 0s forwards;
	}
	#staff {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 20vw 0 25vw;
		background-color: #E83500;
	}
	#staff h3 {
		width: 100%;
		height: auto;
		margin: 3vw 0 1vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#staff h3 img {
		width: auto;
		height: 12vw;
		vertical-align: bottom;
	}
	#staff p {
		width: 90%;
		height: auto;
		margin: 5vw 5% 20vw;
		color: #fff;
		font-size: 1em;
		line-height: 2em;
		font-feature-settings: "palt";
		letter-spacing: 1px;
		opacity: 0;
	}
	

}


/* ========================================
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:#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: #C4B697;
}
footer #foot-bg {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
}
footer #foot-logo ,
footer #foot-catch {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
footer #foot-catch {
	opacity: 0;
}
footer #foot-bg img ,
footer #foot-logo img ,
footer #foot-catch img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.foot1 {
	animation: rev-blurIn 1.0s ease-out 0.8s forwards;
}
.foot2 {
	animation: fadeIn 1.3s ease-out 1.8s forwards;
}
.foot3 {
	animation: fadeIn 1.0s ease-out 2.6s forwards;
}
footer #button-area {
	position: absolute;
	bottom: 5%;
	opacity: 0;
}
footer #copy {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 3px 0;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
	position: absolute;
	bottom: 0;
}

@media (max-width: 1024px) {
	footer {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		position: relative;
	}

}
@media (max-width: 510px) {
	footer #button-area {
		position: absolute;
		bottom: 2%;
		opacity: 0;
	}
	footer #copy {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 3px 0;
		text-align: center;
		font-size: 0.6em;
		color: #fff;
		position: absolute;
		bottom: 0;
	}
}



/* ========================================
コメント
========================================== */
#combody #pcheader ,
#combody .hamburger {
	opacity: 1;
}
#combody:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-10;
	width:100%;
	height:100vh;
	background:url(../img/SQ-comment-pc-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
#comment {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#comment h1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 8vw 0 2vw;
	text-align: center;
	background-color: rgba( 196,182,151 , 0.85 );
}
#comment h1 img {
	width: 30%;
	height: auto;
	vertical-align: bottom;
}
#comment #keisho {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 3vw;
	text-align: center;
	background-color: rgba( 196,182,151 , 0.85 );
	color: #000;
	font-size: 1.1vw;
	font-weight: bold;
	font-feature-settings: "palt";
}
#comment ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#comment ul .com-unit {
	width: 54%;
	height: auto;
	margin: 0;
	padding: 5vw 23%;
}
#comment ul .com-unit p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1.2vw;
	line-height: 2.2vw;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
	opacity: 0;
}
#comment ul .com-unit .name ,
#comment ul .com-unit .title {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 1.2vw;
	line-height: 1.7vw;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
	opacity: 0;
}
#comment ul .com-unit .name {
	margin-top: 1vw;
}
#comment ul .com-unit .com-logo {
	width: 100%;
	height: auto;
	padding: 5vw 0;
	text-align: center;
}
#comment ul .com-unit .com-logo img {
	width: 40%;
	height: auto;
	vertical-align: bottom;
}

#comment ul .com-unit:first-child p ,
#comment ul .com-unit:first-child .name ,
#comment ul .com-unit:first-child .title {
	opacity: 1;
}
#comment ul .com-unit ,
#comment ul .com-unit:nth-child(4) ,
#comment ul .com-unit:nth-child(7) ,
#comment ul .com-unit:nth-child(10) 
{
	background-color: rgba( 211,96,21 , 0.85 );
}
#comment ul .com-unit p ,
#comment ul .com-unit:nth-child(4) p ,
#comment ul .com-unit:nth-child(7) p {
	color: #000;
}
#comment ul .com-unit p span ,
#comment ul .com-unit:nth-child(4) p span ,
#comment ul .com-unit:nth-child(7) p span {
	color: #fff;
}
#comment ul .com-unit .name ,
#comment ul .com-unit:nth-child(4) .name ,
#comment ul .com-unit:nth-child(7) .name {
	color: #fff;
}
#comment ul .com-unit .title ,
#comment ul .com-unit:nth-child(4) .name ,
#comment ul .com-unit:nth-child(7) .name {
	color: #000;
}

#comment ul .com-unit:nth-child(2) ,
#comment ul .com-unit:nth-child(5) ,
#comment ul .com-unit:nth-child(8) {
	background-color: rgba( 0,0,0 , 0.9 );
}
#comment ul .com-unit:nth-child(2) p ,
#comment ul .com-unit:nth-child(5) p ,
#comment ul .com-unit:nth-child(8) p {
	color: #fff;
}
#comment ul .com-unit:nth-child(2) p span ,
#comment ul .com-unit:nth-child(5) p span ,
#comment ul .com-unit:nth-child(8) p span {
	color: #e83500;
}
#comment ul .com-unit:nth-child(2) .name ,
#comment ul .com-unit:nth-child(5) .name ,
#comment ul .com-unit:nth-child(8) .name {
	color: #e83500;
}
#comment ul .com-unit:nth-child(2) .title ,
#comment ul .com-unit:nth-child(5) .title ,
#comment ul .com-unit:nth-child(8) .title {
	color: #fff;
}

#comment ul .com-unit:nth-child(3n) {
	background-color: rgba( 196,182,151 , 0.85 );
}
#comment ul .com-unit:nth-child(3n) p {
	color: #000;
}
#comment ul .com-unit:nth-child(3n) p span {
	color: #e83500;
}
#comment ul .com-unit:nth-child(3n) .name {
	color: #e83500;
}
#comment ul .com-unit:nth-child(3n) .title {
	color: #000;
}


@media (max-width: 1024px) {
	#combody:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-10;
		width:100%;
		height:100vh;
		min-height: 100%;
		background:url(../img/SQ-comment-sp-bg.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	#comment h1 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 30vw 0 2vw;
		text-align: center;
		background-color: rgba( 196,182,151 , 0.85 );
	}
	#comment h1 img {
		width: 70%;
		height: auto;
		vertical-align: bottom;
	}
	#comment #keisho {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 27vw;
		text-align: center;
		background-color: rgba( 196,182,151 , 0.85 );
		color: #000;
		font-size: 0.9em;
		font-weight: bold;
		font-feature-settings: "palt";
	}
	#comment ul .com-unit {
		width: 90%;
		height: auto;
		margin: 0;
		padding: 13vw 5%;
	}
	#comment ul .com-unit p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: left;
		font-size: 1em;
		line-height: 1.9em;
		font-weight: bold;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
		opacity: 0;
	}
	#comment ul .com-unit .name ,
	#comment ul .com-unit .title {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: right;
		font-size: 1em;
		line-height: 1.5em;
		font-weight: bold;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
		opacity: 0;
	}
	#comment ul .com-unit .name {
		margin-top: 0.8em;
	}
	#comment ul .com-unit .com-logo {
		width: 100%;
		height: auto;
		padding: 30vw 0;
		text-align: center;
	}
	#comment ul .com-unit .com-logo img {
		width: 70%;
		height: auto;
		vertical-align: bottom;
	}
	
}









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

body#dl-body:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-10;
	width:100%;
	height:100vh;
	background:url(../download/images/SQ-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;
  }  
  .dlButton {
	  background-color:transparent;
	  border:1px solid #E83500;
	  display:inline-block;
	  cursor:pointer;
	  color:#E83500;
	  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:#E83500;
	  color:#000;
	  transition-duration: 0.6s
  }
  .dlButton:active {
	  position:relative;
	  top:1px;
  }  
  .issiki {
	  margin:20px 0 80px;
	  color:#E83500 !important;
	  width: 25vw;
  }  
  .issiki:hover {
	  background-color:#E83500;
	  color:#000 !important;
  }
  .dl-contents {
	  width:80%;
	  height:auto;
	  padding:20px 10% 80px;
	  font-size:1.3em;
  }  
  .dl-contents h2 {
	  width:100%;
	  text-align:center;
	  padding:0;
	  color:#031018;
	  font-size:2em;
	  margin-bottom:30px;
  }  
  .dl-contents h2 span.small {
	  font-size:0.5em;
	  line-height:0.7em;
  }
  
  .dl-contents h2 img {
	  width:25%;
  }  
  #dl-wrapper {
	  width:100%;
	  height:auto;
	  text-align:center;
	  margin-bottom:20px;
  }
  
  #dl-wrapper .dl-txt1 {
	  width:100%;
	  height:auto;
	  text-align:center;
	  color:#000;
	  margin:20px 0 5px;
	  font-size: 0.9em;
	  font-weight: bold;
	  font-feature-settings:"palt";
	  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  }
  #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;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  }  
  .dl-wrap .img-box {
	  width:25%;
	  height:auto;
	  padding:0 1%;
	  margin:50px 1%;
	  color:#000;
	  text-align: center;
	  font-size: 0.9em;
	  font-weight: bold;
	  font-feature-settings: "palt";
	  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  }  
  .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;
  }
