@charset "utf-8";
/* ==========================================================

* 追加CSS *

============================================================ */


/*-------------------------------------------

 TOP追加

------------------------------------------*/

/*-----------------------------------
 TOP　全部受け放題
-----------------------------------*/
.mv-point-main{
    line-height: 1.7;
    padding: 70px 20px 40px;
}
.mv-point-main p{
    margin: 0;
}
.mv-point-main .text01{
    margin: 0 0 20px;
        line-height: 1.2;
}
.mv-point-main strong{
    font-size: 4vw;
}
.mv-point-main .text02{
    font-size: 12px;
}

/*-----------------------------------
 TOP　体験の流れ
-----------------------------------*/
#top-flow{
    overflow: hidden;
    padding: 0 0 100px;
}
#top-flow .inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}
#top-flow .ttl-box h2{
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 80px;
}
#top-flow .ttl-box h2::after {
    position: absolute;
    content: "";
    display: block;
    background-image: url(https://herbelle.jp/pilates/wp-content/themes/cocoon-child-master/images/long-arrow.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 330px;
    height: 27px;
    bottom: -35px;
    left: 120px;
}
#top-flow .ttl-box h2 p.en{
    font-size: 100px;
    font-weight: 600;
    color: #f7efe9;
    line-height: 1;
    margin: 0;
}
#top-flow .ttl-box h2 p.jp{
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .04em;
    color: #434343;
    margin: 0 0 0 -35px;
}
#top-flow .top-flowSwiper{
    width: calc(100% - clamp(20px, 15vw, 300px));
    margin: 0 0 0 auto;
}
#top-flow ul{
    margin: 0;
}
#top-flow ul li{
    box-shadow: .3125rem .3125rem .875rem -.3125rem #e6e6e6;
    padding: 20px;
    border-radius: 20px;
    min-height: 530px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#top-flow ul li .text-box p{
    margin: 0 0 20px;
}
#top-flow ul li .text-box p.num{
    font-size: 47px;
    line-height: 1.3;
    font-family: "Noto Serif JP", serif;
    color: #f6efe9;
    margin: 0;
}
#top-flow ul li .text-box p.ttl{
    position: relative;
    text-align: center;
}
#top-flow ul li .text-box p.ttl::after {
    position: absolute;
    content: "";
    width: 4.0625rem;
    height: .0625rem;
    background: #434343;
    bottom: -.25rem;
    left: 50%;
    transform: translateX(-50%);
}
#top-flow ul li p.img img{
    border-radius: 10px;
}
#top-flow .flow-navigation{
    display:flex;
    align-items:center;
    gap: 30px;
    margin-top: 35px;
}
#top-flow .flow-navigation .swiper-pagination{
    position: static;
    flex: 1;
    height: 10px;
    background: #ddd;
    border-radius: .625rem;
}
#top-flow .flow-navigation .swiper-pagination-progressbar-fill{
    background: #6a8b63;
    border-radius: .625rem;
}
#top-flow .swiper-button-prev::after,
#top-flow .swiper-button-next::after{
    display:none;
}
#top-flow .swiper-button-prev,
#top-flow .swiper-button-next{
    display: none;
}

/*-----------------------------------
 TOP　ポイント
-----------------------------------*/
#top-feature {
    margin: 100px 0 0;
}

/*-----------------------------------
 TOP　FAQ
-----------------------------------*/
.top-faq-inner{
    padding: 100px 0 100px;
}

/*-----------------------------------
 TOP　コンタクト
-----------------------------------*/
#top-contact{
    position: relative;
    overflow: hidden;
    padding: 160px 0;
    background: url("https://herbelle.jp/pilates/wp-content/themes/cocoon-child-master/images/top-contact-bg01.jpg") center top / cover no-repeat;
}
#top-contact::before{
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://herbelle.jp/pilates/wp-content/themes/cocoon-child-master/images/top-contact-bg02.jpg") center top / cover no-repeat;
    opacity: 0;
    transition: opacity .8s ease; /* ゆっくり */
    z-index: 0;
}
#top-contact:hover::before{
    opacity: 1;
}
#top-contact > *{
    position: relative;
    z-index: 1;
}
#top-contact .top-inner{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
#top-contact .text-box{
    max-width: 600px;
    text-align: center;
}
#top-contact .text-box p.text01{
    color: #fff;
    font-size: 2.1rem;
    font-family: var(--ff-min);
    line-height: 1.2;
    margin: 0 0 2rem 0;
    font-weight: 400;
}
#top-contact .text-box p.ttl{
    font-size: 19px;
    letter-spacing: 1px;
    background: #fff;
    display: inline-block;
    padding: 5px 17px;
}
#top-contact .campaign-btn-area{
    margin: 0;
}
#top-contact .campaign-btn{
    margin: 0 auto 0;
    padding: 45px 190px;
}