@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Klee+One:wght@600&display=swap");

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.press-start-2p-regular {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}

:root {
  --c-base: #fff;
  --c-primary: #000;
  --c-primary-rgb: 000,000,000;
  --c-secondary: #808080;
  --c-tertiary: #fff;
  --c-accent: #ff7011;
  --c-text: #222;
  --c-text-reversal: #fff;
  --c-body-bg: #000;
  --c-header-text: var(--c-text);
  --c-header-bg: var(--c-primary);
  --c-footer-text: var(--c-white);
  --c-footer-bg: #000;
  --c-nav-text: var(--c-white);
  --c-nav-bg: var(--c-primary);
  --c-btn-text: #000;
  --c-btn-bg: #000;
  --c-link: #0863EC;
  --c-accordion: #002E73;
  --s-contents-space: clamp(20px, 6vw, 70px);
  --c-h1-text: var(--c-white);
  --c-h1-bg: #000;
  --c-h2-text: var(--c-white);
  --c-h2-bg: var(--c-primary);
  --c-h3-text: var(--c-primary);
  --c-h3-bg: var(--c-primary);
  --c-h4-text: var(--c-primary);
  --c-h4-bg: var(--c-primary);
  --c-table-th: var(--c-white);
  --c-table-th-bg: var(--c-primary);
  --c-table-td: var(--c-text);
  --c-table-td-bg: var(--c-white);
  --c-table-border: #E5E4D4;
  --c-white: #fff;
  --c-white-rgb: 255,255,255;
  --c-red: #ff2626;
  --c-pink: #ffe1e1;
  --c-blue: #e8e9ff;
  --c-green: #edffe8;
  --c-gray: #efefef;
  --c-black: #000;
  --c-black-rgb: 0,0,0;
  --bp-xs: 0;
  --bp-sm: 576px;
  --bp-md: 768px;
  --ff-sans-serif: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --ff-serif: "Zen Old Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --ff-eng: "Press Start 2P", system-ui;
  --ff-dela: "Dela Gothic One", sans-serif;
  --ff-note: "Klee One", cursive;
}

.js-ani.fadeIn, .js-ani.fadeInDown, .js-ani.fadeInDownBig, .js-ani.fadeInLeft, .js-ani.fadeInLeftBig, .js-ani.fadeInRight, .js-ani.fadeInRightBig, .js-ani.fadeInUp, .js-ani.fadeInUpBig, .js-ani.fadeInTopLeft, .js-ani.fadeInTopRight, .js-ani.fadeInBottomLeft, .js-ani.fadeInBottomRight {
  opacity: 0;
  transition: all 1s;
}
.js-ani.filterBlur {
  filter: blur(10px);
  transition: 1.2s;
}
.js-ani.fadeInDown {
  transform: translateY(-30px);
}
.js-ani.fadeInDownBig {
  transform: translateY(-80px);
}
.js-ani.fadeInLeft {
  transform: translateX(-30px);
}
.js-ani.fadeInLeftBig {
  transform: translateX(-80px);
}
.js-ani.fadeInRight {
  transform: translateX(30px);
}
.js-ani.fadeInRightBig {
  transform: translateX(80px);
}
.js-ani.fadeInUp {
  transform: translateY(30px);
}
.js-ani.fadeInUpBig {
  transform: translateY(80px);
}
.js-ani.fadeInTopLeft {
  transform: translate(-30px, -30px);
}
.js-ani.fadeInTopRight {
  transform: translate(30px, -30px);
}
.js-ani.fadeInBottomLeft {
  transform: translate(-30px, 30px);
}
.js-ani.fadeInBottomRight {
  transform: translate(30px, 30px);
}
.js-ani.js-ani-on.fadeIn, .js-ani.js-ani-on.fadeInDown, .js-ani.js-ani-on.fadeInDownBig, .js-ani.js-ani-on.fadeInLeft, .js-ani.js-ani-on.fadeInLeftBig, .js-ani.js-ani-on.fadeInRight, .js-ani.js-ani-on.fadeInRightBig, .js-ani.js-ani-on.fadeInUp, .js-ani.js-ani-on.fadeInUpBig, .js-ani.js-ani-on.fadeInTopLeft, .js-ani.js-ani-on.fadeInTopRight, .js-ani.js-ani-on.fadeInBottomLeft, .js-ani.js-ani-on.fadeInBottomRight {
  opacity: 1;
  transform: translate(0, 0);
}
.js-ani.js-ani-on.filterBlur {
  filter: blur(0);
}

.js-ani.scaleUpIn, .js-ani.scaleUpInLeft, .js-ani.scaleUpInRight, .js-ani.scaleDownIn, .js-ani.scaleDownInLeft, .js-ani.scaleDownInRight {
  opacity: 0;
  transition-duration: 1s;
}
.js-ani.filterBlur {
  filter: blur(10px);
  transition: 1.2s;
}
.js-ani.scaleUpIn {
  transform: scale(0.93);
}
.js-ani.scaleUpInLeft {
  transform: scale(0.85) translate(-30px, 0);
}
.js-ani.scaleUpInRight {
  transform: scale(0.85) translate(30px, 0);
}
.js-ani.scaleDownIn {
  transform: scale(1.15);
}
.js-ani.scaleDownInLeft {
  transform: scale(1.15) translate(-30px, 0);
}
.js-ani.scaleDownInRight {
  transform: scale(1.15) translate(30px, 0);
}
.js-ani.js-ani-on.scaleUpIn, .js-ani.js-ani-on.scaleUpInLeft, .js-ani.js-ani-on.scaleUpInRight, .js-ani.js-ani-on.scaleDownIn, .js-ani.js-ani-on.scaleDownInLeft, .js-ani.js-ani-on.scaleDownInRight {
  opacity: 1;
  transform: scale(1) translate(0, 0);
}
.js-ani.js-ani-on.filterBlur {
  filter: blur(0);
}

.js-ani-on.delay1 {
  transition-delay: 0.1s;
}
.js-ani-on.delay2 {
  transition-delay: 0.2s;
}
.js-ani-on.delay3 {
  transition-delay: 0.3s;
}
.js-ani-on.delay4 {
  transition-delay: 0.4s;
}
.js-ani-on.delay5 {
  transition-delay: 0.5s;
}
.js-ani-on.delay6 {
  transition-delay: 0.6s;
}
.js-ani-on.delay7 {
  transition-delay: 0.7s;
}
.js-ani-on.delay8 {
  transition-delay: 0.8s;
}
.js-ani-on.delay9 {
  transition-delay: 0.9s;
}
.js-ani-on.delay10 {
  transition-delay: 1s;
}
.js-ani-on.delay11 {
  transition-delay: 1.1s;
}
.js-ani-on.delay12 {
  transition-delay: 1.2s;
}
.ani-list > * {
  transform: translateY(30px);
  transition-duration: 0.7s, 0.3s;
  opacity: 0;
}
.ani-list.js-ani-on > * {
  opacity: 1;
  transform: none;
}
.ani-list.js-ani-on > *:nth-child(1) {
  transition-delay: 0.3s;
}
.ani-list.js-ani-on > *:nth-child(2) {
  transition-delay: 0.6s;
}
.ani-list.js-ani-on > *:nth-child(3) {
  transition-delay: 0.9s;
}
.ani-list.js-ani-on > *:nth-child(4) {
  transition-delay: 1.2s;
}
.ani-list.js-ani-on > *:nth-child(5) {
  transition-delay: 1.5s;
}
.ani-list.js-ani-on > *:nth-child(6) {
  transition-delay: 1.8s;
}
.ani-list.js-ani-on > *:nth-child(7) {
  transition-delay: 2.1s;
}
.ani-list.js-ani-on > *:nth-child(8) {
  transition-delay: 2.4s;
}
.ani-list.js-ani-on > *:nth-child(9) {
  transition-delay: 2.7s;
}
.ani-list.js-ani-on > *:nth-child(10) {
  transition-delay: 3s;
}

.left-mask {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.left-mask.js-ani-on {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}
.left-mask.js-ani-on img {
  animation: zoomOutSection 10s linear 0s normal both;
}
@keyframes zoomOutSection {
  0% {
    transform: scale(1.25);
  }
  99.9%, to {
    transform: scale(1);
  }
}