#container {
  max-width: 1200px;
  margin: 0 auto;
}
#main {
  width: 100%;
}

.mainContents {
  font-size: 14px;
  color: #696969;
  padding: 1em;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

p {
  margin-bottom: 5px;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

p.img_center {
  text-align: center;
  margin-bottom: 5px;
}

/* まずは PC 基準（768pxより大きいとき）の表示 */
.display_pc {
  display: block !important;
}
.display_sp {
  display: none !important;
}

/* スマホ（768px以下）のときに逆転させる */
@media screen and (max-width: 768px) {
  .display_pc {
    display: none !important;
  }
  .display_sp {
    display: block !important;
  }
}

.product-details h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
}

.mincho-title {
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333333;
  margin: 0 0 30px 0;
}

/* 背景色をつける */
.box1-5 {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS P明朝", serif;
}

.box1-5 p {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #333333;
}

.small {
  margin-bottom: 0;
}

.large {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

/* 背景色をつける */
.box1-6 {
  margin: 0 auto 2em;
  padding: 1em;
  background-color: #ffffff;
}

.box1-6 p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  color: #4c362c;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.dotted-line {
  border: none;
  border-top: 1px dotted #ccc;
  margin: 10px 0;
}

.section-bg {
  background-color: #eaded0;
  padding: 40px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.section-bg img {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.section-bg2 {
  background-color: #f7f3eb;
  padding: 40px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.section-bg2 img {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/* 白カード */
.card-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  .card-box {
    margin: 0 20px;
  }
}

.card-box h2 {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* step */
.step {
  padding: 20px 0;
  border-bottom: 1px dashed #ccc;
}

.step:last-child {
  border-bottom: none;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.step h3 {
  font-size: 2.2em;
  color: #cc9900;
  margin-bottom: 0.5em;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "YuMincho", serif;
  font-weight: bold;
}

.step .lead.strong {
  font-size: 1.4em;
  font-weight: bold;
  color: #333;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "YuMincho", serif;
  line-height: 1.4 !important;
  margin-bottom: 0.5em;
}

.step .desc.left {
  text-align: left;
  margin-left: 0;
}

/* 念のため：step直下だけblock化（YouTubeなど深い要素は壊さない） */
.step > * {
  display: block !important;
}

/* point */
.point-item {
  padding: 20px 0;
  border-bottom: 1px dashed #ccc;
}
.point-item:last-child {
  border-bottom: none;
}
.point-title {
  font-size: 1.3em;
  font-weight: bold;
  color: #333;
  text-align: left;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "YuMincho", serif;
  margin-bottom: 0.5em;
}
.point-title .number {
  margin-right: 0.3em;
  color: #333;
}
.point-text {
  font-size: 1em;
  line-height: 1.8;
  text-align: left;
  font-family: sans-serif;
}

/* faq */
.faq-item {
  background-color: #fff;
  border-radius: 10px;
  max-width: 1200px;
  margin: 0 auto 25px;
  border-left: 5px solid #b69d83;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  padding: 20px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .faq-item {
    margin: 0 20px 20px 20px;
  }
}

.question {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #333;
}

.answer {
  font-size: 1em;
  color: #444;
  line-height: 1.6;
}

.answer span {
  color: #cc9900;
  font-weight: bold;
  margin-right: 5px;
}

/* card-box 内専用 横並びレイアウト */
.card-inner-flex {
  display: flex;
  gap: 32px;
  align-items: center;
  text-align: left;
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.card-inner-flex:last-child {
  border-bottom: none;
}

.card-inner-flex .image-side {
  flex: 0 0 40%;
  max-width: 480px;
}

.card-inner-flex .image-side img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

.card-inner-flex .text-side {
  flex: 1;
}

.card-inner-flex .text-side h3 {
  margin-top: 0;
  margin-bottom: 0.6em;
  font-size: 22px;
}

.card-inner-flex .text-side p {
  margin: 0;
  line-height: 1.8;
}

.card-inner-flex.reverse {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .card-inner-flex {
    flex-direction: column;
    gap: 20px;
  }
  .card-inner-flex .image-side,
  .card-inner-flex .text-side {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .card-inner-flex .text-side h3 {
    font-size: 18px;
  }
}

/* YouTube iframe（直置き） */
.card-inner-flex iframe {
  width: 100%;
  max-width: 100%;
  display: block;
  border-radius: 12px;
}

/* Gentle Care */
.gentle-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 20px;
}

.gentle-title {
  text-align: center;
  margin: 0 0 22px 0;
}

.gentle-title .gentle-ja {
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .08em;
  color: #4c362c;
  margin: 0;
}
.gentle-title .gentle-en {
  font-family: "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .08em;
  color: #a8724e;
  margin: 0;
}

.pill-list {
  list-style: none;
  margin: 24px auto 0;
  padding: 0;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 20px;
}

.pill {
  display: inline-grid;
  place-items: center;
  padding: 10px 18px;
  background: #fff;
  color: #4c362c;
  font-weight: 500;
  border: 1px solid #eaded0;
  border-radius: 9999px;
  box-shadow: 0 2px 0 rgba(0,0,0,.03);
  white-space: nowrap;
}

@media (max-width: 768px) {
  .gentle-title .gentle-ja { font-size: 22px; }
  .gentle-title .gentle-en { font-size: 13px; }
  .pill-list { max-width: 92%; gap: 12px; }
  .pill { font-size: 14px; padding: 8px 14px; }
}

/* hero */
.hero-block {
  background-color: #e8d8c8;
  padding: 60px 0;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 30px;
}

.hero-image img {
  width: 100%;
  max-width: 600px;
  border-radius: 16px;
  display: block;
}

.hero-text {
  flex: 1;
}

.hero-catch {
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "MS P明朝", serif;
  font-size: 25px;
  color: #4a3b32;
  line-height: 1.6;
  margin-bottom: 20px;
}

.hero-sub {
  font-size: 16px;
  color: #6a5a4e;
  margin-bottom: 30px;
}

.hero-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-tags .tag {
  background-color: #b9895c;
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .hero-inner {
    flex-direction: column;
    text-align: center;
  }

  .hero-catch {
    font-size: 24px;
  }

  .hero-sub {
    font-size: 14px;
  }

  .hero-tags {
    justify-content: center;
  }
}

/* section-bg のSP保険（不要なら消してOK） */
@media screen and (max-width: 768px) {
  .section-bg,
  .section-bg2 {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
