@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--photoreport {
  --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%);
}
.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--restaurant {
  --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-nm: clamp(0.9375rem, 0.9154929577rem + 0.0938967136vw, 1rem);
  --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-mxl: clamp(1.1875rem, 1.1214788732rem + 0.2816901408vw, 1.375rem);
  --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(4, 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;
  }
}
@media (min-width: 768px) {
  .l-sec__inner--xl {
    max-width: 1767px;
    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: Paginathing
-------------------------------------------------------------------------- */
.c-paginathing-container {
  position: relative;
  padding-top: 72px;
}
.c-paginathing-container .paginathing {
  display: flex;
  justify-content: center;
}
.c-paginathing-container .paginathing .page-item {
  width: 40px;
  height: 40px;
  margin: 0 10px;
  color: var(--text-subtle-darker, #645E54);
  text-align: center;
  font-family: var(--font-family-en, Outfit);
  font-size: var(--font-md, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 18px */
  letter-spacing: 0.75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--surface-light-brown-on-white, #FBF9F6);
}
.c-paginathing-container .paginathing .page-item:hover {
  cursor: pointer;
}
.c-paginathing-container .paginathing .page-item.active {
  background: var(--surface-light-orage, #EDE6DB);
}
.c-paginathing-container .paginathing .page-item.prev {
  margin-right: 6px;
  background: none;
  text-indent: -9999px;
}
.c-paginathing-container .paginathing .page-item.prev::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--color-secondary-60, #978F83);
  border-left: 1px solid var(--color-secondary-60, #978F83);
  transform: rotate(-45deg);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  display: inline-block;
}
.c-paginathing-container .paginathing .page-item.next {
  margin-left: 6px;
  background: none;
  text-indent: -9999px;
}
.c-paginathing-container .paginathing .page-item.next::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--color-secondary-60, #978F83);
  border-left: 1px solid var(--color-secondary-60, #978F83);
  transform: rotate(135deg);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  display: inline-block;
}

/* --------------------------------------------------------------------------
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
    ヘッダーのSNSリンクのスタイル
---------------------------------------------------------------------------*/
.c-sns-links {
  display: flex;
  gap: 16px;
}
.c-sns-links__item {
  width: 27px;
  height: 27px;
}

/*--------------------------------------------------------------------------
   Component: Button
---------------------------------------------------------------------------*/
.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: 180px;
  }
}
@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);
}

/*--------------------------------------------------------------------------
   Component: Fixed Button
   PCでは右サイドに、SPでは画面下部に固定されるCTAボタン。
   スクロールに応じて表示/非表示が切り替わる（JavaScriptで制御）
---------------------------------------------------------------------------*/
.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__link-text > span {
  margin-bottom: 0;
  display: inline;
}
@media (min-width: 768px) {
  .c-fixed-button__link-text > span {
    margin-bottom: -0.2em;
    display: block;
  }
}
.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
総合トップのPOINT（--frameのmodifier付き）、
会食付きフォトウェディングのPOINTで使用するカードコンポーネント
-------------------------------------------------------------------------- */
.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: 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: 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: 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
  Heroセクションにアニメーションをつけるためのクラス
---------------------------------------------------------------------------*/
.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);
  }
}

/*--------------------------------------------------------------------------
  Studio Nav
  スタジオ紹介のナビゲーション。フォトウェディングTOP、各フォトスタジオの下部で使用。
  スタイルは2種類あり、フォトウェディングTOPではテーマカラーを使用したカラフルなスタイル、下部ではシンプルなスタイルを使用する想定。
---------------------------------------------------------------------------*/
.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);
}

/*--------------------------------------------------------------------------
  Dress  ドレス紹介ページ

  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);
  }
}
/*--------------------------------------------------------------------------
  フォトウェディングリポートページ

  Photo Wedding Report Page
---------------------------------------------------------------------------*/
.theme-bg {
  background: var(--theme-bg-report);
}

.p-wedding-report {
  padding-bottom: clamp(4rem, 2.2394366197rem + 7.5117370892vw, 9rem);
}
.p-wedding-report__grid {
  margin-top: 120px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(364px, 1fr));
  gap: 20px 12px;
}
@media (min-width: 768px) {
  .p-wedding-report__grid {
    grid-template-columns: repeat(auto-fill, minmax(25.77vw, 1fr));
    gap: 5vw 3.82vw;
  }
}
@media (min-width: 1412px) {
  .p-wedding-report__grid {
    grid-template-columns: repeat(auto-fill, minmax(364px, 1fr));
    gap: 72px 54px;
  }
}
.p-wedding-report__item {
  width: 90vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  display: none;
}
@media (min-width: 768px) {
  .p-wedding-report__item {
    width: 25.77vw;
    margin-bottom: 0;
  }
}
@media (min-width: 1412px) {
  .p-wedding-report__item {
    width: 364px;
  }
}
.p-wedding-report__item.is-visible {
  animation: fadeInPager 1s cubic-bezier(0.63, 0, 0.41, 1) forwards;
}
.p-wedding-report__item a {
  display: block;
  overflow: hidden;
}
.p-wedding-report__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-wedding-report__item a:hover img {
    transform: scale(1.05);
  }
}
.p-wedding-report__item .c-card__body {
  padding: 16px 8px 0 8px;
  position: relative;
}
.p-wedding-report__item .c-card__body p {
  margin-bottom: 12px;
  color: var(--text-primary-dark, #6D552A);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-md, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 21.75px */
  letter-spacing: 0.45px;
}
@media (min-width: 768px) {
  .p-wedding-report__item .c-card__body p {
    padding-right: 4em;
  }
}
.p-wedding-report__item .c-card__body mark {
  margin-right: 10px;
  padding: 6px 10px 6px 8px;
  border-radius: 2px;
  background: var(--background-beige, #F8F4ED);
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-sp-font-xs, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15.6px */
  letter-spacing: 0.6px;
  gap: 6px;
  display: inline-flex;
  align-items: center;
}
.p-wedding-report__item .c-card__body mark::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #978F83;
  border-radius: 50%;
  letter-spacing: 0;
}
.p-wedding-report__item .c-card__body .c-btn {
  position: absolute;
  top: 19px;
  right: 0;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-wedding-report__item .c-card__body .c-btn:hover {
    opacity: 1;
  }
}
.p-wedding-report__item .c-card__body .c-btn__arrow {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
}
.p-wedding-report__detail {
  color: var(--text-primary-dark, #6D552A);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-wedding-report__detail {
    flex-direction: row;
  }
}
.p-wedding-report__detail .l-lcol {
  width: 100%;
}
@media (min-width: 768px) {
  .p-wedding-report__detail .l-lcol {
    width: 66.66vw;
    margin-right: 2.5vw;
  }
}
@media (min-width: 1200px) {
  .p-wedding-report__detail .l-lcol {
    width: 800px;
  }
}
.p-wedding-report__detail .l-lcol summary {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border-default, #ece7de);
}
.p-wedding-report__detail .l-lcol summary h2 {
  margin-bottom: 20px;
  font-size: var(--font-mxl, 28px);
  font-weight: 500;
}
.p-wedding-report__detail .l-lcol summary .tags {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.p-wedding-report__detail .l-lcol summary .tags mark {
  padding: 6px 10px 6px 8px;
  border-radius: 2px;
  background: var(--background-beige, #F8F4ED);
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-sp-font-xs, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15.6px */
  letter-spacing: 0.6px;
  gap: 6px;
  display: inline-flex;
  align-items: center;
}
.p-wedding-report__detail .l-lcol summary .tags mark::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #978F83;
  border-radius: 50%;
  letter-spacing: 0;
}
.p-wedding-report__detail .l-lcol summary p {
  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;
}
.p-wedding-report__detail .l-lcol article {
  margin-bottom: 40px;
}
.p-wedding-report__detail .l-lcol article > figure {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-wedding-report__detail .l-lcol article > figure {
    margin-bottom: 20px;
  }
}
.p-wedding-report__detail .l-lcol .photo .c-swiper-pagination {
  padding-top: 8px;
}
.p-wedding-report__detail .l-lcol .photo .c-swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
}
.p-wedding-report__detail .l-lcol .photo .c-swiper-nav {
  margin-top: 8px;
}
.p-wedding-report__detail .l-rcol {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-wedding-report__detail .l-rcol {
    width: 25vw;
  }
}
@media (min-width: 1200px) {
  .p-wedding-report__detail .l-rcol {
    width: 300px;
  }
}
.p-wedding-report__detail .l-rcol .l-category {
  padding: 27px 24px;
  border-radius: var(--border-radius-0, 0);
  background: var(--surface-light-brown-on-white, #FBF9F6);
}
.p-wedding-report__detail .l-rcol .l-category__item {
  margin-bottom: 2px;
}
.p-wedding-report__detail .l-rcol .l-category__item a {
  display: inline-flex;
  align-items: center;
  color: var(--brown-gray-70, #7E766C);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-sm, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -6px;
}
.p-wedding-report__detail .l-rcol .l-category__item a .c-btn__arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 0;
  background: var(--brown-gray-0, #FFFFFF);
}
.p-wedding-report__detail .l-rcol .l-category__item a .c-btn__arrow .c-btn__arrow-img {
  width: 10px;
  height: 10px;
}
.p-wedding-report__detail .l-rcol .l-category h3 {
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: #a58f67;
  font-size: var(--font-lg, 18px);
  font-weight: 300;
  font-family: "Outfit", sans-serif;
  line-height: 18px;
  border-bottom: 1px solid var(--border-default, #ece7de);
}
.p-wedding-report__detail .l-rcol .l-category a {
  font-size: var(--font-sm, 14px);
}
.p-wedding-report__detail .l-rcol .l-category a .c-btn__arrow {
  width: 18px;
  height: 18px;
  background: var(--brown-gray-0, #FFFFFF);
}
.p-wedding-report__detail .l-rcol .l-category a .c-btn__arrow .c-btn__arrow-img {
  width: 10px;
  height: 10px;
}
.p-wedding-report__img-wrapper {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-wedding-report__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.p-wedding-report__img-wrapper:hover img {
  transform: scale(1.05);
}

/* ページング時のフェードイン */
@keyframes fadeInPager {
  0% {
    opacity: 0;
    transform: translateY(10px); /* 10px 下に下げておく */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------------------------------------------------------------------
  よくあるご質問ページ

  FAQ Page
---------------------------------------------------------------------------*/
.p-faq {
  margin-bottom: 0;
}
.p-faq-list {
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-faq-list {
    flex-direction: row;
  }
}
.p-faq-list__inner {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.p-faq-list__inner:last-of-type {
  margin-bottom: clamp(3rem, 2.4718309859rem + 2.2535211268vw, 4.5rem);
}
.p-faq-list__inner:last-of-type .p-faq-list__item:last-child {
  border-right: none;
}
@media (min-width: 768px) {
  .p-faq-list__inner {
    margin-bottom: 72px;
  }
  .p-faq-list__inner:last-of-type {
    margin-bottom: 72px;
  }
}
.p-faq-list__item {
  width: 11.5em;
  display: flex;
  margin: 0 0 0 0;
  padding: 2px 0 2px 0;
  border-right: none;
  font-size: var(--font-md);
  line-height: 1.45;
}
@media (min-width: 768px) {
  .p-faq-list__item {
    margin: 0 0 0 2.5vw;
    padding: 2px 2.5vw 2px 0;
    width: auto;
    border-right: 1px solid var(--border-secondary-light);
  }
}
.p-faq-list__item .c-btn__arrow {
  width: 30px;
  height: 30px;
  rotate: 90deg;
}
.p-faq-list__item .c-btn__arrow-img {
  width: 12px !important;
  height: 12px !important;
}
.p-faq__ttl {
  margin-bottom: 32px;
}
.p-faq__ttl-sub {
  color: var(--text-primary-dark, #6D552A);
  font-family: var(--font-family-en, Outfit);
  font-size: var(--font-nm, 16px);
  font-style: normal;
  font-weight: 200;
  line-height: 100%; /* 16px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: block;
}
.p-faq__ttl-main {
  color: var(--text-primary-dark, #6D552A);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-xl, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: 1px;
  display: block;
  margin-top: 6px;
}
.p-faq__content {
  margin-bottom: 80px;
}
.p-faq__content:last-of-type {
  margin-bottom: 0;
}
.p-faq__content .p-faq__qa {
  margin-bottom: 10px;
  padding: 10px 12px;
  border-radius: var(--border-radius-xxs, 2px) var(--border-radius-xl, 30px) var(--border-radius-xxs, 2px) var(--border-radius-xxs, 2px);
  background: var(--background-white, #FFF);
  box-shadow: 0 1px 9px 0 rgba(222, 135, 0, 0.08);
  border-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
@media (min-width: 768px) {
  .p-faq__content .p-faq__qa {
    margin-bottom: 16px;
    padding: 20px 24px;
    gap: 16px;
  }
}
.p-faq__content .p-faq__qa .p-faq__q {
  padding: 0;
  display: flex;
  align-items: center;
}
.p-faq__content .p-faq__qa .p-faq__q i {
  width: 23px;
  height: 28px;
  margin-right: 1.25vw;
  color: var(--text-primary-dark, #6D552A);
  font-family: var(--font-family-en, Outfit);
  font-size: var(--font-xxxl, 28px);
  font-style: normal;
  font-weight: 200;
  line-height: 100%; /* 28px */
}
@media (min-width: 768px) {
  .p-faq__content .p-faq__qa .p-faq__q i {
    margin-right: 24px;
  }
}
.p-faq__content .p-faq__qa .p-faq__q span {
  width: auto;
  color: var(--text-base, #302719);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  letter-spacing: 0.16px;
  flex-grow: 3;
}
@media (min-width: 768px) {
  .p-faq__content .p-faq__qa .p-faq__q span {
    font-size: 16px;
  }
}
.p-faq__content .p-faq__qa .p-faq__q mark {
  width: 40px;
  height: 40px;
  margin-left: 1.25vw;
  border-radius: var(--border-radius-infinity, 999px);
  background: var(--background-beige, #F8F4ED);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  aspect-ratio: 1/1;
  position: relative;
}
@media (min-width: 768px) {
  .p-faq__content .p-faq__qa .p-faq__q mark {
    margin-left: 24px;
  }
}
.p-faq__content .p-faq__qa .p-faq__q mark::before {
  width: 1px;
  height: 13px;
  background: var(--border-secondary-dark, #7E766C);
  flex-shrink: 0;
  position: absolute;
  left: 20px;
  top: 20px;
}
.p-faq__content .p-faq__qa .p-faq__q mark::after {
  width: 13px;
  height: 1px;
  background: var(--border-secondary-dark, #7E766C);
  flex-shrink: 0;
  position: absolute;
  left: 20px;
  top: 20px;
}
.p-faq__content .p-faq__qa .p-faq__a {
  display: flex;
  padding: 8px 10px;
  border-top: 0;
  border-radius: var(--border-radius-xs, 4px);
  background: var(--surface-light-brown-on-white, #FBF9F6);
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
@media (min-width: 768px) {
  .p-faq__content .p-faq__qa .p-faq__a {
    padding: 16px;
  }
}
.p-faq__content .p-faq__qa .p-faq__a span {
  padding: 0;
  color: var(--text-base, #302719);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.14px;
}
@media (min-width: 768px) {
  .p-faq__content .p-faq__qa .p-faq__a span {
    font-size: 14px;
  }
}

/* ページング時のフェードイン */
@keyframes fadeInPager {
  0% {
    opacity: 0;
    transform: translateY(10px); /* 10px 下に下げておく */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------------------------------------------------------------------
  お問い合わせページ

  Contact Page
---------------------------------------------------------------------------*/
.p-contact {
  width: 100%;
  padding: 64px 32px;
  border-radius: var(--border-radius-md, 10px);
  background: var(--surface-white, #FFF);
  box-shadow: 0 1px 9px 0 rgba(222, 135, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .p-contact {
    width: 1000px;
    padding: 64px 100px;
  }
}
.p-contact__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.p-contact__term {
  height: 24px;
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-sp-font-body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 23.2px */
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-contact__desc input[type=text], .p-contact__desc input[type=tel] {
  width: calc(100% - 40px);
  height: 56px;
  padding: 0 20px;
  border: none;
  border-radius: var(--border-radius-xxs, 2px);
  background: #FBF9F6;
  align-self: stretch;
}
@media (min-width: 768px) {
  .p-contact__desc input[type=text], .p-contact__desc input[type=tel] {
    width: 360px;
  }
}
.p-contact__desc input[type=text]:focus, .p-contact__desc input[type=tel]:focus {
  border: 1px solid var(--primary-default, #DE8700);
  outline: none;
}
.p-contact__desc input[type=email] {
  width: calc(100% - 40px);
  height: 56px;
  padding: 0 20px;
  border: none;
  border-radius: var(--border-radius-xxs, 2px);
  background: #FBF9F6;
  align-self: stretch;
}
@media (min-width: 768px) {
  .p-contact__desc input[type=email] {
    width: 760px;
  }
}
.p-contact__desc input[type=email]:focus {
  border: 1px solid var(--primary-default, #DE8700);
  outline: none;
}
.p-contact__type ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .p-contact__type ul {
    flex-direction: row;
    gap: 32px;
  }
}
.p-contact__type ul li label {
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
}
.p-contact__type ul li label input[type=radio] {
  display: flex;
  width: 18px;
  height: 18px;
  padding: 2px;
  border-radius: var(--border-radius-infinity, 999px);
  border: 1px solid var(--border-secondary-dark, #7E766C);
  background: #FFF;
  justify-content: center;
  align-items: center;
  gap: 8px;
  aspect-ratio: 1/1;
}
.p-contact__content textarea {
  width: calc(100% - 40px);
  height: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: var(--border-radius-xxs, 2px);
  background: #FBF9F6;
  align-self: stretch;
}
@media (min-width: 768px) {
  .p-contact__content textarea {
    width: 760px;
    height: 320px;
  }
}
.p-contact__content textarea:focus {
  border: 1px solid var(--primary-default, #DE8700);
  outline: none;
}
.p-contact__agreement {
  margin-top: 20px;
}
.p-contact__agreement label {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 100%;
}
.p-contact__agreement label input[type=checkbox] {
  display: flex;
  width: 18px;
  height: 18px;
  border-radius: var(--border-radius-xxs, 2px);
  border: 1px solid var(--border-secondary-dark, #7E766C);
  background: #FFF;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.p-contact__agreement label span {
  margin-right: 6px;
}
.p-contact__agreement label span a {
  text-decoration: underline;
}
.p-contact__submit {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .p-contact__submit {
    justify-content: flex-end;
  }
}
.p-contact__submit .c-btn {
  display: flex;
  min-width: 240px;
  padding: 12px 32px;
  border-radius: var(--border-radius-infinity, 999px);
  border: 1px solid var(--border-secondary-light, #C1B9AE);
  background: var(--surface-white, #FFF);
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.p-contact__submit .c-btn span {
  color: var(--text-primary-dark, #6D552A);
  text-align: center;
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-md, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 21.75px */
  letter-spacing: 0.45px;
}
.p-contact__required {
  color: var(--text-error, #B03200);
  font-family: var(--font-family-EN, Manrope);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 13px */
  letter-spacing: 0.39px;
}

/* ページング時のフェードイン */
@keyframes fadeInPager {
  0% {
    opacity: 0;
    transform: translateY(10px); /* 10px 下に下げておく */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------------------------------------------------------------------
  お問い合わせページ入力フォーム用

  Contact Page Form
---------------------------------------------------------------------------*/
.page-id-872 {
  background: 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) 0%, rgba(221, 221, 221, 0.01) 15.87%);
}

.snow-monkey-form {
  width: 100%;
  padding: 40px 32px 64px 32px;
  border-radius: var(--border-radius-md, 10px);
  background: var(--surface-white, #FFF);
  box-shadow: 0 1px 9px 0 rgba(222, 135, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .snow-monkey-form {
    width: 1000px;
    padding: 40px 100px 64px 100px;
  }
}

.smf-form {
  width: 100%;
}
.smf-form .smf-item {
  margin-bottom: 24px;
}
.smf-form .p-contact__term {
  height: 24px;
  margin-top: 23px;
  margin-bottom: 8px !important;
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-sp-font-body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 23.2px */
  display: flex;
  align-items: center;
  gap: 12px;
}
.smf-form .p-contact__term:first-of-type {
  margin-top: 0;
}
.smf-form .p-contact__term mark {
  color: var(--text-error, #B03200);
  font-family: var(--font-family-EN, Manrope);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 13px */
  letter-spacing: 0.39px;
  background: none;
}
.smf-form .p-contact__desc[type=text], .smf-form .p-contact__desc[type=tel] {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  border: none;
  border-radius: var(--border-radius-xxs, 2px);
  background: #FBF9F6;
  align-self: stretch;
}
@media (min-width: 768px) {
  .smf-form .p-contact__desc[type=text], .smf-form .p-contact__desc[type=tel] {
    width: 360px;
  }
}
.smf-form .p-contact__desc[type=text]:focus, .smf-form .p-contact__desc[type=tel]:focus {
  border: 1px solid var(--primary-default, #DE8700);
  outline: none;
}
.smf-form .p-contact__desc[type=email] {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  border: none;
  border-radius: var(--border-radius-xxs, 2px);
  background: #FBF9F6;
  align-self: stretch;
}
@media (min-width: 768px) {
  .smf-form .p-contact__desc[type=email] {
    width: 760px;
  }
}
.smf-form .p-contact__desc[type=email]:focus {
  border: 1px solid var(--primary-default, #DE8700);
  outline: none;
}
.smf-form div[data-name=genre] [role=radiogroup] {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .smf-form div[data-name=genre] [role=radiogroup] {
    flex-direction: row;
    gap: 32px;
  }
}
.smf-form div[data-name=genre] [role=radiogroup] div label span {
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
}
.smf-form div[data-name=genre] [role=radiogroup] div label span input[type=radio] {
  display: flex;
  width: 18px;
  height: 18px;
  padding: 2px;
  border-radius: var(--border-radius-infinity, 999px);
  border: 1px solid var(--border-secondary-dark, #7E766C);
  background: #FFF;
  justify-content: center;
  align-items: center;
  gap: 8px;
  aspect-ratio: 1/1;
}
.smf-form div[data-name=policy] {
  margin-top: 43px;
}
.smf-form div[data-name=policy] label {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 100%;
}
.smf-form div[data-name=policy] label input[type=checkbox] {
  display: flex;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  border-radius: var(--border-radius-xxs, 2px);
  border: 1px solid var(--border-secondary-dark, #7E766C);
  background: #FFF;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.smf-form div[data-name=policy] label span {
  margin-right: 6px;
}
.smf-form div[data-name=policy] label span a {
  text-decoration: underline;
}
.smf-form div[data-name=naiyo] textarea {
  width: 100%;
  height: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: var(--border-radius-xxs, 2px);
  background: #FBF9F6;
  align-self: stretch;
}
@media (min-width: 768px) {
  .smf-form div[data-name=naiyo] textarea {
    width: 760px;
    height: 320px;
  }
}
.smf-form div[data-name=naiyo] textarea:focus {
  border: 1px solid var(--primary-default, #DE8700);
  outline: none;
}
.smf-form div[data-name=policy] {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.smf-form div[data-name=policy] .smf-checkbox-control {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .smf-form div[data-name=policy] .smf-checkbox-control {
    justify-content: flex-end;
  }
}
.smf-form div[data-name=policy] .smf-checkbox-control mark {
  color: var(--text-error, #B03200);
  font-family: var(--font-family-EN, Manrope);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 13px */
  letter-spacing: 0.39px;
  background: none;
}

.smf-action {
  margin-top: 32px;
}
.smf-action .smf-button-control {
  display: flex;
  min-width: 240px;
  border-radius: var(--border-radius-infinity, 999px);
  border: 1px solid var(--border-secondary-light, #C1B9AE);
  background: var(--surface-white, #FFF);
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.smf-action .smf-button-control button {
  width: 100%;
  padding: 12px 32px;
  color: var(--text-primary-dark, #6D552A);
  text-align: center;
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-md, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 21.75px */
  letter-spacing: 0.45px;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
}

[data-screen=input] .smf-action {
  width: 240px;
}

[data-screen=confirm] .smf-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  [data-screen=confirm] .smf-action {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
[data-screen=confirm] .smf-action .smf-button-control {
  width: 242px;
  margin: 0 15px;
}
@media (max-width: 768px) {
  [data-screen=confirm] .smf-action .smf-button-control {
    width: 70vw;
    margin: 15px 0;
  }
}

[data-screen=complete] .smf-complete-content {
  padding-top: 40px;
}
[data-screen=complete] .smf-complete-content p {
  text-align: center;
}

/*--------------------------------------------------------------------------
  ニュースページ

  News Page
---------------------------------------------------------------------------*/
.theme-bg {
  background: var(--theme-bg-news);
}

.p-news {
  color: var(--text-primary-dark, #6D552A);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-news {
    flex-direction: row;
  }
}
.p-news .l-lcol {
  width: 100%;
}
@media (min-width: 768px) {
  .p-news .l-lcol {
    width: 78.12vw;
  }
}
@media (min-width: 1024px) {
  .p-news .l-lcol {
    width: 800px;
  }
}
.p-news__list a {
  padding: 40px 0;
  border-bottom: 1px solid var(--border-default, #E0DCD7);
  display: block;
  opacity: 0; /* 初期状態は非表示 */
}
.p-news__list a.is-visible {
  animation: fadeInPager 1s cubic-bezier(0.63, 0, 0.41, 1) forwards;
}
.p-news__list a:first-of-type {
  border-top: 1px solid var(--border-default, #E0DCD7);
}
@media (min-width: 768px) {
  .p-news__list a {
    padding: 4.68vw 0;
  }
}
@media (min-width: 1024px) {
  .p-news__list a {
    padding: 48px 0;
  }
}
.p-news__list a dl {
  display: block;
  align-items: center;
  align-self: stretch;
}
@media (min-width: 768px) {
  .p-news__list a dl {
    display: flex;
    gap: 5.46vw;
  }
}
@media (min-width: 1024px) {
  .p-news__list a dl {
    gap: 56px;
  }
}
.p-news__list a dl dt {
  width: 100%;
}
@media (min-width: 768px) {
  .p-news__list a dl dt {
    width: 200px;
  }
}
.p-news__list a dl dt figure {
  width: 100%;
  height: 67.5vw;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-news__list a dl dt figure {
    width: 200px;
    height: 150px;
  }
}
.p-news__list a dl dt figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-news__list a dl dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
.p-news__list a dl dd .p-news-date {
  color: var(--text-subtle, #7E766C);
  font-family: var(--font-family-en, Outfit);
  font-size: var(--font-sm, 14px);
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 14px */
  letter-spacing: 0.7px;
}
.p-news__list a dl dd .p-news-ttl {
  color: var(--text-primary-dark, #6D552A);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-md, 15px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 22.5px */
  letter-spacing: 0.45px;
  align-self: stretch;
}
.p-news__list a dl dd .p-news-desc {
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-xxs, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.36px;
  align-self: stretch;
}
.p-news__list a dl dd > ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.p-news__list a dl dd > ul li {
  padding: 3px 10px 3px 8px;
  border-radius: var(--border-radius-xxs, 2px);
  background: var(--background-beige, #F8F4ED);
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-sp-font-xs, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.6px;
  gap: 6px;
  display: inline-flex;
  align-items: center;
}
.p-news__list a dl dd > ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #978F83;
  border-radius: 50%;
  letter-spacing: 0;
}
.p-news__detail summary {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border-primary-light, #CBBDA3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.p-news__detail summary datetime {
  color: var(--text-subtle, #7E766C);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.7px;
}
.p-news__detail summary h2 {
  color: var(--text-primary-dark, #6D552A);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 31.9px */
  letter-spacing: 0.66px;
  align-self: stretch;
}
@media (min-width: 768px) {
  .p-news__detail summary h2 {
    font-size: 22px;
  }
}
.p-news__detail summary .tags {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.p-news__detail summary .tags mark {
  padding: 3px 10px 3px 8px;
  border-radius: var(--border-radius-xxs, 2px);
  background: var(--background-beige, #F8F4ED);
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-sp-font-xs, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.6px;
  gap: 6px;
  display: inline-flex;
  align-items: center;
}
.p-news__detail summary .tags mark::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #978F83;
  border-radius: 50%;
  letter-spacing: 0;
}
.p-news__detail article figure {
  margin-bottom: 64px;
  display: block;
  width: 100%;
  height: 67.5vw;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-news__detail article figure {
    width: 100%;
    height: 44.84vw;
  }
}
.p-news__detail article figure img {
  width: 100%;
  height: auto;
}
.p-news__detail article h3 {
  height: 30px;
  margin-bottom: 10px;
  color: var(--text-primary-dark, #6D552A);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 29px */
  letter-spacing: 0.6px;
  display: block;
}
@media (min-width: 768px) {
  .p-news__detail article h3 {
    height: 32px;
    margin-bottom: 16px;
    font-size: var(--font-xl, 20px);
  }
}
.p-news__detail article p {
  margin-bottom: 30px;
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.45px;
  align-self: stretch;
}
@media (min-width: 768px) {
  .p-news__detail article p {
    margin-bottom: 72px;
    font-size: var(--font-md, 15px);
    line-height: 170%; /* 25.5px */
  }
}
.p-news__detail .photo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.p-news__detail .photo img {
  width: 44vw;
  height: 27.42vw;
  aspect-ratio: 77/48;
}
@media (min-width: 768px) {
  .p-news__detail .photo img {
    width: 29.37vw;
    height: 18.3vw;
  }
}
@media (min-width: 1338px) {
  .p-news__detail .photo img {
    width: 393px;
    height: 245px;
  }
}
.p-news .l-rcol {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-news .l-rcol {
    width: 29.29vw;
    margin-left: 2.92vw;
  }
}
@media (min-width: 1024px) {
  .p-news .l-rcol {
    width: 300px;
  }
}
.p-news .l-rcol .l-category {
  padding: 27px 24px;
  border-radius: var(--border-radius-0, 0);
  background: var(--surface-light-brown-on-white, #FBF9F6);
}
.p-news .l-rcol .l-category__item {
  margin-bottom: 2px;
}
.p-news .l-rcol .l-category__item a {
  display: inline-flex;
  align-items: center;
  color: var(--brown-gray-70, #7E766C);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-sm, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -6px;
}
.p-news .l-rcol .l-category__item a .c-btn__arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 0;
  background: var(--brown-gray-0, #FFFFFF);
}
.p-news .l-rcol .l-category__item a .c-btn__arrow .c-btn__arrow-img {
  width: 10px;
  height: 10px;
}
.p-news .l-rcol .l-category h3 {
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: #a58f67;
  font-size: var(--font-lg, 18px);
  font-weight: 300;
  font-family: "Outfit", sans-serif;
  line-height: 18px;
  border-bottom: 1px solid var(--border-default, #ece7de);
}
.p-news .l-rcol .l-category a {
  font-size: var(--font-sm, 14px);
}
.p-news .l-rcol .l-category a .c-btn__arrow {
  width: 18px;
  height: 18px;
  background: var(--brown-gray-0, #FFFFFF);
}
.p-news .l-rcol .l-category a .c-btn__arrow .c-btn__arrow-img {
  width: 10px;
  height: 10px;
}

/* ページング時のフェードイン */
@keyframes fadeInPager {
  0% {
    opacity: 0;
    transform: translateY(10px); /* 10px 下に下げておく */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------------------------------------------------------------------
  宿泊ページ

  Stay Page
---------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .p-stay-hero {
    padding-top: 0;
    top: 72px;
  }
}
.p-stay-hero__img {
  width: 100%;
  height: auto;
  position: static;
}
@media (min-width: 1024px) {
  .p-stay-hero__img {
    width: 53.3%;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 313px;
  }
}
@media (min-width: 1820px) {
  .p-stay-hero__img {
    width: 1024px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 313px;
  }
}
.p-stay-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 6s linear;
}
.p-stay-hero__textblock {
  width: 100%;
  padding: 48px 16px;
  margin-top: 0;
  background: linear-gradient(247deg, rgba(249, 242, 236, 0.9) 50%, rgba(245, 231, 219, 0.9) 99.9%);
}
@media (min-width: 1024px) {
  .p-stay-hero__textblock {
    height: 25.87%;
    margin-top: 9.79%;
    padding: 4.89% 0 4.94% calc((100% - 1200px) / 2);
  }
}
@media (min-width: 1820px) {
  .p-stay-hero__textblock {
    height: 516px;
    margin-top: 188px;
    padding: 94px 0 95px 262px;
  }
}
.p-stay-hero__ttl-en {
  margin-bottom: 32px;
  color: var(--text-primary-dark, #6D552A);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.84px;
}
@media (min-width: 1024px) {
  .p-stay-hero__ttl-en {
    margin-bottom: 1.66%;
    font-size: 26px;
    line-height: 163%; /* 32px */
  }
}
@media (min-width: 1820px) {
  .p-stay-hero__ttl-en {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 170%;
  }
}
.p-stay-hero__ttl-jp {
  margin-bottom: 32px;
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
}
@media (min-width: 768px) {
  .p-stay-hero__ttl-jp {
    width: calc(516px - 2.6%);
    line-height: 147.54%; /* 32px */
  }
}
@media (min-width: 1820px) {
  .p-stay-hero__ttl-jp {
    width: 516px;
    line-height: 150%; /* 32px */
  }
}
.p-stay-hero .c-btn {
  margin: 0;
}
.p-stay-hero .c-btn__text {
  font-size: var(--font-sp-font-body, 16px);
}
.p-stay-hero .c-btn__arrow {
  width: 42px;
  height: 42px;
}
@media (min-width: 768px) {
  .p-stay-hero .c-btn__arrow {
    width: 4.16vw;
    height: 4.16vw;
  }
}
@media (min-width: 1820px) {
  .p-stay-hero .c-btn__arrow {
    width: 80px;
    height: 80px;
  }
}
.p-stay-hero .c-btn__arrow-img {
  width: 16px !important;
  height: 16px !important;
}
@media (min-width: 768px) {
  .p-stay-hero .c-btn__arrow-img {
    width: 20px !important;
    height: 20px !important;
  }
}

.p-stay__bnrlist {
  margin: 10vw auto 12vw auto;
  padding-top: 8vw;
  display: flex;
  justify-content: center;
  gap: 1.3vw;
}
@media (min-width: 768px) {
  .p-stay__bnrlist {
    margin: 60px auto 104px auto;
    padding-top: 96px;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .p-stay__bnrlist {
    margin: 120px auto 144px auto;
  }
}
.p-stay__bnrlist li {
  width: calc((100% - 32px) / 3);
  height: auto;
}
.p-stay__bnrlist li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.p-stay__bnrlist li img:hover {
  transform: scale(1.05);
}
.p-stay__deco-en {
  margin-left: 6.4vw;
  font-family: var(--font-family-en, Outfit);
  font-size: clamp(5rem, 4.0316901408rem + 4.1314553991vw, 7.75rem);
  font-style: normal;
  font-weight: 100;
  line-height: 80%;
  letter-spacing: 0.22vw;
  background: linear-gradient(90deg, #F9EBCC 0%, #FFF5D6 100%);
  background-clip: text;
  mix-blend-mode: color-burn;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .p-stay__deco-en {
    margin-left: 77px;
    font-size: 88px;
    line-height: 100%; /* 88px */
  }
}
.p-stay__textblock {
  max-width: 600px;
  margin-top: -32px;
}
@media (min-width: 768px) {
  .p-stay__textblock {
    margin-top: -64px;
  }
}
.p-stay__ttl {
  margin-bottom: 32px;
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-xxl);
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 48px */
  letter-spacing: 0.72px;
  position: relative;
}
@media (min-width: 768px) {
  .p-stay__ttl {
    margin-bottom: 40px;
    font-size: var(--font-sp-font-xxxl, 24px);
  }
}
.p-stay .c-white-frame-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-stay .c-white-frame-card__inner {
  width: 100%;
  margin-bottom: 6vw;
  padding: 0;
  background: none;
  box-shadow: none;
  transition: none;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .p-stay .c-white-frame-card__inner {
    width: 39.6vw;
    margin-bottom: 5vw;
  }
}
@media (min-width: 1412px) {
  .p-stay .c-white-frame-card__inner {
    width: 560px;
    margin-bottom: 72px;
  }
}
@media (hover: hover) {
  .p-stay .c-white-frame-card__inner:hover {
    transform: none;
    box-shadow: none;
    cursor: default;
  }
}
.p-stay .c-white-frame-card__img {
  aspect-ratio: 560/336;
  overflow: auto;
}
.p-stay .c-white-frame-card__textblock {
  display: block;
}
@media (min-width: 768px) {
  .p-stay .c-white-frame-card__textblock {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: flex-start;
  }
}
.p-stay .c-white-frame-card__text-en {
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-lg, 18px);
  font-weight: 500;
  line-height: 145%; /* 26.1px */
  letter-spacing: 0.54px;
  text-align: left;
}
.p-stay .c-white-frame-card__text-jp {
  color: var(--text-subtle, #7E766C);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-sm, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 20.3px */
  letter-spacing: 0.42px;
  text-align: left;
}
.p-stay .c-white-frame-card__text-sm {
  color: var(--text-subtle, #7E766C);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.39px;
  text-align: left;
}

.p-amenity {
  width: 100%;
  padding: 20px;
  margin: 84px auto 0 auto;
  border-top: 1px solid var(--border-secondary-light, #C1B9AE);
  background: #F6F1ED;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .p-amenity {
    padding: 40px;
    margin: 96px auto 0 auto;
  }
}
.p-amenity__ttl {
  margin-bottom: 24px;
  color: var(--text-default, #4B453D);
  font-family: "Noto Sans JP";
  font-size: var(--font-lg, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.54px;
}
.p-amenity__list {
  margin-bottom: 18px;
  display: block;
}
.p-amenity__list:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-amenity__list {
    margin-bottom: 12px;
    display: flex;
    align-self: stretch;
  }
}
.p-amenity__list dt {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-sp-font-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 23.2px */
  letter-spacing: 0.48px;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  .p-amenity__list dt {
    width: 112px;
    height: 24px;
  }
}
.p-amenity__list dd {
  width: 100%;
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-sp-font-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 23.2px */
  letter-spacing: 0.48px;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  .p-amenity__list dd {
    width: calc(100% - 112px);
  }
}

/* ページング時のフェードイン */
@keyframes fadeInPager {
  0% {
    opacity: 0;
    transform: translateY(10px); /* 10px 下に下げておく */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------------------------------------------------------------------
  ホテルコンセプトページ

  Concept Page
---------------------------------------------------------------------------*/
.p-bg_concept {
  width: 100%;
  background: url("../img/stay/concept/bg-main.png") no-repeat center top;
  background-size: contain;
  display: block;
}

.p-page-header, .c-breadcrumb {
  position: relative;
  z-index: 2;
}

.p-concept {
  position: relative;
}
.p-concept-hero {
  width: 100%;
  margin-top: -140px;
  padding: 200px 10px 60px 10px;
  background-image: url("../img/stay/concept/bg-hero.jpg");
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}
@media (min-width: 768px) {
  .p-concept-hero {
    margin-top: -348px;
    padding: 453px 0 64px 0;
  }
}
.p-concept-hero::after {
  content: "";
  width: 1px;
  height: 96px;
  margin: 7px auto 0 auto;
  background: #C3C1BC;
  display: block;
}
.p-concept-hero__ttl {
  width: 100%;
  margin: 0 auto 32px auto;
  color: var(--text-primary-dark, #6D552A);
  text-align: center;
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  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.84px;
}
@media (min-width: 768px) {
  .p-concept-hero__ttl {
    width: 789px;
    font-size: 28px;
  }
}
.p-concept-hero__desc {
  width: 100%;
  color: var(--text-default, #4B453D);
  text-align: center;
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-md);
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
  align-self: stretch;
}
@media (min-width: 768px) {
  .p-concept-hero__desc {
    width: 789px;
    font-size: 16px;
  }
}
.p-concept-bgfix {
  height: 72.91vw;
  margin-bottom: 7.65vw;
}
@media (min-width: 768px) {
  .p-concept-bgfix {
    height: 845px;
    margin-bottom: 147px;
  }
}
.p-concept-bgfix__inner {
  width: 100%;
  height: 72.91vw;
  position: relative;
  overflow: hidden;
  display: block;
}
@media (min-width: 768px) {
  .p-concept-bgfix__inner {
    height: 845px;
  }
}
.p-concept-bgfix__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  left: 0;
  top: -45vw;
}
@media (min-width: 768px) {
  .p-concept-bgfix__img {
    top: -50.91vw;
  }
}
.p-concept__deco-en {
  text-align: center;
  font-family: var(--font-family-en, Outfit);
  font-size: 11.66vw;
  font-style: normal;
  font-weight: 100;
  line-height: 100%; /* 112px */
  letter-spacing: 5.6px;
  background: linear-gradient(180deg, rgba(236, 222, 200, 0.8) 0%, rgba(236, 225, 201, 0.8) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .p-concept__deco-en {
    font-size: 112px;
    line-height: 100%; /* 88px */
  }
}
.p-concept__textblock {
  margin-top: -4.16vw;
  margin-bottom: 80px;
  flex: 1 0 0;
}
@media (min-width: 768px) {
  .p-concept__textblock {
    margin-top: -40px;
  }
}
.p-concept__ttl {
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-xxl, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 48px */
  text-align: center;
  letter-spacing: 0.72px;
  position: relative;
}
@media (min-width: 768px) {
  .p-concept__ttl {
    font-size: var(--font-sp-font-xxxl, 24px);
  }
}
.p-concept-01 {
  position: relative;
  margin-bottom: 15.82vw;
}
@media (min-width: 1920px) {
  .p-concept-01 {
    min-height: 864px;
    margin-bottom: 152px;
    left: -107px;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .p-concept-01 {
    min-height: 45vw;
    margin-bottom: 7.91vw;
    left: -5.57vw;
  }
}
.p-concept-01 > summary {
  min-width: calc(320px - 10vw);
  position: static;
  margin-bottom: 7.91vw;
}
@media (min-width: 768px) {
  .p-concept-01 > summary {
    position: absolute;
    left: clamp(390px, 35.41vw, 680px);
    top: clamp(0px, 11.35vw, 218px);
  }
}
.p-concept-01__deco-en {
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-family-en, Outfit);
  font-size: 88px;
  font-style: normal;
  font-weight: 100;
  line-height: 100%; /* 88px */
  letter-spacing: 2.64px;
  text-shadow: 2px 2px 40px #E2DED5;
  position: absolute;
  left: -5vw;
  top: -29px;
}
@media (min-width: 768px) {
  .p-concept-01__deco-en {
    left: -61px;
  }
}
.p-concept-01__textblock {
  min-width: calc(320px - 10vw);
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-concept-01__textblock {
    width: 346px;
  }
}
@media (min-width: 960px) {
  .p-concept-01__textblock {
    width: 500px;
  }
}
.p-concept-01__ttl {
  color: var(--text-primary-dark, #6D552A);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 37.4px */
  letter-spacing: 0.66px;
  align-self: stretch;
}
@media (min-width: 768px) {
  .p-concept-01__ttl {
    font-size: var(--font-mxl, 24px);
  }
}
.p-concept-01__desc {
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 30.8px */
  letter-spacing: 0.42px;
  align-self: stretch;
}
@media (min-width: 768px) {
  .p-concept-01__desc {
    font-size: var(--font-sm, 14px);
  }
}
.p-concept-01__img01 {
  width: 45vw;
  height: 75.93vw;
  background: url(../../assets/img/stay/concept/img1-1.jpg) lightgray left top no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  .p-concept-01__img01 {
    width: clamp(320px, 26.66vw, 512px);
    height: clamp(540px, 45vw, 864px);
  }
}
.p-concept-01__img02 {
  width: 40vw;
  height: 27.5vw;
  background: url(../../assets/img/stay/concept/img1-2.jpg) lightgray left top no-repeat;
  background-size: cover;
  text-indent: -9999px;
  position: absolute;
  left: auto;
  right: 0;
  top: 78vw;
}
@media (min-width: 768px) {
  .p-concept-01__img02 {
    width: clamp(320px, 20vw, 384px);
    height: clamp(220px, 13.75vw, 264px);
    left: clamp(340px, 39.58vw, 760px);
    top: clamp(300px, 25.05vw, 481px);
  }
}
.p-concept-02 {
  position: relative;
  margin-bottom: 15.82vw;
}
@media (min-width: 1920px) {
  .p-concept-02 {
    min-height: 639px;
    margin-bottom: 152px;
    margin-left: 73px;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .p-concept-02 {
    min-height: 33.28vw;
    margin-bottom: 7.91vw;
    margin-left: clamp(0px, 3.8vw, 73px);
  }
}
.p-concept-02 > summary {
  min-width: calc(320px - 10vw);
  position: static;
  margin-bottom: 7.91vw;
}
@media (min-width: 768px) and (max-width: 1560px) {
  .p-concept-02 > summary {
    margin-top: clamp(-100px, -5vw, 0px);
  }
}
@media (min-width: 768px) {
  .p-concept-02 > summary {
    position: absolute;
    left: clamp(-30px, -5.83vw, 0px);
    top: clamp(0px, 5.83vw, 112px);
  }
}
.p-concept-02__deco-en {
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-family-en, Outfit);
  font-style: normal;
  font-size: 88px;
  font-weight: 100;
  line-height: 100%; /* 88px */
  letter-spacing: 2.64px;
  text-shadow: 2px 2px 40px #E2DED5;
  position: absolute;
  left: -5vw;
  top: -32px;
}
@media (min-width: 768px) {
  .p-concept-02__deco-en {
    left: -61px;
  }
}
.p-concept-02__textblock {
  min-width: calc(320px - 10vw);
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-concept-02__textblock {
    width: 346px;
  }
}
.p-concept-02__ttl {
  color: var(--text-primary-dark, #6D552A);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 37.4px */
  letter-spacing: 0.66px;
  align-self: stretch;
}
@media (min-width: 768px) {
  .p-concept-02__ttl {
    font-size: var(--font-mxl, 24px);
  }
}
.p-concept-02__desc {
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 30.8px */
  letter-spacing: 0.42px;
  align-self: stretch;
}
@media (min-width: 768px) {
  .p-concept-02__desc {
    font-size: var(--font-sm, 14px);
  }
}
.p-concept-02__img01 {
  width: 50vw;
  height: 29.16vw;
  background: url(../../assets/img/stay/concept/img2-1.jpg) lightgray left top no-repeat;
  background-size: cover;
  text-indent: -9999px;
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 1.2vw;
}
@media (min-width: 768px) {
  .p-concept-02__img01 {
    width: clamp(320px, 50vw, 960px);
    height: clamp(93.33px, 29.16vw, 560px);
    left: clamp(320px, 30.43vw, 450px);
    top: 0;
  }
}
.p-concept-02__img02 {
  width: 35vw;
  height: 24.06vw;
  background: url(../../assets/img/stay/concept/img2-2.jpg) lightgray left top no-repeat;
  background-size: cover;
  text-indent: -9999px;
  position: relative;
  top: 2vw;
}
@media (min-width: 768px) {
  .p-concept-02__img02 {
    width: clamp(120px, 20vw, 384px);
    height: clamp(82.5px, 13.75vw, 264px);
    position: absolute;
    left: -6.97vw;
    top: max(190px, 19.53vw);
  }
}
@media (min-width: 1920px) {
  .p-concept-02__img02 {
    position: absolute;
    left: -133px;
    top: 374px;
  }
}
.p-concept-03 {
  position: static;
  margin-bottom: 28.64vw;
}
@media (min-width: 1920px) {
  .p-concept-03 {
    min-height: 700px;
    margin: 0 auto 139px auto;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .p-concept-03 {
    min-height: 36.45vw;
    margin: 0 auto 7.23vw auto;
    position: relative;
  }
}
.p-concept-03 > summary {
  min-width: calc(320px - 10vw);
  position: static;
  margin-bottom: 7.91vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-concept-03 > summary {
    margin-top: clamp(-70px, -11.1vw, 0px);
    position: absolute;
    top: clamp(10px, 9.01vw, 173px);
    left: clamp(374px, 43.12vw, 828px);
  }
}
@media (min-width: 1024px) {
  .p-concept-03 > summary {
    position: absolute;
    top: clamp(10px, 9.01vw, 173px);
    left: clamp(374px, 43.12vw, 828px);
  }
}
.p-concept-03__deco-en {
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-family-en, Outfit);
  font-style: normal;
  font-size: 88px;
  font-weight: 100;
  line-height: 100%; /* 88px */
  letter-spacing: 2.64px;
  text-shadow: 2px 2px 40px #E2DED5;
  position: absolute;
  left: -5vw;
  top: -32px;
}
@media (min-width: 768px) {
  .p-concept-03__deco-en {
    left: -61px;
  }
}
.p-concept-03__textblock {
  min-width: calc(320px - 10vw);
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-concept-03__textblock {
    width: 346px;
  }
}
.p-concept-03__ttl {
  color: var(--text-primary-dark, #6D552A);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 37.4px */
  letter-spacing: 0.66px;
  align-self: stretch;
}
@media (min-width: 768px) {
  .p-concept-03__ttl {
    font-size: var(--font-mxl, 24px);
  }
}
.p-concept-03__desc {
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 30.8px */
  letter-spacing: 0.42px;
  align-self: stretch;
}
@media (min-width: 768px) {
  .p-concept-03__desc {
    font-size: var(--font-sm, 14px);
  }
}
.p-concept-03__img01 {
  width: 55vw;
  height: 31.04vw;
  background: url(../../assets/img/stay/concept/img3-1.jpg) lightgray left top no-repeat;
  background-size: cover;
  text-indent: -9999px;
  position: relative;
  bottom: -5vw;
}
@media (min-width: 768px) {
  .p-concept-03__img01 {
    width: clamp(320px, 51.66vw, 992px);
    height: clamp(180px, 29.16vw, 560px);
    position: absolute;
    left: -14.79vw;
    top: 0;
  }
}
@media (min-width: 1920px) {
  .p-concept-03__img01 {
    position: absolute;
    left: -284px;
    top: 0;
  }
}
.p-concept-03__img02 {
  width: 30vw;
  height: 20.625vw;
  background: url(../../assets/img/stay/concept/img3-2.jpg) lightgray left top no-repeat;
  background-size: cover;
  text-indent: -9999px;
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 12vw;
}
@media (min-width: 768px) {
  .p-concept-03__img02 {
    width: clamp(150px, 20vw, 384px);
    height: clamp(103.12px, 13.75vw, 264px);
    left: clamp(380px, 47.18vw, 908px);
    top: clamp(140px, 24vw, 436px);
  }
}
.p-concept-gallery__textblock {
  display: flex;
  width: 90vw;
  margin: 17vw auto 8.7vw auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .p-concept-gallery__textblock {
    width: calc(100% - 80px);
    margin: 192px auto 72px auto;
  }
}
@media (min-width: 1200px) {
  .p-concept-gallery__textblock {
    width: 1200px;
    padding: 0 40px;
    margin: 192px auto 72px auto;
  }
}
.p-concept-gallery__ttl {
  color: var(--text-default, #4B453D);
  font-family: "Noto Sans JP";
  font-size: clamp(1.25rem, 1.073943662rem + 0.7511737089vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 40.8px */
  letter-spacing: 0.72px;
}
@media (min-width: 768px) {
  .p-concept-gallery__ttl {
    font-size: var(--font-mxl, 24px);
  }
}
.p-concept-gallery__desc {
  color: var(--text-default, #4B453D);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 28px */
  letter-spacing: 0.42px;
}
@media (min-width: 768px) {
  .p-concept-gallery__desc {
    font-size: var(--font-sm, 14px);
  }
}
.p-concept-gallery .swiper-wrapper {
  transition-timing-function: linear;
}
.p-concept .p-plan-card__img {
  aspect-ratio: 1320/960;
}
@media (min-width: 768px) {
  .p-concept .p-plan-card__img {
    aspect-ratio: 1320/424;
  }
}

/* ページング時のフェードイン */
@keyframes fadeInPager {
  0% {
    opacity: 0;
    transform: translateY(10px); /* 10px 下に下げておく */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------------------------------------------------------------------
  カメラマンページ

  Hero
---------------------------------------------------------------------------*/
.p-photographer-hero__inner {
  width: 90svw;
  margin-inline: auto;
  position: relative;
}
@media (min-width: 768px) {
  .p-photographer-hero__inner {
    width: 92svw;
  }
}
.p-photographer-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-photographer-hero__ttl {
    bottom: 2.0833333333vw;
    right: 2.9166666667vw;
    letter-spacing: 0.06em;
    font-weight: 100;
  }
}
.p-photographer-hero__img {
  aspect-ratio: 350/600;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-photographer-hero__img {
    aspect-ratio: 1766/908;
  }
}
.p-photographer-hero__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------------------
  Intro
---------------------------------------------------------------------------*/
.p-photographer-intro {
  width: 100%;
  display: inline-flex;
  padding-top: clamp(6.5rem, 4.8274647887rem + 7.1361502347vw, 11.25rem);
  padding-bottom: clamp(4.5rem, 2.7394366197rem + 7.5117370892vw, 9.5rem);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-photographer-intro {
    padding: 200px 0 184px 0;
  }
}
.p-photographer-intro__text {
  color: var(--text-default, #4B453D);
  text-align: center;
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: clamp(1.25rem, 1.073943662rem + 0.7511737089vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .p-photographer-intro__text {
    font-size: var(--font-sp-font-xxxl, 24px);
    line-height: 200%; /* 48px */
    letter-spacing: 0.72px;
  }
}
.p-photographer-intro__text-en {
  color: var(--text-primary-light, #B5A17F);
  text-align: center;
  font-family: var(--font-family-en, Outfit);
  font-size: var(--font-sp-font-md, 14px);
  font-style: normal;
  font-weight: 200;
  line-height: 200%; /* 28px */
  letter-spacing: 1.4px;
}

/*--------------------------------------------------------------------------
  chief
---------------------------------------------------------------------------*/
.p-photographer-chief {
  padding-bottom: clamp(3rem, 2.4718309859rem + 2.2535211268vw, 4.5rem);
}
.p-photographer-chief__inner {
  margin-inline: 5.83vw auto;
}
.p-photographer-chief__deco-en {
  padding-bottom: 40px;
  background: linear-gradient(90deg, rgba(251, 233, 205, 0.8) 0%, rgba(247, 234, 215, 0.8) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-en, Outfit);
  font-size: clamp(2.75rem, -1.1232394366rem + 16.5258215962vw, 13.75rem);
  font-style: normal;
  font-weight: 100;
  line-height: 100%; /* 96px */
  letter-spacing: 0.62vw;
  text-align: left;
  position: relative;
  z-index: 2;
}
@media (min-width: 560px) {
  .p-photographer-chief__deco-en {
    font-size: clamp(4.5rem, 3.9718309859rem + 2.2535211268vw, 6rem);
  }
}
@media (min-width: 768px) {
  .p-photographer-chief__deco-en {
    letter-spacing: 4.8px;
  }
}
.p-photographer-chief__person {
  margin-top: -62px;
  display: block;
}
@media (min-width: 768px) {
  .p-photographer-chief__person {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
  }
}
.p-photographer-chief__img {
  width: 100%;
  margin: 0 0 10vw 0;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 768px) {
  .p-photographer-chief__img {
    width: 32.41vw;
    margin: 0 10.32vw 0 6.04vw;
  }
}
@media (min-width: 1820px) {
  .p-photographer-chief__img {
    width: 590px;
    height: 782px;
    margin: 0 188px 0 110px;
  }
}
.p-photographer-chief__img01 {
  width: 100%;
  height: 100%;
  overflow: clip;
  filter: brightness(200%);
  transition: filter 1.5s ease;
  display: block;
}
.p-photographer-chief__img01 > img {
  max-width: none;
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transition: transform 1.1s ease;
  display: none;
}
.p-photographer-chief__img01.show {
  filter: brightness(100%);
}
.p-photographer-chief__img01.show > img {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.p-photographer-chief__img02 {
  width: 66%;
  height: 66%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.85s ease;
}
.p-photographer-chief__img02.show {
  clip-path: inset(0 0 0% 0);
}
.p-photographer-chief__textblock {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-photographer-chief__textblock {
    width: 34.67vw;
  }
}
@media (min-width: 1820px) {
  .p-photographer-chief__textblock {
    width: 631px;
  }
}
.p-photographer-chief__ttl {
  margin-bottom: 24px;
  color: var(--text-primary-dark, #6D552A);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-xl, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 29px */
  letter-spacing: 0.6px;
}
.p-photographer-chief__ttl--en {
  color: var(--text-subtle, #7E766C);
  font-family: var(--font-family-en, Outfit);
  font-size: var(--font-xxs, 12px);
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 12px */
  letter-spacing: 0.96px;
}
.p-photographer-chief__strong {
  margin-bottom: 16px;
  color: var(--text-default, #4B453D);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.72px;
  text-align: left;
  display: block;
}
@media (min-width: 768px) {
  .p-photographer-chief__strong {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .p-photographer-chief__strong {
    line-height: 200%; /* 48px */
  }
}
.p-photographer-chief__text {
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-md);
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.42px;
}
@media (min-width: 768px) {
  .p-photographer-chief__text {
    line-height: 150%;
  }
}
@media (min-width: 1200px) {
  .p-photographer-chief__text {
    line-height: 180%; /* 25.2px */
  }
}

/*--------------------------------------------------------------------------
  gallery
---------------------------------------------------------------------------*/
.p-photographer-gallery {
  margin-bottom: 16vw;
  padding-top: 18px;
}
@media (min-width: 768px) {
  .p-photographer-gallery {
    margin-bottom: 192px;
  }
}
@media (min-width: 768px) {
  .p-photographer-gallery__inner {
    width: 92svw;
  }
}
.p-photographer-gallery__inner .swiper {
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-photographer-gallery__inner .swiper {
    overflow: visible;
  }
}
.p-photographer-gallery__inner .swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
@media (min-width: 1560px) {
  .p-photographer-gallery__inner .swiper .swiper-wrapper {
    height: 560px;
  }
}
.p-photographer-gallery__ttl {
  margin-bottom: 16px;
}
@media (min-width: 560px) {
  .p-photographer-gallery__ttl {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .p-photographer-gallery__ttl {
    margin-bottom: 32px;
  }
}
.p-photographer-gallery__ttl-line {
  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;
  display: block;
}
.p-photographer-gallery__img {
  width: 56.41vw;
  overflow: hidden;
}
@media (min-width: 1560px) {
  .p-photographer-gallery__img {
    width: 880px;
  }
}
.p-photographer-gallery__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------------------
  member
---------------------------------------------------------------------------*/
.p-photographer-member {
  position: relative;
}
.p-photographer-member__inner::before {
  content: "";
  width: 100%;
  height: 78.7vw;
  background: linear-gradient(247deg, rgba(255, 248, 233, 0.8) 0.1%, rgba(255, 248, 239, 0.8) 33.21%, rgba(255, 249, 243, 0.8) 66.31%, rgba(255, 240, 228, 0.8) 99.9%);
  position: absolute;
  top: -6.79vw;
  right: 0;
  display: block;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-photographer-member__inner::before {
    width: 100%;
    height: 31.94vw;
  }
}
@media (min-width: 1412px) {
  .p-photographer-member__inner::before {
    width: 1728px;
    height: 451px;
    top: -96px;
  }
}
.p-photographer-member__deco-en {
  padding-bottom: 40px;
  background: linear-gradient(90deg, rgba(244, 228, 202, 0.9) 0%, rgba(245, 235, 192, 0.9) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-en, Outfit);
  font-size: clamp(2.5rem, 1.7957746479rem + 3.0046948357vw, 4.5rem);
  font-style: normal;
  font-weight: 100;
  line-height: 100%; /* 72px */
  letter-spacing: 0.62vw;
  text-align: right;
  position: relative;
  right: -5svw;
}
@media (min-width: 768px) {
  .p-photographer-member__deco-en {
    letter-spacing: 3.6px;
    right: -61px;
  }
}
.p-photographer-member .c-point-cards__item {
  align-self: stretch;
}
.p-photographer-member .c-point-cards__num::after {
  content: "";
}
.p-photographer-member .c-point-cards__desc em {
  font-style: normal;
  font-weight: 700;
  display: block;
}
.p-photographer-member .c-point-cards__desc em.tight {
  letter-spacing: -0.02em;
}
.p-photographer-member__ig {
  margin-top: 16px;
}
.p-photographer-member__ig img {
  width: 27px;
  height: 27px;
}
.p-photographer-member__ig ul {
  margin-top: 16px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  gap: 4.4vw;
}
@media (min-width: 768px) {
  .p-photographer-member__ig ul {
    gap: 1.17vw;
  }
}
@media (min-width: 1366px) {
  .p-photographer-member__ig ul {
    gap: 16px;
  }
}
.p-photographer-member__ig ul li {
  width: 27vw;
  height: 27vw;
}
@media (min-width: 768px) {
  .p-photographer-member__ig ul li {
    width: 7.75vw;
    height: 7.75vw;
  }
}
@media (min-width: 1366px) {
  .p-photographer-member__ig ul li {
    width: 106px;
    height: 106px;
  }
}
.p-photographer-member__ig ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------------------------
  ウェディングページ

  Wedding Page
---------------------------------------------------------------------------*/
.bg-wedding {
  width: 100%;
  height: 100%;
  padding-top: 88px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, #FEFDFB 96%), linear-gradient(252deg, #F6EEDD 0.96%, #F9F1E5 28.07%, #FFFCFA 38.27%, #FEFAEB 71.69%, #FBF6ED 99.04%);
  background-size: contain;
  display: block;
}
@media (max-width: 1920px) {
  .bg-wedding {
    padding-top: clamp(0px, 4.58vw, 88px);
  }
}

.p-wedding {
  position: relative;
}
.p-wedding .p-hero__inner {
  width: 100vw;
}
.p-wedding .p-hero__inner .p-hero__ttl-main {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: clamp(28px, 2.29vw, 44px);
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 52.8px */
  letter-spacing: 2.64px;
}
.p-wedding .p-hero__inner .p-hero__textblock {
  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-wedding .p-hero__inner .p-hero__textblock {
    left: clamp(2rem, 0.5915492958rem + 6.0093896714vw, 6rem);
    bottom: clamp(1.25rem, 0.0176056338rem + 5.2582159624vw, 4.75rem);
  }
}
.p-wedding-01 {
  min-height: auto;
  margin-bottom: -45vw;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1920px) {
  .p-wedding-01 {
    min-height: 69.16vw;
    margin-bottom: 7.86vw;
  }
}
@media (min-width: 1920px) {
  .p-wedding-01 {
    min-height: 1328px;
    margin-bottom: 151px;
  }
}
.p-wedding-01__summary {
  min-width: calc(320px - 10vw);
  position: static;
  margin-left: 6.25vw;
}
@media (min-width: 768px) and (max-width: 1920px) {
  .p-wedding-01__summary {
    margin-left: 0;
    margin-bottom: 7.86vw;
    position: absolute;
    left: 56.33vw;
    top: 0;
  }
}
@media (min-width: 1920px) {
  .p-wedding-01__summary {
    margin-left: 0;
    position: absolute;
    left: 1120px;
  }
}
.p-wedding-01__textblock {
  position: relative;
}
@media (min-width: 768px) {
  .p-wedding-01__textblock {
    width: 430px;
  }
}
.p-wedding-01__ttl {
  margin-bottom: 30px;
  color: var(--text-primary-dark, #6D552A);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: clamp(1.25rem, 1.073943662rem + 0.7511737089vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 37.4px */
  letter-spacing: 0.66px;
  align-self: stretch;
}
@media (min-width: 768px) {
  .p-wedding-01__ttl {
    margin-bottom: 0;
    font-size: clamp(22px, 1.45vw, 28px);
  }
}
@media (min-width: 1200px) {
  .p-wedding-01__ttl {
    line-height: clamp(150%, 1.94vw, 170%);
  }
}
@media (min-width: 1920px) {
  .p-wedding-01__ttl {
    font-size: var(--font-xxxl, 28px);
    line-height: 170%;
  }
}
.p-wedding-01__desc {
  margin-bottom: 10px;
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 30.8px */
  letter-spacing: 0.42px;
  align-self: stretch;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1920px) {
  .p-wedding-01__desc {
    font-size: clamp(12px, 1.16vw, 14px);
    line-height: 20px;
    left: 4.16vw;
    top: 2.2vw;
  }
}
@media (min-width: 960px) {
  .p-wedding-01__desc {
    margin-bottom: 20px;
    line-height: 24px;
    top: 2.8vw;
  }
}
@media (min-width: 1560px) {
  .p-wedding-01__desc {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 28px;
    left: 80px;
    top: 80px;
  }
}
.p-wedding-01__summary02 {
  min-width: calc(320px - 10vw);
  margin-left: 6.25vw;
  margin-bottom: 7.86vw;
  position: static;
}
@media (min-width: 768px) and (max-width: 1920px) {
  .p-wedding-01__summary02 {
    margin-left: 0;
    position: absolute;
    left: 4.16vw;
    top: 51.87vw;
  }
}
@media (min-width: 1560px) {
  .p-wedding-01__summary02 {
    margin-left: 0;
    left: 9.06vw;
  }
}
@media (min-width: 1920px) {
  .p-wedding-01__summary02 {
    position: absolute;
    left: 174px;
    top: 996px;
  }
}
.p-wedding-01__textblock02 {
  position: relative;
}
@media (min-width: 768px) {
  .p-wedding-01__textblock02 {
    width: 420px;
  }
}
.p-wedding-01__desc02 {
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 30.8px */
  letter-spacing: 0.42px;
  align-self: stretch;
  position: relative;
}
@media (min-width: 768px) {
  .p-wedding-01__desc02 {
    max-width: 180px;
    font-size: clamp(12px, 1.16vw, 14px);
    line-height: 20px;
  }
  .p-wedding-01__desc02 > br {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-wedding-01__desc02 {
    max-width: 200px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .p-wedding-01__desc02 {
    max-width: 279px;
    font-size: 14px;
    line-height: 28px; /* 30.8px */
  }
}
.p-wedding-01__img01 {
  width: 60vw;
  height: auto;
  position: static;
}
@media (min-width: 768px) {
  .p-wedding-01__img01 {
    position: absolute;
    width: clamp(320px, 46.87vw, 900px);
    height: clamp(212px, 30.98vw, 595px);
    left: 16px;
  }
}
.p-wedding-01__img02 {
  width: 32vw;
  height: auto;
  margin: 0 3vw 0 auto;
  position: relative;
  top: -31vw;
}
@media (min-width: 768px) and (max-width: 1920px) {
  .p-wedding-01__img02 {
    width: clamp(110px, 11.61vw, 223px);
    height: clamp(79.41px, 8.38vw, 161px);
    margin: 0;
    position: absolute;
    left: clamp(30px, 20.05vw, 385px);
    top: clamp(30px, 33.64vw, 646px);
  }
}
@media (min-width: 1920px) {
  .p-wedding-01__img02 {
    width: 223px;
    height: 161px;
    margin: 0;
    position: absolute;
    left: 385px;
    top: 646px;
  }
}
.p-wedding-01__img03 {
  width: 22vw;
  height: auto;
  margin: 0 0 0 auto;
  position: relative;
  top: -25vw;
}
@media (min-width: 768px) and (max-width: 1920px) {
  .p-wedding-01__img03 {
    width: clamp(130px, 13.12vw, 252px);
    height: clamp(98.53px, 9.94vw, 191px);
    margin: 0;
    position: absolute;
    left: clamp(15px, 4.68vw, 90px);
    top: clamp(139px, 38.9vw, 747px);
  }
}
@media (min-width: 1920px) {
  .p-wedding-01__img03 {
    width: 252px;
    height: 191px;
    margin: 0;
    position: absolute;
    left: 90px;
    top: 747px;
  }
}
.p-wedding-01__img04 {
  width: 49vw;
  height: auto;
  margin: 0 0 0 auto;
  position: relative;
  top: -17vw;
}
@media (min-width: 768px) and (max-width: 1920px) {
  .p-wedding-01__img04 {
    width: clamp(280px, 35.62vw, 684px);
    height: clamp(204.26px, 25.98vw, 499px);
    margin: 0;
    position: absolute;
    right: clamp(10px, 2.6vw, 50px);
    top: clamp(145.4px + 27vw, 37.86vw, 727px);
  }
}
@media (min-width: 1920px) {
  .p-wedding-01__img04 {
    width: 684px;
    height: 499px;
    margin: 0;
    position: absolute;
    right: 50px;
    top: 727px;
  }
}
.p-wedding-01__img05 {
  width: 38vw;
  height: auto;
  margin: 0 auto 0 3vw;
  position: relative;
  top: -68vw;
}
@media (min-width: 768px) and (max-width: 1920px) {
  .p-wedding-01__img05 {
    width: clamp(120px, 22.96vw, 441px);
    height: clamp(68.57px, 13.12vw, 252px);
    margin: 0;
    position: absolute;
    left: clamp(10px, 27.08vw, 520px);
    top: clamp(145.4px + 27vw, 50.72vw, 974px);
  }
}
@media (min-width: 1920px) {
  .p-wedding-01__img05 {
    width: 441px;
    height: 252px;
    margin: 0;
    position: absolute;
    left: 520px;
    top: 974px;
  }
}
.p-wedding-01__img06 {
  width: 24vw;
  height: auto;
  margin: 0 auto 0 21vw;
  position: relative;
  top: -62vw;
}
@media (min-width: 768px) and (max-width: 1920px) {
  .p-wedding-01__img06 {
    width: clamp(80px, 13.38vw, 257px);
    height: clamp(51.36px, 8.59vw, 165px);
    margin: 0;
    position: absolute;
    left: clamp(10px, 52.39vw, 1006px);
    top: clamp(145.4px + 27vw, 60.57vw, 1163px);
  }
}
@media (min-width: 1920px) {
  .p-wedding-01__img06 {
    width: 257px;
    height: 165px;
    margin: 0;
    position: absolute;
    left: 1006px;
    top: 1163px;
  }
}
.p-wedding-02 {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  position: relative;
  left: clamp(-24px, -1.25vw, 10px);
}
@media (max-width: 768px) {
  .p-wedding-02 {
    flex-direction: column-reverse;
    align-items: flex-start;
    left: 0;
  }
}
@media (max-width: 1920px) {
  .p-wedding-02 {
    margin-bottom: clamp(50px, 4.16vw, 80px);
  }
}
.p-wedding-02 > summary {
  width: 512px;
}
@media (max-width: 768px) {
  .p-wedding-02 > summary {
    width: auto;
  }
}
.p-wedding-02__textblock {
  width: 420px;
  margin-left: 92px;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1920px) {
  .p-wedding-02__textblock {
    width: auto;
    margin-left: clamp(20px, 4.79vw, 92px);
  }
}
@media (max-width: 768px) {
  .p-wedding-02__textblock {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.p-wedding-02__ttl {
  margin-bottom: 32px;
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 22px;
  font-size: var(--font-xxl, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 37.4px */
  letter-spacing: 0.66px;
  align-self: stretch;
}
@media (max-width: 1200px) {
  .p-wedding-02__ttl {
    margin-bottom: clamp(12px, 1.66vw, 32px);
  }
}
@media (max-width: 768px) {
  .p-wedding-02__ttl {
    font-size: var(--font-xxl, 24px);
  }
}
.p-wedding-02__desc {
  margin-bottom: 32px;
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 28px */
  letter-spacing: 0.7px;
  align-self: stretch;
}
@media (max-width: 1200px) {
  .p-wedding-02__desc {
    margin-bottom: clamp(12px, 1.66vw, 32px);
    line-height: clamp(18px, 1.6vw, 30.8px);
  }
}
@media (max-width: 768px) {
  .p-wedding-02__desc {
    line-height: 220%;
  }
}
.p-wedding-02__img01 {
  width: 100%;
  height: auto;
  background: url(../../assets/img/wedding/img2-1.jpg) lightgray center top no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  .p-wedding-02__img01 {
    width: clamp(320px, 35.83vw, 688px);
    height: clamp(181px, 20.31vw, 390px);
  }
}
.p-wedding-03 {
  margin-bottom: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  right: clamp(-40px, -2.08vw, 10px);
}
@media (min-width: 768px) and (max-width: 1920px) {
  .p-wedding-03 {
    margin-bottom: clamp(60px, 10.4vw, 200px);
  }
}
@media (max-width: 768px) {
  .p-wedding-03 {
    margin-bottom: 60px;
    flex-direction: column;
    align-items: flex-end;
    right: auto;
  }
}
.p-wedding-03 > summary {
  width: 512px;
}
@media (max-width: 768px) {
  .p-wedding-03 > summary {
    width: 100%;
  }
}
.p-wedding-03__textblock {
  width: 420px;
  margin-right: 92px;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1920px) {
  .p-wedding-03__textblock {
    width: auto;
    margin-right: auto;
    margin-left: clamp(20px, 4.79vw, 92px);
  }
}
@media (max-width: 768px) {
  .p-wedding-03__textblock {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.p-wedding-03__ttl {
  margin-bottom: 32px;
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 37.4px */
  letter-spacing: 0.66px;
  align-self: stretch;
}
@media (max-width: 1200px) {
  .p-wedding-03__ttl {
    margin-bottom: clamp(12px, 1.66vw, 32px);
  }
}
@media (max-width: 768px) {
  .p-wedding-03__ttl {
    font-size: var(--font-xxl, 24px);
  }
}
.p-wedding-03__desc {
  margin-bottom: 32px;
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 28px */
  letter-spacing: 0.7px;
  align-self: stretch;
}
@media (max-width: 1200px) {
  .p-wedding-03__desc {
    margin-bottom: clamp(12px, 1.66vw, 32px);
    line-height: clamp(18px, 1.6vw, 30.8px);
  }
}
@media (max-width: 768px) {
  .p-wedding-03__desc {
    line-height: 220%;
  }
}
.p-wedding-03__img01 {
  width: 100%;
  height: auto;
  background: url(../../assets/img/wedding/img3-1.jpg) lightgray center top no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  .p-wedding-03__img01 {
    width: clamp(320px, 35.83vw, 688px);
    height: clamp(181px, 20.31vw, 390px);
  }
}
.p-wedding-bnr_01 .p-plan-card {
  width: 100%;
  height: 27vw;
  margin: 0 auto 13vw auto;
}
@media (min-width: 768px) and (max-width: 960px) {
  .p-wedding-bnr_01 .p-plan-card {
    width: 600px;
    height: 180px;
    margin-bottom: clamp(10vw, 20vw, 120px);
  }
}
@media (min-width: 960px) and (max-width: 1920px) {
  .p-wedding-bnr_01 .p-plan-card {
    width: clamp(600px, 62.5vw, 1200px);
    height: clamp(180px, 18.75vw, 360px);
    margin-bottom: clamp(0px, 12.5vw, 240px);
  }
}
@media (min-width: 1920px) {
  .p-wedding-bnr_01 .p-plan-card {
    width: 1200px;
    height: 360px;
    margin: 0 auto 240px auto;
  }
}
.p-wedding-bnr_01 .p-plan-card__textblock {
  height: auto;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0;
  top: auto;
  bottom: 10px;
  left: 4.66%;
  transform: none;
}
@media (max-width: 768px) {
  .p-wedding-bnr_01 .p-plan-card__textblock {
    bottom: clamp(10px, 4vw, 24px);
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .p-wedding-bnr_01 .p-plan-card__textblock {
    bottom: 24px;
  }
}
@media (min-width: 960px) and (max-width: 1024px) {
  .p-wedding-bnr_01 .p-plan-card__textblock {
    bottom: clamp(24px, 2.83vw, 34px);
  }
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .p-wedding-bnr_01 .p-plan-card__textblock {
    bottom: clamp(34px, 3.54vw, 68px);
  }
}
@media (min-width: 1920px) {
  .p-wedding-bnr_01 .p-plan-card__textblock {
    bottom: 68px;
  }
}
.p-wedding-bnr_01 .p-plan-card__name {
  margin-bottom: 2vw;
}
@media (max-width: 768px) {
  .p-wedding-bnr_01 .p-plan-card__name {
    margin-bottom: 0.62vw;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .p-wedding-bnr_01 .p-plan-card__name {
    margin-bottom: clamp(0.62vw, 0.62vw, 12px);
  }
}
@media (min-width: 1920px) {
  .p-wedding-bnr_01 .p-plan-card__name {
    margin-bottom: 12px;
  }
}
.p-wedding-bnr_01 .p-plan-card__name-en {
  font-family: var(--font-family-en, Outfit);
  font-size: 32px;
  line-height: 120%; /* 38.4px */
  letter-spacing: 2.56px;
}
@media (max-width: 768px) {
  .p-wedding-bnr_01 .p-plan-card__name-en {
    font-size: clamp(22px, 2.66vw, 32px);
  }
}
.p-wedding-bnr_01 .p-plan-card__ttl {
  font-family: var(--font-family-jp);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.54px;
}
@media (max-width: 768px) {
  .p-wedding-bnr_01 .p-plan-card__ttl {
    font-size: clamp(14px, 1.5vw, 18px);
  }
}
.p-wedding-bnr_01 .p-plan-card__img {
  aspect-ratio: 1200/360;
}
.p-wedding-bnr_02 .p-plan-card {
  width: 90vw;
  height: auto;
  margin: 0 auto 10vw auto;
}
@media (min-width: 768px) and (max-width: 1920px) {
  .p-wedding-bnr_02 .p-plan-card {
    width: clamp(700px, 62.5vw, 1200px);
    height: clamp(280px, 25vw, 480px);
    margin-bottom: clamp(0px, 6.45vw, 124px);
  }
}
@media (min-width: 1920px) {
  .p-wedding-bnr_02 .p-plan-card {
    width: 1200px;
    height: 480px;
    margin: 0 auto 124px auto;
  }
}
.p-wedding-bnr_02 .p-plan-card__textblock {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  top: 63.33%;
  left: 4.66%;
  transform: none;
}
@media (max-width: 768px) {
  .p-wedding-bnr_02 .p-plan-card__textblock {
    top: auto;
    bottom: 5vw;
  }
}
.p-wedding-bnr_02 .p-plan-card__name-jp {
  font-size: clamp(22px, 2.39vw, 46px);
}
.p-wedding-bnr_02 .p-plan-card__ttl {
  margin-top: 12px;
  font-family: var(--font-family-jp);
  font-size: clamp(18px, 0.93vw, 18px);
  font-weight: 400;
  letter-spacing: 0.54px;
}
@media (max-width: 1920px) {
  .p-wedding-bnr_02 .p-plan-card__ttl {
    margin-top: clamp(0px, 0.62vw, 12px);
  }
}
.p-wedding-bnr_02 .p-plan-card__img {
  aspect-ratio: 1200/480;
}
.p-wedding-bnr_03 .p-plan-card {
  width: 90vw;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1920px) {
  .p-wedding-bnr_03 .p-plan-card {
    width: clamp(700px, 62.5vw, 1200px);
    height: clamp(280px, 25vw, 480px);
    margin-bottom: clamp(0px, 6.45vw, 124px);
  }
}
@media (min-width: 1920px) {
  .p-wedding-bnr_03 .p-plan-card {
    width: 1200px;
    height: 480px;
    margin: 0 auto;
  }
}
.p-wedding-bnr_03 .p-plan-card__textblock {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  top: 63.33%;
  left: 4.66%;
  transform: none;
}
@media (max-width: 768px) {
  .p-wedding-bnr_03 .p-plan-card__textblock {
    top: auto;
    bottom: 5vw;
  }
}
.p-wedding-bnr_03 .p-plan-card__name-jp {
  font-size: clamp(22px, 2.39vw, 46px);
}
.p-wedding-bnr_03 .p-plan-card__ttl {
  margin-top: 12px;
  font-family: var(--font-family-jp);
  font-size: clamp(18px, 0.93vw, 18px);
  font-weight: 400;
  letter-spacing: 0.54px;
}
@media (max-width: 1920px) {
  .p-wedding-bnr_03 .p-plan-card__ttl {
    margin-top: clamp(0px, 0.62vw, 12px);
  }
}
.p-wedding-bnr_03 .p-plan-card__img {
  aspect-ratio: 1200/480;
}

/*--------------------------------------------------------------------------
  施設紹介ページ

  Facility Page
---------------------------------------------------------------------------*/
.p-facility {
  position: relative;
}
.p-facility-01 {
  min-height: max(600px, 110vw);
}
@media (min-width: 500px) {
  .p-facility-01 {
    min-height: 130vw;
  }
}
@media (min-width: 550px) {
  .p-facility-01 {
    min-height: 120vw;
  }
}
@media (min-width: 600px) {
  .p-facility-01 {
    min-height: 110vw;
  }
}
@media (min-width: 650px) {
  .p-facility-01 {
    min-height: 100vw;
  }
}
@media (min-width: 680px) {
  .p-facility-01 {
    min-height: max(600px, 94.37vw);
  }
}
@media (min-width: 1920px) {
  .p-facility-01 {
    min-height: 1812px;
  }
}
.p-facility-01__bg01 {
  width: 1200px;
  height: 1200px;
  aspect-ratio: 1/1;
  border-radius: 1200px;
  background: radial-gradient(50% 50% at 50% 50%, #FFFBF3 0%, #FFF 100%);
  position: absolute;
  top: -84px;
  left: 720px;
  z-index: -1;
}
.p-facility-01__bg02 {
  width: 1200px;
  height: 1200px;
  aspect-ratio: 1/1;
  border-radius: 1200px;
  background: radial-gradient(50% 50% at 50% 50%, #FFF8EC 0%, #FFF 100%);
  position: absolute;
  top: 454px;
  left: 0;
  z-index: -1;
}
.p-facility-01__img01 {
  width: 53.9vw;
  height: 25.62vw;
  aspect-ratio: 345/164;
  position: absolute;
  left: -2svw;
  top: 2.5vw;
  opacity: 0;
}
.p-facility-01__img01.show {
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
}
@media (min-width: 768px) {
  .p-facility-01__img01 {
    left: -4svw;
  }
}
@media (min-width: 1920px) {
  .p-facility-01__img01 {
    width: 1035px;
    height: 492px;
    top: 48px;
  }
}
.p-facility-01__img02 {
  width: 76.77vw;
  height: 33.2vw;
  aspect-ratio: 1474/638;
  position: absolute;
  right: -2svw;
  top: 16.61vw;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-facility-01__img02 {
    right: -4svw;
  }
}
@media (min-width: 1920px) {
  .p-facility-01__img02 {
    width: 1474px;
    height: 638px;
    top: 319px;
  }
}
.p-facility-01__img02 .p-facility__deco-en {
  margin: 0 auto 1.66vw 39.53vw;
  color: var(--text-subtle, #7E766C);
  font-family: var(--font-family-en, Outfit);
  font-size: 3.33vw;
  font-style: normal;
  font-weight: 100;
  line-height: 120%; /* 76.8px */
  letter-spacing: 0.16vw;
  text-shadow: #fff 0 0 7px;
  opacity: 0;
}
.p-facility-01__img02 .p-facility__deco-en.show {
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
}
@media (min-width: 1920px) {
  .p-facility-01__img02 .p-facility__deco-en {
    margin: 0 auto 32px 759px;
    font-size: var(--font-display-md, 64px);
    letter-spacing: 3.2px;
  }
}
.p-facility-01__img02 > figure {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.p-facility-01__img02 > figure.show {
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
}
.p-facility-01__img03 {
  width: 16.77vw;
  height: 23.12vw;
  position: absolute;
  left: 6svw;
  top: 58vw;
  opacity: 0;
}
@media (min-width: 768px) {
  .p-facility-01__img03 {
    left: 0;
    top: 48.54vw;
  }
}
@media (min-width: 1920px) {
  .p-facility-01__img03 {
    width: 322px;
    height: 444px;
    top: 932px;
  }
}
.p-facility-01__img03.show {
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
}
.p-facility-01__textblock {
  position: absolute;
  left: 29vw;
  top: 63vw;
  opacity: 0;
}
.p-facility-01__textblock.show {
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
}
@media (min-width: 768px) {
  .p-facility-01__textblock {
    top: 61.77vw;
  }
}
@media (min-width: 1920px) {
  .p-facility-01__textblock {
    left: 558px;
    top: 1186px;
  }
}
.p-facility-01__ttl-en {
  color: var(--text-primary-light, #B5A17F);
  font-family: var(--font-family-en, Outfit);
  font-size: max(12px, 1.04vw);
  font-style: normal;
  font-weight: 200;
  line-height: 120%; /* 24px */
  letter-spacing: 0.05vw;
  align-self: stretch;
  display: block;
}
@media (min-width: 1920px) {
  .p-facility-01__ttl-en {
    font-size: var(--font-xl, 20px);
    letter-spacing: 1px;
  }
}
.p-facility-01__ttl-main {
  color: var(--text-primary-light, #B5A17F);
  font-family: var(--font-family-en, Outfit);
  font-size: max(24px, 2.5vw);
  font-style: normal;
  font-weight: 100;
  line-height: 120%; /* 57.6px */
  letter-spacing: 0.12vw;
  display: block;
}
@media (min-width: 1920px) {
  .p-facility-01__ttl-main {
    font-size: var(--font-2xl, 48px);
    letter-spacing: 2.4px;
  }
}
.p-facility-01__desc {
  margin-top: 20px;
  margin-left: 0;
  opacity: 0;
}
.p-facility-01__desc.show {
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
}
@media (min-width: 768px) {
  .p-facility-01__desc {
    margin-top: max(14px, 2.91vw);
    margin-left: max(10px, 3.33vw);
  }
}
@media (min-width: 1920px) {
  .p-facility-01__desc {
    margin-top: 56px;
    margin-left: 64px;
  }
}
.p-facility-01__desc > strong {
  margin-bottom: 1.66vw;
  color: var(--text-primary-dark, #6D552A);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.06vw;
  display: block;
}
@media (min-width: 768px) {
  .p-facility-01__desc > strong {
    font-size: clamp(14px, 1.84vw, 26px);
    line-height: 160%;
  }
}
@media (min-width: 1412px) {
  .p-facility-01__desc > strong {
    margin-bottom: 32px;
    font-size: 26px;
    line-height: 170%; /* 44.2px */
    letter-spacing: 1.3px;
  }
}
.p-facility-01__desc > p {
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.03vw;
}
@media (min-width: 768px) {
  .p-facility-01__desc > p {
    font-size: clamp(12px, 0.99vw, 14px);
    line-height: 180%;
  }
}
@media (min-width: 1412px) {
  .p-facility-01__desc > p {
    font-size: 14px;
    line-height: 200%; /* 28px */
    letter-spacing: 0.7px;
  }
}
.p-facility-02 {
  width: 90svw;
  margin-inline: auto;
}
@media (min-width: 1920px) {
  .p-facility-02 {
    max-width: 1320px !important;
  }
}
.p-facility-02__textblock {
  margin-bottom: max(20px, 1.66vw);
}
@media (min-width: 1920px) {
  .p-facility-02__textblock {
    margin-bottom: 32px;
  }
}
.p-facility-02__ttl {
  color: var(--text-subtle, #7E766C);
  font-family: var(--font-family-en, Outfit);
  font-size: max(30px, 3.75vw);
  font-style: normal;
  font-weight: 100;
  line-height: 100%; /* 72px */
  letter-spacing: 0.18vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
@media (min-width: 1920px) {
  .p-facility-02__ttl {
    font-size: 72px;
    letter-spacing: 3.6px;
  }
}
.p-facility-02__ttl::before {
  content: "";
  margin-right: max(18px, 2.8vw);
  display: inline-flex;
  width: 1080px;
  height: 1px;
  background: #CCC;
}
@media (min-width: 1920px) {
  .p-facility-02__ttl::before {
    margin-right: 54px;
  }
}
.p-facility-02__item {
  margin-bottom: 40px;
  display: block;
}
@media (min-width: 768px) {
  .p-facility-02__item {
    margin-bottom: min(7.87vw, 104px);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .p-facility-02__item {
    margin-bottom: 104px;
  }
}
.p-facility-02__item > dt {
  margin-right: 0;
}
@media (min-width: 768px) {
  .p-facility-02__item > dt {
    margin-right: 7.6vw;
  }
}
.p-facility-02__item--img {
  width: 90svw;
  height: auto;
  margin-bottom: 2.21vw;
}
@media (min-width: 768px) {
  .p-facility-02__item--img {
    width: min(48.33vw, 638px);
    margin-bottom: min(1.28vw, 17px);
  }
}
@media (min-width: 1200px) {
  .p-facility-02__item--img {
    width: 638px;
    height: 440px;
    margin-bottom: 17px;
  }
}
.p-facility-02__item--list {
  display: flex;
  justify-content: space-between;
  gap: auto;
}
@media (min-width: 768px) {
  .p-facility-02__item--list {
    justify-content: flex-start;
    gap: 12px;
  }
}
.p-facility-02__item--thumb {
  width: 28vw;
  height: auto;
}
@media (min-width: 768px) {
  .p-facility-02__item--thumb {
    width: min(8.93vw, 118px);
  }
}
@media (min-width: 1200px) {
  .p-facility-02__item--thumb {
    width: 118px;
    height: 80px;
  }
}
.p-facility-02__item--thumb:hover {
  cursor: pointer;
}
.p-facility-02__item--textblock {
  width: 100%;
}
@media (min-width: 768px) {
  .p-facility-02__item--textblock {
    width: min(40.6vw, 536px);
  }
}
@media (min-width: 1200px) {
  .p-facility-02__item--textblock {
    width: 536px;
  }
}
.p-facility-02__item--ttl {
  margin: 20px 0;
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 40.8px */
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  .p-facility-02__item--ttl {
    margin-bottom: min(4.24vw, 56px);
    font-size: min(1.81vw, 24px);
  }
}
@media (min-width: 1200px) {
  .p-facility-02__item--ttl {
    margin-bottom: 56px;
    font-size: 24px;
  }
}
.p-facility-02__item--desc {
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.7px;
}
@media (min-width: 768px) {
  .p-facility-02__item--desc {
    font-size: clamp(12px, 1.06vw, 14px);
    line-height: 180%;
  }
}
@media (min-width: 1412px) {
  .p-facility-02__item--desc {
    font-size: 14px;
    line-height: 200%; /* 28px */
  }
}
.p-facility-03 {
  width: 100%;
  height: 84vw;
  margin-bottom: 140px;
  background: url("../../assets/img/wedding/facility/bg1.webp") no-repeat center;
  background-size: cover;
  opacity: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.p-facility-03.show {
  opacity: 1;
  transition: opacity 2.6s ease-in-out;
}
@media (min-width: 768px) {
  .p-facility-03 {
    display: block;
    height: 56.25vw;
  }
}
.p-facility-03__bg {
  width: 100%;
  height: 84vw;
  background: #000;
  display: block;
}
@media (min-width: 768px) {
  .p-facility-03__bg {
    height: 56.25vw;
  }
}
.p-facility-03__textblock {
  height: auto;
  display: inline-flex;
  flex-direction: column;
  gap: 1.66vw;
  position: relative;
  left: 5vw;
  z-index: 3;
}
@media (min-width: 768px) {
  .p-facility-03__textblock {
    position: absolute;
    align-items: flex-start;
    gap: min(1.66vw, 32px);
    top: min(9.58vw, 184px);
    left: min(8.54vw, 164px);
  }
}
@media (min-width: 1920px) {
  .p-facility-03__textblock {
    gap: 32px;
    top: 184px;
    left: 164px;
  }
}
.p-facility-03__ttl {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--font-family-en, Outfit);
  font-size: 22px;
  font-style: normal;
  font-weight: 100;
  line-height: 130%; /* 64px */
  letter-spacing: 0.26vw;
}
@media (min-width: 768px) {
  .p-facility-03__ttl {
    font-size: min(3.33vw, 64px);
    letter-spacing: min(0.26vw, 5.12px);
  }
}
@media (min-width: 1920px) {
  .p-facility-03__ttl {
    font-size: 64px;
    letter-spacing: 5.12px;
  }
}
.p-facility-03__desc {
  color: var(--text-white, #FFF);
  text-shadow: 0 0 3px rgb(0, 0, 0);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.03vw;
  opacity: 0;
}
@media (min-width: 375px) {
  .p-facility-03__desc {
    line-height: 180%;
  }
}
@media (min-width: 560px) {
  .p-facility-03__desc {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 768px) {
  .p-facility-03__desc {
    font-size: clamp(12px, 0.99vw, 14px);
    letter-spacing: min(0.03vw, 0.7px);
  }
}
@media (min-width: 1412px) {
  .p-facility-03__desc {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .p-facility-03__desc {
    line-height: 200%; /* 28px */
    letter-spacing: 0.7px;
  }
}
.p-facility-03__desc.show {
  opacity: 1;
  transition: opacity 2.6s ease-in-out;
}
.p-facility-03__desc > strong {
  margin-bottom: 2.7vw;
  color: var(--text-white, #FFF);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.06vw;
  display: block;
}
@media (min-width: 768px) {
  .p-facility-03__desc > strong {
    margin-bottom: min(1.66vw, 32px);
    font-size: clamp(16px, 1.35vw, 26px);
    letter-spacing: min(0.06vw, 1.3px);
  }
}
@media (min-width: 1920px) {
  .p-facility-03__desc > strong {
    margin-bottom: 32px;
    font-size: 26px;
    line-height: 170%; /* 28px */
    letter-spacing: 1.3px;
  }
}
.p-facility-03__img--01 {
  width: 12.29vw;
  height: 7.29vw;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 27.96vw;
  right: 6.98vw;
  opacity: 0;
}
@media (min-width: 768px) {
  .p-facility-03__img--01 {
    width: min(12.29vw, 236px);
    height: min(7.29vw, 140px);
    right: 10.1vw;
  }
}
@media (min-width: 1920px) {
  .p-facility-03__img--01 {
    width: 236px;
    height: 140px;
    bottom: 537px;
    right: 194px;
  }
}
.p-facility-03__img--01.show {
  opacity: 1;
  transition: opacity 2.6s ease-in-out;
}
/*
@media (min-width: 560px) {
  .p-facility-03__img--01.show {
    opacity: 1;
  }
}
*/
.p-facility-03__img--02 {
  width: 26.25vw;
  height: 18.95vw;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 6.2vw;
  right: 9.48vw;
  opacity: 0;
}
@media (min-width: 768px) {
  .p-facility-03__img--02 {
    width: min(26.25vw, 504px);
    height: min(18.95vw, 364px);
    bottom: 7.76vw;
    right: 11.04vw;
  }
}
@media (min-width: 1920px) {
  .p-facility-03__img--02 {
    width: 504px;
    height: 364px;
    bottom: 149px;
    right: 212px;
  }
}
.p-facility-03__img--02.show {
  /*opacity: 0.5;*/
  opacity: 1;
  transition: opacity 2.6s ease-in-out;
}
/*
@media (min-width: 560px) {
  .p-facility-03__img--02.show {
    opacity: 1;
  }
}
  */
.p-facility-03__img--03 {
  width: 9.94vw;
  height: 14.47vw;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 3.07vw;
  right: 39.53vw;
  opacity: 0;
}
@media (min-width: 768px) {
  .p-facility-03__img--03 {
    width: min(9.94vw, 191px);
    height: min(14.47vw, 278px);
    bottom: 6.19vw;
  }
}
@media (min-width: 1920px) {
  .p-facility-03__img--03 {
    width: 191px;
    height: 278px;
    bottom: 119px;
    right: 759px;
  }
}
.p-facility-03__img--03.show {
  /*opacity: 0.5;*/
  opacity: 1;
  transition: opacity 2.6s ease-in-out;
}
/*
@media (min-width: 560px) {
  .p-facility-03__img--03.show {
    opacity: 1;
  }
}
*/
.p-facility__btn-wedding {
  position: relative;
}
@media (min-width: 768px) {
  .p-facility__btn-wedding {
    max-height: 360px;
    margin-top: 113px;
  }
}
.p-facility__btn-wedding .p-plan-card__img {
  aspect-ratio: 640/360;
}
@media (min-width: 768px) {
  .p-facility__btn-wedding .p-plan-card__img {
    aspect-ratio: 1200/360;
  }
}
.p-facility__btn-wedding .p-plan-card__textblock {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.3vw;
  top: 63%;
  transform: none;
}
@media (min-width: 768px) {
  .p-facility__btn-wedding .p-plan-card__textblock {
    gap: 8px;
    top: 54%;
  }
}
@media (min-width: 1024px) {
  .p-facility__btn-wedding .p-plan-card__textblock {
    gap: 16px;
    top: 63%;
  }
}
.p-facility__btn-wedding .p-plan-card__namem, .p-facility__btn-wedding .p-plan-card__name-en {
  color: #FFF;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  font-family: var(--font-family-en, Outfit);
  font-size: 5vw;
  font-style: normal;
  font-weight: 200;
  line-height: 120%; /* 38.4px */
  letter-spacing: 2.56px;
}
@media (min-width: 768px) {
  .p-facility__btn-wedding .p-plan-card__namem, .p-facility__btn-wedding .p-plan-card__name-en {
    font-size: 32px;
  }
}
.p-facility__btn-wedding .p-plan-card__ttl {
  color: #FFF;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  font-family: "Noto Sans JP";
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: 0.54px;
}
@media (min-width: 768px) {
  .p-facility__btn-wedding .p-plan-card__ttl {
    font-size: 18px;
  }
}
.p-facility .swiper {
  width: 90svw;
}
@media (min-width: 768px) {
  .p-facility .swiper {
    width: min(48.33vw, 638px);
  }
}
@media (min-width: 1200px) {
  .p-facility .swiper {
    width: 638px;
  }
}
.p-facility .slider-thumb01 .swiper-slide, .p-facility .slider-thumb02 .swiper-slide, .p-facility .slider-thumb03 .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: 28vw !important;
}
@media (min-width: 768px) {
  .p-facility .slider-thumb01 .swiper-slide, .p-facility .slider-thumb02 .swiper-slide, .p-facility .slider-thumb03 .swiper-slide {
    width: min(8.93vw, 118px) !important;
  }
}
@media (min-width: 1200px) {
  .p-facility .slider-thumb01 .swiper-slide, .p-facility .slider-thumb02 .swiper-slide, .p-facility .slider-thumb03 .swiper-slide {
    width: 118px !important;
  }
}
.p-facility .slider-thumb01 .swiper-slide.swiper-slide-thumb-active, .p-facility .slider-thumb02 .swiper-slide.swiper-slide-thumb-active, .p-facility .slider-thumb03 .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

/*--------------------------------------------------------------------------
  料理＆衣裳ページ

  Cuisine dress Page
---------------------------------------------------------------------------*/
.p-cuisine_dress {
  position: relative;
}
.p-cuisine_dress-bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFF 0%, #F6F6F6 16%);
  background-size: contain;
  display: block;
}
.p-cuisine_dress .p-hero__inner {
  margin-inline: unset;
  margin-bottom: clamp(40px, 7.91vw, 152px);
}
@media (min-width: 1920px) {
  .p-cuisine_dress .p-hero__inner {
    margin-bottom: 152px;
  }
}
.p-cuisine_dress .p-hero__img {
  width: 92svw;
  height: auto;
  aspect-ratio: 528/251;
}
@media (min-width: 1920px) {
  .p-cuisine_dress .p-hero__img {
    width: 1767px;
    height: 840px;
  }
}
.p-cuisine_dress .p-hero__textblock {
  left: 5svw;
  bottom: 3.12svw;
}
@media (min-width: 1920px) {
  .p-cuisine_dress .p-hero__textblock {
    left: 96px;
    bottom: 60px;
  }
}
.p-cuisine_dress .p-hero__ttl-en {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-family: var(--font-family-en, Outfit);
  font-size: clamp(24px, 3.33vw, 64px);
  font-style: normal;
  font-weight: 200;
  line-height: 120%; /* 76.8px */
  letter-spacing: 0.16vw;
}
@media (min-width: 1920px) {
  .p-cuisine_dress .p-hero__ttl-en {
    font-size: var(--font-display-md, 64px);
    letter-spacing: 3.2px;
  }
}
.p-cuisine_dress-01__inner {
  width: 100%;
  margin-left: 0;
  margin-bottom: 40px;
  display: block;
}
@media (min-width: 768px) {
  .p-cuisine_dress-01__inner {
    width: max(100%, 68.75vw);
    margin-left: 6.87vw;
    margin-bottom: 5.52vw;
    display: flex;
  }
}
@media (min-width: 1920px) {
  .p-cuisine_dress-01__inner {
    width: 1320px;
    margin-left: 132px;
    margin-bottom: 106px;
  }
}
.p-cuisine_dress-01__inner > dt {
  margin-bottom: 20px;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .p-cuisine_dress-01__inner > dt {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }
}
.p-cuisine_dress-01__ttl {
  width: calc(4.58vw + 18px);
  height: 13.95vw;
  margin-right: 3.17vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 2.5vw;
}
@media (min-width: 768px) {
  .p-cuisine_dress-01__ttl {
    position: relative;
  }
}
@media (min-width: 1920px) {
  .p-cuisine_dress-01__ttl {
    width: 106px;
    height: 268px;
    margin-right: 61px;
    top: 48px;
  }
}
.p-cuisine_dress-01__ttl-en {
  color: #D9D2CE;
  font-family: var(--font-family-en, Outfit);
  font-size: max(32px, 4.58vw);
  font-style: normal;
  font-weight: 100;
  line-height: 120%; /* 105.6px */
  letter-spacing: 4.4px;
  transform: rotate(-90deg);
}
@media (min-width: 1920px) {
  .p-cuisine_dress-01__ttl-en {
    font-size: 88px;
  }
}
.p-cuisine_dress-01__img {
  width: 90vw;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  flex-shrink: 0;
  aspect-ratio: 168/97;
}
@media (min-width: 768px) {
  .p-cuisine_dress-01__img {
    width: 35vw;
    height: 20.2vw;
    margin-left: -0.2vw;
  }
}
@media (min-width: 1920px) {
  .p-cuisine_dress-01__img {
    width: 672px;
    height: 388px;
    margin-left: 0;
  }
}
.p-cuisine_dress-01__textblock {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-cuisine_dress-01__textblock {
    width: clamp(360px, 33.75vw, 648px);
  }
}
@media (min-width: 1920px) {
  .p-cuisine_dress-01__textblock {
    width: 648px;
  }
}
.p-cuisine_dress-01__desc {
  padding: 0 5.4vw;
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.42px;
  text-align: left;
}
@media (min-width: 768px) {
  .p-cuisine_dress-01__desc {
    font-size: clamp(12px, 0.99vw, 14px);
    text-align: center;
  }
}
@media (min-width: 1412px) {
  .p-cuisine_dress-01__desc {
    font-size: 14px;
  }
}
.p-cuisine_dress-01__desc > strong {
  margin-bottom: clamp(16px, 1.25vw, 24px);
  color: var(--text-primary-dark, #6D552A);
  text-align: center;
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: clamp(14px, 1.04vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 34px */
  letter-spacing: 1px;
  display: block;
}
@media (min-width: 1920px) {
  .p-cuisine_dress-01__desc > strong {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.p-cuisine_dress-01__desc > br {
  display: none;
}
@media (min-width: 1574px) {
  .p-cuisine_dress-01__desc > br {
    display: block;
  }
}
.p-cuisine_dress-02__slider {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .p-cuisine_dress-02__slider {
    margin-bottom: 78px;
  }
}
@media (min-width: 1024px) {
  .p-cuisine_dress-02__slider {
    margin-bottom: 104px;
  }
}
.p-cuisine_dress-02 .swiper-wrapper {
  transition-timing-function: linear;
}
.p-cuisine_dress-03__inner {
  width: 100%;
  margin-inline: auto;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-cuisine_dress-03__inner {
    width: 68.75vw;
    margin-bottom: 13.07vw;
    flex-direction: row;
  }
}
@media (min-width: 1920px) {
  .p-cuisine_dress-03__inner {
    width: 1320px;
    margin-bottom: 251px;
  }
}
.p-cuisine_dress-03__img {
  width: 90vw;
  height: auto;
  margin-bottom: 20px;
  flex-shrink: 0;
  aspect-ratio: 168/97;
}
@media (min-width: 768px) {
  .p-cuisine_dress-03__img {
    width: 35vw;
    height: 20.2vw;
    margin-left: -0.2vw;
    margin-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .p-cuisine_dress-03__img {
    width: 672px;
    height: 388px;
    margin-left: 0;
  }
}
.p-cuisine_dress-03__textblock {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-cuisine_dress-03__textblock {
    width: clamp(360px, 33.75vw, 648px);
  }
}
@media (min-width: 1920px) {
  .p-cuisine_dress-03__textblock {
    width: 648px;
  }
}
.p-cuisine_dress-03__desc {
  padding: 0 5.4vw;
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 28px */
  letter-spacing: 0.42px;
  text-align: left;
}
@media (min-width: 768px) {
  .p-cuisine_dress-03__desc {
    font-size: clamp(12px, 0.99vw, 14px);
    text-align: center;
  }
}
@media (min-width: 1412px) {
  .p-cuisine_dress-03__desc {
    font-size: 14px;
    line-height: 200%; /* 28px */
  }
}
.p-cuisine_dress-03__desc > strong {
  margin-bottom: clamp(16px, 1.25vw, 24px);
  color: var(--text-primary-dark, #6D552A);
  text-align: center;
  font-family: var(--font-family-en, Outfit);
  font-size: clamp(14px, 1.04vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 34px */
  letter-spacing: 1px;
  display: block;
}
@media (min-width: 1920px) {
  .p-cuisine_dress-03__desc > strong {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.p-cuisine_dress-03__desc > br {
  display: none;
}
@media (min-width: 1412px) {
  .p-cuisine_dress-03__desc > br {
    display: block;
  }
}
.p-cuisine_dress-04__inner {
  width: 90svw;
  height: auto;
  margin-inline: auto;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .p-cuisine_dress-04__inner {
    width: 82.6vw;
    height: 33.75vw;
    margin-bottom: 47px;
  }
}
@media (min-width: 1920px) {
  .p-cuisine_dress-04__inner {
    width: 1586px;
    height: 648px;
  }
}
.p-cuisine_dress-04__ttl {
  width: 7.5vw;
  height: 16.77vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 85vw;
  top: -3.22vw;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-cuisine_dress-04__ttl {
    width: calc(7.5vw + 8px);
    position: absolute;
    left: 48.75vw;
    top: -3.22vw;
  }
}
@media (min-width: 1920px) {
  .p-cuisine_dress-04__ttl {
    width: 144px;
    height: 322px;
    left: 936px;
    top: -62px;
  }
}
.p-cuisine_dress-04__ttl-en {
  color: var(--text-subtle, #7E766C);
  font-family: var(--font-family-en, Outfit);
  font-size: max(32px, 6.25vw);
  font-style: normal;
  font-weight: 100;
  line-height: 120%; /* 144px */
  letter-spacing: max(4px, 0.31vw);
  transform: rotate(-90deg);
}
@media (min-width: 1920px) {
  .p-cuisine_dress-04__ttl-en {
    font-size: 120px;
    letter-spacing: 6px;
  }
}
.p-cuisine_dress-04__img {
  width: 90vw;
  height: auto;
  margin-bottom: 20px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-cuisine_dress-04__img {
    width: 53.12vw;
    height: 25vw;
    margin-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .p-cuisine_dress-04__img {
    width: 1020px;
    height: 480px;
  }
}
.p-cuisine_dress-04__desc {
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 28px */
  letter-spacing: 0.7px;
  position: static;
}
@media (min-width: 768px) {
  .p-cuisine_dress-04__desc {
    font-size: clamp(12px, 0.99vw, 14px);
    position: absolute;
    left: 55.29vw;
    bottom: 0;
  }
}
@media (min-width: 1412px) {
  .p-cuisine_dress-04__desc {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .p-cuisine_dress-04__desc {
    left: 1004px;
  }
}
.p-cuisine_dress-04__desc > br {
  display: none;
}
@media (min-width: 1412px) {
  .p-cuisine_dress-04__desc > br {
    display: block;
  }
}
.p-cuisine_dress-04__gallery {
  width: 90svw;
  margin-inline: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-cuisine_dress-04__gallery {
    width: 82.6vw;
  }
}
@media (min-width: 1920px) {
  .p-cuisine_dress-04__gallery {
    width: 1586px;
  }
}
.p-cuisine_dress-04__gallery h3 {
  margin-bottom: 10px;
  color: var(--text-subtle-darker, #645E54);
  font-family: var(--font-family-en, Outfit);
  font-size: max(18px, 1.66vw);
  font-style: normal;
  font-weight: 100;
  line-height: 140%; /* 44.8px */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .p-cuisine_dress-04__gallery h3 {
    margin-bottom: clamp(10px, 1.04vw, 20px);
    letter-spacing: 2px;
  }
}
@media (min-width: 1920px) {
  .p-cuisine_dress-04__gallery h3 {
    margin-bottom: 20px;
    font-size: 32px;
    letter-spacing: 2.56px;
  }
}
.p-cuisine_dress-04__gallery .swiper {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-cuisine_dress-04__gallery .swiper {
    padding-bottom: max(30px, 4.53vw);
  }
}
@media (min-width: 1920px) {
  .p-cuisine_dress-04__gallery .swiper {
    padding-bottom: 87px;
  }
}
.p-cuisine_dress-04__gallery .swiper-wrapper {
  width: 100%;
  position: relative;
  left: -19.867vw;
}
@media (min-width: 768px) {
  .p-cuisine_dress-04__gallery .swiper-wrapper {
    left: -10.717vw;
  }
}
@media (min-width: 1920px) {
  .p-cuisine_dress-04__gallery .swiper-wrapper {
    left: -10.626vw;
  }
}
.p-cuisine_dress-04__gallery .c-swiper-nav {
  justify-content: flex-start;
}
.p-cuisine_dress__btn-wedding {
  position: relative;
}
@media (min-width: 768px) {
  .p-cuisine_dress__btn-wedding {
    max-height: 360px;
    margin-top: 113px;
  }
}
.p-cuisine_dress__btn-wedding .p-plan-card__img {
  aspect-ratio: 640/360;
}
@media (min-width: 768px) {
  .p-cuisine_dress__btn-wedding .p-plan-card__img {
    aspect-ratio: 1200/360;
  }
}
.p-cuisine_dress__btn-wedding .p-plan-card__textblock {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.3vw;
  top: 63%;
  transform: none;
}
@media (min-width: 768px) {
  .p-cuisine_dress__btn-wedding .p-plan-card__textblock {
    gap: 8px;
    top: 54%;
  }
}
@media (min-width: 1024px) {
  .p-cuisine_dress__btn-wedding .p-plan-card__textblock {
    gap: 16px;
    top: 63%;
  }
}
.p-cuisine_dress__btn-wedding .p-plan-card__namem, .p-cuisine_dress__btn-wedding .p-plan-card__name-en {
  color: #FFF;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  font-family: var(--font-family-en, Outfit);
  font-size: 5vw;
  font-style: normal;
  font-weight: 200;
  line-height: 120%; /* 38.4px */
  letter-spacing: 2.56px;
}
@media (min-width: 768px) {
  .p-cuisine_dress__btn-wedding .p-plan-card__namem, .p-cuisine_dress__btn-wedding .p-plan-card__name-en {
    font-size: 32px;
  }
}
.p-cuisine_dress__btn-wedding .p-plan-card__ttl {
  color: #FFF;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  font-family: "Noto Sans JP";
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: 0.54px;
}
@media (min-width: 768px) {
  .p-cuisine_dress__btn-wedding .p-plan-card__ttl {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------------------
  Restaurant-menu  レストランメニューページ

  Intro
---------------------------------------------------------------------------*/
.p-restaurant-intro {
  margin-bottom: 163px;
  padding-top: clamp(180px, 13.54vw, 260px);
}
.p-restaurant-intro__content {
  width: 1766px;
  height: 877px;
  margin: 0 auto;
  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%);
  background-blend-mode: multiply;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1560px) {
  .p-restaurant-intro__content {
    width: clamp(92vw, 92vw, 1766px);
    height: calc(28.01vw + 440px);
  }
}
@media (min-width: 1560px) and (max-width: 1920px) {
  .p-restaurant-intro__content {
    width: clamp(92vw, 92vw, 1766px);
  }
}
.p-restaurant-intro__ttlblock {
  position: absolute;
  top: 493px;
  left: -23px;
  transform: rotate(-90deg);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .p-restaurant-intro__ttlblock {
    top: clamp(330px, 41.08vw, 493px);
  }
}
.p-restaurant-intro__deco {
  color: var(--text-deco-orange, rgba(234, 223, 212, 0.4));
  font-family: var(--font-family-en, Outfit);
  font-size: clamp(4rem, 1.9313380282rem + 8.8262910798vw, 9.875rem);
  font-style: normal;
  font-weight: 100;
  line-height: 115%; /* 152px */
  letter-spacing: 6.08px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  top: -110%;
  left: 28%;
}
.p-restaurant-intro__sub {
  color: var(--text-primary-dark, #6D552A);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-xxxl, 28px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 50.4px */
  letter-spacing: 0.56px;
}
@media (min-width: 768px) and (max-width: 1560px) {
  .p-restaurant-intro__sub {
    position: absolute;
    top: clamp(-116px, -7.43vw, -92px);
    left: clamp(95px, 13.07vw, 204px);
  }
}
@media (min-width: 1560px) {
  .p-restaurant-intro__sub {
    position: absolute;
    top: -116px;
    left: 204px;
  }
}
.p-restaurant-intro__img {
  width: 80vw;
  height: auto;
  position: static;
}
@media (min-width: 768px) and (max-width: 1560px) {
  .p-restaurant-intro__img {
    width: clamp(55vw, 67.69vw, 1056px);
    flex-shrink: 0;
    position: absolute;
    top: clamp(-42px, -2.69vw, -18px);
    left: clamp(95px, 13.07vw, 204px);
  }
}
@media (min-width: 1560px) {
  .p-restaurant-intro__img {
    width: 1056px;
    flex-shrink: 0;
    position: absolute;
    top: -42px;
    left: 204px;
  }
}
.p-restaurant-intro__img img {
  width: 100%;
  height: 100%;
}
.p-restaurant-intro__textblock {
  width: 560px;
}
@media (min-width: 768px) and (max-width: 1560px) {
  .p-restaurant-intro__textblock {
    width: clamp(380px, 35.89vw, 560px);
    position: absolute;
    right: auto;
    left: clamp(10px, 39.42vw, 615px);
    bottom: 60px;
  }
}
@media (min-width: 1560px) {
  .p-restaurant-intro__textblock {
    position: absolute;
    right: 263px;
    bottom: 60px;
  }
}
.p-restaurant-intro__tag-line {
  margin-bottom: 40px;
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-xxl, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 40.8px */
  letter-spacing: 0.72px;
}
.p-restaurant-intro__desc {
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-md, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 33px */
  letter-spacing: 0.45px;
}

/*--------------------------------------------------------------------------
  Second
---------------------------------------------------------------------------*/
.p-restaurant-second {
  margin-bottom: 387px;
}
.p-restaurant-second__content {
  width: 1766px;
  height: 877px;
  margin: 0 auto;
  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%);
  background-blend-mode: multiply;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1560px) {
  .p-restaurant-second__content {
    width: clamp(92vw, 92vw, 1766px);
    height: calc(28.01vw + 440px);
  }
}
@media (min-width: 1560px) and (max-width: 1920px) {
  .p-restaurant-second__content {
    width: clamp(92vw, 92vw, 1766px);
  }
}
.p-restaurant-second__ttlblock {
  position: absolute;
  top: 366px;
  right: 189px;
  transform: rotate(-90deg);
}
.p-restaurant-second__deco {
  color: var(--text-deco-orange, rgba(234, 223, 212, 0.4));
  font-family: var(--font-family-en, Outfit);
  font-size: 152px;
  font-style: normal;
  font-weight: 100;
  line-height: 115%; /* 152px */
  letter-spacing: 6.08px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-restaurant-second__deco {
    font-size: clamp(4rem, 1.9313380282rem + 8.8262910798vw, 9.875rem);
    top: -110%;
    left: 28%;
  }
}
.p-restaurant-second__sub {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-restaurant-second__sub {
    width: 1056px;
    padding: 38px 0 17px 0;
    margin-right: 242px;
    color: var(--text-primary-dark, #6D552A);
    font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
    font-size: var(--font-xxxl, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 50.4px */
    letter-spacing: 0.56px;
    text-align: right;
  }
}
.p-restaurant-second__img {
  width: 80vw;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-restaurant-second__img {
    width: 1056px;
    margin-right: 242px;
  }
}
@media (min-width: 768px) and (max-width: 1560px) {
  .p-restaurant-second__img {
    width: clamp(55vw, 67.69vw, 1056px);
    margin-right: clamp(95px, 15.51vw, 242px);
  }
}
@media (min-width: 1560px) {
  .p-restaurant-second__img {
    width: 1056px;
    margin-right: 242px;
  }
}
.p-restaurant-second__img img {
  width: 100%;
  height: 100%;
}
.p-restaurant-second__textblock {
  width: 560px;
  position: absolute;
  left: 260px;
  bottom: -273px;
}
.p-restaurant-second__tag-line {
  margin-bottom: 40px;
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-xxl, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 40.8px */
  letter-spacing: 0.72px;
}
.p-restaurant-second__desc {
  color: var(--text-default, #4B453D);
  font-family: var(--font-family-jp-sans-serif, "Noto Sans JP");
  font-size: var(--font-md, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 33px */
  letter-spacing: 0.45px;
}

/*--------------------------------------------------------------------------
  Charm
---------------------------------------------------------------------------*/
.p-restaurant-charm {
  margin-bottom: 195px;
}
.p-restaurant-charm__deco {
  margin-bottom: 24px;
  font-size: var(--font-xl, 20px);
  font-weight: 400;
  line-height: 170%; /* 34px */
  letter-spacing: 0.6px;
}
.p-restaurant-charm .c-point-cards__ttlblock {
  margin-bottom: 16px;
}
.p-restaurant-charm .c-point-cards__num {
  margin-bottom: 16px;
}
.p-restaurant-charm .c-point-cards__ttl {
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.54px;
}
.p-restaurant-charm .c-point-cards__desc {
  letter-spacing: 0.42px;
}

/*--------------------------------------------------------------------------
  下層ページ共通スタイル
---------------------------------------------------------------------------*/
.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-in {
  opacity: 0;
}

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

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.u-fade-in-delay {
  opacity: 0;
}

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

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.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;
}