@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;600&display=swap');
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.4rem;
	color: #fff;
	line-height: 1.75;
	background: #000;
}
.min{
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}
img{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#fff;
}
a:hover{
	opacity:0.6;
}

#wrap{
	overflow:hidden;
	width: 100%;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.in{
	width:1100px;
	margin:0 auto;
	position: relative;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}

@media screen and (max-width: 640px) {

.pc{
	display:none;
}

.sp{
	display:block;
}
.in {
  width: 90%;
  margin: 0 auto;
}
.flex_w_sp{
	flex-wrap: wrap;
}
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 99999;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  color: #fff;
  z-index: 99999;
}

/*
	Header
*/

#header{
  position: fixed;
	left: 0;
	right: 0;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
  z-index: 999;
	background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0));
}
header#header .right{
	display: flex;
	align-items: center;
}
header#header nav ul{
	align-items: center;
}
header#header nav ul li{
	margin-right: 20px;
}
header#header nav ul li ul li img{
	width: 25px;
}

@media screen and (max-width: 640px) {

	#header{
	  padding: 10px 0 10px 0px;
	}

	header#header nav.right {
    position: fixed;
    float: none;
		background: #000;
		width: 100vw;
		height: 100vh;
    left: 0;
    top: 0;
		z-index: 999;
		opacity: 0;
		pointer-events: none;
		transition: 0.5s;
		filter: blur(30px);
		opacity: 0;
}
header#header nav.right.active{
	pointer-events: none;
	opacity: 1;
  filter: blur(0px);
	pointer-events: all;
}
header#header nav ul{
	align-items: center;
	flex-wrap: wrap;
}
header#header nav ul li{
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}
header#header .right.hum{
	margin-top: 5px;
	display: block;
	position: relative;
	z-index: 9999;
}
#header .hum span{
	width: 25px;
	height: 2px;
	background: #fff;
	display: block;
	margin-bottom: 5px;
	transition: 0.5s;
}
#header .hum span:last-child{
	margin-bottom: 0px;
}
#header .hum.active span:nth-of-type(1){
	transform: rotate(45deg);
	margin-top: 0;
}
#header .hum.active span:nth-of-type(2){
	opacity: 0;
}
#header .hum.active span:nth-of-type(3){
	transform: rotate(-45deg);
	margin-top: -14px;
}
header#header nav ul li ul{
	display: flex;
	justify-content: center;
}
header#header nav ul li ul li{
	width: auto !important;
}
header#header nav ul li ul li img{
	width:auto !important;
}

.sp_sns li{
	margin: 0 5px;
}

}

footer{
	padding: 40px 0;
	text-align: center;
}