@charset "UTF-8";

#princessandthief{
	width:100%;
	overflow:hidden;
}

h2{
	width: 40%;
    min-width: 500px;
    max-width: 650px;
	margin: 2rem auto;
}
img{
	width:100%;
}

/** mv **/
#mv{
	background:url("../img/princessandthief/bgMv.jpg")no-repeat;
	background-size:cover;
}
#mv h1{
	position: relative;
	z-index: 5;
}
#mv img{
    width: 120%;
    position: relative;
    left: -13vw;
    right: 0;
    margin: auto;
}
#mv .spOnly{
	display:none;
}

/** movie **/
#movie{
    position: relative;
    z-index: 1;
    padding: 20vw 0;
    background: url(../img/princessandthief/bg-tile.png) no-repeat;
    background-size: 102%;
    margin-top: -27vw;
    margin-left: -10px;
    padding-bottom:21vw;

}
#movie .movBox{
	position:relative;
	width: 60%;
	max-width: 700px;
	margin: 2rem auto;
}
#movie iframe{
	border: 13px solid #000;
	border-radius: 10px;
	width: 100%;
    min-width: 500px;
    max-width: 700px;
	height: 26rem;
	min-height: 320px;
	max-height: 450px;
	display: block;
}
#movie .movBox img{
	position: absolute;
	width: 140px;
	bottom: 90px;
	left: 20px;
}
#movie h2.chara{
    margin-top: 10rem;
}

/** chara **/
#chara{
    position: relative;
    z-index: 0;
    background: url(../img/princessandthief/bg-hime.jpg) no-repeat;
    background-size: 102%;
    padding-top: 27vw;
    margin-top: -27vw;
    padding-bottom: 4rem;
}
#chara .theifBg{
    background: url(../img/princessandthief/bg-thief.jpg) no-repeat;
    background-size: 102%;
    background-position: left 330% top;
    width: 130%;
    height: 60vw;
    left: -110px;
    bottom: -27vw;
    position: absolute;
    z-index: 0;
    transform: rotate(5deg);
}
#chara{
    margin-top: -42vw;
}
#chara h2{
	position:relative;
	z-index:2;
}
#chara .charabox{
	position: relative;
	max-width: 800px;
	margin: 2rem auto;
    z-index: 1;
}
#chara .charabox .txtbox{
    position: absolute;
    bottom: 0%;
    right: 0;
    max-width: 450px;
}
#chara .charabox .txtbox h4{
    font-size: 180%;
    font-weight: 900;
    color: #FFF;
    margin: 0;
}
#chara .charabox .txtbox p{
    font-weight: 700;
    color: #FFF;
}
#chara .charabox.bottom .txtbox{
    bottom: -10%;
    left: 0;
}
#chara .charabox.bottom .txtbox h4,#chara .charabox.bottom .txtbox p{
	color:#1a0943;
}


/** footer **/

footer{
	background: linear-gradient(#1c0946, #0a0119);
	padding: 4rem 1rem;
	margin-top: 3rem;
	position:relative;
}
footer:before{
	display:none;
}
footer .fromFlex{
    justify-content: center;
    width: 70%;
    margin: 0 auto;
    align-items: anchor-center;
}
footer .fromFlex li.logo{
    width: 290px;
    border-right: 1px solid #FFF;
    margin: 0 40px 0 0;
    padding-right: 30px;
}
footer .fromFlex li p{
    color: #FFF;
    font-size: 80%;
    letter-spacing: 0;
}
footer .snsFlex{
    justify-content: center;
    gap: 1%;
    margin: 1rem 0 0 0;
}
footer .snsFlex li{
	width: 70px;
}
footer .decoFlex{
    align-items: baseline;
    position: absolute;
    right: 20px;
    top: -3rem;
}
footer .decoFlex li{

}
footer .decoFlex li img{
	width:50px;
}
footer .decoFlex li:nth-of-type(2) img,
footer .decoFlex li:nth-of-type(4) img{
	width:70px;
}

footer small{
	margin: 1rem 0 0 0;
}



@media (min-width: 1600px) {

	#mv{
	    padding: 3rem 0;
	}
	#mv img{
		width: 120%;
		margin: 0 auto;
		left: -14vw;
	}
	#movie{
	    background: url(../img/princessandthief/bg-tile-wide.png) no-repeat;
	    background-size: 102%;
	    padding-bottom: 28vw;
	    margin-top: -22vw;
	}
	#movie h2.mov{
	    margin-top: -6vw;
	}
	#chara{
		margin-top: -62vw;
		padding-top: 32vw;
	}
	#chara .theifBg{
		bottom: -29vw;
	}
	#chara .charabox{
		max-width: 1000px;
	}
	#chara .charabox .txtbox{
		bottom: 10%;
	}
	#chara .charabox.bottom .txtbox{
		bottom: 10%;
	}

}

@media (min-width: 2000px) {

	h2{
	    max-width: 1000px;
	    width: 1000px;
	}
	#movie{
		background: url(../img/princessandthief/bg-tile-mottowide.png) no-repeat;
		background-size: 102%;
	    padding-bottom: 14rem;
	}
	#movie .movBox{
	    max-width: 850px;
	    width: 850px;
	}
	#movie iframe{
	    max-width: 850px;
	    width: 850px;
	    height: 488px;
	    max-height: 488px;
	}
	#movie h2.chara{
		margin-top: 4rem;
	}
	#chara{
        margin-top: -49rem;
        padding-top: 36rem;
        padding-bottom: 14rem;
	}
	#chara .charabox .txtbox{
		max-width: 650px;
	}
	#chara .charabox .txtbox h4{
		font-size: 330%;
	}
	#chara .charabox .txtbox p{
		font-size: 120%;
	}
	#chara .charabox.bottom .txtbox{
		max-width: 498px;
	}
	#chara .theifBg{
		bottom: -21rem;
	}

}

@media (min-width: 2300px) {

	#chara .theifBg{
		bottom: -35rem;
	}
}

@media (min-width: 2600px) {

	#chara .theifBg{
		bottom: -55rem;
	}
	#movie h2.chara{
		margin-top: 14rem;
	}
	#chara{
		padding-top: 36rem;
	}
}

@media (min-width: 3000px) {
	h2{
        max-width: 1200px;
        width: 1200px;
	}
	#movie .movBox{
	    max-width: 1200px;
	    width: 1200px;
	}
	#movie iframe{
	    max-width: 1200px;
	    width: 1200px;
	    height: 688px;
	    max-height: 688px;
	}
	#chara{
		margin-top: -59rem;
		padding-bottom: 14rem;
		padding-top: 46rem;
	}
	#chara .charabox{
		max-width: 1500px;
	}
	#chara .charabox .txtbox{
		max-width: 840px;
	}
	#chara .charabox .txtbox h4{
		font-size: 410%;
	}
	#chara .charabox .txtbox p{
		font-size: 170%;
	}
	#chara .charabox.bottom .txtbox{
		max-width: 700px;
        bottom: 0%;
	}
	#chara .theifBg{
		bottom: -55rem;
	}
}


@media (min-width: 3700px) {
	#movie{
		padding-bottom: 17rem;
	}
	#chara{
		padding-top: 56rem;
	}
	#chara .theifBg{
		bottom: -65rem;
	}
}

@media (max-width: 1300px) {

	#movie{
		padding-bottom: 4vw;
	}
	#movie iframe{
		height: 24rem;
	}
	#chara{
		padding-bottom: 14rem;
		padding-top: 42vw;
	}
	#chara .theifBg{
		bottom: -9vw;
	}

}


@media (max-width: 1200px) {

	#movie .movBox{
		width: 500px;
		height: 300px;
	}
	#movie iframe{
		min-width: inherit;
		min-height:inherit;
		width: 500px;
		height: 300px;
		margin: 0 auto;
	}
	#movie .movBox img{
	    width: 80px;
	}
	#chara{
	    margin-top: -54vw;
	    padding-top: 61vw;
	    background-size: 200%;
	    background-position: right top;
	}
	#chara .theifBg{
		width: 240%;
	    bottom: -24vw;
	    height: 80vw;
	}

}

@media (max-width: 1072px) {

	#chara{
		padding-top: 52vw;
	}

}

@media (max-width: 1000px) {

	#chara .charabox{
		width:80%;
	}

}

@media (max-width: 850px) {

	h2{
	    width: 80%;
	    min-width: inherit;
	}
	#movie h2.chara{
		margin-top: 3rem;
	}
	#chara .charabox.bottom .txtbox{
		bottom: -20%;
	}
	#chara .charabox .txtbox{
		max-width: 350px;
	}
	#chara .charabox .txtbox h4{
		font-size: 130%;
		text-align: center;
	}
	#chara .charabox .txtbox p{
		font-size: 90%;
	}
	#mv {
		background:url("../img/princessandthief/bgMvSp.jpg")no-repeat;
		background-size:cover;	
	}
	#mv img{
		width: 100%;
		left: 0;
	}
	#mv .pcOnly{
		display:none;
	}
	#mv .spOnly{
		display:block;
	}


}

@media (max-width: 600px) {

	#movie{
        padding-bottom: 34vw;
        padding-top: 48vw;
        margin-top: -47vw;
        background-size: 172%;
	}
	#movie .movBox{
		width:95%;
		height: 190px;
	}
	#movie iframe{
		width:95%;
		height: 210px;
	}
	#movie .movBox img{
		width: 50px;
		bottom: -11px;
	}
	#movie h2.chara{
		margin-top: 13rem;
	}
	#chara{
		margin-top: -67vw;
        background-size: 260%;
        background-position: right 30% top;
        padding-bottom: 5rem;
        padding-top: 41vw;
	}
	#chara .charabox{
		width: 95%;
	}
	#chara .charabox .txtbox,#chara .charabox.bottom .txtbox{
	    position: relative;
	    margin: 1rem auto 3rem auto;
	    width: 95%;
	    max-width: inherit;
	}
	#chara .theifBg{
        width: 320%;
        bottom: -51vw;
        height: 150vw;
	}
	footer .fromFlex{
		display:block;
	}
	footer .fromFlex li.logo{
		width: 230px;
	    border: none;
	    margin: 0 auto 2rem auto;
	}
	footer .snsFlex{
		gap:5%;
	}
	footer .snsFlex li{
		width: 40px;
	}
}

@media (max-width: 440px) {

	#movie h2.chara{
		margin-top: 6rem;
	}
	#chara{
		margin-top: -107vw;
		padding-top: 65vw;
	}
}


}