.story {
    padding: 93px 20px 0;
}
.title {
    font-size: 2rem;
    font-weight: 300;
    padding-bottom: 10px;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #8A8070;
}
.sub-title {
    font-size: 1.6rem;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}
.story img {
    width: 100%;
}
.sp-none {
    display: none;
}
.story p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 3.1rem;
    margin-top: 30px;
}
.image-1 {
    width: 70vw;
    margin-top: 70px;
    margin-bottom: 15px;
    border-radius: 0 20px 0 0;
}
.image-2 {
    width: 70vw;
    margin-bottom: 70px;
    margin-right: 0;
    margin-left: auto;
    display: block;
    border-radius: 0 0 0 20px;
}
.creator {
    padding: 0 20px;
}
.creator img {
    width: 280px;
    margin: 0 auto;
    display: block;
}
.creator p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 3.1rem;
    margin-top: 30px;
}

@media (min-width: 960px) {
    .story {
        padding: 93px 20vw 0;
    }
    .title {
        font-size: 2.3rem;
        padding-bottom: 13px;
        width: 300px;
    }
    .sub-title {
        font-size: 1.7rem;
        margin-bottom: 60px;
    }
    .pc-none {
        display: none;
    }
    .sp-none {
        display: block;
    }
    .story p {
        font-size: 1.7rem;
        line-height: 3.8rem;
        margin-top: 30px;
    }
    .image {
        display: flex;
        justify-content: space-between;
        margin: 100px 200px;
    }
    .image-1 {
        max-width: 500px;
        width: 100%;
        border-radius: 0;
        margin: 0;
    }
    .image-2 {
        max-width: 500px;
        width: 100%;
        border-radius: 0;
        margin: 0;
    }
    .creator {
        margin: 0 200px;
    }
    .creator__container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .creator img {
        max-width: 280px;
        display: block;
        margin: 0;
    }    
    .creator__description {
        max-width: 450px;
        padding-left: 30px;
    }
    .creator p {
        margin-top: 0;
    }
}