@charset "UTF-8";
/* button reset */
.nav_btn {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  border: none;
}
.nav-facebook {
  display: none;
}
/* base */
body {
  font-size: 1.6em;
}
section {
  padding: 0;
}
.sc_house_contact,
.sc_house_info {
  padding: 5rem 0;
}
.copyright,
.inner {
  max-width: 90rem;
  margin: 0 auto;
}
.inner {
  width: calc(100% - 6rem);
}
h3,
.h3 {
  font-size: 1.1em;
  letter-spacing: 0;
}
.copy {
  /* 24/16 */
  font-size: 1.5em;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", serif;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 2.778vw;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 1vw;
  }
  body {
    font-size: 2.8em;
  }
  .cnt,
  .stk_text {
    max-width: 102.4rem;
    margin: 0 auto;
  }

  .sc_house_info,
  .sc_house_contact {
    padding: 10rem 0;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 13px;
  }
}
/* 仮 */
.loading_container,
.separator {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*---------- common ----------*/
/* shadow */
.nav_btn .open,
.nav_btn .close,
.cpt_ttl .logo,
.header .logo {
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.75));
}
.header_cnt::after {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.75);
}
.nav ul a,
.cpt_desc,
.cpt_sub_ttl,
.copy {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.75);
}
figcaption {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
}
.loading_container .copy {
  text-shadow: none;
}

/* color */
.sc_house_concept,
figcaption {
  color: #fff;
}

/* figcaption */
figure {
  position: relative;
}
figcaption {
  font-size: 10px;
  line-height: 1.4;
  padding: 0.6em;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.fc_w {
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  figcaption {
    font-size: 12px;
  }
}
/* height 100vh */
.stk_bg,
.stk_text,
.movie,
.separator {
  height: 100vh;
}
/* fixed*/
.nav,
.loading_container,
.header {
  position: fixed;
  top: 0;
  width: 100%;
}

.loading_container {
  height: 100vh;
  background-color: #fff;
}

/* relative */
.sc_house_info,
.sc_house_map,
.sc_house_contact,
.footer,
.cnt,
.separator {
  position: relative;
}

/* sticky */
.stk_bg,
.stk_text {
  position: sticky;
  top: 0;
  width: 100%;
  margin-bottom: -100vh;
}
.stk_bg {
  width: 100%;
  height: 100vh;
}
.stk_text {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
}
/* overflow */
.stk_bg,
.stk_text,
.loading_container,
.cnt,
footer {
  overflow: hidden;
}
/* pointer-events */
.cpt_content::before,
.stk_bg,
.stk_text,
.loading_container {
  pointer-events: none;
}

/* cnt */
.separator {
  margin-bottom: 100vh;
}
.no-mb {
  margin-bottom: 0;
}
.separator {
  background-color: #f4f4f4;
}
.sc_house_map,
.sc_house_contact,
.footer {
  background-color: #fff;
}

/* 重なり順 */
.stk_bg {
  z-index: 1;
}
.cnt {
  z-index: 2;
  transform: translate3d(0, 0, 0);
}
.stk_text {
  z-index: 3;
}
.movie {
  z-index: 4;
  background-color: gray;
}

.sc_house_info,
.sc_house_map,
.sc_house_contact,
.footer,
.separator {
  z-index: 5;
}

.mov_container {
  z-index: 7;
}

.header,
.nav {
  z-index: 8;
}
.loading_container {
  z-index: 9;
}

/* copy */
.copy {
  line-height: 2;
  letter-spacing: 0.5rem;
}

/* 固定背景 */
.stk_bg figure {
  height: 100%;
  overflow: hidden;
}
.stk_bg figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* separator */
.h_wrap,
.separator {
  text-align: center;
}
.h_wrap .logo,
.sep_logo {
  width: 10em;
  margin: 0 auto;
  margin-bottom: 0.5em;
}
.h_wrap h2,
.sep_ttl {
  font-size: 1em;
  line-height: 1.5;
}
.mov_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mov_wrap .mov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h_wrap {
  margin-bottom: 2em;
}
.h_wrap:last-child {
  margin-bottom: 0;
}
/* loading */
.loading_container {
  opacity: 1;
  transition: opacity 0.5s 0s ease;
  line-height: 2;

  padding: 3rem;
}
.loading_container .inner {
  width: 100%;
}
.loading_container.off {
  opacity: 0;
}
.loading_container.off .loading-pulse {
  display: none;
}
/* header */
.header_cnt,
.nav_content {
  max-width: 64rem;
  margin-left: auto;
}
.header {
  height: 4.8rem;
  padding: 0.8rem 0 0 1.5rem;
  background-color: transparent;
}
.header .logo_wrap,
.nav_btn {
  height: 100%;
}
.header .logo_wrap a {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .logo {
  /* height: 1.5rem; */
  height: 38%;
}
.header .logo img {
  display: block;
  height: 100%;
  width: auto;
}

.header_cnt {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
.header_cnt::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.nav_btn {
  display: flex;
  align-items: center;
  padding: 0 2rem;
}
.nav_btn .open,
.nav_btn .close {
  height: 24%;
}
.nav_btn img {
  height: 100%;
  width: auto;
  display: block;
}
.nav_btn .open {
  display: block;
}
.nav_btn.active .open {
  display: none;
}
.nav_btn .close {
  display: none;
}
.nav_btn.active .close {
  display: block;
}
@media screen and (min-width: 1024px) {
  .header {
    height: 9rem;
    padding-top: 1.5rem;
  }
}
/* nav */
.nav {
  pointer-events: none;
  top: 4.8rem;
  background-color: transparent;
  opacity: 0;
  height: calc(100vh - 4.8rem);
}
.nav.active {
  pointer-events: auto;
  opacity: 1;
}
.nav_content {
  padding: 3rem;
}
.nav ul a {
  display: block;
  height: 4rem;
  line-height: 4rem;
  color: #fff;
}
.nav.active {
  opacity: 1;
}
/* main, */
/* .footer, */
main .stk_bg ~ * {
  opacity: 1;
  transition: opacity 0.35s ease;
}

/* .nav.active ~ main, */
/* .nav.active ~ .footer, */
.nav.active + main .stk_bg ~ * {
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .nav {
    height: calc(100vh - 9rem);
    top: 9rem;
  }
  .nav ul a {
    height: 6rem;
    line-height: 6rem;
  }
}
/* top */
.top p {
  line-height: 2;
  margin-bottom: 2em;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.1em;
}
.top::after {
  content: "";
  display: block;
  height: 50vh;
}
.top .mov_wrap .mov {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* height: 135%; */
  height: 100%;
}
@media screen and (min-width: 768px) {
  .top p {
    font-size: 0.7em;
  }
}
/* top_content */
.top_content .inner {
  width: 100%;
  max-width: none;
}
.tc_box {
  padding-left: 6rem;
  margin-bottom: 8rem;
}
.tc_box_shift {
  padding: 0;
}
.tc_box_shift p {
  padding-left: 6rem;
}
.tc_box_shift figure {
  padding-right: 6rem;
}
@media screen and (min-width: 1024px) {
  .tc_box {
    padding-left: 42rem;
    margin-bottom: 16rem;
  }
  .tc_box_shift {
    padding: 0;
  }
  .tc_box_shift p {
    padding-left: 42rem;
  }
  .tc_box_shift figure {
    width: 53rem;
    margin: 0 auto;
    padding: 0;
  }
}
/* design */
.design .stk_bg figure::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.design .cnt {
  max-width: none;
}
@media screen and (min-width: 1024px) {
  .design .cnt figure {
    position: relative;
    height: 100vh;
  }
  .design .cnt figure img {
    height: 100%;
    object-fit: cover;
  }
}
/* sc_house */
.sc_house .sep_ttl {
  font-size: 0.8em;
}
.sc_house_concept {
  height: 100vh;
  display: flex;
  align-items: center;
}
.cpt_content {
  width: 100%;
  padding: 3rem;
  position: relative;
}
.cpt_content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
.cpt_sub_ttl {
  font-size: 0.9em; /* 14/16 */
  letter-spacing: 0.1em;
  margin-bottom: 0.7em;
}

.cpt_ttl {
  display: flex;
  align-items: center;
}
.cpt_ttl .logo {
  display: block;
  height: 1.3em;
}
.cpt_ttl .logo img {
  height: 100%;
  width: auto;
}
.cpt_ttl .band {
  font-size: 0.7em;
  padding: 0.45em 0.4em 0.35em;
  color: #000;
  /* background-color: #fff; */
  background-color: rgba(255, 255, 255, 0.75);
  line-height: 1;
  margin-left: 0.8em;
  letter-spacing: 0;
}
.cpt_desc {
  font-size: 0.75em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .cpt_content::before {
    display: none;
  }
  .cpt_sub_ttl {
    font-size: 0.6em;
    margin-bottom: 1.2em;
  }
  .cpt_ttl {
    display: block;
  }
  .cpt_ttl .logo {
    margin-bottom: 0.5em;
  }
  .cpt_ttl .band {
    margin-left: 0;
  }
}
/* sc_house_info */
.sc_house_info {
  background-color: rgba(244, 244, 244, 0.9);
}
.bs_image figure {
  margin-bottom: 4rem;
}
.bs_image figure:last-child {
  margin-bottom: 0;
}
.box_summary:last-child,
.bs_texts:last-child {
  margin-bottom: 0;
}
.box_summary {
  margin-bottom: 3rem;
}
.bs_texts {
  margin-bottom: 1.1em;
}
.bs_texts p,
.bs_texts dl {
  font-size: 0.75em;
  letter-spacing: 0;
}
.bs_texts h3 {
  margin-bottom: 0.3em;
  line-height: 1.4;
}
.bs_texts p {
  margin-bottom: 0.7em;
}

.bs_texts dt,
.bs_texts dd {
  display: inline-block;
}
.bs_texts dt::after {
  content: "：";
}
.bs_texts dl .data_cnt {
  margin-right: 0.5em;
  margin-bottom: 0.3em;
}
.f_box_container:last-child,
.f_box:last-child,
.f_box figure:last-child,
.f_box h3:last-child,
.f_box p:last-child {
  margin-bottom: 0;
}
.f_box_container,
.f_box {
  margin-bottom: 3.5rem;
}
.f_box .flex {
  display: flex;
}

.f_box h3 {
  line-height: 1;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  width: 16%;
  flex-shrink: 0;
  font-size: 0.7em;
}
.f_box p {
  font-size: 0.8em;
  background-color: #fff;
  padding: 0.7em;
  line-height: 1.4;
}

@media screen and (min-width: 1024px) {
  .sc_house_info {
    max-width: none;
  }
  .box_summary {
    margin-bottom: 6rem;
  }
  .bs_texts,
  .bs_image {
    display: flex;
  }
  .bs_texts {
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .bs_texts h3 {
    margin-right: 1.5em;
  }
  .bs_texts p {
    order: 3;
    width: 100%;
  }
  .bs_texts dl {
    width: 60%;
    font-size: 0.6em;
    display: flex;
    padding-bottom: 0.6em;
  }
  .bs_texts dl > div {
    margin-right: 1em;
  }
  .bs_texts dl > div:last-child {
    margin-right: 0;
  }
  .bs_image {
    justify-content: space-between;
  }
  .bs_image figure {
    width: 48%;
  }
  .f_box_container {
    display: flex;
    justify-content: space-between;

    font-size: 0.8em;
  }
  .f_box {
    width: 48%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .f_box .flex {
    flex: 1 1 auto;
    font-size: 1.1em;
  }
}

/* sc_house_map */
.sc_house_map {
  background-color: #fff;
}

.info__set_map {
  height: 0;
  padding-top: 100vh;
}

/* sc_house_contact */
.sc_house_contact {
  padding-top: 10rem;
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .sc_house_contact {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .sc_house_contact .contact {
    max-width: 60rem;
    margin: 0 auto;
    font-size: 0.8em;
  }
}
/* footer */
.p-footer__nav-sns.from-wp {
  width: auto;
  margin: auto;
}
.p-footer__nav-sns.from-wp li {
  font-size: 1em;
  flex: initial;
}
.footer {
  /* padding: 22rem 0 18rem; */
  padding: 13em 0 11em;
}
.ftr_head {
  margin-bottom: 6rem;
}

.p-footer__nav-sns.from-wp li {
  height: 2.5em;
}
.p-footer__nav-sns.from-wp li {
  width: 2.5em;
}

.ftr_head .logo a,
.ftr_head .logo img,
.p-footer__nav-sns.from-wp a {
  height: 100%;
}
.ftr_head .logo a,
.p-footer__nav-sns.from-wp a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ftr_head .logo img {
  width: auto;
}
.ftr_head .logo .ftr_logo_wrap {
  height: 1.4em;
}
.logo_cap {
  position: relative;
  padding: 0;
  color: #000;
  background: transparent;
  text-shadow: none;
  font-size: 0.7em;
  display: block;
  line-height: 1;
  margin-top: 1em;
}
.p-footer__nav-sns.from-wp a {
  width: 100%;
  font-size: 1.4em;
}
.menu-icon-container .nav-twitter {
  display: none;
  margin-right: 0;
}
.nav-youtube {
  display: block;
}
.ftr_head,
.ftr_head ul {
  display: flex;
  justify-content: space-between;
}
.ftr_head {
  align-items: flex-start;
}
.ftr_head ul li {
  margin-right: 1em;
}
.ftr_head ul li:last-child {
  margin-right: 0;
}

.ftr_content h2,
.ftr_content dl {
  font-size: 0.75em;
}
.ftr_content h2 {
  line-height: 1;
  margin-bottom: 1em;
}
.ftr_content dl {
  line-height: 1.4;
  letter-spacing: 0;
}
.ftr_content dl > div {
  margin-bottom: 1.5rem;
}
.ftr_content dl > div:last-child {
  margin-bottom: 0;
}
.ftr_content .dt {
  margin-bottom: 0.3em;
}
.privacy_policy {
  font-size: 0.7em;
}
.copyright {
  font-size: 0.7em;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  padding-bottom: 3rem;
  font-family: "FP-こぶりなゴシック StdN W1", sans-serif;
}
.ftr_content dd span,
.tel,
.fax {
  display: inline-block;
}
.tel dt,
.tel dd,
.fax dt,
.fax dd {
  display: inline;
}
.tel {
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  .footer {
    font-size: 16px;
  }
  .ftr_content {
    max-width: 19em;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 10rem 0 5rem;
  }

  .ftr_content dl {
    margin-bottom: 5rem;
  }
  .copyright {
    text-align: left;
    position: relative;
    margin-top: 5rem;
    padding-bottom: 0;
  }
}
/* recapcha */
.recaptcha-message,
.recaptcha-message a {
  font-size: 10px;
  color: #ccc;
  line-height: 1.2;
}

/*----- form -----*/
/* commonの上書き */
.contact__form_textarea:last-child {
  margin-bottom: 0;
}
.contact__form {
  margin-bottom: 2rem;
}
.contact__form_datepicker,
.contact__form_input,
.select_cf7 .wpcf7-form-control-wrap .wpcf7-select,
.calendar_cf7 .wpcf7-form-control-wrap::after,
.select_cf7 .wpcf7-form-control-wrap::after,
.check_cf7
  .wpcf7-list-item
  input[type="checkbox"]
  + .wpcf7-list-item-label::before {
  border-color: rgba(0, 0, 0, 0.5);
}
.box_confirm,
.contact__form_text {
  font-size: 0.8em;
  font-family: "FP-こぶりなゴシック StdN W1", sans-serif;
}
.hissu {
  font-size: 0.6em;
  padding: 0.2em 0.5em;
  margin-left: 1em;
}
.contact__form_textarea,
.select_cf7 .wpcf7-form-control-wrap .wpcf7-select,
.contact__form_datepicker,
.contact__form_input {
  font-size: 0.8em;
  padding: 0.8em 1em;
  margin-bottom: 1.2em;
}
.contact__form_datepicker,
.select_cf7 .wpcf7-form-control-wrap .wpcf7-select {
  padding-right: 3.3em;
  min-height: 3.3em;
}

.calendar_cf7 .wpcf7-form-control-wrap::after,
.select_cf7 .wpcf7-form-control-wrap::after {
  width: 0.8em;
  height: 0.8em;
  top: 0.7em;
  left: auto;
  right: 1em;
}

.check_cf7 .wpcf7-list-item {
  margin-bottom: 0;
}

.check_cf7 .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 3em;
  font-size: 0.8em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.check_cf7
  .wpcf7-list-item
  input[type="checkbox"]
  + .wpcf7-list-item-label::before {
  width: 2em;
  height: 2em;
}
.check_cf7 .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  top: 0.9em;
  left: 0.7em;
  width: 0.6em;
  height: 1em;
  border-width: 1px;
}
@media screen and (min-width: 640px) {
  .check_cf7 .wpcf7-list-item {
    display: inline-block;
    width: 48%;
  }
}

/* scrolldown */
.sd_container {
  z-index: 10;

  /* position: absolute; */
  position: fixed;
  width: 100%;

  left: 0;
  right: 0;
  bottom: 0;

  line-height: 1;
  color: #444;

  display: flex;
  justify-content: center;

  pointer-events: none;

  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
}
.sd_container {
  opacity: 0;
  transition: opacity 0.3s 0s ease;
}
.sd_container.active {
  opacity: 1;
}
.sd_wrap {
  padding: 0.5em;
  padding-top: 0.2em;
  background-color: rgba(255, 255, 255, 0.5);
}
.scroll_down {
  position: relative;
  text-align: center;
  padding-bottom: 1.5em;
}
.scroll_down span {
  font-size: 0.6em;
  display: inline-block;
  margin-bottom: 0.5em;
}

.scroll_down::before {
  animation: scroll 2s infinite;
  background-color: #444;
  bottom: 0;
  content: "";
  height: 1.5em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  opacity: 0.5;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (min-width: 768px) {
  .sd_container {
    font-size: 0.7em;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  50% {
    background: rgb(000, 000, 000);
  }
}
.loading-pulse_wrap {
  padding: 0 12px;

  width: fit-content;
  position: absolute;
  bottom: -10px;
  left: 0;
  transform: translate(0, 100%);
}
.loading-pulse {
  position: relative;
  width: 6px; /* 24px / 4 */
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  animation: pulse 750ms infinite;
  animation-delay: 250ms; /* 750ms / 3 */
}

.loading-pulse::before,
.loading-pulse::after {
  content: "";
  position: absolute;
  display: block;
  height: 16px; /* 24px / 1.5 */
  width: 6px; /* 24px / 4 */
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
  transform: translateY(-50%);
  animation: pulse 750ms infinite;
}

.loading-pulse::before {
  left: -12px; /* -24px / 2 */
}

.loading-pulse::after {
  left: 12px; /* 24px / 2 */
  animation-delay: 500ms; /* 750ms / 1.5 */
}
.lc_cnt {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .loading-pulse_wrap {
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
