*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.8;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

input, textarea, select {
  font: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

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

.pc-only {
  display: none !important;
}
@media (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
}

.hp_mb0 {
  margin-bottom: 0 !important;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.7vw;
}
@media (min-width: 768px) {
  .header__inner {
    padding: 1.6vw;
  }
}
.header__logo {
  font-family: "EB Garamond", serif;
  font-size: 5.3vw;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 12.3vw;
  text-indent: 0.5em;
}
@media (min-width: 768px) {
  .header__logo {
    font-size: 1.7vw;
    line-height: 3.4vw;
  }
}
.header__logo a {
  display: block;
}
.header__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  background-color: #000;
  z-index: 99;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  border: 1px solid #fff;
  padding: 2.6vw;
}
.header__nav-inner {
  border: 2px solid #fff;
  height: 100%;
}
.header__nav.is-open {
  transform: translateX(0);
}
@media (min-width: 768px) {
  .header__nav {
    right: auto;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(-100%);
    padding: 1.47vw;
  }
  .header__nav.is-open {
    transform: translateY(0);
  }
}
.header__nav-header {
  display: flex;
  align-items: center;
  padding: 3.2vw;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .header__nav-header {
    padding: 1.6vw;
  }
}
.header__nav-logo {
  font-family: "EB Garamond", serif;
  font-size: 5.3vw;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 12.2vw;
  text-indent: 0.5em;
  border-bottom: 2px solid #fff;
}
@media (min-width: 768px) {
  .header__nav-logo {
    font-size: 1.7vw;
    line-height: 3.48vw;
  }
}
.header__nav-logo a {
  display: block;
}
.header__nav-list {
  list-style: none;
  padding: 14vw 8.53vw 0 8.53vw;
}
@media (min-width: 768px) {
  .header__nav-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 4vw 6vw;
  }
}
.header__nav-item {
  border-top: 1px solid #fff;
}
.header__nav-item:last-child {
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .header__nav-item {
    border-top: none;
    border-left: 1px solid #fff;
  }
  .header__nav-item:last-child {
    border-bottom: none;
  }
  .header__nav-item:nth-child(3) {
    border-right: 1px solid #fff;
  }
}
.header__nav-link {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  padding: 6.4vw 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 768px) {
  .header__nav-link {
    padding: 1.67vw 0;
  }
}
.header__nav-en {
  font-family: "EB Garamond", serif;
  font-size: 4vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 768px) {
  .header__nav-en {
    font-size: 1.35vw;
  }
}
.header__nav-ja {
  font-size: 5.33vw;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .header__nav-ja {
    font-size: 1.77vw;
    line-height: 1.5;
  }
}
.header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6vw;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 101;
  position: relative;
  background-color: #000;
  width: 12.8vw;
  height: 12.8vw;
  position: fixed;
  top: 2.7vw;
  right: 2.71vw;
  border-radius: 0;
}
@media (min-width: 768px) {
  .header__hamburger {
    gap: 0.5vw;
    width: 3.5vw;
    height: 3.5vw;
    top: 1.58vw;
    right: 1.59vw;
  }
}
.header__hamburger span {
  display: block;
  width: 7.2vw;
  height: 0.5vw;
  background-color: #fff;
  transition: transform 0.3s, opacity 0.3s;
  transform-origin: center;
}
@media (min-width: 768px) {
  .header__hamburger span {
    width: 1.6vw;
    height: 1px;
  }
}
.header__hamburger.is-open {
  background-color: #fff;
}
.header__hamburger.is-open span {
  background-color: #000;
}
.header__hamburger.is-open span:nth-child(1) {
  transform: translateY(2.1vw) rotate(45deg);
}
@media (min-width: 768px) {
  .header__hamburger.is-open span:nth-child(1) {
    transform: translateY(0.5vw) rotate(45deg);
  }
}
.header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-open span:nth-child(3) {
  transform: translateY(-2.1vw) rotate(-45deg);
}
@media (min-width: 768px) {
  .header__hamburger.is-open span:nth-child(3) {
    transform: translateY(-0.6vw) rotate(-45deg);
  }
}

.page-wrap {
  padding: 2.7vw;
}
@media (min-width: 768px) {
  .page-wrap {
    padding: 1.46vw;
  }
}
.page-wrap__inner {
  border: 0.7vw solid #000;
}
@media (min-width: 768px) {
  .page-wrap__inner {
    border-width: 0.2vw;
  }
}
.page-wrap__inner .header {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  border-bottom: 0.7vw solid #000;
}
@media (min-width: 768px) {
  .page-wrap__inner .header {
    border-bottom-width: 0.2vw;
  }
}
.page-wrap__inner .header__inner {
  padding: 0;
}

@media (min-width: 768px) {
  .page-intro__inner {
    display: grid;
    grid-template-columns: 49.3% 50.7%;
    column-gap: 0;
    align-items: stretch;
    margin: 0 auto;
  }
}
.page-intro__image img {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .page-intro__image {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
  }
}
.page-intro__text {
  background-color: #000;
  padding: 10.13vw 0;
}
@media (min-width: 768px) {
  .page-intro__text {
    padding: 0;
    grid-column: 1;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.page-intro__text-inner {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .page-intro__text-inner {
    text-align: left;
  }
}
.page-intro__text-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-64%) translateY(-24%);
  width: 10.67vw;
  height: 10.67vw;
  background-image: url("../img/common/deco3.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .page-intro__text-inner::before {
    transform: translateX(-104%) translateY(-32%);
    width: 4.27vw;
    height: 4.27vw;
  }
}
.page-intro__text-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(112%) translateY(4%);
  width: 10.67vw;
  height: 10.67vw;
  background-image: url("../img/common/deco4.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .page-intro__text-inner::after {
    width: 4.3vw;
    height: 4.3vw;
  }
}
.page-intro__label {
  display: block;
  font-family: "EB Garamond", serif;
  color: #fff;
  font-size: 5.87vw;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .page-intro__label {
    font-size: 2.29vw;
  }
}
.page-intro__heading {
  display: block;
  color: #fff;
  font-size: 7.2vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .page-intro__heading {
    font-size: 2.81vw;
  }
}

.page-hero {
  padding: 17.078vw 0 0;
}
@media (min-width: 768px) {
  .page-hero {
    padding: 5.42vw 0 0;
  }
}
.page-hero__label {
  font-family: "EB Garamond", serif;
  font-size: 6.67vw;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1;
  text-decoration: underline;
  text-align: center;
}
@media (min-width: 768px) {
  .page-hero__label {
    font-size: 3.65vw;
  }
}
.page-hero__title {
  font-size: 4.53vw;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  margin-top: 0.9em;
}
@media (min-width: 768px) {
  .page-hero__title {
    font-size: 2.29vw;
  }
}
.page-hero__image {
  padding: 0 6.4vw;
  margin-top: 5.33vw;
}
@media (min-width: 768px) {
  .page-hero__image {
    padding: 0 12.08vw;
    margin-top: 4.17vw;
  }
}
.page-hero__image img {
  width: 100%;
  display: block;
}
.page-hero__lead {
  color: #fff;
  font-size: 3.2vw;
  line-height: 2.5;
  text-align: justify;
  padding: 2em 6.4vw 4em;
}
.page-hero__lead p {
  margin-bottom: 1.5em;
}
.page-hero__lead p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-hero__lead {
    font-size: 1.04vw;
    padding-right: 12.08vw;
    padding-left: 12.08vw;
  }
}

.footer {
  background-color: #fff;
  padding: 5.3vw 0 2.1vw;
  text-align: center;
  border-top: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
  .footer {
    padding: 2vw 0 0.4vw;
  }
}
.footer__inner {
  margin: 0 auto;
}
.footer__logo {
  width: 47.1vw;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 13.3vw;
  }
}
.footer__copy {
  margin-top: 1em;
  font-size: 2.7vw;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .footer__copy {
    font-size: 0.7vw;
  }
}/*# sourceMappingURL=common.css.map */