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

:root {
  background: #fbfcfe;
  color: #333333;
  overflow-x: hidden;
  line-height: 1.6;
}

body main {
  overflow-x: visible !important;
  font-family: "Noto Sans JP", sans-serif;
}

.pc-only {
  display: inline;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}

a:hover {
  color: #b8996b;
}

.mb-128 {
  margin-bottom: 128px;
}
@media (max-width: 768px) {
  .mb-128 {
    margin-bottom: 0;
  }
}

.mb-160 {
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .mb-160 {
    margin-bottom: 0;
  }
}

.mb-208 {
  margin-bottom: 208px;
}
@media (max-width: 768px) {
  .mb-208 {
    margin-bottom: 0;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: 8%;
  left: 0;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #ffffff;
  z-index: 5;
}
@media (max-width: 768px) {
  .hero::after {
    display: none;
  }
}
.hero--pc {
  padding-bottom: 56.25%;
}
@media (max-width: 768px) {
  .hero--pc {
    display: none;
  }
}
.hero--sp {
  display: none;
  padding-bottom: 170.26%;
}
@media (max-width: 768px) {
  .hero--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hero__content {
  position: absolute;
  bottom: 12.5%;
  left: 60px;
  color: #fff;
}
@media (max-width: 768px) {
  .hero__content {
    top: 40px;
    left: 16px;
  }
}
.hero__line {
  padding-left: 36px;
  margin-top: -8px;
}
@media (max-width: 768px) {
  .hero__line {
    padding-left: 28px;
  }
}
.hero__line-message {
  margin-top: -4px;
}
@media (max-width: 768px) {
  .hero__line-message {
    padding-left: 0;
  }
}
.hero__subtitle-large {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .hero__subtitle-large {
    font-size: 22.5px;
  }
}
.hero__subtitle-small--en {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .hero__subtitle-small--en {
    font-size: 15px;
  }
}
.hero__subtitle-small--jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
  padding-left: 4px;
}
@media (max-width: 768px) {
  .hero__subtitle-small--jp {
    font-size: 15px;
  }
}
.hero__title-large {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 94px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px;
  color: #fff;
  padding-top: 4px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .hero__title-large {
    font-size: 70.5px;
  }
}
.hero__title-small {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 48px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 4px;
  letter-spacing: 0.01em;
  padding-right: 4px;
}
@media (max-width: 768px) {
  .hero__title-small {
    font-size: 36px;
  }
}

.content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 92px 60px 0.1px;
  position: relative;
  z-index: 10;
}
.content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 60px;
  width: 1px;
  height: 100%;
  background-color: #eae3d9;
}
@media (max-width: 768px) {
  .content::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .content {
    padding: 0 16px;
  }
}

.intro-text {
  text-align: left;
  color: #b8996b;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 20px;
  padding-right: 44px;
}
@media (max-width: 768px) {
  .intro-text {
    position: relative;
    width: 100%;
    padding: 53px 0 46px 32px;
    margin-bottom: 0;
  }
  .intro-text::after {
    content: "";
    position: absolute;
    top: 0;
    left: 16px;
    width: 1px;
    height: 100%;
    background-color: #eae3d9;
    z-index: -100;
  }
}

.card-pair {
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .card-pair {
    margin-bottom: 80px;
  }
}
.card-pair__bg {
  position: absolute;
  background-color: #eee7dc;
  z-index: -1;
}
@media (max-width: 768px) {
  .card-pair__bg {
    display: none;
  }
}
.card-pair--right .card-pair__bg {
  aspect-ratio: 1230/680;
  top: clamp(32px, 5vw, 56px);
  right: calc(50% - 50vw);
  width: min(1230px, 85vw);
  height: auto;
  border-bottom-left-radius: 20px;
}
.card-pair--left .card-pair__bg {
  aspect-ratio: 1230/866;
  top: clamp(128px, 5vw, 152px);
  left: calc(50% - 50vw);
  width: min(1230px, 85vw);
  height: auto;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  width: 100%;
  border: none;
}
@media (max-width: 768px) {
  .card {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    width: 100%;
    max-width: none;
  }
  .card::before {
    content: "";
    position: absolute;
    background-color: #eee7dc;
    width: min(80vw, 100%);
    aspect-ratio: 315/270;
    right: -16px;
    top: calc(clamp(24px, 8vw, 40px) + 28px);
    border-radius: 0 0 0 10px;
    z-index: -1;
  }
  .card:not(:last-child) {
    margin-bottom: 40px;
  }
}
.card__image {
  background-color: #c4b5a0;
  width: 100%;
  aspect-ratio: 660/496;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 10;
}
.card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.card__image::before {
  content: "";
  position: absolute;
  inset: 0;
}
.is-comingsoon .card__image::before {
  background-image: repeating-linear-gradient(45deg, transparent, transparent 60px, rgba(255, 255, 255, 0.15) 60px, rgba(255, 255, 255, 0.15) 61px);
}
.card__content {
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: clamp(60px, 24.14vw - 125.6px, 222px);
  min-width: 0;
}
@media (max-width: 768px) {
  .card__content {
    padding: 40px 0;
  }
}
.card--reverse .card__content {
  padding-left: 0;
  margin-left: -60px;
  margin-right: 60px;
}
@media (max-width: 768px) {
  .card--reverse .card__content {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 16px 40px 0;
  }
}
.card__text {
  padding-left: 80px;
  font-size: 15px;
  line-height: 2.2;
  color: #2a2727;
  margin-bottom: clamp(16px, 5.5vw, 80px);
  font-weight: 400;
}
.card--reverse .card__text {
  padding-left: min(176px, 10vw);
  padding-right: 0;
}
@media (max-width: 768px) {
  .card--reverse .card__text {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .card__text {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.card__link {
  max-width: 535px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  color: #b8996b;
  position: relative;
}
.card--reverse .card__link {
  max-width: 646px;
  width: 100%;
  margin-left: 0;
}
.card__link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(50% - 50vw);
  right: 128px;
  height: 1px;
  background-color: #b8996b;
  z-index: 1;
}
.card:not(.card--reverse) .card__link::after {
  left: 0;
}
@media (max-width: 768px) {
  .card__link::after {
    right: 96px;
  }
}
.card__link:hover .card__link-btn {
  background-color: transparent;
}
.card__link-text {
  padding-left: 80px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-26px);
          transform: translateY(-26px);
}
@media (max-width: 768px) {
  .card__link-text {
    padding-left: 0;
  }
}
.card--reverse .card__link-text {
  padding-left: min(176px, 10vw);
}
@media (max-width: 768px) {
  .card--reverse .card__link-text {
    padding-left: 0;
  }
}
.card__link-btn {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background-color: #b8996b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
  border: 1px solid #b8996b;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease;
}
@media (max-width: 768px) {
  .card__link-btn {
    width: 96px;
    height: 96px;
  }
}
.card__link-btn:hover {
  color: #b8996b;
}
.card--reverse {
  direction: rtl;
  width: 100%;
  max-width: 1380px;
  grid-template-columns: minmax(0, 660px) minmax(0, 646px);
}
@media (max-width: 768px) {
  .card--reverse {
    direction: ltr;
    margin-left: 0;
    width: 100%;
    grid-template-columns: 1fr;
  }
  .card--reverse::before {
    right: -16px;
    left: auto;
  }
}
.card--reverse > * {
  direction: ltr;
}

.c-textButton--card {
  gap: 0;
}

.c-textButton__icon--card {
  width: 36px;
  height: 36px;
}

.c-textButton__circle {
  fill: transparent;
  stroke: transparent;
}

.c-textButton__arrow {
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transform-origin: center;
          transform-origin: center;
}