*{
	margin: 0;
	padding: 0;
    box-sizing: border-box;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
a, a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	color: #00b1bb;
}
body{
	position: relative;
	background: no-repeat fixed url("../img/bgimg.jpg") rgba(255,255,255,0.8);
	background-blend-mode: lighten
}
::-webkit-scrollbar{
    width: 12px;
    height: 16px;
}
::-webkit-scrollbar-track{
    border-radius: 6px;
    border: none;
}
::-webkit-scrollbar-thumb{
    border-radius: 6px;
    background: #00b1bb;
}
.startLogo{
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	overflow-y: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.startLogo img{
	width: 300px;
}
.kurukuruBox{
	width: 25px;
	height: 25px;
	animation: .5s linear infinite rotation;
	position: relative;
}
.kurukuruBoxStop{
	animation-iteration-count: 1;
}
@keyframes rotation{
	0%{transform: rotate(0);}
	100%{transform: rotate(360deg)}
}
.kurukuruBox>div{
	width: 100%;
	height: 6px;
	position: absolute;
	top: 40%;
}
.kurukuruBox>div:nth-child(2){
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.kurukuruBox>div:nth-child(3){
	-webkit-transform: rotate(-120deg);
	transform: rotate(-120deg);
}
.kurukuruBox>div:nth-child(4){
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.kurukuruBox>div:nth-child(5){
	-webkit-transform: rotate(-240deg);
	transform: rotate(-240deg);
}
.kurukuruBox>div:nth-child(6){
	-webkit-transform: rotate(-300deg);
	transform: rotate(-300deg);
}
.kurukuruBox>div>div{
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #000;
}
.kurukuruBox>div:nth-child(2)>div{
	background: #333;
}
.kurukuruBox>div:nth-child(3)>div{
	background: #666;
}
.kurukuruBox>div:nth-child(4)>div{
	background: #999;
}
.kurukuruBox>div:nth-child(5)>div{
	background: #ccc;
}
.kurukuruBox>div:nth-child(6)>div{
	background: #fff;
}

.topImg{
	margin: 100px 0 0;
	width: 100%;
}
.topImg img{
	width: 100%;
}

/* 共通 */
.midashi{
	margin: 0 auto 30px;
	width: 100%;
}
.story, .information, .character{
	margin: 100px auto;
	width: 80%;
}

/* Story */
.introduction{
	margin: 0 auto;
	width: 90%;
}
.sample_box{
	margin: 30px auto;
	padding: 10px 0;
	width: 100%;
	max-width: 500px;
	border: 1px solid;
	border-radius: 15px;
	text-align: center;
}
.sample_box:hover{
	background: #00b1bb;
}
.sample_img{
	height: 100%;
}

/* Information */
.information{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.informationBox{
	margin: 0 auto;
	padding: 0;
	width: 45%;
}

.informationLine{
	margin: 80px auto;
	width: 90%;
	height: 2px;
	background: #00b1bb;
	border: solid 1px #00b1bb;
}

.informationImg{
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
}
.informationImg img{
	width: 100%;
	border: 1px solid #888;
}
.informationTxt1, .informationTxt2, .informationTxt7{
	margin: 0 auto;
	width: 100%;
}
.informationTxt3, .informationTxt7{
	margin: 0 auto 30px;
	padding: 10px 0;
	width: 100%;
	border: 1px solid;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.informationTxt3:hover{
	background: #00b1bb;
}
.informationTxt3 a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.informationTxt4{
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: center;
}
.informationTxt4_2{
	margin: 60px auto 0;
	width: 100%;
	display: flex;
	justify-content: center;
}
.informationTxt4_3{
	margin: 0 auto 20px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.informationTxt5{
	margin: 40px auto 0;
	width: 100%;
	display: flex;
	justify-content: center;
}
.informationTxt6{
	margin: 0 auto 10px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.informationTxt7:hover{
	background: #00b1bb;
	cursor: pointer;
}
.informationTxt8{
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
}
.informationTxt9{
	margin: 0 auto 30px;
	width: 100%;
	max-width: 600px;
}
.informationTxt10{
	margin: 10px auto 0;
	padding: 10px 0;
	width: 100%;
	max-width: 600px;
	border: 1px solid;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.informationTxt11{
	margin: 0 auto 30px;
	padding: 10px 0;
	width: 100%;
	max-width: 400px;
	border: 1px solid;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.informationTxt10:hover, .informationTxt11:hover{
	background: #00b1bb;
}
.informationTxt10 a, .informationTxt11 a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.informationFukusei{
	display: none;
}


/* Character */
.charaBox{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around
}
.charaInnerBox{
	margin: 0 auto 60px;
	width: 48%;
	max-width: 502px;
}


.charaImg img{
	width: 100%;
	border: 1px solid #555;
}



@media screen and (max-width: 1080px){
	.menuPc, .pmark{
		display: none;
	}
	.topImg{
		margin: 60px 0 0;
	}
	/* 共通 */
	.midashi{
		width: 90%;
		display: flex;
		justify-content: center;
	}
	.story, .information, .character{
		width: 100%;
	}
	/* Story */
	.sample_box{
		width: 90%;
		max-width: none;
	}
	/* Information */
	.information{
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.informationBox{
		margin: 0 auto;
		padding: 0;
		width: 90%;
	}
	.informationLine{
		display: none;
	}
	.informationImg{
		max-width: none;
	}
	.informationTxt3{
		margin: 30px auto 0;
		width: 100%;
	}
	.informationTxt4{
		margin: 80px auto 20px;
	}
	.informationTxt6{
		justify-content: flex-start;
	}
	.informationTxt8{
		max-width: none;
	}
	.informationTxt9{
		max-width: none;
	}
	.informationTxt10{
		margin: 0 auto 50px;
		width: 100%;
		max-width: none;
	}
	.informationTxt11{
		width: 100%;
		max-width: none;
	}
	/* Character */
	.charaBox{
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.charaInnerBox{
		width: 90%;
		max-width: none;
	}
}