@charset "utf-8";
.br1000{
    display: none;
}
.db768{
    display: none;
}
.db640{
    display: none;
}
.db480{
    display: none;
}
.db374{
    display: none;
}
.pan.layer, .pan.layer a {
    color: #000;
    /* text-shadow: 2px 2px 6px rgb(156 156 156 / 80%); */
}
.db1000_dn640{
    display: none;
}


@media only screen and (max-width: 1000px){
    .br1000{
        display: block;
    }
    .db1000_dn640{
        display: block;
    }
}

@media only screen and (max-width: 768px){
    .db768{
        display: block;
    }
    .dn768{
        display: none;
    }
}

@media only screen and (max-width: 640px){
.dn640{
    display: none;
}
.db640{
    display: block;
}
.db1000_dn640{
    display: none;
}

}

@media(max-width:480px){
    .db480{
        display: block;
    }

}


@media only screen and (max-width: 374px){
    .dn374{
        display: none;
    }
    .db374{
        display: block;
    }
}





.mv_text{
    z-index: 20;
}

.belt_area{
    background: url(../img/top/belt_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 190px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.belt_list{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
}
.belt_item{
    width: 32%;
    max-width: 300px;
}
.information_heading{
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 40px;
    text-align: center;
    padding-top: 30px;
}
.top_req_btn{
    max-width: 405px;
    height: 60px;
    background: #b7798b;
    margin: 80px auto 0;
    font-family: 'Noto Sans JP', sans-serif;
}
.top_req_btn a{
    color: #fff;
    font-size: 22px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 400;
}
.top_req_btn a::after{
    content: '▼';
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: .8em;
    -webkit-transform: translateY(-50%) rotate(-90deg) scale(1,.5);
    -ms-transform: translateY(-50%) rotate(-90deg) scale(1,.5);
    -o-transform: translateY(-50%) rotate(-90deg) scale(1,.5);
    transform: translateY(-50%) rotate(-90deg) scale(1,.5);
}

.big_bnr_area{margin-bottom: 100px;}
.big_bnr_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.big_bnr_area .big_bnr_item:not(:last-child){
    margin-bottom: 60px;
}
.big_bnr_text_box{
    max-width: 420px;
    width: 44%;
}
.big_bnr_img{
    width: 52%;
    max-width: 520px;
}
.big_bnr_ttl{
    position: relative;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
    /* display: flex; */
    color: #7d7d7d;
    align-items: center;
    white-space: nowrap;
}
.big_bnr_ttl::after{
    content: "";
    height: 1px;
    background: #575757;
    width: 100%;
    display: block;
    /* margin-left: 30px; */
    margin-top: 10px;
}
.big_bnr_text{
    font-size: 23px;
    margin: 50px 0;
}
.more_btn{
    position: relative;
    border: solid 1px #000;
    max-width: 298px;
    height: 60px;
}
.more_btn.soon{
    pointer-events: none;
    background: #b4b4b4;
}
.more_btn.soon a::after{
    content: none;
}
/* .more_btn::after{
    background: #fff;
    position: absolute;
    width: 8px;
    height: 20px;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
} */
.more_btn a{
    position: relative;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #000;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.more_btn a::after{
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.more_btn a:hover::after {
    transform: scale(1, 1);
}
.more_btn a:hover{    
    opacity: 1;
    color: #fff;
}
/* .more_btn a:hover::after{
    width: 50px;
    transition: 0.3s;
} */

@media only screen and (max-width: 1000px){
    .br1000{
        display: block;
    }
    .information_heading {
        font-size: 30px;
    }
    .top_req_btn a {
        font-size: 18px;
    }
    .big_bnr_text {
        font-size: 20px;
        margin: 30px 0;
    }
    .more_btn a {
        font-size: 24px;
    }
    .more_btn {
        max-width: 230px;
        height: 40px;
    }
}

@media only screen and (max-width: 640px){
    .big_bnr_item{
        flex-wrap: wrap;
        justify-content: center;
    }
    .big_bnr_img{
        width: 100%;
        order: 1;
    }
    .big_bnr_text_box{
        width: 100%;
        order: 2;
        margin-top: 20px;
        max-width: 520px;
    }
    .big_bnr_area .big_bnr_item:not(:last-child) {
        margin-bottom: 80px;
    }
    /* .big_bnr_text br{
        display: none;
    } */
    .information_heading {
        font-size: 22px;
        padding-top: 20px;
    }
    .top_req_btn a {
        font-size: 14px;
    }
    .top_req_btn {
        max-width: 240px;
        height: 50px;
        margin: 50px auto 0;
    }
    .big_bnr_text {
        font-size: 16px;
        margin: 20px 0;
        text-align: center;
    }
    .more_btn {
        max-width: 280px;
        height: 40px;
        margin: 0 auto;
    }
    .more_btn a {
        font-size: 18px;
    }
    .more_btn a::after {
        /* width: 20px; */
        /* height: 30px; */
    }
    .big_bnr_ttl {
        justify-content: center;
        text-align: center;
    }
    .big_bnr_ttl::before {
        margin-bottom: 10px;
        content: "";
        height: 1px;
        background: #575757;
        width: 100%;
        display: block;
    }
    .belt_list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .belt_item{
        width: 100%;
    }
    .belt_list .belt_item:not(:last-child){
        margin-bottom: 10px;
    }
}



.mv_area{
    height: 80vh;
    max-height: 1000px;
    overflow: hidden;
    position: relative;
}
.mv_building{
    height: 134vh;
    max-height: 1565px;
    /* width: 28vw; */
    width: auto;
    /* max-width: 410px; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -28%);
}
.mv_building img{
    width: auto;
    height: 100%;
    max-width: unset;
}
.mv_logo{
    max-width: 1000px;
    width: 60vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0px 0px 14px rgba(240,240,240,0.9))!important;
}
.mv_deco{
    width: 16vw;
    max-width: 234px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}
.mv_item{
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 1000px){
    .mv_logo{
        width: 90vw;
    }
    .mv_deco {
        width: 50vw;
        opacity: 0.4;
        z-index: -10;
        max-width: unset;
    }
    .mv_building.d02{
        transition-delay: 0s;
    }
}



.mask__animation img {
    display: block;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    mask-size: 250% 250%;
    -webkit-mask-size: 250% 250%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
    animation: mask-animation 1.5s linear forwards;
}
@keyframes mask-animation {
    0% {
        mask-position: 130% 130%;
        -webkit-mask-position: 130% 130%;
    }
    100% {
        mask-position: 0 0;
        -webkit-mask-position: 0 0;
    }
}



.is-show .mv_parts{
    animation: mv_parts 1.5s linear forwards;
    animation-delay: 4.5s;
    transition: 0.5s;
}
@keyframes mv_parts {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.mv_builing{
    opacity: 0;
}
.is-show .mv_builing{
    animation: mv_builing 1.5s ease-in forwards;
    animation-delay: 5.5s;
}
@keyframes mv_builing {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
