*{
	margin: 0;
	padding: 0;
    box-sizing: border-box;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
a, a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
::-webkit-scrollbar{
    width: 16px;
    height: 16px;
}
::-webkit-scrollbar-track{
    border-radius: 8px;
    border: none;
}
::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background: #FB4E54;
}
.menuBottonSp{
	display: none;
}
.menuBoxSp{
	display: none;
}
.container{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.leftContainer{
	width: 30%;
    background: #FB4E54;
	position: relative;
}
.leftContaineInner{
	position: sticky;
	top: 50px;
}
.pMark{
	margin: 50px auto 0;
	width: 100%;
}
.pMark div{
	margin: 0 auto;
	padding: 10px;
	width: 100px;
	background: #fff;
	border-radius: 10px;
}
.pMark img{
	width: 100%;
}
.menuBox{
	margin: 50px 0;
	display: flex;
	flex-direction: column;
}
.menuBox div{
	margin: 0 0 0 auto;
	width: 100%;
	height: 80px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menuBox div:hover{
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	background: #fff;
}
.menuBox div:hover a::before{
	content: '';
	position: absolute;
	top: -80px;
	right: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	box-shadow: 40px 40px 0 0 #fff;
}
.menuBox div:hover a::after{
	content: '';
	position: absolute;
	top: 80px;
	right: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	box-shadow: 40px -40px 0 0 #fff;
}
.rightContainer{
	padding: 0 0 80px;
	width: 70%;
}
.topImage{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.topImage1 img{
	width: 100%;
	vertical-align: top;
}
.topImage2{
	width: 50%;
	max-width: 600px;
	position: absolute;
	bottom: 50px;
	right: 40px;
}
.topImage2 img{
	width: 100%;
	vertical-align: top;
}
.midashi{
	margin: 0 0 50px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.story, .information, .character{
	margin: 80px auto 0;
	width: 100%;
}
.storyBox, .informationBox, .characterBox{
	margin: 0 auto;
	width: 70%;
	max-width: 700px;
}
.sample_box{
	margin: 20px auto;
	padding: 5px 0 8px;
	width: 56%;
	border: 1px solid #FB4E54;
	border-radius: 10px;
	text-align: center;
}
.sample_box:hover{
	background: #FB4E54;
}
.informationBoxInner{
	margin: 50px 0 0;
}
.informationText3{
	margin: 0 auto;
	width: 80%;
}
.informationText4{
	margin: 20px auto 0;
	width: 80%;
}
.informationImage{
	margin: 0 auto;
	width: 80%;
}
.informationImage img{
	width: 100%;
	border: 1px solid #aaa;
}
.informationBotton{
	margin: 20px auto;
	padding: 5px 0 8px;
	width: 80%;
	border:1px solid #FB4E54;
	border-radius: 10px;
	text-align: center;
}
.informationBotton:hover{
	background: #FB4E54;
}
.informationFukuseiList{
	display: none;
}
.twitter-tweet{
	margin: 0 auto;
}
.characterBox{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.characterBoxInner{
	margin: 0 0 50px;
	width: 45%;
	display: flex;
	flex-direction: column;
}
.characterImage img{
	width: 100%;
	border: 1px solid #aaa;
}
@media screen and (max-width: 768px){
	body{
		position: relative;
	}
	.menuBottonSp{
		width: 100%;
		height: 50px;
		position: fixed;
		z-index: 100;
		display: flex;
		justify-content: flex-end;
	}
	.menuBottonSp div{
		width: 15%;
		height: 100%;
	    background: #FB4E54;
		border-bottom-left-radius: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		
	}
	.closeBottonSp{
		width: 100%;
		height: 50px;
		display: flex;
		justify-content: flex-end;
	}
	.closeBottonSp div{
		width: 15%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.menuBoxSp{
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		z-index: 1000;
		background: #FB4E54;
	}
	.pMarkSp{
		margin: 0 auto;
		padding: 20px;
		width: 120px;
		background: #fff;
		border-radius: 10px;
	}
	.pMarkSp img{
		width: 80px;
	}
	.menuSpTop, .menuSpStory, .menuSpInformation, .menuSpCharacter, .menuSpTwitter, .menuSpYoutube{
		padding: 8px 0 10px;
		width: 100%;
		border-top: 1px solid #FF9A9D;
		display: flex;
		justify-content: center;
		align-content: center;
	}
	.menuSpTop{
		margin: 20px 0 0;
	}
	.menuSpYoutube{
		border-bottom: 1px solid #FF9A9D;
	}
	.leftContainer{
		display: none;
	}
	.rightContainer{
		width: 100%;
	}
	.topImage{
		width: 100%;
		height: inherit;
		overflow: inherit;
	}
	.topImage2{
		width: 60%;
		top: 290px;
		left: 35%;
	}
	.storyBox, .informationBox, .characterBox{
		margin: 0 auto;
		width: 90%;
		max-width: 700px;
	}
	.informationText3, .informationImage, .informationBotton, .sample_box{
		width: 100%;
	}
	.sample_box{
	width: 90%;
	}
}