@charset "utf-8";
@font-face {
	font-family: 'noto-sans-jp';
	src: url("../fonts/NotoSansJP-Regular.woff2")format("woff2");
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: 'noto-sans-jp';
	src: url("../fonts/NotoSansJP-Medium.woff2")format("woff2");
	font-weight: 600;
	font-display: swap;
}
@font-face {
	font-family: 'noto-sans-jp';
	src: url("../fonts/NotoSansJP-Bold.woff2")format("woff2");
	font-weight: 700;
	font-display: swap;
}
@font-face {
	font-family: 'ZenOldMincho';
	src: url("../fonts/ZenOldMincho-Regular.woff2")format("woff2");
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: 'ZenOldMincho';
	src: url("../fonts/ZenOldMincho-Bold.woff2")format("woff2");
	font-weight: 700;
	font-display: swap;
}
@font-face {
	font-family: 'ZenOldMincho';
	src: url("../fonts/ZenOldMincho-Black.woff2")format("woff2");
	font-weight: 900;
	font-display: swap;
}
@font-face {
	font-family: 'ChakraPetch';
	src: url("../fonts/ChakraPetch-Medium.woff2")format("woff2");
	font-weight: 500;
	font-display: swap;
}

/* 共通パーツ */
html, body{
	width:100%;
	height:100%;
	font-family: 'noto-sans-jp', sans-serif;
}
html{overflow-y: scroll;font-size: 625%;}

.font-Serif{font-family: 'ZenOldMincho', sans-serif;}
.font-CP{font-family: 'ChakraPetch', sans-serif;}

body{
	position: relative;
	width: 100%;
	color: #ffffff;
	background-color: #000000;
	font-size: .14em;
	font-weight: 400;
	line-height: 1.7em;
	letter-spacing: .002em;
	word-wrap: break-word;
	z-index: -10;
}

img{
	max-width: 100%;
	height: auto;
    display: block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	image-rendering: auto;
}
/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	body {
		image-rendering: -webkit-optimize-contrast;
	}
}
svg {vertical-align:bottom;max-width: 100%;}
img[src$=".svg"] {width: 100%;transform:translate(0,0);}

iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

section{
	position: relative;
	margin: 0 auto;
	padding: 0;
}

a:link {color: #ffffff;text-decoration: none;}
a:visited {color: #ffffff;text-decoration: none;}
a:hover{cursor: pointer;text-decoration: none; color: #C40019; transition: all .3s ease-out;}

#wrap{position: relative;width: 100% !important; margin:0 auto; padding:0;opacity: 0;overflow: hidden;}

.both{clear:both;}
.block{display: block;}
.nodisp{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
}
.fontSmall{font-size: 90%;}
.fontLarge{font-size: 110%;}
.center{text-align: center;}
.right{text-align: right;}
.strong{font-weight: 900;}
.underline{text-decoration: underline !important;}
.flexbox{
	position: relative;
	margin: 0 auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexbetween{justify-content: space-between;}
.flexaround{justify-content: space-around;}
.flexcenter{justify-content:center;}
.flexstart{justify-content:flex-start;}
.flexend{justify-content:flex-end;}
.flexaligncenter{align-items: center;}
.flexalignstart{align-items: flex-start;}
.flexalignend{align-items: flex-end;}
.flexstretch{align-content: stretch;}
.flexbox .box{
	position: relative;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

.contents{
	filter: blur(50px); 
	opacity: 0;
}
@keyframes dispAnimation {
	0% {
		opacity: 0;
		filter: blur(50px);
	}
	100% {
		opacity: 1;
		filter: blur(0);
	}
}

/* navigation */
#menuBtnWrap{
	position: fixed;
	top: 0;
	right: 0;
	width: 45px;
	height: 40px;
	overflow: hidden;
	z-index: 20000;
	cursor: pointer;
	background-color: #000000;
	filter: blur(50px); 
	opacity: 0;
}
#menuBtn{
	position: absolute;
	top: 5px;
	left: 0;
	width: 45px;
	height:34px;
	overflow: hidden;
	color: transparent;
}
#menuBtn span,
#menuBtn span::before,
#menuBtn span::after {
	position: absolute;
	width: 34px;
	height: 1px;
	background: #ffffff;
}
#menuBtn span {
	top: calc(50% - 5px);
	left: calc(50% - 17px);
	transition: background .3s;
}
#menuBtn span::before,
#menuBtn span::after {
	content: '';
	top: 0;
	left: 0;
	transition: background .3s, transform .3s;
}
#menuBtn span::before {transform: translateY(-5px);}
#menuBtn span::after {transform: translateY(5px);}
#menuBtn:hover span,#menuBtn:hover span::before,#menuBtn:hover span::after {background: #c6001c;}
#menuBtnWrap.open, #menuBtnWrap.open #menuBtn span {background: transparent;}
#menuBtnWrap.open #menuBtn span::before, #menuBtnWrap.open #menuBtn span::after {background: #ffffff;}
#menuBtnWrap.open #menuBtn span::before {transform: rotate(-45deg);}
#menuBtnWrap.open #menuBtn span::after {transform: rotate(45deg);}
#menuB{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 45px;
	text-align: center;
	z-index: 19000;
	line-height: 1em;
}
#menuB span{font-size: min(2.5vw, .12rem);transition: opacity .3s;}
#menuBtnWrap.open #menuB{opacity: 0;}

#menu{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	overflow: hidden;
	display: none;
	z-index: 10000;
}
#menu .menuBg{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	background-color: rgba(62,0,0,0.96);
}
#menu ul{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#menu ul li{
	position: relative;
	margin: 0 auto 20px auto;
	text-align: center;
	font-size: .16rem;
	opacity: 0;
	transform: translateY(10px);
}
@keyframes dispMenu {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.sp{ display: block; }
.pc{ display: none; }


/* ----- pc ----- */
@media screen and (min-width: 799px) {
		
	.sp{ display: none; }
	.pc{ display: block; }
    
    body{font-size: .16em;}
	
	/* navigation */
	#menuBtnWrap{
		width: 90px;
		height: 65px;
	}
	#menuBtn{
		top:0;
		width: 90px;
		height: 60px;
	}
	#menuBtn span::before {transform: translateY(-10px);}
	#menuBtn span::after {transform: translateY(10px);}
	#menuBtn span,#menuBtn span::before,#menuBtn span::after {width: 64px;}
	#menuBtn span {left: 11px;}
	#menuB{bottom: 4px; width: 90px;}
	#menuB span{font-size: min(4vw, .14rem);}

	#menu ul li{
		margin: 0 auto 40px auto;
		font-size: .26rem;
		letter-spacing: .12em;
	}
}
