@import url("/crafts/assets/css/swiper-bundle.min.css") layer(plugin);
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus) {
  outline: none;
}

:where(:focus-visible) {
  outline: none;
}

:where(:focus-visible):is(button, a, input, textarea, [tabindex="0"]) {
  outline: 2px solid CanvasText;
  box-shadow: 0 0 0 2px Canvas;
  outline-offset: 2px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@layer base,plugin,main;
:root {
  --vh: 1vh;
  --vw: 1vw;
  --white: #fff;
  --light-gray: #ebebe5;
  --gray: #959595;
  --dark-gray: #707070;
  --black: #454545;
  --primary: #0e58a1;
  --light-primary: #cdd6dd;
  --font-family-base: "Zen Kaku Gothic New", sans-serif;
  --font-family-en: "Roboto", sans-serif;
  --font-size-base: 1rem;
  --line-height-base: 2;
  --spcalc: 390 * 100vw;
  --container-width: 75rem;
  --side-padding: 5.1875rem;
  --side-padding-mobile: 1.25rem;
  --inter: "Inter", sans-serif;
  --trim: trim-both cap alphabetic;
}

html,
body {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-family: var(--font-family-base);
  color: var(--black);
  background: var(--white);
  overflow-x: clip;
}

html:has(.is-gnavi-open) {
  scrollbar-gutter: stable;
  overflow: clip;
}

.bg-gray {
  background: #ededed;
}

:where(a:not[class]) {
  color: var(--primary);
  text-decoration: none;
}
:where(a:not[class]):hover {
  text-decoration: underline;
}

.on-fade {
  transition: opacity 0.3s;
}
.on-fade:hover {
  opacity: 0.8;
}

.is-resizing
  :is(*)
  :is(*, *::before, *::after):not(
    .swiper-progress-fill,
    .swiper-wrapper,
    .swiper-slide
  ) {
  transition: none !important;
  animation: none !important;
}

a {
  text-decoration: none;
}

.inner {
  max-width: min(1200px, 87.8477306003vw);
  width: 100%;
  margin-inline: auto;
}

.section__title {
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
  color: inherit;
  margin-bottom: 30px;
}

.section__lead {
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
  color: inherit;
  margin-bottom: 28px;
}

.card {
  display: flex;
  background-color: var(--white);
  border: 10px solid var(--light-gray);
  overflow: hidden;
}
.card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 2;
  font-size: 1rem;
  color: inherit;
}
.card__title {
  font-size: 1.25rem;
}
.card__image {
  flex: 1;
}

.layout-header {
  position: sticky;
  top: 0;
  z-index: 11;
  background-color: var(--white);
  overflow-x: clip;
  display: flex;
  align-items: center;
  column-gap: 40px;
  justify-content: space-between;
  padding-right: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
}
.layout-header__inner {
  padding-left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
}
.is-gnavi-open .layout-header__inner {
  background-color: #fff;
}
.layout-header__logo {
  transition: 0.2s opacity ease-out;
}
.layout-header__logo:hover {
  opacity: 0.7;
}
.layout-header__logo img {
  width: 100%;
}
.layout-header__product-logo {
  text-align: center;
  display: grid;
  row-gap: 4px;
}
.layout-header__button {
  margin-left: 24px;
}

.header-button {
  width: 100px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
}
.header-button__icon {
  width: 60px;
  height: 23px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-button[aria-expanded="true"] .header-button__icon {
  justify-content: center;
}
.header-button__icon span {
  display: block;
  top: 0;
  width: 100%;
  height: 1px;
  position: relative;
}
.header-button__icon span::before,
.header-button__icon span::after {
  content: "";
  display: block;
  top: 0;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background: var(--black);
  position: absolute;
  left: 0;
  transition: 0.2s rotate ease-out;
}
.header-button[aria-expanded="true"] .header-button__icon span::before {
  rotate: 30deg;
}
.header-button[aria-expanded="true"] .header-button__icon span::after {
  rotate: -30deg;
}
.header-button__icon::before,
.header-button__icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background: var(--black);
}
.header-button[aria-expanded="true"] .header-button__icon::before,
.header-button[aria-expanded="true"] .header-button__icon::after {
  display: none;
}
.header-menu__grid {
  display: flex;
  column-gap: 32px;
}
.header-menu__grid-item {
  position: relative;
}
.header-menu__list {
  letter-spacing: 0.08em;
}
.header-menu__list:has(a[aria-expanded="true"]) li::before {
  transform: scale(3);
}
.header-menu__list:has(a[aria-expanded="true"]) li::after {
  width: 100%;
  height: 1px;
  transform: scaleX(1);
}
.header-menu__list a {
  text-decoration: none;
  display: flex;
  column-gap: 7px;
  cursor: pointer;
}
.header-menu__list--contact li a:after {
  display: none;
}
.header-menu__sub-list {
  letter-spacing: 0.08em;
}
.header-menu__sub-list li {
  position: relative;
}
.header-menu__sub-list li::before {
  content: "";
  position: absolute;
  left: -0.5em;
  top: 50%;
  width: 2px;
  height: 2px;
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
  background: currentColor;
}
.header-menu__sub-list a {
  text-decoration: none;
  display: flex;
  column-gap: 7px;
}
:where(.header-menu__sub-area) .header-menu__logo {
  margin-bottom: calc(12 / var(--spcalc));
}
:where(.header-menu__sub-area) .header-menu__logo img {
  width: min(104px, 100 / var(--spcalc));
}
.header-menu__links {
  display: flex;
  margin-bottom: 16px;
  justify-content: center;
}
.header-menu__links > li {
  position: relative;
}
.header-menu__links > li::after {
  content: "";
  margin-top: 2px;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  position: absolute;
  width: 1px;
  height: 1em;
  background: currentColor;
}
.header-menu__links > li:first-child a {
  padding-left: 0;
}
.header-menu__links > li:last-child::after {
  display: none;
}
.header-menu__links > li:last-child a {
  padding-right: 0;
}
.header-menu__links > li a {
  font-size: 0.875rem;
  text-decoration: none;
  padding: 0 0.7em;
  transition: color 0.2s ease-out;
}
.header-menu__links > li a:hover {
  color: var(--primary);
}
.header-menu__sub-links {
  margin-top: 16px;
  grid-column: 2;
}
.header-menu__copy {
  grid-column: 2;
  align-self: end;
  margin-top: 8px;
  font-size: 0.75rem;
  display: block;
}

.index-header {
  position: fixed;
  width: 100%;
  z-index: 16;
  transition:
    background 0.3s ease-out,
    color 0.3s ease-out;
}

.layout-footer {
  padding-inline: var(--side-padding);
}
.layout-footer__inner {
  position: relative;
  padding-block: 96px 30px;
}
.layout-footer__back-to-top {
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 0;
  transition: color 0.2s ease-out;
}
.layout-footer__back-to-top::before {
  content: "";
  position: absolute;
  background-color: var(--white);
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 28px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transition:
    background-color 0.2s ease-out,
    transform 0.2s ease-out;
  transform-origin: center bottom;
}
.layout-footer__back-to-top:hover {
  color: var(--primary);
}
.layout-footer__back-to-top:hover::before {
  background-color: var(--primary);
  transform: scale(1.15);
}
.layout-footer__product-logo {
  width: fit-content;
  text-decoration: none;
  display: grid;
  row-gap: 4px;
  transition: opacity 0.2s ease-out;
}
.layout-footer__product-logo:hover {
  opacity: 0.6;
}
.layout-footer__grid {
  margin-block: 56px 24px;
  margin-inline: 1em 0;
  display: flex;
  column-gap: min(40px, 2.9282576867vw);
  row-gap: 30px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.layout-footer__list {
  padding-left: 0;
  display: grid;
  row-gap: 15px;
}
.layout-footer__sub-area {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.layout-footer__notes {
  align-self: end;
  grid-row: 2;
  font-size: 0.75rem;
}
.layout-footer__logo {
  margin-left: auto;
  transition: opacity 0.2s ease-out;
  width: fit-content;
  display: block;
  width: min(102 / var(--spcalc), 102px);
}
.layout-footer__logo:hover {
  opacity: 0.6;
}
.layout-footer__sub-links {
  margin-top: 16px;
  grid-column: 2;
  font-size: 0.875rem;
}
:where(.layout-footer__sub-links) a {
  transition: 0.2s ease-out;
}
.layout-footer__copy {
  font-size: 0.75rem;
  display: block;
}

.link-text {
  color: var(--black);
  text-decoration: none;
}
.link-text--map::after {
  content: "";
  display: inline-block;
  height: 1.5em;
  width: 1em;
  background-image: url(../images/ic_pin.svg);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: bottom;
  margin-left: 0.5em;
}
.link-text[target="_blank"]::after {
  content: "";
  display: inline-block;
  height: 1.5em;
  width: 1em;
  background-image: url(../images/ic_external.svg);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: bottom;
  margin-left: 0.5em;
}
.link-text[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  height: 1lh;
  width: 1.1em;
  background-image: url(../images/ic_pdf.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: top;
  margin-left: 0.5em;
}
.link-text[href$=".zip"]::after {
  content: "";
  display: inline-block;
  height: 1lh;
  width: 1.1em;
  background-image: url(../images/ic_zip.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: top;
  margin-left: 0.5em;
}
.link-text[href$=".ies"]::after {
  content: "";
  display: inline-block;
  height: 1lh;
  width: 1.1em;
  background-image: url(../images/ic_ies.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: top;
  margin-left: 0.5em;
}

.button {
  background: var(--white);
  color: var(--black);
  width: 100%;
  height: 60px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding-inline: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.button.black {
  background: var(--black);
  color: var(--white);
}
.button-wrap {
  width: fit-content;
  position: relative;
}
.button-wrap::before,
.button-wrap::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: var(--black);
  position: absolute;
  top: calc(50% - 0.5px);
  right: 24px;
  transform-origin: calc(100% - 0.5px) 50%;
  z-index: 2;
  transition: 0.25s ease-in-out;
  transform: rotate(55deg);
}
.button-wrap::after {
  transform: rotate(-55deg);
}
.button__text {
  position: relative;
  display: inline-block;
}
.button__text::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--black);
  transform: scaleX(0);
  transition: 0.25s ease-out;
  transform-origin: left;
}
:where(.button):hover .button__text::after {
  transform: scaleX(1);
}
*:has(> .button.black)::before,
*:has(> .button.black)::after {
  background: var(--white);
}
.button::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: var(--black);
  left: 24px;
  top: calc(50% - 1px);
  transition: all 0.25s ease-in-out;
}
.button.black::before {
  background: var(--white);
}
.link-list__item a[target="_blank"]::after {
  content: "";
  display: inline-block;
  height: 1lh;
  width: 0.8em;
  background: currentColor;
  -webkit-mask: url(../images/ic_external.svg);
  mask: url(../images/ic_external.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 0.8em 0.8em;
  mask-size: 0.8em 0.8em;
  -webkit-mask-position: center right;
  mask-position: center right;
  vertical-align: bottom;
  margin-left: 0.25em;
}

.layout-footer__list__item,
.layout-footer__sub-list__item,
.header-menu__list__item,
.header-menu__sub-list__item {
  position: relative;
}
.layout-footer__list__item::before,
.layout-footer__list__item::after,
.layout-footer__sub-list__item::before,
.layout-footer__sub-list__item::after,
.header-menu__list__item::before,
.header-menu__list__item::after,
.header-menu__sub-list__item::before,
.header-menu__sub-list__item::after {
  content: "";
  position: absolute;
  transition: transform 0.3s ease-in-out;
  background: currentColor;
}
.layout-footer__list__item::before,
.layout-footer__sub-list__item::before,
.header-menu__list__item::before,
.header-menu__sub-list__item::before {
  left: -0.55em;
  top: 50%;
  width: 2px;
  height: 2px;
  transform-origin: center;
}
.layout-footer__list__item::after,
.layout-footer__sub-list__item::after,
.header-menu__list__item::after,
.header-menu__sub-list__item::after {
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
}
.layout-footer__list__item a,
.layout-footer__sub-list__item a,
.header-menu__list__item a,
.header-menu__sub-list__item a {
  display: block;
}
.layout-footer__list__item a[target="_blank"]::after,
.layout-footer__sub-list__item a[target="_blank"]::after,
.header-menu__list__item a[target="_blank"]::after,
.header-menu__sub-list__item a[target="_blank"]::after {
  content: "";
  display: inline-block;
  height: 1lh;
  width: 0.8em;
  background: currentColor;
  -webkit-mask: url(../images/ic_external.svg);
  mask: url(../images/ic_external.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 0.8em 0.8em;
  mask-size: 0.8em 0.8em;
  -webkit-mask-position: center right;
  mask-position: center right;
  vertical-align: bottom;
  margin-left: 0.25em;
}

.layout-footer__sub-list {
  margin-left: 0.5em;
}

.layout-footer__sub-list__item,
.header-menu__sub-list__item {
  width: fit-content;
}

.note-list--horizontal {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5em;
}
.note-list__item {
  display: flex;
  column-gap: 1ch;
  font-size: 0.75rem;
}
.note-list__item:not([data-marker]) {
  column-gap: initial;
}
.note-list__item::before {
  content: attr(data-marker);
  flex-shrink: 0;
}

.cta {
  margin-top: 136px;
  color: var(--white);
  background-color: var(--black);
  padding-block: 96px;
  padding-inline: var(--side-padding);
}
.link-group + .cta {
  margin-top: 0;
}

.cta__inner {
  max-width: 1100px;
  margin-inline: auto;
}

.cta__heading {
  text-align: center;
  margin-bottom: 32px;
  font-family: var(--font-family-en);
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cta__text {
  text-align: center;
  font-size: 1.25rem;
}

.cta__buttons {
  display: flex;
  justify-content: center;
  gap: 36px;
}

.cta__button {
  text-decoration: none;
  margin-top: 38px;
  color: var(--black);
  background-color: var(--white);
  display: block;
  padding-block: 40px;
  padding-inline: 40px;
  transition:
    0.2s opacity ease-out,
    color 0.2s ease-out,
    background-color 0.2s ease-out;
}
.cta__button:hover {
  background-color: var(--primary);
  color: var(--white);
}
.cta__button:hover .cta__button-inner {
  margin-right: -8px;
  border-bottom: 1px solid var(--white);
}
.cta__button:hover .cta__button-inner::after {
  border-bottom: 1px solid var(--white);
}

.cta__button-inner {
  display: block;
  border-bottom: 1px solid var(--black);
  position: relative;
  padding-bottom: 10px;
  padding-right: 64px;
  margin-right: 16px;
  transition:
    0.2s margin-right ease-out,
    border-color 0.2s ease-out;
}
.cta__button-inner::after {
  content: "";
  width: 40px;
  border-bottom: 1px solid var(--black);
  position: absolute;
  right: 0;
  bottom: -1px;
  rotate: 40deg;
  transform-origin: right bottom;
  transition: border-color 0.2s ease-out;
}

.accordion {
  border-style: solid;
  border-color: var(--dark-gray);
  border-width: 1px 0 1px;
}
.accordion__head {
  padding: 24px 36px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 20px;
  width: 100%;
  box-sizing: border-box;
}
.accordion__category {
  font-family: var(--font-family-en);
  font-size: 1.25rem;
  color: var(--primary);
  border-right: 3px solid currentColor;
  line-height: 1;
  padding-right: 20px;
}
.accordion__heading {
  font-weight: bold;
  font-size: 1.25rem;
  flex-grow: 1;
}
.accordion__icon {
  width: 40px;
  aspect-ratio: 1;
  position: relative;
}
.accordion__icon::before,
.accordion__icon::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: 50%;
  left: calc(50% - 15px);
}
.accordion__icon::after {
  transition: 0.2s rotate ease-in-out;
  rotate: 90deg;
}
.accordion[aria-expanded="true"] .accordion__icon::after {
  transform-origin: center center;
  rotate: 0deg;
}
.accordion__inner {
  padding: 12px 60px 40px;
}

.fv {
  position: relative;
  height: 100dvh;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 15;
}
.fv__inner {
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
}
.fv__logo {
  width: 100%;
  max-width: 1152px;
  height: auto;
}
.fv__logo img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
}
.fv__scroll {
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.fv__scroll__text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.fv__scroll__border {
  width: 1px;
  height: 60px;
  background: var(--white);
  position: relative;
}
.fv__scroll__border::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  transform-origin: bottom;
  animation: scroll-line 2s ease-in-out infinite;
  background: var(--white);
  display: block;
  position: absolute;
  left: -2px;
}
.fv__bg {
  position: relative;
  height: 100%;
}
:where(.fv__bg) .swiper-slide {
  overflow: hidden;
}
:where(.fv__bg) .swiper-slide img {
  transform: scale(1);
  transition: transform 8.25s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(.fv__bg) .swiper-slide-active img {
  transform: scale(1.1);
}
:where(.fv__bg-uibox) .fv__bg-pagination-bullet-active .swiper-progress-fill {
  animation: progress 8s linear forwards;
}

@keyframes scroll-line {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  60% {
    opacity: 0.75;
  }
  75% {
    top: calc(100% - 5px);
    opacity: 0;
  }
  100% {
    opacity: 0;
    top: 0;
    transform-origin: top;
  }
}
.concept {
  background-color: rgba(16, 16, 16, 0.8);
  color: #fff;
  padding-block: 174px;
  position: relative;
  overflow: hidden;
  margin-top: -72px;
}
.concept__title {
  margin-bottom: 160px;
}
.concept__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.concept__lead {
  flex: 1;
  font-size: 2rem;
  line-height: 2;
  font-weight: normal;
}
.concept__text {
  flex: 1;
  font-size: 1rem;
  line-height: 2;
  text-align: justify;
}
.concept__link {
  margin-block: 48px 0;
  font-size: 0.875rem;
  display: flex;
}
.concept__link__cont {
  position: relative;
  width: fit-content;
}
.concept__link__cont::before {
  content: "";
  width: 2px;
  height: 2px;
  background: var(--white);
  display: block;
  position: absolute;
  top: 50%;
  left: -0.5em;
}
.concept__link__cont a {
  text-decoration: none;
  padding-right: 20px;
}
.concept__link__cont a::before,
.concept__link__cont a::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: var(--white);
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  transform-origin: calc(100% - 0.5px) 50%;
  z-index: 2;
  transition: 0.25s ease-in-out;
  transform: rotate(55deg);
}
.concept__link__cont a::after {
  transform: rotate(-55deg);
}
.concept__link__cont a:hover::before,
.concept__link__cont a:hover::after {
  right: -0.25em;
}

.swiper {
  position: relative;
}
.swiper-uibox {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  max-width: min(1200px, 87.8477306003vw);
  width: 100%;
  height: 40px;
  color: var(--white);
  justify-content: flex-end;
  align-items: flex-end;
  line-height: 1;
  gap: 12px;
  margin-inline: auto;
  z-index: 10;
  font-family: "Roboto", sans-serif;
}
:where(.swiper-uibox) > * {
  width: fit-content;
  height: fit-content;
  position: relative;
  z-index: 10;
  transition: 0.25s ease-in-out;
}
.swiper-counter {
  font-size: 1.125rem;
}
:where(.swiper-uibox) .swiper-pagination {
  width: 70px;
  height: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  inset: initial;
  gap: 4px;
}
:where(.swiper-uibox) .swiper-pagination-bullet {
  width: 8px;
  height: 3px;
  background: var(--white);
  transition:
    width 0.5s ease-in-out,
    opacity 0.25s ease-in-out;
  border-radius: initial;
  opacity: initial;
}
:where(.swiper-uibox) .swiper-pagination-bullet-active {
  width: 100%;
}
:where(.swiper-uibox) .swiper-pagination-bullet:hover {
  opacity: 0.5;
}
.swiper-progress-fill {
  height: 100%;
  width: 100%;
  background: var(--primary);
  display: block;
  transform: scaleX(0);
  transform-origin: left;
}
:where(.swiper-uibox) .swiper-pagination-bullet-active .swiper-progress-fill {
  animation: progress 6s linear forwards;
}
@keyframes progress {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
:where(.swiper-uibox) .swiper-button {
  font-size: 0.75rem;
  color: var(--white);
  gap: 12px;
  margin-top: initial !important;
  top: initial !important;
  bottom: -1em;
}
:where(.swiper-uibox) .swiper-button svg {
  width: 8px;
  height: 14px;
}
:where(.swiper-uibox) .swiper-button-prev {
  flex-direction: row-reverse;
  padding: 1em 0.25em 1em 1em;
  margin-left: -1em;
}
:where(.swiper-uibox) .swiper-button-next {
  padding: 1em 1em 1em 0.25em;
  margin-right: -1em;
}
.swiper-pause {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid var(--white);
  cursor: pointer;
}
.swiper-pause::before,
.swiper-pause::after {
  content: "";
  width: 1px;
  height: 5px;
  position: absolute;
  top: calc(50% - 2.5px);
  background: var(--white);
  display: block;
}
.swiper-pause::before {
  left: 5px;
}
.swiper-pause::after {
  right: 5px;
}
.swiper-pause[data-state="paused"]::before {
  width: auto;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.swiper-pause[data-state="paused"]::after {
  display: none;
}

.product-section__bg .swiper-pagination-bullet-active .swiper-progress-fill {
  animation: progress 9s linear forwards;
}

:is(.swiper.is-paused, .product-section__bg:not(.is-visible))
  .swiper-progress-fill {
  animation-play-state: paused !important;
}

.product-section__bg.is-visible:not(.is-paused)
  .swiper-pagination-bullet-active
  .swiper-progress-fill {
  animation-play-state: running;
}

.product-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
}
.product-section__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  bottom: 80px;
}
.product-section__content {
  display: flex;
  align-items: center;
  gap: 40px;
}
.product-section__logo img {
  height: 100%;
  width: auto;
}
.product-section__copy {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: normal;
}
.product-section__bg {
  width: 100%;
  height: 100%;
  z-index: 1;
}
:where(.product-section__bg) .swiper-slide {
  aspect-ratio: 40/39;
  width: 100%;
  height: 100%;
}
.product-section__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview-section {
  background-color: #ebebe5;
  padding-block: 140px;
}
.interview-section__title {
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
  color: #454545;
  margin-bottom: 30px;
}
.interview-section__lead {
  margin-bottom: 40px;
}

.interview-card {
  display: flex;
  background-color: #454545;
  color: #fff;
  overflow: hidden;
}
.interview-card__content {
  flex: 1;
  padding-block: 56px;
  padding-inline: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
}
.interview-card__number {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.interview-card__heading {
  font-size: 1.25rem;
  margin-bottom: 30px;
  font-weight: normal;
}
.interview-card__profile {
  line-height: 1.8;
  margin-bottom: min(24 / var(--spcalc), 40px);
  display: flex;
  gap: min(60 / var(--spcalc), 40px);
  align-items: flex-end;
}
.interview-card__profile__post {
  line-height: 1;
}
.interview-card__profile__ruby {
  line-height: 1;
  letter-spacing: 0.1em;
}
.interview-card__button {
  width: 100%;
}
.interview-card__image {
  flex: 1;
}
.interview-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-section {
  padding-block: 140px;
}
.shop-card__content {
  color: var(--black);
  line-height: 2;
}
.shop-card__name {
  font-weight: bold;
}
.shop-card__link {
  color: var(--primary);
}
.shop-card__link:hover {
  text-decoration: none;
}
.shop-card__supplement {
  margin-top: 16px;
  font-size: 0.75rem;
}
.shop-card__image iframe {
  max-width: 496px;
  width: 100%;
  height: auto;
}

.faq-contact-section {
  background-color: #454545;
  color: #fff;
  padding-block: 140px;
}
.faq-contact-section__lead {
  font-size: 1rem;
}

.faq-contact-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.faq-block {
  border-bottom: 1px solid var(--black);
}
.faq-block:first-child {
  border-top: 1px solid var(--black);
}

.faq-block__head {
  width: 100%;
  display: flex;
  column-gap: 16px;
  padding-block: 24px;
}
.faq-block__head::before {
  content: "Q";
  font-family: var(--font-family-en);
  font-size: 1.875rem;
  line-height: 1;
}

.faq-block__accordion-icon {
  flex-shrink: 0;
  position: relative;
  margin-left: auto;
  width: 32px;
}
.faq-block__accordion-icon::before,
.faq-block__accordion-icon::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: 50%;
  left: 0;
}
.faq-block__accordion-icon::after {
  transition: 0.2s rotate ease-in-out;
  rotate: 90deg;
}
.faq-block[aria-expanded="true"] .faq-block__accordion-icon::after {
  transform-origin: center center;
  rotate: 0deg;
}

.faq-block__body {
  display: flex;
  column-gap: 16px;
  padding-left: 40px;
}
.faq-block__body::before {
  content: "A";
  font-family: var(--font-family-en);
  font-size: 1.875rem;
  line-height: 1;
}

.faq-block__a {
  padding-bottom: 24px;
}
.faq-block__a__text {
  word-break: break-all;
}
.faq-block__a__text + .faq-block__a__text {
  margin-top: 1lh;
}
.faq-block__a__text a {
  position: relative;
}
.faq-block__a__text a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  transition: all 0.2s ease-out;
  transform: scaleX(0);
  transform-origin: left;
  background: currentColor;
  bottom: 0;
  left: 0;
}
.faq-block__a__text a:hover::before {
  transform: scaleX(1);
}
@media (min-width: 768px) {
  .pc-md {
    display: block;
  }
  .sp-md {
    display: none;
  }
  :where(.layout-footer__sub-links) a:hover {
    color: var(--primary);
  }
  .button-wrap {
    min-width: 276px;
    max-width: 404px;
  }
  .link-list--horizontal {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
  }
  .cta__buttons .cta__button {
    width: calc(50% - 18px);
  }
}
@media (min-width: 992px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .layout-header__button {
    display: none;
  }
  .header-menu {
    visibility: visible;
    transform: none;
    position: static;
  }
  .header-menu__list a::before {
    content: "";
    width: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: currentColor;
    position: absolute;
    right: calc(100% + 8px);
    top: calc(50% - 2px);
    transition: transform 0.3s ease-in-out;
    scale: 0;
  }
  .header-menu__list--contact li::before {
    width: 100% !important;
  }
  .header-menu__sub-list {
    position: absolute;
    left: -25%;
    top: 100%;
    overflow: clip;
    transition: all 0.2s ease-out;
    transition-behavior: allow-discrete;
    opacity: 0;
    visibility: hidden;
    color: currentColor;
    background: var(--white);
    width: 150%;
    padding: 1em 1em 1em 2em;
  }
  .header-menu__sub-list.is-open {
    opacity: 1;
    z-index: 10;
    visibility: visible;
  }
  .header-menu__sub-area {
    display: none;
  }
  .index-header:not(.out-fv) {
    background: transparent;
    color: var(--white);
    border: none;
  }
  .index-header:not(.out-fv) .index-header__logo {
    display: none;
  }
  .index-header:not(.out-fv) .index-header-menu .index-header-menu__sub-list {
    position: absolute;
    color: var(--white);
    background: none;
  }
  .button-wrap:hover::before,
  .button-wrap:hover::after {
    right: 20px;
  }
  .button:hover::before {
    transform: scale(3);
  }
  :where(.button:hover.black) .button__text::after {
    background: var(--white);
  }
  .layout-footer__list__item:has(a:hover)::before,
  .layout-footer__sub-list__item:has(a:hover)::before,
  .header-menu__list__item:has(a:hover)::before,
  .header-menu__sub-list__item:has(a:hover)::before {
    transform: scale(3);
  }
  .layout-footer__list__item:has(a:hover)::after,
  .layout-footer__sub-list__item:has(a:hover)::after,
  .header-menu__list__item:has(a:hover)::after,
  .header-menu__sub-list__item:has(a:hover)::after {
    transform: scaleX(1);
  }
  :where(.layout-footer__list:has(+ .layout-footer__sub-list))
    .layout-footer__list__item:hover::before,
  :where(.layout-footer__list:has(+ .layout-footer__sub-list))
    .layout-footer__sub-list__item:hover::before,
  :where(.layout-footer__list:has(+ .layout-footer__sub-list))
    .header-menu__list__item:hover::before,
  :where(.layout-footer__list:has(+ .layout-footer__sub-list))
    .header-menu__sub-list__item:hover::before {
    transform: scale(3);
  }
  :where(.layout-footer__list:has(+ .layout-footer__sub-list))
    .layout-footer__list__item:hover::after,
  :where(.layout-footer__list:has(+ .layout-footer__sub-list))
    .layout-footer__sub-list__item:hover::after,
  :where(.layout-footer__list:has(+ .layout-footer__sub-list))
    .header-menu__list__item:hover::after,
  :where(.layout-footer__list:has(+ .layout-footer__sub-list))
    .header-menu__sub-list__item:hover::after {
    transform: scaleX(1);
  }
  .fv {
    min-height: 600px;
  }
  .fv__inner {
    align-items: center;
  }
  .fv__scroll {
    bottom: 32px;
    left: 32px;
  }
  .concept__link {
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
  }
  .product-section__logo {
    width: auto;
    height: 78px;
  }
  .interview-card__heading {
    line-height: 1.6;
  }
  .interview-card__profile {
    font-size: 0.875rem;
  }
  .interview-card__profile__name {
    font-size: 2rem;
  }
  .interview-card__profile__ruby {
    font-size: 0.75rem;
  }
  .shop-card__image iframe {
    aspect-ratio: 62/45;
  }
}
@media (min-width: 1200px) {
  :where(.swiper-uibox) > * {
    text-shadow:
      0 0 5px rgb(0, 0, 0),
      0 0 5px rgba(0, 0, 0, 0.5);
  }
  :where(.swiper-uibox) .swiper-button:hover {
    opacity: 0.5;
  }
  .swiper-pause:hover {
    opacity: 0.5;
  }
  .shop-card {
    padding-block: 32px;
    padding-inline: 116px 32px;
  }
}
@media (max-width: 1199.98px) {
  .section__title {
    font-size: 1.875rem;
  }
  .section__lead {
    font-size: 1rem;
    margin-bottom: 40px;
  }
  .concept {
    padding-block: 80px;
    margin-top: 0;
  }
  .concept__title {
    font-size: 1.875rem;
    margin-bottom: 40px;
  }
  .concept__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .concept__lead {
    font-size: 1.375rem;
  }
  .concept__text {
    font-size: 0.875rem;
    margin-top: initial;
  }
  .interview-section {
    padding-block: min(80 / var(--spcalc), 80px);
  }
  .shop-card {
    padding: min(24 / var(--spcalc), 24px) min(16 / var(--spcalc), 16px);
  }
  .faq-contact-section {
    padding-block: 80px;
  }
  .faq-contact-buttons {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .layout-header {
    display: block;
    padding-inline: 0;
    color: var(--white);
    font-size: 1.25rem;
  }
  .layout-header__inner {
    padding-block: min(20 / var(--spcalc), 20px);
    padding-left: 20px;
    min-height: calc(15 / var(--spcalc));
    height: fit-content;
    position: relative;
    z-index: 15;
  }
  .layout-header__logo {
    width: 64vw;
    position: relative;
    z-index: 11;
  }
  .layout-header__product-logo {
    text-align: center;
    justify-self: center;
    max-width: 222px;
  }
  .layout-header .link-list__item {
    font-size: 1rem;
  }
  .header-button {
    width: 80px;
    height: 15px;
  }
  .header-button__icon {
    width: 40px;
    height: 15px;
  }
  .header-menu {
    background: var(--white);
    color: var(--black);
    width: 100%;
    max-width: 1000px;
    padding: 20px 3rem 40px;
    position: fixed;
    top: 55px;
    right: 0;
    z-index: 10;
    height: calc(100dvh - 55px);
    overflow: auto;
    visibility: hidden;
    transform: translateX(100%);
    transition:
      transform 300ms ease-in-out,
      visibility 300ms;
  }
  .is-gnavi-open .header-menu {
    transform: translateX(0);
    visibility: visible;
  }
  .header-menu__inner {
    padding-top: 8.5333333333vw;
  }
  .header-menu__grid {
    max-width: 600px;
    margin-inline: auto;
    display: grid;
    row-gap: 24px;
  }
  .header-menu__list {
    padding-left: 0;
    display: grid;
    row-gap: 15px;
  }
  .header-menu__list a.js-mega-menu-trigger {
    pointer-events: none;
  }
  .header-menu__sub-list {
    margin-left: 0.5em;
    font-size: 1rem;
  }
  .header-menu__sub-area {
    margin-top: calc(72 / var(--spcalc));
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .header-menu__sub-links {
    grid-column: auto;
    justify-self: center;
  }
  .header-menu__copy {
    grid-column: auto;
    text-align: center;
    order: 99;
    margin-top: 40px;
  }
  .button {
    min-height: 50px;
  }
  .fv {
    aspect-ratio: unset;
    margin-top: 59px;
    max-height: calc(100dvh - 59px);
  }
  .fv__inner {
    align-items: flex-end;
    bottom: calc(42 / var(--spcalc));
  }
  .fv__scroll {
    left: min(12 / var(--spcalc), 12px);
  }
  .concept__link {
    flex-direction: column;
    align-items: center;
    gap: 1.25lh;
    margin-inline: auto;
    width: fit-content;
  }
  .swiper-uibox {
    width: calc(357 / var(--spcalc));
  }
  .product-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    color: var(--black);
    padding-top: min(64 / var(--spcalc), 56px);
    height: initial;
  }
  .product-section:not(:first-of-type) {
    padding-top: min(96 / var(--spcalc), 104px);
  }
  .product-section:last-of-type {
    margin-bottom: min(48 / var(--spcalc), 48px);
  }
  .product-section__inner {
    position: static;
    width: 100%;
    display: contents;
  }
  .product-section__content {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    width: calc(340 / var(--spcalc));
    margin-inline: auto;
  }
  .product-section__logo img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(3%) saturate(10%)
      hue-rotate(355deg) brightness(95%) contrast(95%);
    order: 1;
    width: min(172 / var(--spcalc), 344px);
  }
  .product-section__copy {
    font-size: 1rem;
    margin-bottom: calc(16 / var(--spcalc));
  }
  .product-section__button {
    order: 3;
    margin: calc(16 / var(--spcalc)) auto 0;
    color: var(--white);
  }
  .product-section__button::before,
  .product-section__button::after {
    background: var(--white);
  }
  :where(.product-section__button) .button {
    background: var(--black);
    color: inherit;
  }
  :where(.product-section__button) .button::before {
    background: var(--white);
  }
  .product-section__bg {
    order: 2;
  }
  .interview-card {
    flex-direction: column-reverse;
  }
  .interview-card__heading {
    line-height: 2;
  }
  .interview-card__profile {
    font-size: 0.75rem;
  }
  .interview-card__profile__name {
    font-size: 1.25rem;
  }
  .interview-card__profile__ruby {
    font-size: 0.625rem;
  }
  .shop-section {
    padding-block: min(60 / var(--spcalc), 60px);
  }
  .shop-card__content {
    margin-bottom: min(32 / var(--spcalc), 32px);
    font-size: 0.875rem;
  }
  .shop-card__image iframe {
    max-width: initial;
    aspect-ratio: 11/8;
  }
}
@media (max-width: 767.98px) {
  .pc-md {
    display: none;
  }
  .sp-md {
    display: block;
  }
  .layout-footer {
    padding-inline: var(--side-padding-mobile);
  }
  .layout-footer__inner {
    padding-block: min(40 / var(--spcalc), 40px) min(16 / var(--spcalc), 16px);
  }
  .layout-footer__back-to-top {
    font-size: 0.875rem;
  }
  .layout-footer__product-logo {
    text-align: center;
    justify-self: center;
    width: fit-content;
    display: block;
    margin: 0 auto calc(24 / var(--spcalc));
  }
  .layout-footer__product-logo img {
    width: calc(337 / var(--spcalc));
  }
  .layout-footer__grid {
    flex-direction: column;
    margin-block: initial;
    row-gap: min(12 / var(--spcalc), 12px);
  }
  .layout-footer__list a br {
    display: none;
  }
  .layout-footer__sub-area {
    margin-top: min(48 / var(--spcalc), 48px);
    flex-direction: column-reverse;
    align-items: initial;
    justify-content: initial;
  }
  .layout-footer__notes {
    grid-row: auto;
    margin-top: min(8 / var(--spcalc), 8px);
    align-self: center;
    width: 100%;
  }
  .layout-footer__logo {
    margin: initial;
  }
  .layout-footer__sub-links {
    margin-top: calc(12 / var(--spcalc));
  }
  .layout-footer__copy {
    margin-top: 32px;
    text-align: center;
  }
  .button-wrap {
    width: min(344px, 100%);
    margin-inline: auto;
    max-width: 100%;
  }
  .note-list__item {
    column-gap: 0;
  }
  .cta {
    padding-inline: var(--side-padding-mobile);
  }
  .cta__heading {
    font-size: 1.875rem;
  }
  .cta__text {
    font-size: 1rem;
  }
  .cta__buttons {
    flex-direction: column;
    gap: 0;
  }
  .cta__button {
    max-width: 350px;
    margin-inline: auto;
    padding-block: 35px;
  }
  .accordion__head {
    padding: 24px 12px;
  }
  .accordion__heading {
    grid-row: 2;
    grid-column: span 3;
  }
  .accordion__icon {
    grid-column: 3;
  }
  .accordion__icon::before,
  .accordion__icon::after {
    width: 20px;
    left: calc(50% - 10px);
  }
  .accordion__inner {
    padding: 12px 15px 40px;
  }
  :where(.product-section__bg) .swiper-uibox {
    justify-content: center;
    gap: min(6.1538461538vw, 24px);
  }
  .interview-section__title {
    font-size: 1.875rem;
  }
  .interview-card__content {
    padding: min(40 / var(--spcalc), 40px) 0 min(24 / var(--spcalc), 24px);
    width: calc(292 / var(--spcalc));
    margin-inline: auto;
  }
  .interview-card__button {
    width: min(292px, 100%);
  }
  .shop-card {
    flex-direction: column;
  }
  .faq-block__head {
    padding-block: 16px;
  }
  .faq-block__head::before {
    font-size: 1.625rem;
  }
  .faq-block__accordion-icon {
    width: 22px;
  }
  .faq-block__body {
    padding-left: 0;
  }
  .faq-block__body::before {
    font-size: 1.625rem;
  }
  .faq-block__a {
    padding-bottom: 16px;
  }
}
