
@media screen and (min-width:1921px) and (max-width:3840px){
	body{
		background-color: #000;
	}
	.app{
		width: 1920px;
		overflow: hidden;
		margin: 0 auto;
	}
}

@media screen and (min-width:1280px) and (max-width:1440px){
	
}	


@media screen and (min-width:1024px) and (max-width:1280px){

}	

@media screen and (min-width:1025px) and (max-width:1440px){

}



@media screen and (max-width:1366px){
	.p0-container,.p1-container,.helmet-container{
	    width: 95vw;
	}
	.p0-btns .steam-btn{
		margin-right: 0;
		margin-bottom: 5px;
	}
	.p0-btns .pc-btn {
	    margin-left: 0px;
	}
	.p1-yt {
	    width: 100%;
	    height: 0;
	    padding-bottom: 56.25%;
	}
	.p1-yt iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	}
}




@media screen and (max-width:768px){
	.app{
		width: 100%;
		height: auto;
	}
	section#p0{
		min-height: 100vw;
		height: auto;
		background-color: #000;
		background: url('../img/p0bg-m.jpg') no-repeat top center;
		background-size: cover;
	}
	.p0-container {
	    width: 95vw;
	    height: 100%;
	    margin: 0 auto;
	    padding: 100vw 0 0 0;
	    justify-content: flex-start;
	    align-items: flex-end;
	    flex-direction: column;
	}
	header:before{
		display: none;
	}
	header > img {
	    margin: 0 auto;
	}
	.p0-content {
	    margin-top: 10vw;
	    margin-bottom: 8vw;
	}
	.header-play{
		display: none;
	}	
	.p0-slogan{
		width: 100%;
	}
	.p0-slogan h2{
		font-size: 6vw;
		line-height: 6vw;
		text-align: center;
	}
	.p0-slogan h1 {
	    font-size: 18vw;
	    line-height: 18vw;
	    text-align: center;
	    margin: 0 0 4vw 0;
	}
	.p0-slogan h1:after{
		display: none;
	}
	.p0-slogan h3 {
	    font-size: 8vw;
	    text-align: center;
	    line-height: 8vw;
	}
	.p0-intro {
	    padding: 2vw 1vw;
	    margin-top: 7vw;
	}
	.p0-btns-container {
	    width: 100%;
	    height: auto;
	    margin-right: 0;
	}
	.steam-btn,.pc-btn{
		width: 45%;
		border-radius: 5px;
	}
	.p0-btns .steam-btn {
	    margin-right: 5px;
	}
	.p0-btns .pc-btn {
	    margin-left: 5px;
	}
	.p0-intro > p {
	    width: 100%;
	    margin: 0 0px 0 0;
	    border-top: 1px solid rgba(255,255,255,0.4);
	    border-left: 0;
	    margin-top: 2vw;
	    padding: 2vw 3vw;
	}
	section#p1{
		height: auto;
		background-size: cover;
	}
	.p1-container{
		width: 95vw;
		height: auto;
	    padding: 5vw 0 20vw;
	}
	.p1-slogan {
	    height: auto;
	    margin-bottom: 5vw;
	    padding-left: 0;
	}
	.p1-slogan h1 {
	    font-size: 8vw;
	    line-height: 9vw;
	    margin: 0 0 20px 0;
	}
	.p1-yt {
	    width: 100%;
	    height: 0;
	    padding-bottom: 56.25%;
	}
	.p1-yt iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	}
	section#helmet {
	    width: 100%;
	    height: 50vw;
	    background: url(../img/helmet-bg-m.jpg) no-repeat center;
	    background-size: cover;
	}
	.helmet-container {
	    width: 100%;
	    height: 100%;
	    justify-content: flex-start;
	    align-items: center;
	    flex-direction: column;
	    padding-left: 0;
	    padding-top: 5vw;
	}
	.helmet-container:before{
		display: none;
	}
	.helmet-container > h1 {
	    width: auto;
	    font-size: 5vw;
	    text-align: center;
	    line-height: 5vw;
	}
	.helmet-content{
		display: none;
	}
	section#p2 {
	    min-height: 100vw;
	    height: auto;
	    background-size: cover;
	}
	.p2-container {
	    width: 100%;
	    height: 100%;
	    margin: 0px auto 0;
	    padding-top: 5vw;
	    padding-bottom: 3vw;
	}
	.chara-tab {
		position: relative;
	    width: 95vw;
	    height: auto;
	    margin: 0 auto;
	    left: unset;
	    bottom: unset;
	    transform: unset;
	}
	.chara-tab ul {
	    width: 100%;
	    height: auto;
	    justify-content: space-between;
	}
	.chara-tab ul li {
	    width: 31%;
	    height: auto;
	    margin: 0;
	}
	img.p2bg-2{
		z-index: 2;
	}
	.chara-container {
	    position: relative;
	    width: 100%;
	    height: auto;
	    margin: 0 auto;
	    z-index: 5;
	}
	.chara-content {
	    position: relative;
	    width: 100%;
	    height: 150vw;
	    justify-content: center;
	    align-items: flex-start;
	}
	.chara-info {
	    position: absolute;
	    width: 95vw;
	    height: auto;
	    z-index: 10;
	    padding: 3vw 1vw 1vw;
	    border-radius: 5px;
	    background-color: rgba(255,255,255,0.9);
	    margin: 0;
	    left: 50%;
	    transform: translateX(-50%);
	    bottom: 0;
	}
	.chara-info h2 {
	    font-size: 5vw;
	    line-height: 5vw;
	    margin: 0 0 10px 0;
	    text-align: center;
	}
	.chara-info h1 {
	    font-size: 10vw;
	    line-height: 10vw;
	    margin: 0 0 5vw 0;
	    text-align: center;
	}
	.chara-info h1:after{
		left: 50%;
		transform: translateX(-50%);
	}
	.chara-info p{
		font-size: 14px;
	}
	.chara-info p br{
		display: none;
	}
	.c-img {
	    position: relative;
	    display: block;
	    bottom: 0;
	    z-index: 6;
	    pointer-events: none;
	    height: 100%;
	    transform: unset !important;
	    right: unset !important;
	}
	section#p6{
		width: 100%;
		height: auto;
		background-size: cover;
		padding: 10vw 0;
	}
	section#p6 h1 {
	    font-size: 5vw;
	    line-height: 5vw;
	    margin: 0 0 5vw 0;
	}
	.p6-fast-container a{
		margin: 0 2vw;
	}
	.p6-fast-container a:hover{
		padding: 0;
	}
	.p6-fast-container a:hover span{
		width: auto;
		opacity: 0;
		visibility: hidden;
		margin: 0;
	}
	.footer-logo img {
	    margin: 10px;
	}
	.term {
	    width: 100%;
	}
	.term p {
	    margin: 10px 0 0 0;
	}
}
@media screen and (min-width:850px) and (max-width:1024px){

}	

@media screen and (min-width:768px) and (max-width:850px){
	
}



@media screen and (min-width:325px) and (max-width:375px){

}

@media screen and (min-width:325px) and (max-width:374px){

}

@media screen and (max-width:320px){
	
}

