@charset "UTF-8";
/* 横揺れ防止 */
html, body {
  overflow-x: hidden;
  width: 100%;
}


/*==============================
  キャラクター
==============================*/

.camp-character{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
    flex-shrink:0;
    margin-top:100px;
}

.camp-balloon{
    position:relative;
}

.camp-balloon p{
    margin:0;
    font-size:15px;
    line-height:1.6;
    font-weight:700;
    color:var(--ink-soft);
    text-align:center;
    background:#fff;
    border-radius:22px;
    padding:14px 20px;
    box-shadow:0 6px 20px rgba(0,0,0,.06);
}

.camp-balloon::after{
    content:"";
    position:absolute;
    bottom:-9px;
    left:50%;
    transform:translateX(-50%);
    width:0;
    height:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px solid #fff;
}

.camp-character-img{
    width:140px;
    height:auto;
    flex-shrink:0;
    margin-top:8px;
    margin-bottom: 30px;
}
.camp-badge-wrap {
  text-align: center;
  margin-top: -30px;
}
/* 価格エリア */
.camp-price-row-center {
  justify-content: center;
}

/* 税込表示 */
.camp-price-tax {
  font-size: 12px;
}

.camp-price-tax-normal {
  color: var(--ink-faint);
}

.camp-price-tax-special {
  color: var(--teal-text);
}

/* 矢印 */
.camp-price-arrow {
  font-size: 16px;
  color: var(--red);
}

/* CTA */
.camp-hero-cta-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  margin-left: -90px;
}

/* スイカ */
.camp-watermelon {
  width: 92px;
  height: auto;
}

/* ボタン */
.camp-hero-cta-btn {
  margin-top: 0;
}
/* 女性画像エリア */
.camp-hero-photo-wrap {
  flex: 0 0 350px;
  width: 350px;
  display: flex;
  justify-content: center;
  align-self: flex-start;
  position: relative;
}


/* キラキラ共通 */
.camp-light {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

/* キラキラ1 */
.camp-light-1 {
  top: 20px;
  left: 10px;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 6px 2px rgba(255,255,255,.8);
}

/* キラキラ2 */
.camp-light-2 {
  top: 80px;
  right: 20px;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 5px 2px rgba(255,255,255,.8);
}

/* キラキラ3 */
.camp-light-3 {
  top: 180px;
  left: 0;
  width: 5px;
  height: 5px;
  box-shadow: 0 0 5px 2px rgba(255,255,255,.8);
}

/* キラキラ4 */
.camp-light-4 {
  top: 250px;
  right: 30px;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 6px 2px rgba(255,255,255,.8);
}

/* キラキラ5 */
.camp-light-5 {
  top: 340px;
  left: 40px;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 5px 2px rgba(255,255,255,.8);
}
/* 症状アイコン共通 */
.camp-symptom-img {
  width: 52px;
  height: 52px;
}

/* 大きいアイコン（1・2のみ） */
.camp-symptom-img-large {
  width: 150px;
  height: 150px;
}
/* おすすめ対象 */
.camp-recommend {
  text-align: center;
  font-size: 15.5px;
  font-weight: 700;
  color: var(--teal-text);
  margin: 32px 0 40px;
}


/* 2カラム */
.camp-two-col {
  display: flex;
  gap: 40px;
  align-items: center;
}


/* 左テキスト */
.camp-two-col__text {
  flex: 1;
  min-width: 260px;
}

.camp-two-col__text p {
  margin-bottom: 20px;
  line-height: 1.9;
}


/* 赤文字 */
.text-red {
  color: var(--red);
}


/* 最後の強調文 */
.camp-highlight {
  font-weight: 700;
  color: var(--teal-text);
}


/* 上下余白調整 */
.camp-small-margin {
  margin-bottom: 8px;
}


/* 写真 */
.camp-sky-photo {
  flex: 1;
}

.camp-sky-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
@media (max-width: 768px) {
.camp-watermelon {
    display: none;
}
.camp-hero-cta-button {
    text-align: center;
    margin-left: 80px;

  
}
  .camp-recommend {
    font-size: 14px;
    line-height: 1.8;
    margin: 24px 15px 30px;
  }


  .camp-two-col {
    flex-direction: column;
    gap: 25px;
  }


  .camp-two-col__text {
    min-width: auto;
  }


  .camp-two-col__text p {
    font-size: 15px;
    line-height: 1.8;
  }

}
/* 気の導引術とは */
.camp-about {
  padding: 80px 0;
}


.camp-about h2 {
  text-align: center;
  margin-bottom: 45px;
}


/* リード文章 */
.camp-two-col__text .lead {
  font-size: 18px;
  font-weight: 700;
}


/* 緑文字 */
.text-teal {
  color: var(--teal-text);
}


/* 補足文章 */
.camp-note {
  font-size: 13.5px;
  color: var(--ink-faint);
}


/* タグ */
.camp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 25px 0 18px;
}


.camp-tags span {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 30px;
  background: #eef8f5;
  color: var(--teal-text);
  font-size: 14px;
  font-weight: 700;
}


/* 写真 */
.camp-lookup-photo {
  flex: 1;
}


.camp-lookup-photo img {
  width: 100%;
  display: block;
  border-radius: 12px;
}


/* 体験の流れ */
.day-flow {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 15px;
  margin-top: 60px;
}


.day-flow-step {
  text-align: center;
  padding: 20px 10px;
  background: #fff;
  border-radius: 12px;
}


.day-flow-step .num {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: var(--teal-text);
  color: #fff;
  font-weight: 700;
}


.day-flow-step p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.camp-badge .camp-stars {
    color:var(--red);
    font-size:13px;
    margin-bottom:4px;
}
/* 申込エリア */

.camp-offer-section {
  padding:80px 0;
}

@media(max-width:768px){


.camp-offer-section {
  padding:50px 0;
}


.camp-offer {
  padding:25px 18px;
}


.camp-offer h3 {
  font-size:20px;
  line-height:1.6;
}


/* 縦並び */
.camp-offer-row {
  flex-direction:column;
  gap:25px;
}



/* 説明 */
.camp-offer-copy {
  font-size:15px;
}


.camp-offer-copy br {
  display:none;
}



/* 価格 */
.camp-offer-prices {
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
}


.camp-big-price > div:last-child {
  font-size:28px;
}


.camp-deadline {
  width:75px;
  height:75px;
}



/* CTA */
.camp-cta-wide {
  font-size:16px;
}



/* 安心 */
.camp-reassurance {
  padding:20px 15px;
  align-items:flex-start;
}


.camp-reassurance p {
  font-size:14px;
}

}
.camp-offer {
  background:#fff;
  padding:45px;
  border-radius:20px;
}


.camp-offer h3 {
  text-align:center;
  font-size:26px;
  margin-bottom:35px;
}



/* 説明＋価格 */
.camp-offer-row {
  display:flex;
  gap:40px;
  align-items:center;
}


/* 説明文 */
.camp-offer-copy {
  flex:1;
  line-height:1.9;
}



/* 価格エリア */
.camp-offer-prices {
  display:flex;
  align-items:center;
  gap:15px;
  flex-shrink:0;
}



.camp-mini-price {
  text-align:center;
  font-size:15px;
}


.camp-price-arrow {
  color:var(--red);
  font-size:18px;
}



.camp-big-price {
  text-align:center;
  font-weight:700;
  font-size:18px;
  color:var(--teal-text);
}


.camp-big-price > div:last-child {
  font-size:32px;
  color:var(--red);
}


.camp-big-price span {
  font-size:16px;
}



.camp-campaign-tag {
  display:block;
  background:var(--red);
  color:#fff;
  padding:5px 12px;
  border-radius:30px;
  font-size:13px;
  margin-bottom:8px;
}

.camp-price-text {
    margin-top: 8px;
}

/* 期限 */
.camp-deadline {
  background:#fff5f2;
  border-radius:50%;
  width:85px;
  height:85px;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
  font-weight:700;
  font-size:14px;
}



/* CTA */
.camp-offer-cta-wrap {
  text-align:center;
  margin-top:35px;
}


.camp-cta-wide {
  max-width:500px;
  width:100%;
}



.camp-offer-note {
  text-align:center;
  font-size:13px;
  color:var(--ink-faint);
  margin-top:15px;
}



/* 安心メッセージ */

.camp-reassurance {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  margin-top:30px;
  padding:25px;
  background:#f8f8f3;
  border-radius:15px;
}


.camp-beginner-icon {
  font-size:24px;
}


.camp-reassurance p {
  margin:0;
  line-height:1.8;
}
@media (max-width:768px){

  .camp-price-row {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }


  /* オレンジ矢印 */
  .camp-price-arrow {
    display:block;
    transform: rotate(90deg);
    font-size:20px;
    color:var(--red);
    margin:5px 0;
  }


  .camp-price-normal,
  .camp-price-special {
    text-align:center;
  }

}
@media (max-width:768px){

  .camp-price-arrow {
    font-size:24px;
    transform:rotate(90deg);
    margin:8px 0;
  }

}
@media(max-width:768px){


  .camp-offer-prices {
    flex-direction:column;
    gap:12px;
    width:100%;
  }


  /* 通常価格 */
  .camp-mini-price {
    width:100%;
  }


  .camp-mini-price div:last-child {
    font-size:22px;
  }


  /* ▶を▼に変更 */
  .camp-price-arrow {
    transform:rotate(90deg);
    font-size:24px;
    margin:5px 0;
  }


  /* キャンペーン価格 */
  .camp-big-price {
    width:100%;
  }


  .camp-campaign-tag {
    font-size:13px;
  }


  .camp-price-text {
    font-size:14px;
  }


  .camp-big-price > div:last-child {
    font-size:30px;
  }


  /* 期限 */
  .camp-deadline {
    width:75px;
    height:75px;
    margin-top:5px;
  }


}