p,h2{
        font-family:'Gotham', 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
        text-align: center;
    }

    .l-container__row {
        margin-top: 0px;
        margin-bottom:0px;
        padding-bottom: 20px;
        background-color: #F5EEF3;
    }

    .p-page_content__inner{
        max-width: 1000px;
    }

    .products{
        margin:0 auto;
        width:50%;
    }

    .fst_div{
        padding: 10px 0px 30px;
    }

    .fst_div h2{
        color:#A9577C;
        font-family:'Gotham', 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
        text-align: center;
        font-size: 1.8em;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .fst_pink{
        
        padding:0px 10px 10px;
        width: 100%;
    }

    .fst_pink p{
        color: #A9577C;
        padding: 6px;
        font-size: 1.5em;
        background-color: #fff;
        width: 100%;
        margin: 0px auto 10px;
    }

    .fst_pink img{
        width:100%;
        margin:0 auto;
    }

    .pdt_div{
        margin: 20px 0px 40px;
    }
    .pdt_flex{
        display: flex;
        gap:10px;
        margin:18px 0px;
        justify-content: center;
    }
    .pdt_flex .pdt_img{
        width:45%;
    }
    .syosai_img{
        width: 50%;
        margin: 0px auto 32px;
    }
    .pdt_flex a{
        text-decoration: none;
    }
    .button {
        background-color: #A64C64;
        color: white;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        transition: all 0.2s ease;
        width: 50%;
        margin: 8px auto 33px;
        border-radius: 16px;
        text-decoration: none;
        display: block;
        font-weight: 500;
        }

    .button:active {
        background-color: #c793a1;
    }
    .how_div{
        width:85%;
        margin:0 auto;
    }

    .other_div{
        background-color: #fff;
        padding: 20px 10px 40px;
        margin: 20px;
    }
    .other_div h2{
        color: #272727;
        font-size: 1.6em;
        font-weight: 400;
        line-height: 1.2;
        margin-bottom: 23px;
    }
    .other_btn{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    .other_btn a{
        text-decoration: none;
    }
    .btn_div{
        color: #fff;
        padding: 2px 32px 16px;
        box-shadow: 0 8px 6px rgba(0, 0, 0, 0.2);
    }
    .btn_div p{
        line-height: 1.5;
        font-size: 1.2em;
    }
    .style_2024{
        background-color: #BA6F83;
    }
    .style_2025{
        background-color: #C48596;
    }


@media(min-width:751px){ /*pc*/
    .sp{
        display: none;
    }
    .pc{
        display: block;
    }

}

@media(max-width:750px){ /*sp*/
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .products{
        width:100%;
    }
    .p-page_content {
        padding-right: 0px;
        padding-left: 0px;
    }
    .fst_div h2{
      font-weight:500;
    }
    
    
}