html {
	font-size: 0.625em;
}
body {
	font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif !important;
	touch-action: manipulation;
}

.pc {
	display: block;
}
.sp {
	display:none;
}
@media only screen and (max-width: 670px) {
	.pc {
	        display:none;
	}
	.sp {
		display: block;
	}
}


/* -------------------------------------
	header menu
----------------------------------------*/
.menu-button-container {
	position: fixed;
	width: 10%;
	max-width: 80px;
	z-index: 1;
	top: 4%;
	right: 3%;
	z-index:101;
	cursor: pointer;
}
.menu-modal-pop {
	width: 100vw;
#	height: 100vh;
	height: 100svh;
	position:fixed;
	top: 0;
	left:0;
	z-index:100!important;
	display: none;
}
.menu-modal-pop-bg {
	background-color: #000;
#	background-color: #000000a6;
	width: 100%;
	height: 100%;
	position:fixed;
	z-index:10!important;
}
.menu-modal-pop-main {
	position: relative;
	width: auto;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 11;

}
.menu-modal-pop-main img {
	height: 100svh;
	object-fit: cover;
}
.menu-link {
	position: absolute;
	z-index: 11;
#	background: aqua;
#	opacity: 0.5;
}
.menu-link.top {
	width: 15vh;
	height: 9%;
	top: 33%;
	left: 50%;
	transform: translateX(calc(-50% - 42vh));
}
.menu-link.inftroduction {
	width: 50vh;
	height: 9%;
	top: 44%;
	left: 50%;
	transform: translateX(calc(-50% - 24.5vh));
}
.menu-link.glossary {
	width: 35vh;
	height: 9%;
	top: 55%;
	left: 50%;
	transform: translateX(calc(-50% - 32vh));
}
.menu-link.onair {
	width: 22vh;
	height: 9%;
	top: 66%;
	left: 50%;
	transform: translateX(calc(-50% - 38.5vh));
}


.menu-link.movie {
	width: 22vh;
	height: 9%;
	top: 33%;
	left: 50%;
	transform: translateX(calc(-50% + 17.5vh));
}
.menu-link.epsodes {
	width: 32vh;
	height: 9%;
	top: 44%;
	left: 50%;
	transform: translateX(calc(-50% + 22.5vh));
}
.menu-link.character {
	width: 40vh;
	height: 9%;
	top: 55%;
	left: 50%;
	transform: translateX(calc(-50% + 26.5vh));
}
.menu-link.staff {
	width: 21vh;
	height: 9%;
	top: 66%;
	left: 50%;
	transform: translateX(calc(-50% + 17vh));
}
.menu-link.sns {
	width: 8%;
	height: 11%;
	top: 84%;
	left: 46%;
}
.menu-link a {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 670px) {
	.menu-modal-pop-main {
		width: auto;
	        text-align: center;
	}
	.menu-modal-pop-main img {
		height: 100svh;
		object-fit: cover;
	}
/*
	.menu-link {
		transform: translateX(-50%);
	}
*/
	.menu-link.top {
		width: 11vh;
		height: 7%;
		top: 18%;
		left: 50%;
		transform: translateX(-50%);
	}
	.menu-link.movie {
		width: 12vh;
		height: 7%;
		top: 26%;
		left: 50%;
		transform: translateX(-50%);
	}
	.menu-link.inftroduction {
		width: 29vh;
		height: 7%;
		top: 34%;
		left: 50%;
		transform: translateX(-50%);
	}
	.menu-link.epsodes {
		width: 18vh;
		height: 7%;
		top: 42%;
		left: 50%;
		transform: translateX(-50%);
	}
	.menu-link.glossary {
		width: 20vh;
		height: 7%;
		top: 50%;
		left: 50%;
		transform: translateX(-50%);
	}
	.menu-link.character {
		width: 23vh;
		height: 7%;
		top: 58%;
		left: 50%;
		transform: translateX(-50%);
	}
	.menu-link.onair {
		width: 12vh;
		height: 7%;
		top: 66%;
		left: 50%;
		transform: translateX(-50%);
	}
	.menu-link.staff {
		width: 12vh;
		height: 7%;
		top: 74%;
		left: 50%;
		transform: translateX(-50%);
	}
	.menu-link.sns {
		width: 9vh;
		height: 9%;
		top: 87%;
		left: 50%;
		transform: translateX(-50%);
	}
}


/* -------------------------------------
	footer
----------------------------------------*/
.copyright {
	background: #000;
	color: #fff;
	padding: 2% 0;
	font-size: 1.2vw;
	text-align: right;
	position: relative;
}
.copyright-x {
	margin-right: 4%;
	max-width: 46px;
	width: 3%;
}
.copyright-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	text-align: center;
}

@media screen and (max-width: 670px) {
	.copyright {
		font-size: 1.79vw;
	}
}


/* -------------------------------------
	container
----------------------------------------*/

/* -------------------------------------
	背景
----------------------------------------*/
.parallax {
#	height: 500px;
}

/* 背景画像 */
.parallax::before {
	background-image: url(/image/hujiboku/bg/bg_pc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}
@media screen and (max-width: 670px) {
	.parallax::before {
		background-image: url(/image/hujiboku/bg/bg_sp.png);
	}
}

/* -------------------------------------
	キービジュアル
----------------------------------------*/
/*
.jikuunosuki-key-visual-container {
            position: relative;
            width: 100%;
            height: auto;
            overflow: hidden;
}
.jikuunosuki-key-visual-image {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 画像を縦サイズに合わせてズームイン */
	transform: scale(1.5);
	animation:1s linear both animation_kv;
}
@keyframes animation_kv {
	0% {
		transform:rotate(10deg) scale(1.3);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}

	100% {
		transform:rotate(0deg) scale(1);
		-ms-filter: blur(0);
		filter: blur(0);
	}
}
.jikuunosuki-key-visual-logo {
	position: absolute;
	width: 42%;
	max-width: 640px;
	top: 69%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	animation:1s linear both animation_kv2;
	animation-delay: 1s;
}
@media screen and (max-width: 670px) {

	.jikuunosuki-key-visual-logo {
		top: 76%;
		width: 70%;
	}

}


@keyframes animation_kv2 {
	0% {
		transform: translate(-50%, 0%);
	}
	100% {
		transform: translate(-50%, -20%);
		opacity: 1;
	}
}
@media screen and (max-width: 670px) {


}




@media screen and (min-width: 1466px) {

}



@media screen and (max-width: 670px) {
}
*/




