@charset "UTF-8";

/* ========================================
   reset
======================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

:root {
  --box-shadow: 0 3px 5.82px .18px rgba(0, 0, 0, .3);
  --main-color: #7a1a1e;
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  --sub-color1: #1e0000;
  --sub-color2: #4a3a31;
  --text-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, main, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

main, article, aside, details, figcaption, figure, img, video, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

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

hr {
  all: unset;
  background-color: #ccc;
  border: none;
  display: block;
  height: 1px;
  margin: 16px 0;
  width: 100%;
}

summary {
  display: block;
  list-style-type: none;
}

summary::marker {
  content: "";
}

summary::-webkit-details-marker {
  display: none;
}

button, input, select, textarea {
  appearance: none;
  background: none;
  border: none;
  box-sizing: border-box;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
}

input, textarea {
  border-radius: 0;
}

textarea, input[type="text"] {
  border: none;
  border: 1px solid #999;
  border-radius: 5px;
  outline: none;
  padding: 15px;
  transition: background-color .5s ease, box-shadow .5s ease;
  width: 100%;
}

textarea:focus, input[type="text"]:focus {
  background-color: #f9f0ea;
  box-shadow: var(--box-shadow);
}

input[type="button"], input[type="submit"] {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  padding: 15px 20px;
  transition: background-color .5s ease, box-shadow .5s ease;
  width: 300px;
  max-width: 100%;
}

input[type="button"]:hover, input[type="submit"]:hover {
  background-color: #fff;
  box-shadow: var(--box-shadow);
  color: var(--main-color);
}

body {
  background-color: #f9f0ea;
  color: var(--sub-color1);
  font-family: "Noto Sans JP", serif;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.7;;
}

/* ========================================
   heading
======================================== */

.title-container h1 {
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.4;
  opacity: 0;
  overflow: hidden;
  text-shadow: var(--text-shadow);
  transition: opacity 1s ease;
}

.title-container h1.is-visible {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.title-container h1 .en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(45px, 3.6vw, 70px);
  line-height: 1.3;
}

.title-container h1 .ja {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(26px, 1.5vw, 40px);
}

.title-container h1 .ja.ja--large {
  font-size: clamp(28px, 5vw, 52px);
}

.title-container h1 span {
  clip-path: inset(0 100% 0 0);
  display: block;
  transition: clip-path 3s ease-in-out;
}

.title-container h1.is-visible span {
  clip-path: inset(0 0 0 0);
}

.title-container h1.is-visible span:nth-child(2) {
  transition-delay: .1s;
}

.title-container h1.is-visible span:nth-child(3) {
  transition-delay: .2s;
}

.title-container h1.is-visible span:nth-child(4) {
  transition-delay: .3s;
}

.title-container h1.is-visible span:nth-child(5) {
  transition-delay: .4s;
}

.title-container h1.is-visible span:nth-child(6) {
  transition-delay: .5s;
}

h2 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(26px, 1.5vw, 40px);
  font-weight: 400;
  line-height: 1.3;
}

h2 span {
  display: block;
}

h2 .en {
  font-size: clamp(45px, 3.6vw, 70px);
}

h2 .en.en--highlight {
  color: #9b464b;
  font-size: clamp(48px, 11.8vw, 121px);
  left: 0;
  line-height: 1;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  z-index: -1;
}

h2 .en.en--highlight-beige {
  color: #e6ded8;
}

h2 .en.en--highlight-position {
  transform: translateY(-20%);
}

h3 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(26px, 1.5vw, 40px);
  font-weight: 400;
  line-height: 1.4;
}

h3 span {
  display: block;
}

h3 .en {
  font-size: clamp(45px, 3.6vw, 70px);
}

h3 .en.en--text-small {
  font-size: clamp(27px, 2.16vw, 42px);
}

h3 .en.en--noto-serif {
  font-family: "Noto Serif JP", serif;
}

h3 .ja.ja--text-small {
  font-size: clamp(18.2px, 1.05vw, 28px);
}

.heading-with-line {
  align-items: center;
  display: flex;
  position: relative;
  white-space: nowrap;
}

.heading-with-line .line {
  background-color: rgba(30,0,0,.7);
  height: 1px;
  margin-left: 16px;
  transition: width 1s ease-out;
  width: 0;
}

.heading-with-line--main {
  color: var(--main-color);
}

.heading-with-line--white {
  color: #fff;
}

.heading-with-line.is-visible .line {
  width: 100%;
}

.heading-with-line--main .line {
  background-color: rgba(122,26,30, .7);
}

.heading-with-line--white .line {
  background-color: rgba(255, 255, 255, .7);
}

.heading-with-left-line {
  padding-left: 60px;
  position: relative;
}

.heading-with-left-line::before {
  background-color: var(--sub-color1);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  transition: width .8s ease-out;
  width: 0;
}

.heading-with-left-line.is-visible::before {
  width: 45px;
}

.heading-with-top-line {
  display: inline-block;
  position: relative;
}

.heading-with-top-line::before {
  background-color: #fff;
  content: "";
  height: 1px;
  position: absolute;
  top: -15px;
  transform: scaleX(0);
  transition: transform .8s ease-out;
  width: 45px;
}

.heading-with-top-line.is-visible::before {
  transform: scaleX(1);
}

.heading-with-bottom-line {
  display: block;
  position: relative;
}

.heading-with-bottom-line::before {
  background-color: var(--main-color);
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%)
  translateY(-50%)
  scaleX(0);
  transform-origin: center center;
  transition: transform .8s ease-out;
  width: 45px;
}

.heading-with-bottom-line--white::before {
  background-color: #fff;
}

.heading-with-bottom-line.is-visible::before {
  transform: translateX(-50%) translateY(-50%) scaleX(1);
}

@media screen and (min-width:1138px) {
  .heading-with-left-line {
    margin-left: -60px;
  }
}

@media screen and (max-width:767.9px) {
  .heading-with-line .line {
    display: none;
  }

  .heading-with-line {
    white-space: normal;
  }
}

/* ========================================
   english
======================================== */
.en {
  font-family: "Cormorant Garamond", serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .05em;
}

/* ========================================
   animation
======================================== */

.fade-left, .fade-up, .fade-in, .fade-right, .fade-down {
  opacity: 0;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.fade-left {
  transform: translateX(20px);
}

.fade-up {
  transform: translateY(20px);
}

.fade-down {
  transform: translateY(-20px);
}

.fade-right {
  transform: translateX(-20px);
}

.fade-in {
  transform: none;
}

.fade-up-init {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .5s ease, transform .5s ease;
}

.fade-up-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.delay-1 {
  transition-delay: .1s;
}
.delay-2 {
  transition-delay: .3s;
}
.delay-3 {
  transition-delay: .5s;
}
.delay-4 {
  transition-delay: .7s;
}

/* ========================================
   keyframes
======================================== */
@keyframes fadeInScale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scroll-down {
  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, 1);
    transform-origin: 0 100%;
  }
}

@keyframes subZoomOut {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================================
   header
======================================== */
.header {
  position: fixed;
  transition: transform .5s ease-in;
  width: 100%;
  z-index: 990;
}

.header.scrolled {
  background-color: rgba(30, 0, 0, .7);
}

.header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 0;
  width: 96%;
}

.header__nav {
  align-items: center;
  color: #fff;
  column-gap: 24px;
  display: flex;
  padding-right: 80px;
}

.header__nav .nav__links {
  align-items: center;
  column-gap: 18px;
  display: flex;
  font-size: clamp(14px, calc(1.15vw + .31px), 16px);
}

.header__nav .nav__links .nav__link .nav__link-item {
  color: #fff;
}

.header__nav .nav__links .nav__link {
  position: relative;
}

.header__nav .nav__links .nav__link .nav__link-item {
  position: relative;
}

.header__nav .nav__links .nav__link .nav__link-item:before {
  background-color: #fff;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width .5s ease;
  width: 0;
}

.header__nav .nav__links .nav__link .nav__link-item:hover:before {
  width: 100%;
}

.header__nav .nav__links .nav__link:not(:last-child):after {
  color: #fff;
  content: "/";
  margin-left: 18px;
}

.header__nav .tel {
  align-items: center;
  column-gap: 9px;
  display: flex;
  font-size: 30px;
  justify-content: center;
  line-height: 1.2;
}

.header__nav .tel span:first-child {
  margin-top: 6px;
}

.header__nav .business-hours {
  font-size: 12px;
}

.header__nav .business-hours {
  display: flex;
}

@media screen and (max-width:1250.9px) {
  .header__nav .nav__links {
    display: none;
  }
}

@media screen and (max-width:767.9px) {
  .header__logo {
    width: 120px;
  }

  .contact-infomation {
    display: none;
  }
}

/* menu-button */
.menu-button {
  background-color: var(--sub-color2);
  border: none;
  cursor: pointer;
  height: 83.7px;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .5s ease;
  width: 80px;
  z-index: 999;
}

.menu-button:hover {
  opacity: .8;
}

.menu-button .menu-button__icon {
  display: block;
  font-family: "Cormorant Garamond", serif;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  position: relative;
}

.menu-button .menu-button__icon span {
  background-color: #fff;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  transition: transform .5s ease;
  width: 52.5%;
}

.menu-button .menu-button__icon span:first-child {
  top: 29.8685783%;
}

.menu-button .menu-button__icon span:nth-child(2) {
  top: 45.4002389%;
}

.menu-button .menu-button__icon:after {
  color: #fff;
  content: "MENU";
  font-size: 14px;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 62.1266428%;
  transform: translateX(-50%);
}

.menu-button.open .menu-button__icon:after {
  content: "CLOSE";
}

.menu-button .menu-button__text {
  color: #fff;
  font-size: 14px;
}

.menu-button.open .menu-button__icon span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-button.open .menu-button__icon span:nth-child(2) {
  top: 29.8685783%;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width:767.9px) {
  .menu-button {
    height: 50.58px;
    width: 50px;
  }

  .menu-button .menu-button__icon:after {
    font-size: 10px;
  }
}

/* global-nav */
.global-nav {
  background-color: var(--main-color);
  font-size: 16px;
  height: 100%;
  position: fixed;
  transform: translateY(-500%);
  transition: transform .5s ease;
  width: 100%;
  z-index: 998;
}

.global-nav.active {
  transform: translateY(0);
}

.global-nav__header {
  margin: 0 auto;
  padding: 10px 0;
  width: 96%;
}

.global-nav__body {
  color: #fff;
  margin: 50px auto 0;
  width: min(1550px, 90%);
}

.global-nav__body .menu-links {
  border-bottom: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  justify-content: flex-start;
  padding-bottom: 50px;
}

.global-nav__body .menu-links ul li {
  margin-bottom: 12px;
}

.global-nav__body .menu-links ul li a {
  position: relative;
}

.global-nav__body .menu-links ul li a:before {
  background-color: #fff;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width .5s ease;
  width: 0;
}

.global-nav__body .menu-links ul li a:hover:before {
  width: 100%;
}

.global-nav__body .menu-links ul li:first-child a:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 15px;
  left: -20px;
  position: absolute;
  top: 4px;
  width: 15px;
}

.global-nav__body .menu-banners ul {
  display: flex;
  gap: 30px;
  margin: 50px 0;
  width: 100%;
}

.global-nav__body .menu-banners ul li {
  flex-basis: 25%;
  overflow: hidden;
}

.global-nav__body .menu-banners ul li a img {
  transition: transform .5s ease;
}

.global-nav__body .menu-banners ul li a:hover img {
  transform: scale(1.1);
}

@media screen and (min-width: 1551px) {
  .global-nav__body .menu-links {
    gap: 30px 0;
    justify-content: space-between;
  }
}

@media screen and (max-width:1550.9px) {
  .global-nav {
    overflow-y: scroll;
  }
}

@media screen and (max-width:767.9px) {
  .global-nav__body .menu-links {
    padding-left: 5%;
  }

  .global-nav__body .menu-banners ul {
    flex-wrap: wrap;
    gap: 30px 5%;
  }

  .global-nav__body .menu-banners ul li {
    flex-basis: 47.5%;
  }

  .global-nav__header img {
    width: 120px;
  }
}

@media screen and (max-width:480.9px) {
  .global-nav__body .menu-links {
    flex-direction: column;
    gap: 30px 0;
    padding-left: 10%;
  }
}

/* ========================================
   breadcrumbs
======================================== */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(11px, 1vw, 14px);
  margin: 0 auto;
  padding: 30px 0 60px;
  width: min(1200px, 90%);
}

.breadcrumbs li:not(:last-of-type):after {
  color: #777;
  content: "›";
  margin: 0 .8em;
}

.breadcrumbs a {
  display: inline;
  text-decoration: underline;
}

/* ========================================
   section
======================================== */
.section {
  overflow: hidden;
}

.section.section--bg-main {
  background-color: var(--main-color);
}

.section.section--bg-white {
  background-color: #fff;
}

.section.section--bg-light-warm-gray {
  background-color: #faf7f5;
}

.section--before-bg-white, .section--before-bg-main, .section--after-bg-main {
  position: relative;
}

.section--before-bg-white:before {
  background-color: #fff;
  border-top-right-radius: clamp(15px, 5.6vw, 90px);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 90vw;
  z-index: -1;
}

.section--before-bg-main:after {
  background-color: var(--main-color);
  border-top-right-radius: clamp(15px, 5.6vw, 90px);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 90vw;
  z-index: -1;
}

.section--after-bg-main:after {
  background-color: var(--main-color);
  border-top-left-radius: clamp(15px, 5.6vw, 90px);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 90vw;
  z-index: -1;
}

.section.section--before-bg-main:has(p), .section.section--after-bg-main:has(p), .section.section--bg-main:has(p) {
  color: #fff;
}

.section__container {
  padding: clamp(50px, 10vw, 100px) 0;
}

.section__container.section__container--pt-none {
  padding-top: 0;
}

.section__heading {
  margin-bottom: clamp(24px, 4.39vw, 45px);
}

.section__heading:has(.heading-with-bottom-line) {
  margin-bottom: 60px;
}

.section__heading.section__heading--white {
  color: #fff;
}

.section__heading.section__heading--center {
  text-align: center;
}

.section__subheading {
  margin-bottom: clamp(16px, 2.34vw, 24px);
}

.section__subheading.section__subheading--mt {
  margin-top: 60px;
}

/* ========================================
   subpage common
======================================== */

.section__subpage-main-visual {
  animation: subZoomOut 8s ease-out forwards;
  height: 500px;
  transform: scale(1.1);
}

.subpage-main-visual__container {
  align-items: center;
  color: #fff;
  display: flex;
  height: inherit;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.subpage-main-visual__container:after {
  background-color: rgba(0,0,0,.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.subpage-main-visual__container {
  flex-direction: column;
}

.title-container {
  position: relative;
  text-align: center;
  text-shadow: var(--text-shadow);
  width: 96%;
  z-index: 1;
}

@media screen and (min-width: 1921px) {
  .section__subpage-main-visual {
    height: 690px;
  }
}
/* ========================================
   top
======================================== */

/* main-visual */
.main-visual {
  overflow: hidden;
  position: relative;
}

.main-visual ul li {
  height: 100vh;
  position: relative;
  width: 100%;
}

.main-visual ul li:before {
  content: "";
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.main-visual ul li:after {
  background-color: rgba(0,0,0,.2);
  content: "";
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.main-visual ul li.main-visual__image01:before {
  background: url(../images/top/slide/slide_img1.jpg) center / cover no-repeat;
}

.main-visual ul li.main-visual__image02:before {
  background: url(../images/top/slide/slide_img2.jpg) center / cover no-repeat;
}

.main-visual ul li.main-visual__image03:before {
  background: url(../images/top/slide/slide_img3.jpg) center / cover no-repeat;
}

.main-visual ul li.main-visual__image04:before {
  background: url(../images/top/slide/slide_img4.jpg) center / cover no-repeat;
}

.main-visual ul li.main-visual__image05:before {
  background: url(../images/top/slide/slide_img5.jpg) center / cover no-repeat;
}

.main-visual ul li.main-visual__image01.slick-current::before, .main-visual ul li.fade-scale-animation:before {
  animation: fadeInScale 7s linear forwards;
}

.main-visual__catchcopy {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(28px, 5vw, 52px);
  left: 50%;
  line-height: 1.3;
  position: absolute;
  text-align: center;
  text-shadow: var(--text-shadow);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.main-visual__catchcopy .en {
  font-size: clamp(24px, 4vw, 42px);
}

.quote-right {
  letter-spacing: -.5em;
}

/* scroll-down */
.scroll-down-wrapper {
  margin: 0 auto;
  position: relative;
  width: 96%;
}

.scroll-down {
  bottom: 100px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  -webkit-font-smoothing: antialiased;
  left: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  writing-mode: vertical-rl;
}

.scroll-down span {
  display: inline-block;
  transform: translateY(-16px);
}

.scroll-down:before {
  animation: scroll-down 5s infinite;
  background-color: #000;
  bottom: -100px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
  z-index: 1;
}

.scroll-down:after {
  background-color: #fff;
  bottom: -100px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
}

.works-section, .property-list-section, .concept-section {
  position: relative;
  width: 90vw;
}

.works-section figure, .property-list-section figure, .concept-section figure {
  border-bottom-right-radius: clamp(15px, 5.6vw, 90px);
  border-top-right-radius: clamp(15px, 5.6vw, 90px);
  overflow: hidden;
  position: relative;
  width: 70vw;
}

.performance figure img, .company-section figure img, .works-section figure img, .property-list-section figure img, .concept-section figure img {
  width: 100%;
}

.property-list-section figure:after, .concept-section figure:after {
  background-color: rgba(0, 0, 0, .18);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.works-section .works-section__text {
  bottom: 5%;
  position: absolute;
  right: 0;
  width: 28%;
  z-index: 1;
}

.company-section .company-section__text {
  left: 15%;
  position: absolute;
  top: 25%;
  width: 27%;
  z-index: 1;
}

.performance-section .performance-section__text {
  bottom: 10%;
  left: 12%;
  position: absolute;
  width: 27%;
  z-index: 1;
}

.property-list-section .property-list-section__text, .concept-section .concept-section__text {
  position: absolute;
  right: 0;
  top: 25%;
  width: 38%;
  z-index: 1;
}

.performance-section__description, .company-section__description, .works-section__description {
  font-size: clamp(16px, 1vw, 26px);
  margin-bottom: 30px;
}

.concept-section__description, .property-list-section__description {
  font-size: clamp(16px, 1vw, 26px);
  margin-bottom: 30px;
  text-shadow: var(--text-shadow);
}

.performance-section, .company-section {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.performance-section figure, .company-section figure {
  border-bottom-left-radius: clamp(15px, 5.6vw, 90px);
  border-top-left-radius: clamp(15px, 5.6vw, 90px);
  overflow: hidden;
  position: relative;
  width: 70vw;
}

.series-suelo-section {
  margin: 0 auto;
  position: relative;
  width: 82vw;
}

.series-suelo-section figure {
  border-radius: clamp(15px, 5.6vw, 90px);
  margin: 0 0 0 auto;
  overflow: hidden;
  width: 83.35%;
}

.series-suelo-section .series-suelo-section__text {
  bottom: 10%;
  left: 0;
  position: absolute;
  width: 38%;
  z-index: 1;
}

.series-suelo-section__description {
  font-size: clamp(16px, 1vw, 26px);
  margin-bottom: 30px;
}


/* contact */
.section__contact {
  background-color: var(--main-color);
  margin-bottom: 100px;
  position: relative;
}

.section__contact:after {
  background-color: var(--main-color);
  content: "";
  height: 100px;
  position: absolute;
  width: 100%;
}

.section__contact .contact__image {
  object-fit: cover;
}

.contact__container {
  background-color: #fff;
  margin: -8% auto 0;
  padding: 45px 15px 60px;
  position: relative;
  width: min(1200px, 90%);
}

.contact__container .contact {
  display: flex;
  gap: 30px 15px;
  margin: 0 auto;
  max-width: 100%;
  width: 800px;
}

.contact__container .contact li {
  flex-basis: 50%;
}

.contact__container .contact .contact__item {
  align-items: center;
  background-color: var(--main-color);
  box-shadow: var(--box-shadow);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 132px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.contact__container .contact .contact__item:before {
  background-color: var(--sub-color2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .5s ease;
  width: 100%;
}

.contact__container .contact a.contact__item:hover:before {
  transform: scaleX(1);
}

.contact__container .contact .contact__item.contact__item--pc {
  background-color: #fff;
  color: var(--sub-color1);
}

.contact__container .contact .contact__title {
  align-items: center;
  column-gap: 10px;
  display: flex;
  font-size: 21px;
  justify-content: center;
  line-height: 1.2;
  position: relative;
}

.contact__container .contact .business-hours {
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  gap: 0 12px;
  justify-content: center;
  margin-top: 6px;
  position: relative;
}

.contact__container .contact .contact__item.contact__item--sp {
  display: none;
}

@media screen and (max-width: 940.9px) {
  .main-visual ul li {
    max-height: 900px;
  }

  .works-section, .property-list-section, .concept-section {
    width: 100vw;
  }

  .works-section .works-section__text, .property-list-section .property-list-section__text, .concept-section .concept-section__text {
    margin: 0 auto;
    padding: 0 10% 0 5%;
    position: relative;
    top: 0;
    width: 100%;
  }

  .performance-section .performance-section__text, .company-section .company-section__text {
    left: 0;
    margin: 0 auto;
    padding: 0 5% 0 10%;
    position: relative;
    top: 0;
    width: 100%;
  }

  .performance-section figure, .company-section figure, .works-section figure, .property-list-section figure, .concept-section figure {
    width: 90vw;
  }

  .series-suelo-section .series-suelo-section__text {
    bottom: 0;
    position: relative;
    width: 100%;
  }

  .performance-section, .company-section {
    align-items: flex-end;
    flex-direction: column;
  }

  .series-suelo-section figure {
    width: 100%;
  }
}

@media screen and (max-width: 820.9px) {
  .contact__container .contact {
    flex-direction: column;
  }
}

@media screen and (max-width: 767.9px) {
  .contact__container .contact .contact__item.contact__item--pc {
    display: none;
  }

  .contact__container .contact .contact__item.contact__item--sp {
    display: flex;
  }
}

/* ========================================
   concept
======================================== */

.section__subpage-main-visual.concept {
  background: url(../images/concept/main_visual.jpg) no-repeat center / cover;
}

.section__concept {
  margin: 0 auto;
  width: min(1050px, 90%);
}

.concept__content.concept__content--center {
  text-align: center;
}

.concept__content {
  margin: 0 auto;
  max-width: 100%;
  width: 810px;
}

.section__concept .reason {
  align-items: center;
  display: flex;
  gap: 30px 50px;
  margin-bottom: 95px;
}

.section__concept .reason:nth-last-of-type(1) {
  margin-bottom: 0;
}

.section__concept .reason__catch {
  font-size: clamp(18px, 2.1vw, 21px);
  margin-bottom: 20px;
}

.section__concept .reason .reason__text {
  flex-basis: 50%;
}

.section__concept .reason .reason__photo {
  flex-basis: 50%;
  position: relative;
  z-index: 1;
}

.section__concept .reason .reason__photo:after {
  border: 1px solid #fff;
  content: "";
  height: 100%;
  left: 15px;
  max-width: 500px;
  position: absolute;
  top: 15px;
  width: 100%;
  z-index: -1;
}

.section__concept .reason.reason--reverse .reason__photo:after {
  left: -15px;
}

.about-building-conditions-land {
  display: flex;
  gap: 40px 60px;
  margin: 50px 0;
}

.about-building-conditions-land__title {
  font-weight: 600;
  margin-bottom: 10px;
}

.about-building-conditions-land__title span {
  position: relative;
}

.about-building-conditions-land__title span:after {
  background-color: var(--main-color);
  border-radius: 50%;
  content: "";
  height: 8px;
  left: -15px;
  position: absolute;
  top: calc(50% - 4px);
  width: 8px;
}

.about-building-conditions-land dl {
  display: grid;
  grid-template-columns: 24px 1fr;
}

.about-building-conditions-land dl + p {
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  .section__concept .reason {
    flex-direction: column;
  }

  .section__concept .reason.reason--reverse {
    flex-direction: column-reverse;
  }
}


@media screen and (max-width: 480.9px) {
  .about-building-conditions-land {
    flex-direction: column;
  }

  .about-building-conditions-land__title {
    margin-left: 16px;
  }
}
/* ========================================
   company
======================================== */

.section__subpage-main-visual.company {
  background: url(../images/company/main_visual.jpg) no-repeat center / cover;
}

.section__company {
  margin: 0 auto;
  padding-bottom: clamp(48px, 9.77vw, 100px);
  width: min(1024px, 90%);
}

.company-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.company-items li a {
  display: block;
  padding: 20px 40px;
  text-align: center;
  transition: background-color .5s ease, color .5s ease;
}

.company-items li a:hover {
  background-color: var(--main-color);
  color: #fff;
}

.company-items li:nth-child(1) {
  transition-delay: .1s;
}

.company-items li:nth-child(2) {
  transition-delay: .2s;
}

.company-items li:nth-child(3) {
  transition-delay: .3s;
}

.company-items li:nth-child(4) {
  transition-delay: .4s;
}

.company-items li:nth-child(5) {
  transition-delay: .5s;
}

.company-items li a span {
  position: relative;
}

.company-items li a span:after {
  background-color: var(--main-color);
  border-radius: 20px;
  content: "";
  display: inline-block;
  height: 8px;
  position: relative;
  right: -15px;
  top: -3px;
  transition: transform .5s ease;
  width: 8px;
}

.company-items li a:hover span:after {
  background-color: #fff;
  transform: scale(1.5);
}

.company-profile {
  display: grid;
  grid-template-columns: max-content 1fr;
}

.company-profile dt {
  align-items: center;
  border-bottom: 1px solid var(--sub-color1);
  display: flex;
  font-weight: 600;
  justify-content: center;
  padding: 30px;
}

.company-profile dd:first-of-type, .company-profile dt:first-of-type {
  padding-top: 0;
}

.company-profile dd {
  border-bottom: 1px solid #999;
  padding: 30px;
}

.company-profile dd a {
  text-decoration: underline;
}

/* philosophy */
.section__subpage-main-visual.philosophy {
  background: url(../images/company/philosophy/main_visual.jpg) no-repeat center / cover;
}

.president-message {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.section__philosophy:not(:last-of-type) {
  margin-bottom: clamp(32px, 6.25vw, 64px);
}

.symbol {
  align-items: baseline;
  column-gap: 45px;
  display: flex;
}

.symbol:first-of-type {
  margin-top: 10px;
}

.symbol p:first-child {
  flex-shrink: 0;
  min-width: 40px;
  position: relative;
  text-align: center;
}

.symbol p:first-child:after {
  background-color: var(--sub-color1);
  content: "";
  height: 1px;
  left: calc(100% + 12px);
  position: absolute;
  top: 50%;
  width: 15px;
}

.illust-wrapper {
  background-color: #fff;
  padding: clamp(25px, 4.28vw, 45px) clamp(15px, 4.28vw, 45px);
}

.illust-wrapper.illust-wrapper--width60 {
  padding: clamp(25px, 4.28vw, 45px) 15px;
  width: 60%;
}

.illust-wrapper.illust-wrapper--grid {
  display: grid;
  gap: 24px 5px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: clamp(25px, 4.28vw, 45px) 15px;
}

.illust-wrapper.illust-wrapper--grid .illust {
  border: 1px solid rgba(30,0,0,.1);
  border-radius: 10px;
  padding: 20px 5px;
}

.illust__label {
  margin-bottom: 10px;
  text-align: center;
}

.illust__label span {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 5px 10px;
}

.illust {
  opacity: 0;
  transform: scale(.9);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.illust.illust--bg-white {
  background-color: #fff;
}

.illust__center {
  margin: 0 auto;
}

.illust.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* showroom */
.section__subpage-main-visual.showroom {
  background: url(../images/company/showroom/main_visual.jpg) no-repeat center / cover;
}

.section__showroom {
  align-items: center;
  display: flex;
  gap: 30px 45px;
  margin: 0 auto 75px;
  width: min(1450px, 90%);
}

.showroom__text {
  flex-basis: 40%;
  flex-shrink: 0;
}

.showroom__slider {
  flex-basis: 60%;
  width: 60%;
}

.showroom__slider img {
  width: 100%;
}

.section__three-reasons {
  margin: 0 auto;
  width: min(1000px, 90%);
}

.three-reasons__label {
  background-color: var(--main-color);
  color: #fff;
  display: block;
  font-weight: 700;
  margin: 0 auto 15px;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  width: 200px;
}

.three-reasons__label:after {
  border: 14px solid transparent;
  border-top: 14px solid var(--main-color);
  bottom: -25px;
  content: "";
  left: 50%;
  margin-left: -17px;
  position: absolute;
  z-index: 1;
}

.quality__tierra {
  margin: 30px 0 75px;
}

.quality__tierra .quality-item {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 2.5%;
  justify-content: center;
}

.quality__tierra .quality-item .item__container:nth-child(1) {
  transition-delay: .1s;
}

.quality__tierra .quality-item .item__container:nth-child(2) {
  transition-delay: .2s;
}

.quality__tierra .quality-item .item__container:nth-child(3) {
  transition-delay: .3s;
}

.quality__tierra .quality-item .item__container {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  height: 300px;
  padding-top: 50px;
  position: relative;
  width: 300px;
}

.quality__tierra .quality-item .item__container .item__point {
  align-items: center;
  column-gap: 10px;
  display: flex;
  justify-content: center;
  margin: 15px 0;
  transform: translateX(-20px);
}

.quality__tierra .quality-item .item__container .item__catch {
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}

.quality__tierra .quality-item .item__container .item__point .point__icon {
  flex-shrink: 0;
}

.quality__tierra .quality-item .item__container .item__point .point__text {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.4;
}

.quality__tierra .quality-item .item__container .item__point .point__text .en {
  display: block;
  font-size: 16px;
}

.quality__tierra .quality-item .item__container .item__description {
  font-size: 12px;
  margin: 0 auto;
  width: 75%;
}

@media screen and (max-width:940.9px) {
  .section__showroom {
    flex-direction: column;
  }

  .showroom__slider {
    width: 100%;
  }

  .illust-wrapper.illust-wrapper--grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width:767.9px) {
  .section__subpage-main-visual.company {
    background: url(../images/company/sp_main_visual.jpg) no-repeat center / cover;
  }

  .section__subpage-main-visual.philosophy {
    background: url(../images/company/philosophy/sp_main_visual.jpg) no-repeat center / cover;
  }

  .section__subpage-main-visual.showroom {
    background: url(../images/company/showroom/sp_main_visual.jpg) no-repeat center / cover;
  }
}

@media screen and (max-width:980.9px) {
  .illust-wrapper.illust-wrapper--width60 {
    width: 100%;
  }
}

@media screen and (max-width:480.9px) {
  .company-profile {
    grid-template-columns: 1fr;
  }

  .company-profile dt {
    border-bottom: none;
    justify-content: flex-start;
    padding: 30px 0 0;
  }

  .company-profile dd {
    padding: 15px 0 30px;
  }

  .company-profile dd:first-of-type {
    padding-top: 15px;
  }
}

@media screen and (max-width:339.9px) {
  .quality__tierra .quality-item .item__container {
    height: 0;
    padding-top: 90%;
    width: 90%;
  }

  .quality__tierra .quality-item .item__container .item__container-child {
    left: 0;
    position: absolute;
    top: clamp(10px, calc(44.9438vw - 102.359px) ,50px);
  }

  .quality__tierra .quality-item .item__container .item__point {
    margin: 7.5px 0;
  }

  .quality__tierra .quality-item .item__container .item__description {
    font-size: 12px;
    width: 100%;
  }
}

/* ========================================
   property list
======================================== */

.section__subpage-main-visual.list {
  background: url(../images/list/main_visual.jpg) no-repeat center / cover;
}

/*shoyu*/
.section__subpage-main-visual.shoyu {
  background: url(../images/property_list/shoyu/main_visual.jpg) no-repeat center / cover;
}

.sale-property {
  margin: 0 auto 150px;
  width: min(1400px, 94%);
}

.section__owner {
  margin: 0 auto;
  width: min(1400px, 94%);
}

.sale-property__items,
.owner__items {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto 100px;
}

.owner__items--margin-bottom150 {
  margin-bottom: 150px;
}

.sale-property__items li,
.owner__items li {
  background-color: #fff;
  box-shadow: var(--box-shadow);
  overflow: hidden;
  position: relative;
}

.sale-property__items li a:before,
.owner__items li a:before {
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  box-sizing: border-box;
  color: #fff;
  content: "物件の詳細を見る";
  display: flex;
  font-size: 16px;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 1em;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 100%;
  transition: top .5s ease, opacity .5s ease;
  width: 100%;
  z-index: 2;
}

.sale-property__items li a .sale-property__item,
.owner__items li a .owner__item {
  transition: transform .5s ease;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.sale-property__items li a figure,
.owner__items li a figure {
  overflow: hidden;
}

.sale-property__items li a:hover:before,
.owner__items li a:hover:before {
  opacity: 1;
  top: 0;
}

.sale-property__items li a:hover .sale-property__item,
.owner__items li a:hover .owner__item {
  transform: scale(1.03);
}

.sale-property__items li .sale-property__item-text,
.owner__items li .owner__item-text {
  position: relative;
}

.sale-property__items.sale-property__items--sold-out li {
  display: none;
  overflow: hidden;
  position: relative;
}

.sale-property__items.sale-property__items--sold-out li.is-visible {
  animation: fadeIn .5s ease;
  display: block;
}

.property-name {
  padding: 15px 20px 0;
}

.property-name:has(.lot) {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.property-name .lot {
  font-size: 14px;
}

.property-location {
  font-size: 14px;
  padding: 0 20px 20px;
}

.property-location p:has(span) {
  display: flex;
}

.property-location p span:first-child {
  flex-shrink: 0;
}

.property-card {
  font-size: 14px;
  padding: 10px 20px 0;
  line-height: 1.4;
  color: var(--main-color);
}

/*used-condominium*/
.section__subpage-main-visual.used-condominium {
  background: url(../images/property_list/used_condominium/main_visual.jpg) no-repeat center / cover;
}

.section__property-list-banners {
  margin: 0 auto 100px;
  width: min(1000px, 90%);
}

.section__property-list-banner {
  align-items: center;
  background-color: var(--main-color);
  display: grid;
  grid-template-columns: 3fr 7fr;
}

.section__property-list-banner:first-of-type {
  margin-bottom: 50px;
}

.section__property-list-banner:hover .thumbnail {
  transform: scale(1.1);
}

.section__property-list-banner .thumbnail-wrapper {
  overflow: hidden;
}

.section__property-list-banner .thumbnail {
  transform: scale(1);
  transition: transform .5s ease;
  width: 100%;
}

.section__property-list-banner .title {
  color: #fff;
  font-size: clamp(18px, 2.4vw, 24px);
  padding: 20px;
  text-align: center;
}

.section__property-list-banner .title span {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.section__property-list-banner .title span:after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width .5s ease;
  width: 0;
}

.section__property-list-banner:hover .title span:after {
  width: 100%;
}

@media screen and (max-width:940.9px) {
  .sale-property__items,
  .owner__items {
    gap: 30px 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width:500px) {
  .section__property-list-banner {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width:480.9px) {
  .sale-property__items,
  .owner__items {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   series suelo
======================================== */

.section__subpage-main-visual.series-suelo {
  background: url(../images/seriessuelo/main_visual.jpg) no-repeat center / cover;
}

.section__subpage-main-visual.foundation {
  background: url(../images/seriessuelo/foundation/main_visual.jpg) no-repeat center / cover;
}

.section__subpage-main-visual.roof {
  background: url(../images/seriessuelo/roof/main_visual.jpg) no-repeat center / cover;
}

.section__subpage-main-visual.window {
  background: url(../images/seriessuelo/window/main_visual.jpg) no-repeat center / cover;
}

.section__subpage-main-visual.interior {
  background: url(../images/seriessuelo/interior/main_visual.jpg) no-repeat center / cover;
}

.section__subpage-main-visual.kitchen {
  background: url(../images/seriessuelo/kitchen/main_visual.jpg) no-repeat center / cover;
}

.section__subpage-main-visual.bathroom {
  background: url(../images/seriessuelo/bathroom/main_visual.jpg) no-repeat center / cover;
}

.series-suelo__item {
  align-items: flex-end;
  display: flex;
  gap: 0 clamp(30px, 6.25vw ,100px);
  margin-bottom: 100px;
}

.series-suelo__item.series-suelo__item--flex-end {
  justify-content: flex-end;
}

.series-suelo__item:nth-last-of-type(1) {
  margin-bottom: 0;
}

.series-suelo__image {
  flex-basis: 50%;
  overflow: hidden;
}

.section__series-suelo {
  margin: 0 auto;
  width: min(1050px, 90%);
}

.series-suelo__content {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.section__series-suelo .foundation {
  align-items: center;
  display: flex;
  gap: 30px 50px;
  margin-bottom: 95px;
}

.section__series-suelo .foundation:nth-last-of-type(1) {
  margin-bottom: 0;
}

.section__series-suelo .foundation .foundation__text {
  flex-basis: 50%;
}

.section__series-suelo .foundation .foundation__photo {
  flex-basis: 50%;
  position: relative;
  z-index: 1;
}

.section__series-suelo .foundation .foundation__photo:after {
  border: 1px solid #fff;
  content: "";
  height: 100%;
  left: 15px;
  max-width: 500px;
  position: absolute;
  top: 15px;
  width: 100%;
  z-index: -1;
}

.section__series-suelo .foundation.foundation--reverse .foundation__photo:after {
  left: -15px;
}

.about-showroom {
  align-items: center;
  background-color: var(--main-color);
  display: flex;
  justify-content: center;
  margin: 100px auto 0;
  width: 100%;
}

.about-showroom.about-showroom--bg-white {
  background-color: #fff;
}

.about-showroom .about-showroom__photo {
  flex-basis: 50%;
}

.about-showroom .about-showroom__text {
  color: #fff;
  flex-basis: 50%;
  padding: 15px 30px;
}

.about-showroom.about-showroom--bg-white .about-showroom__text {
  color: var(--sub-color1);
}

.about-showroom .about-showroom__text p:nth-child(n + 2) {
  font-size: 16px;
  margin-top: 20px;
}

.about-showroom  .about-showroom__text .about-showroom__viewable-items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.about-showroom .about-showroom__text .about-showroom__viewable-items .viewable-items__label {
  align-items: center;
  background-color: var(--main-color);
  color: #fff;
  display: flex;
  font-size: 12px;
  padding: 5px 10px;
}

.about-showroom .about-showroom__text .about-showroom__viewable-items dl {
  display: grid;
  font-size: 12px;
  grid-template-columns: max-content 1fr;
}

.about-showroom .about-showroom__text .about-showroom__viewable-items dl dt {
  align-items: center;
  display: flex;
  padding-right: 6px;
  position: relative;
}

.about-showroom .about-showroom__text .about-showroom__viewable-items dl dt:after {
  background-color: var(--sub-color1);
  content: "";
  height: 1px;
  left: 100%;
  position: absolute;
  top: 50%;
  width: 15px;
}

.about-showroom .about-showroom__text .about-showroom__viewable-items dl dd {
  padding-left: 24px;
}

.section__series-suelo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 100%;
  width: 1200px;
}

.section__series-suelo-item {
  display: block;
  height: 300px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.section__series-suelo-item:hover .section__series-suelo-bg {
  transform: scale(1.1);
}

.section__series-suelo-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  transform: scale(1);
  transition: transform .5s ease;
  width: 100%;
}

.section__series-suelo-bg:after {
  background-color: rgba(0, 0, 0, .4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.section__series-suelo-bg.item-foundation {
  background-image: url(../images/common/foundation.jpg);
}

.section__series-suelo-bg.item-roof {
  background-image: url(../images/common/roof.jpg);
}

.section__series-suelo-bg.item-window {
  background-image: url(../images/common/window.jpg);
}

.section__series-suelo-bg.item-interior {
  background-image: url(../images/common/interior.jpg);
}

.section__series-suelo-bg.item-kitchen {
  background-image: url(../images/common/kitchen.jpg);
}

.section__series-suelo-bg.item-bathroom {
  background-image: url(../images/common/bathroom.jpg);
}

.section__series-suelo-item:hover .border-lines:before {
  transform: scaleX(1);
  transition-delay: 0s;
}

.section__series-suelo-item:hover .border-lines:after {
  transform: scaleX(1);
  transition-delay: .2s;
}

.section__series-suelo-item:hover .border-verticals:before {
  transform: scaleY(1);
  transition-delay: .4s;
}

.section__series-suelo-item:hover .border-verticals:after {
  transform: scaleY(1);
  transition-delay: .6s;
}

.section__series-suelo-text {
  color: #fff;
  left: 50%;
  line-height: 1.5;
  position: absolute;
  text-align: center;
  text-shadow: var(--text-shadow);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 3;
}

.section__series-suelo-text .en {
  display: block;
  font-size: 24px;
  line-height: 1.2;
}

.section__series-suelo-text .ja {
  display: block;
  font-size: 21px;
}

.section__series-suelo-item:nth-child(1) {
  transition-delay: .1s;
}

.section__series-suelo-item:nth-child(2) {
  transition-delay: .2s;
}

.section__series-suelo-item:nth-child(3) {
  transition-delay: .3s;
}

.section__series-suelo-item:nth-child(4) {
  transition-delay: .4s;
}

.section__series-suelo-item:nth-child(5) {
  transition-delay: .5s;
}

.section__series-suelo-item:nth-child(6) {
  transition-delay: .6s;
}

.caption {
  font-size: 14px;
  margin-top: 10px;
}

.caption.caption--white {
  color: #fff;
}

.columns {
  align-items: stretch;
  display: grid;
  gap: 30px 50px;
  grid-template-columns: 1fr 1fr;
  margin: 40px auto 0;
}

.columns.columns--full {
  grid-template-columns: 1fr;
}

.columns__item.columns__item--black {
  border: 1px solid rgba(30, 0, 0, .2);
  color: var(--sub-color1);
}

.columns__item {
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 10px;
  color: #fff;
  padding: clamp(18px, 2.85vw, 30px);
}

.columns__item p {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.columns__item p:has(span) {
  column-gap: 6px;
  display: flex;
  justify-content: center;
  line-height: 1.3;
}

.columns__item p span:first-child {
  flex-shrink: 0;
}

.columns__item dl {
  display: grid;
  font-size: 16px;
  grid-template-columns: max-content 1fr;
}

.columns__image {
  margin-top: 15px;
}

.logo-series-suelo {
  margin: 0 auto;
}

@media screen and (min-width: 1251px) {
  .series-suelo__text {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 1030px) {
  .about-showroom {
    flex-direction: column;
  }

  .about-showroom .about-showroom__photo img {
    width: 100%;
  }
}

@media screen and (max-width: 940.9px) {
  .series-suelo__item {
    align-items: flex-start;
    flex-direction: column;
  }

  .series-suelo__item:has(.border-radius-right) {
    flex-direction: column-reverse;
  }

  .series-suelo__item:has(.border-radius-right) .series-suelo__text {
    display: flex;
    flex-direction: column;
    padding-left: 10%;
  }

  .series-suelo__item.series-suelo__item--flex-end {
    align-items: flex-end;
  }

  .series-suelo__image {
    width: 90%;
  }

  .series-suelo__text {
    width: 90%;
  }
}

@media screen and (max-width: 800.9px) {
  .section__series-suelo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767.9px) {
  .section__subpage-main-visual.interior {
    background: url(../images/seriessuelo/interior/sp_main_visual.jpg) no-repeat center / cover;
  }

  .columns {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 750px) {
  .section__series-suelo .foundation {
    flex-direction: column;
  }

  .section__series-suelo .foundation.foundation--reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 481px) {
  .columns__icon.columns__icon--energy-savings {
    margin-top: 3px;
  }

  .columns__icon.columns__icon--home-health {
    margin-top: 2px;
  }

  .columns__icon.columns__icon--floor {
    margin-top: 2px;
  }
}

@media screen and (max-width: 400.9px) {
  .section__series-suelo-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   works
======================================== */

.section__subpage-main-visual.works {
  background: url(../images/works/main_visual.jpg) no-repeat center / cover;
}

.section__subpage-main-visual.works-living {
  background: url(../images/works/living/main_visual.jpg) no-repeat center / cover;
}

.section__subpage-main-visual.works-kitchen {
  background: url(../images/works/kitchen/main_visual.jpg) no-repeat center / cover;
}

.section__subpage-main-visual.works-room {
  background: url(../images/works/room/main_visual.jpg) no-repeat center / cover;
}

.section__subpage-main-visual.works-room-jp {
  background: url(../images/works/room_jp/main_visual.jpg) no-repeat center / cover;
}

.section__subpage-main-visual.works-water-section {
  background: url(../images/works/water_section/main_visual.jpg) no-repeat center / cover;
}

.section__subpage-main-visual.works-hallway {
  background: url(../images/works/hallway/main_visual.jpg) no-repeat center / cover;
}

.section__subpage-main-visual.works-exterior {
  background: url(../images/works/exterior/main_visual.jpg) no-repeat center / cover;
}

.section__subpage-main-visual.works-others {
  background: url(../images/works/others/main_visual.jpg) no-repeat center / cover;
}

.works-list__item {
  align-items: flex-end;
  display: flex;
  gap: 0 clamp(30px, 6.25vw ,100px);
  margin-bottom: 100px;
}

.works-list__item.works-list__item--flex-end {
  justify-content: flex-end;
}

.works-list__item:nth-last-of-type(1) {
  margin-bottom: 0;
}

.works-list__image {
  flex-basis: 50%;
  overflow: hidden;
}

.works__items {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  width: min(1400px, 94%);
}

.works__items li {
  border-radius: 6px;
  box-shadow: var(--box-shadow);
  display: none;
  overflow: hidden;
  position: relative;
}

.works__items li.is-visible {
  animation: fadeIn .5s ease;
  display: block;
}

.works__items li a .works__item {
  transition: transform .5s ease;
}

.works__items li a:before {
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  box-sizing: border-box;
  color: #fff;
  content: "画像を拡大";
  display: flex;
  font-size: 16px;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 1em;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 100%;
  transition: top .5s ease, opacity .5s ease;
  width: 100%;
  z-index: 2 ;
}

.works__items li a:hover:before {
  opacity: 1;
  top: 0;
}

.works__items li a:hover .works__item {
  transform: scale(1.03);
}

#view-more-btn {
  background-color: #fff;
  border: none;
  color: var(--main-color);
  cursor: pointer;
  display: block;
  font-size: clamp(18px, 4.8vw, 24px);
  margin: 75px auto 0;
  padding: 15px;
  transition: background-color .5s ease, color .5s ease, border-color .5s ease, box-shadow .5s ease;
  width: min(500px,90%);
}

#view-more-btn.view-more-btn--box-shadow {
  box-shadow: var(--box-shadow);
}

#view-more-btn:active {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: var(--main-color);
}

#view-more-btn:hover {
  background-color: var(--main-color);
  border: 1px solid #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
  color: #fff;
}

#loading-icon {
  color: #666;
  display: none;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}

.section__works {
  margin: 0 auto;
  width: min(1600px, 90%);
}

.section__works-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 100%;
  width: 1600px;
}

.section__works-item {
  display: block;
  height: 300px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.section__works-item:hover .section__works-bg {
  transform: scale(1.1);
}

.section__works-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  transform: scale(1);
  transition: transform .5s ease;
  width: 100%;
}

.section__works-bg:after {
  background-color: rgba(0, 0, 0, .4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.section__works-bg.item-works-living {
  background-image: url(../images/common/living.jpg);
}

.section__works-bg.item-works-kitchen {
  background-image: url(../images/common/kitchen2.jpg);
}

.section__works-bg.item-works-room {
  background-image: url(../images/common/room.jpg);
}

.section__works-bg.item-works-japanese-room {
  background-image: url(../images/common/japanese_room.jpg);
}

.section__works-bg.item-works-water {
  background-image: url(../images/common/water.jpg);
}

.section__works-bg.item-works-hallway {
  background-image: url(../images/common/hallway.jpg);
}

.section__works-bg.item-works-exterior {
  background-image: url(../images/common/exterior.jpg);
}

.section__works-bg.item-works-others {
  background-image: url(../images/common/others.jpg);
}

.section__works-item:hover .border-lines:before {
  transform: scaleX(1);
  transition-delay: 0s;
}

.section__works-item:hover .border-lines:after {
  transform: scaleX(1);
  transition-delay: .2s;
}

.section__works-item:hover .border-verticals:before {
  transform: scaleY(1);
  transition-delay: .4s;
}

.section__works-item:hover .border-verticals:after {
  transform: scaleY(1);
  transition-delay: .6s;
}

.section__works-text {
  color: #fff;
  left: 50%;
  line-height: 1.5;
  position: absolute;
  text-align: center;
  text-shadow: var(--text-shadow);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 3;
}

.section__works-text .en {
  display: block;
  font-size: 24px;
  line-height: 1.2;
}

.section__works-text .ja {
  display: block;
  font-size: 21px;
}

.section__works-item:nth-child(1) {
  transition-delay: .1s;
}

.section__works-item:nth-child(2) {
  transition-delay: .2s;
}

.section__works-item:nth-child(3) {
  transition-delay: .3s;
}

.section__works-item:nth-child(4) {
  transition-delay: .4s;
}

.section__works-item:nth-child(5) {
  transition-delay: .5s;
}

.section__works-item:nth-child(6) {
  transition-delay: .6s;
}

.section__works-item:nth-child(7) {
  transition-delay: .7s;
}

.section__works-item:nth-child(8) {
  transition-delay: .8s;
}


@media screen and (min-width: 1251px) {
  .works-list__text {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 1250.9px) {
  .section.section--after-bg-main:has(p) {
    border-top-right-radius: 0;
    width: 100vw;
  }

  .section--after-bg-main:after {
    border-top-left-radius: 0;
    width: 100vw;
  }
}

@media screen and (max-width: 940.9px) {
  .works-list__item {
    align-items: flex-start;
    flex-direction: column;
  }

  .works-list__item:has(.border-radius-right) {
    flex-direction: column-reverse;
  }

  .works-list__item:has(.border-radius-right) .works-list__text {
    display: flex;
    flex-direction: column;
    padding-left: 10%;
  }

  .works-list__item.works-list__item--flex-end {
    align-items: flex-end;
  }

  .works-list__image {
    width: 90%;
  }

  .works-list__text {
    width: 90%;
  }

  .works__items {
    gap: 30px 15px;
    grid-template-columns: repeat(2, 1fr);
  }

  .section__works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480.9px) {
  .section__works-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767.9px) {
  .section__subpage-main-visual.works-hallway {
    background: url(../images/works/hallway/sp_main_visual.jpg) no-repeat center / cover;
  }
}

/* ========================================
   contact
======================================== */

.form {
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto 100px;
  padding: clamp(20px, 8.3vw, 100px);
  width: min(1200px, 90%);
}

.form table {
  width: 100%;
}

.form th {
  padding: 20px 0;
  text-align: left;
  vertical-align: middle;
  width: 25%;
}

.form td {
  padding: 20px 0;
  width: 75%;
}

.form__confirm th, .form__confirm td {
  border-bottom: 1px solid #f5f5f5;
}

.form .form-item {
  display: inline-block;
  min-width: 180px;
}

.form .required {
  background-color: #d70c25;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
}

.form .c {
  margin-top: 45px;
  text-align: center;
}

.form .c.c--flex {
  display: flex;
  gap: 45px 30px;
  margin: 45px auto 0;
  flex-wrap: wrap;
  justify-content: center;
}

.form-finish {
  margin: 0 auto 100px;
  width: min(400px, 90%);
}

.section__subpage-main-visual.contact {
  background: url(../images/contact/main_visual.jpg) no-repeat center / cover;
}

.section__recruit {
  margin: 0 auto 100px;
  width: min(900px, 90%);
}

@media screen and (max-width: 1260px) {
  .form .form-item {
    display: block;
  }
}

@media screen and (max-width: 767.9px) {
  .form tbody, .form tr, .form th, .form td, .form table {
    display: block;
    width: 100%;
  }

  .form td {
    padding-top: 0;
  }

  .form__confirm th {
    border-bottom: none;
  }
}

/* ========================================
   recruit
======================================== */
.section__subpage-main-visual.recruit {
  background: url(../images/contact/recruit/main_visual.jpg) no-repeat center / cover;
}

/* ========================================
   schedule
======================================== */
.section__subpage-main-visual.process {
  background: url(../images/contact/schedule/main_visual.jpg) no-repeat center / cover;
}

.schedule__introduction {
  margin: 0 auto;
  width: min(1000px, 90%);
}

.schedule__container {
  background-color: var(--main-color);
  margin: 0 auto 100px;
  max-width: 100%;
  padding: clamp(50px, 5vw, 100px) 0;
  width: 1000px;
}

.schedule {
  align-items: center;
  background-color: #fff;
  border-radius: clamp(15px, 3vw, 30px);
  display: flex;
  gap: 15px 0;
  margin: 0 auto 75px;
  padding: 30px clamp(15px, 3vw, 30px);
  position: relative;
  width: min(800px, 96%);
}

.schedule:last-of-type {
  margin-bottom: 0;
}

.schedule:last-of-type:after {
  content: none;
}

.schedule:after {
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  top: 99%;
  transform: translateX(-50%);
  width: 120px;
  z-index: 1;
}

.schedule__step {
  align-items: center;
  background: url(../images/contact/schedule/icon_home.png) no-repeat center / 100px auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 113px;
  justify-content: center;
  padding-top: 21px;
  text-align: center;
  width: 143px;
}

.schedule__content {
  align-items: center;
  display: flex;
  gap: 15px 20px;
}

.schedule__content figure {
  flex-shrink: 0;
}

.schedule__title {
  font-weight: 600;
  margin-bottom: 6px;
}

.schedule__step p {
  line-height: 1.2;
}

.schedule__step .step__number {
  font-size: 20px;
}

.schedule__description {
  font-size: 16px;
}

@media screen and (max-width: 767.9px) {
  .schedule {
    flex-direction: column;
    gap: 0;
    padding-top: 10px;
  }

  .schedule__step {
    background-size: 90px auto;
  }

  .schedule__content figure {
    width: clamp(110px, 23vw, 180px);
  }
}

/* ========================================
   property
======================================== */

.subpage-main-visual__catchcopy {
  clip-path: inset(0 100% 0 0);
  color: #fff;
  display: block;
  font-size: clamp(20px, 2.6vw, 50px);
  left: 0;
  letter-spacing: .02em;
  line-height: 1.5;
  margin: 0 auto clamp(30px, 9.7vw, 75px);
  right: 0;
  text-align: center;
  text-shadow: var(--text-shadow);
  transition: clip-path 2.5s ease-in-out;
  width: 96%;
  z-index: 1;
}

.subpage-main-visual__catchcopy.is-visible {
  clip-path: inset(0 0 0 0);
}

.section__subpage-main-visual.property {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  position: relative;
  transform: scale(1.1);
}

.sold-out-message {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-bottom: 75px;
  text-align: center;
}

.sold-out-message span {
  display: inline-block;
}

.about-perspective {
  bottom: 10px;
  font-size: 11px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 96%;
}

.about-perspective--white {
  color: #fff;
}

.property-details__site-plan {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
  justify-content: center;
}

.property-details__site-plan.property-details__site-plan--columngap-zero {
  column-gap: 0;
}

.section__property-details {
  margin: 0 auto;
  width: min(1024px, 90%);
}

.property-details__profile {
  display: grid;
  grid-template-columns: max-content 1fr;
}

.site-plan__image {
  max-width: 100%;
  width: 720px;
}

.site-plan__image.site-plan__image--narrow {
  width: 700px;
}

.site-plan__image.site-plan__image--small {
  width: 500px;
}

.site-plan__image .notes {
  font-size: 11px;
  margin-top: 10px;
}

.property-details__profile dt {
  align-items: center;
  border-bottom: 1px solid var(--sub-color1);
  display: flex;
  font-weight: 600;
  justify-content: center;
  padding: 30px;
}

.land-area {
  border: 1px solid var(--sub-color1);
  max-width: 100%;
  width: 250px;
}

.land-area li div {
  background-color: #fff;
  border-bottom: 1px solid var(--sub-color1);
  display: grid;
  grid-template-columns: max-content 1fr;
  position: relative;
  text-align: center;
}

.land-area li div.sold-out:after {
  align-items: center;
  background-color: rgba(230, 0, 57, .6);
  color: #fff;
  content: "SOLD OUT";
  display: flex;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  text-shadow: var(--text-shadow);
  top: 0;
  width: 100%;
}

.land-area li:first-child div {
  background-color: #f5f5f5;
}

.land-area li:last-child div {
  border-bottom: none;
}

.land-area li div p {
  padding: 10px 20px;
}

.land-area li div p:first-child {
  border-right: 1px solid var(--sub-color1);
  width: 100px;
}

.land-area li div.full {
  grid-template-columns: 1fr;
}

.land-area li div.full p:first-child {
  border-right: none;
  width: 100%;
}

.property-details__profile dd:first-of-type, .property-details__profile dt:first-of-type {
  padding-top: 0;
}

.property-details__profile dd {
  border-bottom: 1px solid #999;
  padding: 30px;
}

.property-details__profile.property-details__profile--white {
  color: #fff;
}

.property-details__profile.property-details__profile--white dt {
  border-bottom: 1px solid #b85c5f;
}

.property-details__profile.property-details__profile--white dd {
  border-bottom: 1px solid #d8a497;
}

.property-details__profile dd a {
  text-decoration: underline;
}

.plans-slider-wrapper {
  background-color: #fff;
  padding: 15px;
}

.site-photos-slider .site-photos-item, .plans-slider .plan-item {
  position: relative;
}

.site-photos-slider .site-photos-item.sold-out:after, .plans-slider .plan-item.sold-out:after {
  align-items: center;
  background-color: rgba(230, 0, 57, .6);
  color: #fff;
  content: "SOLD OUT";
  display: flex;
  font-size: clamp(30px, 4.4vw, 45px);
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plans-slider img {
  margin: 0 auto;
}

.property-type {
  margin-bottom: 10px;
}

.property-type span {
  display: block;
}

.property-details .thumbnail-wrapper {
  margin-top: 60px;
}

.thumbnail02, .thumbnail01 {
  margin: 0 auto;
  max-width: 100%;
  width: 1000px;
}

.thumbnail02 .slick-track, .thumbnail01 .slick-track {
  display: flex;
}

.thumbnail02 .slick-slide, .thumbnail01 .slick-slide {
  margin: 0 10px;
}

.thumbnail02-item .thumbnail02-item__inner, .thumbnail01-item .thumbnail01-item__inner {
  border: 1px solid var(--sub-color1);
  display: flex;
  height: 200px;
  justify-content: center;
  padding: 5%;
}

.thumbnail02-item.is-active .thumbnail02-item__inner, .thumbnail01-item.is-active .thumbnail01-item__inner {
  background-color: #fff;
  border: 2px solid #d70c25;
}

.thumbnail02-item img, .thumbnail01-item img {
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 1921px) {
  .section__subpage-main-visual.property {
    height: 1000px;
  }
}

@media screen and (max-width:940.9px) {
  .gmap iframe {
    height: 400px;
  }
}

@media screen and (max-width:480.9px) {
  .property-details__profile {
    grid-template-columns: 1fr;
  }

  .property-details__profile dt {
    border-bottom: none;
    justify-content: flex-start;
    padding: 30px 0 0;
  }

  .property-details__profile dd {
    padding: 15px 0 30px;
  }

  .property-details__profile dd:first-of-type {
    padding-top: 15px;
  }

  .property-details__profile.property-details__profile--white dt {
    border-bottom: none;
  }
}

/* ========================================
   Performance
======================================== */
.section__subpage-main-visual.performance {
  background: url(../images/results/main_visual.jpg) no-repeat center / cover;
}

.section__performance {
  margin: 0 auto;
  width: min(1600px, 90%);
}

.performance-list__item {
  align-items: flex-end;
  display: flex;
  gap: 0 clamp(30px, 6.25vw ,100px);
  margin-bottom: 100px;
  display: none;
  overflow: hidden;
}

.performance-list__item.is-visible {
  animation: fadeIn .5s ease;
  display: flex;
}

.performance-list__item.performance-list__item--flex-end {
  justify-content: flex-end;
}

.performance-list__item:nth-last-of-type(1) {
  margin-bottom: 0;
}

.performance-list__image {
  flex-basis: 50%;
  overflow: hidden;
  height: 37.5vw;
}

.performance-list__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.performance-list__content {
  color: #fff;
}

.performance-list__content figure {
  width: 100%;
  max-width: 100%;
  max-height: 600px;
  aspect-ratio: 4 / 3;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #faf7f5;  
  border-radius: 12px;
  overflow: hidden;
  padding: 15px;
}

.performance-list__content figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #faf7f5;  
}

.section__performance .performance__list {
  display: grid;
  width: min(900px, 94%);
  margin: 0 auto;
  gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}

.section__performance .performance__list details {
  transition: opacity 0.5s ease-in-out;
}

.section__performance .performance__list details:hover {
  cursor: pointer;
  opacity: 0.8;
}

.section__performance .performance__list details summary {
  display: grid;
  grid-template-columns: 1fr 24px;
  gap: 6px;
  align-items: center;
  padding: 16px 24px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 21px;
}

.section__performance .performance__list details summary .icon {
  background: url(../images/common/icon_arrow.svg) no-repeat center / cover;
  transition: transform 0.5s;
  width: 18px;
  height: 18px;
}

.section__performance .performance__list details[open] summary .icon {
  transform: rotate(180deg);
}

.section__performance .performance__list details ul {
  background-color: #fff;
  padding: 24px 16px;
}

@media screen and (min-width:1201px) {
  .performance-list__item:nth-of-type(even) .performance-list__content {
    padding-left: 30px;
  }

  .performance-list__item:nth-of-type(1) {
    margin-top: 100px;
  }
}

@media screen and (max-width:1200.9px) {
  .performance-list__item {
    flex-direction: column-reverse;
  }

  .performance-list__content {
    width: 100%;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .performance-list__item.performance-list__item--flex-end {
    flex-direction: column;
  }

  .performance-list__item .border-radius-left img {
    border-bottom-left-radius:0;
    border-top-left-radius:0;
  }

  .performance-list__item .border-radius-right img {
    border-bottom-right-radius:0;
    border-top-right-radius:0;
  }
}

@media screen and (max-width:600px) {
  .section__performance .performance__list {
    grid-template-columns: 1fr;
  }
}


/* ========================================
   agent portal
======================================== */

.section__subpage-main-visual.agent-portal {
  background: url(../images/agent_portal/main_visual.jpg) no-repeat center / cover;
}

.section__agent-portal {
  margin: 0 auto;
  width: min(1400px, 94%);
}

.agent-portal__items {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto 100px;
}

.agent-portal__items li {
  background-color: var(--main-color);
  box-shadow: var(--box-shadow);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.agent-portal__items li a:before {
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  box-sizing: border-box;
  color: #fff;
  content: "PDFをダウンロード";
  display: flex;
  font-size: 16px;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 1em;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 100%;
  transition: top .5s ease, opacity .5s ease;
  width: 100%;
  z-index: 2;
}

.agent-portal__items li a figure {
  background-color: #fff;
  overflow: hidden;
}

.agent-portal__items li a .agent-portal__item {
  transition: transform .5s ease;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.agent-portal__items li a:hover:before {
  opacity: 1;
  top: 0;
}

.agent-portal__items li a:hover .agent-portal__item {
  transform: scale(1.03);
}

.agent-portal__items li .agent-portal__item-text .land-status__text {
  background-color: #fff;
  color: var(--main-color);
  padding: 10px;
}

.agent-portal__items li .agent-portal__item-text .land-status {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 15px;
  justify-content: space-between;
  padding: 15px 20px 0;
}

@media screen and (max-width:940.9px) {
  .agent-portal__items {
    gap: 30px 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width:480.9px) {
  .agent-portal__items {
    grid-template-columns: 1fr;
  }

  .agent-portal__items li .agent-portal__item-text .land-status {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}

/* ========================================
   page top
======================================== */
.page-top a {
  align-items: center;
  background-color: rgba(0, 0, 0, .6);
  border: solid #fff 1px;
  bottom: 70px;
  color: #fff;
  display: flex;
  height: 50px;
  justify-content: center;
  opacity: 0;
  position: fixed;
  right: 3%;
  transition: opacity .5s, visibility .5s;
  visibility: hidden;
  width: 50px;
  z-index: 980;
}

.page-top a.show {
  opacity: 1;
  visibility: visible;
}

/* ========================================
   link grid
======================================== */
.section__link-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.section__link-item {
  display: block;
  height: 430px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.section__link-item:hover .section__link-bg {
  transform: scale(1.1);
}

.section__link-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  transform: scale(1);
  transition: transform .5s ease;
  width: 100%;
}

.section__link-bg:after {
  background-color: rgba(0, 0, 0, .3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.section__link-bg.item-property-list {
  background-image: url(../images/common/property_list.jpg);
}

.section__link-bg.item-works {
  background-image: url(../images/common/works.jpg);
}

.section__link-bg.item-performance {
  background-image: url(../images/common/performance.jpg);
}

.section__link-bg.item-series-suelo {
  background-image: url(../images/common/series_suelo.jpg);
}

.section__link-bg.item-company {
  background-image: url(../images/common/company.jpg);
}

.section__link-bg.item-contact {
  background-image: url(../images/common/contact.jpg);
}

.border-lines {
  bottom: 10px;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

.border-lines:before, .border-lines:after {
  background-color: #fff;
  content: "";
  position: absolute;
  transition: transform .5s ease;
}

.border-lines:before {
  height: 1px;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
}

.border-lines:after {
  bottom: 0;
  height: 1px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  width: 100%;
}

.border-verticals {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.border-verticals:before, .border-verticals:after {
  background-color: #fff;
  content: "";
  position: absolute;
  transition: transform .5s ease;
}

.border-verticals:before {
  height: 100%;
  left: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: top;
  width: 1px;
}

.border-verticals:after {
  height: 100%;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  width: 1px;
}

.section__link-item:hover .border-lines:before {
  transform: scaleX(1);
  transition-delay: 0s;
}

.section__link-item:hover .border-lines:after {
  transform: scaleX(1);
  transition-delay: .2s;
}

.section__link-item:hover .border-verticals:before {
  transform: scaleY(1);
  transition-delay: .4s;
}

.section__link-item:hover .border-verticals:after {
  transform: scaleY(1);
  transition-delay: .6s;
}

.section__link-text {
  color: #fff;
  left: 50%;
  line-height: 1.5;
  position: absolute;
  text-align: center;
  text-shadow: var(--text-shadow);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
}

.section__link-text .en {
  display: block;
  font-size: clamp(45px, 3.6vw, 70px);
}

.section__link-text .ja {
  display: block;
  font-size: clamp(26px, 1.5vw, 40px);
}

.section__link-item:nth-child(1) {
  transition-delay: .1s;
}

.section__link-item:nth-child(2) {
  transition-delay: .2s;
}

.section__link-item:nth-child(3) {
  transition-delay: .3s;
}

.section__link-item:nth-child(4) {
  transition-delay: .4s;
}

.section__link-item:nth-child(5) {
  transition-delay: .5s;
}

.section__link-item:nth-child(6) {
  transition-delay: .6s;
}

@media screen and (max-width:767.9px) {
  .section__link-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width:1921px) {
  .section__link-item {
    height: 550px;
  }
}

/* ========================================
   footer
======================================== */
.footer {
  background-color: #f5f5f5;
}

.footer .footer__container {
  align-items: center;
  display: flex;
  font-size: 12px;
  gap: 30px 60px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 50px 0;
  width: 96%;
}

.footer .footer__container .footer__company-information {
  flex-shrink: 0;
}

.footer .footer__container .footer__logo {
  margin-bottom: 12px;
}

.footer .footer__container .social-buttons {
  column-gap: 12px;
  display: flex;
  margin-top: 12px;
  position: relative;
  z-index: 1;
}

.footer .footer__container .footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 60px;
}

.footer .footer__container .footer__links ul li:not(:last-child) {
  margin-bottom: 6px;
}

.footer .footer__container .footer__links ul li a {
  position: relative;
}

.footer .footer__container .footer__links ul li a:before {
  background-color: var(--sub-color1);
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width .5s ease;
  width: 0;
}

.footer .footer__container .footer__links ul li a:hover:before {
  width: 100%;
}

.footer .footer__container .footer__links ul li:first-child a:after {
  background-color: var(--sub-color1);
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: -14px;
  position: absolute;
  top: 4.25px;
  width: 10px;
}

@media screen and (max-width:900.9px) {
  .footer .footer__container {
    align-items: flex-start;
  }
}

@media screen and (max-width:767.9px) {
  .footer {
    padding-bottom: 52px;
  }

  .footer .footer__container .footer__links {
    width: 90%;
  }
}

@media screen and (max-width:480.9px) {
  .footer .footer__container {
    align-items: center;
    flex-direction: column;
  }

  .footer .footer__container .footer__links {
    display: none;
  }

  .footer .footer__container .footer__links ul {
    flex-basis: 45%;
  }
}

/* copyright */
.copyright {
  background-color: var(--sub-color1);
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  padding: 24px 15px;
  text-align: center;
}

/* ========================================
   button
======================================== */
.button-wrapper {
  margin: 0 auto;
  max-width: 100%;
  width: 400px;
}

.button-wrapper--large {
  width: 500px;
}

.button-wrapper--sp {
  display: none;
  max-width: 400px;
  width: 80%;
}

.button-wrapper--left {
  margin: 0;
}

.button {
  background-color: #fff;
  box-shadow: var(--box-shadow);
  color: var(--main-color);
  display: block;
  max-width: 100%;
  overflow: hidden;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

.button--large {
  font-size: clamp(18px, 1vw, 24px);
}

.button.button--main {
  background-color: var(--main-color);
  color: #fff;
}

.button.button--sp {
  padding: 15px 40px;
}

.button span {
  position: relative;
  z-index: 4;
}

.button:before {
  background-color: var(--sub-color2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .5s ease;
  width: 100%;
  z-index: 2;
}

.button.button--main:before {
  background-color: var(--sub-color2);
}

.button:hover {
  color: #fff;
}

.button:hover:before {
  transform: scaleX(1);
}

.button:after {
  background-color: var(--main-color);
  border-radius: 20px;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  transition: transform 1s ease;
  width: 8px;
  z-index: 3;
}

.button.button--main:after {
  background-color: #fff;
}

.button:hover:after {
  background-color: #fff;
  transform: scale(2);
}

@media screen and (max-width:940.9px) {
  .button-wrapper--pc {
    display: none;
  }

  .button-wrapper--sp {
    display: block;
    margin-top: 45px;
  }

  .button-wrapper--sp.sp--full {
    width: 100%;
  }
}

/* ========================================
   object positon
======================================== */
.object-position-left {
  object-position: left;
}

/* ========================================
   fixed buttons
======================================== */
.fixed-buttons {
  align-items: center;
  animation: slideIn 1s ease-out;
  bottom: 0;
  display: flex;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 990;
}

.fixed-buttons ul li:not(:last-child) {
  margin-bottom: 12px;
}

.fixed-buttons ul li a {
  align-items: center;
  background-color: #373534;
  box-shadow: var(--box-shadow);
  color: #fff;
  display: flex;
  font-size: clamp(10px, calc(1.205vw + 6.747px), 16px);
  letter-spacing: 5px;
  padding: 20px clamp(1px, calc(1.958vw - 4.287px),10px);
  text-align: center;
  text-orientation: upright;
  transition: opacity .5s ease;
  width: 50px;
  writing-mode: vertical-rl;
}

.fixed-buttons ul li a.works {
  background-color: #3184ba;
}

.fixed-buttons ul li a.contact {
  background-color: #d70c25;
}

.fixed-buttons ul li a:hover {
  opacity: .8;
}

@media screen and (max-width:767.9px) {
  .fixed-buttons {
    animation: none;
    top: initial;
    width: 100%;
  }

  .fixed-buttons ul {
    display: flex;
    width: 100%;
  }

  .fixed-buttons ul li:not(:last-child) {
    margin-bottom: 0;
  }

  .fixed-buttons ul li {
    width: calc(100% / 3);
  }

  .fixed-buttons ul li a {
    box-shadow: none;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 1.2;
    text-orientation: mixed;
    width: 100%;
    writing-mode: horizontal-tb;
  }
}

/* ========================================
   sp-only
======================================== */
.sp-tel {
  background-color: #a58c75;
  display: none;
  height: 50.58px;
  width: 50px;
}

@media screen and (max-width:767.9px) {
  .sp-tel {
    align-items: center;
    display: flex;
    justify-content: center;
    position: fixed;
    right: 50px;
    top: 0;
    z-index: 999;
  }
}

/* ========================================
   margin
======================================== */
.special-margin {
  margin-bottom: 32px;
}

.special-margin--15 {
  margin-bottom: 15px;
}

.special-margin--20 {
  margin-bottom: 20px;
}

.special-margin--75 {
  margin-bottom: 75px;
}

.special-margin--150 {
  margin-bottom: 150px;
}

/* ========================================
   text
======================================== */
.text-center {
  text-align: center;
}

.text-width-480 {
  margin: 0 auto;
  max-width: 100%;
  width: 480px;
}

.text-width-600 {
  margin: 0 auto;
  max-width: 100%;
  width: 600px;
}

.text-width-620 {
  margin: 0 auto;
  max-width: 100%;
  width: 620px;
}

.text-width-650 {
  margin: 0 auto;
  max-width: 100%;
  width: 650px;
}

.text-width-800 {
  margin: 0 auto;
  max-width: 100%;
  width: 800px;
}

.text-width-870 {
  margin: 0 auto;
  max-width: 100%;
  width: 870px;
}

.text-width-1024 {
  margin: 0 auto;
  max-width: 100%;
  width: 1024px;
}

/* ========================================
   text link
======================================== */
.text-link {
  color: var(--main-color);
  text-decoration: underline;
}

/* ========================================
   pdf
======================================== */
.pdf {
  display: flex;
  column-gap: 5px;
}

/* ========================================
   slick slide
======================================== */
.slick-dots li button:before {
  color: rgba(255, 255, 255, .4);
  font-size: 10px;
}

.slick-dots li.slick-active button:before {
  color: var(--main-color);
}

.slick-prev:before, .slick-next:before {
  color: var(--sub-color1) !important;
}

.slick-slide img {
  margin: 0 auto;
}

@media screen and (max-width:480.9px) {
  .slick-prev {
    left: -15px !important;
  }
  .slick-next {
    right: -15px !important;
  }
}


/* ========================================
   modal window
======================================== */

.modal {
  align-items: center;
  background: rgba(0, 0, 0, .6);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: opacity .6s ease-out, visibility 0s linear .6s;
  visibility: hidden;
  z-index: 1000;
}

.modal:target {
  opacity: 1;
  transition: opacity .6s ease-out, visibility 0s;
  visibility: visible;
}

.modal__overlay {
  background: transparent;
  inset: 0;
  position: absolute;
  z-index: 0;
}

.modal__close {
  cursor: pointer;
  position: absolute;
  right: .5em;
  text-decoration: none;
  top: .5em;
}

.modal__property-detail {
  backdrop-filter: blur(4px);
  background-color: rgba(122, 26, 30, .96);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .25);
  max-height: 90vh;
  overflow-y: auto;
  padding: 30px clamp(18px, 3vw, 30px);
  position: relative;
  transform: scale(.8);
  transition: transform .5s ease;
  width: min(1000px, 96%);
  z-index: 1;
}

.modal:target .modal__property-detail {
  transform: scale(1);
}

.property-detail__container {
  color: #fff;
  display: grid;
  font-size: 16px;
  grid-template-columns: max-content 1fr;
}

.property-detail__container dt {
  border-bottom: 1px solid rgba(255, 255, 255,1);
  padding: 15px 10px;
}

.property-detail__container dd {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  padding: 15px 0 15px 10px;
}

.property-detail__container dd:last-of-type, .property-detail__container dt:last-of-type {
  border-bottom: none;
}

.property-detail__container .container__flex {
  display: flex;
  gap: 0 6px;
}

.property-detail__container .container__flex span:first-child {
  flex-shrink: 0;
}

.modal__images {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width:480.9px) {
  .modal__images {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   border radius
======================================== */
.border-radius-left img {
  border-bottom-left-radius: clamp(15px, 5.6vw, 90px);
  border-top-left-radius: clamp(15px, 5.6vw, 90px);
}

.border-radius-right img {
  border-bottom-right-radius: clamp(15px, 5.6vw, 90px);
  border-top-right-radius: clamp(15px, 5.6vw, 90px);
}

/* ========================================
   news
======================================== */

.section__news {
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  width: min(1400px, 90%);
}

.section__news .news__title {
  border-left: solid 5px var(--main-color);
  font-size: 20px;
  margin-bottom: 30px;
  padding-left: 10px;
}

.section__news .news__item {
  align-items: center;
  display: inline-flex;
  gap: 1em;
  position: relative;
}

.section__news a.news__item {
  transition: opacity .5s;
}

.section__news a.news__item:after {
  border-right: 2px solid var(--sub-color1);
  border-top: 2px solid var(--sub-color1);
  content: "";
  height: 10px;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .5s ease, opacity .5s ease;
  width: 10px;
}

.section__news a.news__item:hover {
  opacity: .6;
}

.section__news a.news__item:hover:after {
  border-color: var(--main-color);
  opacity: .7;
  transform: translateY(-50%) translateX(5px) rotate(45deg);
}

.section__news .news__meta {
  align-items: center;
  display: flex;
  gap: 1em;
  white-space: nowrap;
}

.section__news .news li:not(:last-child) {
  margin-bottom: 24px;
}

.section__news:has(.section__subheading) {
  display: grid;
  gap: 15px 50px;
  grid-template-columns: max-content 1fr;
  padding: 0;
}

@media screen and (max-width: 767.9px) {
  .section__news:has(.section__subheading) {
    grid-template-columns: 1fr;
  }

  .section__news .news__item {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }

  .section__news .news li {
    border-bottom: 1px solid #999;
    padding: 0 25px 15px 0;
    width: 100%;
  }

  .section__news .news.news--sp-narrow li {
    border-bottom: 1px solid #999;
    padding: 0 25px 15px 0;
    width: 80vw;
  }

}
/* ========================================
   label
======================================== */
.notice-label {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  min-width: 64px;
  padding: 5px 10px;
  text-align: center;
}

.notice-label--font-large {
  font-size: 18px;
}

.notice-label--hightlight {
  background-color: var(--main-color);
}

.notice-label--absolute {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.notice-label--new {
  background-color: #f00;
}

.notice-label--update {
  background-color: #70b52c;
}

.notice-label--sold-out {
  background-color: #cbcbcb;
}

.notice-label--sold-out2 {
  background-color: #181987;
}

/* ========================================
   other
======================================== */

.visually-hidden {
  position:absolute;
  width:1px; height:1px;
  margin:-1px; padding:0;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
  border:0;
}

@media screen and (min-width:900px) {
  .pc-block {
    display: block;
  }
}

/* ========================================
   media print
======================================== */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  .global-nav, .menu-button, .fixed-buttons, .header {
    display: none;
  }
}