@charset "utf-8";

html{
    overscroll-behavior-y: none;
}

footer{
    position: static;
}
main{
    padding: 0 var(--size-gap-half);
    padding: 160px 0;
    color: #fff;
    height: calc(100dvh - var(--size-footer));
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 1rem;
    text-align: center;
    line-height: 1.5;
    padding-top: var(--size-footer);
}
.contact p{
    margin-bottom: var(--size-gap-half);
}
.contact .eng{
    font-family: "Figtree", sans-serif;
    margin-bottom: var(--size-gap);
}
.contact .mail{
    font-family: "Figtree", sans-serif;
    font-size: 1.2rem;
}
.contact .mail:hover{
    background-color: #03ff00;
    color: #000;
}

/* pc */
@media screen and (min-width:1024px) {

}

/* ipad */
@media screen and (min-width:768px) and ( max-width:1024px) {
}