/* ============================================================
  リセット・基本設定
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif,"Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #333333;
  background-color: #ffffff;
  line-height: 1.6;
  max-width: 768px;
  margin: 0 auto;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

media (min-width: 769px) {
  .worry__video {
    max-width: 100%;
    margin: 20px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

/* ============================================================
  共通セクション
   ============================================================ */
.section {
  width: 100%;
}

.section__inner {
  padding: 0 16px;
}

/* ============================================================
  CTA ボタン（ヘッダー、下部固定）
   ============================================================ */
  #cta {
    margin:0 auto;
    max-width: 360px;
  }
#cta-fixed,.cta-btn--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 178px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cta-btn--fixed img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
}
#cta-fixed.is-visible {
  opacity: 1;
  visibility: visible;
}

/* ============================================================
  ヘッダー
   ============================================================ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #FFFFFF;
  height: 68px;
  max-width: 768px;
  margin: 0 auto;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 8px 16px;
}

.header__logo {
  display: flex;
  max-width: 85px;
}

.header__cta-btn {
  display: flex;
  font-family: 'Shippori Mincho';
  align-items: center;
  gap: 6px;
  background: #EA4378; 
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 18px;
  box-shadow: 0px 0px 8.9529px rgba(0, 0, 0, 0.15), inset -4px -4px 10px rgba(104, 19, 46, 0.2), inset 4px 4px 10px rgba(247, 192, 210, 0.2);
  border-radius: 7px; 
  white-space: nowrap;
}

.header__cta-arrow {
  max-width: 18px;
  padding-top: 3px;
}

/* ============================================================
  FV（ファーストビュー）
   ============================================================ */
.fv {
  width: 100%;
  margin-top: 68px;     /* fixed ヘッダー分 */
}

/* ============================================================
  セクション2：初回キャンペーン
   ============================================================ */
.section--campaign {
  background-image: url(../img/cp_bg.png);
}
.section__inner {
  padding: 32px 18px 20.5px;
}

.campaign__title {
  margin-bottom: 16px;
}

.campaign__content {
  margin-bottom: 24px;
}

.campaign-item {
  margin: 0 24px 24px;
}
.campaign-item--second {
  margin:0  auto 24px;
}
.campaign-item--last {
  max-width: 143px;
  margin: -12px auto 12px;
}
.campaign__price-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.campaign__price-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.campaign__price-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campaign__price-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: "EB Garamond", "Times New Roman", serif;
  padding: 24px 16px;
}

.campaign__normal-price-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.campaign__normal-label {
  border: 0.5px solid #3e3e3e;
  padding: 4px 8px;
  font-size: 18px;
  font-weight: 600;
  color: #3e3e3e;
  letter-spacing: 0.04em;
  white-space: nowrap;
  line-height: 1.2;
}

.campaign__normal-value,.trial__price-strike {
  display: flex;
  align-items: baseline;
  gap: 2px;
  position: relative;
}
.campaign__normal-value::after,
.trial__price-strike::after {
  content: '';
  display: block;
  width: 120px;
  height: 1px;
  background-color: #3e3e3e;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.campaign__normal-num {
  font-size: 40px;
  letter-spacing: 0.02em;
  line-height: 1;
}

.campaign__normal-en {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.campaign__normal-tax {
  font-size: 9px;
  font-weight: 600;
  align-self: flex-start;
  margin-top: 2px;
  margin-left: -28px;
}

.campaign__price-arrow {
  width: 26px;
  height: 26px;
  margin: 2px 0;
}

.campaign__price-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.campaign__cp-row {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding: 0 2px;
}

.campaign__discount-badge {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #ea4378;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}

.campaign__discount-pct-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
}

.campaign__discount-num {
  font-size: 40px;
  line-height: 1;
}

.campaign__discount-pct-sign {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.campaign__discount-off {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}

.campaign__cp-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.campaign__cp-label {
  display: inline-block;
  border: 0.6px solid #11225b;
  padding-left: 9px;
  font-family: 'Shippori Mincho', serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
  background: linear-gradient(122deg, #11225b 0.7%, #445796 99.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.campaign__cp-price-pricegroup {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.campaign__cp-price {
  display: flex;
  align-items: flex-end;
  color: #ea4378;
  white-space: nowrap;
}

.campaign__cp-num {
  font-size: 76px;
  line-height: 1;
  letter-spacing: 0.01em;
}
.campaign__cp-price-en {
  display: flex;
  flex-direction: column;
}

.campaign__cp-en {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px;
}

.campaign__cp-tax {
  font-family: 'Shippori Mincho', serif;
  font-size: 14px;
  font-weight: 600;
  align-self: flex-start;
  margin-top: 4px;
  margin-left: -8px;
}

.problem-item__img {
  flex-shrink: 0;
  width: 129px;
  height: 120px;
  overflow: hidden;
}

/* 放置の警告 */
.problems__warning {
  background-color: var(--color-cream-2);
  margin-top: 0;
  padding: 24px 27px 32px;
  text-align: center;
}

.problems__warning-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 8px;
}

.problems__warning-line {
  width: 1px;
  height: 31px;
  background-color: #999;
  margin: 0 auto 12px;
}

.problems__warning-body {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

/* ============================================================
  セクション8：トライアルコース
   ============================================================ */
.section--trial {
  padding: 0;
}
.trial__body {
  margin-bottom: 32px;
}

.trial__price {
  background-image: url(../img/trial_bg.png);
}

/* 価格ボックス */
.trial__price__inner {
  font-family: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  padding: 24px 20px;
  text-align: center;
  position: relative;
}

.trial__price-lead {
  font-size: 18px;
  font-weight: 550;
  color: #3e3e3e;
  margin-bottom: 8px;
}


.trial__price-title {
  margin-top: -20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
  color: #11225B;
  position: relative;
  z-index: 1;
}
.trial__price-title::before {
  content: "";
  display: inline-block;
  background-image: url(../img/trial_glow02.png);
  opacity: 0.8;
  width: 200px;
  height: 100px;
  background-position: center;
  background-size:cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.trial__price-title::after {
  content: "";
  display: inline-block;
  background-image: url(../img/trial_line.png);
  width: 300px;
  height: 16px;
  background-position: center;
  background-size: contain;
}

.trial__price-course {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  
}

.trial__price-num {
  font-size: 42px;
  font-family: "EB Garamond", "Times New Roman", serif;
  font-weight: 300;
}

.trial__price-name {
  margin-top: -20px;
  font-size: 24px;
  font-weight: 700;
}

.trial__price-main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #EA4378;
  font-family: "EB Garamond", "Times New Roman", serif;
  position: relative;
  z-index: 1;
}
.trial__price-main::after {
  content: "";
  display: inline-block;
  background-image: url(../img/trial_glow.png);
  opacity: 0.7;
  width: 300px;
  height: 100px;
  background-position: center;
  background-size:cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.trial__price-big {
  font-size: 68px;
  font-weight: 500;
  line-height: 1;
}

.trial__price-unit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.trial__price-tax {
  font-size: 12px;
}

.trial__price-en {
  font-size: 32px;
  font-weight: 600;
  margin-top: -10px;
}

.trial__price-detail {
  background-color: #ffffff;
  color: #3e3e3e;
  margin: 0 13px;
  padding: 16px;
}

.trial__price-normal {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 4px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.trial__price-original {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: -10px;
  margin-bottom: 8px;
}

.trial__price-strike {
  font-size: 36px;
}
.trial__price-strike::after {
  width: 100px;
}

.trial__price-strike-unit {
  font-size: 11px;
  align-self: flex-start;
  margin-top: 10px;
}
.trial__price-strike-en {
  font-size: 20px;
  font-weight: 600;
  margin-left: -34px;
  margin-top: 15px;
}

.trial__price-of {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-top: 15px;
}

.trial__price-sep {
  width: 0;
  height: 32px;
  margin: 8px auto;
  border-left: 1px dashed #3e3e3e;
  background-color: transparent;
}

.trial__price-course-label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: -5px;
}
.trial__price-label {
  font-size: 32px;
  font-weight: 400;
}

.trial__price-off-badge {
  content: "";
  display: inline-block;
  background-image: url(../img/1000_off.png);
  width: 137px;
  height: 45px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.trial__price-new {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-top: -15px;
}

.trial__price-new-big {
  font-size: 36px;
}
.trial__price-new-en {
  margin-left: 0px;
}

.trial__price-new-tax {
  font-size: 16px;
  margin-left: -4px;
  font-weight: 600;
}

.trial__price-new-per {
  font-size: 25px;
  font-weight: 500;
}

.trial__reassure {
margin-top: -8px;
}

/* ============================================================
  セクション12：店舗のご案内
   ============================================================ */
.section--store {
  padding: 40px 0;
  background-color: #fff;
}

.store__inner {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.store__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.store__title-line {
  width: 67px;
  height: 1px;
  background: #A49040;
}

.store__title-text {
  font-family: 'Shippori Mincho', serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
  background: linear-gradient(108deg, #11225b 0.7%, #445796 99.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.store__logo-card {
  width: 323px;
  min-height: 207px;
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 24px 20px;
  gap: 16px;
}

.store__logo-img {
  max-width: 180px;
  height: auto;
}

.store__logo-name {
  font-family: 'Shippori Mincho', serif;
  font-size: 23px;
  font-weight: 600;
  background: linear-gradient(108deg, #11225b 0.7%, #445796 99.3%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}

.store__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.store__name-row {
  display: flex;
  align-items: center;
  height: 32px;
}

.store__name-skew {
  transform: skewX(-5deg);
}

.store__name-text {
  font-family: 'Shippori Mincho', serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  background: linear-gradient(114deg, #11225b 0.7%, #445796 99.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.store__info {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.store__info-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.store__info-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 4px;
  border-radius: 1px;
  background: linear-gradient(102deg, #11225b 0.7%, #445796 99.3%);
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.06em;
  width: 75px;
  min-width: 75px;
  line-height: 1;
  white-space: nowrap;
}

.store__info-text {
  font-size: 16px;
  color: #3e3e3e;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.worry__video {
    margin: 20px;
    position: relative;
    padding-top: 125.002681%;
}
.worry__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.company_detail {
  margin-bottom: 80px;
    padding: 10px 10px 86px;
    text-align: center;
}
.company_detail a {
    font-size: 12px;
    margin: 0 5px;
    border-bottom: solid 1px #333333;
}
.copyright {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10px;
}
/* ============================================================
  メディアクエリ（768px以上：PC表示は最低限のみ）
   ============================================================ */
@media (min-width: 769px) {
  body {
    max-width: 480px;
  }
}
