@charset "utf-8";
@font-face {
	font-family: 'ZenOldMincho';
	src: url("../../fonts/ZenOldMincho-Regular.woff2?t=1215") format("woff2");
	font-weight: 500;
}
@font-face {
	font-family: 'ZenOldMincho-bold';
	src: url("../../fonts/ZenOldMincho-Bold.woff2?t=1215") 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;
	text-align: center;
	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;}

.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: 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 .link{
	position: relative;
	margin: 0 auto;
	padding-top: 15px;
	font-size: min(2.9vw, .13rem);
	line-height: 1em;
}
footer .copyright{
	position: relative;
	margin: 0 auto;
	padding-top: 15px;
	font-size: min(2.3vw, .11rem);
	line-height: 1em;
}

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:-0.2em;
	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;}
	
	ruby[data-ruby]::before{top:0.1em;}

	footer{padding:30px 0;}
}


@media print { body{ display: none !important; } }