/* map */

.map_link > li:nth-child(1) {
    top: 12px;
    left: 270px;
}
@media screen and (max-width: 1100px) {
    .map_link > li:nth-child(1) {
        top: 0.78182vw;
        left: 24.27273vw;
    }
}

.map_link__list {
    display: flex;
    flex-wrap: wrap;
    width: 170px;
}
.map_link__list li {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;

}
@media screen and (max-width: 1100px) {
    .map_link__list {
        width: 15.72727vw;
    }
}
@media screen and (max-width: 767px) {
    .map_link__list {
        width: 100%;
    }
    .map_link__list li {
        flex-basis: 0 0 33.3333%;
        width: 33.3333%;
        max-width: 33.3333%;
        margin-top: 10px;
    }
}

/* map - tohoku */
.map_link > li:nth-child(2) {
    top: 170px;
    right: -70px;
}
@media screen and (max-width: 1100px) {
    .map_link > li:nth-child(2) {
        top: 15vw;
        right: -10.09091vw;
    }
}

/* map - kanto */
.map_link > li:nth-child(3) {
    top: 290px;
    left: 455px;
}
@media screen and (max-width: 1100px) {
    .map_link > li:nth-child(3) {
        top: 26vw;
        left: 40.333vw;
    }
}

/* map - kinki */
.map_link > li:nth-child(5) {
    top: 368px;
    left: 355px;
}
@media screen and (max-width: 1100px) {
    .map_link > li:nth-child(5) {
        top: 43.5vw;
        left: 57vw;
    }
}

/* map - chubu */
.map_link > li:nth-child(4) {
    top: 190px;
    left: 210px;
}
@media screen and (max-width: 1100px) {
    .map_link > li:nth-child(4) {
        top: 18vw;
        left: 18.72727vw;
    }
}

/* map - chugoku */
.map_link > li:nth-child(6) {
    top: 270px;
    left: 45px;
}
@media screen and (max-width: 1100px) {
    .map_link > li:nth-child(6) {
        top: 24vw;
        left: 6.36364vw;
    }
}

/* map - shikoku */
.map_link > li:nth-child(7) {
    top: 420px;
    left: 255px;
}
@media screen and (max-width: 1100px) {
    .map_link > li:nth-child(7) {
        top: 37vw;
        left: 22.95455vw;
    }
    }
}

/* map - kyushu */
.map_link > li:nth-child(8) {
    top: 350px;
    left: -24px;
}
@media screen and (max-width: 1100px) {
    .map_link > li:nth-child(8) {
        top: 31vw;
        left: -0.72727vw;
    }
}

/* ATTENTION */
.btn_bg--blue {
    background: #040452;
    border: 1px solid #040452;
}

.btn_bg--blue:hover {
    background: transparent;
    color: #040452;
    border: 1px solid #040452;
}

.btn_bg--blue:hover::after {
    background-image: url(../images/icon/arrow_02_blue.svg);
}

/* popup */

.mfp-content {
    margin-top: 70px;
    padding-bottom: 70px;
    width: 100%;
    max-width: 980px;
}
.mfp-content #pop02 {
    padding: 60px 40px;
    background: #fff;
}
.mfp-close {
    font-size: 0 !important;
    background: url(../images/icon/icon_close.svg) no-repeat center/contain !important;
    top: -50px !important;
}
.mfp-close:active {
    top: -50px;
}
@media screen and (max-width: 767px) {
    .mfp-content {
        padding-bottom: 70px;
        width: 94.66667vw;
    }
    .mfp-content #pop02 {
        padding: 60px 15px;
    }
    .mfp-content .pop02_inr {
        height: auto;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
}
  