@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #0F0F0F;
  font-weight: 700;
}

body .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  body .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body .pc {
    display: none;
  }
}

.js-load-fade {
  opacity: 0;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.js-load-fade.is-active {
  margin-top: 0px;
  margin-top: 0rem;
  opacity: 1;
}

.js-loader {
  -webkit-clip-path: circle(70vh at 50% 50%);
          clip-path: circle(70vh at 50% 50%);
  -webkit-transition: 0.7s all ease-in-out;
  transition: 0.7s all ease-in-out;
}

.js-loader.is-close {
  -webkit-clip-path: circle(0px at 50% 50%);
          clip-path: circle(0px at 50% 50%);
}

.js-mv-bg1,
.js-mv-bg2 {
  opacity: 0;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  -webkit-transition: 0.9s all ease-in-out;
  transition: 0.9s all ease-in-out;
}

.js-mv-bg1.is-active,
.js-mv-bg2.is-active {
  opacity: 1;
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}

.js-mv-bg2.is-active {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.js-mv-fade {
  opacity: 0;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
  -webkit-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
}

.js-mv-fade.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-reserve {
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-clip-path: inset(0% 100% 0% 0% round 50px 50px 50px 50px);
          clip-path: inset(0% 100% 0% 0% round 50px 50px 50px 50px);
  opacity: 0.6;
}

.js-reserve.is-active {
  -webkit-clip-path: inset(0% 0% 0% 0% round 50px 50px 50px 50px);
          clip-path: inset(0% 0% 0% 0% round 50px 50px 50px 50px);
  opacity: 1;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.0810810811vw;
  }
}
@media (min-width: 1480px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

select::-ms-expand {
  display: none;
}

.reserve {
  display: block;
  color: #fff;
  background: #00ABA2;
  border-radius: 6.25rem;
  text-align: center;
  width: 100%;
  font-size: 21px;
  font-size: 1.3125rem;
  padding: 18px 0 23px;
  padding: 1.125rem 0 1.4375rem;
}
@media screen and (max-width: 767px) {
  .reserve {
    font-size: 1.125rem;
    padding: 0.4375rem 0 0.8125rem;
  }
}
.reserve__en {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 7px;
  padding-right: 0.4375rem;
}

.ttl {
  color: #CC0A58;
}
.ttl__en {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Hind", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .ttl__en {
    font-size: 1.125rem;
  }
}
.ttl__main {
  font-size: 36px;
  font-size: 2.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(74%, #FDDA52), color-stop(85%, transparent));
  background: linear-gradient(transparent 0% 74%, #FDDA52 74% 85%, transparent 85%);
}
@media screen and (max-width: 767px) {
  .ttl__main {
    font-size: 1.75rem;
  }
}

.read-jp {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  text-align: center;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.read-en {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Hind", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
}

.note {
  margin: 0 20px;
  margin: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .note {
    margin: 0 0.625rem;
  }
}

.r-btn__reserve {
  margin: -15px auto 0;
  margin: -0.9375rem auto 0;
  max-width: 514px;
  max-width: 32.125rem;
}
@media screen and (max-width: 767px) {
  .r-btn__reserve {
    max-width: unset;
    width: calc(100% - 2.5rem);
  }
}

.nav__menu {
  position: relative;
}
.nav__menu a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #055E9F;
  padding: 15px 15px 15px 20px;
  padding: 0.9375rem 0.9375rem 0.9375rem 1.25rem;
}
@media screen and (max-width: 1023px) {
  .nav__menu a {
    padding: 0.75rem;
  }
}
.nav__reserve {
  width: 240px;
  width: 15rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .nav__reserve {
    width: unset;
    margin: 0.9375rem;
    padding: 0.9375rem 0;
  }
}
@media screen and (max-width: 767px) {
  .nav .reserve {
    padding: 0.5625rem 0 0.8125rem;
  }
}
.nav__insta {
  margin: 30px 15px 0;
  margin: 1.875rem 0.9375rem 0;
  width: 26px;
  width: 1.625rem;
  aspect-ratio: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .nav__insta {
    margin: 1.25rem 0.9375rem 0;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: #fff;
  overflow: hidden;
}
.loader .header__bg img {
  max-width: unset;
  width: 200%;
}
.loader__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
}

.header {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
@media screen and (max-width: 767px) {
  .header {
    display: none;
  }
}
.header__bg {
  position: absolute;
  width: 100%;
  z-index: -1;
}
.header__bg--1 {
  top: 0;
}
.header__bg--2 {
  bottom: -5px;
}
.header-left {
  width: calc(50% - 18.5625rem);
  height: 80vh;
}
@media screen and (max-width: 1023px) {
  .header-left {
    width: 30%;
    height: 50vh;
  }
}
@media screen and (max-width: 767px) {
  .header-left {
    display: none;
  }
}
.header-right {
  width: calc(50% - 18.5625rem);
}
@media screen and (max-width: 1023px) {
  .header-right {
    width: 30%;
    height: 50vh;
  }
}
@media screen and (max-width: 767px) {
  .header-right {
    display: none;
  }
}

.header-left__inner {
  height: 100%;
  max-width: 500px;
  max-width: 31.25rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
  margin: 0 auto;
  max-height: 1200px;
  max-height: 75rem;
}
.header-left__container {
  height: 100%;
  padding: 80px 0;
  padding: 5rem 0;
  position: relative;
}
.header-left__logo {
  width: 260px;
  width: 16.25rem;
}
.header-left__content {
  color: #055E9F;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .header-left__content {
    top: unset;
    bottom: 3.125rem;
  }
}
.header-left__ttl {
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1.1095890411;
  letter-spacing: -0.05em;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 1023px) {
  .header-left__ttl {
    font-size: 4rem;
  }
}
.header-left__subttl1 {
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 600;
  font-family: "Hind", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .header-left__subttl1 {
    font-size: 2.5rem;
  }
}
.header-left__subttl2 {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: -0.05em;
}

.header-center {
  min-width: 594px;
  min-width: 37.125rem;
  width: 35.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  position: fixed;
  z-index: 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: 25px;
  padding: 1.5625rem;
}
@media screen and (max-width: 1023px) {
  .header-center {
    width: 70%;
    margin-left: auto;
    right: 0;
    -webkit-transform: unset;
            transform: unset;
    left: unset;
    min-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .header-center {
    width: 100%;
    margin: unset;
    padding: 0.9375rem;
  }
}
.header-center__logo {
  width: 160px;
  width: 10rem;
}
@media screen and (max-width: 1023px) {
  .header-center__logo {
    width: 13.75rem;
  }
}
@media screen and (max-width: 767px) {
  .header-center__logo {
    width: 7.5rem;
  }
}

.header-right__inner {
  max-width: 360px;
  max-width: 22.5rem;
  padding: 0 50px;
  padding: 0 3.125rem;
  margin: 0 auto;
  height: 100%;
  position: relative;
  max-height: 1200px;
  max-height: 75rem;
}
.header-right__container {
  height: 100%;
  position: absolute;
  top: 30%;
}
@media screen and (max-width: 1023px) {
  .header-right__container {
    position: unset;
  }
}
.header-right__menu {
  position: relative;
}
.header-right__menu a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #055E9F;
  padding: 15px 15px 15px 20px;
  padding: 0.9375rem 0.9375rem 0.9375rem 1.25rem;
}
@media screen and (max-width: 1023px) {
  .header-right__menu a {
    padding: 0.75rem;
  }
}
.header-right .reserve {
  margin: 15px;
  margin: 0.9375rem;
  padding: 15px 0;
  padding: 0.9375rem 0;
  width: 240px;
  width: 15rem;
  font-size: 18px;
  font-size: 1.125rem;
}
.header-right__insta {
  margin: 30px 15px 0;
  margin: 1.875rem 0.9375rem 0;
  width: 26px;
  width: 1.625rem;
  aspect-ratio: 1;
  display: block;
}

.header-right__menu::before {
  position: absolute;
  content: "";
  display: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  aspect-ratio: 1;
  width: 8px;
  width: 0.5rem;
  border-radius: 50%;
  background: #055E9F;
}

.is-visible.header-right__menu::before {
  display: block;
}

.is-open.hamburger .hamburger__line:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.is-open.hamburger .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.is-open.hamburger .hamburger__line:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburger {
  background: #fff;
  width: 40px;
  width: 2.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #4BA8A1;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .hamburger {
    width: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    width: 2.5rem;
  }
}
.hamburger__lines {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hamburger__line {
  display: block;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  width: 0.9375rem;
  background: #4BA8A1;
}
@media screen and (max-width: 1023px) {
  .hamburger__line {
    width: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .hamburger__line {
    width: 0.9375rem;
  }
}
.hamburger__line:nth-of-type(1) {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: translate(-50%, calc(-50% - 0.375rem));
          transform: translate(-50%, calc(-50% - 0.375rem));
}
@media screen and (max-width: 1023px) {
  .hamburger__line:nth-of-type(1) {
    -webkit-transform: translate(-50%, calc(-50% - 0.5rem));
            transform: translate(-50%, calc(-50% - 0.5rem));
  }
}
@media screen and (max-width: 767px) {
  .hamburger__line:nth-of-type(1) {
    -webkit-transform: translate(-50%, calc(-50% - 0.375rem));
            transform: translate(-50%, calc(-50% - 0.375rem));
  }
}
.hamburger__line:nth-of-type(2) {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hamburger__line:nth-of-type(3) {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: translate(-50%, calc(-50% + 0.375rem));
          transform: translate(-50%, calc(-50% + 0.375rem));
}
@media screen and (max-width: 1023px) {
  .hamburger__line:nth-of-type(3) {
    -webkit-transform: translate(-50%, calc(-50% + 0.5rem));
            transform: translate(-50%, calc(-50% + 0.5rem));
  }
}
@media screen and (max-width: 767px) {
  .hamburger__line:nth-of-type(3) {
    -webkit-transform: translate(-50%, calc(-50% + 0.375rem));
            transform: translate(-50%, calc(-50% + 0.375rem));
  }
}

.is-open.drawer {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
  visibility: visible;
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(0% 0% 0% 100%);
          clip-path: inset(0% 0% 0% 100%);
  visibility: hidden;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  height: 100vh;
  width: 100vw;
  z-index: 5;
  background: #fff;
}
.drawer .header__bg {
  z-index: 10;
  overflow: hidden;
  width: 100%;
}
.drawer .header__bg img {
  max-width: unset;
  width: 200%;
}
.drawer__container {
  padding: 110px 30px 100px;
  padding: 6.875rem 1.875rem 6.25rem;
  height: 100vh;
  overflow-y: scroll;
}

.main {
  position: relative;
  z-index: 3;
  background: #fff;
  width: 35.5%;
  min-width: 594px;
  min-width: 37.125rem;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .main {
    width: 70%;
    margin: unset;
    margin-left: auto;
    min-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .main {
    width: 100%;
  }
}
.main__inner {
  padding: 0 40px;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .main__inner {
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .main__inner {
    max-width: 37.5rem;
    margin: 0 auto;
  }
}

.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 1200px;
  max-height: 75rem;
  background: gray;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .mv {
    max-height: unset;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    width: 100vw;
    margin-bottom: 1.875rem;
  }
}
.mv__video {
  width: 100%;
  height: 100%;
}
.mv__video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.mv__en {
  font-family: "Hind", sans-serif;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .mv__en {
    font-size: 1.75rem;
  }
}
.mv__jp {
  font-size: 73px;
  font-size: 4.5625rem;
  letter-spacing: -0.1em;
  line-height: 1.1;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .mv__jp {
    font-size: 3.125rem;
  }
}
.mv__ch {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .mv__ch {
    font-size: 1rem;
  }
}

.about {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.about__reserve {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.about__text {
  text-align: center;
  margin-top: -15px;
  margin-top: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .about__text {
    margin-top: -0.3125rem;
  }
}
.about__subttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Hind", sans-serif;
  color: #CC0A58;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .about__subttl {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
.about__ttl {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .about__ttl {
    font-size: 1.625rem;
    margin-bottom: 1.25rem;
  }
}
.about__ttl span {
  display: block;
  background: #CC0A58;
  padding: 0 5px;
  padding: 0 0.3125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  margin: 0 auto 10px;
  margin: 0 auto 0.625rem;
}
.about__read1 {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.05em;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .about__read1 {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.about__read2 {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .about__read2 {
    font-size: 0.875rem;
  }
}
.about__read3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  font-family: "Hind", sans-serif;
  letter-spacing: -0.02em;
  -webkit-font-feature-settings: "abvf";
          font-feature-settings: "abvf";
}
@media screen and (max-width: 767px) {
  .about__read3 {
    font-size: 0.875rem;
    margin-bottom: 0.9375rem;
  }
}
.about__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .about__images {
    gap: 0.625rem;
  }
}
.about__image {
  border-radius: 1.25rem;
  overflow: hidden;
}
.about__image:nth-of-type(2) {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .about__image:nth-of-type(2) {
    margin-top: 1.875rem;
  }
}

.movie {
  margin-bottom: 80px;
  margin-bottom: 5rem;
  border: 2px solid #BB2B59;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .movie {
    margin-bottom: 2.5rem;
  }
}
.movie__container {
  padding: 0 40px 35px;
  padding: 0 2.5rem 2.1875rem;
}
@media screen and (max-width: 767px) {
  .movie__container {
    padding: 0 1.25rem 1.5625rem;
  }
}
.movie__ttl {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 36px;
  font-size: 2.25rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  background: #fff;
  letter-spacing: 0.02em;
  margin: -25px auto 20px;
  margin: -1.5625rem auto 1.25rem;
  color: #CC0A58;
}
@media screen and (max-width: 767px) {
  .movie__ttl {
    font-size: 1.75rem;
    margin: -1.25rem auto 1.25rem;
  }
}
.movie__video {
  aspect-ratio: 434/287;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.movie__video iframe {
  width: 100%;
  height: 100%;
}
.movie__button {
  display: block;
  border-radius: 6.25rem;
  text-align: center;
  width: 260px;
  width: 16.25rem;
  padding: 15px 0;
  padding: 0.9375rem 0;
  margin: 0 auto;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #00ABA2;
  border: 1px solid #00ABA2;
}
@media screen and (max-width: 767px) {
  .movie__button {
    font-size: 1rem;
  }
}
.movie__button span {
  font-family: "Hind", sans-serif;
  padding-right: 15px;
  padding-right: 0.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .movie__button span {
    font-size: 0.75rem;
  }
}

.rental {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .rental {
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.rental::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: -webkit-gradient(linear, left top, right top, from(#CC0A58), color-stop(40%, transparent));
  background: linear-gradient(90deg, #CC0A58 0% 40%, transparent 40% 100%);
  background-size: 0.4375rem 0.0625rem;
}
.rental__ttl {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .rental__ttl {
    margin-bottom: 1.25rem;
  }
}
.rental__read {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .rental__read {
    margin-bottom: 1.25rem;
  }
}
.rental__contents {
  border-radius: 1.25rem;
  background: #FFB7C5;
  padding: 30px;
  padding: 1.875rem;
}
@media screen and (max-width: 767px) {
  .rental__contents {
    padding: 0.9375rem;
  }
}
.rental__des {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #CC0A58;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.rental__des span {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-family: "Hind", sans-serif;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
.rental__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .rental__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.rental__lists {
  padding-right: 40px;
  padding-right: 2.5rem;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .rental__lists {
    width: 100%;
    padding-right: unset;
  }
}
.rental__list {
  padding-left: 10px;
  padding-left: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  gap: 0.9375rem;
}
.rental__list::before {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 4px;
  width: 0.25rem;
  background: #0F0F0F;
  top: 10px;
  top: 0.625rem;
  left: 0;
}
.rental__name {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -0.05em;
}
.rental__name span {
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.rental__price {
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.rental__images {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .rental__images {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.rental__image {
  border-radius: 1.25rem;
  overflow: hidden;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.rental__attention {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  color: #CC0A58;
  letter-spacing: -0.05em;
}

.safe {
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .safe {
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.safe::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: -webkit-gradient(linear, left top, right top, from(#CC0A58), color-stop(40%, transparent));
  background: linear-gradient(90deg, #CC0A58 0% 40%, transparent 40% 100%);
  background-size: 0.4375rem 0.0625rem;
}
.safe__ttl {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .safe__ttl {
    margin-bottom: 1.25rem;
  }
}
.safe__read {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .safe__read {
    margin-bottom: 1.25rem;
  }
}
.safe__image {
  aspect-ratio: 1;
  margin: 0 50px;
  margin: 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .safe__image {
    margin: 0 1.875rem;
  }
}

.rest {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .rest {
    margin-bottom: 4.375rem;
  }
}
.rest__ttl {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .rest__ttl {
    margin-bottom: 1.25rem;
  }
}
.rest__read {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .rest__read {
    margin-bottom: 1.25rem;
  }
}
.rest__images {
  position: relative;
  z-index: 1;
}
.rest__image {
  border-radius: 1.25rem;
  overflow: hidden;
}
.rest__image--1 {
  position: absolute;
  width: 45%;
  left: 0;
  top: 40px;
  top: 2.5rem;
  z-index: 2;
}
.rest__image--2 {
  margin-left: auto;
  width: 65%;
  z-index: 1;
}

.fee {
  border-radius: 1.25rem;
  border: 1px solid #CC0A58;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  padding: 20px 0 40px;
  padding: 1.25rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .fee {
    margin-bottom: 2.5rem;
  }
}
.fee__ttl {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .fee__ttl {
    margin-bottom: 1.25rem;
  }
}
.fee__content {
  margin: 0 30px;
  margin: 0 1.875rem;
  border-radius: 1.25rem;
  border: 1px solid #E5E5E5;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fee__content {
    margin: 0 0.9375rem;
  }
}
.fee__menus {
  width: 100%;
  border-collapse: collapse;
}
.fee__menus tr:not(:last-of-type) {
  border-bottom: 1px solid #E5E5E5;
}
.fee__item {
  font-size: 16px;
  font-size: 1rem;
  width: 55%;
  letter-spacing: -0.05em;
  background: #F7F7F7;
  padding: 17px 5px 17px 20px;
  padding: 1.0625rem 0.3125rem 1.0625rem 1.25rem;
}
.fee__price {
  width: 45%;
  padding: 0 5px;
  padding: 0 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .fee__price {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.insta {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .insta {
    margin-bottom: 2.5rem;
  }
}
.insta__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Hind", sans-serif;
  color: #CC0A58;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .insta__ttl {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.insta__ttl span {
  display: inline-block;
  aspect-ratio: 1;
  width: 26px;
  width: 1.625rem;
  vertical-align: middle;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.insta__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.insta__image img {
  display: block;
  height: 100%;
  width: 100%;
}

.info {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.info__ttl {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .info__ttl {
    margin-bottom: 1.25rem;
  }
}
.info__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  gap: 0.625rem;
  max-width: 110px;
  max-width: 6.875rem;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 767px) {
  .info__buttons {
    margin: 0 auto 0.625rem;
  }
}
.info__button {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  border-radius: 1.25rem;
  border: 1px solid #00ABA2;
  color: #00ABA2;
  line-height: 1;
  padding: 9px 15px 5px;
  padding: 0.5625rem 0.9375rem 0.3125rem;
}
.info__button.is-active {
  background: #00ABA2;
  color: #fff;
}
.info__lists {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -0.05em;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .info__lists {
    font-size: 0.875rem;
    margin-bottom: 0.9375rem;
  }
}
.info__tag {
  background: #F7F7F7;
  border-radius: 1.25rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  line-height: 1;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.info__data {
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.info__data li {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.info__and {
  margin-top: 10px;
  margin-top: 0.625rem;
  color: #00ABA2;
  text-decoration: underline;
}
.info__map {
  width: 100%;
  aspect-ratio: 514/300;
}
.info .info-jp.is-active {
  display: block;
}
.info .info-en.is-active {
  display: block;
}
.info .info-jp.is-none {
  display: none;
}
.info .info-en.is-none {
  display: none;
}

.footer {
  margin-top: -1px;
  margin-top: -0.0625rem;
  padding: 100px 0 25px;
  padding: 6.25rem 0 1.5625rem;
  background-image: url("../images/common/footer-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.footer__banner {
  max-width: 273px;
  max-width: 17.0625rem;
  margin: 0 auto 60px;
  margin: 0 auto 3.75rem;
}
@media screen and (max-width: 1023px) {
  .footer__banner {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__banner {
    margin-top: unset;
    max-width: 18.75rem;
  }
}
.footer__copy {
  color: #CC0A58;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  font-family: "Hind", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 0.875rem;
  }
}
/*# sourceMappingURL=styles.css.map */
