*{
	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: rgba(0,0,0,1.00);
}
body{
	position: relative;
	background: rgba(255, 255, 255, 0.7) url("../img/bkimg.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: lighten;
}
.menuSpBar, .menuSp{
	display: none;
}
.top{
	width: 100%;
	display: flex;
	flex-direction: row;
}
.topImgSp{
	display: none;
}
.topImg1{
	width: 20%;
}
.topImg1 div img{
	width: 100%;
}
.pLogo{
	margin: 40px auto 50px;
	width: 20%;
}
.titleImg{
	margin: 0 auto;
	width: 70%;
}
.topTxt{
	margin: 0 auto 50px;
	width: 95%;
}
.topTxt1{
	margin: 2vw 0 4vw;
	text-align: center;
}
.topTxt2{
	margin: 10px 0;
	text-align: center;
}
.topImg2{
	width: 80%;
}
.topImg2 img{
	width: 100%;
}
.container{
	margin: 0 auto;
	width: 1024px;
	max-width: 90%;
}
.menuPc{
	margin: 0 auto;
	width: 80%;
	background: rgba(255,255,255,.9);
	position: sticky;
	top: 0;
	display: flex;
	flex-direction: row;
}
.menuPc div{
	padding: 10px 0;
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #555;
}
.menuPc div:hover{
	cursor: pointer;
}
.menuPc div:nth-child(1){
	border-left: 1px solid #555;
}
.menuPc div:hover{
	background: #555;
}
.menuPc div:hover h1{
	color: #fff;
}
.midashi{
	margin: 100px auto 20px;
	width: 80%;
}
.storyTxt{
	margin: 0 auto;
	width: 80%;
}
.storyYoutube{
	margin: 50px auto 0;
	width: 80%;
	display: flex;
	justify-content: center;
}
.storyYoutube>div{
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
}
.storyYoutube>div>iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.informationTxt1, .informationTxt2, .informationTxt3{
	margin: 0 auto;
	width: 50%;
}
.informationTxt4{
	margin: 30px auto;
	width: 60%;
	border: 1px solid #333;
	border-radius: 10px;
}
.informationTxt4:hover{
	background: #333;
}
.informationTxt4 a{
	padding: 15px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
.informationTxt5{
	margin: 40px auto 10px;
	width: 60%;
}
.informationTxt6{
	margin: 10px auto 0;
	width: 60%;
}
.informationTxt7{
	margin: 0 auto;
	width: 60%;
}
.informationFukusei{
	display: none;
}
.informationTxt8{
	margin: 30px auto;
	padding: 15px 0;
	width: 60%;
	border: 1px solid #333;
	border-radius: 10px;
	display: flex;
	justify-content: center;
}
.informationTxt8:hover{
	background: #333;
}
.informationTxt9{
	margin: 0 auto 30px;
	width: 60%;
	border: 1px solid #333;
	border-radius: 10px;
}
.informationTxt9:hover{
	background: #333;
}
.informationTxt9 a{
	padding: 15px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
.informationImg1{
	margin: 0 auto;
	width: 50%;
}
.informationImg2{
	margin: 0 auto;
	width: 60%;
}
.informationImg1 img, .informationImg2 img{
	width: 100%;
	border: solid 1px #888;
}
.character{
	margin: 0 0 200px;
}
.charaBox{
	margin: 0 auto;
	width: 80%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.charaInnerBox{
	width: 45%;
}
.charaImg{
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.charaImg img{
	width: 100%;
	border: solid 1px #888;
}
.charaTxt1, .charaTxt2{
	margin: 0 auto;
	width: 100%;
}
@media screen and (max-width: 768px){
	.menuSpBar{
		width: 100%;
		height: 65px;
		background: #fff;
		position: sticky;
		top: 0;
		border-bottom: 1px solid #555;
		display: block;
	}
	.menuSpBar>div{
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.menuSpBar>div>div{
		margin: 0 25px 0 auto;
	}
	.menuSp{
		width: 100%;
		height: calc(100vh - 65px);
		display: none;
	}
	.menuSp>div{
		width: 100%;
		height: 100%;
		background: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: fixed;
		top: 65;
	}
	.menuSp>div>div{
		padding: 20px 0;
		width: 100%;
		text-align: center;
		border-top: solid 1px #555;
	}
	.menuSp div:nth-child(5){
		padding: 0;
		border-bottom: solid 1px #555;
	}
	.menuSp a{
		padding: 20px 0;
		width: 100%;
		height: 100%;
		display: block;
	}
	.topImgSp{
		display: block;
	}
	.topImgSp img{
		width: 100%;;
	}
	.topImg1, .topImg2{
		display: none;
	}
	.menuPc{
		display: none;
	}
	.midashi{
		margin: 100px auto 20px;
		width: 100%;
		text-align: center;
	}
	.storyTxt{
		margin: 0 auto;
		width: 100%;
	}
	.storyYoutube{
		margin: 50px auto 0;
		width: 100%;
	}
	.informationImg1{
		margin: 0 auto;
		width: 100%;
	}
	.informationImg2{
		margin: 0 auto;
		width: 100%;
	}
	.informationTxt1, .informationTxt2, .informationTxt3{
		margin: 0 auto;
		width: 100%;
	}
	.informationTxt4{
		margin: 30px auto;
		width: 100%;
		border: 1px solid #333;
		border-radius: 10px;
	}
	.informationTxt5{
		margin: 40px auto 10px;
		width: 100%;
	}
	.informationTxt6{
		margin: 10px auto 0;
		width: 100%;
	}
	.informationTxt7{
		margin: 0 auto;
		width: 100%;
	}
	.informationTxt8{
		margin: 30px auto;
		padding: 15px 0;
		width: 100%;
		border: 1px solid #333;
		border-radius: 10px;
		display: flex;
		justify-content: center;
	}
	.informationTxt9{
		margin: 0 auto 30px;
		width: 100%;
		border: 1px solid #333;
		border-radius: 10px;
	}
	.charaBox{
		margin: 0 auto;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.charaInnerBox{
		width: 100%;
	}
	.charaInnerBox{
		width: 100%;
	}
	.charaImg{
		margin: 0 auto;
		width: 100%;
		max-width: 500px;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid;
	}
	.charaTxt1, .charaTxt2{
		margin: 0 auto;
		width: 100%;
		max-width: 500px;
	}
}