*{
	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: #e4007f;
}
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: #e4007f;
	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(-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;
}
.menuLogo{
	display: none;
}
.midashi{
	margin: 0 0 30px;
	width: 100%;
}
.text80{
	opacity: 0;
}
.topImage{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.topImage img{
	width: 100%;;
	max-height: 100vh;
	object-fit: scale-down;
}
.topImg2, .topImg3{
	display: none;
}
.menuPc{
	width: 100%;
	height: 60px;
	position: fixed;
	top: -60px;
	display: flex;
}
.menuPc>div{
	width: calc(100% / 6);
	background: #e4007f;
	border-right: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menuPc>div:hover{
	cursor: pointer;
}
.menuPc>div:last-child{
	border-right: 0px solid;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menuSp{
	display: none;
}
.story, .information, .character{
	margin: 60px auto;
	width: 1024px;
	max-width: 95%;
}
.sample_box{
	margin: 30px auto;
	padding: 10px 0;
	width: 70%;
	border: 1px solid;
	border-radius: 15px;
	text-align: center;
}
.sample_box:hover{
	background: #e4007f;
}
.sample_img{
	height: 100%;
}
.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: #e4007f;
}
.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: #e4007f;
	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: #e4007f;
}
.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: 1080px){
	.topImg2{
		display: block;
	}
	.topImg1, .topImg3{
		display: none;
	}
}
*/
@media screen and (max-width: 1080px){
	.menuBotton{
		width: 100%;
		height: 50px;
		background: #e4007f;
		border-bottom: 1px solid #fff;
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.menuLogo{
		margin: 5px;
		height: 40px;
		display: block;
	}
	.menuLogo img{
		height: 100%;
	}
	.hamburgerBotton{
		margin: 0 10px 0 auto;
		width: 45px;
		height: 45px;
	}
	.hamburgerBotton>div{
		margin: 0 auto;
		width: 35px;
		height: 4px;
		background: #fff;
		border-radius: 2px;
		transition: all .2s;
	}
	.hamburgerBotton>div:nth-child(1){
		margin: 9px 0 0 0;
	}
	.hamburgerBotton>div:nth-child(2){
		margin: 7px 0 0 0;
	}
	.hamburgerBotton>div:nth-child(3){
		margin: 7px 0 0 0;
	}
	.menuBottonActive>.hamburgerBotton>div:nth-child(1){
		-webkit-transform: rotate(45deg);
		transform: translateY(11px) rotate(45deg);
	}
	.menuBottonActive>.hamburgerBotton>div:nth-child(2){
		opacity: 0;
	}
	.menuBottonActive>.hamburgerBotton>div:nth-child(3){
		-webkit-transform: rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.menuPc{
		display: none;
	}
	.menuSp{
		width: 100%;
		height: calc(100vh - 50px);
		position: fixed;
		top: 50px;
		left: 0;
		background: #e4007f;
		display: none;
		flex-direction: column;
	}
	.menuSp>div{
		width: 100%;
		height: 80px;
		border-right: 0;
		border-bottom: 1px solid #fff;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.topImage{
		margin: 50px 0 0;
	}
	.topImage img{
		width: 100%;;
		max-height: none;
		object-fit: fill;
	}
	.topImg3{
		display: block;
	}
	.topImg1, .topImg2{
		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%;
	}
	.sample_box, .informationTxt3, .informationTxt7{
		margin: 10px auto;
		width: 95%;
	}
	.sample_box:hover, .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%;
	}
	.informationTxt7:hover{
		background-color: transparent;
		cursor: auto;
	}
	.informationTxt9{
		width: 95%;
	}
	.informationTxt10:hover{
		background-color: transparent;
	}
	.charaBox{
		width: 100%;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.charaInnerBox{
		margin: 0 0 60px;
		width: 100%;
	}
}