@charset "utf-8";
:root {
  --black: #1d1d1d;
  --blue: #0068b7;
  --white: #fff;
  --beige: #f7f8f2;
  --marine: #a0edff;
  --gray: #707070;
}
.sp-only {
  display: none !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
body {
  color: var(--black);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}
/* == header ============================================== */
.main_area {
  height: 800px;
  position: relative;
  width: 100%;
  background-color: var(--beige);
}
.main_area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 70.556vw;
  height: 100%;
  z-index: 0;
  background: url(../img/pc_img.jpg) no-repeat center / cover;
}
.main_area .inner {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  height: 800px;
  position: relative;
  z-index: 1;
}
.main_inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
}
.main_area .inner header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 2rem;
  position: relative;
  z-index: 1;
}
.main_area .inner header img {
  width: 144px;
  height: auto;
}
.main_area .inner .main_visual h1 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-shadow:
    0 0 8px #fff,
    0 0 8px #fff;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.main_area .inner .img_area {
  position: absolute;
  bottom: 16%;
  right: 2%;
}
.main_area .inner .img_area img {
  width: 222px;
  height: auto;
}
.sec_intro {
  background-color: var(--beige);
  padding: 48px 0 120px;
}
.l-inner {
  margin: 0 auto;
}
.sec_intro .l-inner {
  max-width: 730px;
}
.sec_intro .u-flex {
  justify-content: space-between;
  align-items: center;
}
.sec_intro .p-imagebox {
  max-width: 300px;
  width: 41.4%;
}
.sec_intro .p-imagebox img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.sec_intro .p-textbox {
  max-width: 380px;
  width: 52.4%;
}
.sec_house {
  position: relative;
  padding: 80px 0 134px;
  background-color: rgb(255 255 255 / 0.8);
  backdrop-filter: blur(12px);
}
.sec_house::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8.333vw;
  background: url(../img/house_pc.png) no-repeat center / cover;
}
.sec_house .c-bg {
  position: relative;
}
.sec_house .l-inner {
  max-width: 1352px;
  width: 96%;
}
.sec_house .c-btn_area {
  margin-bottom: 16px;
}
.u-mb16 {
  margin-bottom: 16px;
}
.c-btn_area {
  display: block;
  box-sizing: border-box;
  font-weight: 700;
  border: 4px solid #000;
  height: 64px;
  line-height: 56px;
  text-align: center;
  background: url(../img/arrow03.png) no-repeat 92% 22px;
  background-size: 10px 15px;
  width: 350px;
  box-shadow: 0px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  top: 0;
  transition: 0.2s;
  margin: 0 auto;
}
.c-btn_area:hover {
  position: relative;
  top: 4px;
  box-shadow: 0 0 #fff;
}
.p-house__List {
  margin: 64px auto 48px;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-house__List {
    max-width: 1008px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-house__ListItem {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  background-color: var(--white);
  padding: 1.25rem;
  border-radius: 10px;
  box-shadow: 2px 2px 16px 0px rgba(103, 121, 9, 0.1);
}
.p-house__ListItem .p-logo,
.p-house__ListItem .p-thumb {
  width: 100%;
}
.p-house__ListItem .p-logo img,
.p-house__ListItem .p-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-house__desc {
  font-size: 14px;
  line-height: 1.714;
  letter-spacing: 0.04em;
}
.l-bg {
  position: relative;
}
.fixed_bg {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  min-height: 100dvh;
  display: block;
  z-index: -2;
  background: url(../img/pc_bg.jpg) no-repeat center / cover;
}
#top .sec01 {
  position: relative;
  color: var(--white);
  z-index: 1;
  padding: 0 0 155px;
  background-color: rgb(160 237 255 / 0.4);
  backdrop-filter: blur(12px) brightness(0.4);
}
/* #top .sec01::before{
	content: '';
	display: block;
	position: absolute;
	top: -48px;
	left: 0;
	width: 100%;
	height: 48px;
	background: url(../img/sec_bg02.png) repeat-x bottom center / cover;
} */
#top .sec01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background: url(../img/sec_bg01.png) repeat-x bottom center / cover;
}
.sec01 .l-inner {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
  padding: 64px 0 0;
}
#top .sec01 .inner {
  margin: 0 auto;
  color: #fff;
}
#top .h2style {
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin: 0 0 60px;
  letter-spacing: 0.1em;
}
#top .h2style::after {
  content: "";
  width: 20px;
  border: 1px solid #000;
  position: absolute;
  top: 92px;
  left: calc(50% - 10px);
}
#top .sec01 .h2style::after {
  border: 1px solid #fff;
}
#top .h2style span {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
}
.sec01 .ul_style01 {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: min(40px, 3.636vw);
}
.sec01 .ul_style01 li {
  text-shadow: 0 0 2px #fff;
}
.sec01 .ul_style01 li img {
  width: 100%;
  margin: 0 0 20px;
}
.sec01 .ul_style01 li .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  padding: 5px 0 0 50px;
  margin: 0 0 5px;
  text-shadow: 0 0 1px #fff;
}
.sec01 .ul_style01 li .title.melit01 {
  background: url(../img/merit01.png) no-repeat left top;
  background-size: 36px 46px;
}
.sec01 .ul_style01 li .title.melit02 {
  background: url(../img/merit02.png) no-repeat left top;
  background-size: 36px 46px;
}
.sec01 .ul_style01 li .title.melit03 {
  background: url(../img/merit03.png) no-repeat left top;
  background-size: 36px 46px;
}
.sec01 .ul_style01 li:last-child {
  margin: 0;
}
.sec01 .prezent_area {
  margin: 0 0 0 40px;
}

.footer {
  background: #eaeaea;
  position: relative;
}
.footer .footer_inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 96%;
  padding: 50px 0 30px;
  display: flex;
  justify-content: space-between;
}
.footer .footer_inner .inner {
  display: flex;
  justify-content: space-between;
  max-width: 480px;
  width: 43.6%;
  flex-wrap: wrap;
}
.footer .footer_inner .logo_area {
  max-width: 184px;
  width: 38.4%;
}
.footer .footer_inner .ad {
  margin: 10px 0 0;
  max-width: 300px;
  width: 54%;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .footer_inner {
    align-items: center;
  }
  .footer .footer_inner .inner {
    flex-direction: column;
    row-gap: 1rem;
  }
  .footer .footer_inner .logo_area {
    width: 100%;
  }
  .footer .footer_inner .ad {
    max-width: 300px;
    width: 100%;
  }
}
.footer .footer_inner .btn_area {
  float: right;
  display: block;
  box-sizing: border-box;
  font-weight: 700;
  border: 4px solid #000;
  height: 64px;
  line-height: 56px;
  text-align: center;
  width: 350px;
  max-width: 350px;
  box-shadow: 0px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  top: 0;
  transition: 0.2s;
}
.footer .footer_inner .btn_area:hover {
  position: relative;
  top: 4px;
  box-shadow: 0 0 rgba(0, 0, 0, 0.2);
}
.footer .map_area {
  width: 100%;
  height: 300px;
  position: relative;
}
.footer .map_area iframe {
  width: 100%;
  height: 300px;
}
.footer .text_area {
  max-width: 1100px;
  width: 96%;
  font-size: 12px;
  margin: 0 auto;
  padding: 20px 0;
  letter-spacing: 0.1em;
}
.footer .footer_inner02 {
  background: #102f48;
  padding: 30px 0;
  color: #fff;
  font-size: 12px;
  padding: 20px 0;
}
.footer .footer_inner02 .copyright_area {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
  position: relative;
}
.footer .footer_inner02 .logo_area {
  float: left;
  width: 82px;
}
.footer .footer_inner02 small {
  float: right;
}
.footer .top_btn {
  position: absolute;
  top: -64px;
  right: 0;
}
.adherence {
  display: none;
  background: rgba(16, 47, 72, 0.8);
  width: 100%;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 0;
}
.adherence .inner {
  width: 1070px;
  margin: 0 auto;
}
.adherence .inner .text_area {
  float: left;
  width: 800px;
  padding: 10px 0 0;
}
.adherence .inner .text_area .yellow {
  color: #fff500;
  font-weight: 700;
}
.adherence .inner .text_area .text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.adherence .inner .btn {
  float: right;
  display: block;
  box-sizing: border-box;
  font-weight: 700;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  width: 240px;
  background: url(../img/arrow02.png) no-repeat 212px 52%;
  background-size: 10px 15px;
  background-color: #d60707;
  box-shadow: 0px 6px #1d1d1d;
  position: relative;
  top: -6px;
  transition: 0.2s;
}
.adherence .inner .btn:hover {
  position: relative;
  top: 0px;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.c-mark {
  background-color: var(--blue);
  color: var(--white);
  font-weight: 700;
}
.p-title {
  font-weight: 900;
  font-size: 36px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  max-width: 560px;
  padding: 8px 0;
  display: flex;
  justify-content: flex-end;
}
.p-title span {
  display: inline-block;
  padding-right: 30px;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .p-title {
    font-size: 28px;
    max-width: 380px;
  }
}
.u-center {
  text-align: center;
}
.p-reservation {
  max-width: 332px;
  display: block;
  padding: 2px 0;
  text-align: center;
  letter-spacing: 0.24em;
  margin: 2px auto 16px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
.p-lead {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-base {
  font-size: 16px;
  line-height: 1.75;
}
.p-small {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}
.u-shadow {
  text-shadow: 0 3px 6px var(--white);
}
.c-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 36px auto;
}
.u-flex {
  display: flex;
}
.c-lead {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.p-normal {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .main_visual_bg {
    display: none;
  }
  .p-scroll__wrap {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    position: relative;
  }
  .p-scroll__link {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 28px;
    height: 100px;
  }
  .p-scroll {
    position: relative;
    writing-mode: vertical-lr;
    font-size: 12px;
    letter-spacing: 0.2em;
  }
  .p-scroll__link::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--gray);
  }
  .p-scroll__link::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 14px;
    background-color: var(--white);
    animation: move 3s ease-out infinite;
  }
  @keyframes move {
    0% {
      opacity: 0;
      top: 0;
    }
    50% {
      opacity: 1;
    }
    80% {
      opacity: 0.9;
    }
    100% {
      opacity: 0;
      top: calc(100% - 14px);
    }
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main_area::after {
    content: none;
  }
  .main_area,
  .main_area .inner {
    height: 100%;
  }
  .main_visual_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    z-index: -1;
    background: url(../img/pc_img.jpg) no-repeat center / cover;
  }
  .main_visual {
    position: relative;
    z-index: 1;
    padding-top: 600px;
  }
  .main_area .inner header {
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 2;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .p-title {
    max-width: 480px;
  }
  .p-small {
    display: block;
  }
  .p-date {
    display: block;
    margin: 0 auto;
  }
  .main_inner {
    max-width: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0 32px;
  }
  .p-reservation {
    margin: 2px auto 16px;
    padding: 2px 70px;
  }
  .p-scroll__link {
    display: none;
  }
}

.bnr_area {
  margin: 0 0 40px;
}
