@charset "UTF-8";
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 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;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color:#007aff;
}

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

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

.swiper-3d {
  perspective: 1200px;
  .swiper-cube-shadow, .swiper-slide {
    transform-style: preserve-3d;
  }
}

.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper:before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: var(--swiper-centered-offset-after);
      min-width: 1px;
      width: 100%;
    }
  }
}

.swiper-3d {
  .swiper-slide-shadow, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left, .swiper-slide-shadow-right, .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.1490196078);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode {
  .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
  }
}

.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px;
  }
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
  &.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    width: 100%;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal {
  .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
    margin-left: 0;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    top: var(--swiper-navigation-top-offset, 50%);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev, & ~ .swiper-button-next, .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
    right: auto;
  }
  .swiper-button-prev, ~ .swiper-button-prev {
    bottom: auto;
    top: var(--swiper-navigation-sides-offset, 4px);
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next, ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  &.swiper-pagination-disabled, .swiper-pagination-disabled > & {
    display: none !important;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
  .swiper-pagination-bullet {
    position: relative;
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active, .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  button& {
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
  .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: transform 0.2s, top 0.2s;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: transform 0.2s, left 0.2s;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  &.swiper-pagination-horizontal, &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > &, .swiper-vertical > &.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%;
  }
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, &.swiper-pagination-vertical, .swiper-horizontal > &.swiper-pagination-progressbar-opposite, .swiper-vertical > & {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px);
  }
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  &.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > & {
    display: none !important;
  }
  &.swiper-scrollbar-horizontal, .swiper-horizontal > & {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    z-index: 50;
  }
  &.swiper-scrollbar-vertical, .swiper-vertical > & {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50;
  }
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
  > canvas, > img, > svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

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

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube {
  .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active, .swiper-slide-next, .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
    &:before {
      background: #000;
      bottom: 0;
      content: "";
      filter: blur(50px);
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
    }
  }
}

.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}

.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
  }
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip {
  .swiper-slide {
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
  }
}

.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom;
  }
}

/*------------------------------------*
	設定
*------------------------------------*/
:root {
  --base-color: #000;
  --sub-color: #fff;
  --accent-color: #fff;
  --container-gutter: 4%;
  --container-gutter-l: 8%;
  --annotation: #e1250b;
}

/*------------------------------------*
	media query

  @include mix.media(md) {
  }
*------------------------------------*/
/*------------------------------------*
	vw
*------------------------------------*/
/*------------------------------------*
	font size
*------------------------------------*/
/*------------------------------------*
	hover

  @include mix.hover() {
    opacity: .9;
  }
*------------------------------------*/
/*------------------------------------*
	Custom easing functions.
  http://easings.net/ja
*------------------------------------*/
/*------------------------------------*
	media query
*------------------------------------*/
/*------------------------------------*
	Google Font
*------------------------------------*/
.noto-sans-jp-100 {
  font-family: arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.noto-sans-jp-200 {
  font-family: arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.noto-sans-jp-300 {
  font-family: arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.noto-sans-jp-400 {
  font-family: arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-500 {
  font-family: arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.noto-sans-jp-600 {
  font-family: arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.noto-sans-jp-700 {
  font-family: arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.noto-sans-jp-800 {
  font-family: arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.noto-sans-jp-900 {
  font-family: arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

a {
  color: var(--accent-color);
}

/*------------------------------------*
	Adobe Font
*------------------------------------*/
html {
  font-family: arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

.h0 {
  margin-bottom: 0;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .h0 {
    font-size: 80px;
    font-size: 5rem;
    line-height: 1.5;
  }
}

h1,
.h1 {
  font-weight: normal;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  h1,
  .h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

h2,
.h2 {
  font-weight: normal;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  h2,
  .h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5;
  }
}

h3,
.h3 {
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  h3,
  .h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

h4,
.h4 {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  h4,
  .h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

h5,
.h5 {
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  h5,
  .h5 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

h6,
.h6 {
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  h6,
  .h6 {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

small,
.small {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  small,
  .small {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.7;
  }
}

/*------------------------------------*
	icomoon
*------------------------------------*/
/*------------------------------------*
animation
*------------------------------------*/
/*------------------------------------*
btn
*------------------------------------*/
/*------------------------------------*
    Card
    https://beamaker.jp/article/35
*------------------------------------*/
.card-member figure {
  border-radius: 55% 45% 50% 50%/49% 61% 39% 51%;
  overflow: hidden;
}
.card-member figure.anime-1 {
  animation: fluid-anim1 10s infinite linear;
}
.card-member figure.anime-2 {
  animation: fluid-anim2 8s infinite linear;
}
.card-member figure.anime-3 {
  animation: fluid-anim3 9s infinite linear;
}
.card-member figure.anime-4 {
  animation: fluid-anim3 11s infinite linear;
}
.card-member dl {
  text-align: center;
  margin-top: 16px;
  line-height: 1.4;
}
.card-member dl dt {
  line-height: 1;
}
.card-member dl dd {
  margin-top: 8px;
  line-height: 1;
}
.card-member dl dd:last-child {
  margin-top: 8px;
}
@keyframes fluid-anim1 {
  0% {
    border-radius: 65% 35% 55% 45%/55% 50% 55% 45%;
  }
  12.5% {
    border-radius: 25% 75% 28% 72%/46% 31% 69% 54%;
  }
  25% {
    border-radius: 55% 95% 65% 90%/75% 65% 85% 70%;
  }
  37.5% {
    border-radius: 49% 51% 48% 52%/69% 31% 69% 31%;
  }
  50% {
    border-radius: 55% 95% 65% 90%/75% 65% 85% 70%;
  }
  62.5% {
    border-radius: 60% 40% 50% 45%/60% 40% 60% 40%;
  }
  75% {
    border-radius: 60% 75% 40% 80%/70% 70% 60% 65%;
  }
  87.5% {
    border-radius: 40% 60% 55% 45%/50% 60% 40% 50%;
  }
  100% {
    border-radius: 65% 35% 55% 45%/55% 50% 55% 45%;
  }
}
@keyframes fluid-anim2 {
  0% {
    border-radius: 49% 51% 48% 52%/52% 53% 47% 48%;
  }
  12.5% {
    border-radius: 26% 74% 28% 72%/46% 55% 45% 54%;
  }
  25% {
    border-radius: 46% 54% 60% 40%/51% 52% 48% 49%;
  }
  37.5% {
    border-radius: 55% 45% 49% 51%/56% 59% 41% 44%;
  }
  50% {
    border-radius: 45% 55% 54% 46%/51% 48% 52% 49%;
  }
  62.5% {
    border-radius: 60% 40% 59% 41%/43% 63% 37% 57%;
  }
  75% {
    border-radius: 53% 47% 72% 28%/43% 38% 62% 57%;
  }
  87.5% {
    border-radius: 47% 53% 41% 59%/59% 38% 62% 41%;
  }
  100% {
    border-radius: 49% 51% 48% 52%/52% 53% 47% 48%;
  }
}
@keyframes fluid-anim3 {
  0% {
    border-radius: 53% 47% 44% 56%/65% 40% 60% 35%;
  }
  12.5% {
    border-radius: 38% 62% 56% 44%/52% 67% 33% 48%;
  }
  25% {
    border-radius: 52% 48% 46% 54%/52% 28% 72% 48%;
  }
  37.5% {
    border-radius: 40% 60% 46% 54%/61% 28% 72% 39%;
  }
  50% {
    border-radius: 40% 60% 46% 54%/61% 63% 37% 39%;
  }
  62.5% {
    border-radius: 55% 45% 46% 54%/30% 22% 78% 70%;
  }
  75% {
    border-radius: 55% 45% 65% 35%/44% 48% 52% 56%;
  }
  87.5% {
    border-radius: 47% 53% 41% 59%/59% 38% 62% 41%;
  }
  100% {
    border-radius: 53% 47% 44% 56%/65% 40% 60% 35%;
  }
}
@keyframes fluid-anim4 {
  0% {
    border-radius: 44% 56% 56% 44%/54% 43% 57% 46%;
  }
  12.5% {
    border-radius: 54% 46% 41% 59%/47% 61% 39% 53%;
  }
  25% {
    border-radius: 60% 40% 41% 59%/56% 45% 55% 44%;
  }
  37.5% {
    border-radius: 48% 52% 56% 44%/56% 61% 39% 44%;
  }
  50% {
    border-radius: 58% 42% 49% 51%/44% 43% 57% 56%;
  }
  62.5% {
    border-radius: 46% 54% 59% 41%/53% 64% 36% 47%;
  }
  75% {
    border-radius: 44% 56% 47% 53%/53% 44% 56% 47%;
  }
  87.5% {
    border-radius: 53% 47% 47% 53%/59% 54% 46% 41%;
  }
  100% {
    border-radius: 44% 56% 56% 44%/54% 43% 57% 46%;
  }
}

/*------------------------------------*
	Container
*------------------------------------*/
.container,
[class*=container--] {
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
}

.container--s {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.container--l {
  padding-left: var(--container-gutter-l);
  padding-right: var(--container-gutter-l);
}

/*------------------------------------*
	Section
*------------------------------------*/
.section,
[class*=section--] {
  position: relative;
  padding-top: calc(80 / 750 * (100vw - var(--scrollbar-width)));
  padding-bottom: calc(80 / 750 * (100vw - var(--scrollbar-width)));
}
.section .section-header h1,
[class*=section--] .section-header h1 {
  margin: 0;
}
.section .section-header + .section-body,
[class*=section--] .section-header + .section-body {
  margin-top: calc(40 / 750 * (100vw - var(--scrollbar-width)));
}

/*------------------------------------*
Loader
*------------------------------------*/
#site-loader {
  pointer-events: none;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: var(--base-color);
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
#site-loader.hide {
  opacity: 0;
}

/*------------------------------------*
	共通設定
*------------------------------------*/
::selection {
  background: var(--accent-color);
  color: var(--base-color);
}

body {
  position: relative;
  color: var(--sub-color);
  background-color: var(--base-color);
}

.site-body {
  position: relative;
  z-index: 100;
}

dl,
dt,
dd,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

svg {
  width: 100%;
  height: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.annotation {
  color: var(--annotation);
}

.br-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .br-pc {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .br-sp {
    display: none;
  }
}

/*------------------------------------*
loader
*------------------------------------*/
.lazyloader {
  position: relative;
  width: 100%;
  height: auto;
}
.lazyloader::before {
  pointer-events: none;
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  content: "";
  width: 32px;
  height: 32px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #cccccc 94%, rgba(255, 255, 255, 0)) top/6px 6px no-repeat, conic-gradient(rgba(255, 255, 255, 0) 40%, #cccccc);
  -webkit-mask: radial-gradient(farthest-side, rgba(255, 255, 255, 0) calc(100% - 6px), #fff 0);
  animation: l13 1s infinite linear;
  transition: opacity 1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
.lazyloader img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lazyloader img.lazyload,
.lazyloader img.lazyloading,
.lazyloader img.lazyloaded {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.lazyloader img.lazyloaded {
  opacity: 1;
}
.lazyloader.hide-loader {
  background-color: transparent;
}
.lazyloader.hide-loader::before {
  opacity: 0;
}

.video-loader {
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: var(--base-color);
}
.video-loader::before {
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  content: "";
  width: 32px;
  height: 32px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #333 94%, rgba(0, 0, 0, 0)) top/6px 6px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 40%, #333);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 6px), #000 0);
  animation: l13 1s infinite linear;
  transition: opacity 1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/*------------------------------------*
site-header
*------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 24px var(--container-gutter);
  mix-blend-mode: difference;
}
.site-header .header__logo {
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 769px) {
  .site-header .header__logo {
    width: 80px;
    height: 80px;
  }
}
.site-header .header-right {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}
.site-header .header-right ul {
  display: flex;
  gap: 24px;
}

/*------------------------------------*
site-footer
https://web-design-pallet.site/css-loop/
*------------------------------------*/
.site-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 9998;
  width: 100%;
  height: 100lvh;
  padding-bottom: 24px;
  mix-blend-mode: difference;
}
.site-footer .copyright {
  line-height: 1.4;
}

/*------------------------------------*
hero
*------------------------------------*/
/*------------------------------------*
home
*------------------------------------*/
html.home .hero {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100lvh;
}
html.home .hero video {
  filter: blur(40px);
  opacity: 0;
  transform: scale(1.5);
  position: relative;
  z-index: 10;
  width: 100%;
  max-height: 100lvh;
  mix-blend-mode: lighten;
  transition: opacity 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75), filter 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
html.home .hero figure {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
html.home .hero.show-bg figure {
  opacity: 1;
}
html.home .hero.show-video video {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
}
html.home main {
  overflow: hidden;
  position: relative;
  padding-top: 100lvh;
  position: relative;
  z-index: 10;
}
html.home .section--countries .logo-morphing {
  position: absolute;
  top: 0%;
  right: -64%;
  z-index: 1000;
  mix-blend-mode: difference;
}
html.home .section--countries .section-body {
  margin-top: calc(560 / 750 * (100vw - var(--scrollbar-width)));
}
html.home .section--countries h2 {
  margin: 0;
  font-size: calc(116 / 750 * (100vw - var(--scrollbar-width)));
  line-height: 1;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  html.home .section--countries h2 {
    line-height: 0.9;
  }
}
html.home .section--countries h3 {
  margin: calc(160 / 750 * (100vw - var(--scrollbar-width))) 0 0;
  text-align: center;
  font-size: calc(80 / 750 * (100vw - var(--scrollbar-width)));
  line-height: 1;
  font-weight: normal;
}
html.home .section--vision {
  text-align: right;
}
html.home .section--vision .logo-morphing {
  position: absolute;
  top: -64%;
  left: -64%;
  z-index: 1000;
  mix-blend-mode: difference;
}
html.home .section--vision p {
  margin: calc(32 / 750 * (100vw - var(--scrollbar-width))) 0 0;
  font-size: calc(48 / 750 * (100vw - var(--scrollbar-width)));
  line-height: 1;
}
html.home .section--vision p:first-child {
  margin-top: 0;
}
html.home .section--member,
html.home .section--committee {
  background-color: black;
}
html.home .section--member ul,
html.home .section--committee ul {
  display: grid;
  gap: 8vw 8%;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
@media screen and (min-width: 769px) {
  html.home .section--member ul,
  html.home .section--committee ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
html.home .section--sponsor {
  padding-bottom: calc(160 / 750 * (100vw - var(--scrollbar-width)));
  background-color: black;
}
html.home .section--sponsor .swiper-wrapper {
  transition-timing-function: linear;
}
html.home .section--sponsor .section-body {
  display: flex;
}
html.home .section--sponsor ul {
  display: flex;
}
html.home .section--sponsor li {
  pointer-events: none;
  width: calc(240 / 750 * (100vw - var(--scrollbar-width)));
}
@media screen and (min-width: 769px) {
  html.home .section--sponsor li {
    width: calc(240 / 1280 * (100vw - var(--scrollbar-width)));
  }
}

/*-----------------------------------*
	$style
*------------------------------------*/