:root {
  --color-text: #3a2e36;
  --color-text-sub: #8a7a86;
  --color-border: #f0dde6;
  --color-accent: #b88498;
  --color-accent-soft: #fae6ee;
}

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

a, img {
  display: inline-block;
  text-decoration: none;
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  background: url(../images/main_back.jpg) center center / cover no-repeat fixed;
  height: 100%;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-break: break-all;
  overflow-wrap: break-word;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
}

ol, ul {
  list-style: none;
}

p {
  font-weight: 300;
}

.txt-center {
  text-align: center;
}

.inner {
  margin: 0 auto;
  display: table;
  width: 100%;
  height: 97vh;
}

.content-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding: 0 24px;
}

/* 英字ラベル */
.eyebrow {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  color: var(--color-accent);
  margin-bottom: 32px;
}

@media screen and (max-width: 480px) {
  .eyebrow {
    font-size: 1.3rem;
    letter-spacing: 0.22em;
  }
}

.ribbon-wrapper {
  margin-bottom: 20px;
}

.ribbon-icon {
  width: 34px;
  height: 34px;
  fill: var(--color-accent);
  opacity: 0.85;
}

@media screen and (max-width: 480px) {
  .ribbon-icon {
    width: 26px;
    height: 26px;
  }
}

.logo-wrapper {
  margin-bottom: 36px;
}

.font-en {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.5vw;
  letter-spacing: 0.08em;
  color: var(--color-text-sub);
  line-height: 1.6;
  margin: 0 0 14px;
}

@media screen and (max-width: 767px) {
  .font-en {
    font-size: 0.85rem;
    line-height: 1.7;
  }
  .sp-only {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.content-wrapper h1 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 2vw;
  line-height: 1.5;
  letter-spacing: 0.06em;
  word-break: keep-all;
  text-shadow: 0 0 60px rgba(255,255,255,0.9);
  margin: 0;
}

@media screen and (max-width: 767px) {
  .content-wrapper h1 {
    font-size: 1.15rem;
  }
}

.tentative {
  font-size: 0.7em;
  color: var(--color-text-sub);
}

.border-line {
  width: 40px;
  height: 1px;
  background-color: var(--color-accent);
  opacity: 0.7;
  margin: 0 auto 32px auto;
}

@media screen and (max-width: 480px) {
  .border-line {
    margin: 0 auto 24px auto;
  }
}

.open-date {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .open-date {
    font-size: 1.05rem;
    margin-bottom: 28px;
  }
}

.open-date__label {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  color: var(--color-accent);
  margin-right: 14px;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--color-accent);
}

.wid400 {
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .wid400 {
    width: 95%;
  }
}

.info-text {
  margin-top: 18px;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .info-text {
    font-size: 0.95rem;
  }
}

.info-text--access {
  color: var(--color-text-sub);
  font-size: 0.95rem;
}

small {
  color: var(--color-text-sub);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 480px) {
  small {
    font-size: 0.7rem;
  }
}
