@media (max-width: 767px) {
    .submv {
        margin-bottom: 64px;
    }
}
@media (max-width: 767px) {
    .submv .inner {
        padding-left: 33px;
    }
}
@media (max-width: 767px) {
    .submv__inner {
        padding-right: 20px;
    }
}
.submv__ttlen {
    max-width: 100%;
}
.submv__ttlen img {
    zoom: 0.5;
}

.sec-areamap.sec01 {
    padding: 75px 0 60px;
}
@media (max-width: 767px) {
    .sec-areamap.sec01 {
        padding: 45px 0 54px;
    }
}

.sec-areamap.sec01 .p01 {
    font-weight: 500;
    line-height: 2.5;
    max-width: calc(100% - 90px);
    margin: 0 auto ;
}
@media (max-width: 767px) {
    .sec-areamap.sec01 .p01 {
        line-height: 2;
        max-width: 100%;
        margin-bottom: 35px;
    }
    .sec-areamap.sec01 .p01 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .sec-areamap .scroll_icon:before {
        content: '';
        width: 100px;
        height: 100%;
        background: url(../../img/areamap/scroll_hint.png) no-repeat center / contain;
        position: absolute;
        z-index: 10;
        top: 110px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        pointer-events: none;
        transition: opacity 0.3s;
    }
    .sec-areamap .hide_icon .scroll_icon:before {
        opacity: 0;
    }
    .sec-areamap .map01 .scroll_icon:before {
        top: 0;
        left: 70px;
    }
}

.sec-areamap.sec01 .map01 {
    max-width: 1176px;
    margin: auto;
    position: relative;
}
.sec-areamap.sec01 .map01 .map_wrap {
    position: relative;
}
@media (max-width: 767px) {
    .sec-areamap.sec01 .map01 .map_wrap {
        margin-bottom: 60px;
        padding: 0 10px;
    }
    .sec-areamap.sec01 .map01 .map_wrap:before,
    .sec-areamap.sec01 .map01 .map_wrap:after {
        content: '';
        position: absolute;
        z-index: 5;
        top: 0;
        width: 30px;
        height: 100%;
    }
    .sec-areamap.sec01 .map01 .map_wrap:before {
        left: 0;
    }
    .sec-areamap.sec01 .map01 .map_wrap:after {
        right: 0;
    }
}
@media (max-width: 767px) {
    .sec-areamap.sec01 .map01 .map_wrap .img_wrap {
        overflow: hidden;
        height: calc(100vh - 61px - 51px);
        border: 1px solid #3C3C3C;
    }
    .sec-areamap.sec01 .map01 .map_wrap .img_wrap .position_wrap {
        position: relative;
        left: 50%;
        transform: translateX(-528px);
    }
    .sec-areamap.sec01 .map01 .map_wrap .img_wrap .panzoom_wrap {
        width: 1057px;
        position: relative;
        /*left: 50%;*/
    }
    .sec-areamap.sec01 .map01 .map_wrap .img_wrap img {
        width: 100%;
        max-width: unset;
    }
}
@media (max-width: 767px) {
    .sec-areamap.sec01 .map01 .btn_wrap {
        display: flex;
        align-items: center;
        flex-direction: column;
        row-gap: 16px;
    }
}

.sec-areamap.sec01 .map01 .map_wrap .scale_wrap {
    display: none;
}
.sec-areamap.sec01 .map01 .map_wrap .scale_wrap .scale_btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #F07882;
    border-radius: 50%;
    font-weight: 700;
}
@media (max-width: 767px) {
    .sec-areamap.sec01 .map01 .map_wrap .scale_wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 10px;
        position: absolute;
        z-index: 10;
        top: 10px;
        right: 20px;
    }
}

.sec-areamap.sec01 .map01 .btn_wrap a {
    position: absolute;
    z-index: 0;
    width: 21.17%;
    aspect-ratio: 249 / 65;
    color: #3C3C3C;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    container-type: inline-size;
    font-weight: 700;
    letter-spacing: 0.1em;
}
@media (max-width: 767px) {
    .sec-areamap.sec01 .map01 .btn_wrap a {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        aspect-ratio: unset;
        max-width: 299px;
        width: 100%;
        height: 65px;
        font-size: 22px;
    }
}

.sec-areamap.sec01 .map01 .btn_wrap a:before,
.sec-areamap.sec01 .map01 .btn_wrap a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 33px;
    pointer-events: none;
}
.sec-areamap.sec01 .map01 .btn_wrap a:before {
    z-index: -1;
    top: 0;
    left: 0;
    background: url(../../img/areamap/link_arrow.svg) no-repeat right 15px center;
    background-color: #f07882;
}
.sec-areamap.sec01 .map01 .btn_wrap a:after {
    z-index: -2;
    top: 6px;
    left: 6px;
    background-color: #fff;
    transition: 0.3s;
}
@media (any-hover: hover) {
    .sec-areamap.sec01 .map01 .btn_wrap a:hover {
        opacity: 1;
    }
    .sec-areamap.sec01 .map01 .btn_wrap a:hover:after {
        top: 12px;
        left: 12px;
        background-color: #3c3c3c;
    }
}
.sec-areamap.sec01 .map01 .btn_wrap a span {
    font-size: min(22px, 8.8cqw);
}
.sec-areamap.sec01 .map01 .btn_wrap a.btn_map02 {
    top: 40%;
    right: 7%;
}
.sec-areamap.sec01 .map01 .btn_wrap a.btn_map03 {
    top: 70.3%;
    right: 14.9%;
}

.sec-areamap.sec-map-detail {
    background: linear-gradient(#F7F4F4, #F7F4F4), linear-gradient(#F7F4F4, #F7F4F4);
    background-blend-mode: multiply;
    position: relative;
    padding-bottom: 187px;
}
@media (max-width: 767px) {
    .sec-areamap.sec-map-detail {
        padding-bottom: 65px;
    }
}
.sec-areamap.sec-map-detail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #F07882;
}
.sec-areamap.sec-map-detail h2 {
    width: 356px;
    height: 76px;
    border-radius: 0 0 50px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 22px;
    background: #F07882;
    margin: 0 auto 45px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .sec-areamap.sec-map-detail h2 {
        width: 287px;
        height: 57px;
        column-gap: 16px;
        margin-bottom: 26px;
        border-radius: 0 0 30px 30px;
    }
}
.sec-areamap.sec-map-detail h2 .jp {
    font-size: 34px;
    letter-spacing: 0.08em;
}
@media (max-width: 767px) {
    .sec-areamap.sec-map-detail h2 .jp {
        font-size: 22px;
    }
}
.sec-areamap.sec-map-detail h2 .en {
    font-size: 24px;
    letter-spacing: 0.08em;
}
@media (max-width: 767px) {
    .sec-areamap.sec-map-detail h2 .en {
        font-size: 18px;
    }
}
.sec-areamap.sec-map-detail .map {
    max-width: 1366px;
    margin: auto;
    position: relative;
}
@media (max-width: 767px) {
    .sec-areamap.sec-map-detail .map {
        max-width: 100%;
    }
    .sec-areamap.sec-map-detail .map .map_wrap {
        overflow: hidden;
        margin-bottom: -20px;
    }
    .sec-areamap.sec-map-detail .map .map_wrap .img_wrap {
        position: relative;
        width: 558px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width: 767px) {
    .sec-areamap.sec-map-detail .map .map_detail_list .splide__list {
        display: flex;
    }
}

.sec-areamap.sec-map-detail .map .map_detail_list .map_detail {
    position: absolute;
    top: var(--pos_top);
    left: var(--pos_left);
    width: 17.86%;
    display: flex;
    flex-direction: column;
    align-items: center;
    container-type: inline-size;
}
@media (max-width: 767px) {
    .sec-areamap.sec-map-detail .map .map_detail_list .map_detail {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        width: 244px;
        transform: translateZ(0);
        will-change: transform;
    }
}

.sec-areamap.sec-map-detail .map .map_detail_list .map_detail .image {
    width: 61.49cqw;
    max-width: 150px;
    margin: 0 auto -11.7cqw;
    position: relative;
    z-index: 5;
}

.sec-areamap.sec-map-detail .map .map_detail_list .map_detail .image .sub01{
    position: absolute;
    top: var(--image_sub01_pos_top);
    left: var(--image_sub01_pos_left);
    width: var(--image_sub01_width);
}
.sec-areamap.sec-map-detail .map .map_detail_list .map_detail .image .sub02{
    position: absolute;
    top: var(--image_sub02_pos_top);
    left: var(--image_sub02_pos_left);
    width: var(--image_sub02_width);
}
.sec-areamap.sec-map-detail .map .map_detail_list .map_detail .title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2.46cqw;
    padding: 3.25cqw 5.33cqw;
    background: #3C3C3C;
    position: relative;
    z-index: 5;
    margin-bottom: 8.2cqw;
    width: max-content;
}
.sec-areamap.sec-map-detail .map .map_detail_list .map_detail .title:before,
.sec-areamap.sec-map-detail .map .map_detail_list .map_detail .title:after {
    content: '';
    width: 4.92cqw;
    height: 4.92cqw;
    background: #3C3C3C;
    position: absolute;
    --border_width: 1.64cqw;
    --border_pos: -4.1cqw;
}
.sec-areamap.sec-map-detail .map .map_detail_list .map_detail .title:before {
    bottom: var(--border_pos);
    left: var(--border_pos);
    clip-path: polygon(
        0 0,
        var(--border_width) 0,
        var(--border_width) calc(100% - var(--border_width)),
        100% calc(100% - var(--border_width)),
        100% 100%,
        0 100%
    );
}
.sec-areamap.sec-map-detail .map .map_detail_list .map_detail .title:after {
    top: var(--border_pos);
    right: var(--border_pos);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        calc(100% - var(--border_width)) 100%,
        calc(100% - var(--border_width)) var(--border_width),
        0 var(--border_width)
    );
}
.sec-areamap.sec-map-detail .map .map_detail_list .map_detail .title .mark {
    width: 9.43cqw;
    height: 9.43cqw;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7.79cqw;;
    color: #3C3C3C;
    font-weight: 700;
}
.sec-areamap.sec-map-detail .map .map_detail_list .map_detail .title h3 {
    font-size: 8.2cqw;
    letter-spacing: 0.08em;
    color: #fff;
    font-weight: 700;
}
.sec-areamap.sec-map-detail .map .map_detail_list .map_detail .text {
    padding: 0 9.02cqw 8.6cqw;
    flex: 1;
    position: relative;
    z-index: 0;
    width: 100%;
    letter-spacing: 0.04em;
    font-weight: 500;
    line-height: 1.875;
    font-size: 6.56cqw;
}
.sec-areamap.sec-map-detail .map .map_detail_list .map_detail .text:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 39.75cqw);
    background: #fff;
    border-radius: 8.2cqw;
}

.sec-areamap.sec-map-detail .map .map_detail_list .map_detail .text.wide {
    width: 122.54cqw;
}
@media (max-width: 767px) {
    .sec-areamap.sec-map-detail .map .map_detail_list .map_detail .text.wide {
        width: 244px;
    }
}

.sec-areamap.sec02 {
    position: relative;
    z-index: 0;
}
.sec-areamap.sec02:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.07;
    width: 100%;
    height: 92px;
    background: linear-gradient(to top, #3C3C3C 0, rgb(60 60 3 / 0.5) 25%, transparent 100%);
}
@media (max-width: 767px) {
    .sec-areamap.sec02:after {
        height: 77px;
    }
}
.sec-areamap.sec02.sec-map-detail .map .map_detail_list .map_detail.detail01 {
    --pos_top: -5.73%;
    --pos_left: 76.94%;
}
.sec-areamap.sec02.sec-map-detail .map .map_detail_list .map_detail.detail02 {
    --pos_top: 24.98%;
    --pos_left: 76.94%;
}
.sec-areamap.sec02.sec-map-detail .map .map_detail_list .map_detail.detail03 {
    --pos_top: 0;
    --pos_left: 27.67%;
}
.sec-areamap.sec02.sec-map-detail .map .map_detail_list .map_detail.detail04 {
    --pos_top: -5.64%;
    --pos_left: 6.81%;
}
.sec-areamap.sec02.sec-map-detail .map .map_detail_list .map_detail.detail05 {
    --pos_top: 24.53%;
    --pos_left: 6.81%;
    --image_sub01_pos_top: 44%;
    --image_sub01_pos_left: -44.67%;
    --image_sub01_width: 39.92%;
}
@media (max-width: 767px) {
    .sec-areamap.sec02.sec-map-detail .map .map_detail_list .map_detail.detail05 {
        --image_sub01_pos_left: -28.4%;
    }
}
.sec-areamap.sec02.sec-map-detail .map .map_detail_list .map_detail.detail06 {
    --pos_top: 54.61%;
    --pos_left: 6.81%;
    --image_sub01_pos_top: 56%;
    --image_sub01_pos_left: -33.83%;
    --image_sub01_width: 32.65%;
    --image_sub02_pos_top: 24%;
    --image_sub02_pos_left: 97.33%;
    --image_sub02_width: 34.92%;
}
@media (max-width: 767px) {
    .sec-areamap.sec02.sec-map-detail .map .map_detail_list .map_detail.detail06 {
        --image_sub01_pos_left: -18.66%;
        --image_sub02_pos_left: 87.33%;
    }
}
.sec-areamap.sec02.sec-map-detail .map .map_detail_list .map_detail.detail07 {
    --pos_top: 81.47%;
    --pos_left: 10.1%;
}
.sec-areamap.sec02.sec-map-detail .map .map_detail_list .map_detail.detail08 {
    --pos_top: 81.47%;
    --pos_left: 31.55%;
    --image_sub01_pos_top: 32.47%;
    --image_sub01_pos_left: 111.4%;
    --image_sub01_width: 35.43%;
}
@media (max-width: 767px) {
    .sec-areamap.sec02.sec-map-detail .map .map_detail_list .map_detail.detail08 {
        --image_sub01_pos_left: 85.67%;
    }
}
.sec-areamap.sec02.sec-map-detail .map .map_detail_list .map_detail.detail09 {
    --pos_top: 63.8%;
    --pos_left: 54.39%;
    --image_sub01_pos_top: 61.33%;
    --image_sub01_pos_left: -56.67%;
    --image_sub01_width: 41.71%;
}
@media (max-width: 767px) {
    .sec-areamap.sec02.sec-map-detail .map .map_detail_list .map_detail.detail09 {
        --image_sub01_pos_top: 26.67%;
        --image_sub01_pos_left: -26.67%;
    }
}
.sec-areamap.sec02.sec-map-detail .map .map_detail_list .map_detail.detail10 {
    --pos_top: 63.8%;
    --pos_left: 75.2%;
    --image_sub01_pos_top: 4.67%;
    --image_sub01_pos_left: 86.67%;
    --image_sub01_width: 50.13%;
    --image_sub02_pos_top: 42.67%;
    --image_sub02_pos_left: 110%;
    --image_sub02_width: 29.65%;
}

.sec-areamap.sec03 {
    padding-bottom: 123px;
}
@media (max-width: 767px) {
    .sec-areamap.sec03 {
        padding-bottom: 48px;
    }
}
.sec-areamap.sec03:after {
    content: none;
}
.sec-areamap.sec03 h2 {
    column-gap: 16px;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .sec-areamap.sec03 h2 {
        margin-bottom: 30px;
    }
}
.sec-areamap.sec03 h2 .jp {
    font-size: 30px;
}
@media (max-width: 767px) {
    .sec-areamap.sec03 h2 .jp {
        font-size: 22px;
    }
}
.sec-areamap.sec03 h2 .en {
    font-size: 18px;
}
@media (max-width: 767px) {
    .sec-areamap.sec03.sec-map-detail .map .map_wrap {
        margin-bottom: 10px;
    }
    .sec-areamap.sec03.sec-map-detail .map .map_wrap .img_wrap {
        width: 718px;
    }
}
.sec-areamap.sec03.sec-map-detail .map .map_detail_list .map_detail .image {
    margin-bottom: -6.6cqw;
}

.sec-areamap.sec03.sec-map-detail .map .map_detail_list .map_detail.detail01 {
    --pos_top: -0.32%;
    --pos_left: 77.89%;
}
.sec-areamap.sec03.sec-map-detail .map .map_detail_list .map_detail.detail02 {
    --pos_top: 31.15%;
    --pos_left: 68.2%;
    --image_sub01_pos_top: 40.67%;
    --image_sub01_pos_left: -20%;
    --image_sub01_width: 10.73%;
    --image_sub02_pos_top: 40.67%;
    --image_sub02_pos_left: 108.67%;
    --image_sub02_width: 15.44%;
}
.sec-areamap.sec03.sec-map-detail .map .map_detail_list .map_detail.detail03 {
    --pos_top: -0.68%;
    --pos_left: 15.5%;
    --image_sub01_pos_top: 49%;
    --image_sub01_pos_left: -30%;
    --image_sub01_width: 22.82%;
    --image_sub02_pos_top: 58%;
    --image_sub02_pos_left: 103.33%;
    --image_sub02_width: 28.53%;
}
@media (max-width: 767px) {
    .sec-areamap.sec03.sec-map-detail .map .map_detail_list .map_detail.detail03 {
        --image_sub01_pos_left: -19%;
        --image_sub02_pos_top: 48%;
        --image_sub02_pos_left: 89.33%;
    }
}
.sec-areamap.sec03.sec-map-detail .map .map_detail_list .map_detail.detail04 {
    --pos_top: 30.95%;
    --pos_left: 6.2%;
    --image_sub01_pos_top: 61.67%;
    --image_sub01_pos_left: 106.33%;
    --image_sub01_width: 40.76%;
}
@media (max-width: 767px) {
    .sec-areamap.sec03.sec-map-detail .map .map_detail_list .map_detail.detail04 {
        --image_sub01_pos_top: 28.67%;
        --image_sub01_pos_left: 84.8%;
    }
}
.sec-areamap.sec03.sec-map-detail .map .map_detail_list .map_detail.detail05 {
    --pos_top: 63.2%;
    --pos_left: 77%;
    --image_sub01_pos_top: 41.33%;
    --image_sub01_pos_left: -34%;
    --image_sub01_width: 24.85%;
    --image_sub02_pos_top: 38%;
    --image_sub02_pos_left: 110%;
    --image_sub02_width: 40.49%;
}
@media (max-width: 767px) {
    .sec-areamap.sec03.sec-map-detail .map .map_detail_list .map_detail.detail05 {
        --image_sub01_pos_left: -21%;
        --image_sub02_pos_left: 84%;
    }
}
.sec-areamap.sec03.sec-map-detail .map .map_detail_list .map_detail.detail06 {
    --pos_top: 63.3%;
    --pos_left: 4.2%;
    --image_sub01_pos_top: 48.33%;
    --image_sub01_pos_left: -33.33%;
    --image_sub01_width: 28.11%;
}
@media (max-width: 767px) {
    .sec-areamap.sec03.sec-map-detail .map .map_detail_list .map_detail.detail06 {
        --image_sub01_pos_top: 47.33%;
        --image_sub01_pos_left: -20.33%;
    }
}
.sec-areamap.sec03.sec-map-detail .map .map_detail_list .map_detail.detail07 {
    --pos_top: 72.7%;
    --pos_left: 57.7%;
    --image_sub01_pos_top: 50.33%;
    --image_sub01_pos_left: 109.33%;
    --image_sub01_width: 34.81%;
}
@media (max-width: 767px) {
    .sec-areamap.sec03.sec-map-detail .map .map_detail_list .map_detail.detail07 .image .sub01{
        display: none;
    }
}
.sec-areamap.sec03.sec-map-detail .map .map_detail_list .map_detail.detail08 {
    --pos_top: 73.2%;
    --pos_left: 24.2%;
    --image_sub01_pos_top: 55.33%;
    --image_sub01_pos_left: -41.67%;
    --image_sub01_width: 39.48%;
    --image_sub02_pos_top: 7.33%;
    --image_sub02_pos_left: 110.53%;
    --image_sub02_width: 24.31%;
}
@media (max-width: 767px) {
    .sec-areamap.sec03.sec-map-detail .map .map_detail_list .map_detail.detail08 {
        --image_sub01_pos_top: 46.33%;
        --image_sub01_pos_left: -24.67%;
        --image_sub02_pos_top: 7.33%;
        --image_sub02_pos_left: 107.53%;
    }
}

@media (min-width: 768px) {
    .splide,
    .splide__track,
    .splide__list {
        position: static;
        visibility: visible;
    }
}