@charset "utf-8";

html,
body {
	background: #000;
}

img {
	width: 100%;
}

header {
	position: fixed;
	width: 83.9375%;
	top: 0;
	left: -75%;
	z-index: 2;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
header.open {
	left: 0;
}
header nav {
	position: absolute;
	top: 10.15%;
	right: 7.0625%;
	z-index: 1;
}
header nav li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6.875%;
}
header nav li:nth-child(1) {
	width: 27.54%;
	margin: 11.15% 0 0 28.875%;
}
header nav li:nth-child(2) {
	width: 28.07%;
	margin-top: 11.15%;
}
header nav li:nth-child(3) {
	width: 35.61%;
	margin: 7.5% 0 0 18.875%;
}
header nav li:nth-child(4) {
	width: 16.14%;
	margin-top: 7.5%;
}

#menu-btn {
	position: absolute;
	z-index: 0;
}

#border-fix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}

#first-view {
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.cara {
	position: absolute;
	width: 77.8%;
	bottom: 0;
	right: 0;
	z-index: 1;
}
/* 480px以上 */
@media screen and (min-width: 480px){
	.cara {
		display: none;
	}
}

#contents {
	position: relative;
	z-index: 1;
}

h1 {
	position: absolute;
	margin: -14% auto 0;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 2;
}

h1 img {
	display: none;
}

.fadein-1 {
	display: none;
}

.bgImg {
	width: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	z-index: 0;
}
/* 480px以上 */
@media screen and (min-width: 480px){
	.bgImg {
		width: 100%;
	}
}

.border1,
.border2,
.border3,
.border4,
.border5,
.border6 {
	background-color: #1ee6c6;
	display: block;
	position: fixed;
	z-index: 10;
}

.border4,
.border5,
.border6{
	background-color: #9292f7;
}
.border1 {
	width: 12px;
	height: 0;
	left: 0;
	bottom: 50.322%;
}
.border2 {
	width: 0;
	height: 12px;
	left: 0;
	top: 0;
}
.border3 {
	width: 12px;
	height: 0;
	right: 0;
	top: 0%;
}
.border4 {
	width: 12px;
	height: 0%;
	right: 0;
	top: 50.322%;
}
.border5 {
	width: 0;
	height: 12px;
	right: 0;
	bottom: 0;
}
.border6 {
	width: 12px;
	height: 0;
	left: 0;
	bottom: 0%;
}

.next-btn {
	width: 90.15%;
	margin:  6% auto;
}

footer {
	position: relative;
	z-index: 1;
	padding: 0 9.3% 9%;
}
small {
	display: inline-block;
	font-size: 10px;
	color: #aaaaaa;
	line-height: 20px;
}
.sns__btn {
	text-align: center;
	margin-bottom: 20px;
}
.sns__btn ul {
	display: inline-block;
}
.sns__btn ul li {
	display: inline-block;
	vertical-align: top;
}
.sns__btn ul li:first-child {
	margin-right: 20px;
}
