@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap');

body {
	font-family: 'Noto Serif JP', sans-serif, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", "Noto Emoji", sans-serif;
	font-size: 16.5px;
	line-height: normal;
	color: #000;
	margin: 0;
	padding: 0;
	position: relative;
}

* {
	font-size: 1em;
	box-sizing: border-box;
	background-size: contain;
}

html, body, p, h1, h2, h3, h4, h5, ul, ol, li, dd, dl, dt, div {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

img {
	border: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

input[type=text] {
	font-size: 16px;
	transform: scale(0.8);
}

html { height: 100%; }
li { list-style-type: none; }
a {
	color: inherit;
	text-decoration: none;
}
a.underline { text-decoration: underline; }
.flex { display: flex; }
.none { display: none; }
.sp { display: none; }
.sp_ib { display: none; }
.sp_inline { display: none; }
.sp_flex { display: none; }
.pc { display: block; }
.pc_ib { display: inline-block; }
.pc_inline { display: inline; }
.pc_flex { display: flex; }
.mode { float: left; }
img { max-width: 100%; }

/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}

/* IE7,MacIE5 */
.clearfix { display: inline-block; }

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.tcenter { text-align: center; }
.tright { text-align: right; }
.tleft { text-align: left; }

/* 選択色 */
::selection {
	background: #f43c3c;
	color: #fff;
}

::-moz-selection {
	background: #f43c3c;
	color: #fff;
}

/* YouTube 埋め込み */
.YT {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.YT iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

body {
	text-align: center;
	background: #1d1613 url(../images/common/bg2.jpg) repeat-x center top;
	color :#fff;
	line-height: 1.75em;
}

body.page h1 {
	text-align: center;
	padding: 0.5em;
}

h2.ttl { padding: 2em 0; }
h2.ttl img { height: 2em; }
h3.ttl { padding: 1em 0; }
h3.ttl img { height: 1.5em; }

rt { font-size: 0.5em; font-weight: 700; }

div.menu {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
}
div.menu img { cursor: pointer; }


nav {
	width: 100%;
	height: 100%;
	background-color: rgba(29,22,19,0.9);
	position: fixed;
	top: 0;
	left: 0;
	padding: 2em;
	text-align: center;
	color: #fff;
	font-size: 1.8vw;
	line-height: 2.5vw;
	z-index: 98;
	transform: translate(0, 100vh);
	opacity: 0;
	transition: .5s all;
}
nav.open {
	opacity: 1;
	transform: translateZ(0);
}
div.nBox {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	overflow: auto;
	max-height: 100vh;
	overflow: auto;
}

nav ul li {
	border-bottom: #fff solid 1px;
	padding: 1.5em 1em;
	width: 30%;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

nav ul a:nth-child(n+7) li {
	border: 0;
	height: 6em;
}
nav ul a:nth-child(8) li {
	padding: 0.5em 1em;
}
nav ul a:nth-child(9) li {
	padding: 2.5em 1em;
}
nav ul a:nth-child(10) li {
	border-top: #fff solid 1px;
	width: 90%;
	height: auto;
}
nav ul.nMenu li:hover {
	background: #fff;
	color: rgba(255,0,0,1);
}
nav ul li small {
	font-size: 0.65em;
}


div.sns {
	text-align: center;
	padding: 3em 0;
}
div.sns img { margin: 0 15px; }

footer {
	color: #fff;
	display: flex;
	padding: 2em;
	width: 100%;
}

footer > div:nth-of-type(1) { text-align: left; width: 30%; }
footer > div:nth-of-type(2) { text-align: right; width: 70%; }

.splitter{
	width:100%;
}
@media all and (max-width: 736px) {
	img { max-width: 100%; }
	.sp { display: block; }
	.sp_ib { display: inline-block; }
	.sp_inline { display: inline; }
	.sp_flex { display: flex; }
	.pc { display: none; }
	.pc_ib { display: none; }
	.pc_inline { display: none; }
	.pc_flex { display: none; }

	body {
		font-size: 3.5vw;
		background-size: 150% auto;
	}
	body.page h1 { padding: 0; }
	body.page h1 img {
		height: 15.5vw;
	}
	div.menu img { width: 20vw; }
	h2.ttl img { height: 1.75em; }
	h3.ttl img { height: 1.25em; }
	footer > div { font-size: 2.25vw; }
	nav ul li {
		width: 90%;
		font-size: 3.5vw;
		line-height: 4vw;
		padding: 1em;
		border-bottom: #fff solid 1px;
	}
	nav ul a:nth-child(n+7) li {
		border-bottom: #fff solid 1px;
		padding: 1em;
	}
	nav ul a:nth-child(n+10) li {
		border: 0;
		padding: 1em;
	}
	div.sns img { width: 21vw; }
}