* {
  margin: 0px;
  padding: 0px;
}
body {
  width: 100%;
  margin: 0;
  background-color: #fef6f8;
  color: #646464;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
/* window bigger than 1512px */
@media screen and (min-width: 1513px) {
  .nav-menu-pc {
    font-size: 0.6vw !important;
  }
}
/* window for pc */
@media screen and (max-width: 961px) {
  body {
    font-size: 10px;
  }
}
header {
  position: sticky;
  top: 0;
  height: 90px;
  z-index: 100;
  background-color: #fef6f8;
}

/* window for pc and tabble */
@media screen and (min-width: 768px) {
  .section-pc {
    display: block !important;
  }
  .section-sp {
    display: none !important;
  }

  .header-container-pc {
    display: flex !important;
  }
  .nav-modal-container {
    display: none !important;
  }
  .footer {
    padding-top: 120px;
  }
  .footer-pc {
    display: block !important;
    position: relative;
  }
  .page-top-container {
    position: absolute;
    top: -40px;
    right: 10%;
    z-index: 1;
  }
  /* douga section */
  .video-check-banner-img {
    width: 100%;
  }
  .header-text-logo {
    width: 16px;
    position: relative;
    top: -2px;
    padding: 0 2px;
  }
  /* end douga section */
}

/*window for sp*/
@media screen and (max-width: 767px) {
  .section-pc {
    display: none !important;
  }
  .section-sp {
    display: block !important;
  }

  .header-container-sp {
    display: flex !important;
  }
  .footer {
    padding-top: 0;
  }
  .footer-sp {
    display: flex !important;
  }
  /** douga section **/
  .video-check-title {
    background-position: center;
  }
  .video-check-banner-text > img {
    margin-top: 20px;
    height: 40px;
  }
  .video-check-banner-text > p {
    display: block !important;
    text-align: center;
  }
  .video-check-banner-text > p > span {
    font-size: 20px !important;
    font-weight: 700;
  }
  .video-check-banner-text > p > span:nth-child(1) {
    display: block !important;
  }
  .video-check-banner-img {
    content: url("/common/images/renew/common/cv_btn_sp.webp?20250604");
    width: 90%;
    margin: 0 auto;
    display: flex;
    padding-right: 5%;
  }
  .page-top-container {
    z-index: 0 !important;
  }
  /** end douga section **/
}

div,
p {
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  color: #ff0165;
  text-decoration: none;
}
/* a:hover {
    background-color: #FEF6F8;
    opacity: 0.9;
} */

.hidden {
  display: none;
}
a[target="_blank"]:after {
  background: url("/common/images/renew/common/icon_external_pink.svg") no-repeat 100%;
  content: "";
  padding-right: 17px;
}

/** header **/
/* header-container for pc */
.header-container-pc {
  max-width: 1280px;
  width: 100%;
  height: 90px;
  display: none;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

/* muryou button container */
.header-container-pc a:nth-child(3) {
  width: 15%;
  height: 100%;
}

/* header logo container */
.logo-img {
  width: 20%;
  height: 100%;
  padding-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* header logo img */
.logo-img img {
  width: 100%;
}
/* navigation container for pc */
.nav-pc {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fd1166;
  font-size: 0.87vw;
}

/* line between each of navigation's component */
.nav-menu-pc > .line {
  height: 16px;
  width: 1px;
  background-color: #fd1166;
}

/* navigation title */
.nav-pc p {
  font-weight: bold;
  margin: 8px 0;
}

/* navigation tab menu */
.nav-menu-pc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.73vw;
}

.free-btn {
  width: 100%;
  height: 100%;
  background-color: #e40065;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
}
/* muryo button for pc */
.free-btn.pc {
  font-size: 0.83vw;
  position: relative;
}
/* muryo button for sp */
.free-btn.sp {
  font-size: 0.8rem;
  position: relative;
}

/* green yellow img */
.free-btn.pc img {
  height: 50%;
  width: 15%;
  margin: 0 10%;
}

.free-btn.sp img {
  height: 40%;
  margin: 0 10% 0 7%;
}
.free-btn-text {
  line-height: 1.2;
  font-size: 14px;
}

/* muryou button arrow */
.free-btn.pc::after {
  display: block;
  content: "";
  width: 1vw;
  height: 1vw;
  opacity: 1;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 1vw;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.free-btn.sp::after {
  display: block;
  content: "";
  width: 2.5vw;
  height: 2.5vw;
  opacity: 1;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

/* header container for sp */
.header-container-sp {
  width: 100%;
  height: 120px;
  clip-path: ellipse(110% 90% at 60% 0%);
  background-color: #fbbecd;
  display: none;
  flex-direction: column;
  position: relative;
  z-index: 5;
}

.header-text-sp {
  width: 100%;
  height: 20%;
  color: #e40065;
  font-size: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 5px 0;
  background-color: #fef5f8;
}

/* white curve for header */
.nav-sp {
  width: 100%;
  height: 64px;
  clip-path: ellipse(80% 100% at 50% 0%);
  display: flex;
}

/* muryo button container size */
.nav-sp a:nth-child(2) {
  width: 35%;
}

/* logo container size*/
.nav-sp a:nth-child(1) {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.nav-sp a:nth-child(1) img {
  width: 70%;
  object-fit: contain;
}

/* logo's img size */
.header-container-sp img {
  height: 75%;
}

/* menu icon container */
.nav-menu-sp {
  width: 15%;
  background-color: #e40065;
  border-left: 1px solid #fff;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

/* menu icon */
.nav-menu-sp img {
  width: 50%;
  object-fit: contain;
}

/* menu modal */
.nav-modal-container {
  width: 100%;
  height: calc(100vh - 50px); /* 130px - 80px = 50px の位置から開始されるため */
  height: calc(100dvh - 50px); /* スマホ用 */
  background-color: #fff;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; 
  position: fixed;
  top: 130px;
  right: 0;
  z-index: 4;
  isolation: isolate;
  padding-top: 60px;
  padding-bottom: 120px; /* 一番下のバナーまでしっかりスクロールさせるため多めに */
  margin-top: -80px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* 1 item 1 line */
.nav-modal-item {
  width: 80%;
  font-size: 14px;
  font-weight: 600;
  color: #e50066;
  position: relative;
  padding: 15px 0;
}
/* 2 item 1 line */
.nav-modal-item.sm {
  width: 40% !important;
}
/* right item for 2 item 1 line */
.nav-modal-item.even {
  border: none;
  text-indent: 10px;
}

.nav-modal-item.odd {
  border-right: 1px solid #e50066;
}
/* small item under 2 item 1 line */
.nav-modal-item.xs {
  width: fit-content !important;
  font-size: 15px !important;
}

.nav-modal-item.xs p {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

.nav-modal-item.xs::after {
  content: none;
}
/* small item arrow */
.nav-modal-item.xs p::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  position: relative;
  left: 7px;
}
/* modal item arrow */
.nav-modal-item::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  right: 20px;
  top: 40%;
}

.nav-modal-item.last-item-sm::after {
  content: none;
  display: none;
}

/* dash between 2 row of modal menu */
.nav-dash {
  width: 85%;
  height: 1px;
  opacity: 0.5;
  background-color: #e50066;
  margin: 0 auto;
}
/* small item container */
.recruitment-group {
  width: 80%;
  display: flex;
  margin: 0 auto;
  gap: 10px;
}
/* modal footer container */
.nav-modal-footer {
  width: 100%;
  padding: 15px 10px;
  background-color: #e50066;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
/* 3 contact card container */
.contact-card-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
  width: 100%;
}
/* contact card */
.contact-card-group > .contact-card {
  width: 30%;
  background-color: #fff;
  border-radius: 10px;
  color: #e50066;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 12px 0;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  position: relative;
}
.contact-card-group > .contact-card::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  position: relative;
  left: 7px;
}

.nav-modal-banner {
  width: 90%;
  padding-bottom: 70px;
}

/** end of header.css **/

/** footer **/
/* all footer container */
.footer {
  position: absolute;
  width: 100%;
  margin-top: -80px;
  background: linear-gradient(to bottom, #fbd6e0, #fbbecd);
}

.footer-pc {
  width: 100%;
  height: fit-content;
  display: none;
  font-size: 14px;
  padding-top: 120px;
  margin: 0 auto;
}

/* pagetop button container */
.page-top-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ff0165;
  font-weight: bold;
  font-size: clamp(5px, 1.5vw, 12px);
  gap: 10px;
  opacity: 0.8;
  width: 20%;
  z-index: 3;
}
.page-top-container.sp > p {
  font-size: 2.5vw;
  width: fit-content;
}

/* pagetop circle border */
.page-top-btn {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  cursor: pointer;
  position: relative;
  max-width: 70px;
  width: 20%;
  border: 2px solid #ff0165;
  background-color: #fff;
}

/* pagetop arrow */
.page-top-btn-arrow {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  width: 0.6vw;
  height: 0.6vw;
  border-bottom: 2px solid #ff0165;
  border-right: 2px solid #ff0165;
}

.page-top-btn-arrow.sp {
  width: 2.5vw;
  height: 2.5vw;
  border-bottom: 2px solid #ff0165;
  border-right: 2px solid #ff0165;
}

.page-top-btn-arrow.pc {
  width: 0.8vw;
  height: 0.8vw;
  border-bottom: 2px solid #ff0165;
  border-right: 2px solid #ff0165;
}

/* footer content part */
.footer-container-pc {
  max-width: 1280px;
  width: 100%;
  height: 75%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto 60px auto;
}
/* page top and media button container */
.pagetop-mediabtn-container {
  width: 80%;
  display: flex;
  justify-content: space-between;
}
/* media button group */
.media-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.media-btn.pc {
  width: 25%;
}

.media-btn.sp {
  width: 70%;
}

.media-btn.sp a {
  width: 20% !important;
}

/* footer link group for pc */
.footer-link {
  width: 50%;
  padding-left: 5%;
  display: flex;
  justify-content: space-between;
  color: #ff0165;
  font-size: clamp(8px, 1vw, 14px);
}

/* footer link group's column */


/* line between column 2 and 3 */


.copyright-pc {
  width: 100%;
  background-color: #ff0165;
}

.copyright-container-pc {
  max-width: 1280px;
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: #ff0165;
  font-size: 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}

.copyright-container-pc img {
  margin: 0 30px;
  width: 8%;
}

.footer-sp {
  width: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 90px;
  position: relative;
}
.footer-sp > .media-btn > a {
  width: 15%;
}
/* link group's row for sp */
.link-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin: 0 auto;
  color: #ff0165;
  gap: 1vw;
}
/* each row link group's column */
.link-group > div {
  min-width: 49%;
  display: flex;
  flex-direction: column;
  font-size: 3.4vw;
  letter-spacing: 0.2em;
  gap: 10px;
  margin: 5px 0;
}

.link-group > div:nth-child(even) {
  padding-left: 3%;
}

.link-group .iris-div {
  padding-left: 0 !important;
}

/* line between each row of link group */
.footer-sp > .line {
  width: 95%;
  height: 1px;
  background-color: #ff0165;
  opacity: 0.5;
}

.copyright-container-sp {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-color: #ff036f;
  width: 100%;
  padding: 30px 0 5px 0;
  margin-top: 40px;
  color: #fff;
  font-size: 1.5vw;
}

.copyright-container-sp > img {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-color: #ff036f;
}

/** end of footer.css **/

/* head campaign banner section for pc */
.campaign-banner-section.section-pc {
  display: none;
  position: relative;
  z-index: 1;
}

.campaign-banner-section.section-sp {
  display: none;
  position: relative;
  top: -50px;
  z-index: 1;
}
/** end head campaign banner section **/

.campaign-banner-section.section-sp > .campaign-banner {
  width: 100vw;
  height: fit-content;
  clip-path: ellipse(100vh 88vh at 47% 0%);
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

/** end head campaign banner container **/

/** slider banner section **/
.slider-banner-section.section-pc {
  display: none;
  position: relative;
  margin-top: -180px;
}
/* slider background */
.slider-container {
  /* width: 100vw; */
  height: fit-content;
  background-image: linear-gradient(to bottom, #fbbecd, #fbbecd), url(/common/images/renew/index/kv-bottom-pink-cva.webp);
  background-size: 100% 10%, 100% 95%;
  background-position: top, bottom;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.slider-container.pc {
  padding: 0 0 100px 0;
}
/* slider imgs */
.slider-banner-section.section-pc > .slider-container > .slider-imgs {
  max-width: 860px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3vw;
}

.slider-banner-section.section-pc > .slider-container.pc > .slider-imgs > a {
  width: 30%;
}

.slider-container > .slider {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .slider-container {
    background-image: linear-gradient(to bottom, #fbbecd, #fbbecd), url(/common/images/renew/index/kv-bottom-pink-cva-sp.webp);
    height: auto;
    z-index: auto;
  }
  .link-group > div:nth-child(even) {
    padding-left: 0;
  }
}

/** end slider banner section **/

/** end san riyuu row sp **/

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

動画でcheck_はじまり

********************************/
.video-back {
  background-color: #fbbdce;
}
.video-check-container {
  width: 100%;
  height: fit-content;
  padding: 80px 0 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-image: url(/common/images/renew/index/back-img02-pc.webp);
  background-size: 100% 10%, 100% 80%;
  background-position: top, bottom;
  background-repeat: no-repeat;
}

.video-check-title {
  width: 100%;
  height: 20%;
  color: #ff026f;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fbbdce;
  padding-bottom: 20px;
}
/* douga title first line */
.video-check-title > p:nth-child(1) {
  font-size: 24px;
}
/* douga title second line */

.video-check-title > p:nth-child(2) > span {
  font-size: 45px;
  font-weight: bold;
}

.video-check-title > .sankaku {
  border-top: 11px solid #b7a35c;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 10px solid transparent;
  cursor: pointer;
}

.video {
  max-width: 1000px;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto 60px;
  position: relative;
}

.video > .player-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

.video > .player-btn > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.video-check-container > .video > .player-btn > div {
  background-image: url("https://img.youtube.com/vi/rq2bFjaD8KQ/maxresdefault.jpg");
}

.video > .player-btn > div > img {
  width: 20%;
  max-width: 70px;
  aspect-ratio: 1/1;
}

.video > .youtube-player {
  width: 100%;
  height: 100%;
}

.video-check-banner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

/* text above banner */
.video-check-banner-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #ff026f;
}

.video-check-banner-text {
  font-size: 1.6vw;
  font-weight: bold;
}
.video-check-banner-text > p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  letter-spacing: 2px;
}

.video-check-banner-text > p > span:nth-child(2) {
  position: relative;
  top: -2px;
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  .video-check-banner-text > p {
    letter-spacing: 0;
  }
  .video-check-banner-text > p > span:nth-child(2) {
    top: 0;
  }
  .video-check-container {
    padding: 40px 0 0;
    z-index: 0;
  }
  .video-check-title > p:nth-child(1) {
    font-size: 16px;
  }
  .video-check-title > p:nth-child(2) > span {
    font-size: 28px;
  }
}
/********************************

  動画でcheck_おわり

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

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

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

********************************/
.dance-genre-title {
  width: fit-content;
  padding: 0 20px;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.dance-genre-row {
  width: 90%;
  max-width: 750px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dance-genre-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  gap: 12px;
}
.dance-genre-card img:hover {
  background-color: #d5d5d537;
  opacity: 0.9;
}

.dance-footer-img {
  max-width: 150px;
  width: 20%;
  margin: 40px auto 80px;
}

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

  ダンスジャンル_おわり

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

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

  ダンスマップ_はじまり

********************************/
.map-bg {
  width: 100%;
  height: fit-content;
  padding: 80px 0 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-image: url(/common/images/renew/index/back-img02-pc.webp);
  background-size: 100% 10%, 100% 80%;
  background-position: top, bottom;
  background-repeat: no-repeat;
}
/** map section component for pc **/
.map-bg.pc {
  padding: 50px 0 0;
}
.map-container.pc {
  width: 90%;
  margin: 0px auto;
  display: flex;
  padding: 0 0 80px 0;
  gap: 5%;
  font-size: 20px;
}

.map-container.pc > .map-content {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: center;
}

.map-container.pc > .map-content > div:nth-child(2) {
  width: 100%;
  height: 30vw;
  max-height: 300px;
  margin-top: 50px;
  position: relative;
}
.map-container.pc > .map-content > div:nth-child(2) > img {
  width: 30%;
  min-width: 200px;
}
.map-container.pc > .map-content > div:nth-child(2) > img:nth-child(1) {
  position: absolute;
  right: 0;
  top: 0;
}
.map-container.pc > .map-content > div:nth-child(2) > img:nth-child(2) {
  position: absolute;
  right: 20%;
  top: 40%;
}

.map-container.pc > img {
  width: 30%;
  min-width: 350px;
  object-fit: contain;
}

.dance-map-tit-sub {
  color: #ff026f;
  font-weight: 700;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .map-container.pc > .map-content > div:nth-child(2) {
    display: none;
  }
  .map-container.pc {
    flex-flow: column;
    padding: 0 0 10px 0;
  }
  .map-container.pc > .map-content {
    width: 100%;
    align-items: center;
  }
  .dance-map-tit {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 0 0 25px 0;
  }
  .dance-map-tit-sub {
    font-size: 16px;
  }
  .map-bg {
    z-index: 0;
  }
}

/** end map section component for pc **/
/** map section component for sp **/


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

  ダンスマップ_おわり

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

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

  生徒さんの声_はじまり

********************************/
.student-say-video-check-container {
  width: 100%;
  height: fit-content;
  background-image: linear-gradient(to bottom, #fef5f8 50%, #ff026f 50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0 60px 0;
}
.student-say-video-check-title {
  color: #ff026f;
  font-weight: bold;
  text-align: center;
  width: fit-content;
  margin: 80px 0 40px 0;
}
.student-say-video-check-title > p {
  font-size: 20px;
}
.chat-box {
  position: relative;
  padding: 15px;
  border-radius: 10px;
  border: 1.5px solid #b7a35c;
  width: 300px;
  margin: 20px;
  font-size: 30px;
  text-align: center;
  color: #ff026f;
  font-weight: bold;
}
.chat-box::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: calc(50% - 5px);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #fef5f8;
}
.chat-box::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: calc(50% - 7px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #b7a35c;
}
.student-say-card-group-container {
  width: 100%;
  max-width: 1260px;
  position: relative;
  overflow-x: hidden;
  /* margin: auto; */
  /* margin-left: calc((50vw - min(1260px, 100%) / 2)); */
}
.student-say-video-check-card-group {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  transition: transform 0.5s ease-in-out;
}

@media screen and (max-width: 1260px) {
  .student-say-video-check-card-group {
    transform: translateX(calc((-1260px + 100vw) / 2));
  }

  .swiper-button-next {
    right: calc((100vw - 80px) / 3 + 8px);
    top: calc(50% - 2 * 52px);
  }
}
@media screen and (max-width: 767px) {
  .student-say-card-group-container {
    width: 100%;
  }
  .student-say-video-check-title {
    margin: 40px 0 40px 0;
  }
  .swiper-button-prev {
    left: calc(5% - 26px + 8px);
    top: calc(50% - 52px);
  }
  .swiper-button-next {
    right: calc(5% - 26px + 8px);
    top: calc(50% - 52px);
  }
}
@media screen and (max-width: 571px) {
  .student-say-video-check-card-group {
    transform: translateX(calc((100vw - (3 * 70vw + 60px)) / 2));
  }
  .student-say-video-check-title > p {
    font-size: 16px;
  }
  .chat-box {
    position: relative;
    padding: 5px;
    border-radius: 10px;
    border: 1.5px solid #b7a35c;
    width: 240px;
    margin: 15px 0 0 0;
    font-size: 30px;
    text-align: center;
    color: #ff026f;
    font-weight: bold;
    font-size: 25px;
  }
}
.chat-box::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: calc(50% - 5px);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #fef5f8;
}
.chat-box::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: calc(50% - 7px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #b7a35c;
}
.student-say-card-group-container {
  width: 100%;
  max-width: 1260px;
  position: relative;
  overflow-x: hidden;
  /* margin: auto; */
  /* margin-left: calc((50vw - min(1260px, 100%) / 2)); */
}
.student-say-video-check-card-group {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  transition: transform 0.5s ease-in-out;
}
.swiper-button-prev {
  left: calc((1260px - 80px) / 3 + 8px);
  top: 300px;
}
.swiper-button-next {
  right: calc((1260px - 80px) / 3 + 8px);
  top: 300px;
}
@media screen and (max-width: 1260px) {
  .student-say-video-check-card-group {
    transform: translateX(calc((-1260px + 100vw) / 2));
  }
  .swiper-button-prev {
    left: calc((100vw - 80px) / 3 + 8px);
    top: calc(50% - 2 * 52px);
  }
  .swiper-button-next {
    right: calc((100vw - 80px) / 3 + 8px);
    top: calc(50% - 2 * 52px);
  }
}
@media screen and (max-width: 767px) {
  .student-say-card-group-container {
    width: 100%;
  }
  .student-say-video-check-title {
    margin: 40px 0 40px 0;
  }
  .swiper-button-prev {
    left: calc(5% - 16px + 8px);
    top: calc(50% - 32px);
    z-index: 1 !important;
  }
  .swiper-button-next {
    right: calc(5% - 16px + 8px);
    top: calc(50% - 32px);
    z-index: 1 !important;
  }
}
@media screen and (max-width: 571px) {
  .student-say-video-check-card-group {
    transform: translateX(calc((100vw - (3 * 70vw + 60px)) / 2));
  }
  .student-say-video-check-title > p {
    font-size: 16px;
  }
  .chat-box {
    position: relative;
    padding: 5px;
    border-radius: 10px;
    border: 1.5px solid #b7a35c;
    width: 240px;
    margin: 15px 0 0 0;
    font-size: 30px;
    text-align: center;
    color: #ff026f;
    font-weight: bold;
    font-size: 25px;
  }
}
.student-say-video-check-card {
  width: 70vw;
  max-width: 400px;
  border-radius: 12px;
  background-color: #fef5f8;
  flex-shrink: 0;
  z-index: 0;
}

.student-say-video-check-card.active {
  z-index: 2;
}

.student-say-video-check-card > .content {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: justify;
  color: #ff026f;
  font-weight: bold;
  gap: 10px;
  padding: 20px 10px 20px 10px;
}
.student-say-video-check-card > .content > .yellow-border-box {
  font-size: 1.1rem;
}
.student-say-video-check-card > .content > p:nth-child(2) {
  font-size: 1.4rem;
}
.student-say-video-check-card > .content > p:nth-child(3) {
  font-size: 15px;
  font-weight: normal;
  color: #646464;
  line-height: 1.7;
}

.student-say-video-check-card > .video {
  margin: 0 auto;
}

.student-say-video-check-card > .video > .player-btn > div {
  background-image: url("https://img.youtube.com/vi/tI7sfoR1jwA/sddefault.jpg");
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}
.student-say-video-check-card > .video > .player-btn > div > img {
  width: 20%;
  max-width: 50px;
  aspect-ratio: 1/1;
}
.student-say-video-check-card > .video > .youtube-player {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.btn {
  width: fit-content;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid #b7a35c;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: calc(50% - 24px);
  z-index: 3;
}
.prev-btn {
  left: 3%;
}
.next-btn {
  right: 3%;
}
.next-btn.btn > .sankaku {
  border-top: 6px solid transparent;
  border-left: 10px solid #b7a35c;
  border-right: 0;
  border-bottom: 6px solid transparent;
  position: relative;
  right: -1px;
}
.prev-btn.btn > .sankaku {
  border-top: 6px solid transparent;
  border-left: 0;
  border-right: 10px solid #b7a35c;
  border-bottom: 6px solid transparent;
  position: relative;
  left: -2px;
}
.student-say-card-group-container > .btn {
  top: 25%;
}
.student-say-card-group-container > .prev-btn {
  left: calc(50% - 220px);
}
.student-say-card-group-container > .next-btn {
  right: calc(50% - 220px);
}
@media screen and (max-width: 767px) {
  .prev-btn.btn > .sankaku {
    border-top: 6px solid transparent;
    border-left: 0;
    border-right: 9px solid #b7a35c;
    border-bottom: 6px solid transparent;
  }
  .next-btn.btn > .sankaku {
    border-top: 6px solid transparent;
    border-left: 9px solid #b7a35c;
    border-right: 0;
    border-bottom: 6px solid transparent;
  }
  .atmosphere-container > .btn {
    top: 60%;
  }
  .student-say-video-check-card > .content > p:nth-child(3) {
    font-size: 14px;
    line-height: 1.8;
  }

  .prev-btn {
    left: -3%;
  }
  .next-btn {
    right: -3%;
  }
}

@media screen and (max-width: 571px) {
  .student-say-card-group-container > .prev-btn {
    left: calc(15vw - 20px);
  }
  .student-say-card-group-container > .next-btn {
    right: calc(15vw - 20px);
  }
}

.student-say-video-check-container > .see_more_btn {
  border: 1px solid #fff;
  color: #fff;
  margin-top: 80px;
}
.student-say-video-check-container > .see_more_btn > span {
  align-items: center;
}
.student-say-video-check-container > .see_more_btn > span::after {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 30px;
  margin-left: 10px !important;
}
/********************************

  生徒さんの声_おわり

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

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

  ギャラリー_はじまり

********************************/
.see_more_btn {
  width: 160px;
  padding: 13px 13px;
  border-radius: 30px;
  border: 1px solid #ff026f;
  color: #ff026f;
  text-align: center;
  position: relative;
  font-size: 16px;
  z-index: 2;
}

.see_more_btn > span:nth-child(1) {
  align-items: center;
}
.see_more_btn > span:nth-child(2) {
  align-items: center;
  display: none;
}

.see_more_btn > span:nth-child(1):after {
  content: "＋";
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .see_more_btn {
    width: 105px;
    font-size: 14px;
    padding: 10px 20px;
    z-index: 0;
  }
  .student-say-video-check-container > .see_more_btn > span::after {
    top: 43%;
    right: 20px;
  }
}
/********************************

  ギャラリー_おわり

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

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

	CVAはじまり

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

.bg-03 {
  background-color: #fef5f8;
  width: 100%;
  height: fit-content;
}

.bg-03-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 110px 0 110px 0;
}

.curved {
  position: relative;
  overflow: hidden;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.curved::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/common/images/renew/index/back-img03-pc.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .bg-03-img {
    padding: 40px 0 0px 0;
  }
  .free-trial-bnr-shadow {
    box-shadow: none;
    border-radius: 0;
  }
  .video-check-banner {
    margin-bottom: 50px;
    z-index: 0;
  }
  .curved {
    margin-bottom: 50px;
    z-index: 1;
  }
}

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

	CVAおわり

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

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

	ダンスヴィレッジが選ばれる3つの理由_はじまり

********************************/
.three-reason-row.pc {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}
/* .three-reason-row.pc:nth-child(2),
.three-reason-row.pc:nth-child(4) {
  gap: 40px;
} */

.three-reason-row.pc > .illustration {
  width: 50%;
}

.three-reason-row.pc > div > .number-point {
  width: 8% !important;
  position: absolute;
  left: 45%;
}

.three-reason-row-content.pc {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  align-items: flex-start;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.8vw;
  color: #646464;
}

.three-reason-row-content.pc > h3:nth-child(1) {
  color: #ff026f;
  font-size: clamp(14px, 1.8vw, 24px);
  line-height: 2.1vw;
  font-weight: bold;
}

/* three-reason-row first container point number img */
/* .three-reason-row.pc:nth-child(2) > div > .number-point,
.three-reason-row.pc:nth-child(4) > div > .number-point {
  left: 50%;
  top: -5%;
} */

.three-reason-row.pc:nth-child(3) > .number-point {
  position: absolute;
  right: 47%;
  top: -5%;
  z-index: 1;
}

.three-reason-section {
  background-color: #fef6f8;
}
.three-reason-section.section-pc {
  padding: 80px 0 100px 0;
}
.three-reason-section.section-sp {
  padding: 100px 0 50px 0;
}

.three-reason-container {
  max-width: 1000px;
  width: 100%;
  margin: 80px auto 150px;
}
.three-reason-container-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 120px;
  margin-bottom: 80px;
}
.three-reason-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 70px;
}
.three-reason-title-hukidashi {
  color: #ff026f;
  font-size: 1.4rem;
  font-weight: 700;
}
.three-reason-title-sub {
  color: #ff026f;
  font-size: 1.8rem;
  font-weight: 700;
}

.three-reason-title-hukidashi::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 25px; /*画像の幅*/
  height: 40px; /*画像の高さ*/
  background-image: url(/common/images/renew/index/three-reason-title-left-arrow.webp);
  background-size: contain;
  vertical-align: middle;
}
.three-reason-title-hukidashi::after {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 25px; /*画像の幅*/
  height: 40px; /*画像の高さ*/
  background-image: url(/common/images/renew/index/three-reason-title-right-arrow.webp);
  background-size: contain;
  vertical-align: middle;
}
.three-reason-title-2nd-block {
  display: flex;
}
.three-reason-title-2nd-block-sub {
  color: #ff026f;
  font-size: 2.6rem;
  font-weight: 500;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 767px) {
  .three-reason-title-sp {
    color: #ff026f;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
  }
  .three-reason-title-sp-block {
    width: 90%;
    max-width: 750px;
    margin: 0 auto 25px;
  }

  .three-reason-title-sub {
    font-size: 25px;
  }

  .three-reason-title-2nd-block {
    color: #ff026f;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
    justify-content: center;
    align-items: center;
  }
  .three-reason-sub-f {
    font-size: 23px;
    font-weight: 700;
  }

  .three-reason-title-2nd-block img {
    width: 70px;
  }

  .three-reason-title-2nd-block {
    color: #ff026f;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
    justify-content: center;
    align-items: center;
  }
  .three-reason-sub-f {
    font-size: 23px;
    font-weight: 700;
  }

  .three-reason-title-2nd-block img {
    width: 70px;
  }

  .three-reason-title-2nd-block-sub {
    display: flex;
  }
  .three-reason-row.pc {
    flex-flow: column;
    gap: 10px;
    align-items: end;
  }
  .three-reason-row.pc > div > .number-point {
    left: 30px;
    top: 0;
    width: 20% !important;
  }
  .three-reason-row.pc > .illustration {
    width: 100%;
  }
  .three-reason-row-content.pc {
    padding: 0 0 0 30px;
    width: 100%;
    box-sizing: border-box;
  }
  .three-reason-row-content.pc > h3:nth-child(1) {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .three-reason-row-content-text {
    font-size: 14px;
    line-height: 1.8;
    width: 90%;
  }
  .left-img {
    max-width: 350px;
  }
  .right-img {
    max-width: 350px;
  }
  /* .three-reason-row.pc:nth-child(2),
  .three-reason-row.pc:nth-child(4) {
    flex-direction: column-reverse;
    gap: 10px;
    overflow: hidden;
    align-items: start;
  } */
  .three-reason-container-area {
    gap: 50px;
  }
  .three-reason-row.pc:nth-child(3) > .number-point {
    right: 40px;
    top: 0;
    width: 20% !important;
  }
  /* .three-reason-row.pc:nth-child(2) > div > .number-point,
  .three-reason-row.pc:nth-child(4) > div > .number-point {
    top: 0%;
    z-index: 1;
    left: 73%;
  } */
  .three-reason-container {
    margin: 30px auto 0;
  }

  .three-reason-title-2nd-block-sub {
    display: flex;
  }
  .three-reason-row.pc {
    flex-flow: column;
    gap: 10px;
    align-items: end;
  }
  .three-reason-row.pc > div > .number-point {
    left: 30px;
    top: 0;
    width: 20% !important;
  }
  .three-reason-row.pc > .illustration {
    width: 100%;
  }
  .three-reason-row-content.pc {
    padding: 0 0 0 30px;
    width: 100%;
    box-sizing: border-box;
  }
  .three-reason-row-content.pc > p:nth-child(1) {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .three-reason-row-content-text {
    font-size: 14px;
    line-height: 1.8;
    width: 90%;
  }
  .left-img {
    max-width: 350px;
  }
  .right-img {
    max-width: 350px;
  }
  /* .three-reason-row.pc:nth-child(2),
  .three-reason-row.pc:nth-child(4) {
    flex-direction: column-reverse;
    gap: 10px;
    overflow: hidden;
    align-items: start;
  } */
  .three-reason-container-area {
    gap: 50px;
  }
  .three-reason-row.pc:nth-child(3) > .number-point {
    right: 40px;
    top: 0;
    width: 20% !important;
  }
  /* .three-reason-row.pc:nth-child(2) > div > .number-point,
  .three-reason-row.pc:nth-child(4) > div > .number-point {
    top: 0%;
    z-index: 0;
    left: 73%;
  } */
  .three-reason-container {
    margin: 30px auto 0;
  }
}
/********************************

	ダンスヴィレッジが選ばれる3つの理由_おわり

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

/********************************
	ピンク背景CVA_はじまり
********************************/
.pink-cva {
  position: relative;
  overflow: hidden;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  z-index: 2;
  clip-path: ellipse(160% 95% at 50% 0%);
}
.pink-cva::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/common/images/renew/index/back-pink-cva.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.pink-cva-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 70px 0;
}
@media screen and (max-width: 767px) {
  .pink-cva {
    margin-bottom: 30px;
    z-index: 0;
  }
  .pink-cva-img {
    padding: 40px 0 0px 0;
    z-index: 1;
    position: relative;
  }
}
/********************************
	ピンク背景CVA_おわり
********************************/

/********************************
	セクションタイトル_はじまり
********************************/
.sec-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
  margin: 80px 0 40px 0;
}
.sec-title {
  font-weight: bold;
  font-size: 20px;
  color: #ff026f;
}
.yellow-border-box {
  width: fit-content;
  padding: 5px 10px;
  font-size: 40px;
  border-top: 2px solid #b7a35c;
  border-bottom: 2px solid #b7a35c;
  text-align: center;
  color: #ff026f;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec-title {
    font-size: 16px;
  }
  .yellow-border-box {
    font-size: 28px;
    padding: 5px 0;
    line-height: 1.2;
  }
  .sec-title-box {
    margin: 0 0 25px 0;
  }
}
/********************************
	セクションタイトル_おわり
********************************/

/********************************
	Youtube動画_はじまり
********************************/
.dance-movie-back {
  background-color: #fbbecd;
}
.dance-movie-block {
  display: block;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  padding-top: 56%;
  margin-bottom: 2em;
}
.embed-responsive iframe,
.embed-responsive img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.play-icon {
  position: absolute !important;
  top: calc(50% - 35px) !important;
  left: calc(50% - 35px) !important;
  width: 50px !important;
  height: 50px !important;
}
.bottom-link {
  border-top: 2px solid #ff006e;
}
@media screen and (max-width: 767px) {
  .play-icon {
    position: absolute !important;
    top: calc(50% - 25px) !important;
    left: calc(50% - 25px) !important;
    width: 50px !important;
    height: 50px !important;
  }
}
/********************************
	Youtube動画_おわり
********************************/

/********************************
	ダンスジャンル_はじまり
********************************/
.dance-genre-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px; /* ボックス間の間隔 */
  margin-top: -100px;
  max-width: 900px;
  margin: 0 auto;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.dance-genre-container::after {
  content: "";
  display: block;
  flex: 0 0 calc((100% - 80px) / 3); /* 3カラム計算、gapが2つなので 40px × 2 = 80px */
  height: 0;
  visibility: hidden;
}

.dance-genre-box {
  width: calc(33.333% - 40px); /* PC時に3列 */
  aspect-ratio: 1; /* 正方形 */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.dance-genre-card-text-frame {
    background-color: #ffffff;
    width: 100%;
    padding: 5px 0;
    border-top: 2px solid #ff0165;
    border-bottom: 2px solid #ff0165;
}
.dance-genre-card-text {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}


@media (max-width: 768px) {
  .dance-genre-container {
    gap: 25px;
    justify-content: center;
    margin: 0 20px;
  }
  .dance-genre-box {
    width: calc(50% - 15px); /* SP時に2列 */
    align-items:flex-start
  }
  .dance-genre-card-text {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
}

/********************************
	ダンスジャンル_おわり
********************************/

.sp-br {
  display: none;
}
.visually-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
  :target::before {
    content: "";
    display: block;
    height: 120px;
    margin-top: -120px;
  }
}

/********************************
	フローティングバナー_はじまり
********************************/
.floatingBanner {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  width: 100%;
}
.floatingBanner_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f33469;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin: 0 7vw;
}
.floatingBanner_inner p img {
  width: 20px;
  height: auto;
  margin: 0 3px 0 2px;
}
.floatingBanner_img {
  display: block;
  transition: 0.3s;
}
.floatingBanner_img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .floatingBanner {
    width: 100%;
    right: 0;
    bottom: 0;
  }
}
.top-free-bnr:hover {
  opacity: 0.9;
  filter: brightness(105%);
}
.cta-container {
  position: fixed;
  bottom: -100px; /* 初期状態で隠す */
  flex-direction: column-reverse;
  gap: 3px;
  align-items: flex-end;
  opacity: 0;
  transition: bottom 0.5s ease-out, opacity 0.5s ease-out;
}
.cta-container.show {
  bottom: 0px;
  right: 0px;
  opacity: 1;
  background-color: rgb(243, 52, 105);
  background-size: 100%;
}
.floatingBanner_img img {
  width: 350px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cta-container {
    width: 100%;
    left: 0;
    transform: none;
  }
  .cta-container.show {
    bottom: 0px;
    right: 0;
    z-index: 10;
  }
  .floatingBanner_img img {
    width: 100%;
  }
  .floatingBanner_inner p {
    display: none;
  }
}
/********************************
	フローティングバナー_おわり
********************************/

/********************************
	初心者支持No.1モーダル_はじまり
********************************/
.no1-img-block {
  position: relative;
}
/*モーダルを開くボタン*/
.modal-open{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 81%;
  color: #FC036E;
  margin: auto;
  cursor: pointer;
  transform: translate(-50%, -50%);
    font-size: 13px;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 2;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 800px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  background: #ff026f;
  border-radius: 50%;
  font-weight: 700;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  background: #fff;
  text-align: left;
  padding: 30px;
}
.no1-modal-title {
  color: #ff026f;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}
.no1-modal-subtitle {
  font-weight: bold;
  padding-bottom: 7px;
}
.no1-modal-contents-list {
  padding-left: 30px;
  line-height: 1.8;
}
.no1-modal-contents-sublist {
  padding-left: 30px;
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal-container {
    padding: 0;
  }
  .modal-body {
    position: relative;
    top: 60px;
    width: 90%;
    max-width: 600px;
    height: 80%;
    overflow-y: auto; /* ← ここでスクロール可能に */
    background: #fff;
    border-radius: 8px;
  }
  .modal-open {
    font-size: 10px;
  }
  .modal-close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 24px;
    background: #ff026f;
    border-radius: 50%;
  }
  .modal-content {
    padding: 50px 15px 20px;
    font-size: 14px;
  }
  .no1-modal-contents-list {
    padding-left: 20px;
  }
  .no1-modal-contents-sublist {
    padding-left: 20px;
  }
}
/********************************
	初心者支持No.1モーダル_おわり
********************************/




/********************************
	フッターSEO_はじまり
********************************/
.footer-accordion {
  margin: 1em auto 5em;
  max-width: 60vw;
  }
  .footer-toggle {
  display: none;
  }
  .footer-option {
  position: relative;
  margin-bottom: 1em;
  }
  .footer-title,
  .footer-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  }
  .footer-title {
    /* padding: 1em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #ff0165;
    font-weight: bold;
    position: relative; */
    text-align: right;
    padding: 0;
  }
  .footer-button {
    display: inline-block;
    padding: 0.5em 1em;
    color: #ff0165;
    border-radius: 4px;
    cursor: pointer;
  }
  .footer-button::before {
    content: "＋";
    font-size: 20px;
    display: inline-block;
  }
  
  /* チェックが入ってたらマイナスに */
  .footer-toggle:checked + .footer-title .footer-button::before {
    content: "−";
  }
  /* .footer-title::after,
  .footer-title::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 1em;
    background-color: #ff0165;
    transition: all 0.3s;
    pointer-events: auto; 
    cursor: pointer;
  } */
  /* .footer-title::after {
  transform: rotate(90deg);
  } */
  .footer-content {
  max-height: 0;
  overflow: hidden;
  }
  .footer-content p {
  margin: 0;
  padding: 1.5em 1em 1em 0.5em;
  font-size: 0.9em;
  line-height: 1.5;
  }
  .footer-toggle:checked + .footer-title + .footer-content {
  max-height: 800px;
  transition: all 1.5s;
  }
  .footer-toggle:checked + .footer-title::before {
  transform: rotate(90deg) !important;
  }
  .footer-seo-link {
    text-decoration: underline;
  }
/********************************
	フッターSEO_おわり
********************************/

/********************************
	フッター_はじまり
********************************/
.footer-flex {
  display: flex;
  justify-content: center;
}

/* 基本のスタイル（共通） */
.footer-link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.footer-link div {
  width: 100%;
}

/* メディアボタンの共通スタイル */
.media-btn {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
  gap: 20px;
  align-items:flex-start
}

/* 著作権部分の共通スタイル */
.copyright {
  text-align: center;
  width: 100%;
  background-color: #ff0165;
  display: flex;
  justify-content: flex-end;
  height: 60px;
  align-items: center;
  padding: 0 30px 0 0;
  box-sizing: border-box;
}
.copyright p {
  color: #fff;
  font-size: 12px;
}
.copyright img {
  width: 6%;
}
.footer-border-left {
  border-left: 1px solid #ff0165;
  width: 20% !important;
}
.footer-col1,.footer-col2,.footer-col3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  gap: 25px;
}

/* スマートフォン向けのスタイル（画面幅768px以下） */
@media (max-width: 768px) {
  .footer-link {
      display: block;
      font-size: 3.4vw;
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box;
  }
  .footer-col1 {
    margin-bottom: 15px;
  }
  .footer-col1, .footer-col2, .footer-col3 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: row;
  }
  .footer-col1 a,.footer-col2 a,.footer-col3 a {
    width: calc(50% - 10px); /* 2カラム用 */
    box-sizing: border-box;
    text-decoration: none;
  }
  .media-btn {
      justify-content: space-evenly;
      margin-bottom: 20px;
      padding: 0 20px 10px;
      width: 60%;
  }

  .copyright {
      margin-top: 20px;
      height: 40px;
  }
  .copyright img {
    width: 20%;
  }
  .footer-flex {
    flex-flow: column;
  }
  .media-btn img {
    width: 100%;
  }
  .footer-border-left {
    border-bottom: 1px solid #ff0165;
    width: 100% !important;
    margin: 20px 0;
  }
  .footer-accordion {
    margin: 0em auto 8em;
    max-width: 90vw;
  }
  .page-top-container p {
    font-size: 0.6rem;
  }
  .page-top-container {
    position: relative;
    left: 290px;
    top: 30px;
  }
  .page-top-btn {
    width: 70%;
    border: 1px solid #ff0165;
  }
  .page-top-btn-arrow {
    width: 2vw;
    height: 2vw;
  }
  .page-top-btn p {
    font-size: 2.3vw;
  }
}
/********************************
	フッター_おわり
********************************/
