/*
Theme Name: marunageweb-child
Template: twentytwentyfive
*/

/* リセット・ベース */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  min-height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background: url('/wp-content/themes/marunageweb-child/images/bg-pc.jpg') center top/cover fixed no-repeat;
}

/* サイト全体 */
.site {
  max-width: 440px;
  margin: 40px auto;
  background: #fff;
}

/* ファーストビュー */
.fv {
  position: relative;
  width: 440px;
  height: 750px;
  overflow: hidden;
}

.fv__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(23, 15, 10, 0) 37%, #021118 70%),
    url('images/fv-bg.jpg') center/cover no-repeat;
}

.fv__inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 70px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  color: #F2EEE4;
}

.fv__logo img {
  width: 280px;
  height: auto;
}

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

.fv__catch {
  font-size: 29.4px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0.7875px;
  color: #F2EEE4;
}

.fv__sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #fff;
}

/* ボタン */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 305px;
  height: 74px;
  background: #00AFAF;
  color: #F1F5FD;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 45px;
  text-decoration: none;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  padding-right: 49px;
}

.btn::after {
  content: '→';
  position: absolute;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  background: rgba(0, 130, 130, 0.7);
  border-radius: 50%;
  font-size: 14px;
}

/* Aboutセクション */
.about {
  background: #EDF0ED;
  padding: 70px 0 48px;
  position: relative;
  z-index: 1;
}

.about__inner {
  padding: 0 32px;
}

.about__img1 {
  width: 376px;
  height: 544px;
  margin: 0 auto 32px;
  background: url('images/about-img1.png') center/cover no-repeat;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.about__catch {
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.7875px;
  color: #322E21;
  margin-bottom: 24px;
}

.about__text {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.75px;
  color: #322E21;
  margin-bottom: 32px;
}

.about__img2 {
  width: 376px;
  height: 300px;
  margin: 0 auto 32px;
  background: url('images/about-img2.png') center/cover no-repeat;
}

.about__text2 {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.75px;
  color: #322E21;
  margin-bottom: 24px;
}

/* CTAセクション */
.cta {
  background: #434643;
  padding: 24px 0;
  position: relative;
  z-index: 1;
}

.cta__inner {
  background: #EDF0ED;
  margin: 0 22px;
  padding: 24px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.cta__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #322E21;
  margin-bottom: 12px;
}

/* Emotionセクション */
.emotion {
  position: sticky;
  top: 0;
  height: 660px;
  overflow: hidden;
  z-index: 0;
}

.emotion__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)),
    url('images/simple-bg.jpg') center/cover no-repeat;
}

.emotion__inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.emotion__catch {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.7875px;
  color: #F2EEE4;
}

/* Stylesセクション */
.styles {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  z-index: 1;
}

.styles__bg {
  position: absolute;
  inset: -175px -42px 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url('images/lineup-bg.jpg') center/cover no-repeat;
}

.styles__inner {
  position: relative;
  z-index: 1;
  padding: 0 32px;
}

.styles__label {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 24px;
}

.styles__catch {
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.7875px;
  color: #fff;
  margin-bottom: 24px;
}

.styles__text {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.75px;
  color: #fff;
  margin-bottom: 40px;
}

.styles__img {
  width: 376px;
  height: 665px;
  margin: 0 auto;
  background: url('images/styles-img1.png') center/cover no-repeat;
}

/* Featuresセクション */
.features {
  background: #EDF0ED;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

.features__inner {
  padding: 0 32px;
}

.features__label {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #322E21;
  margin-bottom: 24px;
}

.features__catch {
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.525px;
  color: #322E21;
  margin-bottom: 24px;
}

.features__text {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #322E21;
  margin-bottom: 48px;
}

.features__item {
  margin-bottom: 64px;
}

.features__item-label {
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #322E21;
  margin-bottom: 12px;
}

.features__item-catch {
  font-size: 21px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.525px;
  color: #322E21;
  margin-bottom: 16px;
}

.features__item-text {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #322E21;
  margin-bottom: 24px;
}

.features__img1 {
  width: 376px;
  height: 480px;
  margin: 0 auto;
  background: url('images/features-img1.jpg') center/cover no-repeat;
}

.features__img2 {
  width: 376px;
  height: 490px;
  margin: 0 auto;
  background: url('images/features-img2.png') center/cover no-repeat;
}

/* Planセクション */
.plan {
  position: relative;
  padding: 70px 0;
  z-index: 1;
}

.plan__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.53)),
    url('images/plan-bg.jpg') center/cover no-repeat;
  backdrop-filter: blur(5.5px);
}

.plan__inner {
  position: relative;
  z-index: 1;
  padding: 0 32px;
  text-align: center;
}

.plan__label {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 24px;
}

.plan__catch {
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.7875px;
  color: #fff;
  margin-bottom: 16px;
}

.plan__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.75px;
  color: #fff;
  margin-bottom: 40px;
}

.plan__slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.plan__track-wrap {
  overflow: hidden;
  flex: 1;
}

.plan__track {
  display: flex;
  transition: transform 0.3s ease;
}

.plan__card {
  min-width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: left;
}

.plan__card-title {
  font-size: 16px;
  font-weight: 700;
  color: #322E21;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 0.5px solid rgba(0,0,0,0.22);
  margin-bottom: 8px;
}

.plan__card-sub {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  margin-bottom: 12px;
}

.plan__card-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 12px;
}

.plan__card-price-label {
  font-size: 12px;
  font-weight: 700;
  color: #322E21;
}

.plan__card-price-num {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #322E21;
}

.plan__card-price-unit {
  font-size: 14px;
  font-weight: 700;
  color: #322E21;
}

.plan__card-line {
  height: 0.5px;
  background: rgba(0,0,0,0.22);
  margin-bottom: 16px;
}

.plan__card-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.plan__card-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.plan__card-icon {
  font-size: 18px;
  color: #322E21;
  flex-shrink: 0;
  margin-top: 2px;
}

.plan__card-item-title {
  font-size: 13px;
  font-weight: 700;
  color: #322E21;
  margin-bottom: 4px;
}

.plan__card-item-text {
  font-size: 13px;
  color: #322E21;
  line-height: 1.6;
}

.plan__arrow {
  background: rgba(0,0,0,0.6);
  border: 0.6px solid #fff;
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.plan__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  border: 1px solid #D1C8A6;
}

.plan__dot.active {
  background: #D1C8A6;
  border: none;
}

/* Stepセクション */
.step {
  background: #EDF0ED;
  position: relative;
  z-index: 1;
}

.step__hero {
  position: relative;
  height: 431px;
  overflow: hidden;
}

.step__hero-bg {
  position: absolute;
  inset: 0;
  background: url('images/step-bg1.jpg') center/cover no-repeat;
}

.step__hero-content {
  position: absolute;
  bottom: 40px;
  left: 32px;
}

.step__hero-label {
  font-family: 'Marcellus SC', serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 4px;
}

.step__hero-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
}

.step__intro {
  padding: 48px 32px 40px;
  background: #EDF0ED;
}

.step__label {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #322E21;
  margin-bottom: 16px;
}

.step__catch {
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.7875px;
  color: #322E21;
  margin-bottom: 16px;
  text-align: center;
}

.step__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #322E21;
}

.step__body {
  position: relative;
  padding: 48px 0 64px;
}

.step__body-bg {
  position: absolute;
  inset: 0;
  background: url('images/step-bg2.jpg') center/cover no-repeat;
}

.step__body-overlay {
  position: absolute;
  inset: 0;
  background: rgba(237, 240, 237, 0.88);
}

.step__items {
  position: relative;
  z-index: 1;
  padding: 32px 32px 32px 64px;
}

.step__line {
  position: absolute;
  left: 48px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #322E21;
  z-index: 1;
}

.step__item {
  position: relative;
  margin-bottom: 48px;
}

.step__item-dot {
  position: absolute;
  left: -20px;
  top: 4px;
  width: 10px;
  height: 10px;
  background: #022E42;
  border-radius: 50%;
  z-index: 2;
}

.step__item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #022E42;
  margin-bottom: 12px;
}

.step__item-img {
  width: 100%;
  height: 229px;
  background: center/cover no-repeat;
  margin-bottom: 16px;
}

.step__item-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #322E21;
}

/* FAQセクション */
.faq {
  position: relative;
  padding: 70px 0;
  z-index: 1;
}

.faq__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)),
    url('images/faq-bg.jpg') center/cover no-repeat;
}

.faq__inner {
  position: relative;
  z-index: 1;
  padding: 0 32px;
}

.faq__catch {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.7875px;
  color: #fff;
  margin-bottom: 48px;
}

.faq__item {
  margin-bottom: 32px;
}

.faq__q {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.75px;
  color: #fff;
  margin-bottom: 8px;
}

.faq__a {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #fff;
}

/* フッター */
.footer {
  position: relative;
  height: 750px;
  overflow: hidden;
  z-index: 1;
}

.footer__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(33, 58, 77, 0.82) 1.44%, rgba(15, 35, 68, 0.18) 46.63%, #37566F 100%),
    url('images/footer-bg.jpg') center/cover no-repeat;
}

.footer__inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 80px;
  text-align: center;
}

.footer__tagline {
  font-size: 26.6px;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 8px;
}

.footer__tagline-ja {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 24px;
}

.footer__copy {
  font-size: 12px;
  color: #fff;
}

/* PC用サイドバー（スマホでは非表示） */
.pc-side,
.pc-right {
  display: none;
}

@media (min-width: 768px) {
  .pc-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    left: calc(50% - 440px - 340px);
    top: 40px;
    bottom: 40px;
    width: 320px;
    padding: 24px 32px;
    z-index: 10;
  }

  .pc-side__logo img {
    width: 220px;
    height: auto;
    margin-bottom: 40px;
  }

  .pc-side__nav {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .pc-side__nav-item {
    display: block;
    font-family: 'Marcellus SC', serif;
    font-size: 13px;
    color: #F1F5FD;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 0.5px solid rgba(255,255,255,0.3);
    letter-spacing: 0.5px;
  }

  .pc-side__nav-item span {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #F1F5FD;
    margin-left: 4px;
  }

  .pc-side__bottom {
    padding-top: 24px;
  }

  .pc-right {
    display: block;
    position: fixed;
    right: calc(50% - 440px - 280px);
    bottom: 80px;
    text-align: right;
    z-index: 10;
  }

  .pc-right__catch {
    font-family: 'Arial', sans-serif;
    font-size: 22px;
    color: #F1F5FD;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
  }

  .pc-right__catch-ja {
    font-size: 12px;
    font-weight: 500;
    color: #F1F5FD;
    letter-spacing: 0.5px;
  }
}