@charset "UTF-8";
:root {
  --lending-trim: calc((1em - 1lh) / 2);
  --global--font-size-base: clamp(15px, 0.938rem + ((1vw - 3.2px) * 0.078), 16px);
  --global--font-size-xs: clamp(15px, 0.938rem + ((1vw - 3.2px) * 0.078), 16px);
  --global--font-size-sm: clamp(15px, 0.938rem + ((1vw - 3.2px) * 0.078), 16px);
  --global--font-size-md: clamp(16px, 1rem + ((1vw - 3.2px) * 0.156), 18px);
  --global--font-size-lg: clamp(18px, 1.125rem + ((1vw - 3.2px) * 0.156), 20px);
  --global--font-size-xl: clamp(24px, 1.5rem + ((1vw - 3.2px) * 0.625), 32px);
  --global--font-size-xxl: clamp(30px, 1.875rem + ((1vw - 3.2px) * 0.547), 37px);
  --global--font-size-xxxl: clamp(30px, 1.875rem + ((1vw - 3.2px) * 0.547), 37px);
  --global--line-height-body: 2;
  --global--line-height-heading: 1.75;
  --global--line-height-page-title: 1.6;
  --global--spacing-vertical: 16px;
  --global--spacing-horizontal: 16px;
  --image--spacing-vertical: 16px;
  --responsive--aligndefault-width: 1200px;
  --global--color-primary: #78768c;
  --global--color-background: #e9ebed;
  --global--color-dark-gray: #4d4d4d;
  --button--border-width: 1px;
  --button--border-radius: 0px;
  --button--font-weight: 400;
  --button--font-family: inherit;
  --button--font-size: var(--global--font-size-lg);
  --button--line-height: 1.75;
  --button--padding-vertical: 5px;
  --button--padding-horizontal: 20px;
  --button--letter-spacing: 0.1em;
  --button--background-color: #78768c;
  --button--color: #ffffff;
  --button--opacity: 0.7;
  --pullquote--border-width: 1px;
  --form--border-width: 1px;
}
@supports not (top: 1lh) {
  :root {
    --lending-trim: 0;
  }
}
.p-hero {
  position: relative;
  height: 100dvh;
  min-height: 700px;
}
.p-hero__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-hero__bg img, .p-hero__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-hero__bg video {
  position: absolute;
  top: 0;
  left: 0;
}
.p-hero__fallback {
  display: none;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-hero__video {
  z-index: 1;
}
.p-hero__video--pc {
  display: block;
}
.p-hero__video--sp {
  display: none;
}
.p-hero__bg.is-fallback .p-hero__fallback {
  display: block;
}
.p-hero__bg.is-fallback .p-hero__video {
  display: none !important;
}
.p-hero__header {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding-top: min(41.25vw, 20px);
  padding-right: min(3.2303370787vw, 46px);
  padding-left: min(2.106741573vw, 30px);
}
.p-hero__menu-btn {
  visibility: hidden;
  opacity: 0;
}
.p-hero__instagram {
  width: 32px;
}
.p-hero__content {
  container-type: inline-size;
  display: flex;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-hero__logo {
  width: 562px;
  margin-bottom: 6.4918851436cqh;
  margin-inline: auto;
}
.p-hero__nav {
  width: 100%;
  margin-bottom: 4.9937578027cqh;
  padding-inline: 1em;
  padding-block: 1.872659176cqh;
  background-color: rgba(120, 118, 140, 0.8);
  color: #ffffff;
  font-size: clamp(18px, 1.125rem + (1vw - 3.2px) * 0.156, 20px);
  letter-spacing: 0.1em;
}
.p-hero__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-hero__nav-item:not(:last-child)::after {
  margin-inline: 0.8em;
  content: "｜";
}
.p-hero__nav.\--preopen {
  padding-block: 0;
  text-align: center;
}
.p-hero__nav.\--preopen p {
  margin-block: 13px;
  color: #ffffff;
  font-size: clamp(16px, 1rem + (1vw - 3.2px) * 0.156, 18px);
  line-height: 1.5;
  font-family: "Raleway", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.22em;
  text-align: center;
}
.p-hero__scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.3720349563cqh;
  margin-inline: auto;
  gap: 1.2484394507cqh;
  pointer-events: auto;
}
.p-hero__scroll-text {
  color: #ffffff;
  font-size: clamp(18px, 1.125rem + (1vw - 3.2px) * 0.156, 20px);
  font-family: "Raleway", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
}
.p-hero__scroll-arrow {
  width: 71px;
}

.p-news {
  padding-bottom: clamp(55px, 1.4505rem + 7.6792vw, 100px);
  color: #ffffff;
}
.p-news__inner {
  padding-bottom: clamp(13px, 0.5034rem + 1.1945vw, 20px);
}
.p-news__title {
  --color: #ffffff;
  --bg_color: #7d094b;
  margin-bottom: clamp(42px, 1.3887rem + 4.7782vw, 70px);
  text-align: center;
}
.p-news__title-text, .p-news__title-sub {
  z-index: 1;
  position: relative;
  color: var(--color);
}
.p-news__title-text {
  display: block;
  margin-bottom: calc(10px + var(--lending-trim));
}
.p-news__title-sub {
  display: block;
  font-size: clamp(18px, 1.125rem + (1vw - 3.2px) * 0.156, 20px);
  line-height: 1.2;
}

.p-container {
  z-index: 30;
  position: relative;
  background-color: #e9ebed;
}

.p-entry-content > p:last-child {
  margin-block: 0;
}

ul.p-news-item {
  padding-left: 0 !important;
}
ul.p-news-item > li {
  list-style: none;
}
@media only screen and (min-width: 652px) {
  :root {
    --heading--font-size-h3: var(--global--font-size-md);
    --heading--font-size-h2: var(--global--font-size-lg);
  }
}
@media only screen and (max-width: 767px) {
  .p-hero__video--pc {
    display: none;
  }
  .p-hero__video--sp {
    display: block;
  }
  .p-hero__header {
    padding-top: 3.6144578313dvw;
    padding-right: 3.6144578313dvw;
    padding-left: 3.6144578313dvw;
  }
  .p-hero__menu-btn {
    visibility: visible;
    width: 10.1204819277dvw;
    background-color: transparent !important;
    opacity: 1;
  }
  .p-hero__menu-btn:hover {
    background-color: transparent !important;
  }
  .p-hero__instagram {
    width: 7.7108433735dvw;
  }
  .p-hero__logo {
    width: 86.7149758454cqw;
    margin-bottom: 10.4868913858cqh;
  }
  .p-hero__nav {
    font-size: 4.0963855422dvw;
    line-height: 1.75;
  }
  .p-hero__nav:not(.--preopen) {
    display: none;
  }
  .p-hero__scroll-text {
    font-size: clamp(16px, 1rem + (1vw - 3.2px) * 0.156, 18px);
  }
  .p-hero__scroll-arrow {
    width: 17.1497584541cqw;
  }
  .p-news__title-sub {
    font-size: max(2.8915662651dvw, 0.6875rem);
  }
}/*# sourceMappingURL=style.css.map */
