@font-face {
    font-family: 'Inder';
    src: url('./Inder-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    margin: 0;
    font-family: 'Inder';
    background: #EEEEEE;
}

@keyframes floatUpDown {
    0% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, -10px);
    }

    100% {
        transform: translate(-50%, 0);
    }
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes pulse222 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (width > 750px) {
    .banner_img {
        height: 100vh;
        overflow: hidden;
        background: url(./img/banner_pc.png)no-repeat center center;
        background-size: cover;
    }

    .banner {
        position: relative;
    }

    .banner .text {
        position: absolute;
        top: 25%;
        right: 10%;
        text-align: right;
        width: 50%;
    }

    .banner .text h2,
    .banner .text p {
        font-size: 64px;
        color: #ffffff;
        margin-bottom: 30px;
    }

    .banner .text p {
        font-size: 26px;
    }

    .banner .text h2,
    .banner .text p,
    .banner .banner_button_go {
        opacity: 0;
        transform: translateY(20px);
        animation: fadeUp 0.8s ease forwards;
    }

    .banner .text h2 {
        animation-delay: 0s;
    }

    .banner .text p {
        animation-delay: 0.5s;
    }

    .banner .banner_button_go {
        background: #A02C6C;
        font-size: 24px;
        text-align: center;
        color: #ffffff;
        padding: 10px;
        width: 200px;
        animation-delay: 1s;
        float: right;
        cursor: pointer;
    }

    .banner_bottom_icon {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        animation: floatUpDown 1.5s ease-in-out infinite;
        width: 30px;
        height: 30px;
    }

    .amora {
        background: #EEEEEE;
        width: 1440px;
        margin: 0 auto;
        padding-bottom: 50px;
    }

    .amora h1 {
        color: #000000;
        padding: 35px 0;
        text-align: left;
        margin: 0;
        font-size: 64px;
        font-weight: 500;
    }

    .module {
        padding: 80px 40px 0;
        overflow: hidden;
    }

    .module h4 {
        font-size: 40px;
        margin: 0;
        margin-bottom: 36px;
        font-weight: 500;
    }

    .module p {
        font-size: 24px;
    }

    .module_one,
    .module_three {
        display: flex;
        justify-content: space-between;
        text-align: right;
        justify-content: flex-start;
        gap: 50px;
    }

    .module_one .text,
    .module_three .text {
        width: 40%;
    }

    .our_say_pc {
        background: #000000;
        padding: 100px 0;
    }

    .our_say {
        background: #000000;
        color: #ffffff;
        padding-bottom: 60px;
        width: 1440px;
        margin: 0 auto;
    }

    .our_say h2 {
        font-weight: 500;
        padding: 0 20px 100px;
    }

    .our_say p {
        margin: 50px 20px 100px;
        font-size: 32px;
        width: 100%;
    }

    .our_say .swiper-pagination {
        text-align: center;
    }

    .swiper-pagination-bullet {
        width: 31%;
        height: 5px;
        background: #666;
        display: inline-block;
        margin: 0 10px;
    }

    .swiper-pagination-bullet-active {
        background: #fff;
    }

    .together_module h1 {
        color: #000000;
        padding: 35px 0 0;
        text-align: left;
        margin: 0;
        font-size: 64px;
        font-weight: 500;
    }

    .together_module {
        padding-bottom: 50px;
        max-width: 1440px;
        margin: 0 auto;
    }

    .together_module p {
        font-size: 16px;
        color: #999;
        margin-bottom: 35px;
    }

    .together_module img {
        width: 100%;
    }

    .footer_form {
        background: #000000;
        padding: 50px 40px 200px;
        color: #ffffff;
    }

    .footer_form p {
        text-align: center;
        margin: 0;
        font-size: 14px;
    }

    .footer_form .bottom {
        margin: 50px auto;
        max-width: 800px;
        text-align: center;
    }

    .footer_form .input_item,
    .footer_form .input_item_2 {
        display: flex;
        align-items: center;
        margin: 0 auto 30px;
        gap: 20%;
        justify-content: center;
        max-width: 400px;
    }

    .footer_form .input_item .input_items,
    .footer_form .input_item_2 .input_items {
        display: flex;
        align-items: center
    }

    .input_items input[type="radio"] {
        display: none;
    }

    .input_items {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        font-size: 16px;
        display: block;
    }

    .input_items input[type="radio"]+span::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #A02C6C;
        background: transparent;
    }

    .input_items input[type="radio"]:checked+span::before {
        background: #A02C6C;
        border-color: #A02C6C;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    }

    .footer_form .bottom input[type="text"] {
        width: 95%;
        background: #000000;
        border: none;
        border-bottom: 2px solid #ffffff;
        outline: none;
        margin-bottom: 40px;
        font-size: 18px;
        padding: 3px 5px 10px;
        color: #ffffff;
    }

    .footer_form .bottom input::placeholder {
        color: #ffffff;
    }

    .join_button {
        border: 1px solid #ffffff;
        padding: 15px;
        text-align: center;
        width: 10%;
        margin: 0 auto;
        font-size: 18px;
    }

    .module_one_img,
    .module_three_img {
        width: 15%;
    }

    .module_two {
        text-align: right;
        display: flex;
        flex-direction: row-reverse;
    }

    .module_two_img {
        width: 30%;
    }

    .module_two .text {
        text-align: left;
        margin-top: 20px;
        width: 40%;
    }
    #Country{
        width: 98%;
        padding: 15px 10px;
        background: #000000;
        color: #ffffff;
        margin: 0 0 25px;
        outline: none;
        border: 1px solid #ffffff;
        font-size: 20px;
    }
    .go_bottom_icon{
        position: fixed;
        bottom: 10%;
        right: 20px;
        cursor: pointer;
    }
    .go_bottom_icon svg{
        width: 100px;
        height: 100px;
        animation: pulse222 0.6s infinite;
        transform-origin: center;
    }
    .go_bottom_icon span{
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px;
        color: #fff;
        text-align: center;
    }

}

@media screen and (width < 750px) {
    .banner_img {
        height: 100vh;
        overflow: hidden;
        background: url(./img/banner_m.png)no-repeat center center;
        background-size: cover;
    }

    .banner {
        position: relative;
    }

    .banner .text {
        position: absolute;
        top: 15%;
        right: 20px;
        text-align: right;
        width: 80%;
    }

    .banner .text h2,
    .banner .text p {
        font-size: 32px;
        color: #ffffff;
        margin-bottom: 30px;
    }

    .banner .text p {
        font-size: 16px;
    }

    .banner .text h2,
    .banner .text p,
    .banner .banner_button_go {
        opacity: 0;
        transform: translateY(20px);
        animation: fadeUp 0.8s ease forwards;
    }

    .banner .text h2 {
        animation-delay: 0s;
    }

    .banner .text p {
        animation-delay: 0.5s;
    }

    .banner .banner_button_go {
        background: #A02C6C;
        font-size: 14px;
        text-align: center;
        color: #ffffff;
        padding: 9px 17px;
        width: 25vw;
        animation-delay: 1s;
        float: right;
    }

    .banner_bottom_icon {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        animation: floatUpDown 1.5s ease-in-out infinite;
        width: 30px;
        height: 30px;
    }

    .amora {
        background: #EEEEEE;
        padding: 20px 0;
    }

    .amora h1 {
        background: #000000;
        color: #ffffff;
        padding: 10px 0;
        text-align: center;
        margin: 0;
        font-size: 24px;
        font-weight: 500;
    }

    .module {
        padding: 20px 20px 0;
        overflow: hidden;
    }

    .module h4 {
        font-size: 20px;
        margin: 0;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .module p {
        font-size: 14px;
    }

    .module_one,
    .module_three {
        display: flex;
        justify-content: space-between;
        text-align: right;
    }

    .module_one .text,
    .module_three .text {
        width: 65%;
    }

    .our_say {
        background: #000000;
        color: #ffffff;
        padding-bottom: 30px !important;
    }

    .our_say h2 {
        font-weight: 500;
        padding: 10vw 20px 0;
        font-size: 13px;
    }

    .our_say p {
        margin: 25vw 20px 10vw;
        font-size: 12px;
        width: 80%;
        font-size: 18px;
    }

    .our_say .swiper-pagination {
        text-align: center;
    }

    .swiper-pagination-bullet {
        width: 25%;
        height: 1px;
        background: #666;
        display: inline-block;
        margin: 0 5px;
    }

    .swiper-pagination-bullet-active {
        background: #fff;
    }

    .together_module h1 {
        background: #ffffff;
        color: #000000;
        padding: 20px 0;
        text-align: center;
        margin: 20px 0;
        font-size: 24px;
        font-weight: 500;
    }

    .together_module {
        padding-bottom: 37px;
    }

    .together_module p {
        font-size: 12px;
        padding: 0 20px 10px;
    }

    .together_module img {
        width: 100%;
    }

    .footer_form {
        background: #000000;
        padding: 20px 20px 50px;
        color: #ffffff;
    }

    .footer_form p {
        text-align: center;
        margin: 0;
        font-size: 12px;
    }

    .footer_form .bottom {
        margin: 30px 0;
        text-align: center;
    }
    .footer_form .bottom h2{
        font-size: 18px;
        margin: 0;
    }

    .footer_form .input_item,
    .footer_form .input_item_2 {
        display: flex;
        align-items: center;
        margin: 10px 0 30px;
        gap: 20%;
        justify-content: center;
    }

    .footer_form .input_item .input_items,
    .footer_form .input_item_2 .input_items {
        display: flex;
        align-items: center
    }

    .input_items input[type="radio"] {
        display: none;
    }

    .input_items {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        font-size: 16px;
        display: block;
    }

    .input_items input[type="radio"]+span::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #A02C6C;
        background: transparent;
    }

    .input_items input[type="radio"]:checked+span::before {
        background: #A02C6C;
        border-color: #A02C6C;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    }

    .footer_form .bottom input[type="text"] {
        width: 95%;
        background: #000000;
        border: none;
        border-bottom: 2px solid #ffffff;
        outline: none;
        margin-bottom: 14px;
        font-size: 14px;
        padding: 3px 5px 10px;
        color: #ffffff;
    }

    .footer_form .bottom input::placeholder {
        color: #ffffff;
    }

    .join_button {
        border: 1px solid #ffffff;
        padding: 10px;
        text-align: center;
        width: 35%;
        margin: 0 auto;
    }

    .module_one_img,
    .module_three_img {
        width: 40%;
    }

    .module_two {
        text-align: right;
    }

    .module_two_img {
        width: 70%;
        margin: 0 auto;
    }

    .module_two .text {
        text-align: left;
        margin-top: 20px;
    }

    .go_bottom_icon{
        position: fixed;
        bottom: 3%;
        right: 15px;
        cursor: pointer;
    }
    .go_bottom_icon svg{
        width: 70px;
        height: 70px;
        animation: pulse222 0.6s infinite;
        transform-origin: center;
    }
    .go_bottom_icon span{
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px;
        color: #fff;
        text-align: center;
    }
}

.scroll-reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s ease;
}

.scroll-reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.err_text {
    color: #A02C6C;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    display: none;
}

.loading_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    z-index: 9999;
    text-align: center;
}

.heartbeat {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.heart {
    width: 30px;
    height: 30px;
    background: #A02C6C;
    position: relative;
    transform: rotate(-45deg);
    animation: beat 1s infinite;
}

.heart::before,
.heart::after {
    content: "";
    width: 30px;
    height: 30px;
    background: #A02C6C;
    border-radius: 50%;
    position: absolute;
}

.heart::before {
    top: -15px;
    left: 0;
}

.heart::after {
    left: 15px;
    top: 0;
}

@keyframes beat {

    0%,
    100% {
        transform: rotate(-45deg) scale(1);
    }

    50% {
        transform: rotate(-45deg) scale(1.2);
    }
}

.lines {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.line {
    width: 20px;
    height: 2px;
    background: #ff3366;
    animation: pulse 1s infinite;
}

.line:nth-child(2) {
    animation-delay: 0.2s;
}

.line:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes pulse {

    0%,
    100% {
        transform: scaleX(0.5);
        opacity: 0.5;
    }

    50% {
        transform: scaleX(1.4);
        opacity: 1;
    }
}


