@charset "UTF-8";
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

section.first_view {
  position: relative;
  height: 100vh;
}
section.first_view img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.first_view .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
}
section.first_view .text img {
  display: block;
  max-width: 600px;
  aspect-ratio: 301/96;
}

@keyframes fade-out {
  /* 0%〜70%までは表示、そこから100%（親要素の終端）にかけて消える */
  0%, 70% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
}
section.top {
  padding: 150px 0;
  background-size: cover;
  position: relative;
}
section.top::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: white;
  opacity: 0.3;
}
section.top .wrapper {
  text-align: center;
  position: relative;
  padding: 0 20px;
}
section.top .wrapper h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 20px;
  font-size: clamp(30px, 3.6vw, 50px) !important;
  line-height: 1.6;
  font-weight: 400;
}
section.top .wrapper h2 .sp_only {
  display: none;
}
@media (max-width: 510px) {
  section.top .wrapper h2 .sp_only {
    display: block;
  }
}
section.top .wrapper p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(20px, 1.6vw, 23px) !important;
  line-height: 2.3;
  line-height: 2;
}
@media (max-width: 430px) {
  section.top .wrapper p {
    font-size: 17px !important;
  }
}
section.top .wrapper p .sp-only {
  display: none;
}
@media (max-width: 620px) {
  section.top .wrapper p .sp-only {
    display: block;
  }
}

/* アニメーションの定義 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px); /* 30px下に配置 */
  }
  to {
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻る */
  }
}
/* アニメーションを適用するクラス */
.fade-in-anime {
  opacity: 0; /* 最初は消しておく */
  animation: fadeInUp 3.2s ease-out forwards; /* 1.2秒かけて実行 */
}

.fade-in-anime {
  opacity: 0; /* 最初は消しておく */
  animation: fadeInUp 3.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* 画像とテキストで表示タイミングをずらす（時間差） */
.image {
  animation-delay: 0.2s;
}

.t {
  animation-delay: 0.8s !important; /* 画像より少し遅れて表示 */
}

section.first_view .text {
  position: absolute;
}
section.first_view .text img {
  aspect-ratio: 255/149;
  aspect-ratio: 257/149;
}
@keyframes fade-out {
  /* 0%〜70%までは表示、そこから100%（親要素の終端）にかけて消える */
  0%, 70% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
}
section.exterior .wrapper {
  padding: 180px 0 0px;
  max-width: 90vw;
  margin: 0 auto;
}
@media (max-width: 999px) {
  section.exterior .wrapper {
    padding: 30px 0 0px;
  }
}
section.exterior .wrapper .flex {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 999px) {
  section.exterior .wrapper .flex {
    flex-wrap: wrap;
  }
}
section.exterior .wrapper .flex .left {
  width: 50%;
  flex-shrink: 1;
}
@media (max-width: 1000px) {
  section.exterior .wrapper .flex .left {
    width: 100%;
  }
}
section.exterior .wrapper .flex .left h2 {
  font-size: 4.8vw;
}
@media (max-width: 1000px) {
  section.exterior .wrapper .flex .left h2 {
    font-size: 8vw;
    font-size: clamp(40px, 1.2vw, 40px);
  }
}
section.exterior .wrapper .flex .left p {
  font-size: 1.6vw;
}
@media (max-width: 1000px) {
  section.exterior .wrapper .flex .left p {
    font-size: 26px;
    font-size: clamp(20px, 1.2vw, 40px);
  }
}
section.exterior .wrapper .flex .right {
  width: 45%;
  min-width: 655px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  section.exterior .wrapper .flex .right {
    min-width: 555px;
  }
}
@media (max-width: 1000px) {
  section.exterior .wrapper .flex .right {
    width: 100%;
    min-width: 10px;
  }
}
section.exterior .wrapper .flex:nth-child(2) {
  flex-direction: row-reverse;
  align-items: center;
}
section.exterior h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 20px;
  font-size: clamp(30px, 3.6vw, 50px) !important;
  line-height: 1.6;
  font-weight: 400;
}
section.exterior h2 .sp_only {
  display: none;
}
@media (max-width: 510px) {
  section.exterior h2 .sp_only {
    display: block;
  }
}
section.exterior p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(20px, 1.6vw, 23px) !important;
  line-height: 2.3;
  line-height: 2;
}
@media (max-width: 430px) {
  section.exterior p {
    font-size: 17px !important;
  }
}
section.exterior p .sp-only {
  display: none;
}
@media (max-width: 620px) {
  section.exterior p .sp-only {
    display: block;
  }
}

section.interior .wrapper {
  padding: 180px 0 0px;
  max-width: 90vw;
  margin: 0 auto;
}
@media (max-width: 999px) {
  section.interior .wrapper {
    padding: 30px 0 0px;
  }
}
section.interior .wrapper .flex {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 999px) {
  section.interior .wrapper .flex {
    flex-wrap: wrap;
  }
}
section.interior .wrapper .flex .left {
  width: 50%;
  flex-shrink: 1;
}
@media (max-width: 1000px) {
  section.interior .wrapper .flex .left {
    width: 100%;
  }
}
section.interior .wrapper .flex .left h2 {
  font-size: 4.8vw;
}
@media (max-width: 1000px) {
  section.interior .wrapper .flex .left h2 {
    font-size: 8vw;
    font-size: clamp(40px, 1.2vw, 40px);
  }
}
section.interior .wrapper .flex .left p {
  font-size: 1.6vw;
}
@media (max-width: 1000px) {
  section.interior .wrapper .flex .left p {
    font-size: 26px;
    font-size: clamp(20px, 1.2vw, 40px);
  }
}
section.interior .wrapper .flex .right {
  width: 45%;
  min-width: 655px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  section.interior .wrapper .flex .right {
    min-width: 555px;
  }
}
@media (max-width: 1000px) {
  section.interior .wrapper .flex .right {
    width: 100%;
    min-width: 10px;
  }
}
section.interior .wrapper .flex:nth-child(2) {
  flex-direction: row-reverse;
  align-items: center;
}
section.interior h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 20px;
  font-size: clamp(30px, 3.6vw, 50px) !important;
  line-height: 1.6;
  font-weight: 400;
}
section.interior h2 .sp_only {
  display: none;
}
@media (max-width: 510px) {
  section.interior h2 .sp_only {
    display: block;
  }
}
section.interior p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(20px, 1.6vw, 23px) !important;
  line-height: 2.3;
  line-height: 2;
}
@media (max-width: 430px) {
  section.interior p {
    font-size: 17px !important;
  }
}
section.interior p .sp-only {
  display: none;
}
@media (max-width: 620px) {
  section.interior p .sp-only {
    display: block;
  }
}
section.interior .wrapper .flex .right {
  order: -1;
}
@media (max-width: 1000px) {
  section.interior .wrapper .flex .right {
    order: 1;
  }
}

section.variation {
  margin-bottom: 100px;
  margin-top: 180px;
}
section.variation .wrapper {
  width: 90%;
  max-width: 1620px;
  margin: 0 auto;
}
section.variation .wrapper h2 {
  color: #000;
  font-size: 40px;
  font-size: 4rem;
  font-size: 4vw;
  font-weight: 400;
  text-align: center;
  overflow: visible;
  margin-bottom: 48px;
  margin-bottom: 4.8vw;
  line-height: 1em;
}
section.variation .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.variation .wrapper ul li {
  width: 48%;
  margin-bottom: 42px;
}
@media (max-width: 640px) {
  section.variation .wrapper ul li {
    width: 100%;
  }
}
section.variation .wrapper ul li img {
  margin-bottom: 3vw;
}
section.variation .wrapper ul li h3 {
  font-size: 30px;
  line-height: 1;
  padding-left: 14px;
  padding-left: 1.4vw;
  border-left: 1px solid #2a8bd6;
  border-left-width: 6px;
  border-left-width: 0.6vw;
  margin-bottom: 0.5em;
  font-weight: 400;
}
@media (max-width: 900px) {
  section.variation .wrapper ul li h3 {
    font-size: 23px;
  }
}
section.variation .wrapper ul li p {
  color: #000;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 14px;
  margin-bottom: 1.4vw;
  text-align: justify;
  font-size: clamp(20px, 1.6vw, 23px) !important;
  line-height: 2.3;
  line-height: 2;
}
@media (max-width: 430px) {
  section.variation .wrapper ul li p {
    font-size: 17px !important;
  }
}

section * {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
/*# sourceMappingURL=premium_house.css.map */