@charset "UTF-8";
/*
Theme Name: minachlo2
Author: 藤井 策
Description: 水底のクロエ Official Website
Version: 1.0.0
Text Domain: minachlo2
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul[role=list],
ol[role=list] {
  list-style: none;
  padding: 0;
}

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

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

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

button,
[role=button] {
  background: none;
  border: 0;
  padding: 0;
}

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

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

hr {
  border: 0;
  border-top: 1px solid currentColor;
  margin: 0;
}

pre,
code,
kbd,
samp {
  font: inherit;
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

html.is-scroll-instant {
  scroll-behavior: auto !important;
}

body {
  position: relative;
  --mouse-stalker-size: 15px;
  --mouse-stalker-scale: 1;
  --bg-sea-position-y: 0%;
  line-height: 1.8;
  font-family: "Noto Sans JP", Helvetica, Arial, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #4C6B90;
  background-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: -webkit-image-set(url("images/bg-sea.avif") type("image/avif"), url("images/bg-sea.webp") type("image/webp"), url("images/bg-sea.jpg") type("image/jpeg"));
  background-image: image-set(url("images/bg-sea.avif") type("image/avif"), url("images/bg-sea.webp") type("image/webp"), url("images/bg-sea.jpg") type("image/jpeg"));
  background-position: 50% var(--bg-sea-position-y);
  background-repeat: no-repeat;
  background-size: cover;
  will-change: background-position;
}

.c-mouse-stalker {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: var(--mouse-stalker-size);
  height: var(--mouse-stalker-size);
  border-radius: 50%;
  background: rgba(76, 107, 144, 0.55);
  mix-blend-mode: normal;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0) translate(-50%, -50%) scale(var(--mouse-stalker-scale));
          transform: translate3d(0, 0, 0) translate(-50%, -50%) scale(var(--mouse-stalker-scale));
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.18s ease, background-color 0.18s ease, -webkit-transform 0.18s ease;
  transition: opacity 0.18s ease, background-color 0.18s ease, -webkit-transform 0.18s ease;
  transition: opacity 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
  transition: opacity 0.18s ease, transform 0.18s ease, background-color 0.18s ease, -webkit-transform 0.18s ease;
  will-change: transform, opacity;
}

body.is-mouse-stalker-ready .c-mouse-stalker {
  opacity: 0.6;
}

body.is-mouse-stalker-hover {
  --mouse-stalker-scale: 4;
}

body.is-mouse-stalker-over-link .c-mouse-stalker {
  background: rgba(177, 192, 212, 0.55);
  mix-blend-mode: multiply;
}

@media (hover: none), (pointer: coarse) {
  .c-mouse-stalker {
    display: none;
  }
}
li::marker {
  color: #4C6B90;
}

a {
  vertical-align: baseline;
  font-size: 100%;
  color: #4C6B90;
  text-underline-offset: 0.3em;
  text-decoration-color: #4C6B90;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  -webkit-transition: text-underline-offset 0.3s;
  transition: text-underline-offset 0.3s;
  -webkit-tap-highlight-color: #4C6B90;
}

a:focus {
  outline: none;
}

@media (any-hover: hover) {
  a:hover,
  a:active {
    text-underline-offset: 0.1em;
    text-decoration-color: #B1C0D4;
    color: #B1C0D4;
  }
}
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #DCE6F1;
}

::-moz-selection {
  color: #FFFFFF;
  background: #4C6B90;
}

::selection {
  color: #FFFFFF;
  background: #4C6B90;
}

[type=color],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
input:not([type]),
textarea {
  padding: 5px;
  vertical-align: middle;
  font-size: 100%;
  border: 1px solid #DCE6F1;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  width: 100%;
  resize: vertical;
}

button,
[type=button],
[type=reset],
[type=submit] {
  position: relative;
  border: none;
  overflow: visible;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.4;
}

.gf {
  font-family: "garamond-premier-pro", serif;
}

.l-container {
  width: min(92%, 1200px);
  margin-inline: auto;
  -webkit-padding-after: clamp(80px, 8vw, 160px);
          padding-block-end: clamp(80px, 8vw, 160px);
}
.home .l-container {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}

:root {
  --header-offset: 0px;
  --nav-side-offset: 0px;
}

@media screen and (min-width: 992px) {
  :root {
    --header-offset: 0px;
    --nav-side-offset: 240px;
  }
}
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 0;
  height: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}
.l-header__inner {
  display: contents;
}
.l-header__brand {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1100;
  width: auto;
  pointer-events: auto;
  -webkit-transition: opacity 0.45s ease, visibility 0.45s ease;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
@media screen and (min-width: 992px) {
  .l-header__brand {
    position: fixed;
    top: 40px;
    left: 40px;
  }
}
.l-header__nav {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
}
@media screen and (min-width: 992px) {
  .l-header__nav {
    position: fixed;
    left: 32px;
    bottom: 28px;
    z-index: 1100;
    width: auto;
    pointer-events: auto;
  }
}
@media screen and (min-width: 992px) {
  .l-header {
    position: fixed;
  }
}

body.admin-bar .l-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .l-header {
    top: 46px;
  }
}
body.admin-bar .l-header__brand {
  top: 52px;
}
@media (max-width: 782px) {
  body.admin-bar .l-header__brand {
    top: 66px;
  }
}
@media screen and (min-width: 992px) {
  body.admin-bar .l-header__brand {
    top: 72px;
  }
}

.c-social-links.p-sns-fixed {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-social-links.p-sns-fixed {
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 1200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .c-social-links.p-sns-fixed {
    right: 32px;
    bottom: 32px;
  }
}
.c-social-links.p-sns-fixed .c-social-links__link {
  min-inline-size: 30px;
  min-block-size: 30px;
  border-radius: 0;
  background: transparent;
}
.c-social-links.p-sns-fixed .c-social-links__icon {
  inline-size: 22px;
  block-size: 22px;
}

.l-footer {
  width: auto;
  min-height: 100svh;
  padding: clamp(48px, 6vw, 72px) clamp(16px, 4vw, 32px) clamp(32px, 5vw, 48px);
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 992px) {
  .l-footer {
    padding-left: calc(var(--nav-side-offset, 0px) + clamp(24px, 4vw, 56px));
    padding-right: clamp(24px, 4vw, 56px);
  }
}

.l-footer.p-footer {
  position: relative;
  isolation: isolate;
  width: 100%;
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.l-footer.p-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(5.5272727273, 7.7818181818, 10.4727272727, 0.45);
  pointer-events: none;
}
.l-footer.p-footer {
  /* > *:not(.p-footer__pagetop):not(.c-copy) {
  	position: relative;
  	z-index: 1;
  } */
}

.l-main {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
  padding-block: 160px 0;
  background: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .l-main {
    padding-block: 200px;
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}
.home .l-main {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.l-main > .l-container {
  width: 100%;
  max-width: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding-inline: clamp(16px, 4vw, 40px);
}
@media screen and (min-width: 992px) {
  .l-main > .l-container {
    padding-left: max(var(--nav-side-offset, 0px) + clamp(24px, 4vw, 56px), (100vw - 1200px) / 2);
    padding-right: max(clamp(24px, 4vw, 56px), (100vw - 1200px) / 2);
  }
}
.l-main > .l-container > * {
  max-width: 1200px;
  margin-inline: auto;
}

.home.front-page .l-main > .l-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  padding-inline: clamp(16px, 4vw, 40px);
  padding-top: clamp(56px, 8vw, 96px);
  padding-bottom: clamp(80px, 10vw, 120px);
}
@media screen and (min-width: 992px) {
  .home.front-page .l-main > .l-container {
    padding-left: max(var(--nav-side-offset, 0px) + clamp(24px, 4vw, 56px), (100vw - 1200px) / 2);
    padding-right: max(clamp(24px, 4vw, 56px), (100vw - 1200px) / 2);
  }
}

.l-section {
  padding-block: 100px;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding-block: 160px;
  }
}
.l-section + .l-section {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.page:not(.home) .l-section {
  -webkit-padding-before: 0;
          padding-block-start: 0;
  -webkit-padding-after: clamp(100px, 10vw, 200px);
          padding-block-end: clamp(100px, 10vw, 200px);
}

.c-btn--link,
.c-post__pager-item:not(.c-post__pager-item--back) a {
  gap: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  font-family: "garamond-premier-pro", serif;
  font-size: 1rem;
  letter-spacing: 0.15em;
  color: #4C6B90;
  line-height: 1;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-btn--link:hover,
  .c-post__pager-item:not(.c-post__pager-item--back) a:hover {
    color: #B1C0D4;
  }
  .c-btn--link:hover .c-btn__arrow,
  .c-post__pager-item:not(.c-post__pager-item--back) a:hover .c-btn__arrow {
    background: #B1C0D4;
    border-color: #B1C0D4;
    color: #FFFFFF;
  }
  .c-btn--link:hover .c-btn__arrow-icon,
  .c-post__pager-item:not(.c-post__pager-item--back) a:hover .c-btn__arrow-icon {
    -webkit-animation: c-btn-arrow-slide 0.45s ease;
            animation: c-btn-arrow-slide 0.45s ease;
  }
}
@media (hover: none) {
  .c-btn--link:active,
  .c-post__pager-item:not(.c-post__pager-item--back) a:active {
    color: #B1C0D4;
  }
  .c-btn--link:active .c-btn__arrow,
  .c-post__pager-item:not(.c-post__pager-item--back) a:active .c-btn__arrow {
    background: #B1C0D4;
    border-color: #B1C0D4;
    color: #FFFFFF;
  }
  .c-btn--link:active .c-btn__arrow-icon,
  .c-post__pager-item:not(.c-post__pager-item--back) a:active .c-btn__arrow-icon {
    -webkit-animation: c-btn-arrow-slide 0.45s ease;
            animation: c-btn-arrow-slide 0.45s ease;
  }
}
.c-btn--link:focus-visible,
.c-post__pager-item:not(.c-post__pager-item--back) a:focus-visible {
  outline: none;
  color: #B1C0D4;
}
.c-btn--link:focus-visible .c-btn__arrow,
.c-post__pager-item:not(.c-post__pager-item--back) a:focus-visible .c-btn__arrow {
  background: #B1C0D4;
  border-color: #B1C0D4;
  color: #FFFFFF;
}
.c-btn--link:focus-visible .c-btn__arrow-icon,
.c-post__pager-item:not(.c-post__pager-item--back) a:focus-visible .c-btn__arrow-icon {
  -webkit-animation: c-btn-arrow-slide 0.45s ease;
          animation: c-btn-arrow-slide 0.45s ease;
}

@-webkit-keyframes c-btn-arrow-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  45% {
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
    opacity: 0;
  }
  46% {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes c-btn-arrow-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  45% {
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
    opacity: 0;
  }
  46% {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes c-btn-arrow-slide-prev {
  0% {
    -webkit-transform: translateX(0) scaleX(-1);
            transform: translateX(0) scaleX(-1);
    opacity: 1;
  }
  45% {
    -webkit-transform: translateX(-14px) scaleX(-1);
            transform: translateX(-14px) scaleX(-1);
    opacity: 0;
  }
  46% {
    -webkit-transform: translateX(14px) scaleX(-1);
            transform: translateX(14px) scaleX(-1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleX(-1);
            transform: translateX(0) scaleX(-1);
    opacity: 1;
  }
}
@keyframes c-btn-arrow-slide-prev {
  0% {
    -webkit-transform: translateX(0) scaleX(-1);
            transform: translateX(0) scaleX(-1);
    opacity: 1;
  }
  45% {
    -webkit-transform: translateX(-14px) scaleX(-1);
            transform: translateX(-14px) scaleX(-1);
    opacity: 0;
  }
  46% {
    -webkit-transform: translateX(14px) scaleX(-1);
            transform: translateX(14px) scaleX(-1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleX(-1);
            transform: translateX(0) scaleX(-1);
    opacity: 1;
  }
}
.c-btn {
  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;
  gap: 10px;
  text-decoration: none;
  -webkit-transition: padding 0.3s ease, background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: padding 0.3s ease, background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: padding 0.3s ease, transform 0.25s ease, box-shadow 0.25s ease, background-color 0.3s ease, color 0.3s ease;
  transition: padding 0.3s ease, transform 0.25s ease, box-shadow 0.25s ease, background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  will-change: transform, box-shadow, padding;
}
.c-btn__icon {
  inline-size: 24px;
  block-size: 24px;
  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;
  font-size: 24px;
  line-height: 1;
}
.c-btn__icon svg {
  inline-size: 100%;
  block-size: 100%;
  display: block;
}
.c-btn__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}
.c-btn__arrow {
  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;
  width: 30px;
  height: 30px;
  margin-left: 4px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 16px;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
  letter-spacing: 0;
  line-height: 1;
  overflow: hidden;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.c-btn__arrow-icon {
  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;
  font-size: inherit;
  font-variation-settings: inherit;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  will-change: transform, opacity;
}

.c-post__content .wp-block-buttons {
  margin: 2.5em 0;
}
.c-post__content .wp-block-button {
  width: 100%;
  max-width: 350px;
  margin: 0;
}
.c-post__content .wp-block-button.aligncenter {
  text-align: center;
  margin-inline: auto;
}
.c-post__content .wp-block-button__link {
  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;
  width: 100%;
  height: 60px;
  padding: 12px 24px;
  border: 1px solid #4C6B90;
  border-radius: 0;
  background: transparent;
  font-family: "garamond-premier-pro", serif;
  font-size: clamp(1rem, 0.8592rem + 0.6008vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.2;
  color: #4C6B90;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-post__content .wp-block-button__link:hover {
    border-color: #4C6B90;
    background-color: #4C6B90;
    color: #FFFFFF;
  }
}
@media (hover: none) {
  .c-post__content .wp-block-button__link:active {
    border-color: #4C6B90;
    background-color: #4C6B90;
    color: #FFFFFF;
  }
}
.c-post__content .wp-block-button__link:focus-visible {
  outline: none;
  border-color: #4C6B90;
  background-color: #4C6B90;
  color: #FFFFFF;
}

.c-post__cta .c-btn--link {
  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;
  width: min(100%, 350px);
  min-height: 60px;
  padding: 12px 24px;
  border: 1px solid #4C6B90;
  border-radius: 0;
  background: transparent;
  font-family: "garamond-premier-pro", serif;
  font-size: clamp(1rem, 0.8592rem + 0.6008vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.2;
  color: #4C6B90;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.c-post__cta .c-btn--link .c-btn__arrow {
  display: none;
}
.c-post__cta .c-btn--link.c-content-link--youtube::before {
  content: "";
  display: inline-block;
  width: 1.05em;
  height: 1.05em;
  margin-right: 0.35em;
  background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23ff0000' d='M549.7 124.1c-6.3-23.7-24.9-42.3-48.6-48.6C458.8 64 288 64 288 64S117.2 64 74.9 75.5C51.2 81.8 32.6 100.4 26.3 124.1 15.7 166.4 15.7 256 15.7 256s0 89.6 10.6 131.9c6.3 23.7 24.9 42.3 48.6 48.6C117.2 448 288 448 288 448s170.8 0 213.1-11.5c23.7-6.3 42.3-24.9 48.6-48.6 10.6-42.2 10.6-131.9 10.6-131.9s0-89.6-10.6-131.9ZM232 334.7V177.3L374.6 256 232 334.7Z'/%3E%3C/svg%3E");
  vertical-align: -0.14em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-post__cta .c-btn--link:hover {
    border-color: #4C6B90;
    background-color: #4C6B90;
    color: #FFFFFF;
  }
}
@media (hover: none) {
  .c-post__cta .c-btn--link:active {
    border-color: #4C6B90;
    background-color: #4C6B90;
    color: #FFFFFF;
  }
}
.c-post__cta .c-btn--link:focus-visible {
  outline: none;
  border-color: #4C6B90;
  background-color: #4C6B90;
  color: #FFFFFF;
}

.c-site-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.c-site-brand__logo {
  position: relative;
  display: inline-block;
  inline-size: 63px;
  block-size: 100px;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-site-brand__logo:hover {
    opacity: 0.7;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@media (hover: none) {
  .c-site-brand__logo:active {
    opacity: 0.7;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.c-site-brand__image {
  position: absolute;
  inset: 0;
  display: block;
  inline-size: 100%;
  block-size: 100%;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: max-height 0.3s ease, opacity 0.45s ease, visibility 0.45s ease;
  transition: max-height 0.3s ease, opacity 0.45s ease, visibility 0.45s ease;
}
.c-site-brand__image--default {
  opacity: 1;
  visibility: visible;
}
.c-site-brand__image--footer {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
}
body.is-footer-brand-alt .c-site-brand .c-site-brand__image--default {
  opacity: 0;
  visibility: hidden;
}
body.is-footer-brand-alt .c-site-brand .c-site-brand__image--footer {
  opacity: 1;
  visibility: visible;
}
body.is-menu-active .c-site-brand .c-site-brand__image--default {
  opacity: 0;
  visibility: hidden;
}
body.is-menu-active .c-site-brand .c-site-brand__image--footer {
  opacity: 1;
  visibility: visible;
}
.c-site-brand__title a {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: clamp(20px, 3vw, 28px);
  letter-spacing: 0.08em;
  color: #4C6B90;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-site-brand__title a:hover {
    opacity: 0.75;
  }
}
@media (hover: none) {
  .c-site-brand__title a:active {
    opacity: 0.75;
  }
}

.c-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-social-links__link {
  min-inline-size: 40px;
  min-block-size: 40px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  border-radius: 50%;
  -webkit-transition: opacity 0.24s ease, -webkit-transform 0.24s ease;
  transition: opacity 0.24s ease, -webkit-transform 0.24s ease;
  transition: opacity 0.24s ease, transform 0.24s ease;
  transition: opacity 0.24s ease, transform 0.24s ease, -webkit-transform 0.24s ease;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-social-links__link:hover {
    opacity: 0.72;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@media (hover: none) {
  .c-social-links__link:active {
    opacity: 0.72;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.c-social-links__icon {
  inline-size: 24px;
  block-size: 24px;
  display: block;
}
.c-social-links__link--twitter .c-social-links__icon, .c-social-links__link--x .c-social-links__icon {
  inline-size: 20px;
  block-size: 20px;
}
.c-social-links--header {
  gap: 12px;
}
.c-social-links--sp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.c-social-links--sp .c-social-links__link {
  min-inline-size: 48px;
  min-block-size: 48px;
  border-radius: 16px;
}

.c-section-heading__title {
  -webkit-margin-after: clamp(40px, 5vw, 80px);
          margin-block-end: clamp(40px, 5vw, 80px);
  display: block;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.3em;
  font-family: "garamond-premier-pro", serif;
  font-size: clamp(1.75rem, 1.3270676692rem + 1.8045112782vw, 2.5rem);
  font-weight: normal;
}
.c-section-heading__title:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

body.is-heading-reveal-pending .c-section-heading__title:not(.js-heading-reveal) {
  opacity: 0;
}

.c-section-heading__text {
  display: inline-block;
  overflow: clip;
}

.c-section-heading__char {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.c-section-heading__char--space {
  display: inline-block;
  block-size: auto;
  overflow: visible;
}

.c-section-heading__char-inner {
  display: block;
  clip-path: inset(100% 0 0 0);
  -webkit-transform: translate3d(0, 0.45em, 0);
          transform: translate3d(0, 0.45em, 0);
  -webkit-filter: blur(8px);
          filter: blur(8px);
  will-change: transform, clip-path, filter;
}

.js-heading-reveal.is-heading-visible .c-section-heading__char-inner {
  -webkit-animation: c-section-heading-char-rise 1.65s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: c-section-heading-char-rise 1.65s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  -webkit-animation-delay: calc(var(--char-index, 0) * 0.1s);
          animation-delay: calc(var(--char-index, 0) * 0.1s);
}

@-webkit-keyframes c-section-heading-char-rise {
  from {
    clip-path: inset(100% 0 0 0);
    -webkit-transform: translate3d(0, 0.45em, 0);
            transform: translate3d(0, 0.45em, 0);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  to {
    clip-path: inset(0 0 0 0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes c-section-heading-char-rise {
  from {
    clip-path: inset(100% 0 0 0);
    -webkit-transform: translate3d(0, 0.45em, 0);
            transform: translate3d(0, 0.45em, 0);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  to {
    clip-path: inset(0 0 0 0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@media screen and (max-width: 767px) {
  body:not(.home) .l-main > .l-container > .c-section-heading__title,
  body:not(.home) .l-main > .p-404 > .c-section-heading__title {
    text-align: center;
  }
}
body.is-content-reveal-pending [data-scroll-reveal-item=true]:not(.js-scroll-reveal) {
  opacity: 0;
}

.js-scroll-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  -webkit-transition: opacity var(--scroll-reveal-duration, 1.2s) ease, -webkit-transform var(--scroll-reveal-duration, 1.2s) cubic-bezier(0.24, 1, 0.3, 1);
  transition: opacity var(--scroll-reveal-duration, 1.2s) ease, -webkit-transform var(--scroll-reveal-duration, 1.2s) cubic-bezier(0.24, 1, 0.3, 1);
  transition: opacity var(--scroll-reveal-duration, 1.2s) ease, transform var(--scroll-reveal-duration, 1.2s) cubic-bezier(0.24, 1, 0.3, 1);
  transition: opacity var(--scroll-reveal-duration, 1.2s) ease, transform var(--scroll-reveal-duration, 1.2s) cubic-bezier(0.24, 1, 0.3, 1), -webkit-transform var(--scroll-reveal-duration, 1.2s) cubic-bezier(0.24, 1, 0.3, 1);
  -webkit-transition-delay: var(--scroll-reveal-delay, 0s);
          transition-delay: var(--scroll-reveal-delay, 0s);
  will-change: opacity, transform;
}

.js-scroll-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.js-card-reveal {
  overflow: hidden;
}

.js-card-reveal > .c-post-card__link,
.js-card-reveal > .c-news-card__link {
  opacity: 0;
  -webkit-transform: translate3d(0, 34px, 0);
          transform: translate3d(0, 34px, 0);
  -webkit-transition: opacity 0.52s ease, -webkit-transform 0.68s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.52s ease, -webkit-transform 0.68s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.52s ease, transform 0.68s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.52s ease, transform 0.68s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.68s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-delay: var(--card-reveal-delay, 0s);
          transition-delay: var(--card-reveal-delay, 0s);
  will-change: opacity, transform;
}

.js-card-reveal.is-card-visible > .c-post-card__link,
.js-card-reveal.is-card-visible > .c-news-card__link {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.c-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 4rem 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .c-post-list {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: center;
  }
}

.c-post-list--discography-archive {
  gap: clamp(36px, 6vw, 56px) 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  justify-items: stretch;
}
@media screen and (min-width: 768px) {
  .c-post-list--discography-archive {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.c-post-list--discography-archive > .c-post-card {
  width: 100%;
  max-width: 450px;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}
.c-post-list--discography-archive .c-post-card__thumb {
  aspect-ratio: 1;
}
.c-post-list--discography-archive .c-post-card__body {
  display: -ms-grid;
  display: grid;
  gap: clamp(10px, 2vw, 14px);
}
.c-post-list--discography-archive .c-post-card__title {
  margin: 0;
  font-size: clamp(0.875rem, 0.7340225564rem + 0.6015037594vw, 1.125rem);
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.c-post-list--discography-archive .c-post-card__meta {
  gap: 8px 12px;
}
.c-post-list--discography-archive .c-post-card__taxonomy {
  text-transform: lowercase;
}
.c-post-list--discography-archive .c-post-card__date {
  font-size: clamp(0.75rem, 0.6090225564rem + 0.6015037594vw, 1rem);
}

.c-post-card {
  width: 100%;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}
@media screen and (min-width: 768px) {
  .c-post-card {
    max-width: 320px;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
.c-post-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  color: inherit;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-post-card__link:hover {
    color: #4C6B90;
  }
  .c-post-card__link:hover .c-post-card__image {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-post-card__link:hover .c-post-card__overlay,
  .c-post-card__link:hover .c-post-card__overlay-text {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (hover: none) {
  .c-post-card__link:active {
    color: #4C6B90;
  }
  .c-post-card__link:active .c-post-card__image {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-post-card__link:active .c-post-card__overlay,
  .c-post-card__link:active .c-post-card__overlay-text {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-post-card__link:focus-visible {
  color: #4C6B90;
  outline: none;
}
.c-post-card__link:focus-visible .c-post-card__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-post-card__link:focus-visible .c-post-card__overlay,
.c-post-card__link:focus-visible .c-post-card__overlay-text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-post-card__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 8/5;
  margin: 0;
  overflow: hidden;
  background-color: rgba(220, 230, 241, 0.5);
}
.c-post-card__image, .c-post-card__noimg {
  width: 100%;
  height: 100%;
  display: block;
}
.c-post-card__image {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.c-post-card__noimg {
  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;
  background: rgba(220, 230, 241, 0.8);
  color: rgba(76, 107, 144, 0.6);
  font-family: "garamond-premier-pro", serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.c-post-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(76, 107, 144, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.c-post-card__overlay-text {
  position: absolute;
  inset: 0;
  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;
  font-family: "garamond-premier-pro", serif;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
  pointer-events: none;
}
.c-post-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-post-card__date {
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.c-post-card__taxonomy {
  color: rgba(76, 107, 144, 0.7);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.c-post-card__title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.c-post__meta,
.c-post-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 14px;
  margin: 0;
  color: #4C6B90;
  font-size: inherit;
  line-height: 1;
  letter-spacing: 0.12em;
}

.c-post__date,
.c-post-card__date {
  font-family: "garamond-premier-pro", serif;
  font-size: clamp(0.875rem, 0.8045112782rem + 0.3007518797vw, 1rem);
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.c-post__tag,
.c-post-card__taxonomy {
  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;
  min-width: 7.25em;
  padding: 0.3em 0.9em;
  background: #4C6B90;
  color: #FFFFFF;
  font-family: "garamond-premier-pro", serif;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-indent: 0.14em;
  line-height: 1;
}

.c-post-layout--news {
  display: -ms-grid;
  display: grid;
  gap: clamp(24px, 5vw, 40px);
}
@media screen and (min-width: 768px) {
  .c-post-layout--news {
    -ms-grid-columns: minmax(120px, 180px) clamp(36px, 5vw, 72px) minmax(0, 1fr);
    grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: clamp(36px, 5vw, 72px);
       -moz-column-gap: clamp(36px, 5vw, 72px);
            column-gap: clamp(36px, 5vw, 72px);
  }
}
.c-post-layout--news .c-post-layout__main {
  min-width: 0;
}

.c-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: clamp(28px, 5vw, 42px);
}

.c-news-card {
  list-style: none;
}
.c-news-card__link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px clamp(16px, 4vw, 28px) minmax(0, 1fr);
  grid-template-columns: 100px minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(16px, 4vw, 28px);
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-news-card__link {
    -ms-grid-columns: 180px clamp(24px, 3vw, 42px) minmax(0, 1fr);
    grid-template-columns: 180px minmax(0, 1fr);
    gap: clamp(24px, 3vw, 42px);
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .c-news-card__link:hover {
    color: #4C6B90;
  }
  .c-news-card__link:hover .c-news-card__image {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-news-card__link:hover .c-news-card__overlay,
  .c-news-card__link:hover .c-news-card__overlay-text {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (hover: none) {
  .c-news-card__link:active {
    color: #4C6B90;
  }
  .c-news-card__link:active .c-news-card__image {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-news-card__link:active .c-news-card__overlay,
  .c-news-card__link:active .c-news-card__overlay-text {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-news-card__thumb {
  position: relative;
  width: 100px;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(220, 230, 241, 0.9)), to(rgba(76, 107, 144, 0.15)));
  background: linear-gradient(180deg, rgba(220, 230, 241, 0.9), rgba(76, 107, 144, 0.15));
}
@media screen and (min-width: 768px) {
  .c-news-card__thumb {
    width: 180px;
  }
}
.c-news-card__image, .c-news-card__noimg {
  display: block;
  width: 100%;
  height: 100%;
}
.c-news-card__image {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.c-news-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(76, 107, 144, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.c-news-card__overlay-text {
  position: absolute;
  inset: 0;
  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;
  font-family: "garamond-premier-pro", serif;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
  pointer-events: none;
}
.c-news-card__noimg {
  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;
  color: rgba(76, 107, 144, 0.55);
  font-family: "garamond-premier-pro", serif;
  font-size: 0.875rem;
  letter-spacing: 0.14em;
}
.c-news-card__body {
  display: -ms-grid;
  display: grid;
  gap: clamp(8px, 2vw, 14px);
  min-width: 0;
}

.c-news-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px 0;
  color: rgba(76, 107, 144, 0.78);
  font-family: "garamond-premier-pro", serif;
  font-size: clamp(1rem, 0.8590225564rem + 0.6015037594vw, 1.25rem);
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px) {
  .c-news-filter {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 18px;
  }
}
.c-news-filter__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
@media screen and (min-width: 768px) {
  .c-news-filter__link {
    padding-left: 1.2em;
    position: relative;
  }
}
.c-news-filter__link::after {
  content: "|";
  margin-inline: 12px;
  color: rgba(76, 107, 144, 0.35);
}
@media screen and (min-width: 768px) {
  .c-news-filter__link::after {
    display: none;
  }
}
.c-news-filter__link:last-child::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-news-filter__link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.8em;
    height: 1px;
    background: currentColor;
    opacity: 0;
    -webkit-transform: translateY(-50%) scaleX(0);
            transform: translateY(-50%) scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: opacity 0s linear 0.35s, -webkit-transform 0.35s ease;
    transition: opacity 0s linear 0.35s, -webkit-transform 0.35s ease;
    transition: opacity 0s linear 0.35s, transform 0.35s ease;
    transition: opacity 0s linear 0.35s, transform 0.35s ease, -webkit-transform 0.35s ease;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .c-news-filter__link:hover {
    color: #4C6B90;
  }
}
@media (hover: none) {
  .c-news-filter__link:active {
    color: #4C6B90;
  }
}
.c-news-filter__link:focus-visible {
  outline: none;
}
@media screen and (min-width: 768px) {
  .c-news-filter__link.is-current::before, .c-news-filter__link:hover::before, .c-news-filter__link:focus-visible::before {
    opacity: 1;
    -webkit-transform: translateY(-50%) scaleX(1);
            transform: translateY(-50%) scaleX(1);
    -webkit-transition-delay: 0s, 0s;
            transition-delay: 0s, 0s;
  }
}

.c-pager {
  margin-top: clamp(32px, 6vw, 48px);
}
.c-pager .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.c-pager a,
.c-pager span {
  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;
  min-width: 42px;
  height: 42px;
  padding-inline: 12px;
  border: 1px solid rgba(76, 107, 144, 0.18);
  color: inherit;
  text-decoration: none;
  font-family: "garamond-premier-pro", serif;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
.c-pager .current {
  background: #4C6B90;
  border-color: #4C6B90;
  color: #FFFFFF;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-pager a:hover {
    color: #B1C0D4;
    border-color: rgba(76, 107, 144, 0.38);
  }
}
@media (hover: none) {
  .c-pager a:active {
    color: #B1C0D4;
    border-color: rgba(76, 107, 144, 0.38);
  }
}

.c-post {
  max-width: 680px;
  margin-inline: auto;
  width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-post__header {
  display: -ms-grid;
  display: grid;
  gap: clamp(10px, 2vw, 16px);
  margin-bottom: clamp(24px, 4vw, 32px);
  text-align: left;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c-post__title {
  margin: 0;
  font-size: clamp(1.5rem, 1.3590225564rem + 0.6015037594vw, 1.75rem);
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #4C6B90;
}
.c-post__meta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.c-post__meta a::before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #DCE6F1;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-post__meta a:hover {
    color: #B1C0D4;
  }
}
@media (hover: none) {
  .c-post__meta a:active {
    color: #B1C0D4;
  }
}
.c-post__thumb {
  width: 100%;
}
.c-post__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.c-post__embed {
  margin-bottom: clamp(24px, 4vw, 32px);
}
.c-post__embed iframe,
.c-post__embed object,
.c-post__embed embed {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
}
.c-post__content {
  margin-top: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: calc(clamp(30, calc(30 + 30 * ((100vw - 375px) / 665px)), 60) / 1000 * 1em);
  font-size: clamp(0.875rem, 0.8397556391rem + 0.1503759398vw, 0.9375rem);
  line-height: 2;
}
.c-post__content > *:first-child {
  margin-top: 0;
}
.c-post__content > *:last-child {
  margin-bottom: 0;
}
.c-post__content h2,
.c-post__content h3,
.c-post__content h4 {
  margin-top: 2.2em;
  margin-bottom: 0.8em;
  font-size: clamp(1.125rem, 0.9135338346rem + 0.9022556391vw, 1.5rem);
  line-height: 1.6;
}
.c-post__content p,
.c-post__content ul,
.c-post__content ol,
.c-post__content blockquote,
.c-post__content figure {
  margin-bottom: 1.65em;
}
.c-post__content ul,
.c-post__content ol {
  padding-inline: 2em;
}
.c-post__content li {
  margin-block: 0.3em;
}
.c-post__content blockquote {
  padding: 1.5em;
  background: rgba(76, 107, 144, 0.1);
  border-left: 4px solid #4C6B90;
}
.c-post__content figure {
  margin: 2em 0;
}
.c-post__content figure img {
  display: block;
  width: 100%;
  height: auto;
}
.c-post__content figure figcaption {
  margin-top: 0.5em;
  color: rgba(76, 107, 144, 0.7);
  font-size: 0.875rem;
  text-align: center;
}
.c-post__content strong {
  font-weight: bold;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -0.4em 0 rgba(177, 192, 212, 0.35);
          box-shadow: inset 0 -0.4em 0 rgba(177, 192, 212, 0.35);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.c-post__content a.c-content-link--youtube::before {
  content: "";
  display: inline-block;
  width: 1.05em;
  height: 1.05em;
  margin-right: 0.35em;
  background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23ff0000' d='M549.7 124.1c-6.3-23.7-24.9-42.3-48.6-48.6C458.8 64 288 64 288 64S117.2 64 74.9 75.5C51.2 81.8 32.6 100.4 26.3 124.1 15.7 166.4 15.7 256 15.7 256s0 89.6 10.6 131.9c6.3 23.7 24.9 42.3 48.6 48.6C117.2 448 288 448 288 448s170.8 0 213.1-11.5c23.7-6.3 42.3-24.9 48.6-48.6 10.6-42.2 10.6-131.9 10.6-131.9s0-89.6-10.6-131.9ZM232 334.7V177.3L374.6 256 232 334.7Z'/%3E%3C/svg%3E");
  vertical-align: -0.14em;
}
.c-post__content a.c-content-link--youtube.c-content-link--youtube-in-list::before {
  display: none;
}
.c-post__content a.c-content-link--youtube.c-content-link--youtube-in-list::after {
  content: "";
  display: inline-block;
  width: 1.05em;
  height: 1.05em;
  margin-left: 0.35em;
  background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23ff0000' d='M549.7 124.1c-6.3-23.7-24.9-42.3-48.6-48.6C458.8 64 288 64 288 64S117.2 64 74.9 75.5C51.2 81.8 32.6 100.4 26.3 124.1 15.7 166.4 15.7 256 15.7 256s0 89.6 10.6 131.9c6.3 23.7 24.9 42.3 48.6 48.6C117.2 448 288 448 288 448s170.8 0 213.1-11.5c23.7-6.3 42.3-24.9 48.6-48.6 10.6-42.2 10.6-131.9 10.6-131.9s0-89.6-10.6-131.9ZM232 334.7V177.3L374.6 256 232 334.7Z'/%3E%3C/svg%3E");
  vertical-align: -0.14em;
}
.c-post__track-list ol {
  list-style: decimal-leading-zero;
}
.c-post__track-list-heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.22em;
  font-family: "garamond-premier-pro", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-post__footer {
  margin-top: clamp(32px, 6vw, 56px);
  padding-top: clamp(20px, 4vw, 28px);
}
.c-post__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.c-post__share-label {
  font-family: "garamond-premier-pro", serif;
  font-size: clamp(0.9375rem, 0.8670112782rem + 0.3007518797vw, 1.0625rem);
  letter-spacing: 0.14em;
}
.c-post__share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-post__share-link {
  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;
  width: 44px;
  height: 44px;
  line-height: 0;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.c-post__share-link img,
.c-post__share-link svg {
  display: block;
  width: 24px;
  height: 24px;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-post__share-link:hover {
    opacity: 0.82;
    -webkit-transform: translateY(-1px) scale(1.04);
            transform: translateY(-1px) scale(1.04);
  }
}
@media (hover: none) {
  .c-post__share-link:active {
    opacity: 0.82;
    -webkit-transform: translateY(-1px) scale(1.04);
            transform: translateY(-1px) scale(1.04);
  }
}
.c-post__pager {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 14px 20px;
  padding-top: clamp(18px, 4vw, 24px);
  border-top: 1px solid rgba(76, 107, 144, 0.16);
}
@media screen and (min-width: 768px) {
  .c-post__pager {
    -ms-grid-columns: 1fr 16px auto 16px 1fr;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
.c-post__pager-item {
  min-width: 0;
}
.c-post__pager-item a,
.c-post__pager-item span {
  color: inherit;
  text-decoration: none;
}
.c-post__pager-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-post__pager-item--prev {
  text-align: left;
}
.c-post__pager-item--back {
  grid-column: 1/-1;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-post__pager-item--back {
    grid-column: auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.c-post__pager-item--next {
  text-align: right;
}
.c-post__pager-arrow--prev .c-btn__arrow-icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (any-hover: hover) and (pointer: fine) {
  .c-post__pager-item--prev a:hover .c-post__pager-arrow--prev .c-btn__arrow-icon {
    -webkit-animation: c-btn-arrow-slide-prev 0.45s ease;
            animation: c-btn-arrow-slide-prev 0.45s ease;
  }
}
@media (hover: none) {
  .c-post__pager-item--prev a:active .c-post__pager-arrow--prev .c-btn__arrow-icon {
    -webkit-animation: c-btn-arrow-slide-prev 0.45s ease;
            animation: c-btn-arrow-slide-prev 0.45s ease;
  }
}
.c-post__pager-item--prev a:active .c-post__pager-arrow--prev .c-btn__arrow-icon, .c-post__pager-item--prev a:focus-visible .c-post__pager-arrow--prev .c-btn__arrow-icon {
  -webkit-animation: c-btn-arrow-slide-prev 0.45s ease;
          animation: c-btn-arrow-slide-prev 0.45s ease;
}
.c-post__pager-item--back a {
  width: 100%;
  height: 50px;
  max-width: 260px;
  margin-top: 30px;
  border: 1px solid #4C6B90;
}
@media screen and (min-width: 768px) {
  .c-post__pager-item--back a {
    width: auto;
    height: auto;
    margin-top: 0;
    border: none;
  }
}
.c-post__recent {
  margin-top: clamp(80px, 8vw, 100px);
}
.c-post__recent-title {
  margin: 0 0 clamp(24px, 4vw, 32px);
  font-family: "garamond-premier-pro", serif;
  font-size: clamp(1.5rem, 1.2180451128rem + 1.2030075188vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.18em;
}
.c-post__recent-list {
  margin: 0;
}
.c-post__author {
  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: clamp(20px, 5vw, 40px);
  text-align: center;
  margin-bottom: clamp(20px, 6vw, 30px);
  padding-inline: clamp(20px, 4vw, 40px);
}
@media screen and (min-width: 768px) {
  .c-post__author {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
.c-post__author-avatar {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: clamp(120px, 20vw, 180px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(220, 230, 241, 0.6);
  display: -ms-grid;
  display: grid;
}
.c-post__author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-post__author-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 0.9375rem;
  color: #4C6B90;
}
.c-post__author-meta {
  margin: 0;
}
.c-post__author-meta-label {
  line-height: 1;
  font-family: "garamond-premier-pro", serif;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
}
.c-post__author-meta-value {
  margin: 0;
}
.c-post__author-name {
  display: inline-block;
  font-size: clamp(1.0625rem, 0.9567669173rem + 0.4511278195vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.c-post__author-bio p {
  margin: 0 0 0.75em;
}
.c-post__author-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-post__author-social-link {
  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;
  width: 40px;
  height: 40px;
  line-height: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.c-post__author-social-link img,
.c-post__author-social-link svg {
  width: 32px;
  height: 32px;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-post__author-social-link:hover {
    opacity: 0.8;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@media (hover: none) {
  .c-post__author-social-link:active {
    opacity: 0.8;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@media screen and (min-width: 768px) {
  .c-post__author-social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-post__content .c-post__track-list > .c-post__track-list-heading {
  margin-top: clamp(40px, 6vw, 56px);
  margin-bottom: clamp(18px, 3vw, 24px);
  font-size: clamp(1rem, 0.9295112782rem + 0.3007518797vw, 1.125rem);
  line-height: 1.2;
}

.c-post-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) clamp(16px, 4vw, 24px) minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 4vw, 24px);
  padding-top: clamp(20px, 4vw, 36px);
  border-top: 1px solid rgba(220, 230, 241, 0.7);
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .c-post-nav {
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1.5fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr) minmax(0, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}
.c-post-nav__prev, .c-post-nav__next {
  -ms-grid-row: 1;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-post-nav__prev a, .c-post-nav__next a {
  color: #4C6B90;
  text-decoration: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  padding-bottom: 0.3rem;
  padding-inline: 0.45rem;
  letter-spacing: 0.12em;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.c-post-nav__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-post-nav__arrow {
  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;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.c-post-nav__prev {
  -ms-grid-column: 1;
  grid-column: 1;
  text-align: left;
}
.c-post-nav__prev a::after, .c-post-nav__prev a::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  inline-size: 100%;
  block-size: 1px;
  -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;
}
.c-post-nav__prev a::after {
  background: #4C6B90;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.c-post-nav__prev a::before {
  background: #B1C0D4;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-post-nav__prev a:hover {
    color: #B1C0D4;
  }
  .c-post-nav__prev a:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .c-post-nav__prev a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .c-post-nav__prev a:hover .c-post-nav__arrow {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
@media (hover: none) {
  .c-post-nav__prev a:active {
    color: #B1C0D4;
  }
  .c-post-nav__prev a:active::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .c-post-nav__prev a:active::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .c-post-nav__prev a:active .c-post-nav__arrow {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
.c-post-nav__prev a:focus-visible {
  outline: none;
  color: #4C6B90;
}
.c-post-nav__prev a:focus-visible::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.c-post-nav__prev a:focus-visible::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.c-post-nav__prev a:focus-visible .c-post-nav__arrow {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}
.c-post-nav__prev .c-post-nav__arrow {
  -webkit-margin-end: 0.35rem;
          margin-inline-end: 0.35rem;
}
.c-post-nav__next {
  -ms-grid-column: 2;
  grid-column: 2;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.c-post-nav__next a::after, .c-post-nav__next a::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  inline-size: 100%;
  block-size: 1px;
  -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;
}
.c-post-nav__next a::after {
  background: #4C6B90;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.c-post-nav__next a::before {
  background: #B1C0D4;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-post-nav__next a:hover {
    color: #B1C0D4;
  }
  .c-post-nav__next a:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .c-post-nav__next a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .c-post-nav__next a:hover .c-post-nav__arrow {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
@media (hover: none) {
  .c-post-nav__next a:active {
    color: #B1C0D4;
  }
  .c-post-nav__next a:active::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .c-post-nav__next a:active::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .c-post-nav__next a:active .c-post-nav__arrow {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.c-post-nav__next a:focus-visible {
  outline: none;
  color: #B1C0D4;
}
.c-post-nav__next a:focus-visible::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.c-post-nav__next a:focus-visible::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.c-post-nav__next a:focus-visible .c-post-nav__arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.c-post-nav__next .c-post-nav__arrow {
  -webkit-margin-start: 0.35rem;
          margin-inline-start: 0.35rem;
}
.c-post-nav__archive {
  grid-column: 1/-1;
  -ms-grid-row: 2;
  grid-row: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
.c-post-nav__archive a {
  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;
  gap: 0.5em;
  width: min(320px, 100%);
  padding: 12px clamp(16px, 4vw, 24px);
  color: #4C6B90;
  border: 1px solid #4C6B90;
  text-decoration: none;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-post-nav__archive a:hover {
    color: #B1C0D4;
    background: color-mix(in srgb, #B1C0D4 20%, white);
    border-color: #B1C0D4;
  }
}
@media (hover: none) {
  .c-post-nav__archive a:active {
    color: #B1C0D4;
    background: color-mix(in srgb, #B1C0D4 20%, white);
    border-color: #B1C0D4;
  }
}
@media screen and (min-width: 768px) {
  .c-post-nav__archive {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    text-align: center;
  }
  .c-post-nav__archive a {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-post-nav__prev {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .c-post-nav__next {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.c-related-posts__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
  margin-inline: auto;
  padding-bottom: 7px;
  padding-left: 0.2em;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 400;
}
.c-related-posts__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #4C6B90;
}

.p-breadcrumb {
  width: min(92%, 1200px);
  margin-inline: auto;
}

.c-breadcrumb {
  padding-block: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: right;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: 0.8125rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-breadcrumb > span,
.c-breadcrumb > p,
.c-breadcrumb > nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-left: auto;
  white-space: nowrap;
}
.c-breadcrumb span.material-symbols-outlined {
  font-size: 0.8125rem;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.c-breadcrumb .c-breadcrumb__separator {
  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;
  margin-inline: 0.3em;
  color: #4C6B90;
}
.c-breadcrumb .c-breadcrumb__separator-icon {
  display: block;
  width: 0.7em;
  height: 0.7em;
}
.c-breadcrumb a {
  padding: 10px 0;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #4C6B90;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-breadcrumb a:hover {
    text-decoration: underline;
    color: #B1C0D4;
  }
}
@media (hover: none) {
  .c-breadcrumb a:active {
    text-decoration: underline;
    color: #B1C0D4;
  }
}
@media screen and (min-width: 1200px) {
  .c-breadcrumb {
    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;
    width: 100%;
    overflow: hidden;
  }
  .c-breadcrumb a {
    padding: 0;
  }
}

.p-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  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;
  inline-size: 70px;
  block-size: 70px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #4C6B90;
  font-family: "garamond-premier-pro", serif;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  cursor: pointer;
  -webkit-transition: color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-hamburger:focus-visible {
  outline: 2px solid rgba(76, 107, 144, 0.7);
  outline-offset: 4px;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-hamburger:hover {
    background-color: transparent;
  }
}
@media (hover: none) {
  .p-hamburger:active {
    background-color: transparent;
  }
}
@media screen and (min-width: 992px) {
  .p-hamburger {
    display: none;
  }
}
.p-hamburger__line, .p-hamburger__text {
  pointer-events: none;
}
.p-hamburger__line {
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  inline-size: 28px;
  block-size: 1px;
  border-radius: 2px;
  background: currentColor;
  -webkit-transition: background-color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: background-color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: background-color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: background-color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.p-hamburger__line::before, .p-hamburger__line::after {
  content: "";
  position: absolute;
  left: 0;
  inline-size: 100%;
  block-size: 100%;
  border-radius: inherit;
  background: currentColor;
  -webkit-transition: background-color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: background-color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: background-color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: background-color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.p-hamburger__line::before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.p-hamburger__line::after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.is-menu-active .p-hamburger__line {
  background: transparent;
}
.p-hamburger__text {
  position: absolute;
  bottom: 9px;
  display: block;
  font-size: 0.875rem;
  -webkit-transition: color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.p-hamburger__text::before, .p-hamburger__text::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: inherit;
  font-family: inherit;
  color: currentColor;
  -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.p-hamburger__text::before {
  content: "Menu";
  opacity: 1;
  visibility: visible;
}
.p-hamburger__text::after {
  content: "Close";
  opacity: 0;
  visibility: hidden;
}
.p-hamburger.is-active {
  color: #FFFFFF;
}
.p-hamburger.is-active .p-hamburger__line {
  background: transparent;
}
.p-hamburger.is-active .p-hamburger__line::before {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.p-hamburger.is-active .p-hamburger__line::after {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.p-hamburger.is-active .p-hamburger__text::before {
  opacity: 0;
  visibility: hidden;
}
.p-hamburger.is-active .p-hamburger__text::after {
  opacity: 1;
  visibility: visible;
}

body.is-hero-scroll-active .p-hamburger,
body.is-footer-ui-light .p-hamburger,
body.is-menu-active .p-hamburger {
  color: #FFFFFF;
}

body.admin-bar .p-hamburger {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .p-hamburger {
    top: 46px;
  }
}

.p-global-nav {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: none;
}
@media screen and (min-width: 992px) {
  .p-global-nav {
    display: block;
    width: 100%;
  }
}
.p-global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .p-global-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 14px;
  }
}
@media screen and (min-width: 992px) {
  .p-global-nav__list li.menu-item-home {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .p-global-nav__list li {
    position: relative;
  }
}
.p-global-nav__list a {
  position: relative;
  display: inline-block;
  font-family: "garamond-premier-pro", serif;
  font-size: clamp(14px, 1.4vw, 18px);
  letter-spacing: 0.3em;
  padding-left: 0.15em;
  color: #4C6B90;
  text-decoration: none;
  padding-block: 4px;
  -webkit-transition: color 0.35s ease, -webkit-transform 0.35s ease;
  transition: color 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, color 0.35s ease;
  transition: transform 0.35s ease, color 0.35s ease, -webkit-transform 0.35s ease;
}
@media screen and (min-width: 992px) {
  .p-global-nav__list a {
    font-size: 1.25rem;
  }
}
.p-global-nav__list a::after {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-global-nav__list a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
    width: 70px;
    height: 0.5px;
    background: currentColor;
    opacity: 0;
    -webkit-transform: translateY(-50%) scaleX(0);
            transform: translateY(-50%) scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: opacity 0s linear 0.35s, width 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0s linear 0.35s, width 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0s linear 0.35s, width 0.35s ease, transform 0.35s ease;
    transition: opacity 0s linear 0.35s, width 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-global-nav__list a:hover {
    color: #4C6B90;
  }
}
@media (hover: none) {
  .p-global-nav__list a:active {
    color: #4C6B90;
  }
}
.p-global-nav__list a:focus-visible {
  outline: none;
}
@media screen and (min-width: 992px) {
  .p-global-nav__list li.current-menu-item a,
  .p-global-nav__list li:hover a,
  .p-global-nav__list li:focus-within a {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@media screen and (min-width: 992px) {
  .p-global-nav__list li.current-menu-item a::before,
  .p-global-nav__list li:hover a::before,
  .p-global-nav__list li:focus-within a::before {
    opacity: 1;
    width: 80px;
    -webkit-transform: translateY(-50%) scaleX(1);
            transform: translateY(-50%) scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition-delay: 0s, 0s, 0s;
            transition-delay: 0s, 0s, 0s;
  }
}

@media screen and (min-width: 992px) {
  body.home.is-fixed-ui-light .p-global-nav__list a,
  body.home.is-fixed-ui-light .c-social-links.p-sns-fixed .c-social-links__link,
  body.is-footer-ui-light .p-global-nav__list a,
  body.is-footer-ui-light .c-social-links.p-sns-fixed .c-social-links__link {
    color: rgba(255, 255, 255, 0.88);
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  }
  body.home.is-fixed-ui-light .c-social-links.p-sns-fixed .c-social-links__icon,
  body.is-footer-ui-light .c-social-links.p-sns-fixed .c-social-links__icon {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  body.home.is-fixed-ui-light .p-global-nav__list a:hover,
  body.home.is-fixed-ui-light .c-social-links.p-sns-fixed .c-social-links__link:hover,
  body.is-footer-ui-light .p-global-nav__list a:hover,
  body.is-footer-ui-light .c-social-links.p-sns-fixed .c-social-links__link:hover {
    color: #FFFFFF;
  }
}

body.home.is-hero-brand-hidden .l-header__brand {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.is-menu-active .l-header__brand {
  position: fixed;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.home.is-hero-brand-hidden.is-menu-active .l-header__brand {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-sp-nav {
  position: fixed;
  inset: 0;
  z-index: 1500;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(76, 107, 144, 0.7);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  -webkit-transform: translateY(6px) scale(0.995);
          transform: translateY(6px) scale(0.995);
  -webkit-transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.45s cubic-bezier(0.19, 1, 0.22, 1), transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.45s cubic-bezier(0.19, 1, 0.22, 1), transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, visibility, transform;
}
.p-sp-nav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.p-sp-nav__inner {
  position: absolute;
  inset: 0;
  padding-block: 100px;
  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;
  gap: clamp(28px, 6vw, 48px);
  overflow-y: auto;
  opacity: 0;
  -webkit-transform: translateY(12px) scale(0.98);
          transform: translateY(12px) scale(0.98);
  -webkit-transition: opacity 0.55s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.55s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.55s cubic-bezier(0.19, 1, 0.22, 1), transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.55s cubic-bezier(0.19, 1, 0.22, 1), transform 0.55s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
}
.p-sp-nav.is-open .p-sp-nav__inner {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.p-sp-nav:not(.is-open) .p-sp-nav__inner {
  -webkit-transition: opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1), transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1), transform 0.35s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-sp-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: clamp(18px, 5vw, 28px);
  text-align: center;
}
.p-sp-nav__list a {
  display: inline-block;
  font-family: "garamond-premier-pro", serif;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.96);
  letter-spacing: 0.3em;
  text-decoration: none;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-sp-nav__list a:hover {
    color: rgba(255, 255, 255, 0.72);
  }
}
@media (hover: none) {
  .p-sp-nav__list a:active {
    color: rgba(255, 255, 255, 0.72);
  }
}
.p-sp-nav .c-social-links--sp .c-social-links__link {
  color: rgba(255, 255, 255, 0.96);
}
@media (any-hover: hover) and (pointer: fine) {
  .p-sp-nav .c-social-links--sp .c-social-links__link:hover {
    color: rgba(255, 255, 255, 0.72);
  }
}
@media (hover: none) {
  .p-sp-nav .c-social-links--sp .c-social-links__link:active {
    color: rgba(255, 255, 255, 0.72);
  }
}
.p-sp-nav .c-social-links--sp .c-social-links__icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.p-sp-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 1400;
  background: rgba(76, 107, 144, 0.35);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-sp-nav-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-site-loading {
  --loading-fade-duration: .7s;
  --loading-blur-duration: .9s;
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: #4C6B90;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity var(--loading-fade-duration) cubic-bezier(0.22, 1, 0.36, 1), visibility var(--loading-fade-duration) cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter var(--loading-blur-duration) cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity var(--loading-fade-duration) cubic-bezier(0.22, 1, 0.36, 1), visibility var(--loading-fade-duration) cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter var(--loading-blur-duration) cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity var(--loading-fade-duration) cubic-bezier(0.22, 1, 0.36, 1), visibility var(--loading-fade-duration) cubic-bezier(0.22, 1, 0.36, 1), filter var(--loading-blur-duration) cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity var(--loading-fade-duration) cubic-bezier(0.22, 1, 0.36, 1), visibility var(--loading-fade-duration) cubic-bezier(0.22, 1, 0.36, 1), filter var(--loading-blur-duration) cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter var(--loading-blur-duration) cubic-bezier(0.22, 1, 0.36, 1);
}
.p-site-loading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 42%), -webkit-gradient(linear, left top, left bottom, from(#4c6b90), to(#4c6b90));
  background: radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 42%), linear-gradient(180deg, #4c6b90 0%, #4c6b90 100%);
  opacity: 0.72;
  -webkit-transition: opacity var(--loading-blur-duration) cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform var(--loading-blur-duration) cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity var(--loading-blur-duration) cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform var(--loading-blur-duration) cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity var(--loading-blur-duration) cubic-bezier(0.22, 1, 0.36, 1), transform var(--loading-blur-duration) cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity var(--loading-blur-duration) cubic-bezier(0.22, 1, 0.36, 1), transform var(--loading-blur-duration) cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform var(--loading-blur-duration) cubic-bezier(0.22, 1, 0.36, 1);
}
.p-site-loading.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.p-site-loading.is-complete {
  --loading-fade-duration: 1.4s;
  --loading-blur-duration: 1.4s;
  opacity: 0;
  pointer-events: none;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.p-site-loading.is-complete::before {
  opacity: 0;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.p-site-loading__inner {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  row-gap: 14px;
}
.p-site-loading__logo {
  width: min(160px, 33.6vw);
  aspect-ratio: 63/100;
  background: center/contain no-repeat url("images/logo-s2.svg");
}
.p-site-loading__bar {
  position: relative;
  width: min(220px, 42vw);
  height: 1px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.26);
  overflow: hidden;
}
.p-site-loading__bar-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(var(--loading-progress, 0) * 100%);
  background: rgba(255, 255, 255, 0.92);
  -webkit-transition: width 0.18s linear;
  transition: width 0.18s linear;
}
.p-site-loading__progress {
  font-family: "garamond-premier-pro", serif;
  font-size: clamp(20px, 2.4vw, 28px);
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.88);
  text-indent: 0.18em;
}
.p-site-loading__progress-unit {
  font-size: 0.58em;
  vertical-align: 0.18em;
}

body.is-loading {
  overflow: hidden;
}

@media (max-width: 767px) {
  .p-site-loading__inner {
    row-gap: 12px;
  }
  .p-site-loading__logo {
    width: min(106px, 30.4vw);
  }
  .p-site-loading__bar {
    width: min(220px, 56vw);
    margin-top: 8px;
  }
  .p-site-loading__progress {
    font-size: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-site-loading,
  .p-site-loading::before {
    -webkit-transition: none;
    transition: none;
  }
}
.p-footer {
  width: 100%;
  margin-inline: auto;
  text-align: center;
  color: #FFFFFF;
}
.p-footer > .l-container {
  width: min(100%, 1200px);
  margin-inline: auto;
}
.p-footer__inner {
  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: 32px;
}
.p-footer__nav {
  width: 100%;
}
.p-footer__nav-list {
  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;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.p-footer__nav-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  font-family: "garamond-premier-pro", serif;
}
.p-footer__nav-list li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background: #DCE6F1;
}
.p-footer__nav-list li:last-child::after {
  display: none;
}
.p-footer__nav-list a {
  position: relative;
  display: block;
  letter-spacing: 0.1em;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.p-footer__nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -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;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-footer__nav-list a:hover {
    color: #B1C0D4;
  }
  .p-footer__nav-list a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@media (hover: none) {
  .p-footer__nav-list a:active {
    color: #B1C0D4;
  }
  .p-footer__nav-list a:active::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
.p-footer__nav-list a:focus-visible::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.p-footer__logo img {
  display: block;
  margin: 0 auto;
  max-width: 160px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo img {
    max-width: 226px;
  }
}
.p-footer .c-social-links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-footer .c-copy {
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  font-family: "garamond-premier-pro", serif;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.p-footer {
  /* &__pagetop {
  	--pagetop-shift: 0px;
  	position: absolute;
  	bottom:  20%;
  	right: 20px;
  	display: inline-flex;
  	align-items: center;
  	gap: 8px;
  	padding: 12px 8px;
  	font-family: $af;
  	font-size: fz(12);
  	letter-spacing: ls(150);
  	line-height: 1;
  	text-decoration: none;
  	color: $color-white;
  	opacity: .7;
  	text-shadow: 0 2px 16px rgba($color-black, .35);
  	writing-mode: vertical-rl;
  	text-orientation: mixed;
  	z-index: 2;
  	transition: opacity .4s ease;

  	@include hover {
  		color: $color-white;
  		opacity: 1;
  		--pagetop-shift: 5px;
  	}

  	&:focus-visible {
  		color: $color-white;
  		opacity: 1;
  		--pagetop-shift: 5px;
  	}

  	&::before {
  		content: '';
  		display: block;
  		width: 1px;
  		height: calc(clamp(40px, 6vw, 70px) - var(--pagetop-shift));
  		background: currentColor;
  		flex: none;
  		transform: translateY(calc(var(--pagetop-shift) * -1));
  		transition: height .4s ease, transform .4s ease;
  	}

  	.p-footer__pagetop-text {
  		transform: translateY(calc(var(--pagetop-shift) * -1));
  		transition: transform .4s ease;
  	}

  	&::after {
  		content: '';
  		position: absolute;
  		inset: -12px;
  	}

  	@include mq('lg') {
  		right: 30px;
  		// bottom: auto;
  		padding: 0 8px;
  	}
  } */
}

.p-hero {
  position: relative;
  overflow: hidden;
  --hero-logo-progress: 0;
  min-height: 100svh;
  inline-size: 100%;
  max-inline-size: none;
}
.p-hero__inner {
  position: relative;
  min-height: 100svh;
  margin: 0 auto;
}
.p-hero__body {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  place-items: start center;
  padding: clamp(72px, 12vw, 120px) clamp(24px, 6vw, 64px) clamp(96px, 16vh, 180px);
}
@media screen and (min-width: 992px) {
  .p-hero__body {
    padding: clamp(56px, 8vh, 96px) clamp(48px, 8vw, 96px) clamp(112px, 18vh, 180px);
  }
}
.p-hero__branding {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: min(100%, 400px);
}
@media screen and (min-width: 992px) {
  .p-hero__branding {
    width: min(100%, 420px);
  }
}
.p-hero__logo {
  width: clamp(136px, min(31vw, 24svh), 200px);
  margin: clamp(24px, 4vh, 40px) 0 0;
  will-change: transform, opacity, filter;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
body.is-hero-logo-active .p-hero__logo {
  position: fixed;
  left: 50%;
  top: clamp(96px, 15vh, 132px);
  margin: 0;
}
@media screen and (min-width: 992px) {
  body.is-hero-logo-active .p-hero__logo {
    top: max(72px, 10vh);
  }
}
body.is-hero-logo-active .p-hero__logo {
  -webkit-transform: translate3d(-50%, calc(var(--hero-logo-progress) * -56px), 0) scale(calc(1 + var(--hero-logo-progress) * 0.28));
          transform: translate3d(-50%, calc(var(--hero-logo-progress) * -56px), 0) scale(calc(1 + var(--hero-logo-progress) * 0.28));
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-filter: blur(calc(var(--hero-logo-progress) * 14px));
          filter: blur(calc(var(--hero-logo-progress) * 14px));
  opacity: calc(1 - var(--hero-logo-progress));
}
.p-hero__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-hero__character {
  width: 400px;
  margin: clamp(72px, 14vw, 116px) 0 0;
  display: none;
}
.p-hero__character img {
  display: block;
  width: 100%;
  height: auto;
}
.p-hero__copy {
  position: absolute;
  bottom: clamp(70px, 10vw, 100px);
  left: 0;
  z-index: 3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  line-height: 1.2;
  white-space: nowrap;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(2px);
}
@media screen and (min-width: 992px) {
  .p-hero__copy {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 82vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-margin-before: clamp(60px, 8vh, 120px);
            margin-block-start: clamp(60px, 8vh, 120px);
    padding: 0;
    background: none;
    backdrop-filter: none;
  }
}
.p-hero__copy--visible .p-hero__lead {
  -webkit-animation: p-hero-copy-fade-up 0.9s ease forwards;
          animation: p-hero-copy-fade-up 0.9s ease forwards;
}
.p-hero__copy--visible .p-hero__sub {
  -webkit-animation: p-hero-copy-fade-up 0.9s ease forwards;
          animation: p-hero-copy-fade-up 0.9s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.p-hero__lead {
  letter-spacing: 0.2em;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: clamp(20px, 5vw, 46px);
  margin: 0;
  color: #4C6B90;
  opacity: 0;
  -webkit-transform: translateY(22px);
          transform: translateY(22px);
}
.p-hero__lead br {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-hero__lead br {
    display: inline;
  }
}
.p-hero__sub {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin-block: 0;
  -webkit-margin-before: clamp(0em, 1vw, 0.5em);
          margin-block-start: clamp(0em, 1vw, 0.5em);
  font-family: "garamond-premier-pro", serif;
  font-size: clamp(14px, 2vw, 18px);
  letter-spacing: 0.2em;
  color: rgb(51.3345454545, 72.2736363636, 97.2654545455);
  opacity: 0;
  -webkit-transform: translateY(22px);
          transform: translateY(22px);
}
.p-hero__sub::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 1px;
  background: #4C6B90;
}
@media (prefers-reduced-motion: reduce) {
  .p-hero__copy--visible .p-hero__lead,
  .p-hero__copy--visible .p-hero__sub {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.p-hero__scroll {
  position: absolute;
  bottom: 0;
  left: 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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
body.is-hero-scroll-active .p-hero__scroll {
  position: fixed;
  inset: auto auto 0 50%;
}
body:not(.is-hero-scroll-active) .p-hero__scroll {
  opacity: 0;
}
.p-hero__scroll span {
  display: none;
}
.p-hero__scroll::after {
  content: "";
  display: block;
  inline-size: 1px;
  block-size: 140px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  clip-path: inset(0 0 100% 0);
  -webkit-animation: p-hero-scroll-grow 2.2s ease-in-out infinite;
          animation: p-hero-scroll-grow 2.2s ease-in-out infinite;
}
.p-hero__media {
  position: absolute;
  inset: 0;
  display: block;
}
.p-hero__figure {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-hero__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.04)), color-stop(46%, rgba(17, 34, 86, 0.18)), to(rgba(29, 34, 110, 0.5)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(17, 34, 86, 0.18) 46%, rgba(29, 34, 110, 0.5) 100%);
  pointer-events: none;
}
.p-hero__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-hero__news {
  position: relative;
  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;
  gap: clamp(12px, 3vw, 20px);
  width: 100%;
  height: 50px;
  -webkit-padding-start: clamp(10px, 3vw, 20px);
          padding-inline-start: clamp(10px, 3vw, 20px);
  -webkit-padding-end: clamp(10px, 3vw, 25px);
          padding-inline-end: clamp(10px, 3vw, 25px);
  border-bottom: 1px solid white;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(3px);
}
.p-hero__news--empty {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-hero__news-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
  font-family: "garamond-premier-pro", serif;
  letter-spacing: 0.3em;
}
.p-hero__news-label::after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #DCE6F1;
}
.p-hero__news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(12px, 2vw, 16px);
  -ms-flex-wrap: row nowrap;
      flex-wrap: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: clamp(74%, 40vw, 100%);
  height: 100%;
  overflow: hidden;
  color: #4C6B90;
  text-decoration: none;
  font-size: clamp(0.875rem, 0.8045112782rem + 0.3007518797vw, 1rem);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  --p-hero-marquee-gap: clamp(16px, 3vw, 32px);
  --p-hero-marquee-duration: 14s;
  --p-hero-marquee-distance: 100%;
}
.p-hero__news-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 14px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  inline-size: 0.5em;
  aspect-ratio: 1;
  -webkit-border-end: 1px solid currentColor;
          border-inline-end: 1px solid currentColor;
  -webkit-border-before: 1px solid currentColor;
          border-block-start: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 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;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-hero__news-link:hover {
    color: #B1C0D4;
  }
  .p-hero__news-link:hover::after {
    -webkit-transform: translateX(4px) rotate(45deg);
            transform: translateX(4px) rotate(45deg);
  }
  .p-hero__news-link:hover .p-hero__news-title-track {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}
@media (hover: none) {
  .p-hero__news-link:active {
    color: #B1C0D4;
  }
  .p-hero__news-link:active::after {
    -webkit-transform: translateX(4px) rotate(45deg);
            transform: translateX(4px) rotate(45deg);
  }
  .p-hero__news-link:active .p-hero__news-title-track {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}
.p-hero__news-empty {
  margin: 0;
  color: #4C6B90;
}
.p-hero__news-time {
  letter-spacing: 0.05em;
  font-family: "garamond-premier-pro", serif;
}
.p-hero__news-title {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-inline-size: 0;
  display: block;
  max-inline-size: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.p-hero__news-title-track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--p-hero-marquee-gap);
  min-inline-size: -webkit-max-content;
  min-inline-size: -moz-max-content;
  min-inline-size: max-content;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: p-hero-news-marquee var(--p-hero-marquee-duration, 14s) linear infinite;
          animation: p-hero-news-marquee var(--p-hero-marquee-duration, 14s) linear infinite;
}
.p-hero__news-title-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-inline-size: -webkit-max-content;
  min-inline-size: -moz-max-content;
  min-inline-size: max-content;
}
.p-hero__news-title-text::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 0.4em;
  background: #4C6B90;
  border-radius: 50%;
}
.p-hero__news-title-text[aria-hidden=true] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (prefers-reduced-motion: reduce) {
  .p-hero__news-title-track {
    -webkit-animation-duration: var(--p-hero-marquee-duration, 14s) !important;
            animation-duration: var(--p-hero-marquee-duration, 14s) !important;
    -webkit-animation-iteration-count: infinite !important;
            animation-iteration-count: infinite !important;
    -webkit-animation-play-state: running !important;
            animation-play-state: running !important;
  }
}
@media screen and (min-width: 992px) {
  .p-hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 100svh;
  }
  .p-hero__media {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-inline-size: none;
    inline-size: 100%;
    min-height: 100svh;
  }
  .p-hero__figure {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
  .p-hero__news {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 500px;
    height: 40px;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    z-index: 3;
    border-bottom: none;
  }
}

.p-home-chloe {
  --home-chloe-shift: 0px;
  --home-chloe-pointer-x: 0px;
  --home-chloe-pointer-y: 0px;
  --home-chloe-top: max(360px, 52svh);
  position: fixed;
  left: 50%;
  top: var(--home-chloe-top);
  z-index: -1;
  display: block;
  width: clamp(220px, 70vw, 340px);
  aspect-ratio: 400/354;
  pointer-events: none;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-transition: -webkit-transform 0.22s ease-out;
  transition: -webkit-transform 0.22s ease-out;
  transition: transform 0.22s ease-out;
  transition: transform 0.22s ease-out, -webkit-transform 0.22s ease-out;
  will-change: transform;
}
@media screen and (min-width: 992px) {
  .p-home-chloe {
    --home-chloe-top: max(340px, 50svh);
    width: clamp(260px, 32vw, 400px);
    -webkit-transform: translate3d(calc(-50% + var(--home-chloe-pointer-x)), calc(var(--home-chloe-shift) + var(--home-chloe-pointer-y)), 0);
            transform: translate3d(calc(-50% + var(--home-chloe-pointer-x)), calc(var(--home-chloe-shift) + var(--home-chloe-pointer-y)), 0);
    -webkit-transition: -webkit-transform 0.22s ease-out;
    transition: -webkit-transform 0.22s ease-out;
    transition: transform 0.22s ease-out;
    transition: transform 0.22s ease-out, -webkit-transform 0.22s ease-out;
    will-change: transform;
  }
}
.p-home-chloe img {
  display: block;
  width: 100%;
  height: auto;
}

@-webkit-keyframes p-hero-copy-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(22px);
            transform: translateY(22px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes p-hero-copy-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(22px);
            transform: translateY(22px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes p-hero-logo-intro {
  0% {
    -webkit-transform: translate3d(-50%, -24px, 0) scale(1.12);
            transform: translate3d(-50%, -24px, 0) scale(1.12);
    -webkit-filter: blur(8px);
            filter: blur(8px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0) scale(1);
            transform: translate3d(-50%, 0, 0) scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes p-hero-logo-intro {
  0% {
    -webkit-transform: translate3d(-50%, -24px, 0) scale(1.12);
            transform: translate3d(-50%, -24px, 0) scale(1.12);
    -webkit-filter: blur(8px);
            filter: blur(8px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0) scale(1);
            transform: translate3d(-50%, 0, 0) scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes p-hero-scroll-grow {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  20% {
    opacity: 0.7;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 0.7;
    clip-path: inset(0 0 0 0);
  }
  75% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 0.7;
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 0;
    clip-path: inset(100% 0 0 0);
  }
}
@keyframes p-hero-scroll-grow {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  20% {
    opacity: 0.7;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 0.7;
    clip-path: inset(0 0 0 0);
  }
  75% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 0.7;
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 0;
    clip-path: inset(100% 0 0 0);
  }
}
@-webkit-keyframes p-hero-news-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--p-hero-marquee-distance, 100%)));
            transform: translateX(calc(-1 * var(--p-hero-marquee-distance, 100%)));
  }
}
@keyframes p-hero-news-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--p-hero-marquee-distance, 100%)));
            transform: translateX(calc(-1 * var(--p-hero-marquee-distance, 100%)));
  }
}
.p-news {
  display: -ms-grid;
  display: grid;
  gap: 0;
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
@media screen and (min-width: 768px) {
  .p-news {
    -ms-grid-columns: minmax(140px, 180px) clamp(40px, 6vw, 80px) minmax(0, 1fr);
    grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    row-gap: 0;
    -webkit-column-gap: clamp(40px, 6vw, 80px);
       -moz-column-gap: clamp(40px, 6vw, 80px);
            column-gap: clamp(40px, 6vw, 80px);
  }
}
.p-news__content {
  min-width: 0;
}
.p-news__list {
  margin: 0;
}
.p-news__view-all {
  margin-top: clamp(28px, 5vw, 40px);
  text-align: right;
}
.p-news__empty {
  text-align: center;
  color: rgba(76, 107, 144, 0.7);
}

.p-news-archive__body {
  display: -ms-grid;
  display: grid;
  gap: clamp(28px, 6vw, 48px);
}
@media screen and (min-width: 768px) {
  .p-news-archive__body {
    -ms-grid-columns: minmax(120px, 180px) clamp(40px, 6vw, 80px) minmax(0, 1fr);
    grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: clamp(40px, 6vw, 80px);
       -moz-column-gap: clamp(40px, 6vw, 80px);
            column-gap: clamp(40px, 6vw, 80px);
  }
}
.p-news-archive__content {
  min-width: 0;
}
.p-news-archive__list {
  margin: 0;
}
.p-news-archive__empty {
  text-align: center;
  color: rgba(76, 107, 144, 0.7);
}

.p-discography .c-section-heading__title,
.p-movie .c-section-heading__title {
  -webkit-margin-after: clamp(28px, 5vw, 48px);
          margin-block-end: clamp(28px, 5vw, 48px);
}
.p-discography__main,
.p-movie__main {
  min-width: 0;
}
.p-discography__slider,
.p-movie__slider {
  overflow: hidden;
  width: calc(100% + clamp(16px, 4vw, 40px) * 2);
  margin-inline: calc(clamp(16px, 4vw, 40px) * -1);
  -webkit-padding-after: 8px;
          padding-block-end: 8px;
}
@media screen and (min-width: 768px) {
  .p-discography__slider,
  .p-movie__slider {
    width: calc(100% + max(0px, 50vw - 50%));
    margin-right: calc(50% - 50vw);
    margin-left: 0;
  }
}
.p-discography__slider:focus-visible,
.p-movie__slider:focus-visible {
  outline: 1px solid rgba(76, 107, 144, 0.45);
  outline-offset: 10px;
}
.p-discography__list,
.p-movie__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-discography .c-post-card__body,
.p-movie .c-post-card__body {
  display: -ms-grid;
  display: grid;
  gap: clamp(10px, 2vw, 14px);
}
.p-discography .c-post-card__meta,
.p-movie .c-post-card__meta {
  gap: clamp(12px, 2vw, 20px);
}
.p-discography__view-all,
.p-movie__view-all {
  text-align: right;
}
.p-discography__footer,
.p-movie__footer {
  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;
  gap: 16px;
  margin-top: clamp(28px, 5vw, 40px);
}
.p-discography__nav,
.p-movie__nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.p-discography__nav-btn,
.p-movie__nav-btn {
  gap: 0;
  padding: 0;
  cursor: pointer;
}
.p-discography__nav-btn:disabled,
.p-movie__nav-btn:disabled {
  opacity: 0.45;
  pointer-events: none;
}
.p-discography__nav-btn--prev .c-btn__arrow,
.p-movie__nav-btn--prev .c-btn__arrow {
  margin: 0;
}
.p-discography__nav-btn--prev .c-btn__arrow-icon,
.p-movie__nav-btn--prev .c-btn__arrow-icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (any-hover: hover) and (pointer: fine) {
  .p-discography__nav-btn--prev:hover .c-btn__arrow-icon,
  .p-movie__nav-btn--prev:hover .c-btn__arrow-icon {
    -webkit-animation: c-btn-arrow-slide-prev 0.45s ease;
            animation: c-btn-arrow-slide-prev 0.45s ease;
  }
}
@media (hover: none) {
  .p-discography__nav-btn--prev:active .c-btn__arrow-icon,
  .p-movie__nav-btn--prev:active .c-btn__arrow-icon {
    -webkit-animation: c-btn-arrow-slide-prev 0.45s ease;
            animation: c-btn-arrow-slide-prev 0.45s ease;
  }
}
.p-discography__nav-btn--prev:focus-visible .c-btn__arrow-icon,
.p-movie__nav-btn--prev:focus-visible .c-btn__arrow-icon {
  -webkit-animation: c-btn-arrow-slide-prev 0.45s ease;
          animation: c-btn-arrow-slide-prev 0.45s ease;
}
.p-discography__empty,
.p-movie__empty {
  text-align: center;
  color: rgba(76, 107, 144, 0.7);
}

.p-discography .c-post-card__thumb {
  aspect-ratio: 1;
}
.p-discography__slider .swiper-slide {
  width: clamp(280px, 100vw - 32px, 320px);
  max-width: none;
}
@media screen and (min-width: 768px) {
  .p-discography__slider .swiper-slide {
    width: clamp(240px, 30vw, 450px);
  }
}
@media screen and (min-width: 992px) {
  .p-discography__slider .swiper-slide {
    width: clamp(260px, 28vw, 450px);
  }
}

.p-movie .c-post-card__thumb {
  aspect-ratio: 640/360;
}
.p-movie .c-post-card__body {
  gap: 0;
}
.p-movie__slider .swiper-slide {
  width: min(640px, 100vw - 32px);
  max-width: none;
}
@media screen and (min-width: 768px) {
  .p-movie__slider .swiper-slide {
    width: min(640px, (100vw - 80px) / 2);
  }
}

.p-profile__top {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-profile__summary {
  width: 100%;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: none;
}
.p-profile__members {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  margin-top: 60px;
}
.p-profile__member {
  display: -ms-grid;
  display: grid;
  gap: 14px;
  text-align: center;
}
.p-profile__member::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  margin-inline: auto;
  background: #4C6B90;
}
.p-profile__member:last-child::after {
  display: none;
}
.p-profile__member-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(10px, 1.2vw, 16px);
  margin: 0;
  color: #4C6B90;
  line-height: 1.4;
  letter-spacing: 0.14em;
}
.p-profile__member-name-text {
  font-size: clamp(1.25rem, 1.1795112782rem + 0.3007518797vw, 1.375rem);
}
.p-profile__member-role {
  position: relative;
  padding-left: 16px;
  font-family: "garamond-premier-pro", serif;
  font-size: clamp(0.875rem, 0.8045112782rem + 0.3007518797vw, 1rem);
  color: inherit;
}
.p-profile__member-role::before {
  content: "/";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: rgba(76, 107, 144, 0.5);
}
.p-profile__member-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-profile__member-social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.p-profile__member-social-link {
  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;
  -webkit-transition: opacity 0.24s ease, -webkit-transform 0.24s ease;
  transition: opacity 0.24s ease, -webkit-transform 0.24s ease;
  transition: transform 0.24s ease, opacity 0.24s ease;
  transition: transform 0.24s ease, opacity 0.24s ease, -webkit-transform 0.24s ease;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-profile__member-social-link:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    opacity: 0.72;
  }
}
@media (hover: none) {
  .p-profile__member-social-link:active {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    opacity: 0.72;
  }
}
.p-profile__member-social-icon {
  display: block;
  width: 24px;
  height: 24px;
}
.p-profile__media {
  margin: 0;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: visible;
}
.p-profile__media--pc {
  display: none;
}
.p-profile__media--sp {
  margin-top: 0;
}
.p-profile__member-note {
  margin: 0;
}
.p-profile__member-note a {
  letter-spacing: 0.18em;
}
.p-profile__image {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: none;
  height: auto;
}
.p-profile__body {
  margin-top: clamp(48px, 8vw, 120px);
}
@media screen and (min-width: 992px) {
  .p-profile__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .p-profile__top {
    -ms-grid-columns: 360px minmax(0, 1fr);
    grid-template-columns: 360px minmax(0, 1fr);
        grid-template-areas: "summary media";
    width: calc(100vw - max(var(--nav-side-offset, 0px) + clamp(24px, 4vw, 56px), (100vw - 1200px) / 2));
    max-width: 1200px;
    margin-right: calc(50% - 50vw);
  }
  .p-profile__summary {
    grid-area: summary;
    width: auto;
    max-width: 320px;
    -ms-grid-row-align: center;
        align-self: center;
  }
  .p-profile__summary .c-section-heading__title {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
  .p-profile__members {
    gap: 40px;
    margin-top: 12px;
  }
  .p-profile__member {
    text-align: left;
  }
  .p-profile__member::after {
    margin-inline: 0;
  }
  .p-profile__member-name {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-profile__member-socials {
    gap: clamp(14px, 2vw, 22px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-profile__media {
    grid-area: media;
    -ms-grid-column-align: end;
        justify-self: end;
    width: 100%;
    max-width: none;
    max-height: 600px;
    overflow: hidden;
  }
  .p-profile__media--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-profile__media--sp {
    display: none;
  }
  .p-profile__media--pc .p-profile__image {
    height: calc(100% + 160px);
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translateY(var(--profile-parallax-offset, 0px));
            transform: translateY(var(--profile-parallax-offset, 0px));
    will-change: transform;
  }
}
@media screen and (min-width: 992px){
  .p-profile__summary {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-profile__media {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

.p-profile--page {
  padding-top: clamp(16px, 2vw, 32px);
}

.p-archive__list {
  margin-bottom: clamp(40px, 6vw, 72px);
}
.p-archive__empty {
  text-align: center;
  color: rgba(76, 107, 144, 0.7);
}

.p-discography-archive__list {
  margin: 0;
}

.p-movie-archive__list {
  margin: 0;
}

.p-archive-section__list {
  margin-bottom: clamp(32px, 5vw, 56px);
}
.p-archive-section__view-all {
  text-align: right;
}
.p-archive-section__empty {
  text-align: center;
  color: rgba(76, 107, 144, 0.7);
}

.single-discography .c-post__cta {
  margin-top: clamp(28px, 5vw, 40px);
  margin-bottom: clamp(32px, 5vw, 48px);
  text-align: left;
}

.single-movie .c-post__cta {
  margin-top: clamp(28px, 5vw, 40px);
  margin-bottom: clamp(32px, 5vw, 48px);
  text-align: left;
}

.c-post-list--movie-archive {
  gap: clamp(36px, 6vw, 56px) clamp(24px, 3vw, 32px);
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  justify-items: stretch;
}
@media screen and (min-width: 768px) {
  .c-post-list--movie-archive {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.c-post-list--movie-archive > .c-post-card {
  width: 100%;
  max-width: 640px;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}
.c-post-list--movie-archive .c-post-card__thumb {
  aspect-ratio: 640/360;
}
.c-post-list--movie-archive .c-post-card__body {
  display: -ms-grid;
  display: grid;
  gap: 0;
}

.c-filter-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: clamp(28px, 5vw, 48px);
}
.c-filter-nav__link {
  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;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid rgba(76, 107, 144, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #4C6B90;
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-filter-nav__link:hover {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    background: rgba(76, 107, 144, 0.12);
    border-color: rgba(76, 107, 144, 0.35);
    color: #B1C0D4;
  }
}
@media (hover: none) {
  .c-filter-nav__link:active {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    background: rgba(76, 107, 144, 0.12);
    border-color: rgba(76, 107, 144, 0.35);
    color: #B1C0D4;
  }
}
.c-filter-nav__link.is-current {
  background: #4C6B90;
  border-color: #4C6B90;
  color: #FFFFFF;
}

.p-contact-cta__body {
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(76, 107, 144, 0.12);
  background: linear-gradient(135deg, rgba(220, 230, 241, 0.85), rgba(255, 255, 255, 0.96));
}
.p-contact-cta__text {
  margin-bottom: 1.5rem;
  text-align: center;
  letter-spacing: 0.06em;
}
.p-contact-cta__action {
  text-align: center;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: clamp(40px, 6vw, 72px);
}
.wp-pagenavi a,
.wp-pagenavi .pages,
.wp-pagenavi .current,
.wp-pagenavi .extend {
  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;
  min-width: 44px;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(76, 107, 144, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #4C6B90;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) and (pointer: fine) {
  .wp-pagenavi a:hover {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    border-color: rgba(76, 107, 144, 0.35);
    background: rgba(76, 107, 144, 0.12);
    color: #B1C0D4;
  }
}
@media (hover: none) {
  .wp-pagenavi a:active {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    border-color: rgba(76, 107, 144, 0.35);
    background: rgba(76, 107, 144, 0.12);
    color: #B1C0D4;
  }
}
.wp-pagenavi .current {
  border-color: #4C6B90;
  background: #4C6B90;
  color: #FFFFFF;
}
.wp-pagenavi .pages,
.wp-pagenavi .extend {
  border-color: transparent;
  background: transparent;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1/1;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
}
.wp-pagenavi .material-symbols-outlined {
  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;
  min-width: auto;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-privacy-policy__content > .c-post {
  margin-inline: 0;
}

body.is-contact-privacy-modal-open {
  overflow: hidden;
}
body.is-contact-privacy-modal-open .l-header__brand,
body.is-contact-privacy-modal-open .l-header__nav,
body.is-contact-privacy-modal-open .p-hamburger,
body.is-contact-privacy-modal-open .p-sp-nav,
body.is-contact-privacy-modal-open .p-sp-nav-overlay,
body.is-contact-privacy-modal-open .c-social-links.p-sns-fixed {
  pointer-events: none;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0.18;
  -webkit-transition: opacity 0.26s ease, -webkit-filter 0.26s ease;
  transition: opacity 0.26s ease, -webkit-filter 0.26s ease;
  transition: filter 0.26s ease, opacity 0.26s ease;
  transition: filter 0.26s ease, opacity 0.26s ease, -webkit-filter 0.26s ease;
}

.page-contact .l-main > .l-container > .c-section-heading__title {
  width: min(100%, 880px);
  margin-inline: auto;
  -webkit-margin-after: clamp(44px, 6vw, 88px);
          margin-block-end: clamp(44px, 6vw, 88px);
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-contact .l-main > .l-container > .c-section-heading__title {
    padding-inline: 0;
  }
}

.c-contact-page {
  max-width: 880px;
  margin-inline: auto;
}
.c-contact-page .c-post__content {
  font-size: clamp(0.875rem, 0.8045112782rem + 0.3007518797vw, 1rem);
  line-height: 1.9;
}
.c-contact-page .c-post__content > * {
  margin-bottom: 0;
}
.c-contact-page .wpcf7 {
  width: 100%;
}
.c-contact-page .wpcf7 form {
  display: -ms-grid;
  display: grid;
  gap: 0;
}
.c-contact-page dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(112px, 140px) clamp(24px, 4vw, 42px) minmax(0, 1fr);
  grid-template-columns: minmax(112px, 140px) minmax(0, 1fr);
  -webkit-column-gap: clamp(24px, 4vw, 42px);
     -moz-column-gap: clamp(24px, 4vw, 42px);
          column-gap: clamp(24px, 4vw, 42px);
  row-gap: clamp(30px, 4vw, 44px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 0 40px;
}
.c-contact-page dt {
  margin: 0;
  padding-top: 10px;
  font-family: "garamond-premier-pro", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #4C6B90;
}
.c-contact-page dt span {
  margin-left: 0.15em;
  font-size: 0.85em;
}
.c-contact-page dt .form-required {
  color: #D53939;
}
.c-contact-page dd {
  margin: 0;
}
.c-contact-page .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.c-contact-page input[type=text],
.c-contact-page input[type=email],
.c-contact-page input[type=url],
.c-contact-page textarea {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 0;
  background: rgba(220, 230, 241, 0.58);
  color: #4C6B90;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.c-contact-page input[type=text]::-webkit-input-placeholder, .c-contact-page input[type=email]::-webkit-input-placeholder, .c-contact-page input[type=url]::-webkit-input-placeholder, .c-contact-page textarea::-webkit-input-placeholder {
  color: rgba(177, 192, 212, 0.72);
}
.c-contact-page input[type=text]::-moz-placeholder, .c-contact-page input[type=email]::-moz-placeholder, .c-contact-page input[type=url]::-moz-placeholder, .c-contact-page textarea::-moz-placeholder {
  color: rgba(177, 192, 212, 0.72);
}
.c-contact-page input[type=text]:-ms-input-placeholder, .c-contact-page input[type=email]:-ms-input-placeholder, .c-contact-page input[type=url]:-ms-input-placeholder, .c-contact-page textarea:-ms-input-placeholder {
  color: rgba(177, 192, 212, 0.72);
}
.c-contact-page input[type=text]::-ms-input-placeholder, .c-contact-page input[type=email]::-ms-input-placeholder, .c-contact-page input[type=url]::-ms-input-placeholder, .c-contact-page textarea::-ms-input-placeholder {
  color: rgba(177, 192, 212, 0.72);
}
.c-contact-page input[type=text]::placeholder,
.c-contact-page input[type=email]::placeholder,
.c-contact-page input[type=url]::placeholder,
.c-contact-page textarea::placeholder {
  color: rgba(177, 192, 212, 0.72);
}
.c-contact-page input[type=text]:focus,
.c-contact-page input[type=email]:focus,
.c-contact-page input[type=url]:focus,
.c-contact-page textarea:focus {
  outline: none;
  border-color: rgba(76, 107, 144, 0.35);
  background: rgba(255, 255, 255, 0.88);
}
.c-contact-page input[type=text],
.c-contact-page input[type=email],
.c-contact-page input[type=url] {
  min-height: 48px;
  padding: 12px 16px;
}
.c-contact-page textarea {
  min-height: clamp(240px, 32vw, 296px);
  padding: 16px;
  resize: vertical;
}
.c-contact-page .form-note {
  width: calc(100% - (clamp(112px, 12vw, 140px) + clamp(24px, 4vw, 42px)));
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(0.875rem, 0.8045112782rem + 0.3007518797vw, 1rem);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
.c-contact-page .form-actions {
  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: calc(100% - (clamp(112px, 12vw, 140px) + clamp(24px, 4vw, 42px)));
  margin-left: auto;
  gap: 24px;
  margin-top: clamp(18px, 3vw, 26px);
}
.c-contact-page .form-accept {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
.c-contact-page .form-accept .wpcf7-list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.c-contact-page .form-accept .wpcf7-form-control-wrap,
.c-contact-page .form-accept .wpcf7-form-control,
.c-contact-page .form-accept .wpcf7-acceptance {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-contact-page .form-accept > label,
.c-contact-page .form-accept label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  cursor: pointer;
  font-size: clamp(0.9375rem, 0.9022556391rem + 0.1503759398vw, 1rem);
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-contact-page .form-accept input[type=checkbox] {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 28px;
  height: 28px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  background: rgba(220, 230, 241, 0.95);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.c-contact-page .form-accept input[type=checkbox]:checked {
  border-color: #4C6B90;
  background-color: #4C6B90;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 8.5 6.2 11.5 13 4.5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.c-contact-page .form-accept input[type=checkbox]:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(220, 230, 241, 0.7);
          box-shadow: 0 0 0 3px rgba(220, 230, 241, 0.7);
}
.c-contact-page .form-send {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  width: 300px;
  margin-top: 0;
}
.c-contact-page p.form-accept,
.c-contact-page div.form-send {
  margin-bottom: 0;
}
.c-contact-page input[type=submit] {
  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;
  width: 100%;
  min-height: 58px;
  padding: 14px 24px;
  border: 1px solid #4C6B90;
  border-radius: 0;
  background: #4C6B90;
  font-family: "garamond-premier-pro", serif;
  font-size: clamp(1rem, 0.9295112782rem + 0.3007518797vw, 1.125rem);
  font-weight: 400;
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-contact-page input[type=submit]:hover {
    background: transparent;
    color: #4C6B90;
  }
}
@media (hover: none) {
  .c-contact-page input[type=submit]:active {
    background: transparent;
    color: #4C6B90;
  }
}
.c-contact-page input[type=submit]:focus-visible {
  outline: none;
  background: transparent;
  color: #4C6B90;
}
.c-contact-page .wpcf7-spinner {
  display: none !important;
  margin: 14px 0 0;
  visibility: hidden !important;
}
.c-contact-page .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #D53939;
}
.c-contact-page .wpcf7 form .wpcf7-response-output {
  width: calc(100% - (clamp(112px, 12vw, 140px) + clamp(24px, 4vw, 42px)));
  margin: 24px 0 0;
  margin-left: auto;
  padding: 14px 16px;
  border: 1px solid rgba(76, 107, 144, 0.22);
  font-size: 0.875rem;
  line-height: 1.8;
}
.c-contact-page .wpcf7 form.invalid .wpcf7-response-output,
.c-contact-page .wpcf7 form.unaccepted .wpcf7-response-output,
.c-contact-page .wpcf7 form.failed .wpcf7-response-output {
  border-color: rgba(213, 57, 57, 0.5);
}
.c-contact-page .wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(76, 107, 144, 0.35);
  background: rgba(220, 230, 241, 0.25);
}
.c-contact-page .wpcf7-recaptcha {
  margin-top: 18px;
}
.c-contact-page .wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.c-contact-page .form-note a[data-contact-privacy-open],
.c-contact-page .form-note a[href$="/privacy-policy/"],
.c-contact-page .form-note a[href*="/privacy-policy/?"] {
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}
.c-contact-page .p-contact-privacy-modal[hidden] {
  display: none;
}
.c-contact-page .p-contact-privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 11000;
  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: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.26s ease, visibility 0.26s ease;
  transition: opacity 0.26s ease, visibility 0.26s ease;
}
.c-contact-page .p-contact-privacy-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(68.9527272727, 97.0781818182, 130.6472727273, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.c-contact-page .p-contact-privacy-modal__dialog {
  position: relative;
  width: min(100%, 860px);
  max-height: min(80vh, 760px);
  padding: clamp(20px, 3vw, 32px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(76, 107, 144, 0.16);
  -webkit-box-shadow: 0 24px 60px rgba(76, 107, 144, 0.18);
          box-shadow: 0 24px 60px rgba(76, 107, 144, 0.18);
  opacity: 0;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  -webkit-transition: opacity 0.26s ease, -webkit-transform 0.26s ease;
  transition: opacity 0.26s ease, -webkit-transform 0.26s ease;
  transition: opacity 0.26s ease, transform 0.26s ease;
  transition: opacity 0.26s ease, transform 0.26s ease, -webkit-transform 0.26s ease;
}
.c-contact-page .p-contact-privacy-modal.is-open,
.c-contact-page .p-contact-privacy-modal.is-closing {
  visibility: visible;
}
.c-contact-page .p-contact-privacy-modal.is-open {
  opacity: 1;
}
.c-contact-page .p-contact-privacy-modal.is-open .p-contact-privacy-modal__backdrop,
.c-contact-page .p-contact-privacy-modal.is-open .p-contact-privacy-modal__dialog {
  opacity: 1;
}
.c-contact-page .p-contact-privacy-modal.is-open .p-contact-privacy-modal__dialog {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-contact-page .p-contact-privacy-modal__header {
  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;
  gap: 20px;
  margin-bottom: 1.5rem;
}
.c-contact-page .p-contact-privacy-modal__title {
  margin: 0;
  font-family: "garamond-premier-pro", serif;
  font-size: clamp(1.75rem, 1.5385338346rem + 0.9022556391vw, 2.125rem);
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.4;
}
.c-contact-page .p-contact-privacy-modal__close {
  position: relative;
  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;
  width: 42px;
  height: 42px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #4C6B90;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease;
}
.c-contact-page .p-contact-privacy-modal__close::before, .c-contact-page .p-contact-privacy-modal__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 1px;
  background: currentColor;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.c-contact-page .p-contact-privacy-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-contact-page .p-contact-privacy-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (any-hover: hover) and (pointer: fine) {
  .c-contact-page .p-contact-privacy-modal__close:hover {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (hover: none) {
  .c-contact-page .p-contact-privacy-modal__close:active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.c-contact-page .p-contact-privacy-modal__body {
  max-height: calc(min(80vh, 760px) - clamp(90px, 12vw, 130px));
  overflow-y: auto;
  padding: 18px 20px;
  border: 1px solid #DCE6F1;
  font-size: clamp(0.875rem, 0.8397556391rem + 0.1503759398vw, 0.9375rem);
  line-height: 1.95;
}
.c-contact-page .p-contact-privacy-modal__body > *:last-child {
  margin-bottom: 0;
}
.c-contact-page .p-contact-privacy-modal__body.c-post__content h2,
.c-contact-page .p-contact-privacy-modal__body.c-post__content h3,
.c-contact-page .p-contact-privacy-modal__body.c-post__content h4 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-contact-page .c-post__content {
    font-size: clamp(0.9375rem, 0.9022556391rem + 0.1503759398vw, 1rem);
  }
}

@media screen and (max-width: 767px) {
  .page-contact .l-main > .l-container > .c-section-heading__title {
    text-align: center;
    -webkit-margin-after: 42px;
            margin-block-end: 42px;
  }
  .c-contact-page .c-post__content {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .c-contact-page dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 12px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .c-contact-page dt {
    padding-top: 0;
    font-size: 1rem;
    letter-spacing: 0.17em;
  }
  .c-contact-page dd + dt {
    margin-top: 18px;
  }
  .c-contact-page input[type=text],
  .c-contact-page input[type=email],
  .c-contact-page input[type=url] {
    min-height: 50px;
    padding: 12px 14px;
  }
  .c-contact-page textarea {
    min-height: 236px;
    padding: 14px;
  }
  .c-contact-page .form-note {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.75;
    text-align: center;
  }
  .c-contact-page .form-actions {
    -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;
    width: 100%;
    margin-left: 0;
    gap: 18px;
    margin-top: 18px;
  }
  .c-contact-page .form-accept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
  .c-contact-page .form-accept > label,
  .c-contact-page .form-accept label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    font-size: 0.875rem;
    line-height: 1;
  }
  .c-contact-page .form-accept input[type=checkbox] {
    width: 28px;
    height: 28px;
    margin-top: 0;
  }
  .c-contact-page .form-send {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    margin-top: 0;
  }
  .c-contact-page input[type=submit] {
    width: 100%;
    min-height: 56px;
    font-size: 1rem;
    letter-spacing: 0.18em;
  }
  .c-contact-page .wpcf7-recaptcha {
    margin-top: 22px;
    font-size: 0.75rem;
    line-height: 1.8;
  }
  .c-contact-page .wpcf7 form .wpcf7-response-output {
    width: 100%;
    margin-left: 0;
  }
  .c-contact-page .p-contact-privacy-modal {
    padding: 16px;
  }
  .c-contact-page .p-contact-privacy-modal__dialog {
    max-height: 82vh;
    padding: 18px 16px;
  }
  .c-contact-page .p-contact-privacy-modal__header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1rem;
  }
  .c-contact-page .p-contact-privacy-modal__close {
    width: 38px;
    height: 38px;
  }
  .c-contact-page .p-contact-privacy-modal__body {
    max-height: calc(82vh - 96px);
    padding: 16px;
  }
}
.p-404 {
  display: -ms-grid;
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: clamp(120px, 18vw, 200px) clamp(24px, 6vw, 64px) clamp(56px, 10vw, 96px);
  text-align: center;
}
.p-404__inner {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  gap: clamp(24px, 4vw, 36px);
}
.p-404__title {
  margin: 0;
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.2;
  color: #FFFFFF;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.22);
}
.p-404__home {
  opacity: 0;
  -webkit-transform: translate3d(0, 18px, 0);
          transform: translate3d(0, 18px, 0);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s cubic-bezier(0.24, 1, 0.3, 1);
  transition: opacity 0.7s ease, -webkit-transform 0.7s cubic-bezier(0.24, 1, 0.3, 1);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.24, 1, 0.3, 1);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.24, 1, 0.3, 1), -webkit-transform 0.7s cubic-bezier(0.24, 1, 0.3, 1);
  color: #FFFFFF;
}
.p-404__home .c-btn__arrow {
  border-color: currentColor;
}
.js-heading-reveal.is-heading-visible + .p-404__home {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.p-404 .c-btn {
  margin-inline: auto;
}

body.error404 {
  color: #FFFFFF;
  overflow: hidden;
}
body.error404 .l-main {
  min-height: 100svh;
  padding: 0;
  background: transparent;
}
body.error404 .p-home-chloe {
  display: none;
}
body.error404 .l-footer {
  min-height: 0;
  padding: 0;
}
body.error404 .p-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}
body.error404 .p-footer::before {
  display: none;
}
body.error404 .c-copy {
  position: fixed;
  left: 50%;
  bottom: clamp(18px, 3vw, 30px);
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}
body.error404 .c-site-brand .c-site-brand__image--default {
  opacity: 0;
  visibility: hidden;
}
body.error404 .c-site-brand .c-site-brand__image--footer {
  opacity: 1;
  visibility: visible;
}
body.error404 .p-global-nav__list a,
body.error404 .c-social-links.p-sns-fixed .c-social-links__link {
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}
body.error404 .c-social-links.p-sns-fixed .c-social-links__icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (prefers-reduced-motion: reduce) {
  .p-404__home {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 992px) and (any-hover: hover) and (pointer: fine) {
  body.error404 .p-global-nav__list a:hover {
    color: #FFFFFF;
  }
}
@media screen and (min-width: 992px) and (hover: none) {
  body.error404 .p-global-nav__list a:active {
    color: #FFFFFF;
  }
}
@media screen and (min-width: 992px) {
  body.error404 .p-global-nav__list a:focus-visible {
    color: #FFFFFF;
  }
}
@media screen and (min-width: 992px) and (any-hover: hover) and (pointer: fine) {
  body.error404 .p-404__home:hover {
    color: rgba(255, 255, 255, 0.72);
  }
  body.error404 .p-404__home:hover .c-btn__arrow {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.72);
    color: #FFFFFF;
  }
}
@media screen and (min-width: 992px) and (hover: none) {
  body.error404 .p-404__home:active {
    color: rgba(255, 255, 255, 0.72);
  }
  body.error404 .p-404__home:active .c-btn__arrow {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.72);
    color: #FFFFFF;
  }
}
@media screen and (min-width: 992px) {
  body.error404 .p-404__home:focus-visible {
    color: rgba(255, 255, 255, 0.72);
  }
  body.error404 .p-404__home:focus-visible .c-btn__arrow {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.72);
    color: #FFFFFF;
  }
}
.u-m-0 {
  margin: 0 !important;
}

.u-m-2xs {
  margin: 0.125rem !important;
}

.u-m-xs {
  margin: 0.25rem !important;
}

.u-m-sm {
  margin: 0.5rem !important;
}

.u-m-md {
  margin: 1rem !important;
}

.u-m-lg {
  margin: 1.5rem !important;
}

.u-m-xl {
  margin: 2rem !important;
}

.u-m-2xl {
  margin: 3rem !important;
}

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

.u-mt-2xs {
  margin-top: 0.125rem !important;
}

.u-mt-xs {
  margin-top: 0.25rem !important;
}

.u-mt-sm {
  margin-top: 0.5rem !important;
}

.u-mt-md {
  margin-top: 1rem !important;
}

.u-mt-lg {
  margin-top: 1.5rem !important;
}

.u-mt-xl {
  margin-top: 2rem !important;
}

.u-mt-2xl {
  margin-top: 3rem !important;
}

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

.u-mr-2xs {
  margin-right: 0.125rem !important;
}

.u-mr-xs {
  margin-right: 0.25rem !important;
}

.u-mr-sm {
  margin-right: 0.5rem !important;
}

.u-mr-md {
  margin-right: 1rem !important;
}

.u-mr-lg {
  margin-right: 1.5rem !important;
}

.u-mr-xl {
  margin-right: 2rem !important;
}

.u-mr-2xl {
  margin-right: 3rem !important;
}

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

.u-mb-2xs {
  margin-bottom: 0.125rem !important;
}

.u-mb-xs {
  margin-bottom: 0.25rem !important;
}

.u-mb-sm {
  margin-bottom: 0.5rem !important;
}

.u-mb-md {
  margin-bottom: 1rem !important;
}

.u-mb-lg {
  margin-bottom: 1.5rem !important;
}

.u-mb-xl {
  margin-bottom: 2rem !important;
}

.u-mb-2xl {
  margin-bottom: 3rem !important;
}

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

.u-ml-2xs {
  margin-left: 0.125rem !important;
}

.u-ml-xs {
  margin-left: 0.25rem !important;
}

.u-ml-sm {
  margin-left: 0.5rem !important;
}

.u-ml-md {
  margin-left: 1rem !important;
}

.u-ml-lg {
  margin-left: 1.5rem !important;
}

.u-ml-xl {
  margin-left: 2rem !important;
}

.u-ml-2xl {
  margin-left: 3rem !important;
}

.u-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-mx-2xs {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.u-mx-xs {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.u-mx-sm {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.u-mx-md {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.u-mx-lg {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.u-mx-xl {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.u-mx-2xl {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.u-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-my-2xs {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.u-my-xs {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.u-my-sm {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.u-my-md {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.u-my-lg {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.u-my-xl {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.u-my-2xl {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-p-2xs {
  padding: 0.125rem !important;
}

.u-p-xs {
  padding: 0.25rem !important;
}

.u-p-sm {
  padding: 0.5rem !important;
}

.u-p-md {
  padding: 1rem !important;
}

.u-p-lg {
  padding: 1.5rem !important;
}

.u-p-xl {
  padding: 2rem !important;
}

.u-p-2xl {
  padding: 3rem !important;
}

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

.u-pt-2xs {
  padding-top: 0.125rem !important;
}

.u-pt-xs {
  padding-top: 0.25rem !important;
}

.u-pt-sm {
  padding-top: 0.5rem !important;
}

.u-pt-md {
  padding-top: 1rem !important;
}

.u-pt-lg {
  padding-top: 1.5rem !important;
}

.u-pt-xl {
  padding-top: 2rem !important;
}

.u-pt-2xl {
  padding-top: 3rem !important;
}

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

.u-pr-2xs {
  padding-right: 0.125rem !important;
}

.u-pr-xs {
  padding-right: 0.25rem !important;
}

.u-pr-sm {
  padding-right: 0.5rem !important;
}

.u-pr-md {
  padding-right: 1rem !important;
}

.u-pr-lg {
  padding-right: 1.5rem !important;
}

.u-pr-xl {
  padding-right: 2rem !important;
}

.u-pr-2xl {
  padding-right: 3rem !important;
}

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

.u-pb-2xs {
  padding-bottom: 0.125rem !important;
}

.u-pb-xs {
  padding-bottom: 0.25rem !important;
}

.u-pb-sm {
  padding-bottom: 0.5rem !important;
}

.u-pb-md {
  padding-bottom: 1rem !important;
}

.u-pb-lg {
  padding-bottom: 1.5rem !important;
}

.u-pb-xl {
  padding-bottom: 2rem !important;
}

.u-pb-2xl {
  padding-bottom: 3rem !important;
}

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

.u-pl-2xs {
  padding-left: 0.125rem !important;
}

.u-pl-xs {
  padding-left: 0.25rem !important;
}

.u-pl-sm {
  padding-left: 0.5rem !important;
}

.u-pl-md {
  padding-left: 1rem !important;
}

.u-pl-lg {
  padding-left: 1.5rem !important;
}

.u-pl-xl {
  padding-left: 2rem !important;
}

.u-pl-2xl {
  padding-left: 3rem !important;
}

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

.u-px-2xs {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.u-px-xs {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.u-px-sm {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.u-px-md {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.u-px-lg {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.u-px-xl {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.u-px-2xl {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-py-2xs {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.u-py-xs {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.u-py-sm {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.u-py-md {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.u-py-lg {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.u-py-xl {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.u-py-2xl {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

.u-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.u-grid {
  display: -ms-grid !important;
  display: grid !important;
}

.u-hidden {
  display: none !important;
}

.u-flex-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.u-sr-only, .u-sr-only-focusable {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.u-sr-only-focusable:focus, .u-sr-only-focusable:active {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

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

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

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

.u-text-justify {
  text-align: justify !important;
}

.u-text-uppercase {
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

.u-text-lowercase {
  text-transform: lowercase !important;
}

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

.u-text-nowrap {
  white-space: nowrap !important;
}

.u-text-wrap {
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

.u-text-break {
  word-break: break-all !important;
}

.u-text-truncate {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.u-fw-light {
  font-weight: 300 !important;
}

.u-fw-regular {
  font-weight: 400 !important;
}

.u-fw-medium {
  font-weight: 500 !important;
}

.u-fw-bold {
  font-weight: 700 !important;
}