@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

html {
    font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input {
    transition: all 0.3s;
}

@media (max-width: 768px) {
    .wrap {
        min-width: 320px;
    }
}