@font-face {
  font-family: "joyful";
  src: url(../font/joyful.woff2);
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

* {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  color: #363636;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #363636;
  overflow-y: scroll;
  overflow-x: hidden;
}

body.is-scrollLock {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
  list-style: none;
}

.c-button-primary {
  max-width: 324px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 16px 16px 16px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  position: relative;
  white-space: nowrap;
}

.c-button-primary::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #bd959a;
}

.c-button-primary::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 12.7px;
  background-image: url(../img/common/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 20px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@-webkit-keyframes borderAnimation {
  0% {
    -webkit-transform: scaleX(100%);
            transform: scaleX(100%);
    -webkit-transform-origin: right;
            transform-origin: right;
  }

  50% {
    -webkit-transform: scaleX(0%);
            transform: scaleX(0%);
    -webkit-transform-origin: right;
            transform-origin: right;
  }

  51% {
    -webkit-transform: scaleX(0%);
            transform: scaleX(0%);
    -webkit-transform-origin: left;
            transform-origin: left;
  }

  100% {
    -webkit-transform: scaleX(100%);
            transform: scaleX(100%);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@keyframes borderAnimation {
  0% {
    -webkit-transform: scaleX(100%);
            transform: scaleX(100%);
    -webkit-transform-origin: right;
            transform-origin: right;
  }

  50% {
    -webkit-transform: scaleX(0%);
            transform: scaleX(0%);
    -webkit-transform-origin: right;
            transform-origin: right;
  }

  51% {
    -webkit-transform: scaleX(0%);
            transform: scaleX(0%);
    -webkit-transform-origin: left;
            transform-origin: left;
  }

  100% {
    -webkit-transform: scaleX(100%);
            transform: scaleX(100%);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.c-button-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 422px;
  width: 100%;
  height: 77px;
  background-color: #bd959a;
  color: white;
  font-size: 22px;
  position: relative;
  padding: 0 64px 0 0px;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}

.c-button-secondary::after {
  content: "";
  display: inline-block;
  width: 48.9621px;
  height: 15.6262px;
  background-image: url(../img/common/icon-arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-button-third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 422px;
  width: 100%;
  height: 77px;
  border: 1px solid white;
}

.c-button-third__tel {
  color: white;
  font-size: 31px;
  font-family: "Libre Baskerville", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
}

.c-button-third__tel::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../img/common/icon-tel-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.c-button-third__hours {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: white;
  letter-spacing: 0.1em;
}

.c-button-fourth {
  width: 258px;
  height: 50px;
  font-size: 15px;
  font-weight: 500s;
  color: #333;
  background-color: #bd959a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}

.c-heading-primary {
  font-size: 75px;
  color: #807d7e;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-heading-primary-subText {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

.c-heading-secondary {
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

.c-heading-secondary__front {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%);
  font-size: 34px;
  z-index: 1;
  letter-spacing: 0.2em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.c-heading-secondary__front--white {
  color: white;
}

.c-heading-secondary__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  font-size: 12rem;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  color: #e4e2e3;
  opacity: 0.6;
  line-height: 1;
  letter-spacing: 0.02em;
}

.c-heading-secondary__back--thin {
  opacity: 0.12;
}

.c-heading-secondary-shift .c-heading-secondary__front {
  top: 0;
  -webkit-transform: translate(-50%, 70%);
          transform: translate(-50%, 70%);
}

.c-heading-secondary-shift-bottom .c-heading-secondary__front {
  top: initial;
  bottom: 0;
  -webkit-transform: translate(-50%, -150%);
          transform: translate(-50%, -150%);
}

.c-heading-secondary__front.c-heading-secondary-smaller {
  font-size: 32px;
  -webkit-transform: translate(-50%, 20%);
          transform: translate(-50%, 20%);
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.c-heading-third {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}

.c-heading-third__front {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 60%);
          transform: translate(-50%, 60%);
  font-size: 32px;
  z-index: 1;
  letter-spacing: 0.2em;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  text-align: center;
}

.c-heading-third__back {
  font-size: 80px;
  font-family: "Libre Baskerville", serif;
  color: #e4e2e3;
  opacity: 0.6;
  line-height: 1;
  letter-spacing: 0.1em;
}

.c-inline-block {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  display: inline-block;
}

.c-section-border {
  position: relative;
}

.c-section-border::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 80px;
  border-right: 1px solid #807d7e;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-animation: scroll2 3s infinite;
          animation: scroll2 3s infinite;
  z-index: 2;
}

@-webkit-keyframes scroll2 {
  0% {
    -webkit-transform: translate(-50%, 50%) scaleY(0%);
            transform: translate(-50%, 50%) scaleY(0%);
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  50% {
    -webkit-transform: translate(-50%, 50%) scaleY(100%);
            transform: translate(-50%, 50%) scaleY(100%);
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  51% {
    -webkit-transform: translate(-50%, 50%) scaleY(100%);
            transform: translate(-50%, 50%) scaleY(100%);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }

  100% {
    -webkit-transform: translate(-50%, 50%) scaleY(0%);
            transform: translate(-50%, 50%) scaleY(0%);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@keyframes scroll2 {
  0% {
    -webkit-transform: translate(-50%, 50%) scaleY(0%);
            transform: translate(-50%, 50%) scaleY(0%);
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  50% {
    -webkit-transform: translate(-50%, 50%) scaleY(100%);
            transform: translate(-50%, 50%) scaleY(100%);
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  51% {
    -webkit-transform: translate(-50%, 50%) scaleY(100%);
            transform: translate(-50%, 50%) scaleY(100%);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }

  100% {
    -webkit-transform: translate(-50%, 50%) scaleY(0%);
            transform: translate(-50%, 50%) scaleY(0%);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

.p-access {
  width: 100%;
  padding: 54px 20px 100px;
}

.p-access__inner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.p-access__map {
  width: 100%;
  height: auto;
  aspect-ratio: 1200/400;
  margin-top: 40px;
}

.p-access__information {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
}

.p-access__information::before {
  content: "";
  display: inline-block;
  width: 17.5px;
  height: 24px;
  background-image: url(../img/common/icon-pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.p-access .c-button-primary {
  margin: 32px auto 0;
}

.p-breadcrumbs {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-breadcrumbs__inner li + li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-breadcrumbs__inner li + li::before {
  content: ">";
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  padding: 0 8px;
}

.p-breadcrumbs__inner li a,
.p-breadcrumbs__inner li {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  color: #5b5b5b;
}

.p-cards-skew {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem;
}

.p-cards-skew__item:nth-of-type(2) {
  margin-top: 110px;
}

.p-cards-skew__item:nth-of-type(3) {
  margin-top: 240px;
}

.p-cards-skew__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 24px;
}

.p-reason .p-cards-skew__item {
  background-color: #fff;
}

.p-cards-skew__item-number {
  font-size: 4.1875rem;
  color: #807d7e;
  font-family: "Abril Fatface", serif;
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transform: translate(0, -60%);
          transform: translate(0, -60%);
  letter-spacing: 0.1em;
}

.p-cards-skew__item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 350/225;
}

.p-cards-skew__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-cards-skew__item-title {
  font-size: 22px;
  text-align: center;
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}

.p-cards-skew__item-title::after {
  content: "";
  display: inline-block;
  width: 88px;
  height: 0;
  border-bottom: 1px solid #bd959a;
  margin-top: 12px;
}

.p-cards-skew__item-text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1.8;
  margin-top: 12px;
}

.p-cards-skew__contents {
  display: contents;
}

.p-company-about {
  width: 100%;
  background-color: #e4e2e3;
  padding-bottom: 120px;
  position: relative;
}

.p-company-about-wrapper {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
}

.p-company-about__text {
  width: 44%;
  padding-right: 2.5rem;
}

.p-company-about__text p {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.p-company-about__profile {
  width: 56%;
}

.p-company-about__heading {
  font-size: 27px;
  color: #807d7e;
  letter-spacing: 0.05em;
  font-family: "Libre Baskerville", serif;
}

.p-company-about__inner {
  width: 100%;
  margin-top: 32px;
}

.p-company-about__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #bd959a;
}

.p-company-about__list dt {
  width: 22%;
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}

.p-company-about__list dd {
  width: 78%;
  line-height: 1.8;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

/* ===============================================
# decoration
=============================================== */

.p-company__decoration-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.p-company__decoration::before {
  content: "";
  display: inline-block;
  width: 40.625rem;
  height: auto;
  aspect-ratio: 769/811;
  background-image: url(../img/common/decoration-bg-warm.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-120%, 20%);
          transform: translate(-120%, 20%);
  z-index: 1;
}

.p-drawerBtn {
  width: 100px;
  height: 100px;
  z-index: 300;
  background: #bd959a;
  cursor: pointer;
  position: relative;
  display: none;
}

.p-drawerBtn_line {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 45px;
  height: 2px;
  left: 27.5px;
  background-color: #fff;
  position: absolute;
}

.p-drawerBtn_line:nth-of-type(1) {
  top: 38px;
}

.p-drawerBtn_line:nth-of-type(2) {
  top: 51px;
}

.p-drawerBtn_line:nth-of-type(3) {
  top: 64px;
}

/* ===============================================
# is-open
=============================================== */

.p-drawerBtn.is-open .p-drawerBtn_line:nth-of-type(1) {
  top: 50px;
  -webkit-transform: rotate(45deg) scaleX(80%);
          transform: rotate(45deg) scaleX(80%);
}

.p-drawerBtn.is-open .p-drawerBtn_line:nth-of-type(2) {
  width: 0;
  left: 50%;
}

.p-drawerBtn.is-open .p-drawerBtn_line:nth-of-type(3) {
  top: 50px;
  -webkit-transform: rotate(-45deg) scaleX(80%);
          transform: rotate(-45deg) scaleX(80%);
}

.p-faq {
  width: 100%;
  background: #e4e2e3;
  padding: 80px 0 120px;
}

.p-faq__inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

.p-faq__list-wrapper {
  width: 100%;
  margin-top: 80px;
}

.p-faq__list {
  width: 100%;
  border-bottom: 1px solid #bd959a;
  padding-bottom: 8px;
}

.p-faq__list dt {
  width: 100%;
  padding: 24px 16px 16px 16px;
  position: relative;
  cursor: pointer;
}

.p-faq__list dt::before,
.p-faq__list dt::after {
  content: "";
  display: inline-block;
  background-color: #bd959a;
  position: absolute;
}

.p-faq__list dt::before {
  width: 25px;
  height: 3px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, calc(-50% + 3.5px));
          transform: translate(-50%, calc(-50% + 3.5px));
}

.p-faq__list dt::after {
  width: 3px;
  height: 25px;
  top: 50%;
  right: 23px;
  -webkit-transform: translate(0, calc(-50% + 3.5px));
          transform: translate(0, calc(-50% + 3.5px));
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.p-faq__list dt.is-active::after {
  -webkit-transform: translate(0, calc(-50% + 3.5px)) rotate(-90deg);
          transform: translate(0, calc(-50% + 3.5px)) rotate(-90deg);
}

.p-faq__list dd {
  width: 100%;
  background-color: white;
  overflow: hidden;
}

.p-faq__list dd span {
  display: block;
  padding: 16px;
}

.p-flow {
  width: 100%;
  background: #e4e2e3;
}

.p-flow__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-flow__row {
  width: 100%;
  background: white;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-flow__row-head {
  width: 22.5%;
  font-size: 23px;
  font-weight: 500;
  padding-right: 16px;
  letter-spacing: 0.1em;
}

.p-flow__row-text {
  width: 77.5%;
  font-size: 16px;
}

.p-flow__arrow {
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 16px 11.5px 0 11.5px;
  border-color: #353333 transparent transparent transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: 16px auto 12px;
}

.p-footer {
  width: 100%;
  background-color: #353333;
  padding: 64px 0 0;
}

.p-footer__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px 64px;
}

.p-footer__address {
  display: block;
  margin-top: 32px;
  color: white;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.1em;
}

.p-footer__nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-footer__column + .p-footer__column {
  margin-left: 4rem;
}

.p-footer__column ul li + li {
  margin-top: 16px;
}

.p-footer__column a {
  color: white;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

.p-footer__column .c-button-fourth {
  color: #333;
}

.p-footer__column .p-footer__nav-nest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-footer__column .p-footer__nav-nest::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 0;
  border-top: 2px solid white;
  margin-right: 0.8em;
}

.p-footer__column-heading {
  color: #807d7e;
  font-size: 27px;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 32px;
}

.p-footer__column .p-footer__tel {
  font-size: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.1em;
  margin-top: 16px;
}

.p-footer__tel::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(../img/common/icon-tel-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.p-footer__text {
  color: white;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

.p-footer__copy {
  width: 100%;
  background-color: #0f0f0f;
}

.p-footer__copy-inner {
  max-width: 1200px;
  width: 100%;
  padding: 16px 20px;
  margin: 0 auto;
  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;
}

.p-footer__copy-inner small,
.p-footer__copy-inner a {
  color: white;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}

.p-gallery {
  width: 100%;
  padding: 50px 0 100px;
}

.p-gallery-lp .p-gallery__slide {
  margin-top: -2.5rem;
  position: relative;
  z-index: 4;
}

.p-gallery__slide {
  width: 100%;
  margin-top: -4rem;
  position: relative;
  z-index: 4;
}

.p-gallery__slide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-gallery__splide-pagination {
  display: block !important;
  position: static;
  left: initial;
  bottom: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 0;
}

.p-gallery__splide-pagination .splide__pagination__page.is-active {
  background-color: #bd959a;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-gallery__splide-pagination .splide__pagination__page {
  width: 16px;
  height: 16px;
  opacity: 1;
  margin: 0 6px;
}

.p-gallery__slide-image {
  width: 100%;
  height: auto;
  aspect-ratio: 630/430;
  max-height: 600px;
}

.p-gallery__slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-gallery__slide-text {
  font-size: 16px;
  padding-top: 16px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

/* ===============================================
# arrow
=============================================== */

.p-gallery__slide .splide__arrow {
  opacity: 1;
  width: 76px;
  height: 76px;
}

.p-gallery__slide .splide__arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.splide__arrows {
  max-width: 1200px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.splide__arrow--prev {
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.splide__arrow--next {
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 10;
}

.p-header-lp {
  background-color: #e4e2e3;
  position: static;
  top: initial;
  left: initial;
}

.p-header__inner {
  width: 100%;
  margin: 0 auto;
  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-left: 1.25rem;
}

.p-header__contents {
  display: contents;
}

.p-header__contents.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header__logo {
  display: block;
  width: 154px;
  height: auto;
  aspect-ratio: 154/40;
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: 0.6em;
}

.p-header__contents.is-open .p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}

.p-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__nav ul li a {
  display: block;
  padding: 4px 1.1875rem;
  position: relative;
}

.p-header__nav ul li a.is-active::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.p-header__nav ul li a::after {
  content: "";
  display: inline-block;
  width: calc(100% - 12px);
  height: 0;
  border-bottom: 2px solid #bd959a;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 2px);
          transform: translate(-50%, 2px);
  -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s, -webkit-transform 0.2s;
  opacity: 0;
  visibility: hidden;
}

.p-header__info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 1.5rem;
}

.p-header__hours {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
}

.p-header__tel {
  font-size: 21px;
  font-family: "Abril Fatface", serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-header__tel::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/common/icon-tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
}

.p-header__line {
  width: 210px;
  height: 73px;
  background: #bd959a;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  margin-left: 16px;
  letter-spacing: 0.08em;
}

.p-header__line::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 33px;
  background-image: url(../img/common/logo-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

/* ===============================================
# sp
=============================================== */

.p-header__sp {
  display: none;
}

.p-header__reserve {
  width: 172px;
  height: 100px;
  font-size: 28px;
  color: white;
  background-color: #444142;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-lp-fv {
  width: 100%;
  height: 660px;
  position: relative;
  padding: 0 20px;
}

.p-lp-fv__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}

.p-lp-fv__intro {
  font-size: 31px;
  color: white;
  opacity: 0;
  visibility: hidden;
}

.p-lp-fv__intro span {
  font-size: inherit;
  color: inherit;
  display: inline;
  line-height: 1.6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(98%, transparent), color-stop(98%, #fff));
  background: linear-gradient(transparent 98%, #fff 98%);
  letter-spacing: 0.1em;
}

.p-lp-fv__catchCopy {
  font-size: 48px;
  color: white;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 32px;
  opacity: 0;
  visibility: hidden;
}

.p-lp-fv__catchCopy span {
  font-size: 1.375em;
  font-family: "Abril Fatface", serif;
  color: white;
  letter-spacing: inherit;
}

.p-lp-fv__image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #e4e2e3;
  z-index: 1;
}

.p-lp-fv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -o-object-position: left;
     object-position: left;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
  visibility: hidden;
}

.p-lp-fv .c-button-secondary {
  margin-top: 32px;
}

.p-lp-fv__decoration01,
.p-lp-fv__decoration02 {
  display: block;
  color: white;
  opacity: 0;
  font-size: 4.5rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: "Libre Baskerville", serif;
  position: absolute;
  z-index: 2;
}

.p-lp-fv__decoration01 {
  left: 0;
  bottom: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.p-lp-fv__decoration02 {
  top: 0;
  right: 0;
}

.p-lp-fv__button {
  opacity: 0;
  visibility: hidden;
}

.p-machine {
  width: 100%;
  background-color: #e4e2e3;
  padding: 40px 0;
}

.p-machine__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.p-machine__text {
  font-size: 25px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
}

.p-machine__text2 {
  font-size: 25px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
}

.p-machine__image {
  display: block;
  max-width: 846px;
  width: 100%;
  height: auto;
  margin: 40px auto 0;
}

.p-card-col3 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.75rem;
  margin-top: 100px;
}

.p-card-col3__item {
  position: relative;
  background-color: white;
  min-height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
}

.p-card-col3__item-text {
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}

.p-card-col3__item-number {
  font-size: 63px;
  font-family: "Libre Baskerville", serif;
  color: #bd959a;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
  z-index: 2;
}

.p-card-col3__border {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  border: 1px solid #807d7e;
  z-index: 1;
  -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%, 0% 40%);
          clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%, 0% 40%);
}

.p-machine-other {
  width: 100%;
  margin-top: 100px;
}

.p-machine-other__inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-top: 40px;
}

.p-machine-other__text {
  font-size: 24px;
  text-align: center;
  margin-top: 24px;
  line-height: 1.5;
}

.p-machine-other__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 570/360;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mainVisual {
  width: 100%;
  min-height: 779px;
  height: 100vh;
  background-color: #e4e2e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.p-mainVisual__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 10rem;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.p-mainVisual__copy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 40px;
  letter-spacing: 0.3em;
  line-height: 1.7;
  position: relative;
}

.p-mainVisual__index {
  font-size: 111px;
  font-family: "joyful", serif;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(20%, -55%) rotate(14deg);
          transform: translate(20%, -55%) rotate(14deg);
  color: white;
  line-height: 1;
  letter-spacing: 0em;
  opacity: 0.52;
  z-index: -1;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
}

.p-mainVisual__text {
  margin-top: 40px;
  line-height: 1.8;
}

.p-mainVisual__image-wrap {
  width: 81.25%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.p-mainVisual__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-mainVisual__links {
  width: 69.4%;
  min-width: 768px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #e4e2e3;
  position: relative;
  z-index: 1;
  padding: 40px 0;
  opacity: 0;
  visibility: hidden;
}

.p-mainVisual__links-text {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 135px;
  font-family: "Libre Baskerville", serif;
  color: white;
  z-index: 1;
  opacity: 0.36;
  -webkit-transform: translateX(calc(-50% - 6.25rem));
          transform: translateX(calc(-50% - 6.25rem));
  letter-spacing: 0.05em;
}

.p-mainVisual__links .c-button-primary {
  font-size: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
}

.p-mainVisual__links .c-button-primary:nth-of-type(1) {
  margin-left: auto;
  margin-right: 40px;
}

.p-mainVisual__links .c-button-primary:nth-of-type(2) {
  margin-right: auto;
  margin-left: 40px;
}

.p-mainVisual__scroll-wrap {
  width: 100%;
  max-width: 1920px;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 215px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.p-mainVisual__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 2;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: white;
  font-family: "Abril Fatface", serif;
  font-size: 17px;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.p-mainVisual__scroll::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 56px;
  border-left: 2px #bd959a solid;
  margin-top: 30px;
  -webkit-animation: scroll 3s infinite;
          animation: scroll 3s infinite;
  -webkit-transform-origin: top;
          transform-origin: top;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scaleY(0%);
            transform: scaleY(0%);
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  50% {
    -webkit-transform: scaleY(100%);
            transform: scaleY(100%);
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  51% {
    -webkit-transform: scaleY(100%);
            transform: scaleY(100%);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }

  100% {
    -webkit-transform: scaleY(0%);
            transform: scaleY(0%);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scaleY(0%);
            transform: scaleY(0%);
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  50% {
    -webkit-transform: scaleY(100%);
            transform: scaleY(100%);
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  51% {
    -webkit-transform: scaleY(100%);
            transform: scaleY(100%);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }

  100% {
    -webkit-transform: scaleY(0%);
            transform: scaleY(0%);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

.p-mainVisual__scroll-sp {
  display: none;
}

.p-menu {
  width: 100%;
  background-color: #e4e2e3;
  padding-top: 48px;
  position: relative;
}

.p-menu__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 120px auto;
  position: relative;
  z-index: 1;
}

.p-menu__item .c-button-primary {
  margin-top: 40px;
}

.p-menu__inner {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}

.p-menu__heading {
  font-size: 25px;
  font-weight: 500;
  color: #363636;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 7.5rem 0 0;
  letter-spacing: 0.1em;
}

.p-menu__image01 {
  width: 54%;
  height: auto;
  aspect-ratio: 674/561;
  -webkit-transform: translate(-6.25rem, 0);
          transform: translate(-6.25rem, 0);
  position: relative;
  z-index: 2;
}

.p-menu__image02 {
  width: 49%;
  height: auto;
  aspect-ratio: 590/400;
  -webkit-transform: translate(5rem, 0);
          transform: translate(5rem, 0);
}

.p-menu__image03 {
  width: 80%;
  height: auto;
  aspect-ratio: 648/443;
  -webkit-transform: translate(-1.25rem, 0);
          transform: translate(-1.25rem, 0);
  margin-right: 2.5rem;
}

.p-menu__image {
  position: relative;
  z-index: 2;
}

.p-menu__image::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #bd959a;
  opacity: 0.22;
  position: absolute;
  top: 8px;
  left: 20px;
  z-index: 1;
  -webkit-filter: blur(16px);
          filter: blur(16px);
}

.p-menu__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}

.p-menu__contents {
  position: relative;
  z-index: 1;
}

.p-menu__back {
  position: absolute;
  top: 50%;
  font-size: 10rem;
  color: white;
  opacity: 0.44;
  font-family: "Libre Baskerville", serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  line-height: 1;
  z-index: 1;
}

.p-menu__back-sp {
  display: none;
}

.p-menu__back01 {
  left: 0;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}

.p-menu__back02 {
  right: 0;
  -webkit-transform: translate(30%, -44%);
          transform: translate(30%, -44%);
}

.p-menu__back03 {
  right: 0;
  -webkit-transform: translate(5%, -48%);
          transform: translate(5%, -48%);
}

.p-menu__title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid white;
  padding: 0 0 10px 0;
}

.p-menu__description {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 2;
}

.p-menu__contents .c-button-primary {
  position: relative;
  z-index: 2;
}

.p-menu__wrap {
  width: 100%;
  padding: 0 0 56px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.p-menu__contents--right {
  padding-right: 20px;
}

.p-menu__contents--left {
  padding-left: 20px;
}

/* ===============================================
# bg decoration
=============================================== */

.p-menu .c-heading-primary {
  position: relative;
  z-index: 10;
}

.p-menu_decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.p-menu__decoration-bg01 {
  position: absolute;
  top: 10%;
  left: 70%;
  -webkit-transform: translate(-75%, -100%);
          transform: translate(-75%, -100%);
  z-index: 1;
}

.p-menu__decoration-bg01::before {
  content: "";
  display: inline-block;
  width: 48.0625rem;
  height: auto;
  aspect-ratio: 769/811;
  background-image: url(../img/common/decoration-bg-bright.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.p-menu__decoration-bg02 {
  position: absolute;
  top: 64%;
  left: 28%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.p-menu__decoration-bg02::before {
  content: "";
  display: inline-block;
  width: 48.0625rem;
  height: auto;
  aspect-ratio: 769/811;
  background-image: url(../img/common/decoration-bg-bright.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.p-menu__decoration-bg03 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.p-menu__decoration-bg03::before {
  content: "";
  display: inline-block;
  width: 48.0625rem;
  height: auto;
  aspect-ratio: 769/811;
  background-image: url(../img/common/decoration-bg-warm.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-75%, -50%);
          transform: translate(-75%, -50%);
  z-index: 1;
}

.p-menu2 {
  width: 100%;
  padding: 100px 0 80px;
  position: relative;
}

.p-menu2-gray {
  background-color: #e4e2e3;
}

.p-menu2__wrap {
  position: relative;
  z-index: 2;
}

.p-menu2__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 120px auto;
}

.p-menu2__item .c-button-primary {
  margin-top: 40px;
}

.p-menu2__inner {
  width: 100%;
  max-width: 1340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-menu2__title {
  font-size: 25px;
  font-weight: 500;
  color: #363636;
  padding: 0 0 16px 0;
  border-bottom: 1px solid white;
}

.p-menu2__title.p-menu2__title-pink {
  border-bottom: 1px solid #bd959a;
}

.p-menu2__description {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.p-menu2__contents {
  width: 50.769%;
  padding: 0 5.625rem 0 3.125rem;
}

.p-menu2__contents.p-menu2__contents--right {
  padding: 0 3.125rem 0 5.625rem;
}

.p-menu2__trouble-img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.p-menu2__trouble-img img {
  width: 100%;
  height: auto;
}

.p-menu2__image {
  width: 49.231%;
  height: auto;
  aspect-ratio: 674/561;
  position: relative;
}

.p-menu2__image::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #bd959a;
  opacity: 0.22;
  position: absolute;
  top: 8px;
  left: 20px;
  z-index: 1;
  -webkit-filter: blur(16px);
          filter: blur(16px);
}

.p-menu2__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-menu__button {
  margin: 80px auto 0;
}

/* ===============================================
# bg decoration
=============================================== */

.p-menu2_decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.p-menu2__decoration-bg01 {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -500%);
          transform: translate(-50%, -500%);
  z-index: 1;
}

.p-menu2__decoration-bg01::before {
  content: "";
  display: inline-block;
  width: 48.0625rem;
  height: auto;
  aspect-ratio: 769/811;
  background-image: url(../img/common/decoration-bg-warm.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-70%, -25%);
          transform: translate(-70%, -25%);
  z-index: 1;
}

.p-menu2__decoration-bg02 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.p-menu2__decoration-bg02::before {
  content: "";
  display: inline-block;
  width: 48.0625rem;
  height: auto;
  aspect-ratio: 769/811;
  background-image: url(../img/common/decoration-bg-warm.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-125%, -100%);
          transform: translate(-125%, -100%);
  z-index: 1;
}

.p-option {
  width: 100%;
  background-color: #e4e2e3;
  padding: 80px 0;
}

.p-option__wrapper {
  width: 100%;
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}

.p-option__inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}

.p-option__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-option__item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 368/256;
}

.p-option__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-option__item-heading {
  font-size: 23px;
  font-weight: 500;
  margin-top: 12px;
}

.p-option__item-text {
  font-size: 16px;
  margin-top: 12px;
  line-height: 2;
  padding-bottom: 24px;
}

.p-option__item-foot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
}

.p-option__item-hour {
  font-size: 17px;
  border: 1px solid #bd959a;
  background-color: white;
  color: #bd959a;
  padding: 0 8px;
}

.p-option__item-price {
  font-size: 24px;
  margin-left: 8px;
  letter-spacing: 0.01em;
}

.p-plan {
  width: 100%;
  background-color: #e4e2e3;
  padding-bottom: 120px;
}

.p-plan__inner {
  width: 100%;
  max-width: 1075px;
  margin: 0 auto;
  padding: 40px 20px 0;
}

.p-plan__card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  margin-top: 40px;
  width: 100%;
  overflow-x: scroll;
}

.p-plan__card {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
  margin-top: auto;
}

.p-plan__card-head {
  width: 338px;
  height: 105px;
  background-color: #807d7e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 8px 12px 8px;
}

.p-plan__card-head--large {
  height: 130px;
  background-color: #bd959a;
}

.p-plan__card-head--large > .p-plan-card-target {
  margin-top: 16px;
}

.p-plan__card-grade {
  font-size: 36px;
  color: white;
}

.p-plan-card-target {
  font-size: 16px;
  color: white;
}

.p-plan__card-medium {
  width: 90%;
  border-bottom: 1px solid #e1dfe0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

.p-plan__card-price {
  font-size: 50px;
}

.p-plan__card-price > .unit {
  font-size: 0.8em;
}

.p-lan__card-note {
  font-size: 14px;
  margin-top: 14px;
}

.p-plan__card-contents {
  width: 100%;
  min-height: 213px;
  padding: 20px 20px;
  margin-bottom: auto;
}

.p-plan__card-times {
  font-size: 24px;
  text-align: center;
}

.p-plan__card-body {
  height: 420px;
}

.p-plan__card-list {
  padding: 20px 0 16px;
  margin-bottom: auto;
}

.p-plan__card-list li {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-plan__card-list li + li {
  margin-top: 12px;
}

.p-plan__card-list li::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(../img/common/icon-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-plan__card-foot {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #e1dfe0;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 16px 0;
  letter-spacing: 0.02em;
}

.p-plan__note {
  width: 100%;
  margin-top: 16px;
  font-size: 14px;
}

.p-plan-option {
  width: 100%;
  background-color: white;
  padding: 24px 0;
  margin-top: 40px;
}

.p-plan-option__heading {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.p-plan-option > dl {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
}

.p-plan-option > dl > dt {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  width: 32.42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-plan-option > dl > dd {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  width: 67.58%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-plan-option > dl > dd > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 20px;
  letter-spacing: 0.05em;
}

.p-plan-option > dl > dd .large {
  font-size: 1.6em;
  padding-left: 8px;
}

.p-plan-option > dl + dl {
  border-top: 1px solid #e1dfe0;
}

.p-plan .c-button-secondary {
  margin: 80px auto 0;
}

.p-point {
  width: 100%;
}

.p-point__inner {
  max-width: 1250px;
  width: 100%;
  padding: 48px 20px;
  margin: 0 auto;
}

.p-point__item {
  width: 100%;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-point__item-contents {
  width: 58.7%;
}

.p-point__item-contents--left {
  padding-right: 6rem;
}

.p-point__item-contents--right {
  padding-left: 6rem;
}

.p-point__item-image {
  width: 41.3%;
  position: relative;
}

.p-point__item-image::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #bd959a;
  opacity: 0.22;
  position: absolute;
  top: 8px;
  left: 20px;
  z-index: 1;
  -webkit-filter: blur(16px);
          filter: blur(16px);
}

.p-point__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}

.p-point__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #bd959a;
}

.p-point__item-number {
  font-size: 80px;
  font-family: "Libre Baskerville", serif;
  color: #bd959a;
  border-right: 1px solid #bd959a;
  padding-right: 23px;
}

.p-point__item-title {
  font-size: 22px;
  font-weight: 500;
  padding-left: 23px;
  line-height: 1.7;
}

.p-point__item-text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  padding-top: 1em;
}

.p-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #444142;
  display: none;
}

.p-popup.is-active {
  display: block;
}

.p-popup__close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.p-popup__close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-popup__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-popup__heading {
  font-size: 24px;
  font-family: "Libre Baskerville", serif;
  text-align: center;
  color: white;
}

.p-popup .p-reservation__inner {
  margin-top: 24px;
}

.p-popup .p-footer__tel {
  font-size: 24px;
  font-family: "Abril Fatface", serif;
  color: white;
  letter-spacing: 0.1em;
  margin-top: 16px;
}

.p-price {
  width: 100%;
  background-color: #e4e2e3;
  padding: 80px 0;
  position: relative;
}

.p-price__inner {
  width: 100%;
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.p-price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 64px 0 16px;
}

.p-price-table thead {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #807d7e;
}

.p-price-table th {
  font-size: 20px;
  width: 33.3333333333%;
  padding: 12px 0;
}

.p-price-table td {
  font-size: 30px;
  width: 33.3333333333%;
  padding: 16px 0;
  text-align: center;
  font-weight: bold;
}

.p-price-table td:first-child {
  font-size: 18px;
}

.p-price-table tbody tr {
  border-bottom: 1px solid white;
}

.p-price__note {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}

/* ===============================================
# decoration
=============================================== */

.p-price__decoration-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.p-price__decoration {
  position: absolute;
  top: 0;
  left: 50%;
}

.p-price__decoration::before {
  content: "";
  display: inline-block;
  width: 48.0625rem;
  height: auto;
  aspect-ratio: 769/811;
  background-image: url(../img/common/decoration-bg-bright.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(10%, -20%);
          transform: translate(10%, -20%);
  z-index: 1;
}

.p-privacy-policy {
  width: 100%;
  margin-top: 100px;
}

.p-privacy-policy__inner {
  width: 100%;
  max-width: 1200px;
  padding: 80px 40px 120px;
  margin: 0 auto;
}

.p-privacy-policy__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
  font-family: "Noto Sans JP", sans-serif;
}

.p-privacy-policy__group {
  margin-top: 64px;
}

.p-privacy-policy__heading {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
}

.p-privacy-policy__text {
  font-size: 16px;
  margin-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
}

.p-reason {
  width: 100%;
  background-color: #bd959a;
  padding: 60px 0;
}

.p-reason__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.p-reason .p-cards-skew__item-number {
  color: white;
}

.p-reason .p-cards-skew {
  gap: 3.75rem;
}

.p-recommend {
  width: 100%;
  background-color: #e4e2e3;
  padding: 40px 0 120px;
}

.p-recommend__inner {
  width: 100%;
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.p-recommend__heading {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 40px;
}

.p-recommend__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 40px;
  margin-top: 60px;
}

.p-recommend__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #bd959a;
  padding-bottom: 8px;
  font-size: 24px;
}

.p-recommend__list li::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  background-image: url(../img/common/icon-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ===============================================
# decoration
=============================================== */

.p-recommend__decoration-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.p-recommend__decoration {
  position: absolute;
  bottom: 0;
  left: 50%;
}

.p-recommend__decoration::before {
  content: "";
  display: inline-block;
  width: 48.0625rem;
  height: auto;
  aspect-ratio: 769/811;
  background-image: url(../img/common/decoration-bg-warm.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-100%, -46%);
          transform: translate(-100%, -46%);
  z-index: 1;
}

.p-reservation {
  width: 100%;
  height: auto;
  background-image: url(../img/reservation/image-reservation.jpg);
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 120px;
  overflow: hidden;
}

.p-reservation__subText {
  font-size: 80px;
  font-family: "Libre Baskerville", serif;
  color: white;
  position: relative;
  z-index: 2;
  line-height: 1;
  margin-top: -0.1em;
  letter-spacing: 0.1em;
}

.p-reservation__heading {
  font-size: 36px;
  font-weight: 500;
  color: white;
  position: relative;
  z-index: 2;
  letter-spacing: 0.2em;
  margin-top: 16px;
}

.p-reservation__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353333;
  z-index: 1;
  opacity: 0.76;
}

.p-reservation__inner {
  width: 100%;
  max-width: 900px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin: 80px auto 0;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.p-reservation__inner::after {
  content: "Welcome";
  font-size: 111px;
  font-family: "joyful", serif;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(25%, -70%) rotate(14deg);
          transform: translate(25%, -70%) rotate(14deg);
  color: #bd959a;
  line-height: 1;
  -webkit-clip-path: inset(0% var(--wipe) 0% 0%);
          clip-path: inset(0% var(--wipe) 0% 0%);
}

.p-reservation__text {
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}

.p-reservation-button {
  display: none;
  max-width: 310px;
  width: 100%;
  background-color: #bd959a;
  color: white;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 16px 8px;
}

.p-reservation-button span {
  font-size: 1.6em;
  color: inherit;
  letter-spacing: 0.05em;
}

.p-reservation__hour {
  display: none;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  color: white;
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.p-staff {
  width: 100%;
  padding-top: 60px;
}

.p-staff__large {
  width: 100%;
  max-width: 900px;
  padding: 0 20px 60px;
  margin: -2.5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}

.p-staff__large-image {
  width: 30%;
  height: auto;
  aspect-ratio: 272/387;
}

.p-staff__large-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-staff__large-contents {
  width: 70%;
  padding-left: 2.5rem;
}

.p-staff__large-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #bd959a;
  padding-bottom: 16px;
}

.p-staff__large-head-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-staff__large-role {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.p-staff__large-name {
  font-size: 25px;
  padding-right: 10px;
}

.p-staff__large-en {
  font-size: 14px;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.05em;
  color: #807d7e;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}

.p-staff__large-text {
  line-height: 2;
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

.p-staff__list {
  width: 100%;
  background-color: #e4e2e3;
  padding: 80px 0;
  position: relative;
}

.p-staff__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-staff__item-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 2.5rem;
  position: relative;
  z-index: 2;
}

.p-staff__item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 272/387;
}

.p-staff__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-staff__item-head {
  width: 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;
  border-bottom: 1px solid #bd959a;
  padding: 8px 0;
}

.p-staff__item-name {
  font-size: 21px;
  letter-spacing: 0.1em;
}

.p-staff__item-name .small {
  font-size: 0.7em;
}

.p-staff__item-en {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #807d7e;
}

.p-staff__item-text {
  padding-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  margin-bottom: 32px;
}

.p-staff__item-field {
  width: 100%;
  margin-top: auto;
}

.p-staff__item-field-text {
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

.p-staff__item-field ul {
  margin-top: 8px;
}

.p-staff__item-field ul li {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-staff__item-field ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #bd959a;
  border-radius: 50%;
  margin-top: 0.05em;
  margin-right: 0.2em;
}

.p-staff__item-field ul li + li {
  margin-top: 4px;
}

/* ===============================================
# decoration
=============================================== */

.p-staff__decoration-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.p-staff__decoration {
  position: absolute;
  top: 100%;
  left: 100%;
}

.p-staff__decoration::before {
  content: "";
  display: inline-block;
  width: 40.625rem;
  height: auto;
  aspect-ratio: 769/811;
  background-image: url(../img/common/decoration-bg-warm.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(0%, -10%);
          transform: translate(0%, -10%);
  z-index: 1;
}

.p-sub-fv {
  width: 100%;
  background-color: #e4e2e3;
  padding-top: 100px;
}

.p-sub-fv__wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.p-sub-fv__inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 20px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-sub-fv__image {
  display: block;
  width: 40%;
  height: auto;
  max-height: 306px;
  aspect-ratio: 880/306;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: calc(50% - 50vw);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-sub-fv__heading {
  width: 38%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}

.p-sub-fv__mainText {
  font-size: 48px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  line-height: 1;
  padding-left: 1.5em;
  opacity: 0;
  visibility: hidden;
}

.p-sub-fv__subText {
  font-size: 10.1875rem;
  font-family: "Libre Baskerville", serif;
  color: white;
  line-height: 1;
  opacity: 0.44;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.p-sub-fv__text {
  width: 100%;
  font-size: 25px;
  text-align: center;
  padding: 0 20px 80px;
  letter-spacing: 0.1em;
  opacity: 0;
  visibility: hidden;
}

/* ===============================================
# decoration
=============================================== */

.p-sub-fv__decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.p-sub-fv__decoration::after {
  content: "";
  display: inline-block;
  width: 48.0625rem;
  height: auto;
  aspect-ratio: 769/811;
  background-image: url(../img/common/decoration-bg-bright.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-95%, 5%);
          transform: translate(-95%, 5%);
  z-index: 1;
}

.p-support {
  width: 100%;
  background-color: #bd959a;
  padding: 80px 0;
  overflow: hidden;
}

.p-support__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-support__image {
  width: 50%;
  height: auto;
  aspect-ratio: 723/388;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: calc(50% - 50vw);
}

.p-support__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-support__contents {
  width: 50%;
  padding: 0 20px 0 40px;
}

.p-support__heading {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: white;
  padding-bottom: 16px;
  border-bottom: 1px solid white;
}

.p-support__text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: white;
  padding-top: 16px;
}

.p-top-features {
  width: 100%;
  padding: 40px 20px;
  overflow: hidden;
}

.p-top-features-wrap {
  width: 100%;
  overflow: hidden;
}

.p-top-features__inner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.p-top-features .p-cards-skew {
  width: 100%;
  margin: -3.125rem auto 0;
}

.p-top-message {
  width: 100%;
  padding: 54px 0 120px;
  background-color: #e4e2e3;
}

.p-top-message__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.p-top-message .c-heading-primary {
  position: relative;
  z-index: 2;
}

.p-top-message__inner::before {
  content: "";
  display: inline-block;
  width: 48.0625rem;
  height: auto;
  aspect-ratio: 769/811;
  background-image: url(../img/common/decoration-bg-bright.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-78%, -50%);
          transform: translate(-78%, -50%);
  z-index: 1;
}

.p-top-message__inner::after {
  content: "";
  display: inline-block;
  width: 41.125rem;
  height: auto;
  aspect-ratio: 658/693;
  background-image: url(../img/common/decoration-bg-warm.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(0, 80%);
          transform: translate(0, 80%);
  z-index: 1;
}

.p-top-message__img01 {
  width: 38.75%;
  aspect-ratio: 558/570;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}

.p-top-message__img02 {
  width: 19.7%;
  aspect-ratio: 285/477;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}

.p-top-message__heading {
  position: relative;
  margin-bottom: 32px;
}

.p-top-message__heading span {
  font-size: 40px;
  position: relative;
  z-index: 2;
  letter-spacing: 0.1em;
  --wipe: 100%;
}

.p-top-message__heading::before {
  content: "Always be me";
  font-size: 6.25rem;
  font-family: "joyful", serif;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(-8%, -70%);
          transform: translate(-8%, -70%);
  line-height: 1;
  z-index: 1;
  letter-spacing: 0.08em;
  -webkit-clip-path: inset(0% var(--wipe) 0% 0%);
          clip-path: inset(0% var(--wipe) 0% 0%);
}

.p-top-message__contents {
  position: relative;
  width: 41.55%;
  padding: 9.375rem 0.625rem 0 6.25rem;
  position: relative;
  z-index: 2;
}

.p-top-message__text {
  font-size: 18px;
  line-height: 2;
}

.p-top-message__text + .p-top-message__text {
  margin-top: 44px;
}

.p-top-message__gallery {
  width: 100%;
  max-width: 1035px;
  margin: 8.75rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
}

.p-top-message__gallery::after {
  content: "";
  display: inline-block;
  width: 41.125rem;
  height: auto;
  aspect-ratio: 658/693;
  background-image: url(../img/common/decoration-bg-warm.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -60%);
          transform: translate(0, -60%);
  z-index: 1;
}

.p-top-message__gallery01 {
  display: block;
  width: 56.5%;
  height: auto;
  position: relative;
  z-index: 2;
}

.p-top-message__gallery02 {
  width: 19%;
  height: auto;
  display: block;
  margin-left: 2rem;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}

.p-top-message__sp {
  display: contents;
}

.p-trainer {
  padding-top: 40px;
}

.p-trainer__inner {
  width: 100%;
  max-width: 1140px;
  margin: -3.125rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 80px;
  position: relative;
  z-index: 2;
}

.p-trainer-image {
  width: 60%;
  height: auto;
  position: relative;
}

.p-trainer-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-trainer-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  right: 8px;
  background-color: #dfe2e1;
  -webkit-filter: blur(16px);
          filter: blur(16px);
  opacity: 0.6;
  z-index: -1;
}

.p-under-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 74px;
  z-index: 15;
  background-color: #bd959a;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.p-under-bar__inner {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.p-under-bar__inner li {
  height: 100%;
}

.p-under-bar__inner li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 24px;
}

.p-under-bar__inner li a.line::before {
  content: "";
  display: inline-block;
  width: 43px;
  height: auto;
  aspect-ratio: 43/40;
  background-image: url(../img/common/icon-line-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.p-under-bar__inner li a.tel::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/common/icon-tel-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.p-under-bar__inner li a.access::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: auto;
  aspect-ratio: 28/38;
  background-image: url(../img/common/icon-location-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.p-under-bar__inner li a.tel {
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.u-br-768-none {
  display: block;
}

.js-wipe {
  --wipe: 100%;
}

.js-fadeIn {
  opacity: 0;
  visibility: hidden;
}

.js-fadeInUp {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.js-fadeInStagger > * {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 1100px) {
  .p-plan__card-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .p-plan__card-wrapper::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}

@media screen and (max-width: 1220px) {
  .p-drawerBtn {
    display: block;
  }

  .p-header__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .p-header__nav {
    display: none;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    background-color: #e4e2e3;
    z-index: 99;
    padding: 160px 0;
  }

  .p-header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    margin-bottom: 120px;
  }

  .p-header__nav ul li + li {
    margin-top: 40px;
  }

  .p-header__nav ul li a {
    font-size: 32px;
  }

  .p-header__info {
    display: none;
  }

  .p-header__line {
    display: none;
  }

  .p-header__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-support__heading {
    font-size: 32px;
  }
}

@media screen and (max-width: 1200px) {
  .p-gallery-lp .p-gallery__slide {
    margin-top: 40px;
  }

  .p-gallery__slide {
    margin-top: 0;
  }
}

@media screen and (max-width: 1100px) {
  .p-reason .p-cards-skew {
    gap: 2.5rem;
  }

  .p-reason .p-cards-skew__item-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1060px) {
  .p-staff__item-wrapper {
    padding: 0 2.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 1024px) {
  .p-reservation__inner::after {
    display: none;
  }

  .p-top-message__heading span {
    font-size: 32px;
  }
}

@media screen and (max-width: 960px) {
  .p-point__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-point__item-contents {
    display: contents;
  }

  .p-point__item-image {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 24px auto 0;
  }

  .p-point__item-head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .p-point__item-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (max-width: 950px) {
  .c-heading-secondary-shift-bottom .c-heading-secondary__front {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .p-flow__inner {
    margin: 20px auto 0;
  }

  .p-support__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-support__image {
    width: 100%;
    margin: 0;
  }

  .p-support__contents {
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 910px) {
  .p-footer__company {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .p-footer__address {
    margin: 0 0 0 40px;
    font-size: 14px;
  }

  .p-footer__nav {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .p-company-about__text p {
    font-size: 20px;
  }

  .p-plan-option > dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
  }

  .p-plan-option > dl > dt {
    width: 100%;
  }

  .p-plan-option > dl > dd {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 17px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .p-plan-option > dl > dd > span {
    margin: 10px 20px 0 0;
  }
}

@media screen and (max-width: 820px) {
  .p-mainVisual__links-text {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 800px) {
  .p-reason .p-cards-skew__item-title {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }

  .c-button-primary::after {
    margin-left: auto;
  }

  .c-button-secondary {
    font-size: 20px;
  }

  .c-button-secondary::after {
    right: 24px;
  }

  .c-heading-primary {
    font-size: 2.25rem;
  }

  .c-heading-primary-subText {
    font-size: 22px;
  }

  .c-heading-secondary__front {
    font-size: 24px;
  }

  .c-heading-secondary__back {
    font-size: 3.125rem;
  }

  .c-heading-secondary__front.c-heading-secondary-smaller {
    font-size: 24px;
  }

  .c-heading-third__front {
    top: 50%;
    font-size: 25px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .c-section-border::before {
    height: 60px;
  }

  .p-access__map {
    min-height: 320px;
  }

  .p-access__information {
    font-size: 13px;
  }

  .p-access .c-button-primary {
    max-width: initial;
    width: 275px;
  }

  .p-cards-skew {
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }

  .p-cards-skew__item:nth-of-type(2) {
    margin-top: 40px;
  }

  .p-cards-skew__item:nth-of-type(3) {
    margin-top: 40px;
  }

  .p-reason .p-cards-skew__item {
    background-color: transparent;
  }

  .p-cards-skew__item-number {
    font-size: 40px;
  }

  .p-cards-skew__item-image {
    width: 55%;
  }

  .p-cards-skew__item-title {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
    font-size: 1rem;
  }

  .p-cards-skew__item-title::after {
    display: none;
  }

  .p-cards-skew__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .p-company-about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-company-about__text {
    width: 100%;
    padding-right: 0;
  }

  .p-company-about__profile {
    width: 100%;
    margin-top: 40px;
  }

  .p-company-about__list dt {
    font-weight: 500;
    width: 30%;
  }

  .p-company-about__list dd {
    width: 70%;
  }

  .p-company__decoration::before {
    width: 18.75rem;
  }

  .p-drawerBtn {
    width: 80px;
    height: 80px;
  }

  .p-drawerBtn_line {
    left: 18px;
  }

  .p-drawerBtn_line:nth-of-type(1) {
    top: 30px;
  }

  .p-drawerBtn_line:nth-of-type(2) {
    top: 40px;
  }

  .p-drawerBtn_line:nth-of-type(3) {
    top: 50px;
  }

  .p-drawerBtn.is-open .p-drawerBtn_line:nth-of-type(1) {
    top: 40px;
  }

  .p-drawerBtn.is-open .p-drawerBtn_line:nth-of-type(3) {
    top: 40px;
  }

  .p-faq {
    padding: 64px 0 80px;
  }

  .p-faq__list-wrapper {
    margin-top: 56px;
  }

  .p-faq__list dt {
    font-size: 15px;
  }

  .p-faq__list dd span {
    font-size: 15px;
  }

  .p-flow {
    padding-top: 40px;
  }

  .p-flow__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .p-flow__row-head {
    width: 100%;
    font-size: 18px;
  }

  .p-flow__row-text {
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
  }

  .p-footer {
    padding: 0 0 74px 0;
  }

  .p-footer__inner {
    padding: 20px;
  }

  .p-footer__address {
    margin: 0 0 0 1.25rem;
  }

  .p-footer__copy-inner small,
  .p-footer__copy-inner a {
    font-size: 12px;
  }

  .p-gallery {
    padding: 40px 0 80px;
  }

  .p-gallery-lp .p-gallery__slide {
    margin-top: 40px;
  }

  .p-gallery__slide {
    margin-top: 40px;
  }

  .p-gallery__splide-pagination {
    margin: 24px auto 0;
  }

  .p-gallery__splide-pagination .splide__pagination__page {
    width: 12px;
    height: 12px;
  }

  .p-gallery__slide .splide__arrow {
    width: 40px;
    height: 40px;
  }

  .splide__arrow--prev {
    -webkit-transform: translateY(-90%);
            transform: translateY(-90%);
  }

  .splide__arrow--next {
    -webkit-transform: translateY(-90%);
            transform: translateY(-90%);
  }

  .p-header__inner {
    padding-left: 0.75rem;
  }

  .p-header__logo {
    width: 120px;
  }

  .p-header__nav ul li a {
    font-size: 24px;
  }

  .p-header__reserve {
    width: 140px;
    height: 80px;
    font-size: 22px;
  }

  .p-lp-fv__intro {
    font-size: 24px;
  }

  .p-lp-fv__catchCopy {
    font-size: 40px;
  }

  .p-lp-fv__catchCopy span {
    font-size: 1.3em;
  }

  .p-lp-fv__decoration01,
  .p-lp-fv__decoration02 {
    font-size: 1.5rem;
  }

  .p-machine__inner {
    padding: 0 30px;
  }

  .p-machine__text {
    font-size: 18px;
  }

  .p-card-col3 {
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 545px;
    margin: 0 auto;
  }

  .p-card-col3__item {
    margin-top: 80px;
  }

  .p-card-col3__border {
    top: -10px;
    left: -10px;
  }

  .p-machine-other__inner {
    gap: 15px;
  }

  .p-machine-other__text {
    font-size: 17px;
    margin-top: 20px;
  }

  .p-mainVisual {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .p-mainVisual__inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px auto 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .p-mainVisual__copy {
    font-size: 28px;
  }

  .p-mainVisual__index {
    font-size: 80px;
  }

  .p-mainVisual__image-wrap {
    width: 90.4%;
    height: 21.25rem;
    min-height: 600px;
    position: relative;
    top: initial;
    right: initial;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto;
  }

  .p-mainVisual__links {
    min-width: 100px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-mainVisual__links-text {
    top: 50%;
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
    font-size: 4.125rem;
  }

  .p-mainVisual__links .c-button-primary {
    width: 100%;
    font-size: 18px;
  }

  .p-mainVisual__links .c-button-primary:nth-of-type(1) {
    margin-right: auto;
    margin-left: 0;
  }

  .p-mainVisual__links .c-button-primary:nth-of-type(2) {
    margin-left: 0;
    margin-top: 10px;
  }

  .p-mainVisual__scroll {
    display: none;
    font-size: 12px;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }

  .p-mainVisual__scroll::after {
    height: 40px;
    border-left: 1px white solid;
    margin-top: 16px;
  }

  .p-mainVisual__scroll-sp {
    display: block;
  }

  .p-menu__item {
    margin: 2.5rem auto;
  }

  .p-menu__item .c-button-primary {
    margin-top: 20px;
    width: 275px;
  }

  .p-menu__item + .p-menu__item {
    margin: 4rem auto;
  }

  .p-menu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-menu__heading {
    padding: 1.875rem 0 0;
  }

  .p-menu__image01 {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .p-menu__image02 {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .p-menu__image03 {
    margin-right: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .p-menu__image {
    width: 82%;
    margin-right: auto;
  }

  .p-menu__contents {
    width: 100%;
    margin-top: 20px;
  }

  .p-menu__back {
    font-size: 4rem;
  }

  .p-menu__back-sp {
    width: 20%;
    display: block;
    top: 0;
    right: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }

  .p-menu__back01 {
    display: none;
  }

  .p-menu__back02 {
    display: none;
  }

  .p-menu__back03 {
    display: none;
  }

  .p-menu__title {
    font-size: 28px;
  }

  .p-menu__description {
    font-size: 14px;
  }

  .p-menu__wrap {
    padding: 0 20px 64px;
  }

  .p-menu__contents--right {
    padding-right: 0;
  }

  .p-menu__contents--left {
    padding-left: 0;
  }

  .p-menu__contents--left .p-menu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .p-menu__decoration-bg01::before {
    width: 18.75rem;
  }

  .p-menu__decoration-bg02::before {
    width: 18.75rem;
  }

  .p-menu__decoration-bg03::before {
    width: 18.75rem;
  }

  .p-menu2 {
    padding: 60px 0 40px;
  }

  .p-menu2__item {
    margin: 80px auto 60px;
  }

  .p-menu2__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 2.5rem;
  }

  .p-menu2__title {
    font-size: 24px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .p-menu2__description {
    font-size: 14px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .p-menu2__contents {
    display: contents;
  }

  .p-menu2__trouble-img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .p-menu2__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 16px;
  }

  .p-menu__button {
    margin: 0 auto 40px;
  }

  .p-menu2__decoration-bg01::before {
    width: 18.75rem;
  }

  .p-menu2__decoration-bg02::before {
    width: 18.75rem;
  }

  .p-option {
    padding: 60px 0;
  }

  .p-option__wrapper {
    padding: 0 2.5rem;
  }

  .p-option__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }

  .p-option__item {
    margin-top: 40px;
  }

  .p-plan__card-head {
    width: 300px;
    height: 90px;
  }

  .p-plan__card-head--large {
    height: 120px;
  }

  .p-plan__card-grade {
    font-size: 32px;
  }

  .p-plan-card-target {
    font-size: 15px;
  }

  .p-plan__card-price {
    font-size: 32px;
  }

  .p-plan__card-contents {
    min-height: 205px;
  }

  .p-plan__card-times {
    font-size: 20px;
  }

  .p-plan__card-body {
    height: 380px;
  }

  .p-plan__card-foot {
    font-size: 15px;
  }

  .p-plan-option > dl + dl {
    margin-top: 24px;
    padding-top: 24px;
  }

  .p-point__item {
    margin-top: 64px;
  }

  .p-point__item-title {
    font-size: 18px;
  }

  .p-price {
    padding: 60px 0;
  }

  .p-price-table th {
    font-size: 18px;
  }

  .p-price-table td {
    font-size: 22px;
  }

  .p-price-table td:first-child {
    font-size: 16px;
  }

  .p-price__note {
    font-size: 13px;
  }

  .p-price__decoration::before {
    width: 18.75rem;
  }

  .p-reason .p-cards-skew__item-text,
  .p-reason .p-cards-skew__item-title {
    color: white;
  }

  .p-reason .p-cards-skew {
    gap: 1.25rem;
  }

  .p-recommend {
    padding: 40px 0 100px;
  }

  .p-recommend__heading {
    font-size: 32px;
  }

  .p-recommend__list {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-top: 40px;
  }

  .p-recommend__list li {
    font-size: 18px;
  }

  .p-recommend__decoration::before {
    width: 18.75rem;
  }

  .p-reservation {
    padding-bottom: 3.75rem;
  }

  .p-reservation__subText {
    font-size: 2rem;
  }

  .p-reservation__heading {
    font-size: 1.3125rem;
  }

  .p-reservation__inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0.625rem;
    padding: 0 10px;
    margin: 2.5rem auto 0;
  }

  .p-reservation__text {
    display: none;
  }

  .p-reservation-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .p-reservation__link {
    display: none;
  }

  .p-reservation__hour {
    display: block;
  }

  .p-staff__large {
    margin: 40px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-staff__large-image {
    min-width: 272px;
  }

  .p-staff__large-contents {
    padding-left: 0;
    margin-top: 20px;
  }

  .p-staff__large-role {
    font-size: 14px;
  }

  .p-staff__large-text {
    font-size: 14px;
  }

  .p-staff__list {
    padding: 60px 0;
  }

  .p-staff__item-wrapper {
    padding: 0 40px;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }

  .p-staff__decoration::before {
    width: 18.75rem;
  }

  .p-sub-fv__inner {
    padding: 20px 0 60px;
  }

  .p-sub-fv__image {
    height: 300px;
  }

  .p-sub-fv__mainText {
    font-size: 24px;
  }

  .p-sub-fv__subText {
    font-size: 3.375rem;
  }

  .p-sub-fv__text {
    font-size: 16px;
    padding: 0 20px 80px;
  }

  .p-sub-fv__decoration::after {
    width: 18.75rem;
  }

  .p-support__heading {
    font-size: 24px;
  }

  .p-support__text {
    font-size: 14px;
  }

  .p-top-features .p-cards-skew {
    margin: 40px auto 0;
  }

  .p-top-message__inner {
    display: block;
  }

  .p-top-message__inner::before {
    width: 18.75rem;
  }

  .p-top-message__inner::after {
    display: none;
  }

  .p-top-message__img01 {
    width: 73.4%;
  }

  .p-top-message__img02 {
    position: absolute;
    top: 80px;
    right: 0;
    aspect-ratio: 173/365;
  }

  .p-top-message__heading {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-top-message__heading span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-top-message__heading::before {
    font-size: max(2.1875rem, 35px);
    -webkit-transform: translate(10%, -70%);
            transform: translate(10%, -70%);
  }

  .p-top-message__contents {
    width: 100%;
    padding: 0 0 0 20px;
    margin-top: 20px;
  }

  .p-top-message__gallery {
    margin: 1.25rem auto 0;
  }

  .p-top-message__gallery::after {
    width: 18.75rem;
  }

  .p-top-message__gallery01 {
    width: 70%;
    margin-left: 20px;
    margin-top: 2.5rem;
  }

  .p-top-message__gallery02 {
    width: 20%;
    margin-top: 0;
    margin-left: 0;
  }

  .p-top-message__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 40px;
  }

  .p-trainer__inner {
    margin: 40px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 580px;
  }

  .p-trainer-image {
    width: 100%;
  }

  .p-trainer__contents {
    width: 100%;
  }

  .p-trainer__name {
    font-size: 24px;
  }

  .p-under-bar {
    display: block;
  }

  .u-br-768-none {
    display: none;
  }
}

@media screen and (max-width: 570px) {
  .p-lp-fv__catchCopy {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 545px) {
  .c-heading-secondary__front.c-heading-secondary-smaller {
    font-size: 18px;
  }

  .c-heading-third__back {
    font-size: 3.75rem;
  }

  .p-machine__text {
    font-size: 0.6875rem;
  }

  .p-machine__text2 {
    font-size: 1.125rem;
  }

  .p-machine-other__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }

  .p-machine-other__image + .p-machine-other__image {
    margin-top: 40px;
  }

  .p-mainVisual__index {
    -webkit-transform: translate(10%, -55%) rotate(14deg);
            transform: translate(10%, -55%) rotate(14deg);
    font-size: 80px;
  }

  .p-mainVisual__links {
    width: 100%;
  }

  .p-mainVisual__links .c-button-primary:nth-of-type(1) {
    margin: 0 auto;
  }

  .p-mainVisual__links .c-button-primary:nth-of-type(2) {
    margin: 10px auto 0;
  }

  .p-menu2__inner {
    padding: 0 20px;
  }

  .p-option__wrapper {
    padding: 0 20px;
  }

  .p-reason .p-cards-skew__item-title {
    font-size: 0.9375rem;
  }

  .p-recommend {
    padding: 40px 0 80px;
  }

  .p-recommend__heading {
    font-size: 24px;
  }

  .p-recommend__list li {
    font-size: 16px;
  }

  .p-staff__large-contents {
    width: 100%;
  }

  .p-staff__item-wrapper {
    grid-template-columns: 1fr;
  }

  .p-staff__item-image {
    max-width: 272px;
    margin: 0 auto 10px;
  }

  .p-top-message__heading::before {
    -webkit-transform: translate(0%, -70%);
            transform: translate(0%, -70%);
  }

  .p-under-bar__inner li a {
    padding: 18px 0;
    font-size: 18px;
  }

  .p-under-bar__inner li a.line::before {
    width: 38px;
  }

  .p-under-bar__inner li a.tel::before {
    width: 31px;
  }

  .p-under-bar__inner li a.access::before {
    width: 23px;
  }
}

@media screen and (max-width: 400px) {
  .p-header__logo {
    width: 110px;
  }
}

@media screen and (max-width: 375px) {
  .p-under-bar__inner li a {
    font-size: 15px;
  }
}

@media (any-hover: hover) {
  .c-button-primary:hover {
    color: #bd959a;
  }

  .c-button-primary:hover::before {
    -webkit-animation: borderAnimation 0.5s;
            animation: borderAnimation 0.5s;
  }

  .c-button-primary:hover::after {
    background-image: url(../img/common/icon-arrow-pink.svg);
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }

  .c-button-secondary:hover {
    background-color: white;
    color: #bd959a;
    border: 1px solid #bd959a;
  }

  .c-button-secondary:hover::after {
    background-image: url(../img/common/icon-arrow-pink.svg);
  }

  .c-button-fourth:hover {
    background-color: white;
    color: #bd959a;
    border: 1px solid #bd959a;
  }

  .p-header__nav ul li a:hover::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}