@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&family=Inter:wght@400;500;600&display=swap");
/* -----
Common
-------- */
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.text-ja {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .text-ja {
    line-height: 1.7;
  }
}
.text-ja--bold {
  font-weight: 700;
}

.text-en {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .text-en {
    line-height: 1.5;
  }
}
.text-en--bold {
  font-weight: 500;
}

.reserve-btn {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  max-width: 500px;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  padding: 16px 8px 20px;
  margin: 0 auto;
  transition: 0.3s ease-out;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .reserve-btn {
    padding: 24px 8px 28px;
  }
}
.reserve-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  background: #f6f6f6; /*背景色*/
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.reserve-btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.reserve-btn__box {
  position: relative;
  z-index: 3;
  text-align: center;
}
.reserve-btn__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 32px;
  height: 32px;
  background-color: #000;
  transition: 0.3s ease-out;
}
.reserve-btn__icon-img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
}

.sec__ttl {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.2;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .sec__ttl {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec__ttl {
    padding-bottom: 64px;
  }
}
.sec__ttl-ja {
  display: block;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  padding-top: 14px;
}
@media screen and (min-width: 768px) {
  .sec__ttl-ja {
    font-size: 1.5rem;
  }
}

/* -----
Header
-------- */
.header__inner {
  padding: 18px 16px;
}
@media screen and (min-width: 1024px) {
  .header__inner {
    padding: 24px 64px;
  }
}
.header__logo {
  width: 180px;
}
@media screen and (min-width: 1024px) {
  .header__logo {
    width: 240px;
  }
}

/* -----
MV
-------- */
.mv__wrap {
  position: relative;
  overflow: hidden;
}
.mv__bg {
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .mv__bg--sp {
    display: none;
  }
}
.mv__bg--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv__bg--pc {
    display: block;
  }
}
.mv__ttl-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 101vw;
  filter: drop-shadow(0px 0px 4px rgba(1, 1, 1, 0.35));
}
@media screen and (min-width: 768px) {
  .mv__ttl-box {
    width: 38.5vw;
  }
}
@media screen and (min-width: 768px) {
  .mv__ttl-box--sp {
    display: none;
  }
}
.mv__ttl-box--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv__ttl-box--pc {
    display: block;
  }
}

/* -----
Intro
-------- */
.intro__inner {
  padding: 80px 32px 0;
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .intro__inner {
    padding: 96px 24px 0;
    margin-bottom: 160px;
  }
}
.intro__box {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .intro__box {
    text-align: center;
  }
}
.intro__box .text-ja {
  padding-bottom: 16px;
}

/* -----
List
-------- */
.list__inner {
  max-width: 1280px;
  padding: 0 24px;
  margin: 0 auto 120px;
}
@media screen and (min-width: 768px) {
  .list__inner {
    padding: 0 40px;
    margin: 0 auto 160px;
  }
}
.list__ctt {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .list__ctt {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.list__ctt:nth-of-type(even) {
  flex-direction: row;
}
@media screen and (min-width: 1024px) {
  .list__ctt:nth-of-type(even) .list__img-box {
    padding: 0 40px 0 0;
  }
}
.list__img-box {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .list__img-box {
    width: 50%;
    padding: 0 0 0 40px;
  }
}
.list__ctt-text-box {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .list__ctt-text-box {
    width: 50%;
    margin: 0;
  }
}
.list__ctt-ttl {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: solid 1px #000;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .list__ctt-ttl {
    margin-bottom: 32px;
  }
}
.list__ctt-ttl-no {
  position: relative;
  top: 4px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 2.25rem;
  padding-right: 8px;
}
@media screen and (min-width: 768px) {
  .list__ctt-ttl-no {
    font-size: 2.5rem;
  }
}
.list__ctt-ttl-ja {
  font-weight: 700;
  font-size: 1.125rem;
  padding-right: 4px;
}
@media screen and (min-width: 768px) {
  .list__ctt-ttl-ja {
    font-size: 1.25rem;
  }
}
.list__ctt-ttl-en {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .list__ctt-ttl-en {
    font-size: 1.125rem;
  }
}
.list .text-ja {
  padding-bottom: 16px;
}

/* -----
Overview
-------- */
.overview__inner {
  max-width: 1280px;
  padding: 0 24px;
  margin: 0 auto 120px;
}
@media screen and (min-width: 768px) {
  .overview__inner {
    padding: 0 40px;
    margin: 0 auto 160px;
  }
}
.overview__ctt {
  padding-bottom: 24px;
  border-bottom: 1px dashed #000;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .overview__ctt {
    display: flex;
    padding-bottom: 32px;
    margin-bottom: 48px;
  }
}
.overview__ctt:last-of-type {
  margin-bottom: 64px;
}
@media screen and (min-width: 1024px) {
  .overview__ctt:last-of-type {
    margin-bottom: 104px;
  }
}
@media screen and (min-width: 1024px) {
  .overview__ctt-ttl-box {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .overview__ctt-text-box {
    width: 70%;
  }
}
.overview__ctt-ttl {
  line-height: 1.5;
  padding-bottom: 32px;
}
.overview__ctt-ttl-ja {
  display: block;
  font-size: 1.125rem;
}
.overview__ctt-ttl-en {
  display: block;
  font-size: 0.9375rem;
}
.overview__ctt-ja {
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .overview__ctt-ja {
    margin-bottom: 16px;
  }
}
.overview__ctt-item {
  padding-bottom: 16px;
}
.overview__ctt-item-ttl.text-en--bold {
  font-weight: 600;
  padding-bottom: 3px;
}
.overview__ctt-item-text br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .overview__ctt-item-text br {
    display: block;
  }
}

/* -----
Footer
-------- */
.footer__inner {
  text-align: center;
  padding: 40px 0;
}
.footer small {
  font-size: 0.75rem;
}
/*# sourceMappingURL=style.css.map */