/** Shopify CDN: Minification failed

Line 4184:0 "@charset" must be the first rule in the file
Line 4185:0 All "@import" rules must come first

**/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700;900&display=swap");

.custom-width .h1,
.custom-width .h2,
.custom-width .h3,
.custom-width .h4,
.custom-width .h5,
.custom-width div,
.custom-width h1,
.custom-width h2,
.custom-width h3,
.custom-width h4,
.custom-width h5,
.custom-width p,
.custom-width span {
  color: inherit;
}

img {
  width: 100%;
}

a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: 0.7;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif !important;
}

button,
input,
select,
textarea {
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
  height: 1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 1px;
  z-index: -1;
}

.only_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: block;
  }
}

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

@media screen and (max-width: 768px) {
  .container {
    margin: 0 19px;
  }
}

/* ===== 祖父母LP: FV ===== */
.gp_fv {
  background-image: url("/cdn/shop/files/lp_mv.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gp_fv::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .gp_fv {
    background-image: url("/cdn/shop/files/lp_mv_sp.png");
    min-height: 90vh;
  }
}

.gp_fv_logo {
  position: absolute;
  top: 24px;
  left: 32px;
  width: 100px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .gp_fv_logo {
    top: 16px;
    left: 20px;
    width: 80px;
  }
}

.gp_fv_content {
  position: relative;
  z-index: 2;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .gp_fv_content {
    padding: 0 24px;
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
  }
}

.gp_fv_catch {
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.7;
  color: #2d2d2d;
  text-shadow: 0 1px 8px rgba(255,255,255,0.7);
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .gp_fv_catch {
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
}

.gp_fv_catch_underline {
  background-image: linear-gradient(transparent 70%, rgba(196,168,130,0.35) 70%);
  padding-bottom: 2px;
}

.gp_fv_sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2.2;
  color: #555;
  text-shadow: 0 1px 4px rgba(255,255,255,0.8);
}
@media screen and (max-width: 768px) {
  .gp_fv_sub {
    font-size: 14px;
    line-height: 2;
  }
}

/* ===== 祖父母LP: [1-B] 社会的証明 ===== */
.gp_media_proof {
  background: linear-gradient(135deg, #F9F3E8, #F0E8D8);
  padding: 36px 20px;
  text-align: center;
}
.gp_media_proof_items {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .gp_media_proof_items { gap: 24px; }
}
.gp_media_proof_item {
  text-align: center;
}
.gp_media_proof_img {
  width: 120px;
  height: 160px;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .gp_media_proof_img {
    width: 100px;
    height: 133px;
  }
}
.gp_media_proof_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gp_media_proof_placeholder {
  font-size: 14px;
  color: #aaa;
  font-weight: 700;
}
.gp_media_proof_name {
  font-size: 12px;
  color: #666;
  font-weight: 600;
}
.gp_media_proof_text {
  font-size: 13px;
  color: #777;
  line-height: 1.8;
}
.gp_media_proof_text strong {
  color: #555;
}

/* ===== 祖父母LP: [2] 問題提起 ===== */
.gp_problem {
  background: #FBF8F2;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .gp_problem { padding: 56px 0; }
}

.gp_section_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  color: #2d2d2d;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .gp_section_heading {
    font-size: 20px;
    margin-bottom: 32px;
  }
}

.gp_problem_cards {
  display: flex;
  gap: 24px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .gp_problem_cards {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 36px;
  }
}

.gp_problem_card {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.gp_problem_card_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #C4A882;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.gp_problem_card_title {
  font-size: 16px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 10px;
}
.gp_problem_card_text {
  font-size: 14px;
  color: #555;
  line-height: 1.9;
}

.gp_problem_voices_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #c0392b;
  margin-bottom: 8px;
}
.gp_problem_voices_sub {
  text-align: center;
  font-size: 13px;
  color: #999;
  margin-bottom: 24px;
}
.gp_problem_voices {
  max-width: 700px;
  margin: 0 auto;
  background: #FFF8F6;
  border-radius: 12px;
  padding: 28px 24px;
  border: 1px solid #f0ddd8;
}
@media screen and (max-width: 768px) {
  .gp_problem_voices { padding: 20px 16px; }
}
.gp_problem_voice {
  border-left: 4px solid #d4897a;
  padding: 14px 16px;
  margin-bottom: 16px;
  background: #fff;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.gp_problem_voice:last-child {
  margin-bottom: 0;
}
.gp_problem_voice_text {
  font-size: 14px;
  color: #555;
  line-height: 1.9;
  font-style: italic;
}
.gp_problem_voice_attr {
  font-size: 12px;
  color: #bbb;
  margin-top: 8px;
}

/* ===== 祖父母LP: [2-B] ブリッジ ===== */
.gp_bridge {
  background: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .gp_bridge { padding: 56px 0; }
}

.gp_bridge_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  color: #2d2d2d;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .gp_bridge_heading {
    font-size: 24px;
    margin-bottom: 28px;
  }
}

.gp_bridge_content {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .gp_bridge_content {
    flex-direction: column;
    gap: 24px;
  }
}

.gp_bridge_text {
  flex: 1;
}
.gp_bridge_text p {
  font-size: 15px;
  color: #444;
  line-height: 2;
  margin-bottom: 16px;
}
.gp_bridge_lead {
  font-size: 13px !important;
  color: #999 !important;
  margin-top: 8px;
}

.gp_badge_ll35 {
  font-weight: 700;
  color: #2d2d2d;
}

.gp_bridge_img {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
}
.gp_bridge_img img {
  width: 100%;
  display: block;
}

/* ===== 祖父母LP: POINT3 デザインセクション（lp-4スタイル） ===== */
.lp-design-horizontal-section {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #f5eee2;
  padding: 40px 20px 100px;
  color: #333333;
  width: 100%;
}
.lp-design-horizontal-section * {
  box-sizing: border-box;
}
.lp-design-container {
  max-width: 1000px;
  margin: 0 auto;
}
.lp-design-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 60px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.lp-design-row-box {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.lp-design-row-box:nth-child(even) {
  flex-direction: row-reverse;
}
.lp-design-col {
  flex: 1;
}
.lp-design-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
.lp-design-text p {
  font-size: 16px;
  line-height: 2.0;
  color: #333333;
  margin: 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .lp-design-horizontal-section {
    padding: 30px 16px 50px;
  }
  .lp-design-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .lp-design-row-box {
    flex-direction: column !important;
    padding: 30px 20px;
    gap: 30px;
  }
  .lp-design-text p {
    font-size: 16px;
    line-height: 1.9;
  }
}

/* ===== 祖父母LP: CTA共通 ===== */
.gp_cta_wrap {
  text-align: center;
  padding: 40px 0;
}
.gp_cta_outline {
  display: inline-block;
  border: 2px solid #C4A882;
  color: #C4A882;
  background: transparent;
  padding: 16px 40px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
}
.gp_cta_outline:hover {
  background: #C4A882;
  color: #fff;
  opacity: 1;
}
.gp_cta_large {
  display: inline-block;
  background: #C4A882;
  color: #fff;
  padding: 20px 52px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(196,168,130,0.4);
  transition: 0.3s;
}
.gp_cta_large:hover {
  opacity: 0.85;
}

/* ===== 祖父母LP: [4] 権威・実績 ===== */
.gp_authority {
  background: linear-gradient(135deg, #F9F3E8, #F0E8D8);
  padding: 40px 20px;
  text-align: center;
}
.gp_authority_items {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.gp_authority_item {
  background: #fff;
  border-radius: 12px;
  padding: 24px 16px;
  width: 140px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
@media screen and (max-width: 768px) {
  .gp_authority_item { width: 100px; padding: 16px 10px; }
}
.gp_authority_icon {
  font-size: 32px;
  margin-bottom: 8px;
}
.gp_authority_name {
  font-size: 12px;
  color: #555;
  font-weight: 700;
  line-height: 1.5;
}
.gp_authority_sub_names {
  font-size: 10px;
  font-weight: 400;
  color: #888;
}
.gp_authority_sub {
  font-size: 12px;
  color: #999;
}

/* ===== 祖父母LP: 声セクション ===== */
.gp_voice_section {
  background: #fff;
  padding: 80px 0 40px;
}
@media screen and (max-width: 768px) {
  .gp_voice_section { padding: 56px 0 24px; }
}

/* ===== 祖父母LP: 補足コピー ===== */
.gp_supplement {
  background: #FBF8F2;
  border-radius: 12px;
  padding: 32px 24px;
  margin-top: 24px;
}
.gp_supplement p {
  font-size: 14px;
  color: #555;
  line-height: 2;
  margin-bottom: 12px;
}
.gp_supplement strong {
  color: #2d2d2d;
}

/* ===== 祖父母LP: [7] 価格 ===== */
.gp_pricing {
  background: #F8F8F6;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .gp_pricing { padding: 56px 0; }
}
.gp_price_table {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  margin-bottom: 12px;
}
.gp_price_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}
.gp_price_row:last-child { border-bottom: none; }
.gp_price_recommended {
  background: #FDF8F0;
  border-left: 4px solid #C4A882;
}
.gp_price_label { color: #555; }
.gp_price_label span { font-size: 12px; color: #999; }
.gp_price_badge {
  display: inline-block;
  background: #C4A882;
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 20px;
  margin-left: 6px;
  vertical-align: middle;
}
.gp_price_value {
  font-weight: 800;
  font-size: 18px;
  color: #2d2d2d;
  white-space: nowrap;
}
.gp_price_highlight { font-size: 22px; }
.gp_price_note {
  font-size: 12px;
  color: #999;
  margin-bottom: 36px;
}

/* 贈り方ステップ */
.gp_steps {
  margin-top: 40px;
}
.gp_steps_title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  color: #2d2d2d;
}
.gp_steps_items {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .gp_steps_items { flex-direction: column; gap: 16px; }
}
.gp_steps_item {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 24px 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.gp_steps_num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #C4A882;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.gp_steps_item h4 {
  font-size: 14px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 8px;
}
.gp_steps_item p {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
}

/* ===== 祖父母LP: 運営会社 ===== */
.gp_company {
  background: #FBF8F2;
  padding: 60px 20px;
}
.gp_company_flex {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .gp_company_flex {
    flex-direction: column;
    gap: 24px;
  }
}
.gp_company_img {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
}
.gp_company_img img {
  width: 100%;
  display: block;
}
.gp_company_body {
  flex: 1;
}
.gp_company_text {
  font-size: 14px;
  color: #666;
  line-height: 2;
  margin-bottom: 12px;
}
.gp_company_text:last-child {
  margin-bottom: 0;
}
.gp_company_text strong {
  color: #2d2d2d;
}

/* ===== 祖父母LP: [9] 最終CTA ===== */
.gp_final_cta {
  background: linear-gradient(135deg, #5a4a3a, #3d3028);
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gp_final_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .gp_final_heading { font-size: 22px; }
}
.gp_cta_final_btn {
  display: inline-block;
  background: #fff;
  color: #333;
  padding: 22px 52px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  transition: 0.3s;
}
.gp_cta_final_btn:hover { opacity: 0.85; }
.gp_final_sub_link {
  display: inline-block;
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  margin-top: 16px;
  text-decoration: underline;
}

.small_number {
  border: none !important;
  display: inline !important;
  font-size: 0.4em !important;
  line-height: 1;
  vertical-align: super;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

body {
  min-width: 1040px;
  margin: 0;
  padding-top: 85px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
    min-width: auto;
  }
}

body.layer {
  overflow: hidden;
  height: 100%;
}

html.layer {
  overflow: hidden;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

ol li,
ul li {
  list-style: none;
}

.lp_fixed_btn {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 50px;
  height: 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff !important;
  border-radius: 8px 0 0 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #8e8e8e;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  z-index: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .lp_fixed_btn {
    display: none;
  }
}

.lp_header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.lp_header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 85px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .lp_header_container {
    height: 60px;
    padding-left: 23px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.lp_header_container_logo {
  width: 104px;
  display: block;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .lp_header_container_logo {
    width: 88px;
  }
}

.lp_header_container_drawer {
  width: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 31px;
  cursor: pointer;
  background-image: url("/cdn/shop/files/drawer_img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 44px;
}

@media screen and (max-width: 768px) {
  .lp_header_container_drawer {
    width: 60px;
    height: 60px;
    background-color: #535353;
    background-size: 23px auto;
    background-image: url("/cdn/shop/files/drawer_img_sp.png");
    right: 0;
  }
}

.lp_header_container_drawer.open {
  background-image: url("/cdn/shop/files/drawer_close_img.png");
  width: 51px;
  height: 38px;
}

@media screen and (max-width: 768px) {
  .lp_header_container_drawer.open {
    width: 28px;
    height: 21px;
    background-color: #fff;
    background-size: contain;
    background-image: url("/cdn/shop/files/drawer_close_img.png");
    right: 11px;
  }
}

.lp_header_container_product {
  display: none;
}

@media screen and (max-width: 768px) {
  .lp_header_container_product {
    width: 60px;
    height: 60px;
    background-color: #d3d3d3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 17px;
    right: 60px;
    top: 0;
    position: absolute;
  }
}

@media screen and (max-width: 768px) {
  .lp_header_container_product.open {
    display: none;
  }
}

.lp_header_container_text {
  top: 36px;
  left: 33px;
  position: absolute;
  font-size: 15px;
  display: none;
  margin: 0;
  color: #353535 !important;
}

.lp_header_drawer {
  position: fixed;
  top: 85px;
  left: 0;
  width: 100%;
  z-index: 99999;
  display: none;
}

@media screen and (max-width: 768px) {
  .lp_header_drawer {
    top: 60px;
  }
}

.lp_header_drawer_inner {
  height: calc(100vh - 85px);
}

@media screen and (max-width: 768px) {
  .lp_header_drawer_inner {
    height: calc(100vh - 60px);
    background-color: #fff;
    overflow-y: scroll;
    padding-bottom: 120px;
  }
}

.lp_header_drawer_container {
  background-color: #fff;
  padding-left: 12.4450951683748vw;
  padding-top: 20.875vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .lp_header_drawer_container {
    padding-left: 0;
    padding-top: 92px;
    display: table;
    margin: 0 auto;
  }
}

.lp_header_drawer_left_title {
  margin: 0;
  font-size: 31px;
  color: #707070 !important;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .lp_header_drawer_left_title {
    font-size: 22px;
  }
}

.lp_header_drawer_left_lists {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .lp_header_drawer_left_lists {
    margin-top: 42px;
  }
}

.lp_header_drawer_left_lists_item {
  margin-top: 43px;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .lp_header_drawer_left_lists_item {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .lp_header_drawer_left_lists_item + .lp_header_drawer_left_lists_item {
    margin-top: 25px;
  }
}

.lp_header_drawer_left_lists_item:nth-child(2) a:before {
  content: "❷";
}

.lp_header_drawer_left_lists_item:nth-child(3) a:before {
  content: "❸";
}

.lp_header_drawer_left_lists_item:nth-child(4) a:before {
  content: "❹";
}

.lp_header_drawer_left_lists_item a {
  font-size: 25px;
  color: #707070 !important;
  padding-left: 30px;
  font-weight: 500;
  position: relative;
  line-height: 1.44;
}

@media screen and (max-width: 768px) {
  .lp_header_drawer_left_lists_item a {
    font-size: 18px;
    padding-left: 22px;
  }
}

.lp_header_drawer_left_lists_item a:before {
  content: "❶";
  line-height: 1.44;
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .lp_header_drawer_left_lists_item a:before {
    font-size: 18px;
  }
}

.lp_header_drawer_right {
  margin-left: 240px;
}

@media screen and (max-width: 768px) {
  .lp_header_drawer_right {
    margin-left: 0;
    margin-top: 63px;
  }
}

.lp_header_drawer_right_lists {
  padding: 0;
  margin: 0;
}

.lp_header_drawer_right_lists_item {
  list-style: none;
}

.lp_header_drawer_right_lists_item + .lp_header_drawer_right_lists_item {
  margin-top: 61px;
}

@media screen and (max-width: 768px) {
  .lp_header_drawer_right_lists_item + .lp_header_drawer_right_lists_item {
    margin-top: 45px;
  }
}

.lp_header_drawer_right_lists_item a {
  font-size: 31px;
  color: #707070 !important;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .lp_header_drawer_right_lists_item a {
    font-size: 22px;
  }
}

.lp_mv {
  background-image: url("/cdn/shop/files/lp_mv.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 715px;
}

@media screen and (max-width: 768px) {
  .lp_mv {
    background-image: url("/cdn/shop/files/lp_mv_sp.png");
    height: 730px;
  }
}

.lp_mv_logo {
  width: 303px;
  position: absolute;
  top: 281px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .lp_mv_logo {
    width: 233px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.lp_mv_certificate {
  width: 295px;
  position: absolute;
  top: 20px;
  right: 5.245974vw;
}

@media screen and (max-width: 768px) {
  .lp_mv_certificate {
    top: auto;
    bottom: 0px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 250px;
  }
}

.lp_mv_catch {
  position: absolute;
  top: 354px;
  right: 7.7598828696925vw;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 25px;
  line-height: 1.7;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .lp_mv_catch {
    top: 33px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    left: 50%;
    font-size: 17px;
  }
}

.lp_mv_catch span {
  position: relative;
  font-size: 34px;
  line-height: 2;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .lp_mv_catch span {
    font-size: 26px;
    line-height: 1.7;
  }
}

.lp_mv_catch span:before {
  width: 2px;
  background-color: #000;
  height: calc(100% - 16px);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .lp_mv_catch span:before {
    height: calc(100% - 5px);
    right: -1px;
  }
}

/* 2025.3.21追加 */
.lp_mv_balloon {
  position: absolute;
  bottom: min(1.4vw, 25px);
  left: min(2.8vw, 50px);
  width: clamp(220px, 20vw, 540px);
  height: clamp(220px, 20vw, 540px);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.lp_mv_balloon__title {
  font-size: clamp(12px, 1.12vw, 30px);
  font-weight: 700;
  padding-bottom: 1em;
}
.lp_mv_balloon__img {
  width: clamp(100px, 9vw, 250px);
  margin-inline: auto;
}
.lp_mv_balloon__img img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .lp_mv_balloon {
    display: none;
  }
}

.lp_mv_balloon_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp_mv_balloon_sp {
    display: block;
    background: #fff;
    padding: 12vw 6vw 6vw;
    position: relative;
    text-align: center;
    z-index: 2;
    text-align: center;
  }
  .lp_mv_balloon_sp::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 40px solid #fff;
    border-bottom: 0;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .lp_mv_balloon__title_sp {
    font-size: min(6vw, 30px);
    font-weight: 700;
    padding-bottom: 1em;
    letter-spacing: 0.1em;
  }
  .lp_mv_balloon__img_sp {
    width: 60vw;
    margin-inline: auto;
  }
  .lp_mv_balloon__img_sp img {
    height: auto;
  }
  .lp_mv_balloon__text_sp {
    font-size: min(4.5vw, 24px);
    margin-top: 1em;
    line-height: 1.5;
    text-align: left;
    display: inline-block;
  }
  .lp_mv_balloon__text_sp strong {
    background: #665545;
    font-size: min(4.4vw, 24px);
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding: 0 0.25em;
    margin-right: 0.25em;
  }
}

/*---------*/

.lp_trouble {
  height: 760px;
  background-image: url("/cdn/shop/files/lp_trouble_back.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .lp_trouble {
    height: 572px;
  }
}

@media screen and (max-width: 690px) {
  .lp_trouble {
    background-image: url("/cdn/shop/files/lp_trouble_back_sp.png");
  }
}

.lp_trouble:before {
  background-image: url("/cdn/shop/files/lp_trouble_people.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 548px;
  height: 176px;
  position: absolute;
  bottom: -10px;
  right: calc(50% + 90px);
  content: "";
}

@media screen and (max-width: 768px) {
  .lp_trouble:before {
    width: 269px;
    height: 86px;
    right: calc(50% - 87px);
  }
}

.lp_trouble_comment {
  position: absolute;
  top: 233px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 519px;
  height: 391px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .lp_trouble_comment {
    width: 310px;
    height: 234px;
  }
}

.lp_trouble_comment span {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff !important;
  letter-spacing: 0.05em;
  line-height: 2.1;
  padding-top: 84px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .lp_trouble_comment span {
    font-size: 13px;
    padding-top: 40px;
  }
}

.lp_trouble_comment span:after {
  background-image: url("/cdn/shop/files/lp_trouble_comment.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0.7;
}

.lp_solution_top {
  background-color: #beab87;
  padding: 26px 0;
}

@media screen and (max-width: 768px) {
  .lp_solution_top {
    padding: 15px 0 30px;
  }
}

.lp_solution_top_title {
  margin: 0;
}

.lp_solution_top_title_text01 {
  display: block;
  font-size: 31px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .lp_solution_top_title_text01 {
    font-size: 18px;
  }
}

.lp_solution_top_title_logo {
  width: 237px;
  margin: 8px auto 0;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}

@media screen and (max-width: 768px) {
  .lp_solution_top_title_logo {
    width: 173px;
    -webkit-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    transform: translateX(-4px);
  }
}

.lp_solution_top_title_text02 {
  display: block;
  font-size: 20px;
  text-align: center;
  color: #fff !important;
  margin: 14px 0 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .lp_solution_top_title_text02 {
    font-size: 13px;
    margin: 10px 0 0;
  }
}

.lp_solution_top_title_text03 {
  display: block;
  font-size: 31px;
  text-align: center;
  color: #fff !important;
  margin: 14px 0 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .lp_solution_top_title_text03 {
    font-size: 18px;
    margin: 9px 0 0;
  }
}

.lp_solution_main {
  margin-top: 59px;
}

.lp_solution_main_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .lp_solution_main_lists {
    display: block;
    width: calc(100% - 44px);
    margin: 0 auto;
  }
}

.lp_solution_main_lists_item {
  width: calc(33.33333333% - 30px);
  margin-left: 60px;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .lp_solution_main_lists_item {
    width: 100%;
    margin-left: 0;
  }
}

.lp_solution_main_lists_item:nth-child(3n + 1) {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .lp_solution_main_lists_item:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.lp_solution_main_lists_item:nth-child(2) .lp_solution_main_lists_item_point {
  margin-top: 135px;
}

@media screen and (max-width: 768px) {
  .lp_solution_main_lists_item:nth-child(2) .lp_solution_main_lists_item_point {
    margin-top: 30px;
  }
}

.lp_solution_main_lists_item a {
  display: block;
}

.lp_solution_main_lists_item_top_img img {
  width: 100%;
  display: block;
}

.lp_solution_main_lists_item_top_title {
  margin: 17px 0 0;
  font-size: 31px;
  font-weight: bold;
  line-height: 1.451612903225806;
  color: #000000 !important;
}

@media screen and (max-width: 768px) {
  .lp_solution_main_lists_item_top_title {
    margin: 17px auto 0;
    width: 222px;
    font-size: 23px;
  }
}

.lp_solution_main_lists_item_point {
  position: relative;
  padding-top: 20px;
  margin-top: 90px;
  border-top: 6px #707070 solid;
  min-height: 212px;
  background-image: url("/cdn/shop/files/lp_solution_lists_arrow.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: bottom right;
}

@media screen and (max-width: 768px) {
  .lp_solution_main_lists_item_point {
    margin: 36px auto 0;
    padding-top: 17px;
    width: 222px;
    min-height: 161px;
    background-size: 34px;
  }
}

.lp_solution_main_lists_item_point_img {
  position: absolute;
  left: 16px;
  top: -25px;
  width: 94px;
}

@media screen and (max-width: 768px) {
  .lp_solution_main_lists_item_point_img {
    left: 10px;
    top: -23px;
    width: 73px;
  }
}

.lp_solution_main_lists_item_point_img.point02 {
  left: -4px;
  top: 43px;
  width: 84px;
}

@media screen and (max-width: 768px) {
  .lp_solution_main_lists_item_point_img.point02 {
    left: -5px;
    top: 30px;
    width: 66px;
  }
}

.lp_solution_main_lists_item_point_img.point03 {
  left: 13px;
  top: -34px;
  width: 99px;
}

@media screen and (max-width: 768px) {
  .lp_solution_main_lists_item_point_img.point03 {
    left: 8px;
    top: -28px;
    width: 78px;
  }
}

.lp_solution_main_lists_item_point_img img {
  width: 100%;
}

.lp_solution_main_lists_item_point_text {
  padding-left: 128px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #707070 !important;
  margin: 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .lp_solution_main_lists_item_point_text {
    padding-left: 98px;
    font-size: 14px;
  }
}

.lp_solution_main_lists_item_point_text span {
  color: #ad0000 !important;
}

.lp_solution_main_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 102px;
  width: 100%;
  background-color: #56831a;
  border-radius: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 50px 0 0;
}

@media screen and (max-width: 768px) {
  .lp_solution_main_link {
    height: 82px;
  }
}

.lp_solution_main_link_img {
  width: 142px;
  position: absolute;
  top: 50%;
  right: calc(50% + 35px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .lp_solution_main_link_img {
    width: 86px;
    top: 18px;
    right: calc(50% + 31px);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.lp_solution_main_link_text {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(50% + 35px);
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .lp_solution_main_link_text {
    font-size: 12px;
    left: calc(50% + 5px);
  }
}

.lp_feature {
  margin-top: 107px;
}

@media screen and (max-width: 768px) {
  .lp_feature {
    margin-top: 52px;
  }
}

.lp_feature_title {
  margin-bottom: 26px;
}

.lp_feature_title_heading {
  margin: 0 auto;
  position: relative;
  padding-bottom: 28px;
  font-family: "din-2014-narrow", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 43px;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #707070 !important;
  text-align: center;
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  .lp_feature_title_heading {
    padding-bottom: 21px;
    font-size: 37px;
  }
}

.lp_feature_title_heading:after {
  height: 10px;
  width: 41px;
  background-color: #868686;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .lp_feature_title_heading:after {
    width: 34px;
  }
}

.lp_feature_title_sub {
  font-size: 15px;
  text-align: center;
  color: #707070 !important;
  margin-top: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .lp_feature_title_sub {
    font-size: 14px;
    margin: 15px 0 0;
  }
}

.lp_feature_point {
  overflow: hidden;
  padding-bottom: 184px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .lp_feature_point {
    padding-bottom: 56px;
  }
}

.lp_feature_point#point01 {
  background-color: #e4f0f5;
}

.lp_feature_point#point02 {
  background-color: #e1f0df;
}

.lp_feature_point#point02 .container:before {
  background-color: #519a75;
  left: auto;
  right: 0;
  top: 0;
}

.lp_feature_point#point02 .lp_feature_point_top_desc {
  line-height: 2.133333333333333;
}

.lp_feature_point#point02 .lp_feature_point_main_item_title {
  background-color: #519a75;
}

.lp_feature_point#point02 .lp_feature_point_main_item_title:before {
  background-image: url("/cdn/shop/files/lp_feature_point02_title_img01.png");
  height: 93px;
  width: 154px;
  top: -62px;
  right: 49px;
}

@media screen and (max-width: 768px) {
  .lp_feature_point#point02 .lp_feature_point_main_item_title:before {
    height: 51px;
    width: 85px;
    top: -28px;
    right: 14px;
  }
}

.lp_feature_point#point01 .lp_feature_point_main_item_img,
.lp_feature_point#point02 .lp_feature_point_main_item_img {
  padding: 0 134px 0 122px;
  margin-top: 41px;
}

.lp_feature_point#point01 .lp_feature_point_main_item_img .video,
.lp_feature_point#point02 .lp_feature_point_main_item_img .video {
  position: relative;
  padding-top: 74.4%;
}

@media screen and (max-width: 768px) {
  .lp_feature_point#point01 .lp_feature_point_main_item_img .video,
  .lp_feature_point#point02 .lp_feature_point_main_item_img .video {
    padding-top: 63.1vw;
  }
}

.lp_feature_point#point01 .lp_feature_point_main_item_img .video video,
.lp_feature_point#point02 .lp_feature_point_main_item_img .video video {
  height: 100%;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right center;
  object-position: right center;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .lp_feature_point#point01 .lp_feature_point_main_item_img,
  .lp_feature_point#point02 .lp_feature_point_main_item_img {
    padding: 0;
    margin-top: 14px;
  }
}

.lp_feature_point#point01 .lp_feature_point_main_item_attention.number,
.lp_feature_point#point02 .lp_feature_point_main_item_attention.number {
  margin-top: 18px !important;
}

/* POINT2=防音性能: 青（デフォルトのまま） */

.lp_feature_point#point03 {
  background-color: #f5eee2;
}

.lp_feature_point#point03 .container:before {
  background-color: #e0a342;
}

.lp_feature_point#point03 .lp_feature_point_top {
  position: relative;
}

.lp_feature_point#point03 .lp_feature_point_top_desc {
  line-height: 2.133333333333333;
  width: 665px;
  text-align: left;
  margin: 27px 0 0;
}

@media screen and (max-width: 768px) {
  .lp_feature_point#point03 .lp_feature_point_top_desc {
    margin: 13px auto 0;
    width: 88.8%;
    max-width: 333px;
  }
}

.lp_feature_point#point03 .lp_feature_point_top_img_point03 {
  width: 202px;
  position: absolute;
  right: 26px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .lp_feature_point#point03 .lp_feature_point_top_img_point03 {
    position: static;
    width: 168px;
    margin: 15px auto 0;
  }
}

.lp_feature_point#point03 .lp_feature_point_main {
  margin-top: 43px;
  padding: 29px;
}

@media screen and (max-width: 768px) {
  .lp_feature_point#point03 .lp_feature_point_main {
    margin-top: 20px;
    padding: 32px 29px;
  }
}

.lp_feature_point#point03 .lp_feature_point_main_point03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lp_feature_point#point03 .lp_feature_point_main_point03_item {
  width: 464px;
  position: relative;
  margin-left: 13px;
}

@media screen and (max-width: 768px) {
  .lp_feature_point#point03 .lp_feature_point_main_point03_item {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

.lp_feature_point#point03 .lp_feature_point_main_point03_item:nth-child(odd) {
  margin-left: 0;
}

.lp_feature_point#point03 .lp_feature_point_main_point03_item:nth-child(n + 3) {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .lp_feature_point#point03 .lp_feature_point_main_point03_item:nth-child(n + 3) {
    margin-top: 10px;
  }
}

.lp_feature_point#point03 .lp_feature_point_main_point03_item_img img {
  width: 100%;
  display: block;
}

.lp_feature_point#point03 .lp_feature_point_main_point03_item_name {
  font-size: 15px;
  color: #fff !important;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 0;
  position: absolute;
  bottom: 9px;
  line-height: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-shadow: 2px 2px 2px #707070;
}

@media screen and (max-width: 768px) {
  .lp_feature_point#point03 .lp_feature_point_main_point03_item_name {
    font-size: 12px;
    bottom: 7px;
  }
}

.lp_feature_point#point03 .lp_feature_point_bottom {
  background-color: #e0a342;
}

.lp_feature_point#point03 .lp_feature_point_bottom:after {
  background-image: url("/cdn/shop/files/lp_feature_point03_bottom_icon_77341f9c-2549-4bad-b92a-1597f7334349.png?v=1659681199");
}

.lp_feature_point#point03 .lp_feature_point_bottom_text:before {
  background-image: url("/cdn/shop/files/lp_feature_point03_bottom.png");
  height: 229px;
  width: 266px;
  top: -101px;
  left: 53px;
}

@media screen and (max-width: 768px) {
  .lp_feature_point#point03 .lp_feature_point_bottom_text:before {
    height: 111px;
    width: 130px;
    top: -53px;
    left: -11px;
  }
}

.lp_feature_point#point04 {
  padding-bottom: 160px;
  background-color: #ebdfef;
}

@media screen and (max-width: 768px) {
  .lp_feature_point#point04 {
    padding-bottom: 58px;
  }
}

.lp_feature_point#point04 .container:before {
  background-color: #b088bc;
  left: auto;
  right: 0;
  top: 0;
}

.lp_feature_point#point04 .lp_feature_point_top {
  position: relative;
}

.lp_feature_point#point04 .lp_feature_point_top_desc {
  line-height: 2.133333333333333;
  width: 665px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .lp_feature_point#point04 .lp_feature_point_top_desc {
    margin: 13px auto 0;
    width: 88.8%;
    max-width: 333px;
  }
}

.lp_feature_point#point04 .lp_feature_point_top_img_point04 {
  width: 314px;
  position: absolute;
  right: 0;
  top: 81px;
}

@media screen and (max-width: 768px) {
  .lp_feature_point#point04 .lp_feature_point_top_img_point04 {
    position: static;
    width: 256px;
    margin: 24px auto 0;
  }
}

.lp_feature_point#point04 .lp_feature_point_main {
  margin-top: 43px;
  padding: 32px 29px 28px;
}

@media screen and (max-width: 768px) {
  .lp_feature_point#point04 .lp_feature_point_main {
    margin-top: 27px;
    padding: 21px 29px 17px;
  }
}

.lp_feature_point#point04 .lp_feature_point_main_point04_img img {
  width: 100%;
}

.lp_feature_point#point04 .lp_feature_point_main_point04_text {
  font-size: 20px;
  font-weight: bold;
  color: #b088bc !important;
  text-align: center;
  line-height: 1;
  margin: 15px 0 0;
}

@media screen and (max-width: 768px) {
  .lp_feature_point#point04 .lp_feature_point_main_point04_text {
    font-size: 14px;
    margin: 7px 0 0;
  }
}

.lp_feature_point#point04 .lp_feature_point_main:after {
  content: none;
}

.lp_feature_point .container {
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}

.lp_feature_point .container:before {
  position: absolute;
  width: 100vw;
  height: 206px;
  left: 0;
  top: 0;
  background-color: #2086b4;
  border-radius: 0 0 30px 30px;
  content: "";
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .lp_feature_point .container:before {
    height: 95px;
    border-radius: 0;
  }
}

.lp_feature_point_point {
  padding-top: 70px;
  width: 85px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lp_feature_point_point {
    padding-top: 23px;
    width: 51px;
  }
}

.lp_feature_point_top {
  margin-top: 77px;
}

@media screen and (max-width: 768px) {
  .lp_feature_point_top {
    margin-top: 38px;
  }
}

.lp_feature_point_top_title {
  font-size: 31px;
  font-weight: 500;
  text-align: center;
  color: #707070 !important;
}

@media screen and (max-width: 768px) {
  .lp_feature_point_top_title {
    font-size: 20px;
  }
}

.lp_feature_point_top_title span {
  color: #ad0000;
}

.lp_feature_point_top_desc {
  font-size: 15px;
  text-align: center;
  margin: 24px 0 0;
  letter-spacing: 0.05em;
  line-height: 1.709677419354839;
}

@media screen and (max-width: 768px) {
  .lp_feature_point_top_desc {
    font-size: 14px;
    margin: 13px 0 0;
  }
}

.lp_feature_point_main {
  margin-top: 33px;
  background-color: #fff;
  border-radius: 30px;
  padding: 101px 66px 90px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .lp_feature_point_main {
    margin: 25px 19px 0;
    border-radius: 15px;
    padding: 45px 12px 33px;
  }
}

.lp_feature_point_main:after {
  background-color: #fff;
  height: 179px;
  width: 10px;
  content: "";
  position: absolute;
  bottom: -179px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

@media screen and (max-width: 768px) {
  .lp_feature_point_main:after {
    height: 96px;
    bottom: -96px;
  }
}

.lp_feature_point_main_item + .lp_feature_point_main_item {
  margin-top: 105px;
}

@media screen and (max-width: 768px) {
  .lp_feature_point_main_item + .lp_feature_point_main_item {
    margin-top: 60px;
  }
}

.lp_feature_point_main_item_title {
  line-height: 44px;
  background-color: #2086b4;
  color: #fff !important;
  border-radius: 22px;
  font-size: 25px;
  text-align: center;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 768px) {
  .lp_feature_point_main_item_title {
    line-height: 32px;
    font-size: 16px;
  }
}

.lp_feature_point_main_item_title.point01_02:before {
  background-image: url("/cdn/shop/files/lp_feature_point01_title_img02.png");
  height: 120px;
  width: 154px;
  top: -84px;
  left: 44px;
  right: auto;
}

@media screen and (max-width: 768px) {
  .lp_feature_point_main_item_title.point01_02:before {
    height: 53px;
    width: 65px;
    top: -28px;
    left: -5px;
  }
}

.lp_feature_point_main_item_title:before {
  background-image: url("/cdn/shop/files/lp_feature_point01_title_img01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 179px;
  width: 163px;
  content: "";
  position: absolute;
  top: -74px;
  right: 38px;
}

@media screen and (max-width: 768px) {
  .lp_feature_point_main_item_title:before {
    height: 103px;
    width: 94px;
    top: -35px;
    right: 8px;
  }
}

.lp_feature_point_main_item_img {
  padding: 0 26px 0 13px;
  margin-top: 63px;
}

@media screen and (max-width: 768px) {
  .lp_feature_point_main_item_img {
    margin-top: 44px;
    padding: 0;
  }
}

.lp_feature_point_main_item_img img {
  display: block;
}

.lp_feature_point_main_item_img img.only_pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .lp_feature_point_main_item_img img.only_pc {
    display: none;
  }
}

.lp_feature_point_main_item_img img.only_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .lp_feature_point_main_item_img img.only_sp {
    display: block;
  }
}

.lp_feature_point_main_item_img_02 {
  position: relative;
}

.lp_feature_point_main_item_img_02_mark {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.lp_feature_point_main_item_img.point01_02 {
  padding: 0 106px 0 111px;
}

.lp_feature_point_main_item_img.point01_02 .video {
  position: relative;
  padding-top: 94.8%;
}

@media screen and (max-width: 768px) {
  .lp_feature_point_main_item_img.point01_02 .video {
    padding-top: 82.4vw;
  }
}

.lp_feature_point_main_item_img.point01_02 .video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .lp_feature_point_main_item_img.point01_02 {
    margin-top: 10px;
    padding: 0;
  }
}

.lp_feature_point_main_item_attention {
  display: table;
  margin: 12px 0 0 auto !important;
  padding: 0;
}

.lp_feature_point_main_item_attention.number {
  margin-top: 30px !important;
}

.lp_feature_point_main_item_attention_item {
  list-style: none;
  padding-left: 12px;
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  margin-left: auto;
  display: table;
}

@media screen and (max-width: 768px) {
  .lp_feature_point_main_item_attention_item {
    font-size: 10px;
    letter-spacing: 0.02em;
  }
}

.lp_feature_point_main_item_attention_item:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.lp_feature_point_main_item_attention_item.number {
  padding-left: 25px;
}

.lp_feature_point_main_item_attention_item.number:before {
  content: "*1：";
  position: absolute;
  left: 0;
  top: 0;
}

.lp_feature_point_main_item_attention_item.number:nth-child(2):before {
  content: "*2：";
}

.lp_feature_point_bottom {
  background-color: #2086b4;
  height: 164px;
  border-radius: 30px;
  position: relative;
  margin-top: 167px;
}
/* 祖父母LP: POINT1=クッション性は緑、POINT2=防音は青 */
#point01 .lp_feature_point_bottom {
  background-color: #519a75 !important;
}
#point01 .lp_feature_point_bottom:after {
  background-image: url("/cdn/shop/files/lp_feature_point02_bottom_icon_69f42e7e-489d-489b-b92e-882f0cdfbbcf.png?v=1659681199") !important;
}
#point01 .lp_feature_point_bottom_text:before {
  background-image: url("/cdn/shop/files/lp_feature_point02_bottom.png") !important;
  height: 220px !important;
  width: 314px !important;
  top: -85px !important;
  left: 54px !important;
}
@media screen and (max-width: 768px) {
  #point01 .lp_feature_point_bottom_text:before {
    height: 102px !important;
    width: 146px !important;
    top: -31px !important;
    left: -13px !important;
  }
}
#point02 .lp_feature_point_bottom {
  background-color: #2086b4 !important;
}
#point02 .lp_feature_point_bottom:after {
  background-image: url("/cdn/shop/files/lp_feature_point01_bottom_icon_5733a815-c213-4740-a7ba-f0be11e4cf04.png?v=1659681199") !important;
}
#point02 .lp_feature_point_bottom_text:before {
  background-image: url("/cdn/shop/files/lp_feature_point01_bottom.png") !important;
  height: 217px !important;
  width: 218px !important;
  top: -65px !important;
  left: 31px !important;
}
@media screen and (max-width: 768px) {
  #point02 .lp_feature_point_bottom_text:before {
    height: 114px !important;
    width: 113px !important;
    left: 0 !important;
    top: -56px !important;
  }
}

@media screen and (max-width: 768px) {
  .lp_feature_point_bottom {
    height: 142px;
    width: calc(100% - 38px);
    margin: 96px auto 0;
    border-radius: 30px;
  }
}

.lp_feature_point_bottom:after {
  background-image: url("/cdn/shop/files/lp_feature_point01_bottom_icon_5733a815-c213-4740-a7ba-f0be11e4cf04.png?v=1659681199");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 64px;
  width: 66px;
  content: "";
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .lp_feature_point_bottom:after {
    height: 50px;
    width: 55px;
    top: -25px;
  }
}

.lp_feature_point_bottom_text {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #fff !important;
  padding: 61px 0 0;
  margin: 0;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lp_feature_point_bottom_text {
    font-size: 18px;
    line-height: 1.777777777777778;
    padding: 62px 0 0;
    min-width: 300px;
    display: table;
    margin: 0 auto;
  }
}

.lp_feature_point_bottom_text:before {
  background-image: url("/cdn/shop/files/lp_feature_point01_bottom.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 217px;
  width: 218px;
  content: "";
  position: absolute;
  top: -65px;
  left: 31px;
}

@media screen and (max-width: 768px) {
  .lp_feature_point_bottom_text:before {
    height: 114px;
    width: 113px;
    left: 0;
    top: -56px;
  }
}

.lp_feature .lp_solution_main_link {
  margin: 141px auto 0;
  max-width: 1004px;
}

@media screen and (max-width: 768px) {
  .lp_feature .lp_solution_main_link {
    margin: 56px 19px 0;
    width: auto;
  }
}

.lp_care {
  margin-top: 194px;
}

@media screen and (max-width: 768px) {
  .lp_care {
    margin-top: 65px;
  }
}

@media screen and (max-width: 768px) {
  .lp_care .container {
    margin: 0 auto;
    width: calc(100% - 38px);
  }
}

.lp_care_title_heading {
  margin: 0 auto;
  position: relative;
  padding-bottom: 28px;
  font-family: "din-2014-narrow", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 43px;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #707070 !important;
  text-align: center;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .lp_care_title_heading {
    padding-left: 8px;
    padding-bottom: 21px;
    font-size: 37px;
  }
}

.lp_care_title_heading:after {
  height: 10px;
  width: 41px;
  background-color: #868686;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .lp_care_title_heading:after {
    width: 34px;
  }
}

.lp_care_title_sub {
  font-size: 15px;
  text-align: center;
  color: #707070 !important;
  margin-top: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .lp_care_title_sub {
    font-size: 14px;
    margin: 15px 0 0;
  }
}

.lp_care_content {
  margin-top: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .lp_care_content {
    display: block;
    margin-top: 35px;
  }
}

.lp_care_content_text {
  padding-right: 40px;
  width: calc(100% - 476px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .lp_care_content_text {
    width: 100%;
    padding-right: 0;
  }
}

.lp_care_content_text_title {
  font-size: 20px;
  margin: 0;
  color: #beab87 !important;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .lp_care_content_text_title {
    font-size: 20px;
  }
}

.lp_care_content_text_title:before {
  content: "◎";
}

.lp_care_content_text_lists {
  margin: 30px 0 0 !important;
}

@media screen and (max-width: 768px) {
  .lp_care_content_text_lists {
    margin: 15px 0 0 !important;
  }
}

.lp_care_content_text_lists_item {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2.133333333333333;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .lp_care_content_text_lists_item {
    font-size: 14px;
    padding-left: 18px;
    line-height: 1.785714285714286;
  }
}

.lp_care_content_text_lists_item:before {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 8.5px;
  left: 0;
  border-radius: 50%;
  background-color: #c6c6c6;
  content: "";
}

@media screen and (max-width: 768px) {
  .lp_care_content_text_lists_item:before {
    width: 14px;
    height: 14px;
    top: 6px;
  }
}

.lp_care_content_img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 476px;
}

@media screen and (max-width: 768px) {
  .lp_care_content_img {
    width: 100%;
    margin-top: 18px;
  }
}

.lp_product {
  margin-top: 264px;
}

@media screen and (max-width: 768px) {
  .lp_product {
    margin-top: 75px;
  }
}

.lp_product_top_img img {
  width: 100%;
}

.lp_product_top_img img.only_pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .lp_product_top_img img.only_pc {
    display: none;
  }
}

.lp_product_main {
  background-color: #f0ecd8;
  padding: 120px 0 155px;
}

@media screen and (max-width: 768px) {
  .lp_product_main {
    padding: 50px 0 54px;
  }
}

.lp_product_main_title_heading {
  margin: 0 auto;
  position: relative;
  padding-bottom: 28px;
  font-family: "din-2014-narrow", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 43px;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #707070 !important;
  text-align: center;
  padding-left: 6px;
}

@media screen and (max-width: 768px) {
  .lp_product_main_title_heading {
    padding-bottom: 21px;
    font-size: 37px;
  }
}

.lp_product_main_title_heading:after {
  height: 10px;
  width: 41px;
  background-color: #868686;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .lp_product_main_title_heading:after {
    width: 34px;
  }
}

.lp_product_main_title_sub {
  font-size: 15px;
  text-align: center;
  color: #707070 !important;
  font-weight: 500;
  margin-top: 15px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .lp_product_main_title_sub {
    font-size: 14px;
    margin: 15px 0 0;
  }
}

.lp_product_main_top {
  margin-top: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .lp_product_main_top {
    margin-top: 28px;
    display: block;
  }
}

.lp_product_main_top_text_p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.133333333333333;
}

@media screen and (max-width: 768px) {
  .lp_product_main_top_text_p {
    font-size: 14px;
    text-align: center;
    line-height: 1.785714285714286;
  }
}

.lp_product_main_top_link {
  margin-left: 32px;
  display: block;
  width: 310px;
  height: 160px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .lp_product_main_top_link {
    margin-left: 0;
    margin-top: 20px;
    width: 306px;
    height: 156px;
    margin: 20px auto 0;
  }
}

.lp_product_main_top_link_img {
  width: 170px;
  position: absolute;
  top: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .lp_product_main_top_link_img {
    width: 168px;
    top: 12px;
  }
}

.lp_product_main_top_link_img.simulate {
  top: 0;
  width: 151px;
}

@media screen and (max-width: 768px) {
  .lp_product_main_top_link_img.simulate {
    width: 151px;
    top: 0;
  }
}

.lp_product_main_top_link_text {
  display: block;
  background-color: #56831a;
  height: 72px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 15px;
  line-height: 0;
  text-align: center;
  padding-top: 36px;
  color: #fff !important;
  z-index: 0;
  border-radius: 36px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .lp_product_main_top_link_text {
    height: 71px;
    padding-top: 40px;
    font-size: 14px;
  }
}

.lp_product_main_top_link_text.simulate {
  background-color: #beab87;
}

.lp_product_main_contents {
  margin: 62px 0 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .lp_product_main_contents {
    margin: 49px 0 0 !important;
    display: block;
  }
}

.lp_product_main_contents_item {
  width: 476px;
  padding: 45px 69px;
  background-color: #fff;
  margin-left: 48px;
}

@media screen and (max-width: 768px) {
  .lp_product_main_contents_item {
    width: 100%;
    padding: 11px 10px 40px;
    margin-left: 0;
  }
}

.lp_product_main_contents_item:nth-child(odd) {
  margin-left: 0;
}

.lp_product_main_contents_item:nth-child(n + 3) {
  margin-top: 54px;
}

@media screen and (max-width: 768px) {
  .lp_product_main_contents_item:nth-child(n + 3) {
    margin-top: 16px;
  }

  .lp_product_main_contents_item:nth-child(n + 2) {
    margin-top: 16px;
  }
}

.lp_product_main_contents_item_img img {
  display: block;
  width: 100%;
}

.lp_product_main_contents_item_price {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .lp_product_main_contents_item_price {
    width: calc(100% - 6px);
    margin: 25px auto 0;
  }
}

.lp_product_main_contents_item_price_name {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .lp_product_main_contents_item_price_name {
    font-size: 14px;
  }
}

.lp_product_main_contents_item_price_yen {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .lp_product_main_contents_item_price_yen {
    font-size: 14px;
  }
}

.lp_product_main_contents_item_btn {
  display: block;
  margin: 15px 0 0;
  background-color: #56831a;
  border-radius: 26px;
  line-height: 51px;
  text-align: center;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .lp_product_main_contents_item_btn {
    font-size: 14px;
    margin: 10px 3px 0;
    line-height: 50px;
    width: calc(100% - 6px);
  }
}

.lp_product_main_contents_item_weight {
  font-size: 15px;
  line-height: 2.133333333333333;
  letter-spacing: 0.02em;
  margin: 33px 0 0;
}

@media screen and (max-width: 768px) {
  .lp_product_main_contents_item_weight {
    font-size: 14px;
    margin: 22px 3px 0;
    width: calc(100% - 6px);
  }
}

.lp_product_main_simulate {
  margin: 54px 0 0;
  background-color: #fff;
  border: 10px #d8c7a6 solid;
  border-radius: 30px;
  padding: 50px 65px 59px;
}

@media screen and (max-width: 768px) {
  .lp_product_main_simulate {
    margin: 30px 0 0;
    padding: 27px 20px 23px;
  }
}

.lp_product_main_simulate_title {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 11px;
  line-height: 1;
  text-align: center;
  border-bottom: 1px #beab87 solid;
  color: #beab87 !important;
}

@media screen and (max-width: 768px) {
  .lp_product_main_simulate_title {
    font-size: 20px;
  }
}

.lp_product_main_simulate_desc {
  margin: 15px 0 0;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .lp_product_main_simulate_desc {
    font-size: 14px;
    margin: 10px 0 0;
  }
}

.lp_product_main_simulate_calc {
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .lp_product_main_simulate_calc {
    display: block;
    margin-top: 24px;
  }
}

.lp_product_main_simulate_calc_input {
  width: 332px;
}

@media screen and (max-width: 768px) {
  .lp_product_main_simulate_calc_input {
    width: 100%;
    max-width: 332px;
    margin: 0 auto;
  }
}

.lp_product_main_simulate_calc_input_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .lp_product_main_simulate_calc_input_item {
    font-size: 18px;
  }
}

.lp_product_main_simulate_calc_input_item + .lp_product_main_simulate_calc_input_item {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .lp_product_main_simulate_calc_input_item + .lp_product_main_simulate_calc_input_item {
    margin-top: 24px;
  }
}

.lp_product_main_simulate_calc_input_item .input {
  display: block;
  border: 1px #bcbcbc solid;
  font-size: 20px;
  height: 51px;
  padding: 0 10px;
  min-width: 267px;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .lp_product_main_simulate_calc_input_item .input {
    min-width: auto;
    max-width: 212px;
  }
}

.lp_product_main_simulate_calc_input_btn.btn {
  margin: 58px auto 0;
  width: 327px;
  line-height: 51px;
  text-align: center;
  border-radius: 26px;
  padding: 0;
  color: #fff !important;
  font-size: 15px;
  background-color: #beab87;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .lp_product_main_simulate_calc_input_btn.btn {
    width: 100%;
    margin: 24px auto 0;
    max-width: 272px;
    font-size: 14px;
    display: block;
  }
}

.lp_product_main_simulate_calc_input_btn.btn:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 0.7;
}

.lp_product_main_simulate_calc_result {
  width: 356px;
  padding: 30px 30px 55px;
  border: 2px #beab87 solid;
  position: relative;
}

@media screen and (max-width: 768px) {
  .lp_product_main_simulate_calc_result {
    width: 100%;
    margin-top: 62px;
    padding: 29px 33px 19px;
  }
}

.lp_product_main_simulate_calc_result:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 0 36px 38px;
  border-color: transparent transparent transparent #beab87;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -88px;
}

@media screen and (max-width: 768px) {
  .lp_product_main_simulate_calc_result:before {
    border-width: 28px 26.5px 0 26.5px;
    border-color: #beab87 transparent transparent transparent;
    top: -44px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
}

.lp_product_main_simulate_calc_result_boldm.boldm {
  border-bottom: 2px #beab87 solid;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  padding-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .lp_product_main_simulate_calc_result_boldm.boldm {
    font-size: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.lp_product_main_simulate_calc_result_boldm.boldm span {
  color: #beab87 !important;
  font-weight: 500;
  font-size: 40px;
  margin: 0 45px 0 49px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .lp_product_main_simulate_calc_result_boldm.boldm span {
    font-size: 39px;
    margin: 0 0 0 10px;
  }
}

.lp_product_main_simulate_calc_result_boldmm.boldmm {
  margin-top: 40px;
  text-align: left;
  padding-left: 52px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .lp_product_main_simulate_calc_result_boldmm.boldmm {
    font-size: 19px;
    padding-left: 0;
    display: table;
    margin: 13px auto 0;
  }
}

.lp_product_main_simulate_attention {
  margin: 60px auto 0 !important;
  display: table;
  font-size: 15px;
  line-height: 1.666666666666667;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .lp_product_main_simulate_attention {
    margin: 13px auto 0 !important;
    font-size: 11px;
    display: block;
  }
}

.lp_voice_title {
  height: 760px;
  background-image: url("/cdn/shop/files/lp_voice_title_back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 246px;
}

@media screen and (max-width: 768px) {
  .lp_voice_title {
    background-image: url("/cdn/shop/files/lp_voice_title_back_sp.png");
    height: 447px;
    background-position: top center;
    padding-top: 82px;
  }
}

.lp_voice_title_logo {
  margin: 0 auto;
  width: 250px;
}

@media screen and (max-width: 768px) {
  .lp_voice_title_logo {
    width: 98px;
  }
}

.lp_voice_title_logo img {
  width: 100%;
  display: block;
}

.lp_voice_title_main {
  background-color: rgba(41, 32, 19, 0.7);
  border-radius: 50%;
  width: 210px;
  height: 210px;
  margin: 18px auto 0;
  padding-top: 73px;
}

@media screen and (max-width: 768px) {
  .lp_voice_title_main {
    width: 153px;
    height: 153px;
    padding-top: 40px;
    margin: 15px auto 0;
  }
}

.lp_voice_title_main_heading {
  margin: 0 auto;
  position: relative;
  padding-bottom: 28px;
  font-family: "din-2014-narrow", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 43px;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #fff !important;
  text-align: center;
  padding-left: 7px;
}

@media screen and (max-width: 768px) {
  .lp_voice_title_main_heading {
    padding-bottom: 21px;
    font-size: 37px;
  }
}

.lp_voice_title_main_heading:after {
  height: 10px;
  width: 41px;
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .lp_voice_title_main_heading:after {
    width: 34px;
  }
}

.lp_voice_title_main_sub {
  font-size: 15px;
  text-align: center;
  color: #fff !important;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .lp_voice_title_main_sub {
    font-size: 14px;
    margin: 15px 0 0;
  }
}

.lp_voice_main {
  max-width: 1000px;
  margin: -131px auto 0 !important;
}

@media screen and (max-width: 768px) {
  .lp_voice_main {
    margin: -140px auto 0 !important;
    width: calc(100% - 38px);
  }
}

.lp_voice_main_item {
  border: 1px #000 solid;
  border-radius: 30px;
  position: relative;
  background-color: #fff;
  padding: 36px 44px 33px 39px;
}

@media screen and (max-width: 768px) {
  .lp_voice_main_item {
    padding: 21px 18px 25px;
  }
}

.lp_voice_main_item + .lp_voice_main_item {
  margin-top: 83px;
}

@media screen and (max-width: 768px) {
  .lp_voice_main_item + .lp_voice_main_item {
    margin-top: 56px;
  }
}

.lp_voice_main_item:before {
  width: 57px;
  height: 50px;
  content: "";
  position: absolute;
  bottom: -36px;
  right: 44px;
  background-image: url("/cdn/shop/files/lp_voice_main_item_shape.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .lp_voice_main_item:before {
    width: 39px;
    height: 34px;
    bottom: -26px;
    right: 39px;
  }
}

.lp_voice_main_item_title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: 1px #707070 solid;
  margin: 0;
  position: relative;
}

.lp_voice_main_item_title:after {
  display: block;
  position: absolute;
  top: -5px;
  right: 0;
  line-height: 22px;
  border-radius: 4px;
  background-color: #cbbba2;
  border: 1px #707070 solid;
  content: "ベージュ";
  font-weight: 400;
  text-align: center;
  width: 100px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .lp_voice_main_item_title:after {
    top: -3px;
    line-height: 18px;
    width: 70px;
    font-size: 12px;
  }
}

.lp_voice_main_item_title.gray:after {
  content: "グレー";
  background-color: #bcb4a7;
}

.lp_voice_main_item_title.green:after {
  content: "グリーン";
  background-color: #53734e;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .lp_voice_main_item_title {
    font-size: 14px;
    padding-bottom: 7px;
  }
}

.lp_voice_main_item_flex {
  margin-top: 4px;
  border-top: 1px #707070 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .lp_voice_main_item_flex {
    margin-top: 3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 17px;
  }
}

.lp_voice_main_item_flex_text {
  font-size: 16px;
  line-height: 1.5625;
  color: #707070 !important;
  width: calc(100% - 167px);
  padding-right: 28px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .lp_voice_main_item_flex_text {
    font-size: 14px;
    line-height: 1.785714285714286;
    width: 100%;
    margin-top: 15px;
    padding-right: 0;
  }
}

.lp_voice_main_item_flex_img {
  width: 167px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lp_faq {
  margin-top: 166px;
  background-color: #e6e6e2;
  padding: 83px 0 186px;
}

@media screen and (max-width: 768px) {
  .lp_faq {
    margin-top: 77px;
    padding: 42px 19px 65px;
  }
}

.lp_faq_title {
  background-color: #b4a27f;
  border-radius: 50%;
  width: 210px;
  height: 210px;
  margin: 0 auto;
  padding-top: 61px;
}

@media screen and (max-width: 768px) {
  .lp_faq_title {
    width: 169px;
    height: 169px;
    padding-top: 45px;
  }
}

.lp_faq_title_heading {
  margin: 0 auto;
  position: relative;
  padding-bottom: 28px;
  font-family: "din-2014-narrow", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 43px;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #fff !important;
  text-align: center;
  padding-left: 13px;
}

@media screen and (max-width: 768px) {
  .lp_faq_title_heading {
    padding-bottom: 21px;
    font-size: 37px;
    padding-left: 11px;
  }
}

.lp_faq_title_heading:after {
  height: 10px;
  width: 41px;
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .lp_faq_title_heading:after {
    width: 34px;
  }
}

.lp_faq_title_sub {
  font-size: 15px;
  text-align: center;
  color: #fff !important;
  margin-top: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .lp_faq_title_sub {
    font-size: 14px;
    margin: 15px 0 0;
  }
}

.lp_faq_lists {
  margin: 26px auto 0 !important;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .lp_faq_lists {
    margin: 35px auto 0 !important;
  }
}

.lp_faq_lists + .lp_faq_lists_item {
  margin-top: 23px;
}

@media screen and (max-width: 768px) {
  .lp_faq_lists + .lp_faq_lists_item {
    margin-top: 15px;
  }
}

.lp_faq_lists_item {
  padding: 42px 108px 38px 96px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .lp_faq_lists_item {
    padding: 18px 42px 19px 49px;
  }
}

.lp_faq_lists_item + .lp_faq_lists_item {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .lp_faq_lists_item + .lp_faq_lists_item {
    margin-top: 15px;
  }
}

.lp_faq_lists_item:before {
  width: 18px;
  height: 19px;
  content: "";
  position: absolute;
  top: 46px;
  right: 25px;
  background-image: url("/cdn/shop/files/lp_faq_plus.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .lp_faq_lists_item:before {
    width: 12px;
    height: 13px;
    top: 24px;
    right: 17px;
  }
}

.lp_faq_lists_item.open:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lp_faq_lists_item_question {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 768px) {
  .lp_faq_lists_item_question {
    font-size: 14px;
  }
}

.lp_faq_lists_item_question:before {
  content: "Q";
  font-size: 21px;
  font-weight: bold;
  color: #beab87 !important;
  left: -50px;
  top: -8px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .lp_faq_lists_item_question:before {
    left: -30px;
    top: 0;
    font-size: 16px;
  }
}

.lp_faq_lists_item_answer {
  margin: 56px 0 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  display: none;
}

@media screen and (max-width: 768px) {
  .lp_faq_lists_item_answer {
    font-size: 14px;
    margin: 19px 0 0;
  }
}

.lp_faq_lists_item_answer:before {
  content: "A";
  font-size: 21px;
  font-weight: bold;
  color: #000000 !important;
  left: -50px;
  top: -5px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .lp_faq_lists_item_answer:before {
    left: -30px;
    top: -2px;
    font-size: 16px;
  }
}

.lp_faq .lp_solution_main_link {
  max-width: 1000px;
  margin: 80px auto 0 !important;
}

@media screen and (max-width: 768px) {
  .lp_faq .lp_solution_main_link {
    margin: 58px auto 0 !important;
  }
}

.lp_footer {
  margin-top: 0;
}

.lp_footer_container {
  background-color: #beab87;
  padding: 198px 57px 22px 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .lp_footer_container {
    padding: 27px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.lp_footer_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .lp_footer_logo {
    display: block;
  }
}

.lp_footer_logo img {
  display: block;
}

.lp_footer_logo_img {
  width: 155px;
}

.lp_footer_logo_text {
  font-size: 14px;
  color: #fff !important;
  margin-left: 27px;
  margin-top: 33px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .lp_footer_logo_text {
    margin-left: 0;
    margin-top: 25px;
  }
}

.lp_footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .lp_footer_links {
    margin-top: 179px;
    margin-left: auto;
    margin-right: 10px;
  }
}

.lp_footer_links img {
  display: block;
}

.lp_footer_links_members {
  width: 142px;
  display: block;
}

.lp_footer_links_sns {
  width: 31px;
  display: block;
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .lp_footer_links_sns {
    margin-left: 28px;
  }
}

.lp_footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 16px 46px 19px 0;
}

@media screen and (max-width: 768px) {
  .lp_footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 0 10px;
  }
}

.lp_footer_bottom_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .lp_footer_bottom_lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.lp_footer_bottom_lists_item {
  margin-left: 45px;
}

@media screen and (max-width: 768px) {
  .lp_footer_bottom_lists_item {
    margin-left: 0;
    margin-top: 20px;
  }
}

.lp_footer_bottom_lists_item:first-child {
  margin-top: 0;
}

.lp_footer_bottom_lists_item:first-child a::before {
  display: none;
}

.lp_footer_bottom_lists_item a {
  font-size: 14px;
  position: relative;
  color: #96835f !important;
  font-weight: 500;
}

.lp_footer_bottom_lists_item a:before {
  content: "｜";
  position: absolute;
  left: -30px;
  top: 0;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .lp_footer_bottom_lists_item a:before {
    display: none;
  }
}

.lp_footer_bottom_copy {
  font-size: 12px;
  color: #96835f !important;
  font-weight: 500;
  margin: 14px 0 0;
}

@media screen and (max-width: 768px) {
  .lp_footer_bottom_copy {
    margin: 40px 0 0;
  }
}
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");

/* ==========================================================================
   0歳ママ LP — 追加スタイル
   ・共通の lp_* / .container / .only_pc/_sp / .lp_header / .lp_footer は
     page-grandparent-lp.css の定義を利用（先読み前提）
   ・当ファイルは mama_* プレフィックスの新規セクションと、
     0歳ママ向けのパステル配色に合わせた微調整のみを定義する
   ========================================================================== */

/* ===== レスポンシブ改行 ===== */
.br_pc { display: inline; }
.br_sp { display: none; }
@media screen and (max-width: 768px) {
  .br_pc { display: none; }
  .br_sp { display: inline; }
}

:root {
  --mama-bg: #FDF8F0;
  --mama-bg-soft: #FBF8F2;
  --mama-bg-cream: #FFFDF7;
  --mama-accent: #665544;
  --mama-accent-dark: #544636;
  --mama-accent-soft: #E8DDD0;
  --mama-text: #2d2d2d;
  --mama-text-sub: #555;
  --mama-text-muted: #999;
  --mama-line: #ececec;
}

/* ===== 共通：セクション見出し ===== */
.mama_section_heading {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--mama-text);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mama_section_heading {
    font-size: 24px;
    margin-bottom: 28px;
  }
}

/* ===== 共通：CTA ===== */
.mama_cta_wrap {
  text-align: center;
  padding: 0 20px 32px;
}
.mama_pricing .mama_cta_wrap,
.mama_voice .mama_cta_wrap {
  padding-top: 24px;
}
.mama_cta_pastel,
.mama_cta_outline,
.mama_cta_large,
.mama_cta_final_btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
  letter-spacing: 0.05em;
}
.mama_cta_pastel {
  background: var(--mama-accent);
  color: #fff;
  padding: 20px 48px;
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 6px 18px rgba(196,168,130,0.4);
}
.mama_cta_pastel:hover {
  background: var(--mama-accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(196,168,130,0.5);
}
.mama_cta_outline {
  background: var(--mama-accent);
  color: #fff;
  border: none;
  padding: 18px 44px;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 6px 18px rgba(196,168,130,0.4);
}
.mama_cta_outline:hover {
  background: var(--mama-accent-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(196,168,130,0.5);
}
.mama_cta_large {
  background: var(--mama-accent);
  color: #fff;
  padding: 24px 64px;
  font-size: 19px;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(196,168,130,0.5);
}
.mama_cta_large:hover {
  background: var(--mama-accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(196,168,130,0.55);
}
.mama_cta_sub {
  font-size: 12px;
  color: var(--mama-text-muted);
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .mama_cta_pastel { padding: 18px 36px; font-size: 16px; }
  .mama_cta_outline { padding: 16px 36px; font-size: 15px; }
  .mama_cta_large { padding: 20px 44px; font-size: 17px; }
}

/* ==========================================================================
   [1] FV（既存LP準拠）
   ========================================================================== */
.mama_mv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 80px;
  background-position: center bottom !important;
}
.mama_mv .lp_mv_logo {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: 200px;
  margin-bottom: 24px;
}
.mama_mv_catch {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  writing-mode: horizontal-tb !important;
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.65;
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 16px rgba(0,0,0,0.5);
  margin-bottom: 20px;
  white-space: normal;
  letter-spacing: 0.05em;
}
.mama_mv_catch span {
  background-image: linear-gradient(transparent 68%, rgba(255,255,255,0.3) 68%);
  padding: 0 4px;
  font-size: inherit;
  line-height: inherit;
}
.mama_mv_catch span:before {
  display: none !important;
}
.mama_mv_sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
  letter-spacing: 0.05em;
}
.mama_mv .mama_cta_wrap { padding-top: 0; }
@media screen and (max-width: 768px) {
  .mama_mv {
    height: 420px !important;
    min-height: auto;
    padding-top: 48px;
    padding-bottom: 0;
    align-items: center;
    justify-content: flex-start;
    background-position: center bottom !important;
  }
  .mama_mv .lp_mv_logo {
    width: 140px;
    margin-bottom: 20px;
  }
  .mama_mv_catch {
    writing-mode: horizontal-tb !important;
    font-size: 22px !important;
    line-height: 1.7 !important;
    text-align: center;
    margin-bottom: 16px;
    background: none;
    padding: 0;
    border-radius: 0;
  }
  .mama_mv_sub {
    font-size: 14px;
    line-height: 2;
    background: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 16px;
  }
  .mama_mv .mama_cta_wrap {
    padding-top: 0;
  }
  .mama_mv .lp_mv_logo { width: 140px; margin-bottom: 12px; }
  .mama_mv_catch { font-size: 24px !important; line-height: 1.5 !important; margin-bottom: 10px; }
  .mama_mv_sub { font-size: 14px; line-height: 1.6; margin-bottom: 12px; }
}

/* ==========================================================================
   [1-A] 社会的証明（メディア掲載帯）
   ========================================================================== */
.mama_media_proof {
  background: linear-gradient(135deg, #F9F3E8, #F0E8D8);
  padding: 40px 20px;
}
.mama_media_proof_items {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.mama_media_proof_item {
  background: transparent;
  border-radius: 0;
  padding: 16px 20px;
  box-shadow: none;
  text-align: center;
  min-width: 160px;
}
.mama_media_proof_img {
  width: 280px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
}
.mama_media_proof_img img { max-width: 100%; max-height: 100%; width: auto; }
.mama_media_proof_name {
  font-size: 13px;
  font-weight: 700;
  color: var(--mama-text-sub);
}
.mama_media_proof_text {
  text-align: center;
  font-size: 14px;
  color: var(--mama-text-sub);
  line-height: 1.8;
}
.mama_media_proof_text strong { color: var(--mama-text); font-weight: 700; }
@media screen and (max-width: 768px) {
  .mama_media_proof { padding: 28px 16px; }
  .mama_media_proof_items { gap: 16px; flex-wrap: nowrap; }
  .mama_media_proof_item { min-width: 0; flex: 1; padding: 12px 8px; background: transparent; box-shadow: none; }
  .mama_media_proof_img { width: 100%; height: auto; }
  .mama_media_proof_text { font-size: 14px; }
}

/* ==========================================================================
   [1-B] 問題提起（けが・安全）
   ========================================================================== */
.mama_problem {
  background: var(--mama-bg-soft);
  padding: 80px 20px;
}
.mama_problem_lead {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--mama-accent);
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .mama_problem_lead { font-size: 15px; }
}
@media screen and (max-width: 768px) {
  .mama_problem .mama_section_heading { font-size: 20px; }
}
.mama_problem .mama_section_heading {
  color: var(--mama-accent-dark);
}
.mama_problem_summary {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 40px;
  align-items: center;
}
.mama_problem_summary_img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.mama_problem_summary_img img {
  display: block;
  width: 100%;
  height: auto;
}
.mama_problem_summary_text {
  font-size: 18px;
  line-height: 2.1;
  color: var(--mama-text-sub);
}
.mama_problem_summary_text strong {
  color: var(--mama-accent-dark);
}
@media screen and (max-width: 768px) {
  .mama_problem_summary { grid-template-columns: 1fr; gap: 20px; }
  .mama_problem_summary_img { max-width: 400px; margin: 0 auto; }
  .mama_problem_summary_text { font-size: 15px; text-align: center; }
}

.mama_problem_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}
.mama_problem_card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  overflow: hidden;
}
.mama_problem_card_photo {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.mama_problem_card_photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mama_problem_card_body {
  padding: 24px 24px 28px;
  text-align: center;
}
.mama_problem_card_title {
  font-size: 17px;
  font-weight: 800;
  color: var(--mama-accent-dark);
  margin-bottom: 16px;
  padding-bottom: 0;
  border-bottom: none;
}
.mama_problem_card_text {
  font-size: 14px;
  line-height: 1.9;
  color: var(--mama-text-sub);
  margin-bottom: 10px;
  text-align: left;
}
.mama_problem_card_text:last-child { margin-bottom: 0; }
.mama_problem_card_list {
  padding-left: 22px;
  margin: 12px 0;
  text-align: left;
}
.mama_problem_card_list li {
  font-size: 13px;
  line-height: 1.85;
  color: var(--mama-text-sub);
  list-style: disc;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .mama_problem { padding: 56px 20px; }
  .mama_problem_cards { grid-template-columns: 1fr; gap: 20px; }
  .mama_problem_card_body { padding: 20px 20px 24px; }
  .mama_problem_card_title { font-size: 18px; }
  .mama_problem_card_text { font-size: 16px; }
  .mama_problem_card_list li { font-size: 15px; }
}

/* ==========================================================================
   [2] 気づき（先輩ママの後悔）
   ========================================================================== */
.mama_regret {
  background: #fff;
  padding: 80px 20px;
  position: relative;
}
.mama_regret_bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  opacity: 0.07;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .mama_regret_bg {
    background-size: contain;
    background-position: center top;
  }
}
.mama_regret_lead {
  text-align: center;
  font-size: 15px;
  color: var(--mama-text-muted);
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.mama_regret_heading {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--mama-text);
  margin-bottom: 48px;
}
.mama_regret_voices {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
}
.mama_regret_divider {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--mama-accent-dark);
  letter-spacing: 0.15em;
  margin: 20px 0 4px;
}
.mama_regret_divider:first-child { margin-top: 0; }
@media screen and (max-width: 768px) {
  .mama_regret_divider { font-size: 15px; }
}
.mama_regret_voice {
  border-left: 4px solid var(--mama-accent);
  padding: 16px 4px 16px 24px;
  background: transparent;
}
.mama_regret_voice_text {
  font-size: 15px;
  line-height: 1.95;
  color: var(--mama-text-sub);
  margin-bottom: 10px;
}
.mama_regret_voice_attr {
  font-size: 12px;
  color: var(--mama-text-muted);
}
@media screen and (max-width: 768px) {
  .mama_regret { padding: 56px 20px; }
  .mama_regret_heading { font-size: 24px; margin-bottom: 32px; }
  .mama_regret_voices { gap: 22px; }
  .mama_regret_voice { padding-left: 18px; }
  .mama_regret_voice_text { font-size: 16px; }
}

/* --- 保育園導入実績（POINT1内） --- */
.mama_nursery {
  max-width: 720px;
  margin: 40px auto 0;
  background: var(--mama-bg);
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 1;
}
.mama_nursery_img {
  width: 100%;
  overflow: hidden;
}
.mama_nursery_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mama_nursery_body {
  padding: 28px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mama_nursery_label {
  font-size: 13px;
  font-weight: 800;
  color: var(--mama-accent);
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.mama_nursery_name {
  font-size: 16px;
  font-weight: 700;
  color: var(--mama-text);
  margin-bottom: 8px;
}
.mama_nursery_location {
  font-size: 12px;
  font-weight: 400;
  color: var(--mama-text-muted);
  margin-left: 8px;
}
.mama_nursery_text {
  font-size: 14px;
  line-height: 1.9;
  color: var(--mama-text-sub);
  margin-bottom: 12px;
}
.mama_nursery_link {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--mama-accent);
  text-decoration: none;
  transition: opacity 0.2s;
}
.mama_nursery_link:hover { opacity: 0.7; }
@media screen and (max-width: 768px) {
  .mama_nursery { margin: 32px 16px 0; grid-template-columns: 1fr; max-width: none; border-radius: 12px; }
  .mama_nursery_body { padding: 20px; }
  .mama_nursery_name { font-size: 17px; }
  .mama_nursery_text { font-size: 15px; }
}

/* --- 特許技術（POINT4内） --- */
.mama_patent {
  max-width: 720px;
  margin: 40px auto 0;
  background: var(--mama-bg);
  border-radius: 16px;
  overflow: hidden;
}
.mama_patent_inner {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 0;
  align-items: center;
}
.mama_patent_img {
  padding: 24px;
  text-align: center;
}
.mama_patent_img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.10);
  background: #fff;
}
.mama_patent_caption {
  font-size: 11px;
  color: var(--mama-text-muted);
  margin-top: 8px;
  line-height: 1.8;
}
.mama_patent_body {
  padding: 24px 28px 24px 0;
}
.mama_patent_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--mama-text);
  margin-bottom: 12px;
}
.mama_patent_text {
  font-size: 14px;
  line-height: 1.9;
  color: var(--mama-text-sub);
}
@media screen and (max-width: 768px) {
  .mama_patent { margin: 32px 16px 0; }
  .mama_patent_inner { grid-template-columns: 1fr; }
  .mama_patent_img { padding: 20px 20px 0; max-width: 160px; margin: 0 auto; }
  .mama_patent_body { padding: 16px 20px 20px; text-align: center; }
  .mama_patent_heading { font-size: 18px; }
  .mama_patent_text { font-size: 15px; text-align: left; }
}

/* ==========================================================================
   [3-B] お手入れ（2カラム／POINT2 バッジ付き）
   ========================================================================== */
.mama_care_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 24px;
}
.mama_care_text {
  display: flex;
  justify-content: center;
}
.mama_care_list {
  padding-left: 22px;
  margin: 0;
}
.mama_care_list li {
  list-style: disc;
  font-size: 15px;
  line-height: 2;
  color: var(--mama-text-sub);
}
.mama_care_img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.mama_care_img img { display: block; width: 100%; height: auto; }
@media screen and (max-width: 768px) {
  .mama_care_inner { grid-template-columns: 1fr; gap: 24px; }
  .mama_care_img { order: -1; margin: 0 16px; }
  .mama_care_text { text-align: center; }
  .mama_care_list { display: inline-block; text-align: left; padding-left: 22px; }
  .mama_care_list li { font-size: 16px; }
}

/* ==========================================================================
   [3-D] 防音性能内 注意書きボックス
   ========================================================================== */
.mama_note_box {
  background: #FFF5F0;
  border-left: 4px solid #e6825a;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 24px auto;
  max-width: 900px;
}
.mama_note_box_text {
  font-size: 14px;
  line-height: 1.9;
  color: var(--mama-text-sub);
}
.mama_note_box_text strong { color: #e6825a; font-weight: 700; }
@media screen and (max-width: 768px) {
  .mama_note_box { padding: 16px 18px; margin-left: 16px; margin-right: 16px; }
  .mama_note_box_text { font-size: 15px; }
}

/* ==========================================================================
   [4] 権威・実績（特許技術／ゴールド帯）
   ========================================================================== */
.mama_authority {
  background: linear-gradient(135deg, #F9F3E8, #F0E4C8);
  padding: 56px 20px;
  text-align: center;
}
.mama_authority_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--mama-text);
  margin-bottom: 20px;
}
.mama_authority_img {
  max-width: 180px;
  margin: 0 auto 20px;
}
.mama_authority_img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.10);
  background: #fff;
}
.mama_authority_img_caption {
  text-align: center;
  font-size: 11px;
  color: var(--mama-text-muted);
  margin-top: 8px;
}
.mama_authority_text {
  font-size: 14px;
  line-height: 1.95;
  color: var(--mama-text-sub);
  max-width: 720px;
  margin: 0 auto 16px;
}
.mama_authority_supplement {
  font-size: 12px;
  line-height: 1.85;
  color: var(--mama-text-muted);
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mama_authority { padding: 40px 20px; }
  .mama_authority_heading { font-size: 20px; margin-bottom: 16px; }
  .mama_authority_img { max-width: 140px; margin-bottom: 16px; }
  .mama_authority_text { font-size: 13px; }
  .mama_authority_supplement { font-size: 11px; }
}

/* ==========================================================================
   [6] 価格
   ========================================================================== */
.mama_pricing {
  background: #F8F6F2;
  padding: 80px 20px;
}
.mama_price_table {
  max-width: 640px;
  margin: 0 auto 16px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.mama_price_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 28px;
  border-bottom: 1px solid #f0ece5;
  gap: 16px;
}
.mama_price_row:last-child { border-bottom: none; }
.mama_price_row.mama_price_recommended {
  background: #FDF8F0;
  border-left: 5px solid var(--mama-accent);
}
.mama_price_label {
  font-size: 15px;
  color: var(--mama-text);
  font-weight: 700;
  line-height: 1.6;
}
.mama_price_sub {
  font-size: 12px;
  color: var(--mama-text-muted);
  font-weight: 400;
}
.mama_price_badge {
  display: inline-block;
  background: var(--mama-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  margin-left: 8px;
  vertical-align: middle;
}
.mama_price_value {
  font-size: 22px;
  font-weight: 800;
  color: var(--mama-text);
  white-space: nowrap;
}
.mama_price_highlight {
  font-size: 28px;
  color: var(--mama-accent-dark);
}
.mama_price_note {
  text-align: center;
  font-size: 12px;
  color: var(--mama-text-muted);
  margin-bottom: 40px;
}

.mama_recommend {
  max-width: 780px;
  margin: 40px auto 0;
  background: #fff;
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  border: 2px solid var(--mama-accent-soft);
}
.mama_recommend_title {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: var(--mama-accent-dark);
  margin-bottom: 24px;
}
.mama_recommend_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.mama_recommend_img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}
.mama_recommend_img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mama_recommend_inner { grid-template-columns: 1fr; gap: 24px; }
}
/* --- タイムラインステップ --- */
.mama_recommend_steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  padding-left: 32px;
}
.mama_recommend_steps::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 16px;
  bottom: 16px;
  width: 3px;
  background: linear-gradient(to bottom, var(--mama-accent-soft), var(--mama-accent));
  border-radius: 2px;
}
.mama_recommend_step {
  position: relative;
  padding: 12px 0 12px 16px;
}
.mama_recommend_step::before {
  content: '';
  position: absolute;
  left: -23px;
  top: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mama-accent-soft);
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px var(--mama-accent-soft);
  transform: translateX(-50%);
}
.mama_recommend_step_badge {
  display: inline-block;
  background: var(--mama-bg);
  color: var(--mama-accent);
  font-size: 11px;
  font-weight: 800;
  padding: 2px 10px;
  border-radius: 20px;
  margin-bottom: 4px;
  border: 1px solid var(--mama-accent-soft);
}
.mama_recommend_step_title {
  font-size: 15px;
  font-weight: 700;
  color: var(--mama-text);
  margin-bottom: 2px;
}
.mama_recommend_step_desc {
  font-size: 13px;
  color: var(--mama-text-muted);
  line-height: 1.6;
}
.mama_recommend_footer {
  background: var(--mama-bg);
  border-radius: 8px;
  padding: 14px 16px;
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  color: var(--mama-text-sub);
  font-weight: 600;
  line-height: 1.8;
}
.mama_recommend_footer strong {
  color: var(--mama-accent);
}

@media screen and (max-width: 768px) {
  .mama_pricing { padding: 56px 20px; }
  .mama_price_row { padding: 18px 20px; }
  .mama_price_label { font-size: 14px; }
  .mama_price_value { font-size: 18px; }
  .mama_price_highlight { font-size: 22px; }
  .mama_recommend { padding: 24px 10px; margin-left: -4px; margin-right: -4px; }
  .mama_recommend_title { font-size: 18px; }
  .mama_recommend_step_title { font-size: 14px; }
  .mama_step { padding: 20px 18px; }
  .mama_step_age { font-size: 13px; }
  .mama_step_label { font-size: 14px; }
  .mama_step_text { font-size: 13px; }
}

/* ==========================================================================
   [7-B] 運営会社
   ========================================================================== */
.mama_company {
  background: var(--mama-bg-soft);
  padding: 80px 20px;
}
.mama_company_flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}
.mama_company_img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.mama_company_img img { display: block; width: 100%; height: auto; }
.mama_company_body {
  color: var(--mama-text-sub);
}
.mama_company_text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 14px;
}
.mama_company_text:last-child { margin-bottom: 0; }
.mama_company_text strong { color: var(--mama-text); }
@media screen and (max-width: 768px) {
  .mama_company { padding: 48px 20px; }
  .mama_company_flex { grid-template-columns: 1fr; gap: 20px; }
  .mama_company_text { font-size: 15px; }
}

/* ==========================================================================
   [8] 最終CTA（写真背景）
   ========================================================================== */
.mama_final_cta {
  position: relative;
  background-image: linear-gradient(rgba(60,45,30,0.72), rgba(60,45,30,0.72)),
                    url("/cdn/shop/files/lp_mv.png");
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 100px 24px;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mama_final_cta_inner {
  max-width: 640px;
  width: 100%;
}
.mama_final_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.65;
  margin-bottom: 40px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.mama_cta_final_btn {
  display: inline-block;
  background: #fff;
  color: var(--mama-text);
  padding: 24px 60px;
  border-radius: 50px;
  font-size: 19px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
  transition: all 0.25s ease;
  letter-spacing: 0.05em;
}
.mama_cta_final_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.4);
}
.mama_final_note {
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  margin-top: 16px;
}
.mama_final_sub_link {
  display: inline-block;
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  text-decoration: underline;
  margin-top: 28px;
  transition: opacity 0.2s;
}
.mama_final_sub_link:hover { opacity: 0.7; }
@media screen and (max-width: 768px) {
  .mama_final_cta { padding: 72px 20px; min-height: 50vh; }
  .mama_final_heading { font-size: 24px; margin-bottom: 28px; }
  .mama_cta_final_btn { padding: 20px 40px; font-size: 16px; }
  .mama_final_sub_link { font-size: 13px; margin-top: 20px; }
}

/* ==========================================================================
   [4-A] 安心・安全設計（mute-lp-4 準拠）
   ========================================================================== */
.lp-safety-section {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #FFFFFF;
  padding: 80px 20px;
  color: #665544;
  width: 100%;
}
.lp-safety-section * { box-sizing: border-box; }
.lp-safety-container { max-width: 1000px; margin: 0 auto; }
.lp-safety-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #665544;
  margin-bottom: 60px;
  line-height: 1.5;
}
.lp-safety-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(8, 1fr);
}
.lp-safety-card {
  grid-column: span 2;
  background-color: rgba(55, 32, 10, 0.05);
  border-radius: 12px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}
.lp-safety-card:nth-child(1) { grid-column: 2 / span 2; }
.lp-safety-card:nth-child(4) { grid-column: 1 / span 2; }
.lp-safety-icon-wrapper {
  position: relative;
  width: 90px;
  height: 90px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.lp-safety-icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-safety-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lp-safety-card-text {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  color: #665544;
  margin: 0;
}
.lp-safety-footnote {
  text-align: right;
  margin-top: 30px;
  font-size: 13px;
  color: #666666;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .lp-safety-section { padding: 60px 16px; }
  .lp-safety-title { font-size: 26px; margin-bottom: 40px; }
  .lp-safety-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .lp-safety-card:nth-child(1),
  .lp-safety-card:nth-child(2),
  .lp-safety-card:nth-child(3),
  .lp-safety-card:nth-child(4),
  .lp-safety-card:nth-child(5),
  .lp-safety-card:nth-child(6) { grid-column: span 2; }
  .lp-safety-card:nth-child(7) { grid-column: 2 / span 2; }
  .lp-safety-card { padding: 30px 12px; }
  .lp-safety-icon-wrapper { width: 70px; height: 70px; margin-bottom: 16px; }
  .lp-safety-icon { width: 90px; height: 90px; }
  .lp-safety-card-text { font-size: 12px; }
  .lp-safety-footnote { font-size: 13px; margin-top: 20px; }
}

/* ==========================================================================
   0歳ママ向け FEATURE セクション調整（既存 lp_feature_* を上書き）
   ========================================================================== */
/* ===== FEATURE ナビ ===== */
.mama_feature_nav {
  background: var(--mama-bg-soft);
  padding: 80px 20px;
  text-align: center;
}
.mama_feature_nav_heading {
  font-family: "Noto Serif JP", serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  color: var(--mama-accent-dark) !important;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 48px;
}
.mama_feature_nav_sub {
  font-size: 14px;
  font-weight: 700;
  color: var(--mama-text-sub);
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
.mama_feature_nav_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}
.mama_feature_nav_item {
  background: #fff;
  border-radius: 16px;
  padding: 48px 28px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}
.mama_feature_nav_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.mama_feature_nav_num {
  display: block;
  font-family: "din-2014-narrow", sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
}
.mama_feature_nav_title {
  font-size: 20px;
  line-height: 1.7;
  color: var(--mama-text);
  margin: 0;
}
.mama_feature_nav_title strong {
  color: var(--mama-accent-dark);
}
@media screen and (max-width: 768px) {
  .mama_feature_nav { padding: 40px 16px; }
  .mama_feature_nav_heading { font-size: 32px; }
  .mama_feature_nav_grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .mama_feature_nav_item { padding: 20px 12px; }
  .mama_feature_nav_num { font-size: 24px; margin-bottom: 8px; }
  .mama_feature_nav_title { font-size: 13px; }
}

.lp_feature { margin-top: 0 !important; }
.lp_feature_point { padding-bottom: 40px !important; }
.lp_feature_point .container:before { height: 100px !important; }
@media screen and (max-width: 768px) {
  .lp_feature_point .container:before { height: 56px !important; }
}
.lp_feature_point_main_item_title.point01_02:before { display: none !important; }
.lp_solution { margin-bottom: 0; padding-bottom: 0; }

.lp_feature,
.lp_feature_point#point01 { padding-top: 40px; }
.lp_feature_point#point01,
.lp_feature_point#point02,
.lp_feature_point#point03,
.lp_feature_point#point04 { background: #fff; }

/* container::before / point_bottom / point文字の色を各ポイントで統一（パステル） */
/* POINT1 — 青 */
.lp_feature_point#point01 .container:before,
.lp_feature_point#point01 .lp_feature_point_bottom { background-color: #7BAECC !important; }
/* POINT2 — 黄緑 */
.lp_feature_point#point02 .container:before,
.lp_feature_point#point02 .lp_feature_point_bottom { background-color: #A0C47E !important; }
/* POINT3 — オレンジ */
.lp_feature_point#point03 .container:before { background-color: #D4956A !important; }
.lp-design-horizontal-section .lp_feature_point_bottom { background-color: #D4956A !important; }
/* POINT4 — 茶色 */
.lp_feature_point#point04 .container:before,
.lp_feature_point#point04 .lp_feature_point_bottom { background-color: #8B6B4A !important; }

/* --- POINT ラベル（テキスト） --- */
.mama_point_label {
  text-align: center;
  padding-top: 14px;
  margin: 0 auto;
}
.mama_point_label span {
  display: block;
  font-family: "din-2014-narrow", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
}
.mama_point_label em {
  display: block;
  font-family: "din-2014-narrow", sans-serif;
  font-style: normal;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mama_point_label { padding-top: 8px; }
  .mama_point_label span { font-size: 12px; }
  .mama_point_label em { font-size: 30px; }
}
.mama_point_blue span, .mama_point_blue em { color: #fff; }
.mama_point_yellow span, .mama_point_yellow em { color: #fff; }
.mama_point_green span, .mama_point_green em { color: #fff; }
.mama_point_orange span, .mama_point_orange em { color: #fff; }

/* 商品紹介見出しの行間修正 */
.lp_feature_point_top_title {
  line-height: 1.6;
}
.lp_feature_point_top_desc {
  line-height: 1.9;
  text-align: center !important;
  width: auto !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 安心安全設計（POINT2内） */
.mama_safety_inline {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.mama_safety_inline_title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: var(--mama-accent-dark);
  margin-bottom: 32px;
}
.mama_safety_inline .lp-safety-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(8, 1fr);
}
.mama_safety_inline .lp-safety-card {
  grid-column: span 2;
  background-color: rgba(55, 32, 10, 0.05);
  border-radius: 12px;
  padding: 28px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.mama_safety_inline .lp-safety-card:nth-child(1) { grid-column: 2 / span 2; }
.mama_safety_inline .lp-safety-card:nth-child(4) { grid-column: 1 / span 2; }
.mama_safety_inline .lp-safety-icon-wrapper {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.mama_safety_inline .lp-safety-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mama_safety_inline .lp-safety-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mama_safety_inline .lp-safety-card-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--mama-accent-dark);
}
.mama_safety_inline .lp-safety-footnote {
  text-align: right;
  margin-top: 20px;
  font-size: 11px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .mama_safety_inline { margin-top: 32px; padding: 0 8px; }
  .mama_safety_inline_title { font-size: 18px; margin-bottom: 24px; }
  .mama_safety_inline .lp-safety-grid { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .mama_safety_inline .lp-safety-card:nth-child(1),
  .mama_safety_inline .lp-safety-card:nth-child(2),
  .mama_safety_inline .lp-safety-card:nth-child(3),
  .mama_safety_inline .lp-safety-card:nth-child(4),
  .mama_safety_inline .lp-safety-card:nth-child(5),
  .mama_safety_inline .lp-safety-card:nth-child(6) { grid-column: span 2; }
  .mama_safety_inline .lp-safety-card:nth-child(7) { grid-column: 2 / span 2; }
  .mama_safety_inline .lp-safety-card { padding: 20px 10px; }
  .mama_safety_inline .lp-safety-icon-wrapper { width: 56px; height: 56px; }
  .mama_safety_inline .lp-safety-icon { width: 64px; height: 64px; }
  .mama_safety_inline .lp-safety-card-text { font-size: 11px; }
  .mama_safety_inline .lp-safety-footnote { font-size: 10px; }
}

/* POINT3 写真 */
.mama_design_photo {
  max-width: 720px;
  margin: 32px auto 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.mama_design_photo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mama_design_photo { margin: 24px 16px 0; }
}

/* mute-lp-4 準拠の横長ボックスデザイン section も白背景に統一 */
.lp-design-horizontal-section { background-color: #fff !important; }

/* ==========================================================================
   [3-A][3-C][3-D] 底面まとめボックスをママ配色に上書き
   （既存 lp_feature_point_bottom はブルー+キャラアイコンでママ配色と衝突）
   ========================================================================== */
.lp_feature .lp_feature_point_bottom,
.lp-design-horizontal-section .lp_feature_point_bottom {
  height: auto !important;
  min-height: 96px;
  border-radius: 16px;
  padding: 24px 28px;
  margin: 40px auto 0;
  max-width: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.lp_feature .lp_feature_point_bottom:after,
.lp_feature .lp_feature_point_bottom:before,
.lp_feature .lp_feature_point_bottom_text:before,
.lp_feature .lp_feature_point_bottom_text:after,
.lp-design-horizontal-section .lp_feature_point_bottom:after,
.lp-design-horizontal-section .lp_feature_point_bottom:before,
.lp-design-horizontal-section .lp_feature_point_bottom_text:before,
.lp-design-horizontal-section .lp_feature_point_bottom_text:after {
  content: none !important;
  background-image: none !important;
  display: none !important;
}
.lp_feature .lp_feature_point_bottom_text,
.lp-design-horizontal-section .lp_feature_point_bottom_text {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;
  color: #fff !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 0 !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp_feature .lp_feature_point_bottom,
  .lp-design-horizontal-section .lp_feature_point_bottom {
    margin: 32px 20px 0;
    padding: 20px 20px;
    min-height: 80px;
  }
  .lp_feature .lp_feature_point_bottom_text,
  .lp-design-horizontal-section .lp_feature_point_bottom_text {
    font-size: 15px !important;
  }
}

/* ==========================================================================
   [5] mama_voice / [7] mama_faq セクション
   ========================================================================== */
.mama_voice {
  background: var(--mama-bg-soft);
  padding: 0 20px 40px;
}
.mama_voice .lp_voice_title {
  height: 300px;
  padding-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  background-position: center center;
  background-size: cover;
}
.mama_voice .lp_voice_title::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(253, 248, 240, 0.55);
  pointer-events: none;
  z-index: 1;
}
.mama_voice .lp_voice_title_main {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mama_voice .lp_voice_title {
    height: 260px;
    padding-top: 30px;
    background-position: top center;
    background-size: cover;
  }
}
/* --- アバターアイコン --- */
.mama_voice_avatar {
  width: 80px;
  flex-shrink: 0;
}
.mama_voice_avatar svg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .mama_voice_avatar {
    width: 60px;
    margin: 0 auto 12px;
  }
}

.mama_voice .lp_voice_main {
  margin: -80px auto 0 !important;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .mama_voice { padding: 0 20px 32px; }
  .mama_voice .lp_voice_main {
    margin: -60px auto 0 !important;
    width: calc(100% - 20px);
  }
}

.mama_faq {
  background: #fff;
  padding: 80px 20px;
}
.mama_faq .lp_faq_lists {
  max-width: 900px;
  margin: 32px auto 0;
}
.mama_faq .lp_faq_lists_item {
  background-color: var(--mama-bg-soft);
  border-radius: 12px;
}
.mama_faq .lp_faq_lists_item_answer:before {
  color: var(--mama-accent-dark) !important;
}
@media screen and (max-width: 768px) {
  .mama_faq { padding: 56px 20px; }
}

/* --- 追従CTA --- */
.mama_sticky_cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: transparent;
  padding: 12px 20px;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.mama_sticky_cta.is-visible {
  transform: translateY(0);
}
.mama_sticky_cta_btn {
  display: inline-block;
  background: var(--mama-accent);
  color: #fff;
  padding: 14px 40px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 12px rgba(196,168,130,0.4);
  transition: all 0.25s ease;
}
.mama_sticky_cta_btn:hover {
  background: var(--mama-accent-dark);
  transform: translateY(-1px);
}
@media screen and (max-width: 768px) {
  .mama_sticky_cta { padding: 10px 16px; }
  .mama_sticky_cta_btn { padding: 12px 32px; font-size: 14px; }
}

/* ===== smile-slider ===== */
.square-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
}
.smile-slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  background-color: #ffffff;
}
.section-heading-container {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}
.section-heading {
  font-size: 24px;
  font-weight: bold;
  color: #665544;
}
.user-name {
  font-size: 14px;
  color: #777;
  text-align: left;
  margin-top: 5px;
}
.smile-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}
.slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: white;
  border-radius: 10px;
  box-shadow: none;
  padding: 15px;
  box-sizing: border-box;
  height: auto;
  border: none;
}
.smile-slider::-webkit-scrollbar {
  display: none;
}
.slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
}
.review {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.review-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.review-text {
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
@media (min-width: 1024px) {
  .slide {
    width: 23%;
    flex: 0 0 23%;
    padding: 10px;
    box-sizing: border-box;
    max-width: 280px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .slide {
    width: 66.6%;
    flex: 0 0 auto;
    padding: 10px;
    box-sizing: border-box;
  }
}

/* voice / faq セクション末のCTAは本体との間隔を確保 */
.mama_voice + .mama_cta_wrap,
.mama_faq + .mama_cta_wrap { padding-top: 0; }
