/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../assets/scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .tb:not(.sp) {
    display: none;
  }
  .pc:not(.sp) {
    display: none;
  }
}
@media screen and (min-width: 751px) and (max-width: px) {
  .sp:not(.tb) {
    display: none;
  }
  .pc:not(.tb) {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: px) {
  .sp:not(.pc) {
    display: none;
  }
  .tb:not(.pc) {
    display: none;
  }
}
@keyframes floating-y1 {
  0% {
    translate: 0 2.9%;
  }
  100% {
    translate: 0 -2.9%;
  }
}
@keyframes floating-y2 {
  0% {
    translate: 0 -2.8%;
  }
  100% {
    translate: 0 2.8%;
  }
}
@keyframes floating-y3 {
  0% {
    translate: 0 2.7%;
  }
  100% {
    translate: 0 -2.7%;
  }
}
@keyframes floating-y4 {
  0% {
    translate: 0 -2.6%;
  }
  100% {
    translate: 0 2.6%;
  }
}
@keyframes floating-y5 {
  0% {
    translate: 0 2.5%;
  }
  100% {
    translate: 0 -2.5%;
  }
}
.mod-base-button {
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 100vw;
  padding: 2.8rem 9.6rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}

.mod-post-button {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  min-width: 32rem;
  font-size: 2.7rem;
}
.mod-post-button > span {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 2.3rem;
  font-weight: 500;
}
.mod-post-button > span::after {
  content: "";
  display: block;
  width: 2.8rem;
  aspect-ratio: 28/15;
  background: url(/assets/images/common/icon-chevron-right.svg) no-repeat center/contain;
}

.loop-content {
  --loop-text-duration: 40s;
  --loop-text-delay: calc(var(--loop-text-duration) / -2);
  display: flex;
  align-items: center;
  overflow: clip;
  width: 100%;
  /* 上に流れるバージョン */
  /* 左に流れるバージョン */
  /* 右に流れるバージョン */
}
.loop-content > * {
  white-space: nowrap;
}
.loop-content.to-top > *:nth-of-type(odd) {
  animation: loop-text-top-odd var(--loop-text-duration) var(--loop-text-delay) linear infinite;
}
.loop-content.to-top > *:nth-of-type(even) {
  animation: loop-text-top-even var(--loop-text-duration) linear infinite;
}
.loop-content.to-left > *:nth-of-type(odd) {
  animation: loop-text-left-odd var(--loop-text-duration) var(--loop-text-delay) linear infinite;
}
.loop-content.to-left > *:nth-of-type(even) {
  animation: loop-text-left-even var(--loop-text-duration) linear infinite;
}
.loop-content.to-right > *:nth-of-type(odd) {
  animation: loop-text-right-odd var(--loop-text-duration) var(--loop-text-delay) linear infinite;
}
.loop-content.to-right > *:nth-of-type(even) {
  animation: loop-text-right-even var(--loop-text-duration) linear infinite;
}

@keyframes loop-text-top-odd {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 -100%;
  }
}
@keyframes loop-text-top-even {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 0 -200%;
  }
}
@keyframes loop-text-left-odd {
  0% {
    translate: 100%;
  }
  100% {
    translate: -100%;
  }
}
@keyframes loop-text-left-even {
  0% {
    translate: 0;
  }
  100% {
    translate: -200%;
  }
}
@keyframes loop-text-right-odd {
  0% {
    translate: -100%;
  }
  100% {
    translate: 100%;
  }
}
@keyframes loop-text-right-even {
  0% {
    translate: -200%;
  }
  100% {
    translate: 0;
  }
}
[switch] {
  --background-color: #ccc;
  --switch-color: #fff;
  --duration: 0.15s;
  display: flex;
  border: 0.4rem solid transparent;
  border-radius: 100vw;
  width: 7rem;
  aspect-ratio: 2/1;
  background-color: var(--background-color);
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  transition: background-color var(--duration);
}
[switch]::before {
  content: "";
  flex: var(--checked, 0);
  transition: flex var(--duration) linear;
}
[switch]::after {
  content: "";
  flex-shrink: 0;
  height: 100%;
  aspect-ratio: 1;
  border-radius: inherit;
  background: var(--switch-color);
}
[switch]:checked {
  --checked: 1;
  background: var(--primary-color);
}

:root {
  --primary-color: #0171ce;
  --secondary-color: #393ac4;
  --frame-size: 2rem;
  --font-han-sans: "source-han-sans-japanese", sans-serif;
  --menu-size: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  :root {
    --menu-size: 10rem;
  }
}

html {
  font-size: 0.5208333333vw;
  font-family: var(--font-han-sans);
  scroll-behavior: smooth;
}
@media (max-width: 750px) {
  html {
    font-size: calc(1000vw / 750);
  }
}
@media (min-width: 751px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: px) {
  html {
    font-size: 0.5208333333vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
}

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

@media (width <= 750px) {
  .pc {
    display: none !important;
  }
}

@media (width > 750px) {
  .sp {
    display: none !important;
  }
}

[id] {
  scroll-margin-top: calc(var(--frame-size) + 2rem);
}

:focus-visible {
  outline: none;
}

body .site-header {
  position: fixed;
  top: var(--frame-size);
  left: var(--frame-size);
  z-index: 1;
}
body .site-header > .inner {
  width: var(--menu-size);
}
body .site-header > .inner .global-nav .nav-list li a {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  background-color: #000;
}
body .site-header > .inner .global-nav .nav-list li a img {
  width: 64%;
  height: auto;
  aspect-ratio: 269/325;
}
body .site-header > .inner .global-nav .nav-list li p {
  width: 100%;
  aspect-ratio: 1;
}
body .site-header > .inner .global-nav .nav-list li p img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-footer {
  margin-top: 20rem;
  margin-left: auto;
  border-top: 1px solid #707070;
  padding-block: 8rem 15rem;
  width: calc(100% - var(--menu-size));
}
.site-footer > .inner .logo {
  display: block;
  margin-inline: auto;
  width: 32.2rem;
}
.site-footer > .inner > p {
  margin-top: 6rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .site-footer {
    width: 100%;
  }
  .site-footer > .inner .logo {
    display: block;
    margin-inline: auto;
    width: 32.2rem;
  }
  .site-footer > .inner > p {
    margin-inline: auto;
    width: 58.2rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.frame {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100dvh;
  border: var(--frame-size) solid var(--primary-color);
  -o-border-image: linear-gradient(135deg, #167ac4 0%, #30baf8 40%, #2fa0ee 55%, #3f41c6 80%, #2928c1 100%) 1/1/0 stretch;
     border-image: linear-gradient(135deg, #167ac4 0%, #30baf8 40%, #2fa0ee 55%, #3f41c6 80%, #2928c1 100%) 1/1/0 stretch;
  pointer-events: none;
}

.loader {
  display: grid;
  place-items: center;
  position: fixed;
  top: var(--frame-size);
  left: var(--frame-size);
  z-index: 5;
  width: calc(100% - var(--frame-size) * 2);
  height: calc(100svh - var(--frame-size) * 2);
  background-color: #fff;
}
.loader > .inner hgroup h2 {
  margin-inline: auto;
  width: 42.4rem;
}
.loader > .inner hgroup p {
  margin-top: 1.6rem;
  margin-inline: auto;
  width: 37.6rem;
}
.loader > .inner .progress {
  margin-top: 3.2rem;
  min-width: 52rem;
}
.loader > .inner .progress .bar {
  width: 0;
  height: 1px;
  background-color: var(--secondary-color);
}
.loader > .inner .progress .count {
  margin-top: 0.6rem;
  color: #707070;
  text-align: center;
  font-size: 1.7rem;
}
.loader > .inner .logo-wrapper {
  margin-top: 1.8rem;
}
.loader > .inner .logo-wrapper p {
  margin-inline: auto;
}
.loader > .inner .logo-wrapper p.seibu {
  width: 5.4rem;
}
.loader > .inner .logo-wrapper p.sogo {
  margin-top: 1.8rem;
  width: 20.4rem;
}
.loader > .inner .audio {
  position: absolute;
  left: 50%;
  bottom: 6.4rem;
  translate: -50%;
  border-radius: 1rem;
  padding: 1.6rem 4rem;
  background-color: #f7f7f7;
}
.loader > .inner .audio > p {
  text-align: center;
  font-size: 1.5rem;
}
.loader > .inner .audio label {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-top: 1.6rem;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.loader > .inner .audio label::before {
  content: "";
  display: block;
  width: 2.7rem;
  aspect-ratio: 27/23;
  background: url(/assets/images/common/icon-audio.svg) no-repeat center/contain;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .loader > .inner hgroup h2 {
    width: 52rem;
  }
  .loader > .inner hgroup p {
    margin-top: 2rem;
    width: 48rem;
  }
  .loader > .inner .progress .count {
    font-size: 2.4rem;
  }
  .loader > .inner .logo-wrapper {
    margin-top: 4rem;
  }
  .loader > .inner .logo-wrapper p.seibu {
    width: 8rem;
  }
  .loader > .inner .logo-wrapper p.sogo {
    width: 28rem;
  }
  .loader > .inner .audio {
    bottom: 10rem;
  }
  .loader > .inner .audio > p {
    font-size: 1.7rem;
  }
}
.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal[aria-hidden=false] .overlay {
  animation: mm-fadein 0.3s;
}
.modal[aria-hidden=true] .overlay {
  animation: mm-fadeout 0.3s;
}
.modal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow-y: scroll;
  background: #fff;
}

[data-micromodal-close] {
  position: absolute;
  top: 4rem;
  right: 4rem;
  z-index: 2;
  width: 4.8rem;
  aspect-ratio: 1;
  background: url(/assets/images/common/icon-close.svg) no-repeat center/contain;
}

@keyframes mm-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mm-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.top-page {
  margin: var(--frame-size);
  background: linear-gradient(90deg, #e5e5e5 var(--menu-size), transparent var(--menu-size));
}
.top-page .scroll-text-wrapper {
  display: grid;
  place-items: center;
  position: fixed;
  bottom: 0;
  left: calc(var(--menu-size) / 2 + 50%);
  translate: -50%;
  z-index: 4;
  width: 19.5rem;
  aspect-ratio: 2/1;
}
.top-page .scroll-text-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%/100% 100% 0 0;
  filter: blur(10px);
}
.top-page .scroll-text-wrapper > .scroll-text {
  width: 6rem;
}
.top-page main section {
  position: relative;
}
.top-page main section.mv {
  margin-left: auto;
  width: calc(100% - var(--menu-size));
  min-height: 100svh;
}
.top-page main section.mv > .inner hgroup p {
  position: absolute;
  top: 6rem;
  right: 4rem;
  width: 48rem;
}
.top-page main section.mv > .inner hgroup .logo {
  position: absolute;
  top: 10rem;
  left: 4rem;
  margin-top: 1rem;
  width: 75.4rem;
  aspect-ratio: 337/121;
}
.top-page main section.mv > .inner hgroup .logo svg {
  fill: var(--primary-color);
}
.top-page main section.mv > .inner .site-intro-text {
  position: absolute;
  top: 22rem;
  right: 12rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.top-page main section.mv > .inner .user-images > li {
  position: absolute;
  top: 42rem;
  width: 30.6rem;
  aspect-ratio: 1;
  z-index: 1;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.6);
}
.top-page main section.mv > .inner .user-images > li:nth-of-type(1) {
  left: 68rem;
}
.top-page main section.mv > .inner .user-images > li:nth-of-type(2) {
  left: 102rem;
}
.top-page main section.mv > .inner .user-images > li:nth-of-type(3) {
  left: 136rem;
}
.top-page main section.mv > .inner .user-images > li .splide .splide__track {
  width: 100%;
  aspect-ratio: 1;
}
.top-page main section.mv > .inner .main-video {
  position: absolute;
  top: 42rem;
  left: 10.2rem;
  width: 54rem;
  aspect-ratio: 16/9;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.6);
}
.top-page main section.mv > .inner .main-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.top-page main section.mv > .inner .anker-links a {
  position: absolute;
  top: 73rem;
  width: 30rem;
}
.top-page main section.mv > .inner .anker-links a[href="#special-movie"] {
  left: 22.4rem;
}
.top-page main section.mv > .inner .anker-links a[href="#history"] {
  top: 73.4rem;
  left: 68.6rem;
}
.top-page main section.mv > .inner .anker-links a[href="#now"] {
  top: 73.4rem;
  left: 102.2rem;
}
.top-page main section.mv > .inner .anker-links a[href="#photo-archive"] {
  left: 136.4rem;
}
.top-page main section.mv > .inner .share-items {
  display: grid;
  place-items: center;
  position: relative;
  z-index: 3;
  overflow: clip;
  width: 8rem;
  height: calc(100dvh - var(--frame-size) * 2);
  background-color: rgba(0, 0, 0, 0.1);
}
.top-page main section.mv > .inner .share-items > p {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.5em;
  writing-mode: vertical-rl;
}
.top-page main section.special-movie {
  padding-top: 20rem;
  margin-left: calc(var(--frame-size) + var(--menu-size));
}
.top-page main section.special-movie .content-wrapper {
  display: grid;
  justify-content: center;
  gap: 6.2rem;
}
.top-page main section.special-movie .content-wrapper hgroup {
  display: grid;
  gap: 2rem;
  margin-inline: auto;
}
.top-page main section.special-movie .content-wrapper hgroup h2 {
  width: 83.7rem;
}
.top-page main section.special-movie .content-wrapper hgroup p {
  justify-self: center;
  width: 62rem;
}
.top-page main section.special-movie .content-wrapper video {
  width: 101.2rem;
  height: auto;
  aspect-ratio: 16/9;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.6);
}
.top-page main section.special-movie .download-button {
  display: grid;
  place-items: center;
  row-gap: 21rem;
  margin-top: 21rem;
}
.top-page main section.special-movie .download-button > a:first-of-type {
  width: 67rem;
}
.top-page main section.special-movie .download-button > a:last-of-type {
  width: 80.2rem;
}
.top-page main section.gallery {
  --accent-color: #ff0000;
  margin-top: 20rem;
}
.top-page main section.gallery > .inner .intro {
  margin-left: var(--menu-size);
}
.top-page main section.gallery > .inner .intro hgroup {
  display: grid;
  place-items: center;
}
.top-page main section.gallery > .inner .intro hgroup h2 {
  width: 88.5rem;
}
.top-page main section.gallery > .inner .intro hgroup h2 span {
  display: block;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.8;
}
.top-page main section.gallery > .inner .intro hgroup > p {
  text-align: center;
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1.8;
}
.top-page main section.gallery > .inner .intro hgroup h3 {
  font-size: 5rem;
  font-weight: 700;
}
.top-page main section.gallery > .inner .content-wrapper {
  margin-top: 5rem;
}
.top-page main section.gallery > .inner .content-wrapper .gallery-wrapper {
  display: grid;
  grid-template-columns: var(--menu-size) calc(100% - var(--menu-size));
  grid-template-areas: "space loop-content" "aside gallery-list";
}
.top-page main section.gallery > .inner .content-wrapper .gallery-wrapper aside {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: aside;
  position: sticky;
  top: calc(var(--menu-size) * 2 + var(--frame-size));
  height: -moz-fit-content;
  height: fit-content;
}
.top-page main section.gallery > .inner .content-wrapper .gallery-wrapper aside .sort {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  background-color: var(--primary-color);
}
.top-page main section.gallery > .inner .content-wrapper .gallery-wrapper aside .sort > p {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.top-page main section.gallery > .inner .content-wrapper .gallery-wrapper aside .sort > p > span {
  letter-spacing: 0.11em;
}
.top-page main section.gallery > .inner .content-wrapper .gallery-wrapper aside .categories {
  margin-top: 0.4rem;
  margin-inline: 0.8rem;
}
.top-page main section.gallery > .inner .content-wrapper .gallery-wrapper aside .categories li {
  padding-block: 0.5rem;
  border-bottom: 1px solid #fff;
}
.top-page main section.gallery > .inner .content-wrapper .gallery-wrapper aside .categories li button {
  display: grid;
  place-items: center;
  width: 6.5rem;
  aspect-ratio: 13/8;
  font-size: 1.5rem;
  font-weight: 700;
}
.top-page main section.gallery > .inner .content-wrapper .gallery-wrapper aside .categories li button small {
  font-size: 0.7em;
}
.top-page main section.gallery > .inner .content-wrapper .gallery-wrapper aside .categories li button[aria-selected=true] {
  background-color: var(--accent-color);
  color: #fff;
}
.top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: gallery-list;
}
.top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper [role=tabpanel][hidden] {
  pointer-events: none;
}
.top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper [role=tabpanel] .content-inner .loop-content {
  --loop-text-duration: 200s;
}
.top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper [role=tabpanel] .content-inner .loop-content + .loop-content {
  margin-top: 1rem;
}
.top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper [role=tabpanel] .content-inner .loop-content:nth-of-type(odd) > *:nth-of-type(odd) {
  padding-inline: 0.5rem;
  animation: loop-text-left-odd var(--loop-text-duration) var(--loop-text-delay) linear infinite;
}
.top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper [role=tabpanel] .content-inner .loop-content:nth-of-type(odd) > *:nth-of-type(even) {
  padding-inline: 0.5rem;
  animation: loop-text-left-even var(--loop-text-duration) linear infinite;
}
.top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper [role=tabpanel] .content-inner .loop-content:nth-of-type(even) > *:nth-of-type(odd) {
  padding-inline: 0.5rem;
  animation: loop-text-right-odd var(--loop-text-duration) var(--loop-text-delay) linear infinite;
}
.top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper [role=tabpanel] .content-inner .loop-content:nth-of-type(even) > *:nth-of-type(even) {
  padding-inline: 0.5rem;
  animation: loop-text-right-even var(--loop-text-duration) linear infinite;
}
.top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper [role=tabpanel] .content-inner .loop-content .gallery-list {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper [role=tabpanel] .content-inner .loop-content .gallery-list li {
  width: 40rem;
  aspect-ratio: 1;
  cursor: pointer;
}
.top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper [role=tabpanel] .content-inner .loop-content .gallery-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-page main section.gallery > .inner .content-wrapper .button-wrapper {
  display: grid;
  place-items: center;
  margin-top: 5rem;
}
.top-page main section.gallery > .inner .content-wrapper > .categories {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  margin-left: var(--menu-size);
}
.top-page main section.gallery > .inner .content-wrapper > .categories li {
  padding-inline: 1rem;
  border-left: 1px solid #a7a7a7;
}
.top-page main section.gallery > .inner .content-wrapper > .categories li:last-of-type {
  border-right: 1px solid #a7a7a7;
}
.top-page main section.gallery > .inner .content-wrapper > .categories li button {
  display: grid;
  place-items: center;
  width: 6.5rem;
  aspect-ratio: 13/8;
  font-size: 1.5rem;
  font-weight: 700;
}
.top-page main section.gallery > .inner .content-wrapper > .categories li button small {
  font-size: 0.7em;
}
.top-page main section.gallery > .inner .content-wrapper > .categories li button[aria-selected=true] {
  background-color: var(--accent-color);
  color: #fff;
}
.top-page main section .main-splide {
  --main-width: 64rem;
  margin-block: calc(var(--frame-size) + 1rem) 1rem;
}
.top-page main section .main-splide .splide__track {
  margin-inline: auto;
  width: var(--main-width);
  aspect-ratio: 1;
}
.top-page main section .main-splide .splide__arrow {
  border-radius: revert;
  width: calc((100vw - var(--main-width)) / 2);
  height: var(--main-width);
  background: #fff;
}
.top-page main section .main-splide .splide__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 2.7rem;
  aspect-ratio: 27/66;
  background: url(/assets/images/common/icon-chevron.svg) no-repeat center/contain;
}
.top-page main section .main-splide .splide__arrow.splide__arrow--prev {
  left: 0;
}
.top-page main section .main-splide .splide__arrow.splide__arrow--prev::after {
  left: 80%;
  scale: -1 1;
}
.top-page main section .main-splide .splide__arrow.splide__arrow--next {
  right: 0;
}
.top-page main section .main-splide .splide__arrow.splide__arrow--next::after {
  right: 80%;
}
.top-page main section .thumbnail-splide {
  position: relative;
  padding-block: 1rem;
}
.top-page main section .thumbnail-splide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #167ac4 0%, #30baf8 40%, #2fa0ee 55%, #3f41c6 80%, #2928c1 100%);
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .top-page {
    background: #fff;
  }
  .top-page .scroll-text-wrapper {
    left: 50%;
  }
  .top-page main section.mv {
    margin-left: revert;
    width: 100%;
  }
  .top-page main section.mv > .inner hgroup p {
    top: 2rem;
    right: 2rem;
    width: 40rem;
  }
  .top-page main section.mv > .inner hgroup .logo {
    top: 8rem;
    width: 56rem;
  }
  .top-page main section.mv > .inner .site-intro-text {
    top: 32rem;
    left: 4rem;
    width: -moz-max-content;
    width: max-content;
  }
  .top-page main section.mv > .inner .user-images > li {
    top: 91rem;
    width: 20rem;
  }
  .top-page main section.mv > .inner .user-images > li:nth-of-type(1) {
    left: 4.4rem;
  }
  .top-page main section.mv > .inner .user-images > li:nth-of-type(2) {
    left: 50%;
    translate: -50%;
  }
  .top-page main section.mv > .inner .user-images > li:nth-of-type(3) {
    left: 46.5rem;
  }
  .top-page main section.mv > .inner .main-video {
    top: 46rem;
    left: 50%;
    translate: -50%;
    width: 62rem;
  }
  .top-page main section.mv > .inner .anker-links a {
    position: absolute;
  }
  .top-page main section.mv > .inner .anker-links a[href="#special-movie"] {
    top: 82rem;
    left: 50%;
    translate: -50%;
  }
  .top-page main section.mv > .inner .anker-links a[href="#history"] {
    top: 112.3rem;
    left: 14.6rem;
    translate: -50%;
    width: 20rem;
  }
  .top-page main section.mv > .inner .anker-links a[href="#now"] {
    top: 112.3rem;
    left: 50%;
    translate: -50%;
    width: 20rem;
  }
  .top-page main section.mv > .inner .anker-links a[href="#photo-archive"] {
    top: 112rem;
    left: 56.6rem;
    translate: -50%;
    width: 20rem;
  }
  .top-page main section.special-movie {
    margin-left: 0;
  }
  .top-page main section.special-movie .content-wrapper hgroup h2 {
    width: 59.4rem;
  }
  .top-page main section.special-movie .content-wrapper hgroup p {
    justify-self: center;
    width: 50.7rem;
  }
  .top-page main section.special-movie .content-wrapper video {
    width: 100%;
  }
  .top-page main section.special-movie .download-button {
    row-gap: 10rem;
    margin-top: 14rem;
  }
  .top-page main section.special-movie .download-button > a:first-of-type {
    width: 44rem;
  }
  .top-page main section.special-movie .download-button > a:last-of-type {
    width: 52rem;
  }
  .top-page main section.gallery > .inner .intro {
    margin-left: revert;
  }
  .top-page main section.gallery > .inner .intro hgroup h2 {
    width: 58rem;
  }
  .top-page main section.gallery > .inner .intro hgroup h2 span {
    font-size: 2.8rem;
  }
  .top-page main section.gallery > .inner .intro hgroup > p {
    font-size: 2.4rem;
  }
  .top-page main section.gallery > .inner .content-wrapper > .loop-content {
    width: 100%;
  }
  .top-page main section.gallery > .inner .content-wrapper > .loop-content p {
    font-size: 7rem;
  }
  .top-page main section.gallery > .inner .content-wrapper .gallery-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: revert;
    grid-template-areas: "loop-content" "categories" "gallery-list";
  }
  .top-page main section.gallery > .inner .content-wrapper .gallery-wrapper > .categories.sp {
    grid-area: categories;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem 0;
    margin-block: 2rem;
    padding-inline: 2rem;
    width: calc(100vw - var(--frame-size) * 2);
  }
  .top-page main section.gallery > .inner .content-wrapper .gallery-wrapper > .categories.sp li {
    padding-inline: 1rem;
    border-left: 1px solid #a7a7a7;
  }
  .top-page main section.gallery > .inner .content-wrapper .gallery-wrapper > .categories.sp li:first-of-type {
    border-left: none;
  }
  .top-page main section.gallery > .inner .content-wrapper .gallery-wrapper > .categories.sp li:nth-of-type(6) {
    border-left: none;
  }
  .top-page main section.gallery > .inner .content-wrapper .gallery-wrapper > .categories.sp li button {
    display: grid;
    place-items: center;
    width: 11rem;
    aspect-ratio: 13/8;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .top-page main section.gallery > .inner .content-wrapper .gallery-wrapper > .categories.sp li button small {
    font-size: 1em;
  }
  .top-page main section.gallery > .inner .content-wrapper .gallery-wrapper > .categories.sp li button[aria-selected=true] {
    background-color: var(--accent-color);
    color: #fff;
  }
  .top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: gallery-list;
  }
  @media screen and (min-width: 0px) and (max-width: 750px){
  .top-page main section.gallery > .inner .content-wrapper .gallery-wrapper > .categories.sp {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
  }
  .top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
  }
  }
  .top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper [role=tabpanel] .content-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    width: calc(100vw - var(--frame-size) * 2);
    gap: 1rem;
  }
  .top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper [role=tabpanel] .content-inner .loop-content + .loop-content {
    margin-top: 0;
  }
  .top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper [role=tabpanel] .content-inner .loop-content:nth-of-type(odd) > *:nth-of-type(odd) {
    padding-inline: 0;
    animation: none;
  }
  .top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper [role=tabpanel] .content-inner .loop-content:nth-of-type(odd) > *:nth-of-type(even) {
    padding-inline: 0;
    animation: none;
  }
  .top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper [role=tabpanel] .content-inner .loop-content:nth-of-type(even) > *:nth-of-type(odd) {
    padding-inline: 0;
    animation: none;
  }
  .top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper [role=tabpanel] .content-inner .loop-content:nth-of-type(even) > *:nth-of-type(even) {
    padding-inline: 0;
    animation: none;
  }
  .top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper [role=tabpanel] .content-inner .loop-content .gallery-list {
    row-gap: 1rem;
    flex-direction: column;
  }
  .top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper [role=tabpanel] .content-inner .loop-content .gallery-list li {
    width: 100%;
  }
  .top-page main section.gallery > .inner .content-wrapper .button-wrapper {
    width: calc(100vw - var(--frame-size) * 2);
  }
  .top-page main section .main-splide {
    --main-width: 54rem;
    margin-block: calc(var(--frame-size) + 20rem) 14rem;
  }
  .top-page main section .main-splide .splide__arrow.splide__arrow--prev::after {
    left: 50%;
  }
  .top-page main section .main-splide .splide__arrow.splide__arrow--next::after {
    right: 50%;
  }
  .top-page main section .thumbnail-splide {
    padding-block: 7rem;
  }
  .top-page main section.gallery > .inner .content-wrapper .gallery-wrapper .tabpanel-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

/*# sourceMappingURL=styles.css.map*/