/*==================================================
section p_layout01
===================================*/
.p_layout01 {
  position: relative;
  padding: 3rem 0 6rem;
}

.p_layout01__label {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #f0ece8;
  font-weight: 400;
  font-size: 12rem;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  .p_layout01__label {
    font-size: 10rem;
  }
}

.p_layout01__wrapper {
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.p_layout01__content {
  max-width: 1000px;
  margin: 5rem auto 0;
  display: flex;
  justify-content: center;
  gap: 5rem;
}

@media screen and (max-width: 767px) {
  .p_layout01__content {
    flex-direction: column;
    padding: 0;
    gap: 2rem;
    margin: 0 auto;
  }
}

.p_layout01__content--left {
  width: calc(50% + 5rem);
}

.p_layout01__content--right {
  width: calc(50% - 5rem);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p_layout01__content--left,
  .p_layout01__content--right {
    width: 100%;
  }

  .p_layout01__content--right {
    max-width: unset;
    padding-top: 0;
  }
}

.p_layout01__content--right .p_layout01__image {
  height: 100%;
}

.p_layout01__content--right .p_layout01__image > img {
  height: 100%;
  object-fit: cover;
}

.p_layout01__title {
  margin-bottom: 2rem;
}

.p_layout01__title_jp {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.14rem;
  padding-left: 0;
}

.p_layout01__title_en {
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.4rem;
  line-height: 7rem;
}

@media screen and (max-width: 767px) {
  .p_layout01__title_en {
    font-size: 4rem;
    letter-spacing: 0.2rem;
    line-height: 4rem;
  }
}

.p_layout01__lead {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .p_layout01__lead {
    margin-bottom: 2rem;
  }
}

.p_layout01__lead span {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  display: block;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  background-color: #a28c69;
  width: fit-content;
  line-height: 3.2rem;
  padding: 0.5rem 1.5rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .p_layout01__lead span {
    font-size: 2rem;
    padding: 0.5rem 1rem;
    padding-bottom: 1rem;
  }
}

.p_layout01__text_ja {
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .p_layout01__text_ja {
    line-height: 2.8rem;
  }
}

.p_layout01__text_ja:not(:first-of-type) {
  margin-top: 2rem;
}

.p_layout01__text_en {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.15rem;
  line-height: 2.2rem;
}

@media screen and (max-width: 767px) {
  .p_layout01__text_en {
    font-size: 1.2rem;
  }
}

/*==================================================
section p_layout01 END
===================================*/
