.blp-mainContent {
  width: 100% !important;
}

.blp-mainContent__inner {
  width: 100%;
}

.blp-postContent {
  margin-top: 1.5rem;
}

.blp-postContent > .blp-wrapper {
  margin-bottom: 0 !important;
}

.blp-wrapper {
  --c-main: #8b7b64;
  --c-main-light: #fdfcfb;
  --c-text: #333333;
  --c-white: #ffffff;
  --c-gray-bg: #f9f9f9;
  --font-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-serif: "Shippori Mincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: var(--c-text);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  background: #fff;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  overflow-wrap: break-word;
}

.blp-wrapper,
.blp-wrapper *,
.blp-wrapper *::before,
.blp-wrapper *::after {
  box-sizing: border-box;
}

.blp-wrapper h1,
.blp-wrapper h2,
.blp-wrapper h3,
.blp-wrapper .blp-sec-title,
.blp-wrapper .blp-hero-main {
  font-family: var(--font-serif);
  font-weight: 700;
}

.blp-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.blp-container {
  width: min(92%, 1400px);
  margin: 0 auto;
  position: relative;
}

.blp-container-narrow {
  width: min(92%, 1000px);
  margin: 0 auto;
  position: relative;
}

.blp-sec-title {
  margin: 0 0 1.25rem;
  color: var(--c-text);
  font-size: clamp(2rem, 3vw, 2.5rem);
  text-align: center;
  letter-spacing: 0.05em;
}

.blp-wrapper.is-ready .blp-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.blp-wrapper.is-ready .blp-fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.blp-hero-split {
  display: flex;
  width: 100%;
  min-height: 580px;
  background-color: #f7f5f0;
  align-items: stretch;
  overflow: hidden;
}

.blp-hero-img {
  flex: 0 0 48.5%;
}

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

.blp-hero-content {
  flex: 0 0 51.5%;
  padding: clamp(0.9rem, 1.3vw, 1.2rem) clamp(1.7rem, 2.2vw, 2.4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.blp-postContent .blp-wrapper .blp-hero-sub {
  margin: 0 0 0.9rem;
  color: var(--c-main);
  font-size: clamp(1.55rem, 1.95vw, 2.2rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.blp-postContent .blp-wrapper .blp-hero-main {
  margin: 0 0 1.55rem;
  color: #222;
  font-size: clamp(2.75rem, 3.65vw, 3.7rem);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 0.01em;
}

.blp-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
}

.blp-hero-point {
  width: clamp(102px, 8.2vw, 126px);
  height: clamp(102px, 8.2vw, 126px);
  padding: 0.4rem;
  border-radius: 999px;
  background-color: rgba(109, 143, 153, 0.92);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(0.76rem, 0.88vw, 0.94rem);
  line-height: 1.3;
  font-weight: 700;
  box-shadow: 0 0.6rem 1.8rem rgba(139, 123, 100, 0.22);
}

.blp-hero-point .num {
  display: block;
  width: 40%;
  margin-bottom: 0.22rem;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: clamp(1.12rem, 1.28vw, 1.52rem);
}

.blp-reco {
  padding: 5rem 0;
  background-color: var(--c-white);
}

.blp-reco-box {
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(1.8rem, 4vw, 3.75rem);
  border: 1px solid #ccc;
}

.blp-reco-title {
  margin: 0 0 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #998f7e;
  color: #333;
  font-family: var(--font-sans);
  font-size: clamp(1.7rem, 2.2vw, 2rem);
  font-weight: 700;
}

.blp-reco-title span {
  color: var(--c-main);
}

.blp-reco-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.4rem;
}

.blp-reco-item {
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  font-weight: 700;
}

.blp-reco-icon {
  position: relative;
  width: 44px;
  height: 44px;
  margin-right: 1.4rem;
  border: 2px solid var(--c-main);
  border-radius: 50%;
  flex-shrink: 0;
}

.blp-reco-icon::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 14px;
  width: 11px;
  height: 19px;
  border: solid var(--c-main);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.blp-about {
  padding: 3.75rem 0 5rem;
  background-color: var(--c-white);
  text-align: center;
}

.blp-about-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.blp-about-text {
  font-size: clamp(1.08rem, 1.38vw, 1.28rem);
  font-weight: 500;
  line-height: 1.9;
  text-align: left;
}

.blp-about-text p {
  margin: 0 0 1.25rem;
}

.blp-effects {
  padding: 2.5rem 0 5rem;
  background: #fff;
}

.blp-effects-head {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto 2.8rem;
}

.blp-effects-title {
  margin: 0 0 0.02rem;
  color: var(--c-main);
  font-size: clamp(2rem, 3vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: 0.08em;
}

.blp-effects-rule {
  width: 100%;
  height: 1px;
  background: rgba(140, 123, 100, 0.55);
}

.blp-effects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
}

.blp-effect-card {
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
}

.blp-effect-card summary {
  list-style: none;
}

.blp-effect-card summary::-webkit-details-marker {
  display: none;
}

.blp-effect-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 1.1rem 1.35rem;
  background: rgba(140, 123, 100, 0.92);
  color: #fff;
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.blp-effect-chevron {
  width: 12px;
  height: 12px;
  margin-left: auto;
  border-right: 2px solid rgba(255, 255, 255, 0.95);
  border-bottom: 2px solid rgba(255, 255, 255, 0.95);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.blp-effect-card[open] .blp-effect-chevron {
  transform: rotate(225deg);
}

.blp-effect-body {
  padding: 1.45rem 1.45rem 1.6rem;
  color: #2f2a24;
  font-size: clamp(1rem, 1.16vw, 1.08rem);
  font-weight: 500;
  line-height: 1.9;
}

.blp-effect-body p {
  margin: 0;
}

.blp-features {
  padding: 5rem 0;
  background-color: var(--c-gray-bg);
}

.blp-feat-item {
  display: flex;
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-bottom: 3.75rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

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

.blp-feat-img {
  flex: 0 0 40%;
}

.blp-feat-img img {
  width: 100%;
  border-radius: 6px;
}

.blp-feat-txt {
  flex: 1;
}

.blp-feat-title {
  margin: 0 0 1.2rem;
  color: var(--c-main);
  font-size: clamp(1.4rem, 2vw, 1.7rem);
}

.blp-feat-desc {
  margin: 0 0 1.2rem;
  color: #2f2a24;
  font-size: clamp(1.04rem, 1.32vw, 1.14rem);
  font-weight: 500;
  line-height: 1.85;
}

.blp-more-btn {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: none;
  color: var(--c-main);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.blp-more-btn::after {
  content: "▼";
  margin-left: 0.5rem;
  font-size: 10px;
  transition: transform 0.2s ease;
}

.blp-more-btn.is-open::after {
  transform: rotate(180deg);
}

.blp-more-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease-out;
}

.blp-more-content.is-open {
  grid-template-rows: 1fr;
}

.blp-more-inner {
  overflow: hidden;
  padding-top: 0.85rem;
  color: #2f2a24;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
}

.blp-price {
  padding: 4.5rem 0 5rem;
  background: linear-gradient(180deg, #fff 0%, #f8f6f1 100%);
}

.blp-price-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(139, 123, 100, 0.22);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(34, 38, 42, 0.06);
}

.blp-price-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.blp-price-table thead th {
  padding: 1rem 1.25rem;
  background: linear-gradient(90deg, #5d7f96 0%, #8a9ead 100%);
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.blp-price-table tbody th,
.blp-price-table tbody td {
  padding: 1.45rem 1.55rem;
  border-top: 1px solid rgba(139, 123, 100, 0.14);
  vertical-align: middle;
}

.blp-price-table tbody th {
  width: 28%;
  background: #fbfaf7;
  color: var(--c-main);
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.45;
  text-align: left;
}

.blp-price-table tbody td {
  color: #2f2a24;
  font-size: clamp(1rem, 1.15vw, 1.06rem);
  font-weight: 500;
  line-height: 1.85;
}

.blp-price-table tbody td:last-child {
  width: 24%;
  text-align: right;
  white-space: nowrap;
}

.blp-price-value {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 0.5rem;
  width: 100%;
}

.blp-price-amount {
  color: #2b4f63;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 2.9vw, 2.85rem);
  line-height: 1.1;
}

.blp-price-tax {
  color: var(--c-main);
  font-size: 0.98rem;
  font-family: var(--font-sans);
  font-weight: 500;
}

.blp-detail {
  position: relative;
  padding: 5.6rem 0;
  background: #fff;
  overflow: hidden;
}

.blp-detail-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(1200px 400px at 70% 35%, rgba(0, 0, 0, 0.06), transparent 60%),
    radial-gradient(900px 320px at 30% 65%, rgba(0, 0, 0, 0.04), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  opacity: 0.9;
}

.blp-detail .blp-sec-title {
  margin-bottom: 2.5rem;
}

.blp-detail-table-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  padding: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.blp-detail-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.blp-detail-table th,
.blp-detail-table td {
  padding: 1.85rem 2.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left;
  vertical-align: top;
  line-height: 1.95;
}

.blp-detail-table tr:last-child th,
.blp-detail-table tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.blp-detail-table th {
  width: 235px;
  color: var(--c-main);
  background: rgba(140, 123, 100, 0.06);
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.blp-detail-table td {
  color: #2f2a24;
  font-size: 1.02rem;
  font-weight: 500;
}

.blp-flow {
  padding: 5rem 0;
  background: #fff;
}

.blp-flow-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(2rem, 5vw, 3.75rem);
  align-items: stretch;
}

.blp-flow-img-col img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.blp-flow-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blp-faq-a-wrapper {
  display: block;
}

.blp-flow-item {
  position: relative;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

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

.blp-flow-item::before {
  content: "";
  position: absolute;
  top: 65px;
  left: 27px;
  width: 1px;
  height: calc(100% + 10px);
  background-color: #ddd;
  z-index: 0;
}

.blp-flow-item:last-child::before {
  display: none;
}

.blp-flow-circle {
  position: relative;
  z-index: 1;
  flex: 0 0 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--c-main);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blp-flow-step-label {
  font-size: 10px;
  line-height: 1;
}

.blp-flow-step-num {
  font-size: 22px;
  line-height: 1;
}

.blp-flow-text h3 {
  margin: 0 0 0.65rem;
  color: #444;
  font-size: clamp(1.15rem, 1.35vw, 1.25rem);
  font-family: var(--font-sans);
  font-weight: 700;
}

.blp-flow-desc {
  margin: 0;
  color: #666;
  font-size: 1.03rem;
  font-weight: 500;
  line-height: 1.85;
  text-align: justify;
}

.blp-faq {
  padding: 5rem 0 2.4rem;
  background: var(--c-gray-bg);
  margin-bottom: 0;
}

.blp-faq-item {
  margin-bottom: 1.55rem;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

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

.blp-faq-q {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.55rem 2.2rem 0.75rem;
  color: #333;
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  font-weight: 700;
  line-height: 1.6;
}

.blp-faq-q::before {
  content: "Q.";
  width: 1.5em;
  color: var(--c-main);
  font-size: 24px;
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.2;
  flex-shrink: 0;
}

.blp-faq-a-inner {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 0 2.2rem 1.9rem;
}

.blp-faq-a-inner::before {
  content: "A.";
  width: 1.5em;
  color: var(--c-main);
  font-size: 24px;
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.2;
  flex-shrink: 0;
}

.blp-faq-a-text {
  color: #2f2a24;
  font-size: clamp(1rem, 1.24vw, 1.1rem);
  font-weight: 500;
  line-height: 1.85;
}

.blp-postContent > .p-blogParts[data-partsID="3913"] {
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: transparent;
  position: relative;
  z-index: 1;
}

.blp-postContent > .blp-wrapper + .p-blogParts[data-partsID="3913"] {
  margin-top: 0 !important;
}

.blp-postContent > .p-blogParts[data-partsID="3913"] > :first-child,
.blp-postContent > .p-blogParts[data-partsID="3913"] .swell-block-fullWide:first-child {
  margin-top: 0 !important;
}

@media screen and (max-width: 900px) {
  .blp-hero-split {
    flex-direction: column;
    min-height: 0;
  }

  .blp-hero-img,
  .blp-hero-content {
    width: 100%;
    flex-basis: auto;
  }

  .blp-hero-img {
    height: 320px;
  }

  .blp-hero-content {
    padding: 2.5rem 1.25rem;
  }

  .blp-postContent .blp-wrapper .blp-hero-sub {
    font-size: clamp(1.34rem, 4.6vw, 1.82rem);
  }

  .blp-postContent .blp-wrapper .blp-hero-main {
    font-size: clamp(2.28rem, 7.7vw, 3.28rem);
    line-height: 1.12;
  }

  .blp-hero-points {
    justify-content: center;
    gap: 0.9rem;
  }

  .blp-effects-grid,
  .blp-flow-layout {
    grid-template-columns: 1fr;
  }

  .blp-feat-item {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .blp-postContent {
    margin-top: 1rem;
  }

  .blp-wrapper {
    font-size: 15px;
  }

  .blp-sec-title {
    font-size: 28px;
  }

  .blp-reco {
    padding: 3.75rem 0;
  }

  .blp-reco-box {
    padding: 1.9rem 1.25rem;
    border: 0;
  }

  .blp-reco-title {
    font-size: 24px;
  }

  .blp-reco-item {
    font-size: 16px;
    margin-bottom: 0.2rem;
  }

  .blp-reco-icon {
    width: 30px;
    height: 30px;
    margin-right: 0.9rem;
  }

  .blp-reco-icon::after {
    top: 5px;
    left: 9px;
    width: 8px;
    height: 14px;
  }

  .blp-about {
    padding: 3.25rem 0 3.75rem;
  }

  .blp-about-text {
    font-size: 15px;
    text-align: justify;
  }

  .blp-effects {
    padding: 2rem 0 3.75rem;
  }

  .blp-effects-title {
    font-size: 28px;
  }

  .blp-effect-summary {
    padding: 0.9rem 1rem;
    font-size: 15px;
  }

  .blp-effect-body {
    padding: 1rem 1rem 1.15rem;
    font-size: 14px;
  }

  .blp-features,
  .blp-price,
  .blp-flow,
  .blp-faq {
    padding: 3.75rem 0;
  }

  .blp-feat-item {
    padding: 1.5rem;
    gap: 1.2rem;
  }

  .blp-price-table,
  .blp-price-table thead,
  .blp-price-table tbody,
  .blp-price-table tr,
  .blp-price-table th,
  .blp-price-table td {
    display: block;
    width: 100%;
  }

  .blp-price-table thead {
    display: none;
  }

  .blp-price-table-wrap {
    padding: 0.75rem;
    background: linear-gradient(180deg, #fff 0%, #fcfbf8 100%);
  }

  .blp-price-table {
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
  }

  .blp-price-table tbody th,
  .blp-price-table tbody td {
    padding: 0;
    border-top: 0;
  }

  .blp-price-table tbody tr {
    margin-bottom: 0.95rem;
    border: 1px solid rgba(139, 123, 100, 0.16);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(34, 38, 42, 0.05);
    overflow: hidden;
  }

  .blp-price-table tbody tr:first-child {
    border-top: 1px solid rgba(139, 123, 100, 0.16);
  }

  .blp-price-table tbody tr:last-child {
    margin-bottom: 0;
  }

  .blp-price-table tbody th {
    width: 100%;
    white-space: normal;
    padding: 1rem 1.15rem 0.9rem;
    border-bottom: 1px solid rgba(139, 123, 100, 0.14);
    background: linear-gradient(180deg, #fdfbf7 0%, #faf6ef 100%);
    font-size: 1.22rem;
    line-height: 1.5;
  }

  .blp-price-table tbody td {
    width: 100%;
    padding: 0.95rem 1.15rem 0;
    border-top: 0 !important;
    border-bottom: 0 !important;
    background: #fff;
  }

  .blp-price-table tbody td + td {
    padding-top: 0.35rem;
    margin-top: 0;
    border-top: 0 !important;
  }

  .blp-price-table tbody td:last-child {
    width: 100%;
    padding: 0.95rem 1.15rem 1rem;
    border-top: 0;
    background: #fff;
    text-align: left;
    white-space: normal;
  }

  .blp-price-value {
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0.45rem;
  }

  .blp-price-amount {
    font-size: 2.28rem;
    line-height: 1;
  }

  .blp-price-tax {
    font-size: 0.9rem;
  }

  .blp-detail {
    padding: 3.75rem 0;
  }

  .blp-detail-table-wrap {
    overflow: hidden;
    border-radius: 6px;
    padding: 0.75rem;
  }

  .blp-detail-table th {
    width: 36%;
    white-space: normal;
  }

  .blp-detail-table th,
  .blp-detail-table td {
    padding: 1.3rem 1.15rem;
    font-size: 14px;
  }

  .blp-flow-layout {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .blp-flow-img-col {
    aspect-ratio: 16 / 10;
  }

  .blp-flow-item {
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .blp-flow-item::before {
    left: 22px;
    top: 55px;
  }

  .blp-flow-circle {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }

  .blp-flow-step-label {
    font-size: 8px;
  }

  .blp-flow-step-num {
    font-size: 18px;
  }

  .blp-flow-text h3 {
    font-size: 17px;
  }

  .blp-flow-desc {
    font-size: 14px;
  }

  .blp-faq-q {
    padding: 1.2rem 1.2rem 0.65rem;
    gap: 0.9rem;
    font-size: 16px;
  }

  .blp-faq-a-inner {
    padding: 0 1.2rem 1.4rem;
    gap: 0.9rem;
  }

  .blp-faq-a-text {
    font-size: 14px;
  }

  .blp-faq {
    padding-bottom: 1.75rem;
  }
}
