@charset "utf-8";
main{
    color: #3D3A3A;
}
.head_sec{
    overflow: hidden;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    text-align: center;
}
.head_sec_wrap{
    border-bottom-left-radius: 1000px 50%;
    border-bottom-right-radius: 1000px 50%;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../../img/contents/2025summer/bg.jpg) center/cover no-repeat;
}
.head_sec_img img{
    max-width: 430px;
    width: 80%;
}
.head_sec_subtitle{
    font-weight: bold;
    margin: 1em 0;
}
.style_container{
    position: relative;
}
.style_container::before{
    content: "";
    display: block;
    background: url(../../img/contents/2025summer/bg_mb.jpg) center/cover no-repeat;
    position: absolute;
    bottom: 0;
    /* width: calc(50% + 50vw);
    margin: 0 calc(50% - 50vw); */
    height: 600px;
    /* border-radius: 0px 9999px 9999px 0px; */
    z-index: 0;
}
.style_container:nth-child(1)::before{ background-image: url(../../img/contents/2025summer/bg_mb.jpg) ;}
.style_container:nth-child(2)::before{ background-image: url(../../img/contents/2025summer/bg_lg.jpg) ;}
.style_container:nth-child(3)::before{ background-image: url(../../img/contents/2025summer/bg_sb.jpg) ;}
.style_container:nth-child(4)::before{ background-image: url(../../img/contents/2025summer/bg_bb.jpg) ;}
.style_container:nth-child(5)::before{ background-image: url(../../img/contents/2025summer/bg_pb.jpg) ;}
.style_container::after{
    content: "";
    display: block;
    border: 1px solid #fff;
    position: absolute;
    bottom: 25px;
    height: calc(600px - 50px);
    z-index: 0;
}
.style_container:nth-child(odd)::before{
    width: calc(50% + 50vw);
    margin-left: calc(50% - 50vw);
    border-radius: 0px 9999px 9999px 0px;
}
.style_container:nth-child(odd)::after{
    width: calc(50% + 50vw - 25px);
    margin-left: calc(50% - 50vw);
    border-left: none;
    border-radius: 0px 9999px 9999px 0px;
}
.style_container:nth-child(even)::before{
    width: 100vw;
    margin-right: calc(50% - 50vw);
    border-radius: 9999px 0px 0px 9999px;
}
.style_container:nth-child(even)::after{
    width: calc(100vw);
    margin-right: calc(50% - 50vw);
    border-right: none;
    border-radius: 9999px 0px 0px 9999px;
    left: 25px;
}
.style_box{
    position: relative;
    align-items: end;
    z-index: 1;
}
.style_box_img{
    width: 50%;
}
.style_box_img img{
    width: 100%;
    padding: 0 30px;
}
.style_box_cap{
    width: auto;
    color: #fff;
    padding-bottom: 80px;
}
.style_container:nth-child(odd) .style_box_cap{
    margin-left: 0;
    margin-right: auto;
}
.style_container:nth-child(even) .style_box_cap{
    margin-left: auto;
    margin-right: 0;
}
.style_box_cap .style_box_cap_text {
    max-width: 310px;
    font-weight: bold;
    margin-bottom: 30px;
}
.style_box_staff{
    display: flex;
    align-items: center;
}
.style_box_staff_tmb{
    width: 80px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    border: 6px solid white;
}
.style_box_staff_tmb img{
    width: 100%;
}
.style_box_staff_salon{
    font-size: 12px;
    margin-bottom: 5px;
}
.style_box_staff_name{
    display: inline-block;
}
.style_box_staff_sns{
    display: inline-block;
    width: 20px;
}
.style_box_cap_title{
    margin-bottom: 40px;
}
.style_box_cap_title img{
    width: 100%;
    max-width: 310px;
}
.style_container:nth-child(even) .flexbox.style_box{
    flex-direction: row-reverse;
}
.sec_footer{
    margin-top: 100px;
    text-align: center;
}
.sec_footer h3{
    margin-bottom: 1em;
}
@media (max-width:960px){
    .style_box_img{
        width: 100%;
        text-align: center;
        border-radius: 0 0 50% 50%;
        overflow: hidden;
    }
    .style_box_img img{
        max-width: 400px;
    }
    .style_container:nth-child(odd) .style_box_cap,
    .style_container:nth-child(even) .style_box_cap{
        margin: auto;
    }
    .style_container:nth-child(odd)::before,
    .style_container:nth-child(even)::before{
        height: 100%;
        border-radius: 9999px 9999px 9999px 9999px;
    }
    .style_container:nth-child(odd)::after,
    .style_container:nth-child(even)::after{
        width: calc(100% - 25px);
        height: calc(100% - 25px);
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        margin-left: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        border-radius: 9999px 9999px 9999px 9999px;
    }
    .style_box_staff{
        justify-content: center;
    }
    .style_box_cap{
        padding-bottom: 100px;
    }
    .head_sec_wrap{
        margin-bottom: 50px;
    }
    .head_sec_wrap_inner{
        padding: 20px;
    }
}