@charset "utf-8";

/*==================================================================*/
/* NEW DESIGN SYSTEM - ルール準拠 */
/*==================================================================*/

:root {
  --color-text: #2c2c2c;
  --color-text-light: #6b5b4b;
  --color-accent: #4a3728;
  --color-bg: #f9f7f2;
  --font-base: 15px;
  --font-heading: 60px;
  --line-height: 2.0;
  --space-s: 80px;
  --space-m: 160px;
  --space-l: 240px;
  --width-narrow: 720px;
  --width-wide: 80px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: var(--font-base);
  line-height: var(--line-height);
  color: var(--color-text);
  background: var(--color-bg);
  padding-top: 110px;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

h1,
h2,
h3,
h4 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif !important;
  letter-spacing: 0.1em;
}

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

.header {
  top: 0;
}

footer {
  background-color: #fff;
}

#spHeader {
  background-color: #fff;
}

#topcontrol {
  z-index: 10;
}

@media (max-width: 767px) {
  body {
    padding-top: 0;
    overflow-x: hidden;
    max-width: 100vw;
  }

  html {
    overflow-x: hidden;
    max-width: 100vw;
  }

  :root {
    --font-heading: 36px;
    --space-s: 50px;
    --space-m: 80px;
    --space-l: 120px;
  }
}

footer .foot-top__logo a img {
  margin: 0 auto;
}

/*==================================================================*/
/* MV - フルブリード */
/*==================================================================*/
.mv {
  position: relative;
  height: 90vh;
  min-height: 600px;
  overflow: hidden;
}

.mv__inner {
  position: relative;
  height: 100%;
}

.mv__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
}

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

.mv__content {
  position: absolute;
  left: var(--width-wide);
  bottom: 15%;
  z-index: 2;
}

.mv__label {
  font-size: 14px;
  color: var(--color-text-light);
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

.mv__title {
  font-size: 72px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-accent);
  letter-spacing: 0.15em;
}

@media (max-width: 767px) {
  .mv {
    height: 70vh;
    min-height: 500px;
  }

  .mv__photo {
    width: 100%;
  }

  .mv__content {
    left: 20px;
    bottom: 10%;
  }

  .mv__title {
    font-size: 36px;
  }
}

/*==================================================================*/
/* sec-intro - ナロー */
/*==================================================================*/
.sec-intro {
  margin-top: var(--space-l);
  padding: 0 20px;
}

.sec-intro__inner {
  max-width: var(--width-narrow);
  margin: 0 auto;
  text-align: center;
}

.sec-intro__catch {
  font-size: 20px;
  line-height: 2.2;
  margin-bottom: 60px;
}

.sec-intro__points {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.sec-intro__point {
  width: 160px;
  height: 160px;
  border: 1px solid var(--color-accent);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.sec-intro__point-sm {
  font-size: 12px;
  color: var(--color-text-light);
}

.sec-intro__point-lg {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  color: var(--color-accent);
  margin: 4px 0;
}

@media (max-width: 767px) {
  .sec-intro {
    margin-top: var(--space-m);
  }

  .sec-intro__catch {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .sec-intro__points {
    flex-wrap: wrap;
    gap: 15px;
  }

  .sec-intro__point {
    width: 140px;
    height: 140px;
  }

  .sec-intro__point-lg {
    font-size: 18px;
  }
}

/*==================================================================*/
/* sec-craftsman - ワイド 2:10 */
/*==================================================================*/
.sec-craftsman {
  margin-top: var(--space-s);
  padding: 0 var(--width-wide);
}

.sec-craftsman__grid {
  display: grid;
  grid-template-columns: 2fr 10fr;
  gap: 60px;
  align-items: start;
}

.sec-craftsman__photo {
  position: relative;
}

.sec-craftsman__photo-img--circle {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}

.sec-craftsman__label {
  font-size: 13px;
  color: var(--color-text-light);
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}

.sec-craftsman__name {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: 0.12em;
}

.sec-craftsman__text {
  max-width: 600px;
  line-height: var(--line-height);
}

@media (max-width: 767px) {
  .sec-craftsman {
    padding: 0 20px;
  }

  .sec-craftsman__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sec-craftsman__name {
    font-size: 24px;
  }
}

/*==================================================================*/
/* sec-episodes - フルブリード 背景 */
/*==================================================================*/
.sec-episodes {
  margin-top: var(--space-m);
  position: relative;
  padding: 100px 0;
}

.sec-episodes__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.15;
}

.sec-episodes__inner {
  position: relative;
  z-index: 1;
  padding: 0 var(--width-wide);
}

.sec-episodes__head {
  margin-bottom: 60px;
}

.sec-episodes__label {
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--color-text-light);
  text-transform: uppercase;
}

.sec-episodes__title {
  font-size: var(--font-heading);
  font-weight: 400;
  letter-spacing: 0.15em;
  margin: 10px 0 20px;
}

.sec-episodes__sub {
  font-size: 14px;
  color: var(--color-text-light);
}

.sec-episodes__list {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 30px;
}

.sec-episodes__item {
  display: flex;
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid #d0c8b8;
}

.sec-episodes__num {
  font-size: 48px;
  font-weight: 300;
  color: var(--color-accent);
  line-height: 1;
  opacity: 0.5;
}

.sec-episodes__item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.sec-episodes__item-text {
  font-size: 14px;
  line-height: var(--line-height);
  max-width: 40ch;
}

@media (max-width: 767px) {
  .sec-episodes {
    padding: 60px 0;
  }

  .sec-episodes__inner {
    padding: 0 20px;
  }

  .sec-episodes__title {
    font-size: 36px;
  }

  .sec-episodes__list {
    grid-template-columns: 1fr;
  }
}

/*==================================================================*/
/* sec-toc - ナロー */
/*==================================================================*/
.sec-toc {
  margin-top: var(--space-s);
  padding: 0 20px;
}

.sec-toc__inner {
  max-width: var(--width-narrow);
  margin: 0 auto;
}

.sec-toc__title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: var(--color-text-light);
  margin-bottom: 30px;
}

.sec-toc__list {
  list-style: none;
  counter-reset: toc;
}

.sec-toc__list li {
  counter-increment: toc;
  border-bottom: 1px solid #d0c8b8;
}

.sec-toc__list a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  color: var(--color-text);
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s;
}

.sec-toc__list a::before {
  content: "0" counter(toc);
  font-size: 12px;
  color: var(--color-text-light);
}

.sec-toc__list a:hover {
  color: var(--color-accent);
}

/*==================================================================*/
/* sec-features - ワイド */
/*==================================================================*/
.sec-features {
  margin-top: var(--space-l);
  padding: 0 var(--width-wide);
}

.sec-features__head {
  margin-bottom: 80px;
}

.sec-features__label {
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--color-text-light);
  text-transform: uppercase;
}

.sec-features__title {
  font-size: var(--font-heading);
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-top: 10px;
}

.sec-features__block {
  margin-bottom: 120px;
  position: relative;
}

.sec-features__block-num {
  font-size: 120px;
  font-weight: 200;
  color: var(--color-accent);
  opacity: 0.1;
  position: absolute;
  top: -40px;
  left: -20px;
  line-height: 1;
}

.sec-features__block-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 60px;
  align-items: start;
}

.sec-features__block-grid--reverse {
  grid-template-columns: 7fr 5fr;
}

.sec-features__block-grid--wide {
  grid-template-columns: 3fr 9fr;
}

.sec-features__block-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.sec-features__block-text {
  line-height: var(--line-height);
  max-width: 40ch;
  margin-bottom: 20px;
}

.sec-features__block-note {
  font-size: 13px;
  color: var(--color-text-light);
}

.sec-features__block-media {
  position: relative;
}

.sec-features__block-img {
  width: 100%;
}

.sec-features__block-img--large {
  width: 100%;
  margin-bottom: 20px;
}

.sec-features__block-img--small {
  width: 40%;
  position: absolute;
  bottom: -30px;
  right: -30px;
}

.sec-features__block-voice {
  margin-top: 40px;
  padding: 25px;
  background: #fff;
  border-left: 3px solid var(--color-accent);
  font-size: 14px;
  line-height: 1.8;
}

.sec-features__block-voice-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--color-text-light);
  margin-bottom: 10px;
}

.sec-features__block-option {
  font-size: 12px;
  color: var(--color-text-light);
  margin-bottom: 15px;
}

.sec-features__block-images {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.sec-features__block-images img {
  width: 30%;
}

.sec-features__block-media--gallery {
  display: flex;
  gap: 20px;
}

.sec-features__block-media--gallery img {
  width: 48%;
}

@media (max-width: 767px) {
  .sec-features {
    padding: 0 20px;
  }

  .sec-features__title {
    font-size: 36px;
  }

  .sec-features__block-grid,
  .sec-features__block-grid--reverse,
  .sec-features__block-grid--wide {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sec-features__block-title {
    font-size: 24px;
  }

  .sec-features__block-num {
    font-size: 80px;
  }
}

/*==================================================================*/
/* sec-contact - フルブリード */
/*==================================================================*/
.sec-contact {
  margin-top: var(--space-m);
  padding: 80px 0;
  background: var(--color-accent);
  color: #fff;
}

.sec-contact__inner {
  padding: 0 var(--width-wide);
}

.sec-contact__grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 60px;
  align-items: center;
}

.sec-contact__title {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #fff;
}

.sec-contact__lead {
  margin-top: 20px;
  font-size: 14px;
  opacity: 0.8;
}

.sec-contact__tel-num {
  display: block;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.sec-contact__tel-time {
  font-size: 13px;
  opacity: 0.7;
}

.sec-contact__mail {
  display: inline-block;
  margin-top: 25px;
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

.sec-contact__line {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 35px;
  background: #06C755;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .sec-contact__inner {
    padding: 0 20px;
  }

  .sec-contact__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sec-contact__title {
    font-size: 28px;
  }

  .sec-contact__tel-num {
    font-size: 28px;
  }
}

/*==================================================================*/
/* sec-cases - ワイド */
/*==================================================================*/
.sec-cases {
  margin-top: var(--space-l);
  padding: 0 var(--width-wide);
}

.sec-cases__head {
  margin-bottom: 60px;
}

.sec-cases__label {
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--color-text-light);
  text-transform: uppercase;
}

.sec-cases__title {
  font-size: var(--font-heading);
  font-weight: 400;
  letter-spacing: 0.15em;
  margin: 10px 0 20px;
}

.sec-cases__sub {
  font-size: 14px;
  color: var(--color-text-light);
}

.sec-cases__item {
  border-bottom: 1px solid #d0c8b8;
  padding: 50px 0;
}

.sec-cases__item-grid {
  display: grid;
  grid-template-columns: 80px 7fr 5fr;
  gap: 40px;
  align-items: start;
}

.sec-cases__item-num {
  font-size: 48px;
  font-weight: 200;
  color: var(--color-accent);
  opacity: 0.4;
  line-height: 1;
}

.sec-cases__item-tag {
  font-size: 12px;
  letter-spacing: 0.15em;
  color: var(--color-text-light);
  margin-bottom: 10px;
}

.sec-cases__item-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

.sec-cases__item-text {
  font-size: 14px;
  line-height: var(--line-height);
  max-width: 40ch;
}

.sec-cases__item-photo {
  width: 100%;
}

.sec-cases__item-photo img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .sec-cases {
    padding: 0 20px;
  }

  .sec-cases__title {
    font-size: 36px;
  }

  .sec-cases__item-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sec-cases__item-num {
    font-size: 32px;
  }

  .sec-cases__item-title {
    font-size: 18px;
  }
}

/*==================================================================*/
/* sec-flow - ナロー */
/*==================================================================*/
.sec-flow {
  margin-top: var(--space-s);
  padding: 0 20px;
}

.sec-flow__inner {
  max-width: var(--width-narrow);
  margin: 0 auto;
}

.sec-flow__title {
  font-size: var(--font-heading);
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 50px;
}

.sec-flow__list {
  list-style: none;
}

.sec-flow__item {
  display: flex;
  gap: 30px;
  padding: 25px 0;
  border-bottom: 1px solid #d0c8b8;
}

.sec-flow__item-num {
  width: 40px;
  height: 40px;
  background: var(--color-accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.sec-flow__item-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
}

.sec-flow__item-text {
  font-size: 14px;
  color: var(--color-text-light);
}

@media (max-width: 767px) {
  .sec-flow__title {
    font-size: 32px;
  }
}

/*==================================================================*/
/* sec-method - フルブリード 背景 */
/*==================================================================*/
.sec-method {
  margin-top: var(--space-m);
  position: relative;
  padding: 100px 0;
}

.sec-method__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
}

.sec-method__inner {
  position: relative;
  z-index: 1;
  padding: 0 var(--width-wide);
}

.sec-method__title {
  font-size: var(--font-heading);
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 60px;
}

.sec-method__grid {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 60px;
}

.sec-method__steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sec-method__step {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
}

.sec-method__step span {
  font-size: 12px;
  color: var(--color-text-light);
}

.sec-method__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.sec-method__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .sec-method {
    padding: 60px 0;
  }

  .sec-method__inner {
    padding: 0 20px;
  }

  .sec-method__title {
    font-size: 32px;
  }

  .sec-method__grid {
    grid-template-columns: 1fr;
  }
}

/*==================================================================*/
/* sec-material - ワイド 5:7 */
/*==================================================================*/
.sec-material {
  margin-top: var(--space-l);
  padding: 0 var(--width-wide);
}

.sec-material__grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 60px;
}

.sec-material__title {
  font-size: var(--font-heading);
  font-weight: 400;
  letter-spacing: 0.15em;
}

.sec-material__body {
  display: flex;
  gap: 40px;
}

.sec-material__ok,
.sec-material__ng {
  flex: 1;
}

.sec-material__ok-title,
.sec-material__ng-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

.sec-material__ok-list,
.sec-material__ng-list {
  font-size: 14px;
  margin-bottom: 20px;
  color: var(--color-text-light);
}

.sec-material__img {
  width: 100%;
}

@media (max-width: 767px) {
  .sec-material {
    padding: 0 20px;
  }

  .sec-material__grid {
    grid-template-columns: 1fr;
  }

  .sec-material__title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .sec-material__body {
    flex-direction: column;
  }
}

/*==================================================================*/
/* OLD STYLES BELOW - 維持 */
/*==================================================================*/

.min {

  &,
  span,
  em {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

.section-title {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
}

.main-visual-section {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #FCF3E6;
  overflow: hidden;
  overflow-x: hidden;
  max-width: 100vw;
}

.main-visual-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.main-visual-img {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  border-radius: 0 0 16px 16px;
}

.hero-section {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #3e2b1a 0%, #4a3525 40%, #3a2818 100%);
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(ellipse 600px 400px at 15% 80%, rgba(201, 169, 110, 0.15) 0%, transparent 70%),
    radial-gradient(ellipse 500px 500px at 85% 20%, rgba(180, 150, 110, 0.1) 0%, transparent 60%),
    radial-gradient(ellipse 300px 300px at 50% 50%, rgba(201, 169, 110, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

/* 装飾フローティングサークル */
.hero-deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.hero-deco--circle1 {
  width: 400px;
  height: 400px;
  top: -120px;
  right: -80px;
  border: 1px solid rgba(201, 169, 110, 0.12);
  animation: heroFloat 20s ease-in-out infinite;
}

.hero-deco--circle2 {
  width: 250px;
  height: 250px;
  bottom: -60px;
  left: -40px;
  border: 1px solid rgba(201, 169, 110, 0.08);
  animation: heroFloat 25s ease-in-out infinite reverse;
}

.hero-deco--circle3 {
  width: 120px;
  height: 120px;
  top: 30%;
  left: 12%;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.06) 0%, transparent 70%);
  animation: heroFloat 15s ease-in-out infinite;
}

@keyframes heroFloat {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, -15px);
  }
}

/* ウェーブセパレーター */
.hero-wave {
  position: absolute;
  width: 100%;
  height: 80px;
  z-index: 2;
  left: 0;
}

.hero-wave--top {
  top: -1px;
}

.hero-wave--bottom {
  bottom: -1px;
}

.main-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.intro {
  padding: 60px 0;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;

  & .intro__txt {
    margin-bottom: 60px;
    font-size: 28px;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "YuMincho", "MS P明朝", "MS PMincho", serif;
  }

  & .intro__img {
    display: flex;
    justify-content: center;

    & img {
      max-width: 600px;
      width: 90%;
    }
  }
}

@media screen and (max-width: 767px) {
  .intro {
    & .intro__img {
      & img {
        width: 100%;
      }
    }
  }
}

/* service-intro
---------------------------------------------------------------------------- */
.service-intro {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px 60px;
}

.service-intro__title {
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 600;
  color: #4a3728;
  letter-spacing: 0.1em;
  line-height: 1.5;
  word-break: keep-all;
}

.service-intro__title-sub {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #8b7355;
  letter-spacing: 0.15em;
}

.service-intro__lead {
  margin-bottom: 50px;
  font-size: 18px;
  color: #5a4a3a;
  line-height: 2;
}

.service-intro__points {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.service-intro__point {
  flex: 0 0 auto;
}

.service-intro__point-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(74, 55, 40, 0.3);
  border-radius: 50%;
  background: linear-gradient(145deg, #fffdf8, #f5efe6);
  box-shadow:
    4px 4px 10px rgba(74, 55, 40, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.8),
    inset 0 1px 3px rgba(255, 255, 255, 0.6);
  padding: 15px;
}

.service-intro__point-txt {
  font-size: 17px;
  font-weight: 400;
  color: #5a4a3a;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.service-intro__point-circle em {
  display: block;
  font-style: normal;
  font-size: 28px;
  font-weight: 600;
  color: #4a3728;
  letter-spacing: 0.05em;
  margin: 2px 0;
  white-space: nowrap;
}

.sp-only {
  display: none;
}

/* price-section
---------------------------------------------------------------------------- */
.price-section {
  margin-top: 80px;
  padding: 0 20px;
}

.price-wrapper {
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(145deg, #ffffff 0%, #faf8f4 50%, #f5f0e8 100%);
  border-radius: 32px;
  box-shadow:
    0 20px 60px rgba(74, 55, 40, 0.07),
    0 8px 24px rgba(74, 55, 40, 0.04);
  position: relative;
  overflow: hidden;
  padding: 70px 50px 60px;
  text-align: center;
}

.price-wrapper::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.price-wrapper::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 69, 19, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

/* 装飾フローティング要素 */
.price-deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.price-deco--1 {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -80px;
  border: 1px solid rgba(139, 69, 19, 0.06);
}

.price-deco--2 {
  width: 180px;
  height: 180px;
  bottom: -50px;
  right: -30px;
  border: 1px solid rgba(212, 175, 55, 0.08);
}

.price-title {
  font-size: 28px;
  font-weight: 600;
  color: #4a3728;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.price-title span {
  color: #2c1f16;
  font-size: 52px;
  font-weight: 800;
  letter-spacing: 0.15em;
  display: inline-block;
  margin: 0 0.1em;
}

.price-main {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  padding: 35px 25px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(74, 55, 40, 0.04);
}

.price-amount {
  margin-bottom: 15px;
  line-height: 1;
}

.price-num {
  font-size: 82px;
  font-weight: 300;
  color: #4a3728;
  letter-spacing: -0.02em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
}

.price-unit {
  font-size: 18px;
  font-weight: 400;
  color: #8b7355;
  margin-left: 4px;
}

.price-example {
  font-size: 16px;
  color: #8b7355;
  line-height: 1.8;
  margin-bottom: 6px;
}

.price-note {
  font-size: 14px;
  color: #a09080;
}

.price-features {
  position: relative;
  z-index: 1;
  list-style: none;
  text-align: left;
  max-width: 520px;
  margin: 0 auto 40px;
  padding: 0;
}

.price-features li {
  padding: 14px 18px 14px 48px;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  position: relative;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  border-bottom: 1px solid rgba(139, 115, 85, 0.15);
  transition: background 0.3s ease;
}

.price-features li:hover {
  background: rgba(255, 255, 255, 0.8);
}

.price-features li::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b4513' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.price-features li:first-child {
  border-radius: 12px 12px 0 0;
}

.price-features li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  border-radius: 0 0 12px 12px;
}

.price-features__label {
  display: inline-block;
  background: linear-gradient(135deg, #8b4513, #654321);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 14px;
  margin-right: 8px;
  letter-spacing: 0.05em;
  border-radius: 20px;
}

.price-cta {
  position: relative;
  z-index: 1;
}

.price-cta__btn {
  display: inline-block;
  padding: 20px;
  background: linear-gradient(135deg, #6a3a3a, #8a3a3a);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.12em;
  border-radius: 60px;
  transition: all 0.4s ease;
  box-shadow:
    0 6px 24px rgba(106, 58, 58, 0.2),
    0 2px 8px rgba(106, 58, 58, 0.1);
  position: relative;
  overflow: hidden;
}

.price-cta__btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transition: left 0.5s ease;
}

.price-cta__btn:hover {
  background: linear-gradient(135deg, #8a4a4a, #aa4a4a);
  box-shadow:
    0 10px 32px rgba(106, 58, 58, 0.25),
    0 4px 10px rgba(106, 58, 58, 0.15);
  transform: translateY(-3px);
  text-decoration: none;
  color: #fff;
}

.price-cta__btn:hover::before {
  left: 100%;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: inline;
  }

  .price-section {
    margin-top: 50px;
    padding: 0 15px;
  }

  .price-wrapper {
    padding: 40px 22px 35px;
    border-radius: 24px;
  }

  .price-deco--1 {
    width: 180px;
    height: 180px;
    top: -60px;
    left: -50px;
  }

  .price-deco--2 {
    width: 120px;
    height: 120px;
    bottom: -30px;
    right: -20px;
  }

  .price-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.7;
    margin-bottom: 25px;
  }

  .price-title span {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin: 0;
  }

  .price-main {
    padding: 25px 18px;
    margin-bottom: 30px;
    border-radius: 16px;
  }

  .price-num {
    font-size: 44px;
  }

  .price-unit {
    font-size: 15px;
  }

  .price-features {
    margin-bottom: 30px;
  }

  .price-features li {
    font-size: 14px;
    padding: 12px 14px 12px 44px;
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(139, 115, 85, 0.15);
  }

  .price-features li:first-child {
    border-radius: 10px 10px 0 0;
  }

  .price-features li:last-child {
    border-bottom: none;
    border-radius: 0 0 10px 10px;
  }

  .price-features li::before {
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }

  .price-cta__btn {
    display: block;
    text-align: center;
    padding: 16px 25px;
    font-size: 15px;
    border-radius: 60px;
  }

  .service-intro {
    margin: 0;
    padding: 0 0 50px;
  }

  .service-intro__title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .service-intro__title-sub {
    font-size: 16px;
  }

  .service-intro__lead {
    margin-bottom: 35px;
    font-size: 15px;
  }

  .service-intro__points {
    flex-wrap: wrap;
    gap: 15px;
  }

  .service-intro__point-circle {
    width: 135px;
    height: 135px;
    padding: 12px;
  }

  .service-intro__point-txt {
    font-size: 15px;
    line-height: 1.15;
  }

  .service-intro__point-circle em {
    font-size: 22px;
    margin: 1px 0;
  }
}

.craftsman-intro {
  display: flex;
  align-items: center;
  gap: 70px;
  position: relative;
  z-index: 1;
}

.craftsman-photo {
  flex: 0 0 260px;
  position: relative;
  z-index: 1;
}

.craftsman-photo img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.25),
    0 0 0 6px rgba(201, 169, 110, 0.2),
    0 0 0 14px rgba(201, 169, 110, 0.07);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.craftsman-photo:hover img {
  transform: scale(1.03);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.3),
    0 0 0 6px rgba(201, 169, 110, 0.3),
    0 0 0 14px rgba(201, 169, 110, 0.12);
}

.craftsman-photo::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border-radius: 50%;
  border: 1px dashed rgba(201, 169, 110, 0.2);
  animation: heroRotate 60s linear infinite;
}

.craftsman-photo::after {
  content: '';
  position: absolute;
  top: -35px;
  left: -35px;
  right: -35px;
  bottom: -35px;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 110, 0.06);
}

@keyframes heroRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.craftsman-message {
  flex: 1;
  position: relative;
  padding: 45px 40px;
  z-index: 1;
}

.craftsman-message::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 253, 248, 0.05);
  border-radius: 24px;
  backdrop-filter: blur(4px);
  pointer-events: none;
}

.craftsman-message::after {
  content: '\201C';
  position: absolute;
  top: -10px;
  left: 15px;
  font-size: 100px;
  color: rgba(201, 169, 110, 0.12);
  font-family: Georgia, serif;
  line-height: 1;
  pointer-events: none;
}

.craftsman-title {
  font-size: 30px;
  font-weight: bold;
  color: #f5efe6;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 1.5;
  position: relative;

  & span {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    letter-spacing: 0.15em;
    color: #c9a96e;
    font-weight: 400;
  }
}

.craftsman-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 12px;
  background: linear-gradient(90deg, #c9a96e, transparent);
  border-radius: 1px;
}

.craftsman-text {
  font-size: 16px;
  line-height: 2;
  color: #ddd5c8;
  text-align: justify;
  position: relative;
}

.key-phrase {
  color: #8b4513;
  font-weight: bold;
  background: linear-gradient(135deg, rgba(139, 69, 19, 0.05), transparent);
  padding: 2px 4px;
  margin: 0 2px;
}

.episodes-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #2c1810 0%, #1a0f08 100%);
  position: relative;
  overflow: hidden;

  & .section-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    line-height: 1.5;
    color: #fff;
    z-index: 1;
  }

  & .main-wrapper {
    width: 90%;
    margin: 0 auto;
  }
}

.episodes-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(139, 69, 19, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(101, 67, 33, 0.2) 0%, transparent 50%);
}

.episodes-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    repeating-linear-gradient(45deg,
      transparent,
      transparent 20px,
      rgba(212, 175, 55, 0.03) 20px,
      rgba(212, 175, 55, 0.03) 22px),
    repeating-linear-gradient(-45deg,
      transparent,
      transparent 20px,
      rgba(212, 175, 55, 0.02) 20px,
      rgba(212, 175, 55, 0.02) 22px);
  pointer-events: none;
}

.episodes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 50px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.episode-card {
  background: #f5f2ea;
  padding: 50px 35px 40px;
  position: relative;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.episode-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(145deg, #d4af37, #b8941f);
  color: #2c1810;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 25px;
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
  border-radius: 50%;
  box-shadow:
    0 4px 15px rgba(212, 175, 55, 0.3),
    inset 0 2px 0 rgba(255, 255, 255, 0.2);
  z-index: 2;
}

.episode-title {
  font-size: 23px;
  font-weight: bold;
  color: #2c1810;
  margin-bottom: 20px;
  line-height: 1.4;
  position: relative;
  padding-left: 18px;
}

.episode-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 2px;
  background:
    repeating-linear-gradient(180deg,
      #d4af37 0px,
      #d4af37 8px,
      #b8941f 8px,
      #b8941f 16px);
}

.episode-text {
  font-size: 16px;
  line-height: 1.9;
  color: #3a3a3a;
  text-align: justify;
  font-weight: 400;
}

@media (max-width: 768px) {
  .hero-section {
    padding: 80px 20px 100px;
  }

  .hero-wave {
    height: 50px;
  }

  .hero-deco--circle1 {
    width: 200px;
    height: 200px;
    top: -60px;
    right: -40px;
  }

  .hero-deco--circle2 {
    width: 150px;
    height: 150px;
    bottom: -30px;
    left: -20px;
  }

  .hero-deco--circle3 {
    display: none;
  }

  .intro {
    padding: 60px 20px;

    & .intro__txt {
      margin-bottom: 50px;
      font-size: 20px;
      word-break: keep-all;
      line-height: 1.5;
    }
  }

  .craftsman-intro {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .craftsman-photo {
    flex: none;
    align-self: center;
  }

  .craftsman-photo img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
  }

  .craftsman-photo::before {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
  }

  .craftsman-photo::after {
    top: -25px;
    left: -25px;
    right: -25px;
    bottom: -25px;
  }

  .craftsman-message {
    padding: 30px 20px;
  }

  .craftsman-message::after {
    font-size: 60px;
    top: -5px;
    left: 5px;
  }

  .craftsman-title {
    width: 100%;
    font-size: 22px;

    & span {
      display: block;
      font-size: 13px;
      margin-right: 0;
      margin-bottom: 5px;
    }
  }

  .craftsman-text {
    font-size: 15px;
    line-height: 1.9;
  }
}

@media (max-width: 768px) {
  .episodes-section {
    padding: 60px 0;

    & .section-title {
      & span {
        display: block;
      }
    }
  }

  .section-title {
    font-size: 24px;
    margin-bottom: 40px;
    word-break: keep-all;
  }

  .episodes-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .episode-card {
    padding: 35px 25px;
  }

  .episode-number {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }

  .episode-title {
    font-size: 22px;
  }

  .episode-text {
    font-size: 15px;
  }
}

.section-message {
  margin-top: 60px;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 50px 20px;
  background: rgba(255, 255, 255, .1);
}

.section-message__title {
  font-size: 24px;
  font-weight: 500;
  color: #d4af37;
  margin: 0 0 15px 0;
  word-break: keep-all;
  letter-spacing: 0.15em;
  line-height: 1.6;
}

.section-message__text {
  color: #f5efe6;
  line-height: 2;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .section-message {
    margin-top: 60px;
    padding: 40px 15px;
  }

  .section-message__title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .section-message__text {
    font-size: 16px;
  }

}

.toc-section {
  padding: 60px 0;
  background: linear-gradient(135deg, rgba(248, 246, 240, 0.4) 0%, rgba(244, 240, 230, 0.2) 100%);
  position: relative;
}

.toc-container {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 50px;
  border-left: 3px solid #8b4513;
  position: relative;
}

.toc-title {
  font-size: 22px;
  font-weight: bold;
  color: #654321;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(139, 69, 19, 0.2);
}

.toc-list {
  list-style: none;
}

.toc-item {
  position: relative;
  padding-left: 25px;
}

.toc-item::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, #8b4513, #654321);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.toc-link {
  color: #444;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.6;
  display: block;
  padding: 5px 0;
  transition: color 0.3s ease;
}

.toc-link:hover {
  color: #8b4513;
}

.toc-item.special {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px dotted rgba(139, 69, 19, 0.3);
}

.toc-item.special .toc-link {
  color: #654321;
  font-weight: bold;
}

.toc-item.special .toc-link:hover {
  color: #d4af37;
}

@media (max-width: 768px) {
  .toc-section {
    padding: 60px 0;
  }

  .toc-container {
    width: 90%;
    padding: 20px;
    margin: 0 auto;
  }

  .toc-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .toc-item {
    margin-bottom: 8px;
    padding-left: 20px;
  }

  .toc-link {
    font-size: 14px;
  }
}

.features-container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.features-section {
  padding: 100px 0 60px;
  background: #F9F7F2;
  position: relative;
}

.features-section .section-title {
  color: #22130C;
  font-size: 44px;
  margin-bottom: 60px;
  letter-spacing: 0.08em;
}

.feature-card {
  position: relative;
  margin-bottom: 60px;
  background: #fff;
  border: 2px solid rgba(139, 69, 19, 0.25);
  border-radius: 28px;
  padding: 40px;
  box-shadow: 0 8px 32px rgba(74, 55, 40, 0.12), 0 2px 8px rgba(74, 55, 40, 0.06);

  &.third-card {
    .feature-content {
      display: block;
    }
  }
}

.feature-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: none;
  color: #4a3728;
  padding: 0 0 20px;
  font-size: 18px;
  font-weight: bold;

  &>div {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* 特長1・2・3の小さいラベル（特長1／特長2／特長3）の背景だけ濃く */
.feature-number {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 24px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #5c3010;
  letter-spacing: 0.15em;
  background: rgba(139, 69, 19, 0.26);
  border-radius: 30px;
}

.feature-title {
  font-size: 38px;
  line-height: 1.4;
  color: #2c1810;
  letter-spacing: 0.06em;
}

.feature-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #8b7355;
  margin-top: 8px;
}

.feature-content {
  padding: 0;
}

.before-after {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.comparison-item {
  flex: 1;
  text-align: center;
}

.comparison-label {
  font-size: 20px;
  font-weight: bold;
  color: #654321;
  margin-bottom: 15px;
}

.comparison-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.comparison-image {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border: 2px solid rgba(139, 69, 19, 0.2);
  position: relative;
  overflow: hidden;
}

.comparison-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrow {
  font-size: 40px;
  color: #8b4513;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background:
    radial-gradient(circle, rgba(139, 69, 19, 0.05) 0%, transparent 70%);
  border-radius: 50%;
}

.technique-showcase {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 10px;
}

.technique-image {
  flex: 0 0 42%;
}

.technique-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.technique-text {
  flex: 1;
}

.technique-title {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

.technique-desc {
  font-size: 16px;
  line-height: 2;
  color: #555;
}

.refinement-demo {
  display: flex;
  align-items: center;
  gap: 30px;
  background: rgba(248, 246, 240, 0.5);
  padding: 25px;
  margin-top: 20px;
}

.demo-images {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 50%;
}

.demo-images img {
  mix-blend-mode: multiply;
}

.demo-arrow {
  font-size: 24px;
  color: #8b4513;
}

.demo-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.emphasis-text {
  font-size: 18px;
  color: #8b4513;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.preservation-content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}

.preservation-text {
  flex: 1;
}

.preservation-demo {
  flex: 0 0 200px;
  text-align: center;
}

.demo-caption {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.customer-voice {
  border: 5px solid #eee;
  padding: 25px;
}

.voice-title {
  position: relative;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
}

.voice-content {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.fortune-content {
  margin-bottom: 35px;
}

/* fortune-flow - 3ステップフロー */
.fortune-flow {
  display: flex;
  align-items: flex-start;
  gap: 0;
  justify-content: center;
}

.fortune-flow__step {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 0 12px;
}

.fortune-flow__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #c9a96e, #8b4513);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50%;
  margin-bottom: 12px;
}

.fortune-flow__title {
  font-size: 20px;
  font-weight: 700;
  color: #4a3728;
  line-height: 1.5;
  margin-bottom: 15px;
  letter-spacing: 0.03em;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fortune-flow__img {
  padding: 12px;
  border-radius: 16px;
}

.fortune-flow__img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.fortune-flow__arrow {
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
  position: relative;
}

.fortune-flow__arrow::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 20px solid #c9a96e;
}

.case-content {
  margin-bottom: 30px;
}

.case-gallery {
  display: flex;
  gap: 3px;
}

.case-item img {}

@media (max-width: 768px) {
  .features-section {
    padding: 60px 0 0;

    & .section-title {
      font-size: 24px;
      margin-bottom: 35px;
    }
  }

  .features-container {
    gap: 30px;
  }

  .feature-card {
    margin-bottom: 35px;
    border-radius: 20px;
    padding: 25px 20px;
  }

  .feature-header {
    padding: 0 0 12px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .feature-number {
    font-size: 15px;
    padding: 4px 18px;
  }

  .feature-title {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .feature-content {
    flex-direction: column;
    padding: 0;
  }

  .before-after {
    flex-direction: column;
    gap: 20px;
  }

  .arrow {
    transform: rotate(90deg);
    font-size: 30px;
  }

  .comparison-label {
    font-size: 20px;
  }

  .comparison-desc {
    font-size: 14px;
  }

  .comparison-image {
    width: 100px;
    height: 100px;
  }

  .technique-showcase {
    flex-direction: column;
    gap: 20px;
  }

  .technique-image {
    flex: none;
    align-self: center;
  }

  .technique-image img {
    border-radius: 16px;
  }

  .technique-title {
    font-size: 22px;
    line-height: 1.5;
  }

  .technique-desc {
    font-size: 15px;
    line-height: 1.9;
  }

  .refinement-demo {
    flex-direction: column;
    text-align: center;
  }

  .customer-voice {
    padding: 15px;
  }

  .demo-images {
    justify-content: center;
  }

  .demo-text {
    font-size: 15px;
    text-align: left;
  }

  .preservation-content {
    flex-direction: column;
    gap: 20px;
  }

  .preservation-demo {
    flex: none;
  }

  .voice-title {
    font-size: 18px;
  }

  .fortune-flow {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .fortune-flow__step {
    width: 100%;
    max-width: 300px;
    padding: 0;
  }

  .fortune-flow__title {
    font-size: 24px;
    min-height: auto;
    margin-bottom: 10px;
  }

  .fortune-flow__img {
    border-radius: 12px;
  }

  .fortune-flow__img img {
    width: 100%;
  }

  .fortune-flow__arrow {
    flex: none;
    margin-top: 0;
    transform: rotate(90deg);
  }

  .fortune-flow__arrow::before {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 16px solid #c9a96e;
  }

  .case-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .case-item img {
    height: 100px;
  }
}

.contact-inquiry-section,
.contact-pricing-section {
  padding: 100px 0;
  background: linear-gradient(135deg, rgb(44, 24, 16) 0%, rgb(26, 15, 8) 100%);
  ;
  position: relative;
  overflow: hidden;

  & .main-wrapper {
    max-width: 1000px;
  }

  &:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(139, 69, 19, 0.3) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(101, 67, 33, 0.2) 0%, transparent 50%);
  }
}

.contact-pricing-section {
  & .main-wrapper {
    max-width: 1000px;
  }
}

.contact-inquiry-section {
  & .main-wrapper {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
  }
}

.contact-container {
  background: #FAF9F5;
  border: 1px solid #d4af37;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-header {
  background: linear-gradient(135deg, #8b4513, #654321);
  color: white;
  padding: 15px 30px;
  position: relative;
}

.contact-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #22130C;
}

.contact-subtitle {
  font-size: 16px;
  opacity: 0.95;
  line-height: 1.6;
}

.contact-content {
  padding: 40px 30px;
}

.contact-intro {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

.craftsman-mini {
  flex: 0 0 180px;
}

.craftsman-mini img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow:
    0 6px 24px rgba(0, 0, 0, 0.2),
    0 0 0 4px rgba(201, 169, 110, 0.15),
    0 0 0 10px rgba(201, 169, 110, 0.05);
}

.intro-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.intro-highlight {
  color: #8b4513;
  font-weight: bold;
}

.contact-methods {
  margin-bottom: 40px;
}

.methods-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  padding: 5px 20px;
  position: relative;
  background-color: #664321;
}

.methods-description {
  margin-bottom: 20px;
  color: #666;
  text-align: center;
}

.contact-wrap {
  @media screen and (min-width: 768px) {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    box-sizing: border-box;
  }

  @media screen and (max-width: 767px) {
    text-align: center;
  }
}

.contact-info {
  @media screen and (min-width: 768px) {
    flex: 1;
  }

  & .contact__tel {
    font-size: 28px;
    font-weight: bold;
    white-space: nowrap;

    @media screen and (max-width: 767px) {
      font-size: 24px;
      white-space: normal;
    }
  }

  & .contact__time {
    font-size: 16px;
    margin-bottom: 12px;
    white-space: nowrap;

    @media screen and (max-width: 767px) {
      font-size: 14px;
      margin-bottom: 10px;
      white-space: normal;
    }
  }

  & .contact__email {
    font-size: 13px;
    margin-bottom: 0;

    @media screen and (max-width: 767px) {
      font-size: 16px;
      margin-bottom: 10px;
    }

    a {
      color: #666;
      text-decoration: underline;

      &:hover {
        color: #8b4513;
        text-decoration: none;
      }

      @media screen and (max-width: 767px) {
        display: block;
        max-width: 340px;
        width: 100%;
        margin: 0 auto;
        padding: 8px 20px;
        background-color: #ddd;
        border-radius: 5px;
        text-decoration: none;
      }
    }
  }
}

.contact-buttons {
  @media screen and (min-width: 768px) {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 350px;
  }

  @media screen and (max-width: 767px) {
    margin-top: 15px;
  }

  & .consul__btn {
    @media screen and (min-width: 768px) {
      margin-top: 0;
      width: 100%;
      box-sizing: border-box;
    }

    @media screen and (max-width: 767px) {
      margin-top: 10px;
    }

    &.consul__btn--form {
      @media screen and (max-width: 767px) {
        margin-top: 15px;
      }

      & .price-cta__btn {
        @media screen and (min-width: 768px) {
          width: 100%;
          display: block;
          text-align: center;
          box-sizing: border-box;
        }

        @media screen and (max-width: 767px) {
          max-width: 340px;
          width: 100%;
          display: block;
          text-align: center;
          margin: 0 auto;
          box-sizing: border-box;
        }
      }
    }

    & .cv-button {
      max-width: 340px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      margin: 0 auto;
      padding: 10px 5px;
      background-color: #00b900;
      border-radius: 60px;
      box-sizing: border-box;

      @media screen and (min-width: 768px) {
        width: 100%;
        max-width: 100%;
        padding: 20px 15px;
        margin: 0;
      }

      &:hover {
        text-decoration: none;
        opacity: 0.8;

        & img {
          opacity: 1;
        }
      }

      & .cv-logo {
        width: 50px;
        height: 50px;

        @media screen and (min-width: 768px) {
          width: 40px;
          height: 40px;
        }
      }

      & .cv-text {
        color: #fff;
        text-align: left;

        & .cv-subcopy {
          font-size: 14px;
        }

        & .cv-maincopy {
          font-size: 18px;
          font-weight: bold;
          line-height: 1.2;
        }
      }
    }
  }
}

.contact-options {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.contact-option {
  text-align: center;
  padding: 20px;
  background: rgba(248, 246, 240, 0.6);
  border: 2px solid rgba(139, 69, 19, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  min-width: 120px;
}

.contact-option:hover {
  background: rgba(212, 175, 55, 0.1);
  border-color: #d4af37;
  transform: translateY(-3px);
}

.contact-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  background: linear-gradient(135deg, #8b4513, #654321);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
}

.contact-option:hover .contact-icon {
  background: linear-gradient(135deg, #d4af37, #b8941f);
  color: #2c1810;
}

.contact-label {
  font-size: 14px;
  font-weight: bold;
  color: #654321;
  margin-top: 5px;
}

.pricing-info {
  padding: 30px;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.pricing-title {
  font-size: 24px;
  font-weight: bold;
  color: #654321;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-title::before {
  content: '●';
  color: #d4af37;
  font-size: 12px;
}

.pricing-list {
  list-style: none;
}

.pricing-item {
  padding: 8px 0;
  border-bottom: 1px dotted rgba(139, 69, 19, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pricing-item:last-child {
  border-bottom: none;
}

.pricing-service {
  font-size: 15px;
  color: #444;
}

.pricing-cost {
  font-size: 16px;
  font-weight: bold;
  color: #8b4513;
}

.pricing-note {
  margin-top: 10px;
  padding-left: 15px;
  position: relative;
}

.pricing-note::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #8b4513;
}

.pricing-wrap {
  &:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .pricing-subtitle {
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #bbb;
    font-size: 20px;
    font-weight: bold;
  }

  & dl {
    display: flex;
    align-items: stretch;

    & dt {
      flex: 0 0 100px;
      font-size: 16px;
      font-weight: bold;
      background-color: rgba(139, 69, 19, 0.08);
      padding: 8px 12px;
      border-radius: 4px;
      margin-right: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    & dd {
      font-size: 16px;
      line-height: 1.5;
      display: flex;
      flex-direction: column;
      justify-content: center;

      & small {
        font-size: 14px;
        color: #666;
      }
    }

    &:not(:last-of-type) {
      margin-bottom: 10px;
    }

    &:not(:first-of-type) {
      margin-top: 20px;
    }
  }
}

.delivery-info {
  padding: 25px;
  border: 3px solid rgba(0, 0, 0, 0.15);
}

.delivery-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.delivery-text {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}

@media (max-width: 768px) {

  .contact-inquiry-section,
  .contact-pricing-section {
    padding: 40px 0;
  }

  .contact-header {
    padding: 20px;
  }

  .contact-title {
    font-size: 20px;
  }

  .contact-inquiry-section {
    & .contact-title {
      font-size: 19px;
      line-height: 1.4;
    }

    & .intro-text {
      & p {
        font-size: 14px;
      }
    }
  }

  .contact-content {
    padding: 30px 20px;
  }

  .contact-intro {
    align-items: flex-start;
    gap: 20px;
  }

  .craftsman-mini {
    flex: none;

    & img {
      max-width: 100px;
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 50%;
      box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.15),
        0 0 0 3px rgba(201, 169, 110, 0.1),
        0 0 0 8px rgba(201, 169, 110, 0.05);
    }
  }

  .contact-options {
    gap: 15px;
  }

  .contact-option {
    min-width: 30%;
    padding: 20px 10px;

    & .contact-label {
      font-size: 12px;
      line-height: 1.4;
    }
  }

  .methods-description {
    font-size: 14px;
  }

  .pricing-info,
  .delivery-info {
    padding: 20px;
  }

  .pricing-title {
    font-size: 20px;
  }

  .pricing-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .pricing-wrap {
    & p {
      font-size: 14px;
    }

    & dl {
      display: block;

      & dt {
        font-size: 15px;
        background-color: rgba(139, 69, 19, 0.08);
        padding: 8px 12px;
        border-radius: 4px;
        margin-bottom: 8px;
        display: inline-block;
      }

      & dd {
        font-size: 15px;

        & small {
          font-size: 13px;
          color: #666;
        }
      }

      &:not(:last-of-type) {
        margin-bottom: 20px;
      }

      &:not(:first-of-type) {
        margin-top: 20px;
      }
    }
  }
}

.cases-section {
  padding: 100px 0;
  background: linear-gradient(135deg, rgba(34, 68, 58, 0.05) 0%, rgba(22, 101, 52, 0.03) 100%);
  position: relative;

  & .section-title {
    margin-bottom: 10px;
    color: #22130C;
  }
}

.section-subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 500;
}

.cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
  width: 100%;
  margin: 0 auto;
}

.case-card {
  width: 49%;
  background: #fff;
  border: 2px solid rgba(34, 68, 58, 0.1);
  position: relative;
  padding: 70px 35px 35px;
  transition: all 0.3s ease;
  overflow: visible;
}

.case-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent, rgba(34, 68, 58, 0.02));
  pointer-events: none;
}

.case-badge {
  position: absolute;
  top: -15px;
  left: 20px;
  background: linear-gradient(135deg, #059669, #047857);
  color: white;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);

  span {
    &:first-of-type {
      font-size: 20px;
    }
  }
}

.case-badge::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #047857;
}

.case-number {
  font-size: 32px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.case-title {
  font-size: 26px;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: 1.4;
}

.case-title-main {
  color: #059669;
}

.case-description {
  font-size: 16px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 25px;
  text-align: justify;
}

.case-visual {
  text-align: center;
  margin-bottom: 20px;
}

.case-process {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 20px;
  padding: 0;
}

.stamp-before,
.stamp-after {
  position: relative;
}

.stamp-img img {
  max-width: 100%;
  max-height: 220px;
}

.stamp-before img,
.stamp-after img {
  width: 100%;
  max-width: 230px;
  max-height: 180px;
  mix-blend-mode: multiply;
}

.process-arrow {
  font-size: 24px;
  color: #059669;
  font-weight: bold;
}

.case-result {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.case-result img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-highlight {
  padding: 15px;
  margin-top: 15px;
  background: rgba(0, 0, 0, 0.035);
  font-size: 14px;
  line-height: 1.6;
}

.case-note {
  font-size: 13px;
  color: #6b7280;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
}

@media (max-width: 1024px) {

  .cases-grid {
    width: 95%;
    grid-template-columns: 1fr;

    & .case-card {
      width: 100%;
    }
  }

}

@media (max-width: 768px) {
  .cases-section {
    padding: 60px 0;
  }

  .section-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .cases-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .case-card {
    padding: 45px 20px 20px;
  }

  .case-badge {
    top: -12px;
    left: 15px;
    padding: 6px 15px;
    font-size: 13px;
  }

  .case-number {
    font-size: 24px;
  }

  .case-title {
    font-size: 18px;
  }

  .case-title-main {
    font-size: 20px;
  }

  .case-process {
    flex-direction: column;
    gap: 0;
  }

  .stamp-before img,
  .stamp-after img {
    max-width: 300px;
    max-height: 230px;
  }

  .process-arrow {
    font-size: 50px;
    transform: rotate(90deg);
  }

}

/* 流れセクション */
.process-flow-section {
  padding: 20px 0;
  position: relative;
  background: rgba(255, 255, 255, 0.6);
}

.process-flow-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    repeating-linear-gradient(0deg,
      transparent,
      transparent 60px,
      rgba(139, 69, 19, 0.02) 60px,
      rgba(139, 69, 19, 0.02) 61px),
    repeating-linear-gradient(90deg,
      transparent,
      transparent 60px,
      rgba(101, 67, 33, 0.015) 60px,
      rgba(101, 67, 33, 0.015) 61px);
  pointer-events: none;
}

.flow-container {
  padding: 50px 40px 20px;
  position: relative;
}

.flow-title {
  font-size: 40px;
  font-weight: bold;
  color: #22130C;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  text-align: center;
  word-break: keep-all;
}

.flow-subtitle {
  font-size: 20px;
  color: #22130C;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
}

.flow-subtitle::before {
  right: 100%;
  margin-right: 20px;
}

.flow-subtitle::after {
  left: 100%;
  margin-left: 20px;
}

.flow-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}

.flow-steps::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 10%;
  right: 10%;
  height: 2px;
  background:
    repeating-linear-gradient(90deg,
      rgba(139, 69, 19, 0.3) 0px,
      rgba(139, 69, 19, 0.3) 10px,
      transparent 10px,
      transparent 20px);
  z-index: 0;
}

.flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 120px;
  position: relative;
  z-index: 1;
}

.step-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(139, 69, 19, 0.1), rgba(101, 67, 33, 0.05));
  border: 3px solid #8b4513;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #654321;
  margin-bottom: 15px;
  position: relative;
}

.step-icon::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 1px solid rgba(139, 69, 19, 0.2);
  background:
    conic-gradient(from 45deg,
      rgba(139, 69, 19, 0.05) 0deg 90deg,
      transparent 90deg 180deg,
      rgba(139, 69, 19, 0.05) 180deg 270deg,
      transparent 270deg 360deg);
  z-index: -1;
}

.step-number {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #8b4513, #654321);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid white;
}

.step-label {
  font-size: 15px;
  font-weight: bold;
  color: #654321;
  text-align: center;
  line-height: 1.4;
}

.flow-details {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;

  & dl {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: #fff;

    &:not(:last-of-type) {
      margin-bottom: 50px;

      &::before {
        content: '';
        position: absolute;
        bottom: -35px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 15px solid #666;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        background: rgba(255, 255, 255, 0.3);
      }
    }

    & dt {
      flex: 0 0 180px;
      font-size: 26px;
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: bold;
      color: #8b4513;
    }

    & dd {
      font-size: 18px;
    }
  }


}

.flow-detail-item {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  position: relative;
  padding-left: 30px;
}

.flow-detail-item:last-child {
  margin-bottom: 0;
}

.flow-detail-number {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #8b4513, #654321);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}

/* 方法セクション */
.carving-method-section {
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}

.method-container {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(252, 250, 245, 0.7));
  padding: 50px 40px;
  border: 2px solid rgba(139, 69, 19, 0.2);
  position: relative;
}

.method-title {
  font-size: 40px;
  font-weight: bold;
  color: #22130C;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
}

.method-lead {
  font-size: 16px;
  line-height: 1.8;
  color: #5a4a3a;
  text-align: center;
  margin-bottom: 50px;
}

/* method-steps-grid - 2×2 カードレイアウト */
.method-steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
}

.method-step-card {
  background: #fff;
  border: 1px solid rgba(139, 69, 19, 0.12);
  border-radius: 16px;
  box-shadow:
    0 4px 20px rgba(74, 55, 40, 0.06),
    0 1px 4px rgba(74, 55, 40, 0.04);
  overflow: visible;
  position: relative;
}

.method-step-card__header {
  position: relative;
  padding: 16px 20px 16px 124px;
  background: linear-gradient(135deg, rgba(139, 69, 19, 0.06), rgba(101, 67, 33, 0.03));
  border-bottom: 1px solid rgba(139, 69, 19, 0.1);
}

.method-step-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #4a3728;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin: 0;
}

.method-step-card__img {
  width: 100%;
  overflow: hidden;
  border-radius: 0;
}

.method-step-card__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* STEP番号：絶対配置で見出しテキストと中央揃え、上下にはみ出しOK */
.method-step-card__num {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #8b4513, #654321);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 12px rgba(74, 55, 40, 0.2);
}

.method-step-card__body {
  padding: 20px 22px 24px;
}

.method-step-card__body p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

.method-video {
  text-align: center;
  margin-top: 50px;
}

.method-video__title {
  font-size: 20px;
  font-weight: 700;
  color: #4a3728;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.method-extra {
  margin-top: 30px;
  padding: 20px;
  background: rgba(139, 69, 19, 0.05);
  border-left: 4px solid #8b4513;
}

.extra-title {
  font-size: 16px;
  font-weight: bold;
  color: #8b4513;
  margin-bottom: 10px;
}

.extra-text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* 印材セクション */
.material-guide-section {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 60px;
  position: relative;
}

.material-container {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(252, 250, 245, 0.8));
  padding: 50px 40px;
  position: relative;
  border: 2px solid rgba(139, 69, 19, 0.2);
}

.material-title {
  font-size: 40px;
  font-weight: bold;
  color: #22130C;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  word-break: keep-all;
  line-height: 1.5;
}

.material-content {
  display: flex;
  gap: 30px;
}

.material-info {
  flex: 1;
}

.material-types {
  font-size: 20px;
  color: #374151;
  margin-bottom: 25px;
  line-height: 1.8;
  padding: 15px 15px 15px 35px;
  background: rgba(139, 69, 19, 0.05);
  border-left: 4px solid #8b4513;
  position: relative;
}

.material-highlight {
  color: #333;
  font-size: 20px;

  & .material-active,
  & .material-disabled {
    font-weight: bold;
  }
}

.material-active {
  color: #B20000;
}

.material-disabled {
  color: #001EB2;
}

.material-note {
  background: rgba(248, 246, 240, 0.8);
  padding: 15px 15px 15px 35px;
  border-left: 4px solid #a0a0a0;
  font-size: 16px;
  color: #374151;
  line-height: 1.7;
  position: relative;
}

.material-examples {
  flex: 0 0 500px;
  display: flex;
  gap: 15px;
}

.material-example {
  flex: 1;
  text-align: center;
}

.example-image {
  width: 100%;
  height: auto;
  border: 3px solid rgba(139, 69, 19, 0.3);
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  background: rgba(248, 246, 240, 0.5);
}

.example-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.example-label {
  font-size: 16px;
  font-weight: bold;
}

.material-example.ok .example-label {
  color: #654321;
}

.material-example.ok .example-image {
  border-color: #8b4513;
}

.material-example.ok .example-image::after {
  content: '○';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: #8b4513;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}

.material-example.ng .example-label {
  color: #6b7280;
}

.material-example.ng .example-image {
  border-color: #a0a0a0;
  opacity: 0.9;
}

.cross-mark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cross-mark::before,
.cross-mark::after {
  content: '';
  position: absolute;
  width: 70%;
  height: 4px;
  background: #dc2626;
}

.cross-mark::before {
  transform: rotate(45deg);
}

.cross-mark::after {
  transform: rotate(-45deg);
}

@media (max-width: 1024px) {

  .material-content {
    flex-direction: column;
  }

  .material-info {
    width: 100%;
  }

  .material-types,
  .material-note {
    padding-left: 20px;
    font-size: 16px;
  }

  .method-steps-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .method-video {
    width: 100%;
  }

}

@media (max-width: 768px) {

  .process-flow-section,
  .carving-method-section,
  .material-guide-section {
    padding: 60px 0;
  }

  .carving-method-section {
    padding-bottom: 30px;
  }

  .flow-container,
  .method-container,
  .material-container {
    padding: 40px 20px 30px;
  }

  .flow-title {
    margin-bottom: 15px;
    font-size: 29px;
    line-height: 1.3;
  }

  .flow-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .flow-details {
    padding: 0;

    & dl {
      flex-direction: column;
      gap: 0;

      & dt {
        flex: 1;
        font-size: 20px;
      }

      & dd {
        font-size: 16px;
      }
    }
  }

  .method-title {
    margin-bottom: 10px;
    font-size: 24px;
    word-break: keep-all;
    line-height: 1.4;
  }

  .method-lead {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .method-steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }

  .method-step-card__title {
    font-size: 21px;
  }

  .method-step-card__header {
    padding-left: 100px;
  }

  .method-step-card__num {
    width: 80px;
    height: 80px;
    font-size: 14px;
    left: 8px;
  }

  .method-step-card__img img {
    height: auto;
  }

  .method-step-card__body {
    padding: 15px 18px 20px;
  }

  .method-step-card__body p {
    font-size: 14px;
  }

  .material-title {
    margin-bottom: 15px;
    font-size: 24px;
    word-break: keep-all;
    line-height: 1.4;
  }

  .material-highlight {
    font-size: 16px;
  }

  .flow-steps {
    flex-direction: column;
    gap: 25px;
  }

  .flow-steps::before {
    display: none;
  }

  .material-content {
    flex-direction: column;
    gap: 30px;
  }

  .method-video,
  .material-examples {
    flex: none;
  }

  .material-examples {
    flex-direction: column;
    gap: 20px;
  }

  .flow-subtitle::before,
  .flow-subtitle::after {
    display: none;
  }
}

/* 会社印鑑の彫り直し（独立セクション） */
.corporate-section {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  background: #fff;
}

.corporate-container {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.9));
  padding: 50px 40px;
  border: 2px solid #1e3a8a;
  position: relative;
  overflow: hidden;
}

.corporate-title {
  font-size: 34px;
  font-weight: bold;
  color: #1e3a8a;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
}

.corporate-content {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.corporate-info {
  flex: 1;
}

.corporate-description {
  font-size: 18px;
  line-height: 1.9;
  color: #374151;
}

.corporate-features {
  background: rgba(248, 250, 252, 0.7);
  padding: 25px;
  border-left: 5px solid #3b82f6;
  border-radius: 0 6px 6px 0;
  position: relative;
}

.corporate-features::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20px;
  background:
    repeating-linear-gradient(45deg,
      rgba(59, 130, 246, 0.1) 0px,
      rgba(59, 130, 246, 0.1) 8px,
      transparent 8px,
      transparent 16px);
}

.features-list {
  list-style: none;
  margin: 0;
}

.feature-item {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.7;
  color: #374151;
  position: relative;
  padding-left: 25px;
}

.feature-item::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 2px;
  color: #3b82f6;
  font-size: 12px;
}

.feature-item:last-child {
  margin-bottom: 0;
}

.business-note {
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.05), rgba(248, 250, 252, 0.8));
  padding: 20px;
  margin-top: 25px;
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 6px;
  font-size: 16px;
  color: #1e40af;
  line-height: 1.7;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.business-note::before {
  content: '💼';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.corporate-visual {
  flex: 0 0 350px;
  text-align: center;
}

.stamp-showcase {
  background: rgba(248, 250, 252, 0.8);
  padding: 30px;
  border: 2px solid rgba(59, 130, 246, 0.3);
  border-radius: 8px;
  position: relative;
}

.stamp-showcase::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    repeating-conic-gradient(from 0deg at 50% 50%,
      rgba(59, 130, 246, 0.02) 0deg 60deg,
      transparent 60deg 120deg);
  border-radius: 6px;
  pointer-events: none;
}

.showcase-image {
  width: 100%;
  height: 200px;
  border: 2px solid rgba(30, 58, 138, 0.2);
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
}

.showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-image::after {
  content: '🏢';
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px;
  border-radius: 50%;
}

.showcase-caption {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  font-style: italic;
}

.corporate-highlight {
  color: #1e3a8a;
  font-weight: bold;
  position: relative;
}

.corporate-highlight::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #3b82f6, transparent);
}

@media (max-width: 768px) {
  .corporate-section {
    padding: 60px 0;
  }

  .corporate-container {
    padding: 30px 20px;
  }

  .corporate-title {
    font-size: 22px;
    padding-left: 20px;
    line-height: 1.5;
    word-break: keep-all;
  }

  .corporate-content {
    flex-direction: column;
    gap: 30px;
  }

  .corporate-description {
    font-size: 16px;
  }

  .corporate-visual {
    flex: none;
  }

  .stamp-showcase {
    padding: 20px;
  }

  .showcase-image {
    height: 160px;
  }

  .business-note {
    padding-left: 50px;
    text-align: left;
  }
}

.order-guide-section {
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
  background-color: rgba(248, 246, 242, 0.95);

  & .main-wrapper {
    max-width: 1000px;
  }
}

.guide-container {
  position: relative;
}

.guide-title {
  font-size: 40px;
  font-weight: bold;
  color: #22130C;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}

/* 簡易フロー */
.flow-recap {
  margin-bottom: 40px;
  text-align: center;
}

.flow-recap-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}

.simple-flow {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 0;
}

.simple-step {
  display: flex;
  flex-direction: column;
  min-width: 80px;
}

.simple-step-icon {
  width: 82px;
  height: 82px;
  border: 2px solid rgba(139, 69, 19, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  position: relative;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.simple-step-icon .flow-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}

/* 左→右へ色相環に沿って遷移（青→シアン→緑→黄緑→黄→橙） */
.simple-step-icon--1 {
  color: hsl(218, 70%, 52%);
}

.simple-step-icon--2 {
  color: hsl(188, 62%, 48%);
}

.simple-step-icon--3 {
  color: hsl(158, 58%, 45%);
}

.simple-step-icon--4 {
  color: hsl(95, 52%, 42%);
}

.simple-step-icon--5 {
  color: hsl(48, 72%, 48%);
}

.simple-step-icon--6 {
  color: hsl(22, 78%, 50%);
}

.simple-step-number {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 28px;
  height: 28px;
  background: rgba(139, 69, 19, 0.18);
  border: 1.5px solid rgba(139, 69, 19, 1);
  color: #654321;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}

.simple-step-label {
  font-size: 16px;
  font-weight: bold;
  color: #654321;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .simple-step-label {
    font-size: 13px;
    letter-spacing: 0;
  }
}

.simple-arrow {
  margin-top: 3%;
  font-size: 14px;
  color: #8b4513;
}

/* ガイド項目 - コンパクト版 */
.guide-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin: 0 auto;
}

.guide-item {
  position: relative;
  border: 1px solid rgba(139, 69, 19, 0.15);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(74, 55, 40, 0.06);

  & .item-header {
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: relative;
    background: linear-gradient(135deg, rgba(101, 55, 25, 0.92) 0%, rgba(139, 69, 19, 0.88) 50%, rgba(120, 65, 22, 0.9) 100%);
    border-bottom: 1px solid rgba(139, 69, 19, 0.35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);

    &::after {
      display: none;
    }
  }

  & .item-header-num {
    margin-right: 6px;
    opacity: 0.95;
  }

  & .item-content {
    padding: 18px 20px;
  }

  & .item-text {
    font-size: 14px;
    line-height: 1.75;
    color: #444;
    margin-bottom: 0;
  }

  & .item-text-link {
    color: #6b5344;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
  }

  & .item-text-link:hover {
    color: #8b6914;
  }

  & .item-text-tel {
    pointer-events: none;
    color: #444;
    text-decoration: none;
  }

  @media (max-width: 767px) {
    & .item-text-tel {
      pointer-events: auto;
      color: #6b5344;
      text-decoration: underline;
      text-underline-offset: 2px;
    }
  }

  & .item-text:not(:last-child) {
    margin-bottom: 12px;
  }

  & .sub-items {
    margin-top: 12px;
    margin-bottom: 20px;
  }

  & .sub-item {
    line-height: 1.5;
    color: #555;
    margin-bottom: 20px;
    position: relative;

    & ul {
      padding-top: 20px;

      & li {
        position: relative;
        padding-left: 30px;

        &::before {
          content: '・';
          position: absolute;
          left: 5px;
          top: 0;
          color: #8b4513;
        }
      }
    }
  }

  & .sub-item:last-child {
    margin-bottom: 0;
  }
}

.notes-item {
  padding: 25px;
  grid-column: 1 / -1;
  background: #fff;
  border-radius: 12px;
  border: 2px solid rgba(139, 69, 19, 0.35);
  box-shadow: 0 2px 12px rgba(74, 55, 40, 0.06);

  & .item-header {
    padding: 0;
    color: #000;
    border: none;
    background: none;
    font-size: 24px;
    text-align: center;
  }

  & .item-content {
    padding-top: 0;
  }
}

.contact-info {
  padding: 20px 24px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 12px;

  & .contact-title {
    font-size: 20px;
    font-weight: bold;
    color: #654321;
  }

  & .contact-details {
    line-height: 1.7;
    color: #444;
  }
}

@media (min-width: 769px) {
  .contact-info {
    grid-template-columns: 180px 1fr;
    align-items: start;
  }

  .contact-info .contact-title {
    padding-top: 2px;
  }
}

.notes-content {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

.notes-main {
  flex: 1;
}

.ok-example {
  flex: 0 0 150px;
  padding: 15px;
  border: 2px solid rgba(139, 69, 19, 0.3);
  text-align: center;
}

.ok-title {
  font-size: 14px;
  font-weight: bold;
  color: #654321;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(139, 69, 19, 0.2);
}

.ok-list {
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}

@media (max-width: 768px) {
  .order-guide-section {
    padding: 40px 0;
  }

  .guide-container {
    padding: 25px 15px;
  }

  .guide-title {
    font-size: 30px;
    margin-bottom: 0;
  }

  .flow-recap-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .simple-flow {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 0;
  }

  .simple-step {
    min-width: 56px;
    margin-bottom: 10px;
  }

  .simple-step-icon {
    width: 68px;
    height: 68px;
  }

  .simple-step-icon .flow-icon {
    width: 28px;
    height: 28px;
  }

  .simple-step-number {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }

  .simple-arrow {
    display: none;
  }

  .guide-items {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .guide-item {
    & .sub-item {
      margin-bottom: 20px;
      font-size: 14px;
    }
  }

  .notes-item {
    padding: 20px;

    & .item-content {
      padding: 0;
    }
  }

  .notes-content {
    flex-direction: column;
    gap: 15px;
  }

  .ok-example {
    flex: none;
  }
}

/* 詳細情報・料金・配送について（左見出し・右本文レイアウト・色相を少しずらして別セクション感） */
.pricing-details-section {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
  position: relative;
  background: linear-gradient(180deg, hsl(42, 18%, 98%) 0%, hsl(45, 12%, 99%) 100%);

  & .main-wrapper {
    width: 92%;
    max-width: 960px;
    margin: 0 auto;
  }

  & .section-title {
    color: #2a2218;
    margin-bottom: 48px;
  }

  & .details-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  & .details-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 0 32px;
    align-items: start;
    padding: 28px 0;
    border-bottom: 1px solid hsl(42, 20%, 88%);
    position: relative;
    background: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
  }

  & .details-item:first-child {
    padding-top: 0;
  }

  & .item-header {
    background: none;
    padding: 0;
    position: sticky;
    top: 24px;
  }

  & .item-title {
    font-size: 18px;
    font-weight: bold;
    color: #352b1f;
    margin-bottom: 0;
    position: relative;
    padding-left: 0;
    line-height: 1.35;
  }

  & .item-title::before {
    content: '';
    display: none;
  }

  & .item-content {
    padding: 0;
    min-width: 0;
  }

  & .item-text {
    font-size: 15px;
    line-height: 1.78;
    color: #2d2d2d;
    margin-bottom: 0;
  }

  & .item-text:not(:last-child) {
    margin-bottom: 12px;
  }

  & .price-example {
    background: hsl(42, 22%, 96%);
    padding: 14px 16px;
    margin: 12px 0;
    font-size: 15px;
    font-weight: bold;
    color: #352b1f;
    border-radius: 6px;
    border: 1px solid hsl(42, 20%, 88%);
  }

  & .note-text {
    margin-top: 0;
    color: #3d3d3d;
    font-size: 15px;
    text-align: left;

    &:not(:last-child) {
      margin-bottom: 16px;
    }
  }

  & .payment-item {
    grid-column: auto;
    padding: 28px 0;
    border-bottom: 1px solid hsl(42, 20%, 88%);
  }

  & .payment-item::before {
    display: none;
  }

  & .payment-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 24px;
    margin-top: 8px;
  }

  & .payment-option {
    background: hsl(42, 22%, 96%);
    padding: 14px 16px;
    border: 1px solid hsl(42, 20%, 88%);
    border-radius: 6px;
    position: relative;
    color: #2d2d2d;

    & span {
      font-weight: bold;
      color: #352b1f;
    }
  }

  & .important-note {
    margin-top: 16px;
    padding: 12px 0 0;
    border-top: 1px dashed hsl(42, 18%, 85%);
    font-size: 14px;
    color: #3d3d3d;
  }

  & .note-strong {
    color: #5c4a2e;
    font-weight: bold;
  }

  & .shipping-item {
    grid-column: auto;
    padding: 28px 0;
    border-bottom: 1px solid hsl(42, 20%, 88%);
  }

  & .shipping-text {
    font-size: 15px;
    line-height: 1.78;
    color: #2d2d2d;
  }

  & .shipping-highlight {
    color: #5c4a2e;
    font-weight: bold;
  }

  & .shipping-icon {
    color: hsl(42, 20%, 80%);
  }
}

.payment-number {
  font-size: 18px;
  font-weight: bold;
  color: #8b4513;
  margin-bottom: 8px;
}

.payment-name {
  font-size: 16px;
  font-weight: bold;
  color: #654321;
  margin-bottom: 5px;
}

.payment-fee {
  font-size: 14px;
  color: #666;
}

.important-note {
  margin-top: 20px;
  position: relative;
}

.note-strong {
  font-weight: bold;
  color: #8b4513;
}

.shipping-item {
  grid-column: 1 / -1;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 6px solid #654321;
}

.shipping-content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.shipping-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.shipping-highlight {
  color: #8b4513;
  font-weight: bold;
}

.shipping-icon {
  flex: 0 0 80px;
  text-align: center;
  font-size: 48px;
  color: rgba(139, 69, 19, 0.3);
}

@media (max-width: 768px) {
  .pricing-details-section {
    padding: 50px 0;

    & .main-wrapper {
      width: 90%;
    }

    & .section-title {
      margin-bottom: 32px;
    }

    & .details-item {
      grid-template-columns: 1fr;
      gap: 10px 0;
      padding: 24px 0;
      border-bottom: none;
    }

    & .item-header {
      position: static;
    }

    & .item-title {
      font-size: 17px;
      padding: 9px 9px 7px 9px;
      border-bottom: 1px solid hsl(42, 20%, 88%);
      margin-bottom: 4px;
      background: rgba(0, 0, 0, 8%);
      border-left: 1px solid #333;
    }

    & .price-example {
      font-size: 14px;
      padding: 12px 14px;
    }

    & .note-text {
      font-size: 14px;
    }

    & .payment-list {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    & .payment-option {
      font-size: 14px;
      padding: 12px 14px;
    }

    & .important-note {
      font-size: 13px;
    }
  }

  .shipping-content {
    flex-direction: column;
    text-align: left;
    gap: 12px;
  }

  .shipping-icon {
    flex: none;
  }
}

/* よくあるご質問（独立セクション） */
.faq-guide-section {
  width: 100%;
  padding: 70px 0;
  background: #f5f3ed;
  position: relative;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.5' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.25'/%3E%3C/svg%3E"),
    repeating-linear-gradient(0deg, transparent, transparent 1px, rgba(0, 0, 0, 0.01) 1px, rgba(0, 0, 0, 0.01) 2px),
    repeating-linear-gradient(90deg, transparent, transparent 1px, rgba(0, 0, 0, 0.01) 1px, rgba(0, 0, 0, 0.01) 2px);

  & .main-wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(139, 69, 19, 0.15);
  overflow: hidden;
  position: relative;
}

.faq-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(139, 69, 19, 0.1), transparent);
}

.faq-question {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 60px 20px 25px;
  background: rgba(225, 218, 205, 0.75);
  border-bottom: 1px solid rgba(139, 69, 19, 0.1);
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: rgba(225, 218, 205, 0.9);
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 300;
  color: #8b4513;
  transition: transform 0.3s ease;
}

.faq-item.is-open .faq-question::after {
  content: '−';
  transform: translateY(-50%) rotate(180deg);
}

.q-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #b91c1c, #dc2626);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

.q-text {
  flex: 1;
  font-size: 20px;
  font-weight: bold;
  color: #374151;
  line-height: 1.6;
  margin-top: 8px;

  @media screen and (max-width: 767px) {
    font-size: 15px;
  }
}


.faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.7);
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.is-open .faq-answer {
  padding: 20px 25px;
}

.a-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #047857, #059669);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}

.a-text {
  flex: 1;
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  margin-top: 8px;
}

.highlight-text {
  color: #8b4513;
  font-weight: bold;
}

.visual-example {
  margin: 15px 0;
  text-align: center;
  background: rgba(248, 246, 240, 0.3);
  padding: 15px;
  border: 1px solid rgba(139, 69, 19, 0.1);
}

.example-image {
  height: auto;
  background: rgba(139, 69, 19, 0.1);
  border: 2px solid rgba(139, 69, 19, 0.2);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b4513;
  font-size: 14px;
}

.example-caption {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
  font-style: italic;
}

@media (max-width: 768px) {
  .faq-guide-section {
    padding: 50px 0;
  }

  .faq-list {
    gap: 20px;
  }

  .faq-question {
    padding: 15px 20px;
    gap: 12px;
    padding-right: 50px;
  }

  .faq-question::after {
    right: 20px;
    font-size: 24px;
  }

  .faq-answer {
    padding: 0 20px;
  }

  .faq-item.is-open .faq-answer {
    padding: 15px 20px;
  }

  .q-icon {
    width: 35px;
    height: 35px;
    font-size: 18px;
    flex: 0 0 35px;
  }

  .a-icon {
    width: 35px;
    height: 35px;
    font-size: 16px;
    flex: 0 0 35px;
  }

  .q-text {
    font-size: 17px;
    margin-top: 5px;
  }

  .a-text {
    font-size: 14px;
    margin-top: 5px;
  }

}

.memorial-service-section {
  padding: 70px 0;
  position: relative;

  & .main-wrapper {
    max-width: 1000px;
  }
}

.memorial-container {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 30px;
  border: 1px solid rgba(139, 69, 19, 0.2);
}

.memorial-title {
  font-size: 34px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.memorial-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.memorial-image {
  flex: 0 0 350px;
}

.image-container {
  width: 100%;
  height: 250px;
  border: 1px solid rgba(139, 69, 19, 0.2);
  overflow: hidden;
  background: rgba(248, 246, 240, 0.3);
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.memorial-info {
  flex: 1;
}

.memorial-text {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 25px;
}

.memorial-note {
  background: rgba(248, 246, 240, 0.6);
  padding: 20px;
  border-left: 3px solid #8b4513;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

@media (max-width: 768px) {
  .memorial-service-section {
    padding: 50px 0;
  }

  .memorial-container {
    padding: 25px 20px;
  }

  .memorial-title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .memorial-content {
    flex-direction: column;
    gap: 25px;
  }

  .memorial-image {
    flex: none;
    margin: 0 auto;
  }

  .image-container {
    height: 200px;
  }

  .image-container img {
    max-width: 300px;
    margin: 0 auto;
  }
}