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 !important;}
body > footer {
	position: sticky;
	top: 100vh;
}	
img {
    image-rendering: -webkit-optimize-contrast;
}
.clearfix{
  zoom:1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}
br.clear {
	clear:both;
}
br.sponly {display:none;}
br.sponly2 {display:none;}
br.pconly {display:inline;}
.img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


@-webkit-keyframes flash {
	0% {
	  opacity: .4;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes flash {
	0% {
	  opacity: .4;
	}
	100% {
	  opacity: 1;
	}
}
@keyframes loop-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes loop-slide-rev {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes fadeIn {
	from {
	opacity: 0;
	}

	to {
	opacity: 1;
	}
}
@keyframes fadeOut {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	}
}

.fadeIn {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeInFast {
	animation-name:fadeIn;
	animation-duration:0.2s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeInFastest {
	animation-name:fadeIn;
	animation-duration:0s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeOutFastest {
	animation-name:fadeOut;
	animation-duration:0s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeInTeaser {
	animation-name:fadeIn;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}

@keyframes fadeInUp {
	from {
	opacity: 0;
	transform: translateY(70px);
	}
	to {
	opacity: 1;
	transform: translateY(0);
	}
}
@keyframes fadeInUp2 {
	from {
	opacity: 0;
	transform: translateY(100px);
	}
	to {
	opacity: 1;
	transform: translateY(0);
	}
}
@keyframes fadeOut {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	}
}
@keyframes blurIn {
	from {
	opacity: 0;
	filter: blur(10px);
	transform: scale(4);
	}
	to {
	opacity: 1;
	filter: blur(0);
	transform: scale(1);
	}
}
@keyframes zoomIn {
	from {
	transform: scale(0);
	opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes fall {
	0% {
		top: -200px;
		opacity: 1;
	}
	30% {
		top: 300%;
		opacity: 1;
	}
	30.1% {
		top: 300%;
		opacity: 0;
	}
	31% {
		top: -200px;
		opacity: 0;
	}
	32% {
		top: -200px;
		opacity: 1;
	}
	60% {
		top: 300%;
		opacity: 1;
	}
	60.1% {
		top: 300%;
		opacity: 0;
	}
	61% {
		top: -200px;
		opacity: 0;
	}
	62% {
		top: -200px;
		opacity: 1;
	}
	90% {
		top: 300%;
		opacity: 1;
	}
	90.1% {
		top: 300%;
		opacity: 0;
	}
	91% {
		top: 300%;
		opacity: 0;
	}
	100% {
		top: -200px;
		opacity: 0;
	}
}
@keyframes sway {
	from {
	  transform: translateX(0px) rotateX(0deg) rotateZ(0deg);
	  transform-origin: 50% 50%;
	}
	to {
	  transform: translateX(200px) rotateX(120deg) rotateZ(-45deg);
	  transform-origin: 50% 50%;
	}
}
#wrapper {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
#wrapper #leaf1 {
	width: 5%;
	height: auto;
	position: absolute;
	top: -200px;
	right: 20%;
	animation: fall 80s linear 7s infinite, sway 2.2s ease-in-out infinite alternate;
	z-index: 200;
}
#wrapper #leaf2 {
	width: 7%;
	height: auto;
	position: absolute;
	top: -200px;
	left: 7%;
	animation: fall 75s linear 18s infinite, sway 2s ease-in-out infinite alternate;
	z-index: 200;
}
#wrapper #leaf3 {
	width: 7%;
	height: auto;
	position: absolute;
	top: -200px;
	left: 15%;
	animation: fall 85s linear 12s infinite, sway 2.5s ease-in-out infinite alternate;
	z-index: 200;
}



@media (max-width: 1024px) {
	.pcimg {display: none !important;}
	.spimg {display: inline;}
	br.sponly {display:inline;}
	br.sponly2 {display:none;}
	br.pconly {display:none;}

	#wrapper {
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
	}
	#wrapper #leaf1 {
		width: 15%;
		height: auto;
		position: absolute;
		top: -200px;
		right: 30%;
		animation: fall 100s linear 7s infinite, sway 2.2s ease-in-out infinite alternate;
		z-index: 200;
		perspective: 10000; 
	}
	#wrapper #leaf2 {
		width: 15%;
		height: auto;
		position: absolute;
		top: -200px;
		left: 25%;
		animation: fall 95s linear 18s infinite, sway 2s ease-in-out infinite alternate;
		z-index: 200;
		perspective: 10000; 
	}
	#wrapper #leaf3 {
		width: 15%;
		height: auto;
		position: absolute;
		top: -200px;
		left: 15%;
		animation: fall 105s linear 12s infinite, sway 2.5s ease-in-out infinite alternate;
		z-index: 200;
		perspective: 10000; 
	}
	
}
@media (max-width: 610px) {
	br.sponly2 {display:inline;}
}




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

/* 非表示 */
.is-hidee {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: 0s;
    transition-duration: 1s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: 0.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:20%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load1 {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	color: #2c180f;
	font-size: 4.2rem;
	font-weight: bolder;
    display: grid;
    place-items: center;
	animation: sway2 2s ease-in-out infinite alternate;
	perspective: 10000;
}
#loader #load1 img {
	width:50%;
	height:auto;
}
@keyframes anime1 {
	0% {	opacity:0;	}
	15% {	opacity:1;	}
	85% {	opacity:1;	}
	100% {	opacity:0;	}
}
@keyframes sway2 {
	from {
	  transform: translateX(-50px) rotateX(0deg) rotateZ(0deg);
	}
	to {
	  transform: translateX(50px) rotateX(50deg) rotateZ(-45deg);
	}
}

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

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

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


}



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

#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:15px 0 20px;
	position:fixed;
	top:0;
	background: -moz-linear-gradient(top, #000, transparent);
	background: -webkit-linear-gradient(top, #000, transparent);
	background: linear-gradient(to bottom, #000, 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;
	align-items: center;
	flex-wrap: wrap;
}
#pcheader ul#pcmenu li.menusns {
	width:auto;
	height:auto;
	margin:0 0.5%;
	padding:0;
	text-align:center;
	display:flex;
	justify-content: center;
	align-items: flex-start;
}
#pcheader ul#pcmenu li a {
	transition-duration: 0.4s;
	text-decoration:none !important;
}
#pcheader ul#pcmenu li a:hover {
	cursor:pointer;
}
#pcheader ul#pcmenu li a span.eng {
	display: block;
	width: 100%;
	font-size:1.4vw;
	line-height:1.4vw;
	text-align: center;
	color: #fff;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: 1px;
}
#pcheader ul#pcmenu li.menusns a span.eng {
	transform: translateY(-2px);
}
#pcheader ul#pcmenu li.menusns a span.eng img {
	width: 3vw;
}
#pcheader ul#pcmenu li a span.jpn {
	display: block;
	width: 100%;
	font-size:0.7vw;
	line-height:0.7vw;
	text-align: center;
	color: #fff;
	font-family: 'Edu TAS Beginner', cursive;
	letter-spacing: 1px;
	transform: translateY(-1.5vw);
}
#pcheader ul#pcmenu li a:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.navigation {
	display: none;
	position: absolute;
	left: 5px;
	top: 5px ;
	width: 100%;
	height: 100%;
}  
.global-nav {
	position: fixed;
	right: 0;
	top: -2000px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-top: 5px;
	background: #009C91;
	z-index: 200000;
	overflow-y: scroll;
}
.hamburger {
	position: fixed;
	left: 5px;
	top: 1px;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 300000;
	opacity:0;
}  
.global-nav #menu-logo {
	width:90%;
	height:auto;
	margin:1vw 5% 8vw;
	padding:0;
	text-align:center;
	position: relative;
}  
.global-nav #menu-logo img {
	width: 35%;
}
.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: #fff;
	transition: all .6s;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: 1px;
}  
.global-nav__item a .en {
	width: 100%;
	font-size:2vw;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:1vw;
	transform: translateY(-10px);
}
.hamburger__line {
	position: absolute;
	left: 8px;
	width: 50px;
	height: 4px;
	background-color: #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: 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:#000;
}

.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;
}
#menu-inu {
	width: 50%;
	margin-left: 49%;
	transform: translateY(-50%);
}

  .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: 80%;
	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: 95%;
	min-height: 95%;
	padding: 40px 0 100px;
	transition: all .6s;
	z-index: 200;
	overflow-y: scroll; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:3em;
	line-height: 1em;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: 1px;	
}

	.global-nav__item a .jp {
		width: 100%;
		font-size:3vw;
	}
.global-nav ul.nav-sns li {
	width: 18%;
	margin: 2vw 2% 0;
	text-align: center;
	transform: translate(-100% , -15%);
}
.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 !important;
	}
	.global-nav__item a {
		display: block;
		padding: 1px 0;
		text-decoration: none;
		transition: all .6s;
	  }
	  .global-nav__item a .en {
		width: 100%;
		font-size:1.8rem;
		line-height: 2.1rem;
		font-family: 'Work Sans', sans-serif;
		letter-spacing: 1px;
		transform: translateY(-18px);	
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.2vw;
		transform: translateY(-36px);
	}

}





/* ========================================
モーダル
========================================== */
.modal{
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 999999;
	overflow-x: hidden;
	box-sizing: border-box;
}
.modal__bg{
	background:#169790;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
	overflow-x: hidden;
	box-sizing: border-box;
}
.movie-bg {
	background:#000;
	background-size: cover;
	background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%;
	opacity: 0.8;
}
.movie__content {
    width: 70%;
	height: auto;
    padding: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modal__content {
    width: 60%;
	height: 80%; /* スクロール時は80% */
    padding: 3vw 2% 6vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-55%);
	background-size: cover;
	background-position: center center;
	overflow-y: scroll;
	background-color: #fff;
	border-radius: 15px;
	-ms-overflow-style: none;
	text-align: center;
	scrollbar-width: thin;
	scrollbar-color: #103e41 #ccc;
	box-sizing: border-box;
}
.small_content {
	width: 60%;
	height: auto; /* スクロール時は80% */
}
.modal__content::-webkit-scrollbar {
    width: 5px;
}
.modal__content::-webkit-scrollbar-track{
	background-color: #ccc;
}
.modal__content::-webkit-scrollbar-thumb{
	background-color: #103e41;
}
.modal-radio {
	width: 15%;
	height: auto;
	position: absolute;
	bottom: 1%;
	left: 5%;
}
.modal-denpa {
	width: 5%;
	height: auto;
	position: absolute;
	bottom: 16%;
	left: 19%;
	animation: radio 0.8s ease 0s infinite;
}
.modal-wan {
	width: 15%;
	height: auto;
	position: absolute;
	bottom: 1%;
	right: 5%;
}

@keyframes radio {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.8);
	}
	100% {
		transform: scale(1);
	}
}
.modal__content h2 {
	width: 80%;
	height: auto;
	margin: 0 10% 1vw;
	color: #148F88;
	font-size: 1.3rem;
	text-align: center;
}
.modal__content p {
	width: 86%;
	height: auto;
	margin: 0 7%;
	color: #000;
	font-size: 1rem;
	text-align: left;
	overflow-wrap: break-word;
}
.modal__content p .bold {
	font-weight: bold;
}
.modal__content .modal-image {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	text-align: center;
}
.modal__content .modal-image img {
	width: 30%;
}
.modal__content .modal-image2 img {
	width: 50%;
}
.modal-image2 span {
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1.0rem;
	margin-bottom: 2rem;
}

.modal__content .dlbtn {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	text-align: center;
}
.modal__content .dlbtn a {
	display: inline-block;
	width: 40%;
	height: auto;
	padding: 5px 0;
	font-size: 1rem;
	color: #fff;
	border: 2px solid #148F88;
	background-color: #148F88;
	transition: 1.0s all;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.modal__content .dlbtn a:hover {
	color: #148F88;
	border: 2px solid #148F88;
	background-color: #fff;
}

.modal__content #drink-imgs {
	width: 80%;
	height: auto;
	margin: 20px 10%;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.modal__content #drink-imgs li {
	width: 40%;
}
.modal__content #drink-imgs li.mikko {
	width: 30%;
}
.modal__content #drink-imgs li img {
	width: auto;
	height: 12vw;
}
.modal__content #metsa-imgs {
	width: 80%;
	height: auto;
	margin: 20px 10%;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.modal__content #metsa-imgs li {
	width: 40%;
	margin: 0 2%;
}
.modal__content #bluray {
	width: 90%;
	height: auto;
	margin: 0 4%;
	padding: 2vw 1%;
}
.modal__content #bluray h2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
}
.modal__content #bluray h2 img {
	width: 80%;
}
.modal__content #bluray h3 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
}
.modal__content #bluray h3 img {
	width: 25%;
}
.modal__content #bluray ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.modal__content #bluray ul li {
	width: 25%;
	height: auto;
	margin: 0 1%;
}
.modal__content #bluray ul li .blu-img {
	width: 100%;
	height: auto;
	text-align: center;
}
.modal__content #bluray ul li .blu-img img {
	width: 80%;
	height: auto;
	vertical-align: bottom;
}
.modal__content #bluray ul li .blu-title {
	width: 100%;
	height: auto;
	margin: 1.2vw 0;
	text-align: center;
	font-size: 1.1vw;
	line-height: 2vw;
}
.modal__content #bluray ul li .blu-title a {
	color: #2c180f;
	font-weight: bolder;
}
.modal__content #bluray ul li a:hover {
	animation: flash 1.5s;
} 

.movie__content .video {
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 10px;
	display:block;
} 
.movie__content .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie__content ul#movie-changer {
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 0%;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.movie__content .movie-btn {
	width: 30%;
	height: auto;
	margin: 0 0.5%;
	padding: 3px 0;
	text-align: center;
	background-color: #010103;
	border: 1px solid #FFFEEC;
	color: #FFFEEC;
	font-size: 1.1vw;
}
.activee {
	background: #FFFEEC;
	border: 1px solid #FFFEEC;
	color: #010103;
	font-weight: bold;
}
.movie-btn:hover {
	background: #FFFEEC;
	border: 1px solid #FFFEEC;
	color: #010103;
	cursor: pointer;
	transition-duration: 0.6s;
}
.batsu {
	width: 3%;
	height: auto;
	position: fixed;
	top: 2%;
	right: 2%;
}
.batsu img {
	width: 100%;
}
.close-btn {
	display: inline-block;
	width: 160px;
	height: auto;
	padding: 2px 0;
	border: none;
	text-align: center;
	color: #fff;
	font-size: 1.2vw;
	border-radius: 10px;
	background-color: #009C91;
	box-shadow:2px 2px 2px #004641,
             -2px -2px 2px #02e6d6;
	transition: all 0.6s;
	text-decoration: none;
	position: fixed;
	bottom: 2%;
	left: 50%;
	transform: translateX(-50%);
}
.close-btn:hover {
	box-shadow:2px 2px 2px #02e6d6,
	-2px -2px 2px #004641;

}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	.movie__content {
		width: 100%;
		height: auto;
		padding: 1% 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.batsu {
		width: 10%;
		height: auto;
		position: fixed;
		top: 3%;
		right: 3%;
	}
	.modal__content {
		width: calc(90% - 5px);
		height: 70%;
		padding: 70px 0 150px;
		background-color: #fff;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		overflow-y: scroll;
		box-sizing: border-box;
	}
	.modal__content h2 {
		width: 90%;
		height: auto;
		margin: 0 5% 3vw;
		font-size: 1.2rem;
	}
	.modal__content .modal-image img {
		width: 50%;
	}
	.modal__content .modal-image2 img {
		width: 80%;
	}
	.modal__content .fin-img {
		margin: 8vw 0;
	}
	.modal__content .dlbtn a {
		display: inline-block;
		width: 70%;
		height: auto;
		padding: 5px 0;
		font-size: 1rem;
		color: #fff;
		border: 2px solid #148F88;
		background-color: #148F88;
		transition: 1.0s all;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
	}
	.modal__content #drink-imgs {
		width: 80%;
		height: auto;
		margin: 15px 10% 30px;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.modal__content #drink-imgs li {
		width: 100%;
		text-align: center;
	}
	.modal__content #drink-imgs li.mikko {
		width: 45%;
		margin: 0 0 10px;
	}
	.modal__content #drink-imgs li img {
		width: 100%;
		height: auto;
	}
	.modal__content #metsa-imgs {
		width: 90%;
		height: auto;
		margin: 20px 5%;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.modal__content #metsa-imgs li {
		width: 100%;
		margin: 3vw 0;
	}	
	.modal-radio {
		width: 40%;
		height: auto;
		position: absolute;
		bottom: 6%;
		left: 2%;
		pointer-events: none;
	}
	.modal-denpa {
		width: 8%;
		height: auto;
		position: absolute;
		bottom: 16%;
		left: 40%;
		animation: radio 0.8s ease 0s infinite;
		pointer-events: none;
	}
	.modal-wan {
		width: 30%;
		height: auto;
		position: absolute;
		bottom: 1%;
		right: 1%;
		pointer-events: none;
	}
	.modal__content #bluray {
		width: 80%;
		height: auto;
		margin: 0 5%;
		padding: 10vw 5%;
	}
	.modal__content #bluray h2 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 0;
		text-align: center;
	}
	.modal__content #bluray h2 img {
		width: 100%;
	}
	.modal__content #bluray h3 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.modal__content #bluray h3 img {
		width: 70%;
	}
	.modal__content #bluray ul {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.modal__content #bluray ul li {
		width: 100%;
		height: auto;
		margin: 10vw 0;
	}
	.modal__content #bluray ul li .blu-img {
		width: 100%;
		height: auto;
		text-align: center;
	}
	.modal__content #bluray ul li .blu-img img {
		width: 60%;
		height: auto;
		vertical-align: bottom;
	}
	.modal__content #bluray ul li .btn img {
		width: 65%;
		height: auto;
		vertical-align: bottom;
	}
	.modal__content #bluray ul li .blu-title {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		text-align: center;
		font-size: 1.2rem;
		line-height: 2.0rem;
	}
	.close-btn {
		width: 40%;
		height: auto;
		padding: 2px 0;
		border: none;
		text-align: center;
		color: #fff;
		font-size: 1rem;
		border-radius: 10px;
		background-color: #009C91;
		box-shadow:2px 2px 2px #004641,
				 -2px -2px 2px #02e6d6;
		transition: all 0.6s;
		text-decoration: none;
		position: fixed;
		bottom: 5%;
		left: 30%;
		transform: translateX(0%);
	}
	
}




/* ========================================
トップメイン画像まわり
========================================== */
#topmain {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
	background-color: #000;
}
#topmain #top-bg1 {
	width:100%;
	height:auto;
	opacity: 1;
}
#topmain #top-bg0 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 2;
}
#topmain #top-bg2 {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}
.fadeOutTop0 {
	animation: fadeOut 1.0s cubic-bezier(0.5, 0, 0.75, 0) 1.6s forwards;
}
.fadeOutTop {
	animation: fadeOut 1.8s cubic-bezier(0.5, 0, 0.75, 0) 1.6s forwards;
}
#topmain #top-catch {
	width: 2%;
	height: auto;
	position: absolute;
	top: 35%;
	left: 9%;
	opacity: 0;
}
.fadeInTopC {
	animation: fadeIn 1.5s ease 3.3s forwards;
}
#topmain h1 {
	width: 21%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 2.5%;
	right: 3%;
	opacity: 0;
}
@keyframes fromLeft {
	0% {
		top: -15%;
		right: -13%;
		opacity: 0;
	}
	50% {
		top: 3%;
		right: 7%;
		opacity: 1;
	}
	100% {
		top: 2.5%;
		right: 3%;
		opacity: 1;
	}
}
@keyframes sway-rev {
	0% {
	  transform: translateX(100px) translateY(-50px) rotateX(-60deg) rotateZ(-20deg);
	  transform-origin: 50% 50%;
	  opacity: 0;
	}
	100% {
		transform: translateX(0px) translateY(0px) rotateY(0deg) rotateZ(0deg);
		transform-origin: 50% 50%;
		opacity: 1;
	  }
}
.kareha-move {
	animation: sway-rev 1.5s cubic-bezier(0.33, 1, 0.68, 1) 4.2s forwards;
}
#topmain #billing-sp {
	display: none;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain h1 {
		width: 50%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 18%;
		right: 25%;
	}
	#topmain #top-catch {
		width: 5%;
		height: auto;
		position: absolute;
		top: 36%;
		left: auto;
		right: 6%;
		opacity: 0;
	}
	#topmain #billing {
		width: 70%;
		height: auto;
		position: absolute;
		bottom: 12%;
		right: 15%;
	}
	#topmain #billing-sp {
		display: block;
		width: 98%;
		height: auto;
		position: absolute;
		top: 5%;
		left: 1%;
		opacity: 0;
	}
	

}

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


}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 6vw 0 10vw;
	background-color: #169790;
	position: relative;
	z-index: 4;
	overflow-x: hidden;
}
#bridge #release {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
#bridge #release img {
	width: 50%;
	height: auto;
	vertical-align: bottom;
}
#bridge #billing-v2 {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	padding: 0;
	text-align: center;
}
#bridge #billing-v2 img {
	width: 55%;
	height: auto;
	vertical-align: bottom;
}
#bridge #sns-link {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#bridge #sns-link li {
	width: 70px;
	height: 70px;
	margin: 0 1%;
}
#bridge #sns-link li img {
	display: none;
}
#bridge #sns-link li button {
	width: 70px;
	height: 70px;
	border: none;
	font-size: 3vw;
	border-radius: 50%;
	background-color: #009C91;
	box-shadow:2px 2px 2px #004641, /*要素より暗い*/
             -2px -2px 2px #02e6d6; /*要素より明るい*/
	transition: all 0.6s;
	display: grid;
	place-items: center;
	text-decoration: none;
}
#bridge #sns-link li a {
	text-decoration: none;
}
#bridge #sns-link li a button {
	color: #fff;	
}
#bridge #sns-link li button:hover {
	box-shadow:2px 2px 2px #02e6d6, /*要素より暗い*/
	-2px -2px 2px #004641; /*要素より明るい*/
	cursor: pointer;
}
#bridge #theater {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#bridge #theater li {
	width: 17%;
}
#bridge #theater li:hover {
	animation: flash 1.5s;
}
#bridge #mubi-wrap {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	text-align: center;
	opacity: 0;
}
#bridge #mubi-wrap #mvtk-widgets-container {
	display: inline-block;
}
#news-title {
	width: 100%;
	height: auto;
	margin: 5vw 0 5vw;
	padding: 0;
	position: relative;
}
#news-title .fin-title {
	width: 12%;
	height: auto;
	margin: 0 44%;
}
#news-title .eng-title {
	width: 10%;
	height: auto;
	position: absolute;
	top: 0;
	left: 45%;
}
@keyframes toRB {
	0% {
		transform: translate(0 , 0);
	}
	100% {
		transform: translate(20% , 20%);
	}
}
.toRB {
	animation: toRB 1.0s ease 0s forwards;
}

#bridge .slider-area {
	width: 100%;
	height: auto;
	padding: 2vw 0;
	position: relative;
}
#bridge .slider-area .multiple-slider-up {
	width:70%;
	height:auto;
	margin:0 15%;
	padding:0;
	text-align:center;
}
#bridge .slider-area .multiple-slider-up .slide-img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align: center;
}
#bridge .slider-area .multiple-slider-up .slide-img a {
	text-decoration: none;
	text-align: center;
	display: inline-block;
}
#bridge .slider-area .multiple-slider-up .slide-img a .news-unit {
	width: 19vw;
	height: 15vw;
	margin: 0 15px 30px;
	padding: 1vw 10px;
	background-color: #92201b;
	border-radius: 10px;
	box-shadow: inset 8px 8px 16px #801c18,
	inset -8px -8px 16px #a4241e;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
#bridge .slider-area .multiple-slider-up .slide-img a .news-unit h3 {
	width: 100%;
	height: auto;
	margin: 0 0 5px;
	font-size: 1.1vw;
	color: #fcc600;
	text-align: center;
}
#bridge .slider-area .multiple-slider-up .slide-img a .news-unit h3.h3noimg {
	margin: 0 0 20px;
}

#bridge .slider-area .multiple-slider-up .slide-img a .news-unit .news-img {
	width: 100%;
	height: auto;
	margin: 0 0 5px;
	text-align: center !important;
}
#bridge .slider-area .multiple-slider-up .slide-img a .news-unit .news-img img {
	display: inline;
	width: auto;
	height: 8vw;
}
#bridge .slider-area .multiple-slider-up .slide-img a .news-unit .news-img2 img {
	display: inline;
	width: auto;
	height: 10vw;
}
#bridge .slider-area .multiple-slider-up .slide-img a .news-unit .news-img3 {
	margin-top: 7px;
}
#bridge .slider-area .multiple-slider-up .slide-img a .news-unit .news-img3 img {
	display: inline;
	width: auto;
	height: 4vw;
}
#bridge .slider-area .multiple-slider-up .slide-img a .news-unit p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.05vw;
	font-feature-settings: "palt";
	text-align: left;
}
#bridge .slider-area #news-dog {
	width: 12%;
	height: auto;
	position: absolute;
	bottom: -25%;
	right: 7%;
}
#bridge #tieup-banners {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#bridge #tieup-banners div {
	width: 17%;
	height: auto;
	margin: 0 2%;
}
#bridge #tieup-banners div img:hover {
	animation: flash 1.2s;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 12vw 0 25vw;
		background: #009C91;
	}
	#bridge #release img {
		width: 70%;
		height: auto;
		vertical-align: bottom;
	}
	#bridge #billing-v2 {
		display: none;
	}
	#bridge #sns-link {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 0;
	}
	#bridge #sns-link li {
		width: 70px;
		height: 70px;
		margin: 0 2%;
	}
	#bridge #sns-link li img {
		display: inline;
		width: 100%;
	}
	#bridge #sns-link li button {
		display: none;
	}
	#bridge #theater {
		width: 100%;
		height: auto;
		margin: 6vw 0 8vw;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 0;
	}
	#bridge #theater li {
		width: 50%;
	}
	#bridge #mubi-wrap {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		text-align: center;
		opacity: 0;
	}
	#news-title {
		width: 100%;
		height: auto;
		margin: 10vw 0 5vw;
		padding: 0;
		position: relative;
	}
	@keyframes toRB {
		0% {
			transform: translate(-20% , -20%);
		}
		100% {
			transform: translate(0 , 0);
		}
	}
	#news-title .fin-title {
		width: 20%;
		height: auto;
		margin: 0 40%;
		transform: translate(-20% , -20%);
	}
	#news-title .eng-title {
		width: 18%;
		height: auto;
		position: absolute;
		top: 0;
		left: 41%;
		transform: translate(-20% , -20%);
	}
	#bridge .slider-area .multiple-slider-up .slide-img a .news-unit {
		width: 80%;
		height: 210px;
		margin: 0 15px 30px;
		padding: 3vw 10px;
		background-color: #92201b;
		border-radius: 10px;
		box-shadow: inset 8px 8px 16px #801c18,
		inset -8px -8px 16px #a4241e;
		display: inline-flex;
		flex-wrap: wrap;
		align-content: center;
	
	}
	#bridge .slider-area .multiple-slider-up .slide-img a .news-unit h3 {
		font-size: 2.3vw;
	}
	#bridge .slider-area .multiple-slider-up .slide-img a .news-unit h3 .spkeshi {
		display: none;
	}
	#bridge .slider-area .multiple-slider-up .slide-img a .news-unit p {
		font-size: 2vw;
	}
	#bridge .slider-area .multiple-slider-up .slide-img a .news-unit .news-img img {
		display: inline;
		width: auto;
		height: 10vw;
	}
	#bridge .slider-area .multiple-slider-up .slide-img a .news-unit .news-img2 img {
		display: inline;
		width: auto;
		height: 15vw;
	}
	#bridge .slider-area .multiple-slider-up .slide-img a .news-unit .news-img3 img {
		display: inline;
		width: auto;
		height: 6vw;
	}

	#bridge #tieup-banners div {
		width: 50%;
		height: auto;
		margin: 10px 2%;
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 610px) {
	#bridge {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 12vw 0 40vw;
		background: #009C91;
	}

	#bridge #theater li {
		width: 60%;
	}
	#bridge .slider-area #news-dog {
		width: 25%;
		height: auto;
		position: absolute;
		bottom: -23%;
		right: -1%;
	}
	#bridge .slider-area .multiple-slider-up .slide-img a .news-unit .news-img img {
		display: inline;
		width: auto;
		height: 23vw;
	}
	#bridge .slider-area .multiple-slider-up .slide-img a .news-unit .news-img2 img {
		display: inline;
		width: auto;
		height: 30vw;
	}
	#bridge .slider-area .multiple-slider-up .slide-img a .news-unit .news-img3 img {
		display: inline;
		width: auto;
		height: 12vw;
	}
	#bridge .slider-area .multiple-slider-up .slide-img a .news-unit h3 {
		font-size: 4vw;
	}
	#bridge .slider-area .multiple-slider-up .slide-img a .news-unit p {
		font-size: 3.5vw;
	}
	#bridge #tieup-banners div {
		width: 60%;
		height: auto;
		margin: 10px 2%;
	}

}



/* ========================================
予告編
========================================== */
#trailer {
	width: 100%;
	height: auto;
	padding: 3vw 0 8vw;
	background-color: #000;
	position: relative;
	z-index: 4;
}
#trailer #trailer-bg {
	width: 100%;
	height: auto;
}
#trailer-title {
	width: 12%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 28%;
	left: 15%;
}
#trailer-title #trailer-title-inner {
	width: 100%;
	height: auto;
	position: relative;
}
#trailer-title #trailer-title-inner .fin-title {
	width: 100%;
	height: auto;
}
#trailer-title #trailer-title-inner .eng-title {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
#trailer .video-loop {
	width: 40%;
	height: auto;
	border: #626161 solid 2px;
	position: absolute;
	top: 22%;
	right: 13%;
	opacity: 0;
}
#trailer .video-loop video {
	width: 100%;
	height: auto;
	margin: 0;
	vertical-align: bottom;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#trailer {
		width: 100%;
		height: auto;
		padding: 0;
		background-color: #000;
		position: relative;
		z-index: 4;
	}
	#trailer-title {
		width: 30%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 15%;
		left: 35%;
	}
	#trailer-title #trailer-title-inner .fin-title {
		width: 100%;
		height: auto;
		transform: translate(-20% , -20%);
	}
	#trailer-title #trailer-title-inner .eng-title {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		transform: translate(-20% , -20%);
	}
	#trailer .video-loop {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		border: #626161 solid 2px;
		box-sizing: border-box;
		position: absolute;
		top: 30%;
		right: 0;
		opacity: 0;
	}
}






/* ========================================
イントロダクション
========================================== */
#intro-bg {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -20;
	background-color: #000;
}
#intro-bg video {
	width: 100%;
}
#intro-bk {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1.5s;
	z-index: -19;
}
#intro {
	width: 100%;
	height: auto;
	padding: 40vw 0 70vw;
	position: relative;
}
#intro #intro-sta-trg {
	width: 100%;
	margin-bottom: 15vw;
}
#intro h2 {
	width: 100%;
	height: auto;
	padding: 0 0 30vw;
	margin: 0;
	text-align: center;
}
#intro h2 img {
	width: 20%;
}
#intro h3 {
	width: 60%;
	height: auto;
	padding: 0 20% 2.5vw;
	margin: 0;
	text-align: left;
	opacity: 0;
}
#intro h3 img {
	width: auto;
	height: 4.2rem;
}
#intro p {
	width: 60%;
	height: auto;
	margin: 0;
	padding: 0 20% 10vw;
	text-align: left;
	color: #fff;
	font-size: 1.1rem;
	line-height: 2.2rem;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	opacity: 0;
}
#intro #intro-dog {
	width: 20%;
	height: auto;
	position: absolute;
	bottom: 20%;
	left: 40%;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro-bg {
		width: 100%;
		height: 100%;
		min-height: 100%;
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -20;
		background-color: #000;
	}
	
	#intro {
		width: 100%;
		height: auto;
		padding: 80vw 0 150vw;
		position: relative;
	}
	#intro #intro-sta-trg {
		width: 100%;
		margin-bottom: 30vw;
	}
	#intro h2 {
		width: 100%;
		height: auto;
		padding: 0 0 60vw;
		margin: 0;
		text-align: center;
	}
	#intro h2 img {
		width: 60%;
	}
	#intro h3 {
		width: 90%;
		height: auto;
		padding: 0 5% 5vw;
		margin: 0;
		text-align: left;
		opacity: 0;
	}
	#intro h3 img {
		width: auto;
		height: 7rem;
	}
	#intro h3#intro-h3-1 img {
		width: auto;
		height: 6.3rem;
	}
	#intro p {
		width: 90%;
		height: auto;
		margin: 0;
		padding: 0 5% 30vw;
		text-align: left;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		font-feature-settings: "palt";
		letter-spacing: 2px;
		opacity: 0;
	}
	#intro #intro-dog {
		width: 20%;
		height: auto;
		position: absolute;
		bottom: 20%;
		left: 40%;
	}

}


/* 以下タブレット・スマホ */
@media (max-width: 610px) {
	#intro {
		width: 100%;
		height: auto;
		padding: 80vw 0 250vw;
		position: relative;
	}
	#intro #intro-dog {
		width: 50%;
		height: auto;
		position: absolute;
		bottom: 15%;
		left: 25%;
	}
	#intro h3 img {
		width: auto;
		height: 28vw;
	}
	#intro h3#intro-h3-1 img {
		width: auto;
		height: 25vw;
	}

}



/* ========================================
スライダーエリア
========================================== */
#slider-area {
	width: 100%;
	height: auto;
	background-color: #561815;
	position: relative;
}
#slider-area .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#slider-area #slide1 {
	padding: 12vw 0 3vw;
}
#slider-area #slide2 {
	padding: 3vw 0 12vw;
}
#slider-area #slide1 .top-slide {
	animation: loop-slide-rev 80s infinite linear 0s both;
	display: flex;
	flex-wrap: nowrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#slider-area #slide2 .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide 80s infinite linear 0s both;
}
#slider-area .top-slide-wrap .top-slide .content {
	width: 30vw;
	height: auto;
}
#slider-area .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#slider-area #slide-logo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	place-items: center;
	z-index: 2;
}
#slider-area #slide-logo img {
	width: 15%;
	height: auto;
	vertical-align: bottom;
}
#slider-area #slide-dog1 {
	width: 8%;
	height: auto;
	position: absolute;
	top: 44%;
	right: 1%;
	animation: slide-dog1 20s ease 0s infinite;
	z-index: 0;
}
#slider-area #slide-dog2 {
	width: 8%;
	height: auto;
	position: absolute;
	bottom: -1%;
	left: 43%;
	animation: slide-dog2 20s ease 0s infinite;
	z-index: 0;
}
#slider-area #slide-dog3 {
	width: 8%;
	height: auto;
	position: absolute;
	top: 44%;
	left: 20%;
	animation: slide-dog3 20s ease 0s infinite;
	z-index: 0;
}
#slider-area #slide-dog4 {
	width: 8%;
	height: auto;
	position: absolute;
	top: 8%;
	left: 2%;
	animation: slide-dog4 20s ease 0s infinite;
	z-index: 0;	
}
@keyframes slide-dog1 {
	0% {opacity: 1;}
	15% {opacity: 1;}
	20% {opacity: 0;}
	95% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes slide-dog2 {
	0% {opacity: 0;}
	22% {opacity: 0;}
	27% {opacity: 1;}
	38% {opacity: 1;}
	45% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes slide-dog3 {
	0% {opacity: 0;}
	50% {opacity: 0;}
	55% {opacity: 1;}
	70% {opacity: 1;}
	75% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes slide-dog4 {
	0% {opacity: 0;}
	75% {opacity: 0;}
	80% {opacity: 1;}
	92% {opacity: 1;}
	95% {opacity: 0;}
	100% {opacity: 0;}
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#slider-area #slide1 {
		padding: 30vw 0 8vw;
	}
	#slider-area #slide2 {
		padding: 8vw 0 30vw;
	}
	#slider-area .top-slide-wrap .top-slide .content {
		width: 60vw;
		height: auto;
	}
	#slider-area #slide-logo img {
		width: 50%;
		height: auto;
		vertical-align: bottom;
	}
	#slider-area #slide-dog1 {
		width: 25%;
		height: auto;
		position: absolute;
		top: 44%;
		right: 1%;
		animation: slide-dog1 20s ease 0s infinite;
		z-index: 0;
	}
	#slider-area #slide-dog2 {
		width: 25%;
		height: auto;
		position: absolute;
		bottom: -1%;
		left: 43%;
		animation: slide-dog2 20s ease 0s infinite;
		z-index: 0;
	}
	#slider-area #slide-dog3 {
		width: 25%;
		height: auto;
		position: absolute;
		top: 44%;
		left: 20%;
		animation: slide-dog3 20s ease 0s infinite;
		z-index: 0;
	}
	#slider-area #slide-dog4 {
		width: 25%;
		height: auto;
		position: absolute;
		top: 8%;
		left: 2%;
		animation: slide-dog4 20s ease 0s infinite;
		z-index: 0;	
	}
	
}

/* 以下タブレット・スマホ */
@media (max-width: 610px) {
	#slider-area #slide1 {
		padding: 40vw 0 15vw;
	}
	#slider-area #slide2 {
		padding: 15vw 0 40vw;
	}
	#slider-area .top-slide-wrap .top-slide .content {
		width: 80vw;
		height: auto;
	}
	#slider-area #slide-logo img {
		width: 50%;
		height: auto;
		vertical-align: bottom;
	}
	#slider-area #slide-dog1 {
		width: 30%;
		height: auto;
		position: absolute;
		top: 44%;
		right: 1%;
		animation: slide-dog1 20s ease 0s infinite;
		z-index: 0;
	}
	#slider-area #slide-dog2 {
		width: 30%;
		height: auto;
		position: absolute;
		bottom: 1%;
		left: 43%;
		animation: slide-dog2 20s ease 0s infinite;
		z-index: 0;
	}
	#slider-area #slide-dog3 {
		width: 30%;
		height: auto;
		position: absolute;
		top: 44%;
		left: 1%;
		animation: slide-dog3 20s ease 0s infinite;
		z-index: 0;
	}
	#slider-area #slide-dog4 {
		width: 30%;
		height: auto;
		position: absolute;
		top: 2%;
		left: 2%;
		animation: slide-dog4 20s ease 0s infinite;
		z-index: 0;	
	}

}




/* ========================================
ディレクター
========================================== */
#dire-bg0 {
	width: 100%;
	height: 100%;
	background: url(../img/FL-director-bg-pc-rev1.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -18;
	opacity: 0;
}
#dire-bg1 {
	width: 100%;
	height: 100%;
	background: url(../img/FL-director-bg-pc-rev2.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -17;
	opacity: 0;
}
#director {
	width: 100%;
	height: auto;
	padding: 25vw 0 0;
}
#director h2 {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	padding: 5vw 0 0;
	text-align: center;
}
#director h2 img {
	width: 35%;
	height: auto;
	vertical-align: bottom;
}
#director p.msg-txt {
	width: 50%;
	height: auto;
	margin: 2vw 25%;
	padding: 0;
	color: #fff;
	font-size: 1.1rem;
	line-height: 2.2rem;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}
#director p.direname {
	width: 50%;
	height: auto;
	margin: 0 25% 2vw;
	padding: 0;
	color: #fff;
	font-size: 1.1rem;
	line-height: 2.2rem;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	text-align: right;
}
#director #dire-photo {
	width: 100%;
	height: auto;
	margin: 10vw 0 2vw;
	text-align: center;
}
#director #dire-photo img {
	width: 30%;
}
#director h3 {
	width: 100%;
	height: auto;
	margin: 2vw 0 2vw;
	text-align: center;
}
#director h3 img {
	width: 30%;
}
#director #dire-end {
	width: 100%;
	margin: 12vw 0 0;
}
#director #dire-sphead {
	display: none;
}

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#dire-bg1 {
		display: none;
	}
	#dire-bg0 {
		width: 100%;
		height: 100%;
		background: url(../img/FL-director-header-sp.png) no-repeat;
		background-size: 100% auto;
		background-position: center top;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -17;
		opacity: 0;
	}
	#director {
		width: 100%;
		height: auto;
		padding: 0 0 50vw;
		position: relative;
		background-color: #000;
		z-index: -18;
	}
	#director #dire-sphead {
		display: block;
		width: 100%;
		height: auto;
	}
	#director h2 {
		width: 100%;
		height: auto;
		padding: 40vw 0 10vw;
		margin: 0;
		text-align: center;
	}
	#director h2 img {
		width: 80%;
		height: auto;
		vertical-align: bottom;
	}
	#director p.msg-txt {
		width: 90%;
		height: auto;
		margin: 5vw 5%;
		padding: 0;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		font-feature-settings: "palt";
		letter-spacing: 1px;
	}
	#director p.direname {
		width: 90%;
		height: auto;
		margin: 5vw 5%;
		padding: 0;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		font-feature-settings: "palt";
		letter-spacing: 1px;
		text-align: right;
	}
	#director #dire-photo {
		display: none;
	}
	#director h3 {
		width: 100%;
		height: auto;
		margin: 20vw 0 2vw;
		text-align: center;
	}
	#director h3 img {
		width: 70%;
	}
	#director #dire-end {
		width: 100%;
		margin: 12vw 0 0;
	}
	
}





/* ========================================
キャスト
========================================== */
#cast-bg1 {
	width: 100%;
	height: 100%;
	background: url(../img/FL-cast-all-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -16;
	opacity: 0;
}
#cast-bg2 {
	width: 100%;
	height: 100%;
	background: url(../img/FL-cast-Alma-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -15;
	opacity: 0;
	transition: all 1.5s;
}
#cast-bg3 {
	width: 100%;
	height: 100%;
	background: url(../img/FL-cast-Jussi-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -14;
	opacity: 0;
	transition: all 1.5s;
}
#cast-bg4 {
	width: 100%;
	height: 100%;
	background: url(../img/FL-cast-MAUSTE-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: right top;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -13;
	opacity: 0;
}
#cast {
	width: 100%;
	height: auto;
	padding-bottom: 10vw;
	position: relative;
}
#cast #cast-head {
	width: 100%;
	height: auto;
	position: relative;
}
#cast #cast-head #cast-head-bg {
	width: 100%;
	height: auto;
}
#cast #cast-head h2 {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	place-items: center;
}
#cast #cast-head h2 img {
	width: 9%;
	height: auto;
	vertical-align: bottom;
}
#cast .cast-unit {
	width: 50%;
	height: auto;
	margin: 0;
}
#cast .left-unit {
	margin: 0 40% 0 10%;
}
#cast .right-unit {
	margin: 0 5% 0 45%;
}
#cast1 {
	padding-top: 50vh;
}
#cast2 {
	padding-top: 90vh;
}
#cast3 {
	padding: 90vh 0 10vw;
}
#cast .cast-unit .cast-name ,
#cast .cast-unit .cast-name2 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	text-align: center;
}
#cast .cast-unit .cast-name img {
	width: auto;
	height: 6vw;
	vertical-align: bottom;
}
#cast .cast-unit .cast-name2 img {
	width: auto;
	height: 3.5vw;
	vertical-align: bottom;
}
#cast .cast-unit .cast-photo {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	text-align: center;
}
#cast .cast-unit .cast-photo img {
	width: 40%;
	height: auto;
	vertical-align: bottom;
}
#cast .cast-unit p {
	width: 80%;
	height: auto;
	margin: 0 10%;
	padding: 0;
	color: #fff;
	font-size: 1.1rem;
	line-height: 2.2rem;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}
#cast .cast-unit #maus-btn-list {
	width: 60%;
	height: auto;
	margin: 2vw 20%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#cast .cast-unit #maus-btn-list .maus-btn {
	width: 40%;
	height: auto;
	padding: 4px 0;
	margin: 1vw 2%;
	border: none;
	text-align: center;
	color: #fff;
	font-size: 1vw;
	border-radius: 10px;
	background-color: #561815;
	box-shadow:2px 2px 2px #1b0807,
             -2px -2px 2px #c93a32;
	transition: all 0.6s;
	text-decoration: none;
}
#cast .cast-unit #maus-btn-list .maus-btn span {
	font-size: 0.6vw;
}
#cast .cast-unit #maus-btn-list .maus-btn:hover {
	box-shadow:2px 2px 2px #c93a32,
	-2px -2px 2px #1b0807;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#cast-bg1 {
		display: none;
	}
	#cast-bg2 {
		width: 100%;
		height: 100%;
		background: url(../img/FL-cast-kotei-Alma.png) no-repeat;
		background-size: 100% auto;
		background-position: center bottom;
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		z-index: 2;
		opacity: 0;
		transition: all 0.1s;
		pointer-events: none;
	}
	#cast-bg3 {
		width: 100%;
		height: 100%;
		background: url(../img/FL-cast-kotei-Jussi.png) no-repeat;
		background-size: 100% auto;
		background-position: center bottom;
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		z-index: 2;
		opacity: 0;
		transition: all 0.1s;
		pointer-events: none;
	}
	#cast-bg4 {
		display: none;
	}
	#cast {
		width: 100%;
		height: auto;
		padding-bottom: 0;
		position: relative;
		z-index: 1;
	}
	#cast #cast-head {
		width: 100%;
		height: auto;
		position: relative;
		background-color: #561815;
	}
	#cast #cast-head #cast-head-bg {
		display: none;
	}
	#cast #cast-head h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 70vw 0 30vw;
		position: static;
		text-align: center;
	}
	#cast #cast-head h2 img {
		width: 23%;
		height: auto;
		vertical-align: bottom;
	}
	#cast .cast-unit {
		width: 100%;
		height: auto;
		margin: 0;
	}
	#cast .left-unit {
		margin: 0;
	}
	#cast .right-unit {
		margin: 0;
	}
	#cast1 {
		padding: 60vh 0 10vh;
		background-color: #561815;
	}
	#cast2 {
		padding: 50vh 0 30vh;
		background: linear-gradient(to top, #48441F 90%, #561815);
	}
	#cast3 {
		padding: 20vh 0 30vw;
		background: linear-gradient(to top, #561815 90%, #48441F);
	}
	#cast .cast-unit .cast-name ,
	#cast .cast-unit .cast-name2 {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		text-align: center;
	}
	#cast .cast-unit .cast-name img {
		width: auto;
		height: 20vw;
		vertical-align: bottom;
	}
	#cast .cast-unit .cast-name2 img {
		width: auto;
		height: 13.5vw;
		vertical-align: bottom;
	}
	#cast .cast-unit .cast-photo {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		text-align: center;
	}
	#cast .cast-unit .cast-photo img {
		width: 80%;
		height: auto;
		vertical-align: bottom;
	}
	#cast .cast-unit p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
		font-size: 1rem;
		line-height: 2rem;
		font-feature-settings: "palt";
		letter-spacing: 1px;
	}
	#cast .cast-unit #maus-btn-list {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#cast .cast-unit #maus-btn-list .maus-btn {
		width: 60%;
		height: auto;
		padding: 4px 0;
		margin: 1.5vw 2%;
		border: none;
		text-align: center;
		color: #fff;
		font-size: 1rem;
		border-radius: 10px;
		background-color: #561815;
		box-shadow:2px 2px 2px #1b0807,
				 -2px -2px 2px #c93a32;
		transition: all 0.6s;
		text-decoration: none;
	}
	#cast .cast-unit #maus-btn-list .maus-btn span {
		font-size: 0.6rem;
	}
	#cast .cast-unit #maus-btn-list .maus-btn:hover {
		box-shadow:2px 2px 2px #c93a32,
		-2px -2px 2px #1b0807;
	}
	

	
}






/* ========================================
ミュージック
========================================== */
#music-bg {
	width: 100%;
	height: 100%;
	background: url(../img/FL-music-bg-pc-2.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -12;
	opacity: 0;
}
#music-fixed-head {
	width: 10%;
	height: auto;
	position: fixed;
	top: 5%;
	right: 5%;
	z-index: -11;
	opacity: 0;
}
#jukebox {
	width: 40%;
	height: auto;
	position: fixed;
	bottom: 0%;
	left: 30%;
	z-index: -9;
	opacity: 0;
	pointer-events: none;
}
#onpu {
	width: 1.5%;
	height: auto;
	position: fixed;
	bottom: 30%;
	left: 22%;
	z-index: -9;
	opacity: 0;
	pointer-events: none;
}
@keyframes note {
	0% {
		opacity: 1;
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(15deg);
	}
	100% {
		opacity: 1;
		transform: rotate(0deg);
	}
}
.onpu {
	animation: note 1s step-start 0s infinite;
}

#music {
	width: 100%;
	height: auto;
	padding: 0 0 10vw;
	position: relative;
	z-index: -10;
}
#music #music-head {
	width: 100%;
	height: auto;
	position: relative;
}
#music #music-head #music-head-bg {
	width: 100%;
	height: auto;
}
#music #music-head h2 {
	width: 10%;
	height: auto;
	position: absolute;
	top: 5%;
	right: 5%;
}
#music #music-contents {
	width: 50%;
	height: auto;
	margin: 0 25%;
	padding: 0 0 13vw;
	position: relative;
	transform: translateY(-20vw);
}
#music #music-contents .music-unit {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	text-align: center;
	position: relative;
	opacity: 0;
}
#music #music-contents .nomusic {
	margin-bottom: 8vw;
}
#music #music-contents .music-unit .music-txt {
	width: 100%;
	height: auto;
	padding: 1vw 0 2vw;
}
#music #music-contents .music-unit .music-txt .title {
	width: 100%;
	height: auto;
	margin-bottom: 1vw;
	color: #187FB6;
	font-size: 1.2rem;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}
#music #music-contents .music-unit .music-txt .credit {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 0.9rem;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}
#music #music-contents .music-unit iframe {
	display: inline-block;
	width: 40%;
	height: auto;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#music-bg {
		width: 100%;
		height: 100%;
		background: url(../img/FL-music-bg-sp-2.jpg) no-repeat;
		background-size: cover;
		background-position: center top;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -12;
		opacity: 0;
	}
	#jukebox {
		width: 80%;
		height: auto;
		position: fixed;
		bottom: 0%;
		left: 10%;
		opacity: 0;
		pointer-events: none;
	}
	#onpu {
		width: 6%;
		height: auto;
		position: fixed;
		bottom: 30%;
		left: 4%;
		opacity: 0;
		pointer-events: none;
	}
	#music-fixed-head {
		display: none;
	}
	#music #music-head h2 {
		width: 30%;
		height: auto;
		margin: 3vw 35%;
		position: absolute;
		top: 40%;
		right: 0;
		opacity: 1 !important;
	}
	#music #music-contents {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 0 20vw;
		position: relative;
		transform: translateY(-10vh);
	}
	#music #music-contents .music-unit {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
		position: relative;
		opacity: 0;
	}
	#music #music-contents .nomusic {
		margin-bottom: 20vw;
	}
	#music #music-contents .music-unit .music-txt {
		width: 90%;
		height: auto;
		padding: 1vw 5% 2vw;
	}
	#music #music-contents .music-unit .music-txt .title {
		width: 100%;
		height: auto;
		margin-bottom: 1vw;
		color: #187FB6;
		font-size: 1.2rem;
		font-weight: bold;
		font-feature-settings: "palt";
		letter-spacing: 1px;
	}
	#music #music-contents .music-unit .music-txt .credit {
		width: 100%;
		height: auto;
		color: #fff;
		font-size: 0.9rem;
		font-feature-settings: "palt";
		letter-spacing: 1px;
	}
	#music #music-contents .music-unit iframe {
		display: inline-block;
		width: 70%;
		height: auto;
		padding-bottom: 0;
	}
	


}



/* ========================================
コメント
========================================== */
#com-bg0 {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	opacity: 0;
	pointer-events: none;
}
#com-bg1 {
	width: 100%;
	height: 100%;
	background: url(../img/FL-comment-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -9;
	opacity: 0;
	pointer-events: none;
}
#com-bg2 {
	width: 100%;
	height: 100%;
	background: url(../img/FL-comment-suiteki-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -9;
	opacity: 0;
	pointer-events: none;
}
.juke-keshi {
	display: none;
}
@keyframes com-bg1 {
	0% {
		opacity: 1;
		filter: blur(0px);
	}
	50% {
		opacity: 1;
		filter: blur(10px);
	}
	100% {
		opacity: 1;
		filter: blur(0px);
	}
}
.com-bg1 {
	animation: com-bg1 8s ease 0s infinite;
}
@keyframes com-bg2 {
	0% {
		opacity: 0;
		filter: blur(10px);
	}
	50% {
		opacity: 0.2;
		filter: blur(0px);
	}
	100% {
		opacity: 0;
		filter: blur(10px);
	}
}
.com-bg2 {
	animation: com-bg2 8s ease 0s infinite;
}
#comment {
	width: 100%;
	height: auto;
	padding-bottom: 20vw;
	position: relative;
	z-index: 3;
}
#comment #com-head {
	width: 100%;
	height: auto;
	position: relative;
}
#comment #com-head #com-head1 {
	width: 100%;
	height: auto;
}
#comment #com-contents {
	width: 100%;
	height: auto;
	position: relative;
	transform: translateY(-30vw);
	z-index: 2;
}
#comment #com-contents h2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#comment #com-contents h2 img {
	width: 12%;
}
#comment #com-contents #keisho {
	width: 100%;
	height: auto;
	margin: 0 0 15vw;
	padding: 0;
	text-align: center;
	font-size: 1.0rem;
	color: #fff;
}
#comment #com-contents #com-wrap {
	width: 100%;
	height: auto;
}
#comment #com-contents #com-wrap .com-unit {
	width: 65%;
	height: auto;
	margin: 3vw auto 6vw 25%;
	opacity: 0;
}
#comment #com-contents #com-wrap .com-unit:nth-child(odd) {
	margin: 3vw auto 6vw 15%;
}
#comment #com-contents #com-wrap .com-unit .txt {
	color: #FCC600;
	font-size: 1.1rem;
	line-height: 2.2rem;
	font-feature-settings: "palt";
	font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
}
#comment #com-contents #com-wrap .com-unit .txt span {
	font-size: 0.9rem;
}
#comment #com-contents #com-wrap .com-unit .name {
	color: #fff;
	font-size: 1.0rem;
	line-height: 2.0rem;
	font-feature-settings: "palt";
	font-weight: bold;
	letter-spacing: 1.5px;
	text-align: left;
}
#comment #com-contents .com-l {
	width: fit-content;
	height: auto;
	position: relative;
	margin: 3vw 49% 6vw auto;
	opacity: 0;
}
#comment #com-contents .com-r {
	width: fit-content;
	height: auto;
	position: relative;
	margin: 3vw auto 6vw 49%;
	opacity: 0;
}
#comment #com-contents .com-l .txt ,
#comment #com-contents .com-r .txt {
	color: #FCC600;
	font-size: 1.2rem;
	line-height: 2.4rem;
	font-feature-settings: "palt";
	font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
}
#comment #com-contents .com-l .name ,
#comment #com-contents .com-r .name {
	color: #fff;
	font-size: 1.0rem;
	line-height: 2.0rem;
	font-feature-settings: "palt";
	font-weight: bold;
	letter-spacing: 1.5px;
	text-align: left;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#com-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/FL-comment-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center top;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -9;
		opacity: 0;
		pointer-events: none;
	}
	#com-bg2 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/FL-comment-suiteki-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center top;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -9;
		opacity: 0;
		pointer-events: none;
	}
	#comment #com-contents {
		width: 100%;
		height: auto;
		position: relative;
		transform: translateY(-40vh);
		z-index: 2;
	}
	#comment #com-contents h2 {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		padding: 0;
		text-align: center;
		opacity: 0;
	}
	#comment #com-contents h2 img {
		width: 40%;
	}
	#comment #com-contents #keisho {
		width: 100%;
		height: auto;
		margin: 0 0 40vw;
		padding: 0;
		text-align: center;
		font-size: 1.0rem;
		color: #fff;
	}
	#comment #com-contents #com-wrap .com-unit ,
	#comment #com-contents #com-wrap .com-unit:nth-child(odd) ,
	#comment #com-contents .com-l ,
	#comment #com-contents .com-r {
		width: 90%;
		height: auto;
		position: relative;
		margin: 10vw 5% 30vw;
		opacity: 0;
	}
	#comment #com-contents #com-wrap .com-unit .txt ,
	#comment #com-contents .com-l .txt ,
	#comment #com-contents .com-r .txt {
		color: #FCC600;
		font-size: 1.2rem;
		line-height: 2.4rem;
		font-feature-settings: "palt";
		font-weight: bold;
		letter-spacing: 2px;
		text-align: left;
	}
	#comment #com-contents #com-wrap .com-unit .name ,
	#comment #com-contents .com-l .name ,
	#comment #com-contents .com-r .name {
		color: #fff;
		font-size: 1.0rem;
		line-height: 2.0rem;
		font-feature-settings: "palt";
		font-weight: bold;
		letter-spacing: 1.5px;
		text-align: left;
	}
	

}


/* ========================================
SNSボタンアリア
========================================== */
.fadeInButton {
	animation-name:fadeIn;
	animation-duration:1.8s;
	animation-fill-mode:forwards;
	animation-delay: 2.7s;
}
#button-area {
	width:100%;
	height:auto;
	margin:0;
	padding:2vw 0;
	opacity: 1;
}
#button-area ul.social_sq_buttons {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type: none;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}
#button-area ul.social_sq_buttons li {
	width:140px;
	height: 20px;
	margin:0 3px;
	padding:0;
	display: flex;
	justify-content: center;
}
#button-area ul.social_sq_buttons li.fb {
	background:#1877F2;
}
#button-area ul.social_sq_buttons li.tw {
	background:#000;
}
#button-area ul.social_sq_buttons li.line {
	background:#06C755;
}
#button-area ul.social_sq_buttons li.checkin {
	background:#10519D;
}
#button-area ul.social_sq_buttons li.filmarks {
	background:#FFE100;
	text-align: center;
}
#button-area ul.social_sq_buttons li.filmarks img {
	width: 60%;
}
#button-area ul.social_sq_buttons li.fb .fb_iframe_widget > span {
  vertical-align: baseline !important;
}




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

#button-area {
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0 10px;
}

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

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


}



/* ========================================
フッター
========================================== */
footer {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position: relative;
	background-color: #581619;
}
footer #foot-bg1 {
	width: 100%;
	height: auto;
	opacity: 0;
}
footer #foot-bg2 ,
footer #foot-bg3 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
footer #aio {
	width: 5%;
	height: auto;
	position: absolute;
	top: 46%;
	left: 13%;
	opacity: 0;
}
footer #shinjiru {
	width: 6%;
	height: auto;
	position: absolute;
	top: 46%;
	left: 20%;
	opacity: 0;
}
footer #foot-logo {
	width: 18%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
footer #foot-logo #foot-logo-inner {
	width: 100%;
	height: auto;
	position: relative;
}
footer #foot-logo #foot-logo-inner #foot-logo1 {
	width: 100%;
	height: auto;
	opacity: 0;
}
footer #foot-logo #foot-logo-inner #foot-logo2 , 
footer #foot-logo #foot-logo-inner #foot-logo3 , 
footer #foot-logo #foot-logo-inner #foot-logo4 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
footer #foot-bb {
	width: 80%;
	height: auto;
	text-align: center;
	color: #fcc600;
	font-size: 0.7vw;
	line-height: 0.9vw;
	position: absolute;
	bottom: 13%;
	left: 10%;
	opacity: 0;
}
footer #foot-bb span {
	background-color: rgba(0, 0, 0, 0.1);
}
footer #foot-bb span img {
	transform: translateY(10px);
}
footer #foot-bb span img.jusei {
	transform: translateY(5px);
}

footer #foot-bb img {
	width: 1.5vw;
}
footer #button-area {
	position: absolute;
	bottom: 2%;
	opacity: 0;
}
footer #copyright {
	position: absolute;
	bottom: 0%;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-size: 0.7em;
	opacity: 0;
}
.foot-anime1 {
	animation: fadeIn 1.3s ease 0s forwards;
}
.foot-anime2 {
	animation: fadeIn 1.3s ease 1.2s forwards;
}
.foot-anime3 {
	animation: fadeIn 1.3s ease 2.7s forwards;
}
.foot-anime4 {
	animation: fadeIn 1.2s ease 3.2s forwards;
}
.foot-logo1 {
	animation: fadeIn 0.6s ease 2.7s forwards;
}
.foot-logo2 {
	animation: fadeIn 0.6s ease 3.0s forwards;
}
.foot-logo3 {
	animation: fadeIn 0.6s ease 3.3s forwards;
}
.foot-logo4 {
	animation: fadeIn 0.6s ease 3.6s forwards;
}



@media (max-width: 1024px) {
	footer {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		position: relative;
		background-color: #561815;
	}
	footer #foot-bg3 {
		width: 100%;
		height: auto;
		position: relative;
		opacity: 0;
	}
	footer #foot-bg1 {
		width: 100%;
		height: 100%;
		background-color: #561815;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}
	footer #foot-bg2 {
		width: 100%;
		height: auto;
		background-color: #561815;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		opacity: 0;
	}
	footer #aio {
		width: 14%;
		height: auto;
		position: absolute;
		top: 15%;
		left: auto;
		right: 17%;
		opacity: 0;
	}
	footer #shinjiru {
		width: 17%;
		height: auto;
		position: absolute;
		top: 65%;
		left: 10%;
		opacity: 0;
	}
	footer #foot-logo {
		width: 50%;
		height: auto;
		position: absolute;
		top: 43%;
		left: 50%;
		transform: translate(-50% , -50%);
	}
	footer #foot-bb {
		width: 96%;
		height: auto;
		text-align: center;
		color: #fcc600;
		font-size: 0.7rem;
		line-height: 0.9rem;
		position: absolute;
		bottom: 10%;
		left: 2%;
		opacity: 0;
	}
	footer #foot-bb span {
		background-color: rgba(0, 0, 0, 0.1);
	}
	footer #foot-bb span img {
		transform: translateY(10px);
	}	
	footer #foot-bb span img.jusei {
		transform: translateY(0px);
	}
	
	footer #copyright {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5px 0;
		text-align: center;
		color: #fff;
		font-size: 0.5em;
	}
}
@media (max-width: 510px) {
	footer #foot-bb {
		width: 96%;
		height: auto;
		text-align: center;
		color: #fcc600;
		font-size: 1.2vw;
		line-height: 1.8vw;
		position: absolute;
		bottom: 19%;
		left: 2%;
		opacity: 0;
	}
	footer #foot-bb span {
		background-color: rgba(0, 0, 0, 0.1);
	}
	footer #foot-bb span img {
		transform: translateY(0px);
	}

}


/* ========================================
インタビュー
========================================== */
#inter-body .hamburger ,
#inter-body #pcheader {
	opacity: 1;
}
#inter-body .hamburger__line {
	position: absolute;
	left: 8px;
	width: 50px;
	height: 4px;
	background-color: #000 !important;
	transition: all .6s;
}  
#inter-body .hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#000;
	font-size:1.0em;
	font-style: normal;
	font-weight: 400;
} 
#inter-body footer {
	width: 100%;
	height: auto;
	background-color: #92201B;
	position: static;
}
#inter-body footer .copyright {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #000;
	font-size: 0.9em;
}
#inter-body #totop {
	width: 5%;
	height: auto;
	position: fixed;
	bottom: 1%;
	right: 2%;
	text-align: center;
	opacity: 0;
}
#inter-body #totop a {
	color: #fff;
	text-decoration: none;
	font-size: 1.8vw;
}
#inter-body #totop a i {
	font-size: 4vw;
}
#interview {
	width: 100%;
	height: auto;
	padding: 10vw 0 10vw;
	background-color: #009C91;
}
#interview2 {
	width: 100%;
	height: auto;
	padding: 23vw 0 10vw;
	background-color: #FAC600;
}
#interview3 {
	width: 100%;
	height: auto;
	padding: 23vw 0 10vw;
	background-color: #92201B;
}

.interview .interview-index {
	width: 70%;
	height: auto;
	margin: 3vw 15%;
	padding: 3vw 0;
	background-color: #FAC600;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 3;
}
.interview .index-header {
	width: 100%;
	height: auto;
	margin: 0 0 2.5vw;
	text-align: center;
	font-size: 1.8vw;
	color: #000;
	font-weight: bold;
}
.interview .interview-index .index {
	width: 80%;
	padding: 10px 0;
	text-align: center;
}
.interview .interview-index div:nth-child(2) {
	border-right: solid 0px #000;
}
.interview .interview-index .index a {
	font-size: 1.5vw;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.interview .interview-index .index a span {
	text-decoration: underline;
}
@keyframes dogs {
	0% {opacity: 0.2;}
	50% {opacity: 1;}
	100% {opacity: 0.2;}
}
.interview .interview-index .index a:hover i {
	animation: dogs 0.4s linear 0s infinite;
}

.interview .interview-contents {
	width: 70%;
	height: auto;
	margin: 0 10%;
	padding: 15vw 5% 10vw;
	background-color: #fff;
	position: relative;
}
#interview .interview-contents {
	margin-top: 20vw;
}
.interview .interview-contents h1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0 0;
	text-align: center;
	position: absolute;
	top: -2%;
	left: 0;
}
#interview .interview-contents h1 {
	top: -3%;
}
#interview3 .interview-contents h1 {
	top: -3.5%;
}
.interview .interview-contents h1 img {
	width: 50%;
}
.interview .interview-contents .interview-intro {
	width: 100%;
	height: auto;
	text-align: center;
	color: #000;
	font-size: 1.1vw;
	line-height: 2vw;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
}
#interview .interview-contents .dot-line {
	width: 50%;
	height: auto;
	margin: 5vw 25%;
	border-bottom: dotted #009C91 10px;
}
#interview2 .interview-contents .dot-line {
	width: 50%;
	height: auto;
	margin: 5vw 25%;
	border-bottom: dotted #FAC600 10px;
}
.interview .interview-contents .qa-unit {
	width: 80%;
	height: auto;
	margin: 3vw 10%;
	display: flex;
	justify-content: space-between;
}
.interview .interview-contents .qa-unit .qa-head {
	width: 10%;
	text-align: right;
}
.interview .interview-contents .qa-unit .qa-head img {
	width: 70%;
}
.interview .interview-contents .qa-unit .qa-txt {
	width: 88%;
	height: auto;
	color: #000;
	font-size: 1.1vw;
	line-height: 2.2vw;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
}
.interview .interview-contents .inter-photo1 ,
.interview .interview-contents .inter-photo2 ,
.interview .interview-contents .inter-photo3 {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	text-align: center;
}
.interview .interview-contents .inter-photo1 img {
	width: 50%;
}
.interview .interview-contents .inter-photo2 img {
	width: 40%;
}
.interview .interview-contents .inter-photo3 img {
	width: 70%;
}

@media (max-width: 1024px) {
	#inter-body #totop {
		width: 5%;
		height: auto;
		position: fixed;
		bottom: 1%;
		right: 1%;
		text-align: center;
		opacity: 0;
	}
	#inter-body #totop a {
		color: #fff;
		text-decoration: none;
		font-size: 2vw;
	}
	#inter-body #totop a i {
		font-size: 4vw;
	}
	#interview {
		width: 100%;
		height: auto;
		padding: 10vw 0 10vw;
		background-color: #009C91;
	}	
	.interview .interview-index {
		width: 90%;
		height: auto;
		margin: 3vw 5%;
		padding: 3vw 0;
		background-color: #FAC600;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		position: relative;
		z-index: 3;
	}
	.interview .index-header {
		width: 100%;
		height: auto;
		margin: 0 0 1.5vw;
		text-align: center;
		font-size: 1.3rem;
		color: #000;
		font-weight: bold;
	}
	.interview .interview-index .index {
		width: 48%;
		padding: 0;
		text-align: center;
	}
	.interview .interview-index div:nth-child(2) {
		border-right: solid 2px #000;
	}
	.interview .interview-index .index a {
		font-size: 1.0rem;
		color: #000;
		font-weight: bold;
	}	
	.interview .interview-contents h1 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		position: absolute;
		top: -1.0%;
		left: 0;
	}
	#interview .interview-contents h1 {
		top: -1.4%;
		pointer-events: none;
	}
	.interview .interview-contents h1 img {
		width: 60%;
	}	
	.interview .interview-contents .interview-intro {
		width: 100%;
		height: auto;
		text-align: center;
		color: #000;
		font-size: 1rem;
		line-height: 2rem;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
	}
	.interview .interview-contents .qa-unit .qa-txt {
		width: 88%;
		height: auto;
		color: #000;
		font-size: 1rem;
		line-height: 2rem;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
	}
	
}

@media (max-width: 610px) {
	#inter-body #totop {
		width: 10%;
		height: auto;
		position: fixed;
		bottom: 1%;
		right: 1%;
		text-align: center;
		z-index: 3;
		opacity: 0;
	}
	#inter-body #totop a {
		color: #000;
		text-decoration: none;
		font-size: 4vw;
	}
	#inter-body #totop a i {
		font-size: 8vw;
	}
	.interview .interview-index {
		width: 90%;
		height: auto;
		margin: 3vw 5% 40vw;
		padding: 3vw 0;
		background-color: #FAC600;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		position: relative;
		z-index: 3;
	}
	.interview .index-header {
		width: 100%;
		height: auto;
		margin: 0 0 1.5vw;
		text-align: center;
		font-size: 1.2rem;
		color: #000;
		font-weight: bold;
	}
	.interview .interview-index .index {
		width: 95%;
		margin: 2vw 1% 2vw 4%;
		padding: 0;
		text-align: center;
	}
	.interview .interview-index div:nth-child(2) {
		border-right: none;
	}
	.interview .interview-index .index a {
		font-size: 1.0rem;
		color: #000;
		font-weight: bold;
	}

	#interview {
		width: 100%;
		height: auto;
		padding: 10vw 0 30vw;
		background-color: #009C91;
	}
	#interview2 {
		width: 100%;
		height: auto;
		padding: 50vw 0 30vw;
		background-color: #FAC600;
	}
	#interview3 {
		width: 100%;
		height: auto;
		padding: 50vw 0 30vw;
	}

	.interview .interview-contents {
		width: 90%;
		height: auto;
		margin: 0;
		padding: 30vw 5% 20vw;
		background-color: #fff;
		position: relative;
	}	
	#interview .interview-contents h1 {
		top: -1.1%;
		pointer-events: none;
	}
	.interview .interview-contents h1 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		position: absolute;
		top: -0.7%;
		left: 0;
	}
	#interview2 .interview-contents h1 {
		top: -0.9%;
	}
	#interview3 .interview-contents h1 {
		top: -1.6%;
	}

	.interview .interview-contents h1 img {
		width: 90%;
	}	
	.interview .interview-contents .interview-intro {
		width: 100%;
		height: auto;
		text-align: center;
		color: #000;
		font-size: 1rem;
		line-height: 2rem;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
	}
	.interview .interview-contents .qa-unit {
		width: 100%;
		height: auto;
		margin: 8vw 0;
		display: block;
	}
	.interview .interview-contents .qa-unit .qa-head {
		width: 15%;
		text-align: right;
		padding-top: 5px;
		margin-right: 10px;
		float: left;
	}
	.interview .interview-contents .qa-unit .qa-head img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.interview .interview-contents .qa-unit .qa-txt {
		width: 100%;
		height: auto;
		color: #000;
		font-size: 1rem;
		line-height: 2rem;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
	}
	.interview .interview-contents .inter-photo1 ,
	.interview .interview-contents .inter-photo3 {
		width: 100%;
		height: auto;
		margin: 8vw 0;
		text-align: center;
	}
	.interview .interview-contents .inter-photo1 img ,
	.interview .interview-contents .inter-photo2 img ,
	.interview .interview-contents .inter-photo3 img {
		width: 100%;
	}
}