@charset "utf-8";
@font-face {
	font-family: 'ZenOldMincho';
	src: url("../fonts/ZenOldMincho-Regular.woff2") format("woff2");
	font-weight: 500;
}
@font-face {
	font-family: 'ZenOldMincho-bold';
	src: url("../fonts/ZenOldMincho-Bold.woff2") format("woff2");
	font-weight: 700;
}

/* 共通パーツ */
html, body{
	width:100%;
	height:100%;
	-webkit-overflow-scrolling: touch;
}
html{overflow-y: scroll;font-size: 625%;}

body{
	position: relative;
	width: 100%;
	color: #ffffff;
	background-color: #000000;
	font-size: .14em;
	font-family: 'ZenOldMincho', serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.7em;
	letter-spacing: .002em;
	word-wrap: break-word;
	z-index: -10;
}
.ZenOldMincho-bold{font-family: 'ZenOldMincho-bold', serif;}

img{
	max-width:100%;
	height: auto;
    display: block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	pointer-events: none;
	-webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}
img::after{
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
}
/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}
svg {vertical-align:bottom;max-width: 100%;}
img[src$=".svg"] {width: 100%;}

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

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

#wrap{position: relative;margin: 0 auto;opacity: 0;}

.both{clear:both;}
.block{display: block;}
.nodisp{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
}
.fontSmall{font-size:86%;}
.fontLarge{font-size: 120%;}
.center{text-align: center;}
.right{text-align: right;}
.strong{font-weight: 700;}
.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;
}

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

footer{
	position: relative;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	text-align: center;
}
footer ul{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 20px);
	gap: 0 10px;
}
footer ul li{
	position: relative;
	margin: 0;
	font-size: min(2.9vw, .13rem);
	line-height: 1em;
}
footer ul li #att{
	position: relative;
	padding: 0 calc(15px + 1em) 0 15px;
	background-color: #000000;
	z-index: 10;
	cursor: pointer;
}
footer ul li #att::after{
	position: absolute;
	top: 50%;
	right: 0.5em;
	transform: translateY(-50%) scale(0.7, 0.6);
	content: '\025bc';
	display: block;
	transition: transform .3s ease-out;
}
footer ul li #att.disp::after{transform: translateY(-50%) scale(0.7, 0.6) rotate(-180deg);}
footer #attWin{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 80px);
	max-width: 960px;
	transform: translateY(-5px);
	border: solid 1px #ffffff;
	text-align: left;
	font-size: min(2.9vw, .13rem);
	line-height: 1.6em;
	height: 0;
	opacity: 0;
	overflow: hidden;
}
footer #attWin.disp{animation: dispAtt 0.3s ease 0s 1 normal forwards;padding: 20px;}
@keyframes dispAtt {
	0% {
		opacity: 0;
		height: 0;
	}
	100% {
		opacity: 1;
		height: auto;
	}
}
footer .copyright{
	position: relative;
	margin: 0 auto;
	padding-top: 35px;
	font-size: min(2.3vw, .11rem);
	line-height: 1em;
}

/* bg */
.bgWrap{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	min-height: 100%;
	clip-path: inset(0);
	z-index: -1;
}
.bg, .bg1{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-color: #000000;
}
.bg1{mix-blend-mode: screen;background-color: transparent;}
#intro .bg{background-image: url("../img/intro/bg_intro.jpg");}
#intro .bg1{background-image: url("../img/intro/bg_intro01.png");}
#comment .bg{background-image: url("../img/comment/bg_comment.jpg");background-size: cover;}

#mainbg .photo{
	position: relative;
	padding-top: 74.0625%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-color: #000000;
	background-image: url("../img/index/bg_main.jpg");
	opacity: 0.1;
}

#intro.contDisp .bg{animation: dispAnimation 1s ease-in 0.5s 1 normal forwards;}
#comment.contDisp .bg{animation: dispAnimation02 1s ease-in 0.5s 1 normal forwards;}
#mainbg.contDisp .photo{animation: dispAnimation01 0.8s ease-in 0.5s 1 normal forwards;}
@keyframes dispAnimation {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0.5;
	}
}
@keyframes dispAnimation02 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0.62;
	}
}
@keyframes dispAnimation01 {
	0% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}

.contents{opacity: 0;}
.contents.contDisp{animation: dispAnimation03 0.6s ease-out 0.5s 1 normal forwards;}
@keyframes dispAnimation03 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
div{position: relative;}

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

ruby{display: inline-block;padding-top: .1em;}
ruby[data-ruby]{ position: relative;}
ruby[data-ruby]::before{
    content: attr(data-ruby);
    position: absolute;
    line-height: 100%;
    text-align: center;
    left: -4em;
    right: -4em;
	top:.1em;
	font-size: .5em;
}
ruby[data-ruby] rt{ display: none;}

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


/* ----- pc ----- */
@media screen and (min-width: 799px) {
		
	.sp{ display: none; }
	.pc{ display: block; }
    
    body{font-size: .16em;}
	
	#intro .bg{background-image: url("../img/intro/bg_intro_pc.jpg");}
	#intro .bg1{background-position: 0 100%; background-image: url("../img/intro/bg_intro01_pc.png");}
	#comment .bg{background-image: url("../img/comment/bg_comment_pc.jpg");}
}
@media print { body{ display: none !important; } }