/* ==========================================================================
   菱和パレス錦糸町LP（conceptroom-kinshicho）
   固定ページテンプレート page-lp-conceptroom-kinshicho.php 専用CSS
   ========================================================================== */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #FBF8F3;
  color: #2A2622;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

a {
  color: #A87A50;
  text-decoration: none;
}

a:hover {
  color: #8A5F3A;
}

@keyframes hpk-cta-shine {
  0% {
    transform: translateX(-120%) skewX(-20deg);
  }
  60%,
  100% {
    transform: translateX(320%) skewX(-20deg);
  }
}

@keyframes hpk-float-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* ---- ページ全体ラッパー ---- */
.hpk-page {
  width: 100%;
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #2A2622;
  background: #FBF8F3;
  padding-bottom: 68px;
}

/* ---- 見出し共通パーツ ---- */
.hpk-eyebrow {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  color: #A87A50;
  margin-bottom: 10px;
  text-align: center;
}

.hpk-eyebrow--present {
  color: #D9752A;
}

.hpk-eyebrow--payment {
  color: #FFF0D8;
}

.hpk-h2 {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(25px, 4vw, 38px);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
}

.hpk-h2--sm {
  font-size: clamp(22px, 3.4vw, 30px);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 20px;
}

.hpk-h2--present {
  margin: 0 0 14px;
  font-size: clamp(19px, 3.4vw, 34px);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.55;
}

/* ---- ヘッダー ---- */
.hpk-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 18px;
  background: #FFFFFF;
}

.hpk-header-logo {
  display: flex;
  align-items: center;
}

.hpk-header-logo img {
  display: block;
  height: 36px;
  width: auto;
}

.hpk-header-tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  color: #2A2622;
}

.hpk-header-tel:hover {
  color: #A87A50;
}

.hpk-header-tel-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #8C8175;
}

.hpk-header-tel-num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.02em;
}

/* ---- CTAボタン共通（複数セクションで使い回し） ---- */
.hpk-cta {
  position: relative;
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 20px 24px;
  text-align: center;
  background: linear-gradient(180deg, #CC6E4E 0%, #B5573A 48%, #98452B 100%);
  color: #FFFFFF;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: none;
  border-radius: 6px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  box-shadow: 0 6px 0 #7C3721, 0 12px 24px rgba(124, 55, 33, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 2px rgba(58, 46, 36, 0.45);
  overflow: hidden;
}

.hpk-cta:hover {
  filter: brightness(1.06);
  color: #FFFFFF;
}

.hpk-cta:active {
  transform: translateY(4px);
  box-shadow: 0 2px 0 #7C3721, 0 6px 14px rgba(124, 55, 33, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.hpk-cta-shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 36%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  animation: hpk-cta-shine 3.4s ease-in-out infinite;
  pointer-events: none;
}

.hpk-hero-cta {
  margin-top: 14px;
}

/* モバイル・タブレット幅：背景写真の猫とCTAが重ならないよう間隔をあける */
@media (max-width: 1023px) {
  .hpk-hero-cta {
    margin-top: clamp(110px, 16vh, 150px);
  }
}

.hpk-room-cta {
  margin-top: 30px;
}

.hpk-layout-cta,
.hpk-access-cta,
.hpk-present-cta {
  margin-top: 34px;
}

/* ---- ヒーロー ---- */
.hpk-hero {
  position: relative;
  min-height: 86vh;
  display: flex;
  align-items: flex-start;
  background-image:
    linear-gradient(to bottom, rgba(24, 20, 17, 0.5) 0%, rgba(24, 20, 17, 0.34) 38%, rgba(24, 20, 17, 0.06) 62%, rgba(24, 20, 17, 0.14) 100%),
    url("hero-arch.jpg");
  background-size: cover;
  background-position: 72% 40%;
}

/* PC幅のみFV背景をリビング全景カットに差し替え */
@media (min-width: 1024px) {
  .hpk-hero {
    background-image:
      linear-gradient(to bottom, rgba(24, 20, 17, 0.5) 0%, rgba(24, 20, 17, 0.34) 38%, rgba(24, 20, 17, 0.06) 62%, rgba(24, 20, 17, 0.14) 100%),
      url("p01-900x600.jpg");
    background-position: center 35%;
  }
}

.hpk-hero-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 34px 22px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: hpk-float-in 0.9s ease both;
}

.hpk-hero-badge {
  align-self: center;
  margin-bottom: 16px;
  padding: 6px 18px;
  background: rgba(24, 20, 17, 0.42);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 251, 244, 0.45);
  border-radius: 2px;
}

.hpk-hero-badge-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  white-space: nowrap;
  color: #FFFBF4;
}

.hpk-hero-title {
  margin: 0 0 14px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 5.8vw, 58px);
  line-height: 1.4;
  color: #FFFFFF;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-shadow: 0 2px 16px rgba(24, 20, 17, 0.8);
}

.hpk-hero-tags {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 6px;
  margin-bottom: 26px;
}

.hpk-hero-tag {
  padding: 5px 9px;
  background: rgba(255, 253, 250, 0.78);
  border: 1px solid rgba(255, 253, 250, 0.9);
  color: #2A2622;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  backdrop-filter: blur(3px);
}

.hpk-hero-gift {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 560px;
  margin-top: clamp(110px, 16vh, 150px);
  padding: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72) 0%, rgba(237, 244, 246, 0.72) 100%);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 26px rgba(24, 20, 17, 0.22);
}

.hpk-hero-gift-icon {
  width: 104px;
  height: 104px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 50%;
}

.hpk-hero-gift-icon img {
  display: block;
  max-width: 100%;
  max-height: 92px;
  width: auto;
  height: auto;
}

.hpk-hero-gift-body {
  flex: 1 1 auto;
}

.hpk-hero-gift-badge {
  display: inline-block;
  padding: 5px 10px;
  background: #BEDCE6;
  color: #25505C;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  margin-bottom: 8px;
}

.hpk-hero-gift-label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #4A7583;
  margin-bottom: 4px;
}

.hpk-hero-gift-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: #3A2E24;
  letter-spacing: 0;
  word-break: keep-all;
}

.hpk-hero-gift-text span {
  white-space: nowrap;
}

/* ---- CONCEPT ---- */
.hpk-concept {
  max-width: 840px;
  margin: 0 auto;
  padding: clamp(38px, 6vw, 72px) 22px;
  text-align: center;
}

.hpk-concept-title {
  margin: 0 0 26px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(21px, 4.2vw, 42px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.hpk-concept-lead {
  margin: 0 auto;
  max-width: 600px;
  font-size: 17px;
  line-height: 2.05;
  color: #4F4841;
  letter-spacing: 0.03em;
  text-align: left;
  text-wrap: pretty;
}

/* ---- ROOM（完成予想パース） ---- */
.hpk-room {
  padding: 0 22px clamp(48px, 7vw, 80px);
}

.hpk-room-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.hpk-room-head {
  margin-bottom: 38px;
}

.hpk-room-grid {
  display: grid;
  gap: 24px;
}

.hpk-room-figure {
  margin: 0;
}

.hpk-room-img {
  display: block;
  width: 100%;
  height: auto;
  background: #E4DCD0;
}

.hpk-room-caption {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.8;
  color: #5E564C;
}

.hpk-room-note {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.9;
  color: #8C8175;
}

/* ---- POINT（6つの魅力） ---- */
.hpk-point {
  background: #F3EDE3;
  padding: clamp(38px, 6vw, 70px) 22px;
}

.hpk-point-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.hpk-point-head {
  text-align: center;
  margin-bottom: 44px;
}

.hpk-point-list {
  max-width: 600px;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 26px 24px;
  display: grid;
  gap: 12px;
}

.hpk-point-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.hpk-point-check {
  color: #D9752A;
  flex: 0 0 auto;
}

.hpk-point-text {
  flex: 1 1 auto;
}

.hpk-point-figure {
  max-width: 600px;
  margin: 14px auto 0;
}

.hpk-point-img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.hpk-point-caption {
  margin-top: 10px;
  font-size: 13px;
  color: #6E655B;
  text-align: center;
}

/* ---- LAYOUT（間取り） ---- */
.hpk-layout {
  background: #F3EDE3;
  padding: clamp(38px, 6vw, 70px) 22px;
}

.hpk-layout-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(30px, 5vw, 60px);
  align-items: start;
}

.hpk-layout-desc {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 2;
  color: #4F4841;
  text-wrap: pretty;
}

.hpk-layout-spec {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 20px;
  font-size: 16px;
}

.hpk-layout-spec dt {
  margin: 0;
  color: #8C8175;
  white-space: nowrap;
}

.hpk-layout-spec dd {
  margin: 0;
  font-weight: 500;
}

.hpk-layout-figure {
  margin: 0;
  background: #FFFFFF;
  padding: 18px;
}

.hpk-layout-plan-img {
  display: block;
  width: 100%;
  height: auto;
}

/* ---- ACCESS（アクセス） ---- */
.hpk-access {
  padding: clamp(38px, 6vw, 72px) 22px;
}

.hpk-access-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.hpk-access-head {
  margin-bottom: 38px;
}

.hpk-access-desc {
  margin: 0;
  max-width: 620px;
  font-size: 17px;
  line-height: 2;
  color: #4F4841;
  text-wrap: pretty;
}

.hpk-access-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.hpk-access-figure {
  margin: 0;
}

.hpk-access-img {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: cover;
  background: #E4DCD0;
}

.hpk-access-caption {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}

.hpk-access-caption-sub {
  font-weight: 400;
  color: #6E655B;
}

.hpk-access-map {
  display: block;
  width: 100%;
  height: 240px;
  border: 0;
}

.hpk-access-map-text {
  margin: 14px 0 0;
  font-size: 16px;
  color: #5E564C;
}

/* ---- PAYMENT（月々のお支払い） ---- */
.hpk-payment {
  background: #8F7A5E;
  color: #FFFCF6;
  padding: clamp(38px, 6vw, 70px) 22px;
}

.hpk-payment-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.hpk-payment-head {
  text-align: center;
  margin-bottom: 40px;
}

.hpk-payment-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-bottom: 28px;
}

.hpk-payment-price-label {
  font-size: 16px;
  color: #FFFCF6;
}

.hpk-payment-price-num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(42px, 7vw, 66px);
  line-height: 1;
}

.hpk-payment-price-unit {
  font-size: 18px;
}

.hpk-payment-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  font-size: 15px;
  color: #FFFCF6;
}

.hpk-payment-note {
  margin: 18px 0 0;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
  color: rgba(255, 252, 246, 0.72);
}

/* スマホ幅のみ：左寄せ＋文字を小さく */
@media (max-width: 600px) {
  .hpk-payment-note {
    font-size: 11px;
    text-align: left;
  }
}

/* ---- PRESENT（来場プレゼント） ---- */
.hpk-present {
  background: #F6EFE3;
  padding: clamp(38px, 6vw, 70px) 22px;
}

.hpk-present-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.hpk-present-head {
  text-align: center;
  margin-bottom: 40px;
}

.hpk-present-sub {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #D9752A;
}

.hpk-present-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: clamp(26px, 5vw, 54px);
  align-items: center;
  background: #FFFFFF;
  padding: clamp(26px, 4vw, 46px);
}

.hpk-present-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hpk-present-img-wrap img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.hpk-present-title {
  margin: 0 0 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(21px, 2.8vw, 27px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.hpk-present-desc {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.95;
  color: #4F4841;
  text-wrap: pretty;
}

.hpk-present-conditions {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  background: #F6EFE3;
}

.hpk-present-conditions-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #D9752A;
  margin-bottom: 6px;
}

.hpk-present-conditions-item {
  font-size: 12px;
  line-height: 1.7;
  color: #4F4841;
}

.hpk-present-notes {
  margin: 16px 0 0;
  padding-left: 0;
  list-style: none;
  font-size: 12px;
  line-height: 1.8;
  color: #8C8175;
}

.hpk-present-notes li {
  white-space: nowrap;
}

/* ---- OUTLINE（物件概要） ---- */
.hpk-outline {
  padding: clamp(38px, 6vw, 72px) 22px;
}

.hpk-outline-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.hpk-outline-head {
  margin-bottom: 34px;
  text-align: center;
}

.hpk-outline-table {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(78px, 110px) 1fr;
  gap: 1px;
  background: #E4DCD0;
  font-size: 13px;
  line-height: 1.6;
}

.hpk-outline-table dt {
  margin: 0;
  padding: 8px 8px;
  background: #F3EDE3;
  color: #5E564C;
  font-size: 12px;
}

.hpk-outline-table dd {
  margin: 0;
  padding: 8px 12px;
  background: #FFFFFF;
}

/* ---- 追従固定CTA ---- */
.hpk-fixed-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  display: flex;
  background: #4A3D2F;
}

.hpk-fixed-cta-btn {
  flex: 1 1 0;
  padding: 19px 8px;
  text-align: center;
  background: #B5573A;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.hpk-fixed-cta-btn:hover {
  background: #98452B;
  color: #FFFFFF;
}
