/* ====================================================
  Foundation
==================================================== */
/***
  Base CSS:
  The new CSS reset - version 1.8.4 (last updated 14.2.2023)
  GitHub page: https://github.com/elad2412/the-new-css-reset
***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

body {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a,
picture,
button {
  display: block;
}

a,
button,
label,
select,
input[type=button],
input[type=submit] {
  cursor: pointer;
}

ol,
ul,
menu {
  list-style: none;
}

video {
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

video:focus-visible {
  outline: none;
}

iframe {
  border: none;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

@media (min-width: 769px) {
  html {
    scroll-padding-top: 70px;
    font-size: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1366px) {
  html {
    scroll-padding-top: 5.1244509517vw;
    font-size: 0.7320644217vw;
  }
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 13.3333333333vw;
    font-size: 2.6666666667vw;
  }
}

body {
  color: #1a1a1a;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body a,
body picture {
  display: block;
}

/* ====================================================
  Layout
==================================================== */
.l-wrapper {
  opacity: 0.01;
  animation: fadeIn 2s forwards;
}
.l-wrapper img,
.l-wrapper picture,
.l-wrapper video,
.l-wrapper iframe,
.l-wrapper canvas {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.l-wrapper svg {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .l-topSection--right .c-title {
    grid-column: 2/3;
  }
}
@media (min-width: 769px) {
  .l-topSection--right .l-topSection__top {
    grid-template-columns: 100rem minmax(0, 1fr);
  }
}
@media (min-width: 769px) {
  .l-topSection--right .l-topSection__topImage {
    grid-column: 1/2;
  }
}
@media (min-width: 769px) {
  .l-topSection--right .l-topSection__bottom {
    grid-template-columns: minmax(0, 1fr) 75rem;
    padding-right: 12rem;
  }
}
@media (min-width: 769px) {
  .l-topSection--right .l-topSection__bottomImage {
    grid-column: 2/3;
  }
}
@media (min-width: 769px) {
  .l-topSection--right .l-topSection__bottomContent {
    grid-column: 1/2;
  }
}
@media (min-width: 769px) {
  .l-topSection--left .c-title {
    grid-column: 1/2;
  }
}
@media (min-width: 769px) {
  .l-topSection--left .l-topSection__top {
    grid-template-columns: minmax(0, 1fr) 100rem;
  }
}
@media (min-width: 769px) {
  .l-topSection--left .l-topSection__topImage {
    grid-column: 2/3;
  }
}
@media (min-width: 769px) {
  .l-topSection--left .l-topSection__bottom {
    grid-template-columns: 75rem minmax(0, 1fr);
    padding-left: 12rem;
  }
}
@media (min-width: 769px) {
  .l-topSection--left .l-topSection__bottomImage {
    grid-column: 1/2;
  }
}
@media (min-width: 769px) {
  .l-topSection--left .l-topSection__bottomContent {
    grid-column: 2/3;
  }
}
@media (min-width: 769px) {
  .l-topSection .c-title {
    grid-row: 1/2;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .l-topSection .c-title {
    padding-left: 3.6rem;
  }
}
@media (min-width: 769px) {
  .l-topSection__top {
    display: grid;
    align-items: center;
    width: 136.6rem;
    margin-inline: auto;
  }
}
@media (min-width: 769px) {
  .l-topSection__topImage {
    grid-row: 1/2;
  }
}
@media (max-width: 768px) {
  .l-topSection__topImage {
    margin-top: 3rem;
  }
}
@media (min-width: 769px) {
  .l-topSection__bottom {
    display: grid;
    align-items: center;
    width: 136.6rem;
    margin-top: 5rem;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .l-topSection__bottom {
    margin-top: 1.5rem;
  }
}
@media (min-width: 769px) {
  .l-topSection__bottomImage {
    grid-row: 1/2;
  }
}
@media (max-width: 768px) {
  .l-topSection__bottomImage {
    width: 30rem;
  }
}
@media (min-width: 769px) {
  .l-topSection__bottomContent {
    grid-row: 1/2;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .l-topSection__bottomContent {
    margin-top: 5rem;
    padding-left: 3.6rem;
  }
}
@media (min-width: 769px) {
  .l-topSection__bottomText {
    font-size: 1.3rem;
    line-height: 2.3076923077;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .l-topSection__bottomText {
    font-size: 1.2rem;
    line-height: 2.0833333333;
    letter-spacing: 0.1em;
  }
}

.l-container {
  margin-inline: auto;
}
@media (min-width: 769px) {
  .l-container {
    max-width: 112.6rem;
  }
}
@media (max-width: 768px) {
  .l-container {
    max-width: 30.3rem;
  }
}

/* ====================================================
  Component
==================================================== */
.c-title {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 769px) {
  .c-title {
    row-gap: 1.2rem;
  }
}
@media (max-width: 768px) {
  .c-title {
    row-gap: 0.8rem;
  }
}
.c-title--center {
  align-items: center;
  margin-inline: auto;
  text-align: center;
}
@media (min-width: 769px) {
  .c-title--pcCenter {
    align-items: center;
    margin-inline: auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .c-title--spLine {
    position: relative;
  }
}
@media (max-width: 768px) {
  .c-title--spLine::after {
    content: "";
    position: absolute;
    top: 1.8rem;
    left: 3.6rem;
    width: 32.1rem;
    height: 1px;
    background-color: #1a1a1a;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1.5s;
  }
}
@media (max-width: 768px) {
  .c-title--spLine .c-title__en {
    width: -moz-fit-content;
    width: fit-content;
    background-color: #ffffff;
    padding-right: 1.3rem;
  }
}
@media (max-width: 768px) {
  .c-title--spLine.is-active::after {
    clip-path: inset(0);
  }
}
.c-title--primary {
  color: #6a1a23;
}
.c-title--white {
  color: #ffffff;
}
.c-title__en {
  z-index: 2;
  position: relative;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .c-title__en {
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .c-title__en {
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
}
.c-title__ja {
  z-index: 2;
  position: relative;
}
@media (min-width: 769px) {
  .c-title__ja {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .c-title__ja {
    font-size: 1.3rem;
    line-height: 1.4615384615;
    letter-spacing: 0.1em;
  }
}

.c-viewMore {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3.5rem;
  padding: 0 0.1rem 0.2rem 0.2rem;
  border-bottom: 1px solid #1a1a1a;
  text-transform: uppercase;
  transition: border-color 0.5s;
}
@media (hover: hover) {
  .c-viewMore:hover {
    border-color: #6a1a23;
  }
  .c-viewMore:hover .c-viewMore__text {
    color: #6a1a23;
  }
  .c-viewMore:hover .c-viewMore__arrow {
    margin-left: 0.4rem;
  }
  .c-viewMore:hover .c-viewMore__arrow path {
    fill: #6a1a23;
  }
}
.c-viewMore__text {
  font-family: "Cormorant Garamond", serif;
  transition: color 0.5s;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.c-viewMore__arrow {
  display: flex;
  width: 0.6rem;
  transition: margin 0.5s;
}
.c-viewMore__arrow path {
  fill: #1a1a1a;
  transition: fill 0.5s;
}

.c-button {
  display: grid;
  place-content: center;
  width: 34rem;
  max-width: 100%;
  height: 4rem;
  margin-inline: auto;
  border: 1px solid #1a1a1a;
  border-radius: 100vmax;
  transition: background-color 0.5s, color 0.5s;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media (hover: hover) {
  .c-button:hover {
    background-color: #1a1a1a;
    color: #ffffff;
  }
}

/* ====================================================
  Javascript
==================================================== */
.js-scrollAnimation--fadeIn {
  opacity: 0;
  transition: opacity 1.5s;
}
.js-scrollAnimation--fadeIn.is-active {
  opacity: 1;
}
.js-scrollAnimation--fadeInUp {
  opacity: 0;
  translate: 0 4rem;
  transition: opacity 1.5s, translate 1.5s;
}
.js-scrollAnimation--fadeInUp.is-active {
  opacity: 1;
  translate: 0;
}
.js-scrollAnimation--blurIn {
  opacity: 0;
  filter: blur(1rem);
  transition: opacity 1.5s, filter 1.2s;
}
.js-scrollAnimation--blurIn.is-active {
  opacity: 1;
  filter: blur(0);
}
.js-scrollAnimation--zoomIn {
  opacity: 0;
  scale: 0.8;
  transition: opacity 0.8s, scale 0.8s;
}
.js-scrollAnimation--zoomIn.is-active {
  opacity: 1;
  scale: 1;
}
.js-scrollAnimation--zoomImage {
  opacity: 0;
  overflow: hidden;
  transition: opacity 1.5s;
}
.js-scrollAnimation--zoomImage img {
  scale: 1.1;
  transition: scale 2s;
}
.js-scrollAnimation--zoomImage.is-active {
  opacity: 1;
}
.js-scrollAnimation--zoomImage.is-active img {
  scale: 1;
}
.js-scrollAnimation--maskOut {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s;
}
.js-scrollAnimation--maskOut.is-active {
  clip-path: inset(0);
}

/* ====================================================
  Project
==================================================== */
.p-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-blend-mode: multiply;
  transition: background-color 0.5s;
}
@media (min-width: 769px) {
  .p-header {
    height: 7rem;
    padding-inline: 2rem;
    background: linear-gradient(360deg, rgba(188, 188, 188, 0) 0%, rgba(26, 26, 26, 0.2) 46.63%);
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 768px) {
  .p-header {
    height: 5rem;
    padding-left: 1.6rem;
    background: linear-gradient(360deg, rgba(188, 188, 188, 0) 0%, rgba(26, 26, 26, 0.2) 38.46%);
  }
}
@media (min-width: 769px) {
  .top .p-header {
    border: none;
  }
}
.p-header.is-scroll {
  background: #ffffff;
}
.p-header.is-scroll .p-header__logo {
  filter: grayscale(1) invert(0);
}
@media (min-width: 769px) {
  .p-header.is-scroll .p-header__menuItemInner {
    color: #1a1a1a;
  }
}
@media (min-width: 769px) {
  .p-header.is-scroll .p-header__menuItemInner::after {
    background-color: #1a1a1a;
  }
}
@media (min-width: 769px) {
  .p-header.is-scroll .p-header__button {
    background-color: #1a1a1a;
    color: #ffffff;
  }
}
.p-header.is-scroll .p-header__menuBar {
  background-color: #1a1a1a;
}
.p-header.is-menuOpen .p-header__logo {
  filter: grayscale(0) invert(0);
}
.p-header.is-menuOpen .p-header__menuBar {
  background-color: #6a1a23;
}
.p-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.p-header__logo {
  z-index: 102;
  position: relative;
  display: flex;
  align-items: center;
  filter: grayscale(1) invert(1);
  transition: filter 0.5s;
}
@media (min-width: 769px) {
  .p-header__logo {
    width: 18.5rem;
  }
}
@media (max-width: 768px) {
  .p-header__logo {
    width: 12.7rem;
  }
}
@media (max-width: 768px) {
  .p-header__nav {
    z-index: 101;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding-top: 5rem;
    background-color: #ddccaa;
    translate: 100%;
    transition: translate 0.5s;
  }
  .p-header__nav.is-open {
    translate: 0;
  }
}
.p-header__navInner {
  display: flex;
}
@media (min-width: 769px) {
  .p-header__navInner {
    align-items: center;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .p-header__navInner {
    overflow-y: auto;
    height: calc(100vh - 5rem);
    height: calc(100dvh - 5rem);
    flex-direction: column;
    justify-content: space-between;
    padding: 1.6rem 3.6rem 2.4rem;
    border-top: 1px solid #6a1a23;
  }
}
.p-header__navInner {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-header__navInner::-webkit-scrollbar {
  display: none;
}
.p-header__menu {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
@media (min-width: 769px) {
  .p-header__menu {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }
}
@media (max-width: 768px) {
  .p-header__menu {
    row-gap: 0.8rem;
    flex-direction: column;
  }
}
.p-header__menuItemInner {
  position: relative;
  transition: color 0.5s;
}
@media (min-width: 769px) {
  .p-header__menuItemInner {
    padding: 0.5rem 0.2rem;
    color: #ffffff;
  }
}
@media (max-width: 768px) {
  .p-header__menuItemInner {
    display: flex;
    align-items: center;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
    color: #6a1a23;
  }
}
@media (min-width: 769px) {
  .p-header__menuItemInner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #ffffff;
    transition: width 0.5s, background-color 0.5s;
  }
}
@media (hover: hover) and (min-width: 769px) {
  .p-header__menuItemInner:hover::after {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .p-header__menuItemJa {
    font-size: 1.3rem;
    line-height: 1.2307692308;
  }
}
@media (max-width: 768px) {
  .p-header__menuItemJa {
    font-size: 1.5rem;
    line-height: 2.2666666667;
  }
}
.p-header__menuItemEn {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .p-header__menuItemEn {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-header__menuItemEn {
    padding-top: 0.4rem;
    font-size: 1.3rem;
    line-height: 1.2307692308;
  }
}
.p-header__buttonWrap {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .p-header__buttonWrap {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .p-header__buttonWrap {
    justify-content: space-between;
    width: 100%;
    margin-top: 1.6rem;
  }
}
.p-header__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.5rem;
  padding-bottom: 0.1rem;
  transition: opacity 0.5s, background-color 0.5s, color 0.5s;
}
@media (min-width: 769px) {
  .p-header__button {
    height: 2.8rem;
    background-color: #ffffff;
    border-radius: 100vmax;
    font-size: 1.1rem;
    line-height: 1.2727272727;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-header__button {
    height: 3.1rem;
    background-color: #6a1a23;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.4166666667;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}
@media (hover: hover) {
  .p-header__button:hover {
    opacity: 0.7;
  }
}
@media (min-width: 769px) {
  .p-header__menuToggle {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-header__menuToggle {
    z-index: 102;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 4.2rem;
    height: 4.2rem;
    cursor: pointer;
  }
}
.p-header__menuToggle.is-active .p-header__menuBar {
  width: 2.5rem;
}
.p-header__menuToggle.is-active .p-header__menuBar:nth-child(1) {
  top: 0;
  bottom: 0;
  rotate: 45deg;
}
.p-header__menuToggle.is-active .p-header__menuBar:nth-child(2) {
  opacity: 0;
}
.p-header__menuToggle.is-active .p-header__menuBar:nth-child(3) {
  top: 0;
  bottom: 0;
  rotate: -45deg;
}
.p-header__menuBar {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 1.9rem;
  height: 1px;
  margin: auto;
  background-color: #ffffff;
  border-radius: 0.2rem;
  transition: rotate 0.5s;
}
.p-header__menuBar:nth-child(1) {
  top: 1.4rem;
}
.p-header__menuBar:nth-child(2) {
  top: 0;
  bottom: 0;
}
.p-header__menuBar:nth-child(3) {
  bottom: 1.4rem;
}

.p-mv {
  position: relative;
}
.p-mv__image {
  width: 100%;
  height: auto;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__image::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
}
.p-mv__logo {
  z-index: 5;
  position: absolute;
  top: 2.7rem;
  right: 3.3rem;
  width: 15.1rem;
  height: -moz-fit-content;
  height: fit-content;
}
.p-mv__titles {
  z-index: 2;
  position: absolute;
}
@media (min-width: 769px) {
  .p-mv__titles {
    left: 8.78477306vw;
    top: 16.7642752562vw;
  }
}
@media (max-width: 768px) {
  .p-mv__titles {
    left: 3.6rem;
    top: 24.2rem;
  }
}
.p-mv__titleEn {
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .p-mv__titleEn {
    font-size: 6rem;
    line-height: 1.45;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-mv__titleEn {
    font-size: 3.5rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
.p-mv__titleJa {
  color: #ffffff;
}
@media (min-width: 769px) {
  .p-mv__titleJa {
    font-size: 2.2rem;
    line-height: 1.4545454545;
    letter-spacing: 0.047em;
  }
}
@media (max-width: 768px) {
  .p-mv__titleJa {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    letter-spacing: 0.1em;
  }
}

.p-reservation {
  position: relative;
}
.p-reservation__image {
  position: relative;
}
.p-reservation__image::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
}
.p-reservation__info {
  z-index: 2;
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
@media (min-width: 769px) {
  .p-reservation__info {
    inset: 0;
  }
}
@media (max-width: 768px) {
  .p-reservation__info {
    right: 0;
    left: 0;
    bottom: 4rem;
  }
}
.p-reservation__desc {
  margin-top: 2.4rem;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 769px) {
  .p-reservation__desc {
    font-size: 1.3rem;
    line-height: 2.3076923077;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-reservation__desc {
    font-size: 1.3rem;
    line-height: 1.9230769231;
    letter-spacing: 0.1em;
  }
}
.p-reservation__buttons {
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .p-reservation__buttons {
    margin-top: 3.5rem;
    -moz-column-gap: 2.8rem;
         column-gap: 2.8rem;
  }
}
@media (max-width: 768px) {
  .p-reservation__buttons {
    flex-direction: column;
    row-gap: 1.5rem;
    margin-top: 2.9rem;
    align-items: center;
  }
}
.p-reservation__button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 0.7px solid #ffffff;
  color: #1a1a1a;
  font-size: 1.3rem;
  line-height: 1.6923076923;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .p-reservation__button {
    width: 17rem;
    height: 3.6rem;
    border-radius: 2.8rem;
  }
}
@media (max-width: 768px) {
  .p-reservation__button {
    width: 24rem;
    height: 4.5rem;
    border-radius: 4rem;
  }
}
.p-reservation__sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .p-reservation__sns {
    margin-top: 2.7rem;
  }
}
@media (max-width: 768px) {
  .p-reservation__sns {
    margin-top: 1.9rem;
    width: 27rem;
    margin-inline: auto;
  }
}
.p-reservation__snsIcon {
  width: 2.5rem;
}
.p-reservation__snsText {
  margin-left: 1rem;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.2307692308;
}
@media (min-width: 769px) {
  .p-reservation__snsText {
    letter-spacing: 0.1em;
  }
}

.p-pdsNav {
  z-index: 2;
  position: relative;
  margin-top: -1px;
  background-color: #ddccaa;
  color: #6a1a23;
}
@media (min-width: 769px) {
  .p-pdsNav {
    padding-block: 8rem 10rem;
  }
}
@media (max-width: 768px) {
  .p-pdsNav {
    padding-block: 5rem;
  }
}
.p-pdsNav a {
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .p-pdsNav a:hover {
    opacity: 0.6;
  }
}
.p-pdsNav__top {
  margin-inline: auto;
}
@media (min-width: 769px) {
  .p-pdsNav__top {
    width: 119.6rem;
  }
}
@media (max-width: 768px) {
  .p-pdsNav__top {
    position: relative;
    width: 33rem;
  }
}
.p-pdsNav__topInner {
  width: 100%;
}
@media (min-width: 769px) {
  .p-pdsNav__topInner {
    display: flex;
    justify-content: space-between;
    padding-right: 10rem;
  }
}
@media (max-width: 768px) {
  .p-pdsNav__topInner {
    padding-right: 2rem;
    display: block;
  }
}
.p-pdsNav__topTitle {
  display: flex;
  flex-direction: column;
  font-weight: 600;
}
@media (min-width: 769px) {
  .p-pdsNav__topTitle {
    width: 42.1rem;
    row-gap: 2.3rem;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
@media (max-width: 768px) {
  .p-pdsNav__topTitle {
    width: 29.6rem;
    row-gap: 1.7rem;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
.p-pdsNav__topLogo {
  height: auto;
}
@media (min-width: 769px) {
  .p-pdsNav__topLogo {
    width: 18.9rem;
  }
}
@media (max-width: 768px) {
  .p-pdsNav__topLogo {
    position: absolute;
    right: 2.6rem;
    bottom: 0;
    width: 10rem;
  }
}
.p-pdsNav__topLink {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (min-width: 769px) {
  .p-pdsNav__topLink {
    margin-top: 1.2rem;
  }
}
@media (max-width: 768px) {
  .p-pdsNav__topLink {
    margin-top: 8.5rem;
  }
}
.p-pdsNav__topLink svg {
  width: 1.5rem;
  height: auto;
}
.p-pdsNav__topLink path {
  fill: #6a1a23;
}
.p-pdsNav__bottom {
  margin-inline: auto;
  border-top: 1px solid rgba(106, 26, 35, 0.32);
}
@media (min-width: 769px) {
  .p-pdsNav__bottom {
    width: 119.6rem;
    margin-top: 6rem;
    padding-top: 6rem;
    padding-inline: 4rem;
  }
}
@media (max-width: 768px) {
  .p-pdsNav__bottom {
    width: 34rem;
    margin-top: 3rem;
    padding-top: 1.6rem;
    padding-inline: 0.5rem;
  }
}
.p-pdsNav__bottomInner {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .p-pdsNav__bottomInner {
    width: 100%;
    padding-right: 3rem;
  }
}
@media (max-width: 768px) {
  .p-pdsNav__bottomInner {
    width: 34rem;
    flex-direction: column;
    row-gap: 0.9rem;
  }
}
@media (max-width: 768px) {
  .p-pdsNav__bottomList {
    width: 100%;
  }
  .p-pdsNav__bottomList.is-open dt span:after {
    opacity: 0;
  }
}
.p-pdsNav__bottomList dt {
  font-size: 1.8rem;
  line-height: 2.1111111111;
  letter-spacing: 0.08em;
}
@media (min-width: 769px) {
  .p-pdsNav__bottomList dt {
    pointer-events: none;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .p-pdsNav__bottomList dt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
  }
  .p-pdsNav__bottomList dt span {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
  }
  .p-pdsNav__bottomList dt span::before, .p-pdsNav__bottomList dt span:after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    margin-right: 1rem;
    width: 100%;
    height: 2px;
    background-color: #6a1a23;
  }
  .p-pdsNav__bottomList dt span:after {
    transform: rotate(90deg);
    opacity: 1;
    transition: opacity 0.5s;
  }
}
@media (min-width: 769px) {
  .p-pdsNav__bottomList dd {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .p-pdsNav__bottomList dd {
    display: none;
  }
}
.p-pdsNav__bottomList dd ul {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (min-width: 769px) {
  .p-pdsNav__bottomList dd ul {
    margin-top: 2.7rem;
  }
}
@media (max-width: 768px) {
  .p-pdsNav__bottomList dd ul {
    padding: 1.6rem 0 2.4rem 1rem;
  }
}
.p-pdsNav__bottomList dd ul li {
  display: contents;
  font-size: 1.4rem;
  line-height: 2.2857142857;
  letter-spacing: 0.08em;
}

@media (min-width: 769px) {
  .p-fixedNav {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-fixedNav {
    z-index: 10;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.p-fixedNav__list {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.p-fixedNav__item {
  width: 100%;
}
.p-fixedNav__itemInner {
  display: grid;
  place-content: center;
  height: 4.8rem;
  padding-bottom: 0.8rem;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #1a1a1a;
  border-top-left-radius: 1.1rem;
  border-top-right-radius: 1.1rem;
  transition: background-color 0.5s;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media (hover: hover) {
  .p-fixedNav__itemInner:hover {
    background-color: #ffffff;
  }
}

@media (min-width: 769px) {
  .p-fixedButton {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-fixedButton {
    z-index: 10;
    position: fixed;
    bottom: 1rem;
    right: 0;
    left: 0;
    width: 34rem;
    margin-inline: auto;
  }
}
.p-fixedButton__inner {
  display: grid;
  place-content: center;
  width: 100%;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #1a1a1a;
  border-radius: 100vmax;
  transition: background-color 0.5s;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media (hover: hover) {
  .p-fixedButton__inner:hover {
    background-color: #ffffff;
  }
}

.p-footer {
  position: relative;
  background-color: #ffffff;
}
.p-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .p-footer__inner {
    width: 119.6rem;
    padding-block: 2.4rem;
  }
}
@media (max-width: 768px) {
  .p-footer__inner {
    width: 34rem;
    padding-top: 3rem;
    padding-bottom: 7.2rem;
    flex-direction: column;
    row-gap: 3rem;
  }
}
.p-footer__logo {
  width: 19.4rem;
  height: auto;
  display: block;
  opacity: 1;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .p-footer__logo:hover {
    opacity: 0.7;
  }
}
.p-footer__info {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (min-width: 769px) {
  .p-footer__info {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
@media (max-width: 768px) {
  .p-footer__info {
    flex-direction: column;
    row-gap: 1.6rem;
  }
}
.p-footer__navList {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.1rem;
       column-gap: 1.1rem;
}
.p-footer__navItemInner {
  color: #707070;
  opacity: 1;
  transition: opacity 0.5s;
}
@media (min-width: 769px) {
  .p-footer__navItemInner {
    font-size: 1.3rem;
    line-height: 1.4615384615;
  }
}
@media (max-width: 768px) {
  .p-footer__navItemInner {
    font-size: 1.1rem;
    line-height: 1.4545454545;
  }
}
@media (hover: hover) {
  .p-footer__navItemInner:hover {
    opacity: 0.7;
  }
}
.p-footer__copyright {
  color: #707070;
}
@media (min-width: 769px) {
  .p-footer__copyright {
    font-size: 1.3rem;
    line-height: 1.4615384615;
  }
}
@media (max-width: 768px) {
  .p-footer__copyright {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-topMv {
  position: relative;
}
.p-topMv__slider {
  position: relative;
}
.p-topMv__slider img {
  height: 100vh;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-topMv__slider::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .p-topMv__slider::before {
    background: linear-gradient(90deg, rgba(26, 26, 26, 0.55) 19.77%, rgba(112, 112, 112, 0.2) 58.97%, rgba(255, 255, 255, 0) 85.1%);
  }
}
@media (max-width: 768px) {
  .p-topMv__slider::before {
    background-color: #1a1a1a;
    opacity: 0.5;
  }
}
.p-topMv__content {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin-block: auto;
  color: #ffffff;
}
@media (min-width: 769px) {
  .p-topMv__content {
    top: 8.78477306vw;
    left: 8.8579795022vw;
  }
}
@media (max-width: 768px) {
  .p-topMv__content {
    top: 22rem;
    left: 1.8rem;
  }
}
.p-topMv__titleEn, .p-topMv__titleJa, .p-topMv__openDate, .p-topMv__text {
  opacity: 0;
  translate: -4rem;
  filter: blur(1rem);
  animation: blurInMove 1.5s forwards;
}
.p-topMv__titleEn {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  animation-delay: 0.3s;
}
@media (min-width: 769px) {
  .p-topMv__titleEn {
    font-size: 2.9282576867vw;
    line-height: 1.125;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-topMv__titleEn {
    font-size: 2.8rem;
    line-height: 1.1428571429;
    letter-spacing: 0.1em;
  }
}
.p-topMv__titleJa {
  animation-delay: 0.5s;
}
@media (min-width: 769px) {
  .p-topMv__titleJa {
    margin-top: 1.0248901903vw;
    font-size: 1.8301610542vw;
    line-height: 1.44;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-topMv__titleJa {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    letter-spacing: 0.1em;
  }
}
.p-topMv__openDate {
  animation-delay: 1.3s;
}
@media (min-width: 769px) {
  .p-topMv__openDate {
    margin-top: 2.9282576867vw;
    font-size: 1.9033674963vw;
    line-height: 1.4230769231;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-topMv__openDate {
    margin-top: 3.7rem;
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: 0.1em;
  }
}
.p-topMv__text {
  animation-delay: 1.5s;
}
@media (min-width: 769px) {
  .p-topMv__text {
    margin-top: 1.0248901903vw;
    font-size: 1.0980966325vw;
    line-height: 1.4666666667;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-topMv__text {
    margin-top: 0.8rem;
    font-size: 1.3rem;
    line-height: 1.4615384615;
    letter-spacing: 0.1em;
  }
}

@keyframes blurInMove {
  100% {
    opacity: 1;
    translate: 0;
    filter: blur(0);
  }
}
.p-topAbout {
  scroll-margin-top: 4rem;
}
@media (min-width: 769px) {
  .p-topAbout {
    margin-top: 18.5rem;
  }
}
@media (max-width: 768px) {
  .p-topAbout {
    margin-top: 6.7rem;
  }
}
@media (min-width: 769px) {
  .p-topAbout__inner {
    display: flex;
    width: 112.6rem;
    margin-inline: auto;
  }
}
@media (min-width: 769px) {
  .p-topAbout__content {
    width: calc(100% - 79.2rem);
    padding-top: 5.6rem;
  }
}
@media (max-width: 768px) {
  .p-topAbout__content {
    padding-left: 3.6rem;
  }
}
@media (min-width: 769px) {
  .p-topAbout__description {
    margin-top: 6rem;
    font-size: 1.3rem;
    line-height: 2.3076923077;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-topAbout__description {
    margin-top: 3rem;
    font-size: 1.2rem;
    line-height: 2.0833333333;
    letter-spacing: 0.1em;
  }
}
.p-topAbout__imageList {
  display: grid;
}
@media (min-width: 769px) {
  .p-topAbout__imageList {
    grid-template-columns: 33.3rem 19.4rem 24.7rem;
    grid-template-rows: 19.3rem 4.5rem 26rem;
    gap: 0.9rem;
    width: 79.2rem;
  }
}
@media (max-width: 768px) {
  .p-topAbout__imageList {
    grid-template-columns: 15.7rem 9.2rem 11.6rem;
    grid-template-rows: 9.2rem 2rem 12.3rem;
    gap: 0.5rem;
    margin-top: 4rem;
  }
}
.p-topAbout__imageItem--01 {
  grid-column: 1/2;
  grid-row: 1/3;
}
.p-topAbout__imageItem--02 {
  grid-column: 2/3;
  grid-row: 1/3;
}
.p-topAbout__imageItem--03 {
  grid-column: 3/4;
  grid-row: 1/2;
}
.p-topAbout__imageItem--04 {
  grid-column: 1/3;
  grid-row: 3/4;
}
.p-topAbout__imageItem--05 {
  grid-column: 3/4;
  grid-row: 2/4;
}
.p-topAbout__imageItem img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-topBridalFair {
  scroll-margin-top: 4rem;
}
@media (min-width: 769px) {
  .p-topBridalFair {
    margin-top: 20.5rem;
  }
}
@media (max-width: 768px) {
  .p-topBridalFair {
    margin-top: 6.7rem;
  }
}
@media (max-width: 768px) {
  .p-topBridalFair .c-title {
    padding-left: 3.6rem;
  }
}

.p-topOurWedding {
  background-color: #f0e7d3;
}
@media (min-width: 769px) {
  .p-topOurWedding {
    margin-top: 18.5rem;
  }
}
@media (max-width: 768px) {
  .p-topOurWedding {
    margin-top: 6.6rem;
    padding-bottom: 3rem;
  }
}
.p-topOurWedding__imageWrap {
  display: grid;
}
@media (min-width: 769px) {
  .p-topOurWedding__imageWrap {
    gap: 0.7320644217vw;
  }
}
@media (max-width: 768px) {
  .p-topOurWedding__imageWrap {
    grid-template-rows: 14.5rem 14.5rem;
    gap: 1rem;
  }
}
.p-topOurWedding__imageWrap.is-active .p-topOurWedding__imageItem {
  opacity: 1;
  filter: blur(0);
}
.p-topOurWedding__imageWrap.is-active .p-topOurWedding__imageItem--02 {
  transition-delay: 0.2s;
}
.p-topOurWedding__imageWrap.is-active .p-topOurWedding__imageItem--03 {
  transition-delay: 0.4s;
}
.p-topOurWedding__imageWrap.is-active .p-topOurWedding__imageItem--04 {
  transition-delay: 0.6s;
}
@media (min-width: 769px) {
  .p-topOurWedding__imageWrap.is-active .p-topOurWedding__imageItem--05 {
    transition-delay: 0.6s;
  }
}
@media (min-width: 769px) {
  .p-topOurWedding__imageWrap.is-active .p-topOurWedding__imageItem--06 {
    transition-delay: 0.4s;
  }
}
@media (max-width: 768px) {
  .p-topOurWedding__imageWrap.is-active .p-topOurWedding__imageItem--06 {
    transition-delay: 0.2s;
  }
}
@media (min-width: 769px) {
  .p-topOurWedding__imageWrap.is-active .p-topOurWedding__imageItem--07 {
    transition-delay: 0.2s;
  }
}
@media (max-width: 768px) {
  .p-topOurWedding__imageWrap.is-active .p-topOurWedding__imageItem--07 {
    transition-delay: 0.4s;
  }
}
@media (max-width: 768px) {
  .p-topOurWedding__imageWrap.is-active .p-topOurWedding__imageItem--08 {
    transition-delay: 0.6s;
  }
}
@media (min-width: 769px) {
  .p-topOurWedding__imageWrap--top {
    grid-template-columns: 26.9399707174vw 16.1786237189vw 32.3572474378vw 22.3279648609vw;
    grid-template-rows: 16.8374816984vw;
  }
}
@media (max-width: 768px) {
  .p-topOurWedding__imageWrap--top {
    grid-template-columns: 21.4rem 0.8rem 13.3rem;
  }
}
@media (min-width: 769px) {
  .p-topOurWedding__imageWrap--bottom {
    grid-template-columns: 36.3103953148vw 16.9106881406vw 21.9619326501vw 22.6207906296vw;
    grid-template-rows: 16.3250366032vw;
  }
}
@media (max-width: 768px) {
  .p-topOurWedding__imageWrap--bottom {
    grid-template-columns: 16.5rem 4.5rem 14.5rem;
  }
}
.p-topOurWedding__imageItem {
  opacity: 0;
  height: 100%;
  filter: blur(1rem);
  transition: opacity 2s, filter 1.5s;
}
@media (max-width: 768px) {
  .p-topOurWedding__imageItem--01 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media (max-width: 768px) {
  .p-topOurWedding__imageItem--02 {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
@media (max-width: 768px) {
  .p-topOurWedding__imageItem--03 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (max-width: 768px) {
  .p-topOurWedding__imageItem--03 img {
    -o-object-position: 10% center;
       object-position: 10% center;
  }
}
@media (max-width: 768px) {
  .p-topOurWedding__imageItem--04 {
    grid-column: 2/4;
    grid-row: 2/3;
  }
}
@media (max-width: 768px) {
  .p-topOurWedding__imageItem--05 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media (max-width: 768px) {
  .p-topOurWedding__imageItem--05 img {
    -o-object-position: 90% center;
       object-position: 90% center;
  }
}
@media (max-width: 768px) {
  .p-topOurWedding__imageItem--06 {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
@media (max-width: 768px) {
  .p-topOurWedding__imageItem--07 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (max-width: 768px) {
  .p-topOurWedding__imageItem--08 {
    grid-column: 2/4;
    grid-row: 2/3;
  }
}
.p-topOurWedding__imageItem picture {
  height: 100%;
}
.p-topOurWedding__imageItem img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .p-topOurWedding__content {
    padding-block: 2.3426061493vw;
  }
}
@media (max-width: 768px) {
  .p-topOurWedding__content {
    padding: 6.5rem 0 5.5rem 4rem;
  }
}
.p-topOurWedding__description {
  display: grid;
  margin-top: 3.4rem;
}
@media (min-width: 769px) {
  .p-topOurWedding__description {
    row-gap: 1.5rem;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2.1538461538;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-topOurWedding__description {
    font-size: 1.2rem;
    line-height: 2.5;
    letter-spacing: 0.08em;
  }
}

.p-topCeremony {
  position: relative;
}
@media (min-width: 769px) {
  .p-topCeremony {
    margin-top: 14.4rem;
    padding-top: 8rem;
    padding-bottom: 12.9rem;
    border-bottom: 1px solid #1a1a1a;
  }
}
@media (max-width: 768px) {
  .p-topCeremony {
    margin-top: 4.3rem;
  }
}
.p-topCeremony__slideWrap {
  z-index: 2;
  position: relative;
  display: flex;
  overflow: hidden;
}
.p-topCeremony__slideList {
  display: flex;
}
.p-topCeremony__slideList--01 {
  animation: autoSlideAnim1 80s linear infinite;
}
.p-topCeremony__slideList--02 {
  animation: autoSlideAnim2 80s -40s linear infinite;
}
@media (min-width: 769px) {
  .p-topCeremony__slideItem {
    width: 200.8rem;
  }
}
@media (max-width: 768px) {
  .p-topCeremony__slideItem {
    width: 74rem;
  }
}
@media (min-width: 769px) {
  .p-topCeremony .l-topSection__top {
    margin-top: -2rem;
  }
}
@media (max-width: 768px) {
  .p-topCeremony .l-topSection__top {
    margin-top: 2.8rem;
  }
}

@keyframes autoSlideAnim1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes autoSlideAnim2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media (min-width: 769px) {
  .p-topBanquet {
    margin-top: 8rem;
  }
}
@media (max-width: 768px) {
  .p-topBanquet {
    scroll-margin-top: 4rem;
    margin-top: 7.6rem;
  }
}

.p-topCuisine {
  scroll-margin-top: 4rem;
}
@media (min-width: 769px) {
  .p-topCuisine {
    width: 136.6rem;
    margin-top: 10.9rem;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .p-topCuisine {
    margin-top: 7.5rem;
  }
}
@media (min-width: 769px) {
  .p-topCuisine .c-title {
    position: relative;
    margin-left: 12rem;
  }
}
@media (max-width: 768px) {
  .p-topCuisine .c-title {
    padding-left: 3.6rem;
  }
}
@media (min-width: 769px) {
  .p-topCuisine .c-title::after {
    content: "";
    position: absolute;
    top: 2.4rem;
    left: 0;
    width: 118.6rem;
    height: 1px;
    background-color: #1a1a1a;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1.5s;
  }
}
@media (min-width: 769px) {
  .p-topCuisine .c-title__en, .p-topCuisine .c-title__ja {
    background-color: #ffffff;
    padding-right: 4.8rem;
  }
}
@media (min-width: 769px) {
  .p-topCuisine .c-title.is-active::after {
    clip-path: inset(0);
  }
}
@media (min-width: 769px) {
  .p-topCuisine__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 112.6rem;
    margin-top: 2rem;
    margin-inline: auto;
  }
}
@media (min-width: 769px) {
  .p-topCuisine__content {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .p-topCuisine__content {
    padding-left: 3.6rem;
  }
}
@media (min-width: 769px) {
  .p-topCuisine__description {
    font-size: 1.3rem;
    line-height: 2.3076923077;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-topCuisine__description {
    margin-top: 3rem;
    font-size: 1.2rem;
    line-height: 2.0833333333;
    letter-spacing: 0.1em;
  }
}
.p-topCuisine__imageList {
  display: grid;
}
@media (min-width: 769px) {
  .p-topCuisine__imageList {
    grid-template-columns: 19.5rem 12.5rem 19.5rem 24.5rem;
    grid-template-rows: 19.4rem 4.3rem 26rem;
    gap: 1rem;
    width: 79rem;
  }
}
@media (max-width: 768px) {
  .p-topCuisine__imageList {
    grid-template-columns: 9.3rem 6rem 9.3rem 11.7rem;
    grid-template-rows: 9.3rem 2rem 12.4rem;
    gap: 0.4rem;
    margin-top: 3rem;
  }
}
.p-topCuisine__imageItem--01 {
  grid-column: 1/3;
  grid-row: 1/3;
}
.p-topCuisine__imageItem--02 {
  grid-column: 3/4;
  grid-row: 1/3;
}
.p-topCuisine__imageItem--03 {
  grid-column: 4/5;
  grid-row: 1/2;
}
.p-topCuisine__imageItem--04 {
  grid-column: 1/2;
  grid-row: 3/4;
}
.p-topCuisine__imageItem--05 {
  grid-column: 2/4;
  grid-row: 3/4;
}
.p-topCuisine__imageItem--06 {
  grid-column: 4/5;
  grid-row: 2/4;
}
.p-topCuisine__imageItem img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-topDress {
  scroll-margin-top: 4rem;
}
@media (min-width: 769px) {
  .p-topDress {
    width: 136.6rem;
    margin-top: 10.9rem;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .p-topDress {
    margin-top: 7.6rem;
  }
}
@media (min-width: 769px) {
  .p-topDress .c-title {
    position: relative;
    margin-right: 12rem;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .p-topDress .c-title {
    padding-left: 3.6rem;
  }
}
@media (min-width: 769px) {
  .p-topDress .c-title::after {
    content: "";
    position: absolute;
    top: 2.4rem;
    right: 0;
    width: 118.6rem;
    height: 1px;
    background-color: #1a1a1a;
    clip-path: inset(0 0 0 100%);
    transition: clip-path 1.5s;
  }
}
@media (min-width: 769px) {
  .p-topDress .c-title__en, .p-topDress .c-title__ja {
    padding-left: 3.2rem;
    background-color: #ffffff;
  }
}
@media (min-width: 769px) {
  .p-topDress .c-title.is-active::after {
    clip-path: inset(0);
  }
}
@media (min-width: 769px) {
  .p-topDress__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 112.6rem;
    margin-top: 2rem;
    margin-inline: auto;
  }
}
@media (min-width: 769px) {
  .p-topDress__content {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .p-topDress__content {
    padding-left: 3.6rem;
  }
}
@media (min-width: 769px) {
  .p-topDress__description {
    font-size: 1.3rem;
    line-height: 2.3076923077;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-topDress__description {
    margin-top: 3rem;
    font-size: 1.2rem;
    line-height: 2.0833333333;
    letter-spacing: 0.1em;
  }
}
.p-topDress__imageList {
  display: grid;
}
@media (min-width: 769px) {
  .p-topDress__imageList {
    grid-template-columns: 24.5rem 30rem 22.3rem;
    grid-template-rows: 24.7rem 5.7rem 19.3rem;
    gap: 1rem;
    width: 78.8rem;
  }
}
@media (max-width: 768px) {
  .p-topDress__imageList {
    grid-template-columns: 11.7rem 14.3rem 10.7rem;
    grid-template-rows: 11.7rem 2.8rem 9.2rem;
    gap: 0.4rem;
    margin-top: 3rem;
  }
}
.p-topDress__imageItem--01 {
  grid-column: 1/2;
  grid-row: 1/3;
}
.p-topDress__imageItem--02 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.p-topDress__imageItem--03 {
  grid-column: 3/4;
  grid-row: 1/2;
}
.p-topDress__imageItem--04 {
  grid-column: 1/2;
  grid-row: 3/4;
}
.p-topDress__imageItem--05 {
  grid-column: 2/4;
  grid-row: 2/4;
}
.p-topDress__imageItem img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-topPresent {
  background-color: #ddccaa;
  padding-top: 6rem;
}
@media (min-width: 769px) {
  .p-topPresent {
    margin-top: 11.9rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 768px) {
  .p-topPresent {
    margin-top: 7.6rem;
    padding-bottom: 5.4rem;
  }
}
@media (max-width: 768px) {
  .p-topPresent .c-title {
    padding-left: 3.6rem;
  }
}
@media (min-width: 769px) {
  .p-topPresent__inner {
    width: 112.6rem;
    margin-inline: auto;
  }
}
@media (min-width: 769px) {
  .p-topPresent__slider {
    margin-top: 5.4rem;
  }
}
@media (max-width: 768px) {
  .p-topPresent__slider {
    margin-top: 5rem;
  }
}
@media (min-width: 769px) {
  .p-topPresent__list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.3rem;
  }
}
@media (max-width: 768px) {
  .p-topPresent__item {
    width: 27.3rem;
  }
}
@media (min-width: 769px) {
  .p-topPresent__item:nth-child(1) .p-topPresent__itemInner {
    transition-delay: 0s;
  }
}
@media (min-width: 769px) {
  .p-topPresent__item:nth-child(2) .p-topPresent__itemInner {
    transition-delay: 0.8s;
  }
}
@media (min-width: 769px) {
  .p-topPresent__item:nth-child(3) .p-topPresent__itemInner {
    transition-delay: 1.6s;
  }
}
.p-topPresent__itemInner {
  height: 100%;
  background-color: #ffffff;
}
@media (min-width: 769px) {
  .p-topPresent__itemInner {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .p-topPresent__itemInner {
    padding: 1.5rem;
  }
}
.p-topPresent__itemImage {
  position: relative;
}
@media (min-width: 769px) {
  .p-topPresent__itemImage {
    height: 22.4rem;
  }
}
@media (max-width: 768px) {
  .p-topPresent__itemImage {
    height: 17rem;
  }
}
.p-topPresent__itemImage img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-topPresent__itemBadge {
  z-index: 2;
  position: absolute;
  top: 0;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 769px) {
  .p-topPresent__itemBadge {
    left: 1rem;
    width: 6.3rem;
    height: 7.8rem;
    padding-top: 1.7rem;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-topPresent__itemBadge {
    left: 0.5rem;
    width: 4.7rem;
    height: 6rem;
    padding-top: 1.3rem;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    letter-spacing: 0.1em;
  }
}
.p-topPresent__itemBadge--visitor {
  background-color: #b78a21;
}
.p-topPresent__itemBadge--contract {
  background-color: #b72121;
}
@media (min-width: 769px) {
  .p-topPresent__itemTitle {
    margin-top: 2.6rem;
    margin-left: -1.1rem;
    font-size: 1.7rem;
    line-height: 1.6470588235;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-topPresent__itemTitle {
    margin-top: 1.2rem;
    margin-left: -0.8rem;
    font-size: 1.5rem;
    line-height: 1.7333333333;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 769px) {
  .p-topPresent__itemSubTitle {
    margin-top: 2.5rem;
    margin-right: -0.8rem;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    letter-spacing: 0.08em;
  }
}
@media (max-width: 768px) {
  .p-topPresent__itemSubTitle {
    margin-top: 1.4rem;
    margin-right: -0.8rem;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
}
@media (min-width: 769px) {
  .p-topPresent__itemText {
    margin-top: 2.5rem;
    font-size: 1.3rem;
    line-height: 2.0769230769;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-topPresent__itemText {
    margin-top: 1.6rem;
    font-size: 1.2rem;
    line-height: 1.9166666667;
    letter-spacing: 0.1em;
  }
}

@media (min-width: 769px) {
  .p-topRoom {
    margin-top: 12rem;
  }
}
@media (max-width: 768px) {
  .p-topRoom {
    scroll-margin-top: 4rem;
    margin-top: 6.7rem;
  }
}

@media (min-width: 769px) {
  .p-topDining {
    scroll-margin-top: -12.8rem;
    margin-top: 12.8rem;
    padding-top: 12.8rem;
    border-top: 1px solid #1a1a1a;
  }
}
@media (max-width: 768px) {
  .p-topDining {
    scroll-margin-top: 4rem;
    margin-top: 7.6rem;
  }
}

@media (min-width: 769px) {
  .p-topParty {
    scroll-margin-top: -12.8rem;
    margin-top: 12.8rem;
    padding-top: 12.8rem;
    border-top: 1px solid #1a1a1a;
  }
}
@media (max-width: 768px) {
  .p-topParty {
    scroll-margin-top: 4rem;
    margin-top: 7.6rem;
  }
}

.p-topLocation {
  position: relative;
}
@media (min-width: 769px) {
  .p-topLocation {
    margin-top: 12.8rem;
  }
}
@media (max-width: 768px) {
  .p-topLocation {
    margin-top: 6.7rem;
  }
}
.p-topLocation__image {
  position: relative;
}
.p-topLocation__image::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .p-topLocation__image::before {
    background: linear-gradient(90deg, rgba(26, 26, 26, 0.55) 25.55%, rgba(112, 112, 112, 0.2) 66.49%, rgba(255, 255, 255, 0) 85.1%);
  }
}
@media (max-width: 768px) {
  .p-topLocation__image::before {
    background: rgba(26, 26, 26, 0.4);
  }
}
.p-topLocation__content {
  z-index: 2;
  position: absolute;
  inset: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
@media (min-width: 769px) {
  .p-topLocation__content {
    width: 112.6rem;
  }
}
@media (max-width: 768px) {
  .p-topLocation__content {
    padding-left: 3.6rem;
  }
}
.p-topLocation__description {
  color: #ffffff;
}
@media (min-width: 769px) {
  .p-topLocation__description {
    margin-top: 4.4rem;
    font-size: 1.3rem;
    line-height: 2.3076923077;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-topLocation__description {
    margin-top: 3rem;
    font-size: 1.3rem;
    line-height: 1.9230769231;
    letter-spacing: 0.1em;
  }
}

.p-topAccess {
  background-color: #ddccaa;
}
@media (min-width: 769px) {
  .p-topAccess {
    padding: 8.9rem 0 8.3rem;
  }
}
@media (max-width: 768px) {
  .p-topAccess {
    padding: 6rem 1.8rem;
  }
}
.p-topAccess__inner {
  margin-inline: auto;
}
@media (min-width: 769px) {
  .p-topAccess__inner {
    width: 112.6rem;
  }
}
@media (max-width: 768px) {
  .p-topAccess__inner {
    width: 30.3rem;
  }
}
.p-topAccess__content {
  display: flex;
}
@media (min-width: 769px) {
  .p-topAccess__content {
    justify-content: space-between;
    margin-top: 3.7rem;
  }
}
@media (max-width: 768px) {
  .p-topAccess__content {
    flex-direction: column;
    row-gap: 2rem;
    margin-top: 4.6rem;
  }
}
.p-topAccess__text {
  font-size: 1.3rem;
  line-height: 1.5384615385;
}
@media (min-width: 769px) {
  .p-topAccess__text {
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.1em;
  }
}
.p-topAccess__text strong {
  display: block;
  padding-bottom: 0.4rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-topAccess__text strong {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 769px) {
  .p-topAccess__map {
    width: 124.6rem;
    margin-top: 7rem;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .p-topAccess__map {
    margin-top: 2.6rem;
  }
}
.p-topAccess__map iframe {
  height: 34rem;
}

.p-roomAbout__inner {
  border-bottom: 1px solid #1a1a1a;
}
@media (min-width: 769px) {
  .p-roomAbout__inner {
    padding-block: 9.5rem 6rem;
  }
}
@media (max-width: 768px) {
  .p-roomAbout__inner {
    padding-block: 4.8rem 7rem;
  }
}
.p-roomAbout__text {
  text-align: center;
}
@media (min-width: 769px) {
  .p-roomAbout__text {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-roomAbout__text {
    font-size: 1.3rem;
    line-height: 2.3076923077;
    letter-spacing: 0.1em;
  }
}
.p-roomAbout__list {
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .p-roomAbout__list {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .p-roomAbout__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, auto);
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
    row-gap: 3rem;
    width: 33.9rem;
    margin-inline: auto;
  }
}
.p-roomAbout__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .p-roomAbout__linkImg {
    width: 17.2rem;
  }
}
@media (max-width: 768px) {
  .p-roomAbout__linkImg {
    width: 10.5rem;
  }
}
.p-roomAbout__linkText {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .p-roomAbout__linkText {
    margin-top: 3.8rem;
  }
}
@media (max-width: 768px) {
  .p-roomAbout__linkText {
    margin-top: 1rem;
  }
}
.p-roomAbout__label {
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .p-roomAbout__label {
    font-size: 1.6rem;
    line-height: 1.4375;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-roomAbout__label {
    font-size: 1.2rem;
    line-height: 1.4166666667;
    letter-spacing: 0.1em;
  }
}
.p-roomAbout__arrow {
  display: flex;
}
@media (min-width: 769px) {
  .p-roomAbout__arrow {
    width: 1.1rem;
    margin-left: 1.1rem;
  }
}
@media (max-width: 768px) {
  .p-roomAbout__arrow {
    width: 0.8rem;
    padding-top: 0.2rem;
    margin-left: 0.8rem;
  }
}
@media (min-width: 769px) {
  .p-roomAbout__button {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .p-roomAbout__button {
    display: none;
  }
}

@media (min-width: 769px) {
  .p-roomContent {
    padding-bottom: 14rem;
    width: 112.6rem;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .p-roomContent {
    padding-bottom: 8rem;
  }
}
.p-roomContent__list {
  display: grid;
}
@media (min-width: 769px) {
  .p-roomContent__list {
    row-gap: 14rem;
  }
}
@media (max-width: 768px) {
  .p-roomContent__list {
    row-gap: 7.2rem;
  }
}
.p-roomContent__header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 769px) {
  .p-roomContent__header {
    row-gap: 2.6rem;
  }
}
@media (max-width: 768px) {
  .p-roomContent__header {
    width: 30.3rem;
    margin-inline: auto;
  }
}
.p-roomContent__image {
  width: 100%;
}
@media (min-width: 769px) {
  .p-roomContent__image {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .p-roomContent__image {
    margin-top: 3rem;
  }
}
@media (min-width: 769px) {
  .p-roomContent__desc {
    font-size: 1.3rem;
    line-height: 1.7692307692;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-roomContent__desc {
    width: 30.3rem;
    margin-top: 3rem;
    font-size: 1.2rem;
    line-height: 1.8333333333;
    letter-spacing: 0.1em;
  }
}
.p-roomContent__caption {
  font-size: 1.3rem;
  line-height: 1.7692307692;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .p-roomContent__caption {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .p-roomContent__caption {
    width: 30.3rem;
    margin-top: 1.5rem;
    margin-inline: auto;
  }
}

@media (min-width: 769px) {
  .banquet .p-roomContent {
    padding-top: 10rem;
  }
}
@media (max-width: 768px) {
  .banquet .p-roomContent {
    padding-top: 7.2rem;
  }
}

@media (min-width: 769px) {
  .party-mice .p-roomContent {
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  .party-mice .p-roomContent {
    padding-top: 7.2rem;
  }
}
@media (min-width: 769px) {
  .party-mice .p-roomContent__list {
    margin-top: 5.6rem;
  }
}

.room .p-roomContent {
  padding-top: 7.2rem;
}
@media (min-width: 769px) {
  .room .p-roomContent__header {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 769px) {
  .room .p-roomContent__image {
    margin-top: 4.8rem;
  }
}
@media (min-width: 769px) {
  .room .p-roomContent__desc {
    width: 68rem;
  }
}

@media (min-width: 769px) {
  .p-partyContent {
    width: 112.6rem;
    margin-inline: auto;
  }
}
@media (min-width: 769px) {
  .p-partyContent__inner {
    padding-block: 7rem 5rem;
  }
}
@media (max-width: 768px) {
  .p-partyContent__inner {
    padding-block: 4rem;
  }
}
.p-partyContent__header {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .p-partyContent__header {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .p-partyContent__header {
    width: 30.3rem;
    margin-inline: auto;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 769px) {
  .p-partyContent__headerRight {
    width: 28.5rem;
  }
}
@media (max-width: 768px) {
  .p-partyContent__headerRight {
    width: 16.2rem;
    margin-inline: auto;
    margin-top: 3rem;
  }
}
@media (min-width: 769px) {
  .p-partyContent__image {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .p-partyContent__image {
    margin-top: 3rem;
  }
}
.p-partyContent__desc {
  font-size: 1.3rem;
  line-height: 1.7692307692;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .p-partyContent__desc {
    width: 67.8rem;
    margin-top: 2.6rem;
  }
}
@media (max-width: 768px) {
  .p-partyContent__desc {
    width: 30.3rem;
    margin-top: 3rem;
  }
}
.p-partyContent__caption {
  font-size: 1.3rem;
  line-height: 1.7692307692;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .p-partyContent__caption {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .p-partyContent__caption {
    width: 30.3rem;
    margin-top: 1.5rem;
    margin-inline: auto;
  }
}
.p-partyContent .c-title__en span {
  display: inline-block;
  font-family: "Cormorant SC", serif;
  margin-left: 1.8rem;
}
@media (min-width: 769px) {
  .p-partyContent .c-title__en span {
    font-size: 5.5rem;
    line-height: 1.2727272727;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-partyContent .c-title__en span {
    font-size: 4rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}

@media (min-width: 769px) {
  .p-dressCommit {
    margin-top: 10rem;
  }
}
@media (max-width: 768px) {
  .p-dressCommit {
    margin-top: 4.8rem;
  }
}
.p-dressCommit__list {
  display: grid;
}
@media (min-width: 769px) {
  .p-dressCommit__list {
    gap: 4.6rem;
    width: 50%;
    margin-top: 5rem;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .p-dressCommit__list {
    row-gap: 7rem;
    margin-top: 4.6rem;
  }
}
@media (min-width: 769px) {
  .p-dressCommit__list:has(.p-dressCommit__item:nth-child(2)) {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-dressCommit__itemImage {
    margin-inline: -3.6rem;
  }
}
.p-dressCommit__itemTitle {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .p-dressCommit__itemTitle {
    align-items: center;
    justify-content: center;
    row-gap: 0.8rem;
    margin-top: 4.3rem;
  }
}
@media (max-width: 768px) {
  .p-dressCommit__itemTitle {
    row-gap: 0.5rem;
    margin-top: 2.4rem;
  }
}
.p-dressCommit__itemTitleEn {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .p-dressCommit__itemTitleEn {
    font-size: 2.8rem;
    line-height: 1.2142857143;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-dressCommit__itemTitleEn {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 769px) {
  .p-dressCommit__itemTitleJa {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-dressCommit__itemTitleJa {
    font-size: 1.3rem;
    line-height: 1.4615384615;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 769px) {
  .p-dressCommit__itemDescription {
    margin-top: 5rem;
    font-size: 1.3rem;
    line-height: 2.3076923077;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-dressCommit__itemDescription {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.8333333333;
    letter-spacing: 0.1em;
  }
}

@media (min-width: 769px) {
  .p-dressContent {
    margin-top: 10rem;
    padding-bottom: 17rem;
  }
}
@media (max-width: 768px) {
  .p-dressContent {
    margin-top: 8.8rem;
    padding-bottom: 4rem;
  }
}
.p-dressContent__navList {
  display: flex;
  margin-top: 3rem;
}
@media (min-width: 769px) {
  .p-dressContent__navList {
    align-items: center;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}
@media (max-width: 768px) {
  .p-dressContent__navList {
    flex-direction: column;
    row-gap: 1.2rem;
  }
}
.p-dressContent__navItemInner {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-block: 0.2rem;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .p-dressContent__navItemInner:hover {
    opacity: 0.7;
  }
}
@media (min-width: 769px) {
  .p-dressContent__navItemText {
    font-size: 1.7rem;
    line-height: 1.4117647059;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-dressContent__navItemText {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    letter-spacing: 0.1em;
  }
}
.p-dressContent__navItemArrow {
  display: flex;
  width: 1.1rem;
}
.p-dressContent__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 769px) {
  .p-dressContent__list {
    row-gap: 17rem;
    margin-top: 6.6rem;
  }
}
@media (max-width: 768px) {
  .p-dressContent__list {
    row-gap: 7.8rem;
    margin-top: 5.6rem;
  }
}
.p-dressContent__itemTitle {
  display: flex;
}
@media (min-width: 769px) {
  .p-dressContent__itemTitle {
    align-items: center;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media (max-width: 768px) {
  .p-dressContent__itemTitle {
    flex-direction: column;
    row-gap: 0.4rem;
  }
}
.p-dressContent__itemTitleEn {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .p-dressContent__itemTitleEn {
    font-size: 2.8rem;
    line-height: 1.2142857143;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-dressContent__itemTitleEn {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 769px) {
  .p-dressContent__itemTitleJa {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-dressContent__itemTitleJa {
    font-size: 1.3rem;
    line-height: 1.4615384615;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 769px) {
  .p-dressContent__itemSlider {
    margin-top: 4.3rem;
    margin-inline: -12rem;
  }
}
@media (max-width: 768px) {
  .p-dressContent__itemSlider {
    margin-top: 2.3rem;
    margin-inline: -3.6rem;
  }
}
@media (min-width: 769px) {
  .p-dressContent__itemImageList {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.6rem;
  }
}
@media (max-width: 768px) {
  .p-dressContent__itemImage {
    width: 28.9rem;
  }
}
@media (min-width: 769px) {
  .p-dressContent__itemDescription {
    margin-top: 5rem;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .p-dressContent__itemDescription {
    margin-top: 3.3rem;
    font-size: 1.2rem;
    line-height: 1.8333333333;
    letter-spacing: 0.09em;
  }
}

/* ====================================================
  Utility
==================================================== */
.u-hover {
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .u-hover:hover {
    opacity: 0.7;
  }
}

@media (min-width: 769px) {
  .u-pcNone {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .u-spNone {
    display: none !important;
  }
}