@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*--------------------------------------------------------------------------
    Global Variables
---------------------------------------------------------------------------*/
:root {
  --font-family-jp: Noto Sans JP, sans-serif;
  --font-family-en: Outfit, sans-serif;
}

/* だんだん加速してスッと消える */
/* ゆっくり始まって、ゆっくり終わる */
/* ホバー時のスタイルを適用するミックスイン */
/* 
  ホバー：画像ズーム ＆ オーバーレイテキスト
 */
:root {
  --brown-gray-0: #FFFFFF;
  --brown-gray-5: #F7F6F5;
  --brown-gray-10: #EFEEEB;
  --brown-gray-15: #E8E5E1;
  --brown-gray-30: #D0CBC2;
  --brown-gray-40: #C1B9AE;
  --brown-gray-50: #B1A89A;
  --brown-gray-60: #978F83;
  --brown-gray-70: #7E766C;
  --brown-gray-80: #645E54;
  --brown-gray-90: #4B453D;
  --brown-gray-100: #312C26;
  --brown-gray-202: #E0DCD7;
  --gold-5: #F8F4ED;
  --gold-10: #EDE6DB;
  --gold-15: #E2D8C8;
  --gold-20: #CBBDA3;
  --gold-30: #B5A17F;
  --gold-40: #9E865A;
  --gold-50: #886A35;
  --gold-60: #6D552A;
  --gold-70: #524020;
  --gold-80: #362A15;
  --gold-90: #292010;
  --gold-100: #1B150B;
  --gray-0: #FFFFFF;
  --gray-10: #F5F5F5;
  --gray-20: #EEEEEE;
  --gray-30: #E6E6E6;
  --gray-40: #DDDDDD;
  --gray-50: #CCCCCC;
  --gray-60: #AAAAAA;
  --gray-70: #888888;
  --gray-80: #666666;
  --gray-90: #333333;
  --gray-100: #292929;
  --red-50: #B03200;
  --rust-5: #F6F1ED;
  --rust-10: #EEE3DB;
  --rust-15: #E5D5CA;
  --rust-20: #DDC7B8;
  --rust-30: #CBAB94;
  --rust-40: #BA8F71;
  --rust-50: #A9734D;
  --rust-60: #875C3E;
  --rust-70: #65452E;
  --rust-80: #442E1F;
  --rust-90: #332317;
  --rust-100: #22170F;
  --color-accent-5: var(--rust-5);
  --color-accent-10: var(--rust-10);
  --color-accent-20: var(--rust-15);
  --color-accent-30: var(--rust-30);
  --color-accent-40: var(--rust-40);
  --color-accent-50: var(--rust-50);
  --color-accent-60: var(--rust-60);
  --color-accent-70: var(--rust-70);
  --color-accent-80: var(--rust-80);
  --color-accent-90: var(--rust-90);
  --color-neutral-0: var(--gray-0);
  --color-neutral-10: var(--gray-10);
  --color-neutral-20: var(--gray-20);
  --color-neutral-30: var(--gray-30);
  --color-neutral-40: var(--gray-40);
  --color-neutral-50: var(--gray-50);
  --color-neutral-60: var(--gray-60);
  --color-neutral-70: var(--gray-70);
  --color-neutral-80: var(--gray-80);
  --color-neutral-90: var(--gray-90);
  --color-neutral-100: var(--gray-100);
  --color-primary-5: var(--gold-5);
  --color-primary-10: var(--gold-10);
  --color-primary-20: var(--gold-20);
  --color-primary-30: var(--gold-30);
  --color-primary-40: var(--gold-40);
  --color-primary-50: var(--gold-50);
  --color-primary-60: var(--gold-60);
  --color-primary-70: var(--gold-70);
  --color-primary-80: var(--gold-80);
  --color-primary-90: var(--gold-90);
  --color-secondary-5: var(--brown-gray-5);
  --color-secondary-10: var(--brown-gray-10);
  --color-secondary-15: var(--brown-gray-15);
  --color-secondary-20: var(--brown-gray-202);
  --color-secondary-30: var(--brown-gray-30);
  --color-secondary-40: var(--brown-gray-40);
  --color-secondary-50: var(--brown-gray-50);
  --color-secondary-60: var(--brown-gray-60);
  --color-secondary-70: var(--brown-gray-70);
  --color-secondary-80: var(--brown-gray-80);
  --color-secondary-90: var(--brown-gray-90);
  --color-secondary-100: var(--brown-gray-100);
  --accent-base: var(--color-accent-40);
  --accent-dark: var(--color-accent-60);
  --background-beige: var(--color-primary-5);
  --background-light-brown-gray: var(--color-secondary-5);
  --background-white: var(--color-neutral-0);
  --border-default: var(--color-secondary-20);
  --border-primary-dark: var(--color-primary-60);
  --border-primary-light: var(--color-primary-20);
  --border-secondary-dark: var(--color-secondary-70);
  --border-secondary-darker: var(--color-secondary-90);
  --border-secondary-light: var(--color-secondary-40);
  --main-base: var(--color-primary-60);
  --photo-chapel: #BFAF95;
  --photo-classic: #9E9E9E;
  --photo-cocomi: #CC9CA8;
  --photo-garden: #97A594;
  --photo-location: #8E99A8;
  --photo-sona: #BFBAB1;
  --photo-zen: #8F948C;
  --surface-light-brown-gray: var(--color-secondary-10);
  --surface-light-brown-on-white: #FBF9F6;
  --surface-light-gray: var(--color-neutral-10);
  --surface-light-orage: var(--color-primary-10);
  --surface-primary-dark: #968071;
  --surface-white: var(--color-neutral-0);
  --text-deco-orange: rgba(234,223,212,0.4);
  --text-default: var(--color-secondary-90);
  --text-error: var(--red-50);
  --text-link: var(--color-accent-60);
  --text-primary-dark: var(--color-primary-60);
  --text-primary-light: var(--color-primary-30);
  --text-subtle-darker: var(--brown-gray-80);
  --text-subtle: var(--color-secondary-70);
  --text-white: var(--gray-0);
  --text-hover-default: var(--color-secondary-60);
  --text-hover-subtle: var(--color-secondary-30);
  --text-hover-primary: var(--color-primary-40);
}

:root {
  --theme-color: var(--text-default);
  --theme-bg: #fff;
}

.t-theme--photo-top {
  --theme-bg: linear-gradient(247deg, #FFFAF0 0.1%, #FFFCF9 19.66%, #FFFDF4 48.56%, #FFFDFB 73.98%, #FFF9F5 99.9%);
}
.t-theme--cocomi {
  --theme-color: var(--photo-cocomi);
  --theme-bg: linear-gradient(0deg, rgba(231, 211, 216, 0.04) 0%, rgba(231, 211, 216, 0.04) 100%), linear-gradient(247deg, #FFFAF0 0.1%, #FFFCF9 19.66%, #FFFDF4 48.56%, #FFFDFB 73.98%, #FFF9F5 99.9%);
  --studio-concept-bg: linear-gradient(247deg, var(--photo-cocomi, rgba(204, 156, 168, 0.30)) 22.17%, rgba(250, 243, 237, 0.30) 74.95%, rgba(250, 242, 240, 0.30) 99.9%);
}
.t-theme--sona {
  --theme-color: var(--photo-sona);
  --theme-bg: linear-gradient(0deg, rgba(243, 237, 226, 0.04) 0%, rgba(243, 237, 226, 0.04) 100%), linear-gradient(247deg, #FFFAF0 0.1%, #FFFCF9 19.66%, #FFFDF4 48.56%, #FFFDFB 73.98%, #FFF9F5 99.9%);
  --studio-concept-bg: linear-gradient(247deg, var(--photo-sona, rgba(191, 186, 177, 0.30)) 22.17%, rgba(255, 252, 249, 0.30) 74.95%, rgba(237, 232, 223, 0.30) 99.9%);
}
.t-theme--zen {
  --theme-color: var(--photo-zen);
  --theme-bg: linear-gradient(180deg, rgba(196, 205, 193, 0.05) 0%, rgba(196, 205, 193, 0.01) 100%), linear-gradient(247deg, #FFFAF0 0.1%, #FFFCF9 19.66%, #FFFDF4 48.56%, #FFFDFB 73.98%, #FFF9F5 99.9%);
  --studio-concept-bg: linear-gradient(247deg, var(--photo-zen, rgba(143, 148, 140, 0.30)) 22.17%, rgba(255, 252, 249, 0.30) 74.95%, rgba(231, 240, 226, 0.30) 99.9%);
}
.t-theme--garden {
  --theme-color: var(--photo-garden);
  --theme-bg: linear-gradient(0deg, rgba(209, 218, 208, 0.05) 0%, rgba(209, 218, 208, 0.05) 100%), linear-gradient(247deg, #FFFAF0 0.1%, #FFFCF9 19.66%, #FFFDF4 48.56%, #FFFDFB 73.98%, #FFF9F5 99.9%);
  --studio-concept-bg: linear-gradient(247deg, var(--photo-garden, rgba(151, 165, 148, 0.30)) 22.17%, rgba(255, 252, 249, 0.30) 74.95%, rgba(226, 238, 224, 0.30) 99.9%);
}
.t-theme--location {
  --theme-color: var(--photo-location);
  --theme-bg: linear-gradient(0deg, rgba(198, 205, 215, 0.05) 0%, rgba(198, 205, 215, 0.05) 100%), linear-gradient(247deg, #FFFAF0 0.1%, #FFFCF9 19.66%, #FFFDF4 48.56%, #FFFDFB 73.98%, #FFF9F5 99.9%);
  --studio-concept-bg: linear-gradient(247deg, var(--photo-location, rgba(142, 153, 168, 0.30)) 22.17%, rgba(255, 252, 249, 0.30) 74.95%, rgba(223, 229, 238, 0.30) 99.9%);
}
.t-theme--chapel {
  --theme-color: var(--photo-chapel);
  --theme-bg: linear-gradient(0deg, rgba(217, 217, 217, 0.06) 0%, rgba(217, 217, 217, 0.06) 100%), linear-gradient(247deg, #FFFAF0 0.1%, #FFFCF9 19.66%, #FFFDF4 48.56%, #FFFDFB 73.98%, #FFF9F5 99.9%);
  --studio-concept-bg: linear-gradient(247deg, var(--photo-chapel, rgba(191, 175, 149, 0.10)) 22.17%, rgba(255, 252, 249, 0.10) 74.95%, rgba(239, 234, 225, 0.10) 99.9%);
}
.t-theme--classic {
  --theme-color: var(--photo-classic);
  --theme-bg: linear-gradient(0deg, rgba(217, 217, 217, 0.06) 0%, rgba(217, 217, 217, 0.06) 100%), linear-gradient(247deg, #FFFAF0 0.1%, #FFFCF9 19.66%, #FFFDF4 48.56%, #FFFDFB 73.98%, #FFF9F5 99.9%);
  --studio-concept-bg: linear-gradient(247deg, var(--photo-classic, rgba(158, 158, 158, 0.30)) 22.17%, rgba(255, 252, 249, 0.30) 74.95%, rgba(235, 235, 235, 0.30) 99.9%);
}
.t-theme--dining-stay {
  --theme-bg: linear-gradient(180deg, #F7F3EE 15%, #F6F2EC 59.62%, #FBFAF8 82%, #FFF 100%);
}
.t-theme--dress {
  --theme-bg: linear-gradient(247deg, #FFFAF0 0.1%, #FFFCF9 19.66%, #FFFDF4 48.56%, #FFFDFB 73.98%, #FFF9F5 99.9%);
}
.t-theme--subpage {
  --theme-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 254, 247, 0.55) 20%, rgba(251, 246, 239, 0.55) 35%, rgba(247, 244, 237, 0.55) 55%, rgba(255, 250, 248, 0.55) 79.33%, rgba(255, 254, 248, 0.55) 100%), linear-gradient(180deg, rgba(221, 221, 221, 0.00) 0%, rgba(221, 221, 221, 0.01) 15.87%);
}

.color-cocomi {
  color: var(--photo-cocomi);
}

.color-sona {
  color: var(--photo-sona);
}

.color-zen {
  color: var(--photo-zen);
}

.color-garden {
  color: var(--photo-garden);
}

.color-location {
  color: var(--photo-location);
}

.color-chapel {
  color: var(--photo-chapel);
}

.color-classic {
  color: var(--photo-classic);
}

:root {
  --font-xss: rem(12);
  --font-xs: rem(13);
  /* 値が変わるものは fluid 関数にお任せ！ */
  --font-sm: clamp(0.8125rem, 0.7904929577rem + 0.0938967136vw, 0.875rem);
  --font-md: clamp(0.875rem, 0.8529929577rem + 0.0938967136vw, 0.9375rem);
  --font-body: rem(16);
  --font-lg: clamp(1rem, 0.9559859155rem + 0.1877934272vw, 1.125rem);
  --font-xl: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
  --font-xxl: clamp(1.25rem, 1.161971831rem + 0.3755868545vw, 1.5rem);
  --font-xxxl: clamp(1.375rem, 1.2429577465rem + 0.5633802817vw, 1.75rem);
  --font-display-sm: clamp(2rem, 1.823943662rem + 0.7511737089vw, 2.5rem);
  --font-display-md: clamp(3rem, 2.6478873239rem + 1.5023474178vw, 4rem);
}

/*＊-------------------------------------------------------
サイト全体の基本設定
------------------------------------------------------- **/
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100dvh;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-size: 0.875rem;
  line-height: 170%;
  color: var(--text-default, #4B453D);
}
@media (min-width: 768px) {
  body {
    line-height: 200%;
    font-size: 1rem;
  }
}
body.is-fixed {
  overflow: hidden;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: initial;
}

p {
  text-wrap: initial;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: initial;
}

ul, ol {
  list-style: none;
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

img, picture {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}

[style*=aspect-ratio],
.u-aspect-ratio {
  height: 100% !important;
}
[style*=aspect-ratio] img,
[style*=aspect-ratio] picture,
.u-aspect-ratio img,
.u-aspect-ratio picture {
  height: 100% !important;
  width: 100%;
}

a {
  text-decoration: none;
  color: currentColor;
}

/* 共通のリンクホバー設定 */
a:not([class^=c-]):not([class^=p-]) {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) {
  a:not([class^=c-]):not([class^=p-]):hover {
    opacity: 0.7;
  }
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) {
  button:hover {
    opacity: 0.7;
  }
}

input[type=text] {
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
}

textarea {
  padding: 0;
  outline: none;
  border: 0;
  background: transparent;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.l-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), backdrop-filter 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 78px;
  padding: 10px 16px;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    height: 84px;
    padding: 10px 24px;
  }
}
.l-header__logo {
  font-size: 16px;
  width: 182px;
}
.l-header__nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    gap: 30px;
  }
}
.l-header {
  /* -------------------------------------------
     ▼ photowedding用のスタイル
  ------------------------------------------- */
}
.l-header.is-scrolled {
  background-color: rgba(255, 253, 247, 0.7);
  backdrop-filter: blur(10px);
}
.l-header {
  /* -------------------------------------------
     ▼ photowedding用のスタイル
  ------------------------------------------- */
}
.l-header--photowedding .l-header__logo {
  width: 96px;
}
@media screen and (min-width: 768px) {
  .l-header--photowedding .l-header__logo {
    width: 126px;
  }
}

/* -------------------------------------------
   ローディングがある時のスタイル
------------------------------------------- */
body:has(.js-loading-base, .p-hero-entry) .l-header {
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1) 1s, visibility 1s cubic-bezier(0.16, 1, 0.3, 1) 1s;
}
body:has(.js-loading-base, .p-hero-entry).is-animated .l-header {
  opacity: 1;
  visibility: visible;
}

body:has(.js-loading-full) .l-header {
  opacity: 0;
  visibility: hidden;
  transition: opacity 3s cubic-bezier(0.16, 1, 0.3, 1) 2s, visibility 2s cubic-bezier(0.16, 1, 0.3, 1) 2s;
}
body:has(.js-loading-full).is-animated .l-header {
  opacity: 1;
  visibility: visible;
}

.l-footer {
  position: sticky;
  top: 100%;
  padding-block: 32px 80px;
  color: #fff;
  background-image: url(../img/common/footer-bg-sp.jpg);
  background-size: 140% 140%;
  background-position: center center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .l-footer {
    padding-block: 56px 32px;
    background-image: url(../img/common/footer-bg-pc.jpg);
  }
}
.l-footer__inner {
  width: 90svw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .l-footer__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1560px;
    gap: 40px;
    flex-wrap: wrap;
  }
}
.l-footer__logo {
  width: 182px;
}
.l-footer__info-textblock {
  margin-block: 16px 24px;
}
@media (min-width: 768px) {
  .l-footer__info-textblock {
    margin-block: 32px;
  }
}
.l-footer__info-name {
  font-size: var(--font-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 16px */
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .l-footer__info-name {
    margin-bottom: 12px;
  }
}
.l-footer__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .l-footer__btns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.l-footer__nav-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 32px;
  gap: 0.5rem;
  row-gap: 0;
}
@media (min-width: 768px) {
  .l-footer__nav-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 580px;
    gap: 5%;
    margin-top: 0;
  }
}
.l-footer__copyright {
  padding-top: 32px;
  max-width: 1560px;
  width: 90svw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    padding-top: 0px;
  }
}
.l-footer__copyright-text {
  color: var(--color-secondary-30, #D0CBC2);
  font-family: "Outfit", sans-serif;
  font-size: var(--font-xxs, 12px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.03em;
}
.l-footer--photowedding .l-footer__logo {
  width: 126px;
}

.l-main {
  margin-top: 78px;
  margin-bottom: clamp(3rem, 1.9436619718rem + 4.5070422535vw, 6rem);
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .l-main {
    margin-top: 84px;
  }
}
.l-main--visual {
  margin-bottom: clamp(4.5rem, 2.7394366197rem + 7.5117370892vw, 9.5rem);
}
.l-main--mb-0 {
  margin-bottom: 0;
}

/*--------------------------------------------------------------------------
.l-sec
---------------------------------------------------------------------------*/
.l-sec__inner {
  width: 90svw;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .l-sec__inner {
    width: 85svw;
  }
}
@media (min-width: 768px) {
  .l-sec__inner--lg {
    max-width: 1320px;
    width: 92vw;
  }
}

/*--------------------------------------------------------------------------
   Component: Page Bottom
---------------------------------------------------------------------------*/
.l-page-bottom {
  padding-top: clamp(3rem, 1.7676056338rem + 5.2582159624vw, 6.5rem);
}

/* --------------------------------------------------------------------------
Component: Breadcrumb
-------------------------------------------------------------------------- */
.c-breadcrumb {
  margin-top: 12px;
  padding-inline: 5vw;
}
@media (min-width: 768px) {
  .c-breadcrumb {
    padding-inline: 8vw;
  }
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .c-breadcrumb__list {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .c-breadcrumb__list::-webkit-scrollbar {
    display: none;
  }
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--text-subtle-darker);
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: ">";
  margin: 0 6px;
  color: currentColor;
}
.c-breadcrumb__link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: currentColor;
  text-decoration: none;
  transition: opacity 0.3s;
}
.c-breadcrumb__link:hover {
  opacity: 0.7;
}
.c-breadcrumb__link--home::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/common/icon/icon-home.svg") no-repeat center/contain;
}
.c-breadcrumb__icon {
  margin-bottom: 2px;
}

/* --------------------------------------------------------------------------
Component: PC Nav 
-------------------------------------------------------------------------- */
.c-nav {
  display: flex;
  gap: 20px;
}
.c-nav__item {
  position: relative;
}
.c-nav__link {
  padding-block: 8px;
  position: relative;
}
.c-nav__link-jp {
  display: inline-block;
  line-height: 1.5;
  color: currentColor;
  font-size: 13px;
  font-style: normal;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.42px;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-nav__link-en {
  color: var(--text-subtle, #7E766C);
  font-family: "Outfit", sans-serif;
  font-size: var(--font-xxs, 12px);
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  letter-spacing: 0.05em;
}
.c-nav__sub-link-jp.text-en {
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.05em;
}
.c-nav {
  /* -------------------------------------------
     ▼ ヘッダーPCナビ用のスタイル
  ------------------------------------------- */
}
.c-nav--header {
  display: none;
}
@media (min-width: 768px) {
  .c-nav--header {
    color: var(--text-primary-dark, #6D552A);
    display: flex;
  }
  .c-nav--header .c-nav__item {
    border-bottom: 1px solid var(--color-primary-30, #B5A17F);
  }
  .c-nav--header .c-nav__item:hover {
    color: var(--text-hover-primary); /* ホバー時の色 */
  }
  .c-nav--header .c-nav__item--gray {
    border-bottom: 1px solid var(--color-neutral-50, #CCC);
  }
  .c-nav--header .c-nav__item--gray:hover {
    color: var(--color-neutral-70);
  }
  .c-nav--header .c-nav__item .c-nav__link-en {
    display: none;
  }
  .c-nav--header .c-nav__item .c-nav__link-jp {
    font-weight: 500;
  }
  .c-nav--header .c-nav__item:has(.c-nav__sub)::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg) translateY(-50%);
  }
  .c-nav--header .c-nav__sub {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: var(--text-primary-dark);
    padding-top: 16px;
    width: 240px;
  }
  .c-nav--header {
    /* 親の `li` にホバーした時、サブメニューをフワッと出す */
  }
  .c-nav--header .c-nav__item:hover > .c-nav__sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  .c-nav--header .c-nav__sub-list {
    background-color: rgba(255, 255, 255, 0.98);
    border-radius: 2px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    overflow: hidden;
  }
  .c-nav--header .c-nav__sub-link {
    padding: 8px 24px;
    transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
  }
  .c-nav--header .c-nav__sub-link:hover {
    background-color: #f7f6f2; /* 薄いグレー */
    color: var(--text-hover-primary); /* ホバー時の色 */
  }
  .c-nav--header .c-nav__sub-link-jp {
    font-size: 14px;
    text-decoration: none;
  }
  .c-nav--header .c-nav__sub-link-en {
    display: none;
  }
}
.c-nav {
  /* -------------------------------------------
     ▼ フッターナビ用のスタイル
  ------------------------------------------- */
}
.c-nav--footer {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.c-nav--footer .c-nav__link,
.c-nav--footer .c-nav__sub-link {
  display: block;
  padding-block: 6px;
}
.c-nav--footer .c-nav__link-en,
.c-nav--footer .c-nav__sub-link-en {
  display: none;
}
.c-nav--footer .c-nav__link-jp,
.c-nav--footer .c-nav__sub-link-jp {
  font-size: 0.8125rem;
  display: flex;
}
.c-nav--footer .c-nav__link-jp::before,
.c-nav--footer .c-nav__sub-link-jp::before {
  content: "-";
  display: inline-block;
  color: currentColor;
  margin-right: 4px;
  flex-shrink: 0;
}
.c-nav--footer .c-nav__sub {
  padding-left: 0.75rem;
}
.c-nav--footer a {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) {
  .c-nav--footer a:hover {
    opacity: 0.7;
  }
}
.c-nav {
  /* -------------------------------------------
     ▼ Drawerナビ用のスタイル
  ------------------------------------------- */
}
.c-nav--drawer {
  color: var(--text-default, #4B453D);
  flex-direction: column;
  gap: 0;
}
.c-nav--drawer .c-nav__item {
  border-bottom: 1px solid var(--border-default, #E0DCD7);
}
.c-nav--drawer .c-nav__link {
  padding-block: 26px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-nav--drawer .c-nav__link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/common/arrow-brown.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .c-nav--drawer .c-nav__link::after {
    width: 20px;
    height: 20px;
  }
}
@media (hover: hover) {
  .c-nav--drawer .c-nav__link:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.c-nav--drawer .c-nav__sub {
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .c-nav--drawer .c-nav__sub {
    padding-bottom: 26px;
  }
}
.c-nav--drawer .c-nav__sub-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.c-nav--drawer .c-nav__sub-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-block: 8px;
}
@media (hover: hover) {
  .c-nav--drawer .c-nav__sub-link:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.c-nav--drawer .c-nav__link-jp {
  font-size: var(--font-md, 15px);
  font-weight: 400;
}
.c-nav--drawer-sm .c-nav__link {
  padding-block: 14px;
}
.c-nav--drawer-sm .c-nav__link-jp {
  font-size: var(--font-sm, 14px);
  font-weight: 400;
}

/* --------------------------------------------------------------------------
 Component: Drawer (SP Nav) 
 -------------------------------------------------------------------------- */
.c-drawer {
  width: 100svw;
  height: 100lvh;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: auto;
  padding-block: 56px 94px;
  background-color: rgba(250, 247, 242, 0.98);
  backdrop-filter: blur(50px);
  opacity: 0;
}
.c-drawer::before, .c-drawer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50svw;
  height: 50svw;
  background: radial-gradient(50% 50% at 50% 50%, #FFFBF6 0%, rgba(255, 250, 241, 0) 100%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.c-drawer::before {
  top: -5svw;
  left: -5svw;
}
.c-drawer::after {
  top: -5svw;
  left: -5svw;
}
.c-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
  z-index: 998;
}
.c-drawer.is-open::before, .c-drawer.is-open::after {
  opacity: 1;
}
.c-drawer__inner {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .c-drawer__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10%;
    padding-top: 60px;
  }
}
.c-drawer__item {
  border-bottom: 1px solid #434343;
}
.c-drawer__item a {
  padding: 10px 0;
  display: block;
  color: var(--text, #3D3D3D);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 15px */
}
.c-drawer__item:first-child a {
  padding-top: 0;
}
.c-drawer__info {
  padding-top: clamp(2rem, 1.4718309859rem + 2.2535211268vw, 3.5rem);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* --------------------------------------------------------------------------
Component: Hamburger Button 
-------------------------------------------------------------------------- */
.c-hamburger {
  width: 42px;
  height: 42px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999;
}
.c-hamburger span {
  display: block;
  height: 1px;
  width: 85%;
  transition: rotate 0.3s;
  border-radius: 2px;
  background: var(--color-secondary-60);
}
.c-hamburger.is-open {
  row-gap: 0px;
}
.c-hamburger.is-open span:nth-child(1) {
  margin-bottom: -2px;
  rotate: 45deg;
}
.c-hamburger.is-open span:nth-child(2) {
  rotate: -45deg;
}

/* --------------------------------------------------------------------------
Component: Swiper Navigation 
-------------------------------------------------------------------------- */
.c-swiper-nav {
  display: flex;
  gap: 24px;
  height: 40px;
  margin-top: 24px;
  justify-content: center;
}
@media (min-width: 768px) {
  .c-swiper-nav {
    margin-top: 32px;
  }
}
.c-swiper-nav__prev, .c-swiper-nav__next {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-secondary-40, #C1B9AE);
  border-radius: 50%;
  color: var(--color-secondary-40, #C1B9AE);
}
.c-swiper-nav__prev svg, .c-swiper-nav__next svg {
  width: 50%;
  height: 40%;
}
.c-swiper-nav__prev, .c-swiper-nav__next {
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) {
  .c-swiper-nav__prev:hover, .c-swiper-nav__next:hover {
    background-color: rgba(255, 255, 255, 0.65);
    box-shadow: 0 4px 12px rgba(110, 85, 42, 0.12);
    transform: translateY(-2px);
  }
}
.c-swiper-nav {
  /*--------------------------------------
   * Position
  ----------------------------------------*/
}
.c-swiper-nav--left {
  justify-content: flex-start;
}
.c-swiper-nav--right {
  justify-content: flex-end;
  padding-right: 5svw;
}

/* --------------------------------------------------------------------------
Component: Swiper Pagination 
-------------------------------------------------------------------------- */
.c-swiper-pagination {
  position: relative;
  padding-top: 24px;
}
.c-swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 3px;
  border-radius: 0;
  background: var(--brown-gray-20-2, #E0DCD7);
  opacity: 1;
}
.c-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-primary-30, #B5A17F);
}

/*--------------------------------------------------------------------------
   Component: Heading
---------------------------------------------------------------------------*/
.c-heading {
  width: fit-content;
}
.c-heading__en {
  color: var(--text-primary-dark, #6D552A);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 200;
  line-height: 100%; /* 32px */
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-heading__en {
    font-size: 2.5rem;
  }
}
.c-heading__jp {
  color: var(--text-primary-dark, #6D552A);
  font-size: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
  line-height: 140%;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.c-heading--center {
  margin-inline: auto;
}
.c-heading--center .c-heading__en,
.c-heading--center .c-heading__jp {
  text-align: center;
}
.c-heading--lg .c-heading__en {
  font-size: clamp(4rem, 3.1197183099rem + 3.7558685446vw, 6.5rem);
  font-weight: 100;
}

/*--------------------------------------------------------------------------
   Component: Link
---------------------------------------------------------------------------*/
.c-link {
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-sp-font-sm, 13px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) {
  .c-link:hover {
    color: var(--text-hover-default); /* ホバー時の色 */
  }
}
.c-link::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 4px;
  background: url("../img/common/icon/icon-blank.svg") no-repeat center center/contain;
}

/*--------------------------------------------------------------------------
   Component: Map Link
---------------------------------------------------------------------------*/
.c-map-link {
  color: currentColor;
  font-size: var(--font-sp-font-sm, 13px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.c-map-link::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background: url("../img/common/icon/icon-map.svg") no-repeat center center/contain;
}
.c-map-link__link {
  text-decoration: underline;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) {
  .c-map-link__link:hover {
    opacity: 0.7;
  }
}

/*--------------------------------------------------------------------------
   Component: SNS Links
---------------------------------------------------------------------------*/
.c-sns-links {
  display: flex;
  gap: 16px;
}
.c-sns-links__item {
  width: 27px;
  height: 27px;
}

/*--------------------------------------------------------------------------
   Component: Button (3種のバリエーション管理)
---------------------------------------------------------------------------*/
.c-btn {
  /* -------------------------------------------
     ▼ 共通のベース（すべてのボタンが持つ最低限の性質）
  ------------------------------------------- */
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: fit-content;
  line-height: 1.4;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: var(--text-primary-dark);
}
.c-btn__text {
  font-size: var(--font-md);
  letter-spacing: 0.03em;
}
.c-btn {
  /* -------------------------------------------
     ① テキスト＋矢印（円の枠線）のデザイン
  ------------------------------------------- */
}
.c-btn--circle-arrow {
  gap: 16px;
}
.c-btn--circle-arrow .c-btn__arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #D0C4AC;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.c-btn--circle-arrow .c-btn__arrow .c-btn__arrow-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s;
}
.c-btn--circle-arrow .c-btn__arrow .c-btn__arrow-img.is-default {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.c-btn--circle-arrow .c-btn__arrow .c-btn__arrow-img.is-hover {
  opacity: 0;
  transform: translate(-200%, -50%);
}
@media (hover: hover) {
  .c-btn--circle-arrow:hover {
    color: var(--text-primary-light);
  }
  .c-btn--circle-arrow:hover .c-btn__arrow-img.is-default {
    opacity: 0;
    transform: translate(150%, -50%);
  }
  .c-btn--circle-arrow:hover .c-btn__arrow-img.is-hover {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.c-btn--circle-arrow-lg .c-btn__arrow {
  width: 68px;
  height: 68px;
}
@media (min-width: 768px) {
  .c-btn--circle-arrow-lg .c-btn__arrow {
    width: 80px;
    height: 80px;
  }
}
.c-btn {
  /* -------------------------------------------
     ② テキスト（丸角、塗り）のデザイン
  ------------------------------------------- */
}
.c-btn--pill {
  color: var(--text-primary-dark, #6D552A);
  text-align: center;
  font-size: var(--font-md, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.03em;
  border-radius: var(--border-radius-infinity, 999px);
  border: 1px solid var(--border-secondary-light);
  background: var(--surface-white, #FFF);
  padding: 10px 16px;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .c-btn--pill {
    padding: 12px 24px;
  }
}
@media (hover: hover) {
  .c-btn--pill:hover {
    background-color: rgba(110, 85, 42, 0.05);
    box-shadow: 0 4px 12px rgba(110, 85, 42, 0.12);
    transform: translateY(-2px);
    border-color: var(--border-primary-dark);
  }
}
.c-btn {
  /* -------------------------------------------
     ③ テキスト（四角）のデザイン
  ------------------------------------------- */
}
.c-btn--square {
  border-radius: var(--border-radius-0, 0);
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  padding: 0.9rem 0.75rem;
  color: #FFF;
  text-align: center;
  font-size: var(--font-sm, 14px);
  font-style: normal;
  line-height: 145%; /* 20.3px */
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .c-btn--square {
    min-width: 200px;
  }
}
@media (hover: hover) {
  .c-btn--square:hover {
    background-color: var(--color-secondary-80);
  }
}
.c-btn--square-white {
  background-color: #fff;
  color: var(--text-primary-dark, #6D552A);
}
@media (hover: hover) {
  .c-btn--square-white:hover {
    color: #fff;
  }
}
.c-btn {
  /* -------------------------------------------
      ▼ オプションのユーティリティクラス（必要に応じて追加）
  ------------------------------------------- */
}
.c-btn--w-full {
  width: 100%;
}
.c-btn--center {
  margin-inline: auto;
}
.c-btn--sm {
  font-size: var(--font-md);
}

.c-fixed-button {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}
@media (min-width: 768px) {
  .c-fixed-button {
    top: 128px;
    right: 0;
    width: unset;
  }
}
.c-fixed-button.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.c-fixed-button__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .c-fixed-button__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.c-fixed-button__icon {
  width: 24px;
  height: 24px;
}
.c-fixed-button__link {
  display: flex;
  height: 100%;
  padding-block: 11px;
  padding-inline: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
  background: var(--surface-primary-dark, #968071);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .c-fixed-button__link {
    display: inline-flex;
    flex-direction: column;
    width: 48px;
    padding-block: 16px 24px;
    padding-inline: 12px 16px;
    margin-right: -4px; /* ホバー時の飛び出し分を考慮してマイナスのマージンを追加 */
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    border-radius: 6px 0 0 6px;
    gap: 8px;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .c-fixed-button__link:hover {
    transform: translateX(-4px);
    box-shadow: -4px 4px 15px rgba(110, 85, 42, 0.12);
  }
}
.c-fixed-button__link-text {
  color: #FFF;
  font-size: var(--font-sp-font-body, 16px);
  font-style: normal;
  line-height: 115%; /* 18.4px */
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .c-fixed-button__link-text {
    font-size: var(--font-body, 16px);
  }
}
.c-fixed-button__item--white .c-fixed-button__link {
  border-top: 1px solid var(--color-primary-20, #CBBDA3);
  border-bottom: 1px solid var(--color-primary-20, #CBBDA3);
  border-left: 1px solid var(--color-primary-20, #CBBDA3);
  background: #FFF;
}
.c-fixed-button__item--white .c-fixed-button__link-text {
  color: var(--text-primary-dark, #6D552A);
}

/* --------------------------------------------------------------------------
Component: Telephone Number
-------------------------------------------------------------------------- */
.c-tel-number {
  font-family: var(--font-family-en);
  font-size: var(--font-xl);
  font-style: normal;
  font-weight: 300;
  line-height: 145%;
  letter-spacing: 0.03em;
}

/* --------------------------------------------------------------------------
Component: Point Cards
-------------------------------------------------------------------------- */
.c-point-cards {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  counter-reset: point-counter;
}
@media (min-width: 768px) {
  .c-point-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(4svw, 72px);
  }
}
@media (max-width: 767px) {
  .c-point-cards--sp-swiper {
    flex-direction: row;
    gap: 0;
  }
}
@media (min-width: 768px) {
  .c-point-cards--sp-swiper + .c-swiper-pagination {
    display: none;
  }
}
.c-point-cards__item {
  counter-increment: point-counter;
}
.c-point-cards__item.u-fade-up {
  opacity: 0;
}
.c-point-cards__item.u-fade-up:nth-child(2) {
  animation-delay: 0.3s;
}
.c-point-cards__item.u-fade-up:nth-child(3) {
  animation-delay: 0.6s;
}
.c-point-cards__item.swiper-slide {
  height: auto;
}
.c-point-cards__img img {
  aspect-ratio: 704/792;
}
.c-point-cards__textblock {
  padding-top: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
}
.c-point-cards__num {
  display: block;
  color: var(--text-subtle, #7E766C);
  font-family: var(--font-family-en);
  font-size: var(--font-sm, 14px);
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 14px */
  letter-spacing: 0.08em;
}
.c-point-cards__num::after {
  content: counter(point-counter);
}
.c-point-cards__ttl {
  color: var(--text-primary-dark, #6D552A);
  margin-block: 12px;
  font-size: var(--font-lg, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.02em;
}
.c-point-cards__desc {
  font-size: var(--font-sm, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.03em;
}
.c-point-cards__item--frame {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.c-point-cards__item--frame .c-point-cards__img img {
  aspect-ratio: 760/940;
}
.c-point-cards__item--frame .c-point-cards__textblock {
  padding: 18px 12px;
}
@media (min-width: 768px) {
  .c-point-cards__item--frame .c-point-cards__textblock {
    padding: 24px 20px 32px;
  }
}
.c-point-cards__ttlblock-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .c-point-cards__ttlblock-row {
    gap: 12px;
    margin-bottom: 12px;
  }
}
.c-point-cards__ttlblock-row::before {
  content: "";
  background: var(--text-primary-dark, #6D552A);
  width: 1px;
  height: 24px;
  transform: rotate(12deg);
  order: 1;
}
.c-point-cards__ttlblock-row .c-point-cards__num {
  color: var(--text-primary-dark, #6D552A);
  font-family: var(--font-family-en);
  font-size: clamp(1.375rem, 1.1549295775rem + 0.9389671362vw, 2rem);
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.03em;
  order: 0;
}
.c-point-cards__ttlblock-row .c-point-cards__ttl {
  color: var(--text-primary-dark, #6D552A);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.03em;
  order: 2;
  margin: 0;
}
@media (min-width: 768px) {
  .c-point-cards__ttlblock-row .c-point-cards__ttl {
    font-size: 18px;
  }
}

/* --------------------------------------------------------------------------
Component: Page Link Card
-------------------------------------------------------------------------- */
.c-page-link-card {
  display: block;
}
.c-page-link-card__img {
  aspect-ratio: 300/150;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  display: block;
}
.c-page-link-card__img > img {
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-page-link-card__img::before, .c-page-link-card__img::after {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}
.c-page-link-card__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.c-page-link-card__img::after {
  content: "view more";
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-family-en, serif);
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.06em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 2;
}
@media (hover: hover) {
  .c-page-link-card:hover .c-page-link-card__img::before, .c-page-link-card:hover .c-page-link-card__img::after {
    opacity: 1;
    visibility: visible;
  }
  .c-page-link-card:hover .c-page-link-card__img::after {
    transform: translate(-50%, -50%);
  }
  .c-page-link-card:hover .c-page-link-card__img > img {
    transform: scale(1.05);
  }
}
@media (min-width: 768px) {
  .c-page-link-card__img {
    aspect-ratio: 368/480;
  }
}
.c-page-link-card__img picture,
.c-page-link-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-page-link-card__textblock {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-top: 12px;
}
.c-page-link-card__textblock::before {
  content: "";
  display: block;
  width: 30%;
  height: 1px;
  background: linear-gradient(90deg, #EEDEC1 0%, #F0E2CA 100%);
}
.c-page-link-card__text-jp {
  color: var(--color-secondary-80, #645E54);
  text-align: right;
  font-size: var(--font-md);
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 23.2px */
  flex-grow: 1;
}

/* --------------------------------------------------------------------------
Component: White Frame Card
-------------------------------------------------------------------------- */
.c-white-frame-card__inner {
  display: flex;
  padding: 8px 8px 10px 8px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: rgba(243, 243, 243, 0.94);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .c-white-frame-card__inner {
    padding: 12px 12px 16px 12px;
  }
}
@media (hover: hover) {
  .c-white-frame-card__inner:hover {
    opacity: 1;
    transform: translateY(-3px);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
}
.c-white-frame-card__imgblock {
  position: relative;
}
.c-white-frame-card__arrow {
  position: absolute;
  bottom: 6px;
  right: 8px;
  display: flex;
  width: 12%;
  height: auto;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(15, 15, 15, 0.8);
}
@media (min-width: 768px) {
  .c-white-frame-card__arrow {
    bottom: 12px;
    right: 12px;
  }
}
.c-white-frame-card__arrow img {
  width: 16px;
  height: 16px;
  display: block;
  transform: rotate(-45deg);
}
.c-white-frame-card__img {
  aspect-ratio: 536/250;
  overflow: hidden;
  width: 100%;
}
.c-white-frame-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-white-frame-card__textblock {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
@media (min-width: 768px) {
  .c-white-frame-card__textblock {
    flex-direction: column;
    gap: 0;
  }
}
.c-white-frame-card__text-en {
  color: var(--text-primary-dark, #6D552A);
  font-family: var(--font-family-en);
  font-size: clamp(1.375rem, 1.1549295775rem + 0.9389671362vw, 2rem);
  font-style: normal;
  font-weight: 200;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-white-frame-card__text-jp {
  color: var(--text-subtle, #7E766C);
  text-align: center;
  font-size: var(--font-md, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-top: 2px;
}

/* --------------------------------------------------------------------------
Component: Definition List 
-------------------------------------------------------------------------- */
.c-dl {
  font-style: normal;
}
.c-dl__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 768px) {
  .c-dl__list {
    gap: 10px;
  }
}
.c-dl__row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 4px;
}
@media (min-width: 768px) {
  .c-dl__row {
    gap: 16px;
  }
}
.c-dl__label {
  font-size: var(--font-body);
  line-height: 145%;
  letter-spacing: 0.03em;
  width: clamp(4.5rem, 4.1478873239rem + 1.5023474178vw, 5.5rem);
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .c-dl__label {
    flex-shrink: 0;
    width: clamp(4.5rem, 4.1478873239rem + 1.5023474178vw, 5.5rem);
  }
}
.c-dl__label--wide {
  width: clamp(11.25rem, 9.9295774648rem + 5.6338028169vw, 15rem);
}
@media (min-width: 768px) {
  .c-dl__label--wide {
    width: clamp(11.25rem, 9.9295774648rem + 5.6338028169vw, 15rem);
  }
}
.c-dl__data {
  margin-left: 0;
}
.c-dl__tel-number {
  font-family: var(--font-family-en);
  font-size: var(--font-xl);
  font-weight: 300;
  line-height: 145%; /* 29px */
  letter-spacing: 0.03em;
}
.c-dl--font-sm .c-dl__list {
  gap: 6px;
}
.c-dl--font-sm .c-dl__data {
  font-size: var(--font-md);
}
.c-dl--font-sm .c-dl__tel-number {
  font-size: var(--font-lg);
}

/* --------------------------------------------------------------------------
Component: Route Block 
-------------------------------------------------------------------------- */
.c-route-block {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1141px) {
  .c-route-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(2.5rem, 1.6197183099rem + 3.7558685446vw, 5rem);
  }
}
.c-route-block__step {
  padding: 4px 8px;
  font-size: var(--font-md, 15px);
  line-height: 145%;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (min-width: 1141px) {
  .c-route-block__step {
    padding: 8px 8px;
  }
}
.c-route-block__step--1 {
  background: var(--color-secondary-80, #645E54);
  color: #fff;
}
.c-route-block__step--2 {
  background: var(--color-secondary-20, #E0DCD7);
}
.c-route-block__step--3 {
  border: 1px solid var(--border-default, #E0DCD7);
  background: #FFF;
}
.c-route-block__step-duration {
  margin-left: 12px;
  padding: 9px 16px;
  font-size: var(--font-md, 15px);
  line-height: 145%;
  letter-spacing: 0.06em;
  border-left: 1px dashed var(--border-secondary-darker, #4B453D);
}
@media (min-width: 1141px) {
  .c-route-block__step-duration {
    padding: 14px 16px;
  }
}

/* --------------------------------------------------------------------------
Component: Accordion 
-------------------------------------------------------------------------- */
.c-accordion {
  border-bottom: 1px solid var(--border-secondary-dark, #7E766C);
}
.c-accordion__item {
  border-top: 1px solid var(--border-secondary-dark, #7E766C);
}
.c-accordion__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-default, #4B453D);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1141px) {
  .c-accordion__btn {
    padding: 24px;
  }
}
@media (hover: hover) {
  .c-accordion__btn:hover {
    opacity: 0.7;
  }
}
.c-accordion__btn.is-open .c-accordion__mark {
  transform: rotate(135deg);
}
.c-accordion__ttl {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1141px) {
  .c-accordion__ttl {
    gap: 24px;
  }
}
.c-accordion__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
@media (min-width: 1141px) {
  .c-accordion__icon {
    width: 35px;
    height: 35px;
  }
}
.c-accordion__ttl-text {
  font-size: var(--font-lg, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.03em;
}
.c-accordion {
  /* プラス記号の作成 */
}
.c-accordion__mark {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 1141px) {
  .c-accordion__mark {
    width: 20px;
    height: 20px;
  }
}
.c-accordion__mark::before, .c-accordion__mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: currentColor;
  transform: translate(-50%, -50%);
}
.c-accordion__mark::before {
  width: 100%;
  height: 1px;
}
.c-accordion__mark::after {
  width: 1px;
  height: 100%;
  transition: opacity 0.3s;
}
.c-accordion__content {
  padding: 0 0 24px;
  line-height: 1.8;
}

/*--------------------------------------------------------------------------
   Component: Indent List
---------------------------------------------------------------------------*/
.c-news-item {
  border-bottom: 1px solid var(--gold-5, #F8F4ED);
}
.c-news-item__link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-block: 16px;
  text-decoration: none;
  color: var(--text-primary-dark);
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) {
  .c-news-item__link:hover {
    background-color: rgba(255, 255, 255, 0.95);
  }
}
@media (min-width: 768px) {
  .c-news-item__link {
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    padding-block: 32px;
  }
}
.c-news-item__date {
  color: var(--text-subtle, #7E766C);
  font-family: var(--font-family-en);
  font-size: var(--font-sm);
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  padding-block: 4px;
}
.c-news-item__text {
  margin: 0;
  color: var(--text-primary-dark, #6D552A);
  font-size: var(--font-sm);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.03em;
}

/*--------------------------------------------------------------------------
  Component: Banner List
---------------------------------------------------------------------------*/
.c-banner-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
}
@media (min-width: 768px) {
  .c-banner-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    column-gap: 24px;
    row-gap: 16px;
  }
}
.c-banner-list__item {
  display: block;
  aspect-ratio: 360/200;
  overflow: hidden;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) {
  .c-banner-list__item:hover {
    opacity: 0.8;
  }
}
.c-banner-list__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------------------------------------------------------------------------
Component: Parallax
-------------------------------------------------------------------------- */
.c-parallax {
  overflow: hidden;
}
.c-parallax img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  will-change: transform;
}

/*--------------------------------------------------------------------------
  Loading 世界観重視ページ
---------------------------------------------------------------------------*/
.p-loading-full {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--theme-bg);
  pointer-events: none;
  transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
  opacity: 1;
}
.p-loading-full.is-loaded {
  opacity: 0;
}

/*--------------------------------------------------------------------------
  Loading ベーシックなローディング
---------------------------------------------------------------------------*/
.p-loading-base {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--theme-bg), #fff;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-loading-base.is-loaded {
  opacity: 0;
}

/*--------------------------------------------------------------------------
  Project: Hero Entry
---------------------------------------------------------------------------*/
.p-hero-entry__img {
  overflow: hidden;
}
.p-hero-entry__img img {
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1) 1s, transform 2s cubic-bezier(0.16, 1, 0.3, 1) 1s;
}
.p-hero-entry__ttl {
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.16, 1, 0.3, 1) 1.5s;
}
body:has(.p-loading-full) .p-hero-entry__img img {
  transition: opacity 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1s, transform 3.5s cubic-bezier(0.16, 1, 0.3, 1) 1s;
}
body.is-animated .p-hero-entry__img img {
  opacity: 1;
  transform: scale(1);
}
body.is-animated .p-hero-entry__ttl {
  opacity: 1;
}

/*--------------------------------------------------------------------------
  Hero
---------------------------------------------------------------------------*/
.p-hero__inner {
  width: 90svw;
  margin-inline: auto;
  position: relative;
}
@media (min-width: 768px) {
  .p-hero__inner {
    width: 92svw;
  }
}
.p-hero__textblock {
  position: absolute;
  left: clamp(1.25rem, 0.6338028169rem + 2.6291079812vw, 3rem);
  bottom: clamp(1.25rem, 0.6338028169rem + 2.6291079812vw, 3rem);
  z-index: 1;
}
@media (min-width: 768px) {
  .p-hero__textblock {
    left: clamp(2rem, 0.5915492958rem + 6.0093896714vw, 6rem);
    bottom: clamp(1.5rem, 0.0915492958rem + 6.0093896714vw, 5.5rem);
  }
}
.p-hero__ttl {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-hero__ttl-sub, .p-hero__ttl-main {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.06em;
}
.p-hero__ttl-sub {
  font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
}
.p-hero__ttl-main {
  font-size: clamp(1.75rem, 1.1338028169rem + 2.6291079812vw, 3.5rem);
}
.p-hero__ttl-main--en {
  font-family: var(--font-family-en);
  font-size: var(--font-display-md, 64px);
  font-style: normal;
  font-weight: 200;
  line-height: 120%; /* 76.8px */
  letter-spacing: 0.06em;
}
.p-hero__ttl-en {
  font-size: var(--font-lg);
  color: #fff;
  line-height: 1.2;
  font-family: var(--font-family-en);
  font-weight: 300;
}
.p-hero__img {
  aspect-ratio: 350/520;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-hero__img {
    aspect-ratio: 1766/908;
  }
}
.p-hero__img img, .p-hero__img picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------------------------
  Project: Page Header
---------------------------------------------------------------------------*/
.p-page-header {
  position: relative;
  padding-block: 24px 32px;
  width: min(90%, 900px);
}
@media (min-width: 768px) {
  .p-page-header {
    padding-block: 56px 64px;
    width: min(80%, 900px);
  }
}
.p-page-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 78px);
  z-index: -1;
  border-radius: 0 0 88px 0;
  background: var(--background-beige, #F8F4ED);
}
@media (min-width: 768px) {
  .p-page-header::before {
    height: calc(100% + 84px);
  }
}
.p-page-header__inner {
  padding-inline: 5vw;
}
@media (min-width: 768px) {
  .p-page-header__inner {
    padding-inline: 8vw;
  }
}
.p-page-header__title {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .p-page-header__title {
    gap: 16px;
  }
}
.p-page-header__en {
  color: var(--text-primary-dark, #6D552A);
  font-family: var(--font-family-en);
  font-size: min(9vw, 64px);
  font-style: normal;
  font-weight: 200;
  line-height: 100%; /* 64px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .p-page-header__en {
    font-size: min(3.8vw, 64px);
  }
}
.p-page-header__ja {
  color: var(--text-primary-dark, #6D552A);
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.p-page-header--text-sm .p-page-header__en {
  font-size: min(8vw, 48px);
}
@media (min-width: 768px) {
  .p-page-header--text-sm .p-page-header__en {
    font-size: min(3vw, 48px);
  }
}

/*--------------------------------------------------------------------------
  Plan Card
---------------------------------------------------------------------------*/
.p-plan-card {
  position: relative;
}
.p-plan-card__link {
  display: block;
}
.p-plan-card__textblock {
  position: absolute;
  left: clamp(1rem, -0.2323943662rem + 5.2582159624vw, 4.5rem);
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.1478873239rem + 1.5023474178vw, 1.5rem);
  height: fit-content;
}
@media (min-width: 768px) {
  .p-plan-card__textblock {
    top: 45%;
    transform: translateY(-50%);
  }
}
.p-plan-card__name-en, .p-plan-card__ttl {
  color: rgba(255, 255, 255, 0.97);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  font-family: var(--font-family-en);
  font-size: clamp(2.375rem, 1.9788732394rem + 1.6901408451vw, 3.5rem);
  font-style: normal;
  font-weight: 200;
  line-height: 130%;
  letter-spacing: 0.06em;
}
.p-plan-card__name-sep {
  font-size: 80%;
}
.p-plan-card__name-jp {
  color: rgba(255, 255, 255, 0.97);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: clamp(2rem, 1.4718309859rem + 2.2535211268vw, 3.5rem);
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 0.02em;
}
.p-plan-card__ttl {
  font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
}
.p-plan-card__img {
  aspect-ratio: 350/560;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .p-plan-card__img {
    aspect-ratio: 1320/560;
  }
}
.p-plan-card__img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(180deg, rgba(50, 43, 34, 0.1) 0%, rgba(50, 43, 34, 0.02) 100%);
  transition: visibility 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-plan-card__img picture,
.p-plan-card__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-plan-card__more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
}
@media (min-width: 768px) {
  .p-plan-card__more {
    width: 180px;
    height: 180px;
  }
}
.p-plan-card__more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
}
.p-plan-card__more-inner {
  position: absolute;
  bottom: 16px;
  right: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
@media (min-width: 768px) {
  .p-plan-card__more-inner {
    bottom: 24px;
    right: 24px;
    gap: 8px;
  }
}
.p-plan-card__arrow {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow-brown.svg) no-repeat center center/contain;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .p-plan-card__arrow {
    width: 20px;
    height: 20px;
  }
}
.p-plan-card__more-text {
  color: var(--text-primary-dark);
  font-family: var(--font-family-en);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-plan-card__more-text {
    font-size: var(--font-md);
  }
}
.p-plan-card {
  /*------------------------------
    Color Variation
  ------------------------------*/
}
.p-plan-card--dark .p-plan-card__arrow {
  background-image: url(../img/common/arrow-white.svg);
}
.p-plan-card--dark .p-plan-card__more::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.p-plan-card--dark .p-plan-card__more-text {
  color: #fff;
}
.p-plan-card {
  /*------------------------------
    Position Variation
  ------------------------------*/
}
.p-plan-card--text-upper-sp .p-plan-card__textblock {
  top: 16px;
  transform: none;
}
@media (min-width: 768px) {
  .p-plan-card--text-upper-sp .p-plan-card__textblock {
    top: 45%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .p-plan-card--text-right-pc .p-plan-card__textblock {
    left: auto;
    right: clamp(1rem, -0.2323943662rem + 5.2582159624vw, 4.5rem);
  }
}
.p-plan-card {
  /*------------------------------
    Hover
  ------------------------------*/
}
@media (hover: hover) {
  .p-plan-card__link:hover {
    opacity: 1;
  }
  .p-plan-card__link:hover .p-plan-card__img::after {
    visibility: hidden;
    opacity: 0;
  }
  .p-plan-card__link:hover .p-plan-card__img img {
    transform: scale(1.03);
  }
  .p-plan-card__link:hover .p-plan-card__arrow {
    transform: translateX(4px);
  }
}

/*--------------------------------------------------------------------------
  Plan Card
---------------------------------------------------------------------------*/
.p-studio-nav {
  position: relative;
}
.p-studio-nav__ttl {
  color: var(--text-subtle-darker);
  font-family: var(--font-family-en);
  font-size: var(--font-xxl);
  font-weight: 300;
  line-height: 170%;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-studio-nav__ttl {
    margin-bottom: 40px;
  }
}
.p-studio-nav__slider {
  margin-inline: calc(50% - 50vw);
}
@media (min-width: 1920px) {
  .p-studio-nav__slider {
    margin-inline: calc((100% - 1920 * 1px) / 2);
  }
}
.p-studio-nav__item {
  overflow: hidden;
  container-type: inline-size;
}
.p-studio-nav__textblock {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7cqw 6cqw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  background-blend-mode: multiply;
}
.p-studio-nav__name {
  font-family: var(--font-family-en);
  font-size: 11cqw;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.06em;
  color: #fff;
}
@media (min-width: 768px) {
  .p-studio-nav__name {
    font-size: 8.7cqw;
    font-weight: 200;
  }
}
.p-studio-nav__desc {
  color: var(--text-white, #FFF);
  font-family: var(--font-family-jp);
  font-size: max(12px, 4cqw);
  font-style: normal;
  font-weight: 400;
  margin-top: 4cqw;
  line-height: 135%;
}
.p-studio-nav__img {
  aspect-ratio: 280/400;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  border-radius: 999px 999px 0 0;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  display: block;
}
.p-studio-nav__img > img {
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-studio-nav__img::before, .p-studio-nav__img::after {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}
.p-studio-nav__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.p-studio-nav__img::after {
  content: "view more";
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-family-en, serif);
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.06em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 2;
}
@media (hover: hover) {
  .p-studio-nav__item:hover .p-studio-nav__img::before, .p-studio-nav__item:hover .p-studio-nav__img::after {
    opacity: 1;
    visibility: visible;
  }
  .p-studio-nav__item:hover .p-studio-nav__img::after {
    transform: translate(-50%, -50%);
  }
  .p-studio-nav__item:hover .p-studio-nav__img > img {
    transform: scale(1.05);
  }
}
.p-studio-nav .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.p-studio-nav {
  /*--------------------------------------
   * Spacing Variation
  ----------------------------------------*/
}
.p-studio-nav--mt-lg {
  padding-top: clamp(5.5rem, 2.6830985915rem + 12.0187793427vw, 13.5rem);
}
.p-studio-nav--img-lg .p-studio-nav__img {
  aspect-ratio: 364/550;
}
.p-studio-nav {
  /*--------------------------------------
   * Colored Variation
  ----------------------------------------*/
}
.p-studio-nav--colored .p-studio-nav__item {
  overflow: visible;
  position: relative;
}
.p-studio-nav--colored .p-studio-nav__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.4;
  border-radius: 999px 999px 0 0;
}
@media (min-width: 768px) {
  .p-studio-nav--colored .p-studio-nav__item::before {
    top: 8px;
    left: 8px;
  }
}

/* --------------------------------------------------------------------------
Component:  Contact Item 
-------------------------------------------------------------------------- */
.p-contact-list {
  margin-top: clamp(1.5rem, 0.9718309859rem + 2.2535211268vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .p-contact-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(2.5rem, 1.0915492958rem + 6.0093896714vw, 6.5rem);
  }
}
.p-contact-list__item {
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border-secondary-light);
}
@media (min-width: 768px) {
  .p-contact-list__item {
    padding-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
    border-bottom: none;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    row-gap: 0;
  }
}
.p-contact-list__label {
  margin-bottom: 16px;
  color: var(--text-primary-dark);
  font-size: var(--font-xl, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 29px */
}
.p-contact-list__btn-list {
  margin-top: clamp(1rem, 0.4718309859rem + 2.2535211268vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-contact-list__btn-list {
    gap: 12px;
  }
}

/*--------------------------------------------------------------------------
  WordPressの標準エディタから出力された本文エリアのスタイル
---------------------------------------------------------------------------*/
.p-entry-content {
  /* 普通の見出しや段落のスタイル */
}
.p-entry-content {
  /* ▼ strong タグへのスタイル適用 */
}
.p-entry-content strong, .p-entry-content b {
  font-weight: 700;
}
.p-entry-content p {
  margin-bottom: 24px;
}
.p-entry-content p:last-child {
  margin-bottom: 0; /* 最後の段落は余白を消す */
}
.p-entry-content a {
  color: var(--text-primary-dark, #6D552A);
  text-decoration: underline;
  transition: text-decoration-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) {
  .p-entry-content a:hover {
    text-decoration: none;
  }
}
.p-entry-content {
  /* ▼ WPが吐き出す画像やギャラリーのスタイル調整 */
}
.p-entry-content figure.wp-block-image {
  /* max-height: 400px; */
  aspect-ratio: 4/2.6;
  overflow: hidden;
}
.p-entry-content img {
  max-width: 100%;
  height: auto;
}
.p-entry-content {
  /* ギャラリーブロックの隙間をデザインに合わせる調整など */
}
.p-entry-content .wp-block-gallery {
  gap: 16px;
  margin-bottom: 40px;
}

/*--------------------------------------------------------------------------
  Hero
---------------------------------------------------------------------------*/
.p-studio-detail-hero__inner {
  width: 90svw;
  margin-inline: auto;
  position: relative;
}
@media (min-width: 768px) {
  .p-studio-detail-hero__inner {
    width: 92svw;
  }
}
.p-studio-detail-hero__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-bottom: clamp(2rem, 1.4718309859rem + 2.2535211268vw, 3.5rem);
  padding-top: 16px;
}
.p-studio-detail-hero__ttl-name-sep {
  font-size: 80%;
  color: var(--text-subtle);
}
.p-studio-detail-hero__ttl-sub, .p-studio-detail-hero__ttl-main {
  display: block;
  line-height: 100%;
  text-align: center;
  font-family: var(--font-family-en);
  letter-spacing: 0.06em;
}
.p-studio-detail-hero__ttl-sub {
  color: var(--text-subtle);
  font-size: var(--font-xl);
  font-weight: 300;
  letter-spacing: 1.2px;
}
.p-studio-detail-hero__ttl-main {
  color: var(--theme-color);
  font-size: var(--font-display-md);
  font-weight: 200;
}
.t-theme--chapel .p-studio-detail-hero__ttl-second {
  color: var(--photo-classic);
}
.t-theme--location .p-studio-detail-hero__ttl-second {
  color: var(--photo-garden);
}
.p-studio-detail-hero__img {
  aspect-ratio: 350/520;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-studio-detail-hero__img {
    aspect-ratio: 1766/840;
  }
}
.p-studio-detail-hero__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------------------
  Concept
---------------------------------------------------------------------------*/
:root {
  --studio-concept-width-sp: 350;
  --studio-concept-width-pc: 1320;
}

.p-studio-detail-concept {
  margin-top: clamp(2rem, 0.2394366197rem + 7.5117370892vw, 7rem);
  position: relative;
  z-index: 0;
}
.p-studio-detail-concept::before {
  content: "";
  position: absolute;
  top: 5%;
  right: 0;
  width: 88%;
  height: 98%;
  background: var(--studio-concept-bg);
  z-index: -1;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .p-studio-detail-concept::before {
    top: 20%;
    width: 90%;
    right: 5%;
    height: 82%;
  }
}
.p-studio-detail-concept__inner {
  container-type: inline-size;
  position: relative;
}
.p-studio-detail-concept__deco {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.p-studio-detail-concept__deco img {
  width: 100%;
  height: auto;
}
.p-studio-detail-concept__deco--cocomi {
  width: 100svw;
  top: calc(588 / var(--studio-concept-width-sp) * 100cqw);
}
@media (min-width: 768px) {
  .p-studio-detail-concept__deco--cocomi {
    width: calc(1140 / var(--studio-concept-width-pc) * 100cqw);
    top: calc(315 / var(--studio-concept-width-pc) * 100cqw);
    left: calc(143 / var(--studio-concept-width-pc) * 100cqw);
  }
}
.p-studio-detail-concept__deco--sona {
  width: 100svw;
  top: calc(285 / var(--studio-concept-width-sp) * 100cqw);
}
@media (min-width: 768px) {
  .p-studio-detail-concept__deco--sona {
    width: calc(1135 / var(--studio-concept-width-pc) * 100cqw);
    top: calc(311 / var(--studio-concept-width-pc) * 100cqw);
    left: calc(162 / var(--studio-concept-width-pc) * 100cqw);
  }
}
.p-studio-detail-concept__deco--zen-1 {
  width: calc(242 / var(--studio-concept-width-sp) * 100cqw);
  top: calc(261 / var(--studio-concept-width-sp) * 100cqw);
  right: 0;
}
@media (min-width: 768px) {
  .p-studio-detail-concept__deco--zen-1 {
    width: calc(940 / var(--studio-concept-width-pc) * 100cqw);
    top: calc(390 / var(--studio-concept-width-pc) * 100cqw);
    right: calc(170 / var(--studio-concept-width-pc) * -100cqw);
  }
}
.p-studio-detail-concept__deco--zen-2 {
  width: calc(150 / var(--studio-concept-width-sp) * 100cqw);
  top: calc(860 / var(--studio-concept-width-sp) * 100cqw);
  left: 0;
}
@media (min-width: 768px) {
  .p-studio-detail-concept__deco--zen-2 {
    width: calc(800 / var(--studio-concept-width-pc) * 100cqw);
    top: calc(1154 / var(--studio-concept-width-pc) * 100cqw);
    left: calc(200 / var(--studio-concept-width-pc) * -100cqw);
  }
}
.p-studio-detail-concept__deco-bg {
  position: absolute;
  top: 2%;
  right: 2%;
  width: 88%;
  height: 98%;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media (min-width: 768px) {
  .p-studio-detail-concept__deco-bg {
    top: -2%;
    width: 88%;
    right: 7%;
    height: 108%;
  }
}
.p-studio-detail-concept__deco-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-studio-detail-concept__intro {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-studio-detail-concept__intro {
    flex-direction: row;
    gap: calc(128 / var(--studio-concept-width-pc) * 100cqw);
  }
}
.p-studio-detail-concept__intro-img {
  aspect-ratio: 188/282;
  overflow: hidden;
  width: calc(188 / var(--studio-concept-width-sp) * 100cqw);
}
@media (min-width: 768px) {
  .p-studio-detail-concept__intro-img {
    width: calc(420 / var(--studio-concept-width-pc) * 100cqw);
  }
}
.p-studio-detail-concept__intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-studio-detail-concept__intro-textblock {
  padding-block: 48px 72px;
  padding-left: 3%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .p-studio-detail-concept__intro-textblock {
    padding-block: 40px 0;
    gap: 16px;
    padding-left: 0;
  }
}
.p-studio-detail-concept__intro-ttl {
  color: var(--theme-color);
  font-family: var(--font-family-en);
  font-size: var(--font-xxl);
  font-weight: 200;
  line-height: 100%;
  letter-spacing: 0.06em;
}
.p-studio-detail-concept__intro-copy {
  font-size: var(--font-xxl);
  line-height: 170%;
}
.p-studio-detail-concept__text {
  font-size: 13px;
  line-height: 220%;
}
@media (min-width: 768px) {
  .p-studio-detail-concept__text {
    font-size: 15px;
  }
}
.p-studio-detail-concept__list {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px;
}
@media (min-width: 768px) {
  .p-studio-detail-concept__list {
    flex-direction: column;
    gap: calc(104 / var(--studio-concept-width-pc) * 100cqw);
    margin-top: calc(40 / var(--studio-concept-width-pc) * -100cqw);
  }
}
@media (min-width: 1024px) {
  .p-studio-detail-concept__list {
    margin-top: calc(140 / var(--studio-concept-width-pc) * -100cqw);
  }
}
.p-studio-detail-concept__list-img-1 {
  width: calc(183 / var(--studio-concept-width-sp) * 100cqw);
  aspect-ratio: 480/297;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-studio-detail-concept__list-img-1 {
    width: calc(480 / var(--studio-concept-width-pc) * 100cqw);
    margin-left: calc(612 / var(--studio-concept-width-pc) * 100cqw);
  }
}
.p-studio-detail-concept__list-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-studio-detail-concept__list-img-2 {
  width: calc(319 / var(--studio-concept-width-sp) * 100cqw);
  margin-left: auto;
  margin-right: calc(8 / var(--studio-concept-width-sp) * 100cqw);
  aspect-ratio: 1000/550;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-studio-detail-concept__list-img-2 {
    width: calc(1000 / var(--studio-concept-width-pc) * 100cqw);
    margin-left: calc(270 / var(--studio-concept-width-pc) * 100cqw);
  }
}
.p-studio-detail-concept__list-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-studio-detail-concept__outro {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .p-studio-detail-concept__outro {
    flex-direction: row;
    align-items: center;
    gap: calc(104 / var(--studio-concept-width-pc) * 100cqw);
    margin-top: calc(136 / var(--studio-concept-width-pc) * 100cqw);
  }
}
.p-studio-detail-concept__outro-img {
  width: calc(145 / var(--studio-concept-width-sp) * 100cqw);
  margin-top: calc(56 / var(--studio-concept-width-sp) * -100cqw);
  margin-left: auto;
  aspect-ratio: 327/480;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-studio-detail-concept__outro-img {
    margin-top: 0;
    width: calc(327 / var(--studio-concept-width-pc) * 100cqw);
    margin-left: calc(40 / var(--studio-concept-width-pc) * 100cqw);
  }
}
.p-studio-detail-concept__outro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .p-studio-detail-concept__outro-textblock {
    margin-top: 16px;
  }
}

/*--------------------------------------------------------------------------
  Gallery
---------------------------------------------------------------------------*/
.p-studio-detail-gallery {
  padding-top: clamp(4rem, 0.6549295775rem + 14.2723004695vw, 13.5rem);
}
@media (min-width: 768px) {
  .p-studio-detail-gallery__inner {
    width: 92svw;
  }
}
.p-studio-detail-gallery__ttl {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-studio-detail-gallery__ttl {
    margin-bottom: 32px;
  }
}
.p-studio-detail-gallery__ttl-line {
  display: block;
  color: var(--theme-color);
  font-family: var(--font-family-en);
  font-size: var(--font-xxl);
  font-weight: 200;
  line-height: 170%;
  letter-spacing: 0.06em;
}
.p-studio-detail-gallery__img {
  aspect-ratio: 408/279;
  overflow: hidden;
}
.p-studio-detail-gallery__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-studio-detail-gallery .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
}

/*--------------------------------------------------------------------------
  Plan
---------------------------------------------------------------------------*/
.p-studio-detail .p-plan-card {
  margin-top: clamp(4rem, 2.2394366197rem + 7.5117370892vw, 9rem);
}

/*--------------------------------------
  Multiple Studios (Chapel Classic, Location Garden)
----------------------------------------*/
.p-studio-detail--multiple-studios .p-studio-detail-hero__ttl-main {
  font-size: clamp(2.25rem, 1.985915493rem + 1.1267605634vw, 3rem);
}
@media (min-width: 768px) {
  .p-studio-detail--multiple-studios .p-studio-detail-hero__ttl-main {
    font-size: var(--font-display-md);
  }
}
.p-studio-detail--multiple-studios .p-studio-detail-studio:not(:first-of-type) {
  margin-top: clamp(7rem, 5.0633802817rem + 8.2629107981vw, 12.5rem);
}
.p-studio-detail--multiple-studios .p-studio-detail-gallery {
  padding-top: clamp(3rem, 0.1830985915rem + 12.0187793427vw, 11rem);
}

.p-dining-stay {
  background: linear-gradient(180deg, #F7F3EE 15%, #F6F2EC 59.62%, #FBFAF8 82%, #FFF 100%);
}

.p-dining-stay-block--dining {
  padding-top: clamp(4.5rem, 2.9154929577rem + 6.7605633803vw, 9rem);
}
.p-dining-stay-block--stay {
  padding-top: clamp(7.5rem, 4.8591549296rem + 11.2676056338vw, 15rem);
  padding-bottom: clamp(6rem, 4.5915492958rem + 6.0093896714vw, 10rem);
}

/*--------------------------------------------------------------------------
  Concept
---------------------------------------------------------------------------*/
.p-dining-stay-concept {
  position: relative;
}
.p-dining-stay-concept__bg {
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  background: linear-gradient(247deg, rgba(255, 247, 211, 0.6) 0.1%, rgba(254, 253, 250, 0.6) 27.93%, rgba(255, 247, 234, 0.6) 66.79%);
  position: absolute;
  top: 15%;
  left: 0;
  mix-blend-mode: multiply;
}
@media (min-width: 768px) {
  .p-dining-stay-concept__bg {
    width: 90%;
    height: 95%;
    top: 13%;
    left: 5%;
  }
}
.p-dining-stay-concept__inner {
  position: relative;
}
.p-dining-stay-concept__ttl {
  background: linear-gradient(90deg, #6D552A 0%, #836D46 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--font-xxxl, 28px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 50.4px */
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
@media (min-width: 1560px) {
  .p-dining-stay-concept__ttl {
    margin-left: calc((100% - 1320px) / 2);
  }
}
.p-dining-stay-concept__imgblock {
  position: relative;
  margin-left: calc(50% - 50svw);
}
@media (min-width: 1560px) {
  .p-dining-stay-concept__imgblock {
    margin-left: calc((100% - 1320px) / 2);
  }
}
.p-dining-stay-concept__img {
  aspect-ratio: 1056/500;
}
@media (min-width: 768px) {
  .p-dining-stay-concept__img {
    width: 88%;
  }
}
.p-dining-stay-concept__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-dining-stay-concept__deco-text {
  position: absolute;
  bottom: 103%;
  left: 20svw;
  z-index: -1;
  color: var(--text-deco-orange, rgba(234, 223, 212, 0.4));
  font-family: var(--font-family-en);
  font-size: clamp(5.5rem, 4.7957746479rem + 3.0046948357vw, 7.5rem);
  font-style: normal;
  font-weight: 100;
  line-height: 100%;
  letter-spacing: 0.04em;
}
@media (min-width: 1560px) {
  .p-dining-stay-concept__deco-text {
    font-size: 152px;
    transform: rotate(-90deg) translate(-50%, 70%);
    right: 100%;
    left: auto;
    top: 0;
    bottom: auto;
  }
}
.p-dining-stay-concept__textblock {
  padding-top: clamp(2rem, 0.9436619718rem + 4.5070422535vw, 5rem);
}
@media (min-width: 768px) {
  .p-dining-stay-concept__textblock {
    width: 80%;
    max-width: 560px;
    margin-left: auto;
  }
}
.p-dining-stay-concept__tag-line {
  font-size: var(--font-xxl, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 40.8px */
  letter-spacing: 0.02em;
  margin-bottom: clamp(1rem, 0.4718309859rem + 2.2535211268vw, 2.5rem);
}
.p-dining-stay-concept__desc {
  font-size: var(--font-md, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 33px */
  letter-spacing: 0.02em;
}
.p-dining-stay-concept {
  /*------------------------------
    Stayセクション
  ----------------------------------*/
}
.p-dining-stay-concept--stay .p-dining-stay-concept__bg {
  background: linear-gradient(247deg, rgba(255, 247, 229, 0.6) 0.1%, rgba(254, 253, 250, 0.6) 27.93%, rgba(255, 244, 236, 0.6) 66.79%);
  top: -5%;
}
@media (min-width: 768px) {
  .p-dining-stay-concept--stay .p-dining-stay-concept__bg {
    height: 82%;
  }
}
.p-dining-stay-concept--stay .p-dining-stay-concept__ttl {
  margin-left: auto;
}
@media (min-width: 1560px) {
  .p-dining-stay-concept--stay .p-dining-stay-concept__ttl {
    margin-right: calc((100% - 1320px) / 2);
  }
}
.p-dining-stay-concept--stay .p-dining-stay-concept__imgblock {
  margin-right: 0;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  margin-right: calc(50% - 50svw);
}
@media (min-width: 1560px) {
  .p-dining-stay-concept--stay .p-dining-stay-concept__imgblock {
    margin-right: calc((100% - 1320px) / 2);
  }
}
.p-dining-stay-concept--stay .p-dining-stay-concept__img {
  aspect-ratio: 1056/560;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.04);
}
.p-dining-stay-concept--stay .p-dining-stay-concept__deco-text {
  left: auto;
  right: 2svw;
}
@media (min-width: 1560px) {
  .p-dining-stay-concept--stay .p-dining-stay-concept__deco-text {
    transform: rotate(-90deg) translate(0%, -50%);
    left: 100%;
    right: auto;
  }
}
@media (min-width: 768px) {
  .p-dining-stay-concept--stay .p-dining-stay-concept__textblock {
    margin-right: auto;
    margin-left: 0;
  }
}

/*--------------------------------------------------------------------------
  Point
---------------------------------------------------------------------------*/
.p-dining-stay-point {
  padding-top: clamp(5.5rem, 3.5633802817rem + 8.2629107981vw, 11rem);
}
.p-dining-stay-point__ttl {
  font-size: var(--font-xl, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 34px */
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}

/*--------------------------------------------------------------------------
  Hero
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  Map
---------------------------------------------------------------------------*/
.p-access-map {
  padding-top: clamp(3.5rem, 1.7394366197rem + 7.5117370892vw, 8.5rem);
}
.p-access-map__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .p-access-map__map iframe {
    aspect-ratio: 40/17;
  }
}
.p-access-map__info {
  margin-top: clamp(1rem, 0.1197183099rem + 3.7558685446vw, 3.5rem);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-access-map__info {
    gap: 24px;
  }
}
.p-access-map__name {
  color: var(--text-primary-dark, #6D552A);
  font-size: var(--font-xl);
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 34.8px */
  letter-spacing: 0.03em;
}
.p-access-map__address {
  font-size: var(--font-body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.03em;
}
.p-access-map .c-dl {
  padding-left: clamp(1rem, 0.6478873239rem + 1.5023474178vw, 2rem);
  border-left: 1px solid var(--border-secondary-light, #C1B9AE);
}

/*--------------------------------------------------------------------------
  Route
---------------------------------------------------------------------------*/
.p-access-route {
  padding-top: clamp(4.5rem, 2.3873239437rem + 9.014084507vw, 10.5rem);
}
.p-access-route .c-accordion__content {
  padding: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.6478873239rem + 1.5023474178vw, 2rem);
  width: 90%;
  max-width: 960px;
  margin-inline: auto;
}
.p-access-route .c-route-block {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .p-access-route .c-route-block {
    padding-bottom: 24px;
  }
}

/*--------------------------------------------------------------------------
  Contact
---------------------------------------------------------------------------*/
.p-access-contact {
  padding-top: clamp(4.5rem, 2.3873239437rem + 9.014084507vw, 10.5rem);
}

/*--------------------------------------------------------------------------
  Intro
---------------------------------------------------------------------------*/
.p-dress-intro {
  padding-top: clamp(2.5rem, 1.2676056338rem + 5.2582159624vw, 6rem);
  padding-bottom: clamp(5.5rem, 3.9154929577rem + 6.7605633803vw, 10rem);
}
.p-dress-intro__content {
  display: flex;
  flex-direction: column;
  gap: clamp(3.5rem, 2.7957746479rem + 3.0046948357vw, 5.5rem);
}
@media (min-width: 768px) {
  .p-dress-intro__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-dress-intro__img {
  aspect-ratio: 712/440;
  height: fit-content;
  margin-left: calc(50% - 50svw);
  width: 80svw;
}
@media (min-width: 768px) {
  .p-dress-intro__img {
    margin-left: 0;
    width: 100%;
    flex-shrink: 0;
    width: 54%;
  }
}
.p-dress-intro__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-dress-intro__textblock {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
  z-index: 0;
}
@media (min-width: 768px) {
  .p-dress-intro__textblock {
    gap: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
    margin-top: clamp(12.5rem, 10.7394366197rem + 7.5117370892vw, 17.5rem);
    width: 41%;
  }
}
.p-dress-intro__ttlblock {
  position: relative;
  width: fit-content;
}
.p-dress-intro__deco {
  color: var(--text-deco-orange, rgba(234, 223, 212, 0.4));
  font-family: var(--font-family-en);
  font-size: clamp(5rem, 3.2834507042rem + 7.323943662vw, 9.875rem);
  font-style: normal;
  font-weight: 100;
  line-height: 100%;
  letter-spacing: 0.04em;
  position: absolute;
  top: -68%;
  left: 33%;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-dress-intro__deco {
    font-size: clamp(4rem, 1.9313380282rem + 8.8262910798vw, 9.875rem);
    top: -110%;
    left: 28%;
  }
}
.p-dress-intro__tag-line {
  font-size: clamp(1.25rem, 1.073943662rem + 0.7511737089vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 47.6px */
  letter-spacing: 0.02em;
  width: fit-content;
}
@media (min-width: 768px) {
  .p-dress-intro__tag-line {
    font-size: var(--font-xxxl);
  }
}
.p-dress-intro__desc {
  font-size: var(--font-md, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 33px */
  letter-spacing: 0.03em;
}

/*--------------------------------------------------------------------------
  Gallery
---------------------------------------------------------------------------*/
.p-dress-gallery {
  margin-bottom: clamp(4rem, 2.7676056338rem + 5.2582159624vw, 7.5rem);
  margin-right: calc(50% - 50svw);
}
@media (min-width: 1440px) {
  .p-dress-gallery {
    margin-right: calc((100% - 1440px) / 2);
  }
}
.p-dress-gallery:last-child {
  margin-bottom: clamp(6rem, 4.5915492958rem + 6.0093896714vw, 10rem);
}
.p-dress-gallery__img {
  aspect-ratio: 300/420;
  width: 100%;
  height: fit-content;
}
.p-dress-gallery__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-dress-gallery__ttl {
  margin-bottom: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
}
.p-dress-gallery__ttl-en {
  color: var(--text-subtle-darker, #645E54);
  font-family: var(--font-family-en);
  font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
  font-style: normal;
  font-weight: 100;
  line-height: 140%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.p-dress-gallery__ttl-jp {
  color: var(--text-subtle-darker, #645E54);
  font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.03em;
}

/*--------------------------------------------------------------------------
  Gallery Page
---------------------------------------------------------------------------*/
.p-gallery-filters {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  gap: 16px;
  margin-top: clamp(2.5rem, 0.7394366197rem + 7.5117370892vw, 7.5rem);
  margin-bottom: clamp(2.5rem, 1.6197183099rem + 3.7558685446vw, 5rem);
  list-style: none;
}
@media (min-width: 768px) {
  .p-gallery-filters {
    column-gap: min(3.3vw, 64px);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.p-gallery-filters button {
  width: 100%;
  color: var(--text-default);
  cursor: pointer;
  background: none;
  border: none;
  display: flex;
  padding: 4px 0 8px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  position: relative;
  height: 100%;
  /* ボタン内の要素（spanなど）は、クリック判定を貫通させる */
}
.p-gallery-filters button > * {
  pointer-events: none;
}
.p-gallery-filters button::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--border-secondary-darker);
  position: absolute;
  bottom: 0;
  left: 0;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-gallery-filters button.is-active::before {
  clip-path: inset(0 0 0 0);
}
@media (hover: hover) {
  .p-gallery-filters button:hover::before {
    clip-path: inset(0 0 0 0);
  }
}
.p-gallery-filters__text-main {
  text-align: center;
  font-family: var(--font-family-en);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 24px */
  letter-spacing: 0.05em;
  display: block;
}
@media (min-width: 768px) {
  .p-gallery-filters__text-main {
    font-size: var(--font-xl);
  }
}
.p-gallery-filters__text-sub {
  color: var(--text-subtle);
  text-align: center;
  font-family: var(--font-family-en);
  font-size: var(--font-sp-font-xs, 12px);
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 14.4px */
  letter-spacing: 0.05em;
  display: block;
}

.p-gallery-gallery {
  padding-bottom: clamp(4rem, 2.2394366197rem + 7.5117370892vw, 9rem);
}
.p-gallery-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 20px 12px;
}
@media (min-width: 768px) {
  .p-gallery-gallery__grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 48px 40px;
  }
}
.p-gallery-gallery__item {
  display: none;
  flex-direction: column;
  gap: 8px;
}
.p-gallery-gallery__item a {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-gallery-gallery__item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) {
  .p-gallery-gallery__item a:hover img {
    transform: scale(1.05);
  }
}
.p-gallery-gallery__item[data-category=cocomi] {
  color: var(--photo-cocomi);
}
.p-gallery-gallery__item[data-category=sona] {
  color: var(--photo-sona);
}
.p-gallery-gallery__item[data-category=classic] {
  color: var(--photo-classic);
}
.p-gallery-gallery__item[data-category=chapel] {
  color: var(--photo-chapel);
}
.p-gallery-gallery__item[data-category=zen] {
  color: var(--photo-zen);
}
.p-gallery-gallery__item[data-category=location] {
  color: var(--photo-location);
}
.p-gallery-gallery__item[data-category=garden] {
  color: var(--photo-garden);
}
.p-gallery-gallery__img-wrapper {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-gallery-gallery__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.p-gallery-gallery__img-wrapper:hover img {
  transform: scale(1.05);
}
.p-gallery-gallery__cat-name {
  text-align: right;
  font-size: 14px;
  color: inherit;
  margin: 0;
  font-family: var(--font-family-en);
  font-size: var(--font-xxs, 12px);
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.08em;
}
.p-gallery-gallery__more-wrapper {
  margin-top: clamp(2rem, 1.4718309859rem + 2.2535211268vw, 3.5rem);
  text-align: center;
}
.p-gallery-gallery__more-btn .c-btn__arrow {
  transform: rotate(90deg);
}

/* ギャラリーのフィルター切り替え時のフェードイン */
@keyframes fadeInGallery {
  0% {
    opacity: 0;
    transform: translateY(10px); /* 10px 下に下げておく */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------------------------------------------------------------------
  下層ページ共通スタイル
---------------------------------------------------------------------------*/
.p-subpage .l-sec:first-of-type {
  margin-top: clamp(3rem, 2.4718309859rem + 2.2535211268vw, 4.5rem);
}

/*--------------------------------------------------------------------------
  Hero
---------------------------------------------------------------------------*/
.p-top-hero {
  position: relative;
  padding-top: clamp(6.5rem, 4.8274647887rem + 7.1361502347vw, 11.25rem);
}
@media (min-width: 768px) {
  .p-top-hero {
    padding-top: 0;
  }
}
.p-top-hero__slider {
  width: 100%;
  z-index: 0;
}
.p-top-hero__slider .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-top-hero__img {
  aspect-ratio: 67/100;
  border-radius: 56px 0 0 0;
  overflow: hidden;
  width: 90vw;
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-top-hero__img {
    aspect-ratio: 1548/976;
    border-radius: 120px 0 0 0;
    width: 80.625vw;
  }
}
.p-top-hero__img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 6s linear;
}
.p-top-hero .js-hero-slider.is-start .swiper-slide-active .p-top-hero__img img,
.p-top-hero .js-hero-slider.is-start .swiper-slide-prev .p-top-hero__img img {
  transform: scale(1.05);
}
.p-top-hero__textblock {
  position: absolute;
  top: 0;
  left: 5%;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-top-hero__textblock {
    top: auto;
    bottom: 2.5vw;
    left: 2.9166666667vw;
  }
}
.p-top-hero__ttl-en {
  color: var(--text-primary-dark, #6D552A);
  font-family: var(--font-family-en);
  font-size: clamp(3.0625rem, 2.5563380282rem + 2.1596244131vw, 4.5rem);
  font-style: normal;
  font-weight: 200;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: clamp(0.75rem, 0.485915493rem + 1.1267605634vw, 1.5rem);
}
@media (min-width: 768px) {
  .p-top-hero__ttl-en {
    font-size: min(5.6vw, 88px);
    line-height: 130%;
  }
}
.p-top-hero__ttl-jp {
  color: var(--text-primary-dark, #6D552A);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.6);
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top-hero__ttl-jp {
    font-size: clamp(1.25rem, 1.073943662rem + 0.7511737089vw, 1.75rem);
    font-weight: 400;
  }
}

/*--------------------------------------------------------------------------
  Concept
---------------------------------------------------------------------------*/
.p-top-concept {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .p-top-concept {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .p-top-concept__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
    margin-inline: calc(50% - 50vw);
  }
}
@media (min-width: 768px) and (min-width: 1920px) {
  .p-top-concept__container {
    margin-inline: calc((100% - 1920 * 1px) / 2);
  }
}
@media (min-width: 768px) {
  .p-top-concept__textblock {
    position: sticky;
    top: 100px;
    height: fit-content;
    margin-top: 160px;
    width: 40%;
    padding-bottom: 104px;
  }
}
.p-top-concept__ttlblock {
  padding-bottom: 16px;
  position: relative;
  width: 100%;
}
.p-top-concept__ttlblock::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--border-primary-light, #CBBDA3);
  position: absolute;
  left: -5vw;
  bottom: 0;
}
@media (min-width: 768px) {
  .p-top-concept__heading {
    width: min(80%, 440px);
    margin-left: auto;
  }
}
.p-top-concept__heading .c-heading__en {
  text-align: left;
}
.p-top-concept__desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .p-top-concept__desc {
    width: min(80%, 440px);
    margin-left: auto;
    padding: 48px 0 0 0;
    gap: 48px;
    padding-top: 64px;
  }
}
.p-top-concept__tagline {
  color: var(--text-primary-dark, #6D552A);
  font-size: clamp(1.25rem, 1.161971831rem + 0.3755868545vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 29px */
}
.p-top-concept__desc-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.p-top-concept__text {
  color: var(--text-default, #4B453D);
  font-size: var(--font-md, 15px);
  font-weight: 400;
  line-height: 200%;
}
.p-top-concept__gallery {
  container-type: inline-size;
  margin-inline: calc(50% - 50vw);
  aspect-ratio: 390/550;
  position: relative;
  margin-top: 56px;
  margin-bottom: 88px;
}
@media (min-width: 768px) {
  .p-top-concept__gallery {
    margin-inline: 0;
    aspect-ratio: 1064/2080;
    margin-top: 72px;
    margin-bottom: 0;
    width: 55%;
    margin-right: 56px;
    align-self: stretch;
  }
}
.p-top-concept__gallery::before {
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  background: linear-gradient(141deg, #FAFBFA 26.12%, #F7F6F5 73.88%);
  position: absolute;
  top: 5%;
  left: 0;
}
@media (min-width: 768px) {
  .p-top-concept__gallery::before {
    width: 40%;
    height: 100%;
    inset: 0;
    margin: auto;
    top: 0;
  }
}
.p-top-concept__gallery-item {
  aspect-ratio: 127/85;
  overflow: hidden;
  position: absolute;
}
.p-top-concept__gallery-item div, .p-top-concept__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-concept__gallery-item--vertical {
  aspect-ratio: 2/3;
}
.p-top-concept__gallery-item--1 {
  width: 65.8974358974cqw;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .p-top-concept__gallery-item--1 {
    width: 51.5037593985cqw;
    top: 6.7669172932cqw;
    left: 0;
  }
}
.p-top-concept__gallery-item--2 {
  width: 23.5897435897cqw;
  top: 17.1794871795cqw;
  right: 5.3846153846cqw;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-top-concept__gallery-item--2 {
    width: 37.969924812cqw;
    top: 19.9248120301cqw;
    right: 0;
  }
}
.p-top-concept__gallery-item--3 {
  width: 53.5897435897cqw;
  bottom: 0;
  right: 1.7948717949cqw;
}
@media (min-width: 768px) {
  .p-top-concept__gallery-item--3 {
    width: 51.5037593985cqw;
    top: 60.1503759398cqw;
    left: 2.2556390977cqw;
  }
}
.p-top-concept__gallery-item--4 {
  width: 39.4871794872cqw;
  top: 88.4615384615cqw;
  left: 0.5128205128cqw;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-top-concept__gallery-item--4 {
    width: 51.5037593985cqw;
    top: 99.0601503759cqw;
    left: auto;
    right: 8.2706766917cqw;
  }
}
.p-top-concept__gallery-item--5 {
  width: 81.2820512821cqw;
  top: 47.6923076923cqw;
  right: 0;
}
@media (min-width: 768px) {
  .p-top-concept__gallery-item--5 {
    width: 51.5037593985cqw;
    top: 137.8759398496cqw;
    left: 0;
  }
}

/*--------------------------------------------------------------------------
  Point
---------------------------------------------------------------------------*/
.p-top-point {
  position: relative;
  z-index: 0;
  padding-top: 56px;
}
@media (min-width: 768px) {
  .p-top-point {
    padding-top: 136px;
  }
}
.p-top-point::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 56px 56px 0 0;
  background: var(--background-beige, #F8F4ED);
  z-index: -1;
}
.p-top-point__heading {
  position: absolute;
  height: fit-content;
  left: 50%;
  transform: translateX(-50%);
  top: -32px;
}
@media (min-width: 768px) {
  .p-top-point__heading {
    top: -56px;
  }
}
.p-top-point__cards {
  margin-inline: calc(50% - 50svw);
}
@media (min-width: 768px) {
  .p-top-point__cards {
    margin-inline: 0;
    gap: min(2vw, 32px);
    margin-bottom: 56px;
  }
}

/*--------------------------------------------------------------------------
  Gallery
---------------------------------------------------------------------------*/
.p-top-gallery {
  padding-top: clamp(3rem, 1.2394366197rem + 7.5117370892vw, 8rem);
  padding-bottom: clamp(4.5rem, 2.5633802817rem + 8.2629107981vw, 10rem);
  background: var(--background-beige, #F8F4ED);
}
.p-top-gallery .swiper-wrapper {
  transition-timing-function: linear;
}
.p-top-gallery__item.is-down {
  padding-top: clamp(2rem, 0.5915492958rem + 6.0093896714vw, 6rem);
}
.p-top-gallery__img {
  aspect-ratio: 360/504;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}
.p-top-gallery__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------------------------
  Service
---------------------------------------------------------------------------*/
.p-top-service {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.p-top-service__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-top-service__text-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.p-top-service__text-slider .swiper-slide {
  width: fit-content;
}
.p-top-service__text-slider p {
  color: rgba(255, 255, 255, 0.25);
  text-align: center;
  font-family: var(--font-family-en);
  font-size: 39px;
  font-style: normal;
  font-weight: 200;
  line-height: 80%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-top-service__text-slider p {
    font-size: 101px;
  }
}
.p-top-service__inner {
  padding-block: clamp(3rem, -0.7852112676rem + 16.1502347418vw, 13.75rem);
}
.p-top-service__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .p-top-service__list {
    flex-direction: row;
    justify-content: center;
    gap: 48px;
    max-width: 1168px;
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .p-top-service__card {
    flex: 1;
    min-width: 0;
  }
}
.p-top-service__card:nth-child(2n-1) {
  margin-right: 70px;
}
@media (min-width: 768px) {
  .p-top-service__card:nth-child(2n-1) {
    margin-right: 0;
  }
}
.p-top-service__card:nth-child(2n) {
  margin-left: 70px;
}
@media (min-width: 768px) {
  .p-top-service__card:nth-child(2n) {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------------------
  News
---------------------------------------------------------------------------*/
.p-top-news {
  padding-block: clamp(3.5rem, 2.4436619718rem + 4.5070422535vw, 6.5rem);
  background: #F3F3F3;
}
.p-top-news__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.4718309859rem + 2.2535211268vw, 2.5rem);
  align-items: center;
  max-width: 724px;
  margin-inline: auto;
}
.p-top-news__list {
  width: 100%;
}
.p-top-news .c-news-item {
  border-bottom: 1px solid var(--color-neutral-40, #DDD);
}

/*--------------------------------------------------------------------------
  Access
---------------------------------------------------------------------------*/
.p-top-access {
  padding-block: clamp(3.5rem, 2.4436619718rem + 4.5070422535vw, 6.5rem);
  background: url(../img/top/access-bg.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 0;
}
.p-top-access::before {
  content: "";
  display: block;
  background-color: rgba(227, 216, 201, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 62% 0, 37% 100%, 0 100%);
  z-index: -1;
}
.p-top-access__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 16px;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-top-access__container {
    flex-direction: row;
    padding: 24px;
  }
}
.p-top-access__map {
  aspect-ratio: 170/123;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-access__map {
    aspect-ratio: 185/134;
    width: 50%;
  }
}
.p-top-access__map iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .p-top-access__textblock {
    width: 45%;
  }
}
.p-top-access__name {
  padding-bottom: 12px;
  margin-block: 16px;
  font-size: var(--font-lg);
  border-bottom: 1px solid var(--border-secondary-light, #C1B9AE);
}
@media (min-width: 768px) {
  .p-top-access__name {
    padding-bottom: 16px;
    margin-block: 40px 16px;
  }
}
.p-top-access__btn {
  margin-left: auto;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-top-access__btn {
    margin-left: 0;
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------------------
  Hero
---------------------------------------------------------------------------*/
.p-photo-top-hero__inner {
  width: 90svw;
  margin-inline: auto;
  position: relative;
}
@media (min-width: 768px) {
  .p-photo-top-hero__inner {
    width: 92svw;
  }
}
.p-photo-top-hero__ttl {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  font-family: var(--font-family-en, Outfit);
  font-size: clamp(3rem, 1.1954225352rem + 7.6995305164vw, 8.125rem);
  font-style: normal;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: 0.02em;
  position: absolute;
  bottom: 24px;
  right: 16px;
  font-family: "Outfit", sans-serif;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-photo-top-hero__ttl {
    bottom: 2.0833333333vw;
    right: 2.9166666667vw;
    letter-spacing: 0.06em;
    font-weight: 100;
  }
}
.p-photo-top-hero__img {
  aspect-ratio: 350/600;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-photo-top-hero__img {
    aspect-ratio: 1766/908;
  }
}
.p-photo-top-hero__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------------------
  Banner List
---------------------------------------------------------------------------*/
.p-photo-top-banner-list {
  position: relative;
  z-index: 1;
}

/*--------------------------------------------------------------------------
  Intro
---------------------------------------------------------------------------*/
.p-photo-top-intro {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 253, 246, 0.8) 0%, rgba(255, 255, 255, 0) 19.71%, rgba(255, 254, 252, 0.34) 81.73%, rgba(255, 253, 246, 0.8) 100%), url(../img/photowedding/top/tag-line-bg.png) 100%/cover no-repeat;
  text-align: center;
  padding-top: clamp(6.5rem, 4.8274647887rem + 7.1361502347vw, 11.25rem);
  padding-bottom: clamp(4.5rem, 2.7394366197rem + 7.5117370892vw, 9.5rem);
  position: relative;
  z-index: 0;
}
.p-photo-top-intro::before, .p-photo-top-intro::after {
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  background: url(../img/photowedding/top/tag-line-deco-left.svg) no-repeat center/contain;
  position: absolute;
  left: -10%;
  bottom: -10%;
  z-index: -1;
}
.p-photo-top-intro::after {
  background-image: url(../img/photowedding/top/tag-line-deco-right.svg);
  left: auto;
  right: -10%;
  top: -10%;
}
.p-photo-top-intro__text {
  font-size: clamp(1.25rem, 1.073943662rem + 0.7511737089vw, 1.75rem);
  line-height: 145%; /* 46.4px */
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.p-photo-top-intro__text-pink {
  color: var(--photo-cocomi, #CC9CA8);
}
.p-photo-top-intro__text-en {
  font-family: var(--font-family-en);
  font-size: clamp(0.875rem, 0.786971831rem + 0.3755868545vw, 1.125rem);
  font-weight: 200;
  line-height: 145%; /* 29px */
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #ECC8C8 0%, #EECAD5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------------------
  Studio
---------------------------------------------------------------------------*/
.p-photo-top-studio {
  padding-bottom: clamp(3rem, 2.4718309859rem + 2.2535211268vw, 4.5rem);
}
.p-photo-top-studio__deco-en {
  color: rgba(34, 34, 34, 0.8);
  font-family: var(--font-family-en);
  font-size: min(15vw, 124px);
  font-style: normal;
  font-weight: 100;
  line-height: 90%; /* 124px */
  letter-spacing: 0.03em;
  text-align: center;
  mix-blend-mode: color-burn;
}
@media (min-width: 768px) {
  .p-photo-top-studio__deco-en {
    font-size: clamp(5rem, 4.0316901408rem + 4.1314553991vw, 7.75rem);
  }
}
.p-photo-top-studio__textblock {
  max-width: 600px;
  margin-top: -24px;
}
@media (min-width: 768px) {
  .p-photo-top-studio__textblock {
    margin-top: -64px;
  }
}
.p-photo-top-studio__ttl {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 47.6px */
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .p-photo-top-studio__ttl {
    margin-bottom: 32px;
    font-size: var(--font-xxl);
  }
}
.p-photo-top-studio__desc {
  font-size: var(--font-md);
  line-height: 200%; /* 32px */
}

.p-photo-top-studio-nav {
  background: linear-gradient(180deg, rgba(255, 248, 240, 0) 0%, rgba(255, 248, 240, 0.4) 10%, rgba(255, 248, 240, 0.4) 90%, rgba(255, 248, 240, 0) 100%);
}

/*--------------------------------------------------------------------------
  Plan Card
---------------------------------------------------------------------------*/
.p-photo-top-plan {
  padding-top: clamp(4rem, 2.7676056338rem + 5.2582159624vw, 7.5rem);
  padding-bottom: clamp(3.5rem, 1.7394366197rem + 7.5117370892vw, 8.5rem);
}
@media (min-width: 768px) {
  .p-photo-top-plan {
    padding-top: clamp(4.5rem, 2.7394366197rem + 7.5117370892vw, 9.5rem);
    padding-bottom: clamp(4rem, 1.0070422535rem + 12.7699530516vw, 12.5rem);
  }
}
@media (min-width: 768px) {
  .p-photo-top-plan__card {
    width: 90.9090909091%;
    margin-left: auto;
  }
}

/*--------------------------------------------------------------------------
  Dress
---------------------------------------------------------------------------*/
.p-photo-top-dress {
  padding-bottom: clamp(6rem, 4.2394366197rem + 7.5117370892vw, 11rem);
}
.p-photo-top-dress__deco-en {
  color: rgba(34, 34, 34, 0.8);
  font-family: var(--font-family-en);
  font-size: min(15vw, 124px);
  font-style: normal;
  font-weight: 100;
  line-height: 90%; /* 124px */
  letter-spacing: 0.03em;
  text-align: center;
  mix-blend-mode: color-burn;
}
@media (min-width: 768px) {
  .p-photo-top-dress__deco-en {
    font-size: clamp(5rem, 4.0316901408rem + 4.1314553991vw, 7.75rem);
  }
}
.p-photo-top-dress__textblock {
  margin-bottom: clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem);
  max-width: 600px;
  margin-top: -24px;
}
@media (min-width: 768px) {
  .p-photo-top-dress__textblock {
    margin-top: -64px;
  }
}
.p-photo-top-dress__ttl {
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 47.6px */
  margin-bottom: 16px;
  position: relative;
  font-size: 18px;
}
@media (min-width: 768px) {
  .p-photo-top-dress__ttl {
    margin-bottom: 32px;
    font-size: var(--font-xxl);
  }
}
.p-photo-top-dress__desc {
  font-size: var(--font-md);
  line-height: 200%; /* 32px */
}
.p-photo-top-dress__gallery {
  margin-inline: calc(50% - 50vw);
}
@media (min-width: 1920px) {
  .p-photo-top-dress__gallery {
    margin-inline: calc((100% - 1920 * 1px) / 2);
  }
}
.p-photo-top-dress__gallery-img {
  aspect-ratio: 342/441;
  overflow: hidden;
}
.p-photo-top-dress__gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-photo-top-dress .swiper-wrapper {
  transition-timing-function: linear;
}

/*--------------------------------------------------------------------------
  Stay
---------------------------------------------------------------------------*/
.p-photo-top-stay {
  position: relative;
  padding-bottom: clamp(5.5rem, 3.9154929577rem + 6.7605633803vw, 10rem);
}
@media (min-width: 768px) {
  .p-photo-top-stay {
    padding-bottom: clamp(7.5rem, 5.2112676056rem + 9.765258216vw, 14rem);
  }
}
.p-photo-top-stay::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  top: 40px;
  margin: auto;
  background: linear-gradient(247deg, rgba(255, 247, 211, 0.6) 0.1%, rgba(254, 253, 250, 0.6) 27.93%, rgba(255, 244, 236, 0.6) 66.79%);
  mix-blend-mode: multiply;
  width: 100%;
  height: calc(100% - 40px);
}
@media (min-width: 768px) {
  .p-photo-top-stay::before {
    top: 56px;
    width: 90%;
    height: 100%;
  }
}
.p-photo-top-stay__deco-text {
  position: absolute;
  color: var(--text-deco-orange, rgba(234, 223, 212, 0.4));
  font-family: var(--font-family-en);
  font-size: min(10svw, 124px);
  left: 0%;
  top: -8%;
  transform-origin: top left;
  transform: rotate(-90deg) translateX(-100%);
  font-style: normal;
  font-weight: 100;
  line-height: 100%;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-photo-top-stay__deco-text {
    font-size: 120px;
    left: 0%;
    top: 30vw;
  }
}
@media (min-width: 1440px) {
  .p-photo-top-stay__deco-text {
    font-size: min(8.2vw, 158px);
    left: 5%;
    top: 23%;
  }
}
.p-photo-top-stay__img-container {
  margin-inline: calc(50% - 50vw);
}
@media (min-width: 1920px) {
  .p-photo-top-stay__img-container {
    margin-inline: calc((100% - 1920 * 1px) / 2);
  }
}
.p-photo-top-stay__img {
  aspect-ratio: 150/109;
  overflow: hidden;
  width: 87.1794871795vw;
  position: relative;
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-photo-top-stay__img {
    width: 65.3645833333%;
  }
}
.p-photo-top-stay__img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 254, 249, 0.6) 0%, rgba(255, 254, 249, 0) 100%);
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.p-photo-top-stay__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-photo-top-stay__textblock {
  position: relative;
  display: flex;
  max-width: 500px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  z-index: 0;
  margin-top: clamp(3.5rem, 2.6197183099rem + 3.7558685446vw, 6rem);
}
@media (min-width: 768px) {
  .p-photo-top-stay__textblock {
    gap: 32px;
    margin-left: min(10vw, 220px);
  }
}
.p-photo-top-stay__textblock::before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  width: 120%;
  height: auto;
  aspect-ratio: 1/1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 254, 249, 0.7098039216) 50%, rgba(255, 254, 249, 0) 100%);
  top: 0;
  left: 0;
  transform: translate(-35%, -25%);
}
.p-photo-top-stay__ttl {
  display: flex;
  align-items: center;
}
.p-photo-top-stay__ttl::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: var(--color-primary-20, #CBBDA3);
  margin-right: 8px;
}
.p-photo-top-stay__ttl-jp {
  color: var(--text-primary-light, #B5A17F);
  font-size: var(--font-md);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.p-photo-top-stay__tagline {
  font-size: var(--font-xxl, 24px);
  line-height: 170%;
}
.p-photo-top-stay__desc {
  font-size: var(--font-sm, 14px);
  line-height: 220%;
  padding-bottom: 16px;
}

/*--------------------------------------------------------------------------
  Gallery
---------------------------------------------------------------------------*/
.p-photo-top-gallery {
  margin-top: clamp(3.5rem, 1.2112676056rem + 9.765258216vw, 10rem);
  margin-bottom: clamp(3.5rem, 0.8591549296rem + 11.2676056338vw, 11rem);
}
.p-photo-top-gallery__container {
  position: relative;
  max-width: 1320px;
  margin-inline: calc(50% - 50vw);
}
@media (min-width: 1920px) {
  .p-photo-top-gallery__container {
    margin-inline: calc((100% - 1920 * 1px) / 2);
  }
}
@media (min-width: 768px) {
  .p-photo-top-gallery__container {
    width: 80vw;
  }
}
.p-photo-top-gallery__img {
  aspect-ratio: 1320/624;
  overflow: hidden;
}
.p-photo-top-gallery__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.6s cubic-bezier(0.16, 1, 0.3, 1), filter 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) {
  .p-photo-top-gallery__link:hover {
    color: var(--text-primary-light);
  }
  .p-photo-top-gallery__link:hover .p-photo-top-gallery__img img {
    transform: scale(1.04);
    filter: brightness(1.08);
  }
  .p-photo-top-gallery__link:hover .c-btn__arrow-img.is-default {
    opacity: 0;
    transform: translate(150%, -50%);
  }
  .p-photo-top-gallery__link:hover .c-btn__arrow-img.is-hover {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.p-photo-top-gallery__text {
  color: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  text-align: center;
  font-family: var(--font-family-en);
  font-style: normal;
  font-weight: 100;
  line-height: 120%; /* 86.4px */
  letter-spacing: 0.08em;
}
.p-photo-top-gallery__text .c-btn__text {
  font-size: clamp(2rem, 1.1197183099rem + 3.7558685446vw, 4.5rem);
  color: #fff;
}
@media (min-width: 768px) {
  .p-photo-top-gallery__text .c-btn__text {
    font-size: 72px;
  }
}
.p-photo-top-gallery__text .c-btn__arrow {
  border-color: #fff;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .p-photo-top-gallery__text .c-btn__arrow {
    width: 80px;
    height: 80px;
  }
}

/*--------------------------------------------------------------------------
  Page Link
---------------------------------------------------------------------------*/
.p-photo-top-page-link {
  position: relative;
  padding-top: clamp(3rem, 2.2957746479rem + 3.0046948357vw, 5rem);
  padding-bottom: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem);
  z-index: 0;
}
.p-photo-top-page-link::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  z-index: -1;
  background: linear-gradient(247deg, rgba(255, 247, 211, 0.6) 0.1%, rgba(254, 253, 250, 0.6) 27.93%, rgba(255, 244, 236, 0.6) 66.79%);
  mix-blend-mode: multiply;
}
.p-photo-top-page-link__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .p-photo-top-page-link__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    justify-content: center;
  }
}

/*--------------------------------------------------------------------------
  News
---------------------------------------------------------------------------*/
.p-photo-top-news {
  margin-block: clamp(3rem, 1.7676056338rem + 5.2582159624vw, 6.5rem);
}
.p-photo-top-news__heading {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-photo-top-news__heading {
    margin-bottom: 24px;
  }
}
.p-photo-top-news__btn {
  margin-left: auto;
  margin-top: 24px;
}

/*--------------------------------------------------------------------------
  Access
---------------------------------------------------------------------------*/
.p-photo-top-access {
  margin-top: clamp(3rem, 1.7676056338rem + 5.2582159624vw, 6.5rem);
}
.p-photo-top-access__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .p-photo-top-access__inner {
    flex-direction: row;
    gap: 11%;
    align-items: center;
    justify-content: space-between;
    gap: 11%;
  }
}
.p-photo-top-access__map {
  aspect-ratio: 1/1;
  width: 100%;
}
@media (min-width: 768px) {
  .p-photo-top-access__map {
    aspect-ratio: 148/107;
  }
}
.p-photo-top-access__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (min-width: 768px) {
  .p-photo-top-access__textblock {
    min-width: 300px;
  }
}
.p-photo-top-access__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .p-photo-top-access__info {
    gap: 32px;
  }
}
.p-photo-top-access__address, .p-photo-top-access__direction {
  font-size: var(--font-sp-font-body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
.p-photo-top-access__direction {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-photo-top-access__direction {
    margin-bottom: 16px;
  }
}

/*--------------------------------------------------------------------------
  Theme
---------------------------------------------------------------------------*/
.t-theme-bg {
  position: relative; /* 擬似要素の基準点 */
  z-index: 1; /* コンテンツを擬似要素より上にするため */
  /* -------------------------------------------
     グラデーション背景（擬似要素）
  ------------------------------------------- */
}
.t-theme-bg::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: var(--theme-bg);
}

/*--------------------------------------------------------------------------
  Animation Utilities
---------------------------------------------------------------------------*/
.u-fade-up {
  opacity: 0;
}

.u-fade-up.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.u-slide-in {
  width: fit-content;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1), clip-path 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.u-slide-in.is-show {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.u-reveal-zoom-out {
  overflow: hidden;
  position: relative;
}
.u-reveal-zoom-out img {
  transform: scale(1.05);
  transition: transform 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s, opacity 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  opacity: 0;
}
.u-reveal-zoom-out::after {
  border: 1px solid #f6f3ea;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  width: 100%;
}
.u-reveal-zoom-out.is-show img {
  transform: none;
  opacity: 1;
}
.u-reveal-zoom-out.is-show::after {
  animation: revealZoomOutFrame 2s forwards;
}

@keyframes revealZoomOutFrame {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*--------------------------------------------------------------------------
  Display Utilities
--------------------------------------------------------------------------*/
.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.grid {
  display: grid !important;
}

.inline-grid {
  display: inline-grid !important;
}

.hidden {
  display: none !important;
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.no-link {
  pointer-events: none;
  text-decoration: none !important;
  cursor: initial;
}

/*--------------------------------------------------------------------------
 Size Utilities
---------------------------------------------------------------------------*/
.mlr-auto {
  margin-inline: auto !important;
}

/* 8pxごと */
/* マージン関連クラス */
.m-0 {
  margin: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mtb-0 {
  margin-block: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mlr-0 {
  margin-inline: 0px !important;
}

@media screen and (min-width: 768px) {
  .m-0-pc {
    margin: 0px !important;
  }
  .mt-0-pc {
    margin-top: 0px !important;
  }
  .mb-0-pc {
    margin-bottom: 0px !important;
  }
  .mtb-0-pc {
    margin-block: 0px !important;
  }
  .ml-0-pc {
    margin-left: 0px !important;
  }
  .mr-0-pc {
    margin-right: 0px !important;
  }
  .mlr-0-pc {
    margin-inline: 0px !important;
  }
}
/* パディング関連クラス */
.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.ptb-0 {
  padding-block: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.plr-0 {
  padding-inline: 0px !important;
}

@media screen and (min-width: 768px) {
  .p-0-pc {
    padding: 0px !important;
  }
  .pt-0-pc {
    padding-top: 0px !important;
  }
  .pb-0-pc {
    padding-bottom: 0px !important;
  }
  .ptb-0-pc {
    padding-block: 0px !important;
  }
  .pl-0-pc {
    padding-left: 0px !important;
  }
  .pr-0-pc {
    padding-right: 0px !important;
  }
  .plr-0-pc {
    padding-inline: 0px !important;
  }
}
.fs-0 {
  font-size: 0px !important;
}

@media screen and (min-width: 768px) {
  .fs-0-pc {
    font-size: 0px !important;
  }
}
/* マージン関連クラス */
.m-8 {
  margin: 8px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mtb-8 {
  margin-block: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mlr-8 {
  margin-inline: 8px !important;
}

@media screen and (min-width: 768px) {
  .m-8-pc {
    margin: 8px !important;
  }
  .mt-8-pc {
    margin-top: 8px !important;
  }
  .mb-8-pc {
    margin-bottom: 8px !important;
  }
  .mtb-8-pc {
    margin-block: 8px !important;
  }
  .ml-8-pc {
    margin-left: 8px !important;
  }
  .mr-8-pc {
    margin-right: 8px !important;
  }
  .mlr-8-pc {
    margin-inline: 8px !important;
  }
}
/* パディング関連クラス */
.p-8 {
  padding: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.ptb-8 {
  padding-block: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.plr-8 {
  padding-inline: 8px !important;
}

@media screen and (min-width: 768px) {
  .p-8-pc {
    padding: 8px !important;
  }
  .pt-8-pc {
    padding-top: 8px !important;
  }
  .pb-8-pc {
    padding-bottom: 8px !important;
  }
  .ptb-8-pc {
    padding-block: 8px !important;
  }
  .pl-8-pc {
    padding-left: 8px !important;
  }
  .pr-8-pc {
    padding-right: 8px !important;
  }
  .plr-8-pc {
    padding-inline: 8px !important;
  }
}
.fs-8 {
  font-size: 8px !important;
}

@media screen and (min-width: 768px) {
  .fs-8-pc {
    font-size: 8px !important;
  }
}
/* マージン関連クラス */
.m-16 {
  margin: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mtb-16 {
  margin-block: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mlr-16 {
  margin-inline: 16px !important;
}

@media screen and (min-width: 768px) {
  .m-16-pc {
    margin: 16px !important;
  }
  .mt-16-pc {
    margin-top: 16px !important;
  }
  .mb-16-pc {
    margin-bottom: 16px !important;
  }
  .mtb-16-pc {
    margin-block: 16px !important;
  }
  .ml-16-pc {
    margin-left: 16px !important;
  }
  .mr-16-pc {
    margin-right: 16px !important;
  }
  .mlr-16-pc {
    margin-inline: 16px !important;
  }
}
/* パディング関連クラス */
.p-16 {
  padding: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.ptb-16 {
  padding-block: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.plr-16 {
  padding-inline: 16px !important;
}

@media screen and (min-width: 768px) {
  .p-16-pc {
    padding: 16px !important;
  }
  .pt-16-pc {
    padding-top: 16px !important;
  }
  .pb-16-pc {
    padding-bottom: 16px !important;
  }
  .ptb-16-pc {
    padding-block: 16px !important;
  }
  .pl-16-pc {
    padding-left: 16px !important;
  }
  .pr-16-pc {
    padding-right: 16px !important;
  }
  .plr-16-pc {
    padding-inline: 16px !important;
  }
}
.fs-16 {
  font-size: 16px !important;
}

@media screen and (min-width: 768px) {
  .fs-16-pc {
    font-size: 16px !important;
  }
}
/* マージン関連クラス */
.m-24 {
  margin: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mtb-24 {
  margin-block: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mlr-24 {
  margin-inline: 24px !important;
}

@media screen and (min-width: 768px) {
  .m-24-pc {
    margin: 24px !important;
  }
  .mt-24-pc {
    margin-top: 24px !important;
  }
  .mb-24-pc {
    margin-bottom: 24px !important;
  }
  .mtb-24-pc {
    margin-block: 24px !important;
  }
  .ml-24-pc {
    margin-left: 24px !important;
  }
  .mr-24-pc {
    margin-right: 24px !important;
  }
  .mlr-24-pc {
    margin-inline: 24px !important;
  }
}
/* パディング関連クラス */
.p-24 {
  padding: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.ptb-24 {
  padding-block: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.plr-24 {
  padding-inline: 24px !important;
}

@media screen and (min-width: 768px) {
  .p-24-pc {
    padding: 24px !important;
  }
  .pt-24-pc {
    padding-top: 24px !important;
  }
  .pb-24-pc {
    padding-bottom: 24px !important;
  }
  .ptb-24-pc {
    padding-block: 24px !important;
  }
  .pl-24-pc {
    padding-left: 24px !important;
  }
  .pr-24-pc {
    padding-right: 24px !important;
  }
  .plr-24-pc {
    padding-inline: 24px !important;
  }
}
.fs-24 {
  font-size: 24px !important;
}

@media screen and (min-width: 768px) {
  .fs-24-pc {
    font-size: 24px !important;
  }
}
/* マージン関連クラス */
.m-32 {
  margin: 32px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mtb-32 {
  margin-block: 32px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mlr-32 {
  margin-inline: 32px !important;
}

@media screen and (min-width: 768px) {
  .m-32-pc {
    margin: 32px !important;
  }
  .mt-32-pc {
    margin-top: 32px !important;
  }
  .mb-32-pc {
    margin-bottom: 32px !important;
  }
  .mtb-32-pc {
    margin-block: 32px !important;
  }
  .ml-32-pc {
    margin-left: 32px !important;
  }
  .mr-32-pc {
    margin-right: 32px !important;
  }
  .mlr-32-pc {
    margin-inline: 32px !important;
  }
}
/* パディング関連クラス */
.p-32 {
  padding: 32px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.ptb-32 {
  padding-block: 32px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.plr-32 {
  padding-inline: 32px !important;
}

@media screen and (min-width: 768px) {
  .p-32-pc {
    padding: 32px !important;
  }
  .pt-32-pc {
    padding-top: 32px !important;
  }
  .pb-32-pc {
    padding-bottom: 32px !important;
  }
  .ptb-32-pc {
    padding-block: 32px !important;
  }
  .pl-32-pc {
    padding-left: 32px !important;
  }
  .pr-32-pc {
    padding-right: 32px !important;
  }
  .plr-32-pc {
    padding-inline: 32px !important;
  }
}
.fs-32 {
  font-size: 32px !important;
}

@media screen and (min-width: 768px) {
  .fs-32-pc {
    font-size: 32px !important;
  }
}
/* マージン関連クラス */
.m-40 {
  margin: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mtb-40 {
  margin-block: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mlr-40 {
  margin-inline: 40px !important;
}

@media screen and (min-width: 768px) {
  .m-40-pc {
    margin: 40px !important;
  }
  .mt-40-pc {
    margin-top: 40px !important;
  }
  .mb-40-pc {
    margin-bottom: 40px !important;
  }
  .mtb-40-pc {
    margin-block: 40px !important;
  }
  .ml-40-pc {
    margin-left: 40px !important;
  }
  .mr-40-pc {
    margin-right: 40px !important;
  }
  .mlr-40-pc {
    margin-inline: 40px !important;
  }
}
/* パディング関連クラス */
.p-40 {
  padding: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.ptb-40 {
  padding-block: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.plr-40 {
  padding-inline: 40px !important;
}

@media screen and (min-width: 768px) {
  .p-40-pc {
    padding: 40px !important;
  }
  .pt-40-pc {
    padding-top: 40px !important;
  }
  .pb-40-pc {
    padding-bottom: 40px !important;
  }
  .ptb-40-pc {
    padding-block: 40px !important;
  }
  .pl-40-pc {
    padding-left: 40px !important;
  }
  .pr-40-pc {
    padding-right: 40px !important;
  }
  .plr-40-pc {
    padding-inline: 40px !important;
  }
}
.fs-40 {
  font-size: 40px !important;
}

@media screen and (min-width: 768px) {
  .fs-40-pc {
    font-size: 40px !important;
  }
}
/* マージン関連クラス */
.m-48 {
  margin: 48px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mtb-48 {
  margin-block: 48px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.mlr-48 {
  margin-inline: 48px !important;
}

@media screen and (min-width: 768px) {
  .m-48-pc {
    margin: 48px !important;
  }
  .mt-48-pc {
    margin-top: 48px !important;
  }
  .mb-48-pc {
    margin-bottom: 48px !important;
  }
  .mtb-48-pc {
    margin-block: 48px !important;
  }
  .ml-48-pc {
    margin-left: 48px !important;
  }
  .mr-48-pc {
    margin-right: 48px !important;
  }
  .mlr-48-pc {
    margin-inline: 48px !important;
  }
}
/* パディング関連クラス */
.p-48 {
  padding: 48px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.ptb-48 {
  padding-block: 48px !important;
}

.pl-48 {
  padding-left: 48px !important;
}

.pr-48 {
  padding-right: 48px !important;
}

.plr-48 {
  padding-inline: 48px !important;
}

@media screen and (min-width: 768px) {
  .p-48-pc {
    padding: 48px !important;
  }
  .pt-48-pc {
    padding-top: 48px !important;
  }
  .pb-48-pc {
    padding-bottom: 48px !important;
  }
  .ptb-48-pc {
    padding-block: 48px !important;
  }
  .pl-48-pc {
    padding-left: 48px !important;
  }
  .pr-48-pc {
    padding-right: 48px !important;
  }
  .plr-48-pc {
    padding-inline: 48px !important;
  }
}
.fs-48 {
  font-size: 48px !important;
}

@media screen and (min-width: 768px) {
  .fs-48-pc {
    font-size: 48px !important;
  }
}
/* マージン関連クラス */
.m-56 {
  margin: 56px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.mtb-56 {
  margin-block: 56px !important;
}

.ml-56 {
  margin-left: 56px !important;
}

.mr-56 {
  margin-right: 56px !important;
}

.mlr-56 {
  margin-inline: 56px !important;
}

@media screen and (min-width: 768px) {
  .m-56-pc {
    margin: 56px !important;
  }
  .mt-56-pc {
    margin-top: 56px !important;
  }
  .mb-56-pc {
    margin-bottom: 56px !important;
  }
  .mtb-56-pc {
    margin-block: 56px !important;
  }
  .ml-56-pc {
    margin-left: 56px !important;
  }
  .mr-56-pc {
    margin-right: 56px !important;
  }
  .mlr-56-pc {
    margin-inline: 56px !important;
  }
}
/* パディング関連クラス */
.p-56 {
  padding: 56px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.ptb-56 {
  padding-block: 56px !important;
}

.pl-56 {
  padding-left: 56px !important;
}

.pr-56 {
  padding-right: 56px !important;
}

.plr-56 {
  padding-inline: 56px !important;
}

@media screen and (min-width: 768px) {
  .p-56-pc {
    padding: 56px !important;
  }
  .pt-56-pc {
    padding-top: 56px !important;
  }
  .pb-56-pc {
    padding-bottom: 56px !important;
  }
  .ptb-56-pc {
    padding-block: 56px !important;
  }
  .pl-56-pc {
    padding-left: 56px !important;
  }
  .pr-56-pc {
    padding-right: 56px !important;
  }
  .plr-56-pc {
    padding-inline: 56px !important;
  }
}
.fs-56 {
  font-size: 56px !important;
}

@media screen and (min-width: 768px) {
  .fs-56-pc {
    font-size: 56px !important;
  }
}
/* マージン関連クラス */
.m-64 {
  margin: 64px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mtb-64 {
  margin-block: 64px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.mlr-64 {
  margin-inline: 64px !important;
}

@media screen and (min-width: 768px) {
  .m-64-pc {
    margin: 64px !important;
  }
  .mt-64-pc {
    margin-top: 64px !important;
  }
  .mb-64-pc {
    margin-bottom: 64px !important;
  }
  .mtb-64-pc {
    margin-block: 64px !important;
  }
  .ml-64-pc {
    margin-left: 64px !important;
  }
  .mr-64-pc {
    margin-right: 64px !important;
  }
  .mlr-64-pc {
    margin-inline: 64px !important;
  }
}
/* パディング関連クラス */
.p-64 {
  padding: 64px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.ptb-64 {
  padding-block: 64px !important;
}

.pl-64 {
  padding-left: 64px !important;
}

.pr-64 {
  padding-right: 64px !important;
}

.plr-64 {
  padding-inline: 64px !important;
}

@media screen and (min-width: 768px) {
  .p-64-pc {
    padding: 64px !important;
  }
  .pt-64-pc {
    padding-top: 64px !important;
  }
  .pb-64-pc {
    padding-bottom: 64px !important;
  }
  .ptb-64-pc {
    padding-block: 64px !important;
  }
  .pl-64-pc {
    padding-left: 64px !important;
  }
  .pr-64-pc {
    padding-right: 64px !important;
  }
  .plr-64-pc {
    padding-inline: 64px !important;
  }
}
.fs-64 {
  font-size: 64px !important;
}

@media screen and (min-width: 768px) {
  .fs-64-pc {
    font-size: 64px !important;
  }
}
/* マージン関連クラス */
.m-72 {
  margin: 72px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.mtb-72 {
  margin-block: 72px !important;
}

.ml-72 {
  margin-left: 72px !important;
}

.mr-72 {
  margin-right: 72px !important;
}

.mlr-72 {
  margin-inline: 72px !important;
}

@media screen and (min-width: 768px) {
  .m-72-pc {
    margin: 72px !important;
  }
  .mt-72-pc {
    margin-top: 72px !important;
  }
  .mb-72-pc {
    margin-bottom: 72px !important;
  }
  .mtb-72-pc {
    margin-block: 72px !important;
  }
  .ml-72-pc {
    margin-left: 72px !important;
  }
  .mr-72-pc {
    margin-right: 72px !important;
  }
  .mlr-72-pc {
    margin-inline: 72px !important;
  }
}
/* パディング関連クラス */
.p-72 {
  padding: 72px !important;
}

.pt-72 {
  padding-top: 72px !important;
}

.pb-72 {
  padding-bottom: 72px !important;
}

.ptb-72 {
  padding-block: 72px !important;
}

.pl-72 {
  padding-left: 72px !important;
}

.pr-72 {
  padding-right: 72px !important;
}

.plr-72 {
  padding-inline: 72px !important;
}

@media screen and (min-width: 768px) {
  .p-72-pc {
    padding: 72px !important;
  }
  .pt-72-pc {
    padding-top: 72px !important;
  }
  .pb-72-pc {
    padding-bottom: 72px !important;
  }
  .ptb-72-pc {
    padding-block: 72px !important;
  }
  .pl-72-pc {
    padding-left: 72px !important;
  }
  .pr-72-pc {
    padding-right: 72px !important;
  }
  .plr-72-pc {
    padding-inline: 72px !important;
  }
}
.fs-72 {
  font-size: 72px !important;
}

@media screen and (min-width: 768px) {
  .fs-72-pc {
    font-size: 72px !important;
  }
}
/* マージン関連クラス */
.m-80 {
  margin: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mtb-80 {
  margin-block: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mlr-80 {
  margin-inline: 80px !important;
}

@media screen and (min-width: 768px) {
  .m-80-pc {
    margin: 80px !important;
  }
  .mt-80-pc {
    margin-top: 80px !important;
  }
  .mb-80-pc {
    margin-bottom: 80px !important;
  }
  .mtb-80-pc {
    margin-block: 80px !important;
  }
  .ml-80-pc {
    margin-left: 80px !important;
  }
  .mr-80-pc {
    margin-right: 80px !important;
  }
  .mlr-80-pc {
    margin-inline: 80px !important;
  }
}
/* パディング関連クラス */
.p-80 {
  padding: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.ptb-80 {
  padding-block: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.plr-80 {
  padding-inline: 80px !important;
}

@media screen and (min-width: 768px) {
  .p-80-pc {
    padding: 80px !important;
  }
  .pt-80-pc {
    padding-top: 80px !important;
  }
  .pb-80-pc {
    padding-bottom: 80px !important;
  }
  .ptb-80-pc {
    padding-block: 80px !important;
  }
  .pl-80-pc {
    padding-left: 80px !important;
  }
  .pr-80-pc {
    padding-right: 80px !important;
  }
  .plr-80-pc {
    padding-inline: 80px !important;
  }
}
.fs-80 {
  font-size: 80px !important;
}

@media screen and (min-width: 768px) {
  .fs-80-pc {
    font-size: 80px !important;
  }
}
/* マージン関連クラス */
.m-88 {
  margin: 88px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.mb-88 {
  margin-bottom: 88px !important;
}

.mtb-88 {
  margin-block: 88px !important;
}

.ml-88 {
  margin-left: 88px !important;
}

.mr-88 {
  margin-right: 88px !important;
}

.mlr-88 {
  margin-inline: 88px !important;
}

@media screen and (min-width: 768px) {
  .m-88-pc {
    margin: 88px !important;
  }
  .mt-88-pc {
    margin-top: 88px !important;
  }
  .mb-88-pc {
    margin-bottom: 88px !important;
  }
  .mtb-88-pc {
    margin-block: 88px !important;
  }
  .ml-88-pc {
    margin-left: 88px !important;
  }
  .mr-88-pc {
    margin-right: 88px !important;
  }
  .mlr-88-pc {
    margin-inline: 88px !important;
  }
}
/* パディング関連クラス */
.p-88 {
  padding: 88px !important;
}

.pt-88 {
  padding-top: 88px !important;
}

.pb-88 {
  padding-bottom: 88px !important;
}

.ptb-88 {
  padding-block: 88px !important;
}

.pl-88 {
  padding-left: 88px !important;
}

.pr-88 {
  padding-right: 88px !important;
}

.plr-88 {
  padding-inline: 88px !important;
}

@media screen and (min-width: 768px) {
  .p-88-pc {
    padding: 88px !important;
  }
  .pt-88-pc {
    padding-top: 88px !important;
  }
  .pb-88-pc {
    padding-bottom: 88px !important;
  }
  .ptb-88-pc {
    padding-block: 88px !important;
  }
  .pl-88-pc {
    padding-left: 88px !important;
  }
  .pr-88-pc {
    padding-right: 88px !important;
  }
  .plr-88-pc {
    padding-inline: 88px !important;
  }
}
.fs-88 {
  font-size: 88px !important;
}

@media screen and (min-width: 768px) {
  .fs-88-pc {
    font-size: 88px !important;
  }
}
/* マージン関連クラス */
.m-96 {
  margin: 96px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.mtb-96 {
  margin-block: 96px !important;
}

.ml-96 {
  margin-left: 96px !important;
}

.mr-96 {
  margin-right: 96px !important;
}

.mlr-96 {
  margin-inline: 96px !important;
}

@media screen and (min-width: 768px) {
  .m-96-pc {
    margin: 96px !important;
  }
  .mt-96-pc {
    margin-top: 96px !important;
  }
  .mb-96-pc {
    margin-bottom: 96px !important;
  }
  .mtb-96-pc {
    margin-block: 96px !important;
  }
  .ml-96-pc {
    margin-left: 96px !important;
  }
  .mr-96-pc {
    margin-right: 96px !important;
  }
  .mlr-96-pc {
    margin-inline: 96px !important;
  }
}
/* パディング関連クラス */
.p-96 {
  padding: 96px !important;
}

.pt-96 {
  padding-top: 96px !important;
}

.pb-96 {
  padding-bottom: 96px !important;
}

.ptb-96 {
  padding-block: 96px !important;
}

.pl-96 {
  padding-left: 96px !important;
}

.pr-96 {
  padding-right: 96px !important;
}

.plr-96 {
  padding-inline: 96px !important;
}

@media screen and (min-width: 768px) {
  .p-96-pc {
    padding: 96px !important;
  }
  .pt-96-pc {
    padding-top: 96px !important;
  }
  .pb-96-pc {
    padding-bottom: 96px !important;
  }
  .ptb-96-pc {
    padding-block: 96px !important;
  }
  .pl-96-pc {
    padding-left: 96px !important;
  }
  .pr-96-pc {
    padding-right: 96px !important;
  }
  .plr-96-pc {
    padding-inline: 96px !important;
  }
}
.fs-96 {
  font-size: 96px !important;
}

@media screen and (min-width: 768px) {
  .fs-96-pc {
    font-size: 96px !important;
  }
}
.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

/* width */
.w-fit {
  width: fit-content !important;
}

.w-100 {
  width: 100% !important;
}

/* Max Width */
.max-w-content {
  max-width: 1200px !important;
}

.max-w-100 {
  max-width: 100% !important;
}

@media (min-width: 768px) {
  .max-w-pc {
    max-width: 1200px !important;
    margin-inline: auto;
  }
}

@media (min-width: 768px) {
  .max-w-pc-lg {
    max-width: 1320px !important;
    width: 95vw !important;
  }
}

/*--------------------------------------------------------------------------
  Text Utilities
---------------------------------------------------------------------------*/
/* Text Alignment */
.text-center {
  text-align: center !important;
}

.text-center-pc {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-left-pc {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-right-pc {
  text-align: right !important;
}

/* Font Weight */
.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-900 {
  font-weight: 900 !important;
}

.text-en {
  font-family: "Outfit", sans-serif;
}

.text-jp {
  font-family: "Noto Sans JP", sans-serif;
}

/* Line Height */
.lh-10 {
  line-height: 1 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-20 {
  line-height: 2 !important;
}

/* Text Decoration */
.underline {
  text-decoration: underline;
}

/* Text Transform */
.uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}/*# sourceMappingURL=style.css.map */