.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.fade-in-up.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-up:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.fade-in-up:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.fade-in-up:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

a:not(.logo) {
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

@media (hover: hover) and (pointer: fine) {
  a:not(.logo):hover {
    opacity: 0.5;
  }
}
html {
  font-size: 62.5%;
}

img {
  width: 100%;
}

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

html {
  font-size: 16px;
  line-height: 1.5;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  background-color: #fff;
  color: #000;
  min-height: 100vh;
}

ul,
ol {
  list-style: none;
}

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

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

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

button,
input,
textarea,
select {
  font: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  vertical-align: middle;
}

hr {
  border: 0;
  height: 1px;
  background: #ccc;
}

[hidden] {
  display: none !important;
}

:focus {
  outline: none;
}

main {
  padding-top: clamp(6rem, 8vw, 7.5rem);
}

.container {
  width: min(85vw, 1200px);
  margin: 0 auto;
}
@media (max-width: 920px) {
  .container {
    width: 90vw;
  }
}

section:not(#hero) {
  padding: clamp(100px, 12vw, 120px) 0;
}

section.bg {
  background-color: #efefef;
}

.margin-auto {
  margin-inline: auto;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  color: #283555;
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
}

strong,
h2,
h3,
h4 {
  font-weight: inherit;
}

h2 {
  font-family: "EB Garamond", serif;
  font-size: clamp(3.5rem, 3vw, 4.5rem);
  margin-bottom: clamp(3rem, 10vw, 4rem);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media (max-width: 920px) {
  h2 {
    text-align: center;
  }
}
h2 span {
  display: block;
  font-size: 1.5rem;
  line-height: 1em;
  padding-top: 0.6em;
  font-weight: 500;
  color: #b7a06e;
}

strong,
#info h3 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  display: block;
  margin-bottom: 10px;
  line-height: 1.5em;
}

@media (max-width: 920px) {
  strong {
    text-align: center;
  }
}
strong span {
  color: #b7a06e;
  font-weight: 500;
}

.button {
  display: inline-block;
  background-color: #b7a06e;
  color: #fff;
}

.button--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  height: 55px;
  padding: 0 20px;
  margin-top: clamp(30px, 10vw, 50px);
}
@media (max-width: 920px) {
  .button--primary {
    margin-inline: auto;
  }
}
.button--primary .material-symbols-outlined {
  font-weight: 200;
  font-size: 1.2em;
}

.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 40px;
  border-bottom: 1.5px solid #283555;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}
.detail .material-symbols-outlined {
  font-weight: 200;
  font-size: 1.2em;
}

.button--lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 80px;
  gap: 5px;
  font-size: 1.6rem;
  background-color: #ffffff;
  color: #283555;
}
.button--lg .material-symbols-outlined {
  font-weight: 200;
  font-size: 2em;
}

.hamburger {
  display: none;
  background: none;
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 28px;
  height: 20px;
  z-index: 200;
  cursor: pointer;
}
.hamburger span {
  width: 100%;
  height: 1px;
  background: #283555;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 920px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header.is-open .hamburger span:nth-child(1) {
  -webkit-transform: translateY(9.5px) rotate(45deg);
          transform: translateY(9.5px) rotate(45deg);
}

.header.is-open .hamburger span:nth-child(2) {
  opacity: 0;
}

.header.is-open .hamburger span:nth-child(3) {
  -webkit-transform: translateY(-9.5px) rotate(-45deg);
          transform: translateY(-9.5px) rotate(-45deg);
}

section#page-hero {
  padding-block: 0;
  height: clamp(150px, 20vw, 300px);
}
section#page-hero .container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#page-hero .container h2 {
  margin-bottom: 0;
  color: #283555;
}
@media (max-width: 920px) {
  section#page-hero .container h2 {
    text-align: start;
  }
}
section#page-hero .container h2 span {
  color: #283555;
}
section#page-hero .container .img-wrap {
  position: absolute;
  background-color: #5e4141;
  width: calc(50vw - 600px + 90%);
  content: "";
  height: 100%;
  display: block;
  top: 0;
  right: calc(-1 * (50vw - 600px));
  z-index: -1;
  background-image: url("../images/background/background.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1411px) {
  section#page-hero .container .img-wrap {
    width: calc(7.5vw + 90%);
    right: -7.5vw;
  }
}
@media (max-width: 920px) {
  section#page-hero .container .img-wrap {
    width: calc(5vw + 80%);
    right: -5vw;
  }
}
section#page-hero .container .img-wrap div {
  position: relative;
  width: 100%;
  height: 100%;
}
section#page-hero .container .img-wrap div::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  backdrop-filter: blur(2px);
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
}

#reserve {
  position: relative;
  z-index: 0;
  background-image: url("images/background/reserve.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
#reserve::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  backdrop-filter: blur(5px);
}
#reserve h2 {
  color: #fff;
}
#reserve {
  background-image: url("../images/background/reserve.png");
}
#reserve h2 span {
  color: #fff;
}
#reserve ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 920px) {
  #reserve ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

#info .info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 920px) {
  #info .info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #info .info__inner > * {
    width: 100%;
  }
}
#info .info__inner .map {
  width: 50%;
  overflow: hidden;
  aspect-ratio: 4/3;
}
@media (max-width: 920px) {
  #info .info__inner .map {
    width: 100%;
  }
}
#info .info__inner .map iframe {
  width: 100%;
  height: 100%;
}
#info .info__inner .info__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#info .info__inner .info__content h3 {
  border-bottom: 1px solid #283555;
  font-family: "EB Garamond", serif;
  font-size: clamp(2.5rem, 3vw, 3.5rem);
  margin-bottom: 20px;
}
#info .info__inner .info__content dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 1fr;
  grid-template-columns: 90px 1fr;
  row-gap: 1.2em;
}
#info .info__inner .info__content dl dt {
  font-weight: 400;
}
#info .info__inner .info__content dl dd {
  margin: 0;
}
#info .info__inner .info__content dl dd + dd {
  -ms-grid-column: 2;
  grid-column: 2;
  margin-top: 0.4em;
}

#social-link {
  position: fixed;
  right: 0;
  bottom: 20vh;
}
#social-link li {
  background-color: #283555;
  color: #fff;
}
#social-link li a {
  display: block;
  width: clamp(50px, 5vw, 60px);
}
#social-link li a.reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 20px;
  gap: 5px;
}
#social-link li a.reserve .material-symbols-outlined {
  font-weight: 200;
  font-size: 2em;
}
#social-link li a.reserve .text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#social-link li a.insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  border-top: 1px solid #fff;
}
#social-link li a.insta .fa-brands {
  font-size: 1.5em;
}

section#concept,
section#page-concept {
  position: relative;
  padding-bottom: clamp(120px, 15vw, 180px);
}
section#concept .wrapper,
section#page-concept .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  bottom: 0;
  font-family: "EB Garamond", serif;
}
section#concept .wrapper .loop_text,
section#page-concept .wrapper .loop_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  font-size: clamp(5rem, 5vw, 6rem);
  overflow: hidden;
  padding-left: 20px;
  line-height: 1.5em;
  color: #b7a06e;
  opacity: 0.2;
}
section#concept .wrapper .loop_text:nth-child(odd),
section#page-concept .wrapper .loop_text:nth-child(odd) {
  -webkit-animation: loop 30s -15s linear infinite;
          animation: loop 30s -15s linear infinite;
}
section#concept .wrapper .loop_text:nth-child(even),
section#page-concept .wrapper .loop_text:nth-child(even) {
  -webkit-animation: loop2 30s linear infinite;
          animation: loop2 30s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.footer {
  padding-top: clamp(20px, 15vw, 70px);
  padding-inline: min(5vw, 30px);
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: clamp(30px, 15vw, 40px);
}
@media (max-width: 920px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
@media (max-width: 920px) {
  .footer__inner .footer__info {
    width: 100%;
    border-bottom: 1px solid rgba(40, 53, 85, 0.5);
    padding-bottom: 30px;
  }
}
.footer__inner .footer__info .logo {
  display: block;
  width: clamp(100px, 15vw, 120px);
}
@media (max-width: 920px) {
  .footer__inner .footer__info .logo {
    margin: 0 auto;
  }
}
.footer__inner .footer__info .address {
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.4em;
}
@media (max-width: 920px) {
  .footer__inner .footer__info .address {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.footer__inner .footer__info .insta {
  display: block;
  font-size: 2rem;
  margin-top: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 920px) {
  .footer__inner .footer__info .insta {
    margin-inline: auto;
  }
}
.footer__inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 30px;
}
@media (max-width: 920px) {
  .footer__inner nav ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__inner nav ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1em;
  gap: 5px;
}
.footer__inner nav ul a span {
  font-size: 1.2rem;
}
.footer small {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  padding-block: 15px;
  border-top: 1px solid rgba(40, 53, 85, 0.5);
}
@media (max-width: 920px) {
  .footer small {
    padding-block: 10px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: clamp(6rem, 8vw, 7.5rem);
  padding: 0 min(5vw, 30px);
}
.header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(60px, 8vw, 80px);
}
.header h1 a {
  display: inline-block;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  height: 100%;
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header__nav ul li {
  height: 100%;
}
.header__nav ul li.active {
  position: relative;
}
.header__nav ul li.active::before {
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #283555;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
}
.header__nav ul li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8em;
  line-height: 1em;
  gap: 5px;
  font-size: 1.6rem;
}
.header__nav ul li a span {
  display: block;
  font-size: 1.2rem;
}
.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
}
.header.is-open .header__overlay {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 920px) {
  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 250px;
    height: 100vh;
    background: #fff;
    padding-top: clamp(6rem, 8vw, 7.5rem);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 150;
  }
  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    height: auto;
    width: 100%;
  }
  .header__nav ul li {
    width: 100%;
    height: 80px;
    border-top: 1px solid rgba(40, 53, 85, 0.5);
  }
  .header__nav ul li:last-child {
    border-bottom: 1px solid rgba(40, 53, 85, 0.5);
  }
  .header__nav ul li.active {
    background-color: rgba(0, 0, 0, 0.08);
  }
  .header__nav ul li.active::before {
    display: none;
  }
  .header__nav ul li a {
    width: 100%;
  }
  .header.is-open .header__nav {
    right: 0;
  }
}

#page-concept .concept__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 920px) {
  #page-concept .concept__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #page-concept .concept__inner > * {
    width: 100%;
  }
}
#page-concept .concept__inner .img-01 {
  width: 45%;
}
@media (max-width: 920px) {
  #page-concept .concept__inner .img-01 {
    width: 80%;
  }
}
#page-concept .concept__inner .concept__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#page-concept .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: clamp(20px, 10vw, 80px);
}
#page-concept .img-wrap .img-02 {
  width: 30%;
}
@media (max-width: 920px) {
  #page-concept .img-wrap .img-02 {
    width: 40%;
  }
}
#page-concept .img-wrap .img-03 {
  padding-top: clamp(20px, 10vw, 80px);
  width: 40%;
}
@media (max-width: 920px) {
  #page-concept .img-wrap .img-03 {
    width: 50%;
  }
}

#page-features ul {
  background-color: #fff;
  padding-inline: min(5vw, 30px);
}
@media (max-width: 920px) {
  #page-features ul {
    max-width: 500px;
    margin-inline: auto;
  }
}
#page-features ul li {
  padding-block: 50px;
}
@media (max-width: 920px) {
  #page-features ul li {
    padding-block: 40px;
  }
}
#page-features ul li:nth-child(n+2) {
  border-top: 1px solid rgba(40, 53, 85, 0.5);
}
#page-features ul li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 920px) {
  #page-features ul li figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #page-features ul li figure > * {
    width: 100%;
  }
}
#page-features ul li figure {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  position: relative;
}
#page-features ul li figure span {
  position: absolute;
  top: -10px;
  left: 0;
  color: #b7a06e;
  font-size: clamp(2.5rem, 3vw, 3rem);
  font-family: "Playfair Display", serif;
}
#page-features ul li figure .img-wrap {
  width: 20%;
  padding-inline: 20px;
}
@media (max-width: 920px) {
  #page-features ul li figure .img-wrap {
    width: 100%;
  }
}
#page-features ul li figure .img-wrap img {
  height: 100px;
}
#page-features ul li figure .img-wrap img.img-sm {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
#page-features ul li figure figcaption {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 920px) {
  #page-features ul li figure figcaption {
    padding: 0;
  }
}
#page-features ul li figure figcaption h3 {
  margin-bottom: 10px;
}
@media (max-width: 920px) {
  #page-features ul li figure figcaption h3 {
    text-align: center;
  }
}
#page-features ul li figure figcaption h3 br {
  display: none;
}
@media (max-width: 920px) {
  #page-features ul li figure figcaption h3 br {
    display: block;
  }
}

#message .message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 920px) {
  #message .message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #message .message__inner > * {
    width: 100%;
  }
}
#message .message__inner img {
  width: 30%;
}
@media (max-width: 920px) {
  #message .message__inner img {
    width: min(100%, 400px);
  }
}
#message .message__inner .message__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#message .message__inner .message__content .name {
  padding-top: 10px;
}

#voice li {
  background-color: #fff;
  padding: 30px min(5vw, 30px);
}
#voice li:nth-child(n+2) {
  margin-top: clamp(30px, 5vw, 60px);
}
#voice li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(40, 53, 85, 0.5);
  margin-bottom: 15px;
  padding-bottom: 10px;
}
#voice li .title img {
  width: 150px;
}

#hero {
  position: relative;
  height: clamp(500px, 75vh, 800px);
  overflow: hidden;
}
#hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

#concept h2 {
  position: relative;
}
#concept h2::before {
  position: absolute;
  width: 1px;
  height: 13rem;
  content: "";
  background-color: #283555;
  bottom: calc(100% + 6rem);
  left: 0;
  -webkit-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: lineFlow 3s ease-in-out infinite;
          animation: lineFlow 3s ease-in-out infinite;
}
@media (max-width: 920px) {
  #concept h2::before {
    left: 0;
    right: 0;
    margin: auto;
    height: 10rem;
    bottom: calc(100% + 5rem);
  }
}
@-webkit-keyframes lineFlow {
  0% {
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50.001% {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@keyframes lineFlow {
  0% {
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50.001% {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
#concept .concept__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 920px) {
  #concept .concept__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #concept .concept__inner > * {
    width: 100%;
  }
}
#concept .concept__inner {
  row-gap: 40px;
}
#concept .concept__inner .concept__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#concept .concept__inner .img-wrap {
  width: 40%;
  position: relative;
}
@media (max-width: 920px) {
  #concept .concept__inner .img-wrap {
    width: 70%;
  }
}
#concept .concept__inner .img-wrap .absolute {
  position: absolute;
  bottom: -30px;
  width: 50%;
  left: -30px;
}

@media (max-width: 920px) {
  #features .container {
    max-width: 500px;
  }
}
#features .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  padding-block: 40px;
}
@media (max-width: 920px) {
  #features .container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 0;
    padding-inline: min(5vw, 30px);
  }
}
#features .container ul li {
  width: 33.3333333333%;
  padding: 10px min(5vw, 30px);
}
@media (max-width: 920px) {
  #features .container ul li {
    width: 100%;
    padding: 20px 0 40px;
  }
}
#features .container ul li:nth-child(n+2) {
  border-left: 1px solid rgba(40, 53, 85, 0.5);
}
@media (max-width: 920px) {
  #features .container ul li:nth-child(n+2) {
    border-left: none;
    border-top: 1px solid rgba(40, 53, 85, 0.5);
  }
}
#features .container ul li span {
  color: #b7a06e;
  font-size: clamp(3rem, 4vw, 4rem);
  font-family: "Playfair Display", serif;
}
#features .container ul li img {
  height: 150px;
  width: auto;
  margin-inline: auto;
  margin-bottom: 15px;
}
#features .container ul li img.img-sm {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
@media (max-width: 920px) {
  #features .container ul li img {
    height: 120px;
  }
}
#features .container ul li p {
  text-align: center;
}
#features .container .detail {
  margin-top: 40px;
  margin-left: auto;
}

#menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: clamp(80px, 25vw, 100px);
}
#menu ul figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 920px) {
  #menu ul figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #menu ul figure > * {
    width: 100%;
  }
}
#menu ul figure img {
  width: 50%;
}
@media (max-width: 920px) {
  #menu ul figure img {
    width: 100%;
  }
}
#menu ul figure figcaption {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#menu ul figure figcaption h3 {
  border-bottom: 1px solid #283555;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: "EB Garamond", serif;
  font-size: clamp(3rem, 4vw, 4rem);
}
#menu ul figure figcaption h3 span {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
}
@media (max-width: 920px) {
  #menu ul figure figcaption .button {
    margin-top: 30px;
  }
}
#menu ul .reverse figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 920px) {
  #menu ul .reverse figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  #menu ul .reverse figure > * {
    width: 100%;
  }
}

#instagram .widget {
  aspect-ratio: 5/2;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ffffff;
  padding: 10px;
}
#instagram iframe {
  display: block;
  width: 100%;
  height: 100%;
}

#menu-list .container,
#option .container {
  max-width: 900px;
}
#menu-list .container ul,
#option .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(30px, 12vw, 50px);
}
#menu-list .container ul li,
#option .container ul li {
  background-color: #fff;
  padding: 1.5em min(3vw, 20px);
}
#menu-list .container ul li.no-detail h3,
#option .container ul li.no-detail h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}
#menu-list .container ul li h3,
#option .container ul li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
}
#menu-list .container ul li h3 .name,
#option .container ul li h3 .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#menu-list .container ul li h3 .price,
#option .container ul li h3 .price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: end;
  padding-left: 0.8em;
  font-size: 1.3rem;
}
#menu-list .container ul li h3 .price-set,
#option .container ul li h3 .price-set {
  padding-left: 0.8em;
  font-size: 1.3rem;
  text-align: end;
  line-height: 1.4em;
}
#menu-list .container ul li h3 .price-set span,
#option .container ul li h3 .price-set span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
#menu-list .container ul li p,
#option .container ul li p {
  padding-top: 8px;
  border-top: 1px solid rgba(40, 53, 85, 0.5);
  font-size: clamp(1.2rem, 1.5vw, 1.3rem);
}

#menu-list li {
  border: 1px solid rgba(40, 53, 85, 0.5);
}

.display-sp {
  display: none;
}
@media (max-width: 920px) {
  .display-sp {
    display: block;
  }
}

@media (max-width: 920px) {
  .display-pc {
    display: none;
  }
}
.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}