@charset "UTF-8";
h3::after,
.subSection-title::after {
  content: none !important;
  display: none !important;
  border: none !important;
  box-shadow: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

h3,
.subSection-title {
  border-bottom: none !important;
  box-shadow: none !important;
}

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  border: none;
  font-size: 100%;
  vertical-align: baseline;
  background: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

/*メディアクエリ*/
.btnarea {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  align-items: center;
  grid-column-start: 2;
  grid-row-start: 5;
}
@media screen and (max-width: 767px) {
  .btnarea {
    grid-column: span 2/span 2;
    grid-row-start: 3;
    gap: 15px;
  }
}

.btn {
  background-color: #093a71;
  padding: 12px;
  max-width: 644px;
  width: 100%;
  display: flex;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  align-items: center;
  position: relative;
  gap: 77px;
  border: solid 1px #093a71;
}
.btn:hover {
  background-color: #ffffff;
  color: #093a71;
  transition: ease 0.3s;
}
.btn:hover .triangle-mark {
  background-color: #093a71;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 12px;
    gap: 15px;
    padding: 9px 10px;
  }
}
.btn .triangle-mark {
  position: absolute;
  right: 28px;
}
@media screen and (max-width: 767px) {
  .btn .triangle-mark {
    right: 17px;
  }
}
.btn .btn-right {
  display: flex;
  align-items: center;
}

.triangle-mark {
  width: 13px;
  height: 8px;
  display: block;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
  font-family: "Yu Mincho", "YuMincho", serif;
}

.logo {
  position: fixed;
  width: 120px;
  top: 40px;
  left: 40px;
}

header .hamburger {
  width: 30px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
header .hamburger span {
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #000;
}

.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.fv .fv-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.fv .fv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 767px) {
  #page-archi .fv {
    max-height: 651px;
  }
}
#page-archi .copy-group {
  position: absolute;
  right: 20%;
  top: 50%;
  font-weight: 600;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: block;
  font-weight: 800;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  #page-archi .copy-group {
    right: 28px;
  }
}
#page-archi .main-copy {
  display: inline-block;
  width: 40px;
  height: 624px;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #page-archi .main-copy {
    font-size: 28px;
    width: auto;
  }
}
#page-archi .sub-copy {
  display: inline-block;
  width: 18px;
  height: 380px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-right: 15px;
  margin-top: 120px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #page-archi .sub-copy {
    font-size: 15px;
    margin-right: 9px;
  }
}

.nav-menu-section {
  padding: 120px 0 120px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .nav-menu-section {
    padding: 100px 0 100px 20px;
    gap: 30px;
  }
}

.nav-title {
  flex-shrink: 0;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 112px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-align: center;
  color: #093a71;
}
@media (max-width: 1140px) {
  .nav-title {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .nav-title {
    font-size: 48px;
  }
}

/* バーのグループを右側に固定するコンテナ
       最大幅を一番長いバー(752px)に合わせ、画面が狭い時は100%にする
    */
.nav-bar-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-grow: 1;
  max-width: 752px;
  width: 100%;
  margin-left: auto; /* これで全体が右に寄る */
}
@media screen and (max-width: 767px) {
  .nav-bar-group {
    gap: 10px;
  }
}

.nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-decoration: none;
  background: #093a71;
  color: #fff;
  transition: all 0.2s ease-out;
  height: 88px;
  border: 1px solid transparent;
  overflow: hidden;
  white-space: nowrap;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .nav-item {
    font-size: 17px;
    height: 83px;
    padding: 31px 16px;
  }
}

.nav-item:hover {
  background: #ffffff;
  color: #093a71;
  justify-content: flex-start;
  gap: 20px;
  padding: 20px 40px !important;
  border: 1px solid #093a71;
}

.nav-item:hover .triangle-mark {
  order: -1;
  background-color: #093a71;
}

.item-1 {
  border: 1px solid var(--archi-blue);
}

.item-2 {
  margin-left: 60px; /* 752 - 692 */
  border: 0.5px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .item-2 {
    margin-left: 25px;
  }
}

.item-3 {
  margin-left: 120px; /* 752 - 632 */
  border: 0.5px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .item-3 {
    margin-left: 50px;
  }
}

.item-4 {
  margin-left: 180px; /* 752 - 572 */
  border: 0.5px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .item-4 {
    margin-left: 75px;
  }
}

.item-5 {
  margin-left: 240px; /* 752 - 512 */
  border: 0.5px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .item-5 {
    margin-left: 100px;
  }
}

.item-6 {
  margin-left: 300px; /* 752 - 452 */
  border: 0.5px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .item-6 {
    margin-left: 125px;
  }
}

@media (max-width: 1024px) {
  .nav-menu-section {
    flex-direction: column;
  }
}
.carousel-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-section .carousel-container {
  display: flex;
  gap: 5px;
  overflow-x: hidden;
  width: 100%;
  padding-left: calc((100vw - (100vw + 60px) / 3) / 2);
  padding-right: calc((100vw - (100vw + 60px) / 3) / 2);
  scrollbar-width: none;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .carousel-section .carousel-container {
    padding-left: 0;
    padding-right: 0;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: none;
    touch-action: pan-x;
  }
}
.carousel-section .carousel-container .carousel-item {
  flex-shrink: 0;
  width: calc((100vw + 60px) / 3);
  height: auto;
  aspect-ratio: 500/350;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .carousel-section .carousel-container .carousel-item {
    width: 100vw;
    flex-shrink: 0;
  }
}
.carousel-section .carousel-container .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.carousel-section .scroll-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 16.71px;
  height: 29.63px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, background 0.3s ease;
}
.carousel-section .scroll-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.carousel-section .scroll-btn.prev {
  left: 30px;
  transform: translateY(-50%);
}
.carousel-section .scroll-btn.next {
  right: 30px;
  transform: translateY(-50%);
}

.performance-lead {
  margin-top: 80px;
  margin-bottom: 120px;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.06em;
  text-align: center;
  color: #093a71;
}
@media screen and (max-width: 767px) {
  .performance-lead {
    font-size: 16px;
    margin: 60px 20px 50px 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0;
  }
}

.main-section {
  padding: 80px 50px 80px 50px;
}
@media screen and (max-width: 767px) {
  .main-section {
    padding: 0;
    margin-top: 50px;
    margin-bottom: 144px;
  }
}
.main-section h2 {
  text-align: left;
}
.main-section .btnarea-pc {
  margin-bottom: -35px;
}
.main-section .container {
  max-width: 1274px;
  margin: auto;
}
.main-section .section-title-head {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 240px;
  line-height: 1;
  color: #093a71;
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main-section .section-title-head {
    font-size: 80px;
    padding: 0 17px;
    margin-bottom: -7px;
  }
}
.main-section .section-ct {
  background-color: #dfddd3;
  padding: 87px;
  display: grid;
  grid-template-columns: repeat(100px, 1fr);
  grid-template-rows: repeat(1fr);
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .main-section .section-ct {
    padding: 50px 20px 0 20px;
    gap: 30px 13px;
  }
}
@media screen and (max-width: 767px) {
  .main-section .section-ct {
    grid-template-areas: "a b" "c c" "d d";
  }
}
.main-section .section-ct .section-title {
  font-weight: 800;
  font-size: 56px;
  writing-mode: vertical-rl;
  color: #093a71;
  grid-row: span 5/span 5;
}
@media screen and (max-width: 767px) {
  .main-section .section-ct .section-title {
    font-size: 30px;
    grid-area: a;
  }
}

.imgarea {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  grid-row: span 3/span 3;
}
@media screen and (max-width: 767px) {
  .imgarea {
    grid-area: b;
    gap: 10px;
  }
}
.imgarea img {
  width: 100%;
  max-width: 400px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.ct__right__text {
  line-height: 1.8;
  color: #093a71;
  font-weight: 500;
  grid-column-start: 2;
  grid-row-start: 4;
  max-width: 600px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ct__right__text {
    grid-column: span 2/span 2;
    grid-area: c;
    font-size: 14px;
  }
}

.architect-imgarea {
  display: flex;
}
@media screen and (max-width: 767px) {
  .architect-imgarea img {
    width: 48px;
  }
}

.quality .section-ct {
  grid-template-columns: 1fr auto;
}
@media screen and (max-width: 767px) {
  .quality .section-ct {
    padding: 50px 30px;
  }
}
.quality .section-title-head {
  text-align: right;
}
.quality .section-title {
  grid-column: 2;
}
.quality .section-ct__right {
  grid-column: 1;
  grid-row: 1;
}
.quality .section-ct__right .ct__right__text {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .quality .section-ct__right .ct__right__text {
    margin-top: 30px;
  }
}

/* 各カードのスタイル */
.quality-card {
  position: relative;
  width: 100%;
  max-width: 400px; /* 指定通り最大400px */
  height: 240px; /* 高さは適宜調整（アスペクト比固定も可） */
  display: block;
  text-decoration: none;
  color: #ffffff;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .quality-card {
    height: 160px;
    aspect-ratio: 3/2;
  }
}

.quality-card:hover {
  opacity: 0.8;
}
.quality-card:hover p {
  color: #ffffff;
}

/* カード内の画像 */
.quality-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .quality-img {
    height: 186px;
  }
}

.btn2 {
  justify-content: center;
  height: 115px;
}
@media screen and (max-width: 767px) {
  .btn2 {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .btn2 .btn-text {
    font-size: 16px;
  }
}

/* レイヤー #0000005E (約37%の不透明度) */
.quality-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.37); /* #0000005E */
  z-index: 1;
}

/* テキストエリア（中心） */
.content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding: 0 50px; /* アイコンとの重なり防止 */
  box-sizing: border-box;
}

.ct__text {
  font-weight: 500; /* Medium */
  font-size: 30px;
  line-height: 160%;
  letter-spacing: 0.06em; /* 6% */
  text-align: center;
  margin: 0;
  /* leading-trim: NONE はCSS標準では未サポートが多いため、line-heightで調整 */
}

/* 右側の丸アイコン（縦方向に中心） */
.btn-icon-wrap {
  position: absolute;
  right: 20px; /* カード右端からの距離 */
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 43px;
  height: 43px;
  border: 0.8px solid #ffffff;
  border-radius: 28.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  /* padding指定はflex配置のため省略（中央寄せで対応） */
}

.btn-icon-wrap-b {
  position: absolute;
  right: 20px; /* カード右端からの距離 */
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 43px;
  height: 43px;
  border: 0.8px solid #ffffff;
  background-color: #ffffff;
  border-radius: 28.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  /* padding指定はflex配置のため省略（中央寄せで対応） */
}
.btn-icon-wrap-b .triangle-arrow {
  border-color: transparent transparent transparent #093a71;
}
@media screen and (max-width: 767px) {
  .btn-icon-wrap-b {
    width: 36px;
    height: 36px;
    right: 10px;
  }
}

/* 矢印アイコン（右向き三角形） */
.triangle-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px; /* 頂点を右に */
  border-color: transparent transparent transparent #ffffff;
  margin-left: 2px; /* 視覚的中央調整 */
}

/* レスポンシブ対応（画面幅が狭い時） */
@media (max-width: 480px) {
  .ct__text {
    font-size: 20px;
  }
  .btn-icon-wrap {
    width: 36px;
    height: 36px;
    right: 10px;
  }
}
.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
.section-header .section-title-en {
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #093a71;
}
.section-header .section-title-jp {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #093a71;
}

.lineup-section {
  padding: 0 50px 120px 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lineup-section {
    padding: 0 20px;
    margin-bottom: 100px;
  }
}
.lineup-section .lineup-cards-container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1110px;
  gap: 20px;
}
.lineup-section .lineup-cards-container .lineup-card {
  width: 350px;
  height: 260px;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.lineup-section .lineup-cards-container .lineup-card:hover {
  opacity: 0.8;
  transition: 0.2s ease;
}
.lineup-section .lineup-cards-container .lineup-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3019607843);
  z-index: 1;
}
.lineup-section .lineup-cards-container .lineup-card .btn-icon-wrap {
  top: auto;
  bottom: 0;
}
.lineup-section .lineup-cards-container .lineup-card.card-item-1 {
  background-image: url("../images/archi/archi-fv.jpg");
}
.lineup-section .lineup-cards-container .lineup-card.card-item-2 {
  background-image: url("../images/archi/craft.jpg");
}
.lineup-section .lineup-cards-container .lineup-card.card-item-3 {
  background-image: url("../images/archi/resola.jpg");
}
.lineup-section .lineup-cards-container .lineup-card .product-logo-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 187px;
  height: 75.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  z-index: 2;
  -o-object-fit: contain;
  object-fit: contain;
}
.lineup-section .lineup-cards-container .lineup-card .logo_resola {
  width: 232px;
}
.lineup-section .lineup-cards-container .lineup-card .card-action-btn {
  position: absolute;
  bottom: 11px;
  right: 13px;
  width: 43px;
  height: 43px;
  border-radius: 28.5px;
  border: 0.8px solid #ffffff;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}
.lineup-section .lineup-cards-container .lineup-card .card-action-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.model-house-cta {
  width: 100%;
  height: 475px;
  padding: 40px 200px 140px;
  position: relative;
  background-image: url("../images/archi/modelhouse.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .model-house-cta {
    align-items: center;
    justify-content: center;
  }
}
.model-house-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 100%);
}
.model-house-cta .cta-header-text {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .model-house-cta .cta-header-text {
    display: none;
  }
}
.model-house-cta .cta-header-text .cta-header-line {
  width: 25px;
  height: 1px;
  background-color: #ffffff;
}
.model-house-cta .cta-header-text .cta-header-line.left {
  transform: rotate(60deg);
}
.model-house-cta .cta-header-text .cta-header-line.right {
  transform: rotate(-60deg);
}
.model-house-cta .cta-content-wrapper {
  position: relative;
  z-index: 2;
  width: 555px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .model-house-cta .cta-content-wrapper {
    width: 100%;
  }
}
.model-house-cta .cta-content-wrapper .cta-title-en {
  font-weight: 800;
  font-size: 38px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 10px;
  white-space: nowrap;
}
.model-house-cta .cta-content-wrapper .cta-subtitle-jp {
  font-weight: 500;
  font-size: 17px;
  line-height: 180%;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.model-house-cta .cta-content-wrapper .cta-visit-btn {
  margin-top: 30px;
  width: 297px;
  height: 54px;
  background: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 15px 20px;
  transition: opacity 0.3s ease;
}
.model-house-cta .cta-content-wrapper .cta-visit-btn:hover {
  opacity: 0.9;
}
.model-house-cta .cta-content-wrapper .cta-visit-btn span {
  color: #093a71;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
}
.model-house-cta .cta-content-wrapper .cta-visit-btn .cta-btn-arrow-blue {
  width: 8px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.model-house-cta .cta-content-wrapper .cta-visit-btn .cta-btn-arrow-blue svg path {
  fill: #093a71;
}

@media (max-width: 1440px) {
  .model-house-cta {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 1150px) {
  .lineup-cards-container {
    gap: 15px;
    padding: 0 20px;
  }
  .lineup-cards-container .lineup-card {
    width: calc(33.333% - 10px);
  }
}
@media (max-width: 768px) {
  .lineup-cards-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .lineup-cards-container .event-card,
.lineup-cards-container .lineup-card {
    width: 100%;
    max-width: 350px;
    height: auto;
  }
  .lineup-cards-container .event-card-image {
    aspect-ratio: 350/437;
  }
  .model-house-cta {
    padding: 40px 40px 80px;
    height: auto;
    min-height: 475px;
  }
  .cta-content-wrapper,
.event-list-btn {
    width: 100%;
    max-width: 297px;
  }
}
.event-section {
  padding: 120px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event-section .event-list-btn-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.event-section .event-list-btn-container .event-list-btn {
  width: 297px;
  height: 54px;
  background: #093a71;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 15px 20px;
  text-decoration: none;
}
.event-section .event-list-btn-container .event-list-btn:hover {
  opacity: 0.9;
}
.event-section .event-list-btn-container .event-list-btn span {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
}
.event-section .event-list-btn-container .event-list-btn .event-list-btn-arrow {
  width: 8px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: 32%;
  transform: translateY(-50%);
}
.event-section .event-list-btn-container .event-list-btn .event-list-btn-arrow svg path {
  fill: #ffffff;
}
.event-section .event-cards-container {
  display: grid;
  grid-template-columns: repeat(3, 350px);
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .event-section .event-cards-container {
    grid-template-columns: repeat(2, 350px);
    gap: 20px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .event-section .event-cards-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    padding: 0 10px;
    max-width: 100%;
  }
}
.event-section .event-cards-container .event-card {
  display: flex;
  flex-direction: column;
  width: 350px;
  height: 680px;
  background: #fff;
  text-decoration: none;
}
.event-section .event-cards-container .event-card:nth-child(4) {
  display: none;
}
@media (max-width: 1150px) {
  .event-section .event-cards-container .event-card:nth-child(4) {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .event-section .event-cards-container .event-card {
    width: 100%;
    height: auto;
  }
}
.event-section .event-cards-container .event-card .event-card-image {
  width: 100%;
  height: 437px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .event-section .event-cards-container .event-card .event-card-image {
    height: auto;
  }
}
.event-section .event-cards-container .event-card .event-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.event-section .event-cards-container .event-card .event-card-content {
  width: 100%;
  height: 243px;
  padding: 30px 27px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .event-section .event-cards-container .event-card .event-card-content {
    padding: 15px 10px;
    height: auto;
  }
}
.event-section .event-cards-container .event-card .event-card-content .event-label-red {
  width: 98px;
  height: 23px;
  border: 1px solid #780604;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #780604;
  font-size: 10px;
  font-weight: 700;
}
.event-section .event-cards-container .event-card .event-card-content .event-card-title {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 767px) {
  .event-section .event-cards-container .event-card .event-card-content .event-card-title {
    font-size: 14px;
  }
}
.event-section .event-cards-container .event-card .event-card-content .event-data-row {
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #000000;
}
.event-section .event-cards-container .event-card .event-card-content .event-data-row .event-data-label {
  font-size: 14px;
  width: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .event-section .event-cards-container .event-card .event-card-content .event-data-row .event-data-label {
    font-size: 11px;
  }
}
.event-section .event-cards-container .event-card .event-card-content .event-data-row .event-data-value {
  font-size: 14px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .event-section .event-cards-container .event-card .event-card-content .event-data-row .event-data-value {
    font-size: 11px;
  }
}

#page-craft {
  font-family: "Noto Sans CJK JP", "serif";
}
#page-craft .lineup-section .btn-icon-wrap-b {
  top: auto;
  right: 11px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #page-craft .fv {
    height: 60vh;
  }
}
#page-craft .nav-menu-section .nav-title {
  font-family: "Fraunces", "serif";
}
#page-craft .nav-menu-section .nav-item {
  font-weight: 400;
  background: #e4bf53;
  color: #fff;
}
#page-craft .performance-lead {
  font-weight: 400;
}
#page-craft .copy-group {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); /* 自身の幅の半分だけ左に戻して完全中央へ */
  white-space: nowrap;
  text-align: center;
  color: #ffffff;
  margin-bottom: 47px;
}
#page-craft .copy-group .main-copy {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 10px;
}
#page-craft .copy-group-sp {
  font-family: "Noto Sans CJK JP", "serif";
  color: #093a71;
  padding: 30px 20px;
}
#page-craft .copy-group-sp .main-copy {
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0%;
  white-space: nowrap;
}
#page-craft .copy-group-sp .sub-copy {
  font-family: Avenir;
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 3%;
  margin-top: 13px;
}
#page-craft .section-title {
  font-weight: 700;
  line-height: 1.2;
}
#page-craft .section-title span {
  font-weight: 700;
  font-size: 100px;
}
@media screen and (max-width: 767px) {
  #page-craft .section-title span {
    font-size: 48px;
  }
}
#page-craft .main-section .section-ct {
  background-color: #f8efd4;
}
#page-craft .main-section .section-ct .btnarea .btn {
  transition: 0.2s ease;
  opacity: 1;
}
#page-craft .main-section .section-ct .btnarea .btn:hover .btn-icon-wrap-b {
  background-color: #093a71;
}
#page-craft .main-section .section-ct .btnarea .btn:hover .triangle-arrow {
  /* 疑似要素で三角形を作っている場合は注意（後述） */
  border-left-color: #ffffff;
  color: #ffffff;
}
#page-craft .performance-lead,
#page-craft .ct__right__text {
  color: #333333;
  font-weight: 400;
}
#page-craft .performance-lead span,
#page-craft .ct__right__text span {
  font-weight: 400;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page-craft .performance-lead span,
#page-craft .ct__right__text span {
    font-size: 24px;
  }
}
#page-craft .nav-item:hover {
  background: #ffffff;
  color: #e4bf53;
  border: 1px solid #e4bf53;
}
#page-craft .nav-item:hover .triangle-mark {
  background-color: #e4bf53;
}
#page-craft .section-title-head {
  font-family: "Fraunces", "serif";
  color: #e4bf53;
  margin-bottom: -35px;
}
@media screen and (max-width: 767px) {
  #page-craft .section-title-head {
    margin-bottom: -12px;
  }
}
#page-craft .btnarea .btn {
  height: 115px;
  justify-content: center;
  gap: 0;
  text-align: left;
}
#page-craft .btnarea .btn:hover img {
  content: url("../images/craft/logo.webp");
}
#page-craft .btnarea .btn-text {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
}
#page-craft .btnarea .btn-text img {
  width: 198px;
  margin-bottom: 8px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  #page-craft .btnarea .btn-text img {
    width: 129px;
  }
}
#page-craft .quality-card .ct__text {
  font-family: Avenir;
}
#page-craft .section-title-en {
  font-family: Avenir;
}
#page-craft .section-title-en {
  font-family: Avenir;
}
#page-craft .model-house-cta .cta-title-en {
  font-family: Avenir;
  font-weight: 500;
}
#page-craft .model-house-cta .cta-subtitle-jp {
  font-family: Avenir;
}
#page-craft .cta-header-text-pc {
  font-family: Avenir;
}
@media screen and (max-width: 767px) {
  #page-craft .cta-header-text-pc {
    font-family: Avenir;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 120%;
    letter-spacing: 3%;
    text-align: center;
    color: #093a71;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  #page-craft .cta-header-text-pc .cta-header-line {
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #093a71;
    margin-top: 10px;
  }
  #page-craft .cta-header-text-pc .cta-header-line.left {
    transform: rotate(60deg);
  }
  #page-craft .cta-header-text-pc .cta-header-line.right {
    transform: rotate(-60deg);
  }
}

@media screen and (max-width: 767px) {
  #page-resola .logo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #page-resola .fv {
    max-height: 650px;
  }
}
#page-resola .copy-group {
  position: absolute;
  top: 244px;
  right: 103px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #page-resola .copy-group {
    position: initial;
    padding: 141px 20px;
  }
}
@media screen and (max-width: 767px) {
  #page-resola .copy-group {
    position: initial;
    padding: 141px 20px;
  }
}
@media screen and (min-width: 1025px) {
  #page-resola .copy-group img {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #page-resola .copy-group img {
    width: 200px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #page-resola .copy-group img {
    width: 120px;
    margin-bottom: 22px;
  }
}
#page-resola .copy-group .main-copy {
  font-weight: 500;
  font-size: 48px;
  line-height: 140%;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #page-resola .copy-group .main-copy {
    font-size: 32px;
  }
}
#page-resola .copy-group .main-copy p + p {
  padding-left: 47px;
}
@media screen and (max-width: 767px) {
  #page-resola .copy-group .main-copy p + p {
    padding-left: 0;
  }
}
#page-resola .ct__right__text {
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 6%;
}
#page-resola .ct__right__text span {
  font-size: 30px;
  font-weight: 500;
}
#page-resola .nav-title {
  font-family: "Times New Roman", "serif";
}
#page-resola .nav-title span {
  color: #333333;
}
#page-resola .section-title {
  color: #333333;
  font-weight: 800;
}
#page-resola .performance-lead,
#page-resola .ct__right__text {
  color: #333333;
}
#page-resola .nav-item {
  background: #333333;
  color: #fff;
}
#page-resola .nav-item:hover {
  background: #ffffff;
  color: #333333;
  border: 1px solid #333333;
}
#page-resola .nav-item:hover .triangle-mark {
  background-color: #333333;
}
#page-resola .section-title-head {
  color: #6c6c6b;
  font-family: "Times New Roman", "serif";
  margin-bottom: -40px;
}
@media screen and (max-width: 767px) {
  #page-resola .section-title-head {
    margin-bottom: -14px;
  }
}
#page-resola .cta-header-text-pc {
  font-family: Avenir;
}
@media screen and (max-width: 767px) {
  #page-resola .cta-header-text-pc {
    font-family: Avenir;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 120%;
    letter-spacing: 3%;
    text-align: center;
    color: #093a71;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  #page-resola .cta-header-text-pc .cta-header-line {
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #093a71;
    margin-top: 10px;
  }
}

/* アニメーション */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}

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

/* 共通スタイル */
.fade-trigger {
  opacity: 0;
  transition: all 0.6s ease-out;
  will-change: transform, opacity;
}

/* 上にふわっと */
.fade-up {
  transform: translateY(100px);
}

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

/* 下にふわっと */
.fade-down {
  transform: translateY(-100px);
}

.fade-down.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* 左からふわっと */
.fade-left {
  transform: translateX(100px);
}

.fade-left.in-view {
  opacity: 1;
  transform: translateX(0);
}

/* 右からふわっと */
.fade-right {
  transform: translateX(-100px);
}

.fade-right.in-view {
  opacity: 1;
  transform: translateX(0);
}

/* ズームイン（拡大） */
.fade-zoom {
  transform: scale(0.7);
}

.fade-zoom.in-view {
  opacity: 1;
  transform: scale(1);
}

/* 回転しながら */
.fade-rotate.in-view {
  opacity: 1;
}

.siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.4s ease; /* アニメーションの速度 */
}

/* スクロールして is-show がついた時：表示する */
.siteHeader.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media screen and (min-width: 1025px) {
  .archi-sp-br {
    display: none;
  }
}

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

@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}