@charset "UTF-8";
html {
  font-size: 62.5%;
}

:root {
  --bp-sp: 767px;
  --bp-portrait: 1024px;
  --bp-pc: 1140px;
}

/******************************************************************
foundation - base
******************************************************************/
:where(html) {
  -webkit-text-size-adjust: 100%;
}

:where(body) {
  margin: 0;
}

:where(button, input, optgroup, select, textarea) {
  font-family: inherit; /* 1 */
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  :where(button, input, optgroup, select, textarea) {
    font-size: 1.4rem;
  }
}

:where(html) {
  scroll-behavior: smooth;
}

:where(body) {
  min-width: 375px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  overflow-wrap: break-word;
  overflow-y: scroll;
  color: #58453a;
  background-color: #f5f4f3;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  :where(body) {
    font-size: 1.4rem;
  }
}
@media print {
  :where(body) {
    width: 108rem;
    zoom: 0.8;
  }
}
:where(body) .font-secondary {
  color: #887c74;
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, figure) {
  margin: 0;
  padding: 0;
}

:where(li) {
  list-style: none;
}

:where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}

:where(iframe) {
  border: 0;
}

:where(button) {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  text-decoration: none;
  outline-color: #999999;
}
@media (any-hover: hover) {
  :where(button):hover {
    text-decoration: none;
  }
}
:where(button):not(.js-dialog):focus {
  text-decoration: none;
}

:where(input, select) {
  outline-color: #999999;
}

:where(em) {
  font-style: normal;
  font-weight: bold;
}

:where(fieldset) {
  border: 0;
  padding: 0;
  margin: 0;
}

:where(address) {
  font-style: normal;
}

:where(a) {
  color: #58453a;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.1em;
  outline-color: #999999;
}
@media (any-hover: hover) {
  :where(a):hover {
    text-decoration: none;
  }
}
:where(a):not(.js-dialog):focus {
  text-decoration: none;
}

:where(img) {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

:where(svg) {
  vertical-align: middle;
}

:where(hr) {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #58453a;
}

/******************************************************************
layout - wrapper
******************************************************************/
.l-wrapper {
  width: 100%;
  overflow: clip;
  min-height: 100vh;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-wrapper main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/******************************************************************
layout - header-logo
******************************************************************/
.l-header-logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 130;
}
@media screen and (max-width:767px) {
  .l-header-logo {
    /* _common.scss (style.css) の記述を優先してマージ */
    top: min(4vw, 1.2rem);
    left: 0;
    right: 0;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-header-logo__main {
  font-size: 1.6rem;
  background: url(../img/logo_wht.png) center center/100% auto no-repeat;
}
.l-header-logo__main a {
  display: inline-block;
}
.l-header-logo__main img {
  max-width: 100%;
  width: 28.4rem;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width:1024px) {
  .l-header-logo__main img {
    width: 26rem;
  }
}
@media screen and (max-width:767px) {
  .l-header-logo__main img {
    /* _common.scss (style.css) の記述を優先してマージ */
    width: min(50vw, 21.3rem);
  }
}

body:has(.l-header-dropdown__body[aria-hidden=false]) .l-header-logo__main img {
  opacity: 0;
}

/******************************************************************
layout - header-fixed
******************************************************************/
html:has(.l-header-fixed) {
  scroll-padding-top: calc(var(--header-height) + 3rem);
}
@media screen and (max-width:767px) {
  html:has(.l-header-fixed) {
    scroll-padding-top: calc(var(--header-height) + 4vw + 1rem);
  }
}

.l-header-fixed {
  position: relative;
  z-index: 100;
}
.l-header-fixed__inner {
  position: fixed;
  top: 3rem;
  right: 3rem;
}
@media screen and (max-width:1024px) {
  .l-header-fixed__inner {
    top: 4vw;
    right: 2rem;
    width: calc(100% - 2rem - 1.4rem);
  }
}
@media print {
  .l-header-fixed__inner {
    position: relative;
  }
}

/******************************************************************
layout - header
******************************************************************/
:root {
  --header-height: 0;
}

.l-header {
  z-index: 120;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.6rem;
}
@media screen and (max-width:1024px) {
  .l-header__content-inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width:767px) {
  .l-header__content-inner {
    min-height: 4.6rem;
  }
}
.l-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width:1024px) {
  .l-header__body {
    gap: 2rem;
  }
}
@media screen and (max-width:767px) {
  .l-header__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-header__nav {
  background-color: #fff;
  border-bottom: 1px solid #58453a;
}
@media screen and (max-width:767px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-inner {
  max-width: 108rem;
  margin-inline: auto;
  padding-inline: 3rem;
}
@media screen and (max-width:767px) {
  .l-header__nav-inner {
    padding-inline: 2rem;
  }
}
.l-main-2column .l-header__nav-inner, .l-main-3column .l-header__nav-inner {
  padding-inline: 0 !important;
}

/******************************************************************
layout - header-dropdown
******************************************************************/
body:has(.l-header-fixed .l-header-dropdown__body[aria-hidden=false]) {
  overflow: hidden;
}

body:has(.l-header-dropdown__body--full) .l-header__head > *,
body:has(.l-header-dropdown__body--full) .l-header__body > *:not(.l-header-dropdown),
body:has(.l-header-dropdown__body--full) .l-header-dropdown__button {
  position: relative;
  z-index: 111;
}

.l-header-dropdown__button {
  backdrop-filter: blur(3px);
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100vw;
  border: 1px solid rgba(88, 69, 58, 0.25);
  width: 5.6rem;
  height: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width:767px) {
  .l-header-dropdown__button {
    width: 4rem;
    height: 4rem;
  }
}
.l-header-dropdown__button > span {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 0.6rem;
}
@media screen and (max-width:767px) {
  .l-header-dropdown__button > span {
    width: 1.4rem;
    height: 0.6rem;
  }
}
.l-header-dropdown__button > span span {
  position: absolute;
  display: block;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  background-color: #58453a;
}
.l-header-dropdown__button > span span:first-child {
  top: 0;
  -webkit-transition: top 0.24s 0.16s, -webkit-transform 0.16s;
  transition: top 0.24s 0.16s, -webkit-transform 0.16s;
  transition: top 0.24s 0.16s, transform 0.16s;
  transition: top 0.24s 0.16s, transform 0.16s, -webkit-transform 0.16s;
}
.l-header-dropdown__button > span span:last-child {
  bottom: 0;
  -webkit-transition: bottom 0.24s 0.16s, -webkit-transform 0.16s;
  transition: bottom 0.24s 0.16s, -webkit-transform 0.16s;
  transition: bottom 0.24s 0.16s, transform 0.16s;
  transition: bottom 0.24s 0.16s, transform 0.16s, -webkit-transform 0.16s;
}
.l-header-dropdown__button[aria-expanded=true] > span span:first-child {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: top 0.16s, -webkit-transform 0.24s 0.16s;
  transition: top 0.16s, -webkit-transform 0.24s 0.16s;
  transition: top 0.16s, transform 0.24s 0.16s;
  transition: top 0.16s, transform 0.24s 0.16s, -webkit-transform 0.24s 0.16s;
}
.l-header-dropdown__button[aria-expanded=true] > span span:last-child {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(45deg);
          transform: translateY(50%) rotate(45deg);
  -webkit-transition: bottom 0.16s, -webkit-transform 0.24s 0.16s;
  transition: bottom 0.16s, -webkit-transform 0.24s 0.16s;
  transition: bottom 0.16s, transform 0.24s 0.16s;
  transition: bottom 0.16s, transform 0.24s 0.16s, -webkit-transform 0.24s 0.16s;
}
.l-header-dropdown__button div {
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.l-header-dropdown__button div svg {
  width: 5.6rem;
  height: 5.6rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width:767px) {
  .l-header-dropdown__button div svg {
    width: 4rem;
    height: 4rem;
  }
}
.l-header-dropdown__button div svg circle {
  -webkit-transition-property: stroke;
  transition-property: stroke;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  fill: transparent;
  stroke: rgba(88, 69, 58, 0.5);
  stroke-width: 1;
  stroke-dasharray: 0 183;
}
.l-header-dropdown__button.is-hover div {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-header-dropdown__button.is-hover circle {
  -webkit-animation-name: circle-pagination;
          animation-name: circle-pagination;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}
.l-header-dropdown__button.is-hover-out circle {
  -webkit-animation-name: circle-pagination-out;
          animation-name: circle-pagination-out;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}

@-webkit-keyframes circle-pagination {
  0% {
    stroke-dasharray: 0 183;
  }
  99.9%, to {
    stroke-dasharray: 183 183;
  }
}

@keyframes circle-pagination {
  0% {
    stroke-dasharray: 0 183;
  }
  99.9%, to {
    stroke-dasharray: 183 183;
  }
}
@-webkit-keyframes circle-pagination-out {
  0% {
    stroke-dasharray: 183 183;
  }
  99.9%, to {
    stroke-dasharray: 0 183;
  }
}
@keyframes circle-pagination-out {
  0% {
    stroke-dasharray: 183 183;
  }
  99.9%, to {
    stroke-dasharray: 0 183;
  }
}
.l-header-dropdown__close {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-left: 1.6rem;
  position: relative;
}
.l-header-dropdown__close::before, .l-header-dropdown__close::after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.3, 2, 0.6, 1);
          transition-timing-function: cubic-bezier(0.3, 2, 0.6, 1);
  background-color: #58453a;
  width: 1.214rem;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
}
.l-header-dropdown__close::before {
  -webkit-transform: translateX(-0.107rem) rotate(45deg);
          transform: translateX(-0.107rem) rotate(45deg);
}
.l-header-dropdown__close::after {
  -webkit-transform: translateX(-0.107rem) rotate(-45deg);
          transform: translateX(-0.107rem) rotate(-45deg);
}

.l-header-dropdown__body {
  display: none;
  position: fixed;
  inset-inline: 0;
  top: var(--header-height);
  z-index: 110;
  max-height: calc(100dvh - var(--header-height));
  overflow-y: auto;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  background-color: #222222;
  color: #fff;
}
.l-header-dropdown__body--full {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  height: 100dvh;
  max-height: 100dvh;
  padding-top: var(--header-height);
}
@media print, screen and (min-width: 1025px) {
  .l-header-dropdown__body--full {
    padding-top: calc(var(--header-height) + 3rem);
  }
}

.l-header-dropdown__body-inner {
  height: 100%;
}
@media screen and (max-width:1024px) {
  .l-header-dropdown__body-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-header-dropdown__body-inner-main {
  margin-inline: auto;
  max-width: 100rem;
  padding: 3em;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  display: grid;
  grid-template-columns: 35% 35% auto;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "nav1 nav2 nav3" "nav1 nav2 nav4" "nav1 nav2 sns";
  gap: 8% 3.5rem;
}
@media screen and (max-width:767px) {
  .l-header-dropdown__body-inner-main {
    padding: 6% 6% calc(6% + 6.3rem) 6%;
    max-width: 50rem;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "nav1 nav2" "nav3 nav3" "nav4 nav4" "sns sns";
    gap: 3.5rem 5%;
  }
}

.l-header-dropdown__body .l-header-dropdown-nav1,
.l-header-dropdown__body .l-header-dropdown-nav2,
.l-header-dropdown__body .l-header-dropdown-nav3,
.l-header-dropdown__body .l-header-dropdown-nav4,
.l-header-dropdown__body .l-header-dropdown-sns {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}
.l-header-dropdown__body .l-header-dropdown-nav1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.l-header-dropdown__body .l-header-dropdown-nav2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.l-header-dropdown__body .l-header-dropdown-nav3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (max-width:767px) {
  .l-header-dropdown__body .l-header-dropdown-nav3 {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
.l-header-dropdown__body .l-header-dropdown-nav4 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.l-header-dropdown__body .l-header-dropdown-sns {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.l-header-dropdown__body[aria-hidden=false] .l-header-dropdown-nav1,
.l-header-dropdown__body[aria-hidden=false] .l-header-dropdown-nav2,
.l-header-dropdown__body[aria-hidden=false] .l-header-dropdown-nav3,
.l-header-dropdown__body[aria-hidden=false] .l-header-dropdown-nav4,
.l-header-dropdown__body[aria-hidden=false] .l-header-dropdown-sns {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-header-fixed:not(.l-header-fixed--portrait-over):not(.l-header-fixed--portrait) .l-header-dropdown::after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  position: fixed;
  z-index: 109;
  inset-inline: 0;
  background-color: rgba(0, 0, 0, 0.7);
  top: var(--header-height);
  -webkit-transition: opacity 0.4s, height 0s 0.4s;
  transition: opacity 0.4s, height 0s 0.4s;
  opacity: 0;
  height: 0;
}
.l-header-fixed:not(.l-header-fixed--portrait-over):not(.l-header-fixed--portrait) .l-header-dropdown:has(> [aria-hidden=false])::after {
  -webkit-transition: opacity 0.4s, height 0s 0s;
  transition: opacity 0.4s, height 0s 0s;
  backdrop-filter: blur(3px);
  opacity: 1;
  height: 100vh;
  height: 100dvh;
}

@media screen and (max-width:1024px) {
  .l-header-fixed--portrait .l-header-dropdown::after {
    position: absolute;
    content: "";
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    position: fixed;
    z-index: 109;
    inset-inline: 0;
    background-color: rgba(0, 0, 0, 0.7);
    top: var(--header-height);
    -webkit-transition: opacity 0.4s, height 0s 0.4s;
    transition: opacity 0.4s, height 0s 0.4s;
    opacity: 0;
    height: 0;
  }
  .l-header-fixed--portrait .l-header-dropdown:has(> [aria-hidden=false])::after {
    -webkit-transition: opacity 0.4s, height 0s 0s;
    transition: opacity 0.4s, height 0s 0s;
    backdrop-filter: blur(3px);
    opacity: 1;
    height: 100vh;
    height: 100dvh;
  }
}
.l-header-fixed:has(.l-header-dropdown__body[aria-hidden=false]) .l-header-dropdown__button,
body:has(.is-header-overlap) .l-header-dropdown__button {
  border-color: rgba(255, 255, 255, 0.25);
}
.l-header-fixed:has(.l-header-dropdown__body[aria-hidden=false]) .l-header-dropdown__button span > span,
body:has(.is-header-overlap) .l-header-dropdown__button span > span {
  background-color: #fff;
}
.l-header-fixed:has(.l-header-dropdown__body[aria-hidden=false]) .l-header-dropdown__button circle,
body:has(.is-header-overlap) .l-header-dropdown__button circle {
  stroke: rgba(255, 255, 255, 0.5);
}

/******************************************************************
layout - header-dropdown-navs
******************************************************************/
.l-header-dropdown-nav1 a,
.l-header-dropdown-nav2 a,
.l-header-dropdown-nav3 a {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  opacity: 0.25;
}
@media (any-hover: hover) {
  .l-header-dropdown-nav1 a:hover,
  .l-header-dropdown-nav2 a:hover,
  .l-header-dropdown-nav3 a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
.l-header-dropdown-nav1 a:not(.js-dialog):focus,
.l-header-dropdown-nav2 a:not(.js-dialog):focus,
.l-header-dropdown-nav3 a:not(.js-dialog):focus {
  text-decoration: none;
  opacity: 1;
}
.l-header-dropdown-nav1 a[aria-current=true],
.l-header-dropdown-nav2 a[aria-current=true],
.l-header-dropdown-nav3 a[aria-current=true] {
  opacity: 1;
}

.l-header-dropdown-nav1 {
  grid-area: nav1;
}
.l-header-dropdown-nav1 > *:not(:last-child) {
  margin-bottom: 2rem;
}
.l-header-dropdown-nav1 a {
  line-height: 1.15;
  font-size: 5.5rem;
}
@media screen and (max-width: 1140px) {
  .l-header-dropdown-nav1 a {
    font-size: 4.8245614035vw;
  }
}
@media screen and (max-width:767px) {
  .l-header-dropdown-nav1 a {
    font-size: 9vw;
  }
}
.l-header-dropdown-nav1 small {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .l-header-dropdown-nav1 small {
    font-size: 1.1rem;
  }
}

.l-header-dropdown-nav2 {
  grid-area: nav2;
}
@media screen and (max-width:767px) {
  .l-header-dropdown-nav2 {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
}
.l-header-dropdown-nav2 > *:not(:last-child) {
  margin-bottom: 2rem;
}
.l-header-dropdown-nav2 a {
  line-height: 1.15;
  font-size: 5.5rem;
}
@media screen and (max-width: 1140px) {
  .l-header-dropdown-nav2 a {
    font-size: 4.8245614035vw;
  }
}
@media screen and (max-width:767px) {
  .l-header-dropdown-nav2 a {
    font-size: 9vw;
  }
}
.l-header-dropdown-nav2 small {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .l-header-dropdown-nav2 small {
    font-size: 1.1rem;
  }
}

.l-header-dropdown-nav3 {
  grid-area: nav3;
}
@media screen and (max-width:767px) {
  .l-header-dropdown-nav3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 5%;
  }
  .l-header-dropdown-nav3 li {
    width: 47.5%;
  }
}
.l-header-dropdown-nav3 a {
  line-height: 1.5;
  font-size: 2.4rem;
}
@media screen and (max-width: 1140px) {
  .l-header-dropdown-nav3 a {
    font-size: 2.1052631579vw;
  }
}
@media screen and (max-width:767px) {
  .l-header-dropdown-nav3 a {
    font-size: 5vw;
  }
}
.l-header-dropdown-nav3 a img {
  padding-left: 0.6em;
}

.l-header-dropdown-nav4 {
  grid-area: nav4;
}
.l-header-dropdown-nav4 > *:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width:767px) {
  .l-header-dropdown-nav4 > *:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.l-header-dropdown-nav4 a {
  white-space: nowrap;
  position: relative;
  text-decoration: none;
  padding: 0.4em 0;
  font-size: 2.6rem;
  color: inherit;
  text-decoration: none;
}
@media (any-hover: hover) {
  .l-header-dropdown-nav4 a:hover {
    text-decoration: none;
  }
  .l-header-dropdown-nav4 a:hover::after {
    width: 100%;
  }
}
.l-header-dropdown-nav4 a:not(.js-dialog):focus {
  text-decoration: none;
}
.l-header-dropdown-nav4 a:not(.js-dialog):focus::after {
  width: 100%;
}
@media screen and (max-width: 1140px) {
  .l-header-dropdown-nav4 a {
    font-size: 2.2807017544vw;
  }
}
@media screen and (max-width:767px) {
  .l-header-dropdown-nav4 a {
    font-size: 5.5vw;
  }
}
.l-header-dropdown-nav4 a::before {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  opacity: 0.25;
}
.l-header-dropdown-nav4 a::after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  bottom: 0;
  left: 0;
  width: 0.9rem;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  border-bottom: 1px solid #fff;
  opacity: 0.6;
}
.l-header-dropdown-nav4 a > span {
  display: inline-block;
  padding-left: 2rem;
}
.l-header-dropdown-nav4 a > span::before {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.35rem;
  height: 0.35rem;
  background-color: #fff;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.l-header-dropdown-sns {
  grid-area: sns;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width:1024px) {
  .l-header-dropdown-sns {
    padding-bottom: 3rem;
  }
}
.l-header-dropdown-sns dt {
  font-size: 1.6rem;
  padding-right: 0.5em;
  padding-top: 0.2em;
}
.l-header-dropdown-sns a {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media (any-hover: hover) {
  .l-header-dropdown-sns a:hover {
    opacity: 0.7;
  }
}
.l-header-dropdown-sns a:not(.js-dialog):focus {
  opacity: 0.7;
}
.l-header-dropdown-sns img {
  width: 2rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/******************************************************************
layout - header-button-list
******************************************************************/
@media print, screen and (min-width: 768px) {
  .l-header-button-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width:767px) {
  .l-header-button-list {
    display: none;
  }
}

/******************************************************************
layout - header-button
******************************************************************/
.l-header-button {
  backdrop-filter: blur(3px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
  padding: 0.85rem 4rem 0.85rem 1rem;
  font-size: 1.6rem;
  border: 1px solid #58453a;
  border-radius: 2px;
  color: #58453a;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  color: #58453a;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width:1024px) {
  .l-header-button {
    font-size: 1.4rem;
  }
}
.l-header-button::before {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  top: 0;
  right: 3rem;
  bottom: 0;
  height: 1em;
  border-right: 1px solid #58453a;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.l-header-button::after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  top: 0;
  right: 1.2rem;
  bottom: 0;
  width: 1rem;
  height: 100%;
  background: url(../img/arrow.svg) center right/0.5rem auto no-repeat;
  -webkit-filter: none;
          filter: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media (any-hover: hover) {
  .l-header-button:hover {
    text-decoration: none;
    color: #58453a;
    background-color: #fff;
  }
  .l-header-button:hover::before {
    border-color: #58453a;
  }
}
.l-header-button:not(.js-dialog):focus {
  text-decoration: none;
  color: #58453a;
  background-color: #fff;
}
.l-header-button:not(.js-dialog):focus::before {
  border-color: #58453a;
}
.l-header-fixed:has(.l-header-dropdown__body[aria-hidden=false]) .l-header-button, body:has(.is-header-overlap) .l-header-button {
  border-color: #fff;
  color: #fff;
}
.l-header-fixed:has(.l-header-dropdown__body[aria-hidden=false]) .l-header-button::before, body:has(.is-header-overlap) .l-header-button::before {
  border-color: #fff;
}
.l-header-fixed:has(.l-header-dropdown__body[aria-hidden=false]) .l-header-button::after, body:has(.is-header-overlap) .l-header-button::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (any-hover: hover) {
  .l-header-fixed:has(.l-header-dropdown__body[aria-hidden=false]) .l-header-button:hover, body:has(.is-header-overlap) .l-header-button:hover {
    color: #58453a;
  }
  .l-header-fixed:has(.l-header-dropdown__body[aria-hidden=false]) .l-header-button:hover::before, body:has(.is-header-overlap) .l-header-button:hover::before {
    border-color: #58453a;
  }
  .l-header-fixed:has(.l-header-dropdown__body[aria-hidden=false]) .l-header-button:hover::after, body:has(.is-header-overlap) .l-header-button:hover::after {
    -webkit-filter: none;
            filter: none;
  }
}
.l-header-fixed:has(.l-header-dropdown__body[aria-hidden=false]) .l-header-button:not(.js-dialog):focus, body:has(.is-header-overlap) .l-header-button:not(.js-dialog):focus {
  color: #58453a;
}
.l-header-fixed:has(.l-header-dropdown__body[aria-hidden=false]) .l-header-button:not(.js-dialog):focus::before, body:has(.is-header-overlap) .l-header-button:not(.js-dialog):focus::before {
  border-color: #58453a;
}
.l-header-fixed:has(.l-header-dropdown__body[aria-hidden=false]) .l-header-button:not(.js-dialog):focus::after, body:has(.is-header-overlap) .l-header-button:not(.js-dialog):focus::after {
  -webkit-filter: none;
          filter: none;
}

/******************************************************************
layout - header-lang-pulldown
******************************************************************/
.l-header-lang-pulldown {
  position: relative;
}
.l-header-lang-pulldown__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35em;
  line-height: 1;
  border-bottom: 1px solid rgba(88, 69, 58, 0.25);
  padding-bottom: 0.4em;
  font-size: 1.4rem;
  color: #58453a;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width:1024px) {
  .l-header-lang-pulldown__button {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:767px) {
  .l-header-lang-pulldown__button {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .l-header-lang-pulldown__button:hover {
    text-decoration: none;
    opacity: 0.6;
  }
}
.l-header-lang-pulldown__button:not(.js-dialog):focus {
  text-decoration: none;
  opacity: 0.6;
}
.l-header-lang-pulldown__button svg, .l-header-lang-pulldown__button img {
  margin-top: 0.15em;
}
.l-header-lang-pulldown__button svg g {
  -webkit-transition-property: stroke;
  transition-property: stroke;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  stroke: #58453a;
}
.l-header-lang-pulldown__menu {
  margin-top: 2rem;
  display: none;
  position: absolute;
  z-index: 120;
  left: 50%;
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.l-header-lang-pulldown__menu ul {
  background-color: #787878;
  border-radius: 5px;
  position: relative;
}
.l-header-lang-pulldown__menu ul::after {
  -webkit-transition-property: top, right, bottom, left, opacity;
  transition-property: top, right, bottom, left, opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  width: 1.08rem;
  height: 0.6rem;
  border-color: #787878;
  border-style: solid;
  border-top-width: 0;
  border-right: 0.54rem solid transparent !important;
  border-bottom-width: 0.6rem;
  border-left: 0.54rem solid transparent !important;
  top: -0.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width:767px) {
  .l-header-lang-pulldown__menu ul {
    position: relative;
  }
  .l-header-lang-pulldown__menu ul::after {
    left: 0;
    right: 0;
  }
}
.l-header-lang-pulldown__menu li:not(:last-child) {
  border-bottom: 1px solid #646464;
}
.l-header-lang-pulldown__menu li:first-child a {
  border-radius: 5px 5px 0 0;
}
.l-header-lang-pulldown__menu li:last-child a {
  border-radius: 0 0 5px 5px;
}
.l-header-lang-pulldown__menu a {
  display: block;
  white-space: nowrap;
  padding: 0.6em 1.2em;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  text-align: center;
}
@media (any-hover: hover) {
  .l-header-lang-pulldown__menu a:hover {
    text-decoration: none;
    background-color: #636363;
  }
}
.l-header-lang-pulldown__menu a:not(.js-dialog):focus {
  text-decoration: none;
  background-color: #636363;
}

.l-header-fixed:has(.l-header-dropdown__body[aria-hidden=false]) .l-header-lang-pulldown__button,
body:has(.is-header-overlap) .l-header-lang-pulldown__button {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
.l-header-fixed:has(.l-header-dropdown__body[aria-hidden=false]) .l-header-lang-pulldown__button svg g,
body:has(.is-header-overlap) .l-header-lang-pulldown__button svg g {
  stroke: #fff;
}

/******************************************************************
layout - bottom-fixed
******************************************************************/
.l-bottom-fixed__btn {
  display: none;
  z-index: 90;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 40rem;
}
@media screen and (max-width:767px) {
  .l-bottom-fixed__btn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    bottom: 7.5rem;
    right: 0;
    margin-inline: 1rem;
    width: calc(100% - 2rem);
  }
}
.l-bottom-fixed__btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 1.6rem -0.6rem rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 1.6rem -0.6rem rgba(0, 0, 0, 0.25);
  line-height: 1.6;
}
.l-bottom-fixed__img {
  padding: 0.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-bottom-fixed__img img {
  width: 9.7rem;
}
.l-bottom-fixed__body {
  padding: 0.8rem 2.2rem 0.8rem 1.4rem;
}
.l-bottom-fixed__body p {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
.l-bottom-fixed__body h2 {
  font-size: 1.3rem;
  font-weight: normal;
}
.l-bottom-fixed__close {
  position: absolute;
  top: -0.8rem;
  right: -0.8rem;
  display: inline-block;
  border-radius: 100vw;
  aspect-ratio: 1/1;
  line-height: 0;
  padding: 0.5rem;
  background-color: #c7c7c7;
  -webkit-box-shadow: 0px 0px 0.8rem -0.3rem rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 0.8rem -0.3rem rgba(0, 0, 0, 0.8);
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .l-bottom-fixed__close {
    top: 0.8rem;
    right: 0.8rem;
  }
}
@media (any-hover: hover) {
  .l-bottom-fixed__close:hover {
    background-color: #a9a9a9;
  }
}
.l-bottom-fixed__close:not(.js-dialog):focus {
  background-color: #a9a9a9;
}
.l-bottom-fixed__close::before {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  top: -2px;
  left: -2px;
  width: 2.4rem;
  height: 2.4rem;
  z-index: -1;
  border-radius: 100vw;
  background-color: #c7c7c7;
  opacity: 0.4;
}
.l-bottom-fixed__close > span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: relative;
}
.l-bottom-fixed__close > span::before, .l-bottom-fixed__close > span::after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.3, 2, 0.6, 1);
          transition-timing-function: cubic-bezier(0.3, 2, 0.6, 1);
  background-color: #fff;
  width: 1.214rem;
  height: 2px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.l-bottom-fixed__close > span::before {
  -webkit-transform: translateX(-0.107rem) rotate(45deg);
          transform: translateX(-0.107rem) rotate(45deg);
}
.l-bottom-fixed__close > span::after {
  -webkit-transform: translateX(-0.107rem) rotate(-45deg);
          transform: translateX(-0.107rem) rotate(-45deg);
}

/******************************************************************
layout - footer
******************************************************************/
.l-footer__content {
  background-color: #b9b3ad;
  color: #fff;
}
.l-footer__content a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media (any-hover: hover) {
  .l-footer__content a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.l-footer__content a:not(.js-dialog):focus {
  text-decoration: none;
  opacity: 0.7;
}
.l-footer__content-inner {
  position: relative;
  max-width: 96rem;
  margin-inline: auto;
  padding-inline: 3rem;
  padding-block: 11.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  xtext-align: center;
  gap: 0 4rem;
}
.l-main-2column .l-footer__content-inner, .l-main-3column .l-footer__content-inner {
  padding-inline: 0 !important;
}
@media screen and (max-width:1024px) {
  .l-footer__content-inner {
    max-width: 60rem;
    padding: 4.7rem 3.7rem 8.7rem 3.7rem;
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "address" "sns" "contact" "menu" "submenu" "copy";
  }
}
@media screen and (max-width:767px) {
  .l-footer__content-inner {
    padding: 4.7rem 0.5rem 8.7rem;
  }
}
.l-footer__content-left {
  text-align: center;
}
@media screen and (max-width:1024px) {
  .l-footer__content-left {
    margin-bottom: 3rem;
  }
}
.l-footer__content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.l-footer__content-right hr {
  width: 100%;
  height: 1px;
  background-color: #c6c1bc;
  border: none;
}
@media screen and (max-width:1024px) {
  .l-footer__content-right .l-footer__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .l-footer__content-right hr {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-footer__content-right .l-footer__menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-footer__content-right .l-footer__menu ul li:first-child {
    grid-column: 1/-1;
  }
  .l-footer__content-right .l-footer__submenu {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.l-footer__logo {
  grid-area: logo;
  margin-bottom: 4rem;
}
.l-footer__logo img {
  width: 37.2rem;
}
@media screen and (max-width:767px) {
  .l-footer__logo img {
    max-width: 25rem;
  }
}
@media screen and (max-width:1024px) {
  .l-footer__logo {
    text-align: center;
    margin-bottom: 4rem;
  }
}
.l-footer__address {
  grid-area: address;
  font-size: 1.3rem;
}
.l-footer__address > *:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width:767px) {
  .l-footer__address {
    text-align: center;
  }
}
.l-footer__address span {
  display: inline-block;
}
.l-footer__sns {
  grid-area: sns;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3rem;
}
@media screen and (max-width:1024px) {
  .l-footer__sns {
    padding-top: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__sns dt {
  padding-right: 0.5em;
}
.l-footer__sns img {
  width: 2rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.l-footer__contact {
  grid-area: contact;
  margin-top: 0.7rem;
}
@media screen and (max-width:1024px) {
  .l-footer__contact {
    margin-block: 4rem;
  }
}
@media screen and (max-width:767px) {
  .l-footer__contact {
    width: 70%;
    min-width: 25rem;
    margin-inline: auto;
  }
}
.l-footer__contact a {
  display: block;
  border: 1px solid #fff;
  background-color: #b0a9a2;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 3.6rem;
  padding: 2rem 0 2rem 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .l-footer__contact a {
    font-size: 3rem;
    padding: 1rem 0 1rem 2.7rem;
  }
}
@media (any-hover: hover) {
  .l-footer__contact a:hover img {
    -webkit-transform: translateX(0.8rem);
            transform: translateX(0.8rem);
  }
}
.l-footer__contact a:not(.js-dialog):focus img {
  -webkit-transform: translateX(0.8rem);
          transform: translateX(0.8rem);
}
.l-footer__contact span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 1px solid #fff;
}
.l-footer__contact img {
  width: 10rem;
  height: 2.3rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width:767px) {
  .l-footer__contact img {
    width: 6rem;
    height: 1.8rem;
  }
}
.l-footer__title {
  padding-top: 2rem;
}
.l-footer__title p {
  font-size: 1.3rem;
}
@media screen and (max-width:767px) {
  .l-footer__title p {
    text-align: center;
  }
}
.l-footer__menu {
  grid-area: menu;
  font-size: 2rem;
  white-space: nowrap;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width:767px) {
  .l-footer__menu {
    display: block;
    max-width: 23.2rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer__menu ul:first-child {
  display: grid;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 0.5rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width:767px) {
  .l-footer__menu ul:first-child {
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    row-gap: 0;
  }
}
.l-footer__menu ul:last-child {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 2rem;
}
@media screen and (max-width:767px) {
  .l-footer__menu ul:last-child {
    margin-top: 3rem;
    min-width: 25rem;
    gap: 0;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__menu li {
  margin-bottom: 0.24em;
}
.l-footer__submenu {
  grid-area: submenu;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  display: flex;
  gap: 1em;
}
@media screen and (max-width:1024px) {
  .l-footer__submenu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__submenu > *:not(:last-child) {
  position: relative;
  padding-right: 1em;
}
.l-footer__submenu > *:not(:last-child)::before {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  top: 0;
  right: 0;
  height: 1em;
  border-right: 1px solid #fff;
}
.l-footer__copy {
  grid-area: copy;
  font-size: 1.3rem;
  position: absolute;
  left: -10rem;
  bottom: 0%;
  text-align: center;
  width: 2rem;
  height: 20rem;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
@media screen and (max-width:1024px) {
  .l-footer__copy {
    text-align: center;
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: auto;
    padding-top: 2rem;
  }
}
.l-footer__copy small {
  font-size: inherit;
  display: block;
  text-align: right;
  white-space: nowrap;
  -webkit-transform: rotate(90deg) translate(-50%, -50%);
          transform: rotate(90deg) translate(-50%, -50%);
}
@media screen and (max-width:1024px) {
  .l-footer__copy small {
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
}
.l-footer__copy span {
  display: inline-block;
}
.l-footer__icon {
  vertical-align: -0.2em;
  margin-left: 0.6em;
}
.l-footer__cta {
  display: none;
}
@media screen and (max-width:767px) {
  .l-footer__cta {
    display: block;
    position: fixed;
    z-index: 110;
    bottom: 0;
    width: 100%;
    -webkit-box-shadow: 0px 0px 2rem -0.6rem rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 2rem -0.6rem rgba(0, 0, 0, 0.5);
  }
}
.l-footer__cta ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #aba49d;
}
.l-footer__cta ul li {
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
}
.l-footer__cta ul li:first-child:not(:last-child) {
  position: relative;
}
.l-footer__cta ul li:first-child:not(:last-child)::before {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1em;
  border-right: 1px solid #fff;
}
.l-footer__cta ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 1.3em 0;
}
@media (any-hover: hover) {
  .l-footer__cta ul li a:hover {
    text-decoration: none;
  }
}
.l-footer__cta ul li a:not(.js-dialog):focus {
  text-decoration: none;
}

/******************************************************************
layout - parallax-bg (KEEP px for animations safe)
******************************************************************/
.l-parallax-bg {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1280/540;
}
@media screen and (max-width:767px) {
  .l-parallax-bg {
    aspect-ratio: 1/1;
  }
}
.l-parallax-bg__body {
  width: 100%;
  background-size: cover;
  background-position: center right 20%;
  aspect-ratio: 1920/1229;
}
@media screen and (max-width:767px) {
  .l-parallax-bg__body {
    aspect-ratio: 1/1.5;
    background-position: center;
  }
}

/******************************************************************
component - section
******************************************************************/
.c-section {
  position: relative;
}
.c-section--offset-cut {
  padding-top: 0.1px;
  padding-bottom: 0.1px;
}
.c-section__fit {
  max-width: 108rem;
  margin-inline: auto;
  padding-inline: 3rem;
}
@media screen and (max-width:767px) {
  .c-section__fit {
    padding-inline: 2rem;
  }
}
.l-main-2column .c-section__fit, .l-main-3column .c-section__fit {
  padding-inline: 0 !important;
}
.c-section__fit--full {
  max-width: none;
  padding-inline: 0;
}
.c-section__top {
  max-width: 108rem;
  margin-inline: auto;
  padding-inline: 3rem;
  margin-top: 12rem;
}
@media screen and (max-width:767px) {
  .c-section__top {
    padding-inline: 2rem;
  }
}
.l-main-2column .c-section__top, .l-main-3column .c-section__top {
  padding-inline: 0 !important;
}
@media screen and (max-width:767px) {
  .c-section__top {
    margin-top: 7rem;
  }
}
.c-section__top--full {
  max-width: none;
  padding-inline: 0;
}
.c-section__bottom {
  max-width: 108rem;
  margin-inline: auto;
  padding-inline: 3rem;
  margin-bottom: 12rem;
}
@media screen and (max-width:767px) {
  .c-section__bottom {
    padding-inline: 2rem;
  }
}
.l-main-2column .c-section__bottom, .l-main-3column .c-section__bottom {
  padding-inline: 0 !important;
}
@media screen and (max-width:767px) {
  .c-section__bottom {
    margin-bottom: 7rem;
  }
}
.c-section__bottom--full {
  max-width: none;
  padding-inline: 0;
}
.c-section__vertical {
  max-width: 108rem;
  margin-inline: auto;
  padding-inline: 3rem;
  margin-block: 12rem;
}
@media screen and (max-width:767px) {
  .c-section__vertical {
    padding-inline: 2rem;
  }
}
.l-main-2column .c-section__vertical, .l-main-3column .c-section__vertical {
  padding-inline: 0 !important;
}
@media screen and (max-width:767px) {
  .c-section__vertical {
    margin-block: 7rem;
  }
}
.c-section__vertical--full {
  max-width: none;
  padding-inline: 0;
}

/******************************************************************
component - 100vw
******************************************************************/
:root {
  --scrollbar: 0px;
}

.c-100vw {
  width: calc(100vw - var(--scrollbar));
  margin: 0 calc(50% - 50vw + var(--scrollbar) / 2);
}
.c-100vw__inner {
  padding-inline: 3rem;
}
@media screen and (max-width:767px) {
  .c-100vw__inner {
    padding-inline: 2rem;
  }
}

/******************************************************************
component - image-bg-switcher
******************************************************************/
.c-image-bg-switcher__body {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  opacity: 0;
}
.c-image-bg-switcher__body:where(.is-show *) {
  opacity: 1;
}
.c-image-bg-switcher__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: var(--bg) center center/cover no-repeat;
  --bg-sp: var(--bg);
  -webkit-animation: imageBgSwitcher 0.4s ease-out both;
          animation: imageBgSwitcher 0.4s ease-out both;
}
@media screen and (max-width:1024px) {
  .c-image-bg-switcher__item {
    background-image: var(--bg-sp);
  }
}

@-webkit-keyframes imageBgSwitcher {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes imageBgSwitcher {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/******************************************************************
component - heading
******************************************************************/
.c-head {
  margin-bottom: 6rem;
}
@media screen and (max-width:767px) {
  .c-head {
    margin-bottom: 3rem;
  }
}

.c-heading2 {
  color: #58453a;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 5.8rem;
  line-height: 1.3;
}
@media screen and (max-width:767px) {
  .c-heading2 {
    font-size: 4rem;
  }
}
.c-heading2--white {
  color: #fff;
}
.c-heading2__ja {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .c-heading2__ja {
    font-size: 1.4rem;
  }
}

.c-heading3, .c-heading3-large {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 3.2rem;
}
.c-heading3__ja, .c-heading3-large__ja {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
.c-heading3-large {
  font-size: 4.4rem;
}
.c-heading4 {
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 1.5;
}
.c-heading5 {
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width:767px) {
  .c-heading3, .c-heading3-large {
    font-size: 2.8rem;
  }
  .c-heading3__ja, .c-heading3-large__ja {
    font-size: 1.5rem;
  }
  .c-heading-large {
    font-size: 3.6rem;
  }
  .c-heading4 {
    font-size: 2rem;
  }
  .c-heading5 {
    font-size: 1.5rem;
  }
}

/******************************************************************
component - panel
******************************************************************/
.c-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem;
}
.c-panel li {
  position: relative;
  width: calc(50% - 0.2rem);
}
.c-panel li:has(a:hover) .c-panel__pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-panel__pic {
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1120px) {
  .c-panel__pic {
    height: 33rem;
  }
}
.c-panel__pic img {
  width: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (min-width: 768px) and (max-width: 1120px) {
  .c-panel__pic img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-panel__pic::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.c-panel__conts {
  position: absolute;
  z-index: 9;
  left: 4rem;
  bottom: 5rem;
}
.c-panel__conts .c-button {
  margin-top: 2rem;
}
.c-panel__conts .c-heading2 {
  line-height: 1;
}
.c-panel__conts .c-heading2 .c-heading2__ja {
  padding-top: 1.4rem;
}
@media screen and (max-width:767px) {
  .c-panel li {
    width: 100%;
  }
  .c-panel__conts {
    left: 2rem;
    bottom: 6vw;
  }
  .c-panel__conts .c-button {
    margin-top: 1rem;
  }
}

/******************************************************************
component - button
******************************************************************/
.c-button {
  color: inherit;
  text-decoration: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
}
@media (any-hover: hover) {
  .c-button:hover {
    text-decoration: none;
  }
}
.c-button:not(.js-dialog):focus {
  text-decoration: none;
}

span.c-button {
  pointer-events: none;
}

.c-button--full {
  width: 100% !important;
  min-width: auto !important;
}

.c-button--label {
  position: relative;
}

/******************************************************************
component - button--simple
******************************************************************/
.c-button--simple {
  display: inline-block;
  text-align: left;
  min-width: min(5em, 100%);
  padding: 0.5em 4rem 0.5em 0;
  color: #58453a;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1.8rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEyLjU2IiB2aWV3Qm94PSIwIDAgNy4wNSAxMi41NiIgd2lkdGg9IjcuMDUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTYuODggNS45LTYuOC01Ljg5cy0uMS4wMi0uMDguMDdsMi45NyA1LjM4Yy4yOC41MS4yOCAxLjEzIDAgMS42NGwtMi45NyA1LjM4cy4wMy4xLjA3LjA2bDYuOC01Ljg5Yy4yMy0uMi4yMy0uNTYgMC0uNzZ6IiBmaWxsPSIjNTg0NTNhIi8+PC9zdmc+");
  background-size: 0.7rem;
  background-repeat: no-repeat;
  background-position: right center;
}
.c-button--simple::before {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(88, 69, 58, 0.2);
}
.c-button--simple::after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(88, 69, 58, 0.6);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
@media (any-hover: hover) {
  .c-button--simple:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.c-button--simple:not(.js-dialog):focus::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
a:hover .c-button--simple::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.c-button--simple--white {
  color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEyLjU2IiB2aWV3Qm94PSIwIDAgNy4wNSAxMi41NiIgd2lkdGg9IjcuMDUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTYuODggNS45LTYuOC01Ljg5cy0uMS4wMi0uMDguMDdsMi45NyA1LjM4Yy4yOC41MS4yOCAxLjEzIDAgMS42NGwtMi45NyA1LjM4cy4wMy4xLjA3LjA2bDYuOC01Ljg5Yy4yMy0uMi4yMy0uNTYgMC0uNzZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
}
.c-button--simple--white::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.c-button--simple--white::after {
  background-color: rgba(255, 255, 255, 0.6);
}

/******************************************************************
component - data-scroll-ani
******************************************************************/
[data-scroll-ani=fadeIn],
[data-scroll-ani-parent=fadeIn] > * {
  opacity: 0;
}

[data-scroll-ani=fadeIn].is-scroll-ani,
[data-scroll-ani-parent=fadeIn] > *.is-scroll-ani {
  -webkit-animation: fadeIn 1.5s ease-out both;
          animation: fadeIn 1.5s ease-out both;
}

[data-scroll-ani-child=fadeIn] {
  opacity: 0;
}

.js-scroll-ani-group.is-scroll-ani [data-scroll-ani-child=fadeIn] {
  -webkit-animation: fadeIn 1.5s ease-out both;
          animation: fadeIn 1.5s ease-out both;
}

[data-scroll-ani=fadeInUp],
[data-scroll-ani-parent=fadeInUp] > * {
  opacity: 0;
}

[data-scroll-ani=fadeInUp].is-scroll-ani,
[data-scroll-ani-parent=fadeInUp] > *.is-scroll-ani {
  -webkit-animation: fadeInUp 1.3s ease-out both;
          animation: fadeInUp 1.3s ease-out both;
}

[data-scroll-ani-child=fadeInUp] {
  opacity: 0;
}

.js-scroll-ani-group.is-scroll-ani [data-scroll-ani-child=fadeInUp] {
  -webkit-animation: fadeInUp 1.3s ease-out both;
          animation: fadeInUp 1.3s ease-out both;
}

[data-scroll-ani=blur],
[data-scroll-ani-parent=blur] > * {
  opacity: 0;
}

[data-scroll-ani=blur].is-scroll-ani,
[data-scroll-ani-parent=blur] > *.is-scroll-ani {
  -webkit-animation: blur 1.2s linear both;
          animation: blur 1.2s linear both;
}

[data-scroll-ani-child=blur] {
  opacity: 0;
}

.js-scroll-ani-group.is-scroll-ani [data-scroll-ani-child=blur] {
  -webkit-animation: blur 1.2s linear both;
          animation: blur 1.2s linear both;
}

/******************************************************************
component - keyframes
******************************************************************/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes blur {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
/******************************************************************
utility - mediaquery
******************************************************************/
.u-portrait-media {
  display: none;
}

@media screen and (max-width:1024px) {
  .u-landscape-media {
    display: none;
  }
  .u-portrait-media {
    display: block;
  }
  img.u-portrait-media {
    display: inline-block;
  }
  br.u-portrait-media {
    display: inline-block;
  }
  table.u-portrait-media {
    display: table;
  }
}
.u-sp-media {
  display: none;
}

@media screen and (max-width:767px) {
  .u-pc-media {
    display: none;
  }
  .u-sp-media {
    display: block;
  }
  img.u-sp-media {
    display: inline-block;
  }
  br.u-sp-media {
    display: inline-block;
  }
  table.u-sp-media {
    display: table;
  }
}
/******************************************************************
utility - hover-scale-bg
******************************************************************/
.u-hover-scale-bg {
  overflow: hidden;
}
.u-hover-scale-bg [class*=-bg__body] {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg) center center/cover no-repeat;
  --bg-sp: var(--bg);
  -webkit-transform: scale(1.005);
          transform: scale(1.005);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width:1024px) {
  .u-hover-scale-bg [class*=-bg__body] {
    background-image: var(--bg-sp);
  }
}
@media (any-hover: hover) {
  .u-hover-scale-bg a.u-hover-scale-bg:hover .u-hover-scale-bg__body {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .u-hover-scale-bg a.u-hover-scale-bg:hover .u-hover-fixed-bg__body {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.u-hover-scale-bg a.u-hover-scale-bg:not(.js-dialog):focus .u-hover-scale-bg__body {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.u-hover-scale-bg:has(a:hover, :focus) .u-hover-scale-bg__body {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.u-hover-scale-bg--light {
  background-color: #ffffff;
}
.u-hover-scale-bg--dark {
  background-color: #000000;
}
.u-hover-scale-bg--light [class*=-bg__body], .u-hover-scale-bg--dark [class*=-bg__body] {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
@media (any-hover: hover) {
  .u-hover-scale-bg a.u-hover-scale-bg--light:hover [class*=-bg__body], .u-hover-scale-bg--dark:hover [class*=-bg__body] {
    opacity: 0.7;
  }
}
.u-hover-scale-bg a.u-hover-scale-bg--light:not(.js-dialog):focus [class*=-bg__body], .u-hover-scale-bg--dark:not(.js-dialog):focus [class*=-bg__body] {
  opacity: 0.7;
}
.u-hover-scale-bg--light:has(a:hover, :focus) [class*=-bg__body], .u-hover-scale-bg--dark:has(a:hover, :focus) [class*=-bg__body] {
  opacity: 0.7;
}
.u-hover-scale-bg--brightness [class*=-bg__body] {
  -webkit-transition-property: -webkit-transform, -webkit-filter;
  transition-property: -webkit-transform, -webkit-filter;
  transition-property: transform, filter;
  transition-property: transform, filter, -webkit-transform, -webkit-filter;
}
@media (any-hover: hover) {
  .u-hover-scale-bg a.u-hover-scale-bg--brightness:hover [class*=-bg__body] {
    -webkit-filter: brightness(1.25);
            filter: brightness(1.25);
  }
}
.u-hover-scale-bg a.u-hover-scale-bg--brightness:not(.js-dialog):focus [class*=-bg__body] {
  -webkit-filter: brightness(1.25);
          filter: brightness(1.25);
}
.u-hover-scale-bg--brightness:has(a:hover, :focus) [class*=-bg__body] {
  -webkit-filter: brightness(1.25);
          filter: brightness(1.25);
}
.u-hover-scale-bg--dimness [class*=-bg__body] {
  -webkit-transition-property: -webkit-transform, -webkit-filter;
  transition-property: -webkit-transform, -webkit-filter;
  transition-property: transform, filter;
  transition-property: transform, filter, -webkit-transform, -webkit-filter;
}
@media (any-hover: hover) {
  .u-hover-scale-bg a.u-hover-scale-bg--dimness:hover [class*=-bg__body] {
    -webkit-filter: brightness(0.75);
            filter: brightness(0.75);
  }
}
.u-hover-scale-bg a.u-hover-scale-bg--dimness:not(.js-dialog):focus [class*=-bg__body] {
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
}
.u-hover-scale-bg--dimness:has(a:hover, :focus) [class*=-bg__body] {
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
}

.l-parallax-sticky .u-hover-scale-bg__body::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

/******************************************************************
utility - hover-reflection (KEEP px for mouse tracking safety)
******************************************************************/
.u-hover-reflection {
  position: relative;
  isolation: isolate;
  text-decoration: none;
}
.u-hover-reflection__target {
  position: relative;
  z-index: 100;
  display: block;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.u-hover-reflection__target .c-section--gallery::before,
.u-hover-reflection__target img {
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.u-hover-reflection__body {
  position: absolute;
  inset: 0;
  overflow: hidden;
  mix-blend-mode: hard-light;
  opacity: 0;
  z-index: 2;
}
.u-hover-reflection__body-inner {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(hsla(54, 100%, 87%, 0) 0%, hsla(54, 70%, 90%, 0.35) 55%, hsla(8, 79%, 90%, 0.35) 70%, hsla(8, 79%, 90%, 0) 80%, hsla(8, 79%, 90%, 0) 100%);
  opacity: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-transform: translate3d(0%, 0%, 0) scale(5);
          transform: translate3d(0%, 0%, 0) scale(5);
}
@media (any-hover: hover) {
  .u-hover-reflection:hover .c-section--gallery::before, .u-hover-reflection:hover .u-hover-reflection__target img {
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.u-hover-reflection:not(.js-dialog):focus .c-section--gallery::before, .u-hover-reflection:not(.js-dialog):focus .u-hover-reflection__target img {
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.u-hover-reflection.is-active .u-hover-reflection__target {
  -webkit-animation: filter-light 1800ms linear forwards;
          animation: filter-light 1800ms linear forwards;
}
.u-hover-reflection.is-active .u-hover-reflection__body {
  opacity: 1;
}
.u-hover-reflection.is-active .u-hover-reflection__body-inner {
  opacity: 1;
  -webkit-animation: move-light 1800ms forwards, move-light-opacity 1800ms forwards;
          animation: move-light 1800ms forwards, move-light-opacity 1800ms forwards;
}

@-webkit-keyframes filter-light {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  20% {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
  }
  80% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

@keyframes filter-light {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  20% {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
  }
  80% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@-webkit-keyframes move-light {
  0% {
    -webkit-transform: translate3d(-250%, -250%, 0) scale(4.5);
            transform: translate3d(-250%, -250%, 0) scale(4.5);
  }
  100% {
    -webkit-transform: translate3d(0%, 0%, 0) scale(5);
            transform: translate3d(0%, 0%, 0) scale(5);
  }
}
@keyframes move-light {
  0% {
    -webkit-transform: translate3d(-250%, -250%, 0) scale(4.5);
            transform: translate3d(-250%, -250%, 0) scale(4.5);
  }
  100% {
    -webkit-transform: translate3d(0%, 0%, 0) scale(5);
            transform: translate3d(0%, 0%, 0) scale(5);
  }
}
@-webkit-keyframes move-light-opacity {
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes move-light-opacity {
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/******************************************************************
utility - icon-blank
******************************************************************/
.u-icon-blank {
  position: relative;
  margin-left: 0.6em;
  padding-left: 1.5rem;
}
.u-icon-blank::after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEyLjEiIHZpZXdCb3g9IjAgMCAxMi4xIDEyLjEiIHdpZHRoPSIxMi4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiM1ODQ1M2EiPjxwYXRoIGQ9Im05LjggMTAuMWMwIC40NC0uMzYuOC0uOC44aC03Yy0uNDQgMC0uOC0uMzYtLjgtLjh2LTdjMC0uNDQgMC0uOC0uMzYtLjgtLjh2LTdjMC0uNDQuMzYtLjguOC0uOGgyLjV2LTEuMmgtMi41Yy0xLjEgMC0yIC44OS0yIDJ2N2MwIDEuMS45IDIgMiAyaDdjMS4xIDAgMi0uOSAyLTJ2LTIuNWgtMS4yeiIvPjxwYXRoIGQ9Im02LjUgMHYxLjJoMy41NWwtNS43MiA1LjczLjg0Ljg0IDUuNzMtNS43MnYzLjU1aDEuMnYtNS42eiIvPjwvZz48L3N2Zz4=") no-repeat center center/100% auto;
}

/******************************************************************
utility - ani-delay
******************************************************************/
.u-ani-delay0s,
.u-ani-delay0s::before,
.u-ani-delay0s::after {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

.u-ani-delay01s,
.u-ani-delay01s::before,
.u-ani-delay01s::after {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.u-ani-delay02s,
.u-ani-delay02s::before,
.u-ani-delay02s::after {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.u-ani-delay03s,
.u-ani-delay03s::before,
.u-ani-delay03s::after {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.u-ani-delay04s,
.u-ani-delay04s::before,
.u-ani-delay04s::after {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.u-ani-delay05s,
.u-ani-delay05s::before,
.u-ani-delay05s::after {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.u-ani-delay06s,
.u-ani-delay06s::before,
.u-ani-delay06s::after {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.u-ani-delay07s,
.u-ani-delay07s::before,
.u-ani-delay07s::after {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.u-ani-delay08s,
.u-ani-delay08s::before,
.u-ani-delay08s::after {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.u-ani-delay09s,
.u-ani-delay09s::before,
.u-ani-delay09s::after {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.u-ani-delay10s,
.u-ani-delay10s::before,
.u-ani-delay10s::after {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.u-ani-delay11s,
.u-ani-delay11s::before,
.u-ani-delay11s::after {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

.u-ani-delay12s,
.u-ani-delay12s::before,
.u-ani-delay12s::after {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

.u-ani-delay13s,
.u-ani-delay13s::before,
.u-ani-delay13s::after {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}

.u-ani-delay14s,
.u-ani-delay14s::before,
.u-ani-delay14s::after {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}

.u-ani-delay15s,
.u-ani-delay15s::before,
.u-ani-delay15s::after {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.u-ani-delay16s,
.u-ani-delay16s::before,
.u-ani-delay16s::after {
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}

.u-ani-delay17s,
.u-ani-delay17s::before,
.u-ani-delay17s::after {
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
}

.u-ani-delay18s,
.u-ani-delay18s::before,
.u-ani-delay18s::after {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
}

.u-ani-delay19s,
.u-ani-delay19s::before,
.u-ani-delay19s::after {
  -webkit-animation-delay: 1.9s !important;
          animation-delay: 1.9s !important;
}

.u-ani-delay20s,
.u-ani-delay20s::before,
.u-ani-delay20s::after {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

.u-ani-delay21s,
.u-ani-delay21s::before,
.u-ani-delay21s::after {
  -webkit-animation-delay: 2.1s !important;
          animation-delay: 2.1s !important;
}

.u-ani-delay22s,
.u-ani-delay22s::before,
.u-ani-delay22s::after {
  -webkit-animation-delay: 2.2s !important;
          animation-delay: 2.2s !important;
}

.u-ani-delay23s,
.u-ani-delay23s::before,
.u-ani-delay23s::after {
  -webkit-animation-delay: 2.3s !important;
          animation-delay: 2.3s !important;
}

.u-ani-delay24s,
.u-ani-delay24s::before,
.u-ani-delay24s::after {
  -webkit-animation-delay: 2.4s !important;
          animation-delay: 2.4s !important;
}

.u-ani-delay25s,
.u-ani-delay25s::before,
.u-ani-delay25s::after {
  -webkit-animation-delay: 2.5s !important;
          animation-delay: 2.5s !important;
}

.u-ani-delay26s,
.u-ani-delay26s::before,
.u-ani-delay26s::after {
  -webkit-animation-delay: 2.6s !important;
          animation-delay: 2.6s !important;
}

.u-ani-delay27s,
.u-ani-delay27s::before,
.u-ani-delay27s::after {
  -webkit-animation-delay: 2.7s !important;
          animation-delay: 2.7s !important;
}

.u-ani-delay28s,
.u-ani-delay28s::before,
.u-ani-delay28s::after {
  -webkit-animation-delay: 2.8s !important;
          animation-delay: 2.8s !important;
}

.u-ani-delay29s,
.u-ani-delay29s::before,
.u-ani-delay29s::after {
  -webkit-animation-delay: 2.9s !important;
          animation-delay: 2.9s !important;
}

.u-ani-delay30s,
.u-ani-delay30s::before,
.u-ani-delay30s::after {
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}

/******************************************************************
component - card
******************************************************************/
[class*=c-flexbox__item]:has(> .c-card),
.c-flexbox__item5col:has(> .c-card) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-card {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.c-card > a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  color: inherit;
  text-decoration: none;
}
@media (any-hover: hover) {
  .c-card > a:hover {
    text-decoration: none;
  }
}
.c-card > a:not(.js-dialog):focus {
  text-decoration: none;
}
.c-card__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:767px) {
  .c-card__head {
    width: 100%;
  }
}
.c-card__head img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .c-card--spover-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-card--spover-column > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-card--spover-column .c-card__head {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 38rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .c-card--spover-column .c-card__head {
    width: 33.3333333333vw;
  }
}
.c-card--basic {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 96rem;
  margin-inline: auto;
}
.c-card--basic:not(:has(> a)) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 6px;
}
@media screen and (max-width:767px) {
  .c-card--basic:not(:has(> a)) {
    padding: 1rem;
  }
}
@media screen and (max-width:767px) {
  .c-card--basic .c-card__body {
    padding: 2rem 1rem;
  }
}
.c-card--basic .c-card__body > *:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1140px) {
  .c-card--basic .c-card__body > *:not(:last-child) {
    margin-bottom: 2.6315789474vw;
  }
}
@media screen and (max-width:767px) {
  .c-card--basic .c-card__body > *:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.c-card--basic .c-card__title {
  font-size: 2.4rem;
}
@media screen and (max-width:767px) {
  .c-card--basic .c-card__title {
    font-size: 1.8rem;
    text-align: center;
  }
}
.c-card--basic .c-card__copy {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width:767px) {
  .c-card--basic .c-card__button {
    text-align: right;
  }
}
.c-card--basic > a {
  background-color: #fff;
  border-radius: 6px;
}
@media print, screen and (min-width: 768px) {
  .c-card--basic.c-card--spover-column:not(:has(> a)) {
    padding: 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .c-card--basic.c-card--spover-column:not(:has(> a)) {
    padding: 4.3859649123vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .c-card--basic.c-card--spover-column:not(:has(> a)) {
    padding: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-card--basic.c-card--spover-column .c-card__body {
    padding-left: 6.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .c-card--basic.c-card--spover-column .c-card__body {
    padding-left: 5.6140350877vw;
  }
}

/******************************************************************
component - news-icon (Simple List)
******************************************************************/
.c-news {
  font-size: 1.6rem;
  line-height: 1.8;
  border-top: 1px solid #dedede;
}
@media screen and (max-width:767px) {
  .c-news {
    font-size: 1.4rem;
  }
}
.c-news > *:has(> a) {
  border-bottom: 1px solid #dedede;
}
.c-news > *:has(> a) a {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-template-areas: "date icon" "body body";
  color: inherit;
  text-decoration: none;
  padding: 4rem;
  padding-right: 15rem;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  position: relative;
}
@media (any-hover: hover) {
  .c-news > *:has(> a) a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}
.c-news > *:has(> a) a:not(.js-dialog):focus {
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 1140px) {
  .c-news > *:has(> a) a {
    padding: 3.5087719298vw;
    padding-right: 13.1578947368vw;
  }
}
@media screen and (max-width:767px) {
  .c-news > *:has(> a) a {
    padding: 2rem 6rem 2rem 1rem;
  }
}
.c-news > *:has(> a) a::before {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7rem;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQwIiB2aWV3Qm94PSIwIDAgMTMuMyA0MCIgd2lkdGg9IjEzLjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEyLjkyIDE4Ljc1LTEyLjU4LTE4LjY3Yy0uMTMtLjE5LS40Mi0uMDItLjMyLjE5bDcuMzcgMTQuNzRjMS41NyAzLjE0IDEuNTcgNi44MyAwIDkuOTdsLTcuMzcgMTQuNzVjLS4xLjIxLjE5LjM4LjMyLjE5bDEyLjU4LTE4LjY3Yy41MS0uNzUuNTEtMS43NCAwLTIuNDl6IiBmaWxsPSIjNTg0NTNhIi8+PC9zdmc+") right 4rem center/auto 4rem no-repeat;
}
@media screen and (max-width:767px) {
  .c-news > *:has(> a) a::before {
    background-position: right 1rem center;
  }
}
.c-news__date {
  grid-area: date;
  padding-right: 0.75em;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width:767px) {
  .c-news__date {
    font-size: 2rem;
  }
}
.c-news__body {
  grid-area: body;
  font-size: 1.4rem;
}

/******************************************************************
component - news-stalker
******************************************************************/
.c-mouse-stalker-item {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s, -webkit-transform 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}
.c-mouse-stalker-item.is-stalker {
  opacity: 1;
}
@media screen and (max-width:767px) {
  .c-mouse-stalker-item {
    display: none;
  }
}
.c-mouse-stalker-item__body {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  width: 260px; /* KEEP PX */
  height: 170px; /* KEEP PX */
  -webkit-box-shadow: 0px 0px 1.6rem -0.6rem rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 1.6rem -0.6rem rgba(0, 0, 0, 0.4);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform: translate(-50%, -50%) scale(0.6);
          transform: translate(-50%, -50%) scale(0.6);
}
.c-mouse-stalker-item__body:is(.is-stalker *) {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.c-mouse-stalker-item__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  -webkit-animation: stalkerIn 0.4s ease-out both;
          animation: stalkerIn 0.4s ease-out both;
}

@-webkit-keyframes stalkerIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes stalkerIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/******************************************************************
component - image-loop
******************************************************************/
.c-image-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width:767px) {
  .c-image-loop {
    gap: 1.2rem;
  }
}
.c-image-loop--reverse .c-image-loop__items {
  animation-direction: reverse;
}
.c-image-loop__items {
  -webkit-animation: image-loop 30s infinite linear both;
          animation: image-loop 30s infinite linear both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width:767px) {
  .c-image-loop__items {
    gap: 1.2rem;
  }
}
.c-image-loop__items:has(.c-image-loop__item:nth-child(2)) .c-image-loop__item {
  width: 50vw;
}
.c-image-loop__items:has(.c-image-loop__item:nth-child(3)) .c-image-loop__item {
  width: 33.3333333333vw;
}
.c-image-loop__items:has(.c-image-loop__item:nth-child(4)) .c-image-loop__item {
  width: 25vw;
}
.c-image-loop__items:has(.c-image-loop__item:nth-child(5)) .c-image-loop__item {
  width: 20vw;
}
.c-image-loop__items:has(.c-image-loop__item:nth-child(6)) .c-image-loop__item {
  width: 16.6666666667vw;
}
.c-image-loop__items:has(.c-image-loop__item:nth-child(7)) .c-image-loop__item {
  width: 14.2857142857vw;
}
@media screen and (max-width:1024px) {
  .c-image-loop__item {
    width: 25vw !important;
  }
}
@media screen and (max-width:767px) {
  .c-image-loop__item {
    width: 33.3333333333vw !important;
  }
}
.c-image-loop__item img {
  display: block;
  width: 100%;
}
.c-image-loop a {
  position: relative;
}
.c-image-loop a::before {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  top: 0.7rem;
  right: 0.6rem;
  width: 1.8rem;
  height: 1.8rem;
  z-index: 101;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJtMTYgMWMuNTUgMCAxIC40NSAxIDF2MTFjMCAuNTUtLjQ1IDEtMSAxaC0xMWMtLjU1IDAtMS0uNDUtMS0xdi0xMWMwLS41NS40NS0xIDEtMXptMC0xaC0xMWMtMS4xIDAtMiAuOS0yIDJ2MTFjMCAxLjEuOSAyIDIgMmgxMWMxLjEgMCAyLS45IDItMnYtMTFjMC0xLjEtLjktMi0yLTJ6Ii8+PHBhdGggZD0ibTEzIDE3aC0xMWMtLjU1IDAtMS0uNDUtMS0xdi0xMWMwLS41NS40NS0xIDEtMXYtMWMtMS4xIDAtMiAuOS0yIDJ2MTFjMCAxLjEuOSAyIDIgMmgxMWMxLjEgMCAyLS45IDItMmgtMWMwIC41NS0uNDUgMS0xIDF6Ii8+PC9nPjwvc3ZnPg==");
}

@-webkit-keyframes image-loop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes image-loop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/******************************************************************
component - badge
******************************************************************/
.c-badge {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
  vertical-align: 1px;
}
.c-badge--full {
  width: 100% !important;
  min-width: auto !important;
}
.c-badge--plan {
  background-color: #d1b99b;
  border-radius: 100vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  color: #fff;
  padding: 0.25em 0.75em;
}

/******************************************************************
component - swiper (Vendor + Custom)
******************************************************************/
/**
 * Swiper 11.2.8
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Custom Swiper Styles */
.c-swiper {
  position: relative;
}
.c-swiper .swiper-outer {
  position: relative;
}
.c-swiper .swiper-outer .swiper {
  margin-left: 4rem;
  margin-right: 4rem;
}
@media screen and (max-width:767px) {
  .c-swiper .swiper-outer .swiper {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.c-swiper .swiper-outer .swiper-button-prev,
.c-swiper .swiper-outer .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.c-swiper .swiper-outer .swiper-button-prev {
  left: 2rem;
}
@media screen and (max-width:767px) {
  .c-swiper .swiper-outer .swiper-button-prev {
    left: 1rem;
  }
}
.c-swiper .swiper-outer .swiper-button-prev {
  left: 0;
}
@media screen and (max-width:767px) {
  .c-swiper .swiper-outer .swiper-button-prev {
    left: 0;
  }
}
.c-swiper .swiper-outer .swiper-button-next {
  right: 2rem;
}
@media screen and (max-width:767px) {
  .c-swiper .swiper-outer .swiper-button-next {
    right: 1rem;
  }
}
.c-swiper .swiper-outer .swiper-button-next {
  right: 0;
}
@media screen and (max-width:767px) {
  .c-swiper .swiper-outer .swiper-button-next {
    right: 0;
  }
}
.c-swiper .swiper-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-swiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-swiper .swiper-slide .u-hover-reflection__target {
  overflow: hidden;
  border-radius: 5px;
}
.c-swiper .swiper-slide img {
  width: 100%;
}
.c-swiper .swiper-slide__bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 40rem;
}
@media screen and (max-width:767px) {
  .c-swiper .swiper-slide__bg {
    min-height: initial;
    aspect-ratio: 1/1;
  }
}
.c-swiper .swiper-slide > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: inherit;
  text-decoration: none;
}
@media (any-hover: hover) {
  .c-swiper .swiper-slide > a:hover {
    text-decoration: none;
  }
}
.c-swiper .swiper-slide > a:not(.js-dialog):focus {
  text-decoration: none;
}
.c-swiper .swiper-slide__en {
  display: block;
  padding-top: 0.75em;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
}
.c-swiper .swiper-slide__ja {
  display: block;
  margin-top: 0.25em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}
.c-swiper .swiper-slide__topics {
  display: block;
  margin-top: 1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.8;
}
.c-swiper .swiper-slide__badge {
  display: block;
  padding-top: 1rem;
}
.c-swiper .swiper-slide__date {
  display: block;
  padding-top: 0.5em;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}
.c-swiper .swiper-slide__text {
  display: block;
  margin-top: 0.25em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.8;
}
.c-swiper--overflow .swiper {
  overflow: visible;
}
.c-swiper .swiper-button-prev.swiper-button-disabled,
.c-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  cursor: auto;
  pointer-events: none;
}
.c-swiper .swiper-button-prev.swiper-button-hidden,
.c-swiper .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.c-swiper .swiper-navigation-disabled .swiper-button-prev,
.c-swiper .swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.c-swiper .swiper-button-lock {
  display: none;
}
.c-swiper .swiper-button-prev,
.c-swiper .swiper-button-next {
  line-height: 1;
  font-size: 1rem;
}
.c-swiper .swiper-button-prev img,
.c-swiper .swiper-button-next img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .c-swiper .swiper-button-prev img,
  .c-swiper .swiper-button-next img {
    width: 0.9rem;
  }
}
@media screen and (max-width:767px) {
  .c-swiper .swiper-button-prev img,
  .c-swiper .swiper-button-next img {
    width: 0.9rem;
  }
}
@media (any-hover: hover) {
  .c-swiper .swiper-button-prev img:hover,
  .c-swiper .swiper-button-next img:hover {
    opacity: 0.7;
  }
}
.c-swiper .swiper-button-prev img:not(.js-dialog):focus,
.c-swiper .swiper-button-next img:not(.js-dialog):focus {
  opacity: 0.7;
}
.c-swiper > .swiper-pagination {
  position: relative;
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 2rem;
  bottom: auto;
}
@media screen and (max-width:767px) {
  .c-swiper > .swiper-pagination {
    margin-top: 1.6rem;
    bottom: auto;
  }
}
.c-swiper .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.c-swiper .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.c-swiper .swiper-pagination-disabled > .swiper-pagination {
  display: none !important;
}
.c-swiper .swiper-pagination-lock {
  display: none;
}
.c-swiper .swiper-pagination {
  --animation-duration: 0;
  --animation-play-state: running;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}
@media screen and (max-width:767px) {
  .c-swiper .swiper-pagination {
    gap: 0;
  }
}
.c-swiper .swiper-pagination .swiper-pagination-bullet {
  height: 2.4rem;
  width: 2.7rem;
  position: relative;
  -webkit-transition-property: background, width;
  transition-property: background, width;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media screen and (max-width:767px) {
  .c-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 100%;
  }
}
.c-swiper .swiper-pagination .swiper-pagination-bullet::before, .c-swiper .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 100vw;
  overflow: hidden;
  height: 1px;
}
@media screen and (max-width:767px) {
  .c-swiper .swiper-pagination .swiper-pagination-bullet::before, .c-swiper .swiper-pagination .swiper-pagination-bullet::after {
    height: 1px;
  }
}
.c-swiper .swiper-pagination .swiper-pagination-bullet::before {
  background-color: rgba(88, 69, 58, 0.25);
  width: 100%;
}
.c-swiper .swiper-pagination .swiper-pagination-bullet::after {
  background: #58453a;
  width: 0;
}
.c-swiper .swiper-pagination .swiper-pagination-bullet:only-child {
  display: none !important;
}
.c-swiper .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.c-swiper .swiper-pagination svg {
  display: none;
}
.c-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 2.7rem;
}
@media screen and (max-width:767px) {
  .c-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 100%;
  }
}
.c-swiper .swiper-pagination.is-stop .swiper-pagination-bullet-active::after, .c-swiper .swiper-pagination:not(.has-autoplay) .swiper-pagination-bullet-active::after {
  width: 100%;
}
.c-swiper .swiper-pagination.is-autoplay:not(.is-stop) .swiper-pagination-bullet-active::after {
  -webkit-animation-name: paginationActive;
          animation-name: paginationActive;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: var(--animation-duration);
          animation-duration: var(--animation-duration);
  -webkit-animation-play-state: var(--animation-play-state);
          animation-play-state: var(--animation-play-state);
}
@-webkit-keyframes paginationActive {
  100% {
    width: 100%;
  }
}
@keyframes paginationActive {
  100% {
    width: 100%;
  }
}
.c-swiper .swiper-nav {
  position: relative;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width:767px) {
  .c-swiper .swiper-nav {
    margin-top: 1.4rem;
    gap: 4rem;
  }
}
.c-swiper .swiper-nav .swiper-button-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-swiper .swiper-nav .swiper-button-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.c-swiper .swiper-nav .swiper-pagination {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width:767px) {
  .c-swiper .swiper-nav .swiper-pagination {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.c-swiper .swiper-nav .swiper-number {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.c-swiper .swiper-nav .swiper-autoplay-control {
  position: absolute;
  right: 0;
}
@media print, screen and (min-width: 1025px) {
  .c-swiper[data-init="portrait,sp"] .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem;
  }
  .c-swiper[data-init="portrait,sp"] .swiper-wrapper--35px {
    gap: 3.5rem;
  }
  .c-swiper[data-init="portrait,sp"] .swiper-wrapper {
    position: initial;
    width: initial;
    height: initial;
    z-index: initial;
    -webkit-transition-property: initial;
    transition-property: initial;
    -webkit-transition-timing-function: initial;
            transition-timing-function: initial;
    -webkit-box-sizing: initial;
            box-sizing: initial;
  }
  .c-swiper[data-init="portrait,sp"] .swiper-slide {
    max-width: none;
    height: initial;
    display: initial;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-transform: initial;
            transform: initial;
    -webkit-backface-visibility: initial;
            backface-visibility: initial;
  }
  .c-swiper[data-init="portrait,sp"] .swiper-slide > a {
    display: initial;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
    text-decoration: initial;
  }
  .c-swiper[data-init="portrait,sp"] .swiper {
    margin-left: initial;
    margin-right: initial;
  }
  .c-swiper[data-init="portrait,sp"] .swiper-nav,
  .c-swiper[data-init="portrait,sp"] .swiper-button-prev,
  .c-swiper[data-init="portrait,sp"] .swiper-button-next,
  .c-swiper[data-init="portrait,sp"] .swiper-pagination,
  .c-swiper[data-init="portrait,sp"] .swiper-number,
  .c-swiper[data-init="portrait,sp"] .swiper-autoplay-control {
    display: none;
  }
}

/******************************************************************
component - video
******************************************************************/
.c-flexbox .c-video {
  width: 100%;
}

.c-video {
  position: relative;
  width: 80rem; /* 800px -> 80rem */
  max-width: 100%;
  margin-inline: auto;
}
.c-video--full {
  width: 100%;
}
@media screen and (max-width:767px) {
  .c-video--full-sp-vertical {
    position: relative;
    width: 100%;
    height: 169vw;
  }
  .c-video--full-sp-vertical video {
    position: absolute;
    top: 0;
    left: 50%;
    width: 300% !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width:767px) and (max-width:767px) {
  .c-video--full-sp-vertical video {
    width: 100% !important;
  }
}
.c-video video {
  width: 100%;
  aspect-ratio: 16/9;
  vertical-align: middle;
  background-color: #000;
}
@media screen and (max-width:767px) {
  .c-video video {
    aspect-ratio: 9/16;
  }
}
.c-video__title {
  font-weight: bold;
  font-size: 1.92rem; /* 1.2rem -> 1.92rem (1.6x) */
}
@media screen and (max-width:767px) {
  .c-video__title {
    font-size: 1.728rem; /* 1.08rem -> 1.728rem (1.6x) */
  }
}
.c-video__title:first-child {
  margin-bottom: 0.5rem;
}
.c-video__title:last-child {
  margin-top: 0.5rem;
}
.c-video__caption {
  font-size: 90%;
}
.c-video__caption:first-child {
  margin-bottom: 0.5rem;
}
.c-video__caption:last-child {
  margin-top: 0.5rem;
}
.c-video__control {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  background-color: #fff;
  padding: 0.6rem;
  border-radius: 100vw;
}
.c-video__control__pause, .c-video__control__play {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
}
.c-video__control__pause {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzk5OSIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj48cGF0aCBkPSJNNiAxOWg0VjVINnYxNHptOC0xNHYxNGg0VjVoLTR6Ii8+PC9zdmc+") center center/100% auto no-repeat;
}
.c-video__control__play {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzk5OSIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj48cGF0aCBkPSJNOCA1djE0bDExLTd6Ii8+PC9zdmc+") center center/100% auto no-repeat;
}
.c-video__control[aria-pressed=true] .c-video__control__pause {
  display: none;
}
.c-video__control[aria-pressed=false] .c-video__control__play {
  display: none;
}
@media (any-hover: hover) {
  .c-video__control:hover .c-video__control__pause {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzMzMyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj48cGF0aCBkPSJNNiAxOWg0VjVINnYxNHptOC0xNHYxNGg0VjVoLTR6Ii8+PC9zdmc+") center center/100% auto no-repeat;
  }
  .c-video__control:hover .c-video__control__play {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzMzMyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj48cGF0aCBkPSJNOCA1djE0bDExLTd6Ii8+PC9zdmc+") center center/100% auto no-repeat;
  }
}
.c-video__control:not(.js-dialog):focus .c-video__control__pause {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzMzMyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj48cGF0aCBkPSJNNiAxOWg0VjVINnYxNHptOC0xNHYxNGg0VjVoLTR6Ii8+PC9zdmc+") center center/100% auto no-repeat;
}
.c-video__control:not(.js-dialog):focus .c-video__control__play {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzMzMyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj48cGF0aCBkPSJNOCA1djE0bDExLTd6Ii8+PC9zdmc+") center center/100% auto no-repeat;
}

/******************************************************************
component - ani-image-slider
******************************************************************/
.c-ani-image-slider-wrap {
  position: relative;
  height: 36vw;
}
@media screen and (max-width:767px) {
  .c-ani-image-slider-wrap {
    height: 85vw;
  }
}
.c-ani-image-slider-wrap .c-ani-image-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
}

.c-ani-image-slider {
  --ani-image-slider-num: 6;
  --ani-image-slider-gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-ani-image-slider__group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-ani-image-slider__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #ddd;
  border-radius: 6px;
  overflow: hidden;
}
.c-ani-image-slider--l-random {
  gap: var(--ani-image-slider-gap);
  -webkit-animation: slider 80s linear infinite;
          animation: slider 80s linear infinite;
}
@media screen and (max-width:767px) {
  .c-ani-image-slider--l-random {
    -webkit-animation-duration: 60s;
            animation-duration: 60s;
  }
}
.c-ani-image-slider--l-random .c-ani-image-slider__group {
  gap: var(--ani-image-slider-gap);
}
.c-ani-image-slider--l-random .c-ani-image-slider__item img {
  width: calc(100vw / (var(--ani-image-slider-num) / 2) - var(--ani-image-slider-gap));
}
.c-ani-image-slider--l-random .c-ani-image-slider__item:nth-child(1) {
  -webkit-transform: scale(80%) translate(10%, 60%);
          transform: scale(80%) translate(10%, 60%);
}
.c-ani-image-slider--l-random .c-ani-image-slider__item:nth-child(2) {
  -webkit-transform: scale(110%) translate(10%, -30%);
          transform: scale(110%) translate(10%, -30%);
}
.c-ani-image-slider--l-random .c-ani-image-slider__item:nth-child(3) {
  -webkit-transform: scale(70%) translate(-20%, 100%);
          transform: scale(70%) translate(-20%, 100%);
}
.c-ani-image-slider--l-random .c-ani-image-slider__item:nth-child(4) {
  -webkit-transform: scale(60%) translate(-25%, 80%);
          transform: scale(60%) translate(-25%, 80%);
}
.c-ani-image-slider--l-random .c-ani-image-slider__item:nth-child(5) {
  -webkit-transform: scale(100%) translate(-35%, -30%);
          transform: scale(100%) translate(-35%, -30%);
}
.c-ani-image-slider--l-random .c-ani-image-slider__item:nth-child(6) {
  -webkit-transform: scale(125%) translate(-7%, 0);
          transform: scale(125%) translate(-7%, 0);
}
@media screen and (max-width:767px) {
  .c-ani-image-slider--l-random .c-ani-image-slider__item:nth-child(1) {
    -webkit-transform: scale(100%) translate(40%, 80%);
            transform: scale(100%) translate(40%, 80%);
  }
  .c-ani-image-slider--l-random .c-ani-image-slider__item:nth-child(2) {
    -webkit-transform: scale(210%) translate(-10%, -55%);
            transform: scale(210%) translate(-10%, -55%);
  }
  .c-ani-image-slider--l-random .c-ani-image-slider__item:nth-child(3) {
    -webkit-transform: scale(120%) translate(-50%, 160%);
            transform: scale(120%) translate(-50%, 160%);
  }
  .c-ani-image-slider--l-random .c-ani-image-slider__item:nth-child(4) {
    -webkit-transform: scale(190%) translate(0%, 35%);
            transform: scale(190%) translate(0%, 35%);
  }
  .c-ani-image-slider--l-random .c-ani-image-slider__item:nth-child(5) {
    -webkit-transform: scale(120%) translate(-50%, -100%);
            transform: scale(120%) translate(-50%, -100%);
  }
  .c-ani-image-slider--l-random .c-ani-image-slider__item:nth-child(6) {
    -webkit-transform: scale(170%) translate(-7%, -20%);
            transform: scale(170%) translate(-7%, -20%);
  }
}
.c-ani-image-slider--m-random {
  gap: var(--ani-image-slider-gap);
  -webkit-animation: slider 120s linear infinite;
          animation: slider 120s linear infinite;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  opacity: 0.5;
}
@media screen and (max-width:767px) {
  .c-ani-image-slider--m-random {
    -webkit-animation-duration: 100s;
            animation-duration: 100s;
  }
}
.c-ani-image-slider--m-random .c-ani-image-slider__group {
  gap: var(--ani-image-slider-gap);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-ani-image-slider--m-random .c-ani-image-slider__item img {
  width: calc(100vw / (var(--ani-image-slider-num) / 2) - var(--ani-image-slider-gap));
}
.c-ani-image-slider--m-random .c-ani-image-slider__item:nth-child(1) {
  -webkit-transform: scale(60%) translate(0, 110%);
          transform: scale(60%) translate(0, 110%);
}
.c-ani-image-slider--m-random .c-ani-image-slider__item:nth-child(2) {
  -webkit-transform: scale(56%) translate(0, -110%);
          transform: scale(56%) translate(0, -110%);
}
.c-ani-image-slider--m-random .c-ani-image-slider__item:nth-child(3) {
  -webkit-transform: scale(65%) translate(0, 80%);
          transform: scale(65%) translate(0, 80%);
}
.c-ani-image-slider--m-random .c-ani-image-slider__item:nth-child(4) {
  -webkit-transform: scale(45%) translate(0, -120%);
          transform: scale(45%) translate(0, -120%);
}
.c-ani-image-slider--m-random .c-ani-image-slider__item:nth-child(5) {
  -webkit-transform: scale(55%) translate(0, -100%);
          transform: scale(55%) translate(0, -100%);
}
.c-ani-image-slider--m-random .c-ani-image-slider__item:nth-child(6) {
  -webkit-transform: scale(50%) translate(0, 10%);
          transform: scale(50%) translate(0, 10%);
}
@media screen and (max-width:767px) {
  .c-ani-image-slider--m-random .c-ani-image-slider__item:nth-child(1) {
    -webkit-transform: scale(90%) translate(0, 10%);
            transform: scale(90%) translate(0, 10%);
  }
  .c-ani-image-slider--m-random .c-ani-image-slider__item:nth-child(2) {
    -webkit-transform: scale(95%) translate(20%, 100%);
            transform: scale(95%) translate(20%, 100%);
  }
  .c-ani-image-slider--m-random .c-ani-image-slider__item:nth-child(3) {
    -webkit-transform: scale(85%) translate(0, -180%);
            transform: scale(85%) translate(0, -180%);
  }
  .c-ani-image-slider--m-random .c-ani-image-slider__item:nth-child(4) {
    -webkit-transform: scale(125%) translate(0, 60%);
            transform: scale(125%) translate(0, 60%);
  }
  .c-ani-image-slider--m-random .c-ani-image-slider__item:nth-child(5) {
    -webkit-transform: scale(96%) translate(0, -100%);
            transform: scale(96%) translate(0, -100%);
  }
  .c-ani-image-slider--m-random .c-ani-image-slider__item:nth-child(6) {
    -webkit-transform: scale(120%) translate(0, 100%);
            transform: scale(120%) translate(0, 100%);
  }
}

@-webkit-keyframes slider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes slider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
/******************************************************************
component - ani-text-loop
******************************************************************/
.c-ani-text-loop {
  --ani-text-loop-time: 600s;
  --ani-text-loop-fontsize: 15.8rem; /* 158px -> 15.8rem */
  --ani-text-loop-gutter: .5em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  font-size: var(--ani-text-loop-fontsize);
  opacity: 0.1;
  line-height: 1;
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  color: #58453a;
}
@media screen and (max-width: 1140px) {
  .c-ani-text-loop {
    --ani-text-loop-fontsize: 13.8596491228vw;
  }
}
@media screen and (max-width:767px) {
  .c-ani-text-loop {
    --ani-text-loop-fontsize: 10rem;
    opacity: 0.2;
  }
}
.c-ani-text-loop__block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  padding-right: var(--ani-text-loop-gutter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--ani-text-loop-gutter);
}
.c-ani-text-loop__block:nth-child(odd) {
  -webkit-animation: ani-text-loop var(--ani-text-loop-time) calc(var(--ani-text-loop-time) / -2) infinite linear;
          animation: ani-text-loop var(--ani-text-loop-time) calc(var(--ani-text-loop-time) / -2) infinite linear;
}
.c-ani-text-loop__block:nth-child(even) {
  -webkit-animation: ani-text-loop2 var(--ani-text-loop-time) infinite linear;
          animation: ani-text-loop2 var(--ani-text-loop-time) infinite linear;
}

@-webkit-keyframes ani-text-loop {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes ani-text-loop {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes ani-text-loop2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes ani-text-loop2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.c-barner--wrap {
  padding: 4rem 1rem;
}
.c-barner--wrap .c-barner {
  border-radius: 1rem;
}

.c-barner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40rem;
}
@media screen and (max-width:767px) {
  .c-barner {
    height: 32rem;
  }
}
.c-barner {
  overflow: hidden;
}
.c-barner--high {
  height: 50rem;
}
.c-barner__bg {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.c-barner__bg.sp-bg--left {
  background-position: 20% center;
}
.c-barner__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.c-barner__bg.ui-no_shadow::after {
  background: transparent;
}
.c-barner__content {
  position: relative;
  z-index: 1;
  max-width: 108rem;
  height: 100%;
  margin: 0;
  padding-inline: 3rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-barner__content .c-button--simple {
  color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEyLjU2IiB2aWV3Qm94PSIwIDAgNy4wNSAxMi41NiIgd2lkdGg9IjcuMDUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTYuODggNS45LTYuOC01Ljg5cy0uMS4wMi0uMDguMDdsMi45NyA1LjM4Yy4yOC41MS4yOCAxLjEzIDAgMS42NGwtMi45NyA1LjM4cy4wMy4xLjA3LjA2bDYuOC01Ljg5Yy4yMy0uMi4yMy0uNTYgMC0uNzZ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+");
}
.c-barner__content .c-button--simple::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.c-barner__content .c-button--simple::after {
  background-color: #fff;
}
@media screen and (max-width:767px) {
  .c-barner__content .c-heading3-large {
    font-size: 4.2rem;
  }
  .c-barner__content .u-page__text {
    font-size: 1.5rem;
  }
}

.c-movie .c-movie__inner {
  width: 100%;
  max-width: 64rem;
  margin: auto;
}
.c-movie .c-movie__inner video {
  width: 100%;
}
.c-movie.u-mb__160 {
  margin-bottom: 16rem;
}

.u-col-aside .u-nav__categories .u-nav__sp-trigger {
  display: none;
}
.u-col-aside .u-nav__categories .c-list {
  display: grid;
  gap: 2rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.u-col-aside .u-nav__categories .c-list a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2;
  display: inline-block;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.u-col-aside .u-nav__categories .c-list a.nav-current, .u-col-aside .u-nav__categories .c-list a:hover {
  border-color: rgba(88, 69, 58, 0.2);
}
@media screen and (max-width:767px) {
  .u-col-aside .u-nav__categories {
    position: relative;
    margin-bottom: 4rem;
    padding-top: 3rem;
  }
  .u-col-aside .u-nav__categories .u-nav__sp-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 1.5rem 2rem;
    background-color: #e4e1df;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .u-col-aside .u-nav__categories .u-nav__sp-trigger::after {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background: url(/nma/wedding/assets/img/select__arrow.svg) no-repeat center;
    background-size: contain;
  }
  .u-col-aside .u-nav__categories .u-nav__sp-trigger.is-active {
    border-radius: 4px 4px 0 0;
  }
  .u-col-aside .u-nav__categories .u-nav__sp-trigger.is-active::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    margin-top: 4px;
  }
  .u-col-aside .u-nav__categories .c-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    border: 1px solid rgba(88, 69, 58, 0.2);
    border-top: none;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
    gap: 0;
  }
  .u-col-aside .u-nav__categories .c-list li {
    border-bottom: 1px solid rgba(88, 69, 58, 0.1);
  }
  .u-col-aside .u-nav__categories .c-list li:last-child {
    border-bottom: none;
  }
  .u-col-aside .u-nav__categories .c-list a {
    display: block;
    padding: 1.5rem 2rem;
    border: none;
  }
  .u-col-aside .u-nav__categories .c-list a.nav-current {
    background-color: rgba(88, 69, 58, 0.05);
    font-weight: bold;
  }
  .u-col-aside .u-nav__categories .c-list a:hover {
    border: none;
    background-color: rgba(88, 69, 58, 0.05);
  }
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.u-bg__gray {
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f4f3), to(#e5e3e1));
  background: linear-gradient(to bottom, #f5f4f3, #e5e3e1);
}

.u-font {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
}

.u-frame__narrow {
  max-width: 78rem;
  margin: 0 auto;
}

.u-hidden {
  visibility: hidden;
}

.u-pic img {
  width: 100%;
  border-radius: 0.6rem;
}

.u-br__sp {
  display: none;
}
@media screen and (max-width:767px) {
  .u-br__sp {
    display: inline-block;
  }
  .u-br__pc {
    display: none;
  }
}

.u-page__section {
  max-width: 108rem;
  margin: 7.5rem auto;
  padding-inline: 3rem;
}
.u-page__section-top {
  max-width: 108rem;
  margin: 24rem auto 7.5rem;
  padding-inline: 3rem;
}
.u-page__section-full {
  max-width: 100%;
  margin: 7.5rem auto;
}
.u-page__inner {
  max-width: 108rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3rem;
}
.u-page__text {
  font-size: 1.5rem;
  line-height: 2;
}
.u-page__list {
  font-size: 1.5rem;
  line-height: 2;
}
.u-page__list li {
  position: relative;
  padding-left: 1.5rem;
}
.u-page__list li::before {
  position: absolute;
  top: 1rem;
  left: 0.4rem;
  display: block;
  content: "◆";
  font-size: 0.6rem;
}
.u-page__list.asterisk li::before {
  top: 0;
  left: 0;
  content: "※";
  font-size: 1.5rem;
}
.u-page__link a {
  position: relative;
  font-size: 1.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-decoration: none;
}
.u-page__link a::after {
  position: absolute;
  top: 0;
  right: -2rem;
  content: url("/nma/wedding/assets/img/footer-blank.svg");
  width: 1.7rem;
  -webkit-filter: brightness(0) saturate(100%) invert(27%) sepia(21%) saturate(561%) hue-rotate(338deg) brightness(93%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(27%) sepia(21%) saturate(561%) hue-rotate(338deg) brightness(93%) contrast(90%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.u-page__link a:hover {
  color: #B2A9A4;
}
.u-page__link a:hover::after {
  opacity: 0.5;
}
.u-page__br {
  display: block;
  width: 100%;
  height: 1px;
  background: #d9d6d3;
}
@media screen and (max-width:767px) {
  .u-page__section {
    margin-block: 4.5rem;
    padding-inline: 2rem;
  }
  .u-page__section-top {
    margin-top: 12rem;
    margin-bottom: 4.5rem;
    padding-inline: 2rem;
  }
  .u-page__inner {
    padding: 0 2rem;
  }
  .u-page__text {
    font-size: 1.4rem;
  }
  .u-page__list {
    font-size: 1.4rem;
  }
  .u-page__list li {
    padding-left: 1.4rem;
  }
  .u-page__list li::before {
    top: 0.9rem;
  }
  .u-page__list.asterisk li::before {
    font-size: 1.4rem;
  }
}

.u-col__2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-col__2 .u-col-aside {
  width: min(22.25%, 24rem);
}
.u-col__2 .u-col-main {
  width: min(72.25%, 78rem);
}
.u-col__2-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
.u-col__2-half .u-col-box {
  width: calc(50% - 1rem);
}
.u-col__2-half.opposite .u-col-box:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.u-col__2-half .u-col__2-inner {
  padding: 0 6rem;
}
.u-col__2-half-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.u-col__2-half-center .u-col-box {
  width: calc(50% - 1rem);
}
.u-col__2-half-center.opposite .u-col-box:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.u-col__2-half-center .u-col__2-inner {
  padding: 0 6rem;
}
.u-col__2-half-imglarge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-col__2-half-imglarge .u-col-box {
  width: 36%;
}
.u-col__2-half-imglarge .u-col-box.u-col-box-img {
  width: 54%;
}
.u-col__2-half-imglarge.opposite .u-col-box:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.u-col__2-half-textlarge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-col__2-half-textlarge .u-col-box {
  width: 51%;
}
.u-col__2-half-textlarge .u-col-box.u-col-box-img {
  width: 42%;
}
.u-col__2-half-textlarge.opposite .u-col-box:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.u-col__3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7.5rem 6rem;
}
.u-col__3 .u-col-box {
  width: calc(33.3333333333% - 4rem);
}
.u-col-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width:1024px) {
  .u-col__3 {
    gap: 6rem 4rem;
  }
  .u-col__3 .u-col-box {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width:767px) {
  .u-col__2 {
    display: block;
  }
  .u-col__2 .u-col-aside {
    width: 100%;
    margin-bottom: 3rem;
  }
  .u-col__2 .u-col-main {
    width: 100%;
  }
  .u-col__2-half {
    display: block;
  }
  .u-col__2-half .u-col-box {
    width: 100%;
    margin-bottom: 2rem;
  }
  .u-col__2-half .u-col__2-inner {
    padding: 0;
  }
  .u-col__2-half-center {
    display: block;
  }
  .u-col__2-half-center .u-col-box {
    width: 100%;
    margin-bottom: 2rem;
  }
  .u-col__2-half-center .u-col__2-inner {
    padding: 0;
  }
  .u-col__2-half-imglarge, .u-col__2-half-textlarge {
    display: block;
  }
}
@media screen and (max-width:767px) and (max-width:767px) {
  .u-col__2-half-imglarge.u-sp__wide-image .u-col-box-img .u-pic, .u-col__2-half-textlarge.u-sp__wide-image .u-col-box-img .u-pic {
    margin-right: -2rem;
  }
  .u-col__2-half-imglarge.u-sp__wide-image .u-col-box-img .u-pic img, .u-col__2-half-textlarge.u-sp__wide-image .u-col-box-img .u-pic img {
    border-radius: 0.6rem 0 0 0.6rem;
  }
}
@media screen and (max-width:767px) and (max-width:767px) {
  .u-col__2-half-imglarge.u-col__sp-reverse, .u-col__2-half-textlarge.u-col__sp-reverse {
    display: grid;
  }
  .u-col__2-half-imglarge.u-col__sp-reverse .u-col-box-img, .u-col__2-half-textlarge.u-col__sp-reverse .u-col-box-img {
    -webkit-box-ordinal-group: 100 !important;
        -ms-flex-order: 99 !important;
            order: 99 !important;
  }
}
@media screen and (max-width:767px) {
  .u-col__2-half-imglarge .u-col-box, .u-col__2-half-textlarge .u-col-box {
    width: 100%;
    margin-bottom: 2rem;
  }
  .u-col__2-half-imglarge .u-col-box.u-col-box-img, .u-col__2-half-textlarge .u-col-box.u-col-box-img {
    width: 100%;
  }
  .u-col__3 {
    gap: 4rem 0;
  }
  .u-col__3 .u-col-box {
    width: 100%;
  }
}

.u-mt__10 {
  margin-top: 1rem;
}
.u-mt__20 {
  margin-top: 2rem;
}
.u-mt__30 {
  margin-top: 3rem;
}
.u-mt__40 {
  margin-top: 4rem;
}
.u-mt__50 {
  margin-top: 5rem;
}
.u-mt__60 {
  margin-top: 6rem;
}
.u-mt__70 {
  margin-top: 7rem;
}
.u-mt__80 {
  margin-top: 8rem;
}
.u-mt__90 {
  margin-top: 9rem;
}
.u-mt__100 {
  margin-top: 10rem;
}
@media screen and (max-width:767px) {
  .u-mt__10 {
    margin-top: 1rem;
  }
  .u-mt__20 {
    margin-top: 1.5rem;
  }
  .u-mt__30 {
    margin-top: 2rem;
  }
  .u-mt__40 {
    margin-top: 2.5rem;
  }
  .u-mt__50 {
    margin-top: 3rem;
  }
  .u-mt__60 {
    margin-top: 4rem;
  }
  .u-mt__70 {
    margin-top: 4.4rem;
  }
  .u-mt__80 {
    margin-top: 4.8rem;
  }
  .u-mt__90 {
    margin-top: 5.4rem;
  }
  .u-mt__100 {
    margin-top: 6rem;
  }
}
.u-mb__10 {
  margin-bottom: 1rem;
}
.u-mb__20 {
  margin-bottom: 2rem;
}
.u-mb__30 {
  margin-bottom: 3rem;
}
.u-mb__40 {
  margin-bottom: 4rem;
}
.u-mb__50 {
  margin-bottom: 5rem;
}
.u-mb__60 {
  margin-bottom: 6rem;
}
.u-mb__70 {
  margin-bottom: 7rem;
}
.u-mb__80 {
  margin-bottom: 8rem;
}
.u-mb__90 {
  margin-bottom: 9rem;
}
.u-mb__100 {
  margin-bottom: 10rem;
}
@media screen and (max-width:767px) {
  .u-mb__10 {
    margin-bottom: 1rem;
  }
  .u-mb__20 {
    margin-bottom: 1.5rem;
  }
  .u-mb__30 {
    margin-bottom: 2rem;
  }
  .u-mb__40 {
    margin-bottom: 2.5rem;
  }
  .u-mb__50 {
    margin-bottom: 3rem;
  }
  .u-mb__60 {
    margin-bottom: 4rem;
  }
  .u-mb__70 {
    margin-bottom: 4.4rem;
  }
  .u-mb__80 {
    margin-bottom: 4.8rem;
  }
  .u-mb__90 {
    margin-bottom: 5.4rem;
  }
  .u-mb__100 {
    margin-bottom: 6rem;
  }
}

.u-number {
  margin-top: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
}
.u-number li {
  color: #B2A9A4;
  font-size: 2.8rem;
}
.u-number li a {
  color: #B2A9A4;
  text-decoration: none;
}
.u-number li a:hover, .u-number li a.current {
  color: #58453a;
}
.u-number li a.current {
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .u-number {
    margin-top: 4.5rem;
    gap: 0 2rem;
  }
  .u-number li {
    font-size: 1.6rem;
  }
}

.u-pager {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5rem 6rem;
  background: #f1efee;
  border-radius: 0.6rem;
  font-family: "Cormorant Garamond", serif;
}
.u-pager a:hover {
  opacity: 0.6;
}
.u-pager__prev, .u-pager__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.u-pager__prev a, .u-pager__next a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  font-size: 2.4rem;
  text-decoration: none;
  padding-left: 4.5rem;
}
.u-pager__prev a::after, .u-pager__next a::after {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3rem;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQwIiB2aWV3Qm94PSIwIDAgMTMuMyA0MCIgd2lkdGg9IjEzLjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEyLjkyIDE4Ljc1LTEyLjU4LTE4LjY3Yy0uMTMtLjE5LS40Mi0uMDItLjMyLjE5bDcuMzcgMTQuNzRjMS41NyAzLjE0IDEuNTcgNi44MyAwIDkuOTdsLTcuMzcgMTQuNzVjLS4xLjIxLjE5LjM4LjMyLjE5bDEyLjU4LTE4LjY3Yy41MS0uNzUuNTEtMS43NCAwLTIuNDl6IiBmaWxsPSIjNTg0NTNhIi8+PC9zdmc+") right center/auto no-repeat;
  background-size: 3rem 3rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.u-pager__next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.u-pager__next a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 4.5rem;
}
.u-pager__next a::after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.u-pager__thumbnail {
  width: 12rem;
}
.u-pager__thumbnail img {
  width: 100%;
}
.u-pager__back {
  font-size: 2.4rem;
  text-align: center;
}
.u-pager__back a {
  text-decoration: none;
}
@media screen and (max-width:1199px) {
  .u-pager {
    padding: 4rem 3vw;
  }
  .u-pager__prev a, .u-pager__next a {
    gap: 3rem;
    font-size: 1.6rem;
    padding-left: 4.5rem;
  }
  .u-pager__prev a::after, .u-pager__next a::after {
    width: 3rem;
    background-size: 3rem 3rem;
  }
  .u-pager__next a {
    padding-left: 0;
    padding-right: 4.5rem;
  }
  .u-pager__back {
    font-size: 2rem;
  }
}
@media screen and (max-width:767px) {
  .u-pager {
    padding: 0 1rem;
  }
  .u-pager__prev a, .u-pager__next a {
    gap: 3rem;
    padding-left: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .u-pager__prev a::after, .u-pager__next a::after {
    width: 2rem;
    background-size: 2rem 2rem;
  }
  .u-pager__next a {
    padding-left: 0;
    padding-right: 3rem;
  }
  .u-pager__back a {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (min-width:768px) {
  .u-position__sticky {
    position: sticky;
    top: 0;
  }
}
.n-title + .n-text {
  margin-top: -2.7rem;
}

.news-article .n-title + .n-text {
  margin-top: 0;
}

/* report */
.report-list__pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 320/214;
  border-radius: 0.5rem;
}
.report-list__name {
  margin: 1.5rem 0 0.5rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  font-weight: 400;
}
.report-list__text {
  font-size: 1.4rem;
}

.report-head {
  margin-bottom: 6rem;
}
.report-head__name {
  margin-bottom: 1.5rem;
  font-size: 4.2016rem;
  font-weight: 400;
}
.report-head__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem 3rem;
  margin-bottom: 3rem;
}
.report-head__info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.5rem;
}
.report-head__info dt {
  padding: 0.2rem 1rem;
  border: 1px solid #58453a;
  border-radius: 2rem;
  font-size: 1.4rem;
}
.report-head__info dd {
  font-size: 1.6rem;
}
.report-head__pic img {
  width: 100%;
  border-radius: 0.5rem;
}
@media screen and (max-width:767px) {
  .report-head {
    margin-bottom: 3rem;
  }
  .report-head__name {
    margin-bottom: 1.5rem;
    font-size: 3.5rem;
  }
  .report-head__info {
    display: block;
    margin-bottom: 4rem;
  }
  .report-head__info > div {
    margin-bottom: 1.5rem;
  }
  .report-head__info dt {
    font-size: 1.3rem;
  }
  .report-head__info dd {
    font-size: 1.4rem;
  }
}

.report-concept {
  padding-bottom: 6rem;
}
.report-concept__text {
  margin-top: 3rem;
}
@media screen and (max-width:767px) {
  .report-concept {
    padding-bottom: 4rem;
  }
  .report-concept__text {
    margin-top: 2rem;
  }
}

.report-gallery {
  margin-top: 4rem;
}
.report-gallery__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
.report-gallery__box > div {
  width: calc(50% - 0.5rem);
}
.report-gallery__pic {
  margin-bottom: 1rem;
}
.report-gallery__pic img {
  width: 100%;
  border-radius: 0.6rem;
}
@media screen and (max-width:767px) {
  .report-gallery {
    margin-top: 3rem;
  }
  .report-gallery__box {
    display: block;
  }
  .report-gallery__box > div {
    width: 100%;
  }
}

/* gallery */
.gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.7rem 0.7rem;
}
.gallery-list__pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.6rem;
  aspect-ratio: 1;
}
.gallery-list .u-col-box {
  width: calc(25% - 0.525rem);
}
.c-gallery {
  display: grid;
  gap: 1rem;
  margin-top: 4rem;
}

.c-gallery__box {
  display: grid;
  gap: 1rem;
}
.c-gallery__box figure {
  margin: 0;
  width: 100%;
  height: 100%;
}
.c-gallery__box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-gallery__box.u-item--double {
  grid-template-columns: 1fr 1fr;
}
.c-gallery__box.u-item--triple__left {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.c-gallery__box.u-item--triple__left > div:nth-child(1) {
  grid-area: 1/1/3/2;
}
.c-gallery__box.u-item--triple__left > div:nth-child(2) {
  grid-area: 1/2/2/3;
}
.c-gallery__box.u-item--triple__left > div:nth-child(3) {
  grid-area: 2/2/3/3;
}
.c-gallery__box.u-item--triple__right {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.c-gallery__box.u-item--triple__right > div:nth-child(1) {
  grid-area: 1/1/2/2;
}
.c-gallery__box.u-item--triple__right > div:nth-child(2) {
  grid-area: 2/1/3/2;
}
.c-gallery__box.u-item--triple__right > div:nth-child(3) {
  grid-area: 1/2/3/3;
}
.c-gallery__box.u-item--quadruple__grid {
  grid-template-columns: 1fr 1fr;
}
.c-gallery__box.u-item--quadruple__mosaic_left {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.c-gallery__box.u-item--quadruple__mosaic_left > div:nth-child(1) {
  grid-area: 1/1/3/2;
}
.c-gallery__box.u-item--quadruple__mosaic_left > div:nth-child(2) {
  grid-area: 3/1/4/2;
}
.c-gallery__box.u-item--quadruple__mosaic_left > div:nth-child(3) {
  grid-area: 1/2/2/3;
}
.c-gallery__box.u-item--quadruple__mosaic_left > div:nth-child(4) {
  grid-area: 2/2/4/3;
}
.c-gallery__box.u-item--quadruple__mosaic_right {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.c-gallery__box.u-item--quadruple__mosaic_right > div:nth-child(1) {
  grid-area: 1/1/2/2;
}
.c-gallery__box.u-item--quadruple__mosaic_right > div:nth-child(2) {
  grid-area: 2/1/4/2;
}
.c-gallery__box.u-item--quadruple__mosaic_right > div:nth-child(3) {
  grid-area: 1/2/3/3;
}
.c-gallery__box.u-item--quadruple__mosaic_right > div:nth-child(4) {
  grid-area: 3/2/4/3;
}

/* ギャラリーモーダル */
.c-gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-gallery-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-gallery-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(69, 58, 51, 0.9);
  cursor: pointer;
}
.c-gallery-modal__content {
  position: relative;
  width: 100rem;
  height: 62rem;
  max-width: 100%;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  pointer-events: none;
}
.c-gallery-modal__pic {
  position: relative;
  width: 90rem;
  max-width: 90%;
  pointer-events: auto;
}
.c-gallery-modal__pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80vh;
  display: block;
  margin: auto;
  overflow: hidden;
  border-radius: 1rem;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-gallery-modal__pic img.is-changing {
  opacity: 0;
}
.c-gallery-modal__close {
  position: fixed;
  top: 3rem;
  right: 3rem;
  width: 5rem;
  height: 5rem;
  background: #fff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 10;
}
.c-gallery-modal__close::before, .c-gallery-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  height: 1px;
  background: #333;
}
.c-gallery-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-gallery-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .c-gallery-modal__close:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.c-gallery-modal__prev, .c-gallery-modal__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6.4rem;
  height: 6.4rem;
  background: transparent;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  z-index: 10;
}
.c-gallery-modal__prev::after, .c-gallery-modal__next::after {
  content: "";
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 6.4rem;
  height: 6.4rem;
  background: url(/nma/wedding/assets/img/modal__arrow.svg) no-repeat center;
  background-size: contain;
}
@media (hover: hover) {
  .c-gallery-modal__prev:hover::after, .c-gallery-modal__next:hover::after {
    opacity: 0.7;
  }
}
.c-gallery-modal__prev {
  left: -2rem;
}
.c-gallery-modal__prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-gallery-modal__next {
  right: -2rem;
}
@media screen and (max-width:1199px) {
  .c-gallery-modal .c-gallery-modal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-gallery-modal .slide-controls {
    position: relative;
    width: 90rem;
    max-width: 90%;
    padding-top: 2rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-gallery-modal .slide-controls .c-gallery-modal__prev {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .c-gallery-modal .slide-controls .c-gallery-modal__next {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width:767px) {
  .c-gallery-modal__pic img {
    max-height: 60vh;
  }
  .c-gallery-modal__close {
    top: 2rem;
    right: 2rem;
    width: 4rem;
    height: 4rem;
  }
}

.gallery-more {
  text-align: right;
  padding-top: 3rem;
}
@media screen and (max-width:767px) {
  .gallery-more {
    text-align: center;
  }
}
.gallery-more .button-see_more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0.4rem 3rem 0.4rem 0;
  background-color: none;
  background: url(/nma/wedding/assets/img/icon-see_more.svg) no-repeat right center;
  background-size: 2rem;
  border-bottom: rgba(88, 69, 58, 0.2) 1px solid;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* faq */
.c-faq {
  overflow: hidden;
}
.c-faq__inner {
  border-top: #dedede 1px solid;
}
.c-faq .accordion-item {
  padding: 2rem;
  border-bottom: #dedede 1px solid;
}
@media screen and (max-width:767px) {
  .c-faq .accordion-item {
    opacity: 0.5;
    padding: 1.4rem 1rem;
  }
}
.c-faq .accordion-item[open] .accordion-header .icon-toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width:767px) {
  .c-faq .accordion-item[open] {
    opacity: 1;
  }
}
.c-faq .accordion-item .accordion-header {
  list-style: none;
}
.c-faq .accordion-item .accordion-header::-webkit-details-marker {
  display: none;
}
.c-faq .accordion-item .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width:767px) {
  .c-faq .accordion-item .accordion-header {
    gap: 1.5rem;
  }
}
.c-faq .accordion-item .accordion-header > * {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-faq .accordion-item .accordion-header:hover > * {
  opacity: 0.5;
}
.c-faq .accordion-item .accordion-header:hover {
  opacity: 0.5;
}
.c-faq .accordion-item .accordion-header .icon-q {
  width: 4rem;
  height: 6rem;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.6rem;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width:767px) {
  .c-faq .accordion-item .accordion-header .icon-q {
    width: 2.6rem;
    height: 4rem;
    font-size: 2.6rem;
  }
}
.c-faq .accordion-item .accordion-header .accordion-title {
  font-size: 1.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:767px) {
  .c-faq .accordion-item .accordion-header .accordion-title {
    font-size: 1.5rem;
  }
}
.c-faq .accordion-item .accordion-header .icon-toggle {
  width: 4rem;
  height: 4rem;
  position: relative;
  background: url(/nma/wedding/assets/img/faq__arrow.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width:767px) {
  .c-faq .accordion-item .accordion-header .icon-toggle {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.c-faq .accordion-item .accordion-content .accordion-inner {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width:767px) {
  .c-faq .accordion-item .accordion-content .accordion-inner {
    gap: 1rem;
  }
}
.c-faq .accordion-item .accordion-content .accordion-inner .icon-a {
  width: 4rem;
  height: 6rem;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-size: 3.6rem;
  font-family: "Cormorant Garamond", serif;
  color: #c4b398;
}
@media screen and (max-width:767px) {
  .c-faq .accordion-item .accordion-content .accordion-inner .icon-a {
    font-size: 2.6rem;
    width: 2.6rem;
    height: 4rem;
  }
}
.c-faq .accordion-item .accordion-content .accordion-inner .answer-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 2rem;
  padding-right: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width:767px) {
  .c-faq .accordion-item .accordion-content .accordion-inner .answer-text {
    font-size: 1.4rem;
    padding-top: 1rem;
    padding-right: 3rem;
    padding-bottom: 1rem;
  }
}
.c-faq .accordion-item .accordion-content .accordion-inner .answer-text p {
  margin-top: 0;
}
.c-faq .accordion-item .accordion-content .accordion-inner .answer-text p:not(:last-child) {
  margin-bottom: 1em;
}

/* news */
.news-head {
  padding-bottom: 6rem;
}
.news-head__title {
  padding-bottom: 4rem;
}
.news-head__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.5rem;
  margin-bottom: 1.5rem;
}
.news-head__date {
  color: #a49a94;
  font-size: 2rem;
  font-family: "Cormorant Infant", serif;
}
.news-head__category {
  display: inline-block;
  padding: 0.2rem 1rem;
  background: #d1b99b;
  border-radius: 1.5rem;
  color: #fff;
  font-size: 1.2rem;
}
.news-head__text {
  font-size: 3.6rem;
  font-weight: 400;
}
@media screen and (max-width:767px) {
  .news-head {
    padding-bottom: 3rem;
  }
  .news-head__title {
    padding-bottom: 3rem;
  }
  .news-head__date {
    font-size: 1.8rem;
  }
  .news-head__text {
    font-size: 3rem;
  }
}

.news-article__block {
  padding-bottom: 2rem;
}
.news-article h3,
.news-article h4,
.news-article h5 {
  margin-bottom: 3rem;
  font-weight: 400;
}
.news-article h3 {
  font-size: 2.8rem;
}
.news-article h4 {
  font-size: 2.4rem;
}
.news-article h5 {
  font-size: 2rem;
}
.news-article p {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 2;
}
.news-article p a {
  color: #af8652;
}
.news-article p a:hover {
  color: #af8652;
}
.news-article img {
  margin-bottom: 3rem;
  width: 100%;
  border-radius: 0.6rem;
}
@media screen and (max-width:767px) {
  .news-article h3 {
    font-size: 2.4rem;
  }
  .news-article h4 {
    font-size: 2rem;
  }
  .news-article h5 {
    font-size: 1.8rem;
  }
  .news-article p {
    margin-bottom: 3rem;
    font-size: 1.5rem;
    line-height: 2;
  }
  .news-article p a {
    color: #af8652;
  }
  .news-article p a:hover {
    color: #af8652;
  }
}

.news-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0;
}
.news-dl dt {
  width: 20%;
}
.news-dl dd {
  width: 75%;
}

.news-btns {
  margin: 6rem 0 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6rem;
}
.news-btns__link {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.news-btns__link a {
  position: relative;
  font-size: 1.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-decoration: none;
}
.news-btns__link a::after {
  position: absolute;
  top: 0;
  right: -2rem;
  content: url("/nma/wedding/assets/img/footer-blank.svg");
  width: 1.7rem;
  -webkit-filter: brightness(0) saturate(100%) invert(27%) sepia(21%) saturate(561%) hue-rotate(338deg) brightness(93%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(27%) sepia(21%) saturate(561%) hue-rotate(338deg) brightness(93%) contrast(90%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news-btns__link a:hover {
  color: #B2A9A4;
}
.news-btns__link a:hover::after {
  opacity: 0.5;
}
.news-btns__reserve a {
  display: block;
  padding: 1.5rem 7rem 1.5rem 2rem;
  background-color: #58453a;
  background-image: url("/nma/wedding/assets/img/footer-contact.svg");
  background-position: right 2rem center;
  background-repeat: no-repeat;
  background-size: 0.8rem auto;
  border-radius: 0.5rem;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
.news-btns__reserve a span {
  position: relative;
  font-size: 1.74rem;
}
.news-btns__reserve a span::after {
  position: absolute;
  content: "";
  display: block;
  top: 0.5rem;
  right: -2rem;
  width: 1px;
  height: 1.7rem;
  background: #a49a94;
}
.news-btns__reserve a:hover {
  background-color: #B2A9A4;
  background-position: right 1.7rem center;
}
@media screen and (max-width:767px) {
  .news-btns {
    display: block;
    margin: 3rem 0 4.5rem;
  }
  .news-btns__link {
    margin-bottom: 3rem;
    text-align: center;
  }
  .news-btns__reserve a {
    margin: auto;
    max-width: 15.8rem;
  }
}

.news-list.u-col__3 {
  gap: 5rem 6rem;
}
.news-list__pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 320/214;
  border-radius: 0.5rem;
}
.news-list__category {
  display: inline-block;
  margin: 2rem 0 1rem;
  padding: 0.2rem 1rem;
  background: #d1b99b;
  border-radius: 1.5rem;
  color: #fff;
  font-size: 1.2rem;
}
.news-list__title {
  font-size: 1.5rem;
}
.news-list__date {
  display: block;
  margin-top: 1rem;
  color: #a49a94;
  font-size: 1.3rem;
  font-family: "Cormorant Infant", serif;
}
@media screen and (max-width:1024px) {
  .news-list.u-col__3 {
    gap: 4rem 4rem;
  }
}
@media screen and (max-width:767px) {
  .news-list__title {
    font-size: 1.4rem;
  }
}

/* category (contents) */
.cat-mv {
  position: relative;
  width: 100%;
  margin-inline: auto;
}
.cat-mv img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 8/5;
}
@media screen and (max-width:767px) {
  .cat-mv {
    height: 169vw;
  }
  .cat-mv img {
    height: 100%;
  }
}

@media screen and (max-width:767px) {
  .p-report.p-cat__slide .c-swiper .swiper-slide {
    width: calc(100vw - 4rem);
  }
}

.cat-slide li {
  width: 60vw;
}
@media screen and (max-width:767px) {
  .cat-slide li {
    width: 82vw;
  }
}

.u-page__section-full .cat-slide .swiper-slide {
  margin: 0;
  padding: 0 1rem;
}
.u-page__section-full .cat-slide .swiper-nav {
  max-width: 108rem;
  margin: 4rem auto;
  padding-inline: 3rem;
}
@media screen and (min-width:768px) {
  .u-page__section-full .cat-slide .swiper-nav {
    gap: 5rem;
  }
  .u-page__section-full .cat-slide .swiper-nav .swiper-pagination {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.cat-parallax-text-right {
  position: absolute;
  right: 5vw;
  bottom: calc(5vw + 3rem);
}
@media screen and (max-width:767px) {
  .cat-parallax-text-right {
    position: relative;
    right: auto;
    bottom: auto;
  }
}

.cat-chef {
  margin-top: 7.5rem;
  padding: 7rem 7.5rem;
  background: #fff;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cat-chef__pic {
  width: 30%;
}
.cat-chef__conts {
  width: 64%;
}
@media screen and (min-width:768px) and (max-width:1199px) {
  .cat-chef {
    padding: 5vw 5vw;
  }
}
@media screen and (max-width:767px) {
  .cat-chef {
    margin-top: 4rem;
    padding: 2.5rem;
    display: block;
  }
  .cat-chef__pic {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .cat-chef__conts {
    width: 100%;
  }
}

.cat-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cat-menu__list li {
  width: 33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cat-menu__list li:nth-of-type(1) {
  padding-right: 4rem;
}
.cat-menu__list li:nth-of-type(2) {
  padding: 0 4rem;
  border-left: 1px solid #d9d6d3;
  border-right: 1px solid #d9d6d3;
}
.cat-menu__list li:nth-of-type(3) {
  padding-left: 4rem;
}
@media screen and (min-width:768px) and (max-width:1199px) {
  .cat-menu__list li:nth-of-type(1) {
    padding-right: 3vw;
  }
  .cat-menu__list li:nth-of-type(2) {
    padding: 0 3vw;
  }
  .cat-menu__list li:nth-of-type(3) {
    padding-left: 3vw;
  }
}
@media screen and (max-width:767px) {
  .cat-menu__list {
    display: block;
  }
  .cat-menu__list li {
    width: 100%;
  }
  .cat-menu__list li:nth-of-type(1) {
    padding: 0 0 3rem;
    border-bottom: 1px solid #d9d6d3;
  }
  .cat-menu__list li:nth-of-type(2) {
    padding: 3rem 0;
    border: none;
    border-bottom: 1px solid #d9d6d3;
  }
  .cat-menu__list li:nth-of-type(3) {
    padding: 3rem 0 0;
  }
}

.cat-feature {
  position: relative;
  width: 100%;
  max-width: 126rem;
  margin: 7.5rem auto;
  background-color: #000;
  border-radius: 1rem;
  overflow: hidden;
}
.cat-feature__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(10px) brightness(0.7);
          filter: blur(10px) brightness(0.7);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 0;
}
.cat-feature__bg .feature-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  z-index: 1;
  opacity: 0;
}
.cat-feature__bg .feature-bg-layer.is-active {
  opacity: 1;
  z-index: 2;
}
.cat-feature__inner {
  position: relative;
  padding: 7.5rem 9rem 0;
  z-index: 1;
}
.cat-feature__inner .c-head {
  position: relative;
  z-index: 2;
  margin-bottom: -7.2rem;
}
.cat-feature__swiper {
  position: relative;
  height: 60.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cat-feature__swiper .swiper-slide .cat-feature__item {
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: -webkit-filter 3s ease-in, -webkit-transform 3s ease-in;
  transition: -webkit-filter 3s ease-in, -webkit-transform 3s ease-in;
  transition: filter 3s ease-in, transform 3s ease-in;
  transition: filter 3s ease-in, transform 3s ease-in, -webkit-filter 3s ease-in, -webkit-transform 3s ease-in;
  will-change: filter;
}
.cat-feature__swiper .swiper-slide.swiper-slide-active .cat-feature__item {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-filter 2.2s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 2.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-filter 2.2s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 2.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: filter 2.2s cubic-bezier(0.2, 0.8, 0.2, 1), transform 2.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: filter 2.2s cubic-bezier(0.2, 0.8, 0.2, 1), transform 2.2s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-filter 2.2s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 2.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.cat-feature .swiper.js-feature-swiper {
  width: 100%;
  height: 100%;
  margin-right: 3.4rem;
}
.cat-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 0 8.2217%;
}
.cat-feature__item-pic {
  width: 53.537%;
  height: auto;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.cat-feature__item-pic img {
  width: 100%;
  height: auto;
  display: block;
}
.cat-feature__item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
}
.cat-feature__item-text .c-heading4 {
  margin-bottom: 3rem;
}
.cat-feature__item-text .u-page__text {
  line-height: 2;
  opacity: 0.9;
  font-size: 1.5rem;
}
.cat-feature__nav {
  position: absolute;
  right: -4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  z-index: 2;
  color: rgba(255, 255, 255, 0.5);
}
.cat-feature__nav .swiper-button-prev,
.cat-feature__nav .swiper-button-next {
  position: static;
  margin: 0;
  width: 1.2rem;
  height: 4rem;
  color: #fff;
}
.cat-feature__nav .swiper-button-prev::after,
.cat-feature__nav .swiper-button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(/nma/wedding/assets/img/cat-slide__arrow.svg) no-repeat center;
  background-size: contain;
}
.cat-feature__nav .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cat-feature__nav .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-transform: none !important;
          transform: none !important;
}
.cat-feature__nav .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  opacity: 0.5;
  border-radius: 0;
  font-family: serif;
  font-size: 1.4rem;
  color: #fff;
  margin: 0 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cat-feature__nav .swiper-pagination-bullet-active {
  opacity: 1;
}
@media screen and (max-width:767px) {
  .cat-feature {
    width: calc(100% - 2rem);
    margin: 1rem;
    border-radius: 1rem;
    height: auto;
  }
  .cat-feature__bg {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .cat-feature__bg .feature-bg-layer {
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }
  .cat-feature__inner {
    padding: 10rem 5vw 4rem;
  }
  .cat-feature__inner .c-head {
    margin-bottom: 3rem;
  }
  .cat-feature__swiper {
    height: auto;
    display: block;
  }
  .cat-feature__swiper .swiper-slide .cat-feature__item {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .cat-feature__swiper .swiper-slide.swiper-slide-active .cat-feature__item {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
            transform: none;
  }
  .cat-feature .swiper.js-feature-swiper {
    margin-right: 0;
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .cat-feature__item {
    display: block;
    height: auto;
    gap: 0;
  }
  .cat-feature__item-pic {
    width: 100%;
    height: 60vw;
    margin-bottom: 3rem;
  }
  .cat-feature__item-pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cat-feature__item-text {
    width: 100%;
    padding: 0 1rem;
  }
  .cat-feature__item-text .c-heading4 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  .cat-feature__item-text .u-page__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .cat-feature__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: static;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
    margin-top: 5rem;
  }
  .cat-feature__nav .swiper-button-prev,
  .cat-feature__nav .swiper-button-next {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .cat-feature__nav .swiper-button-prev::after,
  .cat-feature__nav .swiper-button-next::after {
    background-size: contain;
  }
  .cat-feature__nav .swiper-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem;
    position: static;
    width: auto !important;
  }
  .cat-feature__nav .swiper-pagination .swiper-pagination-bullet-active {
    font-size: inherit;
  }
}

.anim-blur-active {
  -webkit-animation: blurFadeIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: blurFadeIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@-webkit-keyframes blurFadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes blurFadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.anim-blur-active {
  -webkit-animation: blurFadeIn 2s cubic-bezier(0.2, 0.8, 0.2, 1) both;
          animation: blurFadeIn 2s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.anim-delay {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@keyframes blurFadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* concept */
.ui-catch {
  text-align: center;
  margin-top: 18rem;
  margin-bottom: 18rem;
}
.ui-catch h2 {
  font-size: 3.2rem;
  line-height: 1.8;
}
.ui-catch h2 .c-heading2__ja {
  padding-top: 5.5rem;
}
@media screen and (max-width:767px) {
  .ui-catch {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .ui-catch h2 {
    font-size: 2.2rem;
  }
  .ui-catch h2 .c-heading2__ja {
    font-size: 1.5rem;
    padding-top: 4rem;
  }
}

/* 背景無限ループテキスト */
.c-infinite-bg {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease 2s;
  transition: opacity 1.5s ease 2s;
}
.c-infinite-bg__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  will-change: transform;
}
.c-infinite-bg__text {
  display: block;
  font-size: 16rem;
  line-height: 1;
  color: #58453a;
  opacity: 0.1;
  padding-right: 0.4em;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media screen and (max-width:767px) {
  .c-infinite-bg {
    top: -18%;
  }
  .c-infinite-bg__text {
    font-size: 14rem;
  }
}

.is-scroll-ani .c-infinite-bg {
  opacity: 1;
}

/* アニメーション定義 */
@-webkit-keyframes infiniteScrollLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@keyframes infiniteScrollLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
/* JSが付与するアニメーション用クラス */
.is-infinite-scroll .c-infinite-bg__inner {
  -webkit-animation: infiniteScrollLeft 60s linear infinite;
          animation: infiniteScrollLeft 60s linear infinite;
}

/* --- ホバーアコーディオン--- */
.hover-accordion {
  width: 100%;
  border-top: 1px solid #dedede;
  counter-reset: acc-num;
}
.hover-accordion .accordion-item {
  position: relative;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  padding: 4rem 0 4rem 4rem;
  counter-increment: acc-num;
}
.hover-accordion .accordion-item::before {
  content: counter(acc-num, decimal-leading-zero);
  position: absolute;
  left: 0;
  display: block;
  font-size: 1.7rem;
  color: #d2ccc9;
  margin-right: 3rem;
  line-height: 1;
}
.hover-accordion .c-accordion--head {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hover-accordion .c-accordion--head .c-heading3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.8rem;
  line-height: 1.1;
}
.hover-accordion .c-accordion--head .c-heading3__en {
  font-size: 2.4rem;
  display: block;
}
@media screen and (max-width:767px) {
  .hover-accordion .c-accordion--head .c-heading3 {
    font-size: 2rem;
  }
  .hover-accordion .c-accordion--head .c-heading3__en {
    font-size: 1.8rem;
  }
}
.hover-accordion .c-accordion--head .icon-arrow {
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(/nma/wedding/assets/img/accodion__arrow.svg) no-repeat center;
  background-size: contain;
}
.hover-accordion .c-accordion--content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  -webkit-transition: grid-template-rows 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: grid-template-rows 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: grid-template-rows 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.22, 1, 0.36, 1), -ms-grid-rows 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.hover-accordion .c-accordion--content__inner {
  min-height: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, padding 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, padding 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, padding 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.8s ease, transform 0.8s ease, padding 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s ease;
}
.hover-accordion .accordion-item.is-active .icon-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hover-accordion .accordion-item.is-active .c-accordion--content {
  grid-template-rows: 1fr;
  opacity: 1;
}
.hover-accordion .accordion-item.is-active .c-accordion--content__inner {
  padding-top: 1.6rem;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/* スクロール追従レイアウト (Sticky) */
/* スクロール追従レイアウト (Sticky) */
@-webkit-keyframes stickyLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes stickyLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-sticky-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6rem;
  width: 100%;
  max-width: 126rem;
  margin: 0 auto;
}
.c-sticky-layout__text {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-sticky-layout__text .c-heading3 {
  font-size: 3.1rem;
  line-height: 2;
}
.c-sticky-layout__images {
  padding-top: 10vh;
  padding-bottom: 10vh;
  overflow: hidden;
}
.c-sticky-layout__loop-wrap {
  width: 100%;
}
.c-sticky-layout__img {
  width: 100%;
}
.c-sticky-layout__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.c-sticky-layout__img.sp-clone {
  display: none;
}
@media screen and (max-width:767px) {
  .c-sticky-layout {
    display: block;
    margin: 5rem 0;
    width: 100%;
    max-width: none;
  }
  .c-sticky-layout__text {
    width: 100%;
    position: static;
    height: auto;
    display: block;
    padding: 0 0 4rem;
  }
  .c-sticky-layout__text .c-heading3 {
    font-size: 2rem;
  }
  .c-sticky-layout__images {
    padding: 0;
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
  }
  .c-sticky-layout__loop-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: stickyLoop 30s linear infinite;
            animation: stickyLoop 30s linear infinite;
    gap: 2rem;
    padding-left: 5vw;
  }
  .c-sticky-layout__img {
    width: 80vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0 !important;
  }
  .c-sticky-layout__img.sp-clone {
    display: block;
  }
}

.ui-stories .u-col-box .c-heading3 {
  font-size: 3rem;
}
.ui-stories .u-col-box .c-heading3__en {
  display: block;
  font-size: 2.4rem;
}
.ui-stories .u-col-box .u-page__text p:not(:last-child) {
  margin-bottom: 1.6em;
}
.ui-stories .u-col-box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ui-stories .u-col-box-img figure {
  position: relative;
}
.ui-stories .opposite .u-col-box-img {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width:767px) {
  .ui-stories .js-parallax-img {
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.ui-stories #panel_01 {
  width: 50rem;
  left: -10rem;
}
@media screen and (max-width:767px) {
  .ui-stories #panel_01 {
    width: 94%;
    left: -6rem;
  }
}
.ui-stories #panel_02 {
  width: 34rem;
}
@media screen and (max-width:767px) {
  .ui-stories #panel_02 {
    width: 70%;
  }
}
.ui-stories #panel_03 {
  width: 31rem;
  left: -10rem;
}
@media screen and (max-width:767px) {
  .ui-stories #panel_03 {
    width: 75%;
    left: 0rem;
  }
}
.ui-stories #panel_04 {
  width: 60rem;
}
@media screen and (max-width:767px) {
  .ui-stories #panel_04 {
    width: 96%;
    left: 4rem;
  }
}
.ui-stories #panel_05 {
  width: 50rem;
  left: -10rem;
}
@media screen and (max-width:767px) {
  .ui-stories #panel_05 {
    width: 94%;
    left: -6rem;
  }
}
.ui-stories #panel_06 {
  width: 34rem;
}
@media screen and (max-width:767px) {
  .ui-stories #panel_06 {
    width: 76%;
    left: 0rem;
  }
}
.ui-stories #panel_07 {
  width: 31rem;
  left: -9rem;
}
@media screen and (max-width:767px) {
  .ui-stories #panel_07 {
    width: 75%;
    left: 0rem;
  }
}
.ui-stories #panel_08 {
  width: 29rem;
  left: 26rem;
  top: -28rem;
}
@media screen and (max-width:767px) {
  .ui-stories #panel_08 {
    width: 75%;
    left: 16rem;
    top: 0;
  }
}
.ui-stories #panel_09 {
  width: 35rem;
}
@media screen and (max-width:767px) {
  .ui-stories #panel_09 {
    width: 96%;
    left: 1rem;
  }
}
.ui-stories #panel_10 {
  width: 54rem;
  left: -1.4rem;
}
@media screen and (max-width:767px) {
  .ui-stories #panel_10 {
    width: 94%;
    left: -6rem;
  }
}
.ui-stories #panel_11 {
  width: 28rem;
  top: 11rem;
}
@media screen and (max-width:767px) {
  .ui-stories #panel_11 {
    width: 76%;
    left: 0rem;
    top: 0;
  }
}
.ui-stories .ui-story--center {
  display: block;
  position: relative;
}
@media screen and (max-width:767px) {
  .ui-stories .ui-story--center {
    display: grid;
  }
}
.ui-stories .ui-story--center .u-col-box-text {
  margin: auto;
  text-align: center;
  padding: 31.5rem 0 20rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .ui-stories .ui-story--center .u-col-box-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 0;
  }
}
.ui-stories .ui-story--center .u-col-box-img {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.ui-stories .ui-story--center .u-col-box-img.ui-col-box-img__after {
  top: 32rem;
}
@media screen and (max-width:767px) {
  .ui-stories .ui-story--center .u-col-box-img.ui-col-box-img__after {
    top: 0;
  }
}
@media screen and (max-width:767px) {
  .ui-stories .ui-story--center .u-col-box-img {
    position: relative;
  }
  .ui-stories .ui-story--center .u-col-box-img.ui-col-box-img__before {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ui-stories .ui-story--center .u-col-box-img.ui-col-box-img__after {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.ui-stories .ui-story--center .u-col-box-img figure {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width:767px) {
  .ui-stories .ui-story--center .u-col-box-img figure {
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.ui-stories #panel_12 {
  width: 34rem;
  position: absolute;
  top: 24rem;
  left: 31%;
}
@media screen and (max-width:767px) {
  .ui-stories #panel_12 {
    width: 63%;
    top: 31rem;
    left: 15rem;
  }
}
.ui-stories #panel_13 {
  width: 34rem;
  position: absolute;
  top: 40rem;
  left: 70%;
}
@media screen and (max-width:767px) {
  .ui-stories #panel_13 {
    width: 72%;
    top: 52rem;
    left: -4rem;
  }
}
.ui-stories #panel_14 {
  width: 23rem;
  position: absolute;
  top: 60rem;
  left: 34%;
}
@media screen and (max-width:767px) {
  .ui-stories #panel_14 {
    width: 60%;
    top: 89rem;
    left: 13rem;
  }
}
.ui-stories #panel_15 {
  width: 36.5rem;
  left: 74%;
  top: 2rem;
}
@media screen and (max-width:767px) {
  .ui-stories #panel_15 {
    top: 0;
    width: 97%;
    left: 1rem;
  }
}
.ui-stories #panel_16 {
  width: 24.5rem;
  left: 17%;
  top: -4rem;
}
@media screen and (max-width:767px) {
  .ui-stories #panel_16 {
    top: 0;
    width: 76%;
    left: 0rem;
  }
}
.ui-stories #panel_17 {
  width: 26rem;
  left: 85%;
  top: 8rem;
}
@media screen and (max-width:767px) {
  .ui-stories #panel_17 {
    top: 0;
    width: 64%;
    left: 0rem;
  }
}
.ui-stories #panel_18 {
  width: 32rem;
  left: 16%;
  top: 14rem;
}
@media screen and (max-width:767px) {
  .ui-stories #panel_18 {
    top: 0;
    width: 76%;
    left: 8rem;
  }
}/*# sourceMappingURL=style.css.map */