.hero picture,
.hero img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.hero .photo-caption {
  position: absolute;
  bottom: 0.625em;
  right: 0.625em;
  font-size: 0.6875em;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
}

.birth {
  background: linear-gradient(to right, #b79682, #9b5e52);
  text-align: center;
  padding: 1.25em 1em;
}
@media (max-width: 768px) {
  .birth {
    padding: 1.125em 0em;
  }
}
.birth__text {
  font-size: 3.6875em;
  letter-spacing: -0.03em;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 1024px) {
  .birth__text {
    font-size: 2.5em;
  }
}
@media (max-width: 768px) {
  .birth__text {
    font-size: 1.625em;
    letter-spacing: 0em;
    line-height: 1.3;
  }
}
.birth__text span {
  font-size: 0.5em;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .birth__text span {
    font-size: 0.73em;
  }
}

.entry__head {
  position: relative;
  padding: 1.875em 0em;
  text-align: center;
  background: url(../images/top/conbg-01.jpg) no-repeat center top/cover;
}
@media (max-width: 768px) {
  .entry__head {
    background-image: url(../images/top/conbg-01-sp.jpg);
    padding: 0.9375em 0em 1.25em;
  }
}

.entry__birth {
  display: inline-block;
  font-size: 2.125em;
  letter-spacing: 0.08em;
  color: #864841;
  padding: 0.1764705882em 1.4117647059em 0.4705882353em;
  border-bottom: 1px solid rgba(134, 72, 65, 0.45);
  margin-bottom: 0.5882352941em;
}
@media (max-width: 768px) {
  .entry__birth {
    font-size: 1.375em;
    padding: 0 0.4545454545em 0.5454545455em;
    margin-bottom: 0.6363636364em;
    line-height: 1.45;
  }
}

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

.entry__title {
  display: inline-flex;
  align-items: center;
  font-size: 2.125em;
  letter-spacing: 0.12em;
  margin-right: 0.875em;
}
@media (max-width: 768px) {
  .entry__title {
    font-size: 1.125em;
    letter-spacing: 0.02em;
  }
}

.entry__link {
  font-size: 0.8125em;
  letter-spacing: 0.06em;
  color: #231815;
  padding-bottom: 0.375em;
  padding-right: 2.25em;
  background: url("../images/top/yajirushi.svg") no-repeat right bottom/contain;
  display: inline-block;
}
@media (max-width: 768px) {
  .entry__link {
    font-size: 0.75em;
    letter-spacing: 0.02em;
    padding-bottom: 0.25em;
    padding-right: 1.25em;
  }
}

.entry__body {
  background: url(../images/top/conbg-02.jpg) no-repeat center top/cover;
  margin: 0 auto;
  padding: 3.125em 0em;
}

.merits {
  width: 92%;
  max-width: 50em;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625em;
}
@media (max-width: 768px) {
  .merits {
    max-width: none;
  }
}
.merits__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 0.3125em);
}
@media (max-width: 768px) {
  .merits__item {
    width: 100%;
  }
}
.merits__item img {
  width: 100%;
  height: auto;
}

.info-box {
  background: #fff;
  position: relative;
  z-index: 3;
}

.info {
  width: 90%;
  max-width: 50em;
  margin: 0 auto;
  padding: 2.8125em 0em 3.125em;
}
.info__title {
  font-size: 1.25em;
  letter-spacing: 0.02em;
  text-indent: 0.24em;
  text-align: center;
  padding-bottom: 1em;
  border-bottom: 1px solid #000000;
}
.info__box {
  margin-top: 0.375em;
  border-bottom: 1px solid #000000;
}
.info__list {
  scroll-behavior: smooth;
}
.info.is-scrollable .info__list {
  max-height: 10em;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #333 #d5d5d5;
}
.info.is-scrollable .info__list::-webkit-scrollbar {
  width: 0.3125em;
}
.info.is-scrollable .info__list::-webkit-scrollbar-track {
  background: #d5d5d5;
}
.info.is-scrollable .info__list::-webkit-scrollbar-thumb {
  background: #333;
}
.info__scroll {
  display: none;
  width: 1.75em;
  height: 1em;
  margin: 0.75em auto 0.625em;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}
.info__scroll::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.75em;
  height: 0.75em;
  border-right: 1.5px solid #333;
  border-bottom: 1.5px solid #333;
  transform: translateX(-50%) rotate(45deg);
  transition: border-color 0.2s ease;
}
.info__scroll:hover::before {
  border-color: #000;
}
.info.is-scrollable .info__scroll {
  display: block;
}
.info__row {
  display: flex;
  align-items: center;
  gap: 1.75em;
  padding: 1em 0.125em;
  border-bottom: 1px solid #ececec;
  font-size: 0.875em;
}
@media (max-width: 768px) {
  .info__row {
    align-items: flex-start;
    gap: 0.375em;
    padding: 0.75em 0.125em;
  }
}
.info__meta {
  display: flex;
  align-items: center;
  gap: 0.875em;
  flex-shrink: 0;
  color: #231815;
  letter-spacing: 0.01em;
  font-weight: 500;
}
.info__new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #9B4C3E;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0.25em 0.4375em;
}
.info__text {
  letter-spacing: 0.01em;
}

.banners {
  max-width: 45.625em;
  margin: 0 auto;
  padding: 0.375em 1.25em 2.875em;
  display: flex;
  flex-direction: column;
  gap: 1.375em;
  position: relative;
  z-index: 3;
}
.banners__item {
  display: block;
  transition: opacity 0.25s ease;
  position: relative;
}
.banners__item:hover {
  opacity: 0.85;
}
.banners__item img {
  width: 100%;
  height: auto;
  display: block;
}
.banners__item--soon {
  pointer-events: none;
}
.banners__item--soon:hover {
  opacity: 1;
}
.banners__item--soon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.45);
  z-index: 1;
}
.banners__soon {
  position: absolute;
  right: 0.9em;
  bottom: 0.95em;
  z-index: 2;
  font-size: 1.6875em;
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: #231815;
  text-shadow: 0 0 6px rgb(255, 255, 255), 0 0 14px rgba(255, 255, 255, 0.9), 0 0 28px rgba(255, 255, 255, 0.75), 0 0 48px rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .banners__soon {
    font-size: 1.25em;
    right: 1.25em;
    bottom: 1.25em;
  }
}

.concept {
  background: url("../images/top/sky-bg.png") no-repeat center center/100% 100%;
  padding: 18.75em 1.25em 18.125em;
  margin-top: -7.5em;
  margin-bottom: -5em;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .concept {
    background-image: url("../images/top/sky-bg-sp.png");
    background-position: center bottom;
    padding: 5em 1.25em 8.125em;
    margin-top: -3.75em;
    margin-bottom: -6.25em;
  }
}
.concept__inner {
  max-width: 50em;
  margin: 0 auto;
}
.concept__label {
  margin-bottom: 3.125em;
  max-width: 8.75em;
  margin-left: auto;
  margin-right: auto;
}
.concept__label img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .concept__label {
    margin-bottom: 1.25em;
    max-width: 5.625em;
  }
}
.concept__script {
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.875em;
  color: #ca0012;
  margin-top: 1.25em;
}
.concept__title {
  letter-spacing: 0.05em;
  margin-bottom: 9.375em;
  max-width: 46.25em;
  margin-left: auto;
  margin-right: auto;
}
.concept__title picture {
  display: block;
}
.concept__title img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .concept__title {
    max-width: 20.25em;
    margin-bottom: 2.8125em;
  }
}
.concept__catch {
  font-size: 1.75em;
  letter-spacing: 0.1em;
  margin-top: 1.75em;
}
@media (max-width: 768px) {
  .concept__catch {
    font-size: 1em;
  }
}
.concept__body {
  margin-top: 1.625em;
}
.concept__body img {
  display: block;
  width: 24.125em;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .concept__body img {
    width: 18.75em;
  }
}

.first {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 3;
  margin-top: 2.125em;
  color: #231815;
}
.first.no-link {
  opacity: 1;
}
@media (min-width: 1000px) and (max-width: 1440px) {
  .first {
    font-size: 1.111vw;
  }
}
.first--reverse {
  flex-direction: row-reverse;
}
.first__photo {
  flex: 0 0 62%;
  position: relative;
}
.first__photo picture {
  display: block;
  width: 100%;
  height: 100%;
}
.first__photo picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.first__title {
  position: absolute;
  z-index: 2;
  height: auto;
}
.first--access .first__title {
  width: 36%;
  top: 9%;
  right: 17%;
}
.first--life .first__title {
  width: 47%;
  top: 7%;
  left: 19%;
}
.first--owners .first__title {
  width: 39%;
  top: 8%;
  right: 17%;
}
.first--private .first__title {
  width: 37.5%;
  top: 7%;
  left: 16%;
}
.first__text {
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 3em 1.5em 4.75em 4em;
}
.first--reverse .first__text {
  justify-content: flex-end;
  padding: 3em 4em 4.75em 1.5em;
}
.first__copy {
  width: auto;
}
.first--access .first__copy {
  height: 18.125em;
}
.first--life .first__copy {
  height: 19.75em;
}
.first--owners .first__copy {
  height: 14em;
}
.first--private .first__copy {
  height: 18.5625em;
}
.first__label {
  position: absolute;
  bottom: 1.625em;
  left: 4.9230769231em;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.0625em;
  font-size: 0.8125em;
  letter-spacing: 0.11em;
  text-indent: 0.26em;
  color: #231815;
}
.first__label::after {
  content: "";
  width: 7.5em;
  height: 0.5625em;
  background: url("../images/top/yajirushi.svg") no-repeat left center/contain;
}
.first__label.no-link::after {
  display: none;
  background: none;
}
.first__label--soon {
  color: #a9a9a9;
}
.first__label--soon::after {
  opacity: 0.35;
}
@media (max-width: 768px) {
  .first__label--soon {
    text-indent: 0;
  }
}
.first__label-note {
  display: block;
  color: #231815;
  margin-bottom: 0.3em;
}
.first--reverse .first__label {
  left: auto;
  right: 4.9230769231em;
}
.first--reverse .first__label.no-link::after {
  display: none;
  background: none;
}
.first__photo, .first__copy, .first__title, .first__label {
  opacity: 0;
  transition: opacity 0.9s ease, transform 0.9s ease;
  will-change: opacity, transform;
}
.first__photo {
  transform: translateX(-6%);
}
.first--reverse .first__photo {
  transform: translateX(6%);
}
.first__copy, .first__title {
  transform: translateX(6%);
}
.first--reverse .first__copy, .first--reverse .first__title {
  transform: translateX(-6%);
}
.first__label {
  transform: translateY(1em);
}
.first.is-visible .first__photo,
.first.is-visible .first__copy,
.first.is-visible .first__title,
.first.is-visible .first__label {
  opacity: 1;
  transform: none;
}
.first.is-visible .first__photo {
  transition-delay: 0s;
}
.first.is-visible .first__copy {
  transition-delay: 0.5s;
}
.first.is-visible .first__title {
  transition-delay: 0.95s;
}
.first.is-visible .first__label {
  transition-delay: 1.45s;
}
@media (max-width: 1024px) {
  .first--access .first__copy {
    height: 11.25em;
  }
  .first--life .first__copy {
    height: 11.875em;
  }
  .first--owners .first__copy {
    height: 9.375em;
  }
  .first--private .first__copy {
    height: 11.25em;
  }
}
@media (max-width: 768px) {
  .first__photo {
    flex-basis: 72%;
  }
  .first__photo picture img {
    height: auto;
  }
  .first--access .first__title {
    width: 50%;
  }
  .first--life .first__title {
    width: 65%;
  }
  .first--owners .first__title {
    width: 54%;
  }
  .first--private .first__title {
    width: 52%;
  }
  .first__text, .first--reverse .first__text {
    justify-content: center;
    padding: 0em 0.625em 1.5em;
  }
  .first--access .first__copy {
    height: 8.125em;
  }
  .first--life .first__copy {
    height: 8.875em;
  }
  .first--owners .first__copy {
    height: 6.25em;
  }
  .first--private .first__copy {
    height: 8.25em;
  }
  .first__label {
    font-size: 0.6875em;
    left: 0.75em;
    bottom: 0em;
    gap: 0em;
  }
  .first--reverse .first__label {
    left: 0.75em;
    right: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .first__photo,
  .first__copy,
  .first__title,
  .first__label {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.photo-caption {
  position: absolute;
  bottom: 1.25em;
  right: 3.125em;
  font-size: 0.6875em;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
  color: #fff;
}
.photo-caption.ex {
  right: auto;
  left: 3.125em;
}
.photo-caption.bk {
  color: #231815;
}
@media (max-width: 768px) {
  .photo-caption.bk {
    color: #fff;
  }
}
