@charset "utf-8";


/* reset ******************************* */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100vw;
    color: #333;
    font-size: 15px;
    line-height: 1.3;
    overflow-x: hidden;
    background: #fff;
    word-break: keep-all;
    letter-spacing: -1px;
    font-family: 'SCDream4', sans-serif;
    background-color: #f7f3f0;
    background-size: cover;
    background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-size: inherit;
    font-weight: normal;
}

img,
fieldset,
button {
    border: none;
    vertical-align: top;
}

input::placeholder,
textarea::placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 300;
}

em,
i,
address {
    font-style: normal;
}

ul,
li {
    list-style: none;
}

a {
    color: #333;
    font-weight: normal;
    text-decoration: none;
}