@charset "shift-jis";


/* index.html */
.mv{
    width: 100% !important;
    height: 120vh;
    background: url(/event/ambassador/img/index/mv.png) center center/cover no-repeat;
    position: relative;
}
.mv p{
    width: 80%;
    max-width: 650px;
    position: absolute;
    right: 60px;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
}

.top_msg{
    margin-top: -10vh;
    position: relative;
}
.top_msg::before{
    content: "";
    width: 224px;
    height: 443px;
    background: #141C5D;
    opacity: .3;
    transform: skew(-7deg);
    position: absolute;
    right: 95vw;
    top: -84px;
}
.top_msg p {
    max-width: 87%;
    margin: 0 auto;
    text-align: center;
    line-height: 2.5;
}

.about p{
    width: 87%;
    max-width: 840px;
    margin: 0 auto;
}
.about p + .h3{ margin-top: 110px;}

.movie{ position: relative;}
.movie::before{
    content: "";
    width: 312px;
    height: 610px;
    background: #080808;
    opacity: .3;
    transform: skew(-7deg);
    position: absolute;
    left: 95vw;
    top: -80px;
}
.movie .inner{ padding-bottom: 20px;}
.movie .inner::after,
.photo01 .inner::before{ content: none;}

.photo01 .inner{
    background: #101010 url(/event/ambassador/img/index/mv02.png)center top/contain no-repeat;
    max-width: 1380px;
    padding-top: 260px;
    padding-bottom: calc(86% - 500px);
}
.photo01 .title{
    font-size: 76px;
    padding-left: 34%;
    line-height: 1.3;
    margin-bottom: 20px;
}
.photo01 .title .txt_l{
    font-size: 125px !important;
    text-align: right;
    display: block;
}
.photo01 .comment{ padding-left: 46%;}

.top_msg02 .inner {
    padding-top: 80px;
    padding-bottom: 150px;
}
.top_msg02 .inner::before,
.top_msg02 .inner::after{ content: none;}
.top_msg02 .txt{
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 46px;
    text-align: center;
    margin-bottom: 80px;
}
.top_msg02 .tmtl{ margin-bottom: 120px;}

.index footer::before{ background: #f5f5f5;}



@media screen and (min-width: 1025px) {
}


@media screen and (max-width: 1024px) and (min-width: 600px) {
}

@media screen and (min-width: 768px) {
    .top_msg .line{
        margin-top: -265px;
        margin-bottom: 130px;
    }

    .line.top{
        margin-top: -475px;
        margin-bottom: 30px;
    }
    .line.bottom{
        margin-top: 30px;
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 767px) {
    .top_msg .line{ margin-bottom: 30px;}
    
    .line.top{
        margin-top: -435px;
        margin-bottom: 30px;
    }
    .line.bottom{
        margin-top: 60px;
        margin-bottom: 90px;
    }
}

@media screen and (min-width: 600px) {
}

@media screen and (max-width: 599px){
    .mv{ background-image: url(/event/ambassador/img/index/mv_sp.png);}
    .mv p{
        left: 0;
        right: 0;
        margin: auto;
        top: 90px;
        bottom: 0;
        transform: inherit;
    }

    .mv + .top_msg .inner{ padding-top: 30px;}
    .mv + .top_msg .inner::before{ content: none;}

    .top_msg p{
        text-align: left;
        line-height: 2;
    }
    
    .photo01 .inner{
        background-image: url(/event/ambassador/img/index/mv02_sp.png);
        background-position: 30% 120px;
        padding-top: 0;
        padding-bottom: 250px;
    }
    .photo01 .title{
        padding-left: 6.5%;
        font-size: 43px;
    }
    .photo01 .title .txt_l{
        font-size: 77px !important;
        display: inline;
    }
    .photo01 .comment{
        padding-left: 0;
        text-align: center;
        margin-top: 100%;
    }
    
    .about .inner{ padding-bottom: 160px;}
    .about .inner::after{ content: none;}
    
    .top_msg02 .inner{ padding: 35px 6.5% 160px;}
    .top_msg02 .txt{ font-size: 32px;}
}
