.whilllp-page {
  background: #fff;
  color: #222;
  font-family:
    "din-2014",
    "Yu Gothic",
    "YuGothic",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif;
    font-size: 16px;
    line-height: 1.8;
}

.whilllp-main-copy {
  font-family:
    "din-2014",
    "Yu Gothic",
    sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 40px;
  color: #1f78b4;
}

.whilllp-page * {
  box-sizing: border-box;
}

.whilllp-page section[id] {
  scroll-margin-top: 84px;
}

.whilllp-inner {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

.sp-br {
  display: none;
}

/* slider */
.whilllp-hero {
  background: #fff;
}

.whilllp-slider {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.whilllp-slider__viewport {
  position: relative;
}

.whilllp-slider__track {
  position: relative;
  min-height: 0;
}

.whilllp-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.whilllp-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.whilllp-slide__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1899 / 795;
  background: #fff;
}

.whilllp-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.whilllp-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  color: #222;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.whilllp-slider__arrow:hover {
  background: rgba(255, 255, 255, 0.9);
}

.whilllp-slider__arrow--prev {
  left: 24px;
}

.whilllp-slider__arrow--next {
  right: 24px;
}

/* message */
.whilllp-kv-message {
  padding: 120px 20px;
  background: linear-gradient(135deg, #f7f9fc 0%, #edf4fb 100%);
}

.whilllp-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 28px;
}

.whilllp-logos img {
  width: auto;
  display: block;
}

.whilllp-logos img:first-child {
  height: 100px;
}

.whilllp-logos img:last-child {
  height: 88px;
}

.whilllp-logo-divider {
  width: 1px;
  height: 44px;
  background: #d6d6d6;
}

.whilllp-message {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 20px;
}

.whilllp-message p:not(.whilllp-message-bridge) {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
  color: #333;
}

.whilllp-message-bridge {
  font-size: 24px;
  font-weight: 700;
  margin: 56px 0;
}

/* life images */
.whilllp-life {
  padding: 80px 0 120px;
  background: #fff;
}

.whilllp-life-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.whilllp-life-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

/* about */
.whilllp-about {
  padding: 100px 20px;
  background: #f7f9fc;
}

.whilllp-about__wrap {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 620px);
  justify-content: center;
  gap: 56px;
  align-items: center;
}

.whilllp-about__content {
  max-width: 520px;
}

.whilllp-about__title {
  margin: 0 0 24px;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.4;
}

.whilllp-about__lead {
  margin: 0 0 28px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: #1f78b4;
}

.whilllp-about__text {
  margin: 0;
  font-size: 18px;
  line-height: 2;
  color: #222;
}

.whilllp-about__image {
  padding-top: 20px;
  max-width: 620px;
}

.whilllp-about__image img {
  width: 100%;
  display: block;
  border-radius: 12px;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.12),
    0 8px 16px rgba(0, 0, 0, 0.06);
}

/* features */
.whilllp-features {
  background: #fff;
}

.whilllp-features__heading {
  margin-bottom: 48px;
}

.whilllp-features__title {
  margin: 0 0 14px;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.4;
}

.whilllp-features__lead {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.9;
  color: #777;
}

.whilllp-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.whilllp-feature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  padding: 20px 24px 24px;
  border-radius: 18px;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.05),
    0 4px 10px rgba(0, 0, 0, 0.025);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whilllp-feature-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.08),
    0 6px 14px rgba(0, 0, 0, 0.04);
}

.whilllp-feature-card__number {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #1f78b4;
  letter-spacing: 0.04em;
  opacity: 0.9;
}

.whilllp-feature-card__image {
  margin-bottom: 20px;
}

.whilllp-feature-card__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.whilllp-feature-card__title {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
}

.whilllp-feature-card__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.95;
  color: #444;
}

/* 製品一覧 */
.whilllp-product {
  background: #f7f9fc;
}

.whilllp-product__heading {
  text-align: center;
  margin-bottom: 40px;
}

.whilllp-product__title {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.35;
}

.whilllp-product__lead {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.9;
  color: #666;
}

.whilllp-product__tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 760px;
  margin: 0 auto 56px;
  border: 1px solid #cfd6de;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.whilllp-product__tab {
  appearance: none;
  border: none;
  background: #fff;
  color: #555;
  font-size: 24px;
  font-weight: 700;
  padding: 18px 12px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  border-right: 1px solid #cfd6de;
}

.whilllp-product__tab:last-child {
  border-right: none;
}

.whilllp-product__tab.is-active {
  background: #fff;
  color: #1f78b4;
  font-weight: 800;
  box-shadow: inset 0 0 0 2px #1f78b4;
}

.whilllp-product__panels {
  position: relative;
}

.whilllp-product-panel {
  display: none;
  opacity: 0;
  transform: translateY(10px);
}

.whilllp-product-panel.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.whilllp-product-panel__content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-areas:
    "text image"
    "features image"
    "actions image";
  column-gap: 56px;
  row-gap: 18px;
  align-items: start;
}

.whilllp-product-panel__text {
  grid-area: text;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.whilllp-product-panel__image {
  grid-area: image;
  background: #fff;
  padding: 24px;
  border-radius: 20px;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.08),
    0 8px 16px rgba(0, 0, 0, 0.04);
}

.whilllp-product-panel__features {
  grid-area: features;
  display: grid;
  gap: 20px;
  margin-bottom: 24px;
}

.whilllp-product-panel__actions {
  grid-area: actions;
  display: flex;
  justify-content: center;
  margin-top: 6px;
}

.whilllp-page .whilllp-product-panel__catch {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #666;
}

.whilllp-product-panel__model {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 0;
}

.whilllp-product-panel__model-label {
  font-size: 14px;
  font-weight: 700;
  color: #666;
  padding-bottom: 20px;
}

.whilllp-product-panel__model-letter {
  font-size: clamp(80px, 10vw, 140px);
  font-weight: 700;
  line-height: 0.9;
  color: #999;
  opacity: 0.5;
  letter-spacing: -0.02em;
}

.whilllp-product-point {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: start;
}

.whilllp-product-point__num {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #1f78b4;
}

.whilllp-product-point h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
}

.whilllp-product-point p {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  color: #444;
}

.whilllp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 16px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.whilllp-button--outline {
  border: 1px solid #999;
  color: #444;
  background: #fff;
}

.whilllp-button--outline:hover {
  border-color: #1f78b4;
  color: #1f78b4;
}

.whilllp-button--solid {
  background: #1f78b4;
  color: #fff;
  border: 1px solid #1f78b4;
}

.whilllp-button--solid:hover {
  opacity: 0.9;
}

.whilllp-product-panel__image img {
  width: 100%;
  display: block;
  border-radius: 14px;
}

/* rental */
.whilllp-rental {
  position: relative;
  background: #f7f9fc;
}

.whilllp-rental::before {
  content: "";
  display: block;
  width: min(1100px, calc(100% - 40px));
  height: 1px;
  background: #d9e2ea;
  margin: 0 auto 80px;
}

.whilllp-rental__heading {
  text-align: center;
  margin-bottom: 48px;
}

.whilllp-rental__title {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.35;
}

.whilllp-rental__lead {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.9;
  color: #666;
}

.whilllp-rental__intro {
  margin-bottom: 80px;
}

.whilllp-rental__card {
  background: #fff;
  border-radius: 18px;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.05),
    0 4px 10px rgba(0, 0, 0, 0.025);
  padding: 32px 40px;
  width: 100%;
  margin: 0 auto;
}

.whilllp-rental__card-title {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #1f78b4;
}

.whilllp-rental__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 24px;
}

.whilllp-rental__list li {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.9;
  color: #444;
}

.whilllp-rental__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #1f78b4;
  font-weight: 700;
}

.whilllp-rental__models-wrap {
  margin-bottom: 80px;
}

.whilllp-rental__models-title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #666;
}

.whilllp-rental__model-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 24px;
}

.whilllp-rental__model-item {
  background: #fff;
  border-radius: 14px;
  margin-top: 0;
  margin-bottom: 2px;
  padding: 0 0 10px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.whilllp-rental__model-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 0;
  background: #f5f7fa;
  display: block;
  margin-bottom: 16px;
}

.whilllp-rental__model-name {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
  text-align: center;
}

.whilllp-rental__model-note {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #777;
  text-align: center;
}

.whilllp-rental__price-wrap {
  margin-bottom: 80px;
}

.whilllp-rental__price-title {
  margin: 0 0 24px;
  text-align: center;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  color: #666;
}

.whilllp-rental__prices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.whilllp-rental__price-card {
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.whilllp-rental__plan {
  margin: 0;
  padding: 14px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: #1f78b4;
}

.whilllp-rental__price {
  margin: 0;
  padding: 20px 16px 24px;
  font-size: 18px;
  line-height: 1.5;
  color: #555;
}

.whilllp-rental__price span {
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
  line-height: 1;
  color: #1f78b4;
}

.whilllp-rental__caption {
  margin: 0 0 18px;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  color: #555; 
}

.whilllp-rental__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.whilllp-button--tel {
  min-width: 240px;
  padding: 14px 28px;
  font-size: 20px;
}

/* rental steps */
.whilllp-rental__steps {
  margin-top: 56px;
  margin-bottom: 28px;
}

.whilllp-rental__steps-title {
  margin: 0 0 28px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #666;
}

.whilllp-rental__steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.whilllp-rental-step {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 28px 22px 24px;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.05),
    0 4px 10px rgba(0, 0, 0, 0.025);
  text-align: center;
}

.whilllp-rental-step__num {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: #1f78b4;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 52px;
}

.whilllp-rental-step__icon {
  margin: 6px auto 6px;
}

.whilllp-rental-step__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  opacity: 0.7;
}

.whilllp-rental-step__title {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #666;
}

.whilllp-rental-step__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

/* faq */
.whilllp-faq {
  background: #fff;
  padding: 100px 0;
}

.whilllp-faq__heading {
  text-align: center;
  margin-bottom: 40px;
}

.whilllp-faq__title {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.35;
}

.whilllp-faq__lead {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.9;
  color: #666;
}

.whilllp-faq__list {
  display: grid;
  gap: 14px;
}

.whilllp-faq__item {
  background: #fff;
  border-radius: 16px;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.05),
    0 4px 10px rgba(0, 0, 0, 0.025);
  overflow: hidden;
  margin-bottom: 20px;
}

.whilllp-faq__question {
  font-size: 20px;
  line-height: 1.6;
  width: 100%;
  border: none;
  background: #fff;
  padding: 26px 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  text-align: left;
  cursor: pointer;
}

.whilllp-faq__q,
.whilllp-faq__a {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #1f78b4;
  flex-shrink: 0;
}

.whilllp-faq__question-text {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #666;
}

.whilllp-faq__icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.whilllp-faq__icon::before,
.whilllp-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #333;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.whilllp-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.whilllp-faq__item.is-open .whilllp-faq__icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.whilllp-faq__item.is-open .whilllp-faq__icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.whilllp-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.whilllp-faq__answer-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding-top: 4px;
}

.whilllp-faq__answer-text p {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.9;
  color: #555;
}

.whilllp-faq__answer-text p:last-child {
  margin-bottom: 0;
}

.whilllp-faq__answer-text ul {
  margin: 0 0 12px;
  padding-left: 1.2em;
}

.whilllp-faq__answer-text li {
  font-size: 18px;
  line-height: 1.9;
  color: #555;
}

.whilllp-faq__item:hover {
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.whilllp-faq__item.is-open .whilllp-faq__answer {
  max-height: 500px;
  padding: 0 28px 26px;
}

/* contact message */
.whilllp-contact {
  padding: 0;
}

.whilllp-contact__bg {
  height: 700px;
  background-size: cover;
  background-position: center 38%;
  background-repeat: no-repeat;
}

.whilllp-contact__overlay {
  height: 700px;
  background: rgba(18, 34, 48, 0.30);
  padding: 90px 0;
}

.whilllp-contact__content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.whilllp-contact__title {
  margin: 0 0 24px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.45;
  font-weight: 700;
  color: #fff;
}

.whilllp-contact__text {
  margin: 0 auto 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 2;
  color: rgba(255, 255, 255, 0.94);
}

.whilllp-contact__cta {
  margin: 20px auto 0;
  width: min(520px, 92%);
  max-width: 520px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 22px;
  padding: 30px 32px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
  text-align: center;
}

.whilllp-contact__cta-label {
  margin: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
}

.whilllp-contact__tel {
  display: inline-block;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.01em;
}

.whilllp-contact__tel:hover {
  opacity: 0.88;
}

.whilllp-contact__note {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
}

/* common sections */
.whilllp-section {
  padding: 90px 0;
}

.whilllp-section h2 {
  margin: 0 0 24px;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.4;
}

/* simple header */
.whilllp-simple-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.whilllp-simple-header__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.whilllp-simple-header__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.whilllp-simple-header__logo img {
  display: block;
  height: 42px;
  width: auto;
}

.whilllp-header-nav {
  margin-left: auto;
}

.whilllp-header-nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.whilllp-header-nav__list a {
  color: #222;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.whilllp-header-nav__list a:hover {
  opacity: 0.7;
}


/* responsive */
@media (max-width: 1200px) {
  .whilllp-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .whilllp-simple-header__inner {
    padding: 12px 20px;
    gap: 20px;
  }

  .whilllp-header-nav__list {
    gap: 16px;
  }

  .whilllp-header-nav__list a {
    font-size: 13px;
  }

  .whilllp-slide__image {
    aspect-ratio: 1899 / 795;
    height: auto;
  }

  .whilllp-slider__track {
    min-height: 0;
  }

  .whilllp-life-grid {
    grid-template-columns: 1fr;
  }

  .whilllp-product__tabs {
    max-width: 100%;
  }

  .whilllp-product__tab {
    font-size: 20px;
    padding: 16px 10px;
  }

  .whilllp-product-panel__content {
    grid-template-columns: 1fr;
    grid-template-areas:
      "text"
      "image"
      "features"
      "actions";
    gap: 36px;
  }

  .whilllp-product-panel__image {
    max-width: 560px;
    margin: 0 auto;
  }

  .whilllp-rental__model-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .whilllp-rental__prices {
    grid-template-columns: 1fr;
  }

  .whilllp-rental__steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .whilllp-faq__question-text {
    font-size: 22px;
  }

  .whilllp-faq__answer-text p,
  .whilllp-faq__answer-text li {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .sp-br {
    display: inline;
  }

  /* simple header */
  .whilllp-header-nav {
    display: none;
  }

  .whilllp-simple-header__inner {
    padding: 12px 16px;
  }

  .whilllp-simple-header__logo img {
    height: 34px;
  }

  .whilllp-page section[id] {
    scroll-margin-top: 72px;
  }

  /* slider */
  .whilllp-slider__track {
    min-height: 0;
  }

  .whilllp-slide__image {
    aspect-ratio: auto;
    height: auto;
    background: #f3f5f7;
  }

  .whilllp-slide__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center center;
  }

  .whilllp-slider__arrow {
    width: 42px;
    height: 42px;
    font-size: 28px;
    background: rgba(255, 255, 255, 0.82);
    top: 50%;
    transform: translateY(-50%);
  }

  .whilllp-slider__arrow--prev {
    left: 10px;
  }

  .whilllp-slider__arrow--next {
    right: 10px;
  }

  /* message */
  .whilllp-kv-message,
  .whilllp-section,
  .whilllp-about {
    padding: 56px 10px;
  }

  .whilllp-main-copy {
    margin-bottom: 36px;
  }

  .whilllp-message {
    padding: 48px 10px;
  }

  .whilllp-message p:not(.whilllp-message-bridge) {
    font-size: 15px;
    line-height: 1.9;
  }

  .whilllp-message-bridge {
    font-size: 18px;
    margin: 40px 0;
  }

  .whilllp-logos {
    gap: 14px;
    margin-bottom: 36px;
  }

  .whilllp-logos img:first-child {
    height: 52px;
  }

  .whilllp-logos img:last-child {
    height: 48px;
  }

  /* life */
  .whilllp-life {
    padding: 28px 0 44px;
    overflow: hidden;
  }

  .whilllp-life .whilllp-inner {
    width: 100%;
    margin: 0;
    padding: 0 16px;
  }

  .whilllp-life-grid {
    display: grid;
    grid-template-columns: unset;
    grid-auto-flow: column;
    grid-auto-columns: 78%;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scroll-padding-left: 16px;
    scroll-snap-type: x proximity;
    scroll-snap-align: start;
    -webkit-overflow-scrolling: touch;
  }

  .whilllp-life-grid img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    scroll-snap-align: start;
  }

  .whilllp-life-grid::-webkit-scrollbar {
    display: none;
  }

  /* about */
  .whilllp-about__wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }

  .whilllp-about__content {
    display: contents;
    max-width: 100%;
  }

  .whilllp-about__image {
    max-width: 100%;
  }

  .whilllp-about__title {
    order: 1;
    margin-bottom: 0;
  }

  .whilllp-about__lead {
    order: 2;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.7;
  }

  .whilllp-about__image {
    order: 3;
    margin: 4px 0;
    padding-top: 0;
  }

  .whilllp-about__text {
    order: 4;
    margin-top: 4px;
    font-size: 15px;
    line-height: 1.9;
  }

  .whilllp-about__image img {
    width: 100%;
    border-radius: 12px;
  }

  /* 特徴 */
  .whilllp-features__heading {
    margin-bottom: 36px;
  }

  .whilllp-features__lead {
    font-size: 18px;
  }

  .whilllp-features__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .whilllp-feature-card {
    padding: 16px;
    border-radius: 14px;
  }

  .whilllp-feature-card__number {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .whilllp-feature-card__title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .whilllp-feature-card__text {
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 0;
  }

  /* 製品紹介 */
  .whilllp-product__heading {
    margin-bottom: 24px;
  }

  .whilllp-product__title {
    font-size: 30px;
    line-height: 1.35;
  }

  .whilllp-product__lead {
    font-size: 18px;
    line-height: 1.9;
  }

  .whilllp-product__tabs {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 28px;
  }

  .whilllp-product__tab {
    font-size: 17px;
    padding: 14px 10px;
    border-bottom: 1px solid #cfd6de;
  }

  .whilllp-product__tab:nth-child(2n) {
    border-right: none;
  }

  .whilllp-product__tab:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .whilllp-product-panel__content {
    grid-template-columns: 1fr;
    grid-template-areas:
      "text"
      "image"
      "features"
      "actions";
    gap: 0;
  }

  .whilllp-product-panel__text {
    display: block;
  }

  .whilllp-page .whilllp-product-panel__catch {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
  }

  .whilllp-product-panel__model {
    display: none;
  }

  .whilllp-product-panel__image {
    margin: 0 0 18px;
    padding: 14px;
    border-radius: 16px;
  }

  .whilllp-product-panel__features {
    gap: 18px;
    margin-bottom: 20px;
  }

  .whilllp-product-point {
    display: block;
  }

  .whilllp-product-point__num {
    display: block;
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 1;
  }

  .whilllp-product-point h3 {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.5;
  }

  .whilllp-product-point p {
    margin: 0;
    font-size: 15px;
    line-height: 1.85;
  }

  .whilllp-product-panel__actions {
    margin-top: 0;
  }

  .whilllp-button {
    width: 100%;
    min-width: 0;
    padding: 15px 20px;
  }

  /* レンタル */
  .whilllp-rental::before {
    margin: 0 auto 48px;
  }

  .whilllp-rental__heading {
    margin-bottom: 32px;
  }

  .whilllp-rental__title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 14px;
  }

  .whilllp-rental__lead {
    font-size: 18px;
    line-height: 1.9;
  }

  .whilllp-rental__intro {
    margin-bottom: 32px;
  }

  .whilllp-rental__card {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .whilllp-rental__card-title {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .whilllp-rental__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .whilllp-rental__list li {
    font-size: 15px;
    line-height: 1.8;
    padding-left: 24px;
  }

  .whilllp-rental__models-wrap {
    margin-top: 50px;
  }

  .whilllp-rental__models-title {
    font-size: 24px;
  }

  .whilllp-rental__model-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .whilllp-rental__model-item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 0;
    display: block;
    margin-bottom: 10px;
  }
  
  .whilllp-rental__model-name {
    margin: 0 8px 4px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
  }

  .whilllp-rental__model-note {
    margin: 0 8px;
    font-size: 12px;
    line-height: 1.5;
    color: #666;
    text-align: center;
  }

  .whilllp-rental__prices {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .whilllp-rental__price-wrap {
    margin-top: 50px;
  }

  .whilllp-rental__price-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .whilllp-rental__price-card {
    border-radius: 14px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  }

  .whilllp-rental__price-card .whilllp-rental__plan {
    font-size: 18px;
    padding: 13px 12px;
    line-height: 1.35;
  }

  .whilllp-rental__price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    padding: 12px 16px 10px;
    font-size: 17px;
    line-height: 1.3;
  }

  .whilllp-rental__price span {
    font-size: 44px;
    line-height: 1;
    letter-spacing: -0.02em;
  }

  .whilllp-rental__price small {
    font-size: 14px;
    color: #777;
  }

  /* ご利用手順 */  

  .whilllp-rental__steps {
  margin-top: 50px;
  margin-bottom: 20px;
}

.whilllp-rental__steps-title {
  font-size: 24px;
  margin-bottom: 18px;
  line-height: 1.4;
}

.whilllp-rental__steps-grid {
  grid-template-columns: 1fr;
  gap: 14px;
}

.whilllp-rental-step {
  border-radius: 14px;
  padding: 18px 18px 16px;
}

.whilllp-rental-step__num {
  width: 42px;
  height: 42px;
  font-size: 17px;
  line-height: 42px;
  margin-bottom: 10px;
}

.whilllp-rental-step__icon {
  margin: 4px auto 6px;
}

.whilllp-rental-step__icon img {
  width: 22px;
  height: 22px;
}

.whilllp-rental-step__title {
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 1.4;
}

.whilllp-section .whilllp-rental-step__text {
  font-size: 15px;
  line-height: 1.4;
}

.whilllp-rental__caption {
  margin: 18px 0 16px;
  font-size: 15px;
  line-height: 1.9;
  padding: 0 8px;
}

.whilllp-rental__actions {
  margin-top: 0;
}

.whilllp-button--tel {
  width: 100%;
  max-width: 330px;
  min-width: 0;
  padding: 16px 20px;
  font-size: 18px;
}

   /* faq */   
  .whilllp-faq__heading {
    margin-bottom: 28px;
  }

  .whilllp-faq__lead {
    font-size: 18px;
  }

  .whilllp-faq__item {
    border-radius: 14px;
  }

  .whilllp-faq__question {
    padding: 20px 18px;
    gap: 10px;
  }

  .whilllp-faq__q,
  .whilllp-faq__a {
    font-size: 18px;
  }

  .whilllp-faq__question-text {
    font-size: 18px;
    line-height: 1.5;
  }

  .whilllp-faq__icon {
    width: 20px;
    height: 20px;
  }

  .whilllp-faq__answer {
    padding: 0 18px 20px;
  }

  .whilllp-faq__answer-inner {
    gap: 10px;
  }

  .whilllp-faq__answer-text p,
  .whilllp-faq__answer-text li {
    font-size: 15px;
    line-height: 1.75;
  }
  .whilllp-contact__overlay {
    padding: 84px 0;
  }

  .whilllp-contact__title {
    margin-bottom: 18px;
    line-height: 1.4;
  }

  .whilllp-contact__text {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.9;
  }

  .whilllp-contact__cta {
    width: 100%;
    max-width: 320px;
    padding: 22px 20px;
    border-radius: 18px;
  }

  .whilllp-contact__tel {
    font-size: 28px;
  }

  .whilllp-simple-header__inner {
    padding: 12px 16px;
  }

  .whilllp-simple-header__logo img {
    height: 34px;
  }
  .wp-block-navigation__container {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px;
    text-align: center;
  }
}