@charset "UTF-8";
img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #3e3e3e;
}

.wrapper {
  max-width: clamp(450px, 450px + 750 * (100vw - 500px) / 780, 1200px);
  margin-inline: auto;
  padding-inline: 1%;
}

h1 {
  font-family: "EB Garamond", serif;
  font-size: 3rem;
  margin-bottom: 40px;
  font-weight: 300;
}

h2 {
  padding-bottom: 100px;
  text-align: center;
  font-size: 3rem;
  font-family: "EB Garamond", serif;
  font-weight: 300;
}

h3 {
  font-size: 1.3rem;
  font-family: "EB Garamond", serif;
  font-weight: 300;
}

p {
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
}

dt,
dd {
  font-family: "Zen Old Mincho", serif;
}

section {
  padding-block: 150px;
}

address {
  font-style: normal;
}

@keyframes forkOpen {
  from {
    left: 50%;
    transform: translate(-50%, -50%) rotate(35deg);
  }
  to {
    left: calc(50% - clamp(140px, 140px + 50 * (100vw - 500px) / 780, 190px));
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes knifeOpen {
  from {
    left: 50%;
    transform: translate(-50%, -50%) rotate(-35deg);
  }
  to {
    left: calc(50% + clamp(140px, 140px + 50 * (100vw - 500px) / 780, 190px));
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes logoFade {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes waveMenuIn {
  0% {
    opacity: 0;
    transform: translateX(120vw);
  }
  72% {
    opacity: 1;
    transform: translateX(-12px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes glow1 {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
@keyframes menuCrossFade {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  16% {
    opacity: 1;
  }
  22% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotateCircleText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateCircleText2 {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(-360deg);
  }
}
header .btn {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 500px) {
  header .btn {
    gap: 0px;
  }
}
header.is-dark {
  color: #111;
}
header.is-dark .white {
  opacity: 0;
}
header.is-dark .black {
  opacity: 1;
}
header.is-dark .hamburger-btn span {
  background-color: #111;
}
header.open .white {
  opacity: 0;
}
header.open .black {
  opacity: 1;
}
header.open .reserve-btn a {
  background-color: #080078;
}
header.open .hamburger-btn span {
  background-color: #080078;
}
header.open .hamburger-btn span:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 50%;
}
header.open .hamburger-btn span:nth-of-type(2) {
  opacity: 0;
}
header.open .hamburger-btn span:nth-of-type(3) {
  transform: rotate(45deg);
  top: 50%;
}
header .reserve-btn {
  display: flex;
  align-items: center;
}
header .reserve-btn a {
  color: #F8F8F8;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  transition: background-color 0.4s ease, letter-spacing 0.4s ease;
}
header .reserve-btn a:hover {
  background: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.05em;
}
header .hamburger-btn {
  position: relative;
  z-index: 130;
}
header .hamburger-btn button {
  position: relative; /*基準*/
  width: 100px;
  height: 100px;
  /*   0.5秒かけて変化させる */
  transition: all 0.5s;
  cursor: pointer;
  /*ハンバーガーメニューの線の設定（メニューが閉じている時）*/
}
header .hamburger-btn button span {
  /* spanはインライン要素のため */
  display: block;
  width: 50%;
  left: 25%;
  height: 2px;
  background-color: #F8F8F8;
  transition: all 0.5s;
  position: absolute; /*対象*/
}
header .hamburger-btn button span:nth-of-type(1) {
  top: 33%;
}
header .hamburger-btn button span:nth-of-type(2) {
  top: 50%;
}
header .hamburger-btn button span:nth-of-type(3) {
  top: 68%;
}

/*矢印が右に移動する*/
.btnarrow4 {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-decoration: none;
  outline: none;
  font-family: "EB Garamond", serif;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

/*矢印と下線の形状*/
.btnarrow4::before {
  content: "";
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: -8px;
  left: 15%;
  /*下線の形状*/
  width: 85%;
  height: 1px;
  background: #333;
  /*アニメーションの指定*/
  transition: all 0.3s;
}

.btnarrow4::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: -3px;
  right: 0;
  /*矢印の形状*/
  width: 15px;
  height: 1px;
  background: #333;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all 0.3s;
}

/*hoverした際の移動*/
.btnarrow4:hover::before {
  left: 20%;
}

.btnarrow4:hover::after {
  right: -5%;
}

.footer .btn {
  margin-top: 70px;
}
.footer .btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 24px 120px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-size: 3rem;
  font-family: "EB Garamond", serif;
  text-decoration: none;
  transition: background-color 0.4s ease, letter-spacing 0.4s ease, transform 0.35s ease, box-shadow 0.35s ease;
}
.footer .btn a:hover {
  background: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.05em;
}
.footer .btn a:active {
  transform: translateY(3px) scale(0.98);
  box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.25);
}
.footer .btn a::after {
  content: "↗";
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
  transition: transform 0.3s ease;
}
.footer .btn a:hover::after {
  transform: translate(4px, -4px);
}

button.page-top {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 500;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: rgba(8, 0, 120, 0.45);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}
button.page-top::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translateX(-50%) rotate(45deg);
}
button.page-top:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-4px);
}
button.page-top.is-show {
  opacity: 1;
  visibility: visible;
}

.news-pages .nextbtn {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
.news-pages .nextbtn .page-numbers {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-pages .nextbtn .page-numbers li {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.news-pages .nextbtn .page-numbers li a {
  grid-template-columns: none;
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease;
}
.news-pages .nextbtn .page-numbers li a:hover {
  opacity: 0.8;
  transform: scale(1.5);
}

#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 3%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 100;
  color: #fff;
  transition: color 0.3s ease, opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
#header.is-hide {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  pointer-events: none;
}
#header a {
  color: inherit;
}
#header .logo {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: clamp(130px, 11vw, 150px);
}
#header .logo img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
#header .logo .white {
  opacity: 1;
}
#header .logo .black {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#header .logo,
#header .btn {
  position: relative;
  z-index: 120;
}
#header .mask {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#header nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 35%;
  height: 100vh;
  z-index: 90;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
}
#header nav ul {
  height: 100%;
  margin: 0;
  padding-left: 30px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 150px;
}
#header nav li {
  opacity: 0;
  transform: translateX(120vw);
}
#header nav a {
  color: #080078;
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
}
#header.is-dark {
  color: #111;
}
#header.is-dark .white {
  opacity: 0;
}
#header.is-dark .black {
  opacity: 1;
}
#header.is-dark .reserve-btn a {
  color: #fff;
  background-color: #080078;
}
#header.is-dark .hamburger-btn span {
  background-color: #111;
}
#header.open .mask {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#header.open nav {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
#header.open nav li {
  animation: waveMenuIn 1.55s cubic-bezier(0.2, 0.9, 0.25, 1.25) forwards;
}
#header.open nav li:nth-child(1) {
  animation-delay: 0.15s;
}
#header.open nav li:nth-child(2) {
  animation-delay: 0.25s;
}
#header.open nav li:nth-child(3) {
  animation-delay: 0.35s;
}
#header.open nav li:nth-child(4) {
  animation-delay: 0.45s;
}
#header.open nav li a {
  display: inline-block;
  transform-origin: center;
  transition: transform 0.35s ease, opacity 0.35s ease;
  will-change: transform;
}
#header.open nav li a:hover {
  transform: scale(1.12);
  opacity: 0.8;
}
#header.open nav li a:active {
  transform: translateY(3px) scale(0.98);
}

.footer {
  position: relative;
}
.footer .container {
  position: relative;
  z-index: 1;
  min-height: 760px;
  background-color: #080078;
  overflow: hidden;
  color: #F8F8F8;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}
.footer .container .instagram {
  position: absolute;
  bottom: 7%;
  right: 4%;
  display: block;
  width: 100px;
  cursor: pointer;
  z-index: 5;
}
.footer .pct {
  position: absolute;
  top: 0;
  left: 0;
  width: 56%;
  height: 100%;
  z-index: 0;
  clip-path: polygon(0 0, 36% 0, 100% 100%, 0 100%);
}
.footer .pct img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}
.footer .wrapper {
  position: relative;
  z-index: 2;
  min-height: 760px;
  margin-left: auto;
  margin-right: 8%;
  padding-block: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin-inline: 0 auto;
}
.footer .wrapper .lead {
  margin-top: 50px;
}
.footer .text {
  display: flex;
  align-items: center;
  gap: 48px;
  justify-content: center;
  gap: 48px;
}
.footer .text .logo {
  width: 180px;
}
.footer .text p {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 2rem;
  letter-spacing: 1px;
}
.footer .footer-bottom {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: auto;
  padding-bottom: 50px;
  font-family: "Zen Old Mincho", serif;
}
.footer .footer-bottom nav {
  display: flex;
  gap: 56px;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}
.footer .footer-bottom nav a {
  color: #F8F8F8;
  font-size: 1.2rem;
  text-decoration: none;
  position: relative;
}
.footer .footer-bottom nav a span {
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.footer .footer-bottom nav a:hover span {
  transform: scale(1.05);
  opacity: 0.8;
}
.footer .footer-bottom nav a:nth-of-type(1)::after, .footer .footer-bottom nav a:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  width: 1px;
  height: 40px;
  background-color: #F8F8F8;
  transform: translateY(-50%);
}
.footer .footer-bottom address {
  position: absolute;
  bottom: 0;
  right: 5%;
}
.footer .footer-bottom address dl {
  display: flex;
  gap: 35px;
}
.footer .footer-bottom address dl a {
  color: #F8F8F8;
}
.footer .copy {
  padding-block: 20px;
  text-align: center;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}
.footer .copy small {
  font-family: "EB Garamond", serif;
}
.footer .drawer {
  position: relative;
  z-index: -1;
  height: 100px;
  margin-top: -1px;
  overflow: hidden;
}
.footer .drawer video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .drawer .video-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.2em;
}

#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: #181177;
  text-align: center;
}
#splash .loading-fork, #splash .loading-knife {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(40px, 40px + 20 * (100vw - 500px) / 780, 60px);
  animation-delay: 1s;
  z-index: 3;
}
#splash .loading-fork {
  transform: translate(-50%, -50%) rotate(35deg);
  animation: forkOpen 1.2s ease forwards 1s;
}
#splash .loading-knife {
  transform: translate(-50%, -50%) rotate(-35deg);
  animation: knifeOpen 1.2s ease forwards 1s;
}
#splash .loading-logo {
  width: clamp(220px, 220px + 80 * (100vw - 500px) / 780, 300px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: logoFade 0.8s ease forwards;
  animation-delay: 1.4s;
}

.fv {
  position: relative;
  height: 100vh;
  padding-block: 0;
}
.fv .video-area video {
  z-index: -1; /*最背面に設定*/
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .video-area h1 {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.fv .video-area h1 img {
  width: clamp(220px, 28vw, 400px);
}

.about {
  overflow: hidden;
  min-height: 180vh;
  font-family: "Zen Old Mincho", serif;
  color: #F8F8F8;
  background-color: #181177;
  padding-bottom: 330px;
  position: relative;
}
.about .catchphrase {
  padding-bottom: 100px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .about .catchphrase {
    padding-top: 680px;
    width: 100%;
  }
}
.about p {
  width: min(90%, 38em);
  margin-inline: auto;
  line-height: 2.5;
  text-align: center;
  position: relative;
  z-index: 1;
}
.about .bgpc li {
  position: absolute;
  transition: opacity 0.2s linear;
  z-index: 1;
}
.about .bgpc li img {
  display: block;
  width: 100%;
}
.about .bgpc li:nth-of-type(1) {
  top: 100px;
  right: 3%;
  width: clamp(120px, 120px + 180 * (100vw - 500px) / 750, 300px);
}
.about .bgpc li:nth-of-type(2) {
  top: 300px;
  left: 4%;
  width: clamp(150px, 150px + 200 * (100vw - 500px) / 750, 350px);
}
.about .bgpc li:nth-of-type(3) {
  top: 621px;
  right: 11%;
}
.about .bgpc li:nth-of-type(3) img {
  width: clamp(180px, 180px + 120 * (100vw - 500px) / 750, 300px);
}
.about .bgpc li:nth-of-type(4) {
  top: 800px;
  left: 13%;
}
.about .bgpc li:nth-of-type(4) img {
  width: clamp(100px, 100px + 170 * (100vw - 500px) / 750, 270px);
}
.about .bgpc li:nth-of-type(5) {
  bottom: 300px;
  right: 23%;
}
.about .bgpc li:nth-of-type(5) img {
  width: clamp(100px, 100px + 50 * (100vw - 500px) / 750, 150px);
}
.about .bgpc li:nth-of-type(6) {
  bottom: 141px;
  right: 12%;
}
@media (max-width: 768px) {
  .about .bgpc li:nth-of-type(6) {
    bottom: 167px;
    right: 5%;
  }
}
.about .bgpc li:nth-of-type(6) img {
  width: clamp(150px, 150px + 50 * (100vw - 500px) / 750, 200px);
}
.about-light {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 550px;
  height: 550px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.95);
  background: rgba(245, 245, 245, 0.58);
  pointer-events: none;
  filter: blur(96px);
  animation: glow1 12s infinite;
  transition: opacity 0.8s ease, visibility 0.8s ease, transform 0.8s ease;
  z-index: 0;
}
.about-light.is-visible {
  opacity: 0.6;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.about-chef {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-top: 500px;
  margin-bottom: 200px;
  position: relative;
  z-index: 1;
  padding-inline: 2%;
}
@media (max-width: 768px) {
  .about-chef {
    margin-top: 300px;
    flex-direction: column;
    align-items: center;
  }
}
.about-chef .pct {
  width: clamp(200px, 200px + 100 * (100vw - 500px) / 780, 300px);
  display: flex;
  align-items: center;
}
.about-chef .inner h3 {
  padding-right: 20px;
}
.about-chef .inner p {
  margin-block: 20px;
  text-align: left;
}

.menu {
  position: relative;
  overflow: visible;
  z-index: 2;
  min-height: 100vh;
  background-color: #f5f1ee;
  background-image: url("../img/paper-noise.svg");
}
.menu::before {
  content: "";
  position: absolute;
  top: -6%;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: url("../img/paper-torn-top.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: calc(100% + 90px) auto;
  pointer-events: none;
}
.menu .container {
  position: relative;
  overflow: hidden;
  padding-block: 100px;
}
.menu .circle {
  position: absolute;
  top: 100px;
  right: -100px;
  width: clamp(300px, 300px + 400 * (100vw - 500px) / 780, 700px);
  aspect-ratio: 1/1;
  animation: rotateCircleText 18s linear infinite;
  pointer-events: none;
  z-index: 1;
}
.menu .circle svg {
  width: 100%;
  height: 100%;
}
.menu .circle text {
  font-size: 14px;
  letter-spacing: 0.2em;
  fill: rgba(70, 70, 70, 0.28);
}
.menu .wrapper {
  display: flex;
  justify-content: space-between;
}
.menu .wrapper h2,
.menu .wrapper p {
  text-align: center;
}
.menu .wrapper .left {
  position: relative;
}
.menu .wrapper .next-btn {
  position: absolute;
  bottom: 0%;
  right: -38%;
  width: -moz-max-content;
  width: max-content;
}
.menu .wrapper .list li {
  margin-block: 68px;
}
.menu .wrapper .list li h3 {
  margin-bottom: 16px;
}
.menu .wrapper .list li h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333333;
  margin-top: 8px;
}
.menu .wrapper .list li dl {
  display: grid;
  grid-template-columns: 1fr auto;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.menu .wrapper .list li dt,
.menu .wrapper .list li dd {
  margin: 0;
}
.menu .wrapper .list li dd {
  text-align: right;
  white-space: nowrap;
}
.menu .wrapper .imgs {
  position: relative;
  width: 40%;
  aspect-ratio: 1/1.65;
  list-style: none;
  z-index: 2;
}
.menu .wrapper .imgs li {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: menuCrossFade 24s infinite;
  top: 30%;
}
.menu .wrapper .imgs li:nth-child(1) {
  animation-delay: 0s;
}
.menu .wrapper .imgs li:nth-child(2) {
  animation-delay: 4s;
}
.menu .wrapper .imgs li:nth-child(3) {
  animation-delay: 8s;
}
.menu .wrapper .imgs li:nth-child(4) {
  animation-delay: 12s;
}
.menu .wrapper .imgs li:nth-child(5) {
  animation-delay: 16s;
}
.menu .wrapper .imgs li:nth-child(6) {
  animation-delay: 20s;
}
.menu .wrapper .imgs li figure {
  margin: 0;
}
.menu .wrapper .imgs li img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1.35;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu .wrapper .imgs li figcaption {
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
}

.course {
  position: relative;
  background-color: #f5f1ee;
  background-image: url("../img/paper-noise.svg");
  z-index: 2;
}
.course::before {
  content: "";
  position: absolute;
  bottom: -11%;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: url("../img/paper-torn-top.webp");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: calc(100% + 90px) auto;
  pointer-events: none;
}
.course .wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 200px;
}
.course .img {
  display: flex;
  width: 40%;
}
.course .img img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.course h2,
.course p {
  text-align: center;
}
.course p {
  margin-bottom: 50px;
}
.course .right {
  position: relative;
  width: 50%;
  padding-inline: 4%;
}
.course .list {
  margin-top: 32px;
}
.course .list .item {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid black;
  margin-block: 53px;
  padding-inline: 1%;
}
.course .list dt,
.course .list dd {
  margin: 0;
}
.course .list dd {
  text-align: right;
  white-space: nowrap;
}
.course .next-btn {
  position: absolute;
  bottom: 2%;
  right: 1%;
}

.gallery {
  background: #07007a;
  color: #F8F8F8;
  padding-block: 0px;
  z-index: 1;
}
.gallery .inner {
  position: relative;
  overflow: hidden;
}
.gallery .circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 1/1;
  animation: rotateCircleText2 24s linear infinite;
  pointer-events: none;
  z-index: 1;
}
.gallery .circle svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.gallery .circle text {
  font-size: 7px;
  letter-spacing: 0.2em;
  fill: #ebe2ce;
  font-family: "EB Garamond", serif;
}
.gallery .circle.circle-top {
  top: 12%;
  width: 200%;
  animation-delay: 0s;
}
.gallery .circle.circle-bottom {
  top: 32%;
  width: 160%;
  animation-delay: 2s;
}
.gallery .instagram {
  padding-top: 160px;
}
.gallery .instagram ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.gallery .instagram li:nth-child(1) img {
  -o-object-position: center 83%;
     object-position: center 83%;
}
.gallery .instagram li:nth-child(2) img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.gallery .instagram li:nth-child(3) img {
  -o-object-position: center 83%;
     object-position: center 83%;
}
.gallery .instagram li:nth-child(4) img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.gallery .instagram li:nth-child(5) img {
  -o-object-position: center top;
     object-position: center top;
}
.gallery .instagram li:nth-child(6) img {
  -o-object-position: center 40%;
     object-position: center 40%;
}
.gallery .instagram a {
  display: block;
  overflow: hidden;
}
.gallery .instagram a img {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.72;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.gallery .instagram a:hover img {
  opacity: 0.72;
  transform: scale(1.06);
}
.gallery .instagram .account {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 18px auto 0;
}
.gallery .instagram .account a {
  display: flex;
  align-items: center;
}
.gallery .instagram .account a span {
  color: #F8F8F8;
  font-family: "EB Garamond", serif;
  font-size: 2rem;
}

.news {
  position: relative;
}
.news time,
.news p {
  color: #3e3e3e;
}
.news time {
  font-family: "EB Garamond", serif;
}
.news video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.65;
}
.news .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 100px;
  position: relative;
  z-index: 1;
}
.news .wrapper .left {
  width: 40%;
}
.news .wrapper h2 {
  text-align: left;
}
.news .wrapper .imgs {
  aspect-ratio: 4/3;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.news .wrapper .imgs li {
  position: absolute;
  inset: 0;
}
.news .wrapper .imgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.news .wrapper .imgs img.is-active {
  opacity: 1;
  transform: scale(1);
}
.news .wrapper .text {
  width: 50%;
  position: relative;
  padding-top: 100px;
}
.news .wrapper .text ul li {
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
  padding-block: 41px;
  border-bottom: 1px solid black;
}
.news .wrapper .text ul li:hover {
  opacity: 0.5;
  transform: translateX(6px);
}
.news .wrapper .text ul li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.news .wrapper .text .next-btn {
  position: absolute;
  right: 0;
  bottom: -20%;
}

.access {
  background-color: #f7f6f5;
}
.access a {
  font-family: "Zen Old Mincho", serif;
  color: #3e3e3e;
}
.access .wrapper {
  display: flex;
  align-items: stretch;
  gap: 5%;
}
.access .map {
  display: flex;
  width: 45%;
}
.access .map iframe {
  flex: 1;
  width: 100%;
  min-height: 280px;
  border: 0;
  filter: grayscale(1);
}
.access address {
  width: 50%;
}
.access address p,
.access address dl {
  margin-bottom: 15px;
}
.access address dl {
  display: flex;
  gap: 80px;
}

.menu-page {
  background-image: linear-gradient(rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.68)), url("../img/menupage.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.menu-page h1 {
  text-align: center;
}
.menu-page .tab .btn {
  display: flex;
  align-items: flex-end;
}
.menu-page .tab .btn button {
  width: 180px;
  padding: 18px 20px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(180, 180, 180, 0.65);
  color: #111;
  font-family: "EB Garamond", serif;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.menu-page .tab .btn button.is-active {
  background: #f6f3f2;
  transform: translateY(1px);
}
.menu-page .tab .btn button:hover {
  background: rgba(246, 243, 242, 0.9);
}
.menu-page .tab .pct {
  width: 100%;
  margin-top: 18px;
  aspect-ratio: 16/5;
  overflow: hidden;
}
.menu-page .tab .pct img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-page .page {
  display: none;
  padding: 64px 56px 70px;
  background-color: #f6f3f2;
  background-image: url("../img/paper-noise.svg");
  background-repeat: repeat;
  background-size: 160px 160px;
}
.menu-page .page.is-active {
  display: block;
}
.menu-page .page ul li dl {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-block: 26px;
  font-family: "Zen Old Mincho", serif;
}
.menu-page .page ul li dl dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: space-between;
}
.menu-page .page .moretext {
  margin-top: 28px;
  text-align: right;
  font-family: "EB Garamond", serif;
}
.menu-page .page#dinner .pct img {
  -o-object-position: center 67%;
     object-position: center 67%;
}
.menu-page .page#drink .pct img {
  -o-object-position: center 40%;
     object-position: center 40%;
}

.coursepage-body {
  background-color: #080078;
}

#course-page {
  color: #F8F8F8;
}
#course-page section {
  display: flex;
  gap: 30px;
}
#course-page .tide {
  flex-direction: row-reverse;
}
#course-page h1 {
  text-align: center;
}
#course-page h2 span {
  font-size: 1.5rem;
  padding-bottom: 60px;
}
#course-page .text {
  width: 50%;
  padding-inline: 6%;
}
#course-page .text .lead {
  text-align: center;
}
#course-page .text ul {
  margin-block: 50px;
}
#course-page .text ul li {
  margin-block: 10px;
}
#course-page .text .btnarrow4 {
  color: #F8F8F8;
}
#course-page .text .btnarrow4::before, #course-page .text .btnarrow4::after {
  background: #F8F8F8;
}
#course-page .text .text-btn {
  display: flex;
  justify-content: space-between;
}
#course-page .pcts {
  position: relative;
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  overflow: hidden;
}
#course-page .pcts li {
  position: absolute;
  left: 0;
  top: 64%;
  width: 100%;
  height: 72%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) scale(1.04);
  transition: opacity 0.8s ease, visibility 0.8s ease, transform 0.8s ease;
  pointer-events: none;
}
#course-page .pcts li.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
  pointer-events: auto;
}
#course-page .pcts li p {
  position: absolute;
  right: 16px;
  bottom: 12px;
  z-index: 2;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 1.2rem;
}
#course-page .pcts li:nth-of-type(5) img {
  -o-object-position: 22% top;
     object-position: 22% top;
}
#course-page .pcts img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.policy-page {
  background-image: linear-gradient(rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.68)), url("../img/policypage.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
}
.policy-page h2,
.policy-page h3,
.policy-page p,
.policy-page li,
.policy-page address,
.policy-page a {
  font-family: inherit;
}
.policy-page h1 {
  text-align: center;
  margin-bottom: 60px;
}
.policy-page h2 {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 20px;
}
.policy-page h3 {
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 40px;
}
.policy-page .wrapper {
  background-color: #f6f3f2;
  background-image: url("../img/paper-noise.svg");
  background-repeat: repeat;
  background-size: 160px 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-inline: 5%;
  padding-block: 100px 200px;
}

.news-page1 {
  background-color: #f7f6f5;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.news-page1::before {
  content: "NEWS";
  position: absolute;
  left: -40px;
  bottom: -80px;
  z-index: 0;
  color: rgba(0, 0, 0, 0.04);
  font-family: "EB Garamond", serif;
  font-size: clamp(12rem, 28vw, 34rem);
  line-height: 1;
  pointer-events: none;
}
.news-page1 * {
  position: relative;
  z-index: 1;
}
.news-page1 h1 {
  text-align: center;
  margin-bottom: 130px;
}
.news-page1 .news-pages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-page1 .news-pages li {
  border-bottom: 1px solid #3e3e3e;
}
.news-page1 .news-pages a {
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
  padding-block: 40px;
  padding-inline: 10px;
  color: #3e3e3e;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.news-page1 .news-pages a:hover {
  opacity: 0.6;
  transform: translateX(6px);
}
.news-page1 .news-pages time {
  font-family: "EB Garamond", serif;
  white-space: nowrap;
  letter-spacing: 1px;
}
.news-page1 .news-pages p {
  margin: 0;
  text-align: center;
}
.news-page1 .news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-page1 .news-list li {
  border-bottom: 1px solid #3e3e3e;
}
.news-page1 .news-list li a {
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
  gap: 100px;
  padding-block: 30px;
  color: #3e3e3e;
  text-decoration: none;
}

.news-page2 {
  position: relative;
  overflow: hidden;
}
.news-page2::before {
  content: attr(data-year);
  position: absolute;
  left: -40px;
  bottom: -90px;
  z-index: 0;
  color: rgba(0, 0, 0, 0.04);
  font-family: "EB Garamond", serif;
  font-size: clamp(12rem, 28vw, 34rem);
  line-height: 1;
  pointer-events: none;
}
.news-page2 * {
  position: relative;
  z-index: 1;
}
.news-page2 h1 {
  text-align: center;
  margin-bottom: 130px;
}
.news-page2 time {
  font-family: "EB Garamond", serif;
  white-space: nowrap;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.news-page2 h2 {
  font-size: 1.6rem;
  border-bottom: 1px solid black;
  padding-bottom: 50px;
  margin-bottom: 100px;
}
.news-page2 .thumb {
  width: min(100%, 760px);
  margin: 80px auto 64px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.news-page2 .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 35%;
     object-position: center 35%;
}
.news-page2 .content {
  padding-block: 60px 100px;
}
.news-page2 .content p {
  margin-block: 10px;
}
.news-page2 .back {
  text-align: end;
  font-size: 1.5rem;
}/*# sourceMappingURL=main.css.map */