@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          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;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          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;
  -webkit-text-decoration: underline dotted;
          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 */
}

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 */
/* 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;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: bottom;
}

body {
  font-family: "Shippori Mincho B1", serif;
  color: #31201D;
  background-color: #F1E3D5;
}

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

.l-inner {
  width: 100%;
  max-width: 1020px;
  height: 100%;
  padding: 0 60px;
  margin: 0 auto;
  position: relative;
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 86px;
  z-index: 10;
}

.l-main {
  background-image: url(../images/common/bg.png);
  background-repeat: repeat;
  background-size: 250px 250px;
}

.c-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1.0714285714;
  font-weight: 400;
  font-family: "Allura", cursive;
  text-align: center;
  padding-bottom: 32px;
  position: relative;
}
.c-title::before {
  position: absolute;
  content: "";
  display: block;
  width: 265px;
  height: 32px;
  background-image: url(../images/common/title_deco.png);
  background-size: cover;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.c-title.-white {
  color: #F1E3D5;
}
.c-title.-white::before {
  background-image: url(../images/common/title_deco-white.png);
}

.c-title--s {
  font-size: clamp(1.5rem, 2.5714285714vw, 2.25rem);
  line-height: 1.6666666667;
  font-weight: 400;
  font-family: "Allura", cursive;
  text-align: center;
}
.c-title--s.-white {
  color: #F1E3D5;
}

.c-text {
  font-size: clamp(0.875rem, 1.1428571429vw, 1rem);
  line-height: 1.625;
  font-weight: 400;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.c-text.-white {
  color: #F1E3D5;
}

.c-toggle {
  width: 60px;
  height: 60px;
  background-color: #31201D;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.c-toggle::before {
  position: absolute;
  content: "MENU";
  display: block;
  font-size: clamp(0.625rem, 0.7142857143vw, 0.625rem);
  line-height: 1.6;
  font-weight: 400;
  color: #F1E3D5;
  left: 50%;
  top: 10px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.c-toggle span,
.c-toggle span::before,
.c-toggle span::after {
  position: absolute;
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background-color: #F1E3D5;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.c-toggle span {
  top: 40px;
}
.c-toggle span::before {
  top: -7px;
}
.c-toggle span::after {
  top: 7px;
}

.c-toggle.js-open {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.c-toggle.js-open span {
  display: contents;
}
.c-toggle.js-open span::before {
  top: 50px;
  rotate: 45deg;
}
.c-toggle.js-open span::after {
  top: 30px;
  rotate: -45deg;
}

.header {
  background-color: #31201D;
  border-top: 4px solid #6E5147;
  border-bottom: 4px solid #FF6600;
  -webkit-box-shadow: 0 30px 30px rgba(64, 48, 42, 0.25);
          box-shadow: 0 30px 30px rgba(64, 48, 42, 0.25);
}

.header__inner {
  max-width: 1020px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 60px;
  margin: 0 auto;
  position: relative;
}

.header__logo {
  width: 148px;
}
.header__logo img {
  width: 100%;
  height: auto;
}

.header__toggle {
  display: none;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 6%;
}
.header__list a {
  font-size: clamp(0.8125rem, 1vw, 0.875rem);
  line-height: 1;
  letter-spacing: -0.1em;
  font-weight: 400;
  color: #F1E3D5;
  width: 100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.header__list a::before {
  content: attr(data-headerList);
  font-family: "Allura", cursive;
  display: block;
}
.header__list a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 2px 0 2px;
  border-color: #F1E3D5 transparent transparent transparent;
}
.header__list a[target=_blank] {
  width: 108px;
  padding: 6px;
  border: 1px solid #F1E3D5;
}
.header__list a[target=_blank]::after {
  position: absolute;
  border-width: 2px 0 2px 6px;
  border-color: transparent transparent transparent #F1E3D5;
  top: 50%;
  right: 3px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header__sns li {
  margin: 0 5px;
}
.header__sns li img {
  width: 30px;
  height: 30px;
}

.header__btn {
  width: 50px;
  height: 50px;
  margin-left: 2%;
}
.header__btn img {
  width: 100%;
  height: auto;
}

.header__nav.js-open {
  right: 0;
}

.footer {
  padding: 50px 0;
  background-color: #31201D;
  border-top: 6px solid #FF6600;
}

.footer__logo {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.footer__logo img {
  width: 100%;
  height: auto;
}

.footer__address {
  font-size: clamp(0.875rem, 1.1428571429vw, 1rem);
  line-height: 1.5;
  font-weight: 400;
  color: #F1E3D5;
  text-align: center;
  margin-top: 16px;
}

.footer__tel {
  font-size: clamp(1.5rem, 1.7142857143vw, 1.5rem);
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding-left: 42px;
  position: relative;
}
.footer__tel::before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/common/tel.svg);
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.footer__nav {
  margin-top: 32px;
}

.footer__item {
  font-size: clamp(0.875rem, 1vw, 0.875rem);
  line-height: 1.4285714286;
  font-weight: 400;
  color: #F1E3D5;
  text-align: center;
}
.footer__item img {
  margin: 0 4px;
}
.footer__item + .footer__item {
  margin-top: 16px;
}
.footer__item.-blog img {
  width: 210px;
  height: auto;
}
.footer__item.-insta img, .footer__item.-facebook img {
  width: 20px;
  height: 20px;
}

.footer__copy {
  font-size: clamp(0.625rem, 0.7142857143vw, 0.625rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #F1E3D5;
  text-align: center;
  margin-top: 45px;
}

.mv {
  height: 100dvh;
  max-height: calc(100dvh - 86px);
  position: relative;
  z-index: 1;
}

.mv__inner {
  height: inherit;
  padding: 42px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.mv__logo {
  width: 240px;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.mv__logo img {
  width: 100%;
  height: auto;
}

.mv__text {
  font-size: clamp(1.125rem, 1.5714285714vw, 1.375rem);
  line-height: 1.7272727273;
  font-weight: 400;
  color: #F1E3D5;
  text-shadow: 0 3px 6px #40302A;
  text-align: center;
}

.mv__scroll {
  font-size: clamp(0.625rem, 0.8571428571vw, 0.75rem);
  line-height: 1.6666666667;
  font-weight: 400;
  color: #F1E3D5;
  text-shadow: 0 3px 6px #40302A;
  text-align: center;
  padding-bottom: 48px;
  margin-top: 12px;
  position: relative;
}
.mv__scroll::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #F1E3D5;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-animation: scrollMove 2s ease-in-out infinite;
          animation: scrollMove 2s ease-in-out infinite;
}

@-webkit-keyframes scrollMove {
  0% {
    height: 0;
    bottom: 40px;
    opacity: 0;
  }
  70% {
    height: 28px;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: 0;
    opacity: 0;
  }
}

@keyframes scrollMove {
  0% {
    height: 0;
    bottom: 40px;
    opacity: 0;
  }
  70% {
    height: 28px;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: 0;
    opacity: 0;
  }
}
.mv__swiper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.mvSwiper {
  width: 100%;
  height: 100%;
}

.mvSwiper__slide {
  width: 100%;
  height: 100%;
}
.mvSwiper__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.information {
  padding: 90px 0;
}

.information__info {
  font-size: clamp(0.875rem, 1.2857142857vw, 1.125rem);
  line-height: 1.6666666667;
  font-weight: 400;
  text-align: center;
}

.information__wrapper {
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.information__card {
  padding: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#CAAD8B), to(#ECD6BB));
  background: linear-gradient(to top, #CAAD8B, #ECD6BB);
  border: 1px solid #E5E1DA;
  -webkit-box-shadow: 0 10px 20px rgba(64, 48, 42, 0.3);
          box-shadow: 0 10px 20px rgba(64, 48, 42, 0.3);
}

.information__cardInner {
  padding: 24px 10.5%;
  border: 1px solid #C9AC8C;
  background-color: #F1E3D5;
}

.information__title {
  font-size: clamp(0.875rem, 1.1428571429vw, 1rem);
  line-height: 1.625;
  font-weight: 400;
  text-align: center;
  margin-top: 4px;
}

.information__text {
  font-size: clamp(0.875rem, 1.1428571429vw, 1rem);
  line-height: 1.625;
  font-weight: 400;
  margin-top: 14px;
}

.gallery {
  padding: 90px 0;
  background-color: #31201D;
}

.gallery__wrapper {
  margin-top: 50px;
}

.gallery__item {
  aspect-ratio: 1400/460;
  background-position: center;
  background-size: cover;
}
.gallery__item:first-child {
  background-image: url(../images/top/gallery_image1.jpg);
}
.gallery__item:first-child .gallery__content {
  margin-left: auto;
}
.gallery__item:nth-child(2) {
  background-image: url(../images/top/gallery_image2.jpg);
}
.gallery__item:last-child {
  background-image: url(../images/top/gallery_image3.jpg);
}
.gallery__item:last-child .gallery__content {
  margin-left: auto;
}

.gallery__content {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery__text {
  font-size: clamp(0.875rem, 1.1428571429vw, 1rem);
  line-height: 2.5;
  font-weight: 400;
  color: #F1E3D5;
}

.gallery__photograph {
  margin-top: 45px;
}

.gallery__photo {
  margin-top: 24px;
}

.cast {
  padding: 90px 0;
}

.cast__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.cast__content {
  width: 50%;
  padding-right: 30px;
}

.cast__message {
  font-size: clamp(1.875rem, 2.5714285714vw, 2.25rem);
  line-height: 1.6666666667;
  font-weight: 400;
  font-family: "Allura", cursive;
}

.cast__voice {
  font-size: clamp(0.8125rem, 1.1428571429vw, 1rem);
  line-height: 2.5;
  font-weight: 400;
  margin-top: 40px;
}

.cast__name {
  width: 180px;
  margin-left: auto;
}
.cast__name img {
  width: 100%;
  height: auto;
}

.cast__image {
  width: 50%;
}
.cast__image img {
  width: 100%;
  height: auto;
}

.cast__photo {
  margin-top: 50px;
}

.cast__text {
  font-size: clamp(0.875rem, 1.2857142857vw, 1.125rem);
  line-height: 1.4444444444;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
}

.system {
  background-color: #31201D;
  background-image: url(../images/common/bg-black.png);
  background-repeat: repeat;
  background-size: 250px 250px;
}

.system__text {
  color: #F1E3D5;
  text-align: center;
}

.system__inner {
  padding: 90px 20px;
  background-color: #31201D;
}

.system__wrapper {
  margin-top: 60px;
}

.system__info {
  max-width: 578px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #F1E3D5;
}

.system__list li {
  font-size: clamp(0.8125rem, 1.1428571429vw, 1rem);
  line-height: 1.625;
  font-weight: 400;
  color: #F1E3D5;
  padding-left: 24px;
  position: relative;
}
.system__list li::before {
  position: absolute;
  content: "※";
  display: block;
  left: 0;
  top: 0;
}
.system__list li + li {
  margin-top: 6px;
}

.menu + .menu {
  margin-top: 60px;
}

.menu__title {
  font-size: clamp(0.875rem, 1.1428571429vw, 1rem);
  line-height: 1.625;
  font-weight: 400;
  color: #F1E3D5;
  text-align: center;
  position: relative;
}
.menu__title::before {
  content: attr(data-menu);
  font-size: clamp(1.875rem, 2.5714285714vw, 2.25rem);
  line-height: 1.1111111111;
  font-weight: 400;
  font-family: "Allura", cursive;
  display: block;
}

.menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

.menu__item {
  max-width: 265px;
  width: 48%;
  position: relative;
}
.menu__item + .menu__item {
  margin-left: 5%;
}
.menu__item.-more {
  padding-bottom: 24px;
}
.menu__item.-more::after {
  font-size: clamp(0.625rem, 0.8571428571vw, 0.75rem);
  line-height: 1.6666666667;
  font-weight: 400;
  position: absolute;
  color: #F1E3D5;
  content: "and more…";
  display: block;
  right: 0;
  bottom: 0;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #F1E3D5;
}

.menu__plan,
.menu__price {
  font-size: clamp(0.875rem, 1.1428571429vw, 1rem);
  line-height: 1.625;
  font-weight: 400;
  color: #F1E3D5;
}

.menu__price {
  text-align: right;
}

.menu__add {
  font-size: clamp(0.875rem, 1.1428571429vw, 1rem);
  line-height: 1.625;
  font-weight: 400;
  color: #F1E3D5;
  text-align: right;
  margin-top: 8px;
}

.access {
  padding: 90px 0;
}

.access__text {
  text-align: center;
}

.access__map {
  max-width: 900px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.access__map iframe {
  width: 100%;
  aspect-ratio: 900/392;
}

.p-slider {
  padding-bottom: 40px;
}

.p-slider__slide {
  width: 800px;
}
.p-slider__slide img {
  width: 100%;
  height: auto;
}

.p-slider__prev,
.p-slider__next {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.5);
}
.p-slider__prev::after,
.p-slider__next::after {
  font-size: 28px;
  color: #31201D;
}

.p-slider__prev {
  left: 0;
}

.p-slider__next {
  right: 0;
}

.p-slider__pagination, .p-slider__pagination--sub {
  bottom: 0 !important;
}
.p-slider__pagination span, .p-slider__pagination--sub span {
  width: 10px;
  height: 10px;
  margin: 0 8px !important;
  border-radius: 0;
  background-color: #31201D;
  opacity: 1;
}
.p-slider__pagination span[aria-current=true], .p-slider__pagination--sub span[aria-current=true] {
  background-color: #FF6600;
}
.p-slider__pagination--sub span {
  background-color: #F1E3D5;
}

.recruit {
  padding: 82px 0 90px;
}

.recruit__wrapper {
  max-width: 600px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.recruit__wrapper + .recruit__wrapper {
  margin-top: 90px;
}

.recruit__title {
  font-size: clamp(0.875rem, 1.1428571429vw, 1rem);
  line-height: 1.625;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.recruit__title::before {
  content: attr(data-recruit);
  font-size: clamp(1.875rem, 2.5714285714vw, 2.25rem);
  line-height: 1.1111111111;
  font-weight: 400;
  font-family: "Allura", cursive;
  display: block;
}

.recruit__content {
  margin-top: 24px;
}

.recruit__caution {
  font-size: clamp(0.875rem, 1.1428571429vw, 1rem);
  line-height: 1.625;
  font-weight: 400;
  text-align: center;
  padding: 8px;
  margin-top: 28px;
  border: 1px solid #31201D;
}

.recruit__column {
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recruit__image {
  width: calc(50% - 10px);
}
.recruit__image img {
  width: 100%;
  height: auto;
}

.table {
  padding-bottom: 8px;
  border-bottom: 1px solid #31201D;
}
.table + .table {
  margin-top: 20px;
}

.table__head,
.table__body {
  font-size: clamp(0.875rem, 1.1428571429vw, 1rem);
  line-height: 1.625;
  font-weight: 400;
}

.table__body {
  padding: 0 20px;
}

.u-hide {
  display: block;
}

.u-hide--sp {
  display: block;
}

.u-show {
  display: none;
}

.u-show--sp {
  display: none;
}

.mt-40 {
  margin-top: 40px;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media screen and (max-width:767px) {
  .l-inner {
    padding: 0 30px;
  }
  .l-header {
    height: 0;
  }
  .header {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: contents;
  }
  .header__toggle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
  }
  .header__list + .header__list {
    margin-top: 40px;
  }
  .header__list li {
    margin-top: 20px;
  }
  .header__list a::before {
    display: none;
  }
  .header__list a::after {
    position: absolute;
    border-width: 2px 0 2px 6px;
    border-color: transparent transparent transparent #F1E3D5;
    top: 50%;
    right: 6px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .header__list a[target=_blank] {
    width: auto;
    border: none;
    padding-right: 30px;
    right: 4px;
  }
  .header__sns li img {
    width: 20px;
    height: 20px;
  }
  .header__sns {
    display: block;
    padding-left: 20px;
    margin-top: 50px;
  }
  .header__sns li {
    margin: 12px 0;
  }
  .header__sns li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .header__sns li a::after {
    display: block;
    font-size: clamp(0.875rem, 1vw, 0.875rem);
    line-height: 1.4285714286;
    font-weight: 400;
    color: #F1E3D5;
    margin-left: 8px;
  }
  .header__sns li.-insta a::after {
    content: "Instagram";
  }
  .header__sns li.-facebook a::after {
    content: "facebook";
  }
  .mv {
    height: 133vw;
  }
  .mv__logo {
    width: 167px;
  }
  .information {
    padding: 30px 0 50px;
  }
  .information__info {
    text-align: left;
  }
  .information__wrapper {
    margin-top: 30px;
  }
  .information__card {
    padding: 10px;
  }
  .information__cardInner {
    padding: 28px 8%;
  }
  .information__text {
    margin-top: 20px;
  }
  .gallery {
    padding: 60px 0 50px;
  }
  .gallery__wrapper {
    max-width: 450px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery__content {
    width: 100%;
    padding: 50px 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .gallery__text {
    line-height: 1.8571428571;
  }
  .gallery__photograph {
    margin-top: 30px;
  }
  .gallery__photo {
    margin-top: 30px;
  }
  .cast {
    padding: 60px 0;
  }
  .cast__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  .cast__content {
    width: 100%;
    padding-right: 0;
  }
  .cast__voice {
    margin-top: 10px;
  }
  .cast__name {
    width: 125px;
  }
  .cast__image {
    width: 100%;
    margin-top: 20px;
  }
  .cast__photo {
    margin-top: 30px;
  }
  .cast__text {
    margin-top: 20px;
  }
  .system__inner {
    padding: 48px 16px;
  }
  .system__wrapper {
    margin-top: 36px;
  }
  .system__info {
    padding-bottom: 20px;
  }
  .menu + .menu {
    margin-top: 32px;
  }
  .menu__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
  }
  .menu__item {
    width: 100%;
  }
  .menu__item + .menu__item {
    margin-left: 0;
  }
  .access {
    padding: 40px 0;
  }
  .access__map {
    margin-top: 24px;
  }
  .p-slider {
    padding-bottom: 0;
  }
  .p-slider__slide {
    width: 84%;
  }
  .p-slider__pagination, .p-slider__pagination--sub {
    display: none;
  }
  .recruit {
    padding: 90px 0;
  }
  .recruit__wrapper + .recruit__wrapper {
    margin-top: 40px;
  }
  .recruit__caution {
    margin-top: 20px;
  }
  .recruit__column {
    margin: 40px 0;
  }
  .u-hide {
    display: none;
  }
  .u-hide--sp {
    display: none;
  }
  .u-show {
    display: block;
  }
  .u-show--sp {
    display: block;
  }
}

@media screen and (max-width:1080px) {
  .header__inner {
    max-width: 940px;
    padding: 14px 20px;
  }
  .header__logo {
    width: 120px;
  }
  .header__nav {
    margin-left: 2.5%;
  }
  .header__list a {
    width: 90px;
  }
  .header__btn {
    margin-left: 1.2%;
  }
}

@media screen and (max-width:1080px) and (max-width:767px) {
  .header__inner {
    display: contents;
  }
  .header__logo {
    display: none;
  }
  .header__nav {
    display: block;
    width: 190px;
    padding: 64px 20px 40px;
    margin-left: 0;
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed;
    top: 0;
    right: -190px;
    z-index: 10;
    -webkit-transition: right 0.3s ease-out;
    transition: right 0.3s ease-out;
  }
  .header__list a {
    width: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 30px;
  }
  .header__btn {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
}

@media screen and (min-width: 768px) {
  .header__logo {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .header__logo:hover {
    opacity: 0.7;
  }
  .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__list a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .header__list a:hover {
    opacity: 0.7;
  }
  .header__list a[target=_blank] {
    margin: 0 5px;
  }
  .header__sns a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .header__sns a:hover {
    opacity: 0.7;
  }
  .header__btn {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .header__btn:hover {
    opacity: 0.7;
  }
  .footer__logo {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .footer__logo:hover {
    opacity: 0.7;
  }
  .footer__item a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .footer__item a:hover {
    opacity: 0.7;
  }
  .p-slider__prev,
  .p-slider__next {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-slider__prev:hover,
  .p-slider__next:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width:1400px) {
  .gallery__item {
    height: 460px;
    aspect-ratio: auto;
    background-size: auto;
  }
}

@media screen and (max-width:1400px) and (max-width:767px) {
  .gallery__item {
    height: auto;
    aspect-ratio: 375/500;
    background-size: cover;
  }
  .gallery__item:first-child {
    background-image: url(../images/top/gallery_image-sp1.jpg);
  }
  .gallery__item:nth-child(2) {
    background-image: url(../images/top/gallery_image-sp2.jpg);
  }
  .gallery__item:last-child {
    background-image: url(../images/top/gallery_image-sp3.jpg);
  }
}
/*# sourceMappingURL=style.css.map */