@media screen and (min-width: 768px) {
    /** studio section **/
    .studio-bg::after {
        bottom: -5%;
    }
    .studio-container > p > br {
        display: none;
    }
    /** end studio section **/

    /* review */
    .bg-03-img {
        clip-path: ellipse(250% 95% at 50% 0%);
    }
    /* end review */

    /* good point */
    .good-point-card > .content > img {
        width: 320px;
    }
    .good-point-card > .content {
        padding: 30px 80px;
    }
    /* end good point */
}

@media screen and (max-width: 767px) {
    /** studio section **/
    .studio-bg::after {
        clip-path: ellipse(150% 100% at 50% 0%);
        bottom: -10%;
    }
    .studio-container > .yellow-border-box {
        font-size: 30px;
    }
    /** end studio section **/

    /* review */
    .bg-03-img {
        clip-path: ellipse(250% 95% at 50% 0%);
    }
    /* end review */

    /* good point */
    .good-point-section .bg-03-img {
        padding: 100px 0 200px 0;
        clip-path: ellipse(250% 96% at 50% 0%);
    }
    .good-point-card > .content {
        flex-direction: column;
        align-items: center;
        padding: 30px 0px
    }
    .good-point-card > .content > img {
        width: 90%;
    }
    .good-point-card > .caption {
        font-size: clamp(12px, 5vw, 32px);
    }
    .good-point-card > .content > .text {
        width: 90%;
        font-size: 16px;
    }
    /* end good point */
    
}
/* header */
.header-container-pc{
    height: 60px;
}
.logo-img img{
    width: 80%;
}

.header-container.sp {
    background-color: #fef5f8;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #e60062;
    padding: 5px 0;
}
.header-text {
    display: flex;
    flex-direction: column;
    padding: 0 5px 5px;
    font-size: 8px;
}
.header-text > div:nth-child(2) {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    height: fit-content;
    line-height: 1;
}
.header-text > div:nth-child(2) > img {
    width: 13px;
    padding-left: 2px;
    transform: rotate(15deg);
}
.header-text > p:nth-child(3) {
    font-size: 10px;
    font-weight: bold;
}
.header-container.sp > img {
    width: 130px;
}
/* end header */

/* banner */
.banner-img {
    width: 100%;

}
.banner-img > img {
    width: 100%;
}
/* end banner */

/* slider banner */
.slider-banner-section {
    margin-top: -5px !important;
    position: relative;
    z-index: 1;
}

.slider-container.sp > .slider {
    width: 85%;
    margin-left: 5%;
}

.slider-banner-section.section-sp>.slider-container.sp>.slider-imgs {
    width: 100%;
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease-in-out;
    margin-bottom: 20px;
}

.slider-banner-section.section-sp>.slider-container.sp>.slider-imgs>.slide {
    width: 70vw;
    max-width: 400px;
    border-radius: 20px;
    flex-shrink: 0;
}

.slider-banner-section.section-sp>.slider-container.sp>.slider-imgs>.slide>img {
    width: 100%;
}

.slider-circle-group {
    width: 80px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.slider-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
}

.slider-circle:nth-child(1) {
    opacity: 1;
}

.slider-container.sp>.btn {
    top: 25%;
}

.slider-container.sp>.prev-btn {
    left: calc(50% - 220px);
}

.slider-container.sp>.next-btn {
    right: calc(50% - 220px);
}
@media screen and (max-width: 767px) {
    .slider-container.pc {
        padding: 30px 10px 50px 10px;
        gap: 30px;
        box-sizing: border-box;
    }
    .slider-container {
        height: auto;
        z-index: auto;
    }
}

@media screen and (max-width: 571px) {
    .slider-container.sp>.btn {
        top: 27%;
    }

    .slider-container.sp>.prev-btn {
        left: calc(15vw - 20px);
    }

    .slider-container.sp>.next-btn {
        right: calc(15vw - 20px);
    }
}

/* end slider banner */

/* map */
.map-bg.sp {
    padding: 100px 0;
}
@media screen and (max-width: 767px) {
    .map-container.pc{
        padding-bottom: 0;
    }
}
/* end map */

/** studio section **/
.studio-section {
    width: 100%;
    height: fit-content;
    position: relative;
    z-index: 0;
    overflow: hidden;
    bottom: 90px;
    margin-bottom: -90px;
}



.studio-bg::after {
    content: '';
    width: 100%;
    height: 50%;
    /* background-color: #ffbdce; */
    position: absolute;
    z-index: -1;
}

.studio-card {
    width: 60%;
    min-width: 320px;
    max-width: 576px;
    position: relative;
}
.studio-card > img {
    border-radius: 20px;
}
.studio-circle-group {
    width: 80px;
    display: flex;
    justify-content: space-between;
}
.studio-circle-group > .studio-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
}

.studio-circle-group > .studio-circle:nth-child(1) {
   opacity: 1;
}
/** end studio section **/


@media screen and (max-width: 767px) {
    .studio-bg {
        background-image: url(/common/images/renew/fes/fes-studio-back-sp.webp);
    }
    
}


/** end review section **/

/* three reason */
.three-reason-screen {
   margin-top: -160px;
}
/* end three reason */

/* good point */
.good-point-section {
    position: relative;
    margin-top: -50px;
}
.good-point-section .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.good-point-section .title > .yellow-border-box {
    font-size: clamp(32px, 7vw, 40px);
}
.good-point-card {
    max-width: 1000px;
    width: 95%;
}
.good-point-card > .caption {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #ff026f;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
}
.good-point-card > .content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #feedf3;
    color: #646464;
    font-size: 14px;
    text-align: justify;
    display: flex;
    box-sizing: border-box;
    gap: 30px;
}
.good-point-card > .content > img {
    object-fit: contain;
    border-radius: 10px;
}
.good-point-card > .content > .text {
    line-height: 1.7;
}
.good-point-card > .content > .text > p:nth-child(1){
    font-weight: 500;
    color: #ff026f;
    font-size: 20px;
}
.good-point-card > .content > .text > p:nth-child(2){
    text-indent: 1em;
}
/* end good point */

.back-white {
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .pink-cva {
        z-index: 1;
    }
}

.dance-map-tit {
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .yellow-border-box {
        line-height: 1.5;
    }
}
/********************************
	CPバナー_はじまり
********************************/
.slider-imgs {
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3vw;
    position: relative;
  }
  .swiper-slide {
    max-width: calc((1000px - 50px) / 2);
    box-sizing: border-box;  
  }
  .kv-swiper {
    width: 100%;
    max-width: 1000px;
  }
  
  @media (min-width: 769px) {
    .kv-swiper .swiper-wrapper {
        display: flex;
    }
    .kv-swiper .swiper-slide {
        flex-shrink: 0;
    }
    .kv-swiper .swiper-slide img {
      border-radius: 12px;
    }
    .swiper-button-prev.kv, .swiper-button-next.kv, .swiper-pagination.kv {
        display: none !important;
    }
  
  }
  

    .kv-bnr-swiper-button-prev, .kv-bnr-swiper-button-next {
      width: 25px !important;
      height: 25px !important;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.5);
      border: 1px solid #b7a35c;
    }
    .kv-bnr-swiper-button-prev.kv {
      top: calc(50% - 30px) !important;
      left: calc(max(0px, 5% - 2* 16px)) !important;
      position: absolute;
      z-index: 1;
    }
    .kv-bnr-swiper-button-next.kv {
      top: calc(50% - 30px) !important;
      right: calc(max(0px, 5% - 2* 16px)) !important;
      position: absolute;
      z-index: 1;
    }
    .kv-bnr-swiper-button-prev:after, .kv-bnr-swiper-button-next:after {
      content: '' !important;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      display: inline-block;
    }
    .kv-bnr-swiper-button-prev:after {
      border-width: 6px 8px 6px 0;
      border-color: transparent #b7a35c transparent transparent;
      left: 7px;
      top: 7px;
    }
    .kv-bnr-swiper-button-next:after {
      border-width: 6px 0 6px 8px;
      border-color: transparent transparent transparent #b7a35c;
      top: 7px;
      right: 8px;
    }
    .kv-swiper {
      position: relative;
      overflow: hidden
    }
    .kv-swiper .swiper-wrapper {
      display: flex;
      padding-bottom: 30px;
    }
    .swiper-slide {
      max-width: calc((1000px - 50px) / 1);  
    }
    .kv-swiper .swiper-slide {
      display: flex;
      justify-content: center; /* 水平方向の中央揃え */
      align-items: center;
      text-align: center;
      /* width: 50% !important;  */
    }
    
    .kv-swiper .swiper-slide img {
      width: 100%; /* 画像をスライド内いっぱいに表示 */
      height: auto;
      object-fit: contain; /* 画像の縦横比を維持 */
      object-position: center;
      border-radius: 12px;
      background-color: #fbbecd;
    }
    .slider-container.pc {
      padding: 30px 10px 50px 10px !important;
      gap: 30px;
      box-sizing: border-box;
    }
    .kv-swiper .swiper-slide {
      width: 100%;
      flex-shrink: 0; /* 縮小を防ぐ */
    }
  /********************************
      CPバナー_おわり
  ********************************/

/********************************

	スタジオ_はじまり

********************************/
.studio-swiper {
    padding-bottom: 20px !important;
}
.studio-card {
    width: 60%;
    min-width: 320px;
    max-width: 576px;
    position: relative;
    padding-bottom: 20px;
}

.studio-section {
    width: 100%;
    background-color: #fff;
    height: fit-content;
    clip-path: ellipse(200% 100% at 57% 100%);
}
.studio-bg {
    width: 100%;
    height: fit-content;
    background-color: #ffbdce;
    position: relative;
}
.studio-container {
    padding: 70px 0 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.swiper-pagination-bullet-active {
    background: #fff !important;
}
.swiper-button-prev::after, .swiper-button-next::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}
.swiper-pagination.studio {
    bottom: 0 !important;
}
.swiper-button-prev, .swiper-button-next {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    border: 1px solid #b89c5b !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    color: transparent !important;
    background: rgba(255, 255, 255, 0.8);
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev::after {
    border-width: 9px 14px 9px 0;
    border-color: transparent #b89c5b transparent transparent;
    margin-right: 3px;
}
.swiper-button-next::after {
    border-width: 9px 0 9px 14px;
    border-color: transparent transparent transparent #b89c5b;
    margin-left: 3px;
}
@media (min-width: 768px) {
    .studio-swiper .swiper-slide {
        width: 600px !important;
        max-width: none !important;
    }
    #studio-btn-prev {
        left: calc((100vw - 600px) / 2 - 27px) !important;
        top: 65% !important;
    }
    #studio-btn-next {
        right: calc((100vw - 600px) / 2 - 27px) !important;
        top: 65% !important;
    }
    .studio-swiper .swiper-wrapper {
        width: 600px;
    }
}
@media screen and (max-width: 767px) {
    .studio-swiper-slide {
        width: 90% !important;
    }
    .studio-swiper {
        width: 90%;
    }
    #studio-btn-prev {
        top: 65% !important;
    }
    #studio-btn-next {
        top: 65% !important;
    }
    .swiper-button-prev {
        left: calc(5% - 25px + 8px) !important;
        top: calc(50% - 0px) !important;
    }
    .swiper-button-next {
        right: calc(5% - 25px + 8px) !important;
        top: calc(50% - 0px) !important;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 30px !important;
        height: 30px !important;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #b7a35c;
    }
    .swiper-button-prev:after {
        border-width: 6px 9px 6px 0;
        border-color: transparent #b7a35c transparent transparent;
        left: 8px;
    }
    .swiper-button-prev:after, .swiper-button-next:after {
        content: '' !important;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        display: inline-block;
    }
    .swiper-button-next:after {
        border-width: 6px 0 6px 9px;
        border-color: transparent transparent transparent #b7a35c;
    }
    .studio-container {
        padding: 80px 0 60px 0;
        gap: 0;
    }
    

}
/********************************

	スタジオ_おわり

********************************/
/********************************

	ダンスジャンル_はじまり

********************************/
.dance-genre-section {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .dance-genre-section {
        margin-top: 30px;
    }
}
/********************************

	ダンスジャンル_おわり

********************************/

/********************************

	ダンスの良いところ_はじまり

********************************/
.popular-point-section {
    position: relative;
    z-index: 2;
}
.dance-body-img {
    width: 80%;
}
.dance-body-img img {
    border-radius: 12px;
}

.right-text {
    width: 100%;
    line-height: 1.8;
}
.genre-box {
    display: flex;
    gap: 50px;
    flex-flow: column;
    align-items: center;
}
.dance-reason-section {
    position: relative;
    z-index: 2;
}
.dance-container {
    max-width: 1000px;
    background-color: #feedf3;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dance-head {
    background-color: #ff026f;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    border-radius: 10px 10px 0 0;
    padding: 20px;
    font-weight: bold;
    font-size: 1.4em;
    box-sizing: border-box;
}
.dance-body {
    width: 100%;
    display: flex;
    gap: 30px;
    padding: 3vw;
    box-sizing: border-box;
}
.right-text > h4:nth-child(1) {
    color: #ff026f;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
    .genre-box {
        gap: 30px;
    }
    .dance-body {
        padding: 25px 20px 40px 20px;
        flex-direction: column;
    }
    .dance-body-img {
        width: 100%;
    }
    .dance-head {
        font-size: 1.1rem;
        padding: 12px;
        height: auto;
    }
    .dance-container {
        max-width: 100%;
        margin: 0 20px;
        width: auto;
    }
    .right-text > h4:nth-child(1) {
        font-size: clamp(14px, 5vw, 36px);
    }
    .right-text > p:nth-child(2) {
        font-size: 14px;
    }
    .dance-reason-section {
        margin-top: 30px;
    }
}
/********************************

	ダンスの良いところ_おわり

********************************/

/********************************

	口コミ_はじまり

********************************/


.review-section {
    position: relative;
    width: 100%;
    margin-bottom: -50px;
    z-index: 1;
}

.review-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.review-title>.yellow-border-box {
    width: 350px;
}

.review-slider-container {
    width: 100%;
    max-width: 1140px;
    overflow-x: hidden;
    margin: 40px auto 80px;
    position: relative;
}

.review-slider-container>.btn {
    top: 40%;
    width: 30px;
    height: 30px;
}

.review-slider-container>.prev-btn {
    left: calc(50% - 200px);
}

.review-slider-container>.next-btn {
    right: calc(50% - 200px);
}

.review-slider {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    transition: transform 0.5s ease-in-out;
    gap: 30px;
}

@media screen and (max-width: 1140px) {
    .review-slider {
        transform: translateX(calc((100vw - 1140px) / 2));
    }
}
@media screen and (max-width: 767px) { 
    .review-section {
        margin: 30px auto 0;
    }
    .review-slider-container {
        margin: 0px auto 50px;
    }
    .review-slider-container>.prev-btn {
        left: 8%;
    }
    .review-slider-container>.next-btn {
        right: 28px;
    }
    
}

@media screen and (max-width: 515px) {
    .review-slider {
        transform: translateX(calc((-110vw - 60px) / 2));
        gap: 20px;
    }

    .review-container>.btn {
        top: 50%;
    }

    .review-container>.prev-btn {
        left: calc(50% - 35% - 20px);
    }

    .review-container>.next-btn {
        right: calc(50% - 35% - 20px);
    }
}

.review-card {
    border-radius: 10px;
    border: 2px solid #fcc2d1;
    background-color: #feeef3;
    width: 60vw;
    max-width: 360px;
    aspect-ratio: 8/5;
    min-height: fit-content;
    display: flex;
    flex-shrink: 0;
    font-size: clamp(10px, 1.5vw, 14px);
    box-sizing: border-box;
}

.review-card>img {
    width: 22%;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin-left: 5px;
}

.review-content {
    width: 70%;
    padding: 10px;
    color: #646464;
    text-align: justify;
    position: relative;
    display: flex;
    align-items: center;
}
.review-content > a {
    display: block;
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 10px;
    left: -10px;
    font-size: 11px;
}
.review-content > a > span {
    border-bottom: 1px solid #ff026f;
}
.review-question-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.review-question {
    padding: 20px 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    background: repeating-linear-gradient(135deg, rgba(251, 205, 216, 0.6), rgba(251, 205, 216, 0.6) 4px, rgba(251, 222, 230, 0.6) 4px, rgba(251, 222, 230, 0.6) 7px);
}

.review-question>p::before {
    content: 'Q';
    width: 40px;
    height: 40px;
    font-size: clamp(30px, 5vw, 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #ff026f;
    position: absolute;
    left: 30px;
    top: calc(50% - 20px);
}

.review-question>p::after {
    content: '+';
    width: 40px;
    height: 40px;
    font-size: 30px;
    font-weight: 900;
    color: #ff026f;
    position: absolute;
    right: 30px;
    top: calc(50% - 20px);
}

.review-question>p {
    padding: 10px 60px;
    height: 40px;
    font-size: clamp(11px, 1.5vw, 16px);
}
@media screen and (max-width: 767px) {
    .review-card {
        max-width: 360px;
        width: 71vw;
    }
}
/********************************

	口コミ_おわり

********************************/