*{
	margin: 0;
	padding: 0;
    box-sizing: border-box;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
body{
	background: #211e17;
	position: relative;
}
::-webkit-scrollbar{
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track{
    border-radius: 4px;
    border: none;
	background: #211e17;
}
::-webkit-scrollbar-thumb{
    border-radius: 4px;
    background: #888;
}
a, a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	color: #211e17;
}
.midashi{
	margin: 100px auto 50px;
	width: 100%;
	max-width: 1440px;
    text-align: center;
}
.topMenuSp, .hamburger, .topImageSp{
	display: none;
}
.topMenuPc{
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	height: 60px;
	background: #211e17;
	position: sticky;
	top: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	z-index: 100;
}
.topMenuPc>div{
	width: 14%;
	border-right: solid 1px #fff;
	display: flex;
	justify-content: center;
	text-align: center;
}
.topMenuPc>div:nth-child(1){
	border-left: solid 1px #fff;
}
.topMenuPc>div:hover{
	cursor: pointer;
}
.topImage{
	width: 100%;
	height: calc(100vh - 60px);
	max-height: 2693px;
	overflow: hidden;
	z-index: 1;
}
.topImage img{
	width: 100%;
}
.topMovie{
    margin: 40px auto;
    width: 50%;
}
.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%;
}
.topMovieMenu{
    margin: 20px 0 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.topMovieMenu div{
    margin: 0 10px;
    padding: 5px;
    width: 100px;
    border: 1px solid #fff;
    text-align: center;
}
.topMovieMenu div:hover{
    margin: 0 10px;
    padding: 5px;
    width: 100px;
    border: 1px solid #fff;
    text-align: center;
    cursor: pointer;
}
.movieOpen{
    background: #fff;
}
.movieOpen h1{
    color: #000;
}
.topInformation{
	margin: 0 auto 40px;
    width: 100%;
}
.topInformationBox{
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    background: #211e17;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.informationMidashi{
	width: 100%;
}
.vol3, .vol2, .vol1{
    width: 33%;
	text-align: center;
}
.vol3Box, .vol2Box, .vol1Box{
    transition-duration: 0.2s;
}
.vol3Box:hover, .vol2Box:hover, .vol1Box:hover{
    transform: scale(1.2);
    cursor: pointer;
}
.vol3Box>div:nth-child(1), .vol2Box>div:nth-child(1), .vol1Box>div:nth-child(1){
	margin: 40px auto 0;
    padding: 10px;
    border: solid 1px #fff;
    width: 90%;
}
.vol1Box img, .vol2Box img, .vol3Box img{
    width: 100%;
}
.informationSample3, .informationSample2, .informationSample1{
    margin: 40px auto 0;
    width: 90%;
}
.informationVol3, .informationVol2, .informationVol1{
	margin: 0 auto;
	padding: 0 50px;
	width: 100%;
	max-width: 800px;
    display: none;
}
.storyTrial{
    padding: 10px;
    width: 100%;
    border: 1px solid #fff;
    text-align: center;
}
.storyTrial:hover{
    background: #555;
}
.topInformationHeadingImg, .topInformationImg{
    margin: 0 auto;
	width: 100%;
	max-width: 600px;
}
.topInformationHeadingImg img, .topInformationImg img{
	width: 100%;
}
.topInformationButton{
	margin: 30px auto;
	width: 80%;
	box-sizing: border-box;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	text-align: center;
}
.topInformationButton a{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	text-align: center;
}
.topInformationButton:hover{
    background: #fff;
}
.topInformationText1{
	margin: 20px 0 0;
}
.topInformationText2{
	margin: 10px 0 0;
}
.topInformationArrow{
	margin: 20px auto;
	padding: 0;
	box-sizing: border-box;
	width: 80%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #555;
}
.topInformationArrow:hover{
    background: #555;
    cursor: pointer;
}
.topStory{
	width: 100%;
	background-image: url("../img/background03.jpg");
	background-color: rgba(33,30,23,.7);
	background-blend-mode: darken;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
}
.topStoryBottom{
	margin: 0 auto 100px;
	width: 100%;
}
.topStoryText{
	margin: 0 auto;
	width: 60%;
}
.topStoryText div{
	margin: 0 auto 0 0;
	width: 100%;
}
.charaList{
	margin: 0 auto 100px;
	padding: 0 50px;
	width: 100%;
	max-width: 1280px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.charaListBox{
	width: 100%;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}
.charaListMainLance, .charaListMainWilliam{
	margin: 30px 0;
	width: 49%;
}
.charaListMainLance>.charaListMainImg, .charaListMainWilliam>.charaListMainImg{
	margin: 0 auto;
	width: 60%;
}
.charaListMainLance>.charaListMainImg>img, .charaListMainWilliam>.charaListMainImg>img{
	width: 100%;
}
.charaListMainText{
	display: none;
}
.charaListMob1, .charaListMob2{
	width: 49%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.charaListMob1>.charaListMobImg, .charaListMob2>.charaListMobImg{
	width: 48%;
}
.charaListMob1>.charaListMobImg>img, .charaListMob2>.charaListMobImg>img{
	width: 100%;
	border: solid 1px #fff;
}
.charaListMob1>.charaListMobName, .charaListMob2>.charaListMobName{
	width: 48%;
	border-bottom: solid 1px #fff;
}
.charaListMob1>.charaListMobText{
	width: 100%;
	text-align: center;
}
.charaListMob2>.charaListMobText{
	width: 48%;
	text-align: center;
}
@media screen and (max-width: 1080px){
	.midashi{
		margin: 80px auto 0;
	}
    .menuBottun>a{
        padding: 5px 0 0;
    }
	.charaListMob1, .charaListMob2{
		margin: 0 0 30px;
		width: 100%;
	}
}
@media screen and (max-width: 768px){
    .spNone{
        display: none;
    }
    body{
        position: relative;
        z-index: 1;
    }
    .hamburger{
        padding: 0;
        width: 100px;
        height: 56px;
        position: fixed;
        top: 0;
        z-index: 100;
		display: block;
    }
    .hamburger>div{
        margin: 8px 16px 0;
        padding: 0;
        width: 40px;
        height: 6px;
        border: 1px solid #211e17;
        border-radius: 3px;
        background: #fff;
		transition: all .2s;
    }
    .hamburger>div:nth-child(1){
        margin: 16px 16px 0;
        padding: 0;
        width: 40px;
        height: 6px;
        border: 1px solid #211e17;
        border-radius: 3px;
        background: #fff;
    }
	.menuOpen>div:nth-child(1){
		-webkit-transform: rotate(405deg);
		transform: translateY(13px) rotate(405deg);
        height: 4px;
        border: none;
        border-radius: 2px;
	}
	.menuOpen>div:nth-child(2){
		opacity: 0;		
	}
	.menuOpen>div:nth-child(3){
		-webkit-transform: rotate(-405deg);
		transform: translateY(-13px) rotate(-405deg);
        height: 4px;
        border: none;
        border-radius: 2px;
	}
    .topMenuPc{
    	display: none;
    }
    .topMenuSp{
    	margin: 0 auto;
    	padding: 60px 0 0;
    	width: 100%;
    	height: 100vh;
    	background: #211e17;
    	position: fixed;
    	top: 0;
    	display: none;
    	z-index: 50;
    }
	.topMenuSp>div{
		width: 100%;
		height: 80px;
		border-right: 0;
		border-bottom: 1px solid #fff;
		display: flex;
    	flex-direction: column;
    	justify-content: center;
        align-items: center;
	}
	.topMenuSp>div:nth-child(1){
		border-top: 1px solid #fff;
	}
    .menuBottunSp{
    	width: 100%;
    	border-right: 0;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    }
    .menuBottunSp:nth-child(1){
    	width: 100%;   
    	border-right: 0;
    	border-left: 0;
    	text-align: center;
    }
    .topImageSp{
        width: 100%;
        height: 100vh;
        overflow: hidden;
        position: relative;
		display: block;
    }
    .topImageSp div:nth-child(1){
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
    }
    .topImageSp img{
        width: 100%;
    }
    .midashi, .topMovie, .topInformation, .topStory, .charaList{
        margin: 20px auto;
        padding: 0;
        width: 90%;
    }
	.topInformationBox{
	    max-width: none;
	    display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: normal;
	}
	.informationMidashi{
	}
	.vol1, .vol2, .vol3{
	    width: 100%;
	}
    .informationVol1, .informationVol2, .informationVol3{
        padding: 0;
        max-width: 100%;
    }
	.topInformationButton, .topInformationArrow{
		width: 100%;
	}
	.vol1Box:hover, .vol2Box:hover, .vol3Box:hover{
    transform: scale(1);
    cursor: none;
    }
	.vol3Box>div:nth-child(1), .vol2Box>div:nth-child(1), .vol1Box>div:nth-child(1){
	    width: 100%;
	}
	.informationSample1{
        margin: 30px 0 50px;
	    width: 100%;
	}
	.informationSample2{
        margin: 30px 0 50px;
	    width: 100%;
	}
    .vol1, .vol2{
        margin: 0 auto;
        width: 100%;
    	text-align: center;
    }
    .topStory{
    	width: 100%;
    	height: auto;
    	background-image: none;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    }
    .topStoryBottom{
    	margin: 0 auto;
    	padding: 0;
    	width: 90%;
    }
    .topStoryText{
    	margin: 0 auto;
    	width: 100%;
    }
    .topStoryText div{
    	margin: 0 auto 0 0;
    	width: 100%;
    }
    .charaListBox{
    	width: 100%;
    	display: flex;
    	flex-direction: row;
        flex-wrap: wrap;
    }
    .charaListMainLance, .charaListMainWilliam{
    	margin: 30px 0;
    	width: 100%;
    }
    .charaListMainLance>.charaListMainImg, .charaListMainWilliam>.charaListMainImg{
        margin: 0 auto;
        width: 100%;
    }
	.charaListMainText{
		display: block;
	}
	.charaListMob1>.charaListMobText, .charaListMob2>.charaListMobText{
		text-align: start;
	}
	.charaListMob2>.charaListMobTextQuestion{
		text-align: center;
	}
}