html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* was: @media screen and (max-width: 768px) */

  html {
    font-size: 50%;
  }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.6;
  background: #eef2f8;
  overflow-x: hidden;
}
.inner {
  max-width: 1040px;
  margin: 0 auto;
  width: 95%;
  padding: 0 16px;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
a:hover {
  opacity: 0.7;
}
.pc-only {
  display: block;
}

/* was: @media screen and (max-width: 768px) */

  .pc-only {
    display: none;
  }

.sp-only {
  display: none;
}

/* was: @media screen and (max-width: 768px) */

  .sp-only {
    display: block;
  }

.inner {
  width: 1120px;
  margin: 0 auto;
  max-width: 100%;
}
.base {
  padding: clamp(40px, 33.1034482759px + 0.0183908046 * 100vw, 41.01px) 0;
}
.base .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(24px, 20.5517241379px + 0.0091954023 * 100vw, 24.51px);
}
.text-center {
  text-align: center;
}
.ttl {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(28px, 24.5517241379px + 0.0091954023 * 100vw, 28.51px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 4px;
  text-align: left;
  margin-bottom: 0;
}
.ttl .en {
  color: #0a3a78;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Allison", cursive;
  font-size: clamp(48px, 36.5057471264px + 0.030651341 * 100vw, 49.69px);
  font-style: normal;
  font-weight: 400;
  line-height: 60%;
  display: inline-block;
  margin-bottom: clamp(18px, 18.5747126437px + -0.001532567 * 100vw, 16px);
}
.ttl .marker {
  display: inline;
  background: -webkit-linear-gradient(transparent calc(100% - 17px), #ffa600 0);
  background: linear-gradient(transparent calc(100% - 17px), #ffa600 0);
}
.ttl .ttl-back {
  border-radius: 8px;
  background: #0a3a78;
  padding: 8px clamp(4px, 1.1264367816px + 0.0076628352 * 100vw, 4.42px);
  display: inline-block;
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 22.8505747126px + 0.0030651341 * 100vw, 24.17px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.8px;
}
.ttl.text-center {
  text-align: center;
}
.inner-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.inner-btn a {
  display: block;
  width: 400px;
  max-width: 90%;
  margin: 0 auto;
}
.inner-btn p {
  color: #222;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(12px, 10.8505747126px + 0.0030651341 * 100vw, 12.17px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.inner-btn img {
  width: 100%;
  height: auto;
}
.head {
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

/* was: @media screen and (max-width: 768px) */

  .head {
    gap: 10px;
  }

.head-logo {
  padding: 0 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* was: @media screen and (max-width: 768px) */

  .head-logo {
    padding: 0;
    padding-left: 12px;
  }

.head-logo img {
  width: 118px;
  aspect-ratio: 59/27;
}

/* was: @media screen and (max-width: 768px) */

  .head-logo img {
    width: clamp(72px, 22vw, 92px);
  }

.head-btn {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 220px;
  -ms-flex: 0 1 220px;
  flex: 0 1 220px;
  min-width: 0;
}
.head-btn img {
  display: block;
  width: 100%;
  height: auto;
}

/* was: @media screen and (max-width: 768px) */

  .head-btn {
    -webkit-flex-basis: min(120px, 50vw);
    -ms-flex-preferred-size: min(120px, 50vw);
    flex-basis: min(120px, 50vw);
  }

.mv {
  position: relative;
  margin-bottom: clamp(40px, 33.1034482759px + 0.0183908046 * 100vw, 41.01px);
}
.mv > picture {
  position: relative;
}
.mv-btnarea {
  position: absolute;
  bottom: 35%;
  margin: auto;
  left: 0;
  right: 0;
  width: 48.5714285714vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

/* was: @media screen and (max-width: 768px) */

  .mv-btnarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    width: 80%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 18%;
  }
  .mv-btnarea__tokuten {
    width: 80%;
    display: inline-block;
  }

.discription {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(24px, 20.5517241379px + 0.0091954023 * 100vw, 24.51px);
}
.discription .inner {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.sub-ttl {
  position: relative;
}
.sub-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: -1;
}
.sub-ttl h3 {
  color: #222;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(20px, 17.7011494253px + 0.0061302682 * 100vw, 20.34px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  background: #eef2f8;
  display: inline-block;
  padding-right: 12px;
}
.discription-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
}

/* was: @media screen and (max-width: 480px) */

  .discription-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

.discription-contents .img {
  width: clamp(360px, 259.024137931px + 0.2692689655 * 100vw, 374.81px);
}

/* was: @media screen and (max-width: 768px) */

  .discription-contents .img {
    width: 80%;
  }

.discription-contents .img {
  aspect-ratio: 711.396/577.315;
  overflow: hidden;
  position: relative;
}
.discription-contents .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.discription-contents .img .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
}
.discription-contents .text {
  width: 360px;
  max-width: 100%;
}
.discription-contents .text .property-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.discription-contents .text .property-detail__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.discription-contents
  .text
  .property-detail__line--address
  .property-detail__value {
  padding-left: 0;
}
.discription-contents .text .property-detail__label {
  min-width: 128px;
  margin: 0;
  color: #0a3a78;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.discription-contents .text .property-detail__value {
  margin: 0;
  color: #222;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.discription-contents .text .property-detail__price {
  margin-top: 8px;
  padding: 16px 0;
  border-top: 2px dotted #0a3a78;
  border-bottom: 2px dotted #0a3a78;
}
.discription-contents .text .property-detail__amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 6px;
  margin: 0;
  color: #222;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  line-height: 120%;
}
.discription-contents .text .property-detail__amount-number {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.discription-contents .text .property-detail__amount-unit {
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 4px;
}
.discription-contents .text .property-detail__amount-note {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 6px;
}
.discription-contents .text .property-detail__tags {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.discription-contents .text .property-detail__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  padding: 0 7px 2px 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #fdffe6;
  color: #222;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  white-space: nowrap;
}
.model-gallery {
  width: 100%;
}
.model-gallery__slider {
  margin: 0 -8px;
}
.model-gallery__slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.model-gallery__slider:not(.slick-initialized) .model-gallery__slide {
  width: calc((100% - 48px) / 4);
}

/* was: @media screen and (max-width: 768px) */

  .model-gallery__slider:not(.slick-initialized) .model-gallery__slide {
    width: calc((100% - 16px) / 2);
  }

.model-gallery__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.model-gallery__slider .slick-slide {
  height: auto;
  padding: 0 8px;
}
.model-gallery__slider .slick-slide > div {
  height: 100%;
}
.model-gallery__slide {
  height: auto;
}
.model-gallery__card {
  position: relative;
  width: 100%;
  aspect-ratio: 266.828/219.753;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #d7d7d7;
}
.model-gallery__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.model-gallery__open {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border: 2px solid #222;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 0.82);
  cursor: pointer;
  -webkit-transition:
    opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}
.model-gallery__open::before,
.model-gallery__open::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #222;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.model-gallery__open::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.model-gallery__open:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.model-gallery__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 39px;
  padding: 8px 0 11px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  background: rgba(52, 116, 72, 0.85);
  background-blend-mode: multiply;
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

/* was: @media screen and (max-width: 768px) */

  .model-gallery__caption {
    min-height: 34px;
    padding: 6px 10px 8px;
    font-size: 13px;
  }

.floor-gallery {
  width: 100%;
  overflow: hidden;
}
.floor-gallery__plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 36px;
  margin-bottom: 32px;
}

/* was: @media screen and (max-width: 768px) */

  .floor-gallery__plans {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 24px;
  }

.floor-gallery__plan {
  position: relative;
}
.floor-gallery__plan img {
  display: block;
  width: 100%;
  height: auto;
}
.floor-gallery__pin,
.floor-gallery__open {
  position: absolute;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 2px solid #222;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 0.86);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition:
    opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}
.floor-gallery__pin::before,
.floor-gallery__pin::after,
.floor-gallery__open::before,
.floor-gallery__open::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  border-radius: 2px;
  background: #222;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.floor-gallery__pin::after,
.floor-gallery__open::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.floor-gallery__pin:hover,
.floor-gallery__open:hover {
  opacity: 0.82;
}

/* was: @media screen and (max-width: 768px) */

  .floor-gallery__pin,
  .floor-gallery__open {
    width: 30px;
    height: 30px;
  }
  .floor-gallery__pin::before,
  .floor-gallery__pin::after,
  .floor-gallery__open::before,
  .floor-gallery__open::after {
    width: 13px;
  }

.floor-gallery__pin--01 {
  left: 24%;
  top: 56%;
}
.floor-gallery__pin {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.floor-gallery__pin:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
  transform: translate(-50%, -50%) scale(1.06);
}
.floor-gallery__pin--02 {
  left: 55%;
  top: 56%;
}
.floor-gallery__pin--03 {
  left: 84%;
  top: 51%;
}
.floor-gallery__pin--04 {
  left: 86%;
  top: 68%;
}
.floor-gallery__pin--05 {
  left: 16%;
  top: 76%;
}
.floor-gallery__pin--06 {
  left: 16%;
  top: 93%;
}
.floor-gallery__pin--07 {
  left: 46%;
  top: 92%;
}
.floor-gallery__pin--08 {
  left: 63%;
  top: 28%;
}
.floor-gallery__pin--09 {
  left: 46%;
  top: 66%;
}
.floor-gallery__slider {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
.floor-gallery__slider .slick-list {
  overflow: visible;
}
.floor-gallery__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.floor-gallery__slider .slick-slide {
  width: 251.548px;
  height: auto;
  margin: 0 8px;
  padding: 0;
}
.floor-gallery__slider .slick-slide > div {
  height: 100%;
}

/* was: @media screen and (max-width: 768px) */

  .floor-gallery__slider .slick-slide {
    width: 178px;
    margin: 0 8px;
  }

.floor-gallery__slide {
  height: auto;
}
.floor-gallery__card {
  position: relative;
  width: 251.548px;
  height: 387.807px;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #d7d7d7;
}
.floor-gallery__card img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* was: @media screen and (max-width: 768px) */

  .floor-gallery__card {
    width: 178px;
    height: 274px;
    border-radius: 12px;
  }

.floor-gallery__open {
  top: 14px;
  right: 14px;
}
.floor-summary {
  display: grid;
  grid-template-columns: minmax(0, 449.229px) 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 36px;
  width: 100%;
  margin-top: 40px;
}

/* was: @media screen and (max-width: 768px) */

  .floor-summary {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
  }

.floor-summary__image {
  width: 100%;
  aspect-ratio: 449.229/387.807;
  overflow: hidden;
  border-radius: 16px;
}
.floor-summary__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.floor-summary__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.floor-summary__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* was: @media screen and (max-width: 768px) */

  .floor-summary__row {
    grid-template-columns: 1fr;
  }

.floor-summary__item {
  position: relative;
  padding: 10px 16px 10px 18px;
  border-bottom: 1px dotted #000;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.6px;
}
.floor-summary__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: calc(100% - 18px);
  background: #222;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* was: @media screen and (max-width: 768px) */

  .floor-summary__item {
    padding: 9px 12px 9px 16px;
    font-size: 14px;
    letter-spacing: 1px;
  }

body.is-lightbox-open {
  overflow: hidden;
}
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 32px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.gallery-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

/* was: @media screen and (max-width: 768px) */

  .gallery-lightbox {
    padding: 20px;
  }

.gallery-lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
}
.gallery-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
}
.gallery-lightbox__image {
  display: block;
  width: 100%;
  max-height: 82vh;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
  background: #111;
}
.gallery-lightbox__caption {
  margin: 12px 0 0;
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.gallery-lightbox__close,
.gallery-lightbox__nav {
  position: absolute;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 0.9);
  cursor: pointer;
  -webkit-transition:
    opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}
.gallery-lightbox__close:hover,
.gallery-lightbox__nav:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.gallery-lightbox__close {
  top: -18px;
  right: -18px;
  width: 40px;
  height: 40px;
}
.gallery-lightbox__close::before,
.gallery-lightbox__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #222;
}
.gallery-lightbox__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.gallery-lightbox__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* was: @media screen and (max-width: 768px) */

  .gallery-lightbox__close {
    top: -16px;
    right: -8px;
    width: 36px;
    height: 36px;
  }

.gallery-lightbox__nav {
  top: 50%;
  width: 44px;
  height: 44px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery-lightbox__nav:hover {
  -webkit-transform: translateY(-50%) scale(1.05);
  transform: translateY(-50%) scale(1.05);
}
.gallery-lightbox__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 3px solid #222;
  border-left: 3px solid #222;
}

/* was: @media screen and (max-width: 768px) */

  .gallery-lightbox__nav {
    width: 38px;
    height: 38px;
  }

.gallery-lightbox__nav--prev {
  left: -22px;
}
.gallery-lightbox__nav--prev::before {
  -webkit-transform: translate(-35%, -50%) rotate(-45deg);
  transform: translate(-35%, -50%) rotate(-45deg);
}

/* was: @media screen and (max-width: 768px) */

  .gallery-lightbox__nav--prev {
    left: -10px;
  }

.gallery-lightbox__nav--next {
  right: -22px;
}
.gallery-lightbox__nav--next::before {
  -webkit-transform: translate(-65%, -50%) rotate(135deg);
  transform: translate(-65%, -50%) rotate(135deg);
}

/* was: @media screen and (max-width: 768px) */

  .gallery-lightbox__nav--next {
    right: -10px;
  }

.cta .inner p {
  color: #222;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(15px, 14.1379310345px + 0.0022988506 * 100vw, 15.13px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.visit-benefit {
  width: 720px;
  max-width: 100%;
  min-height: 239.698px;
  padding: 32px 50px 40px;
  border: 4px solid var(--gra2, #f9e58c);
  border-radius: 40px;
  background: -webkit-linear-gradient(
    348deg,
    rgba(239, 201, 129, 0.3) -15.89%,
    rgba(242, 215, 143, 0.3) 19.16%,
    rgba(248, 240, 228, 0.3) 59.76%,
    rgba(197, 133, 17, 0.3) 118.8%,
    rgba(228, 183, 108, 0.3) 150.17%,
    rgba(238, 198, 135, 0.3) 159.39%
  );
  background: linear-gradient(
    102deg,
    rgba(239, 201, 129, 0.3) -15.89%,
    rgba(242, 215, 143, 0.3) 19.16%,
    rgba(248, 240, 228, 0.3) 59.76%,
    rgba(197, 133, 17, 0.3) 118.8%,
    rgba(228, 183, 108, 0.3) 150.17%,
    rgba(238, 198, 135, 0.3) 159.39%
  );
}

/* was: @media screen and (max-width: 768px) */

  .visit-benefit {
    min-height: auto;
    padding: 24px 18px 28px;
    border-radius: 28px;
  }

.visit-benefit__heading {
  margin: 0 0 30px;
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.8px;
}

/* was: @media screen and (max-width: 768px) */

  .visit-benefit__heading {
    margin-bottom: 20px;
    font-size: 22px;
    letter-spacing: 1.8px;
    line-height: 130%;
  }

.visit-benefit__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

/* was: @media screen and (max-width: 768px) */

  .visit-benefit__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
  }

.visit-benefit__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 106px;
  padding: 18px 26px;
  border: 1.5px solid #161d27;
  border-radius: 24px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.visit-benefit__item--paypay {
  border-color: #f03;
}

/* was: @media screen and (max-width: 768px) */

  .visit-benefit__item {
    min-height: 92px;
    padding: 16px 18px;
    border-radius: 18px;
  }

.visit-benefit__icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.visit-benefit__icon--paypay {
  width: 90px;
  margin-right: 22px;
}
.visit-benefit__icon--amazon {
  width: 90px;
  margin-right: 22px;
}

/* was: @media screen and (max-width: 768px) */

  .visit-benefit__icon--paypay,
  .visit-benefit__icon--amazon {
    width: 72px;
    margin-right: 16px;
  }

.visit-benefit__body {
  min-width: 0;
}
.visit-benefit__service {
  color: #161d27;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;
}

/* was: @media screen and (max-width: 768px) */

  .visit-benefit__service {
    font-size: 17px;
  }

.visit-benefit__amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 10px;
  white-space: nowrap;
}
.visit-benefit__amount--paypay {
  color: #f03;
}
.visit-benefit__amount--amazon {
  color: #f27123;
}
.visit-benefit__number {
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.92px;
}

/* was: @media screen and (max-width: 768px) */

  .visit-benefit__number {
    font-size: 28px;
  }

.visit-benefit__unit {
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

/* was: @media screen and (max-width: 768px) */

  .visit-benefit__unit {
    font-size: 17px;
  }

.offer .inner {
  gap: clamp(28px, 24.5517241379px + 0.0091954023 * 100vw, 28.51px);
}
.offer-title {
  font-size: clamp(38px, 32.8275862069px + 0.0137931034 * 100vw, 38.76px);
  line-height: 140%;
  letter-spacing: 2.8px;
}
.offer-title__accent {
  color: #f0282b;
}
.offer-title__number {
  font-family: "Inter", sans-serif;
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1;
}

/* was: @media screen and (max-width: 768px) */

  .offer-title {
    font-size: 34px;
    line-height: 135%;
    letter-spacing: 1.6px;
  }

.offer {
  background: #fff;
}
.offer-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  padding: 34px 38px;
  border-radius: 24px;
  background: #eceee4;
}
.offer-box--single {
  grid-template-columns: minmax(0, 720px);
}

/* was: @media screen and (max-width: 768px) */

  .offer-box {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 16px;
    border-radius: 18px;
  }

.offer-box__appeal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
}
.offer-box__payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 21.7011494253px + 0.0061302682 * 100vw, 24.34px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.offer-box__payment-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}
.offer-box__payment strong {
  color: #f0282b;
  font-family: "Noto Sans JP";
  font-size: clamp(48px, 41.1034482759px + 0.0183908046 * 100vw, 49.01px);
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;
}
.offer-box__payment strong span {
  font-family: "Inter", sans-serif;
  font-size: 1.45em;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

/* was: @media screen and (max-width: 768px) */

  .offer-box__payment {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 20px;
  }
  .offer-box__payment strong {
    font-size: 42px;
  }

.offer-box__balloon {
  position: relative;
  width: 100%;
  margin-top: 24px;
  padding: 24px 20px;
  border-radius: 14px;
  background: #062a5a;
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(22px, 19.7011494253px + 0.0061302682 * 100vw, 22.34px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
}
.offer-box__balloon::after {
  content: "";
  position: absolute;
  left: 22%;
  bottom: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 22px 0 22px;
  border-color: #062a5a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/* was: @media screen and (max-width: 768px) */

  .offer-box__balloon {
    margin-top: 18px;
    padding: 18px 14px;
    font-size: 19px;
    letter-spacing: 1px;
  }

.offer-box__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
  margin-top: 30px;
}
.offer-box__bottom img {
  width: min(210px, 45%);
  height: auto;
}

/* was: @media screen and (max-width: 768px) */

  .offer-box__bottom {
    gap: 12px;
    margin-top: 24px;
  }
  .offer-box__bottom img {
    width: 42%;
  }

.offer-box__family {
  color: #000;
  text-align: right;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(22px, 19.7011494253px + 0.0061302682 * 100vw, 22.34px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.offer-box__family-rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 100%;
  white-space: nowrap;
}
.offer-box__family-prefix,
.offer-box__family-suffix {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(30px, 27.1264367816px + 0.0076628352 * 100vw, 30.42px);
  font-weight: 700;
  letter-spacing: 0;
}
.offer-box__family-number {
  color: #f0282b;
  font-family: "Inter", sans-serif;
  font-size: clamp(78px, 68.2298850575px + 0.0260536398 * 100vw, 79.43px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.06em;
}
.offer-box__family-percent {
  color: #f0282b;
  font-family: "Inter", sans-serif;
  font-size: clamp(52px, 46.2528735632px + 0.0153256705 * 100vw, 52.84px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
}

/* was: @media screen and (max-width: 768px) */

  .offer-box__family {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 17px;
  }
  .offer-box__family-prefix,
  .offer-box__family-suffix {
    font-size: 24px;
  }
  .offer-box__family-number {
    font-size: 62px;
  }
  .offer-box__family-percent {
    font-size: 42px;
  }

.offer-box__loan {
  padding: 28px 32px;
  border-radius: 22px;
  background: #fff;
}
.offer-box__loan h3 {
  margin: 0 0 18px;
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(26px, 23.7011494253px + 0.0061302682 * 100vw, 26.34px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.6px;
}
.offer-box__loan p {
  margin: 16px 0 0;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

/* was: @media screen and (max-width: 768px) */

  .offer-box__loan {
    padding: 24px 18px;
    border-radius: 18px;
  }
  .offer-box__loan h3 {
    font-size: 26px;
  }

.offer-box__loan-list {
  margin: 0;
}
.offer-box__loan-list div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px dotted #000;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(18px, 16.8505747126px + 0.0030651341 * 100vw, 18.17px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.offer-box__loan-list dt,
.offer-box__loan-list dd {
  margin: 0;
}
.offer-box__loan-list dd {
  text-align: right;
  white-space: nowrap;
}

/* was: @media screen and (max-width: 768px) */

  .offer-box__loan-list div {
    font-size: 18px;
  }

.about .inner {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.about-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 499.5px);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(40px, 33.1034482759px + 0.0183908046 * 100vw, 41.01px);
  width: 100%;
}

/* was: @media screen and (max-width: 768px) */

  .about-area {
    grid-template-columns: 1fr;
    gap: 32px;
  }

.about-area__content {
  min-width: 0;
}
.about-area__lead {
  margin: 32px 0 22px;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2.4px;
}

/* was: @media screen and (max-width: 768px) */

  .about-area__lead {
    margin: 24px 0 18px;
    font-size: 20px;
    letter-spacing: 1.6px;
  }

.about-area__text {
  margin: 0;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.8px;
}

/* was: @media screen and (max-width: 768px) */

  .about-area__text {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 190%;
  }

.about-area__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.about-area__tags li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 24px;
  padding: 5px 10px;
  border-radius: 12px;
  background: #0a3a78;
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  white-space: nowrap;
}
.about-area__map {
  width: 100%;
  max-width: 499.5px;
  aspect-ratio: 499.5/466;
  overflow: hidden;
  border-radius: 16px;
}
.about-area__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* was: @media screen and (max-width: 768px) */

  .about-area__map {
    max-width: none;
  }

.area-info {
  width: 100%;
  margin-top: clamp(40px, 35.4022988506px + 0.0122605364 * 100vw, 40.67px);
}
.area-info__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 28px;
  padding: 13px 48px 15px;
  border-radius: 28px;
  background: #0a3a78;
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.4px;
}

/* was: @media screen and (max-width: 768px) */

  .area-info__heading {
    width: 100%;
    padding: 12px 18px 14px;
    font-size: 18px;
    letter-spacing: 1.2px;
    line-height: 130%;
  }

.area-info__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* was: @media screen and (max-width: 768px) */

  .area-info__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }


/* was: @media screen and (max-width: 480px) */

  .area-info__cards {
    grid-template-columns: 1fr;
  }

.area-info__card {
  min-height: 238px;
  padding: 26px 20px 22px;
  border-radius: 24px;
  background: #fff;
  -webkit-box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.12);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.12);
}
.area-info__card img {
  display: block;
  width: 58px;
  height: 58px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto 14px;
}
.area-info__card h4 {
  margin: 0 0 24px;
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.4px;
}
.area-info__card dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
.area-info__card dl div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.area-info__card dt,
.area-info__card dd {
  margin: 0;
}
.area-info__card dd {
  white-space: nowrap;
}

/* was: @media screen and (max-width: 768px) */

  .area-info__card {
    min-height: auto;
    padding: 22px 18px 20px;
  }
  .area-info__card h4 {
    font-size: 20px;
    letter-spacing: 1.6px;
  }

.area-info__access {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  margin-top: 28px;
}
.area-info__access div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 88px;
  padding: 16px;
  border-radius: 8px;
  background: #0a3a78;
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.6px;
}

/* was: @media screen and (max-width: 768px) */

  .area-info__access {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .area-info__access div {
    min-height: 64px;
    font-size: 20px;
  }

.access .inner {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.access-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 548px);
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  gap: clamp(40px, 33.1034482759px + 0.0183908046 * 100vw, 41.01px);
  width: 100%;
}

/* was: @media screen and (max-width: 768px) */

  .access-area {
    grid-template-columns: 1fr;
    gap: 32px;
  }

.access-area__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
.access-area__row {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 24px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.55);
}
.access-area__row:last-child {
  margin-bottom: 0;
}
.access-area__row dt,
.access-area__row dd {
  margin: 0;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 1.8px;
}
.access-area__row dt {
  font-weight: 700;
}
.access-area__row dd {
  font-weight: 400;
}

/* was: @media screen and (max-width: 768px) */

  .access-area__row {
    grid-template-columns: 80px 1fr;
    gap: 16px;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .access-area__row dt,
  .access-area__row dd {
    font-size: 15px;
    letter-spacing: 1px;
  }

.access-area__map {
  width: 100%;
  max-width: 548px;
  aspect-ratio: 548/550;
  overflow: hidden;
  border-radius: 16px;
}
.access-area__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* was: @media screen and (max-width: 768px) */

  .access-area__map {
    max-width: none;
  }

.footer__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 48px 16px 42px;
}
.footer__logo img {
  width: 118px;
  height: auto;
}
.footer__copyright {
  margin: 0;
  padding: 26px 16px;
  background: #222;
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
} /*# sourceMappingURL=style.css.map */

/* ========== 修正追加CSS ========== */

/* ===== エリア紹介バナー（左右ファミリー写真） ===== */
.area-info__banner {
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.area-info__banner::before,
.area-info__banner::after {
  display: none;
}
.area-info__banner-img {
  flex: 0 0 auto;
  width: 300px;
  max-width: 28%;
}
.area-info__banner-img img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}
.area-info__banner-text {
  flex: 1;
  min-width: 0;
  text-align: center;
  padding: 20px 24px;
}
.area-info__banner-eyebrow {
  font-size: 1.4rem;
  color: #0a3a78;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.area-info__banner-title {
  font-size: clamp(2rem, 3.2vw, 3.8rem);
  font-weight: 900;
  color: #1a3d24;
  line-height: 1.25;
  margin: 0 0 14px;
  letter-spacing: 2px;
  white-space: nowrap;
}
.area-info__banner-desc {
  font-size: 1.5rem;
  color: #3d6b4f;
  line-height: 1.8;
}

/* was: @media screen and (max-width: 768px) */

  .area-info__banner {
    flex-direction: column;
    gap: 12px;
  }
  .area-info__banner-img {
    width: 220px;
    max-width: 65%;
  }
  .area-info__banner-img--right {
    /* order: 3; */
    display: none;
  }
  .area-info__banner-text {
    order: 2;
    padding: 0 16px;
  }
  .area-info__banner-title {
    font-size: 3rem;
  }


/* offer画像の白背景透過・サイズ調整 */
.offer-box__bottom img {
  mix-blend-mode: multiply;
  width: min(300px, 55%) !important;
}

/* 時間・距離ハイライト */
.time-highlight {
  color: #d97706;
  font-weight: 700;
}

/* ③ アクセスタグラベル */
.access-tag-group {
  margin-bottom: 8px;
}
.access-tag-label {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 6px;
  color: #fff;
}
.access-tag-label--station {
  background: #2563eb;
}
.access-tag-label--access {
  background: #d97706;
}

/* ⑤ 新カード型施設情報 */
.area-info__cards-new {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  background: #fdf9f3;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

/* was: @media screen and (max-width: 768px) */

  .area-info__cards-new {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 20px 14px;
  }


/* was: @media screen and (max-width: 480px) */

  .area-info__cards-new {
    grid-template-columns: 1fr;
  }


.area-info__card-new {
  background: #fff;
  border-radius: 14px;
  padding: 18px 12px 14px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.area-info__card-icon {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 4px;
}

.area-info__card-en {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  color: #f97316;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 2px;
}

.area-info__card-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e5e7eb;
  width: 100%;
}

.area-info__card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.area-info__card-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  font-size: 1.2rem;
}

.area-info__card-name {
  color: #333;
  font-weight: 500;
  line-height: 1.3;
  flex: 1;
  min-width: 0;
}

.area-info__badge {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

.area-info__badge--walk {
  background: #fff7ed;
  color: #ea580c;
  border: 1px solid #fed7aa;
}

.area-info__badge--car {
  background: #f0fdf4;
  color: #16a34a;
  border: 1px solid #bbf7d0;
}


/* was: @media screen and (max-width: 768px) */

  .area-info__card-icon {
    font-size: 24px;
  }

  .area-info__card-en {
    font-size: 12px;
  }

  .area-info__card-title {
    font-size: 17px;
  }

  .area-info__card-list li {
    font-size: 15px;
  }

  .area-info__badge {
    font-size: 13px;
    padding: 3px 8px;
  }


/* フッター追従LINEバナー */
.floating-line-banner {
  position: fixed;
  left: 50%;
  bottom: 12px;
  z-index: 900;
  width: min(420px, calc(100% - 24px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.floating-line-banner.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.floating-line-banner__link {
  display: block;
}

.floating-line-banner__link img {
  display: block;
  width: 100%;
  height: auto;
}


/* was: @media screen and (max-width: 768px) */

  .floating-line-banner {
    bottom: 10px;
    width: calc(100% - 20px);
  }


/* ========== 広告主情報 ========== */
.advertiser-info {
  background: #f0f0ea;
  border-top: 1px solid #d0d0c0;
  padding: 24px 0;
}
.advertiser-info .inner {
  display: block;
  padding: 0 16px;
}
.advertiser-info__list {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.7;
}
.advertiser-info__row {
  display: flex;
  gap: 16px;
  padding: 5px 0;
  border-bottom: 1px solid #ddddd5;
}
.advertiser-info__row:last-child {
  border-bottom: none;
}
.advertiser-info__row dt {
  font-weight: 600;
  min-width: 150px;
  flex-shrink: 0;
  color: #444;
}
.advertiser-info__row dd {
  color: #555;
}

/* was: @media screen and (max-width: 768px) */

  .advertiser-info__row {
    flex-direction: column;
    gap: 2px;
  }
  .advertiser-info__row dt {
    min-width: unset;
  }


/* ============================================================
   宇治橋展示場：デザイン調整（罫線主導・角丸最小・影を持たせない）
   ※テンプレ既定のピル型バッジ／大きな角丸／影を上書きする
   ============================================================ */

/* --- アクセスの見出しラベル：色ベタのピルをやめ、罫線の見出しに --- */
.access-tag-label,
.access-tag-label--station,
.access-tag-label--access {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: transparent;
  color: #0b2748;
  border-radius: 0;
  border-bottom: 1px solid #d9e0ea;
  padding: 0 2px 7px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.access-tag-label .ic { width: 1.2em; height: 1.2em; color: #c2410c; }

/* --- 物件タグ：角丸を落として罫線タグに --- */
.discription-contents .text .property-detail__tag {
  border-radius: 2px;
  height: auto;
  padding: 4px 9px 5px;
  background: #f5f8fb;
  border: 1px solid #dee5ee;
  color: #46586e;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.about-area__tags li {
  border-radius: 2px;
  background: #f5f8fb;
  border: 1px solid #dee5ee;
  color: #46586e;
  font-weight: 600;
}

/* --- 周辺施設：影付きカードの量産をやめ、罫線で組む --- */
.area-info__cards-new {
  background: transparent;
  border-radius: 0;
  padding: 0;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.area-info__card-new {
  background: #fff;
  border: 1px solid #d9e0ea;
  border-radius: 0;
  box-shadow: none;
  padding: 20px 16px 18px;
}
.area-info__card-icon {
  font-size: inherit;
  line-height: 1;
  color: #8496aa;
}
.area-info__card-icon .ic { width: 22px; height: 22px; stroke-width: 1.4; }
.area-info__card-en {
  margin-top: 13px;
  color: #8496aa;
  font-family: "Inter", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.area-info__card-title {
  margin-top: 3px;
  padding-bottom: 11px;
  border-bottom: 1px solid #eaeff5;
  color: #0b2748;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.area-info__card-list { margin-top: 11px; }
.area-info__card-list li { padding: 7px 0; border-bottom: 0; }
.area-info__card-list li + li { border-top: 1px solid #f0f4f8; }
.area-info__card-name { color: #46586e; font-weight: 600; }
.area-info__badge {
  border-radius: 2px;
  padding: 3px 8px 4px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.area-info__badge--walk { background: #eef3f9; color: #2b5b96; border: 1px solid #cfdcea; }
.area-info__badge--car { background: #fdf2ec; color: #a8380a; border: 1px solid #f0d7c7; }

/* was: @media screen and (max-width: 900px) */

  .area-info__cards-new { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }


/* was: @media screen and (max-width: 560px) */

  .area-info__cards-new { grid-template-columns: minmax(0, 1fr); }


/* --- エリア紹介バナー：見出しの体裁を整える --- */
.area-info__banner-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #8496aa;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.area-info__banner-eyebrow .ic { width: 1.2em; height: 1.2em; color: #c2410c; }

/* --- 画像カードの角丸・影を落とす --- */
.model-gallery__card,
.floor-gallery__card { border-radius: 2px; box-shadow: none; }
.discription-contents .img { border-radius: 0; }

/* --- 広告主情報：罫線の表として整える --- */
.advertiser-info__row { border-bottom: 1px solid #e6ebf1; padding: 9px 0; }
.advertiser-info__row dt { color: #8496aa; font-weight: 700; letter-spacing: 0.06em; }
.advertiser-info__row dd { color: #46586e; }

/* --- アクセス表 --- */
.access-area__row { border-bottom: 1px solid #e6ebf1; }
.access-area__info dt { color: #8496aa; font-weight: 700; letter-spacing: 0.06em; }

/* --- 見出しの黄色マーカーを少し締める --- */
.marker {
  background: -webkit-linear-gradient(transparent calc(100% - 13px), #ffdf7a 0);
  background: linear-gradient(transparent calc(100% - 13px), #ffdf7a 0);
}

/* --- 対談インタビュー：角丸・影・グラデーションを落とす --- */
.interview { background: #f5f8fb; }
.iv-who {
  border: 1px solid #d9e0ea;
  border-radius: 0;
  box-shadow: none;
  padding: 17px 19px;
}
.iv-who__photo { border-radius: 0; }
.iv-who__role { color: #8496aa; letter-spacing: 0.1em; }
.iv-who__role--gh { color: #c2410c; }
.iv-who__name { color: #0b2748; }
.iv-who__desc { color: #55657a; }

.iv-hero {
  background: #0b2748;
  border-radius: 0;
  padding: clamp(30px, 5vw, 46px) clamp(26px, 4vw, 44px);
}
.iv-hero__mark { color: rgba(255, 255, 255, 0.14); }
.iv-hero__by { color: #ffd534; letter-spacing: 0.1em; }

.iv-chapter__eyebrow { color: #c2410c; letter-spacing: 0.24em; }
.iv-chapter__title { color: #0b2748; }
.iv-chapter__title .mk { background: linear-gradient(transparent 62%, #ffdf7a 62%); }

.iv-bubble { border-radius: 10px; box-shadow: none; }
.iv-turn--a .iv-bubble { background: #fff; border: 1px solid #dbe2ec; }
.iv-turn--q .iv-bubble { background: #fdf4e6; border: 1px solid #f0e0c4; }
.iv-turn--a .iv-bubble::before { background: #fff; border-left: 1px solid #dbe2ec; border-bottom: 1px solid #dbe2ec; }
.iv-turn--q .iv-bubble::before { background: #fdf4e6; }
.iv-turn--q .iv-spk { color: #c2410c; }
.iv-turn--a .iv-spk { color: #0b2748; }
.iv-bubble b { color: #16202e; background: linear-gradient(transparent 60%, #ffe08c 60%); }

.iv-pull { border-left: 3px solid #c2410c; color: #0b2748; }
.iv-pull .mk { background: linear-gradient(transparent 62%, #ffdf7a 62%); }

.iv-stat {
  border: 1px solid #d9e0ea;
  border-top: 3px solid #0b2748;
  border-radius: 0;
  padding: 15px 12px 14px;
}
.iv-stat__v { color: #0b2748; letter-spacing: 0.01em; }
.iv-stat__k { color: #8496aa; margin-top: 7px; padding-top: 8px; border-top: 1px solid #eaeff5; }

.iv-closing {
  border: 1px solid #d9e0ea;
  border-radius: 0;
  box-shadow: none;
}
.iv-closing__label {
  background: transparent;
  color: #0b2748;
  border-radius: 0;
  border-bottom: 1px solid #d9e0ea;
  padding: 0 2px 8px;
  letter-spacing: 0.16em;
}
.iv-closing p b { background: linear-gradient(transparent 60%, #ffe08c 60%); }
.iv-closing__punch .mk { background: linear-gradient(transparent 62%, #ffdf7a 62%); }

/* --- 動画メッセージ --- */
section.movie.base {
  background-color: #0b2748;
  background-image: none;
}
.movie__frame {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.movie__lead {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0;
  box-shadow: none;
  color: #fff;
}
.movie__lead::after { display: none; }
.movie__lead .mk {
  background-image: none;
  color: #ffd534;
}

/* --- CTAセクションの見出し英字 --- */
.cta .ttl .en, .gallery .ttl .en, .about .ttl .en { color: #0b2748; }

/* ============================================================
   セクション見出し・余白のリズム（筆記体と黄色マーカーは使わない）
   ============================================================ */

/* --- 見出し --- */
.ttl {
  color: #16202e;
  font-size: clamp(24px, 20px + 1.3vw, 25.59px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.ttl .en {
  display: block;
  position: relative;
  font-family: "Inter", sans-serif;
  color: #c2410c;
  font-size: clamp(11px, 10.5px + 0.2vw, 11.36px);
  font-weight: 700;
  letter-spacing: 0.34em;
  line-height: 1;
  margin: 0 0 24px;
  padding-bottom: 15px;
}
.ttl .en::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26px;
  height: 1px;
  background: #c2410c;
  opacity: 0.5;
}
.ttl.text-center .en::after { left: 50%; transform: translateX(-50%); }
.ttl .en + br { display: none; }
.ttl .marker {
  background: none;
  color: #c2410c;
  box-shadow: inset 0 -3px 0 rgba(194, 65, 12, 0.2);
}
.ttl small {
  font-size: 0.46em;
  font-weight: 700;
  color: #55657a;
  letter-spacing: 0.06em;
  margin-left: 8px;
}
.ttl .ttl-back {
  border-radius: 0;
  background: #0b2748;
  color: #fff;
  font-size: 0.42em;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 7px 14px 8px;
  margin-right: 12px;
  vertical-align: 0.22em;
}
.sub-ttl h3 { color: #16202e; letter-spacing: 0.02em; }

/* 見出し直下のリード文 */
.sw-lead-center {
  margin: 22px auto 0;
  max-width: 800px;
  text-align: center;
  color: #55657a;
  font-size: clamp(13.5px, 13px + 0.2vw, 13.86px);
  font-weight: 400;
  line-height: 2.1;
}
.sw-lead-center b { color: #16202e; font-weight: 700; }

/* --- セクションの余白と背景のリズム --- */
body { background: #ffffff; }
.base { padding: clamp(56px, 42px + 1.9vw, 56px) 0; }
.discription.base { background: #ffffff; }
#tokuten.cta.base { background: #f5f8fb; }
.cta.base:not(#tokuten) { background: #ffffff; }
section.sw-tour.base { background: #ffffff; }
.gallery.base { background: #f5f8fb; }
.contact-form.base { background: #f5f8fb; }
.access.base { background: #ffffff; }

/* --- ヘッダーの予約ボタン（画像からテキストへ） --- */
.head-btn {
  flex: 0 1 200px;
  background: #c2410c;
  text-align: center;
  padding: 13px 10px 14px;
}
.head-btn__label {
  display: block;
  color: #fff;
  font-size: clamp(12.5px, 12px + 0.2vw, 12.86px);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
}

/* was: @media screen and (max-width: 768px) */

  .head-btn { flex: 0 1 150px; padding: 11px 8px 12px; }


/* --- 画像まわりの微調整 --- */
.model-gallery__caption { color: #55657a; font-weight: 600; }

/* --- マーカーを朱の下線に統一（黄色のベタ塗りは使わない） --- */
.iv-chapter__title .mk,
.iv-pull .mk,
.iv-closing__punch .mk {
  background: none;
  color: #c2410c;
  box-shadow: inset 0 -3px 0 rgba(194, 65, 12, 0.2);
}
.iv-bubble b { background: none; box-shadow: inset 0 -2px 0 rgba(194, 65, 12, 0.18); }
.iv-closing p b { background: none; box-shadow: inset 0 -2px 0 rgba(194, 65, 12, 0.18); }

/* --- ギャラリーのスライダー写真の高さを揃える --- */
.floor-gallery__card img { aspect-ratio: 3 / 2; object-fit: cover; }
.model-gallery__card img { object-fit: cover; }

/* --- 見出しバッジの縦位置 --- */
.ttl .ttl-back { vertical-align: 0.14em; }

/* --- フォーム送信ボタン・入力欄をページのトーンに合わせる --- */
#form_submit input[type="button"] {
  background: #c2410c;
  border-radius: 4px;
  border-bottom: 4px solid #8f2f08;
  font-weight: 800;
  letter-spacing: 0.1em;
}
#form_submit input[type="button"]:hover { background: #a83809; }
#mail_form input[type="text"],
#mail_form input[type="email"],
#mail_form input[type="tel"] { border-radius: 2px; }
#agreement { border-radius: 0; border: 1px solid #d9e0ea; }
#mail_form dt { color: #16202e; font-weight: 700; letter-spacing: 0.04em; }

/* --- 詳細度が必要な上書き（テンプレ既定／body内styleに勝たせる） --- */
form#mail_form p#form_submit input[type="button"] {
  background: #c2410c;
  border-radius: 4px;
  border-bottom: 4px solid #8f2f08;
  font-weight: 800;
  letter-spacing: 0.1em;
}
form#mail_form p#form_submit input[type="button"]:hover { background: #a83809; }
section.movie .movie__frame { border-radius: 0; border: 0; box-shadow: none; }
section.movie .movie__lead {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0;
  box-shadow: none;
  color: #fff;
}
section.movie .movie__lead::after { display: none; }
section.movie .movie__lead .mk { background-image: none; color: #ffd534; }

/* --- インタビュー誘導バナーを本文幅に揃える --- */
.mv-interview-bnr {
  max-width: 1040px;
  width: 95%;
  margin: 0 auto;
  padding: 0 16px;
}

/* ============================================================
   スマホ幅専用レイアウト（PCでは同じ体裁を中央に表示）
   ============================================================ */
html { background: #dbe3ec; }
body {
  max-width: 430px;
  margin: 0 auto;
  background: #ffffff;
  overflow-x: hidden;
}
.inner { max-width: 100%; width: 100%; padding: 0 18px; }
.base { padding: 40px 0; }
.floating-line-banner { width: min(394px, calc(100% - 24px)); }

/* スライダーのキャプションは白抜き */
.model-gallery__caption {
  color: #ffffff;
  font-weight: 700;
  background: rgba(11, 39, 72, 0.86);
}

/* --- 断熱の比較表（コンパクト版） --- */
.sw-cmp {
  margin-top: 20px;
  border: 1px solid #d9e0ea;
  border-top: 3px solid #0b2748;
}
.sw-cmp__row {
  display: grid;
  grid-template-columns: 72px 1fr 1fr;
  align-items: center;
}
.sw-cmp__row + .sw-cmp__row { border-top: 1px solid #eaeff5; }
.sw-cmp__row--head { background: #f5f8fb; }
.sw-cmp__k {
  padding: 10px 10px 10px 12px;
  color: #8496aa;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.sw-cmp__c {
  padding: 9px 10px 10px;
  text-align: center;
  border-left: 1px solid #eaeff5;
}
.sw-cmp__row--head .sw-cmp__c { padding: 12px 8px 13px; }
.sw-cmp__c .ic { width: 20px; height: 20px; stroke-width: 1.2; display: block; margin: 0 auto; }
.sw-cmp__c--cold .ic { color: #7fa1c7; }
.sw-cmp__c--warm .ic { color: #e39a63; }
.sw-cmp__grade {
  display: block;
  margin-top: 5px;
  color: #0b2748;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.sw-cmp__say {
  display: block;
  margin-top: 3px;
  font-size: 11.5px;
  font-weight: 700;
}
.sw-cmp__c--cold .sw-cmp__say { color: #35659e; }
.sw-cmp__c--warm .sw-cmp__say { color: #c2410c; }
.sw-cmp__c b {
  font-family: "Inter", sans-serif;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.sw-cmp__c span { font-size: 11.5px; font-weight: 700; margin-left: 1px; }
.sw-cmp__c--cold b, .sw-cmp__c--cold span { color: #35659e; }
.sw-cmp__c--warm b, .sw-cmp__c--warm span { color: #c2410c; }
.sw-cmp__diff {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  padding: 11px 10px 12px;
  border-top: 1px solid #d9e0ea;
  background: #fff7f2;
}
.sw-cmp__diff-k { color: #8496aa; font-size: 11.5px; font-weight: 700; letter-spacing: 0.06em; }
.sw-cmp__diff-v { font-family: "Inter", sans-serif; color: #c2410c; font-size: 27px; font-weight: 800; letter-spacing: -0.02em; }
.sw-cmp__diff-u { color: #c2410c; font-size: 13px; font-weight: 800; }

/* --- 余白をスマホ向けに詰める --- */
.sw-room { padding: 16px 14px 20px; margin-top: 22px; }
.sw-room__head { margin: -16px -14px 0; padding: 11px 14px; }
.sw-room__title { margin-top: 16px; }
.sw-shots { margin-top: 18px; gap: 8px; }
.sw-point { margin-top: 18px; padding: 14px 14px 15px; }
.sw-steps { padding: 4px 14px; }
.sw-step { padding: 16px 0; }
.sw-spec__card { padding: 14px 12px 15px; }
.sw-trust { padding: 20px 14px 22px; }
.sw-access__ways, .sw-access__info { padding: 18px 14px; }
.quo-benefit { padding: 16px 16px 15px; }

/* --- スマホ幅での文字サイズ（clampの中間値だと大きすぎるため固定） --- */
.ttl { font-size: 22px; line-height: 1.55; letter-spacing: 0.01em; }
.ttl .en { font-size: 10.5px; letter-spacing: 0.3em; margin-bottom: 18px; padding-bottom: 12px; }
.ttl .ttl-back { display: inline-block; margin: 0 0 10px; font-size: 11px; padding: 6px 12px 7px; vertical-align: baseline; }
.ttl small { font-size: 12px; margin-left: 5px; }
.sub-ttl h3 { font-size: 17px; }
.sw-exp__ttl { font-size: 25px; line-height: 1.55; }
.sw-exp__en { font-size: 10.5px; letter-spacing: 0.3em; }
.sw-exp__lead { font-size: 13px; line-height: 2.0; }
.sw-room__title { font-size: 24px; line-height: 1.5; }
.sw-room__lead { font-size: 13px; line-height: 2.0; }
.sw-room__no { font-size: 11px; }
.sw-room__cat { font-size: 12px; padding-left: 12px; }
.sw-tour__lead, .sw-spec__lead, .sw-lead-center { font-size: 13px; line-height: 2.0; }
.sw-step__title { font-size: 16.5px; }
.sw-step__text { font-size: 12.5px; }
.sw-step__no { font-size: 23px; }
.sw-spec__v { font-size: 15px; }
.sw-spec__v b { font-size: 1.4em; }
.sw-trust__ttl { font-size: 17px; }
.sw-trust__num { font-size: 25px; }
.sw-architect__q { font-size: 21px; line-height: 1.6; }
.sw-architect__name { font-size: 20px; }
.sw-architect__body p { font-size: 13px; line-height: 2.05; }
.sw-architect__punch { font-size: 16px !important; }
.iv-hero__text { font-size: 22px; }
.iv-chapter__title { font-size: 19px; }
.iv-bubble { font-size: 13px; line-height: 1.9; }
.iv-closing__punch { font-size: 17px !important; }
.iv-pull { font-size: 17px; }
.interview__lead { font-size: 13px; }
.sw-point__text { font-size: 12.5px; }
.sw-shot figcaption { font-size: 11px; }
.movie .ttl, .cta .ttl { font-size: 22px; }

/* --- 来場特典ブロック：中央揃えで組み直し --- */
.quo-benefit {
  text-align: center;
  padding: 20px 18px 18px;
  border: 1px solid #d9e0ea;
  border-top: 3px solid #0b2748;
}
.quo-benefit__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-bottom: 0;
  padding: 0;
  font-size: 11.5px;
  letter-spacing: 0.16em;
}
.quo-benefit__heading::before,
.quo-benefit__heading::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #c2410c;
  opacity: 0.5;
}
.quo-benefit__body {
  position: relative;
  margin-top: 15px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 9px;
  flex-wrap: nowrap;
}
.quo-benefit__gift {
  position: static;
  transform: none;
  width: 21px;
  height: 21px;
  color: #c2410c;
  stroke-width: 1.5;
  align-self: center;
}
.quo-benefit__name { font-size: 17px; font-weight: 800; }
.quo-benefit__number { font-size: 38px; }
.quo-benefit__unit { font-size: 16px; }
.quo-benefit__note {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed #e3e9f0;
  font-size: 11px;
  line-height: 1.85;
  text-align: center;
}

/* --- フォームの必須／任意バッジ --- */
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 8px 4px;
  border-radius: 2px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #ffffff;
  vertical-align: 1px;
}
form#mail_form dl dt span.required { background: #c2410c; }
form#mail_form dl dt span.optional { background: #ffffff; color: #8496aa; border: 1px solid #cfd8e3; }
form#mail_form dl dt i { position: static; font-style: normal; }

/* --- 黄色マーカーの残りを朱の下線へ（body内styleに勝つ詳細度） --- */
.interview .iv-chapter__title .mk,
.interview .iv-pull .mk,
.interview .iv-closing__punch .mk {
  background: none;
  color: #c2410c;
  box-shadow: inset 0 -3px 0 rgba(194, 65, 12, 0.2);
}
.interview .iv-bubble b,
.interview .iv-closing p b {
  background: none;
  color: #16202e;
  box-shadow: inset 0 -2px 0 rgba(194, 65, 12, 0.22);
}
.interview .iv-hero__text { font-size: 22px; line-height: 1.6; }

/* --- 体験セクション末尾のCTAリード（2行で収める） --- */
.sw-exp .sw-exp__cta-lead {
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: 0;
  font-weight: 800;
}

/* --- 特典の注記（2行で収める） --- */
.quo-benefit .quo-benefit__note {
  font-size: 9.5px;
  line-height: 1.9;
  letter-spacing: -0.01em;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
}

/* --- セクション背景のリズム（間取りを上部へ移動したことによる再調整） --- */
.gallery.base { background: #f5f8fb; }
section.sw-tour.base { background: #ffffff; }
.sw-spec.base { background: #f5f8fb; }