@charset "utf-8";

/* パンくずリスト */
#fs-lp-story .block-topic-path--list {
    display: flex;
    font-size: 18px;
}
#fs-lp-story .block-topic-path--list a{
    text-decoration: underline;
    margin-right: 8px;
}

/* メイン */
#fs-lp-story .wrap{
    max-width: 910px;
    margin: 0 auto;
    padding-top: 40px;
    box-sizing: border-box;
}
#fs-lp-story .pc{
    display: inline;
}
#fs-lp-story .sp{
    display: none;
}
#fs-lp-story ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#fs-lp-story p {
    line-height: 2.0;
    margin: 1rem 0 3rem 0;
}
#fs-lp-story .fs-lp-story-inner-01{
    text-align: center;
    margin-bottom: 80px;
}
#fs-lp-story .fs-lp-story-inner-02{
    text-align: center;
    margin-bottom: 80px;
}
#fs-lp-story .fs-lp-story-inner-03{
    text-align: center;
    margin-bottom: 80px;
}
.fs-lp-story-copy{
    font-family: "Sawarabi Mincho";
    font-size: 3.4rem;
    letter-spacing: 2.0;
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: rgba(255, 228, 0, 0.4);
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}
#fs-lp-story .wrap h2 {
    font-family: "Sawarabi Mincho";
    font-size: 2.6rem;
    margin: 40px auto;
    position:relative;

    width: fit-content;
    border-top: 3px solid #EBC52F;
    border-bottom: 3px solid #EBC52F;
    padding: 12px 0;
}

/* #fs-lp-story .wrap h2:before{
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #EBC52F;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -42px;
}
#fs-lp-story .wrap h2:after{
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #EBC52F;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -42px;
} */
.fs-lp-story-inner-01 img{
    margin-bottom: 20px;
}
.fs-lp-story-inner-03 img{
    width: 40%;
}

/* レスポンシブ */
@media screen and (max-width:428px) {

    .fs-l-main {
        padding: 8px 4%;
    }
    #fs-lp-story .pc{
        display: none;
    }
    #fs-lp-story .sp{
        display: inline;
    }
    #fs-lp-story p {
        line-height: 1.6;
    }
    .fs-lp-story-inner-03 img {
        width: 80%;
    }

}
