@charset "UTF-8";
/* CSS Document */

body.archive .page_mv .inner {
    max-width: inherit;
}
.main-ttl {
	position: relative;
    margin: 0 auto 80px;
    width: 100%;
    height: 260px;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}
/*.archive .main-ttl {
	background-image:url("../images/archive/mv_archive.jpg") ;
}*/
.main-ttl-txt{
	position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
/*.main-ttl-en {
    font-size: 5.6rem;
    font-family: "Quentin";
    line-height: 1;
}*/

.page-title {
	margin-top: 60px;
	text-align: center;
	font-size: 24px;
}
.page-content{
	padding: 30px 0 50px;
}

@media screen and (max-width: 768px) {
    .page-title {
        margin-top: 120px;
    }
}
