@charset "UTF-8";
/* Foundation
  ------------------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
  text-decoration: none;
    color: initial;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

:root {
  --ratio: 1.5;
  --s-3: calc(var(--s0) * 0.6875);
  --s-2: calc(var(--s0) * 0.75);
  --s-1: calc(var(--s0) * 0.875);
  --s0: 1rem;
  --s1: calc(var(--s0) * 1.25);
  --s2: calc(var(--s0) * var(--ratio));
  --s3: calc(var(--s0) * 2);
  --s4: calc(var(--s0) * 2.5);
  --s5: calc(var(--s2) * var(--ratio) * var(--ratio));
  --s8: calc(var(--s0) * 5);
  --s12: calc(var(--s0) * 8);
  --s12: calc(var(--s0) * 10);
  --font-size-smallest: var(--s-3);
  --font-size-small: var(--s-2);
  --font-size-smallish: var(--s-1);
  --font-size-base: var(--s0);
  --font-size-biggish: var(--s1);
  --font-size-biggest: var(--s2);
  --font-size-strong: var(--s3);
  --font-size-strongish: var(--s4);
  --font-size-strongest: var(--s5);
  --font-size-fv: var(--s8);
  --font-size-deco: var(--s12);
  --font-size-deco-big: var(--s16);
}

:root {
  --base: #FFFAF2;
  --white: #ffffff;
  --black: #362C24;
  --gold: #A07A1A;
  --gold2: #CBBCA2;
  --brown: #56381C;
  --brown2: #B16B18;
  --lightpink: #F1E1CE;
  --pink: #C64821;
  --gray: #A9B4B8;
  --beige: #FFF0DE;
  --darkBrown: #443120;
}

/* base default*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  
}

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

h2 {
  font-size: 10rem;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.875rem;
  }
}

body {
  overflow-x: hidden;
  background-color: var(--base);
  color: var(--black);
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

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

a:hover {
  opacity: 0.6;
  transition: all 0.5s;
}

address {
  font-style: normal;
}

img {
  vertical-align: top;
  width: 100%;
}

input[type=text]:focus,
input[type=date]:focus,
input[type=tel]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  outline: solid 2px var(--blue);
}

/* input[type=checkbox],
input[type=radio] {
  width: 16px;
  height: 16px;
}

input[type=radio] {
  -webkit-appearance: none;
  border-radius: 50%;
  border: 1px solid var(--blue);
}
input[type=radio]::before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}

input[type=radio]:checked:before {
  background: var(--blue);
}

input[type=checkbox]:not(:checked) {
  -webkit-appearance: none;
  border-radius: 3px;
  border: 1px solid var(--blue);
} */

/* Layout (prefix: l-)
    ------------------------------------------------*/
.l-header {
  position: relative;
}

.l-header__inner {
  width: 100%;
  max-width: 1368px;
  padding-inline: 16px;
  padding-block: 28px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .l-header__inner {
    padding-block: 0;
  }
}

@media screen and (max-width: 1200px) {
  .l-header__nav {
    width: 100vw;
    height: 100vh;
    padding-bottom: 64px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    position: fixed;
    right: -100vw;
    top: 0;
    overflow-y: auto;
    transition: right 0.4s;
    z-index: 9998;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__nav.active {
    right: 0;
  }
}

.l-header__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
@media screen and (max-width: 1200px) {
  .l-header__list {
    flex-direction: column;
    row-gap: 46px;
    margin-top: 110px;
  }
}

.l-header__link {
  font-size: min(1rem, 1.17vw);
  letter-spacing: 0.04em;
  position: relative;
}

.l-header__link::before {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid var(--gold);
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.5s ease;
    transition-property: transform;
}

.l-header__link:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}
a.l-header__link:hover {
    color: var(--gold);
}

.l-header__button {
  display: none;
}
@media screen and (max-width: 1200px) {
  .l-header__link {
    font-size: 1rem;
  }
  .l-header__button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 6px;
    width: 60px;
    height: 60px;
    background-color: var(--gold);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__button.active .l-header__line:nth-child(1) {
    transform: translateY(7px) rotate(-45deg);
  }
}
@media screen and (max-width: 1200px) {
  .l-header__button.active .l-header__line:nth-child(2) {
    opacity: 0;
    transition: opacity 0.4s;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__button.active .l-header__line:nth-child(3) {
    transform: translateY(-7px) rotate(45deg);
  }
}

.l-header__line {
  display: block;
  width: 22px;
  height: 1px;
  background-color: var(--white);
  transition: transform 0.4s;
}

.l-footer {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin-top: 0;
  }
}

.l-footer__totop {
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  position: fixed;
  right: 50px;
  bottom: 40px;
  z-index: 1000;
  transition: opacity 0.4s, visibility 0.4s;
}
@media screen and (max-width: 768px) {
  .l-footer__totop {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 14px;
  }
}
.l-footer__totop.is-show {
  opacity: 1;
  visibility: visible;
}
.l-footer__totop::before {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  background-image: url("../images/arrow-totop.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .l-footer__totop::before {
    width: 14px;
    height: 8px;
  }
}

.l-footer__inner {
  width: 100%;
  max-width: 1272px;
  margin-inline: auto;
  padding: 52px 16px 32px;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 18px 16px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__nav {
    display: none;
  }
}

.l-footer__list {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .l-footer__list {
    row-gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.l-footer__link {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  position: relative;
}

.l-footer__link::before {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid var(--gold);
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.5s ease;
    transition-property: transform;
}

.l-footer__link:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}
a.l-footer__link:hover {
    color: var(--gold);
}

.l-footer__copy {
  margin-top: 40px;
  font-size: 0.75rem;
  text-align: center;
}

.l-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1472px;
  width: 100%;
  padding: 0 16px;
}

.l-wrapper--large {
  position: relative;
  margin: 0 auto;
  max-width: 1732px;
  width: 100%;
  padding: 0 16px;
}

.l-section {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .l-section {
    padding: 40px 0;
  }
}

.l-mv {
  position: relative;
  height: calc(100vh - 88px);
  min-height: 560px;
  max-height: 1004px;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-mv {
    height: 100%;
    min-height: unset;
  }
}

.l-mv__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

.l-mv__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 24px;
}
.l-mv__logo--crepe {
  filter: drop-shadow(0 0 8px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 20px #fff);
}
@media screen and (max-width: 768px) {
  .l-mv__wrapper {
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-mv__wrapper--top {
    padding-top: 20px;
    padding-bottom: 30px;
    height: 200px;
    justify-content: center;
    background-color: var(--darkBrown);
    position: static;
  }
  .l-mv__heading {
    align-items: center;
    row-gap: 15px;
  }
}

@media screen and (max-width: 768px) {
  .l-mv__logo {
    width: 100%;
    max-width: 298px;
    position: absolute;
    top: 52px;
    left: 32px;
  }
  .l-mv__logo--crepe {
    width: 327px;
    top: 110px;
  }
  .l-mv__wrapper--top .l-mv__logo {
    position: static;
  }
  .l-mv__wrapper--top .l-mv__logo--crepe {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .l-mv__wrapper--top .l-mv__logo .l-mv__title {
    position: static;
    text-align: center;
  }
  .l-mv__wrapper--top .l-mv__logo .l-mv__title p {
    line-height: .5;
    font-size: 5rem;
  }
}

.l-mv__button {
  font-size: 1.25rem;
  color: var(--white);
  background-color: var(--gold);
  margin-left: 70px;
  padding: 20px 94px;
  position: relative;
}
.l-mv__button.l-mv__button--rin {
  background-color: #c64821;
}
.l-mv__button.l-mv__button--crepe {
  background-color: #e37c01;
}
.l-mv__button.l-mv__button--bar {
  background-color: #428ca4;
}
@media screen and (max-width: 768px) {
  .l-mv__button {
    width: 100%;
    max-width: 315px;
    margin: 0;
    font-size: 1rem;
    text-align: center;
    padding: 18px 40px;
  }
}
.l-mv__button::before {
  content: "";
  display: block;
  width: 12px;
  height: 22px;
  background-image: url("../images/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-mv__button::before {
    width: 8px;
    height: 14px;
    right: 18px;
  }
}
a.l-mv__button:hover {
    color: var(--white);
}

.l-mv__image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-mv__image {
    position: static;
    height: calc(100vh - 340px);
  }
}
.l-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-mv__title {
  font-family: "Gwendolyn", cursive;
  font-size: 8.75rem;
  line-height: 1;
  letter-spacing: 0;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-mv__title {
    position: absolute;
    z-index: 1;
    top: 52px;
    left: 32px;
    font-size: 3.125rem;
    line-height: 1.8;
  }
}

.l-mv-news {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l-mv-news {
    position: static;
    transform: unset;
  }
}

.l-mv-news__inner {
  padding: 16px 30px;
  background-color: var(--base);
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
@media screen and (max-width: 1054px) {
  .l-mv-news__inner {
    flex-direction: column;
    row-gap: 12px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .l-mv-news__inner {
    padding: 20px 30px;
    column-gap: 16px;
  }
}

.l-mv-news__link {
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-mv-news__link {
    flex-wrap: wrap;
    row-gap: 4px;
    column-gap: 10px;
  }
}

.l-mv-news__date {
  flex-shrink: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .l-mv-news__date {
    font-size: 0.875rem;
  }
}

.l-mv-news__label {
  flex-shrink: 0;
  min-width: 148px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--white);
  background-color: var(--gold);
  margin-top: 2.5px;
}
@media screen and (max-width: 768px) {
  .l-mv-news__label {
    min-width: 110px;
    height: 20px;
    font-size: 0.75rem;
  }
}

.l-mv-news__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-mv-news__text {
    width: 100%;
    font-size: 0.875rem;
  }
}

.l-mv-news__button {
  flex-shrink: 0;
  font-size: 1rem;
  color: var(--gold);
  padding: 6px 27px 6px 0;
  border-bottom: 1px solid var(--gold);
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-mv-news__button {
    font-size: 0.875rem;
    padding: 6px 30px 4px 0;
  }
}
.l-mv-news__button::before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background-image: url("../images/arrow-gold-small.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-mv-news__button::before {
    width: 5px;
    height: 9px;
  }
}
a.l-mv-news__button:hover {
    color: var(--gold);
}

/* Component (prefix: c-)
    ------------------------------------------------*/
.c-button {
  width: 100%;
}
.c-button__link {
  background-color: var(--gold);
  color: var(--white);
  font-size: 1.5rem;
  width: 100%;
  max-width: 440px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button__link {
    font-size: 1rem;
    max-width: 440px;
    min-height: 60px;
  }
}
.c-button__link::before {
  content: "";
  position: absolute;
  top: 39%;
  right: 1em;
  width: 16px;
  height: 16px;
  border: 1px solid var(--white);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-button__link::before {
    width: 12px;
    height: 12px;
    top: 42%;
  }
}

.c-button__link:hover {
    color: var(--white);
}

.c-mv {
  background: url("../images/menu_ladies.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 400px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-mv {
    background: url("../images/menu_ladies_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 488px;
  }
}
.c-mv__inner {
  height: 100%;
}
.c-mv__title {
  color: var(--white);
  font-family: "Gwendolyn", cursive;
  font-size: 6.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-mv__title {
    font-size: 3.125rem;
    top: 10%;
    transform: none;
  }
}
.c-mv__title--gold {
  color: var(--gold);
}

.c-title {
  font-size: 2.625rem;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 1.75rem;
    margin-bottom: 40px;
  }
}

.c-reservation {
  background: url("../images/reservation_bg.jpg") no-repeat;
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .c-reservation {
    padding: 56px 0;
  }
}
.c-reservation__link {
  background-color: var(--gold);
  color: var(--white);
  font-size: 1.5rem;
  padding: 24px 0;
  display: block;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-reservation__link {
    font-size: 1rem;
  }
}
a.c-reservation__link:active, a.c-reservation__link:hover {
    color: var(--white);
}
a.p-news__button:active, a.p-news__button:hover {
    color: var(--white);
}
a:not([href]):not([tabindex]).c-reservation__link {
    color: var(--white);
    cursor: pointer;
}
a:not([href]):not([tabindex]).c-button__link {
    color: var(--white);
    cursor: pointer;
}
a:not([href]):not([tabindex]).l-mv__button {
    color: var(--white);
    cursor: pointer;
}
a:not([href]):not([tabindex]).l-mv-news__button {
    color: var(--gold);
    cursor: pointer;
}
.c-reservation__link::before {
  content: "";
  position: absolute;
  top: 39%;
  right: 1em;
  width: 16px;
  height: 16px;
  border: 1px solid var(--white);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-reservation__link::before {
    width: 12px;
    height: 12px;
    top: 42%;
  }
}

.c-info {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .c-info {
    margin-top: 56px;
  }
}
.c-info--gold {
  --bg-image: url("../images/info-bg-gold.png");
  --main-color: var(--gold);
  --sub-color: var(--gold2);
  --title-color: var(--black);
}
.c-info--yellow {
  --bg-image: url("../images/info-bg-yellow.png");
  --main-color: var(--brown2);
  --sub-color: var(--lightpink);
  --title-color: var(--brown2);
}
.c-info--pink {
  --bg-image: url("../images/info-bg-pink.png");
  --main-color: var(--brown2);
  --sub-color: var(--lightpink);
  --title-color: var(--pink);
}
.c-info--blue {
  --bg-image: url("../images/info-bg-blue.png");
  --main-color: #184C5D;
  --sub-color: #428CA4;
  --title-color: #184C5D;
}

.c-info__wrapper {
  border-top: 2px solid var(--gold);
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-block: 72px 80px;
  padding-inline: 100px;
}
@media screen and (max-width: 1054px) {
  .c-info__wrapper {
    padding-inline: 37.5px;
    padding-bottom: 36px;
  }
}

.c-info__title {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  color: var(--title-color);
}
@media screen and (max-width: 768px) {
  .c-info__title {
    font-size: 1.75rem;
  }
}

.c-info__inner {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .c-info__inner {
    margin-top: 36px;
  }
}

.c-info__item {
  display: grid;
  grid-template-columns: 200px 1fr;
}
@media screen and (max-width: 768px) {
  .c-info__item {
    grid-template-columns: 78px 1fr;
  }
}
.c-info__item:nth-last-child(1) .c-info__label {
  border-bottom: 1px solid var(--main-color);
}
.c-info__item:nth-last-child(1) .c-info__text {
  border-bottom: 1px solid var(--sub-color);
}

.c-info__label {
  border-top: 1px solid var(--main-color);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  padding: 26px 10px;
}
@media screen and (max-width: 768px) {
  .c-info__label {
    font-size: 0.75rem;
    padding: 11px 0;
  }
}

.c-info__text {
  border-top: 1px solid var(--sub-color);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  padding: 26px 50px;
}
@media screen and (max-width: 768px) {
  .c-info__text {
    font-size: 0.75rem;
    padding: 11px 14px;
  }
}

/* JavaScript (prefix: js- or [data-js])
  ------------------------------------------------*/
/* Project (prefix: p-)
    ------------------------------------------------*/
.p-top-nav {
  width: 90%;
  max-width: 1176px;
  margin-left: auto;
  background-color: var(--base);
  margin-top: -110px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-top-nav {
    width: 100%;
    margin-top: -80px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-nav {
    margin-top: 0;
  }
}

.p-top-nav__wrapper {
  padding: 32px 24px;
  overflow-x: auto;
}
@media screen and (max-width: 1200px) {
  .p-top-nav__wrapper {
    padding: 32px 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-nav__wrapper {
    padding: 20px 0;
    overflow: hidden;
  }
}

.p-top-nav .slick-slider {
  width: 100%;
}

.p-top-nav__container {
  display: flex;
  align-items: center;
  column-gap: 32px;
  width: 1096px;
}
@media screen and (max-width: 1200px) {
  .p-top-nav__container {
    column-gap: 24px;
    width: 872px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-nav__container {
    column-gap: 12px;
    width: 636px;
  }
}

.p-top-nav__box {
  padding: 0 16px;
  width: 282px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-top-nav__box {
    padding: 0 6px;
    width: 212px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-nav__box {
    min-width: 150px;
  }
}

.p-top-nav__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-top-nav__description {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: var(--white);
}

.p-top-nav__description--black {
  color: var(--black);
}

.p-top-news {
  margin-top: 92px;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    margin-top: 80px;
    padding: 0;
  }
}

.p-top-news__inner {
  border: 1px solid var(--black);
  padding: 40px 114px;
}
@media screen and (max-width: 1200px) {
  .p-top-news__inner {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 1054px) {
  .p-top-news__inner {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news__inner {
    padding: 30px 30px;
    border-right: none;
    border-left: none;
  }
}

.p-top-news__wrapper {
  display: flex;
  align-items: center;
  column-gap: 128px;
}
@media screen and (max-width: 1200px) {
  .p-top-news__wrapper {
    column-gap: 60px;
  }
}
@media screen and (max-width: 1054px) {
  .p-top-news__wrapper {
    column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news__wrapper {
    padding: 0;
    flex-direction: column;
    row-gap: 26px;
  }
}
.p-top-news__wrapper .webgene-blog {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.p-top-news__heading {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-top-news__heading {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-top-news__head {
  font-family: "Shippori Mincho", serif;
  font-size: 2.25rem;
  font-weight: 600;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .p-top-news__head {
    font-size: 1.625rem;
  }
}

.p-top-news__button {
  font-size: 1rem;
  color: var(--gold);
  padding: 6px 27px 6px 0;
  border-bottom: 1px solid var(--gold);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-news__button {
    font-size: 0.875rem;
    padding: 6px 30px 4px 0;
  }
}
.p-top-news__button::before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background-image: url("../images/arrow-gold-small.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top-news__button::before {
    width: 5px;
    height: 9px;
  }
}

.p-top-news__button:hover {
  color: var(--gold);
}

.p-top-news__list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.p-top-news__link {
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-news__link {
    flex-wrap: wrap;
    row-gap: 4px;
    column-gap: 10px;
  }
}

.p-top-news__date {
  flex-shrink: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-top-news__date {
    font-size: 0.875rem;
  }
}

.p-top-news__label {
  flex-shrink: 0;
  min-width: 148px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--white);
  background-color: var(--gold);
  margin-top: 2.5px;
}
@media screen and (max-width: 768px) {
  .p-top-news__label {
    min-width: 110px;
    height: 20px;
    font-size: 0.75rem;
  }
}

.p-top-news__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-news__text {
    width: 100%;
    font-size: 0.875rem;
  }
}

.p-top-intro {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-top-intro {
    margin-top: 60px;
    padding: 0;
  }
}

.--belle {
  background-image: url("../images/top-bg-gold.png");
}

.--okami {
  background-image: url("../images/top-bg-pink.png");
}

.--gokuchee {
  background-image: url("../images/top-bg-orange.png");
}

.--bar {
  background-image: url("../images/top-bg-blue.png");
}

.p-top-intro__inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-top: 2px solid var(--gold);
  padding-bottom: 106px;
}
@media screen and (max-width: 1054px) {
  .p-top-intro__inner {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-intro__inner {
    padding-bottom: 58px;
  }
}

@media screen and (max-width: 768px) {
  .p-top-intro__wrapper {
    padding-inline: 30px;
  }
}

.p-top-intro__heading {
  padding-block: 72px 48px;
  font-size: 2.625rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1054px) {
  .p-top-intro__heading {
    padding-block: 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-intro__heading {
    padding-block: 42px 32px;
    font-size: 1.75rem;
  }
}
.p-top-intro__heading > h2 {
  font-size: 2.625rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top-intro__heading > h2 {
    font-size: 1.75rem;
  }
}

.p-top-intro__heading--lead {
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top-intro__heading--lead {
    font-size: 0.8125rem;
  }
}

.p-top-intro__body {
  display: flex;
  column-gap: 60px;
}
@media screen and (max-width: 1054px) {
  .p-top-intro__body {
    column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-intro__body {
    flex-direction: column;
    row-gap: 32px;
  }
}

.p-top-intro__image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-top-intro__image {
    width: 100%;
  }
}

.p-top-intro__main {
  width: calc(50% - 60px);
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding-top: 14px;
}
@media screen and (max-width: 1054px) {
  .p-top-intro__main {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-intro__main {
    width: 100%;
    padding-top: 0;
  }
}

.p-top-intro____title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-top-intro____title {
    font-size: 1.125rem;
  }
}

.p-top-intro__text {
  font-size: 1rem;
  line-height: 2.375;
}
@media screen and (max-width: 768px) {
  .p-top-intro__text {
    font-size: 0.875rem;
  }
}

.p-top-intro__link {
  width: 100%;
  margin-top: auto;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--gold);
  padding-block: 26px;
  border-bottom: 1px solid var(--gold);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-intro__link {
    font-size: 1rem;
    padding-block: 16px;
  }
}
.p-top-intro__link::before {
  content: "";
  display: block;
  width: 12px;
  height: 22px;
  background-image: url("../images/arrow-gold.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top-intro__link::before {
    width: 8px;
    height: 14px;
    right: 4px;
  }
}

.p-top-intro__link:hover {
  color: var(--gold);
}

.p-top-intro__label {
  width: fit-content;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--white);
  padding: 1px 10px;
  background-color: #428CA4;
}
@media screen and (max-width: 768px) {
  .p-top-intro__label {
    font-size: 0.75rem;
  }
}

.p-top-intro__menu {
  margin-top: 40px;
  display: flex;
  column-gap: 40px;
}
@media screen and (max-width: 1054px) {
  .p-top-intro__menu {
    column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-intro__menu {
    margin-top: 16px;
    flex-direction: column;
    row-gap: 14px;
  }
}

.p-top-intro__card {
  width: calc(50% - 20px);
  position: relative;
}
@media screen and (max-width: 1054px) {
  .p-top-intro__card {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-intro__card {
    width: 100%;
  }
}
.p-top-intro__card::before {
  content: "";
  display: block;
  width: 12px;
  height: 22px;
  background-image: url("../images/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

.p-top-intro__card-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.625rem;
  font-weight: 600;
  text-align: center;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .p-top-intro__card-text {
    font-size: 1rem;
  }
}

.p-top-intro__button {
  display: block;
  width: 100%;
  margin-top: 40px;
  font-size: 1.5rem;
  text-align: center;
  color: var(--gold);
  border: 1px solid var(--gold);
  padding-block: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-intro__button {
    margin-top: 20px;
    font-size: 1rem;
    padding-block: 17px;
  }
}
.p-top-intro__button::before {
  content: "";
  display: block;
  width: 12px;
  height: 22px;
  background-image: url("../images/arrow-gold.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top-intro__button::before {
    width: 8px;
    height: 14px;
    right: 20px;
  }
}
.p-top-intro__button:hover {
  color: var(--gold);
}

.p-menu {
  background-color: var(--base);
}
.p-menu-mens {
    background: url(../images/menu_mens.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}
@media screen and (max-width: 768px) {
    .p-menu-mens {
        background: url(../images/menu_mens_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center bottom;
    }
}
.p-menu__media {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-menu__media {
    flex-direction: column;
  }
}
.p-menu__media--images {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-menu__media--images {
    width: 100%;
  }
}
.p-menu__media--text {
  width: 50%;
  margin-left: 100px;
}
@media screen and (max-width: 1800px) {
  .p-menu__media--text {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-menu__media--text {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}
.p-menu__price {
  margin-top: 60px;
}
.p-menu__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-menu__list {
    flex-direction: column;
  }
  .p-menu__list:last-child .p-menu__list--item:last-child {
    border-bottom: unset;
  }
}
.p-menu__list:first-of-type .p-menu__list--item {
  border-top: 1px solid var(--gold2);
}
.p-menu__list--item {
  padding-left: 40px;
  width: calc(50% - 40px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--gold2);
  padding: 30px 0;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .p-menu__list--item {
    padding-left: 0;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-menu__list--item:last-child {
  margin-right: 0;
}
.p-menu__list--name {
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.p-menu__list--text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-top: 26px;
}
.p-menu__list--price {
  font-weight: bold;
  min-width: 160px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-menu__list--price {
    width: 100%;
    margin-top: 30px;
  }
}

.p-recruit {
  background-color: var(--base);
}
.p-recruit__mv {
  background: url("../images/recruit.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-recruit__mv {
    background: url("../images/recruit_sp.jpg") no-repeat;
    background-size: cover;
  }
}
.p-recruit__message {
  background-image: url("../images/top-bg-gold.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.p-recruit__media {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-recruit__media {
    flex-direction: column;
  }
}
.p-recruit__media--images {
  width: 48%;
  max-width: 440px;
}
@media screen and (max-width: 768px) {
  .p-recruit__media--images {
    width: 100%;
  }
}
.p-recruit__media--body {
  margin-left: 80px;
}
@media screen and (max-width: 1800px) {
  .p-recruit__media--body {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__media--body {
    margin-left: 0;
  }
}
.p-recruit__media--title {
  font-size: 2.125rem;
}
@media screen and (max-width: 768px) {
  .p-recruit__media--title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.p-recruit__media--text {
  margin-top: 50px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-recruit__media--text {
    margin-top: 40px;
  }
}
.p-recruit__media--name {
  margin-top: 50px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-recruit__media--name {
    margin-top: 40px;
  }
}
.p-recruit__point {
  display: flex;
  margin-left: -120px;
}
@media screen and (max-width: 1800px) {
  .p-recruit__point {
    margin-left: -5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__point {
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }
}
.p-recruit__point--item {
  width: 33.3333333333%;
  padding-left: 120px;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 1800px) {
  .p-recruit__point--item {
    padding-left: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__point--item {
    width: 100%;
    padding-left: 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__point--item:last-child {
    margin-bottom: 0;
  }
}
.p-recruit__point--title {
  font-size: 26px;
  font-weight: bold;
  color: var(--gold);
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-recruit__point--title {
    margin-bottom: 40px;
  }
}
.p-recruit__point--text {
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p-recruit__point--text {
    margin-top: 40px;
  }
}
.p-recruit__table {
  background-color: var(--white);
  padding: 80px 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-recruit__table {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
.p-recruit__table:last-child {
  margin-bottom: 0;
}
.p-recruit__table--lead {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-recruit__table--lead {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.p-recruit__table--list {
  display: flex;
  flex-wrap: wrap;
}
.p-recruit__table--item {
  border-top: 1px solid var(--gold2);
  padding: 34px 0;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit__table--item {
    padding: 20px 0;
  }
.p-recruit__table--item {
  border-top: 1px solid var(--gold2);
  padding: 34px 0;
  display: flex;
  position: relative;
}
}
@media screen and (max-width: 767px) {
    .p-recruit__table--list {
        flex-direction: column;
      }
}
.p-recruit__table--item:last-child {
  border-bottom: 1px solid var(--gold2);
}
.p-recruit__table--item:last-child::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 1px;
  background-color: var(--gold);
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 768px) {
  .p-recruit__table--item:last-child::after {
    width: 103px;
  }
}
.p-recruit__table--item::before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 1px;
  background-color: var(--gold);
  position: absolute;
  left: 0;
  top: -1px;
}
@media screen and (max-width: 768px) {
  .p-recruit__table--item::before {
    width: 103px;
  }
}
.p-recruit__table--heading {
  min-width: 200px;
  text-align: center;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-recruit__table--heading {
    text-align: left;
    min-width: 103px;
    font-size: 0.75rem;
  }
}
.p-recruit__table--body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding-left: 66px;
  width: 100%;
}
@media screen and (max-width: 1800px) {
  .p-recruit__table--body {
    padding-left: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__table--body {
    font-size: 0.75rem;
    padding-left: 16px;
  }
}
.p-recruit__text {
  text-align: center;
}
@media screen and (max-width: 415px) {
    .p-recruit__text br:first-child {
        display: none;
    }
}
.p-recruit__form--table {
  background: none;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
    .p-recruit__form--table {
        margin-top: 40px;
      }
  .p-recruit__form--table .p-recruit__table--item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-recruit__form--table .p-recruit__table--item:last-child {
  border-bottom: none;
}
.p-recruit__form--table .p-recruit__table--item:last-child::after {
  content: none;
}
.p-recruit__form--table .p-recruit__table--item::before {
  width: 310px;
}
@media screen and (max-width: 768px) {
  .p-recruit__form--table .p-recruit__table--item::before {
    width: 108px;
  }
}
.p-recruit__form--table .p-recruit__table--item:last-child::after {
  width: 310px;
}
@media screen and (max-width: 768px) {
  .p-recruit__form--table .p-recruit__table--item:last-child::after {
    width: 108px;
  }
}
.p-recruit__table--title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-recruit__table--title {
    font-size: 0.875rem;
    margin-right: 16px;
  }
}
.p-recruit__table--required {
  background-color: var(--gold);
  color: var(--white);
  font-size: 0.75rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  padding: 4px 6px;
  width: fit-content;
  height: fit-content;
}
.p-recruit__form--heading {
  display: flex;
  justify-content: space-between;
  min-width: 250px;
}
@media screen and (max-width: 768px) {
  .p-recruit__form--heading {
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__form--body {
    font-size: 0.875rem;
    margin-top: 20px;
    padding-left: 0;
  }
}
.p-recruit__table--row {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-recruit__table--row {
    margin-bottom: 20px;
  }
}
.p-recruit__table--row:last-child {
  margin-bottom: 0;
}
.p-recruit__table--subtitle {
  font-weight: bold;
  margin-right: 30px;
}
.p-recruit__table--check {
  display: inline;
  position: relative;
  padding-left: 26px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-recruit__table--check {
    display: block;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.p-recruit__table--check .label::before {
  content: "";
  display: inline-block;
  background-color: var(--white);
  border: 1px solid #ddd;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-recruit__table--check .label::after {
  content: "";
  display: inline-block;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  width: 13px;
  height: 8px;
  position: absolute;
  left: 3px;
  top: 40%;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}
input[type=checkbox]:checked + .label::before {
  background-color: var(--gold);
}
input[type=checkbox]:checked + .label::after {
  opacity: 1;
}
input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__table--check .label::before {
    width: 16px;
    height: 16px;
  }
  .p-recruit__table--check .label::after { 
    width: 10px;
    height: 6px;
  }
}
.p-recruit__table--check:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__table--check:last-child {
    margin-bottom: 0;
  }
}
.p-recruit__table--time .p-recruit__table--subtitle {
  min-width: 52px;
}
.p-recruit__table--box {
  background-color: var(--white);
  border: 1px solid #ddd;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  padding: 8px;
}
.p-recruit__table--box-sm {
  width: 100px;
  display: inline-block;
}
.p-recruit__table--box-md {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .p-recruit__table--box-md {
    width: 100%;
  }
}
.p-recruit__table--box-lg {
  width: 100%;
  max-width: 550px;
}
.p-recruit__table--textarea {
  width: 100%;
  height: 210px;
}
@media screen and (max-width: 768px) {
  .p-recruit__table--textarea {
    height: 80px;
  }
}
.p-recruit__table--box-arrow {
  position: relative;
}
.p-recruit__table--box-arrow::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 9px;
  border-top: solid 1px var(--black);
  border-right: solid 1px var(--black);
  position: absolute;
  right: 1em;
  top: 14px;
  transform: rotate(135deg);
}
.p-recruit__table--radio {
  padding-left: 26px;
  margin-right: 20px;
  position: relative;
  display: inline;
}
.p-recruit__table--radio .label::before {
  content: "";
  display: inline-block;
  background-color: var(--white);
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
input[type=radio]:checked + .label::before {
  border: 4px solid var(--gold);
}
input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}
.p-recruit__table--radio-active {
  padding-left: 26px;
  margin-right: 20px;
  position: relative;
}
.p-recruit__table--radio-active::before {
  content: "";
  display: inline-block;
  background-color: var(--gold);
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-recruit__table--radio-active::after {
  content: "";
  display: inline-block;
  background-color: var(--white);
  width: 8px;
  height: 8px;
  border: 1px solid #ddd;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.p-recruit__privacy--check {
  text-align: center;
  width: 100%;
}
.p-recruit__privacy--inner {
  display: inline;
  position: relative;
}
.p-recruit__privacy--inner::before {
  content: "";
  display: inline-block;
  background-color: var(--white);
  border: 1px solid #ddd;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -1.5em;
  top: 50%;
  transform: translateY(-50%);
}

.p-recruit__privacy--inner::after {
  content: "";
  display: inline-block;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  width: 13px;
  height: 8px;
  position: absolute;
  left: -21px;
  top: 40%;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-recruit__privacy--inner::before {
    width: 16px;
    height: 16px;
  }
  .p-recruit__privacy--inner::after { 
    width: 10px;
    height: 6px;
    left: -18px;
  }
}
.p-recruit__table--address .p-recruit__table--subtitle {
  min-width: 118px;
}
@media screen and (max-width: 768px) {
    .p-recruit__table--address {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}
.p-recruit__table--age {
  display: inline-block;
  margin-left: 10px;
}
.p-recruit__privacy {
  flex-direction: column;
}
.p-recruit__privacy--wrapper {
  max-width: 960px;
  width: 100%;
  height: 312px;
  margin: 40px auto 0 auto;
  background-color: var(--white);
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow-y: auto;
  padding: 40px 40px;
}
@media screen and (max-width: 768px) {
  .p-recruit__privacy--wrapper {
    padding: 24px 24px;
    margin: 18px auto 0 auto;
    font-size: 14px;
  }
}
.p-recruit__privacy--text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.p-recruit__privacy--title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  margin-top: 1em;
}
.p-recruit__button {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-recruit__button {
    margin-top: 60px;
  }
}

.p-shop {
  background-color: var(--lightpink);
  overflow: hidden;
}
.p-shop__section {
  padding-top: 0;
}
.p-shop .u-border-under {
  margin: 0;
}
@media screen and (max-width: 768px) {
    .p-shop .u-border-under {
        margin: 0 calc(50% - 50vw);
    }
}
.p-shop__text {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-top: 70px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-shop__text {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}
.p-shop__media {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-shop__media {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
}
.p-shop__media:last-child {
  margin-bottom: 0;
}
.p-shop__media--images {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-shop__media--images {
    width: 100%;
  }
}
.p-shop__media--body {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-shop__media--body {
    padding-left: 0;
    padding-bottom: 28px;
  }
}
.p-shop__media--title {
  font-size: 2.125rem;
}
@media screen and (max-width: 768px) {
  .p-shop__media--title {
    font-size: 1.5rem;
    text-align: center;
  }
}
.p-shop__media--text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-shop__media--text {
    font-size: 0.875rem;
    margin-top: 28px;
  }
}
.p-shop__media-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-shop__media-reverse {
    flex-direction: column-reverse;
  }
}
.p-shop__media-reverse .p-shop__media--body {
  padding-left: 0;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .p-shop__media-reverse .p-shop__media--body {
    padding-right: 0;
  }
}
.p-shop__price {
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
    .p-shop__price {
        margin: 0 calc(50% - 50vw);
    }
}
.p-shop__price--list {
  max-width: 383px;
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-shop__price--list {
    margin: 40px auto 0 auto;
  }
}
.p-shop__price--title {
  font-size: 2.625rem;
  text-align: center;
  color: var(--pink);
}
@media screen and (max-width: 768px) {
  .p-shop__price--title {
    font-size: 1.75rem;
  }
}
.p-shop__media--lead {
  font-size: 1.375rem;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .p-shop__media--lead {
    font-size: 1rem;
    text-align: center;
  }
}
.p-shop__price--item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-shop__price--item {
    margin-bottom: 20px;
  }
}
.p-shop__price--heading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
}
.p-shop__price--body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.p-shop__price--note {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.p-shop__price--option {
  color: var(--brown2);
}
.p-shop__alcohol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1054px) {
  .p-shop__alcohol {
    flex-direction: column;
    row-gap: 0;
  }
}
.p-shop__alcohol--item {
  width: 50%;
}
@media screen and (max-width: 1054px) {
  .p-shop__alcohol--item {
    width: 100%;
  }
}
@media screen and (max-width: 1054px) {
  .p-shop__alcohol--item01 {
    order: 3;
    margin-top: 20px;
  }
}
.p-shop__alcohol--item02 {
  padding-left: 80px;
}
@media screen and (max-width: 1200px) {
  .p-shop__alcohol--item02 {
    padding-left: 24px;
  }
}
@media screen and (max-width: 1054px) {
  .p-shop__alcohol--item02 {
    padding-left: 0;
    order: 0;
  }
}
@media screen and (max-width: 1054px) {
  .p-shop__alcohol--item03 {
    order: 4;
    margin-top: 20px;
  }
}
.p-shop__alcohol--item04 {
  padding-left: 80px;
}
@media screen and (max-width: 1200px) {
  .p-shop__alcohol--item04 {
    padding-left: 24px;
  }
}
@media screen and (max-width: 1054px) {
  .p-shop__alcohol--item04 {
    padding-left: 0;
    order: 1;
  }
}
.p-shop__alcohol--row {
  display: flex;
  justify-content: space-between;
  min-width: 130px;
}
.p-shop__alcohol--name {
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.p-shop__alcohol--name span {
    font-weight: bold;
    font-family: "Zen Kaku Gothic Antique", sans-serif !important;
}
.p-shop__alcohol--heading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.p-shop__alcohol--inner {
  border-top: 1px solid var(--gray);
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
}
.p-shop__alcohol--inner:last-child {
  border-bottom: 1px solid var(--gray);
}
@media screen and (max-width: 1054px) {
  .p-shop__alcohol--inner:last-child {
    border-bottom: none;
  }
}

.p-rin {
  background-color: #FFF6F3;
}
.p-rin__title {
  color: var(--pink);
}
.p-rin__point {
  max-width: 1200px;
  margin: 0 auto;
}
.p-rin__images {
  max-width: 440px;
  margin: 0 auto;
  display: block;
}
.p-rin__media {
  margin-bottom: 40px;
}
.p-rin__media:last-child {
  margin-bottom: 0;
}
.p-rin__media--images {
  max-width: 400px;
  min-width: 368px;
  z-index: 1;
}
.p-rin__media--title {
  text-align: center;
}
.p-rin__media--body {
  position: relative;
  z-index: 0;
}
.p-rin__point--01 .p-rin__media--body::after {
  content: "";
  display: inline-block;
  background: url("../images/rin_point01_bg.png") no-repeat;
  background-size: contain;
  width: 319px;
  height: 300px;
  position: absolute;
  right: -82px;
  bottom: -74px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-rin__point--01 .p-rin__media--body::after {
    bottom: auto;
    top: -54px;
    right: -60px;
    width: 154px;
    height: 154px;
  }
}
.p-rin__point--02 .p-rin__media--body::after {
  content: "";
  display: inline-block;
  background: url("../images/rin_point02_bg.png") no-repeat;
  background-size: contain;
  width: 218px;
  height: 202px;
  position: absolute;
  left: -82px;
  bottom: -74px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-rin__point--02 .p-rin__media--body::after {
    bottom: auto;
    top: -54px;
    left: -60px;
    width: 140px;
    height: 135px;
  }
}
.p-rin__point--03 .p-rin__media--body::after {
  content: "";
  display: inline-block;
  background: url("../images/rin_point03_bg.png") no-repeat;
  background-size: contain;
  width: 218px;
  height: 202px;
  position: absolute;
  right: -82px;
  bottom: -74px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-rin__point--03 .p-rin__media--body::after {
    bottom: auto;
    top: -54px;
    right: -60px;
    width: 133px;
    height: 125px;
  }
}
.p-rin__point--04 .p-rin__media--body::after {
  content: "";
  display: inline-block;
  background: url("../images/rin_point04_bg.png") no-repeat;
  background-size: contain;
  width: 182px;
  height: 169px;
  position: absolute;
  left: -82px;
  bottom: -74px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-rin__point--04 .p-rin__media--body::after {
    bottom: auto;
    top: -54px;
    left: -60px;
    width: 164px;
    height: 152px;
  }
}
.p-rin__price--list {
  max-width: 298px;
}

.p-crepe {
  background-color: var(--beige);
}
.p-crepe__title {
  color: var(--brown2);
}
.p-crepe__images {
  max-width: 1210px;
  margin: 0 auto;
  display: flex;
  position: relative;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .p-crepe__images {
    margin: 0 calc(50% - 50vw);
    padding-bottom: 117px;
  }
}
.p-crepe__images::after {
  content: "";
  display: inline-block;
  background: url("../images/crepe_main_bg.png") no-repeat;
  background-position: center center;
  background-size: cover;
  width: 80%;
  max-width: 850px;
  height: 79%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.p-crepe__images img {
  max-width: 850px;
  width: 71%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-crepe__images img {
    width: 100%;
  }
}
.p-crepe__images img:nth-child(2) {
  max-width: 480px;
  width: 40%;
}
.p-crepe__images02 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-crepe__point {
  position: relative;
  padding-bottom: 134px;
}
@media screen and (max-width: 768px) {
  .p-crepe__point {
    flex-direction: column-reverse;
    padding-bottom: 46px;
  }
}
.p-crepe__point--01::after {
  content: "";
  display: inline-block;
  background: url("../images/crepe_point01_en.svg") no-repeat;
  background-size: contain;
  width: 376px;
  height: 148px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-crepe__point--01::after {
    width: 170px;
    height: 68px;
    bottom: auto;
    top: -46px;
  }
}
.p-crepe__point--02::after {
  content: "";
  display: inline-block;
  background: url("../images/crepe_point02_en.svg") no-repeat;
  background-size: contain;
  width: 457px;
  height: 154px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-crepe__point--02::after {
    width: 196px;
    height: 68px;
    bottom: auto;
    left: auto;
    top: -46px;
    right: 0;
  }
}
.p-crepe__point--03::after {
  content: "";
  display: inline-block;
  background: url("../images/crepe_point03_en.svg") no-repeat;
  background-size: contain;
  width: 457px;
  height: 185px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-crepe__point--03::after {
    width: 165px;
    height: 68px;
    bottom: auto;
    top: -46px;
  }
}
.p-crepe__media--images {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-crepe__media--images {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.p-crepe__media--images::before {
  content: "";
  display: inline-block;
  background: url("../images/crepe_main_bg.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -60px;
  bottom: -60px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-crepe__media--images::before {
    left: -30px;
    bottom: -30px;
  }
}
.p-crepe__media--images img {
  z-index: 1;
  position: relative;
}
.p-crepe__media--body {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-crepe__media--body {
    width: 100%;
  }
}
.p-crepe__price--title {
  color: var(--brown2);
}
.p-crepe__price--list {
  max-width: 383px;
}
@media screen and (max-width: 768px) {
    .p-crepe__price--list {
        padding: 0 16px;
      }
}

.p-shop__media-reverse .p-crepe__media--images::before {
  right: -60px;
  left: auto;
  bottom: -60px;
}
@media screen and (max-width: 768px) {
  .p-shop__media-reverse .p-crepe__media--images::before {
    left: -30px;
    bottom: -30px;
  }
}

body:has(.p-bar) {
  background-image: linear-gradient(180deg, #46626C 25%, #678B9A 50%, #182F37 100%);
  position: relative;
  z-index: 0;
}
body:has(.p-bar)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-bar.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body:has(.p-bar)::before {
    background-image: url("../images/bg-bar-sp.png");
  }
}
body:has(.p-crepe) {
    background-color: var(--beige);
}
body:has(.p-rin) {
    background-color: #FFF6F3;
}
body:has(.p-bar) .l-header__link {
  color: var(--white);
}
@media screen and (max-width: 1200px) {
  body:has(.p-bar) .l-header__link {
    color: var(--black);
  }
}
body:has(.p-bar) .l-header__link:hover {
  color: var(--gold);
}
body:has(.p-bar) .l-footer__link {
  color: var(--white);
}
body:has(.p-bar) .l-footer__link:hover {
  color: var(--gold);
}
body:has(.p-bar) .l-footer__copy {
  color: var(--white);
}
body:has(.p-bar) .l-footer__totop {
  border-color: var(--white);
}
body:has(.p-bar) .l-footer__totop::before {
  background-image: url("../images/arrow-totop-white.svg");
}

.p-bar {
  background-color: unset;
}
.p-bar__title {
  color: var(--white);
}
.p-bar__title span {
  display: inline-block;
}
.p-bar__text {
  color: var(--white);
}
.p-bar__images {
  max-width: 1315px;
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.p-bar__media--body {
  width: 50%;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .p-bar__media--body {
    width: 100%;
  }
}
.p-bar__media--images {
    margin: 0 calc(50% - 50vw);
    width: 50vw;
}
@media screen and (max-width: 768px) {
    .p-bar__media--images {
        width: 100vw;
    }
}
.p-bar__media--images-en {
  height: 70px;
  display: block;
  margin-bottom: -30px;
}
@media screen and (max-width: 768px) {
  .p-bar__media--images-en {
    width: fit-content;
    margin: 0 0 -30px auto;
    height: 30px;
  }
}
.p-bar__point {
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-bar__point {
    margin-bottom: 25px;
  }
}

.p-bar__alcohol {
    color: var(--white);
}

.p-belle-about {
  padding-block: 100px 102px;
  border-bottom: 2px solid var(--gold);
  background-image: url("../images/belle-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .p-belle-about {
    padding-block: 40px;
  }
}

.p-belle-about__inner {
  max-width: 1980px;
  margin: 0 auto;
  padding-inline: 30px;
  display: flex;
  align-items: center;
  column-gap: 80px;
}
@media screen and (max-width: 1200px) {
  .p-belle-about__inner {
    column-gap: 32px;
  }
}
@media screen and (max-width: 1054px) {
  .p-belle-about__inner {
    flex-direction: column-reverse;
    row-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-belle-about__inner {
    padding-inline: 24px;
  }
}

.p-belle-about__image {
  max-width: 960px;
}

.p-belle-about__text {
  max-width: 660px;
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  .p-belle-about__text {
    padding-right: 0;
  }
}

.p-belle-about__heading {
  margin-bottom: 40px;
  font-size: 2.1875rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-belle-about__heading {
    margin-bottom: 22px;
    font-size: 1.375rem;
    line-height: 1.7;
  }
}

.p-belle-about__desc {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  line-height: 2.125;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-belle-about__desc {
    font-size: 0.875rem;
  }
}
.p-belle-about__desc + .p-belle-about__desc {
  margin-top: 20px;
}

.p-belle-menu {
  margin-top: 150px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-belle-menu {
    margin-top: 40px;
  }
}

.p-belle-menu__inner {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-belle-menu__inner {
    row-gap: 40px;
  }
}

.p-belle-menu__item {
  display: flex;
  align-items: center;
  column-gap: 80px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-belle-menu__item {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1054px) {
  .p-belle-menu__item {
    flex-direction: column-reverse;
    row-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-belle-menu__item {
    column-gap: 24px;
    width: 100vw;
    margin-left: -16px;
    padding-inline: 30px;
    padding-top: 36px;
  }
}
@media screen and (max-width: 768px) {
  .p-belle-menu__item:not(:first-child) {
    border-top: 2px solid var(--gold);
  }
}
.p-belle-menu__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1054px) {
  .p-belle-menu__item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.p-belle-menu__item:nth-child(even) .p-belle-menu__deco {
  right: unset;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-belle-menu__item:nth-child(even) .p-belle-menu__deco {
    left: unset;
    right: 26px;
  }
}

.p-belle-menu__image {
  width: calc(50% - 40px);
}
@media screen and (max-width: 1054px) {
  .p-belle-menu__image {
    width: 100%;
    max-width: 650px;
  }
}

.p-belle-menu__content {
  max-width: 640px;
  width: calc(50% - 40px);
  z-index: 0;
}
@media screen and (max-width: 1054px) {
  .p-belle-menu__content {
    width: 100%;
  }
}

.p-belle-menu__heading {
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-belle-menu__heading {
    font-size: 1.375rem;
    line-height: 1.7;
  }
}

.p-belle-menu__deco {
  font-family: "Gwendolyn", cursive;
  font-size: 8.75rem;
  line-height: 1;
  letter-spacing: 0;
  color: #A07A1A60;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.2;
}
@media screen and (max-width: 1054px) {
  .p-belle-menu__deco {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-belle-menu__deco {
    font-size: 3.125rem;
    top: 24px;
    right: 26px;
  }
}

.p-belle-menu__desc {
  margin-top: 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  line-height: 2.125;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-belle-menu__desc {
    font-size: 0.875rem;
  }
}

.p-belle-cta {
  margin-top: 120px;
  background-color: #EEE3D0;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-belle-cta {
    margin-top: 40px;
    padding-block: 40px;
  }
}

.p-belle-cta__inner {
  display: flex;
  column-gap: 40px;
}
@media screen and (max-width: 1054px) {
  .p-belle-cta__inner {
    column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-belle-cta__inner {
    margin-top: 16px;
    padding-inline: 30px;
    flex-direction: column;
    row-gap: 14px;
  }
}

.p-belle-cta__card {
  width: calc(50% - 20px);
  position: relative;
}
@media screen and (max-width: 1054px) {
  .p-belle-cta__card {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .p-belle-cta__card {
    width: 100%;
  }
}
.p-belle-cta__card::before {
  content: "";
  display: block;
  width: 12px;
  height: 22px;
  background-image: url("../images/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

.p-belle-cta__card-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.625rem;
  font-weight: 600;
  text-align: center;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .p-belle-cta__card-text {
    font-size: 1rem;
  }
}

.p-news {
  background-color: var(--base);
}

.p-news__mv {
  background: url("../images/news.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .p-news__mv {
    background: url("../images/news_sp.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
  }
}

.p-news__wrapper {
  margin-top: 100px;
  max-width: 1260px;
  padding-inline: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-news__wrapper {
    margin-top: 40px;
  }
}
.p-news__wrapper > .webgene-blog {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-news__wrapper > .webgene-blog {
    row-gap: 40px;
  }
}
.p-news__wrapper .webgene-pagination {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-news__wrapper .webgene-pagination {
    margin-top: 20px;
  }
}
.p-news__wrapper .webgene-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
}
.p-news__wrapper .webgene-pagination ul li a {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-news__wrapper .webgene-pagination ul li a {
    font-size: 0.875rem;
  }
}
.p-news__wrapper .webgene-pagination ul li.prev a {
  display: block;
  width: 44px;
  height: 11px;
  font-size: 0;
  color: transparent;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-news__wrapper .webgene-pagination ul li.prev a {
    width: 22px;
    height: 6px;
  }
}
.p-news__wrapper .webgene-pagination ul li.prev a::before {
  content: "";
  display: block;
  width: 44px;
  height: 11px;
  background-image: url("../images/prev.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-news__wrapper .webgene-pagination ul li.prev a::before {
    width: 22px;
    height: 6px;
  }
}
.p-news__wrapper .webgene-pagination ul li.next a {
  display: block;
  width: 44px;
  height: 11px;
  color: transparent;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-news__wrapper .webgene-pagination ul li.next a {
    width: 22px;
    height: 6px;
  }
}
.p-news__wrapper .webgene-pagination ul li.next a::before {
  content: "";
  display: block;
  width: 44px;
  height: 11px;
  background-image: url("../images/next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-news__wrapper .webgene-pagination ul li.next a::before {
    width: 22px;
    height: 6px;
  }
}

.p-news-archive__inner {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-news-archive__inner {
    row-gap: 40px;
  }
}

.p-news-archive__link {
  display: flex;
  column-gap: 40px;
  padding-block: 40px;
}
@media screen and (max-width: 1054px) {
  .p-news-archive__link {
    column-gap: 20px;
    padding-block: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-news-archive__link {
    flex-wrap: wrap;
    align-items: center;
    row-gap: 16px;
    column-gap: 10px;
    padding-block: 0;
  }
}

.p-news-archive__date {
  flex-shrink: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.02em;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .p-news-archive__date {
    margin-top: 0;
    font-size: 0.875rem;
  }
}

.p-news-archive__label {
  flex-shrink: 0;
  min-width: 148px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--white);
  background-color: var(--gold);
}
@media screen and (max-width: 768px) {
  .p-news-archive__label {
    min-width: 110px;
    height: 20px;
    font-size: 0.75rem;
  }
}

.p-news-archive__text {
  margin-top: 2.5px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-news-archive__text {
    width: 100%;
    margin-top: 0;
    font-size: 1.125rem;
  }
}

.p-news-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .p-news-header {
    padding-bottom: 12px;
  }
}

.p-news-header__date {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.02em;
  width: fit-content;
  margin-left: auto;
}

.p-news-header__label {
  margin-top: 10px;
  width: fit-content;
  min-width: 103px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--white);
  background-color: var(--gold);
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-news-header__label {
    min-width: 110px;
    height: 20px;
    font-size: 0.75rem;
  }
}

.p-news-header__title {
  margin-top: 16px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-news-header__title {
    margin-top: 10px;
    font-size: 1.125rem;
  }
}

.p-news-body {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-news-body {
    margin-top: 30px;
  }
}

.p-news-body__thumb img {
  width: 100%;
}

.p-news-body__content {
  margin-top: 36px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.75;
  letter-spacing: 0;
}
.p-news-body__content p {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-news-body__content p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news-body__content {
    margin-top: 24px;
  }
}

.p-news__button {
  display: block;
  width: fit-content;
  margin-top: 72px;
  margin-inline: auto;
  font-size: 1.5rem;
  color: var(--white);
  background-color: var(--gold);
  padding: 32.5px 126px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-news__button {
    margin-top: 36px;
    width: 100%;
    max-width: 315px;
    font-size: 1rem;
    text-align: center;
    padding: 20px 40px;
  }
}
.p-news__button::before {
  content: "";
  display: block;
  width: 12px;
  height: 22px;
  background-image: url("../images/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-news__button::before {
    width: 8px;
    height: 14px;
    right: 18px;
  }
}

/* Utility (prefix: u-)
    ------------------------------------------------*/
.u-height-full {
  height: 100%;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-centerposition {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

.u-normal {
  font-weight: normal;
}

.u-bold {
  font-weight: bold;
}

.u-color\:white {
  color: #fff;
}

.u-block {
  display: block;
}

.u-left {
  text-align: left;
}

.u-center {
  text-align: center;
}

.u-fixed {
  position: fixed;
}

.u-font-size\:smallish {
  font-size: var(--font-size-smallish);
}

.u-font-size\:biggish {
  font-size: var(--font-size-biggish);
}

.u-font-size\:big {
  font-size: var(--font-size-big);
}

.u-pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block !important;
  }
}

.u-border-under {
  border-bottom: 1px solid var(--gold);
  margin: 0 calc(50% - 50vw);
}

.l-mv__shop--tile {
    position: absolute;
    width: fit-content;
    height: 29px;
    object-fit: contain;
    top: 10%;
    left: 0;
}
@media screen and (max-width: 768px) {
    .l-mv__shop--news {
        padding: 0;
    }
    .l-mv__shop--tile img {
      object-fit: contain;
    }
}

.gjs-dashed .p-bar {
    background: #678B9A;
}

.l-mv__reserve {
  position: absolute;
  width: 280px;
  top: 40px;
  right: 40px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-mv__reserve {
    width: 240px;
    top: 60%;
    right: 16px;
  }
}

.p-menu__media .border-01 {
  border-bottom: 1px solid #A07A1A;
}

.p-menu__media .border-02 {
  border-bottom: 1px solid #CBBCA2;
}