.top-area{
    width:100%;
    aspect-ratio: 7/3;
    position:relative;
    background:linear-gradient(120deg,#fff8f1,#E7DED6);
    align-items: center;
    margin-top: 10px;
}
.imagine-beyond-now{
    position: absolute;
    width:100%;
    top:20%;
    left:50%;
    text-align: center;
    transform: translate(-50%,0);
}

.imagine-beyond-now *{
    height:15vw;
    margin-left: 15px;
}


.imagination{
    position: absolute;
    width:100%;
    top:50%;
    left:50%;
    text-align: center;
    transform: translate(-50%,0);
}
.imagination *{
    margin-left:15px;
    height:6.5vw;
}
.Explore{
    position: absolute;
    width:10%;
    top:80%;
    left:50%;
    transform: translate(-50%,0);

}
.GO{
    position: absolute;
    width:4%;
    bottom:5%;
    left:50%;
    transform: translate(-50%,0);
}

.new-info{
    height:auto;
    background-color:#eeece9;
    position: relative;
    display: flex;
    padding:80px 5% 60px 3%;
    width: 100%;
}

.new-info-title{
    width:20%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.new-info-container{
    width: 100%;
}
.new-info-content{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.new-info-date{
    width: 20%;
    text-align: center;
    color: #586d82b3;
}
.new-info-information{
    width:80%;
}
.new-info-link{
    color: #e1996d;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: underline;
}


.top-triangle{
    position: relative;
    background: color #fffaf5;
    width: 100%;
    height:900px;
}
#triangle-index-fake{
    height:80px;
}
.new-value{
    font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" ,"Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease-out;
}
.br-md {
  display: none; /* デフォルトでは非表示 */
}



.new-value-ex{
    position: absolute;
    width:700px;
    left:50%;
    transform: translate(-50%,40px);
    margin-top:15px;
    opacity: 0;transition: all 1s ease-out;
    text-align: center;
}

.new-value.show{
    opacity: 1;
    transform: translateY(0);
}
.new-value-ex.show{
    opacity: 1;
    transform: translate(-50%,0);
}

.top-triangle-img{
    position: absolute;
    width:450px;
    left:50%;
    top:400px;
    transform:translate(-50%,40px);
    opacity: 0;
    transition: all 1s ease-out;
}
.top-triangle-img.show{
    opacity:1;
    transform: translate(-50%,0);
}

@media  screen and (max-width:900px) {
    .new-value-ex{
        width: 85%;
    }
    
}
@media screen and (max-width:599px){
    .top-area{
        height:750px;
        background: linear-gradient(150deg,#fff8f1,#E7DED6);
    }
    .imagine-beyond-now{
        width:65%;
        left:8%;
        transform: translate(0,0);
        text-align: left;
        top:5%;
    }
    .imagine-beyond-now *{
        margin-top:5px;
        height:150px;
    }
    .imagination{
        width:60%;
        left:8%;
        transform: translate(0,0);
        text-align: left;
        top:68%;
    }
    .imagination *{
        height:60px;
        margin-top:8px;
    }
    .Explore{
        width:25%;
        top:90%;
    }
    .GO{
        top:95%;
        width:8%;
    }
    .new-info{
        display: block;
        padding: 50px;
    }
    .new-info-title{
        width:auto;
        margin-bottom: 10px;
    }
    .new-info-content{
        display: block;
    }
    .new-info-date{
        margin-bottom: 8px;
    }
    .new-info-information{
        width: 100%;
    }
    #triangle-index-fake{
        height:100px;
    }
    .br-md {
    display: block;
    }
    .new-value-ex{
        margin-top: 25px;
    }
    .top-triangle-img{
        width: 320px;
        top:auto;
        bottom:70px;
    }
}
html{
    scroll-behavior: smooth;
}