@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');
*{
	font-family: 'Noto Serif JP', serif;
    color: #fff;
}
.midashi h1{
	font-size: 48px;
	text-shadow: #000 1px 0 10px;
}
.topMenuPc h1{
	font-size: 24px;
}
.topMovieMenu h1{
    font-size: 16px;
    font-weight: 600;
}
.vol1 h1, .vol2 h1{
	font-size: 16px;
}
.topInformationHeading h1{
	margin: 50px 0 0;
	font-size: 36px;
}
.topInformationHeadingText h2{
	font-size: 20px;
}
.topInformationHeading h1:before{
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url("../img/crosslogo.png")no-repeat;
	background-size: contain;
}
.topInformationText h2, .topInformationArrow h1{
	font-size: 20px;
}
.topInformationButton h1{
	font-weight: 600;
	font-size: 20px;
}
.topInformationButton:hover h1{
	font-weight: 600;
	color: #211e17;
}
.topInformationText1 h1{
	font-size: 26px;
}
.topInformationText2 h1{
	font-size: 24px;
}
.topInformationText3 h1{
	font-size: 20px;
}
.topStoryText h1{
	font-size: 20px;
	text-shadow: #211e17 1px 0 10px;
}
.charaListMobName h1{
	font-size: 18px;
}
.charaListMobText h1{
	font-size: 16px;
}
@media screen and (max-width: 1269px){
    .topStoryText h1{
    	font-size: 16px;
    }
.charaListMobName h1{
	font-size: 16px;
}
.charaListMobText h1{
	font-size: 14px;
}
}
@media screen and (max-width: 1080px){
    .topMenuPc h1{
    	font-size: 18px;
    }
.charaListMobName h1{
	font-size: 18px;
}
.charaListMobText h1{
	font-size: 16px;
}
}
@media screen and (max-width: 768px){
    .topMenuSp h1{
    	font-size: 36px;
    }
    .midashi h1{
    	font-size: 36px;
    }
	.topInformationHeading h1{
		font-size: 28px;
	}
	.topInformationHeadingText h2{
		font-size: 16px;
	}
	.topInformationText3 h1{
		font-size: 16px;
	}
	.charaListMobName h1{
		font-size: 16px;
	}
}