@charset "UTF-8";

html {
  font-size: 100%;
}

body {
  background-image: url(../img/pilates-lpr/bg-pc.jpeg);
  background-size: cover;
  background-attachment: fixed;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}


/* ------------------------------------ 
部品 
------------------------------------ */
/* コンテンツ幅600px */
.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 32px;
}

/* noto serif JP */
.serif {
  font-family: "Noto Serif JP", serif;
}

/* 矢印 */
.arrow {
  display: inline-block;
  position: relative;
  width: 107px;
  height: 1px;
  margin-top: 5.5px;
  background-color: #666666;
}

.arrow::before {
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  transform: rotate(30deg);
  transform-origin: calc(100% - 0.5px) 50%;
  width: 12px;
  height: 1px;
  background-color: #666666;
  content: "";
}

/* SPのみ改行 */
.no-pc {
  display: none;
}

/* pcのみ改行 */
.no-sp {
  display: block;
}

/* セクションタイトル */
.section-title {
  margin-bottom: 80px;
  text-align: center;
  text-shadow: 0px 8px 10px rgba(0, 0, 0, 0.25);
}

.section-title span {
  font-size: 2.5rem;
  color: #BD8B8A;
}

/* アニメーション共通 */
.animate {
  opacity: 0;
  transition: all 1s;
}

.animate.show {
  opacity: 1;
  transform: translate(0, 0);
}

/* フェードイン */
.fadein-left {
  transform: translateX(-10px);
}

.fadein-right {
  transform: translateX(10px);
}

.fadein-up {
  transform: translateY(20px);
}

/* スラインドイン */
.slidein-up {
  transform: translateY(20px);
}

/* 遅延をつけるクラス */
.delay-0 {
  transition-delay: 0s;
}

.delay-1 {
  transition-delay: 0.2s;
}

.delay-2 {
  transition-delay: 0.4s;
}

/* レスポンシブ
-------------------------------------------*/
@media (max-width: 599px) {

  /* コンテンツ幅600px */
  .container {
    padding: 0 16px;
  }

  /* SPのみ改行 */
  .no-pc {
    display: block;
  }

  /* 矢印 */
  .arrow {
    width: 64px;
  }

  .arrow::before {
    width: 8px;
  }

  /* pcのみ改行 */
  .no-sp {
    display: none;
  }

  /* セクションタイトル */
  .section-title {
    margin-bottom: 60px;
    font-size: 1.5rem;
  }

  .section-title span {
    font-size: 2rem;
  }
}


/*-------------------------------------------
  ポップアップ表示
-------------------------------------------*/
/* ポップアップの背景 */
.popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fadeIn 1s ease 0.5s normal backwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* ポップアップ本体 */
.popup-content {
  position: relative;
  max-width: 500px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  background: #fff;
  text-align: center;
}

/* 閉じるボタン */
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
  font-size: 1.5rem;
  cursor: pointer;
}

/* レスポンシブ
-------------------------------------------*/
@media (max-width: 599px) {
  .popup-content {
    width: 90%;
  }
}


/*-------------------------------------------
  フローティングバナー
-------------------------------------------*/
#floating-banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  opacity: 0;
  z-index: 999;
  transform: translateX(-50%);
  width: 600px;
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  transition: opacity 0.6s ease;
}

/* 表示状態 */
#floating-banner.active {
  opacity: 1;
  pointer-events: auto;
}

#floating-banner .contact-btn {
  height: 115px;
  margin: 24px 20px;
  border: 4px solid #fff;
}


/* レスポンシブ
-------------------------------------------*/
@media (max-width: 599px) {
  #floating-banner {
    width: 100vw;
  }

  #floating-banner .contact-btn {
    height: 96px;
    margin: 12px 16px;
  }
}

@media screen and (min-width:480px) and (max-width:599px) {
  #floating-banner .contact-btn {
    font-size: 1.5rem;
  }

  #floating-banner .contact-btn span {
    font-size: 2rem;
  }
}


/*-------------------------------------------
  ヘッダー
-------------------------------------------*/
#header {
  position: relative;
}

#header .header-title {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  width: 100%;
}

#header .header-title p {
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 0.3em;
}

.header-title01 {
  background-color: #BD8B8A;
  color: #fff;
  font-size: 2.5rem;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.header-title01 span {
  color: #EACCC8;
}

.header-title02 {
  background-color: #fff;
  color: #8E6140;
  font-size: 2rem;
  font-weight: 400;
}

.header-title02 span {
  background: linear-gradient(135deg, #d17f7e 0%, #f2bfbe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 2.5rem;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
}

/* レスポンシブ
-------------------------------------------*/
@media (max-width: 599px) {

  #header .header-title p {
    padding: 10px 16px;
  }

  .header-title01 {
    font-size: 1.5rem;
  }

  .header-title02 {
    font-size: 1.25rem;
  }

  .header-title02 span {
    font-size: 1.5rem;
  }
}

@media screen and (min-width:480px) and (max-width:599px) {
  #header .header-title p {
    padding: 14px 32px;
  }

  .header-title01 {
    font-size: 1.75rem;
  }

  .header-title02 {
    font-size: 1.5rem;
  }

  .header-title02 span {
    font-size: 2rem;
  }
}


/*-------------------------------------------
  ファーストビュー
-------------------------------------------*/
.fv {
  position: relative;
  max-width: 600px;
  height: 940px;
  margin: 0 auto;
  background-image: url(../img/pilates-lpr/fv/fv-bg.jpg);
  background-size: cover;
}

.fv-img {
  position: absolute;
  top: 154px;
  z-index: 1000;
  width: 80%;
}

.fv-catch {
  position: absolute;
  top: 24%;
  right: 6%;
  color: #666666;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}

.fv-catch span {
  font-size: 2rem;
}

.fv-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 12px;
  background-color: rgb(255, 255, 255, 0.3);
}

.fv-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 28px) / 3);
  aspect-ratio: 1 / 1;
  background-image: url(../img/pilates-lpr/fv/fv-circle.png);
  background-size: cover;
}

.fv-list li p {
  color: #5E4545;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.fv-list li p .fv-green {
  color: #508A8B;
  font-size: 2rem;
}

/* ３つ目 */
.fv-list li:last-child p .fv-green {
  font-size: 1.5rem;
}

/* レスポンシブ
-------------------------------------------*/
@media (max-width: 599px) {
  .fv {
    height: auto;
    background-size: contain;
    aspect-ratio: 30 / 47;
  }

  .fv-img {
    top: 84px;
  }

  .fv-catch {
    font-size: 1rem;
    top: 126px;
  }

  .fv-catch span {
    font-size: 1.25rem;
  }

  .fv-list {
    padding: 12px 6px;
  }

  .fv-list li {
    width: calc((100% - 14px) / 3);
  }

  .fv-list li p {
    font-size: 0.87rem;
  }

  .fv-list li p .fv-green {
    font-size: 1.25rem;
  }

  .fv-list li:last-child p .fv-green {
    font-size: 1rem;
  }
}

@media screen and (min-width:480px) and (max-width:599px) {
  .fv-img {
    top: 110px;
  }

  .fv-catch {
    top: 164px;
    font-size: 1.25rem;
  }

  .fv-catch span {
    font-size: 1.75rem;
  }

  .fv-list {
    padding: 16px 10px;
  }

  .fv-list li p {
    font-size: 1.25rem;
  }

  .fv-list li p .fv-green {
    font-size: 1.75rem;
  }

  .fv-list li:last-child p .fv-green {
    font-size: 1.5rem;
  }
}

/*-------------------------------------------
  キャンペーン
-------------------------------------------*/
.campaign {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #ECCDC8;
}

.campaign>p {
  color: #5E4545;
  font-size: 2rem;
  text-align: center;
}

.campaign>p::before,
.campaign>p::after,
.contact-text+p::before,
.contact-text+p::after {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 24px;
  color: #5E4545;
  font-size: 2rem;
  content: "＼";
}

.campaign>p::after,
.contact-text+p::after {
  margin-right: 0;
  margin-left: 16px;
  content: "／";
}

.campaign-title {
  padding: 21px 0;
  background: linear-gradient(135deg, rgba(209, 127, 126, 1) 0%, rgba(242, 191, 190, 1) 100%);
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-align: center;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.campaign-title span {
  font-size: 3rem;
}

/* 初回体験レッスン 
-------------------------------------------*/
.campaign .wrapper {
  background-color: #fff;
}

.campaign-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

/* 通常価格 */
.regular-price-group {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 10px;
  position: relative;
  line-height: 1;
}

.regular-price-group::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 28%;
  width: 141px;
  height: 2px;
  background-color: #333;
  content: "";
}

.regular {
  font-size: 1rem;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}

.regular-price {
  transform: skewX(-20deg);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
}

.regular-price span {
  font-size: 2rem;
}

.tax {
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}

/* キャンペーン価格 */
.campaign-price {
  transform: skewX(-20deg);
  background: linear-gradient(135deg, #a87474 45%, #f3d2d1 55%, #bd8b8a 65%);
  background-clip: text;
  color: transparent;
  font-size: 8rem;
  font-weight: 900;
}

.campaign-price span {
  font-size: 3rem;
  font-weight: 500;
}

/* 3大特典 
-------------------------------------------*/
.benefit {
  padding: 40px 32px 80px;
}

/* 吹き出しアニメーション */
.benefit-img {
  margin-bottom: 10px;
  animation: floating-y 1s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(10%);
  }
}

.benefit-list {
  position: relative;
}

.benefit-list::after {
  display: block;
  position: absolute;
  top: -50px;
  right: -70px;
  width: 180px;
  height: 180px;
  background-image: url(../img/pilates-lpr/campaign/point01.png);
  background-size: contain;
  content: "";
}

.benefit-list li {
  position: relative;
  padding: 60px 0 100px;
  border: 1px solid #A2A2A2;
  text-align: center;
}

/* リボン */
.benefit-list li::before,
.benefit-list li::after {
  display: block;
  position: absolute;
  background-size: cover;
  content: "";
}

.benefit-list li::before {
  top: 0;
  left: 0;
  width: 127px;
  height: 127px;
  background-image: url(../img/pilates-lpr/campaign/ribbon-top.png);
}

.benefit-list li::after {
  right: 0;
  bottom: 0;
  width: 94px;
  height: 94px;
  background-image: url(../img/pilates-lpr/campaign/ribbon-bottom.png);
}

/* 特典1 */
.benefit-label {
  padding: 3px 16px;
  border-radius: 10px;
  background-color: #D17F7E;
  color: #fff;
  font-size: 1.5rem;
}

.benefit-title {
  background: linear-gradient(90deg, rgba(143, 99, 98, 1) 17%, rgba(218, 174, 173, 1) 34%, rgba(143, 99, 98, 1) 95%);
  background-clip: text;
  color: transparent;
  font-size: 4rem;
  font-weight: 700;
}

.benefit-title .benefit-title-top {
  color: #333;
  font-size: 1.5rem;
}

.benefit-title .benefit-title-bottom {
  font-size: 2.25rem;
}

.benefit-catch {
  margin-top: 56px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.benefit-catch span {
  color: #508A8B;
}

.benefit-list .regular-price-group {
  margin: 16px auto 0;
}

.benefit-list .regular-price-group::before {
  left: 36%;
  width: 170px;
  height: 2px;
}

/* 特別価格 */
.benefit-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin: 24px auto 0;
}

.benefit-price .campaign-price {
  font-size: 6rem;
}

.benefit-price .campaign-price span {
  font-size: 4rem;
}

.benefit-price .tax {
  font-size: 0.875rem;
}

/* 特典2・3 */
.benefit-list li:nth-child(2),
.benefit-list li:nth-child(3) {
  margin-top: 40px;
  padding: 40px 0 60px;
}

.benefit-list li:nth-child(2) .benefit-title,
.benefit-list li:nth-child(3) .benefit-title {
  margin-top: 24px;
  font-size: 3rem;
}

.benefit-list li:nth-child(2) .campaign-inner,
.benefit-list li:nth-child(3) .campaign-inner {
  gap: 32px;
}

.benefit-list li:nth-child(2) .regular-price-group,
.benefit-list li:nth-child(3) .regular-price-group {
  margin: 0;
}

.benefit-list li:nth-child(2) .regular-price-group::before,
.benefit-list li:nth-child(3) .regular-price-group::before {
  left: 26%;
  width: 120px;
}

.benefit-list li:nth-child(2) .regular-price,
.benefit-list li:nth-child(3) .regular-price {
  font-size: 2.5rem;
}

.benefit-list li:nth-child(2) .regular-price span,
.benefit-list li:nth-child(3) .regular-price span {
  font-size: 1.5rem;
}

.benefit-list li:nth-child(2) .arrow,
.benefit-list li:nth-child(3) .arrow {
  width: 72px;
}

.benefit-list li:nth-child(2) .campaign-price,
.benefit-list li:nth-child(3) .campaign-price {
  font-size: 6rem;
}

.benefit-list li:nth-child(2) .campaign-price span,
.benefit-list li:nth-child(3) .campaign-price span {
  font-size: 2.25rem;
}

/* レスポンシブ
-------------------------------------------*/
@media (max-width: 599px) {
  .campaign {
    padding: 80px 16px 60px;
  }

  .campaign>p {
    font-size: 1.5rem;
  }

  .campaign>p::before,
  .campaign>p::after {
    font-size: 1.5rem;
  }

  .campaign-title {
    font-size: 1.5rem;
  }

  .campaign-title span {
    font-size: 2rem;
  }

  /* 初回体験レッスン 
  -------------------------------------------*/
  .campaign-inner {
    gap: 10px;
  }

  /* 通常価格 */
  .regular-price-group {
    gap: 6px;
  }

  .regular-price-group::before {
    left: 24%;
    width: 96px;
  }

  .regular {
    font-size: 0.75rem;
  }

  .regular-price {
    font-size: 2rem;
  }

  .regular-price span {
    font-size: 1.25rem;
  }

  .campaign-price {
    font-size: 4rem;
  }

  /* 3大特典 
  -------------------------------------------*/
  .benefit {
    padding: 24px 16px 60px;
  }

  .benefit-list::after {
    right: -30px;
    width: 130px;
    height: 130px;
  }

  .benefit-list li {
    padding: 40px 0 60px;
  }

  .benefit-list li::before {
    width: 100px;
    height: 100px;
  }

  .benefit-list li::after {
    width: 70px;
    height: 70px;
  }

  /* 特典1 */
  .benefit-label {
    padding: 2px 10px;
    border-radius: 8px;
    font-size: 1rem;
  }

  .benefit-title {
    font-size: 2.5rem;
  }

  .benefit-title .benefit-title-top {
    font-size: 1.125rem;
  }

  .benefit-title .benefit-title-bottom {
    font-size: 2rem;
  }

  .benefit-catch {
    margin-top: 32px;
    font-size: 1.125rem;
  }

  /* (特典1)通常価格 */
  .benefit-list .regular-price-group {
    justify-content: center;
    gap: 8px;
  }

  .benefit-list .regular-price-group::before {
    width: 110px;
  }

  .benefit-price {
    margin-top: 0;
  }

  /* (特典1)キャンペーン価格 */
  .benefit-price .campaign-price {
    font-size: 4rem;
  }

  .benefit-price .campaign-price span {
    font-size: 2.5rem;
  }

  .benefit-price .tax {
    font-size: 0.625rem;
  }

  /* 特典2・3 */
  .benefit-list li:nth-child(2) .benefit-title,
  .benefit-list li:nth-child(3) .benefit-title {
    margin-top: 16px;
    font-size: 2rem;
  }

  .benefit-list li:nth-child(2) .campaign-inner,
  .benefit-list li:nth-child(3) .campaign-inner {
    gap: 12px;
  }

  /* (特典2・3)通常価格 */
  .benefit-list li:nth-child(2) .regular-price-group,
  .benefit-list li:nth-child(3) .regular-price-group {
    gap: 4px;
  }

  .benefit-list li:nth-child(2) .regular-price-group::before,
  .benefit-list li:nth-child(3) .regular-price-group::before {
    left: 32%;
    width: 84px;
  }

  .benefit-list li:nth-child(2) .regular-price,
  .benefit-list li:nth-child(3) .regular-price {
    font-size: 2rem;
  }

  .benefit-list li:nth-child(2) .regular-price-group .tax,
  .benefit-list li:nth-child(3) .regular-price-group .tax {
    font-size: 0.5rem;
  }

  /* (特典2・3)矢印 */
  .benefit-list li:nth-child(2) .arrow,
  .benefit-list li:nth-child(3) .arrow {
    width: 48px;
  }

  /* (特典2・3)キャンペーン価格 */
  .benefit-list li:nth-child(2) .campaign-price,
  .benefit-list li:nth-child(3) .campaign-price {
    font-size: 3.5rem;
  }
}


/*-------------------------------------------
  CTA
-------------------------------------------*/
.contact {
  padding-top: 40px;
  padding-bottom: 80px;
  background-image: url(../img/pilates-lpr/btn-bg.jpg);
  background-size: cover;
}

.contact-text {
  margin-bottom: 32px;
  color: #BD8B8A;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke;
}

.contact-text .large {
  color: #508A8B;
  font-size: 4rem;
}

/* マーカー */
.contact-text .marker {
  background: linear-gradient(transparent 50%, #E2E0D7 50%);
}

.contact-text+p {
  margin-bottom: 8px;
  font-size: 1.5rem;
  text-align: center;
}

.contact-text+p::before,
.contact-text+p::after {
  color: #333;
  font-size: 1.5rem;
}

/* CTAボタン */
.contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 155px;
  border: 1px solid #fff;
  border-radius: 100px;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.25);
  background-color: #508A8B;
  color: #fff;
  font-size: 2rem;
  text-shadow: 0px 8px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}

.contact-btn span {
  font-size: 2.5rem;
  font-weight: 700;
}

.contact-btn span.yellow {
  color: #FFFF9C;
}

.contact-btn::after,
.contact-btn.contact-btn-footer::after {
  position: absolute;
  top: 45%;
  right: 10%;
  transform: rotate(45deg);
  width: 16px;
  height: 16px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  content: "";
  transition: all 0.3s;
}

/* ホバー */
.contact-btn:hover {
  transform: scale(1.05);
}

.contact-btn:hover::after {
  right: 9%;
}

/* CTA(フッター前)
-------------------------------------------*/
.contact:last-of-type {
  position: relative;
  padding: 260px 0 80px;
}

.contact:last-of-type p {
  padding: 0 32px;
}

.contact:last-of-type .contact-btn {
  margin: 0 32px;
}

/* レスポンシブ
-------------------------------------------*/
@media (max-width: 599px) {
  .contact {
    padding: 24px 16px 60px;
  }

  .contact-text {
    margin-bottom: 16px;
    font-size: 1.5rem;
  }

  .contact-text .large {
    font-size: 2.5rem;
  }

  .contact-text+p {
    font-size: 1.125rem;
  }

  .contact-text+p::before,
  .contact-text+p::after {
    margin-right: 8px;
    font-size: 1.125rem;
  }

  .contact-text+p::before,
  .contact-text+p::after {
    margin-left: 6px;
  }

  /* CTAボタン */
  .contact-btn {
    height: 96px;
    font-size: 1rem;
  }

  .contact-btn span {
    font-size: 1.5rem;
  }

  .contact-btn::after,
  .contact-btn.contact-btn-footer::after {
    width: 12px;
    height: 12px;
  }

  /* CTA(フッター前)
  -------------------------------------------*/
  .contact:last-of-type {
    padding: 240px 0 60px;
  }

  .contact:last-of-type p {
    padding: 0 16px;
  }

  .contact:last-of-type .contact-btn {
    margin: 0 16px;
  }
}


/*-------------------------------------------
  お悩み・デメリット
-------------------------------------------*/
.worry.container,
.bad.container {
  padding: 0;
}


/*-------------------------------------------
  解決リボン
-------------------------------------------*/
.ribbon.container {
  position: relative;
  padding: 0;
}

.ribbon-img {
  position: absolute;
  top: -96px;
  z-index: 1;
}

/*-------------------------------------------
  マシンピラティスの説明・メリット
-------------------------------------------*/
#feature {
  padding: 300px 0 100px;
  background-color: #FEFAF4;
}

/* 説明 */
.feature-title {
  margin-bottom: 100px;
  font-size: 1.5rem;
  text-align: center;
}

.feature-title .large {
  background: linear-gradient(transparent 65%, #ECCDC8 50%);
  color: #BD8B8A;
  font-size: 3rem;
}

.feature-img {
  margin-bottom: 100px;
}

/* メリット */
.feature-list {
  padding: 0 32px;
}

.feature-list li {
  position: relative;
  padding: 40px 32px;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.feature-list li:nth-child(2) {
  margin: 100px 0;
}

/* 見出し */
.feature-list li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -50px;
  left: -4px;
  transform: skewX(-20deg);
  width: 100px;
  height: 80px;
  background: linear-gradient(90deg, #508a8b 0%, #c7eee3 100%);
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  font-family: "Crimson Text", serif;
  letter-spacing: 0.11em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  content: "01";
}

.feature-list li:nth-child(2)::before {
  content: "02";
}

.feature-list li:nth-child(3)::before {
  content: "03";
}

/* リスト内 */
.feature-list-title {
  margin-bottom: 20px;
  font-size: 1.25rem;
}

.feature-list-title span {
  color: #D17F7E;
  font-size: 2rem;
}

.feature-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feature-list-text {
  width: 61%;
}

.feature-list-text span {
  font-weight: 700;
}

.feature-list-img {
  width: 32%;
}

/* レスポンシブ
-------------------------------------------*/
@media (max-width: 599px) {
  #feature {
    padding: 240px 0 80px;
  }

  /* 説明 */
  .feature-title {
    margin-bottom: 60px;
    font-size: 1rem;
  }

  .feature-title .large {
    font-size: 1.75rem;
  }

  /* メリット */
  /* 見出し */
  .feature-list li::before {
    top: -30px;
    left: 0;
    width: 80px;
    height: 68px;
    font-size: 2.5rem;
  }

  /* リスト内 */
  .feature-list-title {
    margin-bottom: 16px;
    font-size: 1.125rem;
    text-align: center;
  }

  .feature-list-title span {
    font-size: 1.5rem;
  }

  .feature-list-item {
    flex-direction: column-reverse;
    gap: 16px;
  }

  .feature-list-text {
    width: 100%;
  }

  .feature-list-img {
    width: 150px;
  }
}


/*-------------------------------------------
  強み
-------------------------------------------*/
#point {
  position: relative;
  padding: 300px 0 200px;
  background-image: url(../img/pilates-lpr/point/point-bg.jpg);
  background-size: cover;
}

#point::after {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 200px;
  background-image: url(../img/pilates-lpr/campaign/campaign-bg.png);
  background-size: cover;
  content: "";
}

.point-list li {
  margin-bottom: 238px;
}

.point-list-inner {
  position: relative;
  display: flex;
}

.point-list li:nth-child(2n) .point-list-inner {
  flex-direction: row-reverse;
}

.point-list-inner .point-img {
  width: 340px;
}

.point-list-inner-item {
  position: absolute;
  top: 124px;
  right: 0;
  width: 70%;
  padding: 24px 32px;
  border-radius: 30px 0 0 30px;
  background-color: rgba(255, 255, 255, 0.9);
}

.point-list li:nth-child(2n) .point-list-inner-item {
  left: 0;
  border-radius: 0 30px 30px 0;
}

.point-list-inner-item h3 {
  margin-bottom: 16px;
  color: #8F6362;
  font-size: 2rem;
}

.point-list-inner-item::before {
  position: absolute;
  top: -20px;
  right: 30px;
  width: 60px;
  height: 53px;
  background-image: url(../img/pilates-lpr/point/flower-img.png);
  background-size: contain;
  content: "";
}

.point-list li:nth-child(2n) .point-list-inner-item::before {
  top: -30px;
  left: 32px;
}

/* レスポンシブ
-------------------------------------------*/
@media (max-width: 599px) {
  #point {
    padding: 220px 0 140px;
  }

  #point::after {
    height: auto;
    background-size: contain;
    aspect-ratio: 3 / 1;
  }

  .point-list-inner-item h3 {
    font-size: 1.25rem;
  }

  .point-list-inner-item {
    padding: 28px 24px;
  }

  .point-list-inner .point-img {
    max-width: 300px;
  }

  .point-list-inner-item p {
    font-size: 0.875rem;
  }
}


/*-------------------------------------------
  他店との比較
-------------------------------------------*/
#comparison {
  position: relative;
  padding-top: 100px;
  padding-bottom: 170px;
  background-image: url(../img/pilates-lpr/table-bg.jpg);
  background-size: cover;
}

#comparison::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 10;
  width: 100%;
  height: 75px;
  background-image: url(../img/pilates-lpr/voice/voice-bg.png);
  background-size: cover;
  content: "";
}

/* 見出し（ヨコ） */
.table-header {
  display: grid;
  grid-template-columns: 21% 30% 1fr 1fr;
  align-items: end;
  margin: 0 auto;
  overflow: hidden;
}

.table-header div {
  height: 64px;
  padding: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.table-header .header-empty {
  opacity: 0;
}

.table-header .high {
  height: 110px;
  padding: 24px 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-top: 2px solid #CECECE;
  border-right: 2px solid #CECECE;
  border-left: 2px solid #CECECE;
  background: #D17F7E;
  line-height: 1.4;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.table-header .normal {
  background: #999999;
}

/* 表 */
table {
  max-width: 536px;
  margin: 0 auto;
  border-collapse: collapse;
}

th,
td {
  padding: 16px 4px;
  text-align: center;
  letter-spacing: 0;
}

/* 見出し（タテ） */
th {
  width: 21%;
  height: 100px;
  border-bottom: 1px solid #fff;
  background: #BD8B8A;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
}

tr:nth-child(1) th {
  position: relative;
  border-radius: 20px 0 0 0;
}

tr:nth-child(4) th {
  font-size: 1.125rem;
}

/* 内容 */
td {
  border: 1px solid #C3C3C3;
}

td:nth-of-type(2),
td:nth-of-type(3) {
  width: 24.5%;
  background-color: #fff;
}

/* タテ1列目 */
.adv {
  width: 30%;
  padding: 0 8px;
  background-color: #FFFCF6;
  color: #5E4545;
  font-weight: 700;
}

tr:nth-of-type(5) .adv {
  font-size: 0.75rem;
}

tr:last-child .adv {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.adv.adv-large {
  font-size: 1.75rem;
}

.adv span.adv-green {
  color: #508A8B;
  font-size: 1.5rem;
}

.adv-note {
  font-size: 0.75rem;
  font-weight: 400;
}

.adv-note span {
  font-weight: 700;
}

/* 注釈 */
tr:nth-child(2) th {
  position: relative;
}

tr:nth-child(1) th::after,
tr:nth-child(2) th::after {
  position: absolute;
  top: 14px;
  right: 10px;
  font-size: 1rem;
  content: "※";
}

.note {
  margin-top: 12px;
  font-size: 1rem;
}

/* レスポンシブ
-------------------------------------------*/
@media (max-width: 599px) {
  #comparison {
    padding: 80px 16px 120px;
  }

  #comparison::after {
    height: auto;
    background-size: contain;
    aspect-ratio: 8 / 1;
  }

  /* 見出し（ヨコ） */
  .table-header {
    grid-template-columns: 21% 31.5% 1fr 1fr;
    max-width: 536px;
  }

  .table-header div {
    font-size: 0.75rem;
  }

  .table-header .high {
    height: 100%;
    padding: 20px 10px;
  }

  .table-header .normal {
    height: 60%;
  }

  /* 表 */
  th {
    height: 140px;
    font-size: 0.75rem;
  }

  tr:nth-child(4) th {
    font-size: 0.75rem;
  }

  td:nth-of-type(2),
  td:nth-of-type(3) {
    width: 23%;
    font-size: 0.875rem;
  }

  /* タテ1列目 */
  .adv {
    padding: 0 4px;
    font-size: 0.75rem;
  }

  .adv.adv-large {
    font-size: 1.25rem;
  }

  .adv-note {
    font-size: 0.625rem;
  }

  .adv span.adv-green {
    font-size: 1.25rem;
  }

  /* 注釈 */
  tr:nth-child(1) th::after,
  tr:nth-child(2) th::after {
    position: absolute;
    top: 40px;
    right: 10px;
    font-size: 0.875rem;
    content: "※";
  }

  .note {
    font-size: 0.75rem;
  }
}

@media screen and (min-width:480px) and (max-width:599px) {
  tr:nth-of-type(5) .adv {
    font-size: 0.75rem;
    line-height: 1.7;
    white-space: nowrap;
  }
}


/*-------------------------------------------
  他店との比較
-------------------------------------------*/
#voice {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FFFBFB;
}

.voice-list li {
  padding: 32px 40px;
  border: 1px solid #A2A2A2;
  border-radius: 0 50px 0 50px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.voice-list li:nth-child(2) {
  margin: 80px 0;
}

.voice-list-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.voice-list-top img {
  width: 22%;
}

.voice-list-top h3 {
  font-size: 1.25rem;
}

.voice-list-top h3 span {
  display: inline-block;
  margin-top: 14px;
  padding: 6px 12px;
  background-color: #D17F7E;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.voice-list-bottom {
  font-size: 1.25rem;
  line-height: 1.7;
}

/* レスポンシブ
-------------------------------------------*/
@media (max-width: 599px) {
  #voice {
    padding: 80px 16px 80px;
  }

  .voice-list li {
    padding: 32px 24px;
  }

  .voice-list li:nth-child(2) {
    margin: 60px 0;
  }

  .voice-list-top {
    gap: 10px;
    margin-bottom: 24px;
  }

  .voice-list-top h3 {
    font-size: 1rem;
  }

  .voice-list-top h3 span {
    margin-top: 8px;
    padding: 4px 8px;
    font-size: 0.75rem;
  }

  .voice-list-bottom {
    font-size: 1rem;
  }
}


/*-------------------------------------------
  体験の流れ
-------------------------------------------*/
#flow {
  padding: 100px 0 211px;
  background-image: url(../img/pilates-lpr/flow/flow-bg.jpg);
  background-size: cover;
}

/* slick */
.slide .slick-slide {
  margin-right: 32px;
  margin-left: 32px;
}

.slick-next,
.slick-prev {
  display: block;
  top: 112%;
  z-index: 10;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.slick-next {
  right: 33%;
}

.slick-prev {
  left: 33%;
}

.slick-next:before,
.slick-prev:before {
  position: absolute;
  top: 40%;
  right: 40%;
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
  border-top: solid 3px #333;
  border-right: solid 3px #333;
  content: "";
  transition: all 0.3s;
}

.slick-prev:before {
  transform: rotate(225deg);
}

/* ホバー */
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  background-color: #EEE;
}

/* 流れ */
.flow-list-title {
  padding: 24px 0;
  border-radius: 30px 30px 0 0;
  background-color: #BD8B8A;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}

.flow-list-title span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
}

.flow-list-inner {
  height: 352px;
  padding: 32px;
  background-color: #fff;
}

.flow-list-inner.step01 {
  padding: 40px;
}

.flow-list-inner p,
.flow-list-inner h4,
.flow-list-inner .take-list li {
  font-size: 1.5rem;
  line-height: 1.7;
}

/* ステップ1 */
.flow-list-inner .contact-btn {
  align-items: baseline;
  height: 96px;
  margin-top: 32px;
  padding: 20px 0;
  font-size: 1.25rem;
  font-weight: 400;
}

.flow-list-inner .contact-btn span {
  font-size: 2rem;
}

/* ステップ2 */
.flow-list-inner h4 {
  margin-top: 24px;
}

.flow-list-inner .take-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* ステップ3 */
.flow-list:nth-child(3) .flow-list-inner h4+p {
  padding-left: 24px;
}

/* レスポンシブ
-------------------------------------------*/
@media (max-width: 599px) {
  #flow {
    padding: 80px 0 100px;
  }

  /* slick */
  .slide .slick-slide {
    margin-right: 16px;
    margin-left: 16px;
  }

  .slick-next,
  .slick-prev {
    top: 108%;
    width: 40px;
    height: 40px;
  }

  .slick-next:before,
  .slick-prev:before {
    width: 10px;
    height: 10px;
  }

  /* 流れ */
  .flow-list-title {
    font-size: 1.5rem;
  }

  .flow-list-title span {
    font-size: 1rem;
  }

  .flow-list-inner,
  .flow-list-inner.step01 {
    height: 230px;
    padding: 20px;
  }

  .flow-list-inner p,
  .flow-list-inner h4,
  .flow-list-inner .take-list li {
    font-size: 1rem;
  }

  /* ステップ1 */
  .flow-list-inner .contact-btn {
    height: 64px;
    padding: 16px 0;
    font-size: 0.875rem;
  }

  .flow-list-inner .contact-btn::after {
    right: 8%;
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }

  .flow-list-inner .contact-btn span {
    font-size: 1.25rem;
  }

  /* ステップ2 */
  .flow-list-inner h4 {
    margin-top: 16px;
  }

  .flow-list-inner .take-list li {
    font-size: 0.875rem;
  }
}


/*-------------------------------------------
  よくあるご質問
-------------------------------------------*/
#qa {
  position: relative;
  padding-top: 100px;
  padding-bottom: 320px;
  background-color: #FEFAF4;
}

.qa-5 dt,
.qa-5 dd {
  position: relative;
  border-radius: 30px;
}

.qa-5 dt {
  display: flex;
  align-items: center;
  height: 140px;
  margin-bottom: 24px;
  padding-right: 72px;
  padding-left: 96px;
  background-color: #D8AFAE;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  transition: 0.3s;
}

.qa-5 dt::before,
.qa-5 dd::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  font-size: 2.25rem;
  font-weight: 700;
  font-family: "Crimson Text", serif;
}

.qa-5 dt::before {
  top: 50%;
  transform: translateY(-50%);
  background-color: #666;
  content: "Q";
}

.qa-5 dt::after,
.detail-btn::after {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  font-size: 2.25rem;
  content: "＋";
  transition: all 0.3s;
}

.qa-5 dd {
  display: none;
  width: 100%;
  margin-bottom: 40px;
  padding: 40px 16px 40px 96px;
  background-color: #ffffff;
  font-size: 1.25rem;
}

.qa-5 dd::before {
  background-color: #F2E0DD;
  color: #BD8B8A;
  content: "A";
}

.qa-5 dd .personal {
  color: #666;
  word-break: break-all;
  transition: all 0.3s;
}

/* ホバー */
.qa-5 dd .personal:hover {
  opacity: 0.6;
}

.qa-5 dd .join {
  margin-top: 20px;
}

/* open時 */
.qa-5 dt.open {
  margin-bottom: 16px;
}

.qa-5 dt.open::after,
.detail-btn.open::after {
  transform: translateY(-50%) rotate(-180deg);
  content: "－";
}

.qa-5.open dd {
  display: block;
}

/* ホバー */
.qa-5 dt:hover {
  cursor: pointer;
}

/* レスポンシブ
-------------------------------------------*/
@media (max-width: 599px) {
  .qa-5 dt {
    height: 100px;
    padding-right: 40px;
    padding-left: 64px;
    font-size: 1rem;
  }

  .qa-5 dt::before,
  .qa-5 dd::before {
    left: 12px;
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }

  .qa-5 dt::after {
    font-size: 1.5rem;
  }

  .qa-5 dd {
    padding: 20px 16px 20px 64px;
    font-size: 0.875rem;
  }

  .qa-5 dd .personal {
    font-size: 0.875rem;
  }

  .qa-5 dt,
  .qa-5 dd {
    border-radius: 20px;
  }
}


/*-------------------------------------------
  店舗情報・スケジュール・インストラクター・料金
-------------------------------------------*/
#info {
  max-width: 600px;
  margin: 0 auto;
  background-color: #BD8B8A;
}

#info .container {
  padding: 0 32px 10px;
}

/* 詳細ボタン
----------------------------------------- */
.detail-btn {
  position: relative;
  margin-bottom: 60px;
  padding: 24px 0;
  border: 4px solid #fff;
  border-radius: 100px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  background: linear-gradient(135deg, rgba(255, 237, 233, 1) 0%, rgba(254, 253, 255, 1) 100%);
  color: #5E4545;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}

.detail-btn::after {
  right: 10%;
}

/* infoカテゴリー共通 */
#schedule,
.instructor,
.plan {
  display: none;
}

/* 店舗情報
----------------------------------------- */
.store {
  margin-bottom: 100px;
}

.store h2 {
  margin-bottom: 60px;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  text-shadow: 0px 8px 10px rgba(0, 0, 0, 0.25);
}

.google-map {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  aspect-ratio: 5 / 3;
}

.store-inner {
  padding: 40px 20px;
  border-radius: 30px;
  background-color: #fff;
}

.store-inner h3 {
  margin-bottom: 40px;
  font-size: 2rem;
  text-align: center;
}

.store-inner dl {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 42px;
}

.store-inner dl dt {
  width: 20%;
  font-size: 1.25rem;
  font-weight: 700;
}

.store-inner dl dd {
  width: 60%;
  font-size: 1.25rem;
}

/* スケジュール 
----------------------------------------- */
#schedule {
  margin-bottom: 100px;
}

/* サムネイル */
.thumbnail {
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}

/* ホバー */
.thumbnail:hover {
  opacity: 0.9;
}

/* モーダル（非表示時） */
.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  transition: opacity 0.4s ease;
}

/* :targetで表示 */
.modal:target {
  visibility: visible;
  opacity: 1;
}

/* 背景（クリックで閉じる） */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

/* モーダル内容 */
.modal-content {
  position: relative;
  z-index: 1001;
  max-width: 55%;
}

.modal-content img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

/* 閉じるボタン */
.close {
  position: absolute;
  top: -50px;
  right: -10px;
  color: white;
  font-size: 2rem;
  text-decoration: none;
}

/* インストラクター 
----------------------------------------- */
.instructor {
  margin-bottom: 100px;
}

li .instructor-img:not(li:last-child .instructor-img) {
  margin-bottom: 60px;
}

/* 料金プラン
----------------------------------------- */
.platinum,
.standard {
  position: relative;
  width: 500px;
  margin: 0 auto;
  padding: 80px 20px 100px;
  border-radius: 30px;
  background-color: #fff;
}

/* おすすめバッジ */
.detail-btn.plan-btn::before {
  display: block;
  position: absolute;
  top: 120px;
  left: -25px;
  opacity: 0;
  z-index: 1;
  width: 140px;
  height: 150px;
  background-image: url(../img/pilates-lpr/price/point02.png);
  background-size: cover;
  content: "";
  transition: opacity 0.5s ease;
  cursor: default;
}

/* おすすめバッジopen時 */
.detail-btn.open.plan-btn::before {
  opacity: 1;
}

/* プラチナコース */
.platinum .catch,
.standard .catch {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

/* コース共通（キャッチ） */
.platinum .catch span,
.standard .catch span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  background-color: #D17F7E;
  color: #fff;
  font-size: 1.25rem;
}

.platinum .catch span:nth-child(2) {
  margin: 0 8px;
}

/* プラチナコース（タイトル） */
.platinum h3 {
  padding: 14px 0;
  border: 1px solid #999;
  background: linear-gradient(90deg, #6c6c6c 12%, #dedcdc 26%, #828282 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 3rem;
  text-align: center;
  -webkit-text-fill-color: transparent;
}

/* プラチナコース（価格） */
.platinum .benefit-price {
  gap: 12px;
  margin-bottom: 32px;
}

.platinum .benefit-price .monthly {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.4em;
  writing-mode: vertical-rl;
}

.platinum .benefit-price .tax {
  font-size: 1rem;
  font-weight: 700;
}

/* プラチナコース（こんな人におすすめ） */
.recom {
  margin-bottom: 16px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.recom-list {
  width: 350px;
  margin: 0 auto;
}

.recom-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 44px;
  font-size: 1.25rem;
  vertical-align: bottom;
}

.recom-list li::before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 27px;
  height: 27px;
  background-image: url(../img/pilates-lpr/price/check-mark.svg);
  background-size: cover;
  content: "";
}

/* コース共通（吹き出し） */
.platinum-point {
  position: relative;
  margin: -96px auto 68px;
}

.platinum-point img {
  box-shadow: 10px 16px 12px -6px rgba(0, 0, 0, 0.25);
}

.platinum-point p {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: linear-gradient(70deg,
      #5E4545 45%,
      rgba(255, 255, 255, 0.8) 50%,
      #5E4545 55%);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 8px 8px 10px rgba(0, 0, 0, 0.25);
}

.platinum-point p span {
  background: linear-gradient(70deg,
      #508A8B 45%,
      rgba(255, 255, 255, 0.8) 50%,
      #508A8B 55%);
  font-size: 2.5rem;
}

/* コース共通（吹き出し：アニメーション） */
.platinum-point p,
.platinum-point p span {
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine-lpr 5s infinite;
}

@keyframes shine-lpr {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* 月4・8回コース */
.standard {
  padding-bottom: 120px;
}

/* 月4・8回コース（キャッチ） */
.standard .catch span {
  margin: 0 10px;
}

.standard-group {
  display: flex;
  justify-content: space-between;
  position: relative;
}

/* 月4・8回コース（区切り線） */
.standard-group::before {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 280px;
  border: 1px dashed #AAAAAA;
  content: "";
}

.standard-4,
.standard-8 {
  width: calc((100% - 36px) / 2);
}

/* 月4・8回コース（タイトル） */
.standard-group h3 {
  padding: 16px 0;
  border: 1px solid #999;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}

.standard-group h3 span {
  color: #999;
  font-size: 2.5rem;
}

/* 月4・8回コース（価格） */
.standard-group .benefit-price {
  align-items: center;
  gap: 6px;
  margin-bottom: 28px;
}

.standard-group .monthly {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5em;
  writing-mode: vertical-rl;
}

.standard-group .tax {
  font-size: 0.625rem;
}

.standard-group .benefit-price .campaign-price {
  font-size: 2.5rem;
}

.standard-group .benefit-price .campaign-price span {
  font-size: 1.5rem;
}

/* 月4・8回コース（こんな人におすすめ） */
.standard-group .recom {
  font-size: 0.875rem;
}

.standard-group .recom-list {
  width: 212px;
}

.standard-group .recom-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
  font-size: 0.875rem;
}

.standard-group .recom-list li::before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
}

/* レスポンシブ
-------------------------------------------*/
@media (max-width: 599px) {
  #info .container {
    padding: 0 16px 20px;
  }

  /* infoカテゴリー共通 */
  .store,
  #schedule,
  .instructor {
    margin-bottom: 60px;
  }

  /* 店舗情報
----------------------------------------- */
  .store h2 {
    font-size: 2rem;
  }

  .store-inner {
    padding: 28px 16px;
  }

  .store-inner h3 {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }

  .store-inner dl {
    justify-content: center;
    column-gap: 24px;
    row-gap: 16px;
  }

  .store-inner dl dt {
    font-size: 0.875rem;
    white-space: nowrap;
  }

  .store-inner dl dd {
    width: 70%;
    font-size: 0.875rem;
  }

  /* 詳細ボタン
----------------------------------------- */
  .detail-btn {
    margin-bottom: 40px;
    padding: 14px 0;
    font-size: 1.25rem;
  }

  .modal-content {
    max-width: 96%;
  }

  /* インストラクター 
----------------------------------------- */
  li .instructor-img:not(li:last-child .instructor-img) {
    margin-bottom: 40px;
  }

  /* 料金プラン
----------------------------------------- */
  .detail-btn.plan-btn::before {
    top: 72px;
    left: -14px;
    width: 96px;
    height: 100px;
  }

  /* プラチナコース */
  .platinum,
  .standard {
    width: calc(100% - 20px);
    padding: 60px 16px 80px;
  }

  /* コース共通（キャッチ） */
  .platinum .catch,
  .standard .catch {
    margin-bottom: 24px;
    font-size: 1.5rem;
  }

  .platinum .catch span,
  .standard .catch span {
    margin-bottom: 8px;
    padding: 2px 8px;
    font-size: 0.875rem;
  }

  /* プラチナコース（タイトル） */
  .platinum h3 {
    font-size: 2rem;
  }

  /* プラチナコース（価格） */
  .platinum .benefit-price {
    gap: 8px;
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .platinum .benefit-price .monthly {
    font-size: 0.875rem;
    letter-spacing: 0.3em;
  }

  .platinum .benefit-price .tax {
    font-size: 0.625rem;
  }

  .platinum .benefit-price .campaign-price {
    font-size: 3.5rem;
  }

  /* プラチナコース（こんな人におすすめ） */
  .recom {
    font-size: 1rem;
  }

  .recom-list {
    width: 260px;
  }

  .recom-list li {
    margin-bottom: 14px;
    padding-left: 38px;
    font-size: 0.875rem;
  }

  .recom-list li::before {
    left: 6px;
    width: 20px;
    height: 20px;
  }

  /* プラチナコース（吹き出し） */
  .platinum-point {
    margin-top: -80px;
    margin-bottom: 40px;
  }

  .platinum-point p {
    font-size: 1.125rem;
  }

  .platinum-point p span {
    font-size: 1.75rem;
  }

  /* 月4・8回コース */
  .standard-4,
  .standard-8 {
    width: calc((100% - 20px) / 2);
  }

  .standard-group::before {
    height: 170px;
  }

  /* 月4・8回コース（タイトル） */
  .standard-group h3 {
    padding: 10px 0;
    font-size: 1rem;
  }

  .standard-group h3 span {
    font-size: 1.5rem;
  }

  /* 月4・8回コース（価格） */
  .standard-group .benefit-price {
    gap: 2px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .standard-group .monthly {
    font-size: 0.5rem;
  }

  .standard-group .benefit-price .campaign-price {
    font-size: 1.75rem;
  }

  .standard-group .benefit-price .campaign-price span {
    font-size: 1rem;
  }

  .standard-group .tax {
    padding-top: 6px;
    font-size: 0.375rem;
  }

  /* 月4・8回コース（こんな人におすすめ） */
  .standard-group .recom {
    margin-bottom: 8px;
    font-size: 0.5625rem;
  }

  .standard-group .recom-list {
    width: 150px;
  }

  .standard-group .recom-list li {
    margin-bottom: 8px;
    padding-left: 16px;
    font-size: 0.5625rem;
  }

  .standard-group .recom-list li::before {
    width: 12px;
    height: 12px;
  }
}

@media screen and (min-width:480px) and (max-width:599px) {

  /* 料金プラン
----------------------------------------- */
  /* プラチナコース */
  .platinum,
  .standard {
    width: calc(100% - 80px);
  }

  /* コース共通（キャッチ） */
  .platinum .catch,
  .standard .catch {
    font-size: 2rem;
  }

  /* コース共通（吹き出し） */
  .platinum-point {
    width: 94%;
  }

  .platinum-point p {
    font-size: 1.5rem;
  }

  .platinum-point p span {
    font-size: 2rem;
  }

  /* 月4・8回コース（タイトル） */
  .standard-group h3 {
    font-size: 1.25rem;
  }

  /* 月4・8回コース（価格） */
  .standard-group .monthly {
    font-size: 0.625rem;
    letter-spacing: 0.3em;
  }

  .standard-group .benefit-price {
    margin-bottom: 20px;
  }

  .standard-group .benefit-price .campaign-price {
    font-size: 2rem;
  }

  .standard-group .benefit-price .campaign-price span {
    font-size: 1.25rem;
  }

  .standard-group .tax {
    font-size: 0.5rem;
  }

  /* 月4・8回コース（こんな人におすすめ） */
  .standard-group .recom {
    font-size: 0.75rem;
  }

  .standard-group .recom-list {
    width: 170px;
  }

  .standard-group .recom-list li {
    font-size: 0.6875rem;
  }

  .standard-group .recom-list li::before {
    width: 14px;
    height: 14px;
  }
}


/*-------------------------------------------
  info背景：ウェーブ
-------------------------------------------*/
#qa::after,
.contact:last-of-type::before {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  background-size: cover;
  aspect-ratio: 5 / 2;
  content: "";
}

#qa::after {
  bottom: -2px;
  left: 0;
  background-image: url(../img/pilates-lpr/info/info-bg-top.png);
}

.contact:last-of-type::before {
  top: -2px;
  background-image: url(../img/pilates-lpr/info/info-bg-bottom.png);
}


/*-------------------------------------------
  フッター
-------------------------------------------*/
#footer {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 0 0;
  background-color: #ECCDC8;
}

.link-group li:first-child::after {
  margin-left: 16px;
  content: ">";
}

.link-group {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

/* ホバー */
.link-group-item:hover {
  opacity: 0.6;
}

/* CTAボタン */
.contact-btn.contact-btn-footer {
  margin-bottom: 40px;
  border: 4px solid #508A8B;
  background-color: #fff;
  color: #333;
}

.contact-btn.contact-btn-footer span {
  color: #508A8B;
}

.contact-btn.contact-btn-footer::after {
  right: 8%;
  border-top: solid 3px #333;
  border-right: solid 3px #333;
}

/* ホバー */
.contact-btn.contact-btn-footer:hover {
  transform: initial;
  border: 4px solid #fff;
  background-color: #508A8B;
  color: #fff;
}

.contact-btn.contact-btn-footer:hover span {
  color: #fff;
}

.contact-btn.contact-btn-footer:hover::after {
  right: 6%;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

#footer .logo {
  display: block;
  width: 192px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.copyright {
  padding: 20px 0;
  background-color: #BD8B8A;
  color: #fff;
  text-align: center;
}


/* レスポンシブ
-------------------------------------------*/
@media (max-width: 599px) {
  #footer {
    padding: 60px 0 0;
  }

  .link-group {
    margin-bottom: 20px;
  }

  .link-group-item {
    font-size: 0.75rem;
  }

  .link-group li:first-child::after {
    margin-left: 12px;
  }

  .contact-btn.contact-btn-footer {
    margin-bottom: 20px;
  }

  #footer .logo {
    width: 120px;
    margin-bottom: 12px;
  }

  .copyright {
    padding: 12px 0;
    font-size: 0.625rem;
  }
}