html{
  height:100vh; 
}

body { margin: 0; padding:0;font-family: '游ゴシック体',YakuHanJP,'Noto Sans JP', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif; width:100%; height:100vh;;overflow-x:hidden;background-color: #789e94;
}
body > footer {
	position: sticky;
	top: 100vh;
}	
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-10;
  width:100%;
  height:100vh;
  background:url(https://ouichef-movie.com/img/story_bg_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
img {
    image-rendering: -webkit-optimize-contrast;
}
.clearfix{
  zoom:1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}
br.clear {
	clear:both;
}
br.sponly {display:none;}
.pcimg {display: inline;}
.spimg {display: none;}

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

	to {
	opacity: 1;
	}
}
.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;
}

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

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

	to {
		transform: scale(1);
		opacity: 1;
	}
}
.fadeInUp2 {
	animation-name:fadeInUp2;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}
#com-banner {
	width: 11%;
	height: auto;
	position: fixed;
	bottom: 1%;
	right: 1%;
	z-index: 3;
	opacity: 0;
}
#com-banner img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#com-banner img:hover {
	transform: rotate(10deg);
	transition: 0.7s;
}


@media (max-width: 1024px) {
	.pcimg {display: none !important;}
	.spimg {display: inline;}
	body:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-10;
		width:100%;
		height:100vh;
		background:url(https://ouichef-movie.com/img/story_bg_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	br.sponly {display:inline;}
	#com-banner {
		width: 30%;
		height: auto;
		position: fixed;
		bottom: 2%;
		right: 2%;
		z-index: 3;
		opacity: 0;
	}
}


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

/* 非表示 */
.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: #FFEF38;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000;
    display: grid;
    place-items: center;
}
#loader {
	width:20%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
}
#loader #load1 {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
    display: grid;
    place-items: center;
}
#loader #load2 {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	animation-name: anime1;
	animation-duration: 3s;
	animation-timing-function: ease;
	animation-delay:0;
	animation-iteration-count: infinite;
	animation-fill-mode:forwards;
    display: grid;
    place-items: center;
	position: absolute;
	top: 0;
	left: 0;
}

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

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


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

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

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


}


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

#pcheader {
	display: block;
	width:100%;
	height:auto;
	padding:8px 0 10px;
	position:fixed;
	top:0;
	background: -moz-linear-gradient(top, #FFEF38, transparent);
	background: -webkit-linear-gradient(top, #FFEF38, transparent);
	background: linear-gradient(to bottom, #FFEF38, transparent);
	z-index:1001;
	transition-duration: 0.6s;
	opacity: 0;
}
#pcheader ul#pcmenu {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style-type:none;
	display:flex;
	justify-content: center;
}
#pcheader ul#pcmenu li {
	width:auto;
	height:auto;
	margin:0 1.2%;
	padding:0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
}
#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: #000;
	font-family: 'Pacifico', cursive;
}
#pcheader ul#pcmenu li a span.jp {
	display: block;
	width: 100%;
	font-size:0.8vw;
	line-height:0.8vw;
	text-align: center;
	color: #000;
	transform: translateY(-15px);
}
#pcheader ul#pcmenu li.menusns a span.eng {
	color: #c21f1d !important;
}
#pcheader ul#pcmenu li a:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.navigation {
	display: none;
	position: absolute;
	left: 5px;
	top: 5px ;
	width: 100%;
	height: 60px;
}  
  .global-nav {
	position: fixed;
	right: 0; /* これで隠れる */
	top: -2000px;
	width: 100%; /* スマホに収まるくらい */
	height: 100vh;
	min-height: 100%;
	padding-top: 10px;
	background: #FFEF38;
	background-size: 100% auto;
	background-position: center center;
	color:#fff;
	transition: all .6s;
	z-index: 200000;
	overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
	position: fixed;
	left: 5px;
	top: 1px;
	width: 65px; /* クリックしやすいようにちゃんと幅を指定する */
	height: 65px; /* クリックしやすいようにちゃんと高さを指定する */
	cursor: pointer;
	z-index: 300000;
	opacity:0;
  }
  
  .global-nav #menu-logo {
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0 10px;
	text-align:center;
}  
.global-nav #menu-logo img {
	width:20% !important;
	height:auto;
}    
.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.global-nav__item {
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: 'Pacifico', cursive;
}
.global-nav__item a {
	display: block;
	padding: 1px 0;
	text-decoration: none;	
	color: #000;
	transition: all .6s;
}  
.global-nav__item a .en {
	width: 100%;
	font-size:2vw;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:1vw;
}
.hamburger__line {
	position: absolute;
	left: 8px;
	width: 50px;
	height: 4px;
	background-color: #000 !important;
	transition: all .6s;
}  
.hamburger #menu {
	position: absolute;
	top: 44px;
	left: 7px;
	font-weight:bold;
	color:#000;
	font-size:1.0em;
	font-family: battery-park, sans-serif;
	font-style: normal;
	font-weight: 400;
  } 
  .global-nav ul.nav-sns {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.global-nav ul.nav-sns li {
	width: 4%;
	margin: 0 2%;
}
.global-nav ul.nav-sns li img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.global-nav ul.nav-sns li img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

  .hamburger__line--1 {
	top: 12px;
  }
  .hamburger__line--2 {
	top: 27px;
  }
  .hamburger__line--3 {
	top: 42px;
  }
  .black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
	top: 0;
  }
  .nav-open .black-bg {
	opacity: .8;
	visibility: visible;
  }
  .nav-open .hamburger__line--1 {
	transform: rotate(45deg);
	top: 30px;
  
  }
  .nav-open .hamburger__line--2 {
	width: 0;
	left: 50%;
	opacity: 0;
  
  }
  .nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 30px;
  
  }
  


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

.navigation {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	background:none;
	opacity: 1;
  }  
  .hamburger {
	width: 52px; /* クリックしやすいようにちゃんと幅を指定する */
	height: 54px; /* クリックしやすいようにちゃんと高さを指定する */
	  display:block !important;
  }  
  .hamburger__line {
	  position: absolute;
	  left: -2px;
	  width: 40px;
	  height: 4px;
	  transition: all .6s;
	}	
	.hamburger #menu {
	  position: absolute;
	  top: 38px;
	  left: -5px;
	  font-weight:bold;
	  font-size:0.9em;
	  font-family: 'Libre Baskerville', serif;
	}
  
  .hamburger__line--1 {
	top: 8px;
  }
  .hamburger__line--2 {
	top: 21px;
  }
  .hamburger__line--3 {
	top: 34px;
  }
  
  .global-nav {
	position: fixed;
	top: -1600px; /* これで隠れる */
	left: 0;
	width: 100%; /* スマホに収まるくらい */
	height: 100vh;
	min-height: 100%;
	padding-top: 40px;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .global-nav__item a {
	display: block;
	padding: 1px 0;
	text-decoration: none;
	transition: all .6s;
  }
  .global-nav__item a .en {
	width: 100%;
	font-size:4vw;
}
.global-nav__item a .jp {
	width: 100%;
	font-size:3vw;
}

   .global-nav #menu-logo {
	width:100%;
	height:auto;
	margin:0;
	padding:30px 0 10px;
	text-align:center;
}  
  .global-nav #menu-logo img {
	width:50% !important;
	height:auto;
}
.global-nav ul.nav-sns li {
	width: 10%;
	margin: 0 2%;
	text-align: center;
}
.global-nav ul.nav-sns li a {
	font-size: 10vw;
	color: #c21f1d;
}
.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: 0;
		padding: 0;
	}
	.global-nav__item a {
		display: block;
		padding: 1px 0;
		margin: 0;
		text-decoration: none;
		transition: all .6s;
	  }
	  .global-nav__item a .en {
		width: 100%;
		font-size:7vw;
		line-height: 7vw;
		letter-spacing: 1px;
	}
	.global-nav__item a .jp {
		width: 100%;
		font-size:3.6vw;
		transform: translateY(-27px);
	}
}




/* ========================================
トップメイン画像まわり
========================================== */
#topmain-pc {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
	background-color: #FFEF38;
}
#topmain-pc #up1 {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
}
#topmain-pc #main-logo {
	width:37%;
	height:auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 4.2%;
	left: 32.6%;
	opacity: 0;
}
#topmain-pc #main-catch {
	width:8.5%;
	height:auto;
	position: absolute;
	top: 55.5%;
	right: 34.8%;
	opacity: 0;
}
#topmain-pc #up2 {
	width:100%;
	height:auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#topmain-pc #item-pan {
	width:9%;
	height:auto;
	position: absolute;
	top: 3%;
	left: 7%;
	opacity: 0;
}
#topmain-pc #item-chicken {
	width:6%;
	height:auto;
	position: absolute;
	top: 10%;
	left: 20.5%;
	opacity: 0;
}
#topmain-pc #item-spoon {
	width:9%;
	height:auto;
	position: absolute;
	top: 0.5%;
	left: 38%;
	opacity: 0;
}
#topmain-pc #item-chef {
	width:6.5%;
	height:auto;
	position: absolute;
	top: 7%;
	left: 71%;
	opacity: 0;
}
#topmain-pc #item-hand {
	width:4%;
	height:auto;
	position: absolute;
	top: 45.3%;
	left: 60%;
	opacity: 0;
}
#topmain-pc #item-leaf {
	width:4%;
	height:auto;
	position: absolute;
	top: 82%;
	left: 58%;
	opacity: 0;
}
#topmain-pc #up1 img ,
#topmain-pc #main-logo img ,
#topmain-pc #main-catch img ,
#topmain-pc #up2 img ,
#topmain-pc #item-pan img ,
#topmain-pc #item-chicken img ,
#topmain-pc #item-spoon img ,
#topmain-pc #item-chef img ,
#topmain-pc #item-hand img ,
#topmain-pc #item-leaf img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}
.zoomIn1 {
	animation-name:zoomIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0);
}
.zoomIn2 {
	animation-name:zoomIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0);
	animation-delay: 0.8s;
}
.fadeIn1 {
	animation-name:fadeIn;
	animation-duration:1.1s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
	animation-delay: 2.1s;
}
.pan-anime {
	animation: fadeIn 1.1s ease-out 2.1s forwards , pan 3s ease-in-out 2.2s infinite;
}
@keyframes pan {
	0% {transform: rotate(0deg);}  
	29% {transform: rotate(0deg);}  
	30% {transform: rotate(-10deg);}	
	33% {transform: rotate(0deg);}
	39% {transform: rotate(0deg);}
	40% {transform: rotate(-10deg);}	
	43% {transform: rotate(0deg);}
	50% {transform: rotate(0deg);}	
	100% {transform: rotate(0deg);}
}
.chicken-anime {
	animation: fadeIn 1.1s ease-out 2.1s forwards , pan 4s ease-in-out 3s infinite;
}
@keyframes chicken {
	0% {transform: translateY(0) scale(1.1);}
	50% {transform: translateY(-20px) scale(1);}
	100% {transform: translateY(0) scale(1.1);}
}
.spoon-anime {
	animation: fadeIn 1.1s ease-out 2.1s forwards , pan 2s linear 3.2s infinite;
}
@keyframes spoon {
	0% {opacity: 1;transform: translateX(0px);}
	20% {opacity: 1;transform: translateX(0px);}
	21% {opacity: 0.4;transform: translateX(2px);}
	22% {opacity: 0.8;transform: translateX(-4px);}
	23% {opacity: 0.4;transform: translateX(2px);}
	24% {opacity: 1;transform: translateX(0px);}
	60% {opacity: 1;transform: translateX(0px);}
	61% {opacity: 0.4;transform: translateX(2px);}
	62% {opacity: 0.8;transform: translateX(-4px);}
	63% {opacity: 0.4;transform: translateX(2px);}
	64% {opacity: 1;transform: translateX(0px);}
	100% {opacity: 1;transform: translateX(0px);}
}
.chef-anime {
	animation: fadeIn 1.1s ease-out 2.1s forwards , chef 3s ease-in-out 2.2s infinite;
	transform-origin: center bottom;
}
@keyframes chef {
	0% {transform: rotate(3deg);}
	50% {transform: rotate(-3deg);}
	100% {transform: rotate(3deg);}
}
.hand-anime {
	animation: fadeIn 1.1s ease-out 2.1s forwards , pan 4s ease-in-out 2.2s infinite;
}
.leaf-anime {
	animation: fadeIn 1.1s ease-out 2.1s forwards , pan 2s ease-in-out 2.2s infinite;
}



/* 以下タブレット・スマホ */
@media (max-width: 1024px) {
	#topmain-pc #main-logo {
		width:96%;
		height:auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 6%;
		left: 2%;
		opacity: 0;
	}
	#topmain-pc #main-catch {
		width:19%;
		height:auto;
		position: absolute;
		top: 54%;
		right: 11%;
		opacity: 0;
	}
	#topmain-pc #item-pan {
		width:20%;
		height:auto;
		position: absolute;
		top: 41%;
		left: 5%;
		opacity: 0;
	}
	#topmain-pc #item-chicken {
		width:14%;
		height:auto;
		position: absolute;
		top: 26%;
		left: 84%;
		opacity: 0;
	}
	@keyframes chicken {
		0% {transform: translateY(0) scale(1.1);}
		50% {transform: translateY(-10px) scale(1);}
		100% {transform: translateY(0) scale(1.1);}
	}
	#topmain-pc #item-spoon {
		width:25%;
		height:auto;
		position: absolute;
		top: 3%;
		left: 15%;
		opacity: 0;
	}
	#topmain-pc #item-chef {
		width:12%;
		height:auto;
		position: absolute;
		top: 4%;
		left: 71%;
		opacity: 0;
	}
	#topmain-pc #item-hand {
		width:15%;
		height:auto;
		position: absolute;
		top: 39%;
		left: auto;
		right: 0;
		opacity: 0;
	}
	#topmain-pc #item-leaf {
		width:11%;
		height:auto;
		position: absolute;
		top: 62%;
		left: auto;
		right: 5%;
		opacity: 0;
	}

}


/* ========================================
ブリッジ
========================================== */
#bridge {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 3vw 0;
	background-color: #faef4d;
}
#bridge #fil-manzoku {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#bridge #fil-manzoku img {
	width: 17%;
}
#bridge #fil-manzoku img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
#bridge #sns-link {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#bridge #sns-link li {
	width: 4%;
	height: auto;
	margin: 0 1%;
}
#bridge #sns-link li img {
	width: 100%;
	height: auto;
}
#bridge #sns-link li img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
#bridge #theater-bnr {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
}
#bridge #theater-bnr li {
	width: 17%;
	height: auto;
	margin: 0 1%;
}
#bridge #theater-bnr li img {
	width: 100%;
	height: auto;
}
#bridge #theater-bnr li img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	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;
}



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



/* ========================================
トレーラー
========================================== */
.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:3vw 0 1vw;
	overflow: hidden;
	position: relative;
	background-color: #faef4d;
}
.trailer h2 {
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 2vw;
	text-align:center;
	position: relative;
	opacity: 0;
}
.trailer h2 img {
	width:20%;
	height:auto;
	vertical-align: bottom;
}
.fadeIn3 {
	animation-name:fadeIn;
	animation-duration:1.6s;
	animation-fill-mode:forwards;
	animation-delay: 0.5s;
}
.fadeIn4 {
	animation-name:fadeIn;
	animation-duration:1.6s;
	animation-fill-mode:forwards;
	animation-delay: 0.8s;
}
#video-wrap {
	width: 60%;
	height: auto;
	margin: 0;
	padding: 0 20%;
	opacity: 0;
}
.video {
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 10px;
	display:block;
} 
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.trailer ul#movie-changer {
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 0%;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.movie-btn {
	width: 30%;
	height: auto;
	margin: 0 1%;
	padding: 3px 0;
	text-align: center;
	background-color: #fff;
	border: 1px solid #C8010C;
	color: #C8010C;
	font-size: 1.1vw;
}
.activee {
	background: #C8010C;
	border: 1px solid #C8010C;
	color: #fff;
}
.movie-btn:hover {
	background: #c8353c;
	border: 1px solid #c8353c;
	color: #fff;
	cursor: pointer;
	transition-duration: 0.6s;
}

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


/* 以下スマホ */
@media (max-width: 1024px) {
.trailer {
	width:100%;
	padding:30px 0 50vw;
}
.trailer h2 {
	margin-bottom: 5vw;
}
.trailer h2 img {
	width:50%;
	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;
}
.movie-btn {
	width: 30%;
	font-size: 2vw;

}
}

@media (max-width: 525px) {


.trailer {
	width:100%;
	height:auto;
	margin:0;
	padding:10vw 0 10vw;
}
#video-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: static;
}
.video {
width:100%;
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
margin:0 0 10px;
display:block;
}
.movie-btn {
	width: 45%;
	font-size: 3vw;
}

}




/* ========================================
イントロ・ストーリー
========================================== */
#intro-head {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	display: grid;
	place-items: center;
	overflow-x: hidden;
	background-color: #faef4d;

}
#intro-head h2 {
	width: 40%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
#intro-head h2 #intro-head-base {
	width: 100%;
	height: auto;
	opacity: 0;
}
#intro-head h2 #intro-head-left {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#intro-head h2 #intro-head-right {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#intro-head h2 #intro-head-base img ,
#intro-head h2 #intro-head-left img ,
#intro-head h2 #intro-head-right img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
@keyframes shakin {
	0% {transform: rotate(0deg);}
	33% {transform: rotate(-1deg);}
	66% {transform: rotate(1deg);}
	100% {transform: rotate(0deg);}
}
@keyframes intro-head-left {
	0% {
		opacity: 0;
		transform: translateX(-100%) rotate(0);
	}
	20% {
		transform: translateX(-80%) rotate(-10deg);
	}
	40% {
		transform: translateX(-60%) rotate(10deg);
	}
	60% {
		transform: translateX(-40%) rotate(-10deg);
	}
	80% {
		transform: translateX(-20%) rotate(10deg);
	}
	92% {
		transform: translateX(5%) rotate(-5deg);
	}
	100% {
		opacity: 1;
		transform: translateX(0) rotate(0);
	}
}
.intro-head-left {
	animation: intro-head-left 1.0s linear 0s forwards , shakin 2.0s linear 1.0s infinite;
}
@keyframes intro-head-right {
	0% {
		opacity: 0;
		transform: translateX(100%) rotate(0);
	}
	20% {
		transform: translateX(80%) rotate(-10deg);
	}
	40% {
		transform: translateX(60%) rotate(10deg);
	}
	60% {
		transform: translateX(40%) rotate(-10deg);
	}
	80% {
		transform: translateX(20%) rotate(10deg);
	}
	92% {
		transform: translateX(-5%) rotate(-5deg);
	}
	100% {
		opacity: 1;
		transform: translateX(0) rotate(0);
	}
}
.intro-head-right {
	animation: intro-head-right 1.0s linear 0s forwards , shakin 1.8s linear 1.1s infinite;
}
#intro1 {
	width: 100%;
	height: auto;
	position: relative;
	z-index: -15;
}
#intro1 #intro1-bg {
	width: 100%;
	height: auto;
}
#intro1 #intro1-bg img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#intro1 #intro1-contents {
	width: 40%;
	height: auto;
	position: absolute;
	top: 10%;
	left: 5%;
}
#intro1 #intro1-contents h3 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 0;
	text-align: left;
	opacity: 0;
}
#intro1 #intro1-contents h3 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#intro1 #intro1-contents h4 {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 0;
	text-align: left;
	opacity: 0;
}
#intro1 #intro1-contents h4 img {
	width: 80%;
	height: auto;
	vertical-align: bottom;
}
#intro1 #intro1-contents p {
	width: 100%;
	height: auto;
	color: #000;
	font-size: 1.2vw;
	line-height: 2.4vw;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
	opacity: 0;
}
#intro2 {
	width: 100%;
	height: auto;
	padding: 0 0 50vw;
	position: relative;
	z-index: -15;
	background-color: #789e94;
}
#intro2 #intro2-bg {
	width: 100%;
	height: auto;
}
#intro2 #intro2-bg img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#intro2 #intro2-contents {
	width: 50%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 25%;
}
#intro2 #intro2-contents p {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1.2vw;
	line-height: 2.4vw;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
	opacity: 0;
}
#intro2 #intro2-contents #fixed-tgr {
	width: 100%;
	height: 20px;
	margin: 10vw 0 0;
}

/* 以下スマホ */
@media (max-width: 1024px) {
	#intro-head {
		width: 100%;
		height: 100vh;
		min-height: 100%;
		margin: 0;
		padding: 0;
		display: grid;
		place-items: center;
		overflow-x: hidden;
		background-color: #faef4d;	
	}
	#intro-head h2 {
		width: 80%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
	}
	#intro1 {
		width: 100%;
		height: auto;
		padding: 0 0 30vw;
		position: relative;
		z-index: -15;
		background-color: #faef4d;	

	}
	#intro1 #intro1-contents {
		width: 90%;
		height: auto;
		position: relative;
		top: -20px;
		background-color: #faef4d;
	}
	#intro1 #intro1-contents h3 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 0;
		text-align: left;
		opacity: 0;
	}
	#intro1 #intro1-contents h3 img {
		width: 80%;
		height: auto;
		vertical-align: bottom;
	}
	#intro1 #intro1-contents h4 {
		width: 100%;
		height: auto;
		margin: 0 0 10vw;
		padding: 0;
		text-align: left;
		opacity: 0;
	}
	#intro1 #intro1-contents h4 img {
		width: 95%;
		height: auto;
		vertical-align: bottom;
	}
	#intro1 #intro1-contents p {
		width: 100%;
		height: auto;
		color: #000;
		font-size: 1em;
		line-height: 2em;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
		opacity: 0;
	}
	#intro2 {
		width: 100%;
		height: auto;
		padding: 0 0 70vw;
		margin: 0;
		overflow-x: hidden;
		position: relative;
		z-index: -15;
		background-color: #789e94;
	}
	#intro2 #intro2-contents {
		width: 100%;
		height: auto;
		position: relative;
		left: 0;
		background-color: #789e94;
	}
	#intro2 #intro2-contents p {
		width: 90%;
		height: auto;
		margin: 0 5%;
		color: #fff;
		font-size: 1em;
		line-height: 2em;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
		opacity: 0;
	}
	#intro2 #intro2-contents #fixed-tgr {
		width: 100%;
		height: 20px;
		margin: 10vw 0 0;
	}



}





/* ========================================
スライダー
========================================== */

#upper-slide {
	display: block;
	width: 100%;
    height: auto;
	display: flex;
	align-items: center;
    overflow: hidden;
	opacity: 1;
	position: fixed;
	bottom: 0;
	z-index: -10;
	opacity: 0;
}
#second-slide {
	display: block;
	width: 100%;
    height: auto;
	display: flex;
	align-items: center;
    overflow: hidden;
	opacity: 1;

}
#upper-slide .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide 50s infinite linear 0s both;
}
#second-slide .top-slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	animation: loop-slide 50s infinite linear 0s both;
}
#upper-slide .top-slide .content {
	width: 25vw;
	height: auto;
}
#second-slide .top-slide .content {
	width: 30vw;
	height: auto;
}
.top-slide-wrap .top-slide .content img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* 以下スマホ */
@media (max-width: 1024px) {
	#upper-slide .top-slide .content {
		width: 90vw;
		height: auto;
	}
	#second-slide .top-slide .content {
		width: 100vw;
		height: auto;
	}
}


/* ========================================
固定背景
========================================== */
#fixed-area {
	width: 100%;
	height: auto;
	padding: 50vw 0 30vw;
}
#fixed-bg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -9;
	background:url(../img/OC-kotei-bg-pc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0;
}
#fixed-area #oic {
	width: 13%;
	height: auto;
	margin-left: 72%;
}
#fixed-area #oic img {
	width: 100%;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#fixed-area {
		width: 100%;
		height: auto;
		padding: 70vw 0 150vw;
	}
	#fixed-bg {
		width: 100%;
		height: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -9;
		background:url(../img/OC-kotei-bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		opacity: 0;
	}
	#fixed-area #oic {
		width: 40%;
		height: auto;
		margin: 0 30%;
	}

}

/* ========================================
監督
========================================== */
#director {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 7vw 0;
	background-color: #faef4d;
	position: relative;
	overflow: hidden;
}
#director h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	text-align: center;
	opacity: 0;
}
#director h2 img {
	width: 25%;
}
#director .dire-contents {
	width: 60%;
	height: auto;
	margin: 0 20%;
	position: relative;
	z-index: 2;
}
#director .dire-contents .question {
	width: 100%;
	height: auto;
	margin: 5vw 0 1vw;
	text-align: left;
	font-size: 1.2vw;
	line-height: 1.8vw;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
	color: #c21f1d;
	font-weight: bold;
	opacity: 0;
}
#director .dire-contents p {
	width: 100%;
	height: auto;
	margin: 0 0 3vw;
	text-align: left;
	font-size: 1.2vw;
	line-height: 2.4vw;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
	color: #000;
	font-weight: bold;
	position: relative;
	z-index: 2;
	opacity: 0;
}
#director #shikiri {
	width: 100%;
	height: auto;
	margin: 3vw 0;
	text-align: center;
	opacity: 0;
}
#director #shikiri img {
	width: 25%;
	height: auto;
	vertical-align: bottom;
}
#director h3 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1vw 0 0;
	text-align: center;
	opacity: 0;
}
#director h3 img {
	width: 20%;
}
#director #dire-photo {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1vw 0;
	text-align: center;
	opacity: 0;
}
#director #dire-photo img {
	width: 15%;
}
#director #image-l1 {
	width: 30%;
	height: auto;
	position: absolute;
	top: 5%;
	left: -35%;
	opacity: 0;
}
#director #image-r1 {
	width: 20%;
	height: auto;
	position: absolute;
	top: 10%;
	right: -20%;
	opacity: 0;
}
#director #image-l2 {
	width: 15%;
	height: auto;
	position: absolute;
	top: 35%;
	left: -30%;
	opacity: 0;
}
#director #image-r2 {
	width: 30%;
	height: auto;
	position: absolute;
	top: 30%;
	right: -25%;
	opacity: 0;
}
#director #image-l3 {
	width: 30%;
	height: auto;
	position: absolute;
	top: 65%;
	left: -30%;
	opacity: 0;
}
#director #image-r3 {
	width: 35%;
	height: auto;
	position: absolute;
	top: 55%;
	right: -15%;
	opacity: 0;
}
#director #image-r4 {
	display: block;
	width: 17%;
	height: auto;
	position: absolute;
	top: 75%;
	right: -35%;
	opacity: 0;
}
#director #image-r5 {
	display: block;
	width: 25%;
	height: auto;
	position: absolute;
	top: 90%;
	right: -25%;
	opacity: 0;
}
#director #dire-item {
	width: 13%;
	height: auto;
	position: absolute;
	top: 72%;
	left: 22%;
	opacity: 0;
}
#director .dire-images img {
	width: 100%;
}
.fadeInPhoto {
	animation-name:fadeIn;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
	animation-delay: 0s;
}
@keyframes image-r1 {
	0% {
		opacity: 0;
		transform: translateX(300px) rotate(50deg);
	}
	100% {
		opacity: 1;
		transform: translateX(0) rotate(0deg);
	}
}
.image-r1 {
	animation: image-r1 1.0s ease-out 0s forwards;
}
@keyframes image-l2 {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.image-l2 {
	animation: image-l2 1.0s ease-out 0s forwards;
}
@keyframes image-r3 {
	0% {
		opacity: 0;
		transform: translateX(300px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.image-r3 {
	animation: image-r3 1.0s ease-out 0s forwards;
}
@keyframes image-r4 {
	0% {
		opacity: 0;
		transform: rotate(0);
	}
	100% {
		opacity: 1;
		transform: rotate(-360deg);
	}
}
.image-r4 {
	animation: image-r4 1.0s ease-out 0s forwards;
}
@keyframes image-r5 {
	0% {
		opacity: 0;
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.image-r5 {
	animation: image-r5 1.0s ease-out 0s forwards;
}
@keyframes dire-item {
	0% {
		opacity: 0;
		transform: translate(-20px , 20px) rotate(-30deg);
	}
	100% {
		opacity: 1;
		transform: translate(0 , 0) rotate(0);
	}
}
.dire-item {
	animation: dire-item 0.3s ease-out 0.4s forwards;
}



/* 以下スマホ */
@media (max-width: 1024px) {
	#director {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 15vw 0 25vw;
		background-color: #faef4d;
		position: relative;
		overflow: hidden;
	}
	#director h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0;
		text-align: center;
		opacity: 0;
	}
	#director h2 img {
		width: 85%;
	}
	#director .dire-contents {
		width: 90%;
		height: auto;
		margin: 0 5%;
		position: relative;
		z-index: 2;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	#director .dire-contents .question {
		width: 100%;
		height: auto;
		margin: 10vw 0 2vw;
		text-align: left;
		font-size: 1em;
		line-height: 1.8em;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
		color: #c21f1d;
		font-weight: bold;
		opacity: 0;
	}
	#director .dire-contents p {
		width: 100%;
		height: auto;
		margin: 0 0 3vw;
		text-align: left;
		font-size: 1em;
		line-height: 1.8em;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
		color: #000;
		font-weight: bold;
		position: relative;
		z-index: 2;
		opacity: 0;
	}
	#director #shikiri {
		width: 100%;
		height: auto;
		margin: 10vw 0;
		text-align: center;
		opacity: 0;
	}
	#director #shikiri img {
		width: 80%;
		height: auto;
		vertical-align: bottom;
	}
	#director h3 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 1vw 0 0;
		text-align: center;
		opacity: 0;
	}
	#director h3 img {
		width: 60%;
	}
	#director #dire-photo {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 1vw 0;
		text-align: center;
		opacity: 0;
	}
	#director #dire-photo img {
		width: 40%;
	}
	#director #image-l1 {
		width: 45%;
		height: auto;
		position: static;
		margin: 0 2%;
	}
	#director #image-r1 {
		width: 35%;
		height: auto;
		position: static;
		margin: 0 2%;
	}
	#director #image-l2 {
		width: 25%;
		height: auto;
		position: static;
		margin: 0 2%;
	}
	#director #image-r2 {
		width: 45%;
		height: auto;
		position: static;
		margin: 0 2%;
	}
	#director #image-l3 {
		width: 45%;
		height: auto;
		position: static;
		margin: 0 2%;
	}
	#director #image-r3 {
		width: 50%;
		height: auto;
		position: static;
		margin: 0;
	}
	#director #image-r4 ,
	#director #image-r5 {
		display: none;
	}
	#director #dire-item {
		width: 26%;
		height: auto;
		position: absolute;
		top: 80.5%;
		left: 3%;
		opacity: 0;
	}
}

/* ========================================
キャスト
========================================== */
#cast {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5vw 0;
	background-color: #c21f1d;
}
#cast h2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	text-align: center;
	opacity: 0;
}
#cast h2 img {
	width: 13%;
}
#cast .cast-unit {
	width: 50%;
	height: auto;
	margin: 2vw 25% 8vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#cast .cast-unit .cast-left {
	width: 38%;
	height: auto;
	margin: 0 -10px 0 0;
	opacity: 0;
}
#cast .cast-unit .cast-right {
	width: 38%;
	height: auto;
	margin: 0 0 0 -10px;
	opacity: 0;
}
#cast .cast-unit .cast-left img ,
#cast .cast-unit .cast-right img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#cast .cast-unit .cast-name {
	width: 100%;
	height: auto;
	margin: 2vw 0;
	text-align: center;
	opacity: 0;
}
#cast .cast-unit .cast-name img {
	width: auto;
	height: 3.3vw;
	vertical-align: bottom;
}
#cast .cast-unit p {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.2vw;
	line-height: 2.4vw;
	font-feature-settings: "palt";
	letter-spacing: 1.5px;
	opacity: 0;
}
@keyframes koro-from-left {
	0% {
		opacity: 0;
		transform: translateX(-500px) rotate(0);
	}
	100% {
		opacity: 1;
		transform: translateX(0) rotate(360deg);
	}
}
.koro-from-left {
	animation: koro-from-left 1.2s ease-out 0s forwards;
}
@keyframes koro-from-right {
	0% {
		opacity: 0;
		transform: translateX(500px) rotate(0);
	}
	100% {
		opacity: 1;
		transform: translateX(0) rotate(-360deg);
	}
}
.koro-from-right {
	animation: koro-from-right 1.2s ease-out 0s forwards;
}


/* 以下スマホ */
@media (max-width: 1024px) {
	#cast {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10vw 0;
		background-color: #c21f1d;
	}
	#cast h2 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5vw 0;
		text-align: center;
	}
	#cast h2 img {
		width: 30%;
	}
	#cast .cast-unit {
		width: 90%;
		height: auto;
		margin: 5vw 5% 20vw;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#cast .cast-unit .cast-left {
		width: 58%;
		height: auto;
		margin: 0 -9% 0 0;
		opacity: 0;
	}
	#cast .cast-unit .cast-right {
		width: 58%;
		height: auto;
		margin: 30% 0 0 -9%;
		opacity: 0;
	}
	#cast .cast-unit .cast-name {
		width: 100%;
		height: auto;
		margin: 4vw 0;
		text-align: center;
		opacity: 0;
	}
	#cast .cast-unit .cast-name img {
		width: auto;
		height: 11vw;
		vertical-align: bottom;
	}
	#cast .cast-unit p {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		color: #fff;
		font-size: 1em;
		line-height: 2em;
		font-feature-settings: "palt";
		letter-spacing: 1.5px;
		opacity: 0;
	}
	.koro-from-left {
		animation: koro-from-left 0.8s ease-out 0s forwards;
	}
	.koro-from-right {
		animation: koro-from-right 0.8s ease-out 0s forwards;
	}
	



}


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




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

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


}



/* ========================================
フッター
========================================== */
footer {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	overflow: hidden;
	position: relative;
}
footer #foot-bg {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}
footer #foot-logo {
	width: 30%;
	height: auto;
	position: absolute;
	top: 13%;
	left: 35%;
	opacity: 0;
}
footer #foot-drawing1 {
	width: 10%;
	height: auto;
	position: absolute;
	top: 10%;
	left: 25%;
	opacity: 0;
}
footer #foot-drawing2 {
	width: 5%;
	height: auto;
	position: absolute;
	top: 15%;
	right: 28%;
	opacity: 0;
}
footer #foot-bg img ,
footer #foot-logo img , 
footer #foot-drawing1 img , 
footer #foot-drawing2 img {
	width:100%;
	height:auto;
	vertical-align: bottom;
}
footer #sns-link-foot {
	width: 100%;
	height: auto;
	margin: 1vw 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	opacity: 0;
	position: absolute;
	top: 35%;
}
footer #sns-link-foot li {
	width: 4%;
	height: auto;
	margin: 0 1%;
}
footer #sns-link-foot li img {
	width: 100%;
	height: auto;
}
footer #sns-link-foot li img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
footer #button-area {
	position: absolute;
	bottom: 0;
	opacity: 0;
}
.spoon-anime2 {
	animation: fadeIn 1.1s ease-out 1.1s forwards , pan 2s linear 2.2s infinite;
}
.chef-anime2 {
	animation: fadeIn 1.1s ease-out 1.1s forwards , chef 4s ease-in-out 2.2s infinite;
	transform-origin: center bottom;
}
.other-fadeIn {
	animation: fadeIn 1.1s ease-out 1.5s forwards;
}





@media (max-width: 1024px) {
	footer {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		position: relative;
	}
	footer #button-area {
		position: absolute;
		bottom: auto;
		top: 5%;
		opacity: 0;
	}
	footer #sns-link-foot {
		width: 100%;
		height: auto;
		margin: 1vw 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		opacity: 0;
		position: absolute;
		top: 25%;
	}
	footer #sns-link-foot li {
		width: 15%;
		height: auto;
		margin: 0 2%;
	}
	footer #foot-logo {
		width: 76%;
		height: auto;
		position: absolute;
		top: 42%;
		left: 12%;
		opacity: 0;
	}
	footer #foot-drawing1 {
		width: 30%;
		height: auto;
		position: absolute;
		top: 35%;
		left: 0;
		opacity: 0;
	}
	footer #foot-drawing2 {
		width: 15%;
		height: auto;
		position: absolute;
		top: 50%;
		right: 1%;
		opacity: 0;
	}
	
}
@media (max-width: 510px) {

}

/* ========================================
コメント
========================================== */
#combody {
	background-color: #c21f1d;
}
#combody #pcheader ,
#combody .hamburger {
	opacity: 1;
}
#comment {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10vw 0;
	background-color: #c21f1d;
	overflow-x: hidden;
}
#comment h1 {
	width: 26%;
	height: auto;
	margin: 0 37% 2vw;
	padding: 0;
	position: relative;
}
#comment h1 #com-head1 {
	width: 100%;
	height: auto;
}
#comment h1 #com-head2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#comment h1 #com-head1 img ,
#comment h1 #com-head2 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
@keyframes com-head2 {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}	
}
@keyframes com-head2-2 {
	0% {
		transform: rotate(0deg);
	}
	30% {
		transform: rotate(0deg);
	}
	32% {
		transform: rotate(-5deg);
	}
	34% {
		transform: rotate(0deg);
	}
	65% {
		transform: rotate(0deg);
	}
	67% {
		transform: rotate(-5deg);
	}
	69% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.com-head2 {
	animation: com-head2 1.0s ease-out 0s forwards , com-head2-2 5.0s ease-in-out 1.0s infinite;
}
#comment #keisho {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	text-align: center;
	color: #fff;
	font-size: 1.1vw;
}
#comment ul {
	width: 70%;
	height: auto;
	margin: 2vw 15% 0;
	padding: 0 0 10vw;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#comment ul li {
	width: 45%;
	height: auto;
	margin: 3vw 2%;
	opacity: 0;
}
#comment ul li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#comment ul li:first-child ,
#comment ul li:nth-child(2) {
	opacity: 1;
}
#comment ul li:first-child.fadeInUp2 ,
#comment ul li:nth-child(2).fadeInUp2 {
	animation: none;
}



@media (max-width: 1024px) {
	#combody #upper-slide .top-slide .content {
		width: 80vw;
		height: auto;
	}
	#comment {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 20vw 0;
		background-color: #c21f1d;
		overflow-x: hidden;
	}
	#comment h1 {
		width: 60%;
		height: auto;
		margin: 0 20% 2vw;
		padding: 0;
		position: relative;
	}
	#comment #keisho {
		width: 100%;
		height: auto;
		margin: 0 0 5vw;
		text-align: center;
		color: #fff;
		font-size: 0.8em;
	}
	#comment ul {
		width: 100%;
		height: auto;
		margin: 5vw 0 0;
		padding: 0 0 50vw;
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#comment ul li {
		width: 94%;
		height: auto;
		margin: 8vw 3%;
		opacity: 0;
	}
}




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

body#dl-body:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-10;
	width:100%;
	height:100vh;
	background:url(https://ouichef-movie.com/download/images/OC-dl-bg.jpg) no-repeat;
	  background-size: cover;
	  background-position: bottom center;
	  animation: none;
  }
  body#dl-body::after{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-11;
	width:100%;
	height:100vh;
	animation: none;
  }  
  .dlButton {
	  background-color:transparent;
	  border:1px solid #C21F1D;
	  display:inline-block;
	  cursor:pointer;
	  color:#C21F1D;
	  font-family:Arial;
	  width: 16vw;
	  font-size:1.1vw;
	  padding:10px 0;
	  text-align: center;
	  text-decoration:none;
	  font-weight: bold;
	  font-feature-settings:"palt";
  }
  .dlButton:hover {
	  background-color:#C21F1D;
	  color:#fff;
	  transition-duration: 0.6s
  }
  .dlButton:active {
	  position:relative;
	  top:1px;
  }  
  .issiki {
	  margin:20px 0 80px;
	  color:#C21F1D !important;
	  width: 25vw;
  }  
  .issiki:hover {
	  background-color:#C21F1D;
	  color:#fff !important;
  }
  .dl-contents {
	  width:80%;
	  height:auto;
	  padding:20px 10% 80px;
	  font-size:1.3em;
  }  
  .dl-contents h2 {
	  width:100%;
	  text-align:center;
	  padding:0;
	  color:#031018;
	  font-size:2em;
	  margin-bottom:30px;
  }  
  .dl-contents h2 span.small {
	  font-size:0.5em;
	  line-height:0.7em;
  }
  
  .dl-contents h2 img {
	  width:35%;
  }  
  #dl-wrapper {
	  width:100%;
	  height:auto;
	  text-align:center;
	  margin-bottom:20px;
  }
  
  #dl-wrapper .dl-txt1 {
	  width:100%;
	  height:auto;
	  text-align:center;
	  color:#000;
	  margin:20px 0 5px;
	  font-size: 0.9em;
	  font-weight: bold;
	  font-feature-settings:"palt";
	  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  }
  #dl-wrapper .dl-txt1 span {
	display: inline-block;
	position: relative;
	z-index: 2;
  }
  
  #dl-wrapper .dl-txt1 a {
	  color:#000;
  }
  
  #dl-wrapper .dl-txt1 img {
	  width:30%;
  }
  
  #dl-wrapper .sikiri {
	  width:100%;
	  height:auto;
	  padding:40px 0 20px;
	  text-align:center;
  }
  
  #dl-wrapper .sikiri img {
	  width:10%;
  }
  
  
  #dl-wrapper .dl-uline {
	  display:inline-block;
	  width:70%;
	  margin:20px 0 30px;
  }
  
  #dl-wrapper .dl-uline img {
	  width:100%;
	  height:60px;
  }
  .dl-wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  }  
  .dl-wrap .img-box {
	  width:22%;
	  height:auto;
	  padding:0 1%;
	  margin:50px 1%;
	  color:#000;
	  text-align: center;
	  font-size: 0.9em;
	  font-weight: bold;
	  font-feature-settings: "palt";
	  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  }  
  .img-box img {
	  width:90%;
  }
  .dl-wrap .img-box span {
	display: inline-block;
	font-size: 0.7em;
	line-height: 1.3em;
  }


  .longname {
	  font-size:0.75em;
  }
  
  footer.dl-footer {
	  width:100%;
	  height:auto;
	  margin:0;
	  padding:50px 0 0;
	  background:#000;
  }
  
  footer.dl-footer .footimg {
	  width:100%;
	  height:auto;
	  margin:0;
	  padding:0;
  }
  
  footer.dl-footer .footimg img {
	  width:100%;
	  height:auto;
	  vertical-align:bottom;
  }