@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: 28px;
    text-align: center;
    padding-top: 10px;
}
.top_req_btn{
    max-width: 405px;
    height: 60px;
    background: #692733;
    /* margin: 80px auto 0; */
    margin: 30px auto 100px;
    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;
    text-transform: uppercase;
}
.big_bnr_ttl::after{
    content: "";
    height: 1px;
    background: #575757;
    width: 100%;
    display: block;
    margin-left: 30px;
    /* margin-top: 10px; */
}
.big_bnr_text{
    font-size: 24px;
    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: 24px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #fff;
    display: flex;
    width: 300px;
    height: 60px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #000;
    clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
    transition: color 0.3s ease;
    overflow: hidden;
}
.more_btn a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.more_btn a:hover::after {
    transform: translateX(0);
}
.more_btn a:hover{    
    opacity: 1;
    color: #fff;
}

.arrow {
    position: absolute;
    right: 40px;
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: currentColor;
    margin-left: 30px;
    transition: transform 0.3s ease;
}

.arrow::after {
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
}

.more_btn a:hover .arrow {
    transform: translateX(10px);
}

/* .more_btn a:hover::after{
    width: 50px;
    transition: 0.3s;
} */

@media only screen and (max-width: 1000px){
    .br1000{
        display: block;
    }
    .information_heading {
        font-size: 24px;
    }
    .top_req_btn a {
        font-size: 18px;
    }
    .big_bnr_text {
        font-size: 20px;
        margin: 30px 0;
    }
    .more_btn a {
        font-size: 24px;
        width: 250px;
        height: 60px;
    }
    .more_btn {
        /* max-width: 230px;
        height: 40px; */
    }
    .arrow{
        right: 30px;
    }

    
}

@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: 18px;
        /* padding-top: 20px; */
    }
    .top_req_btn a {
        font-size: 14px;
    }
    .top_req_btn {
        max-width: 240px;
        height: 50px;
        /* margin: 50px auto 0; */
        margin: 20px auto 50px;
    }
    .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; */
    }
    .more_btn a{
        width: 280px;
    }
    .big_bnr_ttl {
        justify-content: center;
        text-align: center;
    }
    .big_bnr_ttl::before {
        /* margin-bottom: 10px; */
        margin-right: 30px;
        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;
    }
}


/* mv */
.mv_box {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 980;
  overflow: hidden;
  background-color: #d1d5d8;
}

.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  pointer-events: none;
}

.scene_01_bg {
  opacity: 0;
  animation: fadeIn 0.8s ease-out forwards;
  animation-delay: 0.5s;
}

.scene_02 { 
    animation: fadeIn 0.6s ease-out forwards; animation-delay: 1.0s;
}
.scene_03 { 
    animation: fadeIn 0.6s ease-out forwards; animation-delay: 1.3s;
}
.scene_04 { 
    animation: fadeIn 0.6s ease-out forwards; animation-delay: 1.6s;
}
.scene_05 { 
    animation: fadeIn 0.6s ease-out forwards; animation-delay: 1.9s;
}

.scene_06 {
  animation: fadeInBlur 1.2s ease-out forwards;
  animation-delay: 2.4s;
}

.scene_07 {
  animation: fadeIn 1.0s ease-out forwards;
  animation-delay: 3.2s;
}

.scene_08 {
  animation: fadeIn 1.0s ease-out forwards;
  animation-delay: 3.8s;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInBlur {
  from {
    opacity: 0;
    filter: blur(20px);
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@media only screen and (max-width: 640px){
    .mv_box {
    aspect-ratio: 750 / 1070;
    }
}

/* 20260126 */

.information_box{
    margin: 0 auto 100px;
}

.infomation_img{
    max-width: 400px;
    width: 100%;
    margin: 80px auto 0;
}

@media only screen and (max-width: 1000px){
.infomation_img{
    max-width: 350px;
}

.infomation_img{
    margin: 60px auto 0;
}
}

@media only screen and (max-width: 640px){
.information_box{
    margin: 0 auto 50px;
}

.infomation_img{
    max-width: 280px;
}

.infomation_img{
    margin: 40px auto 0;
}

}