@charset "UTF-8";

.topnone {
	display:none;
}


#loading {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	min-height:600px;
	background-image:linear-gradient(135deg ,#012 ,#3ab);
	z-index:1000;
}

#loadingmainlogo {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-280px;
}

#topmenu {
	position:relative;
	width:100%;
	min-height:600px;
	height:100vh;
	overflow:hidden;
}



.scroll_down{
  position:absolute;
  bottom:50px;
  right:50%;
  animation: arrowmove 1s ease-in-out infinite;
}

.scroll_down a{
  position: absolute;
  left: -20px;
  bottom: 30px;
  color: #000;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
  text-decoration: none;
}

.text {
  display: block;
  margin-top: 70px;
  margin-left: -14px;
  font-size: 12px;
  color: #1f3959;
  font-weight:bold;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 2px;
}

.arrow {
  position: absolute;
  width: 28px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.arrow:first-child {
  animation: move 3s ease-out 1s infinite;
}

.arrow:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.arrow:before,
.arrow:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #1f3959;
}

.arrow:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.arrow:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% { opacity: 1; }
  33% { opacity: 1; transform: translateY(30px); }
  67% { opacity: 1; transform: translateY(40px); }
  100% { opacity: 0; transform: translateY(55px) scale3d(0.5, 0.5, 0.5); }
}


.scrollbtn {
	position:absolute;
	left:50%;
	bottom:100px;
}

.mainlogo {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-280px;
	width:400px;
	z-index:10;
	transition: all 0.5s;
}

.mainlogo-left {
	top:10px;
	left:10px;
	margin-left:0;
	margin-top:0;
	width:200px;
}

.mainlogo-upa {
	top:10px;
	margin-left:-100px;
	margin-top:0;
	width:200px;
}

.menu01 {
	position:absolute;
	bottom:0;
	left:0;
	width:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	min-height:10vh;
	height:100px;
	padding:10px;
	background:#000 url(../images/menu02_bg.jpg?5) 50% 50% no-repeat;
	background-size:cover;
	border-top:4px solid #fff;
	border-right:2px solid #fff;
	cursor:pointer;
	transition: all 0.5s;
}

.menu01:hover {
	bottom:0;
	left:0;
	height:200px;
	opacity:1;
	z-index:10;
}

.menu02 {
	position:absolute;
	bottom:0;
	right:0;
	width:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	min-height:10vh;
	height:100px;
	padding:10px;
	cursor:pointer;
	background:#000 url(../images/menu04_bg.jpg?5) 50% 50% no-repeat;
	background-size:cover;
	border-top:4px solid #fff;
	border-left:2px solid #fff;
	transition: all 0.5s;
}

.menu02:hover {
	bottom:0;
	height:200px;
	opacity:1;
	z-index:10;
}

.menutitle {
	position:absolute;
	left:0;
	top:10%;
	width:100%;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:0.3em;
	text-shadow:0 0 10px #000;
	transition: all 0.5s;
}

.menutitle span {
	font-size:1.5em;
}

.menucmt {
	position:absolute;
	top:3.6em;
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	height:0;
	background-color:rgba(0,0,0,0.5);
	opacity:0;
	overflow:hidden;
	transition: 0.5s all 0.5s;
}

.menu:hover .menutitle {
	top:0;
	font-size:2em;
}

.menu:hover .menucmt {
	opacity:1;
	height:auto;
}


.topbgimg {
	min-height:200px;
	height:30vh;
	opacity:0.45;
}

.bg01 {
	background-color:#def;
}


.jigyo01 {
	position:relative;
	width:100%;
	height:auto;
	max-height:250px;
	overflow:hidden;
}

.jigyo01 img {
	width:200%;
	object-fit:cover;
}

.jigyo01title {
	position:absolute;
	top:50%;
	left:50%;
	width:50vw;
	margin-left:-25vw;
}

.jigyo01text {
	font-size:1.8em;
	font-weight:bold;
}


/* パソコンonly用 */
@media screen and (min-width:566px){
	.loadingmainchatchpc {
		position:absolute;
		top:50%;
		left:50%;
		margin-left:-40vw;
		margin-top:100px;
		width:80vw;
		text-align:center;
	}
	
	.loadingmainchatchsp {
		display:none;
	}
	
	.mainchatchpc {
		position:absolute;
		top:50%;
		left:50%;
		margin-left:-40vw;
		margin-top:100px;
		width:80vw;
		text-align:center;
		z-index:10;
	}
	
	.mainchatchsp {
		display:none;
	}
}

/* スマホ用 */
@media screen and (max-width:565px){
	#topmenu {
		position:relative;
		width:100%;
		height:100svh;
		overflow:hidden;
	}
	
	#loadingmainlogo {
		position:absolute;
		top:50svh;
		left:0;
		margin-left:0;
		margin-top:-300px;
		padding:10vw;
		width:100%;
	}
	
	.mainlogo {
		position:absolute;
		top:50svh;
		left:0;
		margin-left:0;
		margin-top:-300px;
		padding:10vw;
		width:100%;
	}
	
	.loadingmainchatchpc {
		display:none;
	}
	
	.loadingmainchatchsp {
		position:absolute;
		top:50svh;
		left:0;
		margin-left:0;
		margin-top:40px;
		padding:5vw;
		text-align:center;
		width:100%;
	}
	
	.mainchatchpc {
		display:none;
	}
	
	.mainchatchsp {
		position:absolute;
		top:50svh;
		left:0;
		margin-left:0;
		margin-top:40px;
		padding:5vw;
		text-align:center;
		width:100%;
		z-index:10;
	}
	
	.scrollbtn {
		position:absolute;
		left:50%;
		bottom:90px;
		margin-left:10px;
		
	}
	
	.topbgimg {
		height:30vh;
	}
	
	
	.jigyo01 {
		position:relative;
		width:100%;
		height:auto;
		overflow:hidden;
	}
	
	.jigyo01 img {
		width:100%;
		object-fit:contain;
	}
	
	.jigyo01title {
		position:absolute;
		top:50%;
		left:50%;
		width:80vw;
		margin-left:-40vw;
	}
	
	.jigyo01text {
		font-size:1.4em;
	}
	
	.menu01:hover {
		height:100px;
		opacity:1;
		z-index:10;
	}
	
	.menu02:hover {
		bottom:0;
		height:100px;
		opacity:1;
		z-index:10;
	}
	
	.menu:hover .menutitle {
		top:0;
		font-size:1.5em;
	}
	
	.menu:hover .menucmt {
		opacity:0;
		height:auto;
	}
	
	
}
