*{
	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: #000;
}
body{
	position: relative;
	background: rgba(255, 255, 255, 0.8) url("../img/backImg.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: lighten;
}
.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;
}
@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(45deg);
	transform: rotate(-60deg);
}
.kurukuruBox>div:nth-child(3){
	-webkit-transform: rotate(90deg);
	transform: rotate(-120deg);
}
.kurukuruBox>div:nth-child(4){
	-webkit-transform: rotate(90deg);
	transform: rotate(-180deg);
}
.kurukuruBox>div:nth-child(5){
	-webkit-transform: rotate(90deg);
	transform: rotate(-240deg);
}
.kurukuruBox>div:nth-child(6){
	-webkit-transform: rotate(90deg);
	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;
}
.spMenu, .spMenuArea{
	display: none;
}
.top{
	width: 100%;
	position: relative;
}
.pMark{
	width: 100px;
	height: 130px;
	background: #f4a89b;
	border: 5px solid #fff;
	border-radius: 16px;
	position: absolute;
	top: 50px;
	left: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pMark img{
	width: 60px;
	height: 90px;
}
.topImg2, .topImg3{
	display: none;
}
.topImg1 img, .topImg2 img, .topImg3 img{
	width: 100%;
}
.pcMenu{
	margin: 0 auto;
	padding: 15px 0;
	width: 1024px;
	background: rgba(255,255,255,.70);
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	position: sticky;
	top: 0;
}
.pcMenu>div{
	padding: 10px 0;
	width: 25%;
	border-right: solid 1px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pcMenu>div:nth-child(1){
	border-right: solid 1px;
	border-left: solid 1px;
}
.midashi{
	margin: 0 0 30px;
	width: 100%;
}
.story, .information, .character{
	margin: 60px auto;
	width: 1024px;
}
.informationImg{
	margin: 0 auto;
	width: 70%;
}
.informationImg img{
	width: 100%;
	border: 1px solid #555;
}
.informationTxt1, .informationTxt2, .informationTxt7{
	margin: 0 auto;
	width: 70%;
}
.informationTxt3, .informationTxt7{
	margin: 30px auto;
	padding: 10px 0;
	width: 70%;
	border: 1px solid;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.informationTxt3:hover{
	background: #555;
}
.informationTxt3 a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.informationTxt4{
	margin: 30px auto 0;
	width: 70%;
}
.informationTxt5{
	margin: 20px auto 0;
	width: 65%;
}
.informationTxt6{
	margin: 0 auto;
	width: 60%;
}
.informationTxt7:hover{
	background: #555;
	cursor: pointer;
}
.informationTxt8{
	margin: 0 auto;
	width: 70%;
}
.informationTxt9{
	margin: 0 auto 30px;
	width: 70%;
}
.informationTxt10{
	margin: 0 auto;
	padding: 10px 0;
	width: 70%;
	border: 1px solid;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.informationTxt10:hover{
	background: #555;
}
.informationTxt10 a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.informationFukusei{
	display: none;
}

.charaBox{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around
}
.charaInnerBox{
	margin: 0 0 60px;
	width: 48%;
}


.charaImg img{
	width: 100%;
	border: 1px solid #555;
}
@media screen and (max-width: 1920px){
	.pMark{
		width: 60px;
		height: 80px;
		border: 3px solid #fff;
		border-radius: 12px;
		top: 20px;
		right: 20px;
		left: inherit;
	}
	.pMark img{
		width: 40px;
		height: 60px;
	}
	.topImg2{
		display: block;
	}
	.topImg1, .topImg3{
		display: none;
	}
}
@media screen and (max-width: 1080px){
	.spMenu{
		padding: 5px 10px;
		width: 100%;
		background: #f4a89b;
		position: fixed;
		top: 0;
		z-index: 1;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.spMenu>div{
		width: 30%;
	}
	.spMenu>div:nth-child(2){
		width: 40px;
	}
	.spMenu>div>img{
		height: 38px;
	}
	.spMenuButton{
		width: 100%;
		height: 38px;
		display: flex;
		align-items: center;
		transition: all .2s;
	}
	.spMenuButton.active{
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.spMenuButton>div{
		width: 50%;
		height: 4px;
		border-radius: 2px;
		background: #fff;
		-webkit-transform: translateX(0px) rotate(225deg);
		transform: translateX(4px) rotate(225deg);
	}
	.spMenuButton>div:nth-child(2){
		-webkit-transform: translateX(0px) rotate(-225deg);
		transform: translateX(-4px) rotate(-225deg);
	}
	.spMenuArea{
		width: 100%;
		height: calc(100vh - 48px);
		border-top: solid 1px #fff;
		position: fixed;
		top: 48px;
		z-index: 1;
		display: none;
		background: #f4a89b;
	}
	.spMenuArea>div{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.spMenuArea>div>div{
		padding: 20px 0;
		width: 100%;
		border-bottom: solid 1px #fff;
		text-align: center;
	}
	.top{
		height: calc(100vh - 48px);
	}
	.pMark{
		width: 60px;
		height: 80px;
		border: 3px solid #fff;
		border-radius: 12px;
		top: 20px;
		right: 20px;
		left: inherit;
	}
	.pMark img{
		width: 40px;
		height: 60px;
	}
	.topImg3{
		margin: 48px 0 0;
		display: block;
	}
	.topImg1, .topImg2{
		display: none;
	}
	.pcMenu{
		display: none;
	}
.story, .information, .character{
	margin: 60px auto;
	width: 95%;
}
.informationImg{
	margin: 0 auto;
	width: 95%;
}
.informationTxt1, .informationTxt2, .informationTxt8, .informationTxt10{
	margin: 0 auto;
	width: 95%;
}
.informationTxt3, .informationTxt7{
	margin: 10px auto;
	width: 95%;
}
.informationTxt3:hover, .informationTxt7:hover{
	background-color: transparent;
}
.informationTxt4{
	margin: 30px auto 0;
	width: 95%;
}
.informationTxt5{
	margin: 20px auto 0;
	width: 95%;
}
.informationTxt6{
	margin: 0 auto;
	width: 95%;
}
	.informationTxt9{
	width: 95%;
}
	.charaBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.charaInnerBox{
	margin: 0 0 60px;
	width: 100%;
}
}