@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

/* buttonの完全リセット */
button {
  /* 外観のリセット */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 枠線・背景のリセット */
  border: none;
  background: none;
  background-color: transparent;
  /* 余白のリセット */
  padding: 0;
  margin: 0;
  /* フォントの継承 */
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  /* カーソル */
  cursor: pointer;
  /* アウトラインのリセット */
  outline: none;
  /* その他 */
  text-align: inherit;
  text-decoration: none;
  vertical-align: baseline;
  /* ボックスモデル */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* フォーカス時のアウトラインを完全に削除 */
button:focus {
  outline: none;
}

/* アクティブ時の影を削除（iOS Safari） */
button:active {
  opacity: 1;
}

/* タップハイライトを削除（モバイル） */
button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

:root {
  --color-font-base: #000;
  --color-bg: #F4F2F0;
  --color-green: #78DAB1;
  --color-grade: linear-gradient(90deg, #78DAB1 0%, #ACDE5C 100%);
  --color-grade-secondary: linear-gradient(76deg, #FEC11D 0%, #C0009F 100%);
}

@media screen and (max-width: 1499px) and (min-width: 768px) {
  html {
    font-size: clamp(14px, 1600vw / 1500, 16px);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: clamp(14px, 1600vw / 375, 16px);
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP";
  color: var(--color-font-base);
  text-decoration: none;
  list-style: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

a {
  color: var(--color-font-base);
  text-decoration: none;
}

address {
  font-style: normal;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ヘッダー */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  z-index: 100;
}

.l-header__inner {
  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;
  width: min(96.25rem, 100%);
  padding-inline: 1.25rem;
  padding-block: 1.25rem;
  margin-inline: auto;
  height: 200px;
}
@media screen and (max-width: 1023px) {
  .l-header__inner {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    height: 80px;
  }
}

.l-header__logo a {
  font-family: "Lora";
  font-size: clamp(1.25rem, 3.1vw, 3.75rem);
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1023px) {
  .l-header__logo a {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo a {
    font-size: 20px;
  }
}

.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .l-header__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.9375rem;
  }
}

.l-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 1023px) {
  .l-header__actions {
    display: none;
  }
}

.l-header__tel,
.l-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 1.25rem;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  font-family: "Lora";
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  height: 3.5625rem;
}
@media screen and (max-width: 1023px) {
  .l-header__tel,
  .l-header__contact {
    border: none;
    font-size: 18px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    height: auto;
  }
}
.l-header__tel::before,
.l-header__contact::before {
  content: "";
  position: absolute;
  left: calc(20px + 1.875rem + 15px);
  top: 0;
  bottom: 0;
  width: 1px;
  height: 3.4375rem;
  background-color: #000;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .l-header__tel::before,
  .l-header__contact::before {
    display: none;
  }
}
.l-header__tel::after,
.l-header__contact::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--color-grade);
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .l-header__tel::after,
  .l-header__contact::after {
    display: none;
  }
}

.l-header__tel:hover,
.l-header__contact:hover {
  background: #f5f5f5;
}

.l-header__tel-icon,
.l-header__contact-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(1.25rem, 1.5vw, 1.875rem);
  height: clamp(1.25rem, 1.5vw, 1.875rem);
  position: relative;
  margin-right: 0.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-header__tel-icon,
  .l-header__contact-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.l-header__tel-number,
.l-header__contact-text {
  margin-left: 2rem;
  font-family: "Lora";
  font-size: clamp(1rem, 1.1vw, 1.375rem);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-header__tel-number,
  .l-header__contact-text {
    margin-left: 0;
    font-size: 16px;
  }
}

.l-header__instagram {
  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;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.l-header__instagram:hover {
  opacity: 0.7;
}

.l-header__instagram img {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .l-header__instagram img {
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__instagram img {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.25rem, 2vw, 2.5rem);
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .l-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav-list {
    gap: 0.625rem;
  }
}

.l-header__nav-item {
  position: relative;
}

.l-header__nav-item.is-current .l-header__nav-link::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.l-header__nav-link {
  font-family: "Lora";
  font-size: clamp(1.25rem, 1.5vw, 1.875rem);
  letter-spacing: 0.08em;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .l-header__nav-link {
    font-size: 20px;
    padding-bottom: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav-link {
    font-size: 16px;
    padding-bottom: 0.5rem;
  }
}

.l-header__nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 33%;
  right: 0;
  width: 25px;
  height: 2px;
  background: var(--color-grade);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 1023px) {
  .l-header__nav-link::after {
    left: 0;
    width: 1.875rem;
  }
}

.l-header__nav-link:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.l-header__nav-item.is-current .l-header__nav-link::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.l-header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 101;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .l-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
  }
}

.l-header__hamburger-line {
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  left: 0;
}

.l-header__hamburger-line:nth-child(1) {
  top: 0;
}

.l-header__hamburger-line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-header__hamburger-line:nth-child(3) {
  bottom: 0;
}

.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateY(-50%) scaleX(0);
          transform: translateY(-50%) scaleX(0);
}

.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(3) {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.l-header__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .l-header__overlay.is-active {
    display: block;
    opacity: 1;
  }
}

@media screen and (max-width: 1023px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    background: #fff;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    z-index: 100;
    padding: 5rem 2.5rem 2.5rem;
    overflow-y: auto;
    -webkit-box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  }
  .l-header__nav.is-active {
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__nav {
    padding: 2.5rem 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    max-width: 300px;
  }
}

.l-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}

@media screen and (max-width: 1023px) {
  .l-header__actions--pc {
    display: none;
  }
}

.l-header__actions--mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-header__actions--mobile {
    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: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #e5e5e5;
    gap: 1.25rem;
  }
}

.l-footer {
  width: 100%;
  background-color: #fff;
}

.l-footer__inner {
  position: relative;
}
@media screen and (min-width: 2300px) {
  .l-footer__inner {
    max-width: 120rem;
    width: 100%;
    margin-inline: auto;
  }
}
.l-footer__inner::after {
  content: "";
  display: block;
  max-width: 75rem;
  width: 100%;
  height: 28.125rem;
  background-color: var(--color-bg);
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
  .l-footer__inner::after {
    max-width: 56.25rem;
    height: 21.875rem;
    top: 35%;
  }
}
@media screen and (max-width: 1200px) {
  .l-footer__inner::after {
    max-width: 43.75rem;
    height: 15.625rem;
    top: 30%;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__inner::after {
    max-width: 100%;
    height: 100%;
    top: 50%;
  }
}

.l-footer__top {
  position: relative;
}

.l-footer__image {
  max-width: 75rem;
  width: calc(100% - 18.75rem);
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 2;
  margin-right: auto;
}
.l-footer__image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}
.l-footer__image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .l-footer__image::after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__image {
    width: calc(100% - 1.25rem);
    max-width: 100%;
    margin-bottom: 1.25rem;
  }
}

.l-footer__image img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}

.l-footer__image-border {
  position: relative;
  width: 100%;
  min-height: 2px;
  margin-top: clamp(1.25rem, 2vw, 2.5rem);
  margin-bottom: clamp(1.25rem, 2vw, 2.5rem);
  overflow: visible;
}
.l-footer__image-border svg {
  width: 100%;
  max-width: 120rem;
  height: 2px;
  display: block;
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .l-footer__image-border svg {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__image-border {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.l-footer__content {
  max-width: 93.75rem;
  width: 100%;
  padding-inline: 1.25rem;
  margin-inline: auto;
  padding-top: clamp(2.5rem, 3vw, 3.75rem);
  padding-bottom: 3.75rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .l-footer__content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .l-footer__content::before, .l-footer__content::after {
    display: none;
  }
}

.l-footer__title {
  font-family: "Lora";
  font-size: clamp(3rem, 3vw, 3.75rem);
  line-height: normal;
  letter-spacing: 0.12em;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .l-footer__title {
    font-size: 3rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.l-footer__title-italic {
  font-style: italic;
  font-weight: 400;
}

.l-footer__title-bold {
  font-weight: 700;
  font-style: normal;
}

.l-footer__info-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .l-footer__info-wrapper {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .l-footer__info-wrapper::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__info-wrapper {
    gap: 1.25rem;
  }
}

.l-footer__info {
  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;
}
@media screen and (max-width: 1500px) {
  .l-footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-footer__info-content {
  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.75rem;
}
.l-footer__info-content > * {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer__info-content {
    gap: 0.5rem;
  }
}

.l-footer__address-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-footer__info-title {
  font-family: "Lora";
  font-size: 1.875rem;
  line-height: normal;
  letter-spacing: 0.07em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.l-footer__info-title::after {
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  background: var(--color-grade);
  margin-inline: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .l-footer__info-title {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__info-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__info-title {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
}

.l-footer__address {
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .l-footer__address {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__address {
    font-size: 0.875rem;
  }
}

.l-footer__address-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-footer__map-icon {
  width: 1.25rem;
  height: 1.875rem;
}
@media screen and (max-width: 768px) {
  .l-footer__map-icon {
    width: 1rem;
    height: 1.25rem;
  }
}

.l-footer__map-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-left: 0;
}
@media screen and (max-width: 1023px) {
  .l-footer__map-link {
    font-size: 1rem;
  }
}

.l-footer__map-link:hover {
  opacity: 0.7;
}

.l-footer__map-text {
  font-family: "Lora";
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-footer__map-text {
    font-size: 0.875rem;
  }
}

.l-footer__tel {
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .l-footer__tel {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__tel {
    font-size: 0.875rem;
  }
}

.l-footer__sns-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.l-footer__sns-link:hover {
  opacity: 0.7;
}

.l-footer__sns-icon {
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 1023px) {
  .l-footer__sns-icon {
    width: 24px;
    height: 24px;
  }
}

.l-footer__hours {
  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;
}
@media screen and (max-width: 1500px) {
  .l-footer__hours {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-footer__hours-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lora";
  font-size: 1.875rem;
  line-height: normal;
  letter-spacing: 0.07em;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.l-footer__hours-title::after {
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  background: var(--color-grade);
  margin-inline: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .l-footer__hours-title {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__hours-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__hours-title {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
}

.l-footer__hours-list {
  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.75rem;
}
@media screen and (max-width: 768px) {
  .l-footer__hours-list {
    gap: 0.5rem;
  }
}

.l-footer__hours-item {
  display: grid;
  grid-template-columns: 8.75rem auto;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .l-footer__hours-item {
    gap: 2.5rem;
  }
}

.l-footer__hours-day {
  letter-spacing: 0.04em;
}

.l-footer__hours-day-text {
  text-align: right;
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-footer__hours-day-text {
    font-size: 1rem;
  }
}

.l-footer__hours-time {
  text-align: right;
  font-family: "Lora";
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 1023px) {
  .l-footer__hours-time {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__hours-time {
    font-size: 0.875rem;
  }
}

.l-footer__bottom {
  background-color: #000;
  padding: 1.875rem 1.25rem;
  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: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .l-footer__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__bottom {
    gap: 0.625rem;
  }
}

.l-footer__nav {
  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;
  width: min(93.75rem + 40px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .l-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    gap: 0.625rem;
  }
}

.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.625rem;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .l-footer__nav-list {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav-list {
    gap: 0.625rem;
  }
}

.l-footer__nav-item {
  /* ナビゲーションアイテム */
}

.l-footer__nav-link {
  font-family: "Lora";
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .l-footer__nav-link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav-link {
    font-size: 0.875rem;
  }
}

.l-footer__nav-link:hover {
  opacity: 0.7;
}

.l-footer__policy-link {
  color: #FFF;
  font-family: "Lora";
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .l-footer__policy-link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__policy-link {
    font-size: 0.875rem;
  }
}

.l-footer__copyright {
  color: #FFF;
  font-family: "Lora";
  line-height: normal;
  letter-spacing: 0.04em;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .l-footer__copyright {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .l-footer__bottom {
    position: relative;
    z-index: 3;
  }
}
.l-inner {
  padding-block: clamp(4rem, 8.8vw, 8rem);
  padding-inline: clamp(1.25rem, 2.77vw, 2.5rem);
  width: min(1240px, 100%);
  margin-inline: auto;
}

.c-spacer {
  display: block;
  width: 100%;
  height: 48px;
}
.c-spacer--size-8 {
  height: 8px;
}
.c-spacer--size-16 {
  height: 16px;
}
.c-spacer--size-24 {
  height: 24px;
}
.c-spacer--size-32 {
  height: 32px;
}
.c-spacer--size-48 {
  height: 48px;
}
.c-spacer--size-64 {
  height: 64px;
}
.c-spacer--size-80 {
  height: 80px;
}
.c-spacer--size-96 {
  height: 96px;
}
.c-spacer--size-128 {
  height: 128px;
}
.c-spacer--size-100-50 {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .c-spacer--size-24 {
    height: 20px;
  }
  .c-spacer--size-32 {
    height: 30px;
  }
  .c-spacer--size-48 {
    height: 45px;
  }
  .c-spacer--size-64 {
    height: 60px;
  }
  .c-spacer--size-80 {
    height: 70px;
  }
  .c-spacer--size-96 {
    height: 80px;
  }
  .c-spacer--size-128 {
    height: 100px;
  }
}

.c-section-title {
  max-width: 355px;
  width: 100%;
  height: auto;
}

.c-section-title__title {
  font-family: "Lora";
  font-size: 2.6875rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-section-title__title {
    font-size: 1.5rem;
  }
}

.c-section-title__img {
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-section-title__img {
    padding-top: 0.625rem;
    margin-left: -1.875rem;
  }
}
.c-section-title__img svg {
  margin-left: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .c-section-title__img svg {
    width: 12.5rem;
    height: auto;
  }
}

.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='301' height='72' viewBox='0 0 301 72' fill='none'%3E%3Cpath d='M301 71H226H207.25H197.875H188.5H151H1V1H151H188.5H207.25H216.625' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 18.75rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-button {
    width: 250px;
  }
}
.c-button img {
  width: 50px;
  height: 9px;
}

.c-button__text {
  text-align: center;
  font-family: "Lora";
  font-size: 1.875rem;
  line-height: normal;
  letter-spacing: 0.08em;
  padding-block: 1.25rem;
  padding-inline: 6.875rem 5.25rem;
}
@media screen and (max-width: 768px) {
  .c-button__text {
    padding-inline: 3.75rem 2.5rem;
    font-size: 20px;
    padding-block: 0.625rem;
  }
}

.c-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(3.125rem, 7.8vw, 9.375rem);
  padding-block: 8rem;
}
@media screen and (max-width: 1023px) {
  .c-card {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .c-card {
    padding-block: 4rem;
    gap: 2rem;
  }
}

.c-card__link {
  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.625rem;
}
@media screen and (max-width: 1023px) {
  .c-card__link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .c-card__link {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}

.c-card__image {
  width: 100%;
}
.c-card__image img {
  width: 100%;
  height: auto;
  display: block;
}

.c-card__meta {
  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;
  gap: 0.625rem;
}

.c-card__meta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.c-card__date {
  font-family: "Lora";
  font-size: clamp(1rem, 1.1vw, 1.375rem);
  line-height: normal;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-card__date {
    font-size: 16px;
  }
}

.c-card__badge {
  display: inline-block;
  padding: 0.5625rem 0.75rem;
  border: 2px solid transparent;
  border-image-source: var(--color-grade);
  border-image-slice: 1;
  background: #fff;
  line-height: normal;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1023px) {
  .c-card__badge {
    padding: 0.375rem 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .c-card__badge {
    padding: 0.25rem 0.5rem;
  }
}

.c-card__badge--green {
  background: var(--color-grade);
}

.c-card__text {
  font-size: clamp(1rem, 1.1vw, 1.375rem);
  line-height: normal;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-card__text {
    font-size: 16px;
  }
}

.p-news-archive__filter {
  margin-top: 4rem;
  width: min(77.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-news-archive__filter {
    margin-top: 3rem;
    padding-inline: 0;
  }
}

.c-filter__title {
  color: var(--color-font-sub);
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-filter__title {
    font-size: 1.125rem;
    text-align: left;
  }
}

.c-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-filter__list {
    gap: 0.75rem;
    margin-top: 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-filter__btn {
  all: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  color: var(--color-font-sub);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1.25rem;
  border-radius: 0.625rem;
  border: 1px solid var(--color-font-sub);
  background: var(--color-font-white);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-filter__btn {
    font-size: 1rem;
    padding: 0.375rem 1rem;
  }
}
.c-filter__btn:hover {
  background: var(--color-font-sub);
  color: var(--color-font-white);
}
.c-filter__btn.is-active {
  background: var(--color-font-sub);
  color: var(--color-font-white);
}
.c-filter__btn:focus-visible {
  outline: 2px solid var(--color-font-sub);
  outline-offset: 2px;
}

.c-card__item {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-card__item.is-hidden {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.c-instagram {
  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;
  gap: clamp(1.5rem, 2.6vw, 3.125rem);
  padding-block: 2.5rem;
  padding-left: 1.25rem;
  background: var(--color-bg);
}

.c-instagram__heading {
  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: 1.25rem;
}

.c-instagram__title {
  text-align: right;
  font-family: "Lora";
  font-size: 2.6875rem;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08em;
  background: var(--color-grade-secondary);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1023px) {
  .c-instagram__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-instagram__title {
    font-size: 1.5rem;
  }
}

.c-instagram__icon {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .c-instagram__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-instagram__icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.c-instagram__icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.c-instagram__list {
  display: -webkit-box;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: auto;
}

.c-instagram__item {
  width: 20rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1023px) {
  .c-instagram__item {
    width: 13.75rem;
  }
}
@media screen and (max-width: 768px) {
  .c-instagram__item {
    width: 11.25rem;
  }
}
.c-instagram__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-instagram__item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.c-contact {
  position: relative;
  padding: 5rem 1.25rem;
  background-image: url("../../assets/img/book-img.jpg");
  background-size: cover;
  background-position: center 30%;
  background-attachment: scroll;
  min-height: 49.375rem;
  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;
}
@media screen and (max-width: 768px) {
  .c-contact {
    padding: 2.5rem 1.25rem;
    min-height: 30.625rem;
  }
}
.c-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.c-contact__inner {
  position: relative;
  z-index: 1;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.c-contact__text {
  margin-block: 6.25rem;
}
@media screen and (max-width: 768px) {
  .c-contact__text {
    margin-block: 3.125rem;
  }
}

.c-contact__text-item {
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .c-contact__text-item {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__text-item {
    font-size: 18px;
  }
}

.c-contact__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  width: min(81.25rem + 40px, 100%);
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .c-contact__list {
    grid-template-columns: 1fr;
  }
}

.c-contact__item {
  max-width: 25rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .c-contact__item {
    max-width: 21.875rem;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__item {
    max-width: 12.5rem;
  }
}

.c-contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: transparent;
  text-decoration: none;
  min-height: clamp(3.125rem, 5.2vw, 6.25rem);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-contact__link {
    min-height: auto;
  }
}
.c-contact__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--color-grade);
  z-index: 2;
}
.c-contact__link:hover {
  background-color: rgb(255, 255, 255);
}

.c-contact__icon {
  position: relative;
  max-width: clamp(3.125rem, 5.2vw, 6.25rem);
  width: clamp(3.125rem, 5.2vw, 6.25rem);
  min-height: clamp(3.125rem, 5.2vw, 6.25rem);
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 768px) {
  .c-contact__icon {
    width: clamp(2.5rem, 10.67vw, 5rem);
    min-height: clamp(3.125rem, 6.5vw, 6.25rem);
    padding-block: 0.625rem;
  }
}
.c-contact__icon img {
  width: clamp(1.875rem, 2.6vw, 3.125rem);
  height: clamp(1.875rem, 2.6vw, 3.125rem);
  display: block;
}

.c-contact__label {
  position: relative;
  font-family: "Lora";
  font-size: clamp(1.5rem, 1.6vw, 2rem);
  line-height: normal;
  letter-spacing: 0.08em;
  padding-inline: clamp(1.5rem, 1.87vw, 2.25rem);
  width: 100%;
  min-height: clamp(3.125rem, 5.2vw, 6.25rem);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 2px solid #000;
  border-left: 2px solid transparent;
  border-right: 2px solid #000;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 768px) {
  .c-contact__label {
    font-size: 1.125rem;
    padding-inline: 1rem;
    min-height: clamp(3.125rem, 6.5vw, 6.25rem);
    padding-block: 0.625rem;
  }
}

.p-page__fv {
  margin-top: 200px;
}
@media screen and (max-width: 1023px) {
  .p-page__fv {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-page__fv {
    margin-top: 80px;
  }
}

.p-page__fv-inner {
  position: relative;
  padding-inline: 1.25rem 1.875rem;
  width: 100%;
}

.p-page__fv-inner::after {
  content: "Concept";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10%;
  text-shadow: 2px 2px 1px var(--color-bg);
  font-family: "Monsieur La Doulaise";
  font-size: 5.375rem;
  letter-spacing: 0.086em;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .p-page__fv-inner::after {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__fv-inner::after {
    font-size: 2.5rem;
  }
}

.p-page__fv-inner--menu::after {
  content: "Menu";
}

.p-page__fv-inner--news::after {
  content: "News";
}

.p-page__fv-inner--access::after {
  content: "Access";
}

.p-page__fv-image {
  position: relative;
  margin-inline: auto;
  max-width: 97.5rem;
  width: 100%;
  height: 42.5rem;
}
.p-page__fv-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}
@media screen and (max-width: 1023px) {
  .p-page__fv-image {
    height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__fv-image {
    height: 18.75rem;
  }
}

.p-page__fv-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  z-index: 2;
  pointer-events: none;
}

.p-page__fv-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .p-page__fv-image::after {
    top: 8px;
    left: 8px;
  }
}

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

/* FV */
.p-page__home {
  margin-top: 200px;
}
@media screen and (max-width: 1023px) {
  .p-page__home {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-page__home {
    margin-top: 80px;
  }
}

.p-page__home-inner {
  position: relative;
  padding-inline: 1.25rem 2.5rem;
  width: 100%;
}

.p-page__home-image {
  position: relative;
  margin-right: auto;
  max-width: 81.5625rem;
  width: 100%;
  height: 40.625rem;
}
@media screen and (max-width: 1023px) {
  .p-page__home-image {
    height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__home-image {
    height: 18.75rem;
  }
}

.p-page__home-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  z-index: 2;
  pointer-events: none;
}

.p-page__home-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .p-page__home-image::after {
    top: 8px;
    left: 8px;
  }
}

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

.p-page__home-text {
  position: absolute;
  right: 5%;
  top: 70%;
  text-align: right;
  z-index: 3;
}

.p-page__home-text-jp {
  text-shadow: 2px 2px 1px var(--color-bg);
  font-family: "Shippori Mincho";
  font-size: clamp(1.5rem, 1.5vw, 1.875rem);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1023px) {
  .p-page__home-text-jp {
    font-size: 1rem;
  }
}

.p-page__home-text-en {
  text-shadow: 2px 2px 1px var(--color-bg);
  font-family: "Monsieur La Doulaise";
  font-size: clamp(2.5rem, 4.5vw, 5.375rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  .p-page__home-text-en {
    font-size: clamp(2rem, 1.5vw, 2.5rem);
  }
}
@media screen and (max-width: 768px) {
  .p-page__home-text-en {
    font-size: 1.25rem;
  }
}

/* Concept */
.p-page__home-concept {
  padding-top: 5rem;
  padding-inline: 1.25rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-page__home-concept {
    padding-inline: 1.25rem;
    padding-top: 3.75rem;
  }
}

.p-page__home-concept-inner::after {
  content: "";
  position: absolute;
  left: -212px;
  top: 0;
  max-width: 75rem;
  width: 100%;
  height: 39.5625rem;
  background: var(--color-bg);
  z-index: 0;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .p-page__home-concept-inner::after {
    height: 37.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__home-concept-inner::after {
    display: none;
  }
}

.p-page__home-concept-inner {
  max-width: 93.75rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(3.75rem, 6.5vw, 7.8125rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.p-page__home-concept-content {
  max-width: 46.875rem;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: clamp(3.75rem, 5.2vw, 6.25rem);
}
@media screen and (max-width: 768px) {
  .p-page__home-concept-content {
    margin-top: 0;
  }
}

.p-page__home-concept-subtitle {
  font-family: "$ff-ja";
  font-size: 1.375rem;
  letter-spacing: 0.055em;
  margin-top: clamp(3.75rem, 5.2vw, 6.25rem);
}
@media screen and (max-width: 1023px) {
  .p-page__home-concept-subtitle {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__home-concept-subtitle {
    font-size: clamp(16px, 3.1vw, 24px);
    margin-top: 2.5rem;
    text-align: center;
  }
}

.p-page__home-concept-text {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-page__home-concept-text {
    margin-top: 1.875rem;
  }
}

.p-page__home-concept-text p {
  font-family: "$ff-ja";
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-page__home-concept-text p {
    font-size: clamp(14px, 2.3vw, 18px);
  }
}

.p-page__home-concept-more {
  margin-top: clamp(3.75rem, 5.2vw, 6.25rem);
}
@media screen and (max-width: 768px) {
  .p-page__home-concept-more {
    text-align: center;
    margin-top: 5rem;
  }
}

.p-page__home-concept-image {
  height: 46.875rem;
  max-width: 39.0625rem;
  width: 100%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
  z-index: 1;
  margin-top: clamp(3.75rem, 5.2vw, 6.25rem);
}
@media screen and (max-width: 1023px) {
  .p-page__home-concept-image {
    height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__home-concept-image {
    position: absolute;
    top: 10%;
    left: 0;
    max-width: 100%;
    height: auto;
    z-index: 0;
    opacity: 0.5;
    margin-top: 0;
    height: 450px;
  }
}

.p-page__home-concept-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  z-index: 2;
  pointer-events: none;
}

.p-page__home-concept-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .p-page__home-concept-image::after {
    top: 8px;
    left: 8px;
  }
}

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

/* Menu */
.p-page__home-menu {
  padding-top: 6.25rem;
  position: relative;
  overflow: visible;
}

.p-page__home-menu-inner {
  max-width: 93.75rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.25rem 2.5rem;
  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;
}
@media screen and (max-width: 1400px) {
  .p-page__home-menu-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__home-menu-inner {
    padding-inline: 1.25rem;
  }
}

.p-page__home-menu-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-1 * (100vw - min(100vw, 93.75rem)) / 2);
  width: 100%;
  max-width: 81.25rem;
  min-height: 46.875rem;
  background: var(--color-bg);
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .p-page__home-menu-inner::after {
    right: calc(-1 * (100vw - min(100vw, 93.75rem)) / 2);
    width: calc(50% + 6.25rem);
    min-height: 37.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__home-menu-inner::after {
    display: none;
  }
}

.p-page__home-menu-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.0625rem;
}
@media screen and (max-width: 1023px) {
  .p-page__home-menu-images {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-page__home-menu-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.6;
    pointer-events: none;
  }
}

.p-page__home-menu-image {
  position: relative;
  max-width: 33.125rem;
  width: 100%;
  height: 23.75rem;
  top: -9.375rem;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .p-page__home-menu-image {
    opacity: 0.5;
    max-width: 20.625rem;
    height: 14.375rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-page__home-menu-image {
    top: 0;
  }
}
.p-page__home-menu-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}
.p-page__home-menu-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .p-page__home-menu-image::after {
    top: 8px;
    left: 8px;
  }
}

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

.p-page__home-menu-image--medium {
  margin-left: 12.5rem;
}
@media screen and (max-width: 1023px) {
  .p-page__home-menu-image--medium {
    margin-left: 0;
    position: absolute;
    top: auto;
    bottom: 15%;
    left: 50%;
    width: 45%;
    height: 40%;
    opacity: 0.7;
    z-index: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-page__home-menu-image--small {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 40%;
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .p-page__home-menu-image--large {
    display: none;
  }
}

.p-page__home-menu-wrapper {
  margin-top: 6.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-page__home-menu-wrapper {
    z-index: 2;
  }
}

.p-page__home-menu-list {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.125rem;
  list-style: none;
  margin-block: 6.25rem;
  width: 478px;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-page__home-menu-list {
    width: 20.625rem;
    gap: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__home-menu-list {
    width: 100%;
    gap: 1.25rem;
  }
}

.p-page__home-menu-item {
  display: grid;
  grid-template-columns: 0.9375rem 12.5rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-page__home-menu-item {
    grid-template-columns: 0.625rem 10.625rem auto;
    gap: 1.25rem;
  }
}

.p-page__home-menu-item-icon {
  width: 0.9375rem;
  height: 0.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("../img/menu-point.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-page__home-menu-item-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Lora";
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.055em;
}
@media screen and (max-width: 1023px) {
  .p-page__home-menu-item-name {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__home-menu-item-name {
    font-size: clamp(16px, 3.1vw, 24px);
  }
}

.p-page__home-menu-item-price {
  font-family: "Lora";
  font-size: 1.375rem;
  font-style: italic;
  line-height: normal;
  letter-spacing: 0.2em;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .p-page__home-menu-item-price {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__home-menu-item-price {
    font-size: clamp(16px, 3.1vw, 24px);
  }
}

@media screen and (max-width: 768px) {
  .p-page__home-menu-more {
    text-align: center;
    margin-top: 3.75rem;
  }
}

/* Styles */
.p-page__home-styles {
  padding-block: 3.125rem 9.0625rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-page__home-styles {
    padding-block: 6.25rem;
  }
}

.p-page__home-styles-inner {
  max-width: 75rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.p-page__home-styles-title {
  margin-inline: auto;
}

.p-page__home-styles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-block: 6.25rem 5rem;
}
@media screen and (max-width: 1023px) {
  .p-page__home-styles-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__home-styles-grid {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    margin-bottom: 1.875rem;
  }
}

.p-page__home-styles-item {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.p-page__home-styles-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-page__home-styles-item--featured {
  position: relative;
}

.p-page__home-styles-item-text {
  position: absolute;
  left: 0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.p-page__home-styles-instagram {
  text-align: center;
}

.c-button .p-page__home-styles-instagram-icon,
.p-page__home-styles-instagram-icon {
  width: 2.0625rem !important;
  height: 2.0625rem !important;
  -o-object-fit: contain;
     object-fit: contain;
}

/* News */
.p-page__home-news {
  padding-block: 6.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-page__home-news {
    padding-block: 3.75rem;
  }
}
.p-page__home-news::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 75rem;
  width: 100%;
  height: 25rem;
  background: var(--color-bg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-page__home-news::after {
    display: none;
  }
}

.p-page__home-news-inner {
  max-width: 93.75rem;
  width: 100%;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.p-page__home-news-more {
  text-align: center;
}

/* Greeting */
.p-page__home-greeting {
  padding-block: 6.25rem;
  position: relative;
}
.p-page__home-greeting::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-width: 75rem;
  width: 100%;
  height: 37.5rem;
  background: var(--color-bg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-page__home-greeting::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-page__home-greeting {
    padding-block: 3.75rem;
  }
}

.p-page__home-greeting-inner {
  max-width: 93.75rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.375rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .p-page__home-greeting-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.125rem;
  }
}

.p-page__home-greeting-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1023px) {
  .p-page__home-greeting-title {
    margin-inline: auto;
  }
}

.p-page__home-greeting-text {
  font-family: "Noto Sans JP";
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 6.25rem;
  font-size: clamp(1rem, 1.1vw, 1.375rem);
}
@media screen and (max-width: 1023px) {
  .p-page__home-greeting-text {
    font-size: clamp(1.125rem, 2.3vw, 1.5rem);
  }
}
@media screen and (max-width: 768px) {
  .p-page__home-greeting-text {
    font-size: clamp(0.875rem, 2.3vw, 1.125rem);
    margin-top: 3.125rem;
  }
}

.p-page__home-greeting-text p {
  margin-bottom: 1.875rem;
}

.p-page__home-greeting-text p:last-child {
  margin-bottom: 0;
}

.p-page__home-greeting-images {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .p-page__home-greeting-images {
    width: 100%;
  }
}

.p-page__home-greeting-image {
  position: relative;
}
.p-page__home-greeting-image::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  z-index: 4;
}

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

.p-page__home-greeting-image--large {
  width: 100%;
  max-width: 24rem;
  height: 29.375rem;
}

.p-page__home-greeting-image--small {
  width: 100%;
  max-width: 23.25rem;
  height: 14.375rem;
  margin-left: auto;
}

.p-page__concept {
  padding-block: 6.25rem 12.5rem;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-page__concept {
    padding-block: 5rem 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__concept {
    padding-block: 3.75rem 5rem;
  }
}

.p-page__concept-inner {
  width: min(96.25rem, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.p-page__concept-section {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 1023px) {
  .p-page__concept-section {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__concept-section {
    margin-bottom: 3.75rem;
  }
}

.p-page__concept-section:last-child {
  margin-bottom: 0;
}

.p-page__concept-section--first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.125rem;
}
@media screen and (max-width: 768px) {
  .p-page__concept-section--first {
    gap: 2.5rem;
  }
}

.p-page__concept-title {
  font-size: 1.875rem;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-page__concept-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__concept-title {
    font-size: clamp(16px, 2.8vw, 22px);
  }
}

.p-page__concept-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .p-page__concept-content {
    -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;
    gap: 1.5rem;
  }
}

.p-page__concept-text-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-page__concept-text-group {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__concept-text-group {
    gap: 0.625rem;
  }
}

.p-page__concept-text-group--center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-page__concept-text {
  line-height: 2;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .p-page__concept-text {
    font-size: clamp(14px, 2.3vw, 18px);
  }
}

.p-page__concept-text:nth-child(1) {
  margin-left: 0;
}

.p-page__concept-text:nth-child(2) {
  margin-left: 6%;
}
@media screen and (max-width: 1440px) {
  .p-page__concept-text:nth-child(2) {
    margin-left: 0;
  }
}

.p-page__concept-text:nth-child(3) {
  margin-left: 12%;
}
@media screen and (max-width: 1440px) {
  .p-page__concept-text:nth-child(3) {
    margin-left: 0;
  }
}

.p-page__concept-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 37.5rem;
  height: 25rem;
  position: relative;
}
.p-page__concept-image::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .p-page__concept-image::after {
    left: 6px;
    top: 6px;
  }
}
@media screen and (max-width: 1023px) {
  .p-page__concept-image {
    max-width: 100%;
  }
}

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

.p-page__concept-section--second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-page__concept-section--second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__concept-section--second {
    margin-bottom: 6.25rem;
  }
}

.p-page__concept-section--third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .p-page__concept-section--third {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.5rem;
  }
}

.p-page__concept-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-page__concept-description {
    gap: 1.25rem;
  }
}

.p-page__concept-description p {
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-page__concept-description p {
    font-size: clamp(14px, 2vw, 16px);
  }
}

.p-page__concept-signature {
  text-align: right;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-page__concept-signature {
    font-size: clamp(14px, 2vw, 16px);
  }
}

.p-page__menu {
  padding-block: 6.25rem;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-page__menu {
    padding-block: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__menu {
    padding-block: 3.75rem;
  }
}

.p-page__menu-inner {
  width: min(96.25rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.25rem;
}
@media screen and (max-width: 1023px) {
  .p-page__menu-inner {
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__menu-inner {
    grid-template-columns: 1fr;
    gap: 3.75rem;
  }
}

.p-page__menu-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.5rem;
}
@media screen and (max-width: 1023px) {
  .p-page__menu-column {
    gap: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__menu-column {
    gap: 5rem;
  }
}

.p-page__menu-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-page__menu-category {
    gap: 2.5rem;
  }
}

.p-page__menu-category-header {
  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;
  gap: 0.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-page__menu-category-header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-page__menu-category-subtitle {
  font-family: "Noto Sans JP";
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.05em;
  position: absolute;
  right: 0;
}

.p-page__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-page__menu-list {
    gap: 1.875rem;
  }
}

.p-page__menu-item {
  display: grid;
  grid-template-columns: 0.9375rem 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-page__menu-item {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__menu-item {
    grid-template-columns: 0.75rem 1fr auto;
    gap: 1rem;
  }
}

.p-page__menu-item-icon {
  width: 0.9375rem;
  height: 0.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("../img/menu-point.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-page__menu-item-name {
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-page__menu-item-name {
    font-size: clamp(1rem, 1.7vw, 1.125rem);
  }
}
@media screen and (max-width: 768px) {
  .p-page__menu-item-name {
    font-size: clamp(0.875rem, 2vw, 1rem);
  }
}

.p-page__menu-item-price {
  font-family: "Lora";
  font-size: 1.375rem;
  font-style: italic;
  letter-spacing: 0.02em;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .p-page__menu-item-price {
    font-size: clamp(1.125rem, 2vw, 1.375rem);
  }
}
@media screen and (max-width: 768px) {
  .p-page__menu-item-price {
    font-size: clamp(0.875rem, 2.3vw, 1.125rem);
  }
}

.p-page__news {
  padding-block: 6.25rem 9.375rem;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-page__news {
    padding-block: 5rem 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__news {
    padding-block: 3.75rem 5rem;
  }
}

.p-page__news-inner {
  width: min(96.25rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 17.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .p-page__news-inner {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__news-inner {
    gap: 3.125rem;
  }
}

.p-page__news-main {
  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: 3.125rem;
}
@media screen and (max-width: 1100px) {
  .p-page__news-main {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-page__news-list {
  padding-block: 0;
}

.p-page__news .c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
  max-width: 50.125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-page__news .c-card {
    gap: 2.5rem;
  }
}

.p-page__news .c-card__item {
  width: 100%;
}

.p-page__news .c-card__link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2.5rem, 4.1vw, 5rem);
}
@media screen and (max-width: 768px) {
  .p-page__news .c-card__link {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.p-page__news-card-image {
  width: 25rem;
  height: 18.75rem;
}
@media screen and (max-width: 768px) {
  .p-page__news-card-image {
    width: 100%;
    height: auto;
  }
}

.p-page__news .c-card__meta {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-page__news .c-card__meta {
    gap: 0.625rem;
  }
}

@media screen and (max-width: 1100px) {
  .p-page__news-card-meta-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;
    gap: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__news-card-meta-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
  }
}

.p-page__news-pagination {
  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;
  gap: clamp(3.125rem, 5.2vw, 6.25rem);
  margin-top: clamp(3.125rem, 5.2vw, 6.25rem);
}
@media screen and (max-width: 768px) {
  .p-page__news-pagination {
    gap: 0.9375rem;
  }
}

.p-page__news-pagination-arrow {
  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;
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../img/pg-border.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-page__news-pagination-arrow {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.p-page__news-pagination-arrow img {
  width: 1.25rem;
  height: 0.375rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-page__news-pagination-arrow img {
    width: 0.75rem;
    height: 0.25rem;
  }
}

.p-page__news-pagination-arrow:hover {
  opacity: 0.7;
}

.p-page__news-pagination-number {
  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: "Noto Sans JP";
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-page__news-pagination-number {
    min-width: 2.25rem;
    height: 2.25rem;
    font-size: 18px;
  }
}

.p-page__news-pagination-number:hover {
  opacity: 0.7;
}

.p-page__news-pagination-number--current {
  border-bottom: 2px solid #78DAB1;
}

.p-page__news-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-page__news-widget:nth-of-type(2) {
  margin-top: clamp(3.125rem, 5.2vw, 6.25rem);
}
@media screen and (max-width: 768px) {
  .p-page__news-widget:nth-of-type(2) {
    margin-top: 1.25rem;
  }
}

.p-page__news-widget-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lora";
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-page__news-widget-title {
    font-size: 18px;
  }
}

.p-page__news-widget-category-icon-wrapper,
.p-page__news-widget-archive-icon-wrapper {
  width: 3.75rem;
  height: 3.75rem;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 3px solid #78DAB1;
  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;
}
@media screen and (max-width: 768px) {
  .p-page__news-widget-category-icon-wrapper,
  .p-page__news-widget-archive-icon-wrapper {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-page__news-widget-category-icon {
  width: 0.25rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-page__news-widget-category-text {
  width: 12.5rem;
  height: 3.75rem;
  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;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 3px solid #78DAB1;
}
@media screen and (max-width: 768px) {
  .p-page__news-widget-category-text {
    width: 9.375rem;
    height: 2.5rem;
  }
}

.p-page__news-widget-list {
  margin-top: 1.5rem;
  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.9375rem;
}

.p-page__news-widget-item {
  padding-left: 1.875rem;
}

.p-page__news-widget-link {
  font-family: "Lora";
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.2em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-block: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-page__news-widget-link {
    font-size: 18px;
  }
}

.p-page__news-widget-link:hover {
  opacity: 0.7;
}

.p-page__news-widget-archive-icon {
  width: 1.875rem;
  height: 1.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-page__access {
  padding-block: 6.25rem 12.5rem;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-page__access {
    padding-block: 5rem 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__access {
    padding-block: 3.75rem 5rem;
  }
}

.p-page__access-inner {
  width: min(96.25rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.p-page__access-intro {
  text-align: center;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-page__access-intro {
    margin-bottom: 5rem;
  }
}

.p-page__access-intro p {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-page__access-intro p {
    font-size: clamp(1.125rem, 2.1vw, 1.375rem);
  }
}
@media screen and (max-width: 768px) {
  .p-page__access-intro p {
    font-size: 18px;
    text-align: justify;
  }
}

.p-page__access-intro p:last-child {
  margin-bottom: 0;
}

.p-page__access-content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(1.875rem, 3.1vw, 3.75rem);
}
@media screen and (max-width: 1023px) {
  .p-page__access-content {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}

.p-page__access-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.875rem, 3.3vw, 4rem);
}
@media screen and (max-width: 768px) {
  .p-page__access-info {
    gap: 1.875rem;
  }
}

.p-page__access-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.25rem, 1.5vw, 1.875rem);
}
@media screen and (max-width: 1440px) {
  .p-page__access-item {
    -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;
    gap: 0.625rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-page__access-item {
    -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;
    width: 100%;
    gap: clamp(1.25rem, 1.5vw, 1.875rem);
  }
}
@media screen and (max-width: 768px) {
  .p-page__access-item {
    gap: clamp(1rem, 2.6vw, 1.25rem);
  }
}

.p-page__access-label {
  text-align: right;
  font-family: "Lora";
  font-size: clamp(1.5rem, 1.5vw, 1.875rem);
  line-height: normal;
  letter-spacing: 0.05em;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-right: 4.5%;
}
.p-page__access-label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 1.5625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#78DAB1), to(#ACDE5C));
  background: linear-gradient(180deg, #78DAB1 0%, #ACDE5C 100%);
}
@media screen and (max-width: 1023px) {
  .p-page__access-label {
    font-size: clamp(1.5rem, 1.9vw, 1.875rem);
  }
}
@media screen and (max-width: 768px) {
  .p-page__access-label {
    font-size: 18px;
  }
}

.p-page__access-value {
  font-family: "Noto Sans JP";
  font-size: clamp(1.125rem, 1.1vw, 1.375rem);
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-page__access-value {
    font-size: clamp(16px, 2.3vw, 18px);
    text-align: center;
  }
}

.p-page__access-value a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-page__access-value a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.p-page__access-br {
  display: none;
}
@media screen and (max-width: 1250px) {
  .p-page__access-br {
    display: block;
  }
}

.p-page__access-map {
  width: 800px;
  aspect-ratio: 800/608;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-page__access-map {
    width: 600px;
  }
}
@media screen and (max-width: 1023px) {
  .p-page__access-map {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 800/500;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-page__access-map {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 800/400;
  }
}

.p-page__access-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.p-page__confirm {
  padding-block: 2.5rem 12.5rem;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-page__confirm {
    padding-block: 2.5rem 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__confirm {
    padding-block: 2.5rem 5rem;
  }
}

.p-page__confirm-inner {
  width: min(65rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.p-page__confirm-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.25rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-page__confirm-list {
    gap: 1.875rem;
    margin-bottom: 3.75rem;
  }
}

.p-page__confirm-item {
  display: grid;
  grid-template-columns: 13.125rem 1fr;
  gap: 3.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #78DAB1;
}
@media screen and (max-width: 1023px) {
  .p-page__confirm-item {
    grid-template-columns: 11.25rem 1fr;
    gap: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__confirm-item {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.p-page__confirm-label {
  font-family: "Noto Sans JP";
  font-size: clamp(1.125rem, 1.1vw, 1.375rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-page__confirm-label {
    font-size: clamp(1.125rem, 2.1vw, 1.375rem);
  }
}
@media screen and (max-width: 768px) {
  .p-page__confirm-label {
    font-size: clamp(16px, 2.3vw, 20px);
  }
}

.p-page__confirm-value {
  font-family: "Noto Sans JP";
  font-size: clamp(1.125rem, 1.1vw, 1.375rem);
  letter-spacing: 0.05em;
  word-break: break-word;
}
@media screen and (max-width: 1023px) {
  .p-page__confirm-value {
    font-size: clamp(1.125rem, 2.1vw, 1.375rem);
  }
}
@media screen and (max-width: 768px) {
  .p-page__confirm-value {
    font-size: clamp(16px, 2.3vw, 20px);
  }
}

.p-page__confirm-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9.375rem;
}
@media screen and (max-width: 1023px) {
  .p-page__confirm-buttons {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__confirm-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-page__confirm-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  padding: 1.25rem 3.75rem;
  background-color: #fff;
  font-size: clamp(1rem, 1.3vw, 1.125rem);
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: none;
}
@media screen and (max-width: 768px) {
  .p-page__confirm-button {
    padding: 0.9375rem 2.5rem;
    gap: 1.25rem;
    font-size: clamp(0.875rem, 3.5vw, 1rem);
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-page__confirm-button:hover {
  opacity: 0.7;
}

.p-page__confirm-button-text {
  padding-inline: 0;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1.125rem, 1.1vw, 1.375rem);
  line-height: normal;
  letter-spacing: 0.05em;
}

.p-page__contact {
  padding-block: 6.25rem;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-page__contact {
    padding-block: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__contact {
    padding-block: 3.75rem;
  }
}

.p-page__contact-inner {
  width: min(83.75rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.p-page__contact-phone {
  max-width: 50rem;
  width: 100%;
  margin-inline: auto;
  background-color: #f5f5f5;
  padding-block: 3.75rem;
  text-align: center;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-page__contact-phone {
    padding: 1.875rem 1.25rem;
    margin-bottom: 2.5rem;
  }
}

.p-page__contact-phone-text {
  font-family: "Noto Sans JP";
  font-size: clamp(1.5rem, 1.5vw, 1.875rem);
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .p-page__contact-phone-text {
    font-size: clamp(1.5rem, 1.9vw, 1.875rem);
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__contact-phone-text {
    font-size: clamp(18px, 2.6vw, 20px);
  }
}

.p-page__contact-phone-text-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-page__contact-phone-text-br {
    display: block;
  }
}

.p-page__contact-phone-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  font-family: "Lora";
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  width: 25rem;
  height: 6.25rem;
}
@media screen and (max-width: 1023px) {
  .p-page__contact-phone-link {
    border: none;
    font-size: 18px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    height: auto;
  }
}
.p-page__contact-phone-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--color-grade);
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .p-page__contact-phone-link::after {
    display: none;
  }
}

.p-page__contact-phone-link:hover {
  opacity: 0.7;
}

.p-page__contact-phone-icon-wrapper {
  width: 6.25rem;
  height: 6.25rem;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid transparent;
  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;
}
@media screen and (max-width: 768px) {
  .p-page__contact-phone-icon-wrapper {
    width: 2.5rem;
    height: 3.75rem;
  }
}
.p-page__contact-phone-icon-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--color-grade);
}
@media screen and (max-width: 768px) {
  .p-page__contact-phone-icon-wrapper::after {
    height: 2px;
  }
}

.p-page__contact-phone-icon {
  width: 3.125rem;
  height: 2.6875rem;
  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;
}
@media screen and (max-width: 1023px) {
  .p-page__contact-phone-icon {
    width: 2.5rem;
    height: 2.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__contact-phone-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-page__contact-phone-number {
  font-family: "Lora";
  font-size: clamp(1.5rem, 1.5vw, 1.875rem);
  line-height: normal;
  letter-spacing: 6.2px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  height: 6.25rem;
  width: 18.75rem;
  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;
}
.p-page__contact-phone-number::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--color-grade);
}
@media screen and (max-width: 768px) {
  .p-page__contact-phone-number::after {
    height: 2px;
  }
}
@media screen and (max-width: 1023px) {
  .p-page__contact-phone-number {
    font-size: clamp(1.5rem, 1.9vw, 1.875rem);
  }
}
@media screen and (max-width: 768px) {
  .p-page__contact-phone-number {
    font-size: clamp(18px, 3.1vw, 24px);
    width: 15.625rem;
    height: 3.75rem;
  }
}

.p-page__contact-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(3.75rem, 7.8vw, 9.375rem);
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .p-page__contact-steps {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__contact-steps {
    gap: 1.25rem;
    margin-bottom: 2.5rem;
  }
}

.p-page__contact-step {
  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.625rem;
}

.p-page__contact-step-number {
  position: relative;
  font-family: "Lora";
  letter-spacing: 0.05em;
  padding: 0.9375rem;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid transparent;
  background-color: #fff;
  height: 100px;
  max-width: 100px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-page__contact-step-number {
    height: 80px;
    max-width: 80px;
    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;
  }
}
@media screen and (max-width: 768px) {
  .p-page__contact-step-number {
    height: 60px;
    max-width: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid transparent;
  }
}
.p-page__contact-step-number::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--color-grade);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-page__contact-step-number::after {
    height: 2px;
  }
}

.p-page__contact-step--active .p-page__contact-step-number {
  border: 2px solid #000;
  background: var(--color-grade);
}

.p-page__contact-step-text {
  font-size: 14px;
  letter-spacing: 0.05em;
}

.p-page__contact-step-number-number {
  font-family: "Lora";
  font-size: clamp(1.875rem, 2.2vw, 2.6875rem);
  font-style: italic;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1023px) {
  .p-page__contact-step-number-number {
    font-size: clamp(24px, 2.9vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .p-page__contact-step-number-number {
    font-size: clamp(18px, 3.1vw, 24px);
  }
}

.p-page__contact-description {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-page__contact-description {
    margin-bottom: 2.5rem;
  }
}

.p-page__contact-description p {
  font-family: "Noto Sans JP";
  font-size: clamp(1.125rem, 1.1vw, 1.375rem);
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-page__contact-description p {
    font-size: clamp(16px, 2.6vw, 20px);
  }
}

.p-page__contact-description p:last-child {
  margin-bottom: 0;
}

.p-page__contact-form {
  max-width: 68.75rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-page__contact-form {
    gap: 0;
  }
}

.p-page__contact-field {
  display: grid;
  grid-template-columns: 13.125rem 1fr;
  gap: clamp(4rem, 6.6vw, 8rem);
  position: relative;
  padding-block: 2.1875rem;
}
.p-page__contact-field::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--color-grade);
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-page__contact-field {
    gap: 3rem;
    padding-block: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__contact-field {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-block: 1.25rem;
  }
}

.p-page__contact-field:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--color-grade);
  z-index: 1;
}

.p-page__contact-label {
  font-family: "Noto Sans JP";
  font-size: clamp(1.125rem, 1.1vw, 1.375rem);
}
@media screen and (max-width: 768px) {
  .p-page__contact-label {
    font-size: clamp(14px, 2.3vw, 18px);
  }
}

.p-page__contact-required {
  color: #F00;
  font-family: "Noto Sans JP";
  font-size: 22px;
  line-height: normal;
  letter-spacing: 0.055em;
}

.p-page__contact-input {
  width: 100%;
  padding: 0.9375rem 1.25rem;
  border: 1px solid #ddd;
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  font-family: "Noto Sans JP";
  letter-spacing: 0.05em;
  border: 2px solid #000;
  background: var(--color-bg);
}
@media screen and (max-width: 768px) {
  .p-page__contact-input {
    padding: 0.75rem 0.9375rem;
    font-size: 14px;
  }
}

.p-page__contact-input:focus {
  outline: none;
  border-color: #78DAB1;
}

.p-page__contact-input--date {
  max-width: 18.75rem;
}

.p-page__contact-example {
  font-family: "Noto Sans JP";
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-page__contact-example {
    font-size: clamp(13px, 2vw, 16px);
  }
}

.p-page__contact-select-wrapper {
  position: relative;
  display: block;
  border: 2px solid #000;
  background: var(--color-bg);
}

.p-page__contact-select {
  width: 100%;
  padding: 0.9375rem 1.25rem;
  padding-right: 5rem;
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  font-family: "Noto Sans JP";
  letter-spacing: 0.05em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: var(--color-bg);
  border: none;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-page__contact-select {
    padding: 0.75rem 0.9375rem;
    padding-right: 4.0625rem;
    font-size: clamp(0.8125rem, 3.5vw, 0.9375rem);
  }
}

.p-page__contact-select:focus {
  outline: none;
  border-color: #78DAB1;
}

.p-page__contact-select-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3.75rem;
  height: 100%;
  border-left: 2px solid #000;
  background-image: url("../img/contact-check-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  pointer-events: none;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-page__contact-select-wrapper::after {
    width: 3.125rem;
  }
}

.p-page__contact-textarea {
  width: 100%;
  padding: 0.9375rem 1.25rem;
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  font-family: "Noto Sans JP";
  letter-spacing: 0.05em;
  resize: vertical;
  border: 2px solid #000;
  background: var(--bg, #F4F2F0);
}
@media screen and (max-width: 768px) {
  .p-page__contact-textarea {
    padding: 0.75rem 0.9375rem;
    font-size: 14px;
  }
}

.p-page__contact-textarea:focus {
  outline: none;
  border-color: #78DAB1;
}

.p-page__contact-privacy {
  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.9375rem;
}

.p-page__contact-checkbox {
  display: none;
}

.p-page__contact-privacy-label {
  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;
  gap: 0.625rem;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  cursor: pointer;
  margin-top: 5.5rem;
}
@media screen and (max-width: 768px) {
  .p-page__contact-privacy-label {
    font-size: 14px;
  }
}

.p-page__contact-privacy-label::before {
  content: "";
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 2px solid #ddd;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-page__contact-checkbox:checked + .p-page__contact-privacy-label::before {
  background-color: #78DAB1;
  border-color: #78DAB1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}

.p-page__contact-privacy-content {
  max-height: 12.5rem;
  overflow-y: auto;
  padding: 1.25rem;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  border: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .p-page__contact-privacy-content {
    max-height: 9.375rem;
    padding: 0.9375rem;
    font-size: clamp(0.6875rem, 3vw, 0.8125rem);
  }
}

.p-page__contact-privacy-content h4 {
  font-family: "Noto Sans JP";
  font-size: 16px;
  text-align: center;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-page__contact-privacy-content h4 {
    font-size: 14px;
  }
}

.p-page__contact-privacy-content h5 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-page__contact-privacy-content h5 {
    font-size: 14px;
  }
}

.p-page__contact-privacy-content p {
  margin: 0 0 0.625rem 0;
}

.p-page__contact-submit {
  text-align: center;
  margin-top: 1.25rem;
}

.p-page__contact-button-text {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1.125rem, 1.1vw, 1.375rem);
  letter-spacing: 0.05em;
  padding-block: 0.75rem;
  padding-inline: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-page__contact-button-text {
    font-size: 18px;
    padding-block: 0.625rem;
  }
}

.p-page__contact-button-arrow {
  margin-left: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-page__contact-button-arrow {
    margin-left: 2.5rem;
  }
}

.p-page__contact-error {
  display: none;
  color: #F00;
  font-family: "Noto Sans JP";
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  margin-top: 0.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-page__contact-error {
    font-size: 12px;
    margin-top: 0.3125rem;
  }
}

.p-page__contact-input.error,
.p-page__contact-select.error {
  border-color: #F00;
  background-color: #FFF5F5;
}

.p-page__contact-input-wrapper {
  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.5rem;
}

.p-page__contact-privacy {
  position: relative;
}

.p-page__contact-privacy .p-page__contact-error {
  margin-top: 0.625rem;
  text-align: center;
}

.p-page__contact-input:focus,
.p-page__contact-select:focus,
.p-page__contact-textarea:focus {
  outline: none;
  border-color: #78DAB1;
}

.p-page__contact-input.error:focus,
.p-page__contact-select.error:focus {
  border-color: #F00;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.p-page__contact-input.error,
.p-page__contact-select.error {
  -webkit-animation: shake 0.5s;
          animation: shake 0.5s;
}

.c-button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
.c-button.disabled:hover {
  -webkit-transform: none;
          transform: none;
}

.p-page__contact-button.disabled {
  opacity: 0.5;
}
.p-page__contact-button.disabled .p-page__contact-button-text {
  color: #999;
}
.p-page__contact-button.disabled .p-page__contact-button-arrow {
  opacity: 0.5;
}

.p-page__contact-privacy-label.attention {
  -webkit-animation: pulseAttention 0.5s ease-in-out 3;
          animation: pulseAttention 0.5s ease-in-out 3;
}

@-webkit-keyframes pulseAttention {
  0%, 100% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(255, 0, 0, 0.1);
  }
}

@keyframes pulseAttention {
  0%, 100% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(255, 0, 0, 0.1);
  }
}
.p-page__contact-privacy.highlight {
  -webkit-animation: highlightSection 2s ease-in-out;
          animation: highlightSection 2s ease-in-out;
}

@-webkit-keyframes highlightSection {
  0%, 100% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(255, 0, 0, 0.05);
  }
}

@keyframes highlightSection {
  0%, 100% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(255, 0, 0, 0.05);
  }
}
.p-page__contact-privacy-label {
  padding: 0.625rem;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.p-page__contact-checkbox.error + .p-page__contact-privacy-label {
  background-color: rgba(255, 0, 0, 0.05);
}

.p-page__thanks {
  padding-block: 2.5rem 12.5rem;
  background-color: #fff;
  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;
}
@media screen and (max-width: 1023px) {
  .p-page__thanks {
    padding-block: 2.5rem 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__thanks {
    padding-block: 1.875rem 5rem;
  }
}

.p-page__thanks-inner {
  width: min(56.25rem + 40px, 100%);
  padding-inline: 1.25rem;
  margin-inline: 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;
}
@media screen and (max-width: 768px) {
  .p-page__thanks-inner {
    padding-inline: 0;
  }
}

.p-page__thanks-title {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1.25rem, 1.5vw, 1.875rem);
  letter-spacing: 0.05em;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 1023px) {
  .p-page__thanks-title {
    font-size: clamp(18px, 1.9vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .p-page__thanks-title {
    font-size: 18px;
    margin-bottom: 2.5rem;
  }
}

.p-page__thanks-title-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-page__thanks-title-br {
    display: block;
  }
}

.p-page__thanks-message {
  margin-bottom: 5.9375rem;
}
@media screen and (max-width: 1023px) {
  .p-page__thanks-message {
    margin-bottom: 4.375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__thanks-message {
    margin-bottom: 3.75rem;
  }
}

.p-page__thanks-message p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(1.125rem, 1.1vw, 1.375rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.76px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .p-page__thanks-message p {
    font-size: clamp(16px, 1.7vw, 18px);
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__thanks-message p {
    font-size: 16px;
    margin-bottom: 0.5rem;
    text-align: left;
  }
}

.p-page__thanks-message p:last-child {
  margin-bottom: 0;
}

.p-page__thanks-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-page__thanks-button:hover {
  opacity: 0.7;
}

.p-page__thanks-button-text {
  padding-inline: 0;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(18px, 1.3vw, 20px);
  line-height: normal;
  letter-spacing: 0.05em;
  margin-left: auto;
}/*# sourceMappingURL=style.css.map */