
:root{
  --z-index-c-loader: 1000;
  --icon-line: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22b%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2245.78%22%20height%3D%2243.62%22%20viewBox%3D%220%200%2045.78%2043.62%22%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill%3A%2342000d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22c%22%3E%3Cpath%20class%3D%22d%22%20d%3D%22M45.78%2C18.58C45.78%2C8.33%2C35.52%2C0%2C22.89%2C0S0%2C8.33%2C0%2C18.58c0%2C9.18%2C8.14%2C16.87%2C19.15%2C18.33.75.16%2C1.76.49%2C2.02%2C1.13.23.58.15%2C1.49.07%2C2.07%2C0%2C0-.27%2C1.62-.33%2C1.96-.1.58-.46%2C2.26%2C1.98%2C1.23%2C2.44-1.03%2C13.18-7.76%2C17.99-13.29h0c3.32-3.64%2C4.91-7.33%2C4.91-11.43ZM13.48%2C24.66c0%2C.24-.2.44-.44.44h-6.43c-.24%2C0-.44-.2-.44-.44h0v-9.99c0-.24.2-.44.44-.44h1.62c.24%2C0%2C.44.2.44.44v7.93h4.37c.24%2C0%2C.44.2.44.44v1.62ZM17.35%2C24.66c0%2C.24-.2.44-.44.44h-1.62c-.24%2C0-.44-.2-.44-.44v-9.99c0-.24.2-.44.44-.44h1.62c.24%2C0%2C.44.2.44.44v9.99ZM28.4%2C24.66c0%2C.24-.2.44-.44.44h-1.61s-.08%2C0-.11-.02c0%2C0%2C0%2C0%2C0%2C0-.01%2C0-.02%2C0-.03%2C0%2C0%2C0%2C0%2C0-.01%2C0%2C0%2C0-.01%2C0-.02%2C0%2C0%2C0-.01%2C0-.02-.01%2C0%2C0%2C0%2C0-.01%2C0%2C0%2C0-.02-.01-.03-.02%2C0%2C0%2C0%2C0%2C0%2C0-.04-.03-.08-.07-.11-.11l-4.58-6.18v5.93c0%2C.24-.2.44-.44.44h-1.62c-.24%2C0-.44-.2-.44-.44v-9.99c0-.24.2-.44.44-.44h1.61s.01%2C0%2C.01%2C0c0%2C0%2C.02%2C0%2C.02%2C0%2C0%2C0%2C.02%2C0%2C.02%2C0%2C0%2C0%2C.01%2C0%2C.02%2C0%2C0%2C0%2C.02%2C0%2C.03%2C0%2C0%2C0%2C.01%2C0%2C.02%2C0%2C0%2C0%2C.02%2C0%2C.03%2C0%2C0%2C0%2C0%2C0%2C.01%2C0%2C0%2C0%2C.02%2C0%2C.03.01%2C0%2C0%2C0%2C0%2C.01%2C0%2C0%2C0%2C.02%2C0%2C.02.01%2C0%2C0%2C0%2C0%2C.01%2C0%2C0%2C0%2C.02.01.02.02%2C0%2C0%2C0%2C0%2C.01%2C0%2C0%2C0%2C.02.01.02.02%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C.02.02.03.03%2C0%2C0%2C0%2C0%2C0%2C0%2C.01.01.02.03.04.05l4.57%2C6.17v-5.93c0-.24.2-.44.44-.44h1.62c.24%2C0%2C.44.2.44.44v9.99ZM37.27%2C16.29c0%2C.24-.2.44-.44.44h-4.37v1.69h4.37c.24%2C0%2C.44.2.44.44v1.62c0%2C.24-.2.44-.44.44h-4.37v1.69h4.37c.24%2C0%2C.44.2.44.44v1.62c0%2C.24-.2.44-.44.44h-6.43c-.24%2C0-.44-.2-.44-.44h0v-9.98h0c0-.25.2-.45.44-.45h6.43c.24%2C0%2C.44.2.44.44v1.62Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
/** ==================================================
* c-icon
* ================================================ */
.c-icon.-line:before {
  -webkit-mask-image: var(--icon-line);
  mask-image: var(--icon-line);
}
/** ==================================================
* header
* ================================================ */
.site-header.-lower >.logo{
  opacity: 1;
}
/*========= header-logo =========*/
.site-header-logo .image {
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  display: inline-block;
}
.site-header-logo .logo-large {
  opacity: 1;
}
.site-header-logo .logo-small {
  opacity: 0;
  width: var(--size-56px);
}
.header.-is-scrolled .site-header-logo .logo-large {
  opacity: 0;
}
.header.-is-scrolled .site-header-logo .logo-small {
  opacity: 1;
}
@media (min-width: 992px) {
  .header>.site-header {
    transition: padding .5s ease;
  }
  .header.-is-scrolled>.site-header {
    padding-block: var(--size-16px);
    align-items: center;
  }
}
/*========= header背景色 =========*/
.header.-is-scrolled::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-white);
  border-bottom: 1px solid #E9E9E9;
  z-index: -1;
  opacity: 0;
  transition: .25s ease-in-out;
  pointer-events: none;
}
.header::after{
  opacity: 0;
}
@media (min-width: 992px) {
  .header.-is-scrolled::after{
    opacity: .85;
  }
}
/* ドロワー開放時のヘッダー背景処理 */
.header.drawer-open::after {
  background-color: transparent;
  opacity: 0.5;
  border-bottom: none;
}

/** ==================================================
* page-container
* ================================================ */
.page-container{
  margin-top: var(--size-280px);
  background: var(--color-offwhite);
  position: relative;
  z-index: 1;
}
.page-container::before{
  aspect-ratio: 1 / 1;
  background: var(--color-white);
  content: "";
  inset: var(--size-160px) auto auto var(--size-24px);
  -webkit-mask: url(../img/logo.svg) no-repeat 50% 50% / contain;
  mask: url(../img/logo.svg) no-repeat 50% 50% / contain;
  position: fixed;
  width: var(--size-400px);
  z-index: -1;
}
@media (min-width: 992px) {
  .page-container:before {
      width: var(--size-640px);
  }
}
.page-container > .body{
  padding-block: var(--size-80px) var(--size-320px);
}

@media (max-width:575px) {
  .page-container > .body{
    padding-bottom: 120px;
  }
}
/*========= エントランスページ =========*/
.page-entrance{
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/entrance-bg.jpg) no-repeat 50% 50% / cover;
  margin-top: 0;
  padding-block: var(--size-280px);
}
/** ==================================================
*  c-loader
* ================================================ */
.c-loader {
  --c-loader-z-index: var(--z-index-c-loader);
  --c-loader-background: var(--color-white);
}
.c-loader {
  z-index: var(--c-loader-z-index);
  opacity: 1;
  visibility: visible;
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  background: var(--c-loader-background);
  line-height: 1.4;
}
.c-loader {
  background: rgba(255, 255, 255, 0.6);
}
.c-loader::after {
  z-index: -1;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--c-loader-background);
}
.c-loader.-is-loaded {
  animation: c-loader-curtain 1s cubic-bezier(0.77, 0, 0.175, 1) 0.2s 1 both;
}
.c-loader.-is-loaded::after {
  animation: c-loader-curtain 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both;
}
@keyframes c-loader-curtain {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}

/** ==================================================
* page-header
* ================================================ */
.page-header{
  width: var(--size-content-w-xlarge);
  margin-inline: auto;
}
.page-header > .heading{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: var(--size-32px);
}
.c-heading.-page-header {
  font-size: var(--font-16);
  letter-spacing: 4px;
  line-height: 1.4;
  color: var(--color-black);
  text-align: center;
}
.-page-header.-en {
  margin-bottom: var(--size-24px);
  font-weight: 200;
  font-size: var(--size-56px);
  line-height: 0.8;
  letter-spacing: 0;
  color: var(--color-black);
  display: inline-flex;
  align-items: flex-end;
  letter-spacing: -0.2px;
}
.-page-header.-en > span{
  font-size: var(--font-36);
  line-height: 1.1;
  font-weight: 100;
  padding-inline: .5em;
}
.page-header > .deco{
  position: relative;
  height: 15px;
  width: 100%;
}
.page-header > .deco::before{
  content: "";
  background-color: var(--color-gray);
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-header > .deco::after{
  content: "";
  background-color: var(--color-gray-light);
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/** ==================================================
* c-pagination
* ================================================ */
.c-pagination {
  font: inherit;
  line-height: 1;
  letter-spacing: 0;
}
.c-pagination > .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-pagination > .list > .item {
  display: block;
}
.c-pagination > .list > .item > .link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--color-black);
  border: 1px solid var(--color-gray-light);
}
.c-pagination > .list > .item > .link.-current{
  color: var(--color-white);
  border: none;
}
.c-pagination {
  font-size: var(--font-16);
}
.c-pagination > .list {
  gap: 0.8em;
}
.c-pagination > .list > .item > .link {
  z-index: 0;
  overflow: hidden;
  position: relative;
  width: 2.8em;
  aspect-ratio: 1/1;
  background: var(--color-black);
  border-radius: 100%;
  transition-property: background-color, color;
  transition: var(--duration-base) ease;
}
.c-pagination > .list > .item > .link::before {
  z-index: -1;
  opacity: 1;
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-offwhite);
  border: none;
  transition: all .4s ease;
}
.c-pagination > .list > .item > .link:is(.-prev, .-next) {
  background: transparent;
  color: var(--color-black);
  border: none;
  transition-duration: .4s;
}
.c-pagination > .list > .item > .link:is(.-prev, .-next)::before {
  opacity: 0;
}
.c-pagination > .list > .item > .link:is(.-prev, .-next)::after {
  content: "";
  width: 1.6em;
  aspect-ratio: 1/1;
  background: currentColor;
  -webkit-mask: var(--icon-arrow-left) no-repeat 50%/contain;
          mask: var(--icon-arrow-left) no-repeat 50%/contain;
}
.c-pagination > .list > .item > .link.-next::after {
  -webkit-mask-image: var(--icon-arrow-right);
          mask-image: var(--icon-arrow-right);
}
.c-pagination.-gradient > .list > .item > .link::before {
  background: transparent;
}
.c-pagination > .list > .item > .link:is(:hover, .-current)::before {
  opacity: 0;
  color: var(--color-white);
}
@media (hover : hover) {
  .c-pagination > .list > .item > .link:hover{
    color: var(--color-white);
    border: none;
  }
  .c-pagination > .list > .item > .link:is(.-prev, .-next):hover{
    color: var(--color-black);
    opacity: 0.65;
  }
}

/** ==================================================
* c-pager
* ================================================ */
.c-pager {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-pager > .item {
  position: relative;
  text-align: center;
}
.c-pager > .item.-prev {
  flex: 1 1 0%;
  position: relative;
}
.c-pager > .item.-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 54px;
  background: var(--color-gray-light);
}
.c-pager > .item.-back {
  flex: 0 0 auto;
}
.c-pager > .item.-next {
  flex: 1 1 0%;
}

.c-pager > .item > .link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em;
  gap: 22px;
  transition: all .4s ease;
}

.c-pager {
  background: var(--color-offwhite);
  line-height: 1.6;
  font-size: var(--font-16);
}
.c-pager > .item.-prev > .link > .c-icon.-prev,
.c-pager > .item.-next > .link > .c-icon.-next{
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.c-pager > .item.-prev > .link > .c-icon.-prev::before{
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: currentColor;
  -webkit-mask: var(--icon-arrow-left) no-repeat 50% 50%/contain;
  mask: var(--icon-arrow-left) no-repeat 50% 50%/contain;
  transition: transform .4s ease;
  z-index: 2;
}
.c-pager > .item.-prev > .link > .c-icon.-prev::after{
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border: 1px solid var(--color-gray-light);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.c-pager > .item.-next > .link > .c-icon.-next::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border: 1px solid var(--color-gray-light);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.c-pager > .item.-next > .link > .c-icon.-next::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: currentColor;
  -webkit-mask: var(--icon-arrow-right) no-repeat 50% 50%/contain;
  mask: var(--icon-arrow-right) no-repeat 50% 50%/contain;
  transition: transform .4s ease;
  z-index: 2;
}

.c-pager > .item > .link > span {
  background: linear-gradient(currentColor, currentColor) no-repeat 100% 100% / 0 1px;
  transition: background-size .4s ease-out;
}
.c-pager > .item > .link:hover > span {
  background-position: 0 100%;
  background-size: 100% 1px;
}

@media (max-width:560px) {
  .c-pager > .item > .link{
    padding: 1em 0.5em;
    gap: 10px;
  }
}


/** ==================================================
* c-gutenberg
* ================================================ */
.c-gutenberg {
  --c-gutenberg-elem-gap: 1lh;
  --c-gutenberg-a-color: var(--color-winered);
  --c-gutenberg-wp-element-caption-margin-top: .8em;
  --c-gutenberg-wp-element-caption-font-size: var(--font-16);
  --c-gutenberg-wp-element-caption-line-height: 2.2;
  --c-gutenberg-wp-element-caption-color: var(--color-black-pale);
  --content-width-small: min(88vw, 920px);
  --content-width-medium: min(88vw, 1110px);
}

.c-gutenberg {
  display: block;
  margin: 0;
  padding: 0;
  font: inherit;
  line-height: 1;
  text-align: justify;
  word-break: break-all;
  overflow-wrap: break-word;
  color: inherit;
}
.c-gutenberg :where(hr) {
  border: none;
  border-top: 1px solid currentColor;
  color: inherit;
}
.c-gutenberg :where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font: inherit;
  line-height: inherit;
  color: inherit;
}
.c-gutenberg :where(ul:not(.c-list, .c-row), ol:not(.c-list, .c-row)) {
  padding-left: 1.25em;
  list-style: revert;
}
.c-gutenberg strong {
  font-weight: bolder;
}
.c-gutenberg :where(a:-moz-any-link) {
  text-decoration: underline;
  color: var(--c-gutenberg-a-color);
  transition: transform .4s ease;
}
.c-gutenberg :where(a:any-link) {
  text-decoration: underline;
  color: var(--c-gutenberg-a-color);
  transition: transform .4s ease;
}
@media (hover : hover) { 
  .c-gutenberg :where(a:any-link):hover{
    opacity: 0.65;
  }
}
.c-gutenberg .wp-element-caption {
  margin-top: var(--c-gutenberg-wp-element-caption-margin-top);
  margin-bottom: 0;
  font-size: var(--c-gutenberg-wp-element-caption-font-size);
  line-height: var(--c-gutenberg-wp-element-caption-line-height);
  color: var(--c-gutenberg-wp-element-caption-color);
}
.c-gutenberg .wp-block-embed-youtube > .wp-block-embed__wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
}
.c-gutenberg .wp-block-embed-youtube > .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  aspect-ratio: 16/9;
}
.c-gutenberg .wp-block-embed-youtube > .wp-block-embed__wrapper > iframe {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  border: none;
}
.c-gutenberg :where(div, hr, dl, ol, ul, p, blockquote, figure, table),
.c-gutenberg .pdfemb-viewer {
  margin-bottom: var(--c-gutenberg-elem-gap);
}
.c-gutenberg :where(div, hr, dl, ol, ul, p, blockquote, figure, table):last-child,
.c-gutenberg .pdfemb-viewer:last-child {
  margin-bottom: 0;
}
.c-gutenberg :where(h1, h2, h3, h4, h5, h6) :first-child {
  margin-top: 0;
}
.c-gutenberg .wp-block-embed__wrapper,
.c-gutenberg .pdfemb-pagescontainer, .c-gutenberg .pdfemb-inner-div {
  margin: 0;
}

.c-gutenberg {
  font-size: var(--font-15);
  line-height: 2;
}
.c-gutenberg :is(h1, h2, h3, h4, h5, h6) {
  margin: 2em 0 1em;
  font-weight: 500;
  line-height: 1.6;
}
.c-gutenberg :is(h1, h2, h3, h4, h5, h6):first-child {
  margin-top: 0;
}
.c-gutenberg h1 + :is(h2, h3, h4, h5, h6),
.c-gutenberg h2 + :is(h3, h4, h5, h6),
.c-gutenberg h3 + :is(h4, h5, h6),
.c-gutenberg h4 + :is(h5, h6),
.c-gutenberg h5 + h6 {
  margin-top: 0;
}
.c-gutenberg h2 {
  font-size: 1.5em;
}
.c-gutenberg h3 {
  font-size: 1.3em;
}
.c-gutenberg h4 {
  font-size: 1.1em;
}
.c-gutenberg hr {
  border-color: var(--color-gray-light);
}
.c-gutenberg .c-dataList > .item {
  margin: 0;
}
.c-gutenberg strong {
  font-weight: 600;
}
.c-gutenberg > .section {
  margin-block: calc(var(--c-gutenberg-elem-gap) * 2);
}
.c-gutenberg > .section:first-child {
  margin-top: 0;
}
.c-gutenberg > .section:last-child {
  margin-bottom: 0;
}
.wp-block-image.aligncenter{
  margin-inline: auto;
}
.c-gutenberg iframe{
  width: 100%;
}

/** ==================================================
* about
* ================================================ */
.section.-hero > .inner{
  width: var(--size-content-w-xlarge);
  margin-inline: auto;
}
.section.-hero > .inner > img{
  width: 100%;
}

.section.-about > .inner{
  width: min(1000px, 94%);
  margin-inline: auto;
  padding-top: var(--size-80px);
}
.section.-about > .inner > .flx{
  display: flex;
  justify-content: space-between;
}
.section.-about > .inner > .flx > .txt{
  width: min(680px, 75%);
}
.section.-about > .inner > .flx > .ttl > h2{
  font-size: var(--font-24);
  line-height: 1.6;
}
@media (max-width:760px) {
  .section.-about > .inner > .flx{
    flex-direction: column;
    align-items: center;
    gap: var(--size-32px);
  }
  .section.-about > .inner > .flx > .txt{
    width: 100%;
  }
}

.section.-image > .inner{
  width: min(1168px, 94%);
  margin-inline: auto;
  padding-top: var(--size-160px);
}
.section.-image > .inner > .grid > .list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 3.125vw, 60px);
}
.section.-image > .inner > .grid > .list > .item > .image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.section.-image > .inner > .grid > .list > .item > .image-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.section.-image > .inner > .grid > .list > .item > .image-container > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.section.-image > .inner > .grid > .list > .item > .image-container:hover .overlay {
  opacity: 1;
}
.section.-image > .inner > .grid > .list > .item > .image-container:hover img {
  transform: scale(1.05);
}
.section.-image > .inner > .grid > .list > .item > .image-container > .overlay > .full-view-btn {
  background: transparent;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.section.-image > .inner > .grid > .list > .item > .image-container > .overlay > .full-view-btn > .plus-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid white;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 300;
}
.section.-image > .image-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.section.-image > .image-modal > .modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.-image > .image-modal > .modal-content > .close-modal {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.section.-image > .image-modal > .modal-content > .close-modal > .modal-img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
}

.section.-slider > .inner{
  width: min(1168px, 94%);
  margin-inline: auto;
  padding-top: var(--size-160px);
}
.section.-slider > .inner > .slider > .c-marquee > .item{
  display: flex;
  gap: 10px;
}
.splide.-slider .splide__track {
  overflow: visible;
}
.splide.-slider .splide__list {
  align-items: center;
}
.splide.-slider .splide__slide {
  opacity: 1;
  width: auto;
}
.splide.-slider .slide-image {
  height: 280px;
  width: 400px;
  object-fit: cover;
}
@media (max-width:575px) {
  .section.-slider > .inner{
    padding-top: var(--size-80px);
  }
  .section.-access > .inner{
    padding-top: var(--size-80px);
  }
}

.section.-access > .inner{
  width: min(1000px, 94%);
  margin-inline: auto;
  padding-top: var(--size-200px);
}
.section.-access > .inner > .flx{
  display: flex;
  margin-top: var(--size-32px);
  justify-content: space-between;
  gap: 20px;
}
.section.-access > .inner > .flx > .list{
  width: min(440px,100%);
}
.section.-access > .inner > .flx > .list > h2{
  font-size: var(--font-24);
  line-height: 1.6;
}
.section.-access > .inner > .flx > .list > .addr{
  font-size: var(--font-16);
  line-height: 1.8;
  margin-top: var(--size-24px);
}
.section.-access > .inner > .flx > .list > .addr > span{
  font-size: var(--font-13);
}
.section.-access > .inner > .flx > .list > .addr > a{
  font-size: var(--font-11);
  line-height: 1.8;
  font-weight: 400;
  margin-left: 8px;
  background-color: var(--color-white);
  border-radius: 999px;
  border: 1px solid var(--color-black);
  padding: 5px 11px;
  vertical-align: text-top;
}
.section.-access > .inner > .flx > .list > .ttl{
  margin-top: 14px;
  font-size: var(--font-14);
  line-height: 1.6;
}
.section.-access > .inner > .flx > .list > .txt{
  font-size: var(--font-13);
  line-height: 1.8;
}

.section.-access > .inner > .flx > .list > .flx{
  margin-top: var(--size-24px);
}
.section.-access > .inner > .flx > .list > .flx > .item{
  display: flex;
  justify-content: space-between;
  padding-block: 10px;
  border-bottom: 1px solid var(--color-gray-light);
  font-size: var(--font-16);
  line-height: 1.6;
  letter-spacing: 1px;
}
.section.-access > .inner > .flx > .list > .flx > .item > .data > span{
  font-size: var(--font-13);
  line-height: 1.6;
  margin-left: 8px;
}
@media (max-width:991px) {
  .section.-access > .inner > .flx{
    flex-direction: column;
    gap: 34px;
  }
  .section.-access > .inner > .flx > .list{
    width: 100%;
  }
}

/** ==================================================
* archive
* ================================================ */
.other-container{
  width: min(1168px, 90%);
  margin-inline: auto;
  padding-block: var(--size-80px) 0;
}
.other-container > .section.-archive > .grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--size-80px) var(--size-56px);
}
.c-card.-typeArchive{
  padding: 4px;
  background-color: var(--color-white);
  position: relative;
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.04);
}
.c-card.-typeArchive > .media{
  aspect-ratio: 344 / 352;
}
.c-card.-typeArchive > .media > .image{
  transition: transform .4s ease;
}
.c-card.-typeArchive:hover > .media > .image {
  transform: scale(1.1);
}
.c-card.-typeArchive > .data{
  position: absolute;
  top: 4px;
  right: -17px;
}
.c-card.-typeArchive > .data > .categories{
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  font-size: var(--font-12);
  letter-spacing: .2em;
  color: var(--color-brown);
  font-weight: 400;
}
.c-card.-typeArchive > .body{
  padding: clamp(10px, 1.0416666667vw, 20px);;
  line-height: 1.6;
}
.c-card.-typeArchive > .body > .title{
  font-size: var(--font-16);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.c-card.-typeArchive > .body > .date{
  font-size: var(--font-11);
  color: var(--color-brown);
  letter-spacing: .2em;
  margin-top: 0.5em;
  font-weight: 200;
}
@media (max-width:767px) {
  .other-container > .section.-archive > .grid{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:560px) {
  .other-container > .section.-archive > .grid{
    gap: 20px 30px;
  }
}

.section.-pagination > .c-pagination{
  margin-top: var(--size-96px);
}

/** ==================================================
* single
* ================================================ */
.c-article{
  background-color: var(--color-white);
}
.c-article > .inner{
  width: min(760px,80vw);
  margin-inline: auto;
  padding-block: var(--size-112px) var(--size-120px);
}
.c-article > .inner > .ttl > .date{
  font-size: var(--font-14);
  color: var(--color-brown);
}
.c-article > .inner > .ttl > .title{
  font-size: var(--font-32);
  line-height: 1.4;
  margin-block: 14px var(--size-64px);
  padding-bottom: var(--size-32px);
  border-bottom: 1px solid var(--color-gray-light);
}
.c-article > .inner > .footer > .item{
  margin-top: var(--size-80px);
}

/** ==================================================
* entrance
* ================================================ */
.entrance{
  width: min(1000px,94%);
  margin-inline: auto;
}
.entrance > .content{
  text-align: center;
}
.entrance > .content > .name{
  margin-top: var(--size-40px);
  font-size: var(--font-24);
  line-height: 1.6;
}
.entrance > .content > .txt{
  margin-top: var(--size-8px);
  font-size: var(--font-16);
  line-height: 1.6;
}
.entrance > .flx{
  margin-top: var(--size-96px);
  display: flex;
  justify-content: space-between;
  gap: var(--size-80px);
}
.entrance > .flx > .action{
  width: 440px;
  max-width: 100%;
}
.entrance > .flx > .action > .c-btn.-entranceMore{
  padding: var(--size-24px) var(--size-56px);
  background: var(--color-black);
  color: var(--color-white);
  width: 100%;
  font-size: var(--font-19);
  line-height: 1.6;
  font-family: var(--font-jp);
  position: relative;
  overflow: hidden;
}
.entrance > .flx > .action > .c-btn.-entranceMore::after{
  content: "";
  position: absolute;
  -webkit-mask: url(../img/entrance-arrow.svgg) no-repeat 50% 50% / contain;
  mask: url(../img/entrance-arrow.svg) no-repeat 50% 50% / contain;
  position: absolute;
  background: var(--color-white);
  width: 24px;
  height: 24px;
  top: 48%;
  right: 30px;
  transform: translateY(-50%);
  transition: right var(--duration-base) ease;
}
.entrance > .flx > .action > .c-btn.-entranceMore::before{
  content: "";
  aspect-ratio: 1 / 1;
  background: var(--color-white);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-mask: url(../img/entrance-logo-bg.svgg) no-repeat 50% 50% / contain;
  mask: url(../img/entrance-logo-bg.svg) no-repeat 50% 50% / contain;
  position: absolute;
  width: var(--size-240px);
  height: auto;
  opacity: 0.05;
}
@media (hover : hover) {
  .entrance > .flx > .action > .c-btn.-entranceMore:hover:after{
    right: 25px;
  }
}
@media (max-width:560px) {
  .entrance > .flx{
    flex-direction: column;
    gap: 30px;
  }
  .entrance > .flx > .action{
    width: 100%;
  }
}

/** ==================================================
* staff
* ================================================ */
.staff > .inner{
  width: var(--size-content-w-large);
  margin-inline: auto;
}
.section.-staff + .section.-staff{
  margin-top: var(--size-200px);
}
.section.-staff > .inner > .flx{
  display: flex;
  justify-content: space-between;
  gap: var(--size-120px);
}
.section.-staff > .inner > .flx > .data{
  width: min(100%,690px);
}
.section.-staff > .inner > .flx > .data > .name-en{
  font-size: var(--font-40);
  font-weight: 200;
  line-height: 1.4;
  letter-spacing: 0;
}
.section.-staff > .inner > .flx > .data > .name{
  font-size: var(--font-17);
  line-height: 1.6;
  letter-spacing: 1px;
  margin-top: var(--size-16px);
}
.section.-staff > .inner > .flx > .data > .content{
  margin-top: var(--size-120px);
  font-size: var(--font-18);
  line-height: 2.2;
  font-style: italic;
}
.section.-staff > .inner > .flx > .data > .profile{
  margin-top: var(--size-48px);
  padding-top: var(--size-24px);
  position: relative;
}
.section.-staff > .inner > .flx > .data > .profile::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: var(--color-black);
}
.section.-staff > .inner > .flx > .data > .profile > .profile-item {
  display: flex;
  align-items: baseline;
  line-height: 1.8;
  padding-bottom: 5px;
}
.section.-staff > .inner > .flx > .data > .profile > .profile-item:last-child{
  padding-bottom: 0;
}
.section.-staff > .inner > .flx > .data > .profile > .profile-item > dt {
  flex: 0 0 var(--size-160px);
  font-size: var(--font-13);
  padding-right: var(--size-16px);
  display: flex;
  align-items: center;
}
.section.-staff > .inner > .flx > .data > .profile > .profile-item > dt > .dotted-line {
  flex: 1;
  align-self: center;
  height: 1px;
  border-top: 1px dotted #999;
  display: inline-block;
  margin-left: 10px;
  margin-right: -20px;
}
.section.-staff > .inner > .flx > .data > .profile > .profile-item > dd {
  flex: 1;
  padding-left: var(--size-16px);
  margin: 0;
  font-size: var(--font-14);
}
.section.-staff > .inner > .flx > .media > .image{
  border: 4px solid var(--color-white);
}
.section.-staff > .inner > .sns{
  margin-top: var(--size-64px);
}
.section.-staff > .inner > .sns > .flx{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section.-staff > .inner > .sns > .flx > .ttl > h3{
  font-size: var(--font-17);
  line-height: 1.6;
}
.section.-staff > .inner > .sns > .flx > .ttl > h3 > .c-icon.-instagram{
  padding-right: 8px;
}
.section.-staff > .inner > .sns > .flx > .btn{
  display: flex;
  align-items: center;
}
.section.-staff > .inner > .sns > .flx > .btn > a{
  font-size: var(--font-14);
  line-height: 1.6;
}
.section.-staff > .inner > .sns > .flx > .btn > a > span{
  background: linear-gradient(currentColor, currentColor) no-repeat 100% 100% / 0 1px;
  transition: background-size .4s ease-out;
}
.section.-staff > .inner > .sns > .flx > .btn > a > .c-icon.-newWindow{
  padding-left: 8px;
}
@media (hover : hover) { 
  .section.-staff > .inner > .sns > .flx > .btn > a:hover > span{
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
@media (max-width:767px) {
  .section.-staff > .inner > .flx{
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
  }
  .section.-staff > .inner > .flx > .media{
    text-align: center;
  }
  .section.-staff > .inner > .flx > .media > .image{
    width: 50%;
  }
}
@media (max-width:560px) {
  .section.-staff > .inner > .flx > .media > .image{
    width: 100%;
  }
}

/** ==================================================
* noPgae
* ================================================ */
.section.-noPage > .inner{
  max-width: var(--content-width-small);
  margin-inline: auto;
}
.section.-noPage > .inner > .body{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section.-noPage > .inner > .body > .txt{
  text-align: center;
  margin-bottom: 3em;
  line-height: 2;
}

/** ==================================================
* c-noContent
* ================================================ */
.c-noContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  text-align: center;
  overflow-wrap: break-word;
}
.c-noContent {
  height: 12.5em;
  font-size: var(--font-16);
  line-height: 1.8;
}

/** ==================================================
* privacy
* ================================================ */
.privacy{
  max-width: var(--size-content-w-large);
  margin: 0 auto;
  line-height: 2.2;
}
.privacy_wrap > h2{
  position: relative;
  font-size: var(--font-28);
  font-weight: bold;
  border-bottom: 1px solid var(--color-gray-light);
  margin-bottom: 0.5em;
}
.privacy_wrap > h2::after{
  content: "";
  position: absolute;
  bottom: -1%;
  left: 0;
  width: 20%;
  border-top: 2px solid var(--color-gold);
}
.privacy_wrap{
  margin: 2em 0;
}
.privacy_wrap > p{
  font-size: var(--font-16);
}

/** ==================================================
* フッター改修CSS
* ================================================ */
@media (max-width:991px) {
  .site-footer>.content>.primary{
    flex-direction: column-reverse;
    gap: 30px;
    align-items: center;
  }
  /* .site-footer>.content>.primary>.gnav{
    display: block;
  } */
}

/** ==================================================
* フェードアニメーション
* ================================================ */
.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.fade-in {
  transform: translateY(25px);
  transition-delay: 0s;
}
.fade-in.-delay {
  transition-delay: 0.5s;
}
.fade-in.-right {
  transform: translateX(50px);
  transition-duration: 0.5s;
}
.fade-in.-left {
  transition-duration: 0.5s;
  transform: translateX(-50px);
}

.fade-in.visible{
  opacity: 1;
  transform: translateY(0) translateX(0);
}

/** ==================================================
* Nail
* ================================================ */
.nail > .inner{
  width: var(--size-homeContent-w);
  margin-inline: auto;
}

.section.-nail > .inner{
  width: min(1000px,94%);
  margin-inline: auto;
  padding-top: var(--size-80px);
}
.section.-nail > .inner > .txt{
  line-height: 2.2;
  text-align: center;
}
.section.-nail > .inner > .course{
  margin-top: var(--size-80px);
}
.section.-nail > .inner > .course > .item {
  background: var(--color-white);
  border-top: 3px solid var(--color-black);
  position: relative;
  padding: var(--size-56px) 1em var(--size-72px);
}
.section.-nail > .inner > .course > .item + .item{
  margin-top: var(--size-64px);
}
.section.-nail > .inner > .course > .item::before{
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-black);
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.section.-nail > .inner > .course > .item::after{
  content: attr(date-text);
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-white);
  font-size: var(--font-16);
}
.section.-nail > .inner > .course > .item > .head{
  position: relative;
  text-align: center;
  max-width: 600px;
  margin-inline: auto;
  line-height: 1.4;
  padding-block: 9px 12px;
}
.section.-nail > .inner > .course > .item > .head::before,
.section.-nail > .inner > .course > .item > .head::after{
  content: "";
  position: absolute;
  width: 12px;
  height: 100%;
  top: 0;
}
.section.-nail > .inner > .course > .item > .head::before{
  left: 0;
  background: url(../img/Intersect-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.section.-nail > .inner > .course > .item > .head::after{
  right: 0;
  background: url(../img/Intersect-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.section.-nail > .inner > .course > .item > .head > .ttl{
  font-size: var(--font-26);
}
.section.-nail > .inner > .course > .item > .head > .txt{
  font-size: var(--font-15);
  color: var(--color-brown);
  margin-top: 6px;
}
.section.-nail > .inner > .course > .item > .content{
  width: min(808px,98%);
  margin-inline: auto;
  margin-top: var(--size-40px);
}
.section.-nail > .inner > .course > .item > .content > p{
  font-size: var(--font-15);
  line-height: 2.2;
}
.section.-nail > .inner > .course > .item > .content > .center{
  text-align: center;
}
.section.-nail > .inner > .course > .item > .content > .list{
  margin-top: var(--size-32px);
}
.section.-nail > .inner > .course > .item > .content > .list > .flx{
  padding-block: var(--size-24px);
  border-top: 2px dotted var(--color-gray);
  border-bottom: 2px dotted var(--color-gray);
  display: flex;
  align-items: center;
  gap: var(--size-40px);
}
.section.-nail > .inner > .course > .item > .content > .list > .flx:last-child{
  border-top: none;
}
.section.-nail > .inner > .course > .item > .content > .list > .flx > .img > img{
  border: 1px solid var(--color-gray-light);
}
.section.-nail > .inner > .course > .item > .content > .list > .flx > .content{
  width: min(100%,568px);
}
.section.-nail > .inner > .course > .item > .content > .list > .flx > .content > .ttl{
  font-size: var(--font-19);
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section.-nail > .inner > .course > .item > .content > .list > .flx > .content > .ttl > .icon-logo{
  display: inline-grid;
  place-items: center;
  padding: 0;
  vertical-align: bottom;
  font-style: normal;
}
.section.-nail > .inner > .course > .item > .content > .list > .flx > .content > .ttl > .icon-logo::before{
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background: var(--color-brown);
  -webkit-mask: var(--icon-logo) no-repeat 0 100% / 100%;
  mask: var(--icon-logo) no-repeat 0 100% / 100%;
}
.section.-nail > .inner > .course > .item > .content > .list > .flx > .content > .txt{
  font-size: var(--font-15);
  line-height: 2;
  margin-top: 12px;
}

.section.-flow > .inner{
  width: min(1000px,94%);
  margin-inline: auto;
  margin-top: var(--size-200px);
}
.section.-treatment > .inner{
  width: min(1168px,94%);
  margin-inline: auto;
  margin-top: var(--size-200px);
}
.section.-flow > .inner > .flow > .head{
  text-align: center;
}
.section.-flow > .inner > .flow > .head > h2{
  position: relative;
  font-size: var(--font-32);
  line-height: 1.6;
}
.section.-flow > .inner > .flow > .head > h2::before,
.section.-flow > .inner > .flow > .head > h2::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--size-240px);
  height: 2px;
}
.section.-flow > .inner > .flow > .head > h2::before{
  left: 0;
  background: url(../img/line-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.section.-flow > .inner > .flow > .head > h2::after{
  right: 0;
  background: url(../img/line-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.section.-flow > .inner > .flow > .body > .list{
  position: relative;
  padding-top: 32px;
  margin-top: 56px;
}
.section.-flow > .inner > .flow > .body > .list.-icon::after{
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/polygon-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 56px;
  height: 21px;
  animation: smoothFlowDownAnimation 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  opacity: 0;
}
@keyframes smoothFlowDownAnimation {
  0% {
    transform: translateX(-50%) translateY(-100%);
    opacity: 0;
  }
  50% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(100%);
    opacity: 0;
  }
}
@media (max-width:960px) {
  @keyframes smoothFlowDownAnimation {
    0% {
      transform: translateX(-50%) translateY(-100%);
      opacity: 0;
    }
    50% {
      transform: translateX(-50%) translateY(0);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(10%);
      opacity: 0;
    }
  }
}
.section.-flow > .inner > .flow > .body > .list.-left{
  padding-right: 32px;
}
.section.-flow > .inner > .flow > .body > .list > .img{
  position: absolute;
  top: 0;
}
.section.-flow > .inner > .flow > .body > .list.-left > .img{
  right: 0;
}
.section.-flow > .inner > .flow > .body > .list > .img > img{
  width: 400px;
  height: 288px;
  object-fit: cover;
}
.section.-flow > .inner > .flow > .body > .list > .number{
  position: absolute;
  top: 0;
  font-size: 80px;
  line-height: 0.8;
  color: var(--color-gold);
  font-style: italic;
  font-weight: 100;
}
.section.-flow > .inner > .flow > .body > .list.-right > .number{
  right: 0;
}
.section.-flow > .inner > .flow > .body > .list > .container{
  background: var(--color-white);
  width: 97%;
  margin-left: auto;
  min-height: 296px;
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.04);
}
.section.-flow > .inner > .flow > .body > .list > .container.-noImg{
  min-height: auto;
}
.section.-flow > .inner > .flow > .body > .list > .container > .content{
  width: min(100%,580px);
  padding-block: 2.5em 4em;
  padding-inline: 3em;
}
.section.-flow > .inner > .flow > .body > .list.-right > .container > .content{
  margin-left: auto;
}
.section.-flow > .inner > .flow > .body > .list > .container.-noImg > .content{
  width: 100%;
  margin-left: 0;
}
.section.-flow > .inner > .flow > .body > .list.-left > .container > .content{
  margin-right: auto;
}
.section.-flow > .inner > .flow > .body > .list > .container > .content > h3{
  font-size: var(--font-24);
  margin-bottom: 1em;
  line-height: 1.6;
}
.section.-flow > .inner > .flow > .body > .list > .container > .content > h3 > span{
  font-size: var(--font-14);
  color: var(--color-black-pale);
  vertical-align: text-top;
}
.section.-flow > .inner > .flow > .body > .list > .container > .content > .number{
  font-size: 80px;
  line-height: 0.8;
  color: var(--color-gold);
  font-style: italic;
  font-weight: 100;
}
.section.-flow > .inner > .flow > .body > .list > .container > .content > p{
  font-size: var(--font-15);
  line-height: 1.8;
}
.section.-flow > .inner > .flow > .body > .list > .container > .content > p + p{
  margin-top: 1em;
}
@media (max-width:1120px) {
  .section.-flow > .inner > .flow > .body > .list > .img > img{
    width: 280px;
  }
  .section.-flow > .inner > .flow > .body > .list > .container > .content{
    width: min(100%,600px);
  }
}
@media (max-width:960px) {
  .section.-flow > .inner > .flow > .body > .list{
    padding: 0;
  }
  .section.-flow > .inner > .flow > .body > .list.-right{
    padding-left: 0;
  }
  .section.-flow > .inner > .flow > .body > .list.-left{
    padding-right: 0;
  }
  .section.-flow > .inner > .flow > .body > .list > .img{
    position: unset;
  }
  .section.-flow > .inner > .flow > .body > .list > .img > img{
    width: 100%;
    height: 100%;
  }
  .section.-flow > .inner > .flow > .body > .list > .container{
    width: 100%;
    min-height: auto;
  }
  .section.-flow > .inner > .flow > .body > .list > .container > .content{
    width: 100%;
    padding-block: 1.5em;
    padding-inline: 1em;
  }
  .section.-flow > .inner > .flow > .body > .list > .container > .content > .number{
    padding-bottom: 5px;
    font-size: 50px;
  }
  .section.-flow > .inner > .flow > .head > h2::before, .section.-flow > .inner > .flow > .head > h2::after{
    width: 80px;
  }
}
@media (max-width:767px) {
  .section.-nail > .inner > .txt{
    text-align: left;
  }
}
@media (max-width:575px) {
  .section.-flow > .inner > .flow > .head > h2::before, .section.-flow > .inner > .flow > .head > h2::after{
    width: 70px;
  }
  .section.-nail > .inner > .course > .item > .head::before,
  .section.-nail > .inner > .course > .item > .head::after{
    width: 20px;
  }
  .section.-nail > .inner > .course > .item > .content > .list > .flx{
    flex-direction: column;
  }
  .section.-nail > .inner > .course > .item > .content > .list > .flx > .img > img{
    width: 100%;
  }
  .section.-nail > .inner > .course > .item > .content > .center{
    text-align: left;
  }
}

.section.-flow > .inner > .treatment{
  background: var(--color-white);
  padding: var(--size-72px) var(--size-80px) var(--size-80px);
  border: 1px dotted var(--color-black-pale);
  border-radius: 16px;
}
.section.-flow > .inner > .treatment > .head > h2::before,
.section.-flow > .inner > .treatment > .head > h2::after{
  width: var(--size-200px);
}
.section.-flow > .inner > .treatment > .head > p{
  margin-top: var(--size-40px);
  font-size: var(--font-16);
  line-height: 2.2;
}
.section.-flow > .inner > .treatment > .body{
  margin-top: var(--size-72px);
  background: var(--color-offwhite);
  padding: var(--size-64px) var(--size-80px);
  position: relative;
  border-radius: 8px;
}
.section.-flow > .inner > .treatment > .body > .ttl{
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.section.-flow > .inner > .treatment > .body > .ttl > p{
  background-color: var(--color-brown);
  color: var(--color-white);
  border-radius: 999px;
  padding: 8px var(--size-32px) 9px;
}
.section.-flow > .inner > .treatment > .body > .txt{
  font-size: var(--font-15);
  line-height: 2;
  margin-bottom: var(--size-32px);
}
.section.-flow > .inner > .treatment > .body > h3{
  font-size: var(--font-18);
  line-height: 1.6;
  position: relative;
  margin-bottom: var(--size-16px);
}
.section.-flow > .inner > .treatment > .body > h3::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(100% - 15%);
  height: 2px;
  background: url(../img/line-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.section.-flow > .inner > .treatment > .body > .sub-txt{
  font-size: var(--font-16);
  line-height: 2;
  text-decoration: underline;
  text-decoration-thickness: 6%;
  text-underline-offset: 20%;
}
@media (max-width:960px) {
  .section.-flow > .inner > .treatment > .head > h2::before,
  .section.-flow > .inner > .treatment > .head > h2::after{
    width: 80px;
  }  
}
@media (max-width:767px) {
  .section.-flow > .inner > .treatment > .head > p{
    text-align: left;
  }
  .section.-flow > .inner > .treatment{
    padding-inline: 1em;
  }
  .section.-flow > .inner > .treatment > .body{
    padding-inline: 1em;
  }
  .section.-flow > .inner > .treatment > .body > .ttl{
    width: 80%;
    text-align: center;
  }
}
@media (max-width:575px) {
  .section.-flow > .inner > .treatment > .body > .ttl{
    width: 90%;
  }
  .section.-flow > .inner > .treatment > .body > h3::after{
    width: calc(100% - 25%);
  }
  .section.-flow > .inner > .treatment > .head > h2::before,
  .section.-flow > .inner > .treatment > .head > h2::after{
    width: 70px;
  }
}

/** ==================================================
* gallery
* ================================================ */
.gallery > .inner{
  width: min(1168px,94%);
  margin-inline: auto;
  padding-top: var(--size-80px);
}
.gallery > .inner > .txt{
  font-size: var(--font-16);
  line-height: 2.2;
  text-align: center;
}
.gallery > .inner > .grid{
  margin-top: var(--size-80px);
}
.gallery > .inner > .grid > .item{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.gallery > .inner > .grid > .item > .link{
  padding-block: var(--size-48px) var(--size-80px);
  padding-inline: .5em;
  border: 1px solid var(--color-black-pale);
  border-top: 3px solid;
  background: var(--color-white);
}
.gallery > .inner > .grid > .item > .link > .list{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--size-32px);
  position: relative;
}
.gallery > .inner > .grid > .item > .link > .list > .tsuru{
  margin-right: 1.5em;
}
.gallery > .inner > .grid > .item > .link > .list::after{
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 24px;
  height: 24px;
  background: var(--icon-arrow-right);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all var(--duration-base) ease;
}
.gallery > .inner > .grid > .item > .link:hover > .list::after{
  bottom: -40px;
}
.gallery > .inner > .grid > .item > .link > .list > p{
  text-align: center;
  line-height: 1.8;
}

.section.-gallery{
  margin-top: var(--size-160px);
}
.section.-gallery > .inner{
  border-top: 1px solid var(--color-black);
  position: relative;
}
.section.-gallery > .inner::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 4px;
  background: var(--color-black);
}
.section.-gallery > .inner > .content{
  margin-top: var(--size-40px);
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.section.-gallery > .inner > .content > h2{
  font-size: var(--font-30);
  line-height: 1.6;
}
.section.-gallery > .inner > .content > p{
  width: min(100%,560px);
  line-height: 2.2;
}
.section.-gallery > .inner > .body > .lower-gallery{
  margin-top: var(--size-64px);
}
.section.-gallery > .inner > .body > .lower-gallery > .lower-thumb{
  margin-top: var(--size-16px);
}
.lower-gallery-main .splide {
  position: relative;
  visibility: visible;
}
.lower-gallery-main .splide__slide {
  aspect-ratio: 1168 / 720;
  height: 100%;
  overflow: hidden;
  border: 6px solid var(--color-white);
}
.lower-gallery-thumb .splide{
  visibility: visible;
}
.lower-gallery-thumb .splide__list{
  justify-content: center;
}
.lower-gallery-main .splide__slide .image{
  height: 100%;
}
.lower-gallery-thumb .splide__slide{
  aspect-ratio: 93 / 64;
  border: none !important;
  cursor: pointer;
  height: 100%;
  opacity: 1;
  width: 96px !important;
  overflow: hidden;
  transition: opacity .3s;
}
.lower-gallery-thumb .splide__slide.is-active {
  opacity: .6;
}
.lower-gallery-thumb .splide__slide .image{
  height: 100%;
}
._media-cover {
  -o-object-fit: cover!important;
  object-fit: cover !important;
}
@media (max-width:960px) {
  .section.-gallery > .inner > .content{
    flex-direction: column;
  }
  .section.-gallery > .inner > .content > p{
    width: 100%;
  }
  .lower-gallery-thumb .splide__list{
    justify-content: start;
  }
}
@media (max-width:850px) {
  .gallery > .inner > .grid > .item{
    grid-template-columns: repeat(2,1fr);
  }
  .gallery > .inner > .grid > .item > .link{
    padding-block: 1em 3em;
  }
  .gallery > .inner > .grid > .item > .link > .list{
    gap: 10px;
  }
}
@media (max-width:767px) {
  .gallery > .inner > .txt{
    text-align: left;
  }
}
@media (max-width:460px) {
  .gallery > .inner > .grid > .item{
    grid-template-columns: repeat(1,1fr);
  }
}

/** ==================================================
* Q&A
* ================================================ */
.faq > .inner{
  width: min(1000px,94%);
  margin-inline: auto;
  padding-top: var(--size-80px);
}
.accordion-area + .accordion-area{
  margin-top: var(--size-120px);
}
.accordion-area > .ttl{
  position: relative;
  font-size: var(--font-30);
  line-height: 1.6;
  text-align: center;
  margin-bottom: 56px;
}
.accordion-area > .ttl::before,
.accordion-area > .ttl::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--size-240px);
  height: 2px;
}
.accordion-area > .ttl::before{
  left: 0;
  background: url(../img/line-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.accordion-area > .ttl::after{
  right: 0;
  background: url(../img/line-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.accordion-area > .item{
  position: relative;
  border: 1px solid var(--color-gray-light);
  background: var(--color-offwhite);
  margin-block: 10px;
}
.accordion-area > .item > section > .faq-ttl {
  position: relative;
  cursor: pointer;
  padding-inline: 55px 1em;
  padding-block: 3%;
  transition: all .5s ease;
  font-size: var(--font-18);
  line-height: 1.6;
}
.accordion-area > .item > section > .faq-ttl::before, 
.accordion-area > .item > section > .faq-ttl::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion-area > .item > section > .faq-ttl::before {
  border-top: 2px solid var(--color-gold);
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  left: 20px;
}
.accordion-area > .item > section > .faq-ttl::after {
  border-left: 2px solid var(--color-gold);
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 29px;
  transition: .3s;
}
.accordion-area > .item > section > .faq-ttl.close::after {
  height: 0;
}
.accordion-area > .item > section > .faq-box {
  display: none;
  background: var(--color-offwhite-dark);
  margin: 0 3% 3% 4%;
  padding: 3%;
}
.accordion-area > .item > section > .faq-box > .faq-txt{
  font-size: var(--font-16);
  line-height: 2.2;
  color: var(--color-winered);
}
@media (max-width:960px) {
  .accordion-area > .ttl::before,
  .accordion-area > .ttl::after{
    width: 80px;
  }
}
@media (max-width:575px) {
  .accordion-area > .ttl::before,
  .accordion-area > .ttl::after{
    width: 70px;
  }
}
/** ==================================================
* footer
* ================================================ */
@media (max-width:991px) {
  .site-footer-gnav{
    flex-direction: column;
  }
}

/** ==================================================
* ハンバーガー
* ================================================ */
[aria-expanded=true] .c-hamburger > .bar:nth-child(1), .c-hamburger[aria-expanded=true] > .bar:nth-child(1) {
  animation: hamburger-bar1-active var(--c-hamburger-duration) var(--c-hamburger-easing) forwards;
}
[aria-expanded=true] .c-hamburger > .bar:nth-child(2), .c-hamburger[aria-expanded=true] > .bar:nth-child(2) {
  animation: hamburger-bar2-active var(--c-hamburger-duration) var(--c-hamburger-easing) forwards;
}
[aria-expanded=true] .c-hamburger > .bar:nth-child(3), .c-hamburger[aria-expanded=true] > .bar:nth-child(3) {
  animation: hamburger-bar3-active var(--c-hamburger-duration) var(--c-hamburger-easing) forwards;
}

@keyframes hamburger-bar1 {
  0% {
    transform: translateY(calc(var(--c-hamburger-weight) + var(--c-hamburger-space))) rotate(calc(var(--c-hamburger-rotate) * -1));
  }
  50% {
    transform: translateY(calc(var(--c-hamburger-weight) + var(--c-hamburger-space))) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes hamburger-bar1-active {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(calc(var(--c-hamburger-weight, 2px) + var(--c-hamburger-space, 5px))) rotate(0);
  }
  100% {
    transform: translateY(calc(var(--c-hamburger-weight, 2px) + var(--c-hamburger-space, 5px))) rotate(calc(var(--c-hamburger-rotate, 45deg) * -1));
  }
}
@keyframes hamburger-bar2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hamburger-bar2-active {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hamburger-bar3 {
  0% {
    transform: translateY(calc((var(--c-hamburger-weight) + var(--c-hamburger-space, 5px)) * -1)) rotate(var(--c-hamburger-rotate));
  }
  50% {
    transform: translateY(calc((var(--c-hamburger-weight) + var(--c-hamburger-space, 5px)) * -1)) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes hamburger-bar3-active {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(calc((var(--c-hamburger-weight) + var(--c-hamburger-space)) * -1)) rotate(0);
  }
  100% {
    transform: translateY(calc((var(--c-hamburger-weight) + var(--c-hamburger-space)) * -1)) rotate(var(--c-hamburger-rotate));
  }
}
.c-drawer {
  --c-drawer-duration: .8s;
}
.c-drawer {
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  position: relative;
  display: block;
  transition-property: opacity, visibility;
  transition-duration: var(--c-drawer-duration);
  transition-timing-function: cubic-bezier(.43, .01, .08, 1);
  pointer-events: none;
}
.c-drawer > .close {
  z-index: 2;
  position: fixed;
}
.c-drawer > .content {
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: var(--c-drawer-content-background);
  transition: transform calc(var(--c-drawer-duration) * 0.625) var(--c-drawer-easing);
  overscroll-behavior-y: contain;
  scrollbar-color: var(--c-drawer-scrollbar-color) transparent;
}
.c-drawer > .content::-webkit-scrollbar {
  width: var(--c-drawer-scrollbar-weight);
}
.c-drawer > .content::-webkit-scrollbar-track {
  background: transparent;
}
.c-drawer > .content::-webkit-scrollbar-thumb {
  background: var(--c-drawer-scrollbar-color);
  border-radius: var(--c-drawer-scrollbar-weight);
}
.c-drawer > .content.-right {
  left: auto;
  width: min(100%, 625px);
  height: 641px;
  max-height: 100%;
  transform: translate(100%, 0);
  margin-left: auto;
  border: 4px solid var(--color-brown-light);
}
.c-drawer[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  transition-duration: var(--c-drawer-duration);
  pointer-events: auto;
}
.c-drawer[aria-hidden=false] > .content {
  transform: translate(0, 0);
  transition-duration: var(--c-drawer-duration);
}
.site-drawer > .body{
  flex: 1 1 0%;
  padding: var(--size-120px) 6vw var(--size-64px);
}
.c-iconBtn.-site-drawer-closeBtn{
  width: var(--size-100px);
  aspect-ratio: 1 / 1;
  background: var(--color-black);
  border-radius: 0 0 0 10px;
  color: var(--color-black);
}
.c-iconBtn.-site-header-drawerBtn{
  z-index: 10000;
}
.gnav{
  flex-direction: column;
  font-size: var(--font-15);
  font-weight: 400;
  line-height: 1.6;
}
.gnav > .list,
.gnav > .flx > .list{
  display: block;
}
.gnav > .flx {
  display: flex;
  align-items: flex-end;
  gap: var(--size-64px);
  margin-top: var(--size-16px);
}
.gnav > .list > .item,
.gnav > .flx > .list > .item{
  gap: 1em;
  align-items: center;
}
.gnav > .list > .item::before,
.gnav > .flx > .list > .item::before{
  border-top: 1px solid;
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 1.5em;
}
.gnav > .list > .item + .item,
.gnav > .flx > .list > .item + .item{
  margin-top: var(--size-16px);
}
.gnav > .list > .item > .link,
.gnav > .flx > .list > .item > .link{
  background: linear-gradient(currentColor, currentColor) no-repeat 100% 100% / 0 1px;
  transition: background-size .4s ease-out;
  gap: .6em;
}
.gnav > .list > .item > .link>.c-icon, .gnav > .flx > .list > .item > .link>.c-icon {
  opacity: .6;
  transition: opacity var(--duration-base) ease;
}
@media (hover : hover) {
  .gnav > .list > .item > .link:hover,
  .gnav > .flx > .list > .item > .link:hover{
    background-position: 0 100%;
    background-size: 100% 1px;
  }
  .gnav > .list > .item > .link:hover>.c-icon, .gnav > .flx > .list > .item > .link:hover>.c-icon {
    opacity: 1;
  }
}
.gnav > .external{
  margin-top: 56px;
}
.c-iconBtn>.text{
  font-size: var(--font-13);
  margin-top: 2px;
}
@media (max-width:400px) {
  .site-drawer > .body{
    padding-inline: 3vw;
  }
}
@media (max-width:991px) {
  .site-header>.content{
    margin-top: 0.5em;
  }
}
/* オーバーレイの基本スタイル */
.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#9B9A9A;
  opacity: 1;
  z-index: 499;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* アクティブクラスが付いた時のスタイル */
.drawer-overlay.is-active {
  opacity: .5;
  visibility: visible;
}

/** ==================================================
* EnglishページCSS
* ================================================ */
body.page-id-3439 .drawerBtn {
  display: none !important;
}
body.page-id-3439 h1,
body.page-id-3439 h2,
body.page-id-3439 h3,
body.page-id-3439 h4,
body.page-id-3439 h5,
body.page-id-3439 h6,
body.page-id-3439 p,
body.page-id-3439 li,
body.page-id-3439 body{
  word-break: normal;
  overflow-wrap: break-word;
}
body.page-id-3439 .c-text{
  text-align: start;
}
body.page-id-3439 .c-text.-center{
  text-align: center;
}
body.page-id-3439 h1,
body.page-id-3439 h2,
body.page-id-3439 h3,
body.page-id-3439 h4,
body.page-id-3439 h5,
body.page-id-3439 h6{
  letter-spacing: 0 !important;
}
.site-header>.logo{
  opacity: 1;
}
body.page-id-3439 .home-hero-item>.item.-right:before{
  background: url(../img/home-hero-deco-en.svg) no-repeat 50% 50% / contain;
}
.home-hero-item>.item.-right:before{
  inset: auto 0 -10px var(--size-80px);
}
.home-hero-item>.item>.video{
  width: 100%;
}
@media (max-width:990px) {
  .home-hero-item>.item.-right:before{
    inset: auto 0 -5px var(--size-80px);
  }
  .home-container>.hero{
    padding-block: 100px;
  }
  .home-container:before{
    width: 140px;
  }
  .home-hero-item>.item.-center{
    height: 50%;
  }
  .home-hero-item>.item>.media{
    height: 100%;
  }
  .home-hero-item>.item.-right{
    height: 50%;
  }
}
@media (max-width:560px) {
  .home-hero-item>.item.-right:before{
    inset: auto 0 -3px var(--size-80px);
  }
}
.home-intro>.bg{
  opacity: 1;
}
.c-icon.-line:before {
  -webkit-mask-image: var(--icon-line);
  mask-image: var(--icon-line);
}
.home-container>.intro{
  height: 70vh;
}
body.page-id-3439 .home-container>.intro{
  height: 100vh;
}
@media (min-width:992px) {
  .home-container > .intro{
    height: auto;
  }
  body.page-id-3439 .home-container>.intro{
    height: auto;
  }
}
@media (max-width:991px) {
  .site-footer>.content>.primary{
    flex-direction: column-reverse;
    gap: 30px;
    align-items: center;
  }
  .site-footer>.content>.primary>.gnav{
    display: block;
  }
}
.home-design-section>.header>.heading.-en{
  font-size: var(--font-20);
}
body.page-id-3439 .c-heading.-homeB{
  line-height: 1.4;
}
body.page-id-3439 .c-heading.-homeC{
  line-height: 1.4;
}
body.page-id-3439 .c-card.-home-explore>.body>.heading{
  line-height: 1.4;
}

/* 2025/10/15 来店のご案内改修 */
.t-flx{
  display: flex;
  gap: var(--size-80px);
  justify-content: center;
  align-items: center;
}
@media (max-width:960px) {
  .t-flx{
    justify-content: flex-start;
  }
}
@media (max-width:560px) {
  .t-flx{
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}

/* ヘッダー改修CSS */
.site-header>.content>.snav>.-site-header-snav>.item.-block{
  display: block !important;
  border-right: none;
  padding-inline: 0;
  background: var(--color-white);
  border: 1px solid var(--color-gray-light);
  border-radius: 8px;
  box-shadow: 6px 6px 0 rgba(66, 0, 13, .08);
  line-height: 1.6;
  padding: .5em .8em .5em 1.5em;
}
.site-header>.content>.snav {
  display: block !important;
}
.site-header>.content>.snav>.-site-header-snav>.item{
  display: none;
}
@media (min-width:992px) {
  .site-header>.content>.snav>.-site-header-snav>.item{
    display: block;
  }
  .site-header>.content>.snav>.-site-header-snav>.item.-block{
    border-right: 1px solid;
    border-top: none;
    border-left: none;
    border-bottom: none;
    padding-inline: 1.2em;
    padding-block: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
}