.body{
    overflow-x: hidden;
}

.section-title{
    margin-top: 100px!important;
}

.story-section{
    width: 100%;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  padding: 30px 0px;
  margin: 0 auto;
}

.story-section p{
    font-family: 'Aozora Mincho', 'Times New Roman', 'Klee One', 'MS Mincho', sans-serif;
    margin: 0 10%;
    min-height: 100vh;
    text-align: center;
    line-height: 2.0rem;
    font-size: 1rem;
}

.font-accent{
    font-weight: bold;
    font-size: 1.25rem;
}

.color-accent{
    color: #df5446;
    font-weight: bold;
    font-size: 1.25rem;
}


@media (max-width: 767px) {

    .story-section p {
        font-size: 0.8rem;
    }

    .font-accent{
        font-weight: bold;
        font-size: 1rem;
    }

    .color-accent{
        color: #df5446;
        font-weight: bold;
        font-size: 1rem;
    }

}
