.position-relative {
    position: relative;
}

#roadmap .content-area {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6%;
}

#roadmap .content-area .main-map-title {
    width: 35%;
    position: unset;
    margin-top: 0%;
}

@media screen and (max-width: 768px) {
    #roadmap .content-area .main-map-title {
        display: none;
    }
}

#roadmap .content-area picture {
    width: unset;
    width: 60%;
}

@media screen and (max-width: 768px) {
    #roadmap .content-area picture {
        width: 78%;
    }
}

#roadmap .content-area picture .main-map-mobile {
    width: 100%;
}

#roadmap .content-area .renderings-01 {
    width: 35%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#roadmap .content-area .renderings-01 img {
    width: 100%;
}

#roadmap .content-area .renderings-02 {
    width: 35%;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

@media screen and (max-width: 768px) {
    #roadmap .content-area .renderings-02 {
        display: none;
    }
}

body .main-zoom-out01 {
    position: relative;
    overflow: hidden;
}

body .main-zoom-out01 .swiper.animate {
    animation: scaleDown 1s forwards ease-in-out;
}

body .main-zoom-out01 .swiper {
    width: 100%;
    transform: scale(1.5);
    cursor: pointer;
}

body .main-zoom-out01 .swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover;
}

body .main-zoom-out01 .swiper-slide-img-mobile {
    width: 100%;
    display: block;
}

body .main-zoom-out01 .swiper-slide-img-pc {
    width: 100%;
    display: none;
}

body .main-zoom-out01 .swiper-slide-name {
    position: absolute;
    font-size: 0.8rem;
    color: #fff;
    bottom: 0.5rem;
    left: 0.5rem;
}

body .main-zoom-out01 .swiper-slide-name-right {
    left: unset;
    right: 0.5rem;
}

body .main-zoom-out01-text {
    width: 50vw;
    position: absolute;
    top: 10vw;
    right: 0;
    z-index: 2;
}

body .main-zoom-out01-text-pc {
    display: none;
}

body .main-zoom-out01-title {
    width: 60vw;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

body .main-zoom-out01-title-pc {
    display: none;
}

@media screen and (max-width: 768px) {
    body .main-zoom-out01 .swiper-slide-img-mobile {
        display: none;
    }
    body .main-zoom-out01 .swiper-slide-img-pc {
        width: 100%;
        display: block;
    }
    body .main-zoom-out01-text {
        display: none;
    }
    body .main-zoom-out01-text-pc {
        width: 100%;
        display: flex;
        position: absolute;
        top: 0;
        z-index: 2;
    }
    body .main-zoom-out01-title {
        display: none;
    }
    body .main-zoom-out01-title-pc {
        width: 10%;
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
}

body .main-zoom-out02 {
    position: relative;
    overflow: hidden;
}

body .main-zoom-out02 .swiper.animate {
    animation: scaleDown 1s forwards ease-in-out;
}

body .main-zoom-out02 .swiper {
    width: 100%;
    transform: scale(1.5);
    cursor: pointer;
}

body .main-zoom-out02 .swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover;
}

body .main-zoom-out02 .swiper-slide-img-mobile {
    width: 100%;
    display: block;
}

body .main-zoom-out02 .swiper-slide-img-pc {
    display: none;
}

body .main-zoom-out02 .swiper-slide-name {
    position: absolute;
    font-size: 0.8rem;
    color: #fff;
    bottom: 0.5rem;
    left: 0.5rem;
}

body .main-zoom-out02-text {
    width: 50vw;
    position: absolute;
    top: 10vw;
    left: 0;
    z-index: 2;
}

body .main-zoom-out02-text-pc {
    display: none;
}

body .main-zoom-out02-title {
    width: 60vw;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

body .main-zoom-out02-title-pc {
    display: none;
}

@media screen and (max-width: 768px) {
    body .main-zoom-out02 .swiper-slide-img-mobile {
        display: none;
    }
    body .main-zoom-out02 .swiper-slide-img-pc {
        width: 100%;
        display: block;
    }
    body .main-zoom-out02-text {
        display: none;
    }
    body .main-zoom-out02-text-pc {
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        z-index: 2;
    }
    body .main-zoom-out02-title {
        display: none;
    }
    body .main-zoom-out02-title-pc {
        width: 10%;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }
}

[data-aos^=zoom][data-aos^=zoom] {
    transition: transform 1s ease;
}

.mySwiper01[data-aos^=zoom][data-aos^=zoom],
.mySwiper02[data-aos^=zoom][data-aos^=zoom],
.mySwiper03[data-aos^=zoom][data-aos^=zoom],
.main-pc-swiper[data-aos^=zoom][data-aos^=zoom] {
    opacity: 1;
}

.zoom-out {
    opacity: 1;
    transform: scale(1.5);
    transition: transform 1s ease;
}

.zoom-out.animate {
    transform: scale(1);
}


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

body .main-6 {
    position: relative;
    width: 100%;
    /* background-image: url("../src/assets/images/footer/background.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center; */
    color: #fff;
    /* z-index: 1; */
}

body .main-6 .swiper {
    width: 100%;
}

body .main-6 .swiper-box {
    width: 60%;
    position: relative;
    flex-shrink: 1;
}

body .main-6 .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    /* 黑幕 */
}

body .main-6 .swiper-slide img {
    display: block;
    width: 100%;
}

body .main-6 .swiper-slide-text {
    font-family: "MSungHK", sans-serif;
    color: #fff;
    font-size: 0.8rem;
    position: absolute;
    bottom: 0.5vw;
    left: 1vw;
}

body .main-6 .swiper-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 1;
}

body .main-6 .swiper-slide-active .overlay {
    opacity: 0;
}

@media screen and (max-width: 1080px) {
    body .main-6 .swiper-box {
        width: 100%;
        padding-top: 16vw;
    }
}

body .main-6-1 {
    width: 100%;
    padding-top: 12vw;
    padding-bottom: 12vw;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    position: relative;
}

body .main-6-1-img {
    padding-left: 2vw;
    width: 4.76vw;
}

body .main-6-1-img img {
    width: 100%;
}

body .main-6-1-img-pc {
    display: none;
}

body .main-6-1-content {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body .main-6-1-content-logo {
    width: 220px;
}

@media screen and (max-width: 1370px) {
    body .main-6-1-content-logo {
        width: 40%;
    }
}

@media screen and (max-width: 1080px) {
    body .main-6-1-content-logo {
        max-width: 280px;
    }
}

body .main-6-1-content-logo img {
    width: 100%;
}

body .main-6-1-content-title {
    padding-top: 2vw;
    font-family: "MSungHK", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

@media screen and (max-width: 1370px) {
    body .main-6-1-content-title {
        font-size: 1.8lvw;
    }
}

body .main-6-1-content-text {
    width: 350px;
    padding-top: 1vw;
    font-family: "MSungHK", sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}

@media screen and (max-width: 1370px) {
    body .main-6-1-content-text {
        width: 73%;
        font-size: 1.3lvw;
    }
}

@media screen and (max-width: 1080px) {
    body .main-6-1-content-text {
        font-size: 1.4rem;
        width: 33.6rem;
    }
}

@media screen and (max-width: 700px) {
    body .main-6-1-content-text {
        width: 83%;
        font-size: 3.2lvw;
    }
}

@media screen and (max-width: 500px) {
    body .main-6-1-content-text {
        width: 74%;
    }
}

body .main-6-1-next {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 2vw;
}

@media screen and (max-width: 1080px) {
    body .main-6-1-next {
        margin: 0.6rem 0rem;
    }
}

@media screen and (max-width: 500px) {
    body .main-6-1-next {
        margin: 1rem 0rem;
    }
}

body .main-6-1-next-button {
    width: 56px;
    cursor: pointer;
}

@media screen and (max-width: 500px) {
    body .main-6-1-next-button {
        width: 44px;
    }
}

body .main-6-1-next-button img {
    width: 100%;
}

@media screen and (max-width: 1080px) {
    body .main-6-1 {
        flex-direction: column;
        align-items: center;
    }
    body .main-6-1-img {
        display: none;
    }
    body .main-6-1-img-pc {
        display: block;
        width: 60%;
        max-width: 460px;
        padding-top: 10vw;
    }
    body .main-6-1-img-pc img {
        width: 100%;
    }
    body .main-6-1-content {
        width: 100%;
    }
    body .main-6-1-content-logo {
        width: 40%;
    }
    body .main-6-1-content-title {
        font-size: 2rem;
        padding-top: 10vw;
    }
    body .main-6-1-content-text {
        padding-top: 2.5vw;
    }
    body .main-6-1-next {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 2vw;
        padding-right: 5vw;
    }
    body .main-6-1-next-button {
        width: 44px;
        cursor: pointer;
    }
    body .main-6-1-next-button img {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    body .main-6-1-content-title {
        font-size: 1.5rem;
        padding-top: 10vw;
    }
}

body .main-6-2 {
    width: 100%;
    padding-top: 10vw;
    padding-bottom: 10vw;
    display: flex;
    justify-content: center;
    position: relative;
}

body .main-6-2-img {
    padding-right: 2vw;
    width: 4.74vw;
}

body .main-6-2-img img {
    width: 100%;
}

body .main-6-2-content {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body .main-6-2-content-logo {
    width: 220px;
}

@media screen and (max-width: 1370px) {
    body .main-6-2-content-logo {
        width: 40%;
    }
}

@media screen and (max-width: 1080px) {
    body .main-6-2-content-logo {
        max-width: 280px;
    }
}

body .main-6-2-content-logo img {
    width: 100%;
}

body .main-6-2-content-title {
    padding-top: 2vw;
    font-family: "MSungHK", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

@media screen and (max-width: 1370px) {
    body .main-6-2-content-title {
        font-size: 1.8lvw;
    }
}

body .main-6-2-content-text {
    width: 350px;
    padding-top: 1vw;
    font-family: "MSungHK", sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}

@media screen and (max-width: 1370px) {
    body .main-6-2-content-text {
        width: 73%;
        font-size: 1.3lvw;
    }
}

@media screen and (max-width: 1080px) {
    body .main-6-2-content-text {
        font-size: 1.4rem;
        width: 33.6rem;
    }
}

@media screen and (max-width: 700px) {
    body .main-6-2-content-text {
        width: 83%;
        font-size: 3.2lvw;
    }
}

@media screen and (max-width: 500px) {
    body .main-6-2-content-text {
        width: 74%;
    }
}

body .main-6-2-next {
    width: 100%;
    display: flex;
    margin-top: 2vw;
}

body .main-6-2-next-button {
    width: 56px;
    cursor: pointer;
}

@media screen and (max-width: 500px) {
    body .main-6-2-next-button {
        width: 44px;
    }
}

body .main-6-2-next-button img {
    width: 100%;
}

@media screen and (max-width: 1080px) {
    body .main-6-2 {
        flex-direction: column;
        align-items: center;
    }
    body .main-6-2-img {
        display: none;
    }
    body .main-6-2-content {
        width: 100%;
    }
    body .main-6-2-content-logo {
        width: 40%;
    }
    body .main-6-2-content-title {
        font-size: 2rem;
        padding-top: 10vw;
    }
    body .main-6-2-content-text {
        padding-top: 2.5vw;
    }
    body .main-6-2-next {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 1rem;
        padding-right: 5vw;
    }
    body .main-6-2-next-button {
        width: 44px;
        cursor: pointer;
    }
    body .main-6-2-next-button img {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    body .main-6-2-content-title {
        font-size: 1.5rem;
        padding-top: 10vw;
    }
}

body .main-6-3 {
    width: 100%;
    padding-top: 5vw;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    position: relative;
}

@media screen and (max-width: 1080px) {
    body .main-6-3 {
        padding-top: 16vw;
    }
}

body .main-6-3-img {
    padding-left: 2vw;
    width: 4.74vw;
}

body .main-6-3-img img {
    width: 100%;
}

body .main-6-3-content {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body .main-6-3-content-logo {
    width: 220px;
}

@media screen and (max-width: 1370px) {
    body .main-6-3-content-logo {
        width: 40%;
    }
}

@media screen and (max-width: 1080px) {
    body .main-6-3-content-logo {
        max-width: 280px;
    }
}

body .main-6-3-content-logo img {
    width: 100%;
}

body .main-6-3-content-title {
    padding-top: 2vw;
    font-family: "MSungHK", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

@media screen and (max-width: 1370px) {
    body .main-6-3-content-title {
        font-size: 1.8lvw;
    }
}

body .main-6-3-content-text {
    width: 350px;
    padding-top: 1vw;
    font-family: "MSungHK", sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}

@media screen and (max-width: 1370px) {
    body .main-6-3-content-text {
        width: 73%;
        font-size: 1.3lvw;
    }
}

@media screen and (max-width: 1080px) {
    body .main-6-3-content-text {
        font-size: 1.4rem;
        width: 33.6rem;
    }
}

@media screen and (max-width: 700px) {
    body .main-6-3-content-text {
        width: 83%;
        font-size: 3.2lvw;
    }
}

@media screen and (max-width: 500px) {
    body .main-6-3-content-text {
        width: 74%;
    }
}

body .main-6-3-next {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 1.2vw;
}

@media screen and (max-width: 500px) {
    body .main-6-3-next {
        margin: 1rem 0rem;
    }
}

body .main-6-3-next-button {
    width: 56px;
    cursor: pointer;
}

@media screen and (max-width: 500px) {
    body .main-6-3-next-button {
        width: 44px;
    }
}

body .main-6-3-next-button img {
    width: 100%;
}

@media screen and (max-width: 1080px) {
    body .main-6-3 {
        flex-direction: column;
        align-items: center;
    }
    body .main-6-3-img {
        display: none;
    }
    body .main-6-3-content {
        width: 100%;
    }
    body .main-6-3-content-logo {
        width: 40%;
    }
    body .main-6-3-content-title {
        font-size: 2rem;
        padding-top: 10vw;
    }
    body .main-6-3-content-text {
        padding-top: 2.5vw;
    }
    body .main-6-3-next {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 2vw;
        padding-right: 5vw;
    }
    body .main-6-3-next-button {
        width: 44px;
        cursor: pointer;
    }
    body .main-6-3-next-button img {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    body .main-6-3-content-title {
        font-size: 1.5rem;
        padding-top: 10vw;
    }
}

body .main-content {
    width: 100%;
    position: relative;
    overflow: hidden;
}

body .main-content-background {
    width: 100%;
    z-index: 1;
    vertical-align: top;
}

body .main-content-renderings-01 {
    width: 41%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

body .main-content-renderings-02 {
    width: 8%;
    position: absolute;
    top: 20vw;
    right: 0;
    z-index: 2;
    margin-top: 6%;
}

body .main-content-layout {
    width: 100%;
    position: absolute;
    top: 9vw;
    display: flex;
    justify-content: center;
    z-index: 2;
}

body .main-content-layout-title {
    width: 40vw;
}

body .main-content-layout-pc-background {
    display: none;
}

body .main-content-layout-pc-title {
    display: none;
}

body .main-content .swiper {
    width: 100%;
}

body .main-content .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 70%;
    height: auto;
    position: relative;
    /* 黑幕 */
}

body .main-content .swiper-slide img {
    display: block;
    width: 100%;
}

body .main-content .swiper-slide-text {
    color: #fff;
    font-size: 0.8rem;
    position: absolute;
    bottom: 0.5vw;
    left: 1vw;
}

body .main-content .swiper-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 1;
}

body .main-content .swiper-slide-active .overlay {
    opacity: 0;
}

body .main-content-swiper01 {
    width: 60%;
    position: absolute;
    top: 61vw;
    right: 0;
    z-index: 5;
    overflow: hidden;
}

body .main-content-swiper01 .swiper-slide {
    right: 22%;
}

body .main-content-swiper02 {
    width: 60%;
    position: absolute;
    top: 99vw;
    left: 0;
    z-index: 5;
    overflow: hidden;
}

body .main-content-swiper02 .swiper-slide {
    left: 22%;
}

body .main-content-swiper03 {
    width: 60%;
    position: absolute;
    top: 136vw;
    right: 0;
    z-index: 5;
    overflow: hidden;
}

body .main-content-swiper03 .swiper-slide {
    right: 22%;
}

body .main-content-swiper04 {
    width: 60%;
    position: absolute;
    top: 173vw;
    left: 0;
    z-index: 5;
    overflow: hidden;
}

body .main-content-swiper04 .swiper-slide {
    left: 22%;
}

body .main-content-pc-swiper {
    display: none;
    overflow: hidden;
}

body .main-content-pc-swiper .swiper {
    width: 100%;
    cursor: pointer;
}

body .main-content-pc-swiper .swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover;
}

body .main-content-pc-swiper .swiper-slide-img {
    width: 100%;
}

body .main-content-pc-swiper .swiper-slide-name {
    position: absolute;
    font-size: 0.8rem;
    color: #fff;
    bottom: 10px;
    left: 10px;
}

@media screen and (max-width: 768px) {
    body .main-content-background {
        display: none;
    }
    body .main-content-renderings-01 {
        display: none;
    }
    body .main-content-renderings-02 {
        display: none;
    }
    body .main-content-layout {
        width: 100%;
        position: relative;
        top: 0;
        display: flex;
        justify-content: center;
        z-index: 2;
    }
    body .main-content-layout-title {
        display: none;
    }
    body .main-content-layout-pc-background {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
    }
    body .main-content-layout-pc-title {
        width: 50%;
        display: block;
        position: absolute;
        top: 20vw;
    }
    body .main-content-swiper01,
    body .main-content-swiper02,
    body .main-content-swiper03,
    body .main-content-swiper04 {
        display: none;
    }
    body .main-content-pc-swiper {
        display: block;
    }
}

body .footer {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../src/assets/images/footer/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 10vw;
}

body .footer * {
    font-family: "Sinhala MN", "MSungHK-Light", "Noto Serif TC", "Gurmukhi-MN", serif;
}

body .footer-title {
    width: 100%;
    margin-bottom: 4vw;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

body .footer-material {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    padding: 0 15vw;
    justify-content: space-between;
}

@media screen and (max-width: 1280px) {
    body .footer-material {
        padding: 0 8vw;
    }
}

@media screen and (max-width: 1000px) {
    body .footer-material {
        padding: 0 6vw;
    }
}

body .footer-material .row {
    display: flex;
    flex-direction: row;
    width: 60%;
}

body .footer-material .row .parking {
    padding: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
    body .footer-material .row {
        flex-direction: column;
        width: 100%;
    }
    body .footer-material .row .footer-material-map {
        min-height: 250px;
    }
    body .footer-material .row .parking {
        padding: 40px 6vw 0 6vw;
    }
    body .footer-material .row .parking img {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    body .footer-material .row .parking {
        padding: 40px 5px 0 0;
    }
}

body .footer-material-content {
    width: 42%;
    color: #fff;
    font-weight: 300;
    line-height: 1.8;
    text-align: justify;
}

body .footer-material-content-title {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    font-weight: 300;
}

body .footer-material-content-text {
    margin-top: 20px;
    font-size: 1.1lvw;
    letter-spacing: 0.2em;
    line-height: 1.4;
}

body .footer-material-content-text * {
    font-family: "Sinhala MN", "Noto Serif TC", "Gurmukhi-MN", serif;
}

@media screen and (max-width: 1280px) {
    body .footer-material-content-text {
        font-size: 1.4lvw;
    }
}

@media screen and (max-width: 1000px) {
    body .footer-material-content-text {
        font-size: 1.55lvw;
    }
}

@media screen and (max-width: 768px) {
    body .footer-material-content-text {
        font-size: 1.4rem;
        line-height: 1.8;
    }
}

@media screen and (max-width: 600px) {
    body .footer-material-content-text {
        font-size: 3.5vw;
    }
}

body .footer-material-content-text p {
    flex: 1;
}

body .footer-material-map {
    width: 58%;
    border: unset;
    box-shadow: unset;
}

body .footer-material-map iframe {
    width: 100%;
    height: 100%;
}

body .footer-form {
    width: 100%;
    color: #fff;
    padding: 0 15vw;
}

@media screen and (max-width: 1280px) {
    body .footer-form {
        padding: 0 8vw;
    }
}

@media screen and (max-width: 1000px) {
    body .footer-form {
        padding: 0 6vw;
    }
}

body .footer-form-title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 200;
    padding-top: 3vw;
    padding-bottom: 1vw;
    font-size: 1.5lvw;
}

@media screen and (max-width: 1280px) {
    body .footer-form-title {
        font-size: 1.7lvw;
    }
}

@media screen and (max-width: 1000px) {
    body .footer-form-title {
        font-size: 2lvw;
    }
}

@media screen and (max-width: 768px) {
    body .footer-form-title {
        font-size: 1.5rem;
    }
}

body .footer-form form {
    width: 100%;
    font-weight: 100;
    font-size: 1lvw;
}

@media screen and (max-width: 1280px) {
    body .footer-form form {
        font-size: 1.25lvw;
    }
}

@media screen and (max-width: 1000px) {
    body .footer-form form {
        font-size: 1.3lvw;
    }
}

@media screen and (max-width: 768px) {
    body .footer-form form {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 677px) {
    body .footer-form form {
        font-size: 1rem;
    }
}

@media screen and (max-width: 500px) {
    body .footer-form form {
        font-size: 0.8rem;
    }
}

body .footer-form-area {
    width: 100%;
    display: flex;
    gap: 5vw;
}

body .footer-form-area .area {
    width: 100%;
}

body .footer-form-area-group {
    width: 100%;
    padding: 1.5vw 0 0.4vw 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4941176471);
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 768px) {
    body .footer-form-area-group {
        font-size: 1.25lvw;
        padding: 3.5vw 0 2.8vw;
    }
}

body .footer-form-area-group select {
    color: black;
    border-color: transparent;
    flex: 1;
    color: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 0px;
    padding: 0 1rem;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.1lvw;
    font-family: "Noto Serif TC", "Gurmukhi-MN", serif;
}

@media screen and (max-width: 1280px) {
    body .footer-form-area-group select {
        font-size: 1.4lvw;
    }
}

@media screen and (max-width: 1000px) {
    body .footer-form-area-group select {
        font-size: 1.55lvw;
    }
}

@media screen and (max-width: 768px) {
    body .footer-form-area-group select {
        font-size: 1.2rem;
    }
}

body .footer-form-area-group select:focus-visible {
    border-color: transparent;
    outline: 0px solid transparent;
    color: #ffe39d;
}

body .footer-form-area-group select option {
    font-size: 1rem;
    border-radius: 0px;
    border-color: transparent;
    color: black;
}

body .footer-form-area-group label {
    font-family: "Noto Serif TC", "Gurmukhi-MN", serif;
    font-size: 1.2rem;
    font-weight: bolder;
    white-space: nowrap;
}

body .footer-form-area-group input {
    border: none;
    background-color: transparent !important;
    box-sizing: border-box;
    padding: 0 1rem;
    outline: none;
    color: #fff;
    flex: 1;
    font-size: 1.1lvw;
    font-family: "Noto Serif TC", "Gurmukhi-MN", serif;
}

@media screen and (max-width: 1280px) {
    body .footer-form-area-group input {
        font-size: 1.4lvw;
    }
}

@media screen and (max-width: 1000px) {
    body .footer-form-area-group input {
        font-size: 1.55lvw;
    }
}

@media screen and (max-width: 768px) {
    body .footer-form-area-group input {
        font-size: 1.2rem;
    }
}

body .footer-form-area-group input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    background-color: #653317 !important;
    box-shadow: 0 0 0px 1000px #653317 inset !important;
}

body .footer-form-verify {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 2vw;
}

body .footer-form-verify button {
    padding: 0.1rem 0rem;
    width: 240px;
    background-color: #fff;
    color: #653317;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
    font-size: 1.5lvw;
    font-weight: 500;
}

@media screen and (max-width: 1280px) {
    body .footer-form-verify button {
        font-size: 1.7lvw;
    }
}

@media screen and (max-width: 1000px) {
    body .footer-form-verify button {
        font-size: 2lvw;
    }
}

@media screen and (max-width: 768px) {
    body .footer-form-verify button {
        font-size: 1.2rem;
    }
}

body .footer-form-verify button:hover {
    transform: scale(1.1);
}

body .footer-form-confirm {
    padding-top: 2vw;
    line-height: 2;
    font-weight: 100;
}

body .footer-form-confirm-br {
    display: none;
}

body .footer-form-confirm-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

body .footer-form-confirm-group label {
    padding-top: 5px;
}

body .footer-form-confirm-group input[type=checkbox] {
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

body .footer-form-confirm-group input[type=checkbox]:checked::before {
    content: "✔";
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body .footer-form-reserve {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 2vw;
    font-weight: 100;
}

body .footer-form-reserve button {
    padding: 0.1rem 0rem;
    width: 240px;
    background-color: #fff;
    color: #653317;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
    font-size: 1.5lvw;
}

@media screen and (max-width: 1280px) {
    body .footer-form-reserve button {
        font-size: 1.7lvw;
    }
}

@media screen and (max-width: 1000px) {
    body .footer-form-reserve button {
        font-size: 2lvw;
    }
}

@media screen and (max-width: 768px) {
    body .footer-form-reserve button {
        font-size: 1.2rem;
        width: 160px;
        padding: 0.3rem 0rem;
    }
}

body .footer-form-reserve button:hover {
    transform: scale(1.1);
}

body .footer-form-background {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 20vw;
    overflow: hidden;
}

body .footer-form-background-01 {
    width: 100%;
    position: absolute;
    bottom: 0;
}

body .footer-form-background-pc-01 {
    display: none;
}

body .footer-form-background-renderings {
    width: 35vw;
    bottom: -20vw;
    position: absolute;
    z-index: 2;
    animation: rotateClockwise 75s linear infinite;
}

@media screen and (max-width: 768px) {
    body .footer {
        padding-top: 15%;
    }
    body .footer-title {
        margin-bottom: 8lvw;
    }
    body .footer-material {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    body .footer-material-content {
        width: 100%;
        padding: 0px 6vw;
    }
    body .footer-material-content-title {
        display: flex;
        justify-content: center;
        margin: 8%;
    }
    body .footer-material-map {
        width: 100%;
        padding: 0px 6vw;
        aspect-ratio: 4/2.3;
    }
    body .footer-form-title {
        padding-top: 10vw;
        padding-bottom: 5vw;
    }
    body .footer-form-area {
        display: flex;
        flex-direction: column;
        gap: 0;
        overflow: hidden;
    }
    body .footer-form-verify {
        padding-top: 5vw;
    }
    body .footer-form-verify button {
        width: 100%;
        padding: 0.3rem 0rem;
    }
    body .footer-form-confirm {
        line-height: 1.5;
    }
    body .footer-form-confirm-br {
        display: block;
    }
    body .footer-form-confirm-group {
        padding-top: 5vw;
    }
    body .footer-form-reserve {
        padding-top: 5vw;
    }
    body .footer-form-reserve button {
        width: 340px;
        font-weight: 500;
    }
    body .footer-form-background {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        padding-top: 45vw;
        overflow: hidden;
    }
    body .footer-form-background-01 {
        display: none;
    }
    body .footer-form-background-pc-01 {
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0;
    }
    body .footer-form-background-renderings {
        width: 70%;
        bottom: -40vw;
        right: -15vw;
        position: absolute;
        z-index: 2;
        animation: rotateClockwise 60s linear infinite;
    }
}

@media screen and (max-width: 500px) {
    body .footer {
        padding-top: 20vw;
    }
    body .footer-title {
        padding-bottom: 10vw;
        font-size: 2rem;
    }
    body .footer-material {
        padding: 0 5vw;
    }
    body .footer-material-content {
        padding: 0px;
    }
    body .footer-material-content-title {
        padding-top: 10vw;
        font-size: 1.5rem;
    }
    body .footer-material-content-text {
        font-size: 4lvw;
    }
    body .footer-material-map {
        padding: unset;
    }
    body .footer-form-title {
        padding-top: 10vw;
    }
    body .footer-form form {
        font-size: 1rem;
    }
    body .footer-form-verify {
        padding-top: 10vw;
    }
    body .footer-form-verify button {
        font-size: 1.2rem;
    }
    body .footer-form-confirm {
        padding-top: 10vw;
    }
    body .footer-form-confirm p {
        text-align: justify;
    }
    body .footer-form-confirm-group {
        gap: 10px;
    }
    body .footer-form-reserve {
        padding-top: 10vw;
    }
    body .footer-form-reserve button {
        font-size: 1.2rem;
    }
}

@keyframes rotateClockwise {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}