.hero {
  position: relative;
  height: min(864px, 60vw);
  min-height: 560px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero {
    height: 100vh;
    height: 100svh;
  }
}
.hero__bg {
  position: absolute;
  inset: 0;
}
.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(34, 34, 34, 0.1);
}
.hero__slides {
  position: absolute;
  inset: 0;
}
.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.6s ease;
}
.hero__slide.is-active {
  opacity: 1;
}
.hero__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (prefers-reduced-motion: reduce) {
  .hero__slide {
    transition: none;
  }
}
.hero__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 20px;
  color: #ffffff;
  text-shadow: 0 0 12px rgba(34, 34, 34, 0.8);
}
@media (max-width: 767px) {
  .hero__copy {
    font-size: 26px;
    letter-spacing: 14px;
  }
}
.hero__cta {
  position: fixed;
  z-index: 40;
  right: 64px;
  bottom: 24px;
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .hero__cta {
    left: 0;
    right: 0;
    bottom: 0;
    gap: 0;
    padding: 0;
  }
}
.hero__btn {
  position: relative;
  width: 200px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.hero__btn::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
}
.hero__btn--blue {
  background: #165e83;
}
.hero__btn--orange {
  background: #ee7800;
}
@media (max-width: 767px) {
  .hero__btn {
    flex: 1;
    width: auto;
    max-width: none;
    height: 56px;
  }
}

.footer__inner {
  padding-bottom: 96px;
}
@media (max-width: 767px) {
  .footer__inner {
    padding-bottom: 80px;
  }
}

.concept {
  background: #165e83;
  margin: 80px 0;
}
@media (max-width: 767px) {
  .concept {
    margin: 40px 0;
  }
}
.concept {
  padding: 120px 0 200px;
}
@media (max-width: 767px) {
  .concept {
    padding: 64px 0 80px;
  }
}
.concept__inner {
  width: min(1312px, 100% - 128px);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .concept__inner {
    width: min(100% - 48px, 640px);
  }
}
.concept .sechead {
  margin-bottom: 48px;
}
.concept__lead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 56px;
}
@media (max-width: 1000px) {
  .concept__lead {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .concept__lead {
    margin-bottom: 40px;
  }
}
.concept__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .concept__text {
    font-size: 14px;
    line-height: 2;
  }
}
.concept .viewmore {
  float: none;
  margin-top: 0;
  flex-shrink: 0;
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.concept .viewmore:hover {
  color: #ee7800;
  border-bottom-color: #ee7800;
}
.concept__cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
@media (max-width: 1000px) {
  .concept__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .concept__cards {
    grid-template-columns: 1fr;
  }
}

.ccard {
  position: relative;
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 0 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .ccard {
    height: 200px;
    align-items: center;
    text-align: center;
  }
}
.ccard::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(34, 34, 34, 0.5);
}
.ccard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(238, 120, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
}
.ccard:hover::after {
  opacity: 1;
}
.ccard__cat, .ccard__desc {
  position: relative;
  z-index: 1;
}
.ccard__cat {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
}
.ccard__desc {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 1.5;
}

.product {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
@media (max-width: 767px) {
  .product {
    gap: 32px;
  }
}
.product__block {
  position: relative;
  width: 100%;
  height: 560px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .product__block {
    height: 440px;
  }
}
@media (max-width: 767px) {
  .product__block {
    height: 360px;
  }
}
.product__img {
  position: absolute;
  inset: 0;
}
.product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(34, 34, 34, 0.4);
}
.product__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
  margin: 0 144px 64px 0;
  text-align: right;
  color: #ffffff;
}
@media (max-width: 1000px) {
  .product__body {
    margin: 0 40px 40px 0;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .product__body {
    margin: 0 24px 26px 0;
    gap: 32px;
  }
}
.product__lead {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  text-shadow: 0 0 12px rgba(34, 34, 34, 0.8);
}
@media (max-width: 767px) {
  .product__lead {
    text-shadow: 0 0 6px rgba(34, 34, 34, 0.8);
  }
}
.product__ttl {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1.2px;
}
@media (max-width: 767px) {
  .product__ttl {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1.1px;
  }
}
.product__text {
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
}
@media (max-width: 767px) {
  .product__text {
    font-size: 14px;
  }
}
.product .viewmore {
  float: none;
  margin: 0;
  min-width: 134px;
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.product .viewmore:hover {
  color: #ee7800;
  border-bottom-color: #ee7800;
}

.architect__band {
  position: relative;
  max-width: 1440px;
  margin-inline: auto;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .architect__band {
    margin-bottom: 0;
    overflow: hidden;
  }
}
.architect__photos {
  display: flex;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .architect__photos {
    width: 480px;
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
.architect__photos--empty {
  align-items: center;
  justify-content: center;
  min-height: 320px;
  background: rgba(22, 94, 131, 0.04);
}
@media (max-width: 767px) {
  .architect__photos--empty {
    width: auto;
    margin-left: 0;
    transform: none;
    min-height: 240px;
  }
}
.architect__photo {
  flex: 1;
  aspect-ratio: 1;
  background: #d9d9d9;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .architect__photo {
    flex: 0 0 160px;
  }
}
.architect__box {
  position: absolute;
  right: 0;
  bottom: -72px;
  z-index: 2;
  width: 420px;
  max-width: 60%;
  background: #165e83;
  color: #ffffff;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 767px) {
  .architect__box {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 48px);
    max-width: none;
    margin: -32px 0 0 48px;
    padding: 24px;
    gap: 16px;
  }
}
.architect__box .viewmore {
  float: none;
  margin: 0;
  min-width: 134px;
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.architect__box .viewmore:hover {
  color: #ee7800;
  border-bottom-color: #ee7800;
}
.architect__box .viewmore__tri {
  border-left-color: #ee7800;
}
.architect__ttl {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
}
.architect__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
}

.showroom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 767px) {
  .showroom {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.showroom--single {
  grid-template-columns: minmax(0, 560px);
  justify-content: center;
}
@media (max-width: 767px) {
  .showroom--single {
    grid-template-columns: 1fr;
  }
}

.scard {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 767px) {
  .scard {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
}
.scard__thumb {
  width: 256px;
  height: 144px;
  flex-shrink: 0;
  background: #d9d9d9 center/cover no-repeat;
}
@media (max-width: 767px) {
  .scard__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.scard__body {
  flex: 1;
  min-width: 0;
}
.scard__name {
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #222222;
  margin-bottom: 8px;
}
.scard__info {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  color: #222222;
}

.hero + .section {
  padding-top: 160px;
}
@media (max-width: 1000px) {
  .hero + .section {
    padding-top: 112px;
  }
}
@media (max-width: 767px) {
  .hero + .section {
    padding-top: 80px;
  }
}

.section + .reserve {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .section + .reserve {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  #event .sechead {
    margin-bottom: 50px;
  }
  #showroom .sechead {
    margin-bottom: 40px;
  }
}
