@charset "utf-8";

@font-face {
	font-family: 'Noto Serif JP';
	font-style: normal;
	font-weight: 400;
	src: url(/brand/temppan/fonts/NotoSerifJP-Regular_ss.woff) format('woff');
	font-display: swap;
	-webkit-font-smoothing：antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	background : #1a0b08;
	color : #fff;
	font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.1rem;
}
a {
	color: #fff;
}

.menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 50px;
	padding: 15px 12px;
	color: #fff;
	z-index: 1000;
	opacity: 0.3;
}
.menu:hover {
	cursor: pointer;
}
.menu.open {
	opacity: 0.8;
}

.l-header {
	position: fixed;
	height: 100vh;
	width: 100%;
	background: rgba(26, 11, 8, 0.8);
	text-align: center;
	z-index: -1;
	opacity: 0;
	transition: all 0.3s ease;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.menu.open + .l-header {
	opacity: 1;
	z-index: 200;
}
.header__logo img {
	display: block;
	width: 193.95px;
	height: 30px;
	margin: 10px auto;
}
.header__nav {
	margin: 0 0 0 auto;
}
.header__nav li {
	text-align: center;
	list-style: none;
}
.header__nav li a {
	display: block;
	padding: 1.4rem 0;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
}


.l-wrapper {
	position: relative;
}


.modal-video {
	background-color: rgba(26, 11, 8, 0.8);
}
.modal-video-movie-wrap {
	background-color: rgba(50, 50, 50, 0.5);
}
.modal-video-close-btn {
	top: 0;
}
.modal-video-close-btn:before,
.modal-video-close-btn:after {
    width: 50%;
    top: 60%;
    left: 25%;
}
.modal-video-close-btn:hover,
.js-video-button:hover {
	cursor: pointer;
}


@media screen and (min-width: 1100px) {

	html::-webkit-scrollbar {
	    width: 15px;
	}
	html::-webkit-scrollbar-track {
/*		background: #1a0b08;	*/
	}
	html::-webkit-scrollbar-thumb {
		background: #2c2c2c;
	}

	.l-header {
		display: block;
		height: auto;
		top: -60px;
		background: rgba(26, 11, 8, 0.5);
	}
	.menu.open + .l-header {
		top: 0;
	}

	.header__logo {
		display: inline-block;
		margin: 0 20px;
		vertical-align: top;
	}
	.header__nav {
		display: inline-block;
		margin: 0 0;
		vertical-align: top;
	}
	.header__nav li {
		display: inline-block;
		margin: 0 10px;
	}

}
