@charset "utf-8";

html{
	margin:0; padding:0;
	-webkit-text-size-adjust: 100%;
	overscroll-behavior: none;
}

body{
	position: relative;
	margin:0; padding:0;
	width:100%; min-height:100%;
	margin:0;
	padding:0;
	overflow-x:hidden;
	overflow-y:scroll;
	color:#000;
	background-color:#fff;
	overscroll-behavior: none;

	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	font-weight: normal;
	/*font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;*/
	letter-spacing: 0.03em;
}
@media screen and (max-width:600px){
	body{
		letter-spacing: 0.01em;
	}
}

/* font-family: 'Josefin Sans', sans-serif; */
/* font-family: "Noto Sans JP"; */

::selection{background: rgba(120,120,120,0.5);}
::-moz-selection{background: rgba(0,0,0,0.2);}

div,p,ul,li{
	margin:0; padding:0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1,h2,h3{
	font-weight:normal;
}
ul{
	list-style:none;
}
a{
	color:#000;
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover{
	color:#000;
	text-decoration:none;
}
a:visited{
	color:#000;
	text-decoration:none;
}
img{
	border:none;
	user-select:none;
	-webkit-user-select:none;
	-ms-user-select: none;
	-moz-user-select:none;
}

.br-sp{display:none;}
.br-pc{display:inline;}
@media screen and (max-width:600px){
	.br-sp{display:inline;}
	.br-pc{display:none;}
}

.js-attention
{
	position:fixed;
	top:20px; left:20px;
	z-index:9999;
}

#glworld{
	position:fixed;
	width:100%;
	height:100%;
	background-color:#000;
}
.event-set{
	position:fixed;
	width:100%; height:100%;
	top:0; left:0;
}

.head-logo{
	display:block;
	position:absolute;
	width:174px; height:auto;
	top:40px; left:40px;
}
.head-logo img{
	width:100%; height:auto;
}
.head-lang{
	position:absolute;
	top:40px; right:40px;
	white-space: nowrap;
	font-size:18px;
}
.head-lang a{
	transition:0.2s;
}
.head-lang a:hover{
	opacity:0.6;
}
.head-lang a:visited{
	opacity:1;
}
.head-lang-act{
	border-bottom:1px solid #333;
}
.head-lang-sl{
	margin-left:10px;
	margin-right:10px;
}
@media screen and (max-width:600px){
	.head-logo{
		width:130px;
		top:20px; left:20px;
	}
	.head-lang{
		top:20px; right:20px;
		white-space: nowrap;
		font-size:12px;
	}
}
/* PAGE */
.scrollFix{
	position:relative;
	width:100%;
}
.page-wrapp{
	width:100%; height:auto;
}
.page-top{
	position:relative;
	width:76%;
	margin-left:auto; margin-right:auto;
	height:100vh;
	height:100svh;
	opacity:0;
}
.top-title{
	position:absolute;
	top:48%; left:0;
	transform:translate(0,-50%);
	font-size:0;
}
.top-til-name{
	font-size:1.25vw;
}
.top-til-main{
	width:78%;/*934px*/;
	height:auto;
	margin-top:16px;
}
.top-til-sab{
	font-size:1.75vw;
	margin-top:24px;
}
.top-scr{
	position:absolute;
	left:0; bottom:30px;
	opacity:0;
}
.top-scr-bar{
	position:absolute;
	width:1px; height:60px;
	left:4px; bottom:0;
	background-color:#000;
}
.top-scr-dot{
	position:absolute;
	width:9px; height:9px;
	left:-4px; bottom:0;
	border-radius: 50%;
	background-color:#000;
	backface-visibility: hidden;
}
.top-scr-t{
	position:absolute;
	width:14px; height:44px;
	left:0; bottom:66px;
	background-image:url(../image/scr_t.png);
	background-size:100% 100%;
}
.top-wing{
	position:fixed;
	width:100%; height:100%;
	top:0; left:0;
	background-color:#fff;
	pointer-events: none;
	backface-visibility: hidden;
}
.top-wingIn{
	position:absolute;
	/*width:800px;
	height:684px;*/
	width:calc(50vw * 0.99);
	height:calc(42.75vw * 0.99);
	bottom:0; right:0;
	transform-origin: bottom right;
	background-image:url(../image/wing.png);
	background-repeat:no-repeat;
	background-size:contain;
	display: none;
}
.top-wingInForMac{
	width:50vw;
	height:42.75vw;
}
@media screen and (max-width:1200px){
	.page-top{
		width:80%;
	}
	.top-til-name{
		font-size:16px;
	}
}
@media screen and (max-width:600px){
	.top-title{
		top:46%;
	}
	.top-wingIn{
		width:calc(50vw * 0.99 * 1.8);
		height:calc(42.75vw * 0.99 * 1.8);
	}
	.top-wingInForMac{
		width:calc(50vw * 1.8);
		height:calc(42.75vw * 1.8);
	}
}
@media screen and (max-height:500px){
	.top-scr{
		display:none;
	}
}

.top-loading{
	position: absolute;
	bottom:-70px;
	padding-left:38px;
	font-size:16px;
}
.top-loading-ring{
	position:absolute;
	width:32px; height:32px;
	top:-3px; left:0;
	background-image:url(../image/loading.png);
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0.4;
	animation:0.5s linear infinite loading-rot;
}
@keyframes loading-rot{
	0%{ transform:rotate(0);}
	100%{ transform:rotate(360deg); }
}
@media screen and (max-width:1200px){
	.top-til-sab{
		font-size:20px;
		margin-top:20px;
	}
}
@media screen and (max-width:600px){
	.page-top{
		width:calc(100% - 40px);
	}
	.top-til-name{
		font-size:14px;
	}
	.top-til-main{
		width:100%;
		margin-top:12px;
	}
	.top-til-sab{
		font-size:17px;
		margin-top:12px;
	}
	.top-scr{
		bottom:20px;
	}
	.top-scr-t{
		position:absolute;
		width:12px; height:38px;
		left:0; bottom:66px;
	}
	.top-loading{
		bottom:-70px;
		padding-left:30px;
		font-size:12px;
	}
	.top-loading-ring{
		width:20px; height:20px;
		top:-2px; left:0;
	}
}


/* PAGE MIDDLE */
.page-middle{
	position:relative;
	width:76%;
	margin-left:auto; margin-right:auto;
	display:none;
}
.pm-block{
	width:100%;
	padding-top:150px;
}
.pm-block-first{
	padding-top:150px;
}
.pm-name{
	display: inline-block;
	font-size:1.4vw;
	padding-bottom:4px;
	border-bottom:2px solid #ff0000;
	box-sizing: border-box;
}
.pm-til{
	font-size:2vw;
	line-height:2.75vw;
	margin-top:1.225vw;
}
.pm-txt{
	font-size:1.375vw;
	line-height:2.25vw;
	margin-top:2.375vw;
}
.pm-copy-sab{
	font-size:1.375vw;
	line-height:2.25vw;
	/*margin-top:4.75vw;*/
	margin-top:1.125vw;
}
.pm-copy{
	width:37.5vw;
	/*margin-top:1.125vw;*/
	margin-top:4.75vw;
}
@media screen and (max-width:1200px){
	.page-middle{
		width:80%;
	}
	.pm-block{
		padding-top:250px;
	}
	.pm-name{
		font-size:18px;
		padding-bottom:6px;
	}
	.pm-til{
		font-size:24px;
		line-height:32px;
		margin-top:16px;
	}
	.pm-txt{
		font-size:16px;
		line-height:30px;
		margin-top:18px;
	}
	.pm-copy-sab{
		font-size:16px;
		line-height:30px;
		margin-top:12px;
	}
	.pm-copy{
		width:340px;
		margin-top:60px;
	}
}
@media screen and (max-width:600px){
	.page-middle{
		width:calc(100% - 40px);
	}
	.pm-block{
		padding-top:390px;
	}
	.pm-block-first{
		padding-top:150px;
	}
	.pm-name{
		font-size:14px;
		padding-bottom:5px;
	}
	.pm-til{
		font-size:24px;
		line-height:32px;
		margin-top:14px;
	}
	.pm-txt{
		font-size:14px;
		line-height:27px;
		margin-top:26px;
	}
	.pm-copy-sab{
		font-size:15px;
		line-height:27px;
		margin-top:10px;
	}
	.pm-copy{
		width:275px;
		margin-top:45px;
	}
}

.page-movie{
	position: relative;
	width:100%;
	height:auto;
	margin-top:440px;
	padding-top:30px; padding-bottom:30px;
	background-color: #000;
	text-align: center;
	display:none;
}
.yt-embed{
	width:92%; height:auto;
	aspect-ratio:16 / 9;
	/*pointer-events: none;*/
}
.page-movie-cov{
	position:absolute;
	width:100%; height:100%;
	top:0; left:0;
	background-color: rgba(0,0,0,0.3);
}
.page-movie-icon{
	position:absolute;
	top:50%; left:50%;
	transform:translate(-50%,-50%);

	font-size:24px;
	color:#fff;
	text-align: center;
	/*font-weight:300;*/
}
.page-movie-play{
	width:150px; height:150px;
	margin-left:auto; margin-right:auto;
	margin-top:30px;
	background-image:url(../image/play.png);
	background-size:cover;
	background-position:center center;
}
@media screen and (max-width:1200px){
	.page-movie{
		margin-top:300px;
	}
}
@media screen and (max-width:600px){
	.page-movie{
		margin-top:400px;
	}
}

/* BOTTOM */
.page-bottom{
	width:100%;
	padding-top:106px;
	padding-bottom:40px;
	background-color:#fff;
	display:none;
}
.news-til{
	font-size:34px;
	/*font-weight:300;*/
	text-align:center;
}

.news-area{
	width:100%;
	margin-top:48px;
	margin-left:auto;
	margin-right:auto;
	font-size:0;
	text-align:center;
	/*overflow-x:hidden;
	white-space:nowrap;*/
}
.news-item{
	display: inline-block;
	width:20vw;
	max-width:280px;
	margin-left:20px; margin-right:20px;
	margin-bottom:20px;
	vertical-align: top;
}
.news-item-thum{
	display:block;
	width:100%;
	height:auto;
	border:1px solid #eee;
	overflow:hidden;
	box-sizing: border-box;
}
.news-item-img{
	display:block;
	position:relative;
	width:100%; height:auto;
	transition:0.4s;
	backface-visibility: hidden;
}
.news-item:hover .news-item-img{
	opacity:0.8;
	transform:scale(1.06);
}
.news-item-name{
	width:100%;
	font-size:16px;
	margin-top:10px;
	text-align: center;
	word-wrap: break-word;
}
@media screen and (max-width:1500px){
	.news-item{
		margin-left:10px; margin-right:10px;
	}
	.news-item-first{
		margin-left:10px;
	}
	.news-item-last{
		margin-right:10px;
	}
}
@media screen and (max-width:1200px){
	.news-til{
		font-size:24px;
	}
	.news-item-name{
		font-size:12px;
		margin-top:10px;
	}
}
@media screen and (max-width:600px){
	.page-bottom{
		padding-top:65px;
		padding-bottom:20px;
	}
	.news-til{
		font-size:19px;
	}
	.news-area{
		width:90%;
		margin-top:19px;
		text-align:left;
	}
	.news-item{
		width:44%;
		max-width: none;
		margin-left:3%; margin-right:3%;
	}
	.news-item-name{
		font-size:12px;
	}
	.news-item:hover .news-item-img{
		opacity:1;
		transform:scale(1);
	}
}
.footer{
	display:flex;
	width:calc(100% - 80px);
	margin-top:120px;
	margin-left:auto; margin-right:auto;
	justify-content: space-between;
}
.foot-link{
	font-size:12px;
}
.foot-link a{color:#000;}
.foot-link a:hover{color:#999;}
.foot-link a:visited{color:#000;}
.foot-link span{
	margin-left:10px; margin-right:10px;
	color:#aaa;
}
.copyright{
}
.copyright img{
	width:383px; height:auto;
}
@media screen and (max-width:900px){
	.footer{
		display:block;
		text-align:center;
	}
	.copyright{
		margin-top:20px;
	}
	.copyright img{
		margin-right:38px;
	}
}
@media screen and (max-width:600px){
	.footer{
		width:100%;
		margin-top:80px;
	}
	.foot-link{
		font-size:11px;
	}
	.copyright img{
		width:280px; height:auto;
	}
}

/* LOADING */
.loading{
	position:fixed;
	width:100%; height:100%;
	top:0; left:0;
	overflow:hidden;
}
.loadingIn{
	position:absolute;
	width:150%; height:100%;
	top:0; left:-50%;
	background-image:url(../image/white_cover.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	backface-visibility: hidden;
}

/* DUMMY */
.dummy-btn{
	position:fixed;
	top:0; left:0;
}
.dummy-btn-1{
	position:absolute;
	width:30px; height:30px;
	top:10px; left:10px;
	background-color:#fff;
	border:solid 2px #000;
	box-sizing:border-box;
	cursor:pointer;
}
.dummy-btn-2{
	position:absolute;
	width:30px; height:30px;
	top:50px; left:10px;
	background-color:#fff;
	border:solid 2px #000;
	box-sizing:border-box;
	cursor:pointer;
}
.dummy-btn-3{
	position:absolute;
	width:30px; height:30px;
	top:100px; left:10px;
	background-color:#ff0000;
	border:solid 2px #000;
	box-sizing:border-box;
	cursor:pointer;
}
