*{
	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);
}
.menuBox>div>div>a, .menuBox>div>div>a:link, .menuBox>div>div>a:visited, .menuBox>div>div>a:hover, .menuBox>div>div>a:active{
	color: #fff;
}
::-webkit-scrollbar{
    width: 16px;
    height: 16px;
}
::-webkit-scrollbar-track{
    border-radius: 8px;
    border: none;
}
::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background: #75589e;
}
body{
	width: 100%;
	height: 100vh;
	overflow: auto;
	position: relative;
	background: rgba(255, 255, 255, 0.7) url(../img/image1.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: lighten;
}
.menuBox{
	width: 100%;
	display: none;
	position: fixed;
	top: 0px;
	z-index: 10;
	
}
.menuBox>div{
	padding: 10px 0;
	width: 100%;
	background: rgba(117,88,158,0.8);
	display: flex;
	
}
.menuBox>div>div{
	width: 20%;
	text-align: center;
	border-right: 1px solid #fff;
}
.menuBox>div>div:nth-child(5){
	width: 25%;
	text-align: center;
	border-right: none;
}
.menuBox>div>div:hover{
	cursor: pointer;
}
.menuBox>div>div>a{
	width: 100%;
	height: 100%;
}

.menuBotton{
	width: 70px;
	height: 80px;
	border-top: 3px solid #75589e;
	border-bottom: 3px solid #75589e;
	border-left: 3px solid #75589e;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	background: rgba(117,88,158,0.7);
	position: fixed;
	top: 100px;
	right: 0px;
	z-index: 10;
	display: flex;
	flex-direction: column;
}

.menuBurger{
	margin: 0 auto;
    padding: 0;
	position: relative;
	width: 50px;
	height: 50px;
}
.menuBurger, .menuBurger div{
	display: inline-block;
	transition: all .1s;
}
.menuBurger div{
	position: absolute;
	left: 5%;
	width: 90%;
	height: 6px;
	background-color: #fff;
    border-radius: 3px;
}
.menuBurger div:nth-child(1){
	top: calc(50% - 13px);
}
.menuBurger div:nth-child(2){
	top: 50%
}
.menuBurger div:nth-child(3){
	top: calc(50% + 13px);
}
.menuBurger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.menuBurger.active div:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}
.menuBurger.active div:nth-of-type(2) {
  opacity: 0;
}
.menuBurger.active div:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}

.menuBottonTxt{
	width: 100%;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

















.menuBkSp{
	display: none;
}
.imageBox{
	width: 100%;
	z-index: 1;
}
.topImg{
	width: 100%;
}
.topImg img{
	width: 100%;
	vertical-align: top;
}
.imgPmark{
	padding: 10px;
	width: 80px;
	background: #fff;
	border-radius: 12px;
	position: absolute;
	top: 20px;
	left: 20px;
}
.imgPmark img{
	width: 100%;
}
.container{
	width: 100%;
}
.containerBox{
	margin: 0 auto;
	max-width: 978px;
	width: 90%;
}
.midashi{
	margin: 50px 0 0;
}
.youtubeBox{
    margin: 50px auto;
    width: 60%;
}
.topMovieYoutube{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	box-sizing: border-box;
}
.topMovieYoutube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.story, .information, .character{
	margin: 50px 0 0;
}
.storyBox, .informationBox, .characterBox{
	margin: 0 auto;
	width: 80%;
}
.sample_box{
	margin: 50px auto;
	padding: 5px;
	width: 60%;
	border: 1px solid;
	border-radius: 4px;
	text-align: center;
}
.sample_box:hover{
	background: #555;
	border: 1px solid #555;
}
.informationSubBox{
	margin: 50px 0 0;
}
.informationSubBox:nth-child(1){
	margin: 0;
}
.informationText, .informationImg{
	margin: 0 auto;
	width: 80%;
}
.informationImg img{
	width: 100%;
	border: 1px solid #555;
}
.twitterText{
	margin: 0 auto;
	width: 550px;
}
.fukuseirText{
	display: none;
}
.informationBotton{
	margin: 10px auto;
	padding: 5px;
	width: 60%;
	border: 1px solid;
	border-radius: 4px;
	text-align: center;
}
.informationBotton:hover{
	background: #555;
	border: 1px solid #555;
}
.informationTokutenText{
	margin: 20px auto 0;
	width: 80%;
}
.characterBox{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.characterSubBox{
	margin: 0 0 30px;
	width: 45%;
}
.characterImg img{
	width: 100%;
	border: solid 1px;
}
.footer1, .footer2{
	padding: 30px 0;
	width: 100%;
}
.footer1{
	margin: 120px 0 0;
	background: #444;
}
.footerLogo{
	width: 100%;
	display: flex;
	justify-content: center;
}
.footerLogo img{
	width: 300px;
}
.footerIcon{
	margin: 30px auto 0;
	width: 300px;
	display: flex;
	flex-direction: row;
}
.footerTwitter, .footerYoutube{
	width: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footerTwitter div, .footerYoutube div{
	text-align: center;
}
.footer2{
	background: #333;
	text-align: center;
}
@media screen and (max-width: 768px){
	.menuBox{
		width: 100%;
		height: 100vh;
		display: none;
		position: fixed;
		top: 0px;
		z-index: 10;
		background: #75589e;
	}
	.menuBox>div{
		margin: 150px 0 0;
		padding: 10px 0;
		width: 100%;
		background: none;
		display: flex;
		flex-direction: column;
	}
	.menuBox>div>div{
		padding: 30px 0;
		width: 100%;
		text-align: center;
		border: none;
	}
	.menuBox>div>div:hover{
		cursor: pointer;
	}
	.menuBox>div>div:nth-child(5){
		width: 100%;
		text-align: center;
		border: none;
	}
	.menuBotton{
		width: 60px;
		border-top: 3px solid #fff;
		border-bottom: 3px solid #fff;
		border-left: 3px solid #fff;
		height: 70px;
		top: 200px;
		right: 0px;
	}
	.imgPmark{
		display: none;
	}
	.container{
		margin: 0 auto;
		max-width: 90%;
		width: 90%;
	}
.containerBox{
	width: 100%;
}
	.midashi{
		text-align: center;
	}
.youtubeBox{
    width: 100%;
}
	.storyBox, .informationBox, .characterBox{
		width: 100%;
	}
	.sample_box{
		width: 100%;
	}
	.informationText, .informationImg{
		width: 100%;
	}
	.informationBotton{
		width: 100%;
	}
	.informationBotton:hover{
		background: none;
		border: 1px solid #000;
	
	}
	.informationTokutenText{
		width: 100%;
	}
.twitterText{
	width: 100%;
}
	.characterBox{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.characterSubBox{
		width: 100%;
	}
	
	
	
}