@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;700&family=Noto+Serif+JP:wght@400;600;700&display=swap");
:root {
  --white: #ffffff;
  --black: #000000;
  --gray: #5A5A5A;
  --gray-lighten: gray;
  --red: #810000;
  --gold: #BEA15B;
  --accent: var(--red);
  --inactive: var(--gray);
  --disabled: var(--gray);
  --japanese-sans-serif:
    "Noto Serif JP",
    "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  --english-sans-selif: "Cormorant Garamond", var(--japanese-sans-serif);
  --space-sm: clamp(3rem, 0.667rem + 4.27vw, 4rem);
  --space-xs: calc(var(--space-sm) * 0.5);
  --space-md: calc(var(--space-sm) * 1.5);
  --space-lg: calc(var(--space-sm) * 2);
  --space-xl: calc(var(--space-sm) * 3);
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: var(--black);
  font-family: var(--english-sans-selif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  margin: 0;
  background-color: #ffffff;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

p a {
  display: inline-block;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin: 0 0 1rem;
}

ol,
ul,
dl,
ol ol,
ul ul,
ol ul,
ul ol {
  padding: 0;
  margin: 0;
}

ol li,
ul li {
  list-style-position: inside;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a, p a {
  color: var(--active);
  display: block;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--active);
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption {
  color: var(--black);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
  vertical-align: top;
  padding: 0.2rem 0.5rem;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=submit] {
  outline: none;
  border: 1px solid var(--gray-lighten);
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

button, input[type=submit], input[type=button] {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button, select, input {
  color: var(--black);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
button::-webkit-input-placeholder, select::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: var(--black);
}
button::-moz-placeholder, select::-moz-placeholder, input::-moz-placeholder {
  color: var(--black);
}
button::placeholder, select::placeholder, input::placeholder {
  color: var(--black);
}

picture {
  display: block;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.l-header {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  padding: 2em 3em;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
}
.l-header.is-fixed {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  padding: 2em 3em;
  left: -200px;
}
.l-header.is-ready {
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-header.is-show {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.l-header__inner {
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.l-header__logo {
  margin: 0;
}
.l-header__nav {
  margin: 50px 0 0;
}
.l-header__sns {
  margin: 50px 0 0;
}
@media screen and (min-width: 1024px) {
  .l-header {
    display: block;
    padding: 75px 50px;
  }
}
@media screen and (min-width: 1500px) {
  .l-header {
    position: absolute;
    left: calc(50% - 525px - 120px);
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .l-header.is-show {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
            backdrop-filter: saturate(180%) blur(20px);
  }
}

.l-wrapper {
  position: relative;
  overflow: hidden;
  background: url("../../assets/img/bg-base.webp") repeat-y 0 top/cover;
}

@media screen and (min-width: 1024px) {
  .l-main {
    min-width: 1200px;
  }
}

.l-footer {
  position: relative;
  aspect-ratio: 1440/303;
  margin: -50px 0 0;
  background-color: transparent;
}
.l-footer::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 820/349;
  background: url("../../assets/img/bg-footer-lg.webp") no-repeat 0 top/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.l-footer__inner {
  position: relative;
  z-index: 101;
  padding: 13% 0 32%;
}
.l-footer__button {
  position: absolute;
  bottom: 60px;
  right: 10px;
}
.l-footer__copy {
  margin: 0 auto;
  text-align: center;
}
.l-footer__copy small {
  color: var(--black);
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}
@media screen and (min-width: 550px) {
  .l-footer__button {
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer {
    min-width: 1200px;
  }
  .l-footer::after {
    aspect-ratio: 2880/758;
    background: url("../../assets/img/bg-footer@2x.webp") no-repeat 0 top/cover;
  }
  .l-footer__inner {
    padding: var(--space-md) 0 20px;
  }
  .l-footer__copy {
    margin: 0 auto var(--space-xl);
  }
  .l-footer__copy small {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.c-logo {
  display: block;
  max-width: 112px;
}
a.c-logo {
  transition: all 0.35s ease;
}
a.c-logo:hover {
  color: var(--blue);
  opacity: 0.5;
}

.c-globalNav {
  display: none;
}
.c-globalNav__list {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.c-globalNav__item {
  margin: 0;
}
.c-globalNav__link {
  color: var(--gold);
  line-height: 1;
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transition: all 0.35s ease;
}
.c-globalNav__link.is-current {
  color: var(--accent);
}
.c-globalNav__link:hover {
  color: var(--accent);
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .c-globalNav {
    display: block;
  }
}
.c-offcanvas {
  width: 100%;
  height: 100%;
}
.c-offcanvas.is-active .c-offcanvas__hamburger {
  background-color: transparent;
}
.c-offcanvas.is-active .c-offcanvas__hamburger::before {
  width: 35px;
  margin-top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.c-offcanvas.is-active .c-offcanvas__hamburger::after {
  margin-top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-offcanvas.is-active .c-offcanvas__body {
  right: 0;
}
.c-offcanvas__button {
  display: block;
  cursor: pointer;
  width: 35px;
  height: 45px;
  position: fixed;
  right: 20px;
  top: 16px;
  z-index: 2003;
  margin: 0;
  padding: 0;
  border: none;
}
.c-offcanvas__hamburger {
  display: block;
  width: 35px;
  height: 1px;
  margin: 0 auto;
  background-color: var(--gold);
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-offcanvas__hamburger::before, .c-offcanvas__hamburger::after {
  display: block;
  content: "";
  width: 35px;
  height: 1px;
  background-color: var(--gold);
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: all 0.35s ease 0.1s;
  position: absolute;
  top: 0;
}
.c-offcanvas__hamburger::before {
  width: 25px;
  right: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.c-offcanvas__hamburger::after {
  left: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.c-offcanvas__menu {
  color: var(--gold);
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 27px;
}
.c-offcanvas__body {
  width: 90vw;
  height: 100vh;
  height: 100svh;
  display: flex;
  flex-direction: column;
  padding: 20px 4em;
  background-color: rgba(0, 0, 0, 0.95);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 2002;
}
.c-offcanvas__overlay {
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
}
.c-offcanvas__overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.c-offcanvas__list {
  display: flex;
  flex-direction: column;
  margin: auto 0;
}
.c-offcanvas__item {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  list-style: none;
  padding: 0;
}
.c-offcanvas__item a {
  color: var(--gold);
  display: block;
  padding: 0.5rem 0;
  transition: all 0.35s ease;
}
.c-offcanvas__item a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 550px) {
  .c-offcanvas__body {
    width: 75vw;
  }
  .c-offcanvas__button {
    right: 30px;
  }
  .c-offcanvas__item {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 820px) {
  .c-offcanvas__item {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-offcanvas {
    display: none;
  }
}

.c-socialNav {
  margin: 0 auto;
}
.c-socialNav__list {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
}
.c-socialNav__item {
  width: 46px;
  line-height: 1;
}
.c-socialNav__link {
  transition: opacity 0.35s ease;
}
.c-socialNav__link:hover {
  opacity: 0.5;
}
.c-socialNav__link svg {
  width: 100%;
  height: auto;
}
.c-logoTablet {
  width: 126px;
  position: fixed;
  top: 10px;
  left: 20px;
  z-index: 1001;
}
@media screen and (min-width: 550px) {
  .c-logoTablet {
    width: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .c-logoTablet {
    display: none;
  }
}

.c-backgroundLayer__objectRed {
  position: absolute;
  top: 7%;
  left: 80%;
  z-index: 2;
  -webkit-transform: rotate(30deg) translate(0px, -15%);
          transform: rotate(30deg) translate(0px, -15%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.c-backgroundLayer__objectRed::after {
  content: "";
  display: block;
  width: 1080px;
  height: 7000px;
  background: url("../../assets/img/bg-repeat-dark-red.webp") repeat 0 0/90px 100px;
}
.c-backgroundLayer__objectGold {
  position: absolute;
  top: 64%;
  left: 50%;
  z-index: 1;
  -webkit-transform: rotate(-30deg) translate(calc(-50% - 900px), -1200px);
          transform: rotate(-30deg) translate(calc(-50% - 900px), -1200px);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.c-backgroundLayer__objectGold::after {
  content: "";
  display: block;
  width: 1080px;
  height: 7000px;
  background: url("../../assets/img/bg-repeat-gold.webp") repeat 0 0/150px 150px;
}
@media screen and (min-width: 550px) {
  .c-backgroundLayer__objectRed {
    top: 6%;
  }
  .c-backgroundLayer__objectGold {
    top: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .c-backgroundLayer__objectRed {
    top: 0;
    left: 70%;
  }
  .c-backgroundLayer__objectGold {
    top: 2400px;
  }
}

.c-gmap {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  background: #f7f7f7;
}
.c-gmap__canvas {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 550px) {
  .c-gmap {
    padding-top: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .c-gmap {
    padding-top: 100%;
  }
}

.c-buttonToTop {
  color: var(--red);
  position: relative;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
.c-buttonToTop:hover .c-buttonToTop__circle {
  background-color: var(--gold);
}
.c-buttonToTop__circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 4rem;
  height: 4rem;
  background-color: var(--red);
  border-radius: 100%;
}
.c-buttonToTop__circle::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-left: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.c-buttons {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 1001;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-buttons__list {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.c-buttons__item:first-child {
  max-width: 137px;
}
.c-buttons__item:nth-child(2) {
  max-width: 153px;
}
.c-buttons__link {
  display: block;
  transition: all 0.35s ease;
}
.c-buttons__link:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .c-buttons {
    width: auto;
    bottom: inherit;
    top: 50%;
    left: inherit;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-buttons__list {
    flex-direction: column;
  }
  .c-buttons__item:first-child {
    max-width: 44px;
  }
  .c-buttons__item:nth-child(2) {
    max-width: 44px;
  }
}

.p-hero__inner {
  position: relative;
  z-index: 100;
}
.p-hero__main {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.p-hero__logo {
  width: 66%;
  margin: 90px auto 0;
}
.p-hero__slider {
  position: relative;
  z-index: 1;
  margin-top: -7%;
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
}
@media screen and (min-width: 550px) {
  .p-hero__slider {
    margin-top: 2%;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__logo {
    width: auto;
    max-width: 390px;
    margin: 90px 0 0 150px;
  }
  .p-hero__main {
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-hero__slider {
    margin-top: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.p-concept {
  position: relative;
  z-index: 101;
  padding-top: 50px;
  padding-bottom: 122%;
  margin: -7% auto 0;
}
.p-concept::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 820/2132;
  background: url("../../assets/img/bg-concept-lg.png") no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-concept__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-concept__header {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.p-concept__heading {
  color: var(--white);
  display: inline-block;
  line-height: 1;
  font-size: 73px;
  font-size: 4.5625rem;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.02em;
  text-indent: -0.5em;
}
.p-concept__subheading {
  width: 38%;
  margin: var(--space-md) 2% 0 0;
}
.p-concept__main {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin: 11% auto 0;
}
.p-concept__desc {
  color: var(--white);
  line-height: 2.5;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-concept__desc .pcbr {
  display: none;
}
.p-concept__figures {
  display: none;
}
.p-concept__figures > * {
  position: absolute;
  z-index: -1;
}
.p-concept__figure.figure-01 {
  width: 175px;
  top: 0px;
  left: 105px;
}
.p-concept__figure.figure-02 {
  width: 191px;
  top: 182px;
  left: -110px;
}
.p-concept__figure.figure-03 {
  width: 320px;
  top: 50px;
  left: calc(100% - 75px);
}
.p-concept__figure.figure-04 {
  width: 674px;
  top: 470px;
  left: -45px;
}
.p-concept__figure.figure-05 {
  width: 536px;
  top: 435px;
  left: calc(100% - 370px);
}
@media screen and (min-width: 550px) {
  .p-concept {
    padding-bottom: 145%;
    margin: 0 auto 0;
  }
  .p-concept__heading {
    font-size: 150px;
    font-size: 9.375rem;
    letter-spacing: 0;
  }
  .p-concept__subheading {
    width: 221px;
  }
  .p-concept__main {
    margin: var(--space-md) auto 0;
  }
  .p-concept__desc {
    line-height: 3;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 1024px) {
  .p-concept {
    padding-bottom: 0;
    margin: -305px auto 0;
  }
  .p-concept::after {
    display: none;
  }
  .p-concept__inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }
  .p-concept__main {
    margin: var(--space-md) 25px 0 0;
  }
  .p-concept__desc {
    line-height: 2.5;
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
  }
  .p-concept__desc .pcbr {
    display: block;
  }
  .p-concept__figures {
    display: block;
  }
}

.p-point {
  position: relative;
  z-index: 100;
}
.p-point--reverse .p-point__inner {
  flex-direction: column-reverse;
}
.p-point--reverse .p-point__number {
  left: calc(100% - 100px);
}
.p-point--reverse .p-point__title {
  padding: 0;
}
.p-point--primary {
  margin: var(--space-xs) auto 0;
}
.p-point--secondary {
  margin: var(--space-xs) auto 0;
}
.p-point--tertiary {
  margin: var(--space-xs) auto 0;
}
.p-point--quaternary {
  z-index: 99;
  margin: var(--space-xs) auto 0;
}
.p-point__inner {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.p-point__main {
  max-width: 685px;
  position: relative;
  padding: 0;
  margin: 5% auto 0;
}
.p-point__number {
  display: block;
  width: 100px;
  position: absolute;
  top: -25px;
  left: 0;
}
.p-point__title {
  color: var(--white);
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-break: keep-all;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
  padding: 0 0 0 110px;
}
.p-point__desc {
  color: var(--white);
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: justify;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
  margin: 0.5em 0 0;
}
.p-point__figures > * {
  width: 100vw;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  position: static;
  z-index: -1;
  margin: 0 auto;
}
.p-point__figure.figure-01 {
  display: none;
}
.p-point__figure.figure-06 {
  display: none;
}
@media screen and (min-width: 550px) {
  .p-point--reverse .p-point__number {
    left: calc(100% - 171px + 20px);
  }
  .p-point__figures > * {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  .p-point--primary {
    margin: var(--space-md) auto 0;
  }
  .p-point--secondary {
    margin: var(--space-md) auto 0;
  }
  .p-point--tertiary {
    margin: var(--space-md) auto 0;
  }
  .p-point--quaternary {
    margin: var(--space-md) auto 0;
  }
  .p-point__number {
    width: 171px;
    left: -20px;
  }
  .p-point__title {
    font-size: 60px;
    font-size: 3.75rem;
    padding: 0 0 0 180px;
  }
  .p-point__desc {
    line-height: 2;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 820px) {
  .p-point__figures > * {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}
@media screen and (min-width: 1024px) {
  .p-point--primary {
    margin: var(--space-xl) auto 0;
  }
  .p-point--reverse .p-point__inner {
    flex-direction: row-reverse;
  }
  .p-point--reverse .p-point__number {
    left: calc(100% - 171px + 20px);
  }
  .p-point__inner {
    flex-direction: row;
  }
  .p-point__main {
    max-width: 655px;
    padding: 110px 0 0 100px;
    margin: 0;
  }
  .p-point__number {
    top: 0;
  }
  .p-point__title {
    font-size: 65px;
    font-size: 4.0625rem;
    padding: 0;
  }
  .p-point__desc {
    max-width: 512px;
  }
  .p-point__figures > * {
    width: auto;
    -webkit-transform: none;
            transform: none;
    position: absolute;
    margin: 0;
  }
  .p-point__figure.figure-01 {
    display: block;
    width: 1006px;
    top: -300px;
    left: -460px;
  }
  .p-point__figure.figure-02 {
    width: 842px;
    top: 0;
    left: 560px;
  }
  .p-point__figure.figure-03 {
    width: 614px;
    top: -50px;
    left: 40px;
  }
  .p-point__figure.figure-04 {
    width: 706px;
    top: -40px;
    left: calc(100% - 550px);
  }
  .p-point__figure.figure-05 {
    width: 666px;
    top: -20px;
    left: 50px;
  }
  .p-point__figure.figure-06 {
    display: block;
    width: 1006px;
    top: -320px;
    left: calc(100% - 450px);
  }
}

.p-menu {
  position: relative;
  z-index: 101;
  margin: 0 auto 0;
  padding-top: var(--space-xl);
}
.p-menu__inner {
  width: 100%;
}
.p-menu__header {
  position: relative;
  z-index: 2;
}
.p-menu__heading {
  color: var(--red);
  line-height: 0.65;
  font-size: 150px;
  font-size: 9.375rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}
.p-menu__main {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .p-menu__heading {
    margin: 0 0 -0.2em 0.5em;
  }
}

.p-access {
  position: relative;
  z-index: 101;
  padding: var(--space-md) 0 0;
  margin: 0 auto;
}
.p-access__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-access__inner > * {
  width: 100%;
}
.p-access__inner > * + * {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: var(--space-xs) auto 0;
}
.p-access__logo {
  width: 132px;
  margin: 0 auto;
}
.p-access__logo svg {
  width: 100%;
  height: auto;
}
.p-access__tel {
  color: var(--red);
  display: flex;
  align-items: center;
  line-height: 1;
  font-family: "Noto Serif JP";
  word-break: keep-all;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin: 0.5em auto 0;
  transition: all 0.35s ease;
}
.p-access__tel .icon {
  max-width: 22px;
  display: block;
  margin: 0 10px 0 0;
}
.p-access__tel .icon svg {
  width: 100%;
  height: auto;
}
.p-access__tel:hover {
  color: var(--red);
  opacity: 0.5;
}
.p-access__schedule {
  color: var(--red);
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  margin: 1em auto 0;
}
.p-access__address {
  color: var(--red);
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 0;
}
.p-access__list {
  margin: 1em 0 0;
}
.p-access__list > * {
  color: var(--black);
  position: relative;
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0 0 0 1em;
  margin: 0;
}
.p-access__list > *::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 550px) {
  .p-access__inner > * + * {
    margin: var(--space-sm) auto 0;
  }
  .p-access__logo {
    width: 183px;
  }
  .p-access__tel {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .p-access__tel .icon {
    max-width: 33px;
  }
  .p-access__schedule {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-access__address {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-access__list > * {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-access {
    padding: var(--space-md) 0 0;
    margin-top: var(--space-md);
  }
  .p-access__inner {
    flex-direction: row;
  }
  .p-access__inner > * {
    width: 50%;
    margin: 0 auto;
  }
  .p-access__list > * {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-instagram {
  position: relative;
  z-index: 101;
  margin: var(--space-xl) auto 0;
}
.p-instagram__header {
  position: relative;
  z-index: 1;
}
.p-instagram__header::after {
  content: "";
  display: block;
  width: 616px;
  height: 349px;
  background: url("../../assets/img/bg-hibiscus@2x.webp") no-repeat 0 0/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}
.p-instagram__heading {
  color: var(--white);
  line-height: 1;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.p-instagram__main {
  position: relative;
  z-index: 2;
  margin: 2em auto 0;
}
.p-coupon {
  position: relative;
  z-index: 101;
  margin: var(--space-sm) auto 50%;
}
.p-coupon__inner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-coupon__header {
  position: relative;
  z-index: inherit;
}
.p-coupon__heading {
  color: var(--red);
  line-height: 1;
  font-size: 150px;
  font-size: 9.375rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 -0.5em 0.5em;
}
.p-coupon__banner {
  display: block;
  max-width: 541px;
  width: 90%;
  margin: 0 auto;
  margin-top: 16%;
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 550px) {
  .p-coupon {
    margin: var(--space-md) auto 0;
  }
  .p-coupon__banner {
    width: 100%;
    margin-top: 0;
  }
}
.u-container {
  width: 100%;
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.u-container--main {
  max-width: 1050px;
}
@media screen and (min-width: 550px) {
  .u-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 820px) {
  .u-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .u-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

:root {
  --swiper-theme-color: #ffffff !important;
  --swiper-navigation-size: 30px !important;
}

.js-slider {
  height: auto;
  margin: 0 auto;
}
.js-slider .swiper-wrapper {
  top: 35px;
  left: 0;
  z-index: 101;
}
.js-slider .swiper-slide {
  height: auto;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  flex-direction: column;
}
.js-slider .swiper-slide.swiper-slide-duplicate-prev, .js-slider .swiper-slide.swiper-slide-duplicate-next {
  opacity: 0 !important;
}
.js-slider .swiper-slide__image {
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  margin: auto 0;
}
.js-slider .swiper-slide__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.js-slider .swiper-slide-active .swiper-slide__image,
.js-slider .swiper-slide-duplicate-active .swiper-slide__image,
.js-slider .swiper-slide-prev .swiper-slide__image {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.js-slider .swiper-horizontal > .swiper-pagination-progressbar,
.js-slider .swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 0;
  top: auto;
}
.js-slider .swiper-button-next, .js-slider .swiper-button-prev {
  transition: opacity 0.35s ease;
}
.js-slider .swiper-button-next:hover, .js-slider .swiper-button-prev:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .js-slider {
    width: 886px;
    min-height: 886px;
  }
  .js-slider .swiper-wrapper {
    left: 28%;
  }
}

.js-mask {
  position: absolute;
  opacity: 1;
  background-image: url("../../assets/img/mask.png");
  background-size: 0;
  -webkit-mask: url("../../assets/img/mask.png");
          mask: url("../../assets/img/mask.png");
  -webkit-mask-size: 2500% 100%;
          mask-size: 2500% 100%;
  -webkit-mask-position: 0% 0%;
          mask-position: 0% 0%;
  transition: none;
  will-change: mask-position, transition;
}
.js-mask.swiper-slide-prev {
  -webkit-animation: mask 1000ms steps(24) forwards;
          animation: mask 1000ms steps(24) forwards;
}

@-webkit-keyframes mask {
  0% {
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%;
  }
  to {
    -webkit-mask-position: 100% 0%;
            mask-position: 100% 0%;
  }
}

@keyframes mask {
  0% {
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%;
  }
  to {
    -webkit-mask-position: 100% 0%;
            mask-position: 100% 0%;
  }
}
.js-carousel {
  max-width: 525px;
  margin: 0 auto;
}
.js-carousel .swiper-wrapper {
  width: 100%;
  height: 100%;
  max-width: 525px;
  margin: 0 auto;
}
.js-carousel .swiper-slide {
  cursor: grab;
  opacity: 0.8;
  transition: all 0.8s ease;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.js-carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 101;
}
.js-carousel .swiper-card {
  display: table;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  border-radius: 4px;
  padding: 0.8em 2em;
  margin: 1em auto 0;
  background-color: var(--white);
}
.js-carousel .swiper-card h3 {
  color: var(--red);
  line-height: 1;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin: 0 auto;
}
.js-carousel .swiper-card p {
  color: var(--gray);
  line-height: 0.5;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin: 0.2em auto 0;
}

.js-inView {
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transform: translate3d(0, -50px, 0) scale3d(0.9, 0.9, 1);
          transform: translate3d(0, -50px, 0) scale3d(0.9, 0.9, 1);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.js-inView.is-active {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
          transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.js-inViewChild > * {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: all 0.8s ease 0s;
}
.js-inViewChild > *.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.c-instagramGallery {
  width: 100%;
  max-width: 1150px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.c-instagramGallery__item {
  width: calc(33.3% - 10px);
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  list-style: none;
}
.c-instagramGallery__item:last-child {
  display: none;
}
.c-instagramGallery__item a:hover {
  opacity: 1;
}
.c-instagramGallery__item a:hover img {
  -webkit-transform: scale(1.1) translate(0%, -42%);
          transform: scale(1.1) translate(0%, -42%);
}
.c-instagramGallery__item a:hover h3 {
  opacity: 1;
}
.c-instagramGallery__item img {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1) translate(0%, -50%);
          transform: scale(1) translate(0%, -50%);
  transition: all 0.35s ease;
}
.c-instagramGallery__item h3 {
  opacity: 0;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 13px;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0;
  padding: 5%;
  margin: 0;
  box-sizing: border-box;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.35s ease;
}
@media screen and (min-width: 1024px) {
  .c-instagramGallery__item {
    width: calc(20% - 10px);
  }
  .c-instagramGallery__item:last-child {
    display: block;
  }
}

.js-marquee-wrap {
  overflow: hidden;
}

.js-marquee {
  display: flex;
}
.js-marquee__list {
  display: flex;
  -webkit-animation: marquee 40s infinite linear;
          animation: marquee 40s infinite linear;
  margin: 0;
}
.js-marquee__item {
  color: var(--red);
  line-height: 0.7;
  font-size: 160px;
  font-size: 10rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  white-space: pre;
  list-style-type: none;
  padding: 0;
  margin: 0 0.1rem;
  transition: all 0.35s ease;
}
@media screen and (min-width: 550px) {
  .js-marquee__item {
    line-height: 1;
    font-size: 350px;
    font-size: 21.875rem;
  }
}
@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/*# sourceMappingURL=style.css.map */