@charset "UTF-8";
/*メールアドレス*/

html, body{
    background-image: linear-gradient(90deg, #ff6da032, #fd9c6f46);
}

.mail-body{ 
     /* background-color: #fd9c6f14;  */
    width: 100vw;
    height: 100vh;
    position: relative;
 }


 
.lm_container{
    max-width: 850px;
    width: 80%;
    max-height: 630px; 
    height: 100%;
    margin: 0 auto;
    background-color: #FFF;
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 5px 5px 4px  #ff6da06b;
}

.lm_close p{
    font-size: 30px;
    position:absolute;
    top: 0;
    right: 0;
    color: black;
}

.submit_form_input_submit{
    width: 80%;
}

.input_text{
    position: relative;
}

.form_input{
    max-width: 850px;
    max-height: 70px;
    width: 80%;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 80px 10px 80px;
    font-size: 30px;
}

.btn-container{
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}
.puru-01{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation: btn_animation 1s infinite;
}

@keyframes btn_animation {
    0% {
        top: 400px;
    }

    10% {
        top: 403px;
    }

    20% {
        top: 4000px;
    }

    30% {
        top: 403px;
    }

    40% {
        top: 400px;
    }
}

footer {
    position: absolute;
    bottom: 0;
    width: 100vw;
    background-color: #FFF0FE;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
    padding: 27px 0;
    padding-bottom: 100px;
}

footer .mail-footer-extra {
    width: fit-content;
    margin: auto;
}

footer .mail-footer-extra ul {
    margin-bottom: 30px;
}

footer .mail-footer-extra ul li {
    text-align: center;
    
}

footer a {
    color: #444444;
}

footer a:hover {
    color: #444444da;
    ;
}

footer p {
    width: fit-content;
    margin: auto;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .form_input{
        font-size:20px;
        padding: 0;
    }
    .cta_main_btn{
        width: 70%;
    }
}


@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
    .lm_container{
        max-height: 240px;
        height: 100%;
    }
    .form_input{
        font-size:11px;
       
    }

    .lm_close p{
        font-size: 25px;
        top: -15px;
        right: -10px;
        color: black;
    }

.btn-container{
    top:80px;
}

.text-caution{
    font-size: 10px;
}

.puru-01{
    width: 70%;
}

.mail-footer-extra a{
    font-size: 10px;
}

.mail-footer p{
    font-size: 9px
}

}