@charset "UTF-8";
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

:root {
  --font-display: "Zen Kurenaido", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --font-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --font-icon: "icomoon";
}

html {
  font-size: 100%;
}
@media (max-width: 1074px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  color: #1F2A36;
  background-color: #F7F3EB;
  line-height: 1.9;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2 {
  font-family: "Zen Kurenaido", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.6;
}

h3,
h4 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-weight: 500;
  line-height: 1.7;
}

main p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  line-height: 1.9;
}

button,
.c-btn,
input,
select,
textarea,
small,
nav a,
[class*=price] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
}

h1, h2, h3, h4,
[class$=__title],
[class$=__catch],
[class$=__lead-ja] {
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}

a,
button {
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  color: #163140;
  background-color: transparent;
  border-bottom: 1px solid rgba(22, 49, 64, 0);
  box-shadow: none;
  backdrop-filter: none;
  transition: color 0.32s ease, background-color 0.42s ease, border-color 0.42s ease, box-shadow 0.42s ease, backdrop-filter 0.42s ease;
}
@media screen and (max-width: 959px) {
  .l-header {
    position: fixed;
    top: 0px;
    top: var(--swl-adminbarH, 0px);
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    max-width: none;
    transform: translateY(0);
    visibility: visible;
    background-color: transparent;
    backdrop-filter: none;
  }
}

@media screen and (max-width: 959px) {
  #header.l-header,
  .l-header[data-spfix="1"] {
    display: block;
    position: fixed;
    top: 0px;
    top: var(--swl-adminbarH, 0px);
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 110;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
.l-header.is-scrolled,
html[data-scrolled=true] .l-header {
  background-color: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.home .l-header:not(.is-overFV),
.top .l-header:not(.is-overFV),
.l-header.is-onFV {
  color: #FAFCFB;
}

.home .l-header:not(.is-overFV) .l-header__inner,
.home .l-header:not(.is-overFV) .c-headLogo__link,
.home .l-header:not(.is-overFV) .c-headLogo__prefix,
.home .l-header:not(.is-overFV) .c-headLogo__name,
.home .l-header:not(.is-overFV) .c-gnav > li > a,
.home .l-header:not(.is-overFV) .p-header-tools__contact,
.home .l-header:not(.is-overFV) .p-header-tools__instagram,
.home .l-header:not(.is-overFV) .l-header__menuBtn,
.home .l-header:not(.is-overFV) .l-header__menuBtn .c-iconBtn,
.top .l-header:not(.is-overFV) .l-header__inner,
.top .l-header:not(.is-overFV) .c-headLogo__link,
.top .l-header:not(.is-overFV) .c-headLogo__prefix,
.top .l-header:not(.is-overFV) .c-headLogo__name,
.top .l-header:not(.is-overFV) .c-gnav > li > a,
.top .l-header:not(.is-overFV) .p-header-tools__contact,
.top .l-header:not(.is-overFV) .p-header-tools__instagram,
.top .l-header:not(.is-overFV) .l-header__menuBtn,
.top .l-header:not(.is-overFV) .l-header__menuBtn .c-iconBtn,
.l-header.is-onFV .l-header__inner,
.l-header.is-onFV .c-headLogo__link,
.l-header.is-onFV .c-headLogo__prefix,
.l-header.is-onFV .c-headLogo__name,
.l-header.is-onFV .c-gnav > li > a,
.l-header.is-onFV .p-header-tools__contact,
.l-header.is-onFV .p-header-tools__instagram,
.l-header.is-onFV .l-header__menuBtn,
.l-header.is-onFV .l-header__menuBtn .c-iconBtn {
  color: #FAFCFB;
}

.l-header.is-overFV,
.l-header.is-overFV .l-header__inner,
.l-header.is-overFV .c-headLogo__link,
.l-header.is-overFV .c-headLogo__prefix,
.l-header.is-overFV .c-headLogo__name,
.l-header.is-overFV .c-gnav > li > a,
.l-header.is-overFV .p-header-tools__contact,
.l-header.is-overFV .p-header-tools__instagram,
.l-header.is-overFV .l-header__menuBtn,
.l-header.is-overFV .l-header__menuBtn .c-iconBtn {
  color: #163140;
}

.l-header.is-onFV .c-headLogo__prefix,
.l-header.is-onFV .c-gnav > li > a .ttl::after,
.home .l-header:not(.is-overFV) .c-headLogo__prefix,
.home .l-header:not(.is-overFV) .c-gnav > li > a .ttl::after,
.top .l-header:not(.is-overFV) .c-headLogo__prefix,
.top .l-header:not(.is-overFV) .c-gnav > li > a .ttl::after {
  color: currentColor;
}

.l-fixHeader {
  display: none;
}

.l-header__inner.l-container,
.l-fixHeader__inner.l-container {
  width: 100%;
  box-sizing: border-box;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-right: max(1.25rem, min(3.4vw, 3.5rem));
  padding-left: max(1.25rem, min(3.4vw, 3.5rem));
  background-color: transparent;
}

.l-header__inner,
.l-fixHeader__inner {
  display: flex;
  justify-content: space-between;
  height: 4.25rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__inner,
  .l-fixHeader__inner {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
}

@media screen and (max-width: 959px) {
  .l-header__inner.l-container {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
}

@media screen and (max-width: 959px) {
  .l-header__inner,
  .l-fixHeader__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.l-header__logo {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .l-header__logo {
    order: 0;
    flex: 0 1 auto;
    min-width: 0;
    margin-right: 0;
    text-align: left;
  }
}

@media screen and (max-width: 959px) {
  .l-header__customBtn {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .l-header__menuBtn {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .l-header__inner,
  .l-fixHeader__inner {
    height: 3.75rem;
  }
}

.l-header__logo,
.l-fixHeader__logo {
  min-width: 0;
  margin-right: 1.5rem;
}

.l-header__logo .c-headLogo,
.l-fixHeader__logo .c-headLogo {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 1;
}

.l-header__barInner {
  display: none;
}

/**
 * SWELLヘッダーの検索アイコンを非表示
 * 凪の間（1ページLP）に検索は不要。SWELLの操作フック属性で確実に消す。
 */
[data-onclick=toggleSearch] {
  display: none;
}

.l-header__logo .c-headLogo__link,
.l-fixHeader__logo .c-headLogo__link,
#fix_header .c-headLogo__link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625rem;
  width: auto;
  height: 100%;
  max-width: none;
  overflow: visible;
  font-family: "Zen Kurenaido", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-display);
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: inherit;
  white-space: nowrap;
  background-image: none;
}
@media screen and (max-width: 767px) {
  .l-header__logo .c-headLogo__link,
  .l-fixHeader__logo .c-headLogo__link,
  #fix_header .c-headLogo__link {
    gap: 0.5rem;
    font-size: 1.25rem;
    letter-spacing: 0.08em;
  }
}

.c-headLogo__prefix {
  display: inline-block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: currentColor;
  opacity: 0.68;
}
@media screen and (max-width: 767px) {
  .c-headLogo__prefix {
    font-size: 0.5625rem;
  }
}

.c-headLogo__name {
  display: inline-block;
}

.l-header__gnav,
.l-fixHeader__gnav {
  margin-left: auto;
}

.c-gnav {
  display: flex;
  align-items: stretch;
  gap: 2rem;
  height: 100%;
}

.c-gnav > li {
  display: flex;
  align-items: stretch;
}

.c-gnav > li > a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: -moz-max-content;
  min-width: max-content;
  height: 4.25rem;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: inherit;
}

.c-gnav > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1.25rem;
  left: 0;
  height: 1px;
  background-color: currentColor;
  opacity: 0.4;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.32s ease;
}

.c-gnav > li > a .ttl {
  position: relative;
  display: block;
  line-height: 1;
}

.c-gnav > li > a .ttl::after {
  position: absolute;
  top: calc(100% + 0.375rem);
  left: 50%;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: currentColor;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, -0.125rem);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.c-gnav > li:nth-child(1) > a .ttl::after {
  content: "コンセプト";
}

.c-gnav > li:nth-child(2) > a .ttl::after {
  content: "カフェ";
}

.c-gnav > li:nth-child(3) > a .ttl::after {
  content: "コワーキング";
}

.c-gnav > li:nth-child(4) > a .ttl::after {
  content: "イベント";
}

.c-gnav > li:nth-child(5) > a .ttl::after {
  content: "アクセス";
}

.c-gnav > .current-menu-item > a::after,
.c-gnav > .current_page_item > a::after {
  transform: scaleX(0);
}

.c-gnav > li:hover > a::after,
.c-gnav > li:focus-within > a::after {
  transform: scaleX(1);
}

.c-gnav > li:hover > a .ttl::after,
.c-gnav > li:focus-within > a .ttl::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.p-header-tools {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  height: 4.25rem;
  margin-left: 1.875rem;
}

.p-header-tools__contact {
  display: inline-flex;
  align-items: center;
  height: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  color: inherit;
}

.p-header-tools__instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.875rem;
  height: 0.875rem;
  color: inherit;
}
.p-header-tools__instagram svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-header-tools__instagram:hover {
  opacity: 0.6;
}

.l-header__menuBtn .c-iconBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: auto;
  height: 2.125rem;
  color: inherit;
}
@media screen and (max-width: 959px) {
  .l-header__menuBtn .c-iconBtn {
    width: 3.625rem;
    flex-direction: column;
    gap: 0.3125rem;
  }
}

.l-header__menuBtn .c-iconBtn__icon {
  display: none;
}

.l-header__menuBtn .c-iconBtn::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 0.625rem;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 959px) {
  .l-header__menuBtn .c-iconBtn::before {
    width: 1.125rem;
    height: 0.5625rem;
  }
}

.l-header__menuBtn .c-iconBtn::after {
  content: "Menu";
  margin-left: 0.25rem;
  font-family: "Zen Kurenaido", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-display);
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 959px) {
  .l-header__menuBtn .c-iconBtn::after {
    margin-left: 0;
  }
}

.p-spMenu {
  z-index: 120;
}

@media screen and (max-width: 959px) {
  html[data-spmenu=closed] #sp_menu.p-spMenu,
  html[data-spmenu=closed] .p-spMenu {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  html[data-spmenu=opened] #sp_menu.p-spMenu,
  html[data-spmenu=opened] .p-spMenu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  #sp_menu.p-spMenu.-left .p-spMenu__inner,
  #sp_menu.p-spMenu.-right .p-spMenu__inner,
  .p-spMenu .p-spMenu__inner {
    width: 100% !important;
    max-width: none !important;
    right: 0 !important;
    left: auto !important;
    transform: translateX(100%) !important;
    transition: transform 0.45s ease-out !important;
  }
  html[data-spmenu=opened] #sp_menu.p-spMenu .p-spMenu__inner,
  html[data-spmenu=opened] .p-spMenu .p-spMenu__inner {
    transform: translateX(0) !important;
  }
  html[data-spmenu=closed] #sp_menu.p-spMenu .p-spMenu__inner,
  html[data-spmenu=closed] .p-spMenu .p-spMenu__inner {
    transform: translateX(100%) !important;
  }
  #sp_menu.p-spMenu,
  .p-spMenu,
  #sp_menu.p-spMenu .p-spMenu__overlay,
  .p-spMenu .p-spMenu__overlay {
    transition: opacity 0.35s ease, visibility 0.35s ease !important;
  }
  html[data-spmenu=closed] #sp_menu.p-spMenu .p-spMenu__overlay,
  html[data-spmenu=closed] .p-spMenu .p-spMenu__overlay {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  html[data-spmenu=opened] #sp_menu.p-spMenu .p-spMenu__overlay,
  html[data-spmenu=opened] .p-spMenu .p-spMenu__overlay {
    opacity: 0.6 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  #sp_menu.p-spMenu .p-spMenu__closeBtn,
  #sp_menu.p-spMenu.-left .p-spMenu__closeBtn,
  #sp_menu.p-spMenu.-right .p-spMenu__closeBtn,
  .p-spMenu .p-spMenu__closeBtn {
    top: 0.8125rem !important;
    right: 1.125rem !important;
    left: auto !important;
  }
}
.p-spMenu__inner {
  width: 100%;
  max-width: none;
  background-color: rgba(242, 245, 244, 0.96);
}

.p-spMenu__inner::before {
  background-color: rgba(242, 245, 244, 0.96);
}

.p-spMenu__brand {
  position: fixed;
  top: 0;
  left: 1.125rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 3.75rem;
  font-family: "Zen Kurenaido", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #163140;
}

.p-spMenu__brand-prefix {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.5625rem;
  letter-spacing: 0.12em;
  color: rgba(22, 49, 64, 0.68);
}

.p-spMenu__closeBtn {
  position: absolute;
  top: 0.8125rem;
  right: 1.125rem;
  left: auto;
  z-index: 3;
}

.p-spMenu__closeBtn .c-iconBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.25rem;
  width: 3.625rem;
  min-width: 0;
  height: 2.625rem;
  color: #163140;
}

.p-spMenu__closeBtn .c-iconBtn__icon {
  display: none;
}

.p-spMenu__closeBtn .c-iconBtn::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: linear-gradient(45deg, transparent calc(50% - 0.5px), currentColor calc(50% - 0.5px), currentColor calc(50% + 0.5px), transparent calc(50% + 0.5px)), linear-gradient(-45deg, transparent calc(50% - 0.5px), currentColor calc(50% - 0.5px), currentColor calc(50% + 0.5px), transparent calc(50% + 0.5px));
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.p-spMenu__closeBtn .c-iconBtn::after {
  content: "Close";
  font-family: "Zen Kurenaido", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-display);
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-spMenu__body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.c-widget__title.-spmenu {
  display: none;
}

.c-spnav {
  text-align: center;
}

.c-spnav a {
  display: block;
  padding: 0.875rem 1.25rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 1.5rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
  color: #163140;
}

.c-spnav a::before {
  display: none;
}

.c-spnav a::after {
  display: block;
  margin-top: 0.25rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: rgba(22, 49, 64, 0.66);
}

.c-spnav > li:nth-child(1) > a::after {
  content: "コンセプト";
}

.c-spnav > li:nth-child(2) > a::after {
  content: "カフェ";
}

.c-spnav > li:nth-child(3) > a::after {
  content: "コワーキング";
}

.c-spnav > li:nth-child(4) > a::after {
  content: "イベント";
}

.c-spnav > li:nth-child(5) > a::after {
  content: "アクセス";
}

.c-spnav .current-menu-item > a,
.c-spnav .current_page_item > a {
  color: inherit;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .l-header__gnav,
  .p-header-tools {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .l-header__gnav,
  .p-header-tools {
    display: none;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1074px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

/**
 * SWELL 親テーマの本文幅制約を解除（フロントページのみ）
 *
 * SWELL は header.php で <div id="content" class="l-content l-container"> に
 * max-width / padding を当てる。子テーマの全幅セクションの左右に帯が出るため、
 * フロントページ（body.home）の #content だけを全幅化する。
 *
 * 重要: ヘッダーやフッターも .l-container を使うため、対象は #content に限定する
 * （広く .l-container を解除するとヘッダーのロゴが左端に貼り付くため）。
 * サイドバー自体は functions.php の swell_is_show_sidebar フィルタで非表示。
 * 各セクションの読み幅は .l-inner（max-width）で再設定する。
 */
.home #content.l-content {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.home .l-mainContent,
.home .l-mainContent__inner {
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.c-btn {
  display: inline-block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #1F2A36;
  padding: 1.0625rem 2.75rem;
  border: 1px solid #1F2A36;
  border-radius: 0.5rem;
  background-color: transparent;
  box-shadow: 0 0.625rem 1.625rem rgba(30, 42, 48, 0.07);
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.c-btn:hover {
  transform: translateY(-0.125rem);
  background-color: #1F2A36;
  color: #F7F3EB;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 0.875rem;
    padding: 0.9375rem 2.25rem;
  }
}

.c-btn--sub {
  color: #1F2A36;
  background-color: rgba(250, 252, 251, 0.78);
  border-color: rgba(31, 42, 54, 0.28);
}
.c-btn--sub:hover {
  color: #F7F3EB;
  background-color: rgba(31, 42, 54, 0.88);
}

.c-section-title {
  display: block;
  text-align: center;
}

.c-section-title--center {
  text-align: center;
}

.c-section-title__en {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  font-family: "Zen Kurenaido", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: none;
  color: #1F2A36;
  opacity: 0.7;
}
.c-section-title__en::before, .c-section-title__en::after {
  content: "";
  display: block;
  width: 3.875rem;
  height: 1px;
  background-color: rgba(184, 137, 90, 0.72);
}
@media screen and (max-width: 767px) {
  .c-section-title__en {
    gap: 0.625rem;
    font-size: 0.75rem;
  }
  .c-section-title__en::before, .c-section-title__en::after {
    width: 2.5rem;
    height: 1px;
    background-image: none;
  }
}

.c-section-title__ja {
  margin-top: 1.125rem;
  font-family: "Zen Kurenaido", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-display);
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1F2A36;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja {
    margin-top: 0.875rem;
    font-size: 1.5rem;
  }
}

.p-access {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #EAEFEA;
}

.p-access__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.p-access__body {
  margin-top: 3.5rem;
  display: flex;
  align-items: stretch;
  gap: 3.5rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-access__body {
    gap: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-access__body {
    margin-top: 2.5rem;
    flex-direction: column;
    gap: 1.75rem;
  }
}

.p-access__table {
  flex: 1 1 auto;
  min-width: 0;
}

.p-access__row {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #D9DFD8;
}
.p-access__row:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.p-access__dt {
  flex: 0 0 6.875rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  color: #1F2A36;
}
@media screen and (max-width: 767px) {
  .p-access__dt {
    flex-basis: 5.25rem;
    font-size: 0.8125rem;
  }
}

.p-access__dd {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: #1F2A36;
}
@media screen and (max-width: 767px) {
  .p-access__dd {
    font-size: 0.875rem;
  }
}

.p-access__map {
  flex: 0 0 44%;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    flex: 0 0 auto;
    width: 100%;
  }
}

.p-access__map-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  background-color: #EAEFEA;
  border: 1px solid rgba(217, 223, 216, 0.84);
  border-radius: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-access__map-frame {
    aspect-ratio: 16/10;
  }
}

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

.p-access__contact {
  scroll-margin-top: 0;
  margin-top: 2.5rem;
  padding: 2.5rem 2.625rem;
  background-color: rgba(250, 252, 251, 0.72);
  border: 1px solid rgba(217, 223, 216, 0.86);
  border-radius: 1.375rem;
  box-shadow: 0 0.625rem 1.625rem rgba(30, 42, 48, 0.07);
}
@media screen and (max-width: 767px) {
  .p-access__contact {
    margin-top: 1.875rem;
    padding: 1.75rem 1.125rem;
  }
}

.p-access__contact-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 1.375rem;
  color: #1F2A36;
}
@media screen and (max-width: 767px) {
  .p-access__contact-title {
    font-size: 1.125rem;
  }
}

.p-access__contact-lead {
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: #4B5A63;
}
@media screen and (max-width: 767px) {
  .p-access__contact-lead {
    font-size: 0.8125rem;
  }
}

.p-access__notice {
  margin-top: 1.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #1F2A36;
  background-color: rgba(234, 239, 234, 0.72);
  border: 1px solid rgba(31, 42, 54, 0.14);
  border-radius: 0.5rem;
}

.p-access__notice--error,
.p-access__notice--failed {
  background-color: rgba(184, 137, 90, 0.2);
}

.p-access__contact-layout {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16.25rem;
  grid-gap: 1.875rem;
  gap: 1.875rem;
  align-items: start;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-access__contact-layout {
    grid-template-columns: 1fr;
    gap: 1.375rem;
  }
}

.p-access__form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1.125rem;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-access__form-grid {
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }
}

.p-access__form-grid + .p-access__form-grid,
.p-access__form-grid + .p-access__form-field,
.p-access__form-field + .p-access__privacy,
.p-access__privacy + .p-access__form-submit,
.p-access__form-field + .p-access__form-submit {
  margin-top: 1.125rem;
}

.p-access__form-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  color: #1F2A36;
}

.p-access__form-label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.375rem;
  padding: 0 0.4375rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  line-height: 1;
  color: #F7F3EB;
  background-color: #1F2A36;
  border-radius: 0.5rem;
}

.p-access__form-input {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.75rem 0.875rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #1F2A36;
  background-color: #FAFCFB;
  border: 1px solid rgba(31, 42, 54, 0.18);
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-access__form-input {
    font-size: 0.875rem;
  }
}

.p-access__form-input:focus {
  outline: 0.125rem solid rgba(31, 42, 54, 0.24);
  outline-offset: 1px;
}

.p-access__form-input--select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2.875rem;
  background-image: linear-gradient(45deg, transparent 50%, #1F2A36 50%), linear-gradient(135deg, #1F2A36 50%, transparent 50%);
  background-position: calc(100% - 1.625rem) 50%, calc(100% - 1.1875rem) 50%;
  background-size: 0.4375rem 0.4375rem, 0.4375rem 0.4375rem;
  background-repeat: no-repeat;
}

.p-access__form-input--textarea {
  height: 9.375rem;
  resize: vertical;
}

.p-access__form-field--hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.p-access__privacy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.8;
  text-align: center;
  color: #4B5A63;
  cursor: pointer;
}

.p-access__privacy-input {
  flex: 0 0 auto;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-top: 0.25rem;
  accent-color: #1F2A36;
}

.p-access__privacy-text {
  flex: 0 1 auto;
  min-width: 0;
}

.p-access__privacy-text a {
  color: #1F2A36;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: rgba(184, 137, 90, 0.82);
  text-underline-offset: 0.25rem;
}

.p-access__form-submit {
  text-align: center;
}

.p-access__form-submit .c-btn {
  min-width: 16.25rem;
  padding: 1.125rem 4rem;
  color: #F7F3EB;
  background-color: #1F2A36;
  border-color: #1F2A36;
  box-shadow: 0 0.625rem 1.375rem rgba(31, 42, 54, 0.22);
  transition: background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.p-access__form-submit .c-btn:hover {
  color: #F7F3EB;
  background-color: #1F2A36;
  border-color: #1F2A36;
  box-shadow: 0 0.75rem 1.625rem rgba(31, 42, 54, 0.24);
  transform: translateY(-0.0625rem);
  opacity: 1;
}

.p-access__form-submit .c-btn:active {
  box-shadow: 0 0.3125rem 0.75rem rgba(31, 42, 54, 0.2);
  transform: translateY(0.125rem);
}

.p-access__phone {
  padding: 1.625rem 1.5rem;
  background-color: rgba(234, 239, 234, 0.7);
  border: 1px solid rgba(31, 42, 54, 0.14);
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-access__phone {
    padding: 1.375rem 1.25rem;
  }
}

.p-access__phone-label {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 1rem;
  color: #1F2A36;
}

.p-access__phone-number {
  display: inline-block;
  margin-top: 0.5rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 1.625rem;
  line-height: 1.4;
  color: #1F2A36;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: rgba(184, 137, 90, 0.82);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-access__phone-number {
    font-size: 1.375rem;
  }
}

.p-access__phone-text {
  margin-top: 0.875rem;
  font-size: 0.8125rem;
  line-height: 1.9;
  color: #4B5A63;
}

.p-cafe {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #F7F3EB;
}

.p-cafe__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.p-cafe__lead {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 2.1;
  color: #4B5A63;
}
@media screen and (max-width: 767px) {
  .p-cafe__lead {
    margin-top: 1.75rem;
    font-size: 0.875rem;
  }
}

.p-cafe__list {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-cafe__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cafe__list {
    margin-top: 2.5rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-cafe__item {
  min-width: 0;
  padding: 1.375rem 1.375rem 1.5rem;
  border: 1px solid rgba(217, 223, 216, 0.92);
  border-radius: 0.5rem;
  background-color: rgba(250, 252, 251, 0.92);
  box-shadow: 0 0.625rem 1.625rem rgba(30, 42, 48, 0.07);
}
@media screen and (max-width: 767px) {
  .p-cafe__item {
    padding: 1.125rem;
  }
}

.p-cafe__item--with-image {
  display: block;
}

.p-cafe__item-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-cafe__item-img {
    border-radius: 0.5rem;
  }
}

.p-cafe__item--cream-soda .p-cafe__item-img {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: rgba(234, 239, 234, 0.54);
}

.p-cafe__item-content {
  margin-top: 1rem;
  min-width: 0;
}

.p-cafe__item-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

.p-cafe__name {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 1.1875rem;
  color: #1F2A36;
}
@media screen and (max-width: 767px) {
  .p-cafe__name {
    font-size: 1rem;
  }
}

.p-cafe__price {
  flex: 0 0 auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 1rem;
  color: #1F2A36;
  background-image: linear-gradient(transparent 62%, rgba(184, 137, 90, 0.56) 62%);
}
@media screen and (max-width: 767px) {
  .p-cafe__price {
    font-size: 0.875rem;
  }
}

.p-cafe__desc {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  color: #4B5A63;
}
@media screen and (max-width: 767px) {
  .p-cafe__desc {
    font-size: 0.8125rem;
  }
}

.p-cafe__note {
  margin-top: 2.5rem;
  font-size: 0.8125rem;
  color: #4B5A63;
}

.p-cafe__actions {
  margin-top: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  flex-wrap: wrap;
}

.p-cafe__actions .c-btn {
  width: 15rem;
  max-width: 100%;
  text-align: center;
}

.p-concept {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #F7F3EB;
}

.p-concept__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.p-concept__body {
  max-width: 47.5rem;
  margin-top: 3.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-concept__body {
    margin-top: 2.5rem;
  }
}

.p-concept__text {
  margin-top: 1.75rem;
  font-size: 1rem;
  line-height: 2.1;
  color: #4B5A63;
}
.p-concept__text:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-concept__text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-concept__divider {
  width: 2.5rem;
  height: 1px;
  margin: 4rem auto;
  background-color: rgba(31, 42, 54, 0.3);
}
@media screen and (max-width: 767px) {
  .p-concept__divider {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.p-concept__story {
  max-width: 47.5rem;
  margin-right: auto;
  margin-left: auto;
}

.p-concept__story-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.9;
  color: #1F2A36;
}
@media screen and (max-width: 767px) {
  .p-concept__story-title {
    font-size: 1.3125rem;
  }
}

.p-concept__sign {
  margin-top: 2.5rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: right;
  color: rgba(31, 42, 54, 0.72);
}
@media screen and (max-width: 767px) {
  .p-concept__sign {
    margin-top: 2rem;
    font-size: 0.8125rem;
    text-align: center;
  }
}

.p-concept__deco {
  position: absolute;
  z-index: 1;
  color: rgba(31, 42, 54, 0.12);
  pointer-events: none;
}

.p-concept__deco path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.p-concept__deco--wave {
  left: max(1rem, 6vw);
  bottom: 3.5rem;
  width: 16.25rem;
  color: rgba(31, 42, 54, 0.1);
}
@media screen and (max-width: 767px) {
  .p-concept__deco--wave {
    bottom: 1.75rem;
    width: 11.25rem;
  }
}

.p-coworking__inner {
  text-align: center;
}

.p-coworking__lead {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 2.1;
  color: #4B5A63;
}
@media screen and (max-width: 767px) {
  .p-coworking__lead {
    margin-top: 1.75rem;
    font-size: 0.875rem;
  }
}

.p-coworking__list {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-coworking__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-coworking__list {
    margin-top: 2.5rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-coworking__item {
  position: relative;
  min-width: 0;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(217, 223, 216, 0.92);
  border-radius: 0.5rem;
  background-color: rgba(250, 252, 251, 0.92);
  box-shadow: 0 0.625rem 1.625rem rgba(30, 42, 48, 0.07);
}

.p-coworking__item-title {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  color: #1F2A36;
}
@media screen and (max-width: 767px) {
  .p-coworking__item-title {
    font-size: 0.9375rem;
  }
}

.p-coworking__item-text {
  margin-top: 0.625rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  line-height: 1.9;
  color: #4B5A63;
}
@media screen and (max-width: 767px) {
  .p-coworking__item-text {
    font-size: 0.8125rem;
  }
}

.p-coworking__plan {
  margin-top: 3rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  padding: 1.75rem 2.5rem;
  border: 1px solid #1F2A36;
  border-radius: 0.5rem;
  background-color: rgba(250, 252, 251, 0.62);
  box-shadow: 0 0.625rem 1.625rem rgba(30, 42, 48, 0.07);
}
@media screen and (max-width: 767px) {
  .p-coworking__plan {
    margin-top: 2.25rem;
    padding: 1.5rem 1.75rem;
    gap: 0.75rem;
  }
}

.p-coworking__plan-label {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  color: #1F2A36;
}
@media screen and (max-width: 767px) {
  .p-coworking__plan-label {
    font-size: 0.9375rem;
  }
}

.p-coworking__plan-price {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 1.5rem;
  color: #1F2A36;
  background-image: linear-gradient(transparent 62%, rgba(184, 137, 90, 0.52) 62%);
}
@media screen and (max-width: 767px) {
  .p-coworking__plan-price {
    font-size: 1.25rem;
  }
}

.p-coworking__plan-price small {
  margin-left: 0.375rem;
  font-size: 0.8125rem;
  color: #4B5A63;
}

.p-event {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #EAEFEA;
}

.p-event__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.p-event__lead {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 2.1;
  color: #4B5A63;
}
@media screen and (max-width: 767px) {
  .p-event__lead {
    margin-top: 1.75rem;
    font-size: 0.875rem;
  }
}

.p-event__list {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.75rem;
  gap: 1.75rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-event__list {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-event__list {
    margin-top: 2.5rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-event__card {
  position: relative;
  min-width: 0;
  padding: 2.25rem 2rem;
  border: 1px solid rgba(217, 223, 216, 0.92);
  border-radius: 0.5rem;
  background-color: rgba(250, 252, 251, 0.92);
  box-shadow: 0 0.625rem 1.625rem rgba(30, 42, 48, 0.07);
}
@media screen and (max-width: 767px) {
  .p-event__card {
    padding: 1.75rem 1.5rem;
  }
}

.p-event__card-title {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 1.1875rem;
  color: #1F2A36;
}
@media screen and (max-width: 767px) {
  .p-event__card-title {
    font-size: 1rem;
  }
}

.p-event__card-meta {
  display: block;
  margin-top: 0.75rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  color: #1F2A36;
}

.p-event__card-text {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.9;
  color: #4B5A63;
}
@media screen and (max-width: 767px) {
  .p-event__card-text {
    font-size: 0.8125rem;
  }
}

.p-event__price {
  margin-top: 2.75rem;
}

.p-event__price-text {
  display: inline;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 1.25rem;
  color: #1F2A36;
  background-image: linear-gradient(transparent 62%, rgba(184, 137, 90, 0.42) 62%);
}
@media screen and (max-width: 767px) {
  .p-event__price-text {
    font-size: 1rem;
  }
}

.p-event__price-text small {
  margin-left: 0.5rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  color: #4B5A63;
}

.p-event__cta {
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-event__cta {
    margin-top: 2rem;
  }
}

.p-event__cta .c-btn {
  color: #FAFCFB;
  background-color: #1F2A36;
  border-color: #1F2A36;
  box-shadow: 0 0.625rem 1.375rem rgba(31, 42, 54, 0.18);
}

.p-event__cta .c-btn:hover {
  color: #FAFCFB;
  background-color: rgba(31, 42, 54, 0.9);
  border-color: rgba(31, 42, 54, 0.9);
  box-shadow: 0 0.75rem 1.625rem rgba(31, 42, 54, 0.22);
}

.p-event__cta .c-btn:active {
  transform: translateY(0.125rem);
  box-shadow: 0 0.25rem 0.75rem rgba(31, 42, 54, 0.2);
}

.p-footer {
  position: relative;
  background-color: #EAEFEA;
  color: rgba(31, 42, 54, 0.82);
  padding-top: 5.75rem;
  padding-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 3.5rem;
    padding-bottom: 1.75rem;
  }
}

.p-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(10rem, 13.75rem) minmax(0, 1fr);
  align-items: center;
  grid-gap: 3.5rem;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2.125rem;
  }
}

.p-footer__info-block {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-footer__info-block {
    text-align: center;
  }
}

.p-footer__address,
.p-footer__company {
  font-size: 0.875rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.p-footer__company {
  margin-top: 0.5rem;
}

.p-footer__brand {
  text-align: center;
}

.p-footer__logo {
  font-family: "Zen Kurenaido", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-display);
  font-size: 2.625rem;
  letter-spacing: 0.12em;
  color: #1F2A36;
  writing-mode: vertical-rl;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    font-size: 1.875rem;
    writing-mode: horizontal-tb;
  }
}

.p-footer__tagline {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  color: rgba(31, 42, 54, 0.62);
}

.p-footer__info {
  margin-top: 1.625rem;
  display: grid;
  grid-gap: 0.875rem;
  gap: 0.875rem;
}

.p-footer__info-row {
  display: flex;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__info-row {
    justify-content: center;
  }
}

.p-footer__info-dt {
  flex: 0 0 auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  color: rgba(184, 137, 90, 0.92);
}

.p-footer__info-dd {
  font-size: 0.875rem;
  color: rgba(31, 42, 54, 0.82);
}

.p-footer__contact {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-footer__contact {
    text-align: center;
  }
}

.p-footer__sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid rgba(31, 42, 54, 0.42);
}
@media screen and (max-width: 767px) {
  .p-footer__sns {
    justify-content: center;
  }
}

.p-footer__sns-label,
.p-footer__sns-link,
.p-footer__tel,
.p-footer__mail {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  color: rgba(31, 42, 54, 0.72);
}

.p-footer__tel {
  margin-top: 1.75rem;
}

.p-footer__mail {
  display: inline-block;
  margin-top: 0.625rem;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 0.3125rem;
}
.p-footer__mail:hover {
  color: #1F2A36;
  opacity: 1;
}

.p-footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12.5rem;
  height: 2.625rem;
  margin-top: 1.875rem;
  padding: 0.625rem 1.75rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 500;
  color: #1F2A36;
  border: 1px solid rgba(31, 42, 54, 0.72);
  border-radius: 0.5rem;
}
.p-footer__button:hover {
  color: #F7F3EB;
  background-color: #1F2A36;
  opacity: 1;
}

.p-footer__copy {
  margin-top: 3.5rem;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: rgba(31, 42, 54, 0.58);
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    margin-top: 2.5rem;
  }
}

.p-page-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 60;
  width: 2.875rem;
  height: 8rem;
  padding: 0;
  color: #1F2A36;
  background-color: transparent;
  border: 0;
  border-right: 1px solid rgba(31, 42, 54, 0.82);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.p-page-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .p-page-top {
    right: 0.75rem;
    bottom: 5.375rem;
    height: 6rem;
  }
}

.p-page-top__text {
  position: absolute;
  top: 1.5rem;
  right: -1.125rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
}

.p-front {
  background-color: #F7F3EB;
}
@media screen and (max-width: 767px) {
  .p-front {
    padding-bottom: 3rem;
  }
}

.p-front > section {
  min-height: 100svh;
  scroll-margin-top: 0;
}

.p-concept,
.p-cafe,
.p-coworking,
.p-event,
.p-access {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-concept,
  .p-cafe,
  .p-coworking,
  .p-event,
  .p-access {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }
}

.p-gallery {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-gallery {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }
}

.p-front__wave-divider {
  position: relative;
  z-index: 2;
  height: 0;
  pointer-events: none;
}

.p-front__wave-divider .p-concept__deco--wave {
  top: -2.125rem;
  right: max(1.5rem, 8vw);
  bottom: auto;
  left: auto;
  width: 13.75rem;
  color: rgba(31, 42, 54, 0.11);
}
@media screen and (max-width: 767px) {
  .p-front__wave-divider .p-concept__deco--wave {
    top: -1.375rem;
    right: 1.25rem;
    width: 9.625rem;
  }
}

.p-mobile-cta {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    box-shadow: 0 -0.375rem 1.125rem rgba(31, 42, 54, 0.1);
  }
}

.p-mobile-cta__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  padding: 0.75rem 0.5rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 500;
  color: #1F2A36;
  background-color: #F7F3EB;
  border-top: 1px solid rgba(31, 42, 54, 0.18);
  border-right: 1px solid rgba(31, 42, 54, 0.12);
}
.p-mobile-cta__item::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: env(safe-area-inset-bottom);
  background-color: inherit;
}
.p-mobile-cta__item:hover, .p-mobile-cta__item:active {
  opacity: 1;
}

.p-mobile-cta__item--primary {
  color: #F7F3EB;
  background-color: #1F2A36;
}

.p-fv {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  background-color: #8FA5A6;
}
.p-fv::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  height: 9.375rem;
  background: linear-gradient(180deg, rgba(247, 243, 235, 0) 0%, rgba(247, 243, 235, 0.78) 72%, #F7F3EB 100%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-fv::after {
    height: 6.5rem;
  }
}

.p-fv__slides {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.p-fv__slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.035);
  background-color: #8FA5A6;
  background-image: none, linear-gradient(180deg, #EAEFEA 0%, #EAEFEA 46%, #8FA5A6 100%);
  background-image: var(--fv-image, none), linear-gradient(180deg, #EAEFEA 0%, #EAEFEA 46%, #8FA5A6 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 1.8s ease, transform 7.5s ease;
}

.p-fv__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

@supports (height: 100svh) {
  .p-fv {
    height: 100svh;
  }
}
.p-fv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: max(6.5rem, min(10vw, 9.5rem));
  text-align: left;
  color: #FAFCFB;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    padding-top: 6rem;
  }
}

.p-fv__label {
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  font-family: "Zen Kurenaido", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: rgba(250, 252, 251, 0.94);
  text-shadow: 0 0.125rem 0.625rem rgba(7, 18, 24, 0.46), 0 0.0625rem 0.125rem rgba(7, 18, 24, 0.38);
}
.p-fv__label::before, .p-fv__label::after {
  content: "";
  display: block;
  width: 2.25rem;
  height: 1px;
  background-color: rgba(250, 252, 251, 0.54);
}
.p-fv__label::before {
  transform: rotate(-4deg);
}
.p-fv__label::after {
  transform: rotate(4deg);
}
@media screen and (max-width: 767px) {
  .p-fv__label {
    gap: 0.625rem;
    font-size: 0.9375rem;
  }
  .p-fv__label::before, .p-fv__label::after {
    width: 1.5rem;
  }
}

.p-fv__catch {
  margin-top: 1.75rem;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: #FAFCFB;
  text-shadow: 0 0.25rem 1.375rem rgba(7, 18, 24, 0.54), 0 0.0625rem 0.1875rem rgba(7, 18, 24, 0.5);
}
@media screen and (max-width: 767px) {
  .p-fv__catch {
    margin-top: 1.375rem;
    font-size: 2.25rem;
  }
}

.p-fv__lead-ja {
  margin-top: 2rem;
  font-size: 1.0625rem;
  line-height: 2;
  color: rgba(250, 252, 251, 0.9);
  text-shadow: 0 0.1875rem 1rem rgba(7, 18, 24, 0.52), 0 0.0625rem 0.125rem rgba(7, 18, 24, 0.44);
}
@media screen and (max-width: 767px) {
  .p-fv__lead-ja {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
}

.p-fv__cta-panel {
  margin-top: 1.875rem;
  margin-left: calc((100vw - min(100vw, 1074px)) / -2 - 1.5625rem);
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  padding: 1.125rem 3.625rem 1.25rem 1.25rem;
  background-color: rgba(7, 18, 24, 0.58);
  backdrop-filter: blur(0.125rem);
}
@media screen and (max-width: 767px) {
  .p-fv__cta-panel {
    margin-top: 1.5rem;
    margin-left: -1.25rem;
    padding: 0.875rem 1.625rem 1rem 0.875rem;
  }
}

.p-fv__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-fv__meta {
    gap: 0.5rem;
  }
}

.p-fv__status,
.p-fv__time {
  display: inline-flex;
  align-items: center;
  height: 2.125rem;
  padding: 0.4375rem 0.8125rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  color: #FAFCFB;
}
@media screen and (max-width: 767px) {
  .p-fv__status,
  .p-fv__time {
    height: 1.875rem;
    font-size: 0.6875rem;
  }
}

.p-fv__status::before {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  margin-right: 0.5rem;
  background-color: currentColor;
  border-radius: 50%;
}

.p-fv__actions {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-fv__actions {
    gap: 0.5rem;
  }
}

.p-fv__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.625rem;
  padding: 0.625rem 1.125rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  color: #FAFCFB;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: rgba(250, 252, 251, 0.42);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3125rem;
}
.p-fv__action:hover {
  opacity: 1;
  text-decoration-color: rgba(250, 252, 251, 0.86);
}
@media screen and (max-width: 767px) {
  .p-fv__action {
    height: 2.375rem;
    font-size: 0.75rem;
  }
}

.p-fv__action--primary {
  color: #FAFCFB;
  font-weight: 500;
}
.p-fv__action--primary:hover {
  color: #FAFCFB;
}

.p-fv__shop {
  margin-left: 0.5rem;
  font-size: 1.25rem;
  color: #FAFCFB;
}
@media screen and (max-width: 767px) {
  .p-fv__shop {
    font-size: 1rem;
  }
}

.p-fv__pagination {
  position: absolute;
  left: 50%;
  bottom: 7.125rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-fv__pagination {
    bottom: 5.5rem;
    gap: 0.625rem;
  }
}

.p-fv__dot {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  padding: 0;
  border: 1px solid rgba(250, 252, 251, 0.54);
  border-radius: 999px;
  background-color: rgba(250, 252, 251, 0.42);
  box-shadow: 0 0.625rem 1.625rem rgba(30, 42, 48, 0.07);
  cursor: pointer;
  transition: width 0.45s ease, background-color 0.45s ease, border-color 0.45s ease;
}

.p-fv__dot.is-active {
  width: 1.875rem;
  background-color: rgba(250, 252, 251, 0.92);
  border-color: rgba(250, 252, 251, 0.2);
}

.p-gallery {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #F7F3EB;
}

.p-gallery__head {
  position: relative;
  z-index: 1;
  text-align: center;
}

.p-gallery .c-section-title__en {
  color: #1F2A36;
}

.p-gallery .c-section-title__en::before,
.p-gallery .c-section-title__en::after {
  background-color: rgba(184, 137, 90, 0.72);
  background-image: none;
}

.p-gallery .c-section-title__ja {
  color: #1F2A36;
}

.p-gallery__lead {
  margin-top: 1.5rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.8;
  color: #4B5A63;
}
@media screen and (max-width: 767px) {
  .p-gallery__lead {
    margin-top: 1.125rem;
    font-size: 0.875rem;
  }
}

.p-gallery__grid {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.75rem;
  gap: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .p-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__grid {
    margin-top: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}

.p-gallery__item {
  min-width: 0;
  overflow: hidden;
  border-radius: 1.375rem;
  box-shadow: 0 1.125rem 2.125rem rgba(23, 13, 7, 0.22);
}
.p-gallery__item:nth-child(3n+2) {
  transform: translateY(1.125rem);
}
@media screen and (max-width: 1024px) {
  .p-gallery__item:nth-child(3n+2) {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__item {
    border-radius: 0.875rem;
  }
}

.p-gallery__button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  border: 0;
  border-radius: inherit;
  color: #1F2A36;
  cursor: zoom-in;
}
.p-gallery__button:focus-visible {
  outline: 0.125rem solid rgba(31, 42, 54, 0.58);
  outline-offset: 0.25rem;
}

.p-gallery__img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.72s ease;
}

.p-gallery__button:hover .p-gallery__img,
.p-gallery__button:focus-visible .p-gallery__img {
  transform: scale(1.05);
}

.p-gallery__sns {
  position: relative;
  z-index: 1;
  margin-top: 2.25rem;
  display: flex;
  justify-content: flex-end;
}

.p-gallery__instagram {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding-bottom: 0.375rem;
  padding-left: 2.625rem;
  color: rgba(31, 42, 54, 0.72);
  border-bottom: 1px solid rgba(31, 42, 54, 0.42);
}
.p-gallery__instagram:hover {
  opacity: 1;
  color: #1F2A36;
  border-bottom-color: rgba(31, 42, 54, 0.82);
}

.p-gallery__more-svg {
  position: absolute;
  left: -0.625rem;
  bottom: 0.0625rem;
  width: 4.375rem;
  height: 2.25rem;
  color: rgba(184, 137, 90, 0.92);
  transform: rotate(-13deg);
  transform-origin: left bottom;
  pointer-events: none;
}

.p-gallery__more-svg text {
  font-family: "Zen Kurenaido", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-display);
  font-size: 1.6875rem;
  fill: currentColor;
}

.p-gallery__instagram-icon {
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  flex: 0 0 auto;
}

.p-gallery__instagram-text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.p-gallery-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 42.5rem;
  height: 42.5rem;
  max-width: calc(100vmin - 2.5rem);
  max-height: calc(100vmin - 2.5rem);
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  color: #1F2A36;
  background-color: transparent;
  border: 0;
  overflow: visible;
}
.p-gallery-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.72);
}
@media screen and (max-width: 767px) {
  .p-gallery-modal {
    width: calc(100vmin - 1.5rem);
    height: calc(100vmin - 1.5rem);
    max-width: none;
    max-height: none;
  }
}

.p-gallery-modal__panel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #FAFCFB;
  border-radius: 1.5rem;
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.34);
}
@media screen and (max-width: 767px) {
  .p-gallery-modal__panel {
    border-radius: 1.125rem;
  }
}

.p-gallery-modal__close {
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
  z-index: 2;
  width: 2.625rem;
  height: 2.625rem;
  padding: 0;
  background-color: rgba(250, 252, 251, 0.9);
  border: 1px solid rgba(217, 223, 216, 0.84);
  border-radius: 50%;
  box-shadow: 0 0.625rem 1.625rem rgba(30, 42, 48, 0.07);
  cursor: pointer;
}
.p-gallery-modal__close::before, .p-gallery-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.125rem;
  height: 1px;
  background-color: #1F2A36;
}
.p-gallery-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-gallery-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-gallery-modal__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #111;
}

.p-gallery-modal__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 50%;
  padding: 5.5rem 1.875rem 1.75rem;
  overflow-y: auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.9;
  color: #FAFCFB;
  background: linear-gradient(180deg, rgba(7, 22, 30, 0) 0%, rgba(7, 22, 30, 0.56) 34%, rgba(7, 22, 30, 0.86) 100%);
  text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.36);
}
@media screen and (max-width: 767px) {
  .p-gallery-modal__caption {
    max-height: 58%;
    padding: 4.5rem 1.25rem 1.25rem;
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}

body.is-gallery-modal-open {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
