@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css *//* Reset box-model and set borders *//* ============================================ */*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}/* Document *//* ============================================ *//**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}/* Sections *//* ============================================ *//**
 * Remove the margin in all browsers.
 */body {
  margin: 0;
}/**
 * Render the `main` element consistently in IE.
 */main {
  display: block;
}/* Vertical rhythm *//* ============================================ */p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}/* Headings *//* ============================================ */h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}/* Lists (enumeration) *//* ============================================ */ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}/* Lists (definition) *//* ============================================ */dt {
  font-weight: bold;
}dd {
  margin-left: 0;
}/* Grouping content *//* ============================================ *//**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}address {
  font-style: inherit;
}/* Text-level semantics *//* ============================================ *//**
 * Remove the gray background on active links in IE 10.
 */a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */b,
strong {
  font-weight: bolder;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}/**
 * Add the correct font size in all browsers.
 */small {
  font-size: 80%;
}/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/* Replaced content *//* ============================================ *//**
 * Prevent vertical alignment issues.
 */svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}/* Forms *//* ============================================ *//**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}/**
 * Correct cursors for clickable elements.
 */button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */:-moz-focusring {
  outline: auto;
}select:disabled {
  opacity: inherit;
}/**
 * Remove padding
 */option {
  padding: 0;
}/**
 * Reset to invisible
 */fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}legend {
  padding: 0;
}/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */progress {
  vertical-align: baseline;
}/**
 * Remove the default vertical scrollbar in IE 10+.
 */textarea {
  overflow: auto;
}/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}/**
 * Correct the outline style in Safari.
 */[type=search] {
  outline-offset: -2px; /* 1 */
}/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/**
 * Fix appearance for Firefox
 */[type=number] {
  -moz-appearance: textfield;
}/**
 * Clickable labels
 */label[for] {
  cursor: pointer;
}/* Interactive *//* ============================================ *//*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */details {
  display: block;
}/*
 * Add the correct display in all browsers.
 */summary {
  display: list-item;
}/*
 * Remove outline for editable content.
 */[contenteditable]:focus {
  outline: auto;
}/* Tables *//* ============================================ *//**
1. Correct table border color inheritance in all Chrome and Safari.
*/table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}caption {
  text-align: left;
}td,
th {
  vertical-align: top;
  padding: 0;
}th {
  text-align: left;
  font-weight: bold;
}:root {
  --color-black: #222;
  --color-white: #fff;
  --color-lightgray: #dadcda;
  --color-super-lightgray: #f8faf8;
  --color-darkgray: #787b80;
  --icon-arrow-right: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.317 9'><path d='M10.817,5c-.128,0-.256-.049-.354-.146L6.463.854c-.195-.195-.195-.512,0-.707s.512-.195.707,0l4,4c.195.195.195.512,0,.707-.098.098-.226.146-.354.146Z'/><path d='M6.817,9c-.128,0-.256-.049-.354-.146-.195-.195-.195-.512,0-.707l4-4c.195-.195.512-.195.707,0s.195.512,0,.707l-4,4c-.098.098-.226.146-.354.146Z'/><path d='M10.5,5H.5c-.276,0-.5-.224-.5-.5s.224-.5.5-.5h10c.276,0,.5.224.5.5s-.224.5-.5.5Z'/></svg>");
  --icon-blank: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.813 11.938'><path d='M11.313,0c.276,0,.5.224.5.5v8c0,.276-.224.5-.5.5H3.313c-.276,0-.5-.224-.5-.5V.5c0-.276.224-.5.5-.5h8ZM3.813,8h7V1H3.813v7Z'/><path d='M0,5.437c0-.276.224-.5.5-.5s.5.224.5.5v5.5h5.5c.276,0,.5.224.5.5s-.224.5-.5.5H.5c-.276,0-.5-.224-.5-.5v-6Z'/></svg>");
  --icon-check: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.7 6'><polygon points='3.434 6.063 0 2.576 .713 1.875 3.434 4.638 8 0 8.713 .701 3.434 6.063'/></svg>");
  --container-spacing-horizontal: 4%;
  --transition-duration-hover: 0.5s;
  --opacity-hover: 0.5;
  --container-width: min(
    calc(100% - var(--container-spacing-horizontal) * 2),
    var(--container-max-width)
  );
}@media screen and (min-width: 60em), print {
  :root {
    --header-height: 5rem;
    --container-max-width: 72.75rem;
  }
}@media screen and (max-width: 59.99em) {
  :root {
    --header-height: 3.75rem;
    --container-max-width: calc(100% - (1.25rem * 2));
  }
}html {
  font-family: "yu-gothic-pr6n", sans-serif;
  color: var(--color-black);
}body {
  padding-top: calc(var(--header-height));
  overflow: auto;
  scrollbar-gutter: stable;
}@media screen and (max-width: 59.99em) {
  .u-sp-hidden {
    display: none !important;
  }
}@media screen and (min-width: 60em), print {
  .u-pc-hidden {
    display: none !important;
  }
}.u-display-inline-block {
  display: inline-block !important;
}[data-cloak] {
  visibility: hidden;
}@keyframes lineHide {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}@keyframes lineShow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}summary {
  cursor: pointer;
  list-style: none;
}summary::-webkit-details-marker {
  display: none;
}dialog {
  position: fixed;
  inset: 0;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}dialog::backdrop {
  background: transparent;
}.container {
  width: var(--container-width);
  margin-inline: auto;
}@media screen and (min-width: 60em), print {
  .footer {
    padding-block: 5rem;
  }
}@media screen and (max-width: 59.99em) {
  .footer {
    padding-block: 4rem;
  }
}.footer__inner {
  margin-inline: auto;
}@media screen and (min-width: 60em), print {
  .footer__inner {
    display: flex;
    justify-content: space-between;
    width: var(--container-width);
  }
}@media screen and (max-width: 59.99em) {
  .footer__inner {
    width: -moz-fit-content;
    width: fit-content;
  }
}@media screen and (max-width: 59.99em) {
  .footer__logos {
    display: flex;
    justify-content: space-between;
  }
}.footer__logos a {
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
}@media (hover: hover) {
  .footer__logos a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .footer__logos a:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}@media screen and (min-width: 60em), print {
  .footer__siteLogo {
    width: 115px;
    height: 96px;
  }
}@media screen and (max-width: 59.99em) {
  .footer__siteLogo {
    width: 96px;
    height: 80px;
  }
}.footer__snsLinks {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
}@media screen and (min-width: 60em), print {
  .footer__snsLinks {
    margin-top: 2rem;
  }
}.footer__nav {
  display: grid;
  font-family: "new-atten", sans-serif;
}@media screen and (min-width: 60em), print {
  .footer__nav {
    grid-template: "category company" auto "category contact" auto "category copyright" 1fr/1fr auto;
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .footer__nav {
    grid-template: "category category category category" auto "category category category category" auto ". company contact copyright" 1fr/auto auto auto;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    align-items: center;
    margin-top: 2.5rem;
  }
}.footer__nav a {
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
}@media (hover: hover) {
  .footer__nav a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .footer__nav a:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}.footer__navTitle {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}@media screen and (min-width: 60em), print {
  .footer__navTitle {
    font-size: 0.75rem;
  }
}@media screen and (max-width: 59.99em) {
  .footer__navTitle {
    font-size: 0.6875rem;
  }
}@media screen and (min-width: 60em), print {
  .footer__navTitle.footer__navTitle--large {
    font-size: 1.125rem;
  }
}@media screen and (max-width: 59.99em) {
  .footer__navTitle.footer__navTitle--large {
    font-size: 0.875rem;
  }
}@media screen and (min-width: 60em), print {
  .footer__navTitle:not(.footer__navTitle--large) + .footer__navTitle:not(.footer__navTitle--large) {
    margin-top: 1rem;
  }
}.footer__navCategory {
  grid-area: category;
}@media screen and (max-width: 59.99em) {
  .footer__navCategory {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
  }
}.footer__categoryList {
  line-height: 1.5;
  color: var(--color-darkgray);
  letter-spacing: 0.08em;
}@media screen and (min-width: 60em), print {
  .footer__categoryList {
    display: grid;
    row-gap: 1rem;
    margin-top: 1.75rem;
  }
}@media screen and (max-width: 59.99em) {
  .footer__categoryList {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 0.625rem 0.875rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
  }
}@media screen and (max-width: 59.99em) {
  .footer__categoryList::before {
    position: absolute;
    left: 0.875rem;
    display: block;
    width: 1px;
    height: calc(100% - 4px);
    content: "";
    background-color: var(--color-black);
  }
}.footer__navCompany {
  grid-area: company;
}.footer__navContact {
  grid-area: contact;
}.footer__navCopyright {
  grid-area: copyright;
  font-size: 0.6875rem;
  color: var(--color-darkgray);
}@media screen and (min-width: 60em), print {
  .footer__navCopyright {
    align-self: end;
  }
}.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}.header__nav {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  height: var(--header-height);
  background-color: #fff;
}@media screen and (min-width: 60em), print {
  .header__nav {
    padding: 2rem;
  }
}@media screen and (max-width: 59.99em) {
  .header__nav {
    padding: 0.625rem 1.25rem;
  }
}.header__logo {
  position: absolute;
  width: 3.125rem;
  height: auto;
  transform-origin: top left;
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity, transform;
}@media screen and (min-width: 60em), print {
  .header__logo {
    top: 1rem;
  }
}@media (hover: hover) {
  .header__logo:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    opacity: var(--opacity-hover);
  }
  .header__logo:is(:where(:any-link, :enabled, summary):hover *) {
    opacity: var(--opacity-hover);
  }
}@media screen and (min-width: 60em), print {
  .header.is-top .header__logo {
    transform: scale(2.25);
  }
}.header__navMain {
  display: flex;
}@media screen and (min-width: 60em), print {
  .header__navMain {
    padding-right: 3.875rem;
  }
}.header__copy {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}@media screen and (min-width: 60em), print {
  .header__copy {
    align-items: center;
  }
}@media screen and (max-width: 59.99em) {
  .header__copy {
    position: absolute;
    top: 1rem;
    right: 4.25rem;
    flex-direction: column;
    row-gap: 0.625rem;
    align-items: end;
  }
}.header__lead {
  font-size: 0.75rem;
}@media screen and (min-width: 60em), print {
  .header__lead {
    display: flex;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    align-items: center;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.06875em;
  }
}@media screen and (max-width: 59.99em) {
  .header__lead {
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.04em;
  }
}.header__lead::after {
  display: block;
  width: 1.5rem;
  height: 0.5px;
  content: "";
  background-color: currentColor;
}@media screen and (max-width: 59.99em) {
  .header__lead::after {
    display: none;
  }
}.header__title {
  font-family: "new-atten", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16em;
}.header__toggle {
  position: fixed;
  z-index: 10;
  display: grid;
  row-gap: 0.125rem;
  align-content: center;
  justify-content: center;
  justify-items: center;
  width: -moz-fit-content;
  width: fit-content;
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
}@media screen and (min-width: 60em), print {
  .header__toggle {
    top: 2rem;
    left: calc(100dvw - 4.5rem);
  }
}@media screen and (max-width: 59.99em) {
  .header__toggle {
    top: 1.5rem;
    left: calc(100dvw - 2.75rem);
  }
}@media (hover: hover) {
  .header__toggle:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .header__toggle:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}.header__toggleIcon {
  --line-gap: 8px;
  position: relative;
  display: block;
  width: 1.5rem;
  height: 1rem;
}.header__toggleIcon > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: var(--color-darkgray);
  border-radius: 8px;
  transition-duration: 0.3s;
  transition-property: transform, opacity, width;
}.header__toggleIcon > span:nth-child(1) {
  transform: translateY(calc(var(--line-gap) * -1));
}.header__toggleIcon > span:nth-child(2) {
  transform: translateY(calc(var(--line-gap) * 1));
}.header__toggleIcon > span:is([aria-expanded=true] *) {
  width: 1em;
}.header__toggleIcon > span:is([aria-expanded=true] *):nth-child(1) {
  transform: rotate(45deg);
}.header__toggleIcon > span:is([aria-expanded=true] *):nth-child(2) {
  transform: rotate(-45deg);
}.header__toggleIcon > span:is([aria-expanded=true] *):nth-child(3) {
  display: none;
}.header__menu {
  position: fixed;
  inset: 0;
  z-index: 1;
  display: grid;
  visibility: hidden;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  height: 100dvh;
  pointer-events: none;
  background-color: #fff;
  opacity: 0;
  transform: translateX(100%);
  transition-timing-function: ease;
  transition-duration: 0.8s;
  transition-property: transform, opacity, visibility;
}@media screen and (min-width: 60em), print {
  .header__menu {
    width: calc(100% - 5.5555555556vw);
    margin-left: auto;
  }
}@media screen and (max-width: 59.99em) {
  .header__menu {
    width: 100%;
  }
}.header.is-open .header__menu {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transform: translateX(0);
}.header__menuMain {
  order: 1;
  min-width: 21.875rem;
  padding-top: calc(var(--header-height) + 2.5rem);
  padding-bottom: 4rem;
}@media screen and (min-width: 60em), print {
  .header__menuMain {
    padding-inline: 6.25rem;
  }
}@media screen and (max-width: 59.99em) {
  .header__menuMain {
    padding-inline: 3rem;
  }
}.header__menuMainInner {
  position: relative;
  height: calc(100dvh - (var(--header-height) + 2.5rem + 4rem));
  overflow-y: auto;
  overscroll-behavior: content;
}.header__menuMainInner::-webkit-scrollbar {
  width: 2rem;
}@media screen and (max-width: 59.99em) {
  .header__menuMainInner::-webkit-scrollbar {
    display: none;
  }
}.header__menuMainInner::-webkit-scrollbar-thumb {
  background-color: var(--color-lightgray);
  background-clip: padding-box;
  border-right: 0.875rem solid transparent;
  border-left: 0.875rem solid transparent;
}.header__menuMainInner::-webkit-scrollbar-track {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}.header__menuTitle {
  margin-bottom: 2rem;
  font-family: "new-atten", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-darkgray);
  text-align: right;
  letter-spacing: 0.16em;
}.header__menuList {
  display: grid;
  row-gap: 1.25rem;
  margin-bottom: 4.5rem;
}.header__menuList li {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--color-darkgray);
}.header__menuLink {
  position: relative;
  display: block;
  padding-bottom: 1.25rem;
  font-family: "new-atten", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: right;
  letter-spacing: 0.08em;
}.header__menuLinkLine {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
}.header__menuLinkLine::before, .header__menuLinkLine::after {
  position: absolute;
  height: 100%;
  content: "";
  background-color: var(--color-lightgray);
}.header__menuLinkLine::before {
  right: 0;
  width: 100%;
}.header__menuLinkLine::after {
  left: 0;
  width: 0;
}@media (hover: hover) {
  .header__menuLinkLine:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    animation: lineHide var(--transition-duration-hover) ease forwards;
  }
  .header__menuLinkLine:is(:where(:any-link, :enabled, summary):hover *)::before {
    animation: lineHide var(--transition-duration-hover) ease forwards;
  }
  .header__menuLinkLine:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    animation: lineShow var(--transition-duration-hover) ease forwards;
    animation-delay: var(--transition-duration-hover);
  }
  .header__menuLinkLine:is(:where(:any-link, :enabled, summary):hover *)::after {
    animation: lineShow var(--transition-duration-hover) ease forwards;
    animation-delay: var(--transition-duration-hover);
  }
}.header__banner a {
  display: block;
  width: 100%;
  aspect-ratio: 200/100;
  margin-bottom: 4.5rem;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid var(--color-lightgray);
}@media screen and (min-width: 60em), print {
  .header__banner a {
    max-width: 12.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .header__banner a {
    max-width: 17.5rem;
  }
}.header__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.01);
  transition-duration: var(--transition-duration-hover);
  transition-property: transform;
}@media (hover: hover) {
  .header__banner img:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    transform: scale(1.1);
  }
  .header__banner img:is(:where(:any-link, :enabled, summary):hover *) {
    transform: scale(1.1);
  }
}.header__bottom {
  display: grid;
  grid-template-columns: repeat(3, auto);
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}.header__bottom a {
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
}@media (hover: hover) {
  .header__bottom a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .header__bottom a:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}.header__sns {
  width: 1.5rem;
  height: auto;
}.header__official a {
  display: flex;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  align-items: center;
  font-family: "new-atten", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-darkgray);
  letter-spacing: 0.06em;
}.header__official a::after {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: var(--icon-blank);
          mask-image: var(--icon-blank);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}.header__menuBg {
  position: relative;
  max-width: 79rem;
}@media screen and (max-width: 37.49em) {
  .header__menuBg {
    display: none;
  }
}.header__menuBg .splide,
.header__menuBg .splide__track {
  height: 100%;
}.header__menuBg .splide__slide {
  overflow: hidden;
}.header__menuBg .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.header__overlay {
  position: fixed;
  inset: 0;
  visibility: hidden;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.8s;
  transition-property: opacity, visibility;
}.header.is-open .header__overlay {
  visibility: visible;
  opacity: 1;
}@media screen and (max-width: 59.99em) {
  .header__overlay {
    display: none;
  }
}.heading02 {
  font-family: "new-atten", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}@media screen and (min-width: 60em), print {
  .heading02 {
    font-size: 2.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .heading02 {
    font-size: 1.75rem;
  }
}.buttonArrow {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "new-atten", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-bottom: 1px solid var(--color-lightgray);
}@media screen and (min-width: 60em), print {
  .buttonArrow {
    padding-block: 0.375rem;
    padding-right: 1.25rem;
    font-size: 1rem;
  }
}@media screen and (max-width: 59.99em) {
  .buttonArrow {
    padding-block: 0.25rem;
    padding-right: 1.125rem;
    font-size: 0.75rem;
  }
}.buttonArrow__icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.625rem;
  height: 0.5rem;
  background-color: var(--color-lightgray);
  -webkit-mask-image: var(--icon-arrow-right);
          mask-image: var(--icon-arrow-right);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: translateY(-50%);
}.buttonArrow__icon::before, .buttonArrow__icon::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-black);
}.buttonArrow__icon::before {
  transform: translateX(0);
}.buttonArrow__icon::after {
  transform: translateX(-100%);
}@media (hover: hover) {
  .buttonArrow__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    animation: arrowHide var(--transition-duration-hover) ease forwards;
  }
  .buttonArrow__icon:is(:where(:any-link, :enabled, summary):hover *)::before {
    animation: arrowHide var(--transition-duration-hover) ease forwards;
  }
  .buttonArrow__icon:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    animation: arrowShow var(--transition-duration-hover) ease forwards;
    animation-delay: var(--transition-duration-hover);
  }
  .buttonArrow__icon:is(:where(:any-link, :enabled, summary):hover *)::after {
    animation: arrowShow var(--transition-duration-hover) ease forwards;
    animation-delay: var(--transition-duration-hover);
  }
}.buttonArrow__line {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
}.buttonArrow__line::before, .buttonArrow__line::after {
  position: absolute;
  height: 100%;
  content: "";
  background-color: var(--color-black);
}.buttonArrow__line::before {
  right: 0;
  width: 100%;
}.buttonArrow__line::after {
  left: 0;
  width: 0;
}@media (hover: hover) {
  .buttonArrow__line:is(:where(:-moz-any-link, :enabled, summary):hover *)::before {
    animation: lineHide var(--transition-duration-hover) ease forwards;
  }
  .buttonArrow__line:is(:where(:any-link, :enabled, summary):hover *)::before {
    animation: lineHide var(--transition-duration-hover) ease forwards;
  }
  .buttonArrow__line:is(:where(:-moz-any-link, :enabled, summary):hover *)::after {
    animation: lineShow var(--transition-duration-hover) ease forwards;
    animation-delay: var(--transition-duration-hover);
  }
  .buttonArrow__line:is(:where(:any-link, :enabled, summary):hover *)::after {
    animation: lineShow var(--transition-duration-hover) ease forwards;
    animation-delay: var(--transition-duration-hover);
  }
}@keyframes arrowHide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}@keyframes arrowShow {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}.footerConcept {
  position: relative;
  background-image: url("../../assets/images/footer_background_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}@media screen and (min-width: 60em), print {
  .footerConcept {
    height: 20rem;
    background-position: top -150px center;
  }
}@media screen and (max-width: 59.99em) {
  .footerConcept {
    height: 12.5rem;
    background-position: top center;
  }
}.footerConcept p {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.02em;
}@media screen and (min-width: 60em), print {
  .footerConcept p {
    font-size: 1.875rem;
  }
}@media screen and (max-width: 59.99em) {
  .footerConcept p {
    padding-inline: 1.25rem;
    font-size: 1.125rem;
  }
}.footerLinks {
  background-color: var(--color-super-lightgray);
}@media screen and (min-width: 60em), print {
  .footerLinks {
    padding-top: 4rem;
    padding-bottom: 3.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .footerLinks {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
}.footerLinks__list {
  display: grid;
}@media screen and (min-width: 60em), print {
  .footerLinks__list {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    max-width: 52.5rem;
    padding-inline: 1.25rem;
    margin-inline: auto;
  }
}@media screen and (max-width: 59.99em) {
  .footerLinks__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1rem;
    justify-items: center;
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100% - 1.25rem);
    margin-inline: auto;
  }
}.footerLinks__item {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  justify-items: center;
}@media screen and (min-width: 60em), print {
  .footerLinks__item {
    row-gap: 0.75rem;
  }
}@media screen and (max-width: 59.99em) {
  .footerLinks__item {
    row-gap: 0.5rem;
  }
}.footerLinks__itemLink {
  display: flex;
  row-gap: 0.75rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-feature-settings: "palt" on;
  line-height: 1.5;
  color: var(--color-darkgray);
  text-align: center;
  letter-spacing: 0.02em;
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
  will-change: opacity;
}@media screen and (min-width: 60em), print {
  .footerLinks__itemLink {
    font-size: 0.9375rem;
    font-weight: 500;
  }
}@media screen and (max-width: 59.99em) {
  .footerLinks__itemLink {
    font-size: 0.625rem;
    font-weight: 600;
  }
}.footerLinks__item.is-hover .footerLinks__itemLink {
  opacity: var(--opacity-hover);
}.footerLinks__itemLink::after {
  display: block;
  width: 1em;
  height: 0.75rem;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: var(--icon-blank);
          mask-image: var(--icon-blank);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}.footerLinks__itemLink::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}.footerLinks__itemImage {
  width: 100%;
  height: auto;
  overflow: hidden;
}.footerLinks__itemImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: var(--transition-duration-hover);
  transition-property: transform;
}.footerLinks__item.is-hover .footerLinks__itemImage img {
  transform: scale(1.1);
}.seriesCards {
  display: grid;
}@media screen and (min-width: 60em), print {
  .seriesCards {
    row-gap: 2rem;
  }
}@media screen and (max-width: 59.99em) {
  .seriesCards {
    row-gap: 2.5rem;
  }
}.seriesCards__Item {
  display: grid;
}@media screen and (min-width: 60em), print {
  .seriesCards__Item {
    grid-template: "thumbnail title" auto "thumbnail text" auto "thumbnail link" auto/auto 1fr;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    align-items: center;
  }
}@media screen and (max-width: 59.99em) {
  .seriesCards__Item {
    grid-template: "thumbnail" auto "title" auto "text" auto "link" auto/1fr;
  }
}.seriesCards__ItemThumbnail {
  grid-area: thumbnail;
  aspect-ratio: 1/1;
  overflow: hidden;
}@media screen and (min-width: 60em), print {
  .seriesCards__ItemThumbnail {
    max-width: 17.5rem;
  }
}.seriesCards__ItemThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: var(--transition-duration-hover);
  transition-property: transform;
  will-change: transform;
}@media (hover: hover) {
  .seriesCards__ItemThumbnail img:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    transform: scale(1.1);
  }
  .seriesCards__ItemThumbnail img:is(:where(:any-link, :enabled, summary):hover *) {
    transform: scale(1.1);
  }
}.seriesCards__ItemTitle {
  grid-area: title;
  font-family: "new-atten", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}@media screen and (min-width: 60em), print {
  .seriesCards__ItemTitle {
    font-size: 1.375rem;
    letter-spacing: 0.06em;
  }
}@media screen and (max-width: 59.99em) {
  .seriesCards__ItemTitle {
    margin-top: 1rem;
    font-size: 1.25rem;
    letter-spacing: 0.08em;
  }
}.seriesCards__ItemText {
  grid-area: text;
  font-weight: 500;
  letter-spacing: 0.02em;
}@media screen and (min-width: 60em), print {
  .seriesCards__ItemText {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}@media screen and (max-width: 59.99em) {
  .seriesCards__ItemText {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.6;
  }
}.seriesCards__ItemLink {
  grid-area: link;
  justify-self: flex-end;
}@media screen and (max-width: 59.99em) {
  .seriesCards__ItemLink {
    margin-top: 0.5rem;
  }
}.article {
  position: relative;
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
}.article.is-hover {
  opacity: var(--opacity-hover);
}.article__thumbnail {
  aspect-ratio: 1/1;
  overflow: hidden;
}.article__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: var(--transition-duration-hover);
  transition-property: transform;
}.article.is-hover .article__thumbnail img {
  transform: scale(1.1);
}.article__category {
  position: absolute;
  top: -1px;
  left: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0.25rem;
  font-family: "new-atten", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-darkgray);
  letter-spacing: 0.16em;
  background-color: var(--color-white);
}@media screen and (min-width: 60em), print {
  .article__category {
    font-size: 0.8125rem;
  }
}@media screen and (max-width: 59.99em) {
  .article__category {
    font-size: 0.625rem;
  }
}.article__number {
  position: absolute;
  z-index: 1;
  font-family: "new-atten", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}@media screen and (min-width: 60em), print {
  .article__number {
    top: -0.875rem;
    left: 0.5rem;
    font-size: 1.25rem;
  }
}@media screen and (max-width: 59.99em) {
  .article__number {
    top: -0.5rem;
    left: 0.25rem;
    font-size: 1rem;
  }
}.article__number::after {
  display: block;
  width: calc(100% - 4px);
  height: 1px;
  margin-inline: auto;
  margin-top: 2px;
  content: "";
  background-color: currentColor;
}.article__date {
  margin-top: 0.375rem;
  font-family: "new-atten", sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-darkgray);
  letter-spacing: 0.16em;
}.article__link {
  display: block;
  margin-top: 0.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}@media screen and (min-width: 60em), print {
  .article__link {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}@media screen and (max-width: 59.99em) {
  .article__link {
    font-size: 0.8125rem;
    line-height: 1.55;
  }
}.article__link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}.article__hashTags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.125rem 1rem;
  margin-top: 0.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-darkgray);
  letter-spacing: 0.08em;
}@media screen and (min-width: 60em), print {
  .article__hashTags {
    font-size: 0.75rem;
  }
}@media screen and (max-width: 59.99em) {
  .article__hashTags {
    font-size: 0.6875rem;
  }
}.topLinks {
  background-color: var(--color-super-lightgray);
}@media screen and (min-width: 60em), print {
  .topLinks {
    padding-top: 8.75rem;
    padding-bottom: 9.75rem;
  }
}@media screen and (max-width: 59.99em) {
  .topLinks {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}.topLinks__title {
  display: grid;
  row-gap: 0.5rem;
  justify-content: center;
  text-align: center;
}.topLinks__title p {
  letter-spacing: 0.02em;
}@media screen and (min-width: 60em), print {
  .topLinks__title p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.7;
  }
}@media screen and (max-width: 59.99em) {
  .topLinks__title p {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.5;
  }
}.topLinks__list {
  display: grid;
  justify-items: center;
  margin-top: 2.5rem;
}@media screen and (min-width: 60em), print {
  .topLinks__list {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .topLinks__list {
    row-gap: 2rem;
    max-width: 500px;
    margin-inline: auto;
  }
}.topLinks__list li {
  width: 100%;
}.topLinks__list li a {
  display: grid;
  row-gap: 0.75rem;
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
}@media (hover: hover) {
  .topLinks__list li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .topLinks__list li a:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}.topLinks__list li p {
  display: flex;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-black);
  text-align: center;
  letter-spacing: 0.02em;
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
  will-change: opacity;
}@media screen and (min-width: 60em), print {
  .topLinks__list li p {
    font-size: 0.9375rem;
  }
}@media screen and (max-width: 59.99em) {
  .topLinks__list li p {
    font-size: 0.8125rem;
  }
}@media (hover: hover) {
  .topLinks__list li p:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    opacity: var(--opacity-hover);
  }
  .topLinks__list li p:is(:where(:any-link, :enabled, summary):hover *) {
    opacity: var(--opacity-hover);
  }
}.topLinks__list li p::after {
  display: block;
  width: 1em;
  height: 0.75rem;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: var(--icon-blank);
          mask-image: var(--icon-blank);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}.topLinks__listImg {
  overflow: hidden;
}.topLinks__listImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: var(--transition-duration-hover);
  transition-property: transform;
  will-change: transform;
}@media screen and (min-width: 60em), print {
  .topLinks__listImg img {
    aspect-ratio: 360/200;
  }
}@media screen and (max-width: 59.99em) {
  .topLinks__listImg img {
    aspect-ratio: 295/164;
  }
}@media (hover: hover) {
  .topLinks__listImg img:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    transform: scale(1.1);
  }
  .topLinks__listImg img:is(:where(:any-link, :enabled, summary):hover *) {
    transform: scale(1.1);
  }
}.topAbout {
  border-bottom: 1px solid var(--color-lightgray);
}.topAbout__main {
  position: relative;
}.topAbout__bgWrapper {
  position: relative;
  display: block;
  min-height: 30rem;
  overflow: hidden;
}@media screen and (max-width: 59.99em) {
  .topAbout__bgWrapper {
    min-height: 34rem;
  }
}.topAbout__bg {
  position: absolute;
  inset: 0;
  width: 140%;
  height: 140%;
  -o-object-fit: cover;
     object-fit: cover;
}.topAbout__inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: var(--color-white);
  letter-spacing: 0.04em;
}@media screen and (min-width: 60em), print {
  .topAbout__inner {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
    padding-block: 8.375rem;
    padding-inline: 1.25rem;
  }
}@media screen and (max-width: 59.99em) {
  .topAbout__inner {
    flex-direction: column;
    row-gap: 2.5rem;
    justify-content: center;
    padding-block: 6.25rem;
    padding-inline: 1.25rem;
    text-align: center;
  }
}.topAbout__inner h2 {
  font-family: "new-atten", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-white);
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
}@media screen and (min-width: 60em), print {
  .topAbout__inner h2 {
    font-size: 2.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .topAbout__inner h2 {
    font-size: 1.75rem;
  }
}.topAbout__inner p {
  font-weight: 700;
  line-height: 2;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}@media screen and (min-width: 60em), print {
  .topAbout__inner p {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
  }
}@media screen and (max-width: 59.99em) {
  .topAbout__inner p {
    font-size: 0.75rem;
    letter-spacing: 0.047em;
  }
}.topAbout__inner .topAbout__inner__paragraph {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}@media screen and (max-width: 59.99em) {
  .topAbout__inner .topAbout__inner__paragraph {
    gap: 2rem;
  }
}.topAbout__scrollArea {
  width: 100%;
  overflow: hidden;
}.topAbout__tags {
  display: flex;
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  animation: tag-loop 80s linear infinite;
}@media screen and (min-width: 60em), print {
  .topAbout__tags {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    padding-block: 1.25rem;
  }
}@media screen and (max-width: 59.99em) {
  .topAbout__tags {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding-block: 1rem;
  }
}.topAbout__tagItem {
  display: block;
  flex-shrink: 0;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-darkgray);
  letter-spacing: 0.02em;
  white-space: nowrap;
}@media screen and (min-width: 60em), print {
  .topAbout__tagItem {
    font-size: 0.9375rem;
  }
}@media screen and (max-width: 59.99em) {
  .topAbout__tagItem {
    font-size: 0.75rem;
  }
}@keyframes tag-loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}@media screen and (min-width: 60em), print {
  .topMv {
    display: grid;
    grid-template-columns: 5.5555555556vw 1fr;
    align-items: center;
    width: 100%;
    margin-inline: auto;
  }
}@media screen and (max-width: 59.99em) {
  .topMv {
    height: 160vw;
    padding-left: 1.25rem;
    margin-bottom: 4rem;
  }
}.topMv__side {
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  height: 100%;
  padding-bottom: 1.9444444444vw;
}@media screen and (max-width: 59.99em) {
  .topMv__side {
    display: none;
  }
}.topMv__snsList {
  display: inline-grid;
  row-gap: 1.1111111111vw;
  justify-content: center;
}.topMv__snsList a {
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
}@media (hover: hover) {
  .topMv__snsList a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .topMv__snsList a:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}.topMv__scroll {
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: 0.5555555556vw;
       column-gap: 0.5555555556vw;
  align-items: center;
  font-family: "new-atten", sans-serif;
  font-size: 0.6944444444vw;
  font-weight: 400;
  line-height: 1;
  color: var(--color-darkgray);
  text-align: center;
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
}.topMv__scrollLine {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 3.3333333333vw;
  overflow: hidden;
}.topMv__scrollLine::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  background-color: currentColor;
  animation: line 2s infinite both;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}@keyframes line {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
  }
}@media screen and (max-width: 59.99em) {
  .topMv__main {
    height: 100%;
  }
}.topMv__main .splide,
.topMv__main .splide__track {
  height: 100%;
}@media screen and (min-width: 60em), print {
  .topMv__main .splide__pagination {
    justify-content: end;
    padding-right: 2.2222222222vw;
    margin-top: 0.8333333333vw;
  }
}@media screen and (max-width: 59.99em) {
  .topMv__main .splide__pagination {
    margin-top: 0.75rem;
  }
}.topMv__main .splide__pagination .splide__pagination__page {
  position: relative;
  padding-block: 1rem;
}@media screen and (min-width: 60em), print {
  .topMv__main .splide__pagination .splide__pagination__page {
    width: clamp(2.5rem, 2.7777777778vw, 2.7777777778vw);
  }
}@media screen and (max-width: 59.99em) {
  .topMv__main .splide__pagination .splide__pagination__page {
    width: 2rem;
  }
}.topMv__main .splide__pagination .splide__pagination__page::before, .topMv__main .splide__pagination .splide__pagination__page::after {
  position: absolute;
  inset: 0;
  display: block;
  margin-block: auto;
  content: "";
}.topMv__main .splide__pagination .splide__pagination__page::before {
  width: 100%;
  height: 1px;
  background-color: var(--color-lightgray);
}.topMv__main .splide__pagination .splide__pagination__page.is-active::after {
  bottom: 1px;
  height: 2px;
  background-color: var(--color-darkgray);
}.topMv__card {
  position: relative;
}@media screen and (min-width: 60em), print {
  .topMv__card {
    display: flex;
    -moz-column-gap: 0.5555555556vw;
         column-gap: 0.5555555556vw;
    height: 47.2222222222vw;
  }
}@media screen and (max-width: 59.99em) {
  .topMv__card {
    display: block;
    height: 100%;
  }
}.topMv__movie {
  flex-shrink: 0;
  height: 100%;
}@media screen and (min-width: 60em), print {
  .topMv__movie {
    width: 26.5972222222vw;
    aspect-ratio: 383/680;
  }
}@media screen and (max-width: 59.99em) {
  .topMv__movie {
    justify-self: center;
    width: 100%;
    aspect-ratio: 335/600;
  }
}.topMv__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}.topMv__img {
  position: relative;
  width: 100%;
  height: 100%;
}.topMv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.topMv__textArea {
  position: absolute;
}@media screen and (min-width: 60em), print {
  .topMv__textArea {
    right: 2.2222222222vw;
    bottom: 2.2222222222vw;
    max-width: 25vw;
  }
}@media screen and (max-width: 59.99em) {
  .topMv__textArea {
    bottom: 0;
    left: 0;
    max-width: 17.25rem;
  }
}.topMv__head {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-white);
}.topMv__head span {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "new-atten", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-darkgray);
  letter-spacing: 0.14em;
}@media screen and (min-width: 60em), print {
  .topMv__head span {
    padding: 0.1388888889vw 0.4166666667vw;
    font-size: 0.8333333333vw;
  }
}@media screen and (max-width: 59.99em) {
  .topMv__head span {
    padding: 0.125rem 0.375rem;
    font-size: 0.625rem;
  }
}.topMv__head span:first-child::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 1px;
  content: "";
  background-color: currentColor;
}@media screen and (min-width: 60em), print {
  .topMv__head span:first-child::after {
    top: 0.3472222222vw;
    height: 0.6944444444vw;
  }
}@media screen and (max-width: 59.99em) {
  .topMv__head span:first-child::after {
    top: 0.25rem;
    height: 0.625rem;
  }
}.topMv__copy {
  font-weight: 400;
  font-feature-settings: "pwid" on, "palt" on;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background-color: var(--color-white);
}@media screen and (min-width: 60em), print {
  .topMv__copy {
    padding: 0.1388888889vw 0.4166666667vw;
    font-size: 1.5277777778vw;
  }
}@media screen and (max-width: 59.99em) {
  .topMv__copy {
    padding: 0.25rem 0.5rem 0.125rem;
    font-size: 1.125rem;
  }
}.topCategoryArea {
  display: grid;
}@media screen and (min-width: 60em), print {
  .topCategoryArea {
    grid-template: "heading link" auto "cards cards" auto/1fr auto;
    align-items: center;
    padding-block: 5rem;
  }
}@media screen and (max-width: 59.99em) {
  .topCategoryArea {
    grid-template: "heading" auto "cards" auto "link" auto/1fr;
    padding-block: 2.5rem;
  }
}@media screen and (min-width: 60em), print {
  .topCategoryArea.topCategoryArea--howto {
    padding-top: 7.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .topCategoryArea.topCategoryArea--howto {
    padding-top: 4rem;
  }
}@media screen and (min-width: 60em), print {
  .topCategoryArea.topCategoryArea--people {
    padding-bottom: 7.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .topCategoryArea.topCategoryArea--people {
    padding-bottom: 4rem;
  }
}.topCategoryArea__heading {
  grid-area: heading;
}@media screen and (max-width: 59.99em) {
  .topCategoryArea__heading {
    text-align: center;
  }
}.topCategoryArea__cards {
  display: grid;
  grid-area: cards;
  margin-top: 2.5rem;
}@media screen and (min-width: 60em), print {
  .topCategoryArea__cards {
    grid-template-columns: 1fr 1fr 50%;
    gap: 2rem;
  }
}@media screen and (max-width: 59.99em) {
  .topCategoryArea__cards {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}@media screen and (min-width: 60em), print {
  .topCategoryArea.topCategoryArea--sustainable .topCategoryArea__cards, .topCategoryArea.topCategoryArea--people .topCategoryArea__cards {
    grid-template-columns: 50% 1fr 1fr;
  }
}.topCategoryArea__link {
  grid-area: link;
}@media screen and (max-width: 59.99em) {
  .topCategoryArea__link {
    margin-top: 2rem;
    text-align: right;
  }
}.topSeries {
  position: relative;
}@media screen and (min-width: 60em), print {
  .topSeries {
    padding-top: 6.25rem;
    padding-bottom: 8.75rem;
  }
}@media screen and (max-width: 59.99em) {
  .topSeries {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}.topSeries__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}.topSeries__heading {
  display: grid;
  row-gap: 0.5rem;
  justify-content: center;
  color: var(--color-darkgray);
  text-align: center;
}.topSeries__heading p {
  letter-spacing: 0.02em;
}@media screen and (min-width: 60em), print {
  .topSeries__heading p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.7;
  }
}@media screen and (max-width: 59.99em) {
  .topSeries__heading p {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.5;
  }
}.topSeries__cards {
  margin-top: 2.5rem;
}@media screen and (min-width: 60em), print {
  .topSeries__cards {
    max-width: 52rem;
    margin-inline: auto;
  }
}.topArticle {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
}.topArticle.is-hover {
  opacity: var(--opacity-hover);
}@media screen and (min-width: 60em), print {
  .topArticle.topArticle--large {
    grid-row: 1/3;
    grid-column: 3/4;
  }
}@media screen and (max-width: 59.99em) {
  .topArticle.topArticle--large {
    grid-row: 1/2;
    grid-column: 1/3;
  }
}@media screen and (min-width: 60em), print {
  .topCategoryArea.topCategoryArea--sustainable .topArticle.topArticle--large, .topCategoryArea.topCategoryArea--people .topArticle.topArticle--large {
    grid-column: 1/2;
  }
}.topArticle__thumbnail {
  aspect-ratio: 1/1;
  overflow: hidden;
}@media screen and (min-width: 60em), print {
  .topArticle.topArticle--large .topArticle__thumbnail {
    aspect-ratio: 58/74;
  }
}@media screen and (max-width: 59.99em) {
  .topArticle.topArticle--large .topArticle__thumbnail {
    aspect-ratio: 355/444;
  }
}.topArticle__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: var(--transition-duration-hover);
  transition-property: transform;
}.topArticle.is-hover .topArticle__thumbnail img {
  transform: scale(1.1);
}.topArticle__category {
  position: absolute;
  top: -1px;
  left: -1px;
  padding-inline: 0.25rem;
  font-family: "new-atten", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-darkgray);
  background-color: var(--color-white);
}@media screen and (min-width: 60em), print {
  .topArticle__category {
    font-size: 0.875rem;
    letter-spacing: 0.16em;
  }
}@media screen and (max-width: 59.99em) {
  .topArticle__category {
    font-size: 0.625rem;
    letter-spacing: 0.2em;
  }
}@media screen and (min-width: 60em), print {
  .splide__slide.is-active .topArticle__category {
    padding-inline: 0.375rem;
    font-size: 1.125rem;
  }
}.topArticle.topArticle--large .topArticle__content {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: end;
  height: 100%;
  padding-inline: 1.25rem;
  background-blend-mode: multiply;
}@media screen and (min-width: 60em), print {
  .topArticle.topArticle--large .topArticle__content {
    padding-bottom: 1rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
  }
}@media screen and (max-width: 59.99em) {
  .topArticle.topArticle--large .topArticle__content {
    padding-bottom: 0.75rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
  }
}.topArticle__date {
  margin-top: 0.375rem;
  font-family: "new-atten", sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-darkgray);
  letter-spacing: 0.16em;
}.topArticle.topArticle--large .topArticle__date {
  color: var(--color-white);
}.topArticle__title {
  font-weight: 500;
  font-feature-settings: "palt" on;
  letter-spacing: 0.02em;
}@media screen and (min-width: 60em), print {
  .topArticle__title {
    margin-top: 0.25rem;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}@media screen and (max-width: 59.99em) {
  .topArticle__title {
    margin-top: 0.125rem;
    font-size: 0.8125rem;
    line-height: 1.55;
  }
}.topArticle.topArticle--large .topArticle__title {
  color: var(--color-white);
}.topArticle__link::after {
  position: absolute;
  inset: 0;
  content: "";
}.topPickup {
  padding-bottom: 5rem;
}@media screen and (min-width: 60em), print {
  .topPickup {
    padding-top: 5rem;
  }
}@media screen and (max-width: 59.99em) {
  .topPickup {
    padding-top: 4rem;
  }
}@media screen and (min-width: 60em), print {
  .topPickup__container {
    width: 100%;
    max-width: 132.25rem;
    padding-inline: 8.625rem;
    margin-inline: auto;
    overflow: hidden;
  }
}.topPickup__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}@media screen and (max-width: 59.99em) {
  .topPickup__heading {
    row-gap: 0.5rem;
    width: var(--container-width);
    margin-inline: auto;
  }
}.topPickup__heading p {
  display: flex;
  font-weight: 600;
  line-height: 1.5;
}@media screen and (min-width: 60em), print {
  .topPickup__heading p {
    font-size: 1.25rem;
    letter-spacing: 0.08em;
  }
}@media screen and (max-width: 59.99em) {
  .topPickup__heading p {
    font-size: 0.9375rem;
    letter-spacing: 0.04em;
  }
}.topPickup__heading p::before {
  display: block;
  width: 1px;
  height: 1em;
  margin-block: auto;
  content: "";
  background-color: currentColor;
}@media screen and (min-width: 60em), print {
  .topPickup__heading p::before {
    margin-right: 1.5rem;
    margin-left: 1.25rem;
  }
}@media screen and (max-width: 59.99em) {
  .topPickup__heading p::before {
    margin-right: 1rem;
    margin-left: 0.75rem;
  }
}.topPickup__splide {
  position: relative;
  margin-top: 2.5rem;
}@media screen and (min-width: 60em), print {
  .topPickup__splide {
    padding-bottom: 4rem;
    margin-right: calc(50vw - 50%);
  }
}@media screen and (max-width: 59.99em) {
  .topPickup__splide {
    padding-bottom: 3.5rem;
  }
}@media screen and (min-width: 60em), print {
  .topPickup__splide .splide__track {
    overflow: visible;
  }
}@media screen and (min-width: 60em), print {
  .topPickup__splide .splide__slide {
    width: 20rem;
  }
}@media screen and (min-width: 60em), print {
  .topPickup__splide .splide__slide.is-active {
    width: 25rem;
  }
}.topPickup__splide .topPickup__controls {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-inline: auto;
}.topPickup__splide .splide__arrows {
  display: flex;
  align-items: center;
}@media screen and (min-width: 60em), print {
  .topPickup__splide .splide__arrows {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}@media screen and (max-width: 59.99em) {
  .topPickup__splide .splide__arrows {
    justify-content: space-between;
    width: 21rem;
    margin-inline: auto;
  }
}.topPickup__splide .splide__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 1.5rem;
  border: 1px solid var(--color-lightgray);
  border-radius: calc(infinity * 1px);
}.topPickup__splide .splide__arrow:not(:disabled) {
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
  will-change: opacity;
}.topPickup__splide .splide__arrow::after {
  position: absolute;
  inset: 0;
  display: block;
  width: 0.75rem;
  height: 0.5rem;
  margin: auto;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: var(--icon-arrow-right);
          mask-image: var(--icon-arrow-right);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}@media (hover: hover) {
  .topPickup__splide .splide__arrow:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .topPickup__splide .splide__arrow:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}.topPickup__splide .splide__arrow.splide__arrow--prev {
  transform: scale(-1, 1);
}.topPickup__splide .splide__arrow:disabled {
  pointer-events: none;
  opacity: var(--opacity-hover);
}@media screen and (min-width: 60em), print {
  .topPickup__splide .splide__pagination {
    position: relative;
    right: calc((50vw - 50%) * -1);
  }
}@media screen and (max-width: 59.99em) {
  .topPickup__splide .splide__pagination {
    position: absolute;
    right: 0;
    left: 0;
    margin-inline: auto;
  }
}.topPickup__splide .splide__pagination__page {
  position: relative;
  width: 2.5rem;
  padding-block: 1rem;
}.topPickup__splide .splide__pagination__page::before, .topPickup__splide .splide__pagination__page::after {
  position: absolute;
  inset: 0;
  display: block;
  margin-block: auto;
  content: "";
}.topPickup__splide .splide__pagination__page::before {
  width: 100%;
  height: 1px;
  background-color: var(--color-lightgray);
}.topPickup__splide .splide__pagination__page.is-active::after {
  bottom: 1px;
  height: 2px;
  background-color: var(--color-darkgray);
}.topConcept {
  position: relative;
}.topConcept__bgWrapper {
  position: relative;
  display: block;
  min-height: 40.5rem;
  overflow: hidden;
}@media screen and (max-width: 59.99em) {
  .topConcept__bgWrapper {
    min-height: 40rem;
  }
}.topConcept__bg {
  position: absolute;
  top: 0;
  left: -20%;
  width: 140%;
  height: 140%;
  -o-object-fit: cover;
     object-fit: cover;
}.topConcept__inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: auto;
}.topConcept__content {
  display: grid;
  row-gap: 3.75rem;
  align-content: center;
  height: 100%;
}.topConcept__logo {
  display: block;
  height: auto;
  margin-inline: auto;
}@media screen and (min-width: 60em), print {
  .topConcept__logo {
    width: 7.375rem;
  }
}@media screen and (max-width: 59.99em) {
  .topConcept__logo {
    width: 8rem;
  }
}.topConcept__loopArea {
  display: flex;
  width: 100%;
  overflow: hidden;
}.topConcept__loopText {
  flex-shrink: 0;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-white);
  letter-spacing: 0.02em;
  white-space: nowrap;
  animation: text-loop 24s infinite linear;
}@media screen and (min-width: 60em), print {
  .topConcept__loopText {
    font-size: 4rem;
  }
}@media screen and (max-width: 59.99em) {
  .topConcept__loopText {
    font-size: 2rem;
  }
}@keyframes text-loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}.topLoading {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100dvw;
  height: 100dvh;
  background-color: var(--color-white);
  opacity: 1;
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
}.topLoading.is-hidden {
  opacity: 0;
}.topLoading__logo {
  display: block;
}@media screen and (min-width: 60em), print {
  .archive__main {
    padding-block: 5rem;
  }
}@media screen and (max-width: 59.99em) {
  .archive__main {
    padding-block: 2.5rem;
  }
}@media screen and (min-width: 60em), print {
  .archive__content {
    display: grid;
    grid-template-columns: 17.375rem 1fr;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    margin-top: 4rem;
  }
}.archive__filter {
  height: -moz-fit-content;
  height: fit-content;
}@media screen and (min-width: 60em), print {
  .archive__filter {
    padding-right: 2.5rem;
    border-right: 1px solid var(--color-lightgray);
  }
}@media screen and (max-width: 59.99em) {
  .archive__filter {
    margin-top: 2.5rem;
  }
}.archive__articleList {
  display: grid;
}@media screen and (min-width: 60em), print {
  .archive__articleList {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}@media screen and (max-width: 59.99em) {
  .archive__articleList {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1.25rem;
    margin-top: 2.5rem;
  }
}.archive__button.archiveViewMore {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}@media screen and (min-width: 60em), print {
  .archive__button.archiveViewMore {
    margin-top: 5rem;
  }
}@media screen and (max-width: 59.99em) {
  .archive__button.archiveViewMore {
    margin-top: 2.5rem;
  }
}@media screen and (min-width: 60em), print {
  .archive__bottom {
    padding-top: 7.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .archive__bottom {
    padding-top: 5rem;
  }
}.archiveHead {
  display: grid;
}@media screen and (min-width: 60em), print {
  .archiveHead {
    grid-auto-flow: column;
    align-items: center;
    justify-content: space-between;
  }
}@media screen and (max-width: 59.99em) {
  .archiveHead {
    row-gap: 1.25rem;
  }
}.archiveHead__categoryList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}@media screen and (min-width: 60em), print {
  .archiveHead__categoryList {
    gap: 1rem 2rem;
  }
}@media screen and (max-width: 59.99em) {
  .archiveHead__categoryList {
    gap: 0.5rem 1.25rem;
  }
}.archiveHead__categoryList a {
  font-family: "new-atten", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-darkgray);
  letter-spacing: 0.08em;
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
}@media screen and (min-width: 60em), print {
  .archiveHead__categoryList a {
    font-size: 1.375rem;
  }
}@media screen and (max-width: 59.99em) {
  .archiveHead__categoryList a {
    font-size: 1rem;
  }
}@media (hover: hover) {
  .archiveHead__categoryList a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .archiveHead__categoryList a:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}.archiveViewMore {
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: "new-atten", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.5;
  letter-spacing: 0.08em;
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
}@media (hover: hover) {
  .archiveViewMore:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .archiveViewMore:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}@media screen and (min-width: 60em), print {
  .archiveViewMore.archiveViewMore--fontLarge {
    font-size: 1.125rem;
  }
}@media screen and (max-width: 59.99em) {
  .archiveViewMore.archiveViewMore--fontLarge {
    font-size: 1rem;
  }
}.archiveViewMore__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 1.5rem;
  border: 1px solid var(--color-lightgray);
  border-radius: calc(infinity * 1px);
}.archiveViewMore__icon::before, .archiveViewMore__icon::after {
  position: absolute;
  inset: 0;
  display: block;
  width: 0.625rem;
  height: 1px;
  margin: auto;
  content: "";
  background-color: currentColor;
}.archiveViewMore__icon::before {
  transform: rotate(90deg);
}@media screen and (min-width: 60em), print {
  .archiveFilter {
    margin-top: 3rem;
  }
}@media screen and (max-width: 59.99em) {
  .archiveFilter {
    margin-top: 1.5rem;
  }
}@media screen and (min-width: 60em), print {
  .archiveFilter__section:not(:first-child) {
    margin-top: 3rem;
  }
}@media screen and (max-width: 59.99em) {
  .archiveFilter__section:not(:first-child) {
    margin-top: 1.75rem;
  }
}.archiveFilter__heading {
  font-family: "new-atten", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}@media screen and (min-width: 60em), print {
  .archiveFilter__heading {
    font-size: 1.375rem;
  }
}@media screen and (max-width: 59.99em) {
  .archiveFilter__heading {
    font-size: 1rem;
  }
}.archiveFilter__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}@media screen and (min-width: 60em), print {
  .archiveFilter__tags {
    margin-top: 2rem;
  }
}@media screen and (max-width: 59.99em) {
  .archiveFilter__tags {
    margin-top: 1rem;
  }
}.archiveFilter__tags label {
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: 2.375rem;
  padding: 0.625rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  font-weight: 600;
  font-feature-settings: "pwid" on, "palt" on;
  line-height: 1.25;
  color: var(--color-darkgray);
  letter-spacing: 0.02em;
  white-space: nowrap;
  cursor: pointer;
  background-color: var(--color-super-lightgray);
  border-color: var(--color-super-lightgray);
  border-style: solid;
  border-width: 1px;
  transition-duration: 0.2s;
  transition-property: opacity;
}.archiveFilter__tags label:hover {
  opacity: var(--opacity-hover);
}.archiveFilter__tags label:has(input:focus-visible) {
  outline: auto;
}.archiveFilter__tags label:has(input:checked) {
  color: var(--color-black);
  background-color: var(--color-white);
  border-color: var(--color-lightgray);
}.archiveFilter__tags input {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}@media screen and (min-width: 60em), print {
  .archiveFilter__button {
    margin-top: 1.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .archiveFilter__button {
    margin-top: 1rem;
  }
}@media screen and (max-width: 59.99em) {
  .archiveDetails {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--color-lightgray);
  }
}.archiveDetails__summary {
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: "new-atten", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.5;
  letter-spacing: 0.08em;
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
}@media screen and (min-width: 60em), print {
  .archiveDetails__summary {
    font-size: 1.125rem;
  }
}@media screen and (max-width: 59.99em) {
  .archiveDetails__summary {
    font-size: 1rem;
  }
}@media (hover: hover) {
  .archiveDetails__summary:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .archiveDetails__summary:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}.archiveDetails__summaryIcon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 1.5rem;
  border: 1px solid var(--color-lightgray);
  border-radius: calc(infinity * 1px);
}.archiveDetails__summaryIcon::before, .archiveDetails__summaryIcon::after {
  position: absolute;
  inset: 0;
  display: block;
  width: 0.625rem;
  height: 1px;
  margin: auto;
  content: "";
  background-color: currentColor;
}.archiveDetails__summaryIcon::before {
  transform: rotate(90deg);
  transition-duration: 0.2s;
  transition-property: transform;
}.archiveDetails.is-open .archiveDetails__summaryIcon::before {
  transform: rotate(0deg);
}.archiveSelectedTags {
  margin-top: 2rem;
}.archiveSelectedTags__heading {
  font-family: "new-atten", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}.archiveSelectedTags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.125rem 0.5rem;
  align-items: center;
  margin-top: 0.5rem;
  font-size: 0.6875rem;
  font-weight: 500;
  font-feature-settings: "pwid" on, "palt" on;
  line-height: 1.5;
  letter-spacing: 0.02em;
}@media screen and (min-width: 60em), print {
  .single__content {
    display: grid;
    grid-template-columns: 1fr auto;
  }
}@media screen and (max-width: 59.99em) {
  .single__content {
    padding-inline: 1.25rem;
  }
}@media screen and (min-width: 60em), print {
  .single__aside {
    order: 1;
    width: clamp(17.5rem, 27.5vw, 26.125rem);
    padding-right: 2.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .single__aside {
    display: none;
  }
}@media screen and (min-width: 60em), print {
  .single__main {
    width: 100%;
    max-width: 50rem;
    padding-inline: 5rem;
    margin-inline: auto;
  }
}@media screen and (min-width: 60em), print {
  .single__container {
    max-width: 50rem;
    margin-inline: auto;
  }
}@media screen and (max-width: 59.99em) {
  .single__container {
    padding-inline: 1.25rem;
  }
}@media screen and (min-width: 60em), print {
  .single__bottom {
    margin-top: 10rem;
  }
}@media screen and (max-width: 59.99em) {
  .single__bottom {
    margin-top: 5rem;
  }
}.singleMv {
  display: grid;
}@media screen and (min-width: 60em), print {
  .singleMv {
    grid-template-columns: 1fr 25rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    align-items: center;
    padding-right: 5.5555555556%;
    margin-top: 5rem;
    margin-bottom: 7.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleMv {
    row-gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}.singleMv__img {
  overflow: hidden;
}@media screen and (min-width: 60em), print {
  .singleMv__img {
    aspect-ratio: 912/684;
  }
}@media screen and (max-width: 59.99em) {
  .singleMv__img {
    aspect-ratio: 375/480;
  }
}.singleMv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.singleMv__text {
  display: grid;
}@media screen and (min-width: 60em), print {
  .singleMv__text {
    row-gap: 4rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleMv__text {
    row-gap: 0.5rem;
    padding-inline: 1.25rem;
  }
}.singleMv__category {
  font-family: "new-atten", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-darkgray);
  letter-spacing: 0.16em;
}@media screen and (min-width: 60em), print {
  .singleMv__category {
    font-size: 1.125rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleMv__category {
    font-size: 0.9375rem;
  }
}.singleMv__title {
  font-weight: 500;
  font-feature-settings: "pwid" on, "palt" on;
  letter-spacing: 0.02em;
}@media screen and (min-width: 60em), print {
  .singleMv__title {
    margin-top: 1rem;
    font-size: 1.75rem;
    line-height: 1.6;
  }
}@media screen and (max-width: 59.99em) {
  .singleMv__title {
    margin-top: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}.singleMv__date {
  font-family: "new-atten", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-darkgray);
  letter-spacing: 0.16em;
}.singleMv__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  font-weight: 500;
  font-feature-settings: "pwid" on, "palt" on;
  color: var(--color-darkgray);
  letter-spacing: 0.02em;
}@media screen and (min-width: 60em), print {
  .singleMv__tags {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.7;
  }
}@media screen and (max-width: 59.99em) {
  .singleMv__tags {
    margin-top: 0.125rem;
    font-size: 0.75rem;
    line-height: 1.6;
  }
}.singleAside__inner {
  display: grid;
  row-gap: 5rem;
  max-width: 17.5rem;
}.singleAside__banner {
  display: block;
  overflow: hidden;
}.singleAside__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity transform;
  will-change: opacity transform;
}@media (hover: hover) {
  .singleAside__banner img:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    opacity: var(--opacity-hover);
    transform: scale(1.05);
  }
  .singleAside__banner img:is(:where(:any-link, :enabled, summary):hover *) {
    opacity: var(--opacity-hover);
    transform: scale(1.05);
  }
}.singleAside__title {
  display: grid;
  row-gap: 0.25rem;
  font-family: "new-atten", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.12em;
}.singleAside__titleSub {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}.singleAside__cardList {
  display: grid;
  row-gap: 2rem;
  margin-top: 2.5rem;
}.singleAsideCard {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
}.singleAsideCard.is-hover {
  opacity: var(--opacity-hover);
}.singleAsideCard.singleAsideCard--product {
  align-items: center;
}.singleAsideCard__category {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  min-height: 1rem;
  padding-inline: 0.25rem;
  font-family: "new-atten", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-darkgray);
  letter-spacing: 0.16em;
  background-color: var(--color-white);
}.singleAsideCard__number {
  position: absolute;
  top: -0.55rem;
  left: 0.375rem;
  z-index: 1;
  font-family: "new-atten", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}.singleAsideCard__number::after {
  display: block;
  width: calc(100% - 4px);
  height: 1px;
  margin-inline: auto;
  margin-top: 2px;
  content: "";
  background-color: currentColor;
}.singleAsideCard__thumbnail {
  width: 7.5rem;
  aspect-ratio: 1/1;
  overflow: hidden;
}.singleAsideCard.singleAsideCard--product .singleAsideCard__thumbnail {
  border: 1px solid var(--color-lightgray);
}.singleAsideCard__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: var(--transition-duration-hover);
  transition-property: transform;
  will-change: transform;
}.singleAsideCard.is-hover .singleAsideCard__thumbnail img {
  transform: scale(1.05);
}.singleAsideCard__date {
  font-family: "new-atten", sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-darkgray);
  letter-spacing: 0.16em;
}.singleAsideCard__title {
  margin-top: 0.25rem;
}.singleAsideCard__title a {
  font-size: 0.875rem;
  font-weight: 500;
  font-feature-settings: "pwid" on, "palt" on;
  line-height: 1.7;
  letter-spacing: 0.02em;
}.singleAsideCard__title a::before {
  position: absolute;
  inset: 0;
  content: "";
}.singleSection {
  padding-top: 6rem;
  padding-bottom: 3rem;
}.singleSection__heading {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-family: "new-atten", sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
}@media screen and (min-width: 60em), print {
  .singleSection__heading {
    align-items: center;
    font-size: 2rem;
    line-height: 1.5;
  }
}@media screen and (max-width: 59.99em) {
  .singleSection__heading {
    flex-direction: column;
    gap: 0.25rem;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}.singleSection__heading span {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}@media screen and (min-width: 60em), print {
  .singleSection__heading span {
    display: flex;
    align-items: center;
    font-size: 1.375rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleSection__heading span {
    font-size: 1rem;
  }
}.singleSection__heading span::before {
  display: block;
  width: 1px;
  height: 1.5rem;
  margin-inline: 1.25rem;
  content: "";
  background-color: var(--color-lightgray);
}@media screen and (max-width: 59.99em) {
  .singleSection__heading span::before {
    display: none;
  }
}.singleSection__cards {
  margin-top: 2.5rem;
}.singleSection__cards.singleSection__cards--category {
  display: grid;
}@media screen and (min-width: 60em), print {
  .singleSection__cards.singleSection__cards--category {
    grid-template-columns: repeat(auto-fit, minmax(0, 0.5fr));
    gap: 2rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleSection__cards.singleSection__cards--category {
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - 2.5rem) / 2), 1fr));
    row-gap: 1.5rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}.singleContent__lead {
  font-size: 0.9375rem;
  font-weight: 600;
  font-feature-settings: "palt" on;
  line-height: 2;
  letter-spacing: 0.02em;
}@media screen and (min-width: 60em), print {
  .singleContent__instagram {
    margin-top: 4rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleContent__instagram {
    margin-top: 2.5rem;
  }
}.singleContent__editor {
  margin-top: 4rem;
}.singleContent__hr {
  color: var(--color-lightgray);
}@media screen and (min-width: 60em), print {
  .singleContent__hr {
    margin-block: 4rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleContent__hr {
    margin-block: 3rem;
  }
}.singleContent__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.125rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-feature-settings: "pwid" on, "palt" on;
  line-height: 1.7;
  color: var(--color-darkgray);
  letter-spacing: 0.02em;
}@media screen and (min-width: 60em), print {
  .singleContent__tags {
    margin-top: 4rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleContent__tags {
    margin-top: 3rem;
  }
}.singleContent__share {
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 4rem;
  margin-inline: auto;
}@media screen and (max-width: 59.99em) {
  .singleContent__share {
    width: 100%;
    max-width: 21rem;
  }
}.singleContent__shareHead {
  display: flex;
  align-items: center;
}@media screen and (max-width: 59.99em) {
  .singleContent__shareHead {
    justify-content: center;
  }
}.singleContent__shareHead h2 {
  display: flex;
  align-items: center;
  font-family: "new-atten", sans-serif;
  font-size: 0.875rem;
  color: var(--color-darkgray);
}@media screen and (min-width: 60em), print {
  .singleContent__shareHead h2 {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.16em;
  }
}@media screen and (max-width: 59.99em) {
  .singleContent__shareHead h2 {
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.06em;
  }
}.singleContent__shareHead h2::after {
  display: block;
  width: 1px;
  height: 1.25rem;
  margin-inline: 2rem;
  content: "";
  background-color: var(--color-darkgray);
}.singleContent__shareButton {
  width: 100%;
  min-width: 18.5rem;
  margin-inline: auto;
  margin-top: 2.5rem;
}.singleContent__shareButton a {
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-feature-settings: "pwid" on, "palt" on;
  line-height: 1.7;
  color: var(--color-darkgray);
  letter-spacing: 0.02em;
  border: 1px solid currentColor;
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
}@media (hover: hover) {
  .singleContent__shareButton a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .singleContent__shareButton a:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}.singleContent__shareButton a::after {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: var(--color-black);
  -webkit-mask-image: var(--icon-blank);
          mask-image: var(--icon-blank);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}.singleContent__shareList {
  display: flex;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
  align-items: center;
}.singleContent__shareList li {
  position: relative;
}.singleContent__shareList li a,
.singleContent__shareList li button {
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
}@media (hover: hover) {
  .singleContent__shareList li a:where(:-moz-any-link, :enabled, summary):hover, .singleContent__shareList li button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .singleContent__shareList li a:where(:any-link, :enabled, summary):hover,
  .singleContent__shareList li button:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}.singleContent__shareToast {
  position: absolute;
  bottom: -2rem;
  left: 0;
  display: none;
  padding: 0.5rem;
  font-size: 0.625rem;
  color: var(--color-darkgray);
  white-space: nowrap;
  background-color: var(--color-super-lightgray);
  transform: translateX(-50%);
}.singleContent__shareToast.is-show {
  display: block;
}/* stylelint-disable no-descending-specificity */.singleEditor {
  font-feature-settings: "pwid" on, "palt" on;
  word-break: normal;
  overflow-wrap: anywhere;
  line-break: strict;
}.singleEditor #toc_container {
  margin-bottom: 0;
  background-color: var(--color-super-lightgray);
  border: none;
}@media screen and (min-width: 60em), print {
  .singleEditor #toc_container {
    padding: 2.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor #toc_container {
    padding: 2rem;
  }
}.singleEditor #toc_container .toc_title {
  font-family: "new-atten", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.16em;
}@media screen and (min-width: 60em), print {
  .singleEditor #toc_container .toc_title {
    font-size: 1rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor #toc_container .toc_title {
    font-size: 0.875rem;
  }
}.singleEditor #toc_container .toc_list {
  display: grid;
  list-style: none;
  counter-reset: number;
}@media screen and (min-width: 60em), print {
  .singleEditor #toc_container .toc_list {
    row-gap: 0.75rem;
    margin-top: 1.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor #toc_container .toc_list {
    row-gap: 0.75rem;
    margin-top: 1.5rem;
  }
}.singleEditor #toc_container .toc_list li a {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-weight: 500;
  font-feature-settings: "pwid" on, "palt" on;
  color: var(--color-darkgray);
  letter-spacing: 0.02em;
  text-decoration: none;
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
}@media screen and (min-width: 60em), print {
  .singleEditor #toc_container .toc_list li a {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor #toc_container .toc_list li a {
    font-size: 0.8125rem;
    line-height: 1.55;
  }
}.singleEditor #toc_container .toc_list li a .toc_number {
  font-family: "new-atten", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}@media screen and (min-width: 60em), print {
  .singleEditor #toc_container .toc_list li a .toc_number {
    margin-top: 0.125rem;
  }
}@media screen and (min-width: 60em), print {
  .singleEditor section:not(:first-child) {
    margin-top: 3.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor section:not(:first-child) {
    margin-top: 2.5rem;
  }
}@media screen and (min-width: 60em), print {
  .singleEditor section:not(:last-child) {
    padding-bottom: 3.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor section:not(:last-child) {
    padding-bottom: 2.5rem;
  }
}.singleEditor section + section:not(:last-child) {
  border-bottom: 1px solid var(--color-lightgray);
}.singleEditor hr {
  color: var(--color-lightgray);
}@media screen and (min-width: 60em), print {
  .singleEditor hr {
    margin-block: 4rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor hr {
    margin-block: 3rem;
  }
}.singleEditor h2 {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}@media screen and (min-width: 60em), print {
  .singleEditor h2 {
    font-size: 1.625rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor h2 {
    font-size: 1.25rem;
  }
}@media screen and (min-width: 60em), print {
  .singleEditor h2:not(:first-child) {
    margin-top: 4rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor h2:not(:first-child) {
    margin-top: 3.5rem;
  }
}.singleEditor h3 {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}@media screen and (min-width: 60em), print {
  .singleEditor h3 {
    font-size: 1.125rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor h3 {
    font-size: 0.9375rem;
  }
}.singleEditor h3:not(:first-child) {
  margin-top: 2.5rem;
}.singleEditor h3::before {
  position: relative;
  display: block;
  width: 1px;
  height: 1rem;
  content: "";
  background-color: var(--color-lightgray);
}@media screen and (min-width: 60em), print {
  .singleEditor h3::before {
    top: 0.3rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor h3::before {
    top: 0.125rem;
  }
}.singleEditor p,
.singleEditor ul,
.singleEditor ol {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
}.singleEditor p:not(:first-child),
.singleEditor ul:not(:first-child),
.singleEditor ol:not(:first-child) {
  margin-top: 2rem;
}.singleEditor b {
  font-weight: 700;
}.singleEditor a {
  color: var(--color-darkgray);
  text-decoration: underline;
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
}@media (hover: hover) {
  .singleEditor a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .singleEditor a:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}.singleEditor a[target=_blank]::after {
  position: relative;
  top: 0.125rem;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-inline: 0.25rem;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: var(--icon-blank);
          mask-image: var(--icon-blank);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}.singleEditor img {
  display: block;
  width: 100%;
  height: auto;
}@media screen and (min-width: 60em), print {
  .singleEditor img {
    margin-top: 2.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor img {
    margin-top: 2rem;
  }
}.singleEditor ul,
.singleEditor ol {
  display: grid;
  row-gap: 1rem;
}.singleEditor ul {
  padding-left: 1.2rem;
  list-style: disc;
}.singleEditor ol {
  list-style: none;
  counter-reset: number;
}.singleEditor ol > li {
  position: relative;
  padding-left: calc(1em + 0.5rem);
}.singleEditor ol > li::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  font-family: "new-atten", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-darkgray);
  letter-spacing: 0.08em;
  content: counter(number) ".";
  counter-increment: number;
}.singleEditor .noteList {
  display: grid;
  row-gap: 0.5rem;
  padding-left: 0;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-darkgray);
  letter-spacing: 0.02em;
}.singleEditor .noteList:not(:first-child) {
  margin-top: 2rem;
}.singleEditor .noteList > li {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}.singleEditor .linkText,
.singleEditor .btn {
  display: grid;
  grid-auto-flow: column;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: var(--color-darkgray);
  text-decoration: none;
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
}@media screen and (max-width: 59.99em) {
  .singleEditor .linkText,
  .singleEditor .btn {
    font-size: 0.875rem;
  }
}@media screen and (min-width: 60em), print {
  .singleEditor .linkText:not(:first-child),
  .singleEditor .btn:not(:first-child) {
    margin-top: 4rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor .linkText:not(:first-child),
  .singleEditor .btn:not(:first-child) {
    margin-top: 3rem;
  }
}@media (hover: hover) {
  .singleEditor .linkText:where(:-moz-any-link, :enabled, summary):hover, .singleEditor .btn:where(:-moz-any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
  .singleEditor .linkText:where(:any-link, :enabled, summary):hover,
  .singleEditor .btn:where(:any-link, :enabled, summary):hover {
    opacity: var(--opacity-hover);
  }
}.singleEditor .linkText[target=_blank]::after,
.singleEditor .btn[target=_blank]::after {
  top: 0;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-inline: 0;
  content: "";
  background-color: var(--color-black);
  -webkit-mask-image: var(--icon-blank);
          mask-image: var(--icon-blank);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}.singleEditor .btn {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  min-width: 12.5rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid currentColor;
}.singleEditor .checkList ul {
  display: grid;
  row-gap: 1rem;
  padding-left: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  list-style: none;
}.singleEditor .checkList ul > li {
  position: relative;
  padding-left: 2rem;
}.singleEditor .checkList ul > li::before {
  position: absolute;
  top: 0.5rem;
  left: 0.2rem;
  width: 0.75rem;
  height: 0.375rem;
  content: "";
  background-color: var(--color-darkgray);
  -webkit-mask-image: var(--icon-check);
          mask-image: var(--icon-check);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}.singleEditor .checkList ul > li::after {
  position: absolute;
  top: 0.175rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  border: 1px solid var(--color-lightgray);
}.singleEditor .caption {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}.singleEditor .img_flex {
  display: flex;
}@media screen and (min-width: 60em), print {
  .singleEditor .img_flex {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor .img_flex {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}@media screen and (min-width: 60em), print {
  .singleEditor .img_flex:not(:first-child) {
    margin-top: 2.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor .img_flex:not(:first-child) {
    margin-top: 2rem;
  }
}.singleEditor .img_flex .img_flex-box {
  flex-grow: 1;
}@media screen and (max-width: 59.99em) {
  .singleEditor .imageSpWide {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
  }
}@media screen and (min-width: 60em), print {
  .singleEditor .imageSpWide:not(:first-child) {
    margin-top: 2.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor .imageSpWide:not(:first-child) {
    margin-top: 2rem;
  }
}.singleEditor .profileArea {
  display: grid;
  grid-template-columns: auto 1fr;
  padding-block: 2.5rem;
  border: 1px solid var(--color-lightgray);
}@media screen and (min-width: 60em), print {
  .singleEditor .profileArea {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    padding-inline: 2.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor .profileArea {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    padding-inline: 2rem;
  }
}.singleEditor .profileArea:not(:first-child) {
  margin-top: 4rem;
}.singleEditor .profileArea:not(:last-child) {
  margin-bottom: 4rem;
}.singleEditor .profileArea > span {
  font-family: "new-atten", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  color: var(--color-darkgray);
  letter-spacing: 0.16em;
  writing-mode: vertical-lr;
}.singleEditor .profileArea dl {
  display: flex;
  width: 100%;
}@media screen and (max-width: 59.99em) {
  .singleEditor .profileArea dl {
    flex-direction: column;
    justify-items: center;
  }
}.singleEditor .profileArea dl dt {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}@media screen and (max-width: 59.99em) {
  .singleEditor .profileArea dl dt {
    margin-inline: auto;
  }
}.singleEditor .profileArea dl dt img {
  overflow: hidden;
  border-radius: 50%;
}@media screen and (min-width: 60em), print {
  .singleEditor .profileArea dl dt img {
    width: 5rem;
    height: 5rem;
    margin-right: 1.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor .profileArea dl dt img {
    width: 7.5rem;
    height: 7.5rem;
    margin-bottom: 1.5rem;
  }
}.singleEditor .profileArea dl dd {
  display: grid;
  row-gap: 1rem;
}.singleEditor .profileArea dl dd > * {
  margin-top: 0;
}.singleEditor .profileArea dl dd h3 {
  display: block;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}@media screen and (min-width: 60em), print {
  .singleEditor .profileArea dl dd h3 {
    font-size: 1.125rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor .profileArea dl dd h3 {
    font-size: 0.9375rem;
  }
}.singleEditor .profileArea dl dd h3::before {
  display: none;
}.singleEditor .profileArea dl dd p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
}.singleEditor .profileArea dl dd .link a {
  text-decoration: none;
}.singleEditor .grayBg {
  padding: 2.5rem;
  border: 1px solid var(--color-lightgray);
}.singleEditor .grayBg:not(:first-child) {
  margin-top: 4rem;
}.singleEditor .grayBg:not(:last-child) {
  margin-bottom: 4rem;
}.singleEditor .howto__box {
  position: relative;
  padding-left: 2rem;
}.singleEditor .howto__box::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  background-color: var(--color-lightgray);
}@media screen and (min-width: 60em), print {
  .singleEditor .howto__box:not(:first-child) {
    margin-top: 2.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor .howto__box:not(:first-child) {
    margin-top: 3rem;
  }
}.singleEditor .howto__box + .howto__box {
  margin-top: 2rem;
  margin-bottom: 2rem;
}@media screen and (min-width: 60em), print {
  .singleEditor .howto__box:not(:has(+ .howto__box)) {
    margin-bottom: 2.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor .howto__box:not(:has(+ .howto__box)) {
    margin-bottom: 2.5rem;
  }
}.singleEditor .howto__box em {
  display: block;
  font-family: "new-atten", sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-darkgray);
  letter-spacing: 0.16em;
}.singleEditor .howto__box h3 {
  margin-top: 0.25rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}@media screen and (min-width: 60em), print {
  .singleEditor .howto__box h3 {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor .howto__box h3 {
    font-size: 0.8125rem;
    line-height: 1.55;
  }
}.singleEditor .howto__box h3::before {
  display: none;
}.singleEditor .howto__box p {
  margin-top: 0.75rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
}@media screen and (min-width: 60em), print {
  .singleEditor .howto__box p {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor .howto__box p {
    font-size: 0.8125rem;
    line-height: 1.55;
  }
}.singleEditor .movie {
  width: 100%;
  aspect-ratio: 16/9;
}@media screen and (min-width: 60em), print {
  .singleEditor .movie:not(:first-child) {
    margin-top: 2.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor .movie:not(:first-child) {
    margin-top: 2rem;
  }
}.singleEditor .movie iframe {
  width: 100%;
  height: 100%;
}.singleEditor .credits {
  display: grid;
  row-gap: 0.5rem;
}@media screen and (min-width: 60em), print {
  .singleEditor .credits:not(:first-child) {
    margin-top: 4rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor .credits:not(:first-child) {
    margin-top: 3rem;
  }
}.singleEditor .credits .credits__item {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}.singleEditor .credits .credits__role {
  margin-top: 0;
  color: var(--color-darkgray);
}@media screen and (max-width: 59.99em) {
  .singleEditor .credits .credits__role {
    font-size: 0.75rem;
  }
}.singleEditor .credits .credits__name {
  margin-top: 0;
}@media screen and (max-width: 59.99em) {
  .singleEditor .credits .credits__name {
    font-size: 0.75rem;
  }
}.singleEditor .linkcard {
  margin-block: 4rem;
}.singleEditor .linkcard .lkc-external-wrap {
  border: 1px solid var(--color-lightgray);
}.singleEditor .linkcard .lkc-link {
  display: block;
  padding-block: 2.5rem;
}@media screen and (min-width: 60em), print {
  .singleEditor .linkcard .lkc-link {
    padding-inline: 2.5rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor .linkcard .lkc-link {
    padding-inline: 2rem;
  }
}.singleEditor .linkcard .lkc-link::after {
  display: none;
}.singleEditor .linkcard .lkc-card {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 0;
}@media screen and (min-width: 60em), print {
  .singleEditor .linkcard .lkc-card {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor .linkcard .lkc-card {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}.singleEditor .linkcard .lkc-card::before {
  font-family: "new-atten", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.16em;
  content: "LINK";
  writing-mode: vertical-lr;
}.singleEditor .linkcard .lkc-info {
  display: none !important;
}.singleEditor .linkcard .lkc-content {
  display: grid;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  align-content: start;
  margin: 0;
}@media screen and (min-width: 60em), print {
  .singleEditor .linkcard .lkc-content {
    grid-template: "thumbnail title" auto "thumbnail excerpt" auto/auto 1fr;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor .linkcard .lkc-content {
    grid-auto-rows: auto;
  }
}.singleEditor .linkcard .lkc-thumbnail {
  float: none;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
}@media screen and (min-width: 60em), print {
  .singleEditor .linkcard .lkc-thumbnail {
    grid-area: thumbnail;
    width: 6.25rem;
    height: 6.25rem;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor .linkcard .lkc-thumbnail {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
}.singleEditor .linkcard .lkc-thumbnail .lkc-thumbnail-img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: var(--transition-duration-hover);
  transition-property: transform;
}.singleEditor .linkcard .lkc-thumbnail .lkc-thumbnail-img:is(.lkc-link:hover .lkc-thumbnail-img) {
  transform: scale(1.05);
}@media screen and (min-width: 60em), print {
  .singleEditor .linkcard .lkc-title {
    grid-area: title;
  }
}@media screen and (max-width: 59.99em) {
  .singleEditor .linkcard .lkc-title {
    margin-top: 1.5rem;
  }
}.singleEditor .linkcard .lkc-title .lkc-title-text {
  font-size: 0.9375rem;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: none;
}.singleEditor .linkcard .lkc-url {
  display: none;
}.singleEditor .linkcard .lkc-excerpt {
  margin-top: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  font-feature-settings: "pwid" on, "palt" on;
  line-height: 1.6;
  letter-spacing: 0.02em;
}@media screen and (min-width: 60em), print {
  .singleEditor .linkcard .lkc-excerpt {
    grid-area: excerpt;
  }
}.singleProduct {
  padding-block: 4rem;
}.singleProduct__title {
  font-family: "new-atten", sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
}@media screen and (min-width: 60em), print {
  .singleProduct__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}@media screen and (max-width: 59.99em) {
  .singleProduct__title {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}.singleProduct__list {
  display: grid;
  gap: 2rem;
  margin-top: 2.5rem;
}@media screen and (min-width: 60em), print {
  .singleProduct__list {
    grid-template-columns: repeat(2, 1fr);
  }
}.singleProduct__item {
  position: relative;
  transition-duration: var(--transition-duration-hover);
  transition-property: opacity;
}.singleProduct__item.is-hover {
  opacity: var(--opacity-hover);
}.singleProduct__itemThumbnail {
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 1px solid var(--color-lightgray);
}.singleProduct__itemThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: var(--transition-duration-hover);
  transition-property: transform;
}.singleProduct__item.is-hover .singleProduct__itemThumbnail img {
  transform: scale(1.05);
}.singleProduct__itemTitle {
  margin-top: 0.75rem;
  text-align: center;
}.singleProduct__itemTitle a {
  font-weight: 500;
  font-feature-settings: "palt" on;
  letter-spacing: 0.02em;
}@media screen and (min-width: 60em), print {
  .singleProduct__itemTitle a {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}@media screen and (max-width: 59.99em) {
  .singleProduct__itemTitle a {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}.singleProduct__itemTitle a::after {
  position: absolute;
  inset: 0;
  content: "";
}/* stylelint-disable declaration-property-unit-disallowed-list */.formrun-embed {
  height: 100%;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 10px;
}@media screen and (min-width: 60em), print {
  .formrun-embed {
    height: 70vh;
    padding: 20px;
    overflow: auto;
  }
}@media screen and (max-width: 59.99em) {
  .formrun-embed {
    padding: 10px;
  }
}.modal__survey {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100vh;
}.modal__survey-contents {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  transform: translate(-50%, -50%);
}@media screen and (min-width: 60em), print {
  .modal__survey-contents {
    width: 50%;
    max-height: 80vh;
  }
}.modal__survey-contents iframe {
  width: 100% !important;
  height: 400px !important;
  overflow-y: auto;
}@media screen and (min-width: 60em), print {
  .modal__survey-contents iframe {
    height: 100% !important;
  }
}.modal__survey-contents strong {
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
}.modal__survey-contents img {
  width: auto;
  height: 80%;
}@media screen and (max-width: 59.99em) {
  .modal__survey-contents img {
    max-width: 300px;
    height: auto;
  }
}.modal__survey__close {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 99999;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #ccc;
  border-radius: 40px;
}@media screen and (min-width: 60em), print {
  .modal__survey__close {
    top: 30px;
    right: 0px;
    width: 30px;
    height: 30px;
    background: none;
  }
}.modal__survey__close::after,
.modal__survey__close::before {
  position: absolute;
  top: 13px;
  left: 5px;
  display: block;
  width: 20px;
  height: 2px;
  content: "";
  background: #fff;
}@media screen and (min-width: 60em), print {
  .modal__survey__close::after,
  .modal__survey__close::before {
    top: 0px;
    left: 0px;
    background: #999;
  }
}.modal__survey__close::after {
  transform: rotate(45deg);
}.modal__survey__close::before {
  transform: rotate(-45deg);
}.modal__survey-overray {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}