@charset "utf-8";

/* -------------------------------------------------
	font
------------------------------------------------- */

/* Spectral (GoogleFonts) */

@font-face {
	font-family: 'Spectral';
	font-weight: 600;
	font-style: normal;
	src: url('../font/Spectral/Spectral-SemiBold.ttf') format('truetype');
}

/* -------------------------------------------------
	reset
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

html {
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	color: #fff;
	position: relative;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	background: #000;
}

p, h1, h2, h3, h4, th, td, li, dt, dd, figcaption, input, select, textarea {
	letter-spacing: 0.05em;
	font-weight: normal;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

iframe {
	border: none;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	
}

ul, ol {
	list-style-type: none;
}

main {
	
}

@media print, screen and (min-width:768px) {
	a img {
		transition: opacity 0.3s ease-out;
	}
	a:hover img {
		opacity: 0.7;
	}
}

/* -------------------------------------------------
	box
------------------------------------------------- */

.box960 {
	width: 88%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.box1060 {
	width: 92%;
	max-width: 1060px;
	margin: 0 auto;
	position: relative;
}
.box1200 {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width:767px) {
	.box960,
	.box1060,
	.box1200 {
		width: auto;
	}
	.box-sp {
		width: calc(980 / 1130 * 100%);
		margin: 0 auto;
		position: relative;
	}
}

/* -------------------------------------------------
	h
------------------------------------------------- */

.h-style1 {
	text-align: center;
}
.h-style1 .h-inner {
	display: inline-block;
}
.h-style1 .h-inner .e {
	font-size: 28px;
	font-family: 'Spectral';
	font-weight: 600;
	display: block;
}
.h-style1 .h-inner .j {
	margin-top: 0.7em;
	font-size: 18px;
	display: block;
	font-family: "Yu Mincho Medium", "YuMincho Medium", "游明朝 Medium", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

@media (max-width:767px) {
	.h-style1 .h-inner .e {
		font-size: calc(56 / 1130 * 100vw);
	}
	.h-style1 .h-inner .j {
		font-size: calc(28 / 1130 * 100vw);
	}
}

/* -------------------------------------------------
	menu
------------------------------------------------- */
#menuPC {	
    position: fixed;
    top: 4vh;
	left: 0;
    font-family: 'Spectral';
    font-weight: 600;
    z-index: 8000;
	display: none;
}
#menuPC ul {
    padding-left: 20px;
	position: relative;
	display: flex;
    background-color: rgba(0,0,0,0.8);
    padding: 15px 20px;
}

#menuPC ul li {
    margin-bottom: 2px;
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 0 20px;
}
#menuPC ul li.on a {
	border-bottom: #fff solid 1px;
}

/* menu icon
//////////////////////////////////////////////////////*/
#menuButton {
	display: block;
	width: 40px;
	height:40px;
	position: fixed;
    top: 10px;
    right: 10px;
	z-index: 9999;
	background-color: rgba(0,0,0,0.6);
}
#menuButton span {
	display: block;
	background: #fff;
	width: 24px;
	height: 1px;
	position: absolute;
	left: 8px;
	transition: all 0.4s;
}

#menuButton span:first-child { top: 12px;}
#menuButton span:nth-child(2) { margin-top: -1px; top: 50%;}
#menuButton span:nth-child(3) { bottom: 12px;}
#menuButton.active span:first-child {
	transform: translateY(7px) rotate(45deg);
}
#menuButton.active span:nth-child(2) { opacity: 0;}
#menuButton.active span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

@media print, screen and (min-width:768px) {
	#menuButton {
		display: none !important;
	}
	/*#menu {	
		display: block !important;
	}*/
	#menuSP { display: none;}
	#menuPC ul li a {
		transition: all 0.3s ease-out;
	}
	#menuPC ul li a:hover {
		opacity: 0.4;
	}
}
@media print, screen and (max-width:767px) {
	#menuPC { display: none !important;}
	
	#menuSP {	
		display: none;
		background-color: #000;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;		
		font-family: 'Spectral';
		font-weight: 600;
		z-index: 8000;
	}
	#menuSP ul {
		padding-left: 0;
		padding-bottom: 15vh;
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}
	#menuSP ul li {
		margin-bottom: 8vw;
		font-size: 6vw;
		background-color: transparent;
		padding: 0;
	}
}


/* -------------------------------------------------
	footer
------------------------------------------------- */

footer {
	padding: 120px 0 80px;
	background: #000;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
footer .ftrSns {
	margin-bottom: 60px;
}
footer .ftrSns p {
	text-align: center;
	font-size: 26px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
footer .ftrSns ul {
	list-style: none;
	display: flex;
	justify-content: center;
}
footer .ftrSns ul li {
	width: 60px;
	margin: 0 20px;
}
footer .ftrSns ul li a {
	text-decoration: none;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	transition: all 0.3s ease-out;
}

footer .ftrSns ul li a img {
	width: 100%;
}

footer .ftrLogo {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	list-style: none;
}
footer .ftrLogo li {
	width: 160px;
	margin: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .ftrLogo li a {
	transition: all 0.3s ease-out;
}

footer .access {
	font-size: 14px;
	text-align: center;
	line-height: 2;
}

footer .access a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease-out;
}

@media print, screen and (min-width:768px) {
	footer .ftrSns ul li a:hover,
	footer .ftrLogo li a:hover,
	footer .access a:hover {
		opacity: 0.6;
	}
}

@media screen and (max-width:767px) {
	footer {
		padding: 16vw 0 10vw;
	}
	footer .ftrSns {
		margin-bottom: 10vw;
	}
	footer .ftrSns p {
		font-size: 4vw;
		margin-bottom: 4vw;
	}
	footer .ftrSns ul li {
		margin: 0 3vw;
	}
	footer .ftrSns ul li a {
		width: 12vw;
		height: 12vw;
		line-height: 12vw;
		font-size: 5vw;
	}
	
	footer .ftrLogo li {
		width: 26vw;
		margin: 0 4vw;
	}
	
	footer .access {
		font-size: 3vw;
	}
}

/* -------------------------------------------------
	animation
------------------------------------------------- */

.anim {
	transform: translateY(50px);
	opacity: 0;
	transition: all 0.6s ease-out;
}

.anim.delay01 { transition-delay: 0.1s; }
.anim.delay02 { transition-delay: 0.2s; }
.anim.delay03 { transition-delay: 0.3s; }
.anim.delay04 { transition-delay: 0.4s; }
.anim.delay05 { transition-delay: 0.5s; }
.anim.delay06 { transition-delay: 0.6s; }

@media print, screen and (min-width:768px) {
	.anim.pc-delay01 { transition-delay: 0.1s; }
	.anim.pc-delay02 { transition-delay: 0.2s; }
	.anim.pc-delay03 { transition-delay: 0.3s; }
	.anim.pc-delay04 { transition-delay: 0.4s; }
	.anim.pc-delay05 { transition-delay: 0.5s; }
	.anim.pc-delay06 { transition-delay: 0.6s; }
}

@media screen and (max-width:767px) {
	.anim.sp-delay01 { transition-delay: 0.1s; }
	.anim.sp-delay02 { transition-delay: 0.2s; }
	.anim.sp-delay03 { transition-delay: 0.3s; }
	.anim.sp-delay04 { transition-delay: 0.4s; }
	.anim.sp-delay05 { transition-delay: 0.5s; }
	.anim.sp-delay06 { transition-delay: 0.6s; }
}

.anim.on {
	opacity: 1;
	transform: translate(0,0);
}

/* -------------------------------------------------
	responsive
------------------------------------------------- */

@media print, screen and (min-width:768px) {
	.pc-none {
		display: none !important;
	}
}

@media screen and (max-width:767px) {
	.sp-none {
		display: none !important;
	}
}

/* -------------------------------------------------
	print
------------------------------------------------- */

@media print {
	body {
		width: 980px !important;
	}
}
