@charset "UTF-8";
/* ==========================================================
   分譲住宅新発表フェア LP
   ========================================================== */
* {
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
  color: #1a1a1a;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

#main img {
  max-width: 100%;
  display: block;
}
#main a {
  color: inherit;
  text-decoration: none;
}
#main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main h1, #main h2, #main h3, #main p, #main address {
  margin: 0;
}
#main .wholewrapper {
  overflow-x: hidden;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  #main .wholewrapper {
    padding-bottom: 0;
  }
}
#main .js-reveal {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
}
#main .js-reveal[data-anim=up] {
  transform: translateY(30px);
}
#main .js-reveal[data-anim=left] {
  transform: translateX(-40px);
}
#main .js-reveal[data-anim=fade] {
  transform: translateY(-30px);
}
#main .js-reveal.is-visible {
  opacity: 1;
  transform: none;
}
#main .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  transition: box-shadow 0.3s;
}
#main .site-header.is-scrolled {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
#main .site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}
@media (min-width: 768px) {
  #main .site-header__inner {
    padding: 8px 24px;
  }
}
#main .site-header__logo img {
  height: 32px;
  width: auto;
}
@media (min-width: 768px) {
  #main .site-header__logo img {
    height: 44px;
  }
}
#main .site-header__nav {
  display: none;
}
@media (min-width: 768px) {
  #main .site-header__nav {
    display: flex;
    align-items: center;
  }
}
#main .site-header__nav a {
  position: relative;
  padding: 0 20px;
  font-size: 13px;
  color: #1a1a1a;
  transition: opacity 0.2s;
}
#main .site-header__nav a:hover {
  opacity: 0.6;
}
#main .site-header__nav a + a {
  border-left: 1px solid #e5e7eb;
}
#main .site-header__right {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  #main .site-header__right {
    gap: 8px;
  }
}
#main .site-header__sns {
  display: flex;
  align-items: center;
  gap: 12px;
}
#main .site-header__sns img {
  width: 20px;
  height: 20px;
}
#main .site-header__sns a {
  display: flex;
  transition: opacity 0.2s;
}
#main .site-header__sns a:hover {
  opacity: 0.6;
}
#main .site-header__menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}
#main .site-header__menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
}
#main .site-header__menu-icon span {
  display: block;
  height: 2px;
  background: #2c5a7c;
  border-radius: 1px;
}
#main .drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
  visibility: hidden;
  pointer-events: none;
}
#main .drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}
#main .drawer.is-open .drawer__overlay {
  opacity: 1;
}
#main .drawer.is-open .drawer__panel {
  transform: translateX(0);
}
#main .drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s;
}
#main .drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 86%;
  max-width: 380px;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  padding: 24px;
}
@media (min-width: 768px) {
  #main .drawer__panel {
    max-width: 440px;
    padding: 32px;
  }
}
#main .drawer__close {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-bottom: 24px;
  background: none;
  border: 0;
  cursor: pointer;
}
#main .drawer__close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2c5a7c;
}
#main .drawer__close span:first-child {
  transform: rotate(45deg);
}
#main .drawer__close span:last-child {
  transform: rotate(-45deg);
}
#main .drawer__groups > li {
  border-bottom: 1px solid #e5e7eb;
}
#main .drawer__groups details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 4px;
  font-size: 15px;
  font-weight: 700;
  color: #2c5a7c;
  cursor: pointer;
  list-style: none;
}
#main .drawer__groups details summary::-webkit-details-marker {
  display: none;
}
#main .drawer__groups details summary a {
  color: inherit;
  pointer-events: none;
}
#main .drawer__groups details summary::after {
  content: "+";
  flex-shrink: 0;
  margin-left: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #2c5a7c;
}
#main .drawer__groups details[open] summary::after {
  content: "−";
}
#main .drawer__thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0 4px 12px;
}
#main .drawer__thumbs a {
  display: block;
}
#main .drawer__thumbs img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 6px;
}
#main .drawer__thumbs span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #1a1a1a;
}
#main .drawer__pref-list {
  padding: 0 4px 16px 12px;
}
#main .drawer__pref-list li {
  border-top: 1px solid #e5e7eb;
}
#main .drawer__pref-list a {
  display: block;
  padding: 12px 4px;
  font-size: 14px;
  color: #1a1a1a;
}
#main .drawer__single a {
  display: block;
  padding: 16px 4px;
  font-size: 15px;
  font-weight: 700;
  color: #2c5a7c;
}
#main .drawer__buttons {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
#main .drawer__buttons li {
  flex: 1;
}
#main .drawer__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 8px;
  font-size: 13px;
  font-weight: 700;
  color: #1b3a6b;
  border: 1px solid #1b3a6b;
  border-radius: 4px;
}
#main .drawer__button img {
  width: 16px;
  height: 16px;
}
#main .drawer__button--fill {
  color: #fff;
  background: #1b3a6b;
}
#main .drawer__circles {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
}
#main .drawer__circles a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #1a1a1a;
}
#main .drawer__circles img {
  width: 14px;
  height: 14px;
}
#main .drawer__movie {
  margin-top: 20px;
  text-align: center;
}
#main .drawer__movie a {
  font-size: 13px;
  color: #2c5a7c;
  text-decoration: underline;
}
#main .drawer__sns {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}
#main .drawer__sns img {
  width: 20px;
  height: 20px;
}
#main .hero {
  position: relative;
  width: 100%;
  max-width: 1921px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 56.53%;
}
#main .hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#main .hero__bubbles {
  position: absolute;
  left: 50%;
  top: 0;
  width: 80%;
  aspect-ratio: 1482/926;
  transform: translateX(-50%);
  pointer-events: none;
}
#main .hero__bubble {
  position: absolute;
}
#main .hero__bubble img {
  width: 100%;
  height: 100%;
}
#main .hero__title {
  position: absolute;
  left: 50%;
  top: 6%;
  width: 56%;
  height: auto;
  aspect-ratio: 1047/564;
  transform: translateX(-50%);
}
#main .hero__note {
  position: absolute;
  right: 12px;
  bottom: 40px;
  max-width: 68%;
  text-align: right;
  font-size: 10px;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}
@media (min-width: 768px) {
  #main .hero__note {
    right: 32px;
    bottom: 60px;
    max-width: none;
    font-size: 15px;
    text-shadow: none;
  }
}
#main .offer {
  position: relative;
  z-index: 10;
  margin-top: -32px;
}
@media (min-width: 768px) {
  #main .offer {
    margin-top: -44px;
  }
}
#main .offer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 24px;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 2px 28px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #main .offer__inner {
    padding: 64px 48px;
  }
}
#main .offer__title {
  text-align: center;
}
#main .offer__title img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  aspect-ratio: 2084/522;
  max-width: 200px;
}
@media (min-width: 768px) {
  #main .offer__title img {
    max-width: 280px;
  }
}
#main .offer__grid {
  display: grid;
  gap: 32px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #main .offer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-top: 56px;
  }
}
#main .offer__item {
  position: relative;
  container-type: inline-size;
}
#main .offer__item img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
@media (min-width: 768px) {
  #main .offer__item img {
    border-radius: 26px;
  }
}
#main .offer__badge,
#main .benefit__badge {
  position: absolute;
  left: 83.1%;
  top: 37.7%;
  width: 11.5%;
  height: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background: #eb6d56;
  color: #fff;
  line-height: 1;
  font-size: clamp(8px, 1.4cqw, 14px);
  border-radius: 2px;
}
#main .properties {
  margin-top: 32px;
}
@media (min-width: 768px) {
  #main .properties {
    margin-top: 48px;
  }
}
#main .properties__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 24px;
  overflow: hidden;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 2px 28px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #main .properties__inner {
    padding: 64px 48px;
  }
}
#main .properties__bubbles {
  position: absolute;
  left: 0;
  top: 2.9%;
  height: 93.2%;
  width: 100%;
  pointer-events: none;
  opacity: 0.9;
}
@media (min-width: 768px) {
  #main .properties__bubbles {
    left: 10.5%;
    width: 73.2%;
  }
}
#main .properties__bubbles img {
  position: absolute;
  height: auto;
}
#main .properties__title {
  position: relative;
  text-align: center;
}
#main .properties__title img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 270px;
}
@media (min-width: 768px) {
  #main .properties__title img {
    max-width: 380px;
  }
}
#main .properties__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 16px;
  margin-top: 48px;
}
@media (min-width: 768px) {
  #main .properties__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 96px 28px;
    margin-top: 64px;
  }
}
#main .pref-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 501/140;
  padding: 4px 16px;
  background: #fff;
  border: 2px solid #0386b9;
  border-radius: 6px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
@media (min-width: 768px) {
  #main .pref-btn {
    border-width: 3px;
  }
}
#main .pref-btn:hover {
  transform: translateY(-2px);
  background: #f5f7fa;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
#main .pref-btn__icon {
  flex-shrink: 0;
  height: 84%;
  width: auto;
}
#main .pref-btn__label {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #0386b9;
}
@media (min-width: 768px) {
  #main .pref-btn__label {
    font-size: 22px;
  }
}
#main .pref-btn::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  border-style: solid;
  border-width: 0 16px 16px 0;
  border-color: transparent #0386b9 transparent transparent;
}
@media (min-width: 768px) {
  #main .pref-btn::after {
    top: 6px;
    right: 6px;
    border-width: 0 22px 22px 0;
  }
}
#main .pref-btn--coming {
  background: #30649a;
  border-color: #29abe2;
}
#main .pref-btn--coming:hover {
  background: #2a5787;
}
#main .pref-btn--coming .pref-btn__label {
  color: #fff;
}
#main .pref-btn--coming::after {
  border-color: transparent #fff transparent transparent;
}
#main .benefit {
  margin-top: 48px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #main .benefit {
    margin-top: 64px;
    margin-bottom: 56px;
  }
}
#main .benefit__banner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 20px 14px;
  background: #fff0f2;
  border-top: 1px solid #fbd3d9;
  border-bottom: 1px solid #fbd3d9;
}
#main .benefit__banner-title {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #c84352;
}
@media (min-width: 768px) {
  #main .benefit__banner-title {
    font-size: 20px;
  }
}
#main .benefit__inner {
  max-width: 1040px;
  margin: 24px auto 0;
  padding: 0 14px;
}
@media (min-width: 768px) {
  #main .benefit__inner {
    margin-top: 32px;
  }
}
#main .benefit__grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  #main .benefit__grid {
    grid-template-columns: 1fr 1fr;
  }
}
#main .benefit__item {
  position: relative;
  container-type: inline-size;
}
#main .benefit__item img {
  width: 100%;
  height: auto;
}
#main .benefit__note {
  margin-top: 14px;
  font-size: 11px;
  line-height: 1.7;
  color: #5c6b78;
}
#main .site-footer {
  background: #737270;
  color: #fff;
  padding: 40px 24px;
}
@media (min-width: 768px) {
  #main .site-footer {
    padding: 56px 24px;
  }
}
#main .site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  #main .site-footer__inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 48px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  #main .site-footer__brand {
    flex-shrink: 0;
  }
}
#main .site-footer__catch {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#main .site-footer__logo {
  margin: 16px auto 0;
  width: 85%;
  max-width: 300px;
}
@media (min-width: 768px) {
  #main .site-footer__logo {
    margin: 16px 0 0;
    width: 240px;
  }
}
#main .site-footer__address {
  margin-top: 20px;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  opacity: 0.9;
}
#main .site-footer__sns {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #main .site-footer__sns {
    justify-content: flex-start;
  }
}
#main .site-footer__sns img {
  height: 21px;
  width: auto;
}
#main .site-footer__sns a {
  display: flex;
  opacity: 0.9;
  transition: opacity 0.2s;
}
#main .site-footer__sns a:hover {
  opacity: 1;
}
#main .site-footer__side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  #main .site-footer__side {
    align-items: flex-end;
    flex: 1;
  }
}
#main .site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 16px;
}
@media (min-width: 768px) {
  #main .site-footer__nav {
    justify-content: flex-end;
  }
}
#main .site-footer__nav a {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  opacity: 0.9;
  transition: opacity 0.2s;
}
#main .site-footer__nav a:hover {
  opacity: 1;
}
#main .site-footer__tel {
  display: block;
  width: 80%;
  max-width: 330px;
  padding: 10px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
@media (min-width: 768px) {
  #main .site-footer__tel {
    width: auto;
    min-width: 260px;
  }
}
#main .site-footer__tel p {
  font-size: 13px;
  line-height: 1;
}
#main .site-footer__tel span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
  font-size: 27px;
  line-height: 1;
}
@media (min-width: 768px) {
  #main .site-footer__tel span {
    font-size: 30px;
  }
}
#main .site-footer__tel img {
  width: 15px;
  height: 17px;
}
#main .site-footer__copyright {
  display: block;
  font-size: 12px;
  opacity: 0.8;
}
#main .sp-fixed-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: flex;
  background: #fff;
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.06);
}
@media (min-width: 768px) {
  #main .sp-fixed-nav {
    display: none;
  }
}
#main .sp-fixed-nav__item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 6px 2px 8px;
  background: none;
  border: 0;
  font-size: 10px;
  color: #2c5a7c;
  cursor: pointer;
}
#main .sp-fixed-nav__item img {
  width: 24px;
  height: 24px;
}
#main .sp-fixed-nav__menu-icon--close {
  display: none;
}
#main .sp-fixed-nav__item--menu.is-active .sp-fixed-nav__menu-icon--open {
  display: none;
}
#main .sp-fixed-nav__item--menu.is-active .sp-fixed-nav__menu-icon--close {
  display: block;
}

/*# sourceMappingURL=new-release_lp_2026_07.css.map */
