.p-scale {
    background: #F1F1F1;
    padding: 14rem 0 0;
}

@media screen and (max-width: 767px) {
    .p-scale {
        padding: 8rem 2rem 0;
    }
}

.p-scale__inner {
    max-width: 116.6rem;
    margin: 0 auto;
}

.p-scale__en {
    color: #DB2509;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .p-scale__en {
        font-size: 1.6rem;
    }
}

.p-scale__ttl {
    font-size: 3.6rem;
    line-height: 1.5;
    font-weight: 500;
    margin: 1rem 0 0;
}

@media screen and (max-width: 767px) {
    .p-scale__ttl {
        font-size: 2.4rem;
    }
}

.p-scale__txt {
    font-size: 1.8rem;
    line-height: 2.4;
    margin: 2rem 0 0;
}

@media screen and (max-width: 767px) {
    .p-scale__txt {
        font-size: 1.5rem;
    }
}

.p-scale__img {
    display: block;
    max-width: 136.6rem;
    margin: 8rem auto 0;
}

@media screen and (max-width: 767px) {
    .p-scale__img {
        width: calc(100% + 4rem);
        margin: 3rem -2rem 0;
    }
}

.p-entrance {
    background: #F1F1F1;
    padding: 10rem 0 14rem;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .p-entrance {
        padding: 8rem 2rem;
    }
}

.p-entrance__inner {
    max-width: 116.6rem;
    margin: 0 auto;
}

.p-entrance__en {
    color: #DB2509;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .p-entrance__en {
        font-size: 1.6rem;
    }
}

.p-entrance__ttl {
    font-size: 3.6rem;
    line-height: 1.5;
    font-weight: 500;
    margin: 1rem 0 0;
}

@media screen and (max-width: 767px) {
    .p-entrance__ttl {
        font-size: 2.4rem;
    }
}

.p-entrance__txt {
    font-size: 1.8rem;
    line-height: 2.4;
    margin: 2rem 0 0;
}

@media screen and (max-width: 767px) {
    .p-entrance__txt {
        font-size: 1.5rem;
    }
}

.p-entrance__img {
    display: block;
    width: calc((100vw - 116.6rem) / 2 + 116.6rem);
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
    overflow: hidden;
    margin: 8rem 0 0;
}

@media screen and (max-width: 1200px) and (min-width: 767.1px) {
    .p-entrance__img {
        width: 126rem;
    }
}

@media screen and (max-width: 767px) {
    .p-entrance__img {
        width: calc(100% + 2rem);
        border-top-left-radius: 2rem;
        border-bottom-left-radius: 2rem;
        margin: 5rem -2rem 0 0;
    }
}

.p-entrance .c-loop {
    overflow: hidden;
}

.p-entrance .c-loop-list {
    animation: marquee-loop 24s linear infinite;
    display: flex;
    margin: 0;
    padding: 0;
    width: max-content;
    gap: 0 10rem;
}

@media screen and (max-width: 767px) {
    .p-entrance .c-loop-list {
        gap: 0 5rem;
    }
}

.p-entrance .c-loop-list__item {
    list-style: none;
    padding: 0;
    width: 102rem;
}

@media screen and (max-width: 767px) {
    .p-entrance .c-loop-list__item {
        width: 51rem;
    }
}

.p-entrance .c-loop-list__item img {
    display: block;
    width: auto;
    height: 14rem;
}

@media screen and (max-width: 767px) {
    .p-entrance .c-loop-list__item img {
        height: 7rem;
    }
}

@keyframes marquee-loop {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

.p-landscape {
    background: #FBF1EB;
    padding: 14rem 0;
}

@media screen and (max-width: 767px) {
    .p-landscape {
        padding: 8rem 2rem;
    }
}

.p-landscape__inner {
    max-width: 116.6rem;
    margin: 0 auto;
}

.p-landscape-ttl__ja {
    display: block;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .p-landscape-ttl__ja {
        font-size: 1.4rem;
    }
}

.p-landscape-ttl__en {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    color: #DB2509;
    font-size: 7rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .p-landscape-ttl__en {
        font-size: 4.1rem;
    }
}

.p-landscape__ttl {
    font-size: 3.6rem;
    font-weight: 500;
    margin: 3.5rem 0 0;
}

@media screen and (max-width: 767px) {
    .p-landscape__ttl {
        font-size: 2.4rem;
    }
}

.p-landscape__txt {
    font-size: 1.8rem;
    line-height: 2.4;
}

@media screen and (max-width: 767px) {
    .p-landscape__txt {
        font-size: 1.5rem;
    }
}

.p-landscape-map {
    position: relative;
}

.p-landscape-map__notice {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    min-height: 40px;
    margin-bottom: 15px;
    padding: 0 20px;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .p-landscape-map__notice {
        position: relative;
        min-height: 32px;
        margin: 10px 0 0;
        padding: 0;
        font-size: 1rem;
    }
}

.p-landscape-map__notice ul {
    display: flex;
    grid-gap: 0 12px;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding-left: 55px;
}

@media screen and (max-width: 767px) {
    .p-landscape-map__notice ul {
        grid-gap: 0 6px;
        padding-left: 42px;
    }
}

.p-landscape-map__notice ul::before {
    content: "";
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    width: 40px;
    height: 40px;
    background: url(../img/commonspace/01_obj01.svg) center center/contain no-repeat;
}

@media screen and (max-width: 767px) {
    .p-landscape-map__notice ul::before {
        top: calc(50% - 16px);
        width: 32px;
        height: 32px;
    }
}

.p-landscape-map__notice ul>li {
    position: relative;
    padding-left: 35px;
}

@media screen and (max-width: 767px) {
    .p-landscape-map__notice ul>li {
        padding-left: 24px;
    }
}

.p-landscape-map__notice ul>li::before {
    content: "1";
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .p-landscape-map__notice ul>li::before {
        top: calc(50% - 10px);
        width: 20px;
        height: 20px;
    }
}

.p-landscape-map__notice ul>li:nth-child(1)::before {
    background-color: #DB2509;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .p-landscape-map__notice ul>li:nth-child(1)::before {
        border-width: 2px;
    }
}

.p-landscape-map__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.p-landscape-map__inner {
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin: 10rem 0 0;
    z-index: 5;
}

@media screen and (max-width: 767px) {
    .p-landscape-map__inner {
        width: calc(100% + 4rem);
        border-radius: 0;
        margin: 5rem -2rem 0;
    }
}

.p-landscape-map__content {
    position: relative;
    max-width: 758px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .p-landscape-map__content {
        width: 100%;
    }
}

.p-landscape-map__content__txt {
    display: none;
}

@media screen and (max-width: 767px) {
    .p-landscape-map__content__txt {
        display: block;
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        font-size: 1rem;
    }
}

.p-landscape-map__content .p-landscape-map__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.p-landscape-map__content .p-landscape-map__icon-item {
    position: absolute;
    top: 0;
    left: 0;
}

.p-landscape-map__content .p-landscape-map__icon-item button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 3rem;
    height: 3rem;
    background: #DB2509;
    translate: -50% -50%;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    border-radius: 100%;
}

@media screen and (max-width: 767px) {
    .p-landscape-map__content .p-landscape-map__icon-item button {
        width: 2.3rem;
        height: 2.3rem;
        font-size: 1.4rem;
    }
}

.p-landscape-map__content .p-landscape-map__icon-item button:hover {
    scale: 1.2;
}

.p-landscape-map__content .p-landscape-map__icon-item.current button {
    scale: 1.5;
}

.p-landscape-map__content .p-landscape-map__icon-item:nth-child(1) {
    top: 19.5%;
    left: 29%;
}

@media screen and (max-width: 767px) {
    .p-landscape-map__content .p-landscape-map__icon-item:nth-child(1) {
        top: 18.5%;
        left: 19%;
    }
}

@media (max-height: 670px) {
    .p-landscape-map__content .p-landscape-map__icon-item:nth-child(1) {
        top: 18.5%;
    }
}

.p-landscape-map__content .p-landscape-map__icon-item:nth-child(2) {
    top: 29.5%;
    left: 23.5%;
}

@media screen and (max-width: 767px) {
    .p-landscape-map__content .p-landscape-map__icon-item:nth-child(2) {
        top: 28.5%;
        left: 12.5%;
    }
}

@media (max-height: 670px) {
    .p-landscape-map__content .p-landscape-map__icon-item:nth-child(2) {
        top: 28.5%;
    }
}

.p-landscape-map__content .p-landscape-map__icon-item:nth-child(3) {
    top: 34%;
    left: 29.5%;
}

@media screen and (max-width: 767px) {
    .p-landscape-map__content .p-landscape-map__icon-item:nth-child(3) {
        top: 33%;
        left: 19.5%;
    }
}

@media (max-height: 670px) {
    .p-landscape-map__content .p-landscape-map__icon-item:nth-child(3) {
        top: 33%;
    }
}

.p-landscape-map__content .p-landscape-map__icon-item:nth-child(4) {
    top: 68.5%;
    left: 20.5%;
}

@media screen and (max-width: 767px) {
    .p-landscape-map__content .p-landscape-map__icon-item:nth-child(4) {
        top: 64.5%;
        left: 8.5%;
    }
}

@media (max-height: 670px) {
    .p-landscape-map__content .p-landscape-map__icon-item:nth-child(4) {
        top: 64.5%;
    }
}

.p-landscape-map__content .p-landscape-map__icon-item:nth-child(5) {
    top: 82.5%;
    left: 26.5%;
}

@media screen and (max-width: 767px) {
    .p-landscape-map__content .p-landscape-map__icon-item:nth-child(5) {
        top: 76.5%;
        left: 14.5%;
    }
}

@media (max-height: 670px) {
    .p-landscape-map__content .p-landscape-map__icon-item:nth-child(5) {
        top: 76.5%;
    }
}

.p-landscape-map__content .p-landscape-map__icon-item:nth-child(6) {
    top: 50.3%;
    left: 30.5%;
}

@media screen and (max-width: 767px) {
    .p-landscape-map__content .p-landscape-map__icon-item:nth-child(6) {
        top: 48.3%;
        left: 23.5%;
    }
}

@media (max-height: 670px) {
    .p-landscape-map__content .p-landscape-map__icon-item:nth-child(6) {
        top: 48.3%;
    }
}

.p-landscape-map__content .p-landscape-map__icon-item:nth-child(7) {
    top: 47.5%;
    left: 46.2%;
}

@media screen and (max-width: 767px) {
    .p-landscape-map__content .p-landscape-map__icon-item:nth-child(7) {
        top: 44.5%;
        left: 44.2%;
    }
}

@media (max-height: 670px) {
    .p-landscape-map__content .p-landscape-map__icon-item:nth-child(7) {
        top: 44.5%;
    }
}

.p-landscape-map__content .p-landscape-map__icon-item:nth-child(8) {
    top: 54.5%;
    left: 51.5%;
}

@media screen and (max-width: 767px) {
    .p-landscape-map__content .p-landscape-map__icon-item:nth-child(8) {
        top: 52.2%;
        left: 50.5%;
    }
}

@media (max-height: 670px) {
    .p-landscape-map__content .p-landscape-map__icon-item:nth-child(8) {
        top: 52.2%;
    }
}

.p-landscape-map__content .p-landscape-map__icon-item:nth-child(9) {
    top: 47.5%;
    left: 57.5%;
}

@media screen and (max-width: 767px) {
    .p-landscape-map__content .p-landscape-map__icon-item:nth-child(9) {
        top: 45.5%;
        left: 59.2%;
    }
}

@media (max-height: 670px) {
    .p-landscape-map__content .p-landscape-map__icon-item:nth-child(9) {
        top: 45.5%;
    }
}

.p-landscape-map__img {
    display: block;
    width: 100%;
    max-width: 758px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-landscape-map__img {
        width: 100%;
    }
}

.p-landscape-map__list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
    .p-landscape-map__list {
        padding: 0 20px;
    }
}

.p-landscape-map__list-inner {
    position: absolute;
    top: 0;
    left: calc(50% - 600px);
    width: 1200px;
    height: 100%;
}

.p-landscape-map-list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .p-landscape-map-list {
        align-items: center;
        grid-gap: 15px;
    }
}

.p-landscape-map-list__item {
    display: none;
    width: 430px;
    padding: 5px 15px 20px;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 767px) {
    .p-landscape-map-list__item {
        position: static;
        width: calc(100vw - 40px);
        padding: 1rem 1.5rem 1.5rem;
    }
}

.p-landscape-map-list__item._active {
    display: block;
}

.p-landscape-map-list__item-wrap {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
}

.p-landscape-map-list__item-wrap .p-landscape-map-list__img {
    width: 120px;
}

@media screen and (max-width: 767px) {
    .p-landscape-map-list__item-wrap .p-landscape-map-list__img {
        width: 12rem;
    }
}

.p-landscape-map-list__item-wrap .p-landscape-map-list__txt-wrap {
    flex: 1;
}

.p-landscape-map-list__item:nth-child(1) {
    margin-top: 2%;
    margin-left: 15%;
}

.p-landscape-map-list__item:nth-child(2) {
    margin-top: 12%;
    margin-left: 5%;
}

.p-landscape-map-list__item:nth-child(3) {
    margin-top: 2%;
    margin-left: 45%;
}

.p-landscape-map-list__item:nth-child(4) {
    margin-top: 25%;
    margin-left: 10%;
}

.p-landscape-map-list__item:nth-child(5) {
    margin-top: 35%;
    margin-left: 15%;
}

.p-landscape-map-list__item:nth-child(6) {
    margin-top: 20%;
    margin-left: 5%;
}

.p-landscape-map-list__item:nth-child(7) {
    margin-top: 20%;
    margin-left: 55%;
}

.p-landscape-map-list__item:nth-child(8) {
    margin-top: 30%;
    margin-left: 35%;
}

.p-landscape-map-list__item:nth-child(9) {
    margin-top: 30%;
    margin-left: 55%;
}

@media screen and (max-width: 767px) {
    .p-landscape-map-list__item:nth-child(n) {
        margin: 0;
    }
}

.p-landscape-map-list__txt {
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    .p-landscape-map-list__txt {
        font-size: 1rem;
        line-height: 1.5;
    }
}

.p-landscape-map-list__btns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 1.3rem;
}

.p-landscape-map-list__btns+.p-landscape-map-list__img {
    margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
    .p-landscape-map-list__btns+.p-landscape-map-list__img {
        margin-top: 1rem;
    }
}

.p-landscape-map-list__btn {
    margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
    .p-landscape-map-list__btn {
        margin-top: 1rem;
    }
}

.p-landscape-map-list__btn a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 1.3rem;
    font-size: 1.4rem;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .p-landscape-map-list__btn a {
        gap: 0 1rem;
        font-size: 0.9rem;
    }
}

.p-landscape-map-list__btn a i {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 1;
    background: #DB2509;
}

.p-landscape-map-list__btn a i::before {
    position: absolute;
    top: calc(50% - 2.5px);
    left: calc(50% - 2.5px);
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 5px;
    content: "";
}

.p-landscape-map-txt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 1.3rem;
}

@media screen and (max-width: 767px) {
    .p-landscape-map-txt {
        gap: 0 0.5rem;
        margin: 0 0 1rem;
    }
}

.p-landscape-map-txt__num {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #DB2509;
    width: 3.2rem;
    height: 3.2rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
    border-radius: 100%;
}

@media screen and (max-width: 767px) {
    .p-landscape-map-txt__num {
        width: 2rem;
        height: 2rem;
        font-size: 1.4rem;
    }
}

.p-landscape-map-txt__ttl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 6rem;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .p-landscape-map-txt__ttl {
        height: 3rem;
    }
}

.p-landscape-map-txt__note {
    color: #DB2509;
    font-weight: 700;
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    .p-landscape-map-txt__note {
        font-size: 1.6rem;
        line-height: 1.2;
    }
}

.p-landscape-map-txt__note .small {
    font-size: 1.4rem;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .p-landscape-map-txt__note .small {
        font-size: 1.2rem;
    }
}

.p-landscape-map-txt__note._w .small {
    display: block;
}

@keyframes sec1-popup-on {
    0% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes sec1-popup-off {
    0% {
        display: block;
        opacity: 1;
    }

    100% {
        display: none;
        opacity: 0;
    }
}

.p-landscape-map .p-landscape-map__icon {
    animation: sec1-popup-on 0.4s;
    animation-fill-mode: forwards;
}

.p-landscape-map .p-landscape-map__list {
    animation: sec1-popup-off 0.4s;
    animation-fill-mode: forwards;
}

.p-landscape-map._active .p-landscape-map__icon {
    z-index: 5;
    animation: sec1-popup-off 0.4s;
    animation-fill-mode: forwards;
}

.p-landscape-map._active .p-landscape-map__list {
    z-index: 5;
    animation: sec1-popup-on 0.4s;
    animation-fill-mode: forwards;
}

.p-landscape-map._active .p-landscape-map__overlay {
    z-index: 1;
    display: block;
}

/*# sourceMappingURL=design.css.map */