.container {
  background-color: initial;
}
/* ============================================================
hero
============================================================ */
.hero {
  width: 100%;
  max-width: initial;
  height: calc(100vh - 60px);
}
.hero__inner {
  max-width: initial;
  width: 100%;
  height: 100%;
}
.hero__head {
  position: relative;
  padding-bottom: 5.3333vw;
  width: 100%;
  height: 100%;
}
.hero__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.hero__title {
  position: absolute;
  bottom: 5.3333vw;
  left: 0;
  right: 0;
}
.hero__title__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 80%;
}
.hero__title-text {
  display: inline-block;
  position: relative;
  color: var(--accent);
  font-size: 4.333vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 0.6em;
  padding-right: 1.8em;
}
.hero__title-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 5.3333vw;
  position: absolute;
  left: 0;
  bottom: -5.3333vw;
  background-color: var(--accent);
}

/* ============================================================
main
============================================================ */
main {
  background-color: #eae5d5;
  padding: 40px 0;
}
/* ============================================================
intro
============================================================ */
.intro__inner {
  padding: 40px 0 40px;
}
.intro__title {
  font-size: min(2.933vw, 4.4rem);
  font-weight: bold;
  color: var(--accent);
  font-family: serif;
}
.intro__text {
  margin-top: 20px;
  font-size: min(1.733vw, 2.6rem);
}
/* ============================================================
content
============================================================ */
.content {
  padding: 100px 0;
  border-top: 1px solid var(--accent);
  width: 80%;
}
.content:first-of-type {
  border-top: none;
}
.content__inner {
  width: 100%;
}
.content-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.content-top__text {
  font-size: min(2.133vw, 3.2rem);
  font-family: serif;
  font-weight: bold;
}
.content-top__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}
.content-top__floor {
  color: var(--accent);
  font-size: 3rem;
  font-weight: bold;
  padding-right: 12px;
  line-height: 1;
  border-right: 1px solid var(--accent);
}
.content-top__map {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding-left: 12px; */
  text-decoration: none;
}
.content-top__map-icon {
  color: var(--accent);
  font-size: 2.2rem;
}
.content-top__map-text {
  color: var(--accent);
  font-weight: bold;
}
.content-main {
  margin-top: 20px;
  display: flex;
  gap: 60px;
}
/* .content-main-col {
  width: calc(50% - 40px);
} */
.content-main-left {
  width: 32%;
}
.content-main-left__img:nth-of-type(n + 2) {
  margin-top: 20px;
}
.content-main-left__img img {
  width: 100%;
  display: block;
}
.content-main-left__img-caption {
  margin-top: 4px;
  font-size: min(1.17vw, 16px);
  text-align: right;
  word-break: auto-phrase;
}
.content-main-right {
  width: calc(68% - 60px);
}
.content-main-right__title {
  display: flex;
  flex-direction: column;
}
.content-main-right__title--main {
  font-size: min(2vw, 3rem);
  font-weight: bold;
}
.content-main-right__title--sub {
  font-size: min(1.46vw, 2.2rem);
  font-weight: normal;
}
.content-main-right__text {
  margin-top: 10px;
  font-size: min(1.067vw, 16px);
  line-height: 1.6;
}
.content-main-right__text--em {
  font-weight: bold;
  color: var(--accent);
}
.content-main-right__date {
  margin-top: 20px;
  padding: 12px 20px;
  border-radius: 12px;
  background-color: #d9d9d9;
}
.content-main-right__summary {
  margin-top: 20px;
  font-size: min(1.467vw, 22px);
  font-weight: bold;
}
.content-main-right__box {
  margin-top: 20px;
}
.content-main-right__performer-title {
  font-size: min(1.333vw, 20px);
  font-weight: bold;
  margin-top: 20px;
}
.content-main-right__performer-name {
  font-size: min(1.2vw, 18px);
  font-weight: bold;
}
.content-main-right__performer-name::before {
  content: "\1F536";
  margin-right: 4px;
}
.content-main-right__performer-info {
  margin-top: 4px;
}
.content-bottom__box__title {
  font-size: min(1.2vw, 18px);
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--accent);
}
.content-main-right__offer {
  margin-top: 20px;
  font-size: min(0.933vw, 14px);
}
.content-main-right__link-wrap,
.content-bottom__link-wrap {
  text-align: right;
}
.content-main-right__link,
.content-bottom__link {
  display: inline-block;
  margin-top: 20px;
  font-size: min(1.17vw, 16px);
  font-weight: bold;
  position: relative;
  padding-right: 26px;
}
.content-main-right__link::after,
.content-bottom__link::after {
  content: "→";
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  width: 17px;
  height: 17px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: var(--white);
  background-color: var(--accent);
}
.content-bottom__box {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.content-bottom__box--wh {
  margin-top: 40px;
  padding: 20px;
  border-radius: 20px;
  background-color: var(--white);
}
.content-bottom__box__title {
  margin-top: 40px;
  font-size: min(2vw, 3rem);
}
.content-bottom__col {
  width: calc(50% - 20px);
}
.content-bottom__img {
  margin-top: 8px;
}
.content-bottom__img img {
  width: 100%;
  display: block;
}
.content-bottom__box__text {
  margin-top: 10px;
  font-size: min(1.2vw, 18px);
  line-height: 1.6;
}
.content-bottom__box__text--bg {
  padding: 12px;
  border-radius: 16px;
  background-color: #fbe3d6;
}
.content-bottom__box__btn-wrap {
  width: 100%;
}
/* ============================================================
レスポンシブ
============================================================ */
@media screen and (max-width: 767px) {
  /* ============================================================
hero
============================================================ */
  .hero {
    height: calc(100vh - 45px);
  }
  .hero__head {
    padding-bottom: 24px;
  }
  .hero__img img {
    height: 100%;
    object-fit: cover;
  }
  .hero__title {
    bottom: 24px;
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .hero__title__inner {
    width: 100%;
    padding: 0 20px;
  }
  .hero__title-text {
    font-size: 3.2rem;
  }
  .hero__title-text::after {
    height: 24px;
    bottom: -24px;
  }
  /* ============================================================
main
============================================================ */
  main {
    background-color: #eae5d5;
    padding: 20px 0;
  }
  /* ============================================================
intro
============================================================ */
  .intro__inner {
    padding: 20px 0;
  }
  .intro__title {
    font-size: 20px;
  }
  .intro__text {
    margin-top: 8px;
    font-size: 14px;
  }
  /* ============================================================
content
============================================================ */
  .content {
    padding: 40px 0;
  }
  .content-top {
    display: flex;
    flex-direction: column;
  }
  .content-top__text {
    font-size: 16px;
  }
  .content-top__meta {
    width: 100%;
    gap: 4px 0;
    margin-top: 8px;
  }
  .content-top__floor {
    font-size: 2.8rem;
    padding-right: 8px;
  }
  .content-top__map {
    padding: 0 16px 0 8px;
  }
  .content-top__map-icon {
    font-size: 2rem;
  }
  .content-bottom__box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
  }
  .content-bottom__col {
    width: 100%;
  }
  .content-bottom__box__text {
    font-size: 18px;
  }

  /*  */
  .content-main {
    margin-top: 16px;
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
  }
  .content-main-col {
    width: 100%;
  }
  .content-main-left {
    margin-top: 16px;
  }
  .content-main-left__img:nth-of-type(n + 2) {
    margin-top: 8px;
  }
  .content-main-left__img-caption {
    font-size: 13px;
  }
  .content-main-right__title--main {
    font-size: 16px;
  }
  .content-main-right__title--sub {
    font-size: 14px;
  }
  .content-main-right__text {
    margin-top: 10px;
    font-size: 14px;
  }
  .content-bottom__box__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .content-main-right__offer {
    margin-top: 10px;
    font-size: 13px;
  }
  .content-main-right__link,
  .content-bottom__link {
    font-size: 14px;
  }
  /* .content-main-right__link::after {
    content: "→";
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    font-size: 1.7rem;
    color: var(--white);
    background-color: var(--accent);
  } */
}
