html,
body{
  margin:0;
  padding:0;
  min-height:100%;
}

body{
  font-family: "Zen Old Mincho", serif;
  color: #373634;
  font-weight: 400;
  letter-spacing: .03em;
  position: relative;
}

.page-fixed-bg{
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/5d510dc3-2ce8-48bc-ab94-57740a0000fe/img/dfd5ec40-b3ae-013e-a510-0a58a9feac02/%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%81%AE%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%20(52)%20(1).jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

section{
  background: transparent !important;
}

@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: 1.94;
    color: #231815;
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
}

@media screen and (max-width:768px) {
    p {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .0em;
        line-height: 2em;
        color: #231815;
        margin-bottom: 15px;
        text-align: left;
    }
    
    .page-fixed-bg{
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/5d510dc3-2ce8-48bc-ab94-57740a0000fe/img/2f9d19e0-ff1b-013e-0487-0a58a9feac02/%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A%E3%81%AE%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%20(52)%20(1)%20(1)%20(1).jpg");
}
}

h2, h3, h4, h5, h6 {
    font-weight: 500;
    letter-spacing: .04em;
}

section {
    display: block;
    background: transparent !important;
}

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

li {
    list-style: none;
}

ul, ol {
    padding: 0px;
}

a {
    color: inherit;
}