@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  overflow-wrap: break-word;
}

blockquote,
dl,
dd,
figure {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 0.5;
}

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

legend {
  padding: 0;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

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

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

td,
th {
  padding: 0;
  text-align: left;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
}

details {
  display: block;
}

summary {
  display: list-item;
  cursor: pointer;
}

[hidden] {
  display: none;
}

body {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #4D4D4E;
  background-color: #FFFFFF;
  letter-spacing: 0.02em;
}

a {
  color: #1C2A43;
  transition: color 150ms ease;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: #152136;
  }
}
a:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}

h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

h2 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

h3 {
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

h4 {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

h5,
h6 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

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

:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}

::-moz-selection {
  background-color: rgba(28, 42, 67, 0.08);
  color: #4D4D4E;
}

::selection {
  background-color: rgba(28, 42, 67, 0.08);
  color: #4D4D4E;
}

.swiper-button-prev,
.swiper-button-next {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
}

.js-scroll-animation {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease, filter 0.7s ease;
}
.js-scroll-animation[data-anim=fade-up] {
  transform: translateY(36px);
}
.js-scroll-animation[data-anim=slide-left] {
  transform: translateX(-48px);
}
.js-scroll-animation[data-anim=slide-right] {
  transform: translateX(48px);
}
.js-scroll-animation[data-anim=scale-up] {
  transform: scale(0.78);
}
.js-scroll-animation[data-anim=blur-in] {
  filter: blur(10px);
  transform: scale(1.04);
}
.js-scroll-animation.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

.js-scroll-animation[data-anim^=text-] {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

.js-scroll-animation[data-anim=text-letter] .js-scroll-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.6em);
  transition: opacity 0.7s ease, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  white-space: pre;
}
.js-scroll-animation[data-anim=text-letter].is-visible .js-scroll-char {
  opacity: 1;
  transform: none;
}

.js-scroll-animation[data-anim=text-rotate] {
  perspective: 600px;
}
.js-scroll-animation[data-anim=text-rotate] .js-scroll-char {
  display: inline-block;
  opacity: 0;
  transform: rotateX(-80deg) translateY(0.3em);
  transform-origin: bottom center;
  transition: opacity 0.65s ease, transform 0.85s cubic-bezier(0.34, 1.56, 0.64, 1);
  white-space: pre;
}
.js-scroll-animation[data-anim=text-rotate].is-visible .js-scroll-char {
  opacity: 1;
  transform: none;
}

@keyframes textGlitchReveal {
  0% {
    clip-path: inset(0 100% 0 0);
    transform: skewX(18deg);
    opacity: 0;
  }
  20% {
    clip-path: inset(0 70% 0 0);
    transform: skewX(-10deg);
    opacity: 0.5;
  }
  40% {
    clip-path: inset(0 45% 0 0);
    transform: skewX(7deg);
    opacity: 0.7;
  }
  60% {
    clip-path: inset(0 20% 0 0);
    transform: skewX(-4deg);
    opacity: 0.85;
  }
  80% {
    clip-path: inset(0 6% 0 0);
    transform: skewX(2deg);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0% 0 0);
    transform: skewX(0deg);
    opacity: 1;
  }
}
.js-scroll-animation[data-anim=text-glitch] {
  opacity: 0;
  transform: none !important;
}
.js-scroll-animation[data-anim=text-glitch].is-visible {
  animation: textGlitchReveal 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.js-scroll-animation[data-anim=text-wave] .js-scroll-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.7em) rotate(10deg);
  transform-origin: bottom left;
  transition: opacity 0.7s ease, transform 0.85s cubic-bezier(0.34, 1.56, 0.64, 1);
  white-space: pre;
}
.js-scroll-animation[data-anim=text-wave].is-visible .js-scroll-char {
  opacity: 1;
  transform: none;
}

.js-scroll-animation[data-anim=text-blur] .js-scroll-char {
  display: inline-block;
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.06);
  transition: opacity 0.9s ease, filter 0.9s ease, transform 0.9s ease;
  white-space: pre;
}
.js-scroll-animation[data-anim=text-blur].is-visible .js-scroll-char {
  opacity: 1;
  filter: none;
  transform: none;
}

.js-scroll-animation[data-anim=text-clip] .js-scroll-char-wrap {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  line-height: 1.25;
  white-space: pre;
}
.js-scroll-animation[data-anim=text-clip] .js-scroll-char {
  display: inline-block;
  transform: translateY(110%);
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: pre;
}
.js-scroll-animation[data-anim=text-clip].is-visible .js-scroll-char {
  transform: translateY(0);
}

.l-container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .l-container {
    padding-inline: 2.5rem;
  }
}
.l-container {
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding-block: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .l-container {
    padding-block: 5rem;
  }
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 300;
  width: 100%;
  background-color: #F0EEEA;
}
.l-header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  padding-inline: 1.25rem;
  height: 90px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .l-header__inner {
    height: 80px;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .l-header__inner {
    padding-inline: 1rem;
    gap: 0.75rem;
  }
}
.l-header__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  text-decoration: none;
  flex-shrink: 0;
}
.l-header__logo:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.l-header__logo {
  width: 238px;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .l-header__logo {
    width: 180px;
  }
}
.l-header__logo-tagline {
  font-size: 0.75rem;
  color: #1C2A43;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.l-header__logo-img {
  display: block;
  width: auto;
}
.l-header__nav {
  display: none;
}
@media screen and (min-width: 1140px) {
  .l-header__nav {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
}
@media screen and (min-width: 1920px) {
  .l-header__nav {
    flex: 1;
    justify-content: center;
    margin-left: 0;
  }
}
.l-header__nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-header__nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #4D4D4E;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  transition: color 150ms ease;
}
.l-header__nav-link:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .l-header__nav-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
}
.l-header__nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.75rem;
  right: 0.75rem;
  height: 1px;
  background-color: #1C2A43;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 150ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__nav-link:hover {
    color: #1C2A43;
  }
  .l-header__nav-link:hover::after {
    transform: scaleX(1);
  }
}
.l-header__nav-link.is-active::after {
  transform: scaleX(1);
}
.l-header__cta {
  display: none;
}
@media screen and (min-width: 1140px) {
  .l-header__cta {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-shrink: 0;
  }
}
.l-header__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.125rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.03em;
  transition: background-color 150ms ease, opacity 150ms ease;
}
.l-header__cta-btn:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.l-header__cta-btn img {
  display: block;
  flex-shrink: 0;
}
.l-header__cta-btn--catalog {
  background-color: #1C2A43;
  color: #FFFFFF !important;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__cta-btn--catalog:hover {
    opacity: 0.85;
  }
}
.l-header__cta-btn--contact {
  background-color: #008299;
  color: #FFFFFF !important;
}
@media screen and (min-width: 1140px) {
  .l-header__cta-btn--contact {
    height: 96px;
    border-radius: 0 0 8px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 120px;
    padding: 6px 0 0 0;
    gap: 2px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  .l-header__cta-btn--contact {
    width: 100px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header__cta-btn--contact:hover {
    opacity: 0.85;
  }
}
.l-header__hamburger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-left: auto;
}
.l-header__hamburger:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
@media screen and (min-width: 1140px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__hamburger-line {
  display: block;
  width: 32px;
  height: 3px;
  background-color: #4D4D4E;
  border-radius: 3px;
  transition: transform 250ms ease, width 250ms ease;
  transform-origin: center;
}
.l-header__hamburger-line:nth-child(2) {
  width: 24px;
}
.l-header__hamburger[aria-expanded=true] .l-header__hamburger-line {
  width: 40px;
}
.l-header__hamburger[aria-expanded=true] .l-header__hamburger-line:nth-child(1) {
  transform: translate(4px, 8px) rotate(45deg);
}
.l-header__hamburger[aria-expanded=true] .l-header__hamburger-line:nth-child(2) {
  transform: translate(4px, -6px) rotate(-45deg);
}

.l-drawer {
  position: fixed;
  right: 0;
  z-index: 500;
  background-color: #FAFAF8;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  top: 90px;
  width: 100%;
  max-width: 375px;
  height: calc(100dvh - 90px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 400ms ease, visibility 400ms ease;
  visibility: hidden;
}
@media screen and (min-width: 1140px) {
  .l-drawer {
    display: none;
  }
}
.l-drawer.is-open {
  transform: translateX(0);
  visibility: visible;
}
.l-drawer__inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.25rem 2rem;
}
.l-drawer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-drawer__item {
  border-bottom: 1px solid #EBEBEB;
}
.l-drawer__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #4D4D4E;
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease;
}
.l-drawer__link:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.l-drawer__link::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #777777;
  border-right: 1.5px solid #777777;
  transform: rotate(45deg);
  flex-shrink: 0;
  transition: border-color 150ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer__link:hover {
    background-color: #F0EEEA;
    color: #1C2A43;
  }
  .l-drawer__link:hover::after {
    border-color: #1C2A43;
  }
}
.l-drawer__link.is-active {
  color: #1C2A43;
  font-weight: 600;
}
.l-drawer__accordion-trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #4D4D4E;
  transition: background-color 150ms ease, color 150ms ease;
}
.l-drawer__accordion-trigger:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer__accordion-trigger:hover {
    background-color: #F0EEEA;
    color: #1C2A43;
  }
}
.l-drawer__accordion-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.l-drawer__accordion-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #956F00;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: background-color 150ms ease;
}
.l-drawer__accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background-color: #956F00;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: opacity 150ms ease;
}
.l-drawer__accordion-trigger[aria-expanded=true] .l-drawer__accordion-icon::after {
  opacity: 0;
}
.l-drawer__sub-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.l-drawer__sub-list.is-open {
  padding-bottom: 1.25rem;
}
.l-drawer__sub-link {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #4D4D4E;
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease;
}
.l-drawer__sub-link:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.l-drawer__sub-link::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #777777;
  border-right: 1.5px solid #777777;
  transform: rotate(45deg);
  flex-shrink: 0;
  transition: border-color 150ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer__sub-link:hover {
    background-color: #F0EEEA;
    color: #1C2A43;
  }
  .l-drawer__sub-link:hover::after {
    border-color: #1C2A43;
  }
}
.l-drawer__cta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem 0;
}
.l-drawer__cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 9999px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: background-color 150ms ease, opacity 150ms ease;
}
.l-drawer__cta-btn:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.l-drawer__cta-btn img {
  display: block;
  flex-shrink: 0;
}
.l-drawer__cta-btn--catalog {
  background-color: #1C2A43;
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer__cta-btn--catalog:hover {
    background-color: #152136;
  }
}
.l-drawer__cta-btn--contact {
  background-color: #008299;
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer__cta-btn--contact:hover {
    opacity: 0.85;
  }
}

.l-drawer-overlay {
  position: fixed;
  z-index: 400;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease, visibility 400ms ease;
  top: 90px;
  inset-inline: 0;
  bottom: 0;
}
@media screen and (min-width: 1140px) {
  .l-drawer-overlay {
    display: none;
  }
}

body.is-drawer-open .l-drawer-overlay {
  opacity: 1;
  visibility: visible;
}

.l-footer__contact {
  background-color: #F0EEEA;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__contact {
    padding-block: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .l-footer__contact {
    padding-block: 5rem;
  }
}

.l-footer__contact-inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer__contact-inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .l-footer__contact-inner {
    padding-inline: 5rem;
  }
}
@media screen and (min-width: 1140px) {
  .l-footer__contact-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.l-footer__contact-header {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1140px) {
  .l-footer__contact-header {
    flex: 0 0 220px;
    margin-bottom: 0;
  }
}

.l-footer__contact-title {
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1C2A43;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}

.l-footer__contact-subtitle {
  font-size: 0.875rem;
  color: #4D4D4E;
}

.l-footer__contact-items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer__contact-items {
    flex-direction: row;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1140px) {
  .l-footer__contact-items {
    flex: none;
    max-width: 600px;
  }
}

.l-footer__contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer__contact-item {
    flex: 1;
  }
}

.l-footer__contact-desc {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.6;
  color: #4D4D4E;
}

.l-footer__contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 150ms ease, color 150ms ease;
}
.l-footer__contact-btn:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.l-footer__contact-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  flex-shrink: 0;
  transition: background-color 150ms ease, color 150ms ease;
}
.l-footer__contact-btn__icon-img {
  display: block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask: var(--icon-src) no-repeat center/contain;
  mask: var(--icon-src) no-repeat center/contain;
}
.l-footer__contact-btn--catalog {
  color: #1C2A43;
}
.l-footer__contact-btn--catalog .l-footer__contact-btn__icon {
  background-color: #1C2A43;
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__contact-btn--catalog:hover {
    background-color: #1C2A43;
    color: #FFFFFF;
  }
  .l-footer__contact-btn--catalog:hover .l-footer__contact-btn__icon {
    background-color: #FFFFFF;
    color: #1C2A43;
  }
}
.l-footer__contact-btn--contact {
  color: #008299;
}
.l-footer__contact-btn--contact .l-footer__contact-btn__icon {
  background-color: #008299;
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__contact-btn--contact:hover {
    background-color: #008299;
    color: #FFFFFF;
  }
  .l-footer__contact-btn--contact:hover .l-footer__contact-btn__icon {
    background-color: #FFFFFF;
    color: #008299;
  }
}

.l-footer__main {
  background-color: #FAFAF8;
  border-top: 1px solid #EBEBEB;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__main {
    padding-block: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .l-footer__main {
    padding-block: 5rem;
  }
}

.l-footer__main-inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer__main-inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .l-footer__main-inner {
    padding-inline: 5rem;
  }
}
@media screen and (min-width: 1140px) {
  .l-footer__main-inner {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 4rem;
    align-items: start;
  }
}

.l-footer__brand {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1140px) {
  .l-footer__brand {
    margin-bottom: 0;
  }
}

.l-footer__logo {
  display: inline-block;
  margin-bottom: 1.25rem;
}
.l-footer__logo:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}

.l-footer__logo-img {
  display: block;
  height: 38px;
  width: auto;
}

.l-footer__sns {
  display: flex;
  gap: 0.75rem;
}

.l-footer__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 1.5px solid #1C2A43;
  transition: background-color 150ms ease;
}
.l-footer__sns-link:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.l-footer__sns-link img {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__sns-link:hover {
    background-color: #1C2A43;
  }
  .l-footer__sns-link:hover img {
    filter: brightness(0) invert(1);
  }
}

.l-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1140px) {
  .l-footer__nav {
    flex-direction: row;
    align-items: flex-start;
    gap: 2.5rem;
    flex-wrap: nowrap;
  }
}

.l-footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.l-footer__nav-heading {
  font-size: 0.875rem;
  font-weight: 700;
  color: #4D4D4E;
}
.l-footer__nav-heading--link {
  display: inline-block;
  text-decoration: none;
  transition: color 150ms ease;
}
.l-footer__nav-heading--link:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__nav-heading--link:hover {
    color: #1C2A43;
  }
}

.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.l-footer__nav-link {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #4D4D4E;
  text-decoration: none;
  transition: color 150ms ease;
}
.l-footer__nav-link:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__nav-link:hover {
    color: #1C2A43;
  }
}
.l-footer__nav-link--sub {
  font-weight: 400;
  gap: 0.5rem;
}
.l-footer__nav-link--sub::before {
  content: "–";
  color: #777777;
  flex-shrink: 0;
}
.l-footer__nav-link--external {
  gap: 0.25rem;
  white-space: nowrap;
}
.l-footer__nav-link--external img {
  flex-shrink: 0;
  opacity: 0.7;
}

.l-footer__bottom {
  background-color: #FAFAF8;
  border-top: 1px solid #EBEBEB;
  padding-block: 1.5rem;
}

.l-footer__bottom-inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer__bottom-inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .l-footer__bottom-inner {
    padding-inline: 5rem;
  }
}
.l-footer__bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 1140px) {
  .l-footer__bottom-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.l-footer__company {
  display: inline-block;
}
.l-footer__company:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}

.l-footer__company-logo {
  display: block;
  height: 44px;
  width: auto;
}

.l-footer__copy {
  font-size: 0.75rem;
  color: #4D4D4E;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .l-footer__bottom {
    padding-bottom: calc(1.5rem + 50px);
  }
}

.l-sp-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .l-sp-cta-bar {
    display: none;
  }
}
.l-sp-cta-bar__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 100%;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 150ms ease;
}
.l-sp-cta-bar__btn:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .l-sp-cta-bar__btn:hover {
    opacity: 0.85;
  }
}
.l-sp-cta-bar__btn--catalog {
  background-color: #1C2A43;
}
.l-sp-cta-bar__btn--contact {
  background-color: #008299;
}
.l-sp-cta-bar__icon {
  display: block;
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
}

.p-page-header {
  background-color: #EBEBEB;
  padding-block: 3rem 2.5rem;
  border-bottom: 1px solid #EBEBEB;
}
@media screen and (min-width: 1140px) {
  .p-page-header {
    padding-block: 5rem 4rem;
  }
}
.p-page-header__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-header__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-page-header__inner {
    padding-inline: 2.5rem;
  }
}
.p-page-header__inner {
  text-align: center;
}
.p-page-header__eyebrow {
  display: inline-block;
  margin-block-end: 0.75rem;
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1C2A43;
}
.p-page-header__title {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-size: 2rem;
  margin-block-end: 1rem;
  color: #4D4D4E;
}
@media screen and (min-width: 1140px) {
  .p-page-header__title {
    font-size: 2.5rem;
  }
}
.p-page-header__lead {
  font-size: 1rem;
  color: #777777;
  line-height: 1.6;
  max-width: 40rem;
  margin-inline: auto;
}
@media screen and (min-width: 1140px) {
  .p-page-header__lead {
    font-size: 1.125rem;
  }
}

.l-two-column {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-two-column {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .l-two-column {
    padding-inline: 2.5rem;
  }
}
.l-two-column {
  padding-block: 4rem;
}
@media screen and (min-width: 1140px) {
  .l-two-column {
    display: grid;
    grid-template-columns: 1fr 18rem;
    gap: 3rem;
    padding-block: 5rem;
  }
}
.l-two-column__main {
  min-width: 0;
}
.c-sidebar-widget {
  margin-block-end: 2rem;
  padding: 1.5rem;
  background-color: #EBEBEB;
  border-radius: 0.75rem;
  border: 1px solid #EBEBEB;
}
.c-sidebar-widget__title {
  font-size: 1rem;
  font-weight: 700;
  color: #4D4D4E;
  padding-block-end: 0.75rem;
  border-bottom: 2px solid #1C2A43;
  margin-block-end: 1rem;
}
.c-sidebar-widget__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-sidebar-widget__list-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  color: #777777;
  text-decoration: none;
  border-bottom: 1px solid #EBEBEB;
  transition: color 150ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-sidebar-widget__list-item a:hover {
    color: #1C2A43;
  }
}
.c-sidebar-widget__list-item-count {
  font-size: 0.75rem;
  color: #777777;
  background-color: #EBEBEB;
  border: 1px solid #EBEBEB;
  border-radius: 9999px;
  padding: 0.1rem 0.5rem;
}
.c-sidebar-widget__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.c-sidebar-widget__tag {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  color: #777777;
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 9999px;
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-sidebar-widget__tag:hover {
    background-color: rgba(28, 42, 67, 0.08);
    color: #1C2A43;
    border-color: #1C2A43;
  }
}
.c-sidebar-widget__recent-item {
  display: flex;
  gap: 0.75rem;
  padding-block: 0.75rem;
  border-bottom: 1px solid #EBEBEB;
  text-decoration: none;
}
.c-sidebar-widget__recent-item:last-child {
  border-bottom: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-sidebar-widget__recent-item:hover .c-sidebar-widget__recent-title {
    color: #1C2A43;
  }
}
.c-sidebar-widget__recent-image {
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  background-color: #EBEBEB;
}
.c-sidebar-widget__recent-body {
  flex: 1;
  min-width: 0;
}
.c-sidebar-widget__recent-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 500;
  color: #4D4D4E;
  margin-block-end: 0.25rem;
  transition: color 150ms ease;
}
.c-sidebar-widget__recent-date {
  font-size: 0.75rem;
  color: #777777;
}

.c-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.c-btn {
  display: inline-flex;
  gap: 0.25rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  transition: background-color 250ms ease, color 250ms ease, border-color 250ms ease, box-shadow 250ms ease;
  white-space: nowrap;
}
.c-btn--primary {
  background-color: #1C2A43;
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--primary:hover {
    background-color: #152136;
  }
}
.c-btn--secondary {
  background-color: transparent;
  color: #1C2A43;
  border-color: #1C2A43;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--secondary:hover {
    background-color: rgba(28, 42, 67, 0.08);
  }
}
.c-btn--ghost {
  background-color: transparent;
  color: #4D4D4E;
  border-color: #EBEBEB;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--ghost:hover {
    background-color: #EBEBEB;
  }
}
.c-btn--white {
  background-color: #FFFFFF;
  color: #1C2A43;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--white:hover {
    background-color: rgba(28, 42, 67, 0.08);
  }
}
.c-btn--sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.c-btn--lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}
.c-btn--full {
  width: 100%;
}
.c-btn:disabled, .c-btn[aria-disabled=true] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.c-btn--arrow {
  justify-content: space-between;
  height: 48px;
  width: 100%;
  max-width: 300px;
  padding-inline: 1.5rem;
  border-radius: 9999px;
  border-color: #1C2A43;
  color: #1C2A43;
  background-color: #FFFFFF;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--arrow:hover {
    border-color: #1C2A43;
    background-color: rgba(28, 42, 67, 0.08);
  }
}
.c-btn--arrow-back {
  justify-content: space-between;
  height: 48px;
  width: 100%;
  max-width: 300px;
  padding-inline: 1.5rem;
  border-radius: 9999px;
  border-color: #1C2A43;
  color: #1C2A43;
  background-color: #FFFFFF;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--arrow-back:hover {
    background-color: #FAFAF8;
  }
}
.c-btn__text {
  flex: 1;
  text-align: center;
}
.c-btn__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.c-btn--arrow .c-btn__icon, .c-btn--arrow-back .c-btn__icon {
  width: 30px;
  height: 7px;
}
.c-btn--arrow-back .c-btn__icon {
  transform: rotate(180deg);
}

.c-slider__prev {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.c-slider__prev:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.c-slider__prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1.5px solid #1C2A43;
  border-radius: 9999px;
  color: #1C2A43;
  cursor: pointer;
  transition: background-color 150ms ease, color 150ms ease;
  flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
  .c-slider__prev:hover {
    background-color: #1C2A43;
    color: #FFFFFF;
  }
}
.c-slider__prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.c-slider__prev::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid currentColor;
  flex-shrink: 0;
  transform: translateX(15px);
}
.c-slider__prev::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: currentColor;
  flex-shrink: 0;
  transform: translateX(15px);
}

.c-slider__next {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.c-slider__next:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.c-slider__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1.5px solid #1C2A43;
  border-radius: 9999px;
  color: #1C2A43;
  cursor: pointer;
  transition: background-color 150ms ease, color 150ms ease;
  flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
  .c-slider__next:hover {
    background-color: #1C2A43;
    color: #FFFFFF;
  }
}
.c-slider__next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.c-slider__next::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: currentColor;
  flex-shrink: 0;
  transform: translateX(-15px);
}
.c-slider__next::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid currentColor;
  flex-shrink: 0;
  transform: translateX(-15px);
}

.c-slider__controls {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 1140px) {
  .c-slider__controls--hide-pc {
    display: none;
  }
}

.c-slider__fraction {
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  color: #777777;
  letter-spacing: 0.02em;
  min-width: 56px;
  text-align: center;
}
.c-slider__fraction.swiper-pagination {
  position: static;
  transform: none;
  width: auto;
  bottom: auto;
  left: auto;
}

.c-post {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-post {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1140px) {
  .c-post {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-post-card {
  position: relative;
  height: 100%;
  padding: 0.5rem;
}

.c-post-card--new::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 20px;
  width: 44px;
  height: 52px;
  background-image: url("../images/label-new2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 2;
  pointer-events: none;
}

.c-post-card__link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
  color: #4D4D4E;
  box-shadow: 0 0 0.5rem rgba(60, 72, 77, 0.08);
  border-radius: 0.75rem;
  overflow: hidden;
  padding: 1.25rem;
  background-color: #FFFFFF;
  transition: transform 250ms ease;
}
.c-post-card__link:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
@media screen and (min-width: 768px) {
  .c-post-card__link {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1140px) {
  .c-post-card__link {
    padding: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-post-card__link:hover {
    transform: translateY(-3px);
  }
  .c-post-card__link:hover .c-post-card__img img,
  .c-post-card__link:hover .c-post-card__img-wrap img {
    transform: scale(1.04);
  }
  .c-post-card__link:hover .c-post-card__title {
    color: #1C2A43;
  }
}

.c-post-card__img {
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.c-post-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 400ms ease;
}

.c-post-card__img-wrap {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  overflow: hidden;
}
.c-post-card__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 400ms ease;
}

.c-post-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.75rem;
  padding-top: 1rem;
}
@media screen and (min-width: 1140px) {
  .c-post-card__body {
    padding-top: 1.25rem;
  }
}

.c-post-card__date {
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #777777;
  letter-spacing: 0.02em;
}

.c-post-card__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #4D4D4E;
  line-height: 2;
  transition: color 150ms ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-post-card__categories {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  gap: 0.5rem;
}

.c-post-card__category {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 1rem;
  border: 1px solid #A17800;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #A17800;
  line-height: 1;
  white-space: nowrap;
}

.c-post-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.c-post-card__tag {
  font-size: 0.875rem;
  font-weight: 400;
  color: #777777;
  letter-spacing: 0.02em;
}
.c-post-card__tag::before {
  content: "#";
}

.c-post-card__excerpt {
  font-size: 1rem;
  font-weight: 400;
  color: #777777;
  line-height: 1.6;
}

.c-tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  border-bottom: 2px solid #EBEBEB;
  margin-block-end: 2rem;
}
.c-tabs__tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.c-tabs__tab:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.c-tabs__tab {
  position: relative;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #777777;
  border-radius: 0.5rem 0.5rem 0 0;
  transition: color 250ms ease, background-color 250ms ease;
}
@media screen and (min-width: 768px) {
  .c-tabs__tab {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
}
.c-tabs__tab[aria-selected=true] {
  color: #1C2A43;
  font-weight: 600;
}
.c-tabs__tab[aria-selected=true]::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -2px;
  height: 2px;
  background-color: #1C2A43;
}
@media (hover: hover) and (pointer: fine) {
  .c-tabs__tab:hover {
    color: #1C2A43;
    background-color: rgba(28, 42, 67, 0.08);
  }
}
.c-tabs__panel[hidden] {
  display: none;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-table {
    font-size: 1rem;
  }
}
.c-table th,
.c-table td {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #EBEBEB;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}
.c-table th {
  width: 30%;
  min-width: 7rem;
  font-weight: 600;
  color: #4D4D4E;
  background-color: #EBEBEB;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-table th {
    width: 25%;
  }
}
.c-table td {
  color: #777777;
}
.c-table tr:last-child th,
.c-table tr:last-child td {
  border-bottom: none;
}

.c-plan-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-plan-table {
    font-size: 1rem;
  }
}
.c-plan-table thead th {
  padding: 1.25rem 1rem;
  background-color: #EBEBEB;
  font-weight: 700;
  border-bottom: 2px solid #EBEBEB;
}
.c-plan-table thead th.is-featured {
  background-color: #1C2A43;
  color: #FFFFFF;
}
.c-plan-table tbody tr:nth-child(even) td {
  background-color: #EBEBEB;
}
.c-plan-table tbody td {
  padding: 1rem;
  border-bottom: 1px solid #EBEBEB;
  color: #777777;
}
.c-plan-table tbody td:first-child {
  text-align: left;
  font-weight: 500;
  color: #4D4D4E;
}
.c-plan-table__check {
  color: #057a55;
  font-weight: 700;
}
.c-plan-table__dash {
  color: #777777;
}

.c-form__row {
  margin-block-end: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-form__row {
    display: grid;
    grid-template-columns: 10rem 1fr;
    align-items: start;
    gap: 1rem;
  }
}
.c-form__label {
  display: block;
  margin-block-end: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #4D4D4E;
}
@media screen and (min-width: 768px) {
  .c-form__label {
    margin-block-end: 0;
    padding-block-start: 0.75rem;
  }
}
.c-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: 0.5rem;
  padding: 0.15rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #CC0000;
  border-radius: 0.25rem;
  vertical-align: middle;
  line-height: 1;
}
.c-form__optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: 0.5rem;
  padding: 0.15rem 0.5rem;
  font-size: 0.75rem;
  color: #777777;
  background-color: #EBEBEB;
  border: 1px solid #EBEBEB;
  border-radius: 0.25rem;
  vertical-align: middle;
  line-height: 1;
}
.c-form__field {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-family: inherit;
  color: #4D4D4E;
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 0.5rem;
  transition: border-color 150ms ease, box-shadow 150ms ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-form__field::-moz-placeholder {
  color: #777777;
}
.c-form__field::placeholder {
  color: #777777;
}
.c-form__field:focus {
  outline: none;
  border-color: #1C2A43;
  box-shadow: 0 0 0 3px rgba(26, 86, 219, 0.15);
}
.c-form__field[aria-invalid=true], .c-form__field.is-error {
  border-color: #CC0000;
}
.c-form__field[aria-invalid=true]:focus, .c-form__field.is-error:focus {
  box-shadow: 0 0 0 3px rgba(224, 36, 36, 0.15);
}
.c-form__field:disabled {
  background-color: #EBEBEB;
  cursor: not-allowed;
  opacity: 0.7;
}
.c-form__textarea {
  resize: vertical;
  min-height: 10rem;
}
.c-form__select {
  padding-inline-end: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234b5563' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  cursor: pointer;
}
.c-form__check-group, .c-form__radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}
.c-form__check-label, .c-form__radio-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-form__check-label input[type=checkbox],
.c-form__check-label input[type=radio], .c-form__radio-label input[type=checkbox],
.c-form__radio-label input[type=radio] {
  width: 1.125rem;
  height: 1.125rem;
  accent-color: #1C2A43;
  cursor: pointer;
  flex-shrink: 0;
}
.c-form__help {
  margin-block-start: 0.5rem;
  font-size: 0.75rem;
  color: #777777;
}
.c-form__error {
  margin-block-start: 0.5rem;
  font-size: 0.75rem;
  color: #CC0000;
  display: none;
}
.c-form__error.is-visible {
  display: block;
}
.c-form__submit {
  margin-block-start: 2.5rem;
  text-align: center;
}
.c-form__confirm-box {
  padding: 2rem;
  background-color: #EBEBEB;
  border-radius: 0.75rem;
  border: 1px solid #EBEBEB;
  margin-block-end: 2rem;
}
.c-form__complete {
  padding: 3rem 2rem;
  text-align: center;
}
.c-form__complete-icon {
  font-size: 3rem;
  margin-block-end: 1rem;
}
.c-form__complete-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-block-end: 1rem;
}
.c-form__complete-text {
  color: #777777;
  margin-block-end: 2rem;
}

.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-block-start: 3rem;
}
.c-pagination__list {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-pagination__item a:focus-visible, .c-pagination__item--current:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.c-pagination__item a, .c-pagination__item--current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 9999px;
  border: 1px solid #1C2A43;
  transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease;
  text-decoration: none;
  color: #4D4D4E;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__item a:hover {
    border-color: #1C2A43;
    color: #1C2A43;
  }
}
.c-pagination__item--current {
  background-color: #1C2A43;
  border-color: #1C2A43;
  color: #FFFFFF;
  font-weight: 700;
  cursor: default;
}
.c-pagination__item--ellipsis {
  display: inline-flex;
  justify-content: center;
  width: 1rem;
  height: 2.5rem;
  color: #1C2A43;
  pointer-events: none;
}
.c-pagination__prev, .c-pagination__next {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.c-pagination__prev:focus-visible, .c-pagination__next:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.c-pagination__prev, .c-pagination__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1.5px solid #1C2A43;
  border-radius: 9999px;
  color: #1C2A43;
  text-decoration: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 150ms ease, color 150ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__prev:hover, .c-pagination__next:hover {
    background-color: #1C2A43;
    color: #FFFFFF;
  }
}
.c-pagination__prev[aria-disabled=true], .c-pagination__next[aria-disabled=true] {
  display: none;
}
.c-pagination__next::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: currentColor;
  flex-shrink: 0;
  transform: translateX(-10px);
}
.c-pagination__next::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid currentColor;
  flex-shrink: 0;
  transform: translateX(-10px);
}
.c-pagination__prev::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 5px solid currentColor;
  flex-shrink: 0;
  transform: translateX(10px);
}
.c-pagination__prev::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: currentColor;
  flex-shrink: 0;
  transform: translateX(10px);
}

.c-badge {
  display: inline-flex;
  align-items: center;
  padding: 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 9999px;
  line-height: 1.4;
  white-space: nowrap;
  letter-spacing: 0.02em;
}
.c-badge--primary {
  background-color: rgba(28, 42, 67, 0.08);
  color: #1C2A43;
}
.c-badge--secondary {
  background-color: #def7ec;
  color: #014737;
}
.c-badge--accent {
  background-color: #fef3c7;
  color: #92400e;
}
.c-badge--neutral {
  background-color: #EBEBEB;
  color: #777777;
  border: 1px solid #EBEBEB;
}
.c-badge--error {
  background-color: #fde8e8;
  color: #CC0000;
}
.c-badge--new {
  background-color: #1C2A43;
  color: #FFFFFF;
}
.c-badge--outline {
  background-color: transparent;
  color: #A17800;
  border: 1px solid #A17800;
  font-size: 0.875rem;
  font-weight: 500;
}

.c-modal {
  border: none;
  padding: 0;
  background: transparent;
  max-width: none;
  max-height: none;
  overflow: visible;
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  transition: opacity 250ms ease, transform 250ms ease;
}
.c-modal.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.c-modal::backdrop {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 250ms ease;
}
.c-modal.is-open::backdrop {
  background-color: rgba(0, 0, 0, 0.55);
}
.c-modal__inner {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  width: min(560px, 100vw - 2rem);
  max-height: calc(100dvh - 4rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-modal__inner {
    padding: 2.5rem 2rem;
  }
}
.c-modal__inner--wide {
  width: min(760px, 100vw - 2rem);
}
.c-modal__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.c-modal__close:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.c-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  color: #777777;
  font-size: 1.125rem;
  transition: background-color 150ms ease, color 150ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-modal__close:hover {
    background-color: #EBEBEB;
    color: #4D4D4E;
  }
}
.c-modal__content p {
  color: #777777;
  line-height: 1.6;
  margin-block-end: 1rem;
}
.c-modal__content p:last-child {
  margin-block-end: 0;
}
.c-modal__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #4D4D4E;
  margin-block-end: 1rem;
  padding-inline-end: 2.5rem;
}
.c-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-block-start: 1.5rem;
  padding-block-start: 1rem;
  border-top: 1px solid #EBEBEB;
}
.c-modal__image {
  margin-block-end: 1rem;
}
.c-modal__image img {
  width: 100%;
  border-radius: 0.5rem;
  display: block;
}

.c-lookbook {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .c-lookbook {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1.5rem;
  }
}
@media screen and (min-width: 1140px) {
  .c-lookbook {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

.c-lookbook-card {
  box-shadow: 0 0 8px rgba(60, 72, 77, 0.08);
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #FFFFFF;
  transition: transform 250ms ease;
}

.c-lookbook-card__link {
  display: flex;
  flex-direction: column;
  color: #4D4D4E;
}

a.c-lookbook-card__link {
  text-decoration: none;
}
a.c-lookbook-card__link:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
@media (hover: hover) and (pointer: fine) {
  a.c-lookbook-card__link:hover .c-lookbook-card__img img {
    transform: scale(1.04);
  }
  a.c-lookbook-card__link:hover .c-lookbook-card__title {
    color: #1C2A43;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-lookbook-card:has(a.c-lookbook-card__link:hover) {
    transform: translateY(-3px);
  }
}
.c-lookbook-card__img {
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.c-lookbook-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 400ms ease;
}

.c-lookbook-card__body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.c-lookbook-card__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #4D4D4E;
  line-height: 1.6;
  transition: color 150ms ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-lookbook-card__categories {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  gap: 0.5rem;
}

.c-lookbook-card__category {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 1rem;
  border: 1px solid #A17800;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #A17800;
  line-height: 1;
  white-space: nowrap;
}

.c-lookbook-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5rem;
  font-size: 0.875rem;
  color: #777777;
  line-height: 1.6;
}

.c-lookbook-card__meta {
  font-size: 0.875rem;
  color: #777777;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-breadcrumb {
  background-color: #FFFFFF;
  overflow-x: auto;
  scrollbar-width: none;
}
.c-breadcrumb::-webkit-scrollbar {
  display: none;
}
.c-breadcrumb__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .c-breadcrumb__inner {
    padding-inline: 2.5rem;
  }
}
.c-breadcrumb__inner {
  height: 40px;
  display: flex;
  align-items: center;
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.c-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 400;
  color: #777777;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: "›";
  margin-inline-end: 0.5rem;
  color: #777777;
}
.c-breadcrumb__link {
  color: #956F00;
  text-decoration: underline;
  transition: opacity 150ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-breadcrumb__link:hover {
    opacity: 0.75;
  }
}
.c-breadcrumb__current {
  color: #4D4D4E;
  font-weight: 400;
}

.p-section-heading {
  text-align: center;
}
.p-section-heading::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #1C2A43;
  margin: 0.75rem auto 0;
}
@media screen and (min-width: 1140px) {
  .p-section-heading::after {
    width: 100px;
    margin: 1.5rem auto 0;
  }
}
.p-section-heading__en {
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1C2A43;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1140px) {
  .p-section-heading__en {
    font-size: 3rem;
  }
}
.p-section-heading__ja {
  margin-top: 0.25rem;
  font-size: 1.25rem;
  color: #1C2A43;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (min-width: 1140px) {
  .p-section-heading__ja {
    margin-top: 1rem;
  }
}

.c-page-hero__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-page-hero__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .c-page-hero__inner {
    padding-inline: 2.5rem;
  }
}
.c-page-hero__body {
  position: relative;
  height: 130px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-inline: 1.5rem;
  border-radius: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-page-hero__body {
    padding-inline: 3rem;
  }
}
@media screen and (min-width: 1140px) {
  .c-page-hero__body {
    height: 200px;
    padding-inline: 4rem;
  }
}
.c-page-hero__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.c-page-hero__visual img,
.c-page-hero__visual source {
  display: block;
}
.c-page-hero__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-page-hero__text {
  position: relative;
  z-index: 1;
}
.c-page-hero__title {
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1C2A43;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1140px) {
  .c-page-hero__title {
    font-size: 3.5rem;
  }
}
.c-page-hero__subtitle {
  font-size: 1rem;
  font-weight: 400;
  color: #1C2A43;
  line-height: 1.6;
}
@media screen and (min-width: 1140px) {
  .c-page-hero__subtitle {
    font-size: 1.5rem;
  }
}
.c-page-hero--plain .c-page-hero__body {
  background-color: #F8F8F8;
}
@media screen and (max-width: 766px) {
  .c-page-hero--plain .c-page-hero__title {
    font-size: 1.75rem;
  }
}

.c-filter {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-filter {
    padding-top: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .c-filter {
    padding-top: 5rem;
  }
}
.c-filter__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-filter__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .c-filter__inner {
    padding-inline: 2.5rem;
  }
}
.c-filter__sections {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1140px) {
  .c-filter__sections {
    flex-direction: row;
    align-items: stretch;
    gap: 2rem;
  }
}
.c-filter__section {
  flex: 1;
  background-color: #FAFAF8;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
}
@media screen and (min-width: 1140px) {
  .c-filter__section {
    max-width: calc(50% - 1rem);
  }
}
.c-filter__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #4D4D4E;
  margin-block-end: 0.75rem;
}
.c-filter__label img {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.c-filter__btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.c-filter__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.c-filter__btn:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.c-filter__btn {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 1rem;
  background-color: #EBEBEB;
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  color: #4D4D4E;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__btn:hover {
    background-color: #d0d0d0;
  }
}
.c-filter__btn.is-active {
  background-color: #1C2A43;
  border-color: #1C2A43;
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__btn.is-active:hover {
    background-color: #1C2A43;
    color: #FFFFFF;
  }
}

.p-brand-section {
  padding-block: 3rem;
}
@media screen and (min-width: 768px) {
  .p-brand-section {
    padding-block: 4rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-section {
    padding-block: 5rem;
  }
}
.p-brand-section--has-bg {
  background-color: #FAFAF8;
}
.p-brand-section__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-brand-section__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-section__inner {
    padding-inline: 2.5rem;
  }
}
.p-brand-section__inner {
  display: grid;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 1140px) {
  .p-brand-section__inner {
    grid-template-columns: 3fr 2fr;
    gap: 4rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-section--image-right .p-brand-section__inner {
    grid-template-columns: 2fr 3fr;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-section--image-right .p-brand-section__image {
    order: 2;
  }
  .p-brand-section--image-right .p-brand-section__body {
    order: 1;
  }
}
.p-brand-section__image {
  aspect-ratio: 600/375;
  padding: 0.5rem;
  display: flex;
  border: 1px solid #DED3B3;
  background-color: #FFFFFF;
  max-width: 680px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-brand-section__image {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-section__image {
    padding: 1.25rem;
  }
}
.p-brand-section__image-frame {
  flex: 1;
  background-color: #EBEBEB;
}
.p-brand-section__image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-brand-section__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  max-width: 680px;
  margin-inline: auto;
}
.p-brand-section__body .c-btn--arrow {
  align-self: center;
}
@media screen and (min-width: 1140px) {
  .p-brand-section__body .c-btn--arrow {
    align-self: flex-start;
  }
}
.p-brand-section__name {
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1C2A43;
  letter-spacing: 0.04em;
  line-height: 1.1;
  border-bottom: 1px solid #DED3B3;
  width: 100%;
}
.p-brand-section__name::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #DED3B3;
  margin-top: 1rem;
}
@media screen and (min-width: 1140px) {
  .p-brand-section__name {
    font-size: 2.5rem;
  }
}
.p-brand-section__text {
  color: #4D4D4E;
  line-height: 2;
}

.p-brand-intro {
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-brand-intro {
    padding-block: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-intro {
    padding-block: 5rem;
  }
}
.p-brand-intro__wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media screen and (min-width: 1140px) {
  .p-brand-intro__wrap {
    padding-bottom: 2rem;
  }
}
.p-brand-intro__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-brand-intro__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-intro__inner {
    padding-inline: 2.5rem;
  }
}
.p-brand-intro__grid {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-brand-intro__grid {
    grid-template-columns: 3fr 5fr;
    grid-template-rows: auto 1fr;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 0.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-intro__grid {
    grid-template-columns: 5fr 6fr;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
    row-gap: 1.5rem;
  }
}
.p-brand-intro__head {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .p-brand-intro__head {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    margin-block-end: 0;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-intro__head {
    margin-top: 5rem;
  }
}
.p-brand-intro__name {
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1C2A43;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .p-brand-intro__name {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-intro__name {
    font-size: 3.5rem;
  }
}
.p-brand-intro__name-ja {
  font-size: 0.875rem;
  color: #777777;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-brand-intro__name-ja {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-intro__name-ja {
    font-size: 1.5rem;
  }
}
.p-brand-intro__image {
  min-width: 0;
  width: calc(100% - 1.25rem);
  margin-top: 1.25rem;
  aspect-ratio: 560/620;
  background: linear-gradient(to top right, #FBF6EC, #DED3B3);
}
@media screen and (min-width: 768px) {
  .p-brand-intro__image {
    margin-top: 1.5rem;
    grid-column: 1;
    grid-row: 1/3;
    width: 100%;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-intro__image {
    margin-top: 2.5rem;
  }
}
.p-brand-intro__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: -1.25rem;
  right: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-brand-intro__image img {
    top: -1.5rem;
    right: -1.5rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-intro__image img {
    top: -2.5rem;
    right: -2.5rem;
  }
}
.p-brand-intro__image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FAFAF8;
  z-index: -1;
  left: 0;
  transform: translateY(1.25rem);
}
@media screen and (min-width: 768px) {
  .p-brand-intro__image::before {
    transform: translateY(0);
    left: auto;
  }
}
.p-brand-intro__body {
  min-width: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-brand-intro__body {
    grid-column: 2;
    grid-row: 2;
  }
}
.p-brand-intro__body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.p-brand-intro__tagline {
  font-size: 1.5rem;
  font-weight: 500;
  color: #4D4D4E;
  line-height: 1.6;
  border-bottom: 1px solid #DED3B3;
  width: 100%;
}
.p-brand-intro__tagline::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #DED3B3;
  margin-top: 1rem;
}
@media screen and (min-width: 1140px) {
  .p-brand-intro__tagline {
    font-size: 2rem;
    font-weight: 500;
  }
}
.p-brand-intro__text {
  font-size: 1rem;
  color: #4D4D4E;
  line-height: 2;
}
.p-brand-intro__bg-name {
  position: absolute;
  right: -0.5rem;
  bottom: 0;
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 3rem;
  line-height: 2.125rem;
  font-weight: 400;
  color: #DED3B3;
  opacity: 0.3;
  letter-spacing: 0.04em;
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-brand-intro__bg-name {
    font-size: 4.25rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-intro__bg-name {
    font-size: 5.3125rem;
    line-height: 3.75rem;
  }
}

.p-brand-lookbook {
  background-color: #FAFAF8;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-brand-lookbook {
    padding-block: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-lookbook {
    padding-block: 5rem;
  }
}
.p-brand-lookbook__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-brand-lookbook__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-lookbook__inner {
    padding-inline: 2.5rem;
  }
}
.p-brand-lookbook .p-section-heading {
  margin-block-end: 3rem;
}
.p-brand-lookbook__groups {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 1140px) {
  .p-brand-lookbook__groups {
    gap: 4rem;
  }
}
.p-brand-lookbook__group-title {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1C2A43;
  line-height: 1.4;
  margin-block-end: 1.5rem;
}
@media screen and (min-width: 1140px) {
  .p-brand-lookbook__group-title {
    font-size: 2rem;
  }
}
.p-brand-lookbook__group-title::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 0.5rem;
  background-color: #DED3B3;
  flex-shrink: 0;
}
@media screen and (min-width: 1140px) {
  .p-brand-lookbook__group-title::before {
    width: 24px;
    height: 24px;
  }
}
.p-brand-lookbook__group-footer {
  display: flex;
  justify-content: center;
  margin-block-start: 3rem;
}

.p-brand-usecase {
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-brand-usecase {
    padding-block: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-usecase {
    padding-block: 5rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-usecase__inner {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 1.5rem;
  }
}
@media screen and (min-width: 1140px) and (min-width: 768px) {
  .p-brand-usecase__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) and (min-width: 1140px) {
  .p-brand-usecase__inner {
    padding-inline: 2.5rem;
  }
}
.p-brand-usecase .p-section-heading {
  padding-inline: 1.5rem;
  margin-block-end: 2rem;
}
@media screen and (min-width: 1140px) {
  .p-brand-usecase .p-section-heading {
    padding-inline: 0;
    margin-block-end: 2.5rem;
  }
}
.p-brand-usecase__swiper {
  overflow: hidden;
  width: 100%;
}
.p-brand-usecase__swiper .swiper-wrapper {
  align-items: stretch;
}
.p-brand-usecase__swiper .swiper-slide {
  width: 316px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-brand-usecase__swiper .swiper-slide {
    width: 400px;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-usecase__swiper .swiper-slide {
    width: 362px;
  }
}
.p-brand-usecase__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-block-start: 2rem;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 1140px) {
  .p-brand-usecase__footer {
    padding-inline: 0;
    margin-block-start: 2.5rem;
  }
}

.p-brand-catalog {
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-brand-catalog {
    padding-block: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-catalog {
    padding-block: 5rem;
  }
}
.p-brand-catalog {
  background-color: #FAFAF8;
  background-image: url("../images/bg-catalog.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-brand-catalog__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-brand-catalog__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-catalog__inner {
    padding-inline: 2.5rem;
  }
}
.p-brand-catalog .p-section-heading {
  margin-block-end: 2.5rem;
}
@media screen and (min-width: 1140px) {
  .p-brand-catalog .p-section-heading {
    margin-block-end: 3rem;
  }
}
.p-brand-catalog__list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 2rem;
  max-width: 20rem;
}
@media screen and (min-width: 768px) {
  .p-brand-catalog__list {
    gap: 3rem 3rem;
    max-width: 40rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-catalog__list {
    gap: 4rem 4rem;
    max-width: 100%;
  }
}
.p-brand-catalog__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-brand-catalog__item {
    width: calc((100% - 3rem) / 2);
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-catalog__item {
    width: calc((100% - 8rem) / 3);
  }
}
.p-brand-catalog__item-link {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-decoration: none;
  gap: 2rem;
}
@media screen and (min-width: 1140px) {
  .p-brand-catalog__item-link {
    gap: 3rem;
  }
}
.p-brand-catalog__item-link:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .p-brand-catalog__item-link:hover .p-brand-catalog__item-img-wrap {
    transform: translateY(-4px);
  }
  .p-brand-catalog__item-link:hover .p-brand-catalog__item-label {
    background-color: #1C2A43;
    color: #FFFFFF;
  }
}
.p-brand-catalog__item-img-wrap {
  width: 100%;
  aspect-ratio: 640/820;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  transition: transform 250ms ease;
}
.p-brand-catalog__item-img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-brand-catalog__item-label {
  position: relative;
  display: block;
  padding: 1rem;
  border: 1px solid #1C2A43;
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1C2A43;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 250ms ease, color 250ms ease;
}
.p-brand-catalog__item-label::before {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
  height: 1px;
  background-color: currentColor;
}
.p-brand-catalog__item-label::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid currentColor;
}
@media screen and (min-width: 1140px) {
  .p-brand-catalog__item-label {
    font-size: 1.5rem;
  }
}

.p-brand-others {
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-brand-others {
    padding-block: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-others {
    padding-block: 5rem;
  }
}
.p-brand-others__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-brand-others__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-others__inner {
    padding-inline: 2.5rem;
  }
}
.p-brand-others .p-section-heading {
  margin-block-end: 2.5rem;
}
@media screen and (min-width: 1140px) {
  .p-brand-others .p-section-heading {
    margin-block-end: 3rem;
  }
}
.p-brand-others__list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1024px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 20rem;
}
@media screen and (min-width: 768px) {
  .p-brand-others__list {
    gap: 1.5rem;
    max-width: 40rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-others__list {
    gap: 2rem;
    max-width: 64rem;
  }
}
.p-brand-others__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-brand-others__item {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (min-width: 1140px) {
  .p-brand-others__item {
    width: calc((100% - 4rem) / 3);
    max-width: 320px;
  }
}
.p-brand-others__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  border: 1px solid #EBEBEB;
  border-radius: 0.25rem;
  padding: 1.5rem 1rem;
  background-color: #FFFFFF;
  transition: box-shadow 250ms ease, border-color 250ms ease;
}
.p-brand-others__item-link:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .p-brand-others__item-link:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-color: #777777;
  }
}
.p-brand-others__item-logo {
  width: 100%;
  max-width: 12rem;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-hero {
  background-color: #FFFFFF;
  aspect-ratio: auto;
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .p-hero {
    aspect-ratio: 1440/980;
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  .p-hero {
    aspect-ratio: 16/9;
  }
}
.p-hero__inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-hero__inner {
    flex-direction: row;
  }
}
.p-hero__main {
  position: relative;
  z-index: 0;
  overflow: hidden;
  aspect-ratio: 800/1000;
}
@media screen and (min-width: 768px) {
  .p-hero__main {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1140px) {
  .p-hero__main {
    flex: 0 0 55%;
  }
}
.p-hero__main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-hero__right {
  position: relative;
  z-index: 1;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-hero__right {
    flex: 1;
  }
}
.p-hero__body {
  position: relative;
  z-index: 1;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-hero__body {
    flex: 1;
    padding: 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-hero__body {
    flex: 1;
    padding: 4rem 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-hero__body {
    flex: 1;
    padding: 6rem 5rem;
  }
}
.p-hero__title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-hero__title {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-hero__title {
    margin-bottom: 2rem;
  }
}
.p-hero__title-en {
  display: block;
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #1C2A43;
  letter-spacing: 0;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .p-hero__title-en {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-hero__title-en {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-hero__title-en {
    font-size: 3.5rem;
  }
}
.p-hero__title-ja {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1C2A43;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-hero__title-ja {
    font-size: 1.25rem;
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-hero__title-ja {
    font-size: 1.5rem;
    margin-top: 0.75rem;
  }
}
.p-hero__desc {
  font-size: 1rem;
  color: #4D4D4E;
  line-height: 2.8;
}
@media screen and (min-width: 768px) {
  .p-hero__desc {
    font-size: 0.875rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1140px) {
  .p-hero__desc {
    font-size: 1rem;
    line-height: 2.8;
  }
}
.p-hero__sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  padding: 0;
  align-items: end;
}
@media screen and (min-width: 768px) {
  .p-hero__sub {
    position: absolute;
    bottom: -25%;
    z-index: 0;
    align-items: self-end;
  }
}
@media screen and (min-width: 1140px) {
  .p-hero__sub {
    bottom: 0;
    align-items: start;
  }
}
.p-hero__sub-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.p-hero__sub-item--1 {
  padding-top: 0;
  aspect-ratio: 3/4;
  width: 120%;
  order: 2;
  transform: translate(-20%, 0%);
}
@media screen and (min-width: 768px) {
  .p-hero__sub-item--1 {
    width: auto;
    order: 0;
    transform: translate(-20%, -10%);
  }
}
.p-hero__sub-item--2 {
  padding-top: 0;
  aspect-ratio: 3/2;
  width: 120%;
  order: 1;
  z-index: 1;
  transform: translate(0, 20%);
}
@media screen and (min-width: 768px) {
  .p-hero__sub-item--2 {
    order: 0;
    z-index: auto;
    transform: translate(-30%, -40%);
  }
}
@media screen and (min-width: 1140px) {
  .p-hero__sub-item--2 {
    transform: translate(0%, -40%);
    width: auto;
  }
}
.p-hero__sub-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-hero .js-hero-main-swiper,
.p-hero .js-hero-sub1-swiper,
.p-hero .js-hero-sub2-swiper {
  width: 100%;
  height: 100%;
}
.p-hero .js-hero-main-swiper .swiper-slide,
.p-hero .js-hero-sub1-swiper .swiper-slide,
.p-hero .js-hero-sub2-swiper .swiper-slide {
  height: 100%;
}
@keyframes p-hero-kenburns-in {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}
@keyframes p-hero-kenburns-out {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}
.p-hero .js-hero-main-swiper .p-hero__main-img {
  transform-origin: center center;
  animation-duration: 7000ms;
  animation-timing-function: linear;
  animation-fill-mode: both;
}

@property --gx-0 {
  syntax: "<percentage>";
  initial-value: 5%;
  inherits: false;
}
@property --gy-0 {
  syntax: "<percentage>";
  initial-value: 10%;
  inherits: false;
}
@property --gx-1 {
  syntax: "<percentage>";
  initial-value: 90%;
  inherits: false;
}
@property --gy-1 {
  syntax: "<percentage>";
  initial-value: 5%;
  inherits: false;
}
@property --gx-2 {
  syntax: "<percentage>";
  initial-value: 50%;
  inherits: false;
}
@property --gy-2 {
  syntax: "<percentage>";
  initial-value: 90%;
  inherits: false;
}
@property --gx-3 {
  syntax: "<percentage>";
  initial-value: 85%;
  inherits: false;
}
@property --gy-3 {
  syntax: "<percentage>";
  initial-value: 60%;
  inherits: false;
}
@keyframes p-brands-mesh {
  0% {
    --gx-0: 5%;
    --gy-0: 10%;
    --gx-1: 90%;
    --gy-1: 5%;
    --gx-2: 50%;
    --gy-2: 90%;
    --gx-3: 85%;
    --gy-3: 60%;
  }
  25% {
    --gx-0: 80%;
    --gy-0: 40%;
    --gx-1: 10%;
    --gy-1: 80%;
    --gx-2: 90%;
    --gy-2: 15%;
    --gx-3: 20%;
    --gy-3: 70%;
  }
  50% {
    --gx-0: 60%;
    --gy-0: 90%;
    --gx-1: 85%;
    --gy-1: 50%;
    --gx-2: 10%;
    --gy-2: 40%;
    --gx-3: 50%;
    --gy-3: 10%;
  }
  75% {
    --gx-0: 20%;
    --gy-0: 60%;
    --gx-1: 50%;
    --gy-1: 20%;
    --gx-2: 75%;
    --gy-2: 75%;
    --gx-3: 5%;
    --gy-3: 30%;
  }
  100% {
    --gx-0: 5%;
    --gy-0: 10%;
    --gx-1: 90%;
    --gy-1: 5%;
    --gx-2: 50%;
    --gy-2: 90%;
    --gx-3: 85%;
    --gy-3: 60%;
  }
}
.p-brands {
  --gx-0: 5%;
  --gy-0: 10%;
  --gx-1: 90%;
  --gy-1: 5%;
  --gx-2: 50%;
  --gy-2: 90%;
  --gx-3: 85%;
  --gy-3: 60%;
  background-color: #FBF6EC;
  background-image: radial-gradient(circle at var(--gx-0) var(--gy-0), rgb(218, 204, 182) 0%, rgba(251, 246, 236, 0) 55%), radial-gradient(circle at var(--gx-1) var(--gy-1), rgba(212, 197, 174, 0.95) 0%, rgba(251, 246, 236, 0) 52%), radial-gradient(circle at var(--gx-2) var(--gy-2), rgba(225, 214, 196, 0.9) 0%, rgba(251, 246, 236, 0) 55%), radial-gradient(circle at var(--gx-3) var(--gy-3), rgba(218, 204, 182, 0.9) 0%, rgba(251, 246, 236, 0) 52%);
  animation: p-brands-mesh 20s linear infinite;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-brands {
    padding-block: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brands {
    padding-block: 5rem;
  }
}
.p-brands .p-section-heading {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-brands .p-section-heading {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brands .p-section-heading {
    padding-inline: 2.5rem;
  }
}
.p-brands .p-section-heading {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1140px) {
  .p-brands .p-section-heading {
    margin-bottom: 2.5rem;
  }
}
.p-brands__swiper {
  overflow-x: clip;
  overflow-y: visible;
  width: 100%;
}
.p-brands__swiper .swiper-wrapper {
  align-items: stretch;
}
.p-brands__swiper .swiper-slide {
  width: 336px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-brands__swiper .swiper-slide {
    width: 496px;
  }
}
@media screen and (min-width: 1140px) {
  .p-brands__swiper .swiper-slide {
    width: 1136px;
  }
}
.p-brands__card {
  height: 100%;
  padding: 0.5rem;
}
.p-brands__card-inner {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(60, 72, 77, 0.08);
  padding: 1.25rem;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-brands__card-inner {
    padding: 1.5rem;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-brands__card-inner {
    flex-direction: row;
    align-items: flex-start;
    padding: 3rem;
    gap: 3rem;
  }
}
.p-brands__card-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 768px) {
  .p-brands__card-img {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1140px) {
  .p-brands__card-img {
    flex: 0 0 50%;
  }
}
.p-brands__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-brands__card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.p-brands__card-name {
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1C2A43;
  letter-spacing: 0.04em;
  line-height: 1.1;
  border-bottom: 1px solid #DED3B3;
}
.p-brands__card-name::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #DED3B3;
  margin-top: 1rem;
}
@media screen and (min-width: 1140px) {
  .p-brands__card-name {
    font-size: 2.5rem;
  }
}
.p-brands__card-tagline {
  font-size: 16px;
  color: #4D4D4E;
  line-height: 2;
}
.p-brands__card-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: auto;
}
.p-brands__card-icon-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  height: 40px;
  max-width: 300px;
  padding-inline: 1.5rem;
  border: 1px solid #1C2A43;
  border-radius: 9999px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #1C2A43;
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease;
}
.p-brands__card-icon-btn:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.p-brands__card-icon-btn .c-btn__icon {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-image: url("../images/icon-book.svg");
          mask-image: url("../images/icon-book.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
@media (hover: hover) and (pointer: fine) {
  .p-brands__card-icon-btn:hover {
    background-color: #FFFFFF;
    color: #1C2A43;
  }
}
.p-brands__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1rem;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 1140px) {
  .p-brands__footer {
    margin-top: 2.5rem;
  }
}

.p-news-latest {
  background-color: #FFFFFF;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-latest {
    padding-block: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-news-latest {
    padding-block: 5rem;
  }
}
.p-news-latest__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-latest__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-news-latest__inner {
    padding-inline: 2.5rem;
  }
}
@media screen and (max-width: 766px) {
  .p-news-latest__inner {
    padding-inline: 0;
  }
}
.p-news-latest .p-section-heading {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1140px) {
  .p-news-latest .p-section-heading {
    margin-bottom: 2.5rem;
  }
}
.p-news-latest__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-news-latest__item:nth-child(odd) {
  background-color: #FAFAF8;
}
.p-news-latest__link {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.25rem 1.5rem;
  text-decoration: none;
  color: #4D4D4E;
  transition: color 150ms ease;
}
.p-news-latest__link:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
@media screen and (min-width: 1140px) {
  .p-news-latest__link {
    gap: 0.75rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news-latest__link:hover {
    color: #1C2A43;
  }
}
.p-news-latest__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.p-news-latest__date {
  flex-shrink: 0;
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #777;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.p-news-latest__badges {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-wrap: wrap;
}
.p-news-latest__item--new .p-news-latest__meta::after {
  content: "";
  display: block;
  height: 28px;
  width: 68px;
  background-image: url("../images/label-new.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  flex-shrink: 0;
}
.p-news-latest__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin: 0;
}
.p-news-latest__footer {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (min-width: 1140px) {
  .p-news-latest__footer {
    margin-top: 2.5rem;
  }
}

.p-usecase-slider {
  position: relative;
  background-image: url("../images/bg-use-case-sp.webp");
  background-size: cover;
  background-position: center;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-usecase-slider {
    padding-block: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-usecase-slider {
    padding-block: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-usecase-slider {
    background-image: url("../images/bg-use-case.webp");
  }
}
.p-usecase-slider .p-section-heading {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-usecase-slider .p-section-heading {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-usecase-slider .p-section-heading {
    padding-inline: 2.5rem;
  }
}
.p-usecase-slider .p-section-heading {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1140px) {
  .p-usecase-slider .p-section-heading {
    margin-bottom: 2.5rem;
  }
}
.p-usecase-slider__swiper {
  overflow: hidden;
  width: 100%;
}
.p-usecase-slider__swiper .swiper-wrapper {
  align-items: stretch;
}
.p-usecase-slider__swiper .swiper-slide {
  width: 316px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-usecase-slider__swiper .swiper-slide {
    width: 400px;
  }
}
@media screen and (min-width: 1140px) {
  .p-usecase-slider__swiper .swiper-slide {
    width: 416px;
  }
}
.p-usecase-slider__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 1140px) {
  .p-usecase-slider__footer {
    margin-top: 2.5rem;
  }
}

.p-column-slider {
  background-color: #FFFFFF;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-column-slider {
    padding-block: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-column-slider {
    padding-block: 5rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-column-slider__inner {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 1.5rem;
  }
}
@media screen and (min-width: 1140px) and (min-width: 768px) {
  .p-column-slider__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) and (min-width: 1140px) {
  .p-column-slider__inner {
    padding-inline: 2.5rem;
  }
}
.p-column-slider .p-section-heading {
  padding-inline: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1140px) {
  .p-column-slider .p-section-heading {
    padding-inline: 0;
    margin-bottom: 2.5rem;
  }
}
.p-column-slider__swiper {
  overflow: hidden;
  width: 100%;
}
.p-column-slider__swiper .swiper-wrapper {
  align-items: stretch;
}
.p-column-slider__swiper .swiper-slide {
  width: 316px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-column-slider__swiper .swiper-slide {
    width: 400px;
  }
}
@media screen and (min-width: 1140px) {
  .p-column-slider__swiper .swiper-slide {
    width: 362px;
  }
}
.p-column-slider__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 1140px) {
  .p-column-slider__footer {
    padding-inline: 0;
    margin-top: 2.5rem;
  }
}

.p-lookbook-grid {
  background-color: #FFFFFF;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-lookbook-grid {
    padding-block: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-lookbook-grid {
    padding-block: 5rem;
  }
}
.p-lookbook-grid__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-lookbook-grid__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-lookbook-grid__inner {
    padding-inline: 2.5rem;
  }
}

.p-news-grid {
  background-color: #FFFFFF;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-grid {
    padding-block: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-news-grid {
    padding-block: 5rem;
  }
}
.p-news-grid__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-grid__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-news-grid__inner {
    padding-inline: 2.5rem;
  }
}

.p-case-grid {
  background-color: #FFFFFF;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-case-grid {
    padding-block: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-case-grid {
    padding-block: 5rem;
  }
}
.p-case-grid__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-case-grid__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-case-grid__inner {
    padding-inline: 2.5rem;
  }
}

.p-column-grid {
  background-color: #FFFFFF;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-column-grid {
    padding-block: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-column-grid {
    padding-block: 5rem;
  }
}
.p-column-grid__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-column-grid__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-column-grid__inner {
    padding-inline: 2.5rem;
  }
}

.p-block-btn {
  display: flex;
  justify-content: center;
}

.p-block-cta {
  display: flex;
  justify-content: center;
}
.p-block-cta__link {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  min-height: 80px;
  padding-block: 1.25rem;
  padding-inline: 1.5rem;
  background-color: #008299;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 150ms ease;
}
.p-block-cta__link:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
@media screen and (min-width: 768px) {
  .p-block-cta__link {
    max-width: 440px;
    min-height: 120px;
    padding-block: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-block-cta__link:hover {
    opacity: 0.85;
  }
}
.p-block-cta__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-block-cta__icon img {
  width: 40px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-block-cta__icon img {
    width: 50px;
  }
}
.p-block-cta__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-block-cta__title {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-block-cta__title {
    font-size: 1.5rem;
  }
}
.p-block-cta__desc {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}
.p-block-cta__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.p-block-cta__arrow img {
  filter: brightness(0) invert(1);
}

.p-faq {
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding-block: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-faq {
    padding-block: 5rem;
  }
}
.p-faq__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-faq__inner {
    padding-inline: 2.5rem;
  }
}
.p-faq__inner {
  max-width: 800px;
}
.p-faq__header {
  text-align: center;
  margin-bottom: 3rem;
}
.p-faq__eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1C2A43;
  margin-bottom: 0.75rem;
}
.p-faq__heading {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
}
.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #EBEBEB;
}
.p-faq__item {
  border-bottom: 1px solid #EBEBEB;
}
.p-faq__question {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.p-faq__question:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.p-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.25rem 0;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  color: #4D4D4E;
  cursor: pointer;
  transition: color 150ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-faq__question:hover {
    color: #1C2A43;
  }
}
.p-faq__question[aria-expanded=true] {
  color: #1C2A43;
}
.p-faq__question[aria-expanded=true] .p-faq__question-icon::after {
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
}
.p-faq__question-text {
  flex: 1;
}
.p-faq__question-icon {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.p-faq__question-icon::before, .p-faq__question-icon::after {
  content: "";
  position: absolute;
  background-color: currentcolor;
  border-radius: 2px;
  transition: transform 250ms ease, opacity 250ms ease;
}
.p-faq__question-icon::before {
  top: 50%;
  left: 4px;
  width: 16px;
  height: 2px;
  transform: translateY(-50%);
}
.p-faq__question-icon::after {
  top: 4px;
  left: 50%;
  width: 2px;
  height: 16px;
  transform: translateX(-50%);
}
.p-faq__answer {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease;
}
.p-faq__answer-inner {
  padding-bottom: 1.25rem;
  color: #777777;
  line-height: 1.6;
}
.p-faq__answer-inner p + p {
  margin-top: 0.75rem;
}

.p-image-block {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-image-block {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-image-block {
    padding-inline: 2.5rem;
  }
}
.p-image-block {
  padding-inline: 0;
  display: grid;
  gap: 1rem;
  margin-block: 2rem;
}
.p-image-block--1col {
  grid-template-columns: 1fr;
  max-width: 700px;
  margin-inline: auto;
}
.p-image-block--2col {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-image-block--2col {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.p-image-block--3col {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-image-block--3col {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
.p-image-block__item {
  margin: 0;
}
.p-image-block__img-wrap {
  overflow: hidden;
}
.p-image-block__img-wrap--4-3 {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.p-image-block__img-wrap--16-9 {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p-image-block__img-wrap--3-4 {
  aspect-ratio: 3/4;
  overflow: hidden;
}
.p-image-block__img-wrap--9-16 {
  aspect-ratio: 9/16;
  overflow: hidden;
}
.p-image-block__img-wrap--4-3 img, .p-image-block__img-wrap--16-9 img, .p-image-block__img-wrap--3-4 img, .p-image-block__img-wrap--9-16 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-image-block__img {
  width: 100%;
  height: auto;
  display: block;
}
.p-image-block__caption {
  margin-block-start: 0.5rem;
  font-size: 0.75rem;
  color: #777777;
  text-align: center;
  line-height: 1.6;
}

.p-author {
  padding: 1.5rem;
  border: 1px solid #DED3B3;
}
@media screen and (min-width: 1140px) {
  .p-author {
    padding: 2rem;
  }
}
.p-author__inner {
  max-width: 720px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.p-author__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-author__header {
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
  }
}
.p-author__logo {
  flex-shrink: 0;
}
.p-author__logo-img {
  width: 150px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-author__photo {
  width: 150px;
}
.p-author__name {
  font-size: 1.25rem;
  font-weight: 500;
  color: #4D4D4E;
  margin: 0;
}
.p-author__name:is(a) {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-author__name:is(a):hover {
    opacity: 0.7;
  }
}
.p-author__bio p {
  font-size: 0.875rem;
  color: #777777;
  line-height: 2;
  margin: 0;
}

.p-qa-block {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-qa-block {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-qa-block {
    padding-inline: 2.5rem;
  }
}
.p-qa-block {
  padding-inline: 0;
}
.p-qa-block__question {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding-block-end: 1rem;
  margin-block-end: 1.5rem;
  border-bottom: 2px solid #DED3B3;
}
.p-qa-block__q-label {
  flex-shrink: 0;
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #A17800;
  line-height: 1;
}
.p-qa-block__q-text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #4D4D4E;
  margin: 0;
}
@media screen and (min-width: 1140px) {
  .p-qa-block__q-text {
    font-size: 2rem;
  }
}
.p-qa-block__answer {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "text" "img";
  row-gap: 1.25rem;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .p-qa-block__answer {
    grid-template-columns: 1fr 45%;
    grid-template-areas: "text img";
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 0;
  }
}
.p-qa-block__a-text {
  grid-area: text;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.p-qa-block__a-text div p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #4D4D4E;
}
.p-qa-block__a-label {
  flex-shrink: 0;
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1C2A43;
  line-height: 1;
  margin-top: 0.25rem;
}
.p-qa-block__a-img {
  grid-area: img;
}
.p-qa-block__a-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-qa-block--img-left .p-qa-block__answer {
    grid-template-columns: 45% 1fr;
    grid-template-areas: "img text";
  }
}
@media screen and (min-width: 768px) {
  .p-qa-block__answer:not(:has(.p-qa-block__a-img)) {
    grid-template-columns: 1fr;
    grid-template-areas: "text";
  }
}

.page-brand #main {
  position: relative;
  overflow-x: clip;
}
.page-brand #main::before {
  content: "BRANDS LIST";
  display: none;
  position: absolute;
  right: -16px;
  top: 240px;
  writing-mode: vertical-rl;
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 128px;
  font-weight: 400;
  color: #DED3B3;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.3;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 0;
}
@media screen and (min-width: 1140px) {
  .page-brand #main::before {
    display: block;
  }
}

.p-post-intro {
  margin-block-start: 3rem;
}
@media screen and (min-width: 768px) {
  .p-post-intro {
    margin-block-start: 4rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-post-intro {
    margin-block-start: 5rem;
  }
}
.p-post-intro__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-post-intro__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-post-intro__inner {
    padding-inline: 2.5rem;
  }
}
.p-post-intro__inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.p-post-intro__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.p-post-intro__date {
  font-size: 0.875rem;
  color: #777777;
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
}
.p-post-intro__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}
.p-post-intro__category {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 1rem;
  border: 1px solid #A17800;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #A17800;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}
.p-post-intro__title {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
  color: #4D4D4E;
  line-height: 1.8;
}
@media screen and (min-width: 1140px) {
  .p-post-intro__title {
    font-size: 2.25rem;
  }
}
.p-post-intro__img-wrap {
  max-width: 700px;
  margin-inline: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  overflow: hidden;
}
.p-post-intro__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-post-intro__excerpt {
  font-size: 1rem;
  color: #777777;
  line-height: 2;
}
.p-post-intro__excerpt p {
  margin: 0;
}
.p-post-intro__toc {
  padding: 1.5rem;
  background-color: #FAFAF8;
}
@media screen and (min-width: 1140px) {
  .p-post-intro__toc {
    padding: 2rem;
  }
}
.p-post-intro__toc-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  color: #4D4D4E;
  margin: 0 0 1.25rem;
  border-bottom: 1px solid #DED3B3;
}
.p-post-intro__toc-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #DED3B3;
  margin-top: 1rem;
}
.p-post-intro__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: toc-counter;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-post-intro__toc-list > li {
  counter-increment: toc-counter;
  display: grid;
  grid-template-columns: 1.5em 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.p-post-intro__toc-list > li::before {
  content: counter(toc-counter) ".";
  grid-column: 1;
  grid-row: 1;
  font-size: 1.25rem;
  color: #A17800;
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}
.p-post-intro__toc-list > li > a {
  grid-column: 2;
  grid-row: 1;
  font-size: 1.25rem;
  font-weight: 700;
  color: #4D4D4E;
  text-decoration: none;
  line-height: 1.6;
}
@media (hover: hover) and (pointer: fine) {
  .p-post-intro__toc-list > li > a:hover {
    color: #A17800;
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}
.p-post-intro__toc-list > li > ul {
  grid-column: 2;
  grid-row: 2;
}
.p-post-intro__toc-list ul {
  list-style: none;
  padding: 0;
  margin-block-start: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-post-intro__toc-list ul li {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.p-post-intro__toc-list ul li::before {
  content: "●";
  flex-shrink: 0;
  font-size: 0.5em;
  color: #777777;
  color: #A17800;
  transform: translateY(-3px);
}
.p-post-intro__toc-list ul li a {
  font-size: 1rem;
  font-weight: 500;
  color: #777777;
  text-decoration: none;
  line-height: 1.6;
}
@media (hover: hover) and (pointer: fine) {
  .p-post-intro__toc-list ul li a:hover {
    color: #A17800;
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}

.p-post-content {
  margin-block-start: 3rem;
}
@media screen and (min-width: 768px) {
  .p-post-content {
    margin-block-start: 4rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-post-content {
    margin-block-start: 5rem;
  }
}
.p-post-content__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-post-content__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-post-content__inner {
    padding-inline: 2.5rem;
  }
}
.p-post-content__inner {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.p-post-content__inner > * {
  margin-block: 0;
}

body.page-privacy-policy .p-post-content {
  padding-block-end: 3rem;
}
@media screen and (min-width: 768px) {
  body.page-privacy-policy .p-post-content {
    padding-block-end: 4rem;
  }
}
@media screen and (min-width: 1140px) {
  body.page-privacy-policy .p-post-content {
    padding-block-end: 5rem;
  }
}

h2.wp-block-heading {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-size: 1.375rem;
  font-weight: 700;
  color: #4D4D4E;
  padding-block-end: 1rem;
  border-bottom: 2px solid #DED3B3;
}
@media screen and (min-width: 1140px) {
  h2.wp-block-heading {
    font-size: 2rem;
  }
}

h3.wp-block-heading {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-size: 1.125rem;
  font-weight: 700;
  color: #4D4D4E;
  padding-inline-start: 1rem;
  border-inline-start: 4px solid #DED3B3;
}
@media screen and (min-width: 1140px) {
  h3.wp-block-heading {
    font-size: 1.5rem;
  }
}

h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-size: 1rem;
  color: #4D4D4E;
}
@media screen and (min-width: 1140px) {
  h4.wp-block-heading,
  h5.wp-block-heading,
  h6.wp-block-heading {
    font-size: 1.25rem;
  }
}

.wp-block-paragraph {
  font-size: 1rem;
  line-height: 1.6;
  color: #4D4D4E;
}
.wp-block-paragraph.has-drop-cap::first-letter {
  float: left;
  font-size: 3.5em;
  line-height: 0.8;
  margin-inline-end: 0.5rem;
  font-weight: 700;
  color: #1C2A43;
}
.wp-block-paragraph a {
  color: #1C2A43;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media (hover: hover) and (pointer: fine) {
  .wp-block-paragraph a:hover {
    opacity: 0.75;
  }
}

.wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-inline-start: 1.5em;
  color: #4D4D4E;
}
.wp-block-list li {
  line-height: 1.6;
}
.wp-block-list li::marker {
  color: #A17800;
}
.wp-block-list:is(ul) {
  list-style: disc;
}
.wp-block-list:is(ol) {
  list-style: decimal;
}
.wp-block-list a {
  color: #1C2A43;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media (hover: hover) and (pointer: fine) {
  .wp-block-list a:hover {
    opacity: 0.75;
  }
}

.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .wp-block-table table {
    min-width: 560px;
  }
}
.wp-block-table thead {
  border-bottom: none;
}
.wp-block-table th,
.wp-block-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  vertical-align: top;
  border: 1px solid #FFFFFF;
}
.wp-block-table thead tr {
  background-color: #DEBD60;
}
.wp-block-table thead tr th {
  font-weight: 400;
  color: #FFFFFF;
}
.wp-block-table tbody tr:nth-child(odd) {
  background-color: #FAFAF8;
}
.wp-block-table tbody tr:nth-child(even) {
  background-color: #F0EEEA;
}
.wp-block-table tbody tr td {
  color: #4D4D4E;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #FAFAF8;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: #F0EEEA;
}
.wp-block-table figcaption {
  margin-block-start: 0.5rem;
  font-size: 0.75rem;
  color: #777777;
  text-align: center;
  line-height: 1.6;
}

.wp-block-separator {
  width: 100%;
}

.wp-block-quote {
  padding: 1.25rem 1.5rem;
  border-inline-start: 4px solid #EBEBEB;
  background-color: #EBEBEB;
  border-radius: 0 0.5rem 0.5rem 0;
}
.wp-block-quote p {
  margin: 0;
  font-style: italic;
  color: #777777;
}

.wp-block-code {
  padding: 1.25rem;
  background-color: #1C2A43;
  color: #f8fafc;
  border-radius: 0.75rem;
  overflow-x: auto;
  font-size: 0.875rem;
  line-height: 1.6;
}
.wp-block-code code {
  background: none;
  border: none;
  padding: 0;
  font-size: inherit;
}

code {
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.875em;
  padding: 0.15em 0.4em;
  background-color: #EBEBEB;
  border: 1px solid #EBEBEB;
  border-radius: 0.25rem;
}

kbd {
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.8em;
  padding: 0.15em 0.5em;
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-bottom-width: 3px;
  border-radius: 0.25rem;
  color: #4D4D4E;
  white-space: nowrap;
}

.wp-block-embed {
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
}
.wp-block-embed__wrapper {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.wp-block-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.p-post-footer {
  margin-block: 2.5rem;
}
@media screen and (min-width: 1140px) {
  .p-post-footer {
    margin-block: 4rem;
  }
}
.p-post-footer__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-post-footer__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-post-footer__inner {
    padding-inline: 2.5rem;
  }
}
.p-post-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.p-post-footer__nav {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
.p-post-footer__nav-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-block: 0.75rem;
  border-bottom: 1px solid #1C2A43;
  text-decoration: none;
  color: #4D4D4E;
  font-size: 1rem;
  font-weight: 500;
  transition: color 150ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-post-footer__nav-item:hover {
    color: #1C2A43;
  }
}
.p-post-footer__nav-item--prev {
  justify-content: flex-start;
}
.p-post-footer__nav-item--prev::before {
  content: "‹";
  font-size: 1.25rem;
  line-height: 1;
  color: #777777;
  flex-shrink: 0;
}
.p-post-footer__nav-item--next {
  justify-content: flex-end;
}
.p-post-footer__nav-item--next::after {
  content: "›";
  font-size: 1.25rem;
  line-height: 1;
  color: #777777;
  flex-shrink: 0;
}
.p-post-footer__actions {
  display: flex;
  justify-content: center;
}

.p-article-related {
  margin-block-start: 2.5rem;
  padding-block: 2.5rem;
}
@media screen and (min-width: 1140px) {
  .p-article-related {
    margin-block-start: 4rem;
    padding-block: 4rem;
  }
}
.p-article-related {
  background-color: #FAFAF8;
}
.p-article-related__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-article-related__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-article-related__inner {
    padding-inline: 2.5rem;
  }
}
.p-article-related .p-section-heading {
  margin-block-end: 2rem;
}
@media screen and (min-width: 1140px) {
  .p-article-related .p-section-heading {
    margin-block-end: 2.5rem;
  }
}
.p-article-related__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-article-related__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-article-related__footer {
  display: flex;
  justify-content: center;
  margin-block-start: 2rem;
}
@media screen and (min-width: 1140px) {
  .p-article-related__footer {
    margin-block-start: 2.5rem;
  }
}

body.page-case-detail .p-post-intro__eyecatch--with-company {
  position: relative;
  padding-top: 0;
  padding-bottom: 3rem;
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  body.page-case-detail .p-post-intro__eyecatch--with-company {
    padding-block: 3rem;
    grid-template-columns: 55% 1fr;
    align-items: stretch;
  }
}
body.page-case-detail .p-post-intro__eyecatch--with-company::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: calc(100% - 24px);
  background-color: #FAFAF8;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  body.page-case-detail .p-post-intro__eyecatch--with-company::after {
    top: 0;
    bottom: auto;
    left: 50%;
    width: 50vw;
    height: 100%;
  }
}
body.page-case-detail .p-post-intro__eyecatch--with-company > * {
  position: relative;
  z-index: 1;
}
body.page-case-detail .p-post-intro__eyecatch--with-company .p-post-intro__img-wrap {
  max-width: none;
  margin-inline: 0;
  padding-top: 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 768px) {
  body.page-case-detail .p-post-intro__eyecatch--with-company .p-post-intro__img-wrap {
    aspect-ratio: auto;
    min-height: 320px;
  }
}
body.page-case-detail .p-post-intro__eyecatch--with-company .p-post-intro__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-case-detail .p-post-intro__company {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  body.page-case-detail .p-post-intro__company {
    padding-inline-start: 1.5rem;
  }
}
body.page-case-detail .p-post-intro__company-logo img {
  display: block;
  width: 230px;
  height: auto;
}
body.page-case-detail .p-post-intro__company-name {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #4D4D4E;
  border-bottom: 1px solid #DED3B3;
  width: 100%;
}
body.page-case-detail .p-post-intro__company-name::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #DED3B3;
  margin-top: 1rem;
}
body.page-case-detail .p-post-intro__company-name small {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #4D4D4E;
}
body.page-case-detail .p-post-intro__company-address {
  margin: 0;
}
body.page-case-detail .p-post-intro__company-address > div {
  display: flex;
  align-items: baseline;
}
body.page-case-detail .p-post-intro__company-address > div + div {
  margin-top: 0.5rem;
}
body.page-case-detail .p-post-intro__company-address dt {
  flex-shrink: 0;
  font-size: 1rem;
  color: #777777;
}
body.page-case-detail .p-post-intro__company-address dt::after {
  content: "：";
}
body.page-case-detail .p-post-intro__company-address dd {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #4D4D4E;
}
body.page-case-detail .p-post-intro__company-url {
  color: #008299;
  text-decoration: underline;
  word-break: break-all;
}
@media (hover: hover) and (pointer: fine) {
  body.page-case-detail .p-post-intro__company-url:hover {
    text-decoration: none;
  }
}
body.page-case-detail .p-post-intro__company-desc {
  margin: 0;
  font-size: 1rem;
  line-height: 2;
  color: #4D4D4E;
}

.p-faq-page {
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq-page {
    padding-block: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-faq-page {
    padding-block: 5rem;
  }
}
.p-faq-page {
  background-color: #FFFFFF;
}
.p-faq-page__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq-page__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-faq-page__inner {
    padding-inline: 2.5rem;
  }
}
.p-faq-page__group + .p-faq-page__group {
  margin-top: 3rem;
}
@media screen and (min-width: 1140px) {
  .p-faq-page__group + .p-faq-page__group {
    margin-top: 4rem;
  }
}
.p-faq-page__group-heading {
  font-size: 1.375rem;
  font-weight: 700;
  color: #1C2A43;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1140px) {
  .p-faq-page__group-heading {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-faq-page__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.p-faq-page__item {
  border: 1px solid #1C2A43;
  background-color: #FFFFFF;
  overflow: hidden;
  transition: box-shadow 150ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-faq-page__item:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
}
.p-faq-page__item.is-open .p-faq-page__chevron {
  transform: rotate(180deg);
}
.p-faq-page__trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.p-faq-page__trigger:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.p-faq-page__trigger {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  padding: 1.25rem;
  text-align: left;
  transition: background-color 150ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-faq-page__trigger:hover {
    background-color: #F0EEEA;
  }
}
@media screen and (min-width: 1140px) {
  .p-faq-page__trigger {
    padding: 1.25rem 1.5rem;
  }
}
.p-faq-page__q-label {
  flex-shrink: 0;
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #A17800;
  line-height: 1;
  margin-top: 0.25rem;
}
.p-faq-page__question {
  flex: 1;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1C2A43;
  line-height: 1.8;
}
.p-faq-page__chevron {
  flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 20px;
  align-self: center;
  transition: transform 250ms ease;
}
.p-faq-page__chevron::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1C2A43;
  border-bottom: 2px solid #1C2A43;
  transform: translate(-50%, -65%) rotate(45deg);
}
.p-faq-page__body {
  overflow: hidden;
}
.p-faq-page__body-inner {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  border-top: 1px solid #1C2A43;
}
@media screen and (min-width: 1140px) {
  .p-faq-page__body-inner {
    padding: 1.25rem 1.5rem 1.5rem;
  }
}
.p-faq-page__a-label {
  flex-shrink: 0;
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1C2A43;
  line-height: 1;
  margin-top: 0.25rem;
}
.p-faq-page__answer {
  flex: 1;
  font-size: 1rem;
  font-weight: 400;
  color: #4D4D4E;
  line-height: 2;
}
.p-faq-page__answer p + p {
  margin-top: 0.75rem;
}
.p-faq-page__answer a {
  color: #008299;
  text-decoration: underline;
}
.p-faq-page__answer a:focus-visible {
  outline: 2px solid #008299;
  outline-offset: 2px;
}

@media screen and (max-width: 1139px) {
  #satori__creative_container .satori__custom_form_6b8eee99ef199c30_css {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.p-contact-thanks {
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks {
    padding-block: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-contact-thanks {
    padding-block: 5rem;
  }
}
.p-contact-thanks__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-contact-thanks__inner {
    padding-inline: 2.5rem;
  }
}
.p-contact-thanks__inner {
  max-width: 42rem;
  text-align: center;
}
.p-contact-thanks__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #1C2A43;
  margin-block-end: 2rem;
}
@media screen and (min-width: 1140px) {
  .p-contact-thanks__title {
    font-size: 1.5rem;
  }
}
.p-contact-thanks p {
  font-size: 1rem;
  color: #777777;
  line-height: 1.6;
  margin-block-end: 0.5rem;
}
.p-contact-thanks p:last-of-type {
  margin-block-end: 0;
}
.p-contact-thanks .c-btn {
  margin-block-start: 2.5rem;
}

.p-404 {
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-404 {
    padding-block: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-404 {
    padding-block: 5rem;
  }
}
.p-404__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-404__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-404__inner {
    padding-inline: 2.5rem;
  }
}
.p-404__inner {
  text-align: center;
}
.p-404__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1C2A43;
  line-height: 1.3;
}
@media screen and (min-width: 1140px) {
  .p-404__title {
    font-size: 1.5rem;
  }
}
.p-404__text {
  margin-top: 1.5rem;
  font-size: 1rem;
  color: #4D4D4E;
  line-height: 2;
}
.p-404__btn {
  margin-top: 3rem;
  margin-inline: auto;
}

.p-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1140px) {
  .p-card-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

.p-card-grid__card {
  display: flex;
  flex-direction: column;
}

.p-card-grid__card-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.p-card-grid__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-card-grid__card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1rem;
  padding-block: 1.25rem;
}

.p-card-grid__card-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #1C2A43;
  line-height: 1.6;
  margin: 0;
  border-bottom: 1px solid #DED3B3;
  width: 100%;
}
.p-card-grid__card-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #DED3B3;
  margin-top: 1rem;
}

.p-card-grid__card-desc {
  font-size: 1rem;
  color: #4D4D4E;
  line-height: 2;
  margin: 0;
  flex: 1;
}

.p-card-grid__card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  height: 48px;
  padding-inline: 1.5rem;
  border: 1px solid #1C2A43;
  border-radius: 9999px;
  font-weight: 500;
  color: #1C2A43;
  background-color: #FFFFFF;
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease;
}
.p-card-grid__card-link:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .p-card-grid__card-link:hover {
    background-color: rgba(28, 42, 67, 0.08);
  }
}

.p-card-grid__card-link-text {
  flex: 1;
  text-align: center;
}

.p-card-grid__card-link-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  opacity: 0.7;
}

.p-components-hero {
  background: linear-gradient(135deg, #1C2A43 0%, #1e3a5f 100%);
  padding-block: 4rem;
}
.p-components-hero__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-components-hero__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-components-hero__inner {
    padding-inline: 2.5rem;
  }
}
.p-components-hero__inner {
  max-width: 800px;
}
.p-components-hero__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(28, 42, 67, 0.08);
  margin-block-end: 0.75rem;
}
.p-components-hero__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
  margin-block-end: 1.25rem;
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
}
.p-components-hero__desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin-block-end: 2.5rem;
}
.p-components-hero__desc code {
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.9em;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.1em 0.4em;
  border-radius: 0.25rem;
  color: #FFFFFF;
}

.p-components-toc__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
}
.p-components-toc__link {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
  text-decoration: none;
  transition: background-color 150ms ease, border-color 150ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-components-toc__link:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.6);
  }
}

.p-components-body {
  padding-block: 4rem;
}
.p-components-body__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-components-body__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-components-body__inner {
    padding-inline: 2.5rem;
  }
}
.p-components-body__inner {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.p-comp-section {
  padding-block: 3rem;
  border-bottom: 1px solid #EBEBEB;
}
.p-comp-section:last-child {
  border-bottom: none;
}
.p-comp-section__header {
  margin-block-end: 2rem;
}
.p-comp-section__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #4D4D4E;
  margin-block-end: 0.5rem;
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
}
@media screen and (min-width: 1140px) {
  .p-comp-section__title {
    font-size: 2rem;
  }
}
.p-comp-section__file {
  margin-block-end: 0.75rem;
}
.p-comp-section__file code {
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.875rem;
  color: #1C2A43;
  background-color: rgba(28, 42, 67, 0.08);
  padding: 0.15em 0.5em;
  border-radius: 0.25rem;
}
.p-comp-section__desc {
  font-size: 1rem;
  color: #777777;
  line-height: 1.6;
}
.p-comp-section__desc code {
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.875em;
  padding: 0.1em 0.4em;
  background-color: #EBEBEB;
  border: 1px solid #EBEBEB;
  border-radius: 0.25rem;
}

.p-comp-demo {
  background-color: #EBEBEB;
  border: 1px solid #EBEBEB;
  border-radius: 1rem;
  padding: 1.5rem 1.5rem 2rem;
  margin-block-end: 1.5rem;
}
.p-comp-demo__label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #777777;
  margin-block-end: 1.25rem;
}
.p-comp-demo__label code {
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.875rem;
  color: #1C2A43;
  background-color: rgba(28, 42, 67, 0.08);
  padding: 0.1em 0.4em;
  border-radius: 0.25rem;
}
.p-comp-demo__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-block-end: 1rem;
}
.p-comp-demo__note {
  margin-block-start: 1rem;
  font-size: 0.875rem;
  color: #777777;
  font-style: italic;
}

.p-comp-code {
  margin-block-end: 0.5rem;
}
.p-comp-code__label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #777777;
  margin-block-end: 0.5rem;
  margin-block-start: 1rem;
}
.p-comp-code__label:first-child {
  margin-block-start: 0;
}
.p-comp-code__pre {
  margin: 0;
  padding: 1.25rem 1.5rem;
  background-color: #1C2A43;
  border-radius: 0.75rem;
  overflow-x: auto;
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #e2e8f0;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}
.p-comp-code__pre code {
  background: none;
  border: none;
  padding: 0;
  font-size: inherit;
  color: inherit;
}

.p-blocks-hero {
  background: linear-gradient(135deg, #0f4c3a 0%, #1a6b52 50%, #0d3d2e 100%);
  padding-block: 4rem;
}
.p-blocks-hero__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-blocks-hero__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-blocks-hero__inner {
    padding-inline: 2.5rem;
  }
}
.p-blocks-hero__inner {
  max-width: 800px;
}
.p-blocks-hero__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6ee7b7;
  margin-block-end: 0.75rem;
}
.p-blocks-hero__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
  margin-block-end: 1.25rem;
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
}
.p-blocks-hero__desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin-block-end: 2.5rem;
}
.p-blocks-hero__desc code {
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.9em;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.1em 0.4em;
  border-radius: 0.25rem;
  color: #FFFFFF;
}

.p-block-section {
  border-bottom: 1px solid #EBEBEB;
}
.p-block-section:last-child {
  border-bottom: none;
}
.p-block-section__header {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-block-section__header {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-block-section__header {
    padding-inline: 2.5rem;
  }
}
.p-block-section__header {
  max-width: 900px;
  padding-block-start: 3rem;
  padding-block-end: 1.5rem;
}
.p-block-section__code {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-block-section__code {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-block-section__code {
    padding-inline: 2.5rem;
  }
}
.p-block-section__code {
  max-width: 900px;
  padding-block-start: 1.5rem;
  padding-block-end: 3rem;
}

.p-block-demo .js-scroll-animation {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}
.p-block-demo__variant-label {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-block-demo__variant-label {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-block-demo__variant-label {
    padding-inline: 2.5rem;
  }
}
.p-block-demo__variant-label {
  max-width: 900px;
  padding-block-start: 2rem;
  padding-block-end: 0.75rem;
}
.p-block-demo__variant-label span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1C2A43;
  background-color: rgba(28, 42, 67, 0.08);
  padding: 0.25em 0.75em;
  border-radius: 9999px;
}
.p-block-demo__variant-label:first-child {
  padding-block-start: 1rem;
}

.c-accordion {
  border: 1px solid #EBEBEB;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-block-end: 0.75rem;
  background-color: #FFFFFF;
}
.c-accordion:last-child {
  margin-block-end: 0;
}
.c-accordion__trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.c-accordion__trigger:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.c-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  color: #4D4D4E;
  cursor: pointer;
  transition: background-color 150ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-accordion__trigger:hover {
    background-color: #EBEBEB;
  }
}
.c-accordion__trigger[aria-expanded=true] {
  color: #1C2A43;
}
.c-accordion__trigger::after {
  content: "+";
  flex-shrink: 0;
  font-size: 1.25rem;
  font-weight: 400;
  color: #1C2A43;
  transition: transform 250ms ease;
  line-height: 1;
}
.c-accordion__trigger[aria-expanded=true]::after {
  content: "−";
}
.c-accordion__content {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease;
}
.c-accordion__body {
  padding: 1rem 1.25rem;
  color: #777777;
  line-height: 1.6;
  border-top: 1px solid #EBEBEB;
}
.c-accordion__body code {
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.875em;
  padding: 0.1em 0.4em;
  background-color: #EBEBEB;
  border: 1px solid #EBEBEB;
  border-radius: 0.25rem;
}

.c-modal__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #4D4D4E;
  margin-block-end: 1rem;
}
.c-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-block-start: 1.5rem;
  padding-block-start: 1rem;
  border-top: 1px solid #EBEBEB;
}
.c-modal__image {
  margin-block-end: 1rem;
}
.c-modal__image img {
  width: 100%;
  border-radius: 0.5rem;
  display: block;
}
.c-modal__inner--wide {
  max-width: 720px;
}

.c-tabs__panel {
  padding-block: 1.5rem;
}
.c-tabs__panel p {
  color: #777777;
  line-height: 1.6;
}
.c-tabs__panel p code {
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.875em;
  padding: 0.1em 0.4em;
  background-color: #EBEBEB;
  border: 1px solid #EBEBEB;
  border-radius: 0.25rem;
}

.js-demo-swiper-default,
.js-demo-swiper-hero,
.js-demo-swiper-cards {
  height: 240px;
}
@media screen and (min-width: 768px) {
  .js-demo-swiper-default,
  .js-demo-swiper-hero,
  .js-demo-swiper-cards {
    height: 320px;
  }
}

.js-demo-swiper-thumb-main {
  height: 240px;
  margin-block-end: 0.5rem;
}
@media screen and (min-width: 768px) {
  .js-demo-swiper-thumb-main {
    height: 320px;
  }
}

.p-demo-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  color: #FFFFFF;
}
.p-demo-slide--1 {
  background: linear-gradient(135deg, #3b82f6, #6366f1);
}
.p-demo-slide--2 {
  background: linear-gradient(135deg, #06b6d4, #3b82f6);
}
.p-demo-slide--3 {
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
}

.js-demo-swiper-thumb-nav {
  height: 64px;
}
@media screen and (min-width: 768px) {
  .js-demo-swiper-thumb-nav {
    height: 80px;
  }
}

.p-demo-swiper-thumb-nav .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 150ms ease;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-demo-swiper-thumb-nav .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.p-demo-slide-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  color: #FFFFFF;
}
.p-demo-slide-thumb.p-demo-slide--1 {
  background: linear-gradient(135deg, #3b82f6, #6366f1);
}
.p-demo-slide-thumb.p-demo-slide--2 {
  background: linear-gradient(135deg, #06b6d4, #3b82f6);
}
.p-demo-slide-thumb.p-demo-slide--3 {
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
}

.p-micro-hero {
  background: linear-gradient(135deg, #1e1b4b 0%, #3730a3 50%, #1e1b4b 100%);
  padding-block: 4rem;
}
.p-micro-hero__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-micro-hero__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-micro-hero__inner {
    padding-inline: 2.5rem;
  }
}
.p-micro-hero__inner {
  max-width: 800px;
}
.p-micro-hero__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a5b4fc;
  margin-block-end: 0.75rem;
}
.p-micro-hero__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
  margin-block-end: 1.25rem;
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
}
.p-micro-hero__desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin-block-end: 2.5rem;
}
.p-micro-hero__desc code {
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.9em;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.1em 0.4em;
  border-radius: 0.25rem;
  color: #FFFFFF;
}

.p-micro-section {
  border-bottom: 1px solid #EBEBEB;
}
.p-micro-section:last-child {
  border-bottom: none;
}
.p-micro-section__header {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-micro-section__header {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-micro-section__header {
    padding-inline: 2.5rem;
  }
}
.p-micro-section__header {
  max-width: 960px;
  padding-block-start: 3rem;
  padding-block-end: 1.5rem;
}
.p-micro-section__content {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-micro-section__content {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-micro-section__content {
    padding-inline: 2.5rem;
  }
}
.p-micro-section__content {
  max-width: 960px;
  padding-block-end: 3rem;
}
.p-micro-section__subheading {
  font-size: 1.125rem;
  font-weight: 600;
  color: #4D4D4E;
  margin-block: 2rem 1rem;
  padding-block-start: 1rem;
  border-block-start: 1px solid #EBEBEB;
}
.p-micro-section__subheading:first-child {
  border-block-start: none;
  padding-block-start: 0;
}

.p-micro-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-micro-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1140px) {
  .p-micro-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-micro-grid--5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1140px) {
  .p-micro-grid--5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-micro-grid--scroll {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1140px) {
  .p-micro-grid--scroll {
    grid-template-columns: repeat(5, 1fr);
  }
}

.p-micro-card {
  background: #EBEBEB;
  border: 1px solid #EBEBEB;
  border-radius: 1rem;
  overflow: hidden;
}
.p-micro-card__demo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 120px;
  padding: 2rem 1.5rem;
  background: #FFFFFF;
  border-bottom: 1px solid #EBEBEB;
}
.p-micro-card__demo--loader {
  min-height: 100px;
}
.p-micro-card__demo--dark {
  background: #1C2A43;
}
.p-micro-card__info {
  padding: 1rem 1.25rem;
}
.p-micro-card__name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #4D4D4E;
  margin-block-end: 0.25rem;
}
.p-micro-card__desc {
  font-size: 0.75rem;
  color: #777777;
  line-height: 1.6;
  margin-block-end: 0.5rem;
}
.p-micro-card__class {
  display: inline-block;
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.75rem;
  color: #1C2A43;
  background: rgba(28, 42, 67, 0.08);
  padding: 0.15em 0.5em;
  border-radius: 0.25rem;
}

.c-btn-fx {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.c-btn-fx:focus-visible {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.c-btn-fx {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 0.7em 1.8em;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.75rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.c-btn-fx__icon {
  display: inline-block;
  overflow: hidden;
  width: 0;
  white-space: nowrap;
  transition: width 0.3s ease, margin-inline-start 0.3s ease;
}

.c-btn-fx--fill-slide {
  color: #1C2A43;
  background: transparent;
  border: 2px solid #1C2A43;
  isolation: isolate;
  transition: color 250ms ease;
}
.c-btn-fx--fill-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1C2A43;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.c-btn-fx--fill-slide:hover {
  color: #FFFFFF;
}
.c-btn-fx--fill-slide:hover::before {
  transform: scaleY(1);
}

.c-btn-fx--wipe {
  color: #057a55;
  background: transparent;
  border: 2px solid #057a55;
  isolation: isolate;
  transition: color 250ms ease;
}
.c-btn-fx--wipe::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #057a55;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.c-btn-fx--wipe:hover {
  color: #FFFFFF;
}
.c-btn-fx--wipe:hover::before {
  transform: scaleX(1);
}

.c-btn-fx--outline-draw {
  color: #1C2A43;
  background: transparent;
  border: none;
}
.c-btn-fx--outline-draw::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 2px solid #1C2A43;
  border-bottom: 2px solid #1C2A43;
  border-radius: inherit;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}
.c-btn-fx--outline-draw::after {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 2px solid #1C2A43;
  border-right: 2px solid #1C2A43;
  border-radius: inherit;
  transform: scaleY(0);
  transition: transform 0.25s ease 0.22s;
}
.c-btn-fx--outline-draw:hover::before {
  transform: scaleX(1);
}
.c-btn-fx--outline-draw:hover::after {
  transform: scaleY(1);
}

.c-btn-fx--shine {
  color: #FFFFFF;
  background: #1C2A43;
  border: none;
}
.c-btn-fx--shine::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.55) 50%, transparent 80%);
  transform: skewX(-20deg);
}
.c-btn-fx--shine:hover::after {
  animation: shineSweep 0.55s ease-out forwards;
}

@keyframes shineSweep {
  0% {
    left: -100%;
  }
  100% {
    left: 150%;
  }
}
.c-btn-fx--press {
  color: #FFFFFF;
  background: #1C2A43;
  border: none;
  box-shadow: 0 6px 0 #152136, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transition: transform 150ms ease, box-shadow 150ms ease;
}
.c-btn-fx--press:hover {
  transform: translateY(3px);
  box-shadow: 0 3px 0 #152136, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.c-btn-fx--press:active {
  transform: translateY(6px);
  box-shadow: none;
}

.c-btn-fx--icon {
  color: #FFFFFF;
  background: #1C2A43;
  border: none;
  gap: 0;
  transition: background-color 250ms ease;
}
.c-btn-fx--icon:hover {
  background: #152136;
}
.c-btn-fx--icon:hover .c-btn-fx__icon {
  width: 1.4ch;
  margin-inline-start: 0.5rem;
}

.c-btn-fx--jelly {
  color: #FFFFFF;
  background: #E6670D;
  border: none;
}
.c-btn-fx--jelly:hover {
  animation: jellyBounce 0.6s cubic-bezier(0.37, 0.74, 0.15, 1.65) both;
}

@keyframes jellyBounce {
  0% {
    transform: scale(1, 1);
  }
  20% {
    transform: scale(1.18, 0.88);
  }
  40% {
    transform: scale(0.93, 1.1);
  }
  60% {
    transform: scale(1.07, 0.95);
  }
  80% {
    transform: scale(0.97, 1.03);
  }
  100% {
    transform: scale(1, 1);
  }
}
.c-btn-fx--gradient {
  color: #FFFFFF;
  border: none;
  background: linear-gradient(135deg, #1C2A43 0%, #7c3aed 40%, #db2777 70%, #1C2A43 100%);
  background-size: 250% 250%;
  animation: gradientFlow 4s ease infinite;
}
.c-btn-fx--gradient:hover {
  animation-duration: 1.5s;
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.c-btn-fx--lift {
  color: #FFFFFF;
  background: #1C2A43;
  border: none;
  box-shadow: 0 4px 14px rgba(26, 86, 219, 0.35);
  transition: transform 250ms ease, box-shadow 250ms ease, background-color 250ms ease;
}
.c-btn-fx--lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px rgba(26, 86, 219, 0.45);
  background: #152136;
}
.c-btn-fx--lift:active {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(26, 86, 219, 0.35);
}

.c-btn-fx--glitch {
  color: #FFFFFF;
  background: #1C2A43;
  border: none;
  letter-spacing: 0.02em;
}
.c-btn-fx--glitch::before, .c-btn-fx--glitch::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: inherit;
  font: inherit;
  letter-spacing: inherit;
  background: #1C2A43;
  opacity: 0;
  transition: opacity 0s;
}
.c-btn-fx--glitch::before {
  color: #ff0066;
  text-shadow: 2px 0 #ff0066;
  clip-path: inset(20% 0 60% 0);
}
.c-btn-fx--glitch::after {
  color: #00ffcc;
  text-shadow: -2px 0 #00ffcc;
  clip-path: inset(60% 0 10% 0);
}
.c-btn-fx--glitch:hover::before {
  opacity: 1;
  animation: glitchA 0.4s steps(2) infinite;
}
.c-btn-fx--glitch:hover::after {
  opacity: 1;
  animation: glitchB 0.4s steps(2) infinite;
}

@keyframes glitchA {
  0% {
    clip-path: inset(20% 0 60% 0);
    transform: translate(-4px, 2px);
  }
  25% {
    clip-path: inset(60% 0 10% 0);
    transform: translate(4px, -2px);
  }
  50% {
    clip-path: inset(40% 0 40% 0);
    transform: translate(-2px, 4px);
  }
  75% {
    clip-path: inset(10% 0 80% 0);
    transform: translate(2px, -4px);
  }
  100% {
    clip-path: inset(20% 0 60% 0);
    transform: translate(0);
  }
}
@keyframes glitchB {
  0% {
    clip-path: inset(60% 0 10% 0);
    transform: translate(4px, -2px);
  }
  25% {
    clip-path: inset(20% 0 60% 0);
    transform: translate(-4px, 2px);
  }
  50% {
    clip-path: inset(80% 0 5% 0);
    transform: translate(2px, -4px);
  }
  75% {
    clip-path: inset(40% 0 40% 0);
    transform: translate(-2px, 4px);
  }
  100% {
    clip-path: inset(60% 0 10% 0);
    transform: translate(0);
  }
}
.c-btn-fx__arrow {
  display: inline-block;
  width: 20px;
  height: 10px;
  background: currentColor;
  clip-path: polygon(0 30%, 60% 30%, 60% 0%, 100% 50%, 60% 100%, 60% 70%, 0 70%);
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.c-btn-fx--arrow-shift {
  color: #1C2A43;
  background: transparent;
  border: 2px solid #1C2A43;
  gap: 0.5rem;
  isolation: isolate;
  transition: color 250ms ease;
}
.c-btn-fx--arrow-shift::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1C2A43;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.c-btn-fx--arrow-shift:hover {
  color: #FFFFFF;
}
.c-btn-fx--arrow-shift:hover::before {
  transform: scaleX(1);
}
.c-btn-fx--arrow-shift:hover .c-btn-fx__arrow {
  transform: translateX(6px);
}

.c-btn-fx--arrow-flip {
  color: #FFFFFF;
  background: #1C2A43;
  border: none;
  gap: 0.5rem;
  transition: background-color 250ms ease;
}
.c-btn-fx--arrow-flip:hover {
  background: #152136;
}
.c-btn-fx--arrow-flip:hover .c-btn-fx__arrow {
  transform: rotate(-45deg) translateX(2px);
}

.c-btn-fx--arrow-chase {
  color: #057a55;
  background: transparent;
  border: 2px solid #057a55;
  gap: 0.5rem;
  overflow: hidden;
}
.c-btn-fx--arrow-chase .c-btn-fx__arrow {
  display: inline-block;
  transition: none;
}
.c-btn-fx--arrow-chase:hover .c-btn-fx__arrow {
  animation: arrowChase 0.45s ease forwards;
}

@keyframes arrowChase {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  44% {
    transform: translateX(160%);
    opacity: 0;
  }
  45% {
    transform: translateX(-160%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.c-btn-fx--arrow-bounce {
  color: #FFFFFF;
  background: #E6670D;
  border: none;
  gap: 0.5rem;
}
.c-btn-fx--arrow-bounce .c-btn-fx__arrow {
  display: inline-block;
  transition: none;
}
.c-btn-fx--arrow-bounce:hover .c-btn-fx__arrow {
  animation: arrowBounceRight 0.55s ease-in-out infinite;
}

@keyframes arrowBounceRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
}
.c-btn-fx__circle-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.c-btn-fx__circle-svg {
  width: 44px;
  height: 44px;
  overflow: visible;
}

.c-btn-fx__ring {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  transform-box: fill-box;
  transform-origin: center;
}

.c-btn-fx__arrow-line {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.c-btn-fx--circle-rotate {
  padding: 0;
  color: #4D4D4E;
  background: transparent;
  border: none;
  overflow: visible;
}
.c-btn-fx--circle-rotate .c-btn-fx__circle-icon {
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.c-btn-fx--circle-rotate:hover .c-btn-fx__circle-icon {
  transform: rotate(90deg);
}

.c-btn-fx--circle-pulse {
  padding: 0;
  color: #4D4D4E;
  background: transparent;
  border: none;
  overflow: visible;
}
.c-btn-fx--circle-pulse .c-btn-fx__circle-icon::before, .c-btn-fx--circle-pulse .c-btn-fx__circle-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  opacity: 0;
}
.c-btn-fx--circle-pulse:hover .c-btn-fx__circle-icon::before {
  animation: circleRipple 1s ease-out infinite;
}
.c-btn-fx--circle-pulse:hover .c-btn-fx__circle-icon::after {
  animation: circleRipple 1s ease-out 0.45s infinite;
}

@keyframes circleRipple {
  0% {
    transform: scale(1);
    opacity: 0.75;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}
.c-btn-fx--circle-fill {
  padding: 0;
  color: #4D4D4E;
  background: transparent;
  border: none;
  overflow: visible;
}
.c-btn-fx--circle-fill .c-btn-fx__ring {
  fill: transparent;
  transition: fill 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-btn-fx--circle-fill .c-btn-fx__arrow-line {
  transition: stroke 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-btn-fx--circle-fill:hover .c-btn-fx__ring {
  fill: #4D4D4E;
}
.c-btn-fx--circle-fill:hover .c-btn-fx__arrow-line {
  stroke: #FFFFFF;
}

.c-btn-fx--circle-arc {
  padding: 0;
  color: #4D4D4E;
  background: transparent;
  border: none;
  overflow: visible;
}
.c-btn-fx--circle-arc:hover .c-btn-fx__ring {
  animation: arcBtnSpin 1.4s linear infinite, arcBtnDash 1.4s ease-in-out infinite;
}

@keyframes arcBtnDash {
  0% {
    stroke-dasharray: 2 124;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 100 124;
    stroke-dashoffset: -44;
  }
  100% {
    stroke-dasharray: 100 124;
    stroke-dashoffset: -124;
  }
}
@keyframes arcBtnSpin {
  to {
    transform: rotate(360deg);
  }
}
.p-micro-stagger-demo__label {
  font-size: 0.875rem;
  color: #777777;
  margin-block-start: 1.5rem;
  margin-block-end: 0.75rem;
}
.p-micro-stagger-demo__label:first-child {
  margin-block-start: 0;
}
.p-micro-stagger-demo__label code {
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.9em;
  background: rgba(28, 42, 67, 0.08);
  color: #1C2A43;
  padding: 0.1em 0.4em;
  border-radius: 0.25rem;
}

.p-micro-form-group {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-micro-form-group {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-micro-form-item {
  background: #EBEBEB;
  border: 1px solid #EBEBEB;
  border-radius: 1rem;
  overflow: hidden;
}
.p-micro-form-item__demo {
  background: #FFFFFF;
  padding: 2rem 1.5rem;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100px;
}
.p-micro-form-item__info {
  padding: 1rem 1.25rem;
}
.p-micro-form-item__name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #4D4D4E;
  margin-block-end: 0.25rem;
}
.p-micro-form-item__class {
  display: inline-block;
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.75rem;
  color: #1C2A43;
  background: rgba(28, 42, 67, 0.08);
  padding: 0.15em 0.5em;
  border-radius: 0.25rem;
}

.c-custom-radio {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-custom-radio input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.c-custom-radio__mark {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #EBEBEB;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: border-color 250ms ease;
}
.c-custom-radio__mark::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1C2A43;
  transform: scale(0);
  transition: transform 250ms ease;
}
input:checked + .c-custom-radio__mark {
  border-color: #1C2A43;
}
input:checked + .c-custom-radio__mark::before {
  transform: scale(1);
}
input:focus-visible + .c-custom-radio__mark {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.c-custom-radio__label {
  font-size: 1rem;
  color: #4D4D4E;
}

.c-custom-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-custom-checkbox input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.c-custom-checkbox__mark {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #EBEBEB;
  border-radius: 0.25rem;
  display: grid;
  place-items: center;
  transition: background-color 250ms ease, border-color 250ms ease;
}
.c-custom-checkbox__mark::after {
  content: "";
  width: 5px;
  height: 9px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(45deg) translate(-1px, -1px) scale(0);
  transition: transform 250ms ease;
}
input:checked + .c-custom-checkbox__mark {
  background: #1C2A43;
  border-color: #1C2A43;
}
input:checked + .c-custom-checkbox__mark::after {
  transform: rotate(45deg) translate(-1px, -1px) scale(1);
}
input:focus-visible + .c-custom-checkbox__mark {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.c-custom-checkbox__label {
  font-size: 1rem;
  color: #4D4D4E;
}

.c-custom-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-custom-toggle input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.c-custom-toggle__track {
  position: relative;
  width: 48px;
  height: 26px;
  border-radius: 13px;
  background: #EBEBEB;
  transition: background-color 250ms ease;
  flex-shrink: 0;
}
.c-custom-toggle__thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: transform 250ms ease;
}
.c-custom-toggle input:checked ~ .c-custom-toggle__track {
  background: #1C2A43;
}
.c-custom-toggle input:checked ~ .c-custom-toggle__track .c-custom-toggle__thumb {
  transform: translateX(22px);
}
.c-custom-toggle input:focus-visible ~ .c-custom-toggle__track {
  outline: 2px solid #1C2A43;
  outline-offset: 2px;
}
.c-custom-toggle__label {
  font-size: 1rem;
  color: #4D4D4E;
}

.c-custom-range {
  width: 100%;
}
.c-custom-range__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-block-end: 0.75rem;
}
.c-custom-range__label {
  font-size: 0.875rem;
  color: #777777;
}
.c-custom-range__value {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1C2A43;
  font-family: "Tenor Sans", "Helvetica Neue", Arial, sans-serif;
  min-width: 2.5ch;
  text-align: right;
}
.c-custom-range__input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #EBEBEB;
  outline: none;
  cursor: pointer;
  accent-color: #1C2A43;
}
.c-custom-range__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #1C2A43;
  box-shadow: 0 0 0 3px rgba(28, 42, 67, 0.08);
  cursor: pointer;
  -webkit-transition: box-shadow 250ms ease, transform 250ms ease;
  transition: box-shadow 250ms ease, transform 250ms ease;
}
.c-custom-range__input:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 6px rgba(28, 42, 67, 0.08);
}
.c-custom-range__input:active::-webkit-slider-thumb {
  transform: scale(1.2);
}
.c-custom-range__input::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #1C2A43;
  border: none;
  cursor: pointer;
}

.c-float-label {
  position: relative;
  width: 100%;
}
.c-float-label__input {
  width: 100%;
  padding: 1.3em 1em 0.45em;
  border: 2px solid #EBEBEB;
  border-radius: 0.5rem;
  font-size: 1rem;
  background: #FFFFFF;
  outline: none;
  transition: border-color 250ms ease;
  font-family: inherit;
}
.c-float-label__input:focus {
  border-color: #1C2A43;
}
.c-float-label__input:not(:-moz-placeholder) + .c-float-label__label {
  top: 0.45em;
  font-size: 0.75rem;
  color: #1C2A43;
}
.c-float-label__input:focus + .c-float-label__label, .c-float-label__input:not(:placeholder-shown) + .c-float-label__label {
  top: 0.45em;
  font-size: 0.75rem;
  color: #1C2A43;
}
.c-float-label__label {
  position: absolute;
  left: 1em;
  top: 0.95em;
  font-size: 1rem;
  color: #777777;
  pointer-events: none;
  transition: top 250ms ease, font-size 250ms ease, color 250ms ease;
  background: #FFFFFF;
  padding-inline: 0.1em;
}

.c-custom-select {
  position: relative;
  width: 100%;
}
.c-custom-select__control {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  padding: 0.75em 2.8em 0.75em 1em;
  border: 2px solid #EBEBEB;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-family: inherit;
  color: #4D4D4E;
  background: #FFFFFF;
  outline: none;
  cursor: pointer;
  transition: border-color 250ms ease, box-shadow 250ms ease;
  line-height: 1.6;
}
.c-custom-select__control:hover {
  border-color: #EBEBEB;
}
.c-custom-select__control:focus {
  border-color: #1C2A43;
  box-shadow: 0 0 0 3px rgba(28, 42, 67, 0.08);
}
.c-custom-select::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #777777;
  border-bottom: 2px solid #777777;
  border-radius: 1px;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
  transition: transform 250ms ease, border-color 250ms ease;
}
.c-custom-select:focus-within::after {
  border-color: #1C2A43;
  transform: translateY(-35%) rotate(225deg);
}

.c-loader--spinner {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid rgba(28, 42, 67, 0.08);
  border-top-color: #1C2A43;
  animation: loaderSpin 0.8s linear infinite;
}

@keyframes loaderSpin {
  to {
    transform: rotate(360deg);
  }
}
.c-loader--dots {
  display: flex;
  gap: 6px;
  align-items: center;
}
.c-loader--dots i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1C2A43;
  animation: dotScale 1.4s ease-in-out infinite both;
}
.c-loader--dots i:nth-child(1) {
  animation-delay: 0s;
}
.c-loader--dots i:nth-child(2) {
  animation-delay: 0.18s;
}
.c-loader--dots i:nth-child(3) {
  animation-delay: 0.36s;
}

@keyframes dotScale {
  0%, 80%, 100% {
    transform: scale(0.55);
    opacity: 0.35;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.c-loader--bar {
  width: 140px;
  height: 4px;
  background: rgba(28, 42, 67, 0.08);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.c-loader--bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #1C2A43;
  border-radius: 2px;
  animation: barMove 1.6s ease-in-out infinite;
}

@keyframes barMove {
  0% {
    width: 0%;
    left: 0%;
  }
  50% {
    width: 60%;
    left: 20%;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}
.c-loader--pulse {
  position: relative;
  width: 42px;
  height: 42px;
}
.c-loader--pulse::before, .c-loader--pulse::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #1C2A43;
}
.c-loader--pulse::before {
  animation: pulseRing 1.6s ease-out infinite;
}
.c-loader--pulse::after {
  animation: pulseRing 1.6s ease-out 0.55s infinite;
}

@keyframes pulseRing {
  0% {
    transform: scale(0.4);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.c-loader--skeleton {
  width: 100%;
  max-width: 200px;
}

.c-skeleton {
  background: linear-gradient(90deg, #EBEBEB 25%, #e9eaec 50%, #EBEBEB 75%);
  background-size: 200% 100%;
  border-radius: 0.5rem;
  animation: shimmer 1.5s ease-in-out infinite;
}
.c-skeleton--rect {
  height: 72px;
  margin-block-end: 0.5rem;
  border-radius: 0.75rem;
}
.c-skeleton--line {
  height: 12px;
  margin-block-end: 0.5rem;
}
.c-skeleton--line:last-child {
  margin-block-end: 0;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.c-loader--circle {
  width: 42px;
  height: 42px;
  animation: circleSpin 1.4s linear infinite;
}

.c-loader-circle__track {
  fill: none;
  stroke: rgba(28, 42, 67, 0.08);
  stroke-width: 3;
}

.c-loader-circle__arc {
  fill: none;
  stroke: #1C2A43;
  stroke-width: 3;
  stroke-linecap: round;
  transform-origin: center;
  animation: arcDash 1.4s ease-in-out infinite;
}

@keyframes circleSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes arcDash {
  0% {
    stroke-dasharray: 2 113;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90 113;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90 113;
    stroke-dashoffset: -113;
  }
}
.c-loader--wave {
  display: flex;
  gap: 4px;
  align-items: center;
  height: 36px;
}
.c-loader--wave i {
  display: block;
  width: 5px;
  background: #1C2A43;
  border-radius: 3px;
  animation: wavePillar 1.2s ease-in-out infinite;
}
.c-loader--wave i:nth-child(1) {
  animation-delay: 0s;
}
.c-loader--wave i:nth-child(2) {
  animation-delay: 0.11s;
}
.c-loader--wave i:nth-child(3) {
  animation-delay: 0.22s;
}
.c-loader--wave i:nth-child(4) {
  animation-delay: 0.33s;
}
.c-loader--wave i:nth-child(5) {
  animation-delay: 0.44s;
}

@keyframes wavePillar {
  0%, 100% {
    height: 8px;
    opacity: 0.45;
  }
  50% {
    height: 32px;
    opacity: 1;
  }
}
.c-loader--bounce {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  height: 40px;
}
.c-loader--bounce i {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1C2A43;
  animation: ballBounce 0.9s ease-in-out infinite;
}
.c-loader--bounce i:nth-child(1) {
  animation-delay: 0s;
}
.c-loader--bounce i:nth-child(2) {
  animation-delay: 0.15s;
}
.c-loader--bounce i:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes ballBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-24px);
  }
}
.c-loader--typing {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #EBEBEB;
  border: 1px solid #EBEBEB;
  border-radius: 14px 14px 14px 2px;
  padding: 0.75rem 1rem;
}
.c-loader--typing i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777777;
  animation: typingDot 1.4s ease-in-out infinite;
}
.c-loader--typing i:nth-child(1) {
  animation-delay: 0s;
}
.c-loader--typing i:nth-child(2) {
  animation-delay: 0.2s;
}
.c-loader--typing i:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes typingDot {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  30% {
    transform: translateY(-6px);
    opacity: 1;
  }
}
.c-loader--orbit {
  position: relative;
  width: 44px;
  height: 44px;
  animation: orbitSpin 1.5s linear infinite;
}
.c-loader--orbit i {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1C2A43;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
}
.c-loader--orbit i:nth-child(1) {
  transform: rotate(0deg) translateX(16px);
}
.c-loader--orbit i:nth-child(2) {
  transform: rotate(120deg) translateX(16px);
  opacity: 0.65;
}
.c-loader--orbit i:nth-child(3) {
  transform: rotate(240deg) translateX(16px);
  opacity: 0.35;
}

@keyframes orbitSpin {
  to {
    transform: rotate(360deg);
  }
}
.p-micro-scroll-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 2rem 1.5rem;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 1rem;
  text-align: center;
  min-height: 140px;
}
.p-micro-scroll-card__icon {
  font-size: 2rem;
  line-height: 1;
}
.p-micro-scroll-card__name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #4D4D4E;
}
.p-micro-scroll-card__class {
  display: inline-block;
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.75rem;
  color: #1C2A43;
  background: rgba(28, 42, 67, 0.08);
  padding: 0.15em 0.5em;
  border-radius: 0.25rem;
}

.p-micro-text-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-micro-text-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-micro-text-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  padding: 2rem 1.5rem;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 1rem;
  min-height: 130px;
  overflow: hidden;
}
.p-micro-text-card__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #777777;
}
.p-micro-text-card__text {
  font-size: clamp(1.125rem, 2.5vw, 1.25rem);
  font-weight: 700;
  color: #4D4D4E;
  line-height: 1.3;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.p-micro-reset-bar {
  display: flex;
  justify-content: flex-end;
  margin-block-end: 1.5rem;
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
}

.u-tb-only {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
  .u-tb-only {
    display: revert !important;
  }
}

@media screen and (max-width: 1139px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-tb-up {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .u-tb-up {
    display: revert !important;
  }
}

@media screen and (min-width: 1140px) {
  .u-tb-down {
    display: none !important;
  }
}

.u-container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .u-container {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .u-container {
    padding-inline: 2.5rem;
  }
}

.u-section {
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .u-section {
    padding-block: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .u-section {
    padding-block: 5rem;
  }
}/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
