@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp.min.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

html{
	overflow-x: hidden;
}
body{
	margin: 0;
	padding: 0;
	font-size: 15px;
	/*font-family: YakuHanMP, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	font-family: YakuHanJP, 'Noto Sans Japanese', 游ゴシック, 'Yu Gothic Medium', 'Hiragino Sans', sans-serif;
	font-weight: normal;
	line-height: 2;
	color: #000;
	position: relative;
	background: #fff;
  overflow: hidden;
}
a img {
	border: none;
	transition: all .5s;
}
img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
a,a:hover,
a:active{
	text-decoration:none;
}
a:hover img {
	opacity: 0.7;
}

.pc{
	display:block;
}
.pc-inline{
	display:inline;
}
.sp{
	display:none;
}
@media screen and (max-width: 640px) {
	body{
	}
	.pc,.pc-inline{
		display:none;
	}
	.sp{
		display:block;
	}
}
@media print{
	img {
		display: none;
	}
	*{
		background: none;
	}
}
/***********************************************************
 * asset
************************************************************/
#contents {
 	width: 100%;
 	position:relative;
  	margin:0 auto;
	overflow: hidden;
	/*background: #ffe700;*/
}
.-inner{
	width: 90%;
	max-width: 856px;
	margin: 0 auto;
	position: relative;
}
.container{
 	position:relative;
	z-index:1;
}
h2{
	font-family: 'Teko', sans-serif;
	font-size: 40px;
	text-align: center;
	margin-bottom: 35px;
	letter-spacing: .5em;
	color: #7D0607;
	font-weight: normal;
	padding-left: .5em;
}
@media screen and (max-width: 640px) {
	.container{
	}
	h2{
		font-size: 40px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
}

/***********************************************************
 * contents
************************************************************/
section{
	position:relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 100px 0;
}
@media screen and (max-width: 640px) {
	section{
		padding: 0 0 15% 0;
	}
}
/***********************************************************
 * header navi
************************************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  display: flex;
}
.header.nav-fixed {
  position: fixed;
  top: 0;
  transform: translateY(0)
}
.header-sns{
  padding: 10px;
}
@media screen and (max-width: 640px) {}
.fixed {
  left: 0;
  position: fixed;
  top: 0
}
.nav-logo{
  width: 80%;
  margin: 0 auto;
  max-width: 635px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.nav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 94px;
  right: 0;
  margin: auto;
  background: linear-gradient(0deg, rgba(93,33,51,.95) 0%, rgba(37,31,47,.95) 100%);  display: none;
  height: 100vh;
  left: 0;
  z-index: 99;
}
.nav-list {
  font-weight: 400;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 10%;
}
.nav-list-item {
  font-weight: 300;
  text-align: center;
  width: 25%;
  font-size: 50px;
  font-family: 'Righteous', cursive;
  padding-top: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
   position: absolute;
}
.nav-list-item a {
	color: #CBEBFF;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  background: url("../common/img/menu.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
  letter-spacing: .05em;
  font-size: 33px;
}
.nav-list-item a:hover {
  color: #fff;
}
.nav-list-item > ul li{
  width: 64%;
  padding-top: 64%;
}
.nav-list-item > ul li a{
  font-size: 17px;
}
.nav-list-item a p{
}
.nav-list-item.-top{
  top: 25%;
  left: 0;
  margin: auto;
}
.nav-list-item.-about{  
  left: 0;
  right: 0;
  margin: auto;
  top: 5%;
}
.nav-list-item.-intro{  
  top: 25%;
  left: -55%;
}
.nav-list-item.-story{
  top: 85%;
  left: -15%;
}
.nav-list-item.-cast{
  top: 85%;
  right: -15%;
}
.nav-list-item.-staff{
  top: 25%;
  right: -55%;
}
.nav-list-item.-news{
  right: 5%;
  top: 35%;
}
.nav-list-item.-trailer{
  top: 0;
  right: 0;
}
.nav-sns{
  position: absolute;
  width: 40%;
  max-width: 250px;
  bottom: 8%;
  left: 0;
  right: 0;
  margin: auto;
}
.nav-hash{
  position: absolute;
  width: 40%;
  max-width: 250px;
  bottom: 3%;
  left: 0;
  right: 0;
  margin: auto;
}
.menu {
  width: 50px;
  height: 100%;
  min-height: 50px;
  cursor: pointer;
  z-index: 999;
  position: relative;
  position: absolute;
  top: 20px;
  right: 20px
}
.menu1 {
  width: 50px;
  height: 10px;
  background-color: #E60012;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 1px 1px 2px 0px rgba(78,12,9,.7);
}
.menu2 {
  width: 50px;
  height: 10px;
  background-color: #E60012;
  position: absolute;
  top: 17px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 1px 1px 2px 0px rgba(78,12,9,.7);
}
.menu3 {
  width: 50px;
  height: 10px;
  background-color: #E60012;
  position: absolute;
  top: 35px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 1px 1px 2px 0px rgba(78,12,9,.7);
}
.menu1,
.menu2,
.menu3{
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opera-moz-transition: all 0.5s ease-out;
  firefox-webkit-transition: all 0.5s ease-out;
  chromesafari-ms-transition: all 0.5s ease-out;
}
.menu:hover .menu1,
.menu:hover .menu2,
.menu:hover .menu3{
  background-color: #152BFB;
}
.menuclick1 {
  top: 15px;
  bottom: auto;
  background-color: #E237E2;
  -moz-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg);
  box-shadow: none;
}
.menuclick2 {
  display: none;
}
.menuclick3 {
  top: 15px;
  bottom: auto;
  background-color: #E237E2;
  -moz-transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  -o-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg);
  box-shadow: none;
}
@media screen and (max-width: 1000px) {
  .nav-list-item a{
    font-size: 3vw;
  }
  .nav-list-item > ul li a{
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .nav-logo{
    width: 50%;
    margin: 5% auto;
  }
  .nav-list-item{
    width: 45%;
    padding-top: 45%;
  }
  .nav-list-item a {
    font-size: 5.5vw;
  }
  .nav-list-item > ul li a{
    font-size: 3.5vw;
  }
  .nav-list-item.-top{
    top: 0;
    left: -10%;
  }
  .nav-list-item.-about{
    top: 32%;
    left: 2%;
    right: auto;
  }
  .nav-list-item.-intro{
    top: -35%;
    right: -35%;
    left: auto;
  }
  .nav-list-item.-story{
    top: 25%;
    right: -53%;
    left: auto;
  }
  .nav-list-item.-cast{
    top: 82%;
    right: -15%;
  }
  .nav-list-item.-staff{
    top: 85%;
    left: -15%;
  }
  .nav-list-item.-news{
    right: -10%;
    top: 40%;
  }
  .nav-list-item.-trailer{
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .nav .pc {
    display: none !important
  }
  .nav .sp {
    display: block !important
  }
  .nav {
    display: none;
    height: 100vh;
    left: 0;
    z-index: 99
  }
  .nav-list {
    margin-top: 15%;
  }
  .nav-list-item.-about{
    top: 27%;
  }
  
  .menu {
    width: 30px;
    height: 100%;
    min-height: 50px;
    cursor: pointer;
    z-index: 999;
    position: relative;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .menu1 {
    width: 30px;
    height: 6px;
    top: 0;
  }
  .menu2 {
    width: 30px;
    height: 6px;
    top: 11px;
  }
  .menu3 {
    width: 30px;
    height: 6px;
    top: 22px;
  }
  .menuclick1 {
    top: 15px;
  }
  .menuclick3 {
    top: 15px;
  }
}
/*--------------------------------------*/
/* sns */
._sns{
  display: flex;
  justify-content: center;
  align-items: center;
}
._sns li{
  margin: 0 4px;
  font-size: 20px;
  line-height: 1;
}
._sns li a{
  color: #fff;
  background: #E60012;
  transition: all .5s;
  border-radius: 50%;
  padding: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 2px 0px rgba(78,12,9,.7);
  box-sizing: border-box;
}
._sns li a:hover{
	background: #152BFB;
}
@media screen and (max-width: 640px) {
  ._sns li{
    font-size: 15px;
  }
  ._sns li a{
    width: 30px;
    height: 30px;
  }
}

/*-----------------
* slick
-----------------*/
.slick-list {
	margin-bottom: 15px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.slick-slide{
	text-align: center;
	margin: 0 10px;
	position: relative;
}
.slick-slide img{
	width: 100%;
	margin: 0 auto;
}
.slick-dots li button:before{
	transition: all .5s;
}
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button:before{
    opacity: .75;
    color: #666 !important;
}
.slick-prev {
	z-index: 11;
	width: 30px;
	height: 30px;
  	border: 5px solid;
  	border-color:  transparent transparent #fff #fff;
  	transform: rotate(45deg);
	margin-top: -30px;
}
.slick-prev:before {
	content: none;
	width: 30px;
	height: 30px;
  	border: 5px solid;
  	border-color:  transparent transparent #fff #fff;
  	transform: rotate(45deg);
}
.slick-next {
	z-index: 11;
	width: 30px;
	height: 30px;
  	border: 5px solid;
  	border-color: #fff #fff transparent transparent;
  	transform: rotate(45deg);
	margin-top: -30px;
}
.slick-next:before {
	content: none;
	width: 30px;
	height: 30px;
  	border: 5px solid;
  	border-color: #fff #fff transparent transparent;
  	transform: rotate(45deg);
}
.slick-prev{
	left: 12%;
}
.slick-prev:before{
	content: none;
}
.slick-prev:hover {
}

.slick-next{
	right: 12%;
}
.slick-next:before{
	content: none;
}
.slick-next:hover {
}


/****loading****/
#loading {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: flex;
	justify-content:center;
	align-items: center;
}
.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
}

.loader div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: .8;
}
.loading-eye{
  width: 90px;
  height: 47px;
}
.one {
  border-top: 1px solid #8FB259;
  animation: rotate-left 1s linear infinite;
}

.two {
  border-right: 1px solid #CCCC52;
  animation: rotate-right 1s linear infinite;
}

.three {
  border-bottom: 1px solid #FFD933;
  animation: rotate-right 1s linear infinite;
}

.four {
  border-left: 1px solid #FF7F00;
  animation: rotate-right 1s linear infinite;
}

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

@keyframes rotate-right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#icon{
    fill: #000;
  animation: loading 1.4s infinite linear;
}
@keyframes loading {
  0% {
    fill: #000000;
  }
  50% {
    fill: #ffffff;
  }
  100% {
    fill: #000000;
  }
}


/*******************************************************************
 * pageTop
 *******************************************************************/
#pageTop {
	width: 43px;
	height: 73px;
	color: #000;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	cursor: pointer;
	transition: all .2s;
  padding-bottom: 0;
}
#pageTop:hover {
	padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
	#pageTop {
		width: 30px;
		height: 50px;
		bottom: 10px;
    right: 10px;
	}
}

