@charset "UTF-8";
.linelll {
  border-top: 1px solid #ff0;
  position: fixed;
  width: 100%;
  height: 2px;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .linelll {
    border-top: 1px solid #f00;
  }
}
@media screen and (max-width: 768px) {
  .linelll {
    border-top: 1px solid #0ff;
  }
}
@media screen and (max-width: 450px) {
  .linelll {
    border-top: 1px solid #0f0;
  }
}

html {
  overflow-x: hidden;
  line-height: 1.6;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 136px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  background: url(../images/common/bg.png) #f9f2ec;
  background-size: 250px auto;
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
body p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  color: #333;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.4s;
}

a img {
  border-style: none;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.entry-header {
  display: none;
}

.leftTxt {
  text-align: left;
}

.rightTxt {
  text-align: right;
}

.centerTxt {
  text-align: center;
}

.anchor {
  display: block;
  padding-top: 20px;
  margin-top: -20px;
}

.anchor0 {
  display: block;
  padding-top: 0px;
  margin-top: 0px;
}

.atteTxtWrap {
  margin: 24px 0;
}

.attentionTxt {
  margin-left: 1em;
  text-indent: -1em;
}

.atteTxt {
  font-size: 1.4rem;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .atteTxt {
    font-size: 1.3rem;
  }
}

/* header */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  padding: 20px;
  width: 100%;
  z-index: 1000;
  transition: transform 0.4s ease-in-out; /* ふわっと消える・現れるアニメーション */
  /* スクロールダウン時にヘッダーを上に隠すクラス */
}
@media screen and (max-width: 768px) {
  header.is-hidden {
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 780px) {
  header {
    padding: 16px 12px;
  }
}
@media screen and (max-width: 450px) {
  header {
    padding: 12px;
  }
}
header .headerLogo {
  filter: drop-shadow(0px 0px 12px rgb(255, 255, 255)); /* SVGの形に沿って白くぼかす */
}
@media screen and (max-width: 1024px) {
  header .headerLogo {
    height: auto;
    width: 180px;
  }
}
@media screen and (max-width: 450px) {
  header .headerLogo {
    width: 140px;
  }
}
@media screen and (max-width: 360px) {
  header .headerLogo {
    width: 120px;
  }
}
header .headerNav {
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  gap: 16px;
  padding: 8px 10px;
}
@media screen and (max-width: 1024px) {
  header .headerNav {
    gap: 12px;
    padding: 5px 8px;
  }
}
@media screen and (max-width: 880px) {
  header .headerNav {
    gap: 8px;
    padding: 6px;
  }
}
@media screen and (max-width: 768px) {
  header .headerNav {
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 600px) {
  header .headerNav {
    padding: 4px 7px;
  }
}
@media screen and (max-width: 450px) {
  header .headerNav {
    gap: 8px;
    padding: 6px;
  }
}
header .headerNav .navBtn {
  align-self: center;
  border-radius: 100px;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 20px 52px;
}
@media screen and (max-width: 1024px) {
  header .headerNav .navBtn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 880px) {
  header .headerNav .navBtn {
    font-size: 1.3rem;
    padding: 16px 40px;
  }
}
@media screen and (max-width: 600px) {
  header .headerNav .navBtn {
    padding: 12px 40px;
  }
}
@media screen and (max-width: 360px) {
  header .headerNav .navBtn {
    padding: 10px 12px 10px 32px;
  }
}
header .headerNav .eventBtn {
  background-image: url("../images/common/icon_event.png"), url("../images/common/arrow_nav_wh.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 28px auto, auto;
  background-position: left 12px center, right 12px center;
  background-color: #f08300;
  color: #fff;
}
header .headerNav .eventBtn:hover {
  background-position: left 12px center, right 8px center;
}
@media screen and (max-width: 1024px) {
  header .headerNav .eventBtn {
    background-size: 24px auto, auto;
  }
}
@media screen and (max-width: 360px) {
  header .headerNav .eventBtn {
    background-image: url("../images/common/icon_event.png");
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: left 8px center;
  }
}
header .headerNav .kengakuBtn {
  background-image: url("../images/common/icon_kengaku.png"), url("../images/common/arrow_nav_or.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 28px auto, auto;
  background-position: left 12px center, right 12px center;
  background-color: #ece7da;
}
@media screen and (max-width: 1024px) {
  header .headerNav .kengakuBtn {
    background-size: 24px auto, auto;
  }
}
@media screen and (max-width: 768px) {
  header .headerNav .kengakuBtn {
    display: none;
  }
}
header .headerNav .shiryouBtn {
  background-image: url("../images/common/icon_siryou.png"), url("../images/common/arrow_nav_or.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 28px auto, auto;
  background-position: left 12px center, right 12px center;
  background-color: #ece7da;
}
@media screen and (max-width: 1024px) {
  header .headerNav .shiryouBtn {
    background-size: 24px auto, auto;
  }
}
@media screen and (max-width: 768px) {
  header .headerNav .shiryouBtn {
    display: none;
  }
}
header .headerNav .contactBtn {
  background-image: url("../images/common/icon_contact.png"), url("../images/common/arrow_nav_or.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 28px auto, auto;
  background-position: left 12px center, right 12px center;
  background-color: #ece7da;
}
header .headerNav .contactBtn:hover {
  background-position: left 12px center, right 8px center;
}
@media screen and (max-width: 1024px) {
  header .headerNav .contactBtn {
    background-size: 24px auto, auto;
  }
}
@media screen and (max-width: 768px) {
  header .headerNav .contactBtn {
    display: none;
  }
}
header .headerNav .hamburgerWrap {
  background-color: #fbd952;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 880px) {
  header .headerNav .hamburgerWrap {
    height: 48px;
    width: 48px;
  }
}
@media screen and (max-width: 600px) {
  header .headerNav .hamburgerWrap {
    height: 44px;
    width: 44px;
  }
}
@media screen and (max-width: 450px) {
  header .headerNav .hamburgerWrap {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 500px) {
  header .headerNav .eventDe {
    display: none;
  }
}

.naviSnsIconWrap {
  display: flex;
  gap: 12px;
  margin: 28px 0;
}
.naviSnsIconWrap .footerSns {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
}
.naviSnsIconWrap .footerSnsInst {
  background-color: #000;
}
.naviSnsIconWrap .footerSnsLine {
  background-color: #00b900;
}

.spNavBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .spNavBtn {
    display: inline-block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 11;
  }
}
.spNavBtn .inner {
  display: flex;
  gap: 8px;
  padding: 12px 20px;
}
.spNavBtn .inner .spNavInner {
  border: 3px solid #fff;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.2);
  color: #f08300;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 10px 8px 10px 24px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .spNavBtn .inner .spNavInner {
    padding: 10px 8px 10px 32px;
  }
}
.spNavBtn .inner .spNavBtnKengaku {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background: url(../images/common/icon_kengaku.png) no-repeat left 12px center #ece7da;
  background-size: 24px auto;
}
.spNavBtn .inner .spNavBtnShiryou {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background: url(../images/common/icon_siryou.png) no-repeat left 12px center #ece7da;
  background-size: 24px auto;
}
.spNavBtn .inner .spNavBtnContact {
  border-radius: 100px;
  background: url(../images/common/icon_contact.png) no-repeat left 12px center #ece7da;
  background-size: 24px auto;
}
.spNavBtn .inner .spNavBtnContact:hover {
  opacity: 1;
}

/* ===== Hamburger & Drawer ===== */
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 880px) {
  .hamburger {
    padding: 10px;
  }
}
@media screen and (max-width: 450px) {
  .hamburger {
    padding: 12px;
  }
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #564256;
  border-radius: 2px;
  transition: transform 0.3s ease;
  transform-origin: center;
}

.hamburger.is-open span:first-child {
  transform: translateY(4.5px) rotate(45deg);
}

.hamburger.is-open span:last-child {
  transform: translateY(-4.5px) rotate(-45deg);
}

.drawer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  box-shadow: none;
}
.drawer::before {
  content: "";
  display: block;
  width: 50%;
  flex-shrink: 0;
  background: url(../images/common/bg_menu.jpg) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .drawer::before {
    display: none;
  }
}
.drawer.is-open {
  display: flex;
}

.drawerClose {
  display: none;
}

.drawerNav {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 144px 32px 32px;
  overflow-y: auto;
  background: #ece7da;
}
@media screen and (max-width: 768px) {
  .drawerNav {
    padding: 120px 24px 24px;
  }
}
@media screen and (max-width: 450px) {
  .drawerNav {
    padding: 102px 16px 16px;
  }
}
.drawerNav a {
  display: block;
  padding: 12px 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #d9d4c5;
}
.drawerNav .drawerNavSub {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 0 40px;
}
.drawerNav .drawerNavSub::after {
  content: "";
  display: block;
  width: 32%;
}
@media screen and (max-width: 1024px) {
  .drawerNav .drawerNavSub::after {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .drawerNav .drawerNavSub::after {
    width: 32%;
  }
}
@media screen and (max-width: 450px) {
  .drawerNav .drawerNavSub::after {
    width: 48%;
  }
}
.drawerNav .drawerNavSub a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: none;
  padding: 6px 0;
}
.drawerNav .drawerNavSub img {
  height: auto;
  width: 100%;
  margin: 0 0 8px;
}
.drawerNav .drawerNavSub li {
  width: 32%;
}
@media screen and (max-width: 1024px) {
  .drawerNav .drawerNavSub li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .drawerNav .drawerNavSub li {
    width: 32%;
  }
}
@media screen and (max-width: 450px) {
  .drawerNav .drawerNavSub li {
    width: 48%;
  }
}

.drawerNav a.noLine {
  border-bottom: none;
}

.drawerOverlay {
  display: none;
}

.drawerOverlay.is-open {
  display: block;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 400;
}

.headTitleWrap {
  position: relative;
}
.headTitleWrap .headTitle {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  padding: 258px 0 0;
  letter-spacing: 0.3em;
}
.headTitleWrap .headTitle::before {
  color: rgba(240, 131, 0, 0.12);
  position: absolute;
  content: attr(data-en);
  font-family: "Belanosima", sans-serif;
  font-size: 12rem;
  top: 230px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .headTitleWrap .headTitle::before {
    font-size: 8rem;
    top: 174px;
  }
}
@media screen and (max-width: 768px) {
  .headTitleWrap .headTitle::before {
    font-size: 6rem;
    top: 144px;
  }
}
@media screen and (max-width: 450px) {
  .headTitleWrap .headTitle::before {
    font-size: 4.4rem;
    top: 124px;
  }
}
@media screen and (max-width: 1024px) {
  .headTitleWrap .headTitle {
    font-size: 2.4rem;
    padding: 190px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .headTitleWrap .headTitle {
    font-size: 2rem;
    letter-spacing: 0.1em;
    padding: 156px 0 0;
  }
}
@media screen and (max-width: 450px) {
  .headTitleWrap .headTitle {
    font-size: 1.8rem;
    padding: 136px 0 0;
  }
}
@media screen and (max-width: 370px) {
  .headTitleWrap .headTitle {
    font-size: 1.7rem;
  }
}

.brandstoryBtnWrap .brandstoryBtn {
  border: 3px solid #f08300;
  background-color: #fff;
  border-radius: 100px;
  color: #f08300;
  margin-bottom: 24px;
  text-align: center;
}

/* contact */
.contentsWrap {
  padding: 0 20px;
}
.contentsWrap .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.contentsWrap .inner .readTxt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8em;
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .contentsWrap .inner .readTxt {
    font-size: 1.5rem;
    text-align: left;
    margin: 64px 0;
  }
}
@media screen and (max-width: 450px) {
  .contentsWrap .inner .readTxt {
    font-size: 1.4rem;
  }
}
.contentsWrap .ohkunImg {
  position: relative;
}
.contentsWrap .ohkunImg .ohBench {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .contentsWrap .ohkunImg .ohBench {
    height: auto;
    width: 134px;
    top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .contentsWrap .ohkunImg .ohBench {
    width: 102px;
    top: 0;
  }
}
@media screen and (max-width: 450px) {
  .contentsWrap .ohkunImg .ohBench {
    width: 88px;
    top: -20px;
  }
}
.contentsWrap .ohkunImg .ohAbout {
  position: absolute;
  top: 32px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .contentsWrap .ohkunImg .ohAbout {
    height: auto;
    width: 96px;
    top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contentsWrap .ohkunImg .ohAbout {
    width: 88px;
    top: 40px;
  }
}
@media screen and (max-width: 450px) {
  .contentsWrap .ohkunImg .ohAbout {
    width: 72px;
    top: 48px;
  }
}
.contentsWrap .ohkunImg .ohAccess {
  position: absolute;
  top: -32px;
  left: 20px;
}
@media screen and (max-width: 1024px) {
  .contentsWrap .ohkunImg .ohAccess {
    height: auto;
    width: 72px;
    top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .contentsWrap .ohkunImg .ohAccess {
    width: 64px;
    top: 2px;
  }
}
@media screen and (max-width: 450px) {
  .contentsWrap .ohkunImg .ohAccess {
    width: 64px;
    top: 2px;
    left: 8px;
  }
}
.contentsWrap .ohkunImg .ohHi {
  position: absolute;
  top: 64px;
  left: 20px;
}
@media screen and (max-width: 1024px) {
  .contentsWrap .ohkunImg .ohHi {
    top: 16px;
    height: auto;
    width: 96px;
  }
}
@media screen and (max-width: 768px) {
  .contentsWrap .ohkunImg .ohHi {
    width: 72px;
    top: 8px;
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 450px) {
  .contentsWrap .ohkunImg .ohHi {
    width: 56px;
    top: 2px;
  }
}
.contentsWrap .ohkunImg .ohInfo {
  position: absolute;
  top: -5px;
  right: 120px;
}
@media screen and (max-width: 1024px) {
  .contentsWrap .ohkunImg .ohInfo {
    right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .contentsWrap .ohkunImg .ohInfo {
    top: 3px;
    height: auto;
    width: 96px;
  }
}
@media screen and (max-width: 450px) {
  .contentsWrap .ohkunImg .ohInfo {
    top: 8px;
    width: 88px;
  }
}

.houseBuilder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 48px;
}
.houseBuilder::after {
  content: "";
  display: block;
  width: 31%;
}
.houseBuilder .houseBuilderInner {
  background-color: #fff;
  border-radius: 20px;
  align-self: flex-start;
  width: 31%;
}
@media screen and (max-width: 1024px) {
  .houseBuilder .houseBuilderInner {
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  .houseBuilder .houseBuilderInner {
    width: 100%;
  }
}
.houseBuilder .houseBuilderInner .houseImg {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  height: auto;
  width: 100%;
}
.houseBuilder .houseBuilderInner img:not(.houseImg) {
  margin: 20px auto;
}
.houseBuilder .houseBuilderInner .builderBtnWrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  padding: 0 20px 20px;
}
@media screen and (max-width: 700px) {
  .houseBuilder .houseBuilderInner .builderBtnWrap span {
    display: none;
  }
}
.houseBuilder .houseBuilderInner .builderBtnWrap .builderBtn {
  background-repeat: no-repeat, no-repeat;
  background-size: 28px auto, 28px auto;
  background-position: left 20px center, right 12px center;
  border-radius: 100px;
  border: 2px solid #fff;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
  font-size: 1.6rem;
  font-weight: 600;
  padding: 12px 8px;
  text-align: center;
  width: 100%;
}
.houseBuilder .houseBuilderInner .builderBtnWrap .builderBtn:hover {
  background-position: left 20px center, right 8px center;
}
@media screen and (max-width: 768px) {
  .houseBuilder .houseBuilderInner .builderBtnWrap .builderBtn {
    font-size: 1.4rem;
  }
}
.houseBuilder .houseBuilderInner .builderBtnWrap .reserveBtn {
  background-image: url("../images/common/icon_kengaku2.png"), url("../images/modelhouse/arrow_reserve_wh.svg");
  background-color: #f08300;
  color: #fff;
}
.houseBuilder .houseBuilderInner .builderBtnWrap .catalogBtn {
  background-image: url("../images/common/icon_siryou.png"), url("../images/modelhouse/arrow_reserve_pr.svg");
  background-color: #fbd952;
  color: #564256;
}

/* info detail */
.infoDetailWrap {
  background-color: #fff;
  border-radius: 30px;
  margin: 64px auto;
  padding: 64px;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .infoDetailWrap {
    padding: 48px;
  }
}
@media screen and (max-width: 768px) {
  .infoDetailWrap {
    padding: 48px 20px;
  }
}
@media screen and (max-width: 450px) {
  .infoDetailWrap {
    padding: 32px 20px;
  }
}
.infoDetailWrap .infoDetailTitle {
  color: #f08300;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8em;
}
@media screen and (max-width: 1024px) {
  .infoDetailWrap .infoDetailTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .infoDetailWrap .infoDetailTitle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  .infoDetailWrap .infoDetailTitle {
    font-size: 1.6rem;
  }
}
.infoDetailWrap .dateLine {
  background-color: #f6f4ee;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 8px 12px;
  display: inline-block;
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .infoDetailWrap .dateLine {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 450px) {
  .infoDetailWrap .dateLine {
    font-size: 1.4rem;
    margin: 32px 0 0;
  }
}
.infoDetailWrap .infoDate {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 24px 0 0;
}
@media screen and (max-width: 450px) {
  .infoDetailWrap .infoDate {
    font-size: 1.4rem;
    margin: 18px 0 0;
  }
}
.infoDetailWrap .infoDetailTxt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8em;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  .infoDetailWrap .infoDetailTxt {
    font-size: 1.4rem;
  }
}
.infoDetailWrap .indexWrap {
  background-color: #f6f8fa;
  border-radius: 10px;
  padding: 24px 24px 0;
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .infoDetailWrap .indexWrap {
    padding: 24px 16px 0;
  }
}
.infoDetailWrap .indexWrap .indexTitle {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .infoDetailWrap .indexWrap .indexTitle {
    font-size: 1.6rem;
  }
}
.infoDetailWrap .indexWrap .indexList {
  padding: 24px 0;
}
.infoDetailWrap .indexWrap .indexList li {
  background: url(../images/common/arrow_event_index.svg) no-repeat right 8px center;
  border-top: 1px solid #ddd;
  font-size: 1.6rem;
  font-weight: 500;
}
.infoDetailWrap .indexWrap .indexList li:first-child {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .infoDetailWrap .indexWrap .indexList li {
    font-size: 1.4rem;
  }
}
.infoDetailWrap .indexWrap .indexList li a {
  color: #4a321e;
  display: block;
  line-height: 1.6em;
  padding: 12px 24px 12px 6px;
}
@media screen and (max-width: 450px) {
  .infoDetailWrap .indexWrap .indexList li {
    font-size: 1.4rem;
  }
}
.infoDetailWrap .indexWrap .indexList li span {
  color: #f08300;
  font-weight: bold;
}
.infoDetailWrap .infoSmallTitle {
  color: #f08300;
  font-size: 1.8rem;
  margin: 120px 0 32px;
}
@media screen and (max-width: 768px) {
  .infoDetailWrap .infoSmallTitle {
    font-size: 1.6rem;
    margin: 64px 0 16px;
  }
}
.infoDetailWrap .infoImg {
  display: flex;
  justify-content: center;
}
.infoDetailWrap .infoImg img {
  max-height: 600px;
  width: auto;
  max-width: 70%;
}
@media screen and (max-width: 1024px) {
  .infoDetailWrap .infoImg img {
    max-height: 540px;
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .infoDetailWrap .infoImg img {
    max-height: 400px;
    max-width: 90%;
  }
}
@media screen and (max-width: 450px) {
  .infoDetailWrap .infoImg img {
    max-height: 280px;
    max-width: 100%;
  }
}
.infoDetailWrap .eventDate {
  background-color: #564256;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
  padding: 6px 12px;
}
@media screen and (max-width: 768px) {
  .infoDetailWrap .eventDate {
    font-size: 1.4rem;
  }
}
.infoDetailWrap img {
  margin: 40px 0;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .infoDetailWrap img {
    margin: 24px 0;
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .infoDetailWrap img {
    margin: 16px 0;
    width: 100%;
  }
}
.infoDetailWrap img {
  height: auto;
  width: 100%;
}

.eventPhotoWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 48px 0;
}
.eventPhotoWrap .eventPhotoInner {
  margin: 0 0 24px;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .eventPhotoWrap .eventPhotoInner {
    width: 48%;
  }
}
.eventPhotoWrap .eventPhotoInner img {
  margin: 0;
  border-radius: 16px;
}
.eventPhotoWrap .eventPhotoInner p {
  font-size: 1.4rem;
  line-height: 1.6em;
  margin: 12px 4px;
}
.eventPhotoWrap .eventPhotoInner p span {
  font-weight: 500;
}

.eventList {
  justify-content: space-between;
}
.eventList::after {
  content: "";
  display: block;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .eventList::after {
    width: 48%;
  }
}

.eventSingle {
  justify-content: center;
}

.eventNaiyou {
  background-color: #f9f2ec;
  border-bottom: 1px solid #d3cfc5;
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0;
}
@media screen and (max-width: 768px) {
  .eventNaiyou {
    border-top: 1px solid #d3cfc5;
  }
}
.eventNaiyou dt {
  border-top: 1px solid #d3cfc5;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8em;
  padding: 12px;
  width: 16%;
}
@media screen and (max-width: 768px) {
  .eventNaiyou dt {
    font-size: 1.4rem;
    padding: 8px 12px 4px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .eventNaiyou dt:first-child {
    border-top: none;
  }
}
.eventNaiyou dd {
  border-top: 1px solid #d3cfc5;
  font-size: 1.6rem;
  line-height: 1.8em;
  padding: 12px;
  width: 84%;
}
@media screen and (max-width: 768px) {
  .eventNaiyou dd {
    border-top: none;
    font-size: 1.4rem;
    padding: 0 12px 8px;
    width: 100%;
  }
}
.eventNaiyou p {
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .eventNaiyou p {
    font-size: 1.4rem;
  }
}

.miniEventWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.miniEventWrap::after {
  content: "";
  display: block;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .miniEventWrap::after {
    width: 48%;
  }
}
.miniEventWrap .miniEventInner {
  background-color: #f6f4ee;
  border-radius: 16px;
  margin: 0 0 16px;
  padding: 16px;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .miniEventWrap .miniEventInner {
    padding: 8px;
    width: 48%;
  }
}
.miniEventWrap .miniEventInner img {
  border-radius: 8px;
  margin: 0;
}
.miniEventWrap .miniEventInner .miniEventDate {
  background-color: #fff;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 6px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .miniEventWrap .miniEventInner .miniEventDate {
    font-size: 1.4rem;
  }
}
.miniEventWrap .miniEventInner h4 {
  color: #ea333d;
  font-size: 1.8rem;
  text-align: center;
  padding: 8px 6px;
}
@media screen and (max-width: 768px) {
  .miniEventWrap .miniEventInner h4 {
    font-size: 1.6rem;
  }
}
.miniEventWrap .miniEventInner .miniEventTxt {
  font-size: 1.4rem;
  margin: 12px 4px 0;
}
@media screen and (max-width: 768px) {
  .miniEventWrap .miniEventInner .miniEventTxt {
    margin: 8px 4px 0;
  }
}

/* ABOUT */
.aboutWrap {
  background-color: #fff;
  border-radius: 30px;
  max-width: 1200px;
  margin: 88px auto 0;
  padding: 0 20px;
}
.aboutWrap .inner {
  display: flex;
  justify-content: space-between;
  padding: 64px;
}
@media screen and (max-width: 1024px) {
  .aboutWrap .inner {
    padding: 48px 12px;
  }
}
@media screen and (max-width: 768px) {
  .aboutWrap .inner {
    flex-wrap: wrap;
    padding: 32px 12px;
  }
}
@media screen and (max-width: 450px) {
  .aboutWrap .inner {
    padding: 24px 0 0;
  }
}
.aboutWrap .inner .aboutList {
  align-self: flex-start;
  border-bottom: 1px solid #c1c1c1;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .aboutWrap .inner .aboutList {
    border-bottom: none;
  }
}
.aboutWrap .inner .aboutList dt {
  border-top: 1px solid #c1c1c1;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 16px 4px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .aboutWrap .inner .aboutList dt {
    border-top: none;
    font-size: 1.4rem;
    padding: 16px 4px 0;
    width: 100%;
  }
}
.aboutWrap .inner .aboutList dd {
  border-top: 1px solid #c1c1c1;
  font-size: 1.6rem;
  padding: 16px 4px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .aboutWrap .inner .aboutList dd {
    border-top: none;
    border-bottom: 1px solid #c1c1c1;
    font-size: 1.4rem;
    padding: 4px 4px 16px;
    width: 100%;
  }
}
.aboutWrap .inner .aboutMap {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .aboutWrap .inner .aboutMap {
    margin: 48px 0 32px;
    height: 400px;
    width: 100%;
  }
}
.aboutWrap .aboutWi {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .aboutWrap .aboutWi {
    width: 100%;
  }
}
.aboutWrap .accessWi {
  flex-wrap: wrap;
}
.aboutWrap .accessWi h2 {
  font-size: 2.4rem;
  margin: 0 0 56px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .aboutWrap .accessWi h2 {
    margin: 0 0 8px;
  }
}
.aboutWrap .accessWi .aboutList {
  margin-bottom: 64px;
}
@media screen and (max-width: 450px) {
  .aboutWrap .accessWi .aboutList {
    margin-bottom: 40px;
  }
}
.aboutWrap .accessWi .parkingMyMap {
  height: 450px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .aboutWrap .accessWi .parkingMyMap {
    margin: 32px 0 0;
  }
}
@media screen and (max-width: 450px) {
  .aboutWrap .accessWi .parkingMyMap {
    margin: 16px 0 20px;
  }
}
.aboutWrap .accessWi .accessTitle {
  color: #f08300;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .aboutWrap .accessWi .accessTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutWrap .accessWi .accessTitle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  .aboutWrap .accessWi .accessTitle {
    font-size: 1.6rem;
  }
}

dl.aboutList dt:first-child {
  border-top: none;
}

dl.aboutList dt:first-child + dd {
  border-top: none;
}

/* TOP */
.bgPhoto {
  background: url(../images/top/bg_photo.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}

.bgAll {
  background: url(../images/common/bg.png) #f9f2ec;
  background-size: 250px auto;
}

.bgFlower {
  background: url(../images/top/bg_flower.png) no-repeat center top 184px;
  background-size: 1200px auto;
}
@media screen and (max-width: 1024px) {
  .bgFlower {
    background: url(../images/top/bg_flower1024.png) no-repeat center top 184px;
    background-size: 800px auto;
  }
}
@media screen and (max-width: 768px) {
  .bgFlower {
    background: url(../images/top/bg_flower768.png) no-repeat center top 184px;
    background-size: 600px auto;
  }
}
@media screen and (max-width: 600px) {
  .bgFlower {
    background: url(../images/top/bg_flower600.png) no-repeat center top 184px;
    background-size: 600px auto;
  }
}
@media screen and (max-width: 450px) {
  .bgFlower {
    background: url(../images/top/bg_flower450.png) no-repeat center top 120px;
    background-size: 380px auto;
  }
}

#slider .slide img {
  border: 12px solid #fff;
  border-radius: 30px;
}
@media screen and (max-width: 450px) {
  #slider .slide img {
    border: 8px solid #fff;
  }
}

.topMainWrap {
  max-width: 900px;
  position: absolute;
  top: 300px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 4;
}
@media screen and (max-width: 1024px) {
  .topMainWrap {
    top: 240px;
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .topMainWrap {
    top: 240px;
    max-width: 550px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .topMainWrap {
    top: 160px;
    max-width: 450px;
  }
}
@media screen and (max-width: 450px) {
  .topMainWrap {
    top: 100px;
    max-width: 340px;
  }
}
@media screen and (max-width: 390px) {
  .topMainWrap {
    max-width: 370px;
  }
}
.topMainWrap .topOhFlower {
  margin: 0 0 32px;
}
@media screen and (max-width: 1024px) {
  .topMainWrap .topOhFlower {
    margin: 0 0 128px;
    height: auto;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .topMainWrap .topOhFlower {
    margin: 0 0 40px;
    width: 160px;
  }
}
@media screen and (max-width: 600px) {
  .topMainWrap .topOhFlower {
    margin: 0 0 32px;
    width: 140px;
  }
}
@media screen and (max-width: 390px) {
  .topMainWrap .topOhFlower {
    margin: 0 0 56px;
  }
}
.topMainWrap .topMainTxt {
  color: #222;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.6em;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .topMainWrap .topMainTxt {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .topMainWrap .topMainTxt {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 500px) {
  .topMainWrap .topMainTxt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 450px) {
  .topMainWrap .topMainTxt {
    font-size: 2rem;
    margin-left: 8px;
  }
}
.topMainWrap .topMainTxt span {
  background-color: rgba(255, 255, 255, 0.9);
}

/* model house */
.topModelHouseWrap {
  background-image: url("../images/top/bg_top_or.png"), url("../images/top/bg_bottom_or.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 2400px auto, 2400px auto;
  background-position: center top, center bottom;
  padding: 140px 0;
}
@media screen and (max-width: 1024px) {
  .topModelHouseWrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .topModelHouseWrap {
    background-image: url("../images/top/bg_top_or_sp.png"), url("../images/top/bg_bottom_or_sp.png");
    background-size: 1200px auto, 1200px auto;
    padding: 100px 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 450px) {
  .topModelHouseWrap {
    margin-top: 60px;
  }
}
.topModelHouseWrap .modelBg {
  background-color: #f08300;
}
.topModelHouseWrap .modelBg .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 450px) {
  .topModelHouseWrap .modelBg .inner {
    row-gap: 24px;
  }
}
.topModelHouseWrap .modelBg .inner::after {
  content: "";
  display: block;
  width: 31%;
}
@media screen and (max-width: 880px) {
  .topModelHouseWrap .modelBg .inner::after {
    width: 48%;
  }
}
@media screen and (max-width: 450px) {
  .topModelHouseWrap .modelBg .inner::after {
    width: 100%;
  }
}
.topModelHouseWrap .modelBg .inner .modelHouseBox {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 31%;
}
@media screen and (max-width: 880px) {
  .topModelHouseWrap .modelBg .inner .modelHouseBox {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .topModelHouseWrap .modelBg .inner .modelHouseBox {
    border-radius: 12px;
  }
}
@media screen and (max-width: 450px) {
  .topModelHouseWrap .modelBg .inner .modelHouseBox {
    position: relative;
    width: 100%;
  }
}
.topModelHouseWrap .modelBg .inner .modelHouseBox .modelHouseBImg {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topModelHouseWrap .modelBg .inner .modelHouseBox .modelHouseBImg {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
  }
}
@media screen and (max-width: 450px) {
  .topModelHouseWrap .modelBg .inner .modelHouseBox .modelHouseBImg {
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    width: 50%;
  }
}
.topModelHouseWrap .modelBg .inner .modelHouseBox .modelHouseLogo {
  margin: 16px 0;
}
@media screen and (max-width: 450px) {
  .topModelHouseWrap .modelBg .inner .modelHouseBox .modelHouseLogo {
    align-self: center;
    height: auto;
    width: 50%;
  }
}
.topModelHouseWrap .modelBg .inner .modelHouseBox .modelHouseLink {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.topModelHouseWrap .modelBg .inner .modelHouseTitle {
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 7.2rem;
  line-height: 1.2em;
  width: 31%;
}
@media screen and (max-width: 1024px) {
  .topModelHouseWrap .modelBg .inner .modelHouseTitle {
    font-size: 6.8rem;
  }
}
@media screen and (max-width: 880px) {
  .topModelHouseWrap .modelBg .inner .modelHouseTitle {
    font-size: 5.6rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .topModelHouseWrap .modelBg .inner .modelHouseTitle {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 450px) {
  .topModelHouseWrap .modelBg .inner .modelHouseTitle {
    font-size: 3.2rem;
  }
}

.modelHouse2nd {
  background: none;
  padding: 0;
  margin-top: 0;
}
.modelHouse2nd .modelBg {
  background: none;
}
.modelHouse2nd .modelBg .inner {
  padding: 0;
}

.topEventBtn {
  background: url(../images/top/arrow_modelhouse_event.svg) no-repeat center right 16px #ea333d;
  border-radius: 100px;
  border: 2px solid #fff;
  box-shadow: 2px 2px 6px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  padding: 12px;
  margin: 0 16px 16px;
  width: 100%;
}
.topEventBtn:hover {
  background: url(../images/top/arrow_modelhouse_event.svg) no-repeat center right 8px #ea333d;
}
@media screen and (max-width: 1024px) {
  .topEventBtn {
    background: none;
    background-color: #ea333d;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 880px) {
  .topEventBtn {
    background: url(../images/top/arrow_modelhouse_event.svg) no-repeat center right 16px #ea333d;
  }
}
@media screen and (max-width: 450px) {
  .topEventBtn {
    background: url(../images/top/arrow_modelhouse_event.svg) no-repeat center right 6px #ea333d;
    background-size: 20px auto;
    position: absolute;
    bottom: -24px;
    right: -24px;
    padding: 8px 32px 8px 12px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .topEventBtn span {
    display: none;
  }
}

.houseBuilder .houseBuilderInner .topEventBtn {
  width: calc(100% - 32px);
}

.topOhKun {
  margin: 64px 0 0;
  padding: 0;
}
.topOhKun .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.topOhKun .inner .ohIkusei {
  position: absolute;
  top: -88px;
  left: 40px;
  transform: rotate(-6deg);
}
@media screen and (max-width: 1024px) {
  .topOhKun .inner .ohIkusei {
    top: -72px;
    height: auto;
    width: 100px;
    transform: rotate(-4deg);
  }
}
@media screen and (max-width: 880px) {
  .topOhKun .inner .ohIkusei {
    top: -80px;
  }
}
@media screen and (max-width: 768px) {
  .topOhKun .inner .ohIkusei {
    top: -60px;
    left: 24px;
    transform: rotate(-10deg);
  }
}
@media screen and (max-width: 660px) {
  .topOhKun .inner .ohIkusei {
    top: -75px;
    transform: rotate(-8deg);
  }
}
@media screen and (max-width: 450px) {
  .topOhKun .inner .ohIkusei {
    top: -55px;
    left: 10px;
    width: 72px;
  }
}
.topOhKun .inner .futaba1 {
  position: absolute;
  top: 2px;
  right: 170px;
  transform: rotate(2deg);
}
@media screen and (max-width: 1024px) {
  .topOhKun .inner .futaba1 {
    top: -4px;
  }
}
@media screen and (max-width: 880px) {
  .topOhKun .inner .futaba1 {
    top: -8px;
  }
}
@media screen and (max-width: 768px) {
  .topOhKun .inner .futaba1 {
    top: 0;
    transform: rotate(8deg);
  }
}
@media screen and (max-width: 600px) {
  .topOhKun .inner .futaba1 {
    top: -10px;
  }
}
@media screen and (max-width: 450px) {
  .topOhKun .inner .futaba1 {
    top: -10px;
    right: 140px;
    width: 40px;
    transform: rotate(-2deg);
  }
}
.topOhKun .inner .futaba2 {
  position: absolute;
  top: 6px;
  right: 102px;
  transform: rotate(2deg);
}
@media screen and (max-width: 1024px) {
  .topOhKun .inner .futaba2 {
    top: 0;
  }
}
@media screen and (max-width: 880px) {
  .topOhKun .inner .futaba2 {
    top: -4px;
  }
}
@media screen and (max-width: 768px) {
  .topOhKun .inner .futaba2 {
    top: 8px;
    transform: rotate(6deg);
  }
}
@media screen and (max-width: 600px) {
  .topOhKun .inner .futaba2 {
    top: -5px;
  }
}
@media screen and (max-width: 450px) {
  .topOhKun .inner .futaba2 {
    top: -6px;
    right: 80px;
    width: 40px;
  }
}
.topOhKun .inner .futaba3 {
  position: absolute;
  top: 12px;
  right: 40px;
  transform: rotate(2deg);
}
@media screen and (max-width: 1024px) {
  .topOhKun .inner .futaba3 {
    top: 3px;
  }
}
@media screen and (max-width: 880px) {
  .topOhKun .inner .futaba3 {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .topOhKun .inner .futaba3 {
    top: 22px;
    transform: rotate(6deg);
  }
}
@media screen and (max-width: 600px) {
  .topOhKun .inner .futaba3 {
    top: 4px;
  }
}
@media screen and (max-width: 450px) {
  .topOhKun .inner .futaba3 {
    top: 0;
    right: 20px;
    width: 40px;
  }
}

/* contact */
.topContactWrap .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .topContactWrap .inner {
    row-gap: 24px;
  }
}
.topContactWrap .inner .topContact {
  background: url(../images/top/arrow_contact.svg) no-repeat right 24px center #f6f4ee;
  border: 6px solid #fff;
  border-radius: 20px;
  padding: 20px;
  width: 49%;
}
@media screen and (max-width: 768px) {
  .topContactWrap .inner .topContact {
    width: 100%;
  }
}
.topContactWrap .inner .topContact .topContactTitle {
  background-color: #f08300;
  border-radius: 100px;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding: 8px 4px;
  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .topContactWrap .inner .topContact .topContactTitle {
    font-size: 1.6rem;
  }
}
.topContactWrap .inner .topContact p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8em;
}
@media screen and (max-width: 1024px) {
  .topContactWrap .inner .topContact p {
    font-size: 1.4rem;
  }
}
.topContactWrap .inner .topContactTxt {
  display: flex;
  padding: 0 10px;
}
.topContactWrap .inner .topContactTxt img {
  align-self: center;
}
@media screen and (max-width: 450px) {
  .topContactWrap .inner .topContactTxt img {
    height: auto;
    width: 120px;
  }
}
.topContactWrap .inner .ohKengaku {
  background: url(../images/top/contact_kengaku.png) no-repeat right 24px bottom;
  background-size: 276px auto;
}

.brBlank800 {
  display: block;
}
@media screen and (max-width: 880px) {
  .brBlank800 {
    display: none;
  }
}

/* housingBg */
.housingImg {
  background-image: url("../images/top/bg_housing_top.png"), url("../images/top/bg_housing_bottom.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 2400px auto, 2400px auto;
  background-position: center top, center bottom;
  height: 880px;
}
@media screen and (max-width: 1024px) {
  .housingImg {
    height: 640px;
  }
}
@media screen and (max-width: 768px) {
  .housingImg {
    height: 480px;
    background-position: right top, center bottom;
  }
}

/* top info */
.infoImportantWrap {
  margin: 40px 20px 52px;
}
@media screen and (max-width: 768px) {
  .infoImportantWrap {
    margin: 40px 20px 0;
  }
}
.infoImportantWrap .infoImportantInner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.infoImportantWrap .infoImportantInner .inner {
  background: url(../images/top/arrow_top_info.svg) no-repeat right 24px center #fff;
  border-radius: 100px;
  padding: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .infoImportantWrap .infoImportantInner .inner {
    background: url(../images/top/arrow_top_info.svg) no-repeat right 18px center #fff;
    background-size: 32px auto;
    border-radius: 20px;
    flex-wrap: wrap;
    padding: 16px;
  }
}
@media screen and (max-width: 450px) {
  .infoImportantWrap .infoImportantInner .inner {
    background: url(../images/top/arrow_top_info.svg) no-repeat right 16px center #fff;
    background-size: 24px auto;
  }
}
.infoImportantWrap .infoImportantInner .inner:hover {
  background: url(../images/top/arrow_top_info.svg) no-repeat right 16px center #fff;
}
@media screen and (max-width: 768px) {
  .infoImportantWrap .infoImportantInner .inner:hover {
    background: url(../images/top/arrow_top_info.svg) no-repeat right 14px center #fff;
    background-size: 32px auto;
  }
}
@media screen and (max-width: 450px) {
  .infoImportantWrap .infoImportantInner .inner:hover {
    background-size: 24px auto;
  }
}
.infoImportantWrap .infoImportantInner .inner time {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 40px 0 26px;
}
@media screen and (max-width: 768px) {
  .infoImportantWrap .infoImportantInner .inner time {
    font-size: 1.6rem;
    padding: 0 40px 0 8px;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .infoImportantWrap .infoImportantInner .inner time {
    padding: 0 40px 0 8px;
  }
}
.infoImportantWrap .infoImportantInner .inner .infoImportantTxt {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6em;
  padding: 0 80px 0 0;
}
@media screen and (max-width: 768px) {
  .infoImportantWrap .infoImportantInner .inner .infoImportantTxt {
    font-size: 1.4rem;
    padding: 8px 56px 0 8px;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .infoImportantWrap .infoImportantInner .inner .infoImportantTxt {
    padding: 8px 40px 0 8px;
  }
}
.infoImportantWrap .infoImportantInner .infoAllList {
  background: url(../images/top/arrow_top_info.svg) no-repeat right 8px center #fff;
  background-size: 24px auto;
  border-radius: 100px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 1.4rem;
  font-weight: 600;
  padding: 8px 40px 8px 16px;
  position: absolute;
  top: -28px;
  right: 24px;
  z-index: 9;
}
.infoImportantWrap .infoImportantInner .infoAllList:hover {
  opacity: 1;
  background: url(../images/top/arrow_top_info.svg) no-repeat right 4px center #fff;
  background-size: 24px auto;
}
@media screen and (max-width: 768px) {
  .infoImportantWrap .infoImportantInner .infoAllList {
    font-size: 1.2rem;
    right: 12px;
  }
}
@media screen and (max-width: 450px) {
  .infoImportantWrap .infoImportantInner .infoAllList {
    top: -20px;
  }
}

.topEventWrap {
  margin: 40px 20px 102px;
}
.topEventWrap .inner {
  background: url("../images/top/arrow_top_info.svg") no-repeat right 24px center #fff;
  border: 6px solid #f08300;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .topEventWrap .inner {
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .topEventWrap .inner {
    background: none;
    background-color: #fff;
    border-radius: 24px;
    flex-wrap: wrap;
    padding: 12px;
  }
}
@media screen and (max-width: 450px) {
  .topEventWrap .inner {
    padding: 8px;
  }
}
.topEventWrap .inner:hover {
  background: url("../images/top/arrow_top_info.svg") no-repeat right 16px center #fff;
}
@media screen and (max-width: 768px) {
  .topEventWrap .inner:hover {
    background: none;
    background-color: #fff;
  }
}
.topEventWrap .inner .topEventImg {
  position: relative;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .topEventWrap .inner .topEventImg {
    width: 100%;
  }
}
.topEventWrap .inner .topEventImg .topEventCaption {
  position: absolute;
  bottom: 12px;
  left: 20px;
}
.topEventWrap .inner .topEventImg img {
  border-radius: 10px;
}
.topEventWrap .inner .topEventCaption {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 5.5vw, 7rem);
}
@media screen and (max-width: 768px) {
  .topEventWrap .inner .topEventCaption {
    font-size: clamp(2rem, 8vw, 7rem);
  }
}
.topEventWrap .inner .topEventTxt {
  margin: 0 0 0 24px;
  width: 42%;
}
@media screen and (max-width: 768px) {
  .topEventWrap .inner .topEventTxt {
    margin: 0;
    padding: 8px;
    width: 100%;
  }
}
.topEventWrap .inner .topEventTxt .topEventTitle {
  color: #f08300;
  line-height: 1.8em;
  margin-bottom: 8px;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 48px 0 0;
}
@media screen and (max-width: 1024px) {
  .topEventWrap .inner .topEventTxt .topEventTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .topEventWrap .inner .topEventTxt .topEventTitle {
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 450px) {
  .topEventWrap .inner .topEventTxt .topEventTitle {
    font-size: 1.6rem;
  }
}
.topEventWrap .inner .topEventTxt .topEventDate {
  font-size: 1.6rem;
  font-weight: 600;
}

/* MODEL HOUSE */
.modelHouseWrap {
  padding: 200px 0 0;
}
@media screen and (max-width: 768px) {
  .modelHouseWrap {
    padding: 140px 0 0;
  }
}
@media screen and (max-width: 450px) {
  .modelHouseWrap {
    padding: 120px 0 0;
  }
}
.modelHouseWrap .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.modelHouseWrap .inner .houseMakerLogo {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .modelHouseWrap .inner .houseMakerLogo {
    display: block;
    height: auto;
    width: 50%;
    margin: 0 auto;
  }
}
.modelHouseWrap .inner .modelHouseBtnWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .modelHouseWrap .inner .modelHouseBtnWrap {
    row-gap: 24px;
  }
}
@media screen and (max-width: 450px) {
  .modelHouseWrap .inner .modelHouseBtnWrap {
    row-gap: 16px;
  }
}
.modelHouseWrap .inner .modelHouseBtnWrap::after {
  content: "";
  display: block;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .modelHouseWrap .inner .modelHouseBtnWrap::after {
    width: 49%;
  }
}
@media screen and (max-width: 570px) {
  .modelHouseWrap .inner .modelHouseBtnWrap::after {
    width: 100%;
  }
}
.modelHouseWrap .inner .modelHouseBtnWrap .btnInner {
  border: 2px solid #f08300;
  border-radius: 100px;
  color: #f08300;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 20px 8px;
  text-align: center;
  width: 32%;
}
@media screen and (max-width: 1024px) {
  .modelHouseWrap .inner .modelHouseBtnWrap .btnInner {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modelHouseWrap .inner .modelHouseBtnWrap .btnInner {
    width: 49%;
  }
}
@media screen and (max-width: 570px) {
  .modelHouseWrap .inner .modelHouseBtnWrap .btnInner {
    padding: 16px 8px;
    width: 100%;
  }
}
.modelHouseWrap .inner .modelHouseBtnWrap .homeBtn {
  background-image: url("../images/common/icon_home.png"), url("../images/modelhouse/arrow_btn.svg");
}
.modelHouseWrap .inner .modelHouseBtnWrap .madoriBtn {
  background-image: url("../images/common/icon_madori.png"), url("../images/modelhouse/arrow_btn.svg");
}
.modelHouseWrap .inner .modelHouseBtnWrap .kengakuBtn {
  background-image: url("../images/common/icon_kengaku.png"), url("../images/modelhouse/arrow_btn.svg");
}
.modelHouseWrap .inner .modelHouseBtnWrap .shiryouBtn {
  background-image: url("../images/common/icon_siryou.png"), url("../images/modelhouse/arrow_btn.svg");
}
.modelHouseWrap .inner .modelHouseBtnWrap .siteBtn {
  background-image: url("../images/common/icon_site.png"), url("../images/modelhouse/arrow_btn.svg");
}
.modelHouseWrap .inner .modelHouseBtnWrap .commonBtn {
  background-repeat: no-repeat, no-repeat;
  background-size: 28px auto, 28px auto;
  background-position: left 20px center, right 12px center;
  background-color: #f9f2ec;
}
@media screen and (max-width: 1024px) {
  .modelHouseWrap .inner .modelHouseBtnWrap .commonBtn {
    background-size: 26px auto, 24px auto;
    background-position: left 14px center, right 12px center;
  }
}
@media screen and (max-width: 768px) {
  .modelHouseWrap .inner .modelHouseBtnWrap .commonBtn {
    background-size: 28px auto, 28px auto;
    background-position: left 20px center, right 12px center;
  }
}
@media screen and (max-width: 450px) {
  .modelHouseWrap .inner .modelHouseBtnWrap .commonBtn {
    background-size: 28px auto, 24px auto;
  }
}
.modelHouseWrap .inner .modelHouseBtnWrap .commonBtn:hover {
  background-position: left 20px center, right 8px center;
}
@media screen and (max-width: 1024px) {
  .modelHouseWrap .inner .modelHouseBtnWrap .commonBtn:hover {
    background-position: left 14px center, right 8px center;
  }
}
@media screen and (max-width: 768px) {
  .modelHouseWrap .inner .modelHouseBtnWrap .commonBtn:hover {
    background-position: left 20px center, right 8px center;
  }
}
.modelHouseWrap .inner .setsumeiTxt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .modelHouseWrap .inner .setsumeiTxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 450px) {
  .modelHouseWrap .inner .setsumeiTxt {
    font-size: 1.4rem;
  }
}
.modelHouseWrap .inner .specTxt {
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .modelHouseWrap .inner .specTxt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 450px) {
  .modelHouseWrap .inner .specTxt {
    font-size: 1.3rem;
  }
}

.hebelInfoBg {
  background: url("../images/modelhouse/bg_hebel.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .hebelInfoBg {
    padding: 60px 0;
  }
}
@media screen and (max-width: 450px) {
  .hebelInfoBg {
    padding: 40px 0;
  }
}

.ichijoInfoBg {
  background: url("../images/modelhouse/bg_ichijo.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .ichijoInfoBg {
    padding: 60px 0;
  }
}
@media screen and (max-width: 450px) {
  .ichijoInfoBg {
    padding: 40px 0;
  }
}

.sekisuiheimInfoBg {
  background: url("../images/modelhouse/bg_heim.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .sekisuiheimInfoBg {
    padding: 60px 0;
  }
}
@media screen and (max-width: 450px) {
  .sekisuiheimInfoBg {
    padding: 40px 0;
  }
}

.daiwaInfoBg {
  background: url("../images/modelhouse/bg_daiwa.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .daiwaInfoBg {
    padding: 60px 0;
  }
}
@media screen and (max-width: 450px) {
  .daiwaInfoBg {
    padding: 40px 0;
  }
}

.toyotaInfoBg {
  background: url("../images/modelhouse/bg_toyota.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .toyotaInfoBg {
    padding: 60px 0;
  }
}
@media screen and (max-width: 450px) {
  .toyotaInfoBg {
    padding: 40px 0;
  }
}

.misawaInfoBg {
  background: url("../images/top/bg_photo.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .misawaInfoBg {
    padding: 60px 0;
  }
}
@media screen and (max-width: 450px) {
  .misawaInfoBg {
    padding: 40px 0;
  }
}

.sekisuihouseInfoBg {
  background: url("../images/top/bg_photo.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .sekisuihouseInfoBg {
    padding: 60px 0;
  }
}
@media screen and (max-width: 450px) {
  .sekisuihouseInfoBg {
    padding: 40px 0;
  }
}

.kabayaInfoBg {
  background: url("../images/top/bg_photo.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .kabayaInfoBg {
    padding: 60px 0;
  }
}
@media screen and (max-width: 450px) {
  .kabayaInfoBg {
    padding: 40px 0;
  }
}

.eventInfoWrap {
  width: 100%;
}
.eventInfoWrap .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.eventInfoWrap .inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 0;
}
@media screen and (max-width: 1240px) {
  .eventInfoWrap .inner::before {
    right: 40px;
    width: calc(100vw - 40px);
  }
}
@media screen and (max-width: 768px) {
  .eventInfoWrap .inner::before {
    right: 24px;
    width: calc(100vw - 24px);
  }
}
@media screen and (max-width: 450px) {
  .eventInfoWrap .inner::before {
    right: 16px;
    width: calc(100vw - 16px);
  }
}
.eventInfoWrap .eventInfoContainer {
  position: relative;
  z-index: 1;
  padding: 60px 0 80px;
}
@media screen and (max-width: 1240px) {
  .eventInfoWrap .eventInfoContainer {
    padding: 60px 40px 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .eventInfoWrap .eventInfoContainer {
    padding: 40px 24px 60px 0;
  }
}
@media screen and (max-width: 450px) {
  .eventInfoWrap .eventInfoContainer {
    padding: 40px 16px 60px 0;
  }
}
.eventInfoWrap .eventInfoHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .eventInfoWrap .eventInfoHeader {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 450px) {
  .eventInfoWrap .eventInfoHeader {
    margin-left: 32px;
  }
}
.eventInfoWrap .eventInfoIcon {
  position: absolute;
  top: 30px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .eventInfoWrap .eventInfoIcon {
    top: -20px;
  }
}
@media screen and (max-width: 500px) {
  .eventInfoWrap .eventInfoIcon {
    left: -20px;
  }
}
.eventInfoWrap .eventInfoTitle {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .eventInfoWrap .eventInfoTitle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  .eventInfoWrap .eventInfoTitle {
    font-size: 1.6rem;
  }
}
.eventInfoWrap .eventInfoList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.eventInfoWrap .eventInfoList::after {
  content: "";
  display: block;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .eventInfoWrap .eventInfoList::after {
    width: 48%;
  }
}
@media screen and (max-width: 450px) {
  .eventInfoWrap .eventInfoList::after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .eventInfoWrap .eventInfoList {
    row-gap: 32px;
  }
}
.eventInfoWrap .eventInfoItem {
  width: 32%;
  display: block;
  background: #f6f4ee;
  transition: opacity 0.3s;
}
.eventInfoWrap .eventInfoItem:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .eventInfoWrap .eventInfoItem {
    width: 48%;
  }
}
@media screen and (max-width: 450px) {
  .eventInfoWrap .eventInfoItem {
    width: 100%;
  }
}
.eventInfoWrap .eventInfoImg {
  position: relative;
}
.eventInfoWrap .eventInfoImg img {
  width: 100%;
  height: auto;
  display: block;
}
.eventInfoWrap .eventInfoArrow {
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eventInfoWrap .eventInfoArrow img {
  height: auto;
  width: 40px;
}
.eventInfoWrap .eventInfoTxt {
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .eventInfoWrap .eventInfoTxt {
    padding: 16px;
  }
}
.eventInfoWrap .eventInfoDate {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .eventInfoWrap .eventInfoDate {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}
.eventInfoWrap .eventInfoDesc {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 768px) {
  .eventInfoWrap .eventInfoDesc {
    font-size: 1.4rem;
  }
}

/* information */
.infoWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 32px;
  margin: 64px 0 0;
}
.infoWrap::after {
  content: "";
  display: block;
  width: 48%;
}
@media screen and (max-width: 600px) {
  .infoWrap::after {
    width: 100%;
  }
}
.infoWrap .infoInner {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .infoWrap .infoInner {
    border-radius: 12px;
    padding: 12px;
  }
}
@media screen and (max-width: 600px) {
  .infoWrap .infoInner {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .infoWrap .infoInner {
    padding: 12px;
  }
}
.infoWrap .infoInner img {
  border-radius: 10px;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .infoWrap .infoInner img {
    border-radius: 6px;
  }
}
.infoWrap .infoInner .infoTitle {
  color: #f08300;
  font-size: 2rem;
  line-height: 1.8em;
  margin: 12px 0;
}
@media screen and (max-width: 768px) {
  .infoWrap .infoInner .infoTitle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  .infoWrap .infoInner .infoTitle {
    font-size: 1.6rem;
    margin: 8px 0;
  }
}
.infoWrap .infoInner .infodate {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .infoWrap .infoInner .infodate {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 450px) {
  .infoWrap .infoInner .infodate {
    font-size: 1.4rem;
  }
}

.brandingWrap {
  position: relative;
  width: 100%;
}
.brandingWrap .brandingTop {
  width: 100%;
  margin: 234px auto 83px;
}
.brandingWrap .brandingTop .brandingTopText {
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brandingWrap .brandingTop .brandingTopText {
    font-size: 26px;
  }
}
@media screen and (max-width: 450px) {
  .brandingWrap .brandingTop .brandingTopText {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .brandingWrap .brandingTop {
    margin: 140px auto 60px;
  }
}
@media screen and (max-width: 450px) {
  .brandingWrap .brandingTop {
    margin: 100px auto 50px;
  }
}
.brandingWrap .brandingBackBase {
  background-color: #f5ccaf;
  background-size: 100% 200px;
  background-position: 0 1000px;
  margin-top: -60px;
}
@media screen and (max-width: 1024px) {
  .brandingWrap .brandingBackBase {
    margin-top: -30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .brandingWrap .brandingBackBase {
    margin-top: -10px;
  }
}
.brandingWrap .brandingBackCurve {
  background: url(../images/branding/bg_r.svg);
  background-repeat: no-repeat;
  background-size: 2600px auto;
  background-position: 50% 105%;
}
@media screen and (max-width: 1024px) {
  .brandingWrap .brandingBackCurve {
    background-position: 50% 110%;
    background-size: 1500px auto;
  }
}
@media screen and (max-width: 768px) {
  .brandingWrap .brandingBackCurve {
    background-size: 140% auto;
  }
}
.brandingWrap .brandingBackCurve.backReverse {
  margin-top: -100px;
  margin-bottom: -60px;
  height: 400px;
  transform: rotate(180deg);
  background-size: 2600px auto;
  background-position: 50% 120%;
}
@media screen and (max-width: 1024px) {
  .brandingWrap .brandingBackCurve.backReverse {
    height: 300px;
    margin-top: -10px;
    margin-bottom: -200px;
    background-position: 50% 100%;
    background-size: 2600px auto;
  }
}
@media screen and (max-width: 768px) {
  .brandingWrap .brandingBackCurve.backReverse {
    height: 150px;
    margin-bottom: -115px;
    background-size: 1500px auto;
    background-position: 50% 100%;
  }
}
.brandingWrap .brandingBottom {
  background: url(../images/branding/bg_r2.svg) no-repeat center top;
  background-size: 4800px auto;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .brandingWrap .brandingBottom {
    background-size: 2400px auto;
    height: 100px;
  }
}
@media screen and (max-width: 450px) {
  .brandingWrap .brandingBottom {
    background-size: 1600px auto;
    height: 50px;
  }
}
.brandingWrap .brandingSpace {
  height: 60px;
}
@media screen and (max-width: 1024px) {
  .brandingWrap .brandingSpace {
    height: 0px;
  }
}
.brandingWrap .brandingOsanpoImg {
  margin: 0 auto;
  padding: 0px 0 0;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .brandingWrap .brandingOsanpoImg {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .brandingWrap .brandingOsanpoImg {
    width: 90%;
  }
}
.brandingWrap .brandingText {
  margin: 80px auto 0;
  padding: 0 20px 80px 20px;
  max-width: 840px;
}
@media screen and (max-width: 768px) {
  .brandingWrap .brandingText {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 450px) {
  .brandingWrap .brandingText {
    margin-top: 20px;
  }
}
.brandingWrap .brandingText .brandingTextInner {
  padding-bottom: 40px;
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  background: url(../images/branding/line.png);
  background-size: 12px 40px;
}
.brandingWrap .brandingText .brandingTextInner span {
  color: #462205;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .brandingWrap .brandingText .brandingTextInner span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .brandingWrap .brandingText .brandingTextInner {
    font-size: 14px;
    line-height: 32px;
    text-align: left;
    background-size: 12px 32px;
  }
}
.brandingWrap .brandingText .brandingTextInner.brandingTextInnerEnd {
  padding-bottom: 0;
}
.brandingWrap .brAppear {
  display: none;
}
@media screen and (max-width: 768px) {
  .brandingWrap .brAppear {
    display: block;
  }
}
.brandingWrap .brHide {
  display: block;
}
@media screen and (max-width: 768px) {
  .brandingWrap .brHide {
    display: none;
  }
}

.Pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 120px 0 0;
}
.Pagination > * + * {
  margin-left: 8px;
}
.Pagination-Item-Link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
  border: solid 2px #fbd952;
  font-size: 14px;
  color: #564256;
  font-weight: bold;
  transition: all 0.15s linear;
}
.Pagination-Item-Link-Icon {
  width: 20px;
}
.Pagination-Item-Link.isActive {
  background: #f08300;
  color: #fff;
  pointer-events: none;
}
.Pagination-Item-Link:not(.isActive):hover {
  background: #f08300;
  color: #fff;
}

/* Instagram */
.instWrap {
  padding: 80px 20px 0;
}
.instWrap .inner {
  max-width: 900px;
  margin: 0 auto;
}

/* ===== モデルハウス詳細スライダー ===== */
.mhSlider {
  max-width: 1200px;
  margin: 48px auto 0;
  padding: 0 20px 80px;
}
@media screen and (max-width: 768px) {
  .mhSlider {
    margin-top: 32px;
    padding: 0 16px 60px;
  }
}
@media screen and (max-width: 450px) {
  .mhSlider {
    margin-top: 24px;
    padding: 0 12px 48px;
  }
}
.mhSlider {
  /* メインスライダー */
}
.mhSlider__main {
  position: relative;
}
.mhSlider__mainTrack {
  position: relative;
  flex: 1;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #e0d6cc;
}
@media screen and (max-width: 768px) {
  .mhSlider__mainTrack {
    aspect-ratio: 1/1;
  }
}
.mhSlider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.mhSlider__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.mhSlider__slide picture,
.mhSlider__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mhSlider {
  /* 矢印ボタン（メイン） */
}
.mhSlider__arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #ece7da; /* ここをベージュに変更 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 少し影をつけて目立たせる */
  cursor: pointer;
  z-index: 2;
  transition: transform 0.2s;
}
@media screen and (max-width: 768px) {
  .mhSlider__arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 450px) {
  .mhSlider__arrow {
    width: 32px;
    height: 32px;
  }
}
.mhSlider__arrow img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.mhSlider__arrow--prev {
  left: 10px;
  transform: translateY(-50%) scaleX(-1);
}
.mhSlider__arrow--prev:hover {
  transform: translateY(-50%) scaleX(-1) scale(1.08);
}
.mhSlider__arrow--next {
  right: 10px;
  transform: translateY(-50%);
}
.mhSlider__arrow--next:hover {
  transform: translateY(-50%) scale(1.08);
}
.mhSlider {
  /* サムネイルエリア */
}
.mhSlider__thumbWrap {
  position: relative;
  margin-top: 16px;
}
@media screen and (max-width: 450px) {
  .mhSlider__thumbWrap {
    margin-top: 12px;
  }
}
.mhSlider__thumbTrackWrap {
  flex: 1;
  overflow: hidden;
}
.mhSlider__thumbTrack {
  display: flex;
  gap: 12px;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .mhSlider__thumbTrack {
    gap: 8px;
  }
}
@media screen and (max-width: 450px) {
  .mhSlider__thumbTrack {
    gap: 6px;
  }
}
.mhSlider__thumb {
  flex-shrink: 0;
  width: 184px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s, opacity 0.3s;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .mhSlider__thumb {
    width: calc(25% - 6px);
  }
}
.mhSlider__thumb.is-active {
  opacity: 1;
}
.mhSlider__thumb:hover {
  opacity: 1;
}
.mhSlider__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .mhSlider__thumb img {
    aspect-ratio: 1/1;
  }
}
.mhSlider {
  /* 矢印ボタン（サムネイル） */
}
.mhSlider__thumbArrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #ece7da; /* ここをベージュに変更 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 少し影をつけて目立たせる */
  cursor: pointer;
  z-index: 2;
  transition: transform 0.2s;
}
@media screen and (max-width: 450px) {
  .mhSlider__thumbArrow {
    width: 26px;
    height: 26px;
  }
}
.mhSlider__thumbArrow img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.mhSlider__thumbArrow--prev {
  left: 10px;
  transform: translateY(-50%) scaleX(-1);
}
.mhSlider__thumbArrow--prev:hover {
  transform: translateY(-50%) scaleX(-1) scale(1.08);
}
.mhSlider__thumbArrow--next {
  right: 10px;
  transform: translateY(-50%);
}
.mhSlider__thumbArrow--next:hover {
  transform: translateY(-50%) scale(1.08);
}

/* footer */
footer {
  background: url(../images/common/bg_footer.png) no-repeat center top;
  background-size: 2400px auto;
  padding: 160px 0 0;
}
@media screen and (max-width: 768px) {
  footer {
    background: url(../images/common/bg_footer_sp.png) no-repeat center top;
    background-size: 1200px auto;
    padding: 80px 0 0;
  }
}
footer .inner {
  background-color: #fff;
  padding: 64px 20px 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .inner {
    padding: 64px 20px 88px;
  }
}
footer .inner .footerInner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .inner .footerInner .footerOhImg {
  position: absolute;
  top: -176px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  footer .inner .footerInner .footerOhImg {
    top: -166px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footerInner .footerOhImg {
    top: -160px;
  }
}
@media screen and (max-width: 650px) {
  footer .inner .footerInner .footerOhImg {
    top: -150px;
  }
}
@media screen and (max-width: 450px) {
  footer .inner .footerInner .footerOhImg {
    top: -136px;
    height: auto;
    width: 56px;
  }
}
footer .inner .footerInner .footerLeft {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  footer .inner .footerInner .footerLeft {
    width: 100%;
  }
}
footer .inner .footerInner .footerRight {
  width: 56%;
}
@media screen and (max-width: 1024px) {
  footer .inner .footerInner .footerRight {
    margin: 32px 0 0;
    width: 100%;
  }
}
footer .inner .footerInner .footerRight .footerNav {
  display: flex;
}
@media screen and (max-width: 1024px) {
  footer .inner .footerInner .footerRight .footerNav {
    gap: 20px;
  }
}
footer .inner .footerInner .footerRight .footerNav .footerNavInner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  footer .inner .footerInner .footerRight .footerNav .footerNavInner {
    align-self: flex-start;
    width: 50%;
  }
}
footer .inner .footerInner .footerRight .footerNav .footerNavInner .footerNavTxt {
  color: #f08300;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 8px 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  footer .inner .footerInner .footerRight .footerNav .footerNavInner .footerNavTxt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 450px) {
  footer .inner .footerInner .footerRight .footerNav .footerNavInner .footerNavTxt {
    font-size: 1.3rem;
  }
}
footer .inner .footerInner .footerRight .footerNav .footerNavInner .footerNavSub {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
footer .inner .footerInner .footerRight .footerNav .footerNavInner .footerNavSub li {
  border-left: 1px solid #333333;
  color: #444;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 6px 12px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  footer .inner .footerInner .footerRight .footerNav .footerNavInner .footerNavSub li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footerInner .footerRight .footerNav .footerNavInner .footerNavSub li {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  footer .inner .footerInner .footerRight .footerNav .footerNavInner .footerNavSub li {
    font-size: 1.3rem;
  }
}
footer .inner .footerInner .footerLogo {
  margin: 0 0 40px;
}
@media screen and (max-width: 1024px) {
  footer .inner .footerInner .footerLogo {
    height: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .footerInner .footerLogo {
    width: 60%;
  }
}
@media screen and (max-width: 450px) {
  footer .inner .footerInner .footerLogo {
    margin: 0 0 20px;
  }
}
footer .inner .footerInner .footerAdd {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 16px 0;
}
@media screen and (max-width: 1024px) {
  footer .inner .footerInner .footerAdd {
    font-size: 1.4rem;
  }
}
footer .inner .footerInner .footerTel {
  color: #f08300;
  font-size: 3.2rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  footer .inner .footerInner .footerTel {
    font-size: 2.4rem;
  }
}
footer .inner .footerInner .footerTel .footerTelCaption {
  color: #333;
  font-size: 1.4rem;
  font-weight: normal;
}
footer .inner .footerInner .copyRight {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
  margin: 96px 0 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .inner .footerInner .copyRight {
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  footer .inner .footerInner .copyRight {
    font-size: 1.2rem;
    margin: 64px 0 0;
  }
}
footer .inner .footerInner .footerSnsIconWrap {
  display: flex;
  gap: 12px;
  margin: 28px 0;
}
footer .inner .footerInner .footerSnsIconWrap .footerSns {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
}
footer .inner .footerInner .footerSnsIconWrap .footerSnsInst {
  background-color: #000;
}
footer .inner .footerInner .footerSnsIconWrap .footerSnsLine {
  background-color: #00b900;
}

/* 流れる文字
=========================================*/
.flowCopyWrap {
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .flowCopyWrap {
    padding: 32px 0 0;
  }
}

.flowCopy {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
  color: rgba(0, 0, 0, 0.06);
  overflow: hidden;
  padding: 88px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .flowCopy {
    padding: 88px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .flowCopy {
    padding: 0;
  }
}
@media screen and (max-width: 450px) {
  .flowCopy {
    padding: 0;
  }
}
.flowCopy__list {
  display: flex;
  align-items: center;
  gap: 50px;
  transform: translateX(100%);
  animation: flowCopy 60s linear infinite;
}
@media screen and (max-width: 768px) {
  .flowCopy__list {
    padding: 56px 0 24px;
  }
}
@media screen and (max-width: 450px) {
  .flowCopy__list {
    padding: 48px 0 16px;
  }
}
.flowCopy__list li {
  white-space: nowrap;
}
.flowCopy__list li img {
  height: 104px;
  block-size: 104px;
  width: auto;
  max-width: none;
  max-inline-size: unset;
  display: block;
  opacity: 0.08;
}
@media screen and (max-width: 768px) {
  .flowCopy__list li img {
    height: 48px;
    block-size: 48px;
  }
}
@media screen and (max-width: 450px) {
  .flowCopy__list li img {
    height: 36px;
    block-size: 36px;
  }
}

@keyframes flowCopy {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* 404 */
.error404Wrap {
  text-align: center;
  padding: 200px 20px 0;
}
@media screen and (max-width: 768px) {
  .error404Wrap {
    padding: 120px 20px 0;
  }
}
.error404Wrap .error404Title {
  color: #f08300;
  font-family: "Karla", sans-serif;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .error404Wrap .error404Title {
    font-size: 3.2rem;
  }
}
.error404Wrap .error404Txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8em;
  margin: 32px 20px 64px;
}
@media screen and (max-width: 768px) {
  .error404Wrap .error404Txt {
    font-size: 1.4rem;
    margin: 32px 20px 48px;
  }
}
.error404Wrap .error404Btn {
  display: inline-block;
  border: 2px solid #f08300;
  border-radius: 100px;
  color: #f08300;
  font-family: "Karla", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px 8px;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .error404Wrap .error404Btn {
    font-size: 1.6rem;
    padding: 16px 8px;
    width: 80%;
  }
}
.error404Wrap .error404Btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/* blank */
.pcBlank {
  display: none;
}

@media screen and (max-width: 450px) {
  .pcBlank {
    display: block;
  }
}
.spBlank {
  display: block;
}

@media screen and (max-width: 450px) {
  .spBlank {
    display: none;
  }
}
.pcBlankTab {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcBlankTab {
    display: block;
  }
}
.tabBlank {
  display: block;
}

@media screen and (max-width: 768px) {
  .tabBlank {
    display: none;
  }
}
.pcBlankSpc {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pcBlankSpc {
    display: block;
  }
}
.spcBlank {
  display: block;
}

@media screen and (max-width: 1024px) {
  .spcBlank {
    display: none;
  }
}
/* WordPressの記載 */
.entry-footer {
  display: none;
}/*# sourceMappingURL=style.css.map */