.top#wrapper{
    margin-top: 50px;
}
.top h1{
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
.top .flex{
    justify-content: space-around;
    align-items: flex-end;
}
.top_info h2{
    margin-bottom: 24px;
}

/* mv */
.top .mv .mv_wrap{
    width: 100%;
    /* aspect-ratio: 75/51; */
    overflow: hidden;
    position: relative;
}
.top .mv .mv_wrap video{
    width: 100%;
    height: 100%;
}

/* .top_info.-docRequest */
.top_info.-docRequest{
    padding: 25px 0 50px;
}
.top_info.-docRequest .inner > .flex{
    flex-direction: column;
    align-items: center;
}
.top_info.-docRequest h2{
    width: fit-content;
    position: relative;
    margin: 0 auto 24px;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.2;
    padding: 12px 0;
}
.top_info.-docRequest h2 span{
    font-size: 12px;
}
.top_info.-docRequest h2::before,
.top_info.-docRequest h2::after{
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}   
.top_info.-docRequest h2::before{
    background: linear-gradient(to right,#be8fb5, #f1dde0, #be8fb5);
    top: -5px;
}
.top_info.-docRequest h2::after{
    background: linear-gradient(to right,#be8fb5, #f1dde0, #be8fb5);
    bottom: -5px;
}
.top_info.-docRequest ul{
    margin-bottom: 30px;
}
.top_info.-docRequest ul li{
    width: 100%;
    height: 55px;
    background: url('/assets/img/top/docRequest_bg.png') center / cover no-repeat;
    border: 2px solid;
    border-image: linear-gradient(to right, #6c4401, #cbbe6c, #6c4401) 1;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_info.-docRequest ul li p{
    font-size: 18px;
    letter-spacing: normal;
}
.top_info.-docRequest ul li.point02{
    text-align: left;
}
.top_info.-docRequest ul li.point01 p,
.top_info.-docRequest ul li.point02 p{
    font-size: 15px;
}
.top_info.-docRequest ul li.point01 p:first-of-type{
    font-size: 14px;
    text-align: left;
    margin-bottom: -6px;
}
.top_info.-docRequest ul li.point02 small{
    margin-left: 1em;
}
.top_info.-docRequest ul li.point02 .flex p:first-of-type{
    line-height: 0;
}
.top_info.-docRequest ul li.point02 .flex div:first-of-type span.stationName{
    margin-right: -8px;
}
.top_info.-docRequest ul li.point02 .flex div:last-of-type span.stationName{
    margin-right: -3px;
}
.top_info.-docRequest ul li.point02 .flex div:first-of-type small{
    margin-left: 2em;
}
.top_info.-docRequest ul li.point02 .flex div:last-of-type p:first-of-type{
    margin-bottom: -8px;
}
.top_info.-docRequest ul li.point03 p{
    line-height: 1.2;
}
.top_info.-docRequest ul li:last-child{
    margin-bottom: 0;
}
.top_info.-docRequest ul li .red span.sp{
    display: inline-block;
}
.top_info.-docRequest .button:first-of-type{
    margin-bottom: 15px;
}
.top_info.-docRequest .button{
    width: 82%;
}
.top_info.-docRequest .button--inner{
    font-size: 18px;
}
.top_info.-docRequest .infomation{
    margin-bottom: 30px;
}
.top_info.-docRequest .infomation h3{
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
.top_info.-docRequest .infomation dl{
    height: 150px;
    overflow-y: scroll;
    border-bottom: 1px solid #cccccc;
}
.top_info.-docRequest .infomation dd{
    margin-bottom: 20px;
}

/* .top_info.-category */
.top_info.-category{
    margin-bottom: 15px;
}
.top_info.-category ul{
    margin-bottom: 25px;
}
.top_info.-category li{
    aspect-ratio: 750/422;
    overflow: hidden;
}
.top_info.-category li a{
    width: 100%;
    height: 100%;
    padding: 30px 15px;
    display: block;
    position: relative;
}
.top_info.-category li a:hover::after{
    transform: scale(1.1);
    filter: blur(1px);
}
.top_info.-category li a::after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
}
.top_info.-category li.category_concept a::after{
    background: url('/assets/img/top/category_bg01.jpg') center / cover no-repeat;
}
.top_info.-category li.category_locationAccess a::after{
    background: url('/assets/img/top/category_bg02.jpg') center / cover no-repeat;
}
.top_info.-category li.category_plan a::after{
    background: url('/assets/img/top/category_bg03.jpg') center / cover no-repeat;
}
.top_info.-category li.category_developer a::after{
    background: url('/assets/img/top/category_bg04.jpg') center / cover no-repeat;
}
.top_info.-category li .txtBox{
    position: relative;
    z-index: 10;
}
.top_info.-category li:nth-child(odd) .txtBox,
.top_info.-category li:nth-child(odd) .txtBox h2{
    text-align: left;
}
.top_info.-category li:nth-child(even) .txtBox,
.top_info.-category li:nth-child(even) .txtBox h2{
    text-align: right;
}
.top_info.-category li .txtBox h2{
    color: #fff;
    font-size: 26px;
    line-height: 0.8;
    margin-bottom: 15px;
}
.top_info.-category li .txtBox h2 span{
    font-size: 10px;
}
.top_info.-category li .txtBox p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}
.top_info.-category .category_btn{
    width: 120px;
    border: 1px solid #fff;
    padding: 5px;
    text-align: center;
    background: rgba(0,0,0,0.2)
}
.top_info.-category li:nth-child(even) .category_btn{
    margin: 0 0 0 auto;
}
.top_info.-category li .txtBox .category_btn p{
    font-size: 12px;
    margin-bottom: 0;
}
.top_info.-category li p.caption{
    font-size: 8px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    position: absolute;
    bottom: 5px;
    right: 5px;
    margin-bottom: 0;
    color: #fff;
    z-index: 10;
}
.top_info.-category .inner{
    padding: 0 4%;
}

/* popup */
.top .popup{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
}
.top .popup.hidden{
    display: none;
}
.top .popup .overlay{
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.top .popup_container{
    width: 92%;
    position: fixed;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    /* border: 2px solid;
    border-image: linear-gradient(to right, #6c4401, #cbbe6c, #6c4401) 1; */
    /* padding: 25px 4% 12px; */
    /* background: url('/assets/img/top/popup_bg.png') center/100% repeat; */
}

.top .popup .close{
    width: 4%;
    height: 4%;
    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 1005;
}
.top .popup .popup_img{
    display: block;
    position: relative;
}
.top .popup a.popup_img:hover{
    opacity: 0.9;
}
.top_info.-docRequest .btn_wrap a {
    margin-bottom: 12px !important;
}
.top_info.-docRequest .btn_wrap a span {
    display: block;
    font-size: 50%;
    line-height: 1em;
    color: rgba(255, 255, 255, .7);
}
@media screen and (min-width: 768px) {
    .top_info .inner{
        max-width: 800px;
    }

    /* mv_wrap */
    /* .top .mv .mv_wrap{
        aspect-ratio: 1440/650;
    } */
    .top .mv .mv_wrap.active{
        background: url('/assets/img/top/mv02_pc.jpg')center / cover no-repeat;
    }
    /* .top_info.-docRequest */
    .top_info.-docRequest{
        padding: 40px 0 90px;
    }
    .top_info.-docRequest .inner{
        max-width: 1200px;
    }
    .top_info.-docRequest .inner > .flex{
        flex-direction: column-reverse;
    }
    .top_info.-docRequest h2{
        margin: 0 auto 15px;
        font-size: 42px;
    }
    .top_info.-docRequest h2::before,
    .top_info.-docRequest h2::after{
        content: '';
        width: 45%;
        height: 4px;
        top: 50%;
        transform: translate(0,-50%);
    }
    .top_info.-docRequest h2::before{
        background: linear-gradient(to right, #f1dde0, #be8fb5);
        left: -50%;
    }
    .top_info.-docRequest h2::after{
        background: linear-gradient(to left, #f1dde0, #be8fb5);
        right: -50%;
        bottom: auto;
        left: auto;
    }
    .top_info.-docRequest h2 + p{
        width: fit-content;
        margin: 0 auto 50px;
        font-size: 20px;
    }
    .top_info.-docRequest ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 60px;
    }
    .top_info.-docRequest ul li{
        width: 32%;
        min-width: 387px;
        height: 80px;
        margin: 0 0 20px 0;
    }
    .top_info.-docRequest ul li:last-child{
        margin-right: 0;
    }
    .top_info.-docRequest ul li p{
        font-size: 22px;
        line-height: 1.3;
    }
    .top_info.-docRequest ul li.point01 p,
    .top_info.-docRequest ul li.point02 p{
        font-size: 16px;
        line-height: 1.1;
    }
    .top_info.-docRequest ul li.point01 p:first-of-type{
        font-size: 16px;
    }
    .top_info.-docRequest ul li.point02 .flex{
        margin-left: 5px;
        justify-content: flex-start;
    }
    .top_info.-docRequest ul li.point02 .flex div:last-of-type{
        justify-content: center;
        margin-left: 10px;
    }
    .top_info.-docRequest ul li.point02 .flex div:last-of-type p:first-of-type{
        margin-bottom: 0;
    }
    .top_info.-docRequest ul li .red span.sp{
        display: none;
    }
    .top_info.-docRequest .btn_wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        padding: 0 40px;
        margin-bottom: 40px;
    }
    .top_info.-docRequest .btn_wrap a {
        display: block;
        width: 48%;
        margin: 0 0 20px 0!important;
    }
    .top_info.-docRequest .btn_wrap a span {
        font-size: 70%;
    }
    .top_info.-docRequest .button{
        width: 33%;
        margin: 0;
    }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
    .top_info.-docRequest ul{
        justify-content: center;
    }
    .top_info.-docRequest ul li{
        margin-right: 20px;
    }
    .top_info.-docRequest ul li:nth-child(even){
        margin-right: 0;
    }
    .top_info.-docRequest .btn_wrap a {
        width: 49%;
    }
}
@media screen and (max-width: 800px) and (min-width: 768px) {
    .top_info.-docRequest ul li{
        margin-right: 0;
    }
}
@media screen and (min-width: 1100px) {
    .top#wrapper{
        margin-top: 120px;
    }
}
@media screen and (min-width: 1000px) {
    /* .top_info.-category */
    .top_info.-category{
        margin-bottom: 50px;
    }
    .top_info.-category .inner{
        max-width: none;
    }
    .top_info.-category ul{
        margin-bottom: 45px;
    }
    .top_info.-category li {
        aspect-ratio: 144/47;
    }
    .top_info.-category li a{
        padding: 8%;
    }
    .top_info.-category li .txtBox h2{
        font-size: 46px;
        line-height: 0.6;
        margin-bottom: 30px;
    }
    .top_info.-category li .txtBox h2 span{
        font-size: 14px;
    }
    .top_info.-category li .txtBox p{
        font-size: 28px;
        margin-bottom: 35px;
    }
    .top_info.-category .category_btn{
        width: 200px;
        padding: 10px 0;
    }
    .top_info.-category li .txtBox .category_btn p{
        font-size: 18px;
    }
    .top_info.-category li p.caption{
        font-size: 12px;
        bottom: 20px;
        right: 20px;
    }
    .top_info.-category li.category_concept a::after{
        background: url('/assets/img/top/category_bg01_pc.jpg') center / cover no-repeat;
    }
    .top_info.-category li.category_locationAccess a::after{
        background: url('/assets/img/top/category_bg02_pc.jpg') center / cover no-repeat;
    }
    .top_info.-category li.category_plan a::after{
        background: url('/assets/img/top/category_bg03_pc.jpg') center / cover no-repeat;
    }
    .top_info.-category li.category_developer a::after{
        background: url('/assets/img/top/category_bg04_pc.jpg') center / cover no-repeat;
    }

    .top .popup_container{
        width: 41%;
        max-width: 600px;
        top: 20%;
    }
    .top .popup .close{
        width: 23px;
        height: 23px;
        top: 15px;
        right: 15px;
    }
    /* .top .popup_container > p{
        font-size: 19px;
        margin-bottom: 20px;
    } */
    
    /* .top .popup .date p{
        font-size: 48px;
        display: flex;
        align-items: baseline;
    }
    .top .popup .date p span{
        font-size: 16px;
    }
    .top .popup .date .arrow{
        width: 50px;
        margin: 0 15px;
    }
    .top .popup .giftcard {
        margin-bottom: 20px;
    }
    .top .popup .button{
        width: 60%;
        max-width: 300px;
        margin-bottom: 25px;
    }
    .top .popup .button--inner {
        font-size: 19px;
        padding: 13px 0;
    } */
}

/*================================

    .add_fv

================================*/

.add_fv {
    margin: 120px 0 0 0;
}
@media screen and (max-width : 768px) {
    .add_fv {
        margin: 40px 0 0 0;
    }
}