/* ====================================
   KOUROS Pas de Deux Class Page
==================================== */
body {
  margin: 0;
  padding: 0;
  background: #fbf7fb;
  color: #342b38;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  line-height: 1.8;
}

#container-1.pdd-page {
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px 16px 70px;
  box-sizing: border-box;
}

.pdd-page * {
  box-sizing: border-box;
}

.pdd-page a {
  color: #7b4d92;
}

.pdd-hero {
  display: grid;
  grid-template-columns: minmax(280px, 42%) 1fr;
  gap: 0;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(135deg, #2a1737 0%, #65456f 45%, #d9a1b4 100%);
  box-shadow: 0 22px 60px rgba(72, 39, 82, 0.23);
  margin-bottom: 46px;
}

.pdd-hero__image {
  min-height: 620px;
  background: #2f2038;
}

.pdd-hero__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.pdd-hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 54px;
  color: #fff;
}

.pdd-hero__content::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 22px;
  pointer-events: none;
}

.pdd-kicker {
  display: inline-block;
  width: fit-content;
  margin: 0 0 18px;
  padding: 6px 16px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: .12em;
}

.pdd-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-family: Georgia, "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.12;
  letter-spacing: .04em;
}

.pdd-subtitle {
  margin: 0 0 20px;
  color: #ffe7f0;
  font-size: clamp(20px, 2.6vw, 30px);
  font-weight: 700;
  line-height: 1.55;
}

.pdd-lead {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 2;
}

.pdd-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.pdd-badges span {
  display: inline-block;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.28);
  font-size: 14px;
}

.pdd-section {
  margin: 34px 0;
  padding: 42px;
  border-radius: 24px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 34px rgba(82, 50, 92, .09);
}

.pdd-section h2 {
  margin: 0 0 24px;
  color: #5b376b;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(26px, 3vw, 36px);
  text-align: center;
  letter-spacing: .06em;
}

.pdd-intro {
  text-align: center;
  background: linear-gradient(135deg, #fff 0%, #fff3f8 100%);
}

.pdd-catch {
  margin: 0 0 14px;
  color: #a15d7b;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
}

.pdd-points,
.pdd-program__grid,
.pdd-teacher-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pdd-point,
.pdd-card,
.pdd-teacher-card {
  padding: 24px;
  border: 1px solid #eadbe8;
  border-radius: 20px;
  background: #fff;
}

.pdd-point__num {
  display: inline-block;
  margin-bottom: 8px;
  color: #b88cae;
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 700;
}

.pdd-point h3,
.pdd-card h3,
.pdd-teacher-card h3 {
  margin: 0 0 10px;
  color: #553265;
  font-size: 20px;
}

.pdd-program {
  background: linear-gradient(135deg, #f8f1ff 0%, #fff7f8 100%);
}

.pdd-date {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #f0dce9;
  color: #6a3d79;
  font-weight: 700;
}

.pdd-btn {
  display: inline-block;
  margin-top: 14px;
  padding: 13px 24px;
  border-radius: 999px;
  background: #7b4d92;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  box-shadow: 0 10px 22px rgba(94, 53, 117, .22);
  transition: .25s ease;
}

.pdd-btn:hover {
  transform: translateY(-2px);
  background: #683b80;
  box-shadow: 0 14px 26px rgba(94, 53, 117, .28);
}

.pdd-btn--main {
  background: linear-gradient(135deg, #7b4d92 0%, #b56f91 100%);
  padding: 15px 30px;
  font-size: 17px;
}

.pdd-btn--sub {
  background: #9a7b5c;
}

.pdd-info {
  background: #fff;
}

.pdd-info__list {
  margin: 0;
}

.pdd-info__list div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #eee3ee;
}

.pdd-info__list div:last-child {
  border-bottom: 0;
}

.pdd-info__list dt {
  color: #6a3d79;
  font-weight: 700;
}

.pdd-info__list dd {
  margin: 0;
}

.pdd-info__list strong {
  color: #b04e78;
  font-size: 24px;
}

.pdd-info__list span,
.pdd-note {
  color: #c03955;
  font-weight: 700;
}

.pdd-apply {
  text-align: center;
  color: #fff;
  background: radial-gradient(circle at top left, #d9a1b4 0%, #7a4a8d 45%, #2c1b38 100%);
}

.pdd-apply h2 {
  color: #fff;
}

.pdd-apply__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}

.pdd-ticket,
.pdd-trial {
  text-align: center;
}

.pdd-ticket img {
  max-width: 190px;
  width: 100%;
  height: auto;
  margin-top: 14px;
  border: 1px solid #e6d8e6;
  border-radius: 12px;
}

@media screen and (max-width: 900px) {
  .pdd-hero {
    grid-template-columns: 1fr;
  }

  .pdd-hero__image {
    min-height: 420px;
  }

  .pdd-hero__content {
    padding: 42px 26px;
  }

  .pdd-points,
  .pdd-program__grid,
  .pdd-teacher-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 640px) {
  #container-1.pdd-page {
    padding: 12px 10px 50px;
  }

  .pdd-hero {
    border-radius: 18px;
  }

  .pdd-hero__image {
    min-height: 360px;
  }

  .pdd-hero__content {
    padding: 34px 20px;
  }

  .pdd-hero__content::before {
    inset: 10px;
    border-radius: 16px;
  }

  .pdd-section {
    margin: 22px 0;
    padding: 28px 18px;
    border-radius: 18px;
  }

  .pdd-info__list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .pdd-btn,
  .pdd-btn--main {
    width: 100%;
    padding: 14px 18px;
  }
}


/* ------------------------------------
   洗練された所在地フッター
------------------------------------ */
.pdd-footer {
  margin-top: 58px;
  background: linear-gradient(135deg, #2b1838 0%, #51325f 52%, #8c5d76 100%);
  color: #fff;
  padding: 70px 18px 34px;
}

.pdd-footer__inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.pdd-footer__brand {
  margin: 0 0 8px;
  color: #e7c9dc;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: .18em;
  font-size: 13px;
}

.pdd-footer h2 {
  margin: 0 0 8px;
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 3.8vw, 44px);
  letter-spacing: .08em;
}

.pdd-footer__lead {
  margin: 0 0 32px;
  color: rgba(255,255,255,.82);
}

.pdd-studio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 0 34px;
}

.pdd-studio-card {
  position: relative;
  padding: 28px 22px 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  text-align: left;
  box-shadow: 0 16px 35px rgba(19, 9, 28, .22);
  backdrop-filter: blur(6px);
}

.pdd-studio-card--active {
  background: rgba(255,255,255,.15);
  border-color: rgba(255,231,240,.45);
}

.pdd-studio-card__area {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  color: #ffe7f0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: .14em;
}

.pdd-studio-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 22px;
}

.pdd-studio-card h3 a {
  color: #fff;
  text-decoration: none;
}

.pdd-studio-card h3 a:hover {
  text-decoration: underline;
}

.pdd-studio-card p {
  margin: 0 0 12px;
  color: rgba(255,255,255,.86);
  line-height: 1.75;
}

.pdd-studio-card .pdd-tel {
  margin-bottom: 0;
  color: #ffe7f0;
  font-weight: 700;
}

.pdd-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin: 28px 0 22px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.18);
}

.pdd-footer__links a {
  color: rgba(255,255,255,.86);
  text-decoration: none;
  font-size: 14px;
}

.pdd-footer__links a:hover {
  color: #fff;
  text-decoration: underline;
}

.pdd-footer address {
  color: rgba(255,255,255,.62);
  font-style: normal;
  font-size: 12px;
}

@media screen and (max-width: 900px) {
  .pdd-studio-grid {
    grid-template-columns: 1fr;
  }

  .pdd-studio-card {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .pdd-footer {
    margin-top: 36px;
    padding: 52px 14px 28px;
  }

  .pdd-footer__links {
    gap: 8px 14px;
  }
}
