/* 共通: 全体ラッパ */
.contents {
  max-width: 100%;
  margin: 0 auto;
}

.top-section,
.eye-catch,
.news-section,
.apartment-list,
.fulness-section,
.merit-section,
.middle-eye-catch,
.pc-footer {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  box-sizing: border-box;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* topセクション */
.top-section {
  position: relative;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: opacity 1s ease;
}

.top-bg.fade-out {
  opacity: 0;
}

.header {
  color: #fff;
  font-size: 24px;
  width: 100vw;
  height: 65px;
  padding: 20px;
  position: fixed;
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hamburger-menu {
  width: 30px;
  height: 24px;
  z-index: 1000;
  cursor: pointer;
}
.hamburger-menu.remove {
  display: none;
}
.menu-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  margin-bottom: 5px;
}
.hamburger-menu.black {
  width: 30px;
  height: 24px;
}
.menu-bar.black {
  top: 0px;
  right: 0px;
  background: #272929;
}
.menu-bar:last-child {
  margin-bottom: 0;
}
.top-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.fv-logo {
  width: 300px;
  height: auto;
  margin: 0 auto;
}

.top-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.top-title-desc {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.8px;
  margin: 50px auto 0;
  text-align: center;
}
.carusel-lines {
  position: absolute;
  left: 5%;
  top: 65%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.line {
  width: 2px;
  height: 18px;
  min-height: 40px;
  max-height: 50px;
  height: auto;
  overflow: auto;
}

.rgba-line {
  background: rgba(255, 255, 255, 0.3);
}
.white-line {
  background: #fff;
}

/* eye-catch */
.eye-catch {
  gap: 25px;
  margin: 150px auto;
}
.eye-catch-heading {
  width: 240px;
  color: #272929;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 2.2px;
  margin: 0 auto;
}
.divider {
  width: 1px;
  height: 50px;
  background: #3a3a3a;
  text-align: center;
  margin: 50px auto;
}

.eye-catch-text {
  color: #3a3a3a;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 3.2px;
  text-transform: capitalize;
  margin: 0 17.5px;
}

/* Newsセクション */
.news-section {
  gap: 50px;
  box-sizing: border-box;
  padding: 150px 20px;
  margin-bottom: 150px;
  gap: 50px;
  background-color: #8f88811a;
}
.news-heading {
  color: #3a3a3a;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 4.8px;
  text-transform: capitalize;
  margin-bottom: 50px;
}
.top-border {
  border-bottom: 1px solid #bfbec0;
  max-width: 1200px;
  margin: 0 auto;
}
.news-block {
  padding: 0 20px;
  margin: 20px auto;
  max-width: 1200px;
}
.news-block-inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.news-date {
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #989898;
  order: 1;
}
.news-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 29px;
  background: #8f8881;
  color: #fff;
  display: flex;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1.6px;
  text-transform: capitalize;
  margin-left: auto;
  margin-bottom: 10px;
  order: 2;
}
.news-block-inner > .news-text {
  order: 3;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #3a3a3a;
}

.badge {
  position: absolute;
  margin-top: 15px;
  margin-left: -10px;
}

.apartment-list {
  margin-top: 50px;
  gap: 50px;
  padding: 0 20px;
}
.apartment-list-heading {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  color: #3a3a3a;
  margin-bottom: 50px;
  font-size: 24px;
  letter-spacing: 4.8px;
  text-transform: capitalize;
}
.card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.card-image {
  width: 100%;
  aspect-ratio: 3 / 2;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}

.card-image__new-label {
  position: relative;
}

.news-labels {
  display: flex;
  width: 90px;
  padding: 5px 20px;
  justify-content: center;
  background: #8f8881;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1.6px;
  text-transform: capitalize;
  position: absolute;
  top: 7%;
  margin-left: -3%;
}

.card-content {
  gap: 10px;
  margin-bottom: 100px;
}
.card-subtitle {
  font-size: 16px;
  color: #bfbec0;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.6px;
  align-self: stretch;
}
.card-title {
  font-weight: 500;
  color: #272929;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 2.4px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.card-size {
  color: #272929;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.6px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.card-access {
  color: #272929;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.6px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.card-description {
  color: #272929;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.6px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.card-buttons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.btn {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 1.6px;
  height: 40px;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn:hover {
  opacity: 0.6;
}
.detail-btn {
  background-color: #fff;
  color: #272929;
  border: 1px solid #272929;
  width: 50%;
  height: 40px;
  cursor: pointer;
}
.contact-btn {
  background-color: #272929;
  color: #fff;
  width: 50%;
  border: 0px solid #272929;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
  cursor: pointer;
}

/* FULNESSセクション */
.fulness-section {
  margin-top: 50px;
  gap: 30px;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 100px;
}
.fulness-section.architecture {
  margin-top: 0px;
  margin-bottom: 0px;
}
.fulness-image {
  width: 100vw;
  max-width: 480px;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url("../images/minamiaoyama/content-img.png") lightgray 50% / cover
      no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 calc(50% - 50vw);
  height: 825px;
  gap: 100px;
}

.fulness-image2 {
  width: 100vw;
  max-width: 480px;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url("../images/chitofuna/content-img-4.png") lightgray 50% / cover no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 calc(50% - 50vw);
  height: 825px;
  gap: 100px;
}
.fulness-title {
  color: #fff;
  font-size: 54px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 5.4px;
  text-transform: capitalize;
  padding: 100px 20px;
  text-align: center;
}
.fulness-title.architecture {
  color: #fff;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 3.2px;
  text-transform: capitalize;
  padding-top: 216px;
  padding-bottom: 100px;
  text-align: start;
}
.fulness-eye-catch {
  color: #fff;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 2px;
  align-self: stretch;
  text-transform: capitalize;
  padding: 0px 20px;
}
.fulness-catch {
  padding-bottom: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 2px;
}

.fulness-text {
  color: #fff;
  font-size: 14px;
  line-height: 160%;
}

.fulness-text.bottom {
  padding-bottom: 150px;
}

.merit-section {
  width: 100vw;
  margin-top: 50px;
}
.contents-block {
  gap: 20px;
  margin-bottom: 100px;
}
.contents-block.artist {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block-image {
  width: 100vw;
  max-width: 480px;
  aspect-ratio: 3 / 2;
}
.block-text.artist {
  gap: 10px;
}
.block-text {
  padding: 0 20px;
  text-align: justify;
}
.block-title {
  color: #bfbec0;
  font-size: 26px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2.6px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.block-title.artist {
  color: #999999;
  font-size: 14px;
  text-align: center;
  line-height: 160%;
  letter-spacing: 3.2px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.block-subtitle {
  color: #272929;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.8px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.block-subtitle.artist {
  color: #272929;
  text-align: center;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.block-body {
  color: #272929;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 1.6px;
}

.block-body.artist {
  color: #463e37;
  text-align: center;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 1.6px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.block-body-kome {
  color: #272929;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 1.6px;
  margin-top: 40px;
}

.middle-eye-catch {
  gap: 20px;
  text-align: center;
  color: #272929;
  text-align: center;
  padding: 150px 0;
  background: linear-gradient(
      0deg,
      rgba(143, 136, 129, 0.1) 0%,
      rgba(143, 136, 129, 0.1) 100%
    ),
    #fff;
}

.middle-eye-catch.architecs {
  gap: 20px;
  text-align: center;
  color: #272929;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.middle-eye-catch-title {
  color: #bfbec0;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 2.6px;
  margin-bottom: 10px;
}
.middle-eye-catch-title2 {
  color: #272929;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.8px;
  text-transform: capitalize;
}
.middle-eye-catch-title3 {
  color: #272929;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 2.2px;
  padding: 0 67.5px;
  margin-bottom: 100px;
}
.middle-eye-catch-text {
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a3a;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding: 0 35.5px;
}

.middle-eye-catch-text.architecs {
  color: #463e37;
  text-align: center;
  line-height: 160%;
  letter-spacing: 1.6px;
  margin-bottom: 150px;
}

.contents-block-artist {
  margin-bottom: 100px;
}

.pc-footer {
  padding: 100px 0 25px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/common/footer-img.jpg");
  background-size: cover;
  background-position: center;
}

/* SP時は縦並び＆中央寄せ */
.footer-content {
  margin-bottom: 100px;
}

/* ロゴ */
.footer-logo {
  width: 250px;
  height: auto;
  text-align: center;
  margin: 0 auto 50px;
}

.contact-heading {
  color: #fff;
  text-align: center;
  font-family: "Syncopate", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.8px;
  margin-bottom: 10px;
}

.contact-info {
  padding: 0 20px;
  margin-bottom: 20px;
}
.contact-box {
  border: 1px solid #fff;
  padding: 20px;
  text-align: left;
  margin-bottom: 20px;
}
.phone-big {
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 3.2px;
  padding-bottom: 10px;
}
.phone-big a,
.phone-small a {
  text-decoration: none;
  color: #fff;
}
.phone-small {
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 2.6px;
  padding-bottom: 20px;
}
.contact-company {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 1.6px;
}
.contact-note {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 1.5px;
  padding-bottom: 20px;
}

.btn.contact-btn2 {
  background: #8f8881;
  color: #fff;
  border: 1px solid transparent;
  padding: 10px 20px;
  letter-spacing: 0.1em;
  cursor: pointer;
  width: 100%;
  height: 50px;
  text-align: center;
}
.btn.contact-btn2:hover {
  opacity: 0.8;
}

.info {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  display: flex;
  max-width: 400px;
  height: 60px;
  padding: 20px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #8f8881;
}

/* footerセクション */
.footer-links {
  display: flex;
  flex-direction: column;
  width: 335px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto 50px;
}
.footer-links a {
  color: #fff;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 1.4px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
  text-decoration: none;
}
.footer-copy {
  color: #fff;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 1.6px;
  text-align: center;
  margin: 0 auto;
}

.footer-btn {
  text-align: center;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(14px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-14px) rotate(-45deg);
}

.hamburger-btn {
  width: 30px;
  height: 24px;
  flex-shrink: 0;
}

.close-btn {
  width: 23.335px;
  height: 23.548px;
  flex-shrink: 0;
}

.contact-company {
  font-size: 16px;
  color: #fff;
}

@media screen and (min-width: 681px) {
  .header {
    height: 84px;
  }
}

.sp-br {
  display: inline;
}
.pc-br {
  display: none;
}

.visible {
  opacity: 1;
}

@media screen and (min-width: 481px) {
  .top-section,
  .eye-catch,
  .news-section,
  .apartment-list,
  .fulness-section,
  .merit-section,
  .middle-eye-catch,
  .pc-footer {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .contents {
    max-width: 100%;
    margin: 0 auto;
  }
  .top-section {
    max-width: 100%;
    height: 100vh;
  }
  .fv-logo {
    width: 600px;
    height: auto;
  }
  .hamburger-menu {
    top: 25px;
    right: 25px;
    left: auto;
  }
  .top-content {
    position: absolute;
    width: 100vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .top-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("../images/top/top-img.png");
    background-color: rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center;
  }
  .top-title-desc {
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 160%;
    letter-spacing: 2.6px;
  }

  .carusel-lines {
    margin-left: 20px;
  }

  .eye-catch {
    margin-top: 150px;
    margin-bottom: 100px;
  }
  .eye-catch-heading {
    font-size: 30px;
    max-width: 90%;
    width: 1000px;
    margin: 0 auto;
    color: #272929;
    font-size: 30px;
    line-height: 160%;
    letter-spacing: 3px;
  }
  .eye-catch-text {
    font-size: 18px;
    margin: 0 100px;
  }

  .news-heading {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 4.8px;
    text-transform: capitalize;
  }

  .news-section {
    margin: 0 auto;
    padding: 150px 100px;
    margin-bottom: 150px;
  }

  .news-date {
    order: 1;
  }
  .news-label {
    order: 3;
    margin-left: auto;
    margin-bottom: 0px;
  }

  .news-block-inner > .news-text {
    order: 2;
    margin-left: 30px;
    font-size: 16px;
    flex: 1;
    white-space: normal;
  }
  .apartment-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    width: 1200px;
    margin-bottom: 150px;
    padding: 0px;
  }

  .apartment-list.heading {
    color: #272929;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 4.8px;
    text-transform: capitalize;
  }

  .card {
    width: 300px;
  }

  .card-image {
    margin: 0;
    background-size: cover;
    background-position: center;
  }

  .card-content {
    gap: 10px;
    margin-bottom: 100px;
    height: 250px;
  }
  .card-subtitle {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 1.6px;
  }
  .card-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 2.4px;
    text-transform: capitalize;
  }
  .card-size {
    color: #272929;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 1.6px;
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  .card-access {
    color: #272929;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 1.6px;
    text-transform: capitalize;
    margin-bottom: 20px;
  }
  .card-description {
    color: #272929;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 1.6px;
    text-transform: capitalize;
    margin-bottom: 20px;
  }
  .card-buttons {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  .fulness-section {
    max-width: 100vw;
    width: 100vw;
    margin-bottom: 150px;
  }

  .fulness-image {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    height: 838px;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%
      ),
      url("../images/minamiaoyama/content-img.png") lightgray 50% / cover
        no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    margin: 0 calc(50% - 50vw);
  }

  .fulness-image2 {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    height: 838px;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%
      ),
      url("../images/chitofuna/content-img-4.png") lightgray 50% / cover
        no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    margin: 0 calc(50% - 50vw);
  }

  .fulness-title {
    font-size: 80px;
    height: 300px;
    line-height: 140%;
    letter-spacing: 8px;
    text-transform: capitalize;
    padding: 100px 0 0;
    margin: 0 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0;
  }

  .fulness-title.architecture {
    color: #fff;
    height: 300px;
    font-size: 80px;
    line-height: 140%;
    letter-spacing: 8px;
    text-transform: capitalize;
    padding-top: 516px;
    text-align: start;
    padding-bottom: 30px;
  }

  .fulness-eye-catch {
    font-size: 26px;
    line-height: 160%;
    letter-spacing: 2.6px;
    padding: 0px 0px;
    margin: 0 100px 50px;
  }

  .fulness-catch {
    font-size: 26px;
    line-height: 160%;
    letter-spacing: 2.6px;
  }

  .fulness-catch.architecture {
    padding-bottom: 20px;
  }
  .fulness-text {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1.6px;
  }

  .merit-section {
    padding: 0px;
    max-width: 1200px;
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .contents-block {
    display: flex;
    margin-bottom: 150px;
    gap: 50px;
    padding: 0 20px;
  }
  .contents-block.reverse {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 50px;
  }
  .block-subtitle {
    font-size: 20px;
  }
  .block-image {
    max-width: 600px;
    height: auto;
  }
  .block-text {
    padding: 0;
  }
  .block-title {
    margin-top: 0px;
  }
  .contents-block-artists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    margin: 0 auto;
    max-width: 1200px;
  }
  .contents-block-artist {
    width: 500px;
  }
  .contents-block-artist-end {
    width: 500px;
  }

  .block-title.artist {
    line-height: 160%;
    letter-spacing: 1.8px;
  }

  .block-subtitle.artist {
    letter-spacing: 2.2px;
    text-transform: capitalize;
  }
  .block-body {
    font-size: 16px;
  }
  .block-body-kome {
    font-size: 14px;
  }
  .middle-eye-catch.architecs {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .middle-eye-catch-title {
    font-size: 30px;
  }
  .middle-eye-catch-title3 {
    color: #272929;
    text-align: center;
    font-size: 30px;
    line-height: 160%;
    letter-spacing: 3px;
  }
  .middle-eye-catch-text {
    font-size: 18px;
  }
  .middle-eye-catch-text.architecs {
    margin-bottom: 100px;
  }

  .pc-footer {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
      url("../images/common/footer-img.jpg");
    background-size: cover;
    background-position: center;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .footer-content {
    width: 100vw;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto 100px;
  }

  .contact-block {
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }

  .contact-heading {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 4.8px;
    text-transform: capitalize;
  }

  .contact-info {
    width: 500px;
    margin: 0 auto;
  }

  .contact-note {
    text-align: center;
    margin: 0 auto;
  }

  .phone-big {
    text-align: center;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 4px;
  }
  .phone-small {
    text-align: center;
    font-size: 30px;
    line-height: 140%;
    letter-spacing: 3px;
  }

  .footer-logo {
    width: 400px;
    height: auto;
  }

  .footer-links-l {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .footer-links {
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
    margin-left: 25px;
  }

  .footer-copy {
    margin-right: 25px;
  }

  .btn.contact-btn2 {
    margin: 0 auto;
    height: 70px;
  }
  .sp-br {
    display: none;
  }
  .pc-br {
    display: inline;
  }

  .hamburger-btn {
    width: 40px;
    height: 32px;
  }

  .close-btn {
    width: 31.113px;
    height: 31.113px;
  }
}

@media screen and (min-width: 481px) and (max-width: 680px) {
  .fulness-section {
    width: 100vw;
  }
  .fulness-title {
    padding: 0;
    font-size: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .block-image {
    max-width: 450px;
  }
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .fv-logo {
    width: 450px;
    height: auto;
  }
  .fulness-title.architecture {
    margin: 0 50px;
    font-size: 35px;
    padding-top: 316px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .fulness-eye-catch {
    margin: 0;
    padding: 0 50px;
  }
  /* コンテンツブロック */
  .contents-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
    margin-bottom: 100px;
  }
  .contents-block.reverse {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .block-image {
    min-width: 100%;
    aspect-ratio: 3 / 2;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .contents-block,
  .block-text {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .contents-block {
    width: 85%;
    max-width: 1000px;
  }

  .block-text {
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  .block-image {
    max-width: 600px;
    height: 400px;
  }
}
