@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Explora&family=Noto+Serif+JP:wght@200..900&display=swap");
/*!
Coding style from FLOCSS
https://github.com/hiloki/flocss
 */
html, body, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

main, article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  margin: 0;
}

input, textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

input[type=button], input[type=submit],
input[type=reset], button {
  outline: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: top;
}

html {
  font-size: 16px;
}

body {
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background: #f9f5f2;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 920px) {
  body {
    font-size: 1.6vw;
  }
}
body.en {
  font-family: "Cormorant Infant", serif;
}

a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 921px) {
  a:hover img {
    opacity: 0.8;
  }
}

img {
  max-width: 100%;
  height: auto;
}

input,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

@keyframes line {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    transform-origin: center bottom;
  }
  35% {
    transform: translate(0, 0) rotate(0deg) scale(0);
    transform-origin: center bottom;
  }
  36% {
    transform: translate(0, 0) rotate(0deg) scale(0);
    transform-origin: center top;
  }
  60%, to {
    transform: translate(0, 0) rotate(0deg) scale(1);
    transform-origin: center top;
  }
}
.c-animate {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 0.8s;
}
.c-animate.__animated {
  opacity: 1;
  transform: translate(0, 0);
}
.c-reserve {
  margin: 2.1875rem auto;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 446px;
}
@media only screen and (max-width: 920px) {
  .c-reserve {
    margin: 7.82vw auto;
    padding: 0;
    width: 100%;
  }
}
.c-reserve__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.12em;
  color: #fff;
  background: #231815;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
  gap: 0.3125em;
  font-size: 16px;
  height: 68px;
  border: 1px solid #231815;
}
@media only screen and (max-width: 920px) {
  .c-reserve__btn {
    gap: 0.5em;
    font-size: 3.2vw;
    height: 16vw;
    width: 100%;
  }
}
.c-reserve__btnEn {
  font-family: "Cormorant Infant", serif;
  opacity: 1;
  transition: opacity 0.4s ease;
  margin-top: -0.05em;
  letter-spacing: 0.425em;
  font-weight: 400;
  font-size: 18px;
}
@media only screen and (max-width: 920px) {
  .c-reserve__btnEn {
    font-size: 3.74vw;
  }
}
.c-reserve__btnJa {
  font-family: "Noto Serif JP", serif;
  position: relative;
  display: block;
  letter-spacing: 0.25em;
  font-size: 12px;
}
@media only screen and (max-width: 920px) {
  .c-reserve__btnJa {
    font-size: 2.94vw;
  }
}
.c-reserve__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../img/icn_blank.svg) no-repeat center/contain;
  width: 18px;
  height: 18px;
  right: 22px;
}
@media only screen and (max-width: 920px) {
  .c-reserve__btn::after {
    width: 4.8vw;
    height: 4.8vw;
    right: 3.2vw;
  }
}
.c-reserve__btn:hover {
  color: #fff;
  border-color: #fff;
}
.c-reserve__list {
  display: flex;
  justify-content: space-between;
  margin: 4rem auto;
}
@media only screen and (max-width: 920px) {
  .c-reserve__list {
    margin: 2rem auto;
  }
}
.c-reserve__list li {
  width: 138px;
  height: 138px;
  text-align: center;
  border-radius: 1rem;
  border: solid 1px #231815;
  overflow: hidden;
}
@media only screen and (max-width: 920px) {
  .c-reserve__list li {
    border-radius: 0.75rem;
    width: 26.4vw;
    height: 26.4vw;
    border: solid 0.14vw #231815;
  }
}
.c-reserve__list li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.4rem 1rem;
  text-decoration: none;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 920px) {
  .c-reserve__list li a {
    padding: 2.67vw 1.34vw;
  }
}
.c-reserve__list li a span {
  line-height: 1.4;
  font-size: 14px;
}
@media only screen and (max-width: 920px) {
  .c-reserve__list li a span {
    font-size: 3.2vw;
  }
}
.c-reserve__list li a img, .c-reserve__list li a svg {
  display: block;
  width: 32px;
  height: 32px;
  margin: 12px auto 12px;
}
@media only screen and (max-width: 920px) {
  .c-reserve__list li a img, .c-reserve__list li a svg {
    width: 9.6vw;
    height: 9.6vw;
    margin: 2.94vw auto;
  }
}
.c-reserve__list li a svg path {
  transition: fill 0.4s ease;
}
.c-reserve__list li a {
  background-color: #231815;
  color: #fff;
}
.c-reserve__list li a svg path {
  fill: #fff;
}
.c-reserve__list li a:hover {
  background-color: #fff;
  color: #231815;
}
.c-reserve__list li a:hover svg path {
  fill: #231815;
}
.c-container {
  width: 100%;
  max-width: calc(900px + 80px);
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 920px) {
  .c-container {
    max-width: none;
    padding: 0 6.67vw;
    margin: 0;
  }
}
.c-title {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-title span {
  width: 100%;
}
.c-titleEn {
  margin: 10px 0;
  letter-spacing: 0.15em;
  line-height: 1.1;
  font-family: "Cormorant Infant", serif;
  font-size: 64px;
  font-weight: 300;
}
@media only screen and (max-width: 920px) {
  .c-titleEn {
    font-size: 7.47vw;
    letter-spacing: 0.18em;
    margin: 1.34vw 0;
  }
}
.c-titleEn img {
  width: 100%;
  height: 46px;
}
@media only screen and (max-width: 920px) {
  .c-titleEn img {
    height: 5.07vw;
  }
}
.c-titleJa {
  margin: 10px 0;
  letter-spacing: 0.2em;
  font-size: 20px;
}
@media only screen and (max-width: 920px) {
  .c-titleJa {
    font-size: 2.94vw;
    margin: 1.34vw 0;
  }
}
.c-lead {
  font-size: 18px;
  margin-bottom: 32px;
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 32px;
  font-size: 18px;
}
@media only screen and (max-width: 920px) {
  .c-lead {
    margin-bottom: 3.2vw;
    font-size: 4.27vw;
    line-height: 1.8;
  }
}
.c-desc {
  position: relative;
  font-size: 12px;
  line-height: 2.2;
  letter-spacing: 0.2em;
  margin-top: 12px;
  font-size: 12px;
}
@media only screen and (max-width: 920px) {
  .c-desc {
    margin-top: 2.67vw;
    font-size: 3.2vw;
    line-height: 1.8;
    letter-spacing: 0.35em;
  }
}
.c-media {
  display: block;
  width: 100%;
  height: 100%;
}
.c-media img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.c-section {
  position: relative;
  padding: 120px 0 110px;
  z-index: 15;
}
@media only screen and (max-width: 920px) {
  .c-section {
    padding: 12vw 0 13.34vw;
  }
}
.c-section__header {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.c-section__title {
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.25em;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 920px) {
  .c-section__title {
    margin-bottom: 9.6vw;
  }
}
.c-section__title span {
  display: block;
}
.c-section__title .main {
  font-weight: 300;
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.0128em;
  line-height: 0.9;
  font-size: 50px;
}
@media only screen and (max-width: 920px) {
  .c-section__title .main {
    font-size: 13.34vw;
  }
}
.c-section__title .sub {
  font-family: "Explora", serif;
  font-feature-settings: "swsh" 1;
  letter-spacing: 0.0125em;
  font-weight: 300;
  font-size: 25px;
}
@media only screen and (max-width: 920px) {
  .c-section__title .sub {
    font-size: 7.34vw;
  }
}
.c-section__description {
  line-height: 2.2;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 920px) {
  .c-section__description {
    line-height: 2.4;
    font-size: 3.47vw;
    letter-spacing: 0.2em;
  }
}
.c-modal {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 150;
  overflow: scroll;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.c-modal__inner {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 150px 0;
  width: 940px;
  margin: 0 auto;
}
@media only screen and (max-width: 920px) {
  .c-modal__inner {
    padding: 20vw 5.34vw 13.34vw;
    width: 100%;
  }
}
.c-modal__body {
  width: 100%;
}
.c-modal__close {
  position: absolute;
  display: block;
  right: 30px;
  top: 30px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 100;
}
@media only screen and (min-width: 921px) {
  .c-modal__close {
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
}
@media only screen and (min-width: 921px) {
  .c-modal__close:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 920px) {
  .c-modal__close {
    right: 2.67vw;
    top: 5.34vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.c-modal__close:before, .c-modal__close:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  transition: all 0.4s ease;
  height: 2px;
}
@media only screen and (max-width: 920px) {
  .c-modal__close:before, .c-modal__close:after {
    height: 0.27vw;
  }
}
.c-modal__close:before {
  transform: rotate(45deg);
}
.c-modal__close:after {
  transform: rotate(-45deg);
}

.l- {
  /**

  loading animation

   */
}
.l-body {
  word-break: break-all;
  overflow-wrap: break-word;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.l-footer {
  position: relative;
  z-index: 1000;
}
.l-footer__nav {
  padding: 24px 0;
}
@media only screen and (max-width: 920px) {
  .l-footer__nav {
    padding: 4vw 0;
  }
}
.l-footer__navList {
  display: flex;
  justify-content: center;
  letter-spacing: 0.4em;
}
@media only screen and (max-width: 920px) {
  .l-footer__navList {
    width: 100%;
    left: 0;
    justify-content: center;
    letter-spacing: normal;
  }
}
.l-footer__navItem {
  border-right: 1px solid #000;
  letter-spacing: 0.12em;
  font-size: 10px;
  padding: 0 16px;
}
@media only screen and (max-width: 920px) {
  .l-footer__navItem {
    border-right: 0.14vw solid #000;
    font-size: 2.67vw;
    padding: 0 2.67vw;
  }
}
.l-footer__navItem:first-of-type {
  padding-left: 0;
}
.l-footer__navItem:last-of-type {
  padding-right: 0;
  border-right: 0;
}
.l-footer__navItem a {
  color: #000;
}
.l-footer__navItem a:hover {
  text-decoration: underline;
}
.l-footer__copyright {
  background: #FFF;
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  text-align: center;
  padding: 18px 0;
}
@media only screen and (max-width: 920px) {
  .l-footer__copyright {
    padding: 4vw 0;
  }
}
.l-footer__copyright p {
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-size: 10px;
}
@media only screen and (max-width: 920px) {
  .l-footer__copyright p {
    font-size: 2.67vw;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 55px;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 920px) {
  .l-header__inner {
    justify-content: center;
    height: 16.8vw;
    padding: 0 0 0 4.67vw;
  }
}
@media only screen and (max-width: 920px) {
  .l-header__logo {
    display: none;
  }
}
.l-header__logo img {
  width: 105px;
  height: 30px;
}
@media only screen and (max-width: 920px) {
  .l-header__logo img {
    width: 32.27vw;
    height: 9.07vw;
  }
}
.l-header__toggle {
  cursor: pointer;
  position: absolute;
  width: 55px;
  height: 55px;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 920px) {
  .l-header__toggle {
    height: 13.34vw;
    width: 13.34vw;
  }
}
.l-header__toggle-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 16px;
}
@media only screen and (max-width: 920px) {
  .l-header__toggle-button {
    height: 2.94vw;
    width: 4vw;
  }
}
.l-header__toggle span {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  transition: all 0.4s;
  height: 2px;
  background: #000;
}
@media only screen and (max-width: 920px) {
  .l-header__toggle span {
    background: #000;
    height: 0.4vw;
  }
}
.l-header__toggle span:nth-of-type(1) {
  top: 0;
}
.l-header__toggle span:nth-of-type(2) {
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.l-header__toggle span:nth-of-type(3) {
  bottom: 0;
}
.l-header.--white .l-header__logo img {
  filter: brightness(0) invert(1);
}
.l-header.--white .l-header__toggle span {
  background: #FFF;
}
@media only screen and (max-width: 920px) {
  .l-header.--white .l-header__toggle span {
    background: #FFF;
  }
}
.l-overMenu {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100vw;
  height: 100vh;
  background: #f9f5f2;
}
.l-overMenu__body {
  background: #8f867b;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 55px - 115px);
}
@media only screen and (max-width: 920px) {
  .l-overMenu__body {
    height: calc(100% - 32.67vw - 16.67vw);
    padding: 13.34vw 0 6.67vw;
  }
}
.l-overMenu__list {
  position: relative;
  margin: 0 auto;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__list {
    gap: 4.27vw;
  }
}
.l-overMenu__item {
  text-align: center;
  color: #fff;
}
.l-overMenu__item a {
  display: block;
}
@media only screen and (min-width: 921px) {
  .l-overMenu__item a {
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
}
@media only screen and (min-width: 921px) {
  .l-overMenu__item a:hover {
    opacity: 0.6;
  }
}
.l-overMenu__item .en {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  letter-spacing: 0.125em;
  font-size: 24px;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__item .en {
    font-size: 4.54vw;
  }
}
.l-overMenu__item .ja {
  display: block;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.24em;
  font-weight: 600;
  margin-top: 6px;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__item .ja {
    font-size: 2.67vw;
    margin-top: 1.34vw;
  }
}
.l-overMenu__header {
  width: 100%;
  background: none;
  z-index: 100;
}
.l-overMenu__header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 55px;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__header__inner {
    justify-content: center;
    height: 16.8vw;
    padding: 0 0 0 4.67vw;
  }
}
.l-overMenu__header__logo img {
  width: 105px;
  height: 30px;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__header__logo img {
    width: 32.27vw;
    height: 9.07vw;
  }
}
.l-overMenu__header__toggle {
  cursor: pointer;
  position: absolute;
  width: 55px;
  height: 55px;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__header__toggle {
    height: 13.34vw;
    width: 13.34vw;
  }
}
.l-overMenu__header__toggle-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 16px;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__header__toggle-button {
    height: 2.94vw;
    width: 4vw;
  }
}
.l-overMenu__header__toggle span {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  transition: all 0.4s;
  height: 2px;
  background: #000;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__header__toggle span {
    background: #000;
    height: 0.4vw;
  }
}
.l-overMenu__header__toggle span:nth-of-type(1) {
  top: 0;
}
.l-overMenu__header__toggle span:nth-of-type(2) {
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.l-overMenu__header__toggle span:nth-of-type(3) {
  bottom: 0;
}
.l-overMenu__footer {
  margin-top: -32px;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__footer {
    margin-top: -8vw;
  }
}
.l-overMenu__reserve {
  margin: 0 auto 24px;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__reserve {
    margin: 0 auto 8vw;
  }
}
.l-overMenu__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__sns {
    gap: 2.14vw;
  }
}
.l-overMenu__sns li {
  width: 20px;
}
@media only screen and (max-width: 920px) {
  .l-overMenu__sns li {
    width: 8vw;
  }
}
.l-overMenu__sns li img {
  display: block;
  width: 100%;
}
.l-pageTop {
  background: #000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 50px;
  bottom: 70px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
@media only screen and (max-width: 920px) {
  .l-pageTop {
    width: 10.67vw;
    height: 10.67vw;
    right: 6.67vw;
    bottom: 20vw;
    background-size: 4.8vw 2.4vw;
  }
}
.l-pageTop:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(-45deg);
  top: 18px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 920px) {
  .l-pageTop:after {
    top: 4.8vw;
    border-top: solid 0.27vw #fff;
    border-right: solid 0.27vw #fff;
    width: 2.14vw;
    height: 2.14vw;
  }
}
.l-pageTop.__show {
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (min-width: 921px) {
  .l-pageTop:hover {
    opacity: 0.7;
  }
}
.l-scrollDown {
  color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 100;
  pointer-events: none;
  transition: opacity 0.4s ease;
  right: 0;
  bottom: 36px;
  padding-right: 64px;
}
@media only screen and (max-width: 920px) {
  .l-scrollDown {
    bottom: 4.8vw;
    padding-right: 15.2vw;
  }
}
.l-scrollDown span {
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.2em;
  font-size: 14px;
}
@media only screen and (max-width: 920px) {
  .l-scrollDown span {
    font-size: 2.94vw;
  }
}
.l-scrollDown:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 56px;
  height: 2px;
  animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@media only screen and (max-width: 920px) {
  .l-scrollDown:after {
    width: 13.07vw;
    height: 0.27vw;
  }
}
.l-scrollDown.__show {
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (min-width: 921px) {
  .l-scrollDown:hover {
    opacity: 0.7;
  }
}
.l-wrapper {
  overflow: hidden;
  position: relative;
}
.l-loading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: #f9f5f2;
}
.l-loading__spinner {
  animation: sk-bounce 2.5s infinite ease-in-out;
}
.l-loading__spinner svg {
  display: block;
  width: 120px;
  height: 120px;
}
@media only screen and (max-width: 920px) {
  .l-loading__spinner svg {
    width: calc(9.07vw * 1.5);
    height: calc(9.07vw * 1.5);
  }
}
.l-loading.__loaded {
  -webkit-transition: all 1s;
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
}

.p-mv {
  width: 100%;
  height: 100vh;
}
.p-mv__movie {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.p-mv__movie video, .p-mv__movie object, .p-mv__movie img {
  position: relative;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 920px) {
  .p-mv__movie video, .p-mv__movie object, .p-mv__movie img {
    object-fit: contain;
  }
}
.p-mv__movie--pc {
  display: block;
}
.p-mv__movie--sp {
  display: none;
}
@media only screen and (max-width: 920px) {
  .p-mv__movie--pc {
    display: none;
  }
  .p-mv__movie--sp {
    display: block;
  }
}
.p-concept {
  position: relative;
  padding: 0;
}
.p-concept__line {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  width: 3640px;
}
@media only screen and (max-width: 920px) {
  .p-concept__line {
    width: calc(436.27vw * 2);
  }
}
.p-concept__title {
  margin-top: 80px;
  margin-bottom: 24px;
  text-align: left;
}
@media only screen and (max-width: 920px) {
  .p-concept__title {
    margin-top: 18.94vw;
    margin-bottom: 6.4vw;
  }
}
.p-concept__title::after {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  bottom: -15px;
  height: 15px;
  width: 350px;
  border-bottom: solid 1px #fff;
  border-right: solid 5px #fff;
}
@media only screen and (max-width: 920px) {
  .p-concept__title::after {
    left: -5.33vw;
    bottom: -4vw;
    height: 4vw;
    width: 84vw;
    border-bottom: solid 0.14vw #fff;
    border-right: solid 0.67vw #fff;
  }
}
.p-concept__title .main {
  font-size: 62px;
}
@media only screen and (max-width: 920px) {
  .p-concept__title .main {
    font-size: 14.67vw;
  }
}
.p-concept__title .sub {
  font-size: 38px;
}
@media only screen and (max-width: 920px) {
  .p-concept__title .sub {
    font-size: 9.34vw;
  }
}
.p-concept__lead {
  position: relative;
}
.p-concept__lead p {
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-size: 20px;
}
@media only screen and (max-width: 920px) {
  .p-concept__lead p {
    font-size: 4.8vw;
  }
}
.p-concept__desc p {
  line-height: 2.1;
  letter-spacing: 0.2em;
  font-size: 14px;
}
@media only screen and (max-width: 920px) {
  .p-concept__desc p {
    font-size: 3.2vw;
  }
}
.p-concept__block {
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  height: 744px;
}
@media only screen and (max-width: 920px) {
  .p-concept__block {
    height: 177.87vw;
  }
}
.p-concept__block.--about01 {
  left: 20px;
}
@media only screen and (max-width: 920px) {
  .p-concept__block.--about01 {
    left: 6.4vw;
  }
}
.p-concept__block.--about02 {
  left: 444px;
}
@media only screen and (max-width: 920px) {
  .p-concept__block.--about02 {
    left: 105.6vw;
  }
}
.p-concept__block.--about03 {
  left: 836px;
}
@media only screen and (max-width: 920px) {
  .p-concept__block.--about03 {
    left: 198.14vw;
  }
}
.p-concept__block.--about03 .p-concept__desc {
  top: 170px;
}
@media only screen and (max-width: 920px) {
  .p-concept__block.--about03 .p-concept__desc {
    top: 40vw;
  }
}
.p-concept__block.--about04 {
  left: 1438px;
}
@media only screen and (max-width: 920px) {
  .p-concept__block.--about04 {
    left: 343.74vw;
  }
}
.p-concept__block.--about04 .p-concept__desc {
  top: 426px;
}
@media only screen and (max-width: 920px) {
  .p-concept__block.--about04 .p-concept__desc {
    top: 101.6vw;
  }
}
.p-concept__block.--history01 {
  left: 142px;
}
@media only screen and (max-width: 920px) {
  .p-concept__block.--history01 {
    left: 33.34vw;
  }
}
.p-concept__block.--history02 {
  left: 706px;
}
@media only screen and (max-width: 920px) {
  .p-concept__block.--history02 {
    left: 167.74vw;
  }
}
.p-concept__block.--history02 .p-concept__desc {
  top: 466px;
}
@media only screen and (max-width: 920px) {
  .p-concept__block.--history02 .p-concept__desc {
    top: 112.27vw;
  }
}
.p-concept__block.--history03 {
  left: 1192px;
}
@media only screen and (max-width: 920px) {
  .p-concept__block.--history03 {
    left: 285.87vw;
  }
}
.p-concept__block .p-concept__desc {
  top: 90px;
}
@media only screen and (max-width: 920px) {
  .p-concept__block .p-concept__desc {
    top: 24.8vw;
  }
}
.p-concept--about, .p-concept--history {
  position: relative;
  overflow: visible;
  height: 100vh;
  width: 1820px;
}
@media only screen and (max-width: 920px) {
  .p-concept--about, .p-concept--history {
    width: 436.27vw;
  }
}
.p-concept--about {
  z-index: 5;
  background: url(../img/bg_about.jpg) no-repeat center/cover;
}
.p-concept--about .p-concept__lead {
  left: 12px;
}
@media only screen and (max-width: 920px) {
  .p-concept--about .p-concept__lead {
    left: 3.2vw;
  }
}
.p-concept--history {
  z-index: 1;
  background: url(../img/bg_history.jpg) no-repeat center/cover;
}
.p-concept--history .p-concept__lead {
  left: -12px;
}
@media only screen and (max-width: 920px) {
  .p-concept--history .p-concept__lead {
    left: -3.2vw;
  }
}
.p-concept__img {
  position: absolute;
}
.p-concept__img img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-concept__img.--about01 {
  width: 380px;
  height: 270px;
  left: -20px;
  top: 324px;
}
@media only screen and (max-width: 920px) {
  .p-concept__img.--about01 {
    width: 90.67vw;
    height: 64.27vw;
  }
}
@media only screen and (max-width: 920px) {
  .p-concept__img.--about01 {
    left: -5.33vw;
    top: 77.6vw;
  }
}
.p-concept__img.--about02 {
  width: 328px;
  height: 464px;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 920px) {
  .p-concept__img.--about02 {
    width: 78.14vw;
    height: 110.94vw;
  }
}
.p-concept__img.--about03 {
  width: 514px;
  height: 338px;
  bottom: 0;
  left: -12px;
}
@media only screen and (max-width: 920px) {
  .p-concept__img.--about03 {
    width: 120.27vw;
    height: 80.8vw;
  }
}
@media only screen and (max-width: 920px) {
  .p-concept__img.--about03 {
    left: -3.73vw;
  }
}
.p-concept__img.--about04 {
  width: 320px;
  height: 308px;
  top: 52px;
  left: -140px;
}
@media only screen and (max-width: 920px) {
  .p-concept__img.--about04 {
    width: 76.54vw;
    height: 73.6vw;
  }
}
@media only screen and (max-width: 920px) {
  .p-concept__img.--about04 {
    top: 12vw;
    left: -34.13vw;
  }
}
.p-concept__img.--about05 {
  width: 320px;
  height: 308px;
  top: 52px;
  left: 180px;
}
@media only screen and (max-width: 920px) {
  .p-concept__img.--about05 {
    width: 76.54vw;
    height: 73.6vw;
  }
}
@media only screen and (max-width: 920px) {
  .p-concept__img.--about05 {
    top: 12vw;
    left: 42.4vw;
  }
}
.p-concept__img.--history01 {
  width: 276px;
  height: 392px;
  bottom: 0;
  left: 114px;
}
@media only screen and (max-width: 920px) {
  .p-concept__img.--history01 {
    width: 66.14vw;
    height: 93.6vw;
  }
}
@media only screen and (max-width: 920px) {
  .p-concept__img.--history01 {
    left: 21.07vw;
  }
}
.p-concept__img.--history02 {
  width: 548px;
  height: 408px;
  top: 0;
  left: -120px;
}
@media only screen and (max-width: 920px) {
  .p-concept__img.--history02 {
    width: 129.07vw;
    height: 97.6vw;
  }
}
@media only screen and (max-width: 920px) {
  .p-concept__img.--history02 {
    left: -29.33vw;
  }
}
.p-concept__img.--history03 {
  width: 272px;
  height: 206px;
  bottom: 212px;
  left: 108px;
}
@media only screen and (max-width: 920px) {
  .p-concept__img.--history03 {
    width: 65.07vw;
    height: 49.34vw;
  }
}
@media only screen and (max-width: 920px) {
  .p-concept__img.--history03 {
    bottom: 50.67vw;
    left: 26.14vw;
  }
}
.p-concept__img.--history04 {
  width: 272px;
  height: 206px;
  bottom: 0;
  left: 108px;
}
@media only screen and (max-width: 920px) {
  .p-concept__img.--history04 {
    width: 65.07vw;
    height: 49.34vw;
  }
}
@media only screen and (max-width: 920px) {
  .p-concept__img.--history04 {
    left: 26.14vw;
  }
}
.p-concept__description {
  text-align: center;
  letter-spacing: 0.5em;
  margin-bottom: 72px;
}
@media only screen and (max-width: 920px) {
  .p-concept__description {
    margin-bottom: 9.6vw;
    letter-spacing: 0.3125em;
  }
}
.p-fair {
  text-align: center;
  z-index: 20;
  background: #8f867b;
  padding: 320px 0 110px;
}
@media only screen and (max-width: 920px) {
  .p-fair {
    padding: 49.34vw 0 9.34vw;
  }
}
.p-fair::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  width: 1428px;
  height: 930px;
  top: -528px;
  background: url(../img/bg_movie.png) no-repeat center/contain;
}
@media only screen and (max-width: 920px) {
  .p-fair::before {
    width: 115.74vw;
    height: 112.54vw;
    top: -52vw;
    background: url(../img/bg_movie@sp.png) no-repeat center/contain;
  }
}
.p-fair::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  width: 984px;
  height: 478px;
  bottom: -212px;
  left: -190px;
  background: url(../img/bg_gallary.png) no-repeat center/contain;
}
@media only screen and (max-width: 920px) {
  .p-fair::after {
    width: 106.67vw;
    height: 63.74vw;
    bottom: -35.2vw;
    left: -18.66vw;
    background: url(../img/bg_gallery@sp.png) no-repeat center/contain;
  }
}
.p-fair__img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 1090px;
  height: 532px;
  border-radius: calc(532px / 2) 0 0 calc(532px / 2);
  background: url(../img/img_fair01.jpg) no-repeat center/contain;
  margin-bottom: 80px;
}
@media only screen and (max-width: 920px) {
  .p-fair__img {
    width: 64.54vw;
    height: 51.2vw;
    background: url(../img/img_fair01@sp.jpg) no-repeat center/contain;
    border-radius: calc(51.2vw / 2) 0 0 calc(51.2vw / 2);
    margin-bottom: 6.67vw;
    margin-left: 28.67vw;
  }
}
@media only screen and (max-width: 920px) {
  .p-fair__title {
    text-align: left;
    position: absolute;
    top: 50%;
    margin: auto 0;
    transform: translateY(-50%);
  }
}
.p-fair__title .main {
  font-size: 60px;
}
@media only screen and (max-width: 920px) {
  .p-fair__title .main {
    font-size: 20vw;
  }
}
@media only screen and (max-width: 920px) {
  .p-fair__title .sub {
    font-size: 7.34vw;
  }
}
.p-fair__lead p {
  letter-spacing: 0.25em;
  line-height: 2;
  margin-bottom: 40px;
  font-size: 21px;
}
@media only screen and (max-width: 920px) {
  .p-fair__lead p {
    letter-spacing: 0.2em;
    line-height: 2;
    font-size: 4.41vw;
    text-align: left;
  }
}
.p-fair__desc p {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 14px;
}
@media only screen and (max-width: 920px) {
  .p-fair__desc p {
    line-height: 2;
    letter-spacing: 0.05em;
    font-size: 2.94vw;
    text-align: left;
  }
}
.p-fair__desc p:not(:last-child) {
  margin-bottom: 2em;
}
.p-fair__date {
  margin: 52px auto;
  width: 420px;
}
@media only screen and (max-width: 920px) {
  .p-fair__date {
    margin: 5.34vw auto 1.34vw;
    width: 100%;
  }
}
.p-fair__date dl dt {
  letter-spacing: 0.2em;
  line-height: 2.8;
  margin-bottom: 16px;
  border-bottom: solid 1px #fff;
  font-size: 14px;
}
@media only screen and (max-width: 920px) {
  .p-fair__date dl dt {
    line-height: 2.1;
    margin-bottom: 2.14vw;
    border-bottom: solid 0.27vw #fff;
    font-size: 3.74vw;
  }
}
.p-fair__date dl dd {
  padding: 0;
  margin: 0;
  letter-spacing: 0.15em;
  font-size: 22px;
}
@media only screen and (max-width: 920px) {
  .p-fair__date dl dd {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 920px) {
  .p-fair .c-reserve__btn {
    height: 12vw;
  }
}
.p-facilities {
  color: #000;
  background: #f9f5f2;
  padding: 190px 0 0;
}
@media only screen and (max-width: 920px) {
  .p-facilities {
    padding: 13.34vw 0 0;
  }
}
.p-facilities__wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 920px) {
  .p-facilities__wrap {
    display: block;
  }
}
.p-facilities__header {
  position: relative;
  width: 240px;
  text-align: left;
}
@media only screen and (max-width: 920px) {
  .p-facilities__header {
    width: 100%;
    text-align: center;
  }
}
.p-facilities__content {
  position: relative;
  width: 634px;
}
@media only screen and (max-width: 920px) {
  .p-facilities__content {
    width: 100%;
  }
}
.p-facilities__list {
  position: relative;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (max-width: 920px) {
  .p-facilities__list {
    gap: 18.67vw;
  }
}
.p-facilities__itemData {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 160px auto;
  gap: 20px;
}
@media only screen and (max-width: 920px) {
  .p-facilities__itemData {
    display: flex;
    flex-direction: column;
    gap: 4.8vw;
  }
}
.p-facilities__itemImg {
  width: 100%;
  margin-bottom: 32px;
}
@media only screen and (max-width: 920px) {
  .p-facilities__itemImg {
    margin-bottom: 5.34vw;
  }
}
.p-facilities__itemImg img {
  display: block;
  width: 100%;
}
.p-facilities__itemName {
  margin-bottom: 20px;
}
.p-facilities__itemName span {
  display: block;
}
.p-facilities__itemName .main {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-size: 37px;
}
@media only screen and (max-width: 920px) {
  .p-facilities__itemName .main {
    font-size: 5.87vw;
  }
}
.p-facilities__itemName .sub {
  font-family: "Noto Serif JP", serif;
  margin-top: 1em;
  letter-spacing: 0.125em;
  font-size: 10px;
}
@media only screen and (max-width: 920px) {
  .p-facilities__itemName .sub {
    font-size: 2.67vw;
  }
}
@media only screen and (max-width: 920px) {
  .p-facilities__itemName {
    margin-bottom: 5.34vw;
  }
}
.p-facilities__itemLead {
  line-height: 1.8;
  letter-spacing: 0.125em;
  font-size: 20px;
}
@media only screen and (max-width: 920px) {
  .p-facilities__itemLead {
    font-size: 4vw;
  }
}
.p-facilities__itemInfo dt, .p-facilities__itemInfo dd {
  display: block;
}
.p-facilities__itemInfo dt {
  font-family: "Cormorant Infant", serif;
  margin-bottom: 0.5em;
  font-size: 12px;
}
@media only screen and (max-width: 920px) {
  .p-facilities__itemInfo dt {
    font-size: 2.67vw;
  }
}
.p-facilities__itemInfo dd {
  font-family: "Noto Serif JP", serif;
  line-height: 1.8em;
  font-size: 10px;
}
@media only screen and (max-width: 920px) {
  .p-facilities__itemInfo dd {
    font-size: 2.67vw;
  }
}
.p-facilities__itemDesc {
  grid-row: 1/3;
  grid-column: 2/3;
}
.p-facilities__itemDesc p {
  color: #231815;
  line-height: 2.2;
  letter-spacing: 0.08em;
  font-size: 14px;
}
@media only screen and (max-width: 920px) {
  .p-facilities__itemDesc p {
    font-size: 2.94vw;
  }
}
.p-facilities__itemDesc p:not(:last-child) {
  margin-bottom: 0.8em;
}
.p-facilities__itemDesc p:first-child {
  margin-top: -0.4em;
}
@media only screen and (max-width: 920px) {
  .p-facilities__itemDesc p:first-child {
    margin-top: 0;
  }
}
.p-plan {
  z-index: 20;
  color: #000;
  padding: 190px 0 140px;
}
@media only screen and (max-width: 920px) {
  .p-plan {
    padding: 13.34vw 0 17.34vw;
  }
}
.p-plan__wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 920px) {
  .p-plan__wrap {
    display: block;
  }
}
.p-plan__header {
  position: relative;
  width: 240px;
  text-align: left;
}
@media only screen and (max-width: 920px) {
  .p-plan__header {
    width: 100%;
    text-align: center;
    margin-bottom: 11.47vw;
  }
}
.p-plan__title span {
  display: block;
}
.p-plan__title .main {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-size: 37px;
}
@media only screen and (max-width: 920px) {
  .p-plan__title .main {
    font-size: 11.47vw;
  }
}
.p-plan__title .sub {
  font-family: "Noto Serif JP", serif;
  margin-top: 1em;
  letter-spacing: 0.125em;
  font-size: 10px;
}
@media only screen and (max-width: 920px) {
  .p-plan__title .sub {
    font-size: 2.67vw;
  }
}
.p-plan__lead {
  font-size: 12px;
  margin-top: 60px;
}
@media only screen and (max-width: 920px) {
  .p-plan__lead {
    font-size: 2.94vw;
    margin-top: 6.94vw;
  }
}
.p-plan__lead p {
  line-height: 1.8em;
  letter-spacing: 0.2em;
}
.p-plan__content {
  position: relative;
  width: 634px;
}
@media only screen and (max-width: 920px) {
  .p-plan__content {
    width: 100%;
  }
}
.p-plan__list {
  position: relative;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 920px) {
  .p-plan__list {
    gap: 9.34vw;
  }
}
.p-plan__item {
  background: #fff;
  display: flex;
}
@media only screen and (max-width: 920px) {
  .p-plan__item {
    flex-direction: column;
  }
}
.p-plan__itemData {
  width: calc(100% - 270px);
  padding: 28px;
}
@media only screen and (max-width: 920px) {
  .p-plan__itemData {
    width: 100%;
    padding: 5.6vw;
  }
}
.p-plan__itemImg {
  width: 270px;
}
@media only screen and (max-width: 920px) {
  .p-plan__itemImg {
    width: 100%;
  }
}
.p-plan__itemImg img {
  display: block;
  width: 100%;
}
.p-plan__itemName {
  font-family: "Noto Serif JP", serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-size: 18px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 920px) {
  .p-plan__itemName {
    font-size: 4.27vw;
  }
}
@media only screen and (max-width: 920px) {
  .p-plan__itemName {
    margin-bottom: 3.74vw;
  }
}
.p-plan__itemPrice {
  letter-spacing: 0.2em;
  font-size: 16px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 920px) {
  .p-plan__itemPrice {
    font-size: 3.47vw;
  }
}
.p-plan__itemPrice dt, .p-plan__itemPrice dd {
  display: inline;
}
@media only screen and (max-width: 920px) {
  .p-plan__itemPrice {
    margin-bottom: 4.27vw;
  }
}
.p-plan__itemInfo {
  font-size: 10px;
  margin: 5px 0;
}
@media only screen and (max-width: 920px) {
  .p-plan__itemInfo {
    font-size: 2.67vw;
  }
}
.p-plan__itemInfo dt, .p-plan__itemInfo dd {
  display: inline;
}
@media only screen and (max-width: 920px) {
  .p-plan__itemInfo {
    margin: 1.34vw 0;
  }
}
.p-plan__itemDesc {
  margin-top: 10px;
}
@media only screen and (max-width: 920px) {
  .p-plan__itemDesc {
    margin-top: 2.67vw;
  }
}
.p-plan__itemDesc__lead {
  display: inline-block;
  text-indent: -0.5em;
}
.p-plan__itemDesc p {
  color: #231815;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 10px;
}
@media only screen and (max-width: 920px) {
  .p-plan__itemDesc p {
    font-size: 2.67vw;
  }
}
.p-plan__itemDesc p:not(:last-child) {
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 920px) {
  .p-plan__itemDesc p:not(:last-child) {
    margin-bottom: 2.8em;
  }
}
.p-movie {
  z-index: 50;
  color: #000;
  text-align: center;
  padding: 80px 0 90px;
  margin-bottom: -220px;
}
@media only screen and (max-width: 920px) {
  .p-movie {
    padding: 10.67vw 0 12vw;
    margin-bottom: -24vw;
  }
}
.p-movie__title .main {
  font-size: 60px;
}
@media only screen and (max-width: 920px) {
  .p-movie__title .main {
    font-size: 13.34vw;
  }
}
.p-movie__thumb {
  position: relative;
  display: block;
  width: 100%;
  background: #231815;
  min-height: 484px;
}
@media only screen and (max-width: 920px) {
  .p-movie__thumb {
    min-height: 46.4vw;
  }
}
.p-movie__thumb::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  background: url(../img/icn_mov.svg) no-repeat center/contain;
  height: 128px;
  width: 128px;
}
@media only screen and (max-width: 920px) {
  .p-movie__thumb::after {
    height: 12.54vw;
    width: 12.54vw;
  }
}
.p-movie__thumb iframe, .p-movie__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
  transition: opacity 0.25s linear;
  opacity: 1;
}
.p-movie__thumb iframe:hover, .p-movie__thumb img:hover {
  opacity: 0.6;
}
.p-movie__content {
  position: relative;
  padding: 5rem 0;
}
.p-movie__content iframe {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  height: 620px;
}
@media only screen and (max-width: 920px) {
  .p-movie__content iframe {
    height: 54vw;
  }
}
.p-access {
  background: #8f867b;
  position: relative;
  padding: 80px 0 110px;
}
@media only screen and (max-width: 920px) {
  .p-access {
    padding: 18.67vw 0 20vw;
  }
}
.p-access::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  width: 1042px;
  height: 1222px;
  top: -224px;
  left: 0;
  background: url(../img/bg_access.png) no-repeat center/contain;
}
@media only screen and (max-width: 920px) {
  .p-access::after {
    width: 120.8vw;
    height: 227.47vw;
    top: -41.6vw;
    left: -10.93vw;
    background: url(../img/bg_access@sp.png) no-repeat center/contain;
  }
}
.p-access__title {
  margin-bottom: 80px;
}
@media only screen and (max-width: 920px) {
  .p-access__title {
    margin-bottom: 5.6vw;
  }
}
.p-access__info {
  text-align: center;
  flex-grow: 1;
  font-size: 14px;
}
.p-access__info p {
  line-height: 2.2;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 920px) {
  .p-access__info p {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 920px) {
  .p-access__info {
    font-size: 3.2vw;
  }
}
.p-access__infoName {
  margin-bottom: 30px;
}
@media only screen and (max-width: 920px) {
  .p-access__infoName {
    margin-bottom: 8.67vw;
  }
}
.p-access__infoNameEn {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  letter-spacing: 0.265em;
  line-height: 1.1;
  font-size: 22px;
  margin-bottom: 0.25em;
}
@media only screen and (max-width: 920px) {
  .p-access__infoNameEn {
    font-size: 4.8vw;
    margin-bottom: 1.34vw;
  }
}
.p-access__infoNameJa {
  display: block;
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media only screen and (max-width: 920px) {
  .p-access__infoNameJa {
    font-size: 3.2vw;
  }
}
.p-access__infoContact {
  line-height: 1.6;
  margin-bottom: 40px;
}
@media only screen and (max-width: 920px) {
  .p-access__infoContact {
    margin-bottom: 5.34vw;
  }
}
.p-access__infoContactTel {
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.35em;
  font-size: 26px;
}
@media only screen and (max-width: 920px) {
  .p-access__infoContactTel {
    font-size: 5.07vw;
  }
}
.p-access__infoContactMail {
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.265em;
  font-size: 16px;
}
@media only screen and (max-width: 920px) {
  .p-access__infoContactMail {
    font-size: 3.47vw;
  }
}
.p-access__infoContactTitle {
  font-size: 14px;
}
@media only screen and (max-width: 920px) {
  .p-access__infoContactTitle {
    font-size: 3.2vw;
  }
}
.p-access__infoContactData {
  font-size: 16px;
  letter-spacing: 0.26em;
}
@media only screen and (max-width: 920px) {
  .p-access__infoContactData {
    font-size: 4.54vw;
  }
}
.p-access__infoContactData a {
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  font-size: 30px;
}
@media only screen and (max-width: 920px) {
  .p-access__infoContactData a {
    font-size: 5.34vw;
  }
}
.p-access__infoAddress {
  margin-bottom: 40px;
}
@media only screen and (max-width: 920px) {
  .p-access__infoAddress {
    margin-bottom: 4vw;
  }
}
.p-access__infoAddressLink {
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  letter-spacing: 0.26em;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  margin-top: 14px;
}
@media only screen and (max-width: 920px) {
  .p-access__infoAddressLink {
    margin-top: 2.4vw;
  }
}
.p-access__infoAddressLink:hover {
  text-decoration: none;
}
.p-access__infoDesc {
  margin-top: 24px;
}
@media only screen and (max-width: 920px) {
  .p-access__infoDesc {
    margin-top: 5.6vw;
  }
}
.p-access__reserve {
  margin: 60px auto 0;
}
@media only screen and (max-width: 920px) {
  .p-access__reserve {
    margin: 14.67vw auto 0;
  }
}
.p-flyer {
  text-align: center;
  z-index: 20;
}
.p-flyer__body {
  overflow: hidden;
  position: relative;
  color: #fff;
  background: url(../img/bg_popup.jpg) no-repeat center/cover;
  margin: 0 auto;
  width: 324px;
  padding: 20px;
}
@media only screen and (max-width: 920px) {
  .p-flyer__body {
    width: 86.14vw;
  }
}
@media only screen and (max-width: 920px) {
  .p-flyer__body {
    padding: 6vw;
  }
}
.p-flyer__close {
  right: 12px;
  top: 12px;
}
@media only screen and (max-width: 920px) {
  .p-flyer__close {
    right: 2.67vw;
    top: 2.67vw;
  }
}
.p-flyer__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 0;
  background: #d3b495;
  border-radius: 50%;
  color: #000;
  text-align: center;
  width: 96px;
  height: 96px;
  right: -12px;
  top: 104px;
}
@media only screen and (max-width: 920px) {
  .p-flyer__badge {
    width: 25.34vw;
    height: 25.34vw;
    right: -2.93vw;
    top: 28.8vw;
  }
}
.p-flyer__badge span {
  position: relative;
  display: block;
  z-index: 1;
  letter-spacing: 0.25em;
  line-height: 1.2;
  font-size: 20px;
}
@media only screen and (max-width: 920px) {
  .p-flyer__badge span {
    font-size: 5.07vw;
  }
}
.p-flyer__idx {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}
@media only screen and (max-width: 920px) {
  .p-flyer__idx {
    padding: 2.67vw;
  }
}
.p-flyer__idx span {
  position: relative;
  display: block;
  z-index: 1;
  letter-spacing: 0.25em;
  line-height: 1.2;
  font-size: 18px;
}
@media only screen and (max-width: 920px) {
  .p-flyer__idx span {
    font-size: 4.8vw;
  }
}
.p-flyer__idx::before {
  content: "";
  display: block;
  position: absolute;
  background: #be956a;
  width: 300%;
  height: 200%;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  left: 0;
  z-index: 0;
  bottom: -55px;
}
@media only screen and (max-width: 920px) {
  .p-flyer__idx::before {
    bottom: -13.33vw;
  }
}
.p-flyer__title {
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 72px auto 0;
}
@media only screen and (max-width: 920px) {
  .p-flyer__title {
    margin: 17.61vw auto 0;
  }
}
.p-flyer__title span {
  display: block;
}
.p-flyer__title .main {
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.05em;
  line-height: 0.72;
  font-weight: 400;
  font-size: 72px;
}
@media only screen and (max-width: 920px) {
  .p-flyer__title .main {
    font-size: 19.47vw;
  }
}
.p-flyer__title .sub {
  font-family: "Explora", serif;
  font-weight: 300;
  font-size: 50px;
}
@media only screen and (max-width: 920px) {
  .p-flyer__title .sub {
    font-size: 13.34vw;
  }
}
.p-flyer__lead {
  position: relative;
  z-index: 5;
}
.p-flyer__lead p {
  letter-spacing: 0.0128em;
  line-height: 1.2;
  font-size: 26px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 920px) {
  .p-flyer__lead p {
    font-size: 7.2vw;
    margin-bottom: 1.6vw;
  }
}
.p-flyer__date {
  width: 100%;
  margin-bottom: 6px;
}
@media only screen and (max-width: 920px) {
  .p-flyer__date {
    margin-bottom: 1.6vw;
  }
}
.p-flyer__date dl dt {
  letter-spacing: 0.2em;
  line-height: 2.8;
  margin-bottom: 16px;
  border-bottom: solid 1px #fff;
  font-size: 12px;
}
@media only screen and (max-width: 920px) {
  .p-flyer__date dl dt {
    line-height: 2.1;
    margin-bottom: 2.14vw;
    border-bottom: solid 0.27vw #fff;
    font-size: 3.2vw;
  }
}
.p-flyer__date dl dd {
  padding: 0;
  margin: 0;
  letter-spacing: 0.15em;
  line-height: 1.2;
}
.p-flyer__date dl dd span {
  display: block;
}
.p-flyer__date dl dd span.year {
  font-size: 16px;
}
@media only screen and (max-width: 920px) {
  .p-flyer__date dl dd span.year {
    font-size: 4.27vw;
  }
}
.p-flyer__date dl dd span.date {
  font-size: 32px;
}
@media only screen and (max-width: 920px) {
  .p-flyer__date dl dd span.date {
    font-size: 8.54vw;
  }
}
.p-flyer__date dl dd span.date small {
  font-size: 0.5em;
}
.p-flyer__reserve {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 16px;
  gap: 16px;
}
@media only screen and (max-width: 920px) {
  .p-flyer__reserve {
    margin-top: 2.14vw;
  }
}
@media only screen and (max-width: 920px) {
  .p-flyer__reserve {
    gap: 4.27vw;
  }
}
.p-flyer__reserveBtn {
  width: 100%;
  height: 45px;
}
@media only screen and (max-width: 920px) {
  .p-flyer__reserveBtn {
    height: 12vw;
  }
}

.u-n {
  display: none !important;
}

.u-tl {
  text-align: left !important;
}

.u-tr {
  text-align: right !important;
}

.u-tc {
  text-align: center !important;
}

.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

.u-fn {
  float: none !important;
}

.u-dn {
  display: none !important;
}

.u-db {
  display: block !important;
}

.u-dib {
  display: inline-block !important;
}

.u-di {
  display: inline !important;
}

.u-dt {
  display: table !important;
}

.u-dtc {
  display: table-cell !important;
}

.u-dtr {
  display: table-row !important;
}

.u-df {
  display: flex !important;
}

.u-dif {
  display: inline-flex !important;
}

@media only screen and (min-width: 921px) {
  .u-lg--n {
    display: none !important;
  }
  .u-lg--tl {
    text-align: left !important;
  }
  .u-lg--tr {
    text-align: right !important;
  }
  .u-lg--tc {
    text-align: center !important;
  }
  .u-lg--fl {
    float: left !important;
  }
  .u-lg--fr {
    float: right !important;
  }
  .u-lg--fn {
    float: none !important;
  }
  .u-lg--dn {
    display: none !important;
  }
  .u-lg--db {
    display: block !important;
  }
  .u-lg--dib {
    display: inline-block !important;
  }
  .u-lg--di {
    display: inline !important;
  }
  .u-lg--dt {
    display: table !important;
  }
  .u-lg--dtc {
    display: table-cell !important;
  }
  .u-lg--dtr {
    display: table-row !important;
  }
  .u-lg--df {
    display: flex !important;
  }
  .u-lg--dif {
    display: inline-flex !important;
  }
}
@media only screen and (max-width: 920px) {
  .u-sm--n {
    display: none !important;
  }
  .u-sm--tl {
    text-align: left !important;
  }
  .u-sm--tr {
    text-align: right !important;
  }
  .u-sm--tc {
    text-align: center !important;
  }
  .u-sm--fl {
    float: left !important;
  }
  .u-sm--fr {
    float: right !important;
  }
  .u-sm--fn {
    float: none !important;
  }
  .u-sm--dn {
    display: none !important;
  }
  .u-sm--db {
    display: block !important;
  }
  .u-sm--dib {
    display: inline-block !important;
  }
  .u-sm--di {
    display: inline !important;
  }
  .u-sm--dt {
    display: table !important;
  }
  .u-sm--dtc {
    display: table-cell !important;
  }
  .u-sm--dtr {
    display: table-row !important;
  }
  .u-sm--df {
    display: flex !important;
  }
  .u-sm--dif {
    display: inline-flex !important;
  }
}
@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    transform: scale(0, 1);
  }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1);
  }
  50.1% {
    transform-origin: 100% 0%;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: 100% 0%;
    transform: scale(0, 1);
  }
}
@keyframes sk-bounce {
  5%, 95% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
}
