.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, 8rem);
  background-color: #495686;
  color: #fff;
  position: relative;
  overflow: hidden;
}
main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("/images/background/cloud.png");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100%;
  opacity: 0.08;
  pointer-events: none;
}

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

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

section.bg-00 {
  background: -webkit-gradient(linear, left bottom, left top, from(#495686), to(#303d6d));
  background: linear-gradient(0deg, #495686 0%, #303d6d 100%);
}

section.bg-01 {
  background: -webkit-gradient(linear, left bottom, left top, from(#a3747c), color-stop(80%, #495686));
  background: linear-gradient(0deg, #a3747c 0%, #495686 80%);
}

section.bg-02:not(#hero) {
  background: -webkit-gradient(linear, left bottom, left top, from(#303d6d), color-stop(8%, #ab7765), to(#a3747c));
  background: linear-gradient(0deg, #303d6d 0%, #ab7765 8%, #a3747c 100%);
  padding: clamp(120px, 15vw, 150px) 0 150px;
}

.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;
  font-size: clamp(1.5rem, 1.5vw, 1.6rem);
}

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

h2 {
  font-family: "Cormorant", serif;
  font-size: clamp(3.4rem, 4vw, 5rem);
  margin-bottom: clamp(50px, 15vw, 70px);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
h2::before, h2::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5em;
  height: 1px;
  background-color: currentColor;
}
h2::before {
  right: calc(100% + 0.5em);
}
h2::after {
  left: calc(100% + 0.5em);
}
h2 span {
  display: block;
  width: 100vw;
  position: absolute;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1em;
  bottom: calc(100% + 0.6em);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ecb56c;
}

strong,
#info h3 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  display: block;
}

strong {
  line-height: 1.4em;
  margin-bottom: 0.6em;
}
@media (max-width: 920px) {
  strong {
    text-align: center;
  }
}

.button {
  display: inline-block;
  color: #fff;
  text-align: center;
}

.button .material-symbols-outlined {
  font-weight: 200;
  font-size: 1.2em;
}

.button--primary {
  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: 280px;
  height: 65px;
  padding: 0 20px;
  margin-top: clamp(30px, 10vw, 50px);
  border: 1px solid #fff;
  position: relative;
  border-radius: 35px;
}
@media (max-width: 920px) {
  .button--primary {
    margin-inline: auto;
  }
}
.button--primary::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  background-color: #d58418;
  border-radius: 35px;
  opacity: 0.7;
  z-index: -1;
}
.button--primary .material-symbols-outlined {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.button--sm {
  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: 180px;
  height: 50px;
  gap: 5px;
}

.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: #fff;
  -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 {
  background-color: #303d6d;
  padding: 0;
  height: clamp(150px, 30vw, 450px);
}
section#page-hero .container {
  height: 100%;
  position: relative;
}
section#page-hero .container::before {
  position: absolute;
  display: block;
  max-width: none;
  content: "";
  height: 100%;
  right: -7.5vw;
  aspect-ratio: 2/1;
}
section#page-hero .container h2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
section#page-hero .container h2::before, section#page-hero .container h2::after {
  display: none;
}
section#page-hero .container h2 span {
  width: 100%;
  text-align: start;
}
section#page-hero.page-hero--concept .container::before {
  background-image: url(/images/background/concept.png);
  background-size: cover;
  background-position: center;
}
section#page-hero.page-hero--menu .container::before {
  background-image: url(/images/background/menu.png);
  background-size: cover;
  background-position: center;
}

#reserve-fixed {
  position: fixed;
  bottom: 10vh;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  z-index: 10;
}
#reserve-fixed a {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  aspect-ratio: 1/1;
  gap: 3px;
  width: clamp(75px, 10vw, 80px);
  border-radius: 5px 0 0 5px;
  background-color: #d58418;
}
#reserve-fixed a .fa-brands {
  font-size: 1.6em;
}
#reserve-fixed a > span {
  display: block;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  line-height: 1.3em;
}
#reserve-fixed a > span span {
  font-size: 1rem;
  display: block;
}

#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.7);
  z-index: -1;
}
#reserve h2 {
  color: #fff;
}
#reserve {
  background-image: url("../images/background/reserve.png");
}
#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;
  }
}
#reserve ul .button {
  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;
  border-radius: 5px;
  width: 280px;
  height: 70px;
  gap: 5px;
  background-color: #fff;
  color: #495686;
}
#reserve ul .button .fa-brands {
  font-size: 1.6em;
}

#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 #fff;
  padding-bottom: 0.5em;
  margin-bottom: 20px;
}
#info .info__inner .info__content dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6em 1fr;
  grid-template-columns: 6em 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;
}

.footer {
  background-color: #1e3768;
  color: #fff;
  padding-top: clamp(20px, 15vw, 70px);
  padding-inline: min(5vw, 30px);
}
.footer .logo {
  display: block;
  width: clamp(120px, 12vw, 180px);
  margin-inline: auto;
}
.footer .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 920px) {
  .footer .footer_social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer_social a {
  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;
  aspect-ratio: 1/1;
}
.footer .footer_social a i {
  font-size: 25px;
  line-height: 1;
}
.footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.footer small {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  padding-block: 20px;
  margin-top: 50px;
  border-top: 1px solid #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -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;
  background-color: #1e3768;
  color: #fff;
}
.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, 8rem);
  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(150px, 12vw, 200px);
}
.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;
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5em;
}
.header__nav ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__nav ul li.active {
  position: relative;
}
.header__nav ul li.active::before {
  height: 1px;
  width: 105%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.75);
  content: "";
  display: block;
  left: -2.5%;
  bottom: -2px;
}
.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;
    gap: 30px;
    width: 250px;
    height: 100vh;
    background: #1e3768;
    padding-top: 120px;
    -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: 2em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
  }
  .header.is-open .header__nav {
    right: 0;
  }
}

#intro .img-wrap {
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 20px;
  border: 1px solid #fff;
  aspect-ratio: 16/9;
  padding: min(2%, 10px);
}
@media (max-width: 920px) {
  #intro .text-center div {
    text-align: start;
  }
  #intro .text-center div br {
    display: none;
  }
}

#voice li {
  border: 1px solid #fff;
  padding: 20px min(3vw, 20px);
}
#voice li:nth-child(n+2) {
  margin-top: clamp(30px, 5vw, 60px);
}
#voice li img {
  width: 150px;
  padding-bottom: 10px;
}

#staff li {
  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) {
  #staff li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #staff li > * {
    width: 100%;
  }
}
#staff li:last-child {
  margin-top: clamp(60px, 10vw, 80px);
}
#staff li .img-wrap {
  width: 30%;
  border: 1px solid #fff;
  aspect-ratio: 1/1;
  border-radius: 50%;
  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;
}
@media (max-width: 920px) {
  #staff li .img-wrap {
    width: min(100%, 400px);
  }
}
#staff li .img-wrap img {
  border-radius: 50%;
  width: 95%;
  aspect-ratio: 1/1;
}
#staff li .staff__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#staff li .staff__content h3 {
  font-size: clamp(3rem, 3vw, 4rem);
  margin-bottom: 20px;
  line-height: 1em;
  font-family: "Cormorant", serif;
}
@media (max-width: 920px) {
  #staff li .staff__content h3 {
    text-align: center;
    margin-bottom: 15px;
  }
}
#staff li .staff__content h3 span {
  display: block;
  color: #ecb56c;
  display: block;
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1em;
  padding-bottom: 0.5em;
}

#question li {
  border-top: 1px solid #fff;
  padding-block: clamp(20px, 5vw, 50px);
}
#question li:last-child {
  border-bottom: 1px solid #fff;
}
#question li h3 {
  padding-bottom: 10px;
}
#question li h3 span {
  color: #ecb56c;
}

#hero {
  position: relative;
  height: clamp(600px, 80vh, 800px);
  overflow: hidden;
}
#hero img {
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

#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 img {
  width: 45%;
}
@media (max-width: 920px) {
  #concept .concept__inner img {
    width: 100%;
  }
}
#concept .concept__inner .concept__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#concept .concept__inner .concept__content div {
  line-height: 1.8em;
}

#features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media (max-width: 920px) {
  #features ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#features ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  row-gap: 100px;
}
#features ul li {
  width: 28%;
}
@media (max-width: 920px) {
  #features ul li {
    margin-inline: auto;
    width: 100%;
    max-width: 350px;
  }
}
#features ul li img {
  height: 130px;
  margin-bottom: 20px;
}
#features ul li h3 {
  margin-bottom: 0.5em;
  text-align: center;
}

#menu h3 {
  font-size: clamp(3rem, 3vw, 4rem);
  margin-bottom: 20px;
  font-family: "Cormorant", serif;
  line-height: 1em;
}
@media (max-width: 920px) {
  #menu h3 {
    text-align: center;
    margin-bottom: 15px;
  }
}
#menu h3 span {
  display: block;
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1em;
  color: #ecb56c;
  padding-bottom: 0.5em;
}
#menu .nails {
  margin-bottom: clamp(100px, 20vw, 150px);
  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 .nails {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #menu .nails > * {
    width: 100%;
  }
}
#menu .nails {
  row-gap: 60px;
}
#menu .nails .img-wrap {
  width: 45%;
  aspect-ratio: 1/1;
  position: relative;
}
#menu .nails .img-wrap::before {
  position: absolute;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 85%;
  border: 1px solid #fff;
  left: 0;
  bottom: 0;
  z-index: 0;
}
#menu .nails .img-wrap img {
  z-index: 2;
  position: absolute;
  border: 1px solid #fff;
}
#menu .nails .img-wrap img.img-01 {
  top: 0;
  right: 0;
  width: 85%;
}
#menu .nails .img-wrap img.img-02 {
  width: 30%;
  top: 45%;
  left: 5%;
}
#menu .nails .img-wrap img.img-03 {
  width: 40%;
  right: 7.5%;
  bottom: -7%;
}
@media (max-width: 920px) {
  #menu .nails .img-wrap {
    width: 100%;
  }
}
#menu .nails .nails__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#menu .handmade {
  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 .handmade {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  #menu .handmade > * {
    width: 100%;
  }
}
#menu .handmade {
  border: 1px solid #fff;
  padding: 50px min(3vw, 40px);
  row-gap: 30px;
}
@media (max-width: 920px) {
  #menu .handmade {
    padding-block: 30px 40px;
  }
}
#menu .handmade .handmade__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#menu .handmade img {
  border: 1px solid #fff;
  width: 35%;
}
@media (max-width: 920px) {
  #menu .handmade img {
    width: 100%;
  }
}

#floor .floor__content-01 {
  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) {
  #floor .floor__content-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  #floor .floor__content-01 > * {
    width: 100%;
  }
}
#floor .floor__content-01 img {
  margin-right: -7.5vw;
  width: 50%;
}
@media (max-width: 920px) {
  #floor .floor__content-01 img {
    width: 90vw;
    margin-right: -10vw;
  }
}
#floor .floor__content-02 {
  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) {
  #floor .floor__content-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #floor .floor__content-02 > * {
    width: 100%;
  }
}
#floor .floor__content-02 {
  margin-top: clamp(50px, 10vw, 80px);
  row-gap: 40px;
}
#floor .floor__content-02 .img-wrap {
  width: 40%;
  position: relative;
  z-index: 10;
}
@media (max-width: 920px) {
  #floor .floor__content-02 .img-wrap {
    width: 100%;
  }
}
#floor .floor__content-02 .img-wrap .static {
  display: block;
  width: 90%;
  z-index: 2;
}
@media (max-width: 920px) {
  #floor .floor__content-02 .img-wrap .static {
    width: 80%;
    margin-inline: auto;
  }
}
#floor .floor__content-02 .img-wrap .absolute {
  position: absolute;
  display: block;
  bottom: -25px;
  z-index: -1;
  max-width: none;
  opacity: 0.5;
  width: calc(100% + 7.5vw);
  left: -7.5vw;
}
@media (max-width: 920px) {
  #floor .floor__content-02 .img-wrap .absolute {
    width: calc(100% + 5vw);
    left: -5vw;
    bottom: -20px;
  }
}

#instagram .widget {
  aspect-ratio: 2/1;
  overflow: hidden;
  max-width: 800px;
  margin-inline: auto;
}
#instagram iframe {
  display: block;
  width: 100%;
  height: 100%;
}

#menu-list .container ul li {
  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-list .container ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #menu-list .container ul li > * {
    width: 100%;
  }
}
#menu-list .container ul li {
  border-top: 1px solid #fff;
  padding: 50px 0;
}
#menu-list .container ul li:last-child {
  border-bottom: 1px solid #fff;
}
#menu-list .container ul li img {
  width: 35%;
}
@media (max-width: 920px) {
  #menu-list .container ul li img {
    width: 100%;
  }
}
#menu-list .container ul li div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#menu-list .container ul li div h3 {
  margin-bottom: 0.5em;
  font-size: clamp(2rem, 1.5vw, 3rem);
}
@media (max-width: 920px) {
  #menu-list .container ul li div h3 {
    text-align: center;
  }
}

.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;
}

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