*{
	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{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
body::before{
	content:"";
	width: 100vw;
	height: 100vh;
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	background-image: linear-gradient(#302BA7, #E6001F);
}
.menu-triggerMark3{
	display: none;
}
.menuSp{
	display: none;
}
.containerLeft img, .containerRight img{
	width: 100%;
}
.containerLeft{
	width: 20%;
	position: relative;
}
.containerLeftBox{
	padding: 50px 0 0;
	position: sticky;
	top: 0;	
}
.containerLeftPmark{
	margin: 0 auto;
	padding: 4px;
	width: 86px;
	border: 2px solid #fff;
	background: #302BA7;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.containerLeftPmark img{
	width: 76px;
}
.containerLeftLogo{
	margin: 30px auto;
	width: 70%;
}
.menuPc{
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.menuPc:hover{
	background: #fff;
	opacity: .8;
}
.menuPc:last-child{
	margin: 0 auto 50px;
}
.containerRight{
	width: 80%;
}
.topBox{
	position: relative;
}
.topBoxSp{
	display: none;
}
.topBoxImage{
	margin: 0 auto;
	width: 80%;
}
.topBoxLogo{
	width: 35%;
	position: absolute;
	bottom: 50px;
	left: 30px;
}
.titleImg{
	margin: 0 auto;
	width: 70%;
}
.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 #fff;
	border-radius: 10px;
}
.informationTxt4:hover, .informationTxt8:hover, .informationTxt9:hover{
	background: #fff;
}
.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 #fff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
}
.informationTxt9{
	margin: 0 auto 30px;
	width: 60%;
	border: 1px solid #fff;
	border-radius: 10px;
}
.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 auto 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){
	body{
		position: relative;
	}
	.menu-triggerMark3{
		margin: 5px 0 0 5px;
	    padding: 8px 0 0 0;
		width: 50px;
		height: 50px;
		display: inline-block;
		position: fixed;
		z-index: 200;
	}
	.menu-triggerMark3>span {
	    margin: 5px auto 0;
		position: absolute;
		left: 20%;
		width: 60%;
		height: 4px;
		background-color: #fff;
	    border-radius: 2px;
		transition: all .4s;
	}
	.menu-triggerMark3>span:nth-child(1){
		top: 6px;
	}
	.menu-triggerMark3>span:nth-child(2){
		top: 16px;
	}
	.menu-triggerMark3>span:nth-child(3){
		top: 26px;
	}
	.menu-trigger9.active span{
		background: #E6001F;
	}
	.menu-trigger9.active span:nth-of-type(1) {
	  -webkit-transform: translateY(10px) rotate(-405deg);
	  transform: translateY(10px) rotate(-405deg);
	}
	.menu-trigger9.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.menu-trigger9.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-10px) rotate(405deg);
	  transform: translateY(-10px) rotate(405deg);
	}
	.informationTxt4:hover, .informationTxt8:hover, .informationTxt9:hover{
		background-color: inherit;
	}
	.menuSp{
		width: 100%;
		height: 100vh;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		display: none;
	}
	.menuSp>div{
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.menuSpImg{
		margin: 0 auto;
		width: 80%;
	}
	.menuSpImg img{
		width: 100%;
	}
	.menuSpTop, .menuSpStory, .menuSpInformation, .menuSpCharacter, .menuSpTwitter{
		padding: 10px 0;
		width: 100%;
		text-align: center;
	}
	.containerLeft{
		display: none;
	}
	.containerRight{
		width: 100%;
	}
	.topBox{
		display: none;
	}
	.topBoxSp{
		margin: 50px 0 0;
		width: 100%;
		display: block;
	}
	.topBoxSp img{
		width: 100%;
	}
	.topBoxImage{
		width: 100%;
	}
	.midashi{
		margin: 50px auto 20px;
	}
	.midashi, .storyTxt, .informationImg1, .informationImg2, .informationTxt1, .informationTxt2, .informationTxt3, .informationTxt4, .informationTxt5, .informationTxt6, .informationTxt7, .informationTxt8, .informationTxt9, .character{
		width: 90%;
	}
	.character{
		margin: 0 auto 50px;
	}
	.charaBox{
		margin: 0 auto;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.charaInnerBox{
		width: 100%;
	}
	.charaImg{
		margin: 0 auto;
		width: 100%;
		max-width: none;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.charaImg img{
		width: 100%;
		border: solid 1px #888;
	}
	.charaTxt1, .charaTxt2{
		margin: 0 auto;
		width: 100%;
	}
}