* {
    font-family: 'YuGothic', 'kozuka-gothic-pr6n', Arial, Noto Sans JP, sans-serif;
}

.hero img {
    width: 100%;
    height: calc(100vh - 250px);
    object-fit: cover;
    vertical-align: bottom;
    position: fixed;
}

.scroll {
    width: 1100px;
    background-color: #FDF7EE;
    border-radius: 35px 35px 0px 0px;
    padding: 0px calc((100% - 1100px) / 2);
    top: calc(100vh - 285px);
    position: absolute;
    text-align: center;
}

.title {
    height: 285px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.title .left h3 {
    color: var(--otete-main);
    font-size: 22px;
    margin-bottom: 15px;
    text-align: left;
}

.title .left img {
    width: 342px;
}

.title .right p {
    font-size: 18px;
    line-height: 175%;
    text-align: justify;
    color: var(--otete-main);
}

h2 {
    margin-top: 150px;
    font-size: 35px;
    color: var(--otete-main);
    display: inline-block;
    position: relative;
    z-index: 0;
}

h2::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: -5%;
    width: 110%;
    height: 30px;
    background-color: rgba(245, 232, 158, 0.5);
    z-index: -1;
}

.summary .outline {
    font-size: 24px;
    color: var(--otete-main);
    margin-top: 30px;
    margin-bottom: 50px;
}

.white-box {
    background-color: white;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 900px;
    padding: 50px 100px;
    margin: 50px 0;
}

.white-box img {
    width: 350px;
}

.summary .white-box img {
    height: 300px;
    object-fit: contain;
}

.white-box .text-box {
    width: 475px;
    text-align: left;
}

.white-box .text-box h4 {
    font-size: 24px;
    color: var(--otete-main);
    margin-bottom: 15px;
}

.white-box .text-box p {
    font-size: 18px;
    color: var(--otete-main);
    text-align: justify;
    font-weight: 500;
    line-height: 175%;
}

.start .white-box {
    padding: 100px;
}

.locus-items {
    position: relative;
    margin-top: 50px;
    padding: 0 75px;
}

.timeline {
    position: absolute;
    border: 2px solid var(--otete-main);
    height: 100%;
    left: 245px;
}

.locus-items .item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 50px 0;
    /* text-align: right; */
}

.locus-items .item .date {
    width: 100px;
    text-align: right;
}

.locus-items .item h5 {
    font-size: 24px;
    color: var(--otete-main);
    margin-bottom: 15px;
}

.item .content {
    text-align: left;
    width: 700px;
}

.item .content img {
    margin-bottom: 10px;
}

.item .content p {
    font-size: 18px;
    line-height: 175%;
    color: var(--otete-main);
    font-weight: 500;
    text-align: justify;
}

.movie {
    margin-bottom: 100px;
}

.movie iframe {
    display: block;
    margin: 50px auto;
}