html{
  height:100%; 
}
body { 
	margin: 0; 
	padding:0;
	font-family: 'Yu Gothic UI','TsukuBRdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	width:100%; 
	height:100%;
	overflow-x:hidden;
}
body > footer {
	position: sticky;
	top: 100vh;
}	
img {
    image-rendering: -webkit-optimize-contrast;
}
br.clear {
	clear:both;
}
br.sponly {display:none;}
br.sponly2 {display:none;}
br.pconly {display:inline;}
.img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

@-webkit-keyframes flash {
	0% {
	  opacity: .4;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes flash {
	0% {
	  opacity: .4;
	}
	100% {
	  opacity: 1;
	}
}
@keyframes loop-slide {
	from {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0); 
		background-color: transparent;
	}
	to {
		transform: translate3d(-100%, 0 , 0);
		-webkit-transform: translate3d(-100%, 0, 0); 
		background-color: transparent;
	}
}
@keyframes loop-slide-rev {
	from {
		transform: translate3d(-100%, 0, 0);
		-webkit-transform: translate3d(-100%, 0, 0);
		background-color: transparent;

	}
	to {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		background-color: transparent;
	}
}
@keyframes fadeIn {
	from {
	opacity: 0;
	}

	to {
	opacity: 1;
	}
}
.fadeIn {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeInFast {
	animation-name:fadeIn;
	animation-duration:0.2s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
.fadeInZero {
	animation-name:fadeIn;
	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;
	}
}



@media (max-width: 1024px) {
	body { 
		margin: 0; 
		padding:0;
		width:100%; 
		height:100vh;
		overflow-x:hidden;
	}
	.pcimg {display: none !important;}
	.spimg {display: inline;}
	br.sponly {display:inline;}
	br.sponly2 {display:none;}
	br.pconly {display:none;}
}
@media (max-width: 610px) {
	br.sponly2 {display:inline;}
}




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

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



/* 以下スマホ */
@media (max-width: 1024px) {
	#loader {
		width:100%;
		height:auto;
		margin:0;
		padding:0;
		position:relative;
		text-align:center;
	}
	#loader {
		width:60%;
		height:auto;
		margin:0;
		padding:0;
		position:relative;
	}
	

}


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

#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:12px 0 15px;
	position:fixed;
	top:0;
	background: -moz-linear-gradient(top, #fff 20%, transparent);
	background: -webkit-linear-gradient(top, #fff 20%, transparent);
	background: linear-gradient(to bottom, #fff 20%, 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.0%;
	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.8vw;
	line-height:1.8vw;
	text-align: center;
	color: #231815;
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
}
#pcheader ul#pcmenu li.menusns a span.eng {
	transform: translateY(-2px);
}
#pcheader ul#pcmenu li.menusns a span.eng img {
	width: 2.5vw;
}
#pcheader ul#pcmenu li a span.jpn {
	display: block;
	width: 100%;
	font-size:0.7vw;
	line-height:0.7vw;
	text-align: center;
	color: #fff;
	font-family: 'Edu TAS Beginner', cursive;
	letter-spacing: 1px;
	transform: translateY(-1.5vw);
}
#pcheader ul#pcmenu li a:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.navigation {
	display: none;
	position: absolute;
	left: 5px;
	top: 5px ;
	width: 100%;
	height: 100%;
}  
.global-nav {
	position: fixed;
	right: 0;
	top: -2000px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-top: 20vw;
	background: #fff;
	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: 75%;
}
.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;
	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: #810507 !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 9px;
	font-weight:bold;
	color:#810507;
	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: 100%;
	min-height: 100%;
	padding: 10vw 0 10px;
	box-sizing: border-box;
	transition: all .6s;
	z-index: 200;
	overflow-y: scroll; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__list {
	margin: 30px 0 20px;
  }
  .global-nav__item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:3.5em;
	line-height: 1.5em;
	color: #231815;
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;

}
.global-nav__item a .jp {
	width: 100%;
	font-size:3vw;
}
.global-nav ul.nav-sns li {
	width: 10%;
	margin: 2vw 2% 0;
	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 !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:8vw;
		line-height: 10vw;
		letter-spacing: 1px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.2vw;
		transform: translateY(-36px);
	}
	.global-nav ul.nav-sns li {
		width: 13%;
		margin: 2vw 2% 0;
		text-align: center;
	}
	
}





/* ========================================
トップメイン画像まわり
========================================== */
#topmain {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	background-color: #fff;
	position:relative;
	overflow: hidden;
}
#topmain #top-bg {
	width: 100%;
	height: auto;
	opacity: 1;
	transform: translateX(10%);
}
#topmain #top-bg2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	transform: translateX(-10%);
}
#topmain #top-tate {
	width: 14%;
	height: auto;
	position: absolute;
	top: 4%;
	left: 6%;
	opacity: 0;
}
#topmain #top-awards {
	width: 58%;
	height: auto;
	position: absolute;
	top: 23%;
	left: 21%;
	opacity: 0;
}
#topmain #top-title {
	width: 30%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 42%;
	left: 35%;
	opacity: 0;
}
#topmain #top-yoko {
	width: 41%;
	height: auto;
	position: absolute;
	top: 70%;
	right: 1%;
	opacity: 0;
}
#topmain #top-item1 {
	width: 24%;
	height: auto;
	position: absolute;
	top: 34%;
	left: 38%;
	opacity: 0;
}
#topmain #top-item2 {
	width: 3%;
	height: auto;
	position: absolute;
	top: 25.5%;
	left: 48.5%;
	opacity: 0;
}
#topmain #top-billing {
	width: 39%;
	height: auto;
	position: absolute;
	top: 79%;
	right: 2%;
	opacity: 0;
}
@keyframes top-right {
	0% {transform: translateX(10%);}
	100% {transform: translateX(0%);}
}
.top-right {
	animation: top-right 1.2s ease-out 1.2s forwards;
}
@keyframes top-left {
	0% {transform: translateX(-10%);}
	100% {transform: translateX(0%);}
}
.top-left {
	animation: top-left 1.2s ease-out 1.2s forwards;
}
.top-tate {
	animation: fadeIn 1.0s ease 2.2s forwards;
}
.top-title {
	animation: fadeIn 1.2s ease 2.8s forwards;
}
.top-others-anime {
	animation: fadeIn 1.0s ease 3.5s forwards;
}
@keyframes item-move {
	0% {transform: rotate(-8deg);}
	10% {transform: rotate(-8deg);}
	20% {transform: rotate(-8deg);}
	40% {transform: rotate(8deg);}
	50% {transform: rotate(8deg);}
	100% {transform: rotate(8deg);}
}
.top-item2 {
	animation: fadeIn 1.0s ease 3.5s forwards , item-move 1.5s step-start 3.5s infinite;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain #top-bg {
		width: 100%;
		height: auto;
		opacity: 1;
		transform: translateX(0%);
		opacity: 0;
	}
	#topmain #top-bg2 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 1;
		transform: translateX(0%);
		opacity: 0;
	}
	#topmain #top-tate {
		width: 30%;
		height: auto;
		position: absolute;
		top: 27%;
		left: 4%;
		opacity: 0;
	}
	#topmain #top-awards {
		width: 100%;
		height: auto;
		position: absolute;
		top: 42%;
		left: 0%;
		opacity: 0;
	}
	#topmain #top-title {
		width: 84%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 8%;
		opacity: 0;
	}
	#topmain #top-yoko {
		width: 94%;
		height: auto;
		position: absolute;
		top: 63%;
		right: 3%;
		opacity: 0;
	}
	#topmain #top-item1 {
		width: 58%;
		height: auto;
		position: absolute;
		top: 45%;
		left: 21%;
		opacity: 0;
	}
	#topmain #top-item2 {
		width: 6%;
		height: auto;
		position: absolute;
		top: 41%;
		left: 47%;
		opacity: 0;
	}
	#topmain #top-billing {
		width: 92%;
		height: auto;
		position: absolute;
		top: 68%;
		right: 4%;
		opacity: 0;
	}
	@keyframes top-right {
		0% {opacity: 0;}
		100% {opacity: 1;}
	}
	@keyframes top-left {
		0% {opacity: 0;}
		100% {opacity: 1;}
	}
	
}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	padding: 3vw 0;
	background-color: #fff;
}
#bridge #date {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
	opacity: 0;
}
#bridge #date img {
	width: 60%;
}
#bridge #theater-banners {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#bridge #theater-banners li {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 1vw 0;
	opacity: 0;
}
#bridge #theater-banners img {
	width: 18%;
	height: auto;
	vertical-align: bottom;
}
#bridge #theater-banners li.ticket {
	width: 18%;
	height: auto;
	text-align: center;
	margin: 1vw 1%;
	opacity: 0;
}
#bridge #theater-banners li.ticket img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#bridge #sponsor-banners {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#bridge #sponsor-banners li {
	width: 23%;
	height: auto;
	margin: 1vw 1%;
	opacity: 0;
}
#bridge #sns-link {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#bridge #sns-link li {
	width: 4%;
	height: auto;
	margin: 0 0.5%;
}
#bridge #theater-banners li a:hover , 
#bridge #sponsor-banners li a:hover ,
#bridge #sns-link li a:hover {
	animation: flash 1.5s;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#bridge {
		width: 100%;
		height: auto;
		padding: 5vw 0 10vw ;
		position: relative;
		background-color: #fff;
	}
	#bridge #date {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		text-align: center;
		opacity: 0;
	}
	#bridge #date img {
		width: 80%;
	}	
	#bridge #theater-banners {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 3vw 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#bridge #theater-banners li ,
	#bridge #theater-banners li.ticket ,
	#bridge #sponsor-banners li {
		width: 100%;
		height: auto;
		text-align: center;
		margin: 2vw 0;
		opacity: 0;
	}
	#bridge #theater-banners img ,
	#bridge #theater-banners li.ticket img {
		width: 60%;
		height: auto;
		vertical-align: bottom;
	}
	#bridge #sponsor-banners li img {
		width: 80%;
		height: auto;
		vertical-align: bottom;
	}
	#bridge #mubi-wrap {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		text-align: center;
		opacity: 0;
	}	
	#bridge #sns-link {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
	}
	#bridge #sns-link li {
		width: 15%;
		height: auto;
		margin: 0 1.5%;
	}

	
}

/* ========================================
ニュース
========================================== */
#news {
	width: 100%;
	height: auto;
	padding:3vw 0 10vw;
	margin:0;
	background-color: #fff;
}
#news h2 {
	width:100%;
	height:auto;
	padding:0 0 2vw;
	margin:0;
	text-align: center;
	position: relative;
	opacity: 0;
}
#news h2 img {
	width: 8%;
}
#news .deco-up {
	width: 100%;
	height: auto;
	text-align: center;
	opacity: 0;
}
#news .deco-up img {
	width: 30%;
	height: auto;
	vertical-align: bottom;
}
#news .deco-down {
	width: 100%;
	height: auto;
	text-align: center;
	opacity: 0;
}
#news .deco-down img {
	width: 30%;
	height: auto;
	vertical-align: bottom;
}
#news #news-list {
	width: 40%;
	height: auto;
	margin: 3vw 30% 3vw;
	padding: 0;
	list-style-type: none;
}
#news #news-list li {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	opacity: 0;
}
#news #news-list li .date {
	width: 20%;
	height: auto;
	margin-right: 2%;
	font-size: 1.2vw;
	color: #810507;
	font-weight: bold;
}
#news #news-list li .txt {
	width: 78%;
	height: auto;
	margin: 0;
	font-size: 1.2vw;
	color: #810507;
	font-weight: bold;
}
#news #news-list li .txt a {
	color: #810507;
}


/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#news {
		width: 100%;
		height: auto;
		padding:5vw 0 10vw;
		margin:0;
		background-color: #fff;
	}
	#news h2 {
		width:100%;
		height:auto;
		padding:0 0 4vw;
		margin:0;
		text-align: center;
		position: relative;
		opacity: 0;
	}
	#news h2 img {
		width: 25%;
	}
	#news .deco-up {
		width: 100%;
		height: auto;
		text-align: center;
		opacity: 0;
	}
	#news .deco-up img {
		width: 60%;
		height: auto;
		vertical-align: bottom;
	}
	#news .deco-down {
		width: 100%;
		height: auto;
		text-align: center;
		opacity: 0;
	}
	#news .deco-down img {
		width: 60%;
		height: auto;
		vertical-align: bottom;
	}
	#news #news-list {
		width: 80%;
		height: auto;
		margin: 5vw 10%;
		padding: 0;
		list-style-type: none;
	}
	#news #news-list li {
		width: 100%;
		height: auto;
		margin: 5vw 0;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		opacity: 0;
	}
	#news #news-list li .date {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		font-size: 4vw;
		color: #810507;
		font-weight: bold;
	}
	#news #news-list li .txt {
		width: 100%;
		height: auto;
		margin: 0;
		font-size: 4vw;
		color: #810507;
		font-weight: bold;
	}
	
}


/* ========================================
モーダル
========================================== */
.modal{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
	overflow-x: hidden;
	box-sizing: border-box;
	z-index: 11000;
}
.modal__bg{
    width: 100%;
    height: 100%;
	background:#000;
    position: absolute;
	overflow-x: hidden;
}
.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: 100%;
	height: 90%; /* スクロール時は80% */
    padding: 0;
	box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	background-size: cover;
	background-position: center center;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-width: thin;
	scrollbar-color: #414040 #000;
}
.chui__content {
	width: 70%;
	height: 90%; /* スクロール時は80% */
}
.modal__content::-webkit-scrollbar {
    width: 5px;
}
.modal__content::-webkit-scrollbar-track{
	background-color: #000;
}
.modal__content::-webkit-scrollbar-thumb{
	background-color: #414040;
}
.modal__content .white {
	width: 50%;
	height: auto;
	margin: 0 20%;
	padding: 2vw 5%;
	background-color: #fff;
}
.modal__content .white h3 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 1.3vw;
}
.modal__content .white p {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: left;
	color: #000;
	font-size: 1.1vw;
	word-break: break-all;
}
.modal__content .white .news-img1 ,
.modal__content .white .news-img2 {
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 0;
	text-align: center;
	font-size: 1.1vw;
	color: #000;
}
.modal__content .white .news-img1 img ,
.modal__content .white .news-img2 img {
	width: 50%;
	height: auto;
	vertical-align: bottom;
}
.modal__content .white #wine-imgs {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.modal__content .white #wine-imgs li {
	width: auto;
	height: 9vw;
	margin: 0 1%;
}
.modal__content .white #wine-imgs li img {
	width: auto;
	height: 100%;
	vertical-align: bottom;
}
.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: 5px 0;
	text-align: center;
	background-color: #010103;
	border: 1px solid #E1BD2C;
	color: #E1BD2C;
	font-size: 1.4vw;
	font-weight: bold;
}
.movie__content .activee {
	background: #E1BD2C;
	border: 1px solid #E1BD2C;
	color: #010103;
	font-weight: bold;
}
.movie__content .movie-btn i {
	display: none;
}
.movie__content .activee i {
	display: inline;
}
.movie-btn:hover {
	background: #E1BD2C;
	border: 1px solid #E1BD2C;
	color: #010103;
	cursor: pointer;
	transition-duration: 0.6s;
}
.batsu {
	width: 4%;
	height: auto;
	position: fixed;
	top: 3%;
	right: 10%;
}
.batsu img {
	width: 100%;
}
.batsu img:hover {
	animation: close-anime 1.0s ease 0s forwards;
}
@keyframes close-anime {
	0% {transform: rotate(0);}
	100% {transform: rotate(180deg);}
}


/* 以下タブレット・スマホ */
@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: 90%;
		height: 80%;
		padding: 20px 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		overflow-y: scroll;
	}
	.modal__content .white {
		width: 90%;
		height: auto;
		margin: 0 0;
		padding: 2vw 5%;
		background-color: #fff;
	}
	.modal__content .white h3 {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 0;
		text-align: center;
		color: #000;
		font-size: 4vw;
	}
	.modal__content .white p {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 0;
		text-align: left;
		color: #000;
		font-size: 3.5vw;
	}
	.modal__content .white .news-img1 ,
	.modal__content .white .news-img2 {
		width: 100%;
		height: auto;
		margin: 0 0 2vw;
		padding: 0;
		text-align: center;
		font-size: 3.2vw;
		color: #000;
	}
	.modal__content .white .news-img1 img {
		width: 70%;
		height: auto;
		vertical-align: bottom;
	}
	.modal__content .white .news-img2 img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.modal__content .white #wine-imgs {
		width: 100%;
		height: auto;
		margin: 2vw 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.modal__content .white #wine-imgs li {
		width: 42%;
		height: auto;
		margin: 2vw 2%;
	}
	.modal__content .white #wine-imgs li img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	
	.movie__content .movie-btn {
		width: 45%;
		font-size: 3vw;
		margin: 5px 1%;
	}
}

/* 以下タブレット・スマホ */
@media (max-width: 550px) {
	ul#movie-changer {
		margin: 30px 0 0;
	}
	.movie__content .movie-btn {
		width: 82%;
		font-size: 4.6vw;
		margin: 5px 0;
	}

}


/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:1vw 0 7vw;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
.trailer h2 {
	width:10%;
	height:auto;
	padding:0;
	margin:0 45% 3vw;
	position: relative;
	opacity: 0;
}
.trailer .deco-up {
	width: 100%;
	height: auto;
	text-align: center;
}
.trailer .deco-up img {
	width: 30%;
	height: auto;
	vertical-align: bottom;
}
.trailer .deco-down {
	width: 100%;
	height: auto;
	text-align: center;
}
.trailer .deco-down img {
	width: 30%;
	height: auto;
	vertical-align: bottom;
}
#video-wrap {
	width: 60%;
	height: auto;
	margin: 0 20%;
	padding: 0;
	opacity: 0;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
.video {
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 10px;
	display:block;
} 
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.trailer ul#movie-changer {
	width: 60%;
	height: auto;
	margin: 10px 20%;
	padding: 0%;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.movie-btn {
	width: 30%;
	height: auto;
	margin: 0 1%;
	padding: 3px 0;
	text-align: center;
	background-color: #fff;
	border: 1px solid #810507;
	color: #810507;
	font-size: 1.1vw;
	font-weight: bold;
}
.movie-btn i {
	opacity: 0;
}
.activee {
	background: #810507;
	border: 1px solid #810507;
	color: #fff;
}
.activee i {
	opacity: 1;
}
.movie-btn:hover {
	background: #810507;
	border: 1px solid #810507;
	color: #fff;
	cursor: pointer;
	transition-duration: 0.6s;
}
.trailer .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	pointer-events: none;
}
.trailer #logo-slide1 {
	bottom: 28%;
}
.trailer #logo-slide2 {
	bottom: 19%;
}
.trailer #logo-slide1 .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide 80s infinite linear 0s both;
}
.trailer #logo-slide2 .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide-rev 80s infinite linear 0s both;
}

.trailer .top-slide-wrap .top-slide .content {
	width: 30vw;
	height: auto;
	margin: 0 10vw;
}
.trailer .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}



/* 以下スマホ */
@media (max-width: 1024px) {
	.trailer {
		width:100%;
		padding:10vw 0 10vw;
	}
	.trailer h2 {
		width:28%;
		height:auto;
		padding:0;
		margin:0 36% 5vw;
		position: relative;
	}
	.trailer .deco-up {
		width: 100%;
		height: auto;
		margin-bottom: 2vw;
		text-align: center;
	}
	.trailer .deco-up img {
		width: 60%;
		height: auto;
		vertical-align: bottom;
	}
	.trailer .deco-down {
		width: 100%;
		height: auto;
		margin-top: 2vw;
		text-align: center;
	}
	.trailer .deco-down img {
		width: 60%;
		height: auto;
		vertical-align: bottom;
	}
		
	#video-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.video {
		width:90%;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		margin:0 5% 10px;
		display:block;
	}
	.trailer ul#movie-changer {
		width: 100%;
		height: auto;
		margin: 10px 0;
		padding: 0%;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.movie-btn {
		width: 30%;
		font-size: 2vw;
	}
	.trailer .top-slide-wrap .top-slide {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		animation: loop-slide 30s infinite linear 0s both;
	}	
	.trailer .top-slide-wrap .top-slide .content {
		width: 80vw;
		height: auto;
	}
	.trailer #logo-slide1 {
		bottom: 29%;
	}
	.trailer #logo-slide2 {
		bottom: 14%;
	}
	
}

@media (max-width: 610px) {
	.trailer {
		width:100%;
		height:auto;
		margin:0;
		padding:20vw 0 30vw;
	}
	.trailer h2 {
		width:26%;
		height:auto;
		padding:0;
		margin:0 37% 5vw;
		position: relative;
	}

	.trailer .top-slide-wrap {
		bottom: 36%;
	}
	#video-wrap {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: static;
	}
	.video {
		width:100%;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		margin:0 0 10px;
		display:block;
	}
	.movie-btn {
		width: 80%;
		height: auto;
		margin: 1vw 0;
		padding: 5px 0;
		font-size: 4vw;
	}
	.trailer #logo-slide1 {
		bottom: 24%;
	}
	.trailer #logo-slide2 {
		bottom: 11%;
	}
	
}


/* ========================================
イントロダクション
========================================== */
#intro-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/SR-intro-bg-1-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -30;
}
#intro-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/SR-intro-bg-2-pc.png) no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -28;
}
.intro {
	width: 100%;
	height: auto;
	padding: 19vw 0 0;
	position: relative;
}
.intro h2 {
	width: 100%;
	height: auto;
	margin: 0 0 25vw;
	padding: 0;
	text-align: center;
	opacity: 0;
}
.intro h2 img {
	width: 20%;
}
.intro .intro-lead1 {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	text-align: center;
}
.intro .intro-lead1 img {
	width: auto;
	height: 1.75vw;
}
.intro .intro-lead2 {
	width: 100%;
	height: auto;
	margin: 0 0 10vw;
	text-align: center;
}
.intro .intro-lead2 img {
	width: auto;
	height: 1.75vw;
}
.intro .intro-photo1 {
	width: 100%;
	height: auto;
	margin: 0 0 15vw;
	text-align: center;
}
.intro .intro-photo1 img {
	width: 40%;
	height: auto;
}
.intro .intro-lead3 {
	width: 100%;
	height: auto;
	margin: 0 0 15vw;
	text-align: center;
}
.intro .intro-lead3 img {
	width: 45%;
	height: auto;
}
.intro .intro-photo2 {
	width: 50%;
	height: auto;
	margin: 0 25% 15vw;
	position: relative;
}
.intro .intro-photo2 .intro-photo2-1 {
	width: 60%;
	height: auto;
	position: relative;
	left: -5%;
}
.intro .intro-photo2 .intro-photo2-2 {
	width: 60%;
	height: auto;
	position: absolute;
	top: 40%;
	left: 45%;
}
.intro p {
	width: 50%;
	height: auto;
	margin: 2vw 25%;
	font-size: 1.25vw;
	line-height: 2.25vw;
	letter-spacing: 1.5px;
	color: #000;
}
.intro .intro-photo3 {
	width: 100%;
	height: auto;
	margin: 10vw 0;
	text-align: center;
}
.intro .intro-photo3 img {
	width: 40%;
	height: auto;
}

#intro {
	z-index: -29;
}
#intro .intro-photo {
	opacity: 0;
}
#intro2 {
	transform: translate3d(0, -100%, 0);
	z-index: -27;
}
#intro2 h2 ,
#intro2 .intro-lead ,
#intro2 p {
	opacity: 0;
} 

/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#intro-bg1 {
		background: url(../img/SR-intro-bg-1-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center bottom;
	}
	#intro-bg2 {
		background: url(../img/SR-intro-bg-2-sp.png) no-repeat;
		background-size: cover;
		background-position: center bottom;
	}
	.intro {
		width: 100%;
		height: auto;
		padding: 60vw 0 0;
		position: relative;
	}
	.intro h2 {
		width: 100%;
		height: auto;
		margin: 0 0 60vw;
		padding: 0;
		text-align: center;
	}
	.intro h2 img {
		width: 60%;
	}
	.intro .intro-lead1 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		text-align: center;
	}
	.intro .intro-lead1 img {
		width: 65%;
		height: auto;
	}
	.intro .intro-lead2 {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		text-align: center;
	}
	.intro .intro-lead2 img {
		width: 90%;
		height: auto;
	}
	.intro .intro-photo1 {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		text-align: center;
	}
	.intro .intro-photo1 img {
		width: 90%;
		height: auto;
	}
	.intro .intro-lead3 {
		width: 100%;
		height: auto;
		margin: 0 0 30vw;
		text-align: center;
	}
	.intro .intro-lead3 img {
		width: 90%;
		height: auto;
	}
	.intro .intro-photo2 {
		width: 80%;
		height: auto;
		margin: 0 10% 70vw;
		position: relative;
	}
	.intro .intro-photo2 .intro-photo2-1 {
		width: 70%;
		height: auto;
		position: relative;
		left: -5%;
	}
	.intro .intro-photo2 .intro-photo2-2 {
		width: 70%;
		height: auto;
		position: absolute;
		top: 80%;
		left: 35%;
	}
	.intro p {
		width: 90%;
		height: auto;
		margin: 5vw 5%;
		font-size: 4vw;
		line-height: 8.3vw;
		letter-spacing: 1.5px;
		color: #000;
	}
	.intro .intro-photo3 {
		width: 100%;
		height: auto;
		margin: 20vw 0;
		text-align: center;
	}
	.intro .intro-photo3 img {
		width: 90%;
		height: auto;
	}
	

}


/* ========================================
スライダーエリア
========================================== */
#slider {
	width: 100%;
	height: auto;
	padding: 7vw 0;
	margin-top: -200vw;
	background-color: #fff;
	position: relative;
	overflow-x: hidden;
}
#slider .slide-kazari-image {
	width: 100%;
	height: auto;
	text-align: center;
}
#slider .slide-kazari-image img {
	width: 30%;
}
#slider .slide-logo {
	width: 35%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
#slider .top-slide-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	opacity: 1;
}
#slider #slider-1 .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0 0 7vw;
	display: flex;
	animation: loop-slide 110s infinite linear 0s both;
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#slider #slider-2 .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 7vw 0 0;
	display: flex;
	animation: loop-slide-rev 110s infinite linear 0s both;
	perspective: 1000;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#slider .top-slide-wrap .top-slide .content {
	width: 35vw;
	height: auto;
	margin: 0;
}
#slider .top-slide-wrap .top-slide .sp-slide {
	display: none;
}
#slider .top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#slider #slider-logo {
	width: 33%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}



/* 以下スマホ */
@media (max-width: 1024px) {
	#slider {
		width: 100%;
		height: auto;
		margin-top: -800vw;
		padding: 20vw 0;
		background-color: #fff;
		position: relative;
		overflow-x: hidden;
	}
	#slider #slider-1 {
		margin: 0 0 60vw;
	}
	#slider #slider-2 {
		margin: 60vw 0 0;
	}
	#slider #slider-1 .top-slide {
		list-style-type: none;
		padding: 0;
		display: flex;
		animation: loop-slide 120s infinite linear 0s both;
		perspective: 1000;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
	}
	#slider #slider-2 .top-slide {
		list-style-type: none;
		padding: 0;
		display: flex;
		animation: loop-slide-rev 120s infinite linear 0s both;
		perspective: 1000;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
	}
	#slider .top-slide-wrap .top-slide .content {
		width: 100vw;
		height: auto;
		margin: 0;
	}
	#slider .top-slide-wrap .top-slide .sp-slide {
		display: block;
	}	
	#slider .slide-kazari-image img {
		width: 80%;
	}
	#slider .slide-logo {
		width: 70%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
	}
	
	
}


/* ========================================
監督
========================================== */
#director-up {
	width: 100%;
	height: auto;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -25;
	opacity: 0;
}
#director-up h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0 2vw;
	text-align: center;
}
#director-up h2 img {
	width: 10%;
}
#director-up h3 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 2vw;
	text-align: center;
}
#director-up h3 img {
	width: 18%;
}
#director-up .dire-line {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0.5vw 0;
	text-align: center;
}
#director-up .dire-line img {
	width: 50%;
}
#director-down {
	width: 100%;
	height: auto;
	background-color: #000;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -25;
	opacity: 0;
}
#director-down .dire-line {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0.5vw 0;
	text-align: center;
}
#director-down .dire-line img {
	width: 50%;
}
#director-photo {
	width: 37%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -24;
	opacity: 0;
} 
#director-txt {
	width: 100%;
	height: auto;
	padding: 30vw 0 20vw;
	background-color: #000;
	position: relative;
	z-index: -26;
}
#director-txt p {
	width: 46%;
	height: auto;
	margin: 0 27%;
	padding: 0;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1.5px;
}
#director-txt #filmo {
	width: 100%;
	height: auto;
	padding: 4vw 0;
}
#director-txt #filmo h4 {
	width: 100%;
	height: auto;
	margin: 0 0 1vw;
	padding: 0;
	text-align: center;
}
#director-txt #filmo h4 img {
	width: 15%;
}
#director-txt #filmo p {
	width: 46%;
	height: auto;
	margin: 0 27%;
	padding: 0;
	color: #fff;
	font-size: 1vw;
	line-height: 2vw;
	letter-spacing: 1.1px;
	text-align: center;
}
#director-txt h2 ,
#director-txt h3 ,
#director-txt .dire-line {
	display: none;
}



/* 以下スマホ */
@media (max-width: 1024px) {
	#director-up ,
	#director-down {
		display: none;
	}
	#director-txt {
		width: 100%;
		height: auto;
		padding: 30vw 0 130vw;
		background-color: #000;
		position: relative;
		z-index: -26;
	}
	#director-txt h2 {
		display: block;
		width: 100%;
		height: auto;
		padding: 10vw 0;
		margin: 0;
		text-align: center;
	}
	#director-txt h2 img {
		width: 40%;
		height: auto;
	}
	#director-txt h3 {
		display: block;
		width: 100%;
		height: auto;
		padding: 10vw 0 0;
		margin: 0;
		text-align: center;
	}
	#director-txt h3 img {
		width: 70%;
		height: auto;
	}
	#director-txt .dire-line {
		display: block;
		width: 100%;
		height: auto;
		padding: 5vw 0;
		margin: 0;
		text-align: center;
	}
	#director-txt .dire-line img {
		width: 90%;
	}
	#director-txt p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
		font-size: 4vw;
		line-height: 8.3vw;
		letter-spacing: 1.5px;
	}
	#director-txt #filmo {
		width: 100%;
		height: auto;
		padding: 4vw 0;
	}
	#director-txt #filmo h4 {
		width: 100%;
		height: auto;
		margin: 0 0 1vw;
		padding: 0;
		text-align: center;
	}
	#director-txt #filmo h4 img {
		width: 15%;
	}
	#director-txt #filmo p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
		color: #fff;
		font-size: 4vw;
		line-height: 8.3vw;
		letter-spacing: 1.5px;
		text-align: center;
	}
	#director-photo {
		width: 100%;
		height: auto;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: -24;
		opacity: 0;
	} 
	






}


/* ========================================
固定画像
========================================== */
#kotei {
	width: 100%;
	height: auto;
	position: relative;
	overflow-x: hidden;
}
#kotei #kotei-bg {
	width: 120%;
	height: auto;
	position: relative;
	left: -20%;
	transition: 2.5s all;
}
#kotei #kotei-catch {
	width: 16%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 17%;
	transform: translate3d(0, -50%, 0);
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#kotei #kotei-bg {
		width: 200%;
		height: auto;
		position: relative;
		left: -50%;
		transition: 2.5s all;
	}
	#kotei #kotei-catch {
		width: 40%;
		height: auto;
		position: absolute;
		top: auto;
		bottom: 13%;
		left: 30%;
		transform: translate3d(0, 0, 0);
	}
	
}


/* ========================================
ABOUT TROISGROS
========================================== */
#about-bg3 , #about-bg4 {
	display: none;
}
#about-bg1 {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/SR-about-bg-1-pc-rev.jpg) no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -23;
	opacity: 0;
}
#about-bg2 {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/SR-about-bg-2-pc.png) no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -21;
	opacity: 0;
}
#about {
	width: 60%;
	height: auto;
	margin: 0 0 0 40%;
	padding: 0 0 40vw;
	position: relative;
	z-index: -22;
}
#about h2 {
	width: 100%;
	height: auto;
	padding: 40vw 0 3vw;
	margin: 0;
	text-align: center;
}
#about h2 img {
	width: 30%;
}
#about p {
	width: 70%;
	height: auto;
	margin: 0 15%;
	padding: 0;
	color: #fff;
	font-size: 1.25vw;
	line-height: 2.3vw;
	letter-spacing: 1.5px;
}
#about h3 {
	width: 100%;
	height: auto;
	margin: 10vw 0 3vw;
	padding: 0;
	text-align: center;
}
#about h3 img {
	width: auto;
	height: 2vw;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#about-bg2 {
		display: none;
	}
	#about-bg1 {
		display: block;
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: #fff !important;
		background-size: cover;
		background-position: center bottom;
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: none;
		z-index: -23;
		opacity: 0;
	}
	#about-bg3 {
		display: block;
		width: 60%;
		height: auto;
		position: fixed;
		bottom: 0;
		left: 20%;
		z-index: -21;
		opacity: 0;
	}
	#about-bg4 {
		display: block;
		width: 60%;
		height: auto;
		position: fixed;
		bottom: 0;
		left: 20%;
		z-index: -20;
		opacity: 0;
	}
	@keyframes about-bg4 {
		0% {opacity: 0;}
		40% {opacity: 0;}
		50% {opacity: 1;}
		90% {opacity: 1;}
		100% {opacity: 0;}
	}
	.about-bg4 {
		animation: about-bg4 8s ease 0s infinite;
	}
	#about {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 20vw 0 120vw;
		position: relative;
		z-index: -22;
	}
	#about h2 {
		width: 100%;
		height: auto;
		margin: 15vw 0 6vw;
		padding: 0;
		text-align: center;
	}
	#about h2 img {
		width: 70%;
	}
	#about p {
		width: 90%;
		height: auto;
		margin: 0 5% 30vw;
		padding: 0;
		color: #000;
		font-size: 4vw;
		line-height: 8.3vw;
		letter-spacing: 1.5px;
	}
	#about h3 {
		width: 100%;
		height: auto;
		margin: 10vw 0 6vw;
		padding: 0;
		text-align: center;
	}
	#about h3 img {
		width: auto;
		height: 8vw;
	}
	
	

}


/* ========================================
コメント
========================================== */
#com-bg0 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -19;
	pointer-events: none;
	opacity: 0;
}
#com-bg1 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/SR-comment-bg-1-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -18;
	opacity: 0;
}
#com-bg2 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/SR-comment-bg-2-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -18;
	opacity: 0;
}
#com-bg3 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/SR-comment-bg-3-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -18;
	opacity: 0;
}
#com-bg4 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/SR-comment-bg-4-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -18;
	opacity: 0;
}
#com-bg5 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/SR-comment-bg-5-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -18;
	opacity: 0;
}
#com-bg6 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/SR-comment-bg-6-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -18;
	opacity: 0;
}
#com-bg7 {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../img/SR-comment-bg-7-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -18;
	opacity: 0;
}
@keyframes com-bg1 {
	0% {opacity: 1;}
	9.3% {opacity: 1;}
	14.3% {opacity: 0;}
	95% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes com-bg2 {
	0% {opacity: 0;}
	9.3% {opacity: 0;}
	14.3% {opacity: 1;}
	23.6% {opacity: 1;}
	28.6% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes com-bg3 {
	0% {opacity: 0;}
	23.6% {opacity: 0;}
	28.6% {opacity: 1;}
	37.9% {opacity: 1;}
	42.9% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes com-bg4 {
	0% {opacity: 0;}
	37.9% {opacity: 0;}
	42.9% {opacity: 1;}
	52.2% {opacity: 1;}
	57.2% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes com-bg5 {
	0% {opacity: 0;}
	52.2% {opacity: 0;}
	57.2% {opacity: 1;}
	66.5% {opacity: 1;}
	71.5% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes com-bg6 {
	0% {opacity: 0;}
	66.5% {opacity: 0;}
	71.5% {opacity: 1;}
	80.8% {opacity: 1;}
	85.8% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes com-bg7 {
	0% {opacity: 0;}
	80.8% {opacity: 0;}
	85.8% {opacity: 1;}
	95% {opacity: 1;}
	100% {opacity: 0;}
}
.com-bg1 {
	animation: com-bg1 20s ease 0s infinite;
}
.com-bg2 {
	animation: com-bg2 20s ease 0s infinite;
}
.com-bg3 {
	animation: com-bg3 20s ease 0s infinite;
}
.com-bg4 {
	animation: com-bg4 20s ease 0s infinite;
}
.com-bg5 {
	animation: com-bg5 20s ease 0s infinite;
}
.com-bg6 {
	animation: com-bg6 20s ease 0s infinite;
}
.com-bg7 {
	animation: com-bg7 20s ease 0s infinite;
}
#com-front {
	width: 100%;
	height: 140%;
	min-height: 140%;
	background-color: #fff;
	position: relative;
	transition: 2.0s all;
}
#com-front img {
	width: 20%;
	height: auto;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
#com-front p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	font-size: 1.1vw;
}
#com-front #com-trg {
	width: 100%;
	position: absolute;
	top: 10%;
}

#com-wrapper {
	width: 100%;
	height: auto;
	padding: 0 0 30vw;
	margin-top: -30vw;
	position: relative;
	overflow-x: hidden;
	z-index: -1;
}
.com-unit {
	width: 60%;
	height: auto;
	margin: 8vw 20%;
	position: relative;
}
.com-unit .com-txt {
	width: 70%;
	height: auto;
	margin: 0 5%;
	padding: 2vw 10%;
	background-color: rgba(244, 244, 244, 0.9);
	opacity: 0;
}
.com-unit .nomura {
	width: 74%;
	height: auto;
	margin: 0 5%;
	padding: 2vw 10% 2vw 6%;
	background-color: rgba(244, 244, 244, 0.9);
	opacity: 0;
}
.com-unit .com-txt p {
	font-size: 1.2vw;
	line-height: 2.2vw;
	letter-spacing: 1.5px;
}
#com-wrapper .com-unit .com-plate {
	width: 32%;
	height: auto;
	position: absolute;
	top: 50%;
	right: -17%;
	transform: translate3d(0, -50%, 0);
	z-index: 2;
	opacity: 0;
}
#com-wrapper .com-unit:nth-child(even) .com-plate {
	position: absolute;
	top: 50%;
	left: -17%;
	opacity: 0;
}
@keyframes round-right {
	0% {
		opacity: 0;
		transform: translate3d(100%, -50%, 0) rotate(180deg);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, -50%, 0) rotate(0deg);
	}
}
.round-right {
	animation: round-right 1.0s ease 0s forwards;
}
@keyframes round-left {
	0% {
		opacity: 0;
		transform: translate3d(-100%, -50%, 0) rotate(-180deg);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, -50%, 0) rotate(0deg);
	}
}
.round-left {
	animation: round-left 1.0s ease 0s forwards;
}


.com-unit .com-plate .com-plate-inner {
	width: 100%;
	height: auto;
	position: relative;
}
.com-unit .com-plate .com-plate-inner .dish {
	width: 100%;
	height: auto;
}
.com-unit .com-plate .com-plate-inner .name {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	transform: translate3d(0, -50%, 0);
	font-size: 1.1vw;
	letter-spacing: 1.5px;
	color: #810507;
}



/* 以下スマホ */
@media (max-width: 1024px) {
	#com-bg1 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/SR-comment-bg-1-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: none;
		z-index: -18;
		opacity: 0;
	}
	#com-bg2 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/SR-comment-bg-2-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: none;
		z-index: -18;
		opacity: 0;
	}
	#com-bg3 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/SR-comment-bg-3-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: none;
		z-index: -18;
		opacity: 0;
	}
	#com-bg4 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/SR-comment-bg-4-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: none;
		z-index: -18;
		opacity: 0;
	}
	#com-bg5 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/SR-comment-bg-5-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: none;
		z-index: -18;
		opacity: 0;
	}
	#com-bg6 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/SR-comment-bg-6-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: none;
		z-index: -18;
		opacity: 0;
	}
	#com-bg7 {
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: url(../img/SR-comment-bg-7-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: none;
		z-index: -18;
		opacity: 0;
	}
	#com-front {
		width: 100%;
		height: 130%;
		min-height: 130%;
		background: url(../img/SR-comment-bg-0-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: relative;
		transition: 2.0s all;
	}
	#com-front img {
		width: 50%;
		height: auto;
		position: absolute;
		top: 45%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
	}
	#com-front p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		position: absolute;
		top: 50%;
		font-size: 3.5vw;
		color: #fff;
	}
	
	#com-front #com-trg {
		width: 100%;
		position: absolute;
		top: 5%;
	}	
	#com-wrapper {
		width: 100%;
		height: auto;
		padding: 0 0 30vw;
		margin-top: -120vw;
		position: relative;
		z-index: -1;
	}
	.com-unit {
		width: 100%;
		height: auto;
		margin: 70vw 0;
		position: relative;
	}
	.com-unit .com-txt ,
	.com-unit .nomura {
		width: 90%;
		height: auto;
		margin: 0 3%;
		padding: 10vw 2%;
		background-color: rgba(244, 244, 244, 0.9);
		opacity: 0;
	}
	.com-unit .com-txt p {
		font-size: 4.5vw;
		line-height: 8vw;
		letter-spacing: 1.5px;
	}
	#com-wrapper .com-unit .com-plate {
		width: 70%;
		height: auto;
		position: absolute;
		top: 100%;
		right: 0%;
		transform: translate3d(0, 0, 0);
		z-index: 2;
		opacity: 0;
	}
	#com-wrapper .com-unit:nth-child(even) .com-plate {
		position: absolute;
		top: 100%;
		left: auto;
		right: 0%;
		opacity: 0;
	}
	@keyframes round-right {
		0% {
			opacity: 0;
			transform: translate3d(100%, -10%, 0) rotate(180deg);
		}
		100% {
			opacity: 1;
			transform: translate3d(0, -10%, 0) rotate(0deg);
		}
	}
	@keyframes round-left {
		0% {
			opacity: 0;
			transform: translate3d(-100%, -10%, 0) rotate(-180deg);
		}
		100% {
			opacity: 1;
			transform: translate3d(0, -10%, 0) rotate(0deg);
		}
	}
	
	.com-unit .com-plate .com-plate-inner {
		width: 100%;
		height: auto;
		position: relative;
	}
	.com-unit .com-plate .com-plate-inner .dish {
		width: 100%;
		height: auto;
	}
	.com-unit .com-plate .com-plate-inner .name {
		width: 100%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 0;
		text-align: center;
		transform: translate3d(0, -50%, 0);
		font-size: 4.0vw;
		line-height: 5vw;
		letter-spacing: 0.3px;
	}
	.com-unit .com-plate .com-plate-inner .longname {
		top: 43%;
	}

}



/* ========================================
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;
}
footer #foot-bg1 {
	width: 100%;
	height: auto;
}
footer #foot-bg2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
footer #foot-logo {
	width: 36%;
	height: auto;
	position: absolute;
	top: 30%;
	left: 32%;
	opacity: 0;
}
footer #button-area {
	position: absolute;
	top: 58%;
	opacity: 0;
}
.foot-bg2 {
	animation: fadeIn 1.5s ease 0.6s forwards;
}
.foot-last-anime {
	animation: fadeIn 1.0s ease 1.4s forwards;
}



@media (max-width: 1024px) {
	footer {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		position: relative;
	}
	footer #foot-logo {
		width: 80%;
		height: auto;
		position: absolute;
		top: 30%;
		left: 10%;
		opacity: 0;
	}
	footer #button-area {
		position: absolute;
		top: 52%;
		opacity: 0;
	}
	
}
@media (max-width: 510px) {

}


