body {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #74584A;
}

body {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/5d510dc3-2ce8-48bc-ab94-57740a0000fe/img/2305f920-6a77-013e-cf84-0a58a9feac02/drawing-paper-texture%20(1).jpg");
    background-repeat: repeat;   /* 繰り返し敷き詰め */
    background-size: auto;       /* 元のサイズで繰り返し */
    background-attachment: fixed;/* スクロールしても背景固定 */
}


@media only screen and (min-width: 1px) and (max-width: 480px) {
[data-custom-sp-fontsize="12px"] {
    font-size: 14px !important;
}
}

p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1px;
    color: #74584A;
    padding-top: 35px;
    padding-bottom: 15px;
    text-align: center;
}

@media screen and (max-width:768px) {
    p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 2em;
    color: #74584A;
    padding-bottom: 15px;
    text-align: left;
}
}

h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    letter-spacing: .04em;
}

strong {
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 50px;
}

section {
    display: block;
}

img {
    max-width: 100%;
    display: block;
}

li {
  list-style: none;
}

ul, ol {
    padding: 0px; 
}

a {
  color: inherit;
}