.cta{ padding: 60px 0; background-color: #fffcd6; position: relative;}
.cta::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    aspect-ratio: 2798 / 292;
    background-image: url(../../images/mv_bg_text01.webp);
    background-size: contain;
    background-repeat: repeat-x;
    width:100%;
    opacity: 0.2;
    z-index: 1;
}
.cta::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    aspect-ratio: 2798 / 292;
    width:100%;
    background-image: url(../../images/mv_bg_text02.webp);
    background-size: contain;
    background-position: bottom;
    background-repeat: repeat-x;
    z-index: 1;
    opacity: 0.2;
}

.cta .inner{ width:90%; text-align: center; max-width:720px; margin:0 auto; position: relative; z-index: 2;}
.cta .lead{ font-size:32px; line-height:1.5; margin-bottom:20px;font-family: "Hina Mincho", serif; color: #f5558a;}

.session-calendar{
    padding:40px 0;
}
.session-calendar .text-lead{
    font-weight: 600;
    margin-bottom: 24px;
}
#timerex_calendar>div{
    border-radius: 16px;
    overflow: hidden;
}
.sp{ display: none;}
.femcare-content .femcare-content__headline{ font-size:clamp(1.9rem, 1.5rem + 2.6vw, 2.9rem);}




@media (max-width: 768px) {
    .sp{
        display: block;
    }
    .cta .lead{
    font-size: 24px;
    }
    .femcare-content .femcare-content__headline{
        font-size: 30px;
    }


}
.btn01{
background: linear-gradient(0deg, rgb(0, 0, 0) 0.02%, rgb(51, 18, 29) 3.98%, rgb(96, 33, 54) 8.12%, rgb(136, 47, 77) 12.56%, rgb(170, 59, 96) 17.22%, rgb(197, 68, 111) 22.16%, rgb(218, 76, 123) 27.5%, rgb(233, 81, 132) 33.42%, rgb(242, 84, 136) 40.38%, rgb(245, 85, 138) 50.96%, rgb(0, 0, 0) 100%);
    background-size: 100% 230%;
    background-position: 0 75%;
    border-radius: 999px;
    color: #fff;
}

.btn01::before{ z-index: 2;}
.btn01 a{ z-index: 3; position: relative; background: none;}
.btn01 a:hover{ color: #ffffff;}