@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Outfit:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.l-wrapper {
  overflow-x: clip;
  width: 100%;
  position: relative;
}

.lang-en {
  font-family: 'Baskervville', serif;
}

:root {
  --angle: 35rem;
}

ul,
dl,
ol {
  list-style: none;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

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

/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ccc;
}

@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.pc-display {
  display: none;
}

.sp-display {
  display: block;
}

@media (min-width: 769px) {
  .pc-display {
    display: block !important;
  }

  .sp-display {
    display: none !important;
  }
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #1c1c1c;
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Outfit", "Helvetica Neue", Helvetica, "Avenir", 'Noto Sans JP', 'Nunito Sans', 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: calc(100vw / 1380 * 10);
  background: #000;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

@media (min-width: 1380px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 960px) {
  html {
    scroll-padding-top: 0;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  html {
    font-size: calc(100vw / 390 * 10);
  }
}
.sprite {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

*,
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

a::after,
a::before {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: auto auto 24px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

@keyframes text-fade {
  0%,
    20% {
    opacity: 0;
    transform: translateY(40px);
  }
  40%,
    100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* アニメーション定義 */
@keyframes FadeOut {
  0%,
    20% {
    opacity: 1;
  }
  40%,
    98% {
    opacity: 0;
  }
  98%,
    100% {
    z-index: -1;
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes FadeIn {
  0%,
    20% {
    opacity: 0;
    transform: translateY(100px);
  }
  /* 少し下から */
  40%,
    100% {
    opacity: 1;
    transform: translateY(0);
  }
}
h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  font-feature-settings: "palt";
}

@media screen and (min-width: 960px) {
  h2 {
    font-size: 3.6rem;
    line-height: 1.4;
    font-feature-settings: "palt";
  }
}
h3 {
  font-size: 2rem;
  line-height: 1.4;
  font-feature-settings: "palt";
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
p {
  color: #1c1c1c;
}

/* FONT WEIGHT
====================== */
.fw700 {
  font-weight: 700;
}

/* FONT COLOR
====================== */
.fc_w {
  color: #fff;
}

.fc_pink {
  color: #FA95E1;
}

.fc_dgreen {
  color: #2C7789;
}

/* TITLE
====================== */
p {
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 0;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #1c1c1c;
}

a.blank svg {
  transform: rotate(-45deg);
}

p a {
  text-decoration: underline;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 4px 4px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 9999 !important;
  position: fixed;
  top: 38px;
  margin: auto;
  right: 16px;
  width: 36px;
  height: 24px;
  padding: 0;
}

@media only screen and (max-width: 1000px) {
  .hamburger {
    display: inline-block;
    top: 26px;
  }
}
.hamburger-box {
  width: 36px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 36px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 72px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 72px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 72px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 72px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 72px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 72px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-7.2px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-7.2px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(7.2px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(7.2px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-7.2px, -9px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-7.2px, 9px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(7.2px, -9px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(7.2px, 9px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -72px;
  top: -72px;
  transform: translate3d(72px, 72px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -72px;
  top: -72px;
  transform: translate3d(-72px, 72px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -72px;
  top: 72px;
  transform: translate3d(72px, -72px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -72px;
  top: 72px;
  transform: translate3d(-72px, -72px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.14286px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.14286px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.p-float-item {
  /* ▼ 4秒かけて、滑らかに（ease-in-out）、無限に（infinite）アニメーションを実行 */
  animation: floating 4s ease-in-out infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0);
    /* 最初は定位置 */
  }
  50% {
    transform: translateY(-15px);
    /* 中間地点で上に15px浮く */
  }
  100% {
    transform: translateY(0);
    /* 最後は元の位置に戻る */
  }
}
.video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  display: block;
  z-index: -1;
  background: url(../images/pc-hero-img.png) no-repeat center center;
  background-size: cover;
  object-fit: cover;
}
.video-wrap img {
  object-fit: cover;
}
.video-wrap video {
  width: 100%;
}

.c-inner {
  max-width: 98rem;
  padding: 0 3.2rem;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .c-inner {
    max-width: 39rem;
    padding: 0 2.4rem;
  }
}
.c-heading {
  text-align: center;
  margin-bottom: 5.4rem;
}
.c-heading h2 {
  font-family: "mendl-serif-dawn", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #18A6B9;
  font-size: 6rem;
  letter-spacing: .02em;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .c-heading {
    margin-bottom: 3.6rem;
  }
  .c-heading h2 {
    line-height: 1.1;
  }

  .bg-all {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
  }
}
.c-scrolldown {
  position: absolute;
  bottom: 3rem;
  right: 2.4rem;
  transform: rotate(90deg);
  width: 10.6rem;
}
.c-scrolldown span {
  font-size: 1.4rem;
  font-family: "mendl-serif-dawn", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
.c-scrolldown::after {
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  display: inline-block;
}

.bg-line {
  transform: skewY(-20deg);
  background: #fff;
  position: absolute;
  z-index: 10;
}

.p-hero {
  width: 100%;
  height: 100svh;
  position: relative;
}
.p-hero::after {
  content: "";
  position: absolute;
  top: calc(var(--angle) * -1);
  left: 0;
  width: 100%;
  height: 90%;
  background-color: rgba(0, 210, 211, 0.4);
  /* シアンの半透明 */
  transform: skewY(-20deg);
  z-index: 3;
}
.p-hero .bg-01 {
  width: 36.3rem;
  height: .6rem;
  top: 15.4rem;
  left: -1.9rem;
}
.p-hero .bg-02 {
  width: 50rem;
  height: .172rem;
  top: 22.9rem;
  left: -25.5rem;
}
.p-hero .bg-03 {
  width: 45.1rem;
  height: .6rem;
  top: 20.5rem;
  right: -14rem;
}
.p-hero .bg-04 {
  width: 33rem;
  height: .166rem;
  top: 26.2rem;
  right: 2.4rem;
  background: #18A6B9;
}
.p-hero .bg-05 {
  width: 45.1rem;
  height: .6rem;
  left: -5.4rem;
  bottom: -5rem;
  background: #18A6B9;
}
.p-hero .bg-06 {
  width: 48.9rem;
  height: 1.283rem;
  bottom: 4.8rem;
  right: 10rem;
}
.p-hero__txt {
  position: relative;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  padding-top: 25dvh;
  flex-direction: column;
}
.p-hero__logo {
  margin: auto auto 4rem auto;
  width: 25.7%;
  max-width: 35.6rem;
  min-width: 24rem;
  height: auto;
  aspect-ratio: 100 / 92.415;
}
.p-hero__logo svg {
  width: 100%;
  height: 100%;
}
.p-hero__copy {
  aspect-ratio: 100 / 32.359081;
  width: 34.7%;
  max-width: 47.9rem;
  min-width: 32.2rem;
  height: auto;
  margin: 0 auto 0 auto;
}

@media (max-width: 768px) {
  .p-hero::after {
    content: "";
    position: absolute;
    top: calc(var(--angle) * -1);
    left: 0;
    width: 100%;
    height: 90%;
    background-color: rgba(0, 210, 211, 0.2);
    /* シアンの半透明 */
    transform: skewY(-20deg);
    z-index: 3;
  }
  .p-hero .bg-01 {
    width: 36.3rem;
    height: .6rem;
    top: 14rem;
    left: -11.3rem;
  }
  .p-hero .bg-02 {
    width: 50rem;
    height: .172rem;
    top: 22rem;
    left: -34.9rem;
  }
  .p-hero .bg-03 {
    width: 45.1rem;
    height: .6rem;
    top: auto;
    bottom: 8rem;
    right: -18rem;
  }
  .p-hero .bg-04 {
    width: 33rem;
    height: .166rem;
    top: auto;
    bottom: 3rem;
    right: -2rem;
    background: #18A6B9;
  }
  .p-hero__txt {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
  .p-hero__logo {
    margin: auto auto 2rem auto;
    max-width: 26.4rem;
  }
  .p-hero__copy {
    width: 100%;
    max-width: 33.2rem;
  }
}
.p-activity {
  position: relative;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.p-activity .swiper-wrapper {
  gap: 0;
}
.p-activity__list-item {
  clip-path: polygon(6.8% 0%, 100% 0%, 93.2% 100%, 0% 100%);
  max-width: 113.2rem;
  padding-block: 5.4rem;
  aspect-ratio: 1135 / 459;
  padding-right: calc(4rem + 4%);
  padding-left: calc(4rem + 4%);
  width: 100% !important;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.p-activity__list-item.-full {
  display: flex;
}
.p-activity__list-item.-full .-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0 4.4rem;
}
.p-activity__list-item.-full .-heading .-logo {
  width: 20%;
  max-width: 17rem;
  flex-shrink: 0;
}
.p-activity__list-item.-full .-heading .-txt {
  width: calc(80% - 4.4rem);
}
.p-activity__list-item.-full .-inner {
  padding: 7rem;
}
.p-activity__list-item .-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.p-activity__list-item .-bg.-list-item-01 {
  background: url(../images/activity-content-img-01.png) no-repeat top center;
  background-size: cover;
}
.p-activity__list-item .-bg.-list-item-02 {
  background: url(../images/activity-content-img-02.png) no-repeat top right;
  background-size: cover;
}
.p-activity__list-item .-bg.-list-item-03 {
  background: url(../images/activity-content-img-03.png) no-repeat top center;
  background-size: cover;
}
.p-activity__list-item .-bg.-list-item-04 {
  background: #18A6B9;
}
.p-activity__list-item .-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.p-activity__list-item .-txt {
  width: 50%;
  flex-shrink: 0;
}
.p-activity__list-item .-txt .-content.-white p {
  color: #fff;
}
.p-activity__list-item .-txt .-content p {
  line-height: 1.4375;
}
.p-activity__list-item .-txt.-full {
  width: 100%;
}
.p-activity__list-item .-heading {
  display: flex;
  flex-direction: column;
  gap: 2.8rem 0;
  margin-bottom: 1.6rem;
}
.p-activity__list-item .-heading h3, .p-activity__list-item .-heading p {
  margin: 0;
}
.p-activity__list-item .-heading h3.-white, .p-activity__list-item .-heading p.-white {
  color: #fff;
}
.p-activity__list-item .-heading h3 {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -.05em;
}
.p-activity__list-item .-heading h3.-white {
  color: #fff;
}
.p-activity__list-item .-heading p {
  font-size: 1.6rem;
  line-height: 1;
}
.p-activity__list-item .-heading p.-large {
  font-size: 6.6rem;
  font-weight: 900;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-activity {
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    padding-top: 8rem;
    padding-bottom: 8rem;
    overflow: hidden;
    width: 100%;
  }
  .p-activity .swiper-wrapper {
    width: calc(100% - 4.8rem);
    margin: auto;
    max-width: 39rem;
    flex-direction: column;
    gap: 5rem 0;
  }
  .p-activity__list-item {
    clip-path: none;
    max-width: 98rem;
    padding-block: 4rem;
    height: auto;
    padding-right: 2rem;
    padding-left: 2rem;
    width: 100% !important;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    aspect-ratio: auto;
    border: 0.5rem #18A6B9 solid;
  }
  .p-activity__list-item.-full {
    display: flex;
  }
  .p-activity__list-item.-full .-heading {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1.2rem 0;
  }
  .p-activity__list-item.-full .-heading .-logo {
    width: 56%;
    max-width: 16rem;
    flex-shrink: 0;
    margin: auto;
  }
  .p-activity__list-item.-full .-heading .-txt {
    width: 100%;
  }
  .p-activity__list-item.-full .-inner {
    padding: 0;
  }
  .p-activity__list-item:nth-of-type(1) {
    padding-bottom: 30rem;
  }
  .p-activity__list-item:nth-of-type(2) {
    padding-bottom: 30rem;
  }
  .p-activity__list-item .-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  .p-activity__list-item .-bg.-list-item-01 {
    background: url(../images/sp-activity-content-img-01.jpg) no-repeat top center;
    background-size: cover;
  }
  .p-activity__list-item .-bg.-list-item-02 {
    background: url(../images/sp-activity-content-img-02.jpg) no-repeat top center;
    background-size: cover;
  }
  .p-activity__list-item .-bg.-list-item-03 {
    background: #fff;
  }
  .p-activity__list-item .-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .p-activity__list-item .-txt {
    width: 100%;
    flex-shrink: 0;
  }
  .p-activity__list-item .-txt .-content.-white p {
    color: #fff;
  }
  .p-activity__list-item .-txt .-content p {
    line-height: 1.4375;
  }
  .p-activity__list-item .-txt .-content .-img {
    margin-top: 2.4rem;
  }
  .p-activity__list-item .-heading {
    gap: 2.4rem 0;
    margin-bottom: 1.6rem;
  }
  .p-activity__list-item .-heading h3, .p-activity__list-item .-heading p {
    margin: 0;
  }
  .p-activity__list-item .-heading h3 {
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -.05em;
  }
  .p-activity__list-item .-heading h3.-white {
    color: #fff;
  }
  .p-activity__list-item .-heading p {
    font-size: 1.6rem;
    line-height: 1;
  }
  .p-activity__list-item .-heading p.-large {
    font-size: 5.5rem;
    text-align: left;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.6rem;
  }
}
.swiper-pagination {
  position: relative;
  top: 0;
  margin-top: 5.9rem;
}

.swiper-pagination-bullet {
  width: .9rem;
  height: .9rem;
  border-radius: 0;
  background: #ffffff;
  opacity: 0.5;
  transition: all 0.3s ease;
  margin: 0 .8rem !important;
}

.swiper-pagination-bullet-active {
  background: #18A6B9;
  opacity: 1;
}

.p-goods {
  background: rgba(24, 166, 185, 0.7);
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.p-goods__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-goods__container .-txt {
  width: calc(50% - 1rem);
}
.p-goods__container .-txt .c-heading {
  text-align: left;
  margin-bottom: 4rem;
}
.p-goods__container .-txt .c-heading h2 {
  color: #fff;
}
.p-goods__container .-txt p {
  color: #fff;
  line-height: 1.4375;
  margin-bottom: 5rem;
}
.p-goods__container .-txt a {
  color: #fff;
  position: relative;
  font-family: "mendl-serif-dawn", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  width: 19.8rem;
  padding-bottom: .8rem;
  display: block;
  line-height: 1;
}
.p-goods__container .-txt a::before {
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
}
.p-goods__container .-txt a::after {
  content: '';
  width: .4rem;
  height: .6rem;
  background: url(../images/arrow-r-w.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.p-goods__container .-img {
  width: 50%;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .p-goods {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .p-goods__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-flow: column-reverse;
  }
  .p-goods__container .-txt {
    width: 100%;
  }
  .p-goods__container .-txt .c-heading {
    text-align: center;
    margin-bottom: 2rem;
  }
  .p-goods__container .-txt .c-heading h2 {
    color: #fff;
    line-height: 1.1;
  }
  .p-goods__container .-txt p {
    color: #fff;
    line-height: 1.4375;
    margin-bottom: 4rem;
  }
  .p-goods__container .-txt a {
    font-size: 2.4rem;
    width: 100%;
    padding-bottom: 1.6rem;
  }
  .p-goods__container .-txt a::after {
    content: '';
    width: .6rem;
    height: 1rem;
  }
  .p-goods__container .-txt .-img {
    width: 100%;
    margin: auto auto 2rem;
  }
  .p-goods__container .-img {
    width: 50%;
    flex-shrink: 0;
  }
}
.p-about {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 20rem;
}
.p-about::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(0, -20deg);
  background-color: rgba(0, 0, 0, 0.4);
  /* シアンの半透明 */
  z-index: -1;
  backdrop-filter: blur(15px) brightness(0.85);
  -webkit-backdrop-filter: blur(15px) brightness(1.2);
}
.p-about .bg-01 {
  width: 48.9rem;
  height: .979rem;
  left: 18.7rem;
  bottom: 0;
}
.p-about__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  gap: 0;
}
.p-about__container .img-01 {
  position: absolute;
  width: 20.3rem;
  top: 4rem;
  right: -2rem;
  z-index: 3;
}
.p-about__container .img-02 {
  width: 41.25rem;
  top: 25.4rem;
  right: -7rem;
  position: absolute;
  z-index: 2;
}
.p-about__container .img-03 {
  width: 29.6rem;
  top: 44.4rem;
  right: 25rem;
  position: absolute;
  z-index: 1;
}
.p-about__txt {
  width: 70%;
}
.p-about__txt > p {
  margin-bottom: 2.4rem;
  color: #fff;
}
.p-about__txt > p:last-child {
  margin-bottom: 0;
}
.p-about__heading {
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
  margin-bottom: 7rem;
}
.p-about__copy--u {
  width: 100%;
  display: block;
}
.p-about__copy--d {
  width: 73.7%;
  display: block;
}
.p-about__info {
  font-weight: 700;
}

@media (max-width: 768px) {
  .p-about {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 18rem;
  }
  .p-about::after {
    content: "";
    position: absolute;
    display: block;
    top: -8rem;
    left: 0;
    width: 100%;
    height: calc(100% + 8rem);
    transform: skew(0, -20deg);
    background-color: rgba(0, 0, 0, 0.4);
    /* シアンの半透明 */
    z-index: -1;
    backdrop-filter: blur(15px) brightness(0.85);
    -webkit-backdrop-filter: blur(15px) brightness(1.2);
  }
  .p-about .bg-01 {
    width: 48.9rem;
    height: .979rem;
    left: -19.2rem;
    bottom: 4rem;
  }
  .p-about__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    gap: 0;
  }
  .p-about__container .img-01 {
    position: relative;
    width: 100%;
    max-width: 20.3rem;
    margin: auto auto 5.6rem;
    top: 0;
    right: 0;
    z-index: 3;
  }
  .p-about__container .img-02 {
    width: 22.6rem;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .p-about__container .img-03 {
    width: 16.2rem;
    top: 10.3rem;
    right: auto;
    left: 0;
    z-index: 1;
  }
  .p-about__txt {
    width: 100%;
  }
  .p-about__txt > p {
    margin-bottom: 2.4rem;
    color: #fff;
  }
  .p-about__txt > p:last-child {
    margin-bottom: 0;
  }
  .p-about__heading {
    display: flex;
    flex-direction: column;
    gap: 2rem 0;
    margin-bottom: 3.4rem;
  }
  .p-about__heading h2 {
    margin: auto;
  }
  .p-about__copy--u {
    width: 100%;
    display: block;
  }
  .p-about__copy--d {
    width: 100%;
    display: block;
  }
  .p-about__photo {
    width: 100%;
    aspect-ratio: 3 / 2;
    position: relative;
    top: 5.6rem;
  }
}
.p-member {
  position: relative;
  padding-top: 20rem;
  padding-bottom: 20rem;
  z-index: 10;
}
.p-member::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--angle);
  background-color: #f0f0f0;
  transform: skewY(-20deg);
  z-index: -1;
}
.p-member::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-color: #fff;
  transform: skewY(-20deg);
  z-index: -10;
}
.p-member .bg-01 {
  width: 36.9rem;
  height: .193rem;
  top: 6.4rem;
  right: 25rem;
  background: #18A6B9;
}
.p-member .bg-02 {
  width: 40rem;
  height: .8rem;
  top: 2rem;
  right: 9rem;
  background: #1c1c1c;
}
.p-member .bg-03 {
  width: 50.9rem;
  height: .935rem;
  left: 12.3rem;
  bottom: 1rem;
  background: #18A6B9;
}
.p-member .bg-04 {
  width: 70.3rem;
  height: .241rem;
  left: -20.8rem;
  bottom: -10rem;
  background: #18A6B9;
}
.p-member__container {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 2rem;
}
.p-member__cards {
  width: 100%;
  display: flex;
  gap: 0 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  -ms-overflow-style: none;
  /* IE向け */
  scrollbar-width: none;
  /* Firefox向け */
}
.p-member__cards::-webkit-scrollbar {
  display: none;
  /* Chrome・Safari・Edge向け */
}
.p-member__cards .-card {
  width: 28rem;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
  flex-shrink: 0;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 5.6rem;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.p-member__cards .-card:active {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  filter: brightness(1.05);
}
.p-member__cards .-card:last-of-type {
  margin-right: 0;
}
.p-member__cards .-card .-photo {
  overflow: hidden;
  aspect-ratio: 1 / 1.2;
  width: 100%;
  height: auto;
  position: relative;
}
.p-member__cards .-card .-photo .is-hover {
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity .3s ease, transform .3s ease;
  position: absolute;
  inset: 0;
  background: rgba(24, 166, 185, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-member__cards .-card .-photo .is-hover img {
  width: 72%;
}
.p-member__cards .-card:hover .is-hover {
  opacity: 1;
  transform: scale(1);
}
.p-member__cards .-card .-info {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  position: relative;
}
.p-member__cards .-card .-info .-name {
  position: relative;
  padding-left: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
  margin-bottom: .8rem;
}
.p-member__cards .-card .-info .-name::before {
  width: .6rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  background: #18A6B9;
}
.p-member__cards .-card .-info .-name h3, .p-member__cards .-card .-info .-name span, .p-member__cards .-card .-info .-name p {
  color: #1C1C1C;
}
.p-member__cards .-card .-info .-name h3, .p-member__cards .-card .-info .-name span {
  margin: 0;
  line-height: 1;
}
.p-member__cards .-card .-info .-name h3 {
  font-size: 1.6rem;
  font-weight: 400;
}
.p-member__cards .-card .-info .-name span {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "mendl-serif-dawn", sans-serif;
}
.p-member__cards .-card .-info p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-member__cards .-card .c-btn {
  margin-top: 1.6rem;
  background: #18A6B9;
  color: #fff;
  display: inline-block;
  width: auto;
  padding: .6rem 1.6rem;
  border-radius: 2rem;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
}

@media (max-width: 768px) {
  .p-member {
    position: relative;
    padding-top: 14rem;
    padding-bottom: 16rem;
    z-index: 10;
  }
  .p-member::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 38rem;
    background-color: #f0f0f0;
    transform: skewY(-20deg);
    z-index: -1;
  }
  .p-member::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-color: #fff;
    transform: skewY(-20deg);
    z-index: -10;
  }
  .p-member .bg-01 {
    width: 36.9rem;
    height: .193rem;
    top: 4rem;
    right: -14rem;
    background: #18A6B9;
  }
  .p-member .bg-02 {
    width: 40rem;
    height: .8rem;
    top: 1rem;
    right: -27rem;
    background: #1c1c1c;
  }
  .p-member .bg-03 {
    width: 50.9rem;
    height: .935rem;
    left: -14.7rem;
    bottom: 1rem;
    background: #18A6B9;
  }
  .p-member .bg-04 {
    width: 70.3rem;
    height: .241rem;
    left: -48rem;
    bottom: -10rem;
    background: #18A6B9;
  }
  .p-member__container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .p-member__cards {
    width: 100%;
    display: flex;
    gap: 0 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
    margin-left: 0;
  }
}
.p-fanclub {
  background: #1C1C1C;
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.p-fanclub__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  max-width: 100%;
  margin: 0 auto;
}
.p-fanclub__grid a.is-wide {
  grid-column: 1 / -1;
}
.p-fanclub__grid a img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity .3s;
}
.p-fanclub__grid a:hover img {
  opacity: .8;
}

@media (max-width: 768px) {
  .p-fanclub {
    background: #1C1C1C;
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
  .p-fanclub__grid {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
.p-schedule {
  padding-top: 20rem;
  padding-bottom: 20rem;
  position: relative;
  background: #F0F0F0;
  z-index: -1;
}
.p-schedule::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #F0F0F0;
  transform: skewY(-20deg);
  z-index: -1;
}
.p-schedule .bg-01 {
  width: 48.9rem;
  height: .979rem;
  top: 4rem;
  right: 7.2rem;
  background: #1c1c1c;
}
.p-schedule .bg-02 {
  width: 45.1rem;
  height: .235rem;
  right: 14.8rem;
  top: 8rem;
  background: #18A6B9;
}
.p-schedule__container {
  display: flex;
  justify-content: space-between;
  gap: 7.2rem;
}
.p-schedule__nav-area {
  width: calc(50% - 7.2rem);
  position: sticky;
  top: 12rem;
  align-self: flex-start;
  margin-bottom: 8rem;
}
.p-schedule__nav {
  padding-left: 0;
}
.p-schedule__nav-link {
  display: flex;
  align-items: center;
  gap: 0 2rem;
  padding: 1.4rem 2.8rem;
  background-color: #fff;
  border-radius: 3rem;
  text-decoration: none;
  color: #1c1c1c;
  transition: background-color 0.3s;
}
.p-schedule__nav-link .time {
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 900;
}
.p-schedule__nav-link .name {
  font-size: 1.6rem;
  line-height: 1;
}
.p-schedule__nav-item {
  padding-bottom: 2.6rem;
  margin-bottom: 1rem;
  position: relative;
}
.p-schedule__nav-item::after {
  width: 1.6rem;
  height: 1.4rem;
  background: url(../images/arrow-d-w.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  content: '';
}
.p-schedule__nav-item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.p-schedule__nav-item:last-of-type::after {
  display: none;
}
.p-schedule__nav-item.is-active .p-schedule__nav-link {
  background-color: #18A6B9;
}
.p-schedule__contents {
  width: 50%;
}
.p-schedule__section {
  margin-bottom: 8rem;
}
.p-schedule__section img {
  width: 100%;
  display: block;
  margin-bottom: 2.4rem;
}
.p-schedule__section p {
  line-height: 1.4725;
}

@media (max-width: 768px) {
  .p-schedule {
    padding-top: 20rem;
    padding-bottom: 4rem;
    position: relative;
    background: #F0F0F0;
    z-index: -1;
  }
  .p-schedule::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #F0F0F0;
    transform: skewY(-20deg);
    z-index: -1;
  }
  .p-schedule .bg-01 {
    width: 48.9rem;
    height: .979rem;
    top: 4rem;
    right: -37rem;
    background: #1c1c1c;
  }
  .p-schedule .bg-02 {
    width: 45.1rem;
    height: .235rem;
    right: -30rem;
    top: 8rem;
    background: #18A6B9;
  }
  .p-schedule__container {
    display: block;
  }
  .p-schedule__nav-area {
    width: 100%;
    position: sticky;
    top: 8rem;
    z-index: 50;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto 1.6rem auto;
  }
  .p-schedule__nav-area::-webkit-scrollbar {
    display: none;
  }
  .p-schedule__nav {
    display: flex;
    width: max-content;
    gap: 0 1.6rem;
  }
  .p-schedule__nav-item {
    flex-shrink: 0;
    margin-right: 1.6rem;
    padding-bottom: 0;
    margin: 0;
  }
  .p-schedule__nav-item::after {
    display: none;
  }
  .p-schedule__nav-link {
    gap: 0 .8rem;
    padding: .8rem 1.6rem;
  }
  .p-schedule__nav-link .time {
    font-size: 1.8rem;
  }
  .p-schedule__nav-link .name {
    font-size: 1.4rem;
  }
  .p-schedule__contents {
    width: 100%;
  }
  .p-schedule__section {
    margin-bottom: 5rem;
  }
  .p-schedule__section img {
    width: 100%;
    display: block;
    margin-bottom: 2.4rem;
  }
  .p-schedule__section p {
    line-height: 1.4725;
  }
}
.p-past {
  padding-top: 20rem;
  padding-bottom: 20rem;
  position: relative;
  z-index: 1;
}
.p-past::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
  transform: skewY(-20deg);
  z-index: -1;
}
.p-past::after {
  content: "";
  position: absolute;
  top: var(--angle);
  left: 0;
  width: 100%;
  height: calc(100% - var(--angle));
  background-color: #313131;
  transform: skewY(-20deg);
  z-index: -1;
}
.p-past .bg-01 {
  width: 43.5rem;
  height: .8rem;
  right: 11rem;
  top: 5rem;
  background: #18A6B9;
}
.p-past .bg-02 {
  width: 60rem;
  height: .2rem;
  top: 2rem;
  right: -11.3rem;
}
.p-past .bg-03 {
  width: 36.9rem;
  height: .193rem;
  left: 7.8rem;
  bottom: 6rem;
  background: #18A6B9;
}
.p-past .bg-04 {
  width: 40rem;
  height: .8rem;
  left: 20.6rem;
  bottom: 9.4rem;
}
.p-past__item {
  background: #fff;
}
.p-past__heading {
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.6rem;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.p-past__heading::after {
  content: '';
  width: 1.2rem;
  height: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.4rem;
  background: url(../images/arrow-u-t.svg) no-repeat center center;
  transform: rotate(-180deg);
  background-size: cover;
  margin: auto;
  transition: opacity .3s ease, transform .3s ease;
}
.p-past__heading .-year {
  font-family: "mendl-serif-dawn", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #18A6B9;
}
.p-past__heading .-date {
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
}
.p-past .-content {
  padding: 4rem 4.4rem;
  display: flex;
  gap: 0 4rem;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1.1rem solid #18A6B9;
  transition: opacity .3s ease, transform .3s ease;
}
.p-past .-content .-photo {
  width: 36%;
  flex-shrink: 0;
}
.p-past .-content .-txt p {
  line-height: 1.4375;
  margin-bottom: 1.5em;
}
.p-past .-content .-txt .-info .-title {
  display: block;
  position: relative;
}
.p-past .-content .-txt .-info .-title span {
  background: #fff;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  padding: 0 1em 0 0;
  font-weight: 500;
}
.p-past .-content .-txt .-info .-title::before {
  width: 100%;
  height: 1px;
  background: #1c1c1c;
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
}
.p-past .-content .-txt .-info ul {
  padding: 0;
}
.p-past .-content .-txt .-info ul li {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 500;
}

@media (max-width: 768px) {
  .p-past {
    padding-top: 20rem;
    padding-bottom: 20rem;
    position: relative;
    z-index: 1;
  }
  .p-past::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1c1c1c;
    transform: skewY(-20deg);
    z-index: -1;
  }
  .p-past::after {
    content: "";
    position: absolute;
    top: var(--angle);
    left: 0;
    width: 100%;
    height: calc(100% - var(--angle));
    background-color: #313131;
    transform: skewY(-20deg);
    z-index: -1;
  }
  .p-past .bg-01 {
    width: 43.5rem;
    height: .8rem;
    right: -24rem;
    top: 9rem;
    background: #18A6B9;
  }
  .p-past .bg-02 {
    width: 60rem;
    height: .2rem;
    top: 6rem;
    right: -48rem;
  }
  .p-past .bg-03 {
    width: 36.9rem;
    height: .193rem;
    left: -20.4rem;
    bottom: 6rem;
    background: #18A6B9;
  }
  .p-past .bg-04 {
    width: 40rem;
    height: .8rem;
    left: -7.6rem;
    bottom: 9.4rem;
  }
  .p-past__item {
    background: #fff;
  }
  .p-past__heading {
    height: 7rem;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 2rem;
  }
  .p-past__heading::after {
    right: 2rem;
  }
  .p-past .-content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem 0;
    border-bottom: 1.1rem solid #18A6B9;
    transition: opacity .3s ease, transform .3s ease;
  }
  .p-past .-content .-photo {
    width: 100%;
    flex-shrink: 0;
  }
}
details[open] .p-past__heading::after {
  transform: rotate(0);
}

.swiper {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .swiper {
    width: 100%;
    height: 100%;
  }
}
.p-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 98rem;
  z-index: 9990;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9900;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  cursor: pointer;
}
.p-modal__inner {
  position: relative;
  background-color: #ffffff;
  padding: 8.4rem;
  max-height: 80vh;
  /* スマホなどで画面が切れないように */
  overflow-y: auto;
  /* 長文の時はスクロールさせる */
}
.p-modal__close {
  position: absolute;
  top: 0;
  right: -6.8rem;
  width: 4.1rem;
  height: 4.1rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 9920;
}
.p-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-modal__content {
  display: flex;
  justify-content: space-between;
  gap: 0 6.4rem;
}
.p-modal__left {
  width: calc(50% - 6.4rem);
}
.p-modal__en {
  font-size: 6rem;
  font-weight: 700;
  font-family: "mendl-serif-dawn", sans-serif;
  color: #18A6B9;
  margin: 0 0 2rem 0;
  line-height: 1;
}
.p-modal__ja {
  font-size: 2rem;
  font-weight: 600;
  color: #1c1c1c;
  margin: 0 0 3.2rem;
  line-height: 1;
}
.p-modal__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.p-modal__table th, .p-modal__table td {
  text-align: left;
}
.p-modal__table th {
  width: 40%;
  font-weight: normal;
}
.p-modal__career-title {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  display: block;
  margin: auto auto 2.4rem auto;
}
.p-modal__career-title::before {
  width: 100%;
  height: .1rem;
  display: block;
  content: '';
  inset: 0;
  margin: auto;
  background: #1c1c1c;
  position: absolute;
}
.p-modal__career-title span {
  font-size: 1.6rem;
  background: #fff;
  position: relative;
  padding: 0 1.2rem 0 0;
}
.p-modal__career-desc {
  font-size: 1.4rem;
  margin: auto auto 1.6rem;
}
.p-modal__sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
}
.p-modal__sns a {
  width: 2.1rem;
  display: block;
}
.p-modal__sns a:nth-of-type(1) {
  width: 2rem;
}
.p-modal__sns a:nth-of-type(4) {
  width: 2.3rem;
}
.p-modal__right {
  width: 50%;
}
.p-modal__img {
  width: 100%;
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
}
.p-modal__message-box {
  position: relative;
  background-color: #18A6B9;
  color: #ffffff;
  padding: 3rem 2.4rem;
  border-radius: 2.4rem;
  margin-top: 3.2rem;
}
.p-modal__message-box p {
  color: #fff;
}
.p-modal__message-box .title {
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "mendl-serif-dawn", sans-serif;
  line-height: 1;
  margin-bottom: 1.6rem;
}
.p-modal__message-box .text {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
  padding-right: 14.6rem;
}
.p-modal__message-box .illust-modal {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 1.6rem;
  width: auto;
  height: 120%;
}
.p-modal__message-box.-full .text {
  padding-right: 0;
}

.p-modal.is-modal-active,
.p-modal-overlay.is-modal-active {
  opacity: 1;
  visibility: visible;
}

/* モーダル表示時のロック用クラス */
html.is-modal-open,
body.is-modal-open {
  overflow: hidden;
  height: 100%;
  /* iOS等で高さを固定してスクロールを防ぐ */
}

.p-modal__close::before,
.p-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .p-modal {
    position: fixed;
    width: calc(100% - 4.8rem);
    max-width: 39rem;
  }
  .p-modal-overlay {
    width: 100%;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9900;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    cursor: pointer;
  }
  .p-modal__inner {
    position: relative;
    background-color: #ffffff;
    padding: 4rem 2rem;
    max-height: 80vh;
    /* スマホなどで画面が切れないように */
    overflow-y: auto;
    /* 長文の時はスクロールさせる */
  }
  .p-modal__close {
    position: absolute;
    top: -4.8rem;
    right: 0;
    margin: auto;
    width: 4rem;
    height: 4rem;
  }
  .p-modal__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0 6.4rem;
  }
  .p-modal__left {
    width: 100%;
  }
  .p-modal__en {
    margin: 0 0 1.2rem 0;
  }
  .p-modal__ja {
    margin: 0 0 2rem;
    line-height: 1;
  }
  .p-modal__table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 3.2rem;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .p-modal__table th, .p-modal__table td {
    text-align: left;
  }
  .p-modal__table th {
    width: 30%;
    font-weight: normal;
  }
  .p-modal__career-title {
    font-size: 1.4rem;
    margin: auto auto 2.4rem auto;
  }
  .p-modal__career-desc {
    font-size: 1.4rem;
    margin: auto auto 3.2rem;
  }
  .p-modal__sns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.2rem;
  }
  .p-modal__sns a {
    width: 2.1rem;
    display: block;
  }
  .p-modal__sns a:nth-of-type(1) {
    width: 2rem;
  }
  .p-modal__sns a:nth-of-type(4) {
    width: 2.3rem;
  }
  .p-modal__right {
    width: 100%;
  }
  .p-modal__img {
    margin-bottom: 2rem;
  }
  .p-modal__message-box {
    position: relative;
    background-color: #18A6B9;
    color: #ffffff;
    padding: 2.4rem;
    border-radius: 2.4rem;
    margin-top: 0;
    margin-bottom: 2.4rem;
  }
  .p-modal__message-box p {
    color: #fff;
  }
  .p-modal__message-box .title {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .p-modal__message-box .text {
    font-size: 1.4rem;
    padding-right: 10rem;
  }
  .p-modal__message-box .illust-modal {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 1.6rem;
    width: auto;
    height: 84%;
  }

  .p-modal.is-modal-active,
  .p-modal-overlay.is-modal-active {
    opacity: 1;
    visibility: visible;
  }

  /* モーダル表示時のロック用クラス */
  html.is-modal-open,
  body.is-modal-open {
    overflow: hidden;
    height: 100%;
    /* iOS等で高さを固定してスクロールを防ぐ */
  }

  .p-modal__close::before,
  .p-modal__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
}
.btn {
  display: flex;
  width: 100%;
  max-width: 400px;
  border: 1px solid #1c1c1c;
  position: relative;
}
.btn:hover {
  background: #1c1c1c;
}
.btn:hover span {
  color: #fff;
}
.btn:hover:before {
  background: #fff;
}
.btn:hover path {
  fill: #fff;
}
.btn::before {
  width: 1px;
  height: 80%;
  max-height: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  background: #1c1c1c;
}
.btn span {
  margin: auto 0 auto 0;
  font-size: 1.3rem;
  color: #1c1c1c;
  font-weight: 700;
}
.btn i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  height: 8px;
}
.btn i svg {
  display: block;
}

.btn__blk {
  background: #1c1c1c;
}
.btn__blk:hover {
  background: #fff;
}
.btn__blk:hover span {
  color: #1c1c1c;
}
.btn__blk:hover:before {
  background: #1c1c1c;
}
.btn__blk:hover path {
  fill: #1c1c1c;
}
.btn__blk::before {
  background: #fff;
}
.btn__blk i svg path {
  fill: #fff;
}
.btn__blk span {
  color: #fff;
}

.btn__md {
  height: 48px;
  padding-left: 16px;
}
.btn__md::before {
  height: 20px;
  right: 48px;
}
.btn__md span {
  font-size: 1.5rem;
}
.btn__md i {
  right: 16px;
}

.btn__sm {
  height: 40px;
  padding-left: 16px;
  font-size: 1.4rem;
}
.btn__sm::before {
  right: 40px;
  height: 20px;
}

/* header
===================== */
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  transition: transform 0.4s ease;
  transform: translateY(-100%);
}
header.is-show {
  transform: translateY(0);
}

.header {
  width: 100%;
  height: 10.4rem;
  padding: .8rem 2rem .8rem 2rem;
  z-index: 999;
  background: #1c1c1c;
  display: flex;
  gap: .8rem 0;
  flex-direction: column;
  justify-content: center;
}
.header__logo {
  width: 19.6rem;
  height: 2.8rem;
  background: url("../images/header-logo.svg") no-repeat;
  background-size: cover;
  margin: auto;
  margin: 0 auto;
}
.header__nav--list {
  display: flex;
  justify-content: center;
  gap: 0 3rem;
  margin: 0 auto;
  padding: 0;
}
.header__nav--item {
  display: inline-block;
}
.header__nav--item a {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: .1em;
  position: relative;
  padding-bottom: .6rem;
}
.header__nav--item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: .1rem;
  background-color: #00d2d3;
  transition: width 0.3s ease;
}
.header__nav--item a:hover::after {
  width: 100%;
  /* ★ホバーすると幅が100%になり、線が伸びる */
}

@media (max-width: 768px) {
  header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
  }

  .header {
    width: 100%;
    height: 7.5rem;
    padding: 2rem 2.4rem 2rem 2.4rem;
    gap: .8rem 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .header__logo {
    width: 19.6rem;
    height: 2.8rem;
    background: url("../images/header-logo.svg") no-repeat;
    background-size: cover;
    margin: 0;
  }
  .header__nav {
    scale: 0;
    background: #1c1c1c;
    position: fixed;
    top: 7.5rem;
    left: 0;
    padding-top: 7.5rem;
    z-index: -9999;
    transition: all 0.3s ease;
    width: 100dvw;
    height: calc(100dvh - 7.5rem);
  }
  .header__nav--list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 3rem 0;
    margin: 0 auto;
    padding: 0;
    display: none;
  }
  .header__nav--item {
    display: inline-block;
  }
  .header__nav--item a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
    font-family: "mendl-serif-dawn", sans-serif;
  }
  .header__nav--item a::after {
    display: none;
  }

  .active .header__nav {
    display: block;
    z-index: 9999;
    scale: 1;
  }
  .active .header__nav--list {
    display: flex;
  }
}
.c-pagetop {
  background: #18A6B9;
  width: 10rem;
  height: 10rem;
  border-radius: 5rem;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -5rem;
  right: -5rem;
}
.c-pagetop span {
  font-family: "mendl-serif-dawn", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .c-pagetop {
    top: -5rem;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.footer {
  background: #fff;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 99;
  padding-bottom: 9.4rem;
}
.footer .c-inner {
  display: flex;
  flex-direction: column;
  padding-top: 9.4rem;
  gap: 4rem 0;
}
.footer__logo {
  width: 31.551rem;
  height: 4.54rem;
  background: url(../images/header-logo.svg) no-repeat center center;
  background-size: cover;
  display: block;
  overflow: hidden;
  margin: 0;
}
.footer__txt p {
  font-size: 1.4rem;
  margin: 0;
  font-weight: 500;
}
.footer__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__grid .copyright {
  font-size: 1.4rem;
}
.footer__sub-nav {
  display: flex;
  align-items: center;
  gap: 0 1.6rem;
}
.footer__sub-nav li {
  width: 2.1rem;
}
.footer__sub-nav li a {
  width: 100%;
  display: block;
}
.footer__sub-nav li:nth-of-type(1) {
  width: 2rem;
}
.footer__sub-nav li:nth-of-type(4) {
  width: 2.3rem;
}

@media (max-width: 768px) {
  .footer {
    background: #fff;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 99;
    padding-bottom: 9.4rem;
  }
  .footer .c-inner {
    display: flex;
    flex-direction: column;
    padding-top: 9.4rem;
    gap: 2.6rem 0;
  }
  .footer__logo {
    margin: auto;
  }
  .footer__txt p {
    font-size: 1.4rem;
    margin: 0;
    font-weight: 500;
    text-align: center;
  }
  .footer__grid {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-flow: column-reverse;
    align-items: center;
  }
  .footer__grid .copyright {
    font-size: 1.4rem;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .footer__sub-nav {
    display: flex;
    align-items: center;
    gap: 0 1.6rem;
    padding: 0;
  }
  .footer__sub-nav li {
    width: 2.1rem;
  }
  .footer__sub-nav li a {
    width: 100%;
    display: block;
  }
  .footer__sub-nav li:nth-of-type(1) {
    width: 2rem;
  }
  .footer__sub-nav li:nth-of-type(4) {
    width: 2.3rem;
  }
}
.l-side-menu {
  display: none;
}

.active .l-side-menu {
  display: block;
}
