@charset "UTF-8";
/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*=============================================

	ボタン

==============================================*/
.topSection_more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-family: "Lexend Exa", sans-serif;
  font-weight: 500;
  letter-spacing: 0.44em;
  padding-left: 10px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #000;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media print, screen and (min-width: 768px) {
  .topSection_more {
    width: 384px;
    height: 60px;
    font-size: 19px;
    margin-top: 64px;
  }
}
@media print, screen and (max-width: 767px) {
  .topSection_more {
    width: 240px;
    height: 38px;
    font-size: 12px;
    margin-top: 30px;
  }
}
.topSection_more::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
@media print, screen and (min-width: 768px) {
  .topSection_more::after {
    right: 20px;
    width: 12px;
    height: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  .topSection_more::after {
    right: 10px;
    width: 8px;
    height: 8px;
  }
}
@media (hover: hover) {
  .topSection_more:hover {
    background-color: #fff;
    color: #000;
  }
  .topSection_more:hover::after {
    border-color: #000;
  }
}

/*=============================================

	アバウト

==============================================*/
/*=============================================

	装飾テキスト

==============================================*/
.topSystem_lead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #7b49fb;
  -webkit-clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
  clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .topSystem_lead {
    width: 504px;
    height: 64px;
  }
}
@media print, screen and (max-width: 767px) {
  .topSystem_lead {
    width: 300px;
    height: 38px;
  }
}
.topSystem_lead p {
  position: relative;
  font-family: "Zen Antique Soft", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: -0.1em;
  color: #7b49fb;
}
@media print, screen and (min-width: 768px) {
  .topSystem_lead p {
    font-size: 26px;
  }
}
@media print, screen and (max-width: 767px) {
  .topSystem_lead p {
    font-size: 15px;
  }
}
.topSystem_lead::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  -webkit-clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
  clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
  z-index: 0;
}

/*=============================================

	swiperArrowBase

==============================================*/
[aria-label="Previous slide"].bannerArrow, [aria-label="Previous slide"].topCharacter_sliderArrow, [aria-label="Next slide"].bannerArrow, [aria-label="Next slide"].topCharacter_sliderArrow {
  position: relative;
  aspect-ratio: 1/1;
  width: 25px;
}
[aria-label="Previous slide"].bannerArrow::after, [aria-label="Previous slide"].topCharacter_sliderArrow::after {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 5px;
  left: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
[aria-label="Next slide"].bannerArrow::after, [aria-label="Next slide"].topCharacter_sliderArrow::after {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 5px;
  right: 8px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*=============================================

	Youtubeモーダル

==============================================*/
/*=============================================

	インビュー

==============================================*/
.c-aboutContents_lead, .c-aboutContents_mv, .c-videoList_item, .topSection_more, .mainviualLogo, .mainviualThumnails, .mainviualCatch, .banner, .topSystem_movieItem, .topSystem_lead, .topStory_mv, .topCharacter_catch, .topCharacter_slider, .topTag_balloon, .topTag_mv, .topCbt_banner {
  -webkit-transition: opacity 1.2s ease, translate 1.2s ease;
  transition: opacity 1.2s ease, translate 1.2s ease;
}
.is-hide.c-aboutContents_lead, .is-hide.c-aboutContents_mv, .is-hide.c-videoList_item, .is-hide.topSection_more, .is-hide.mainviualLogo, .is-hide.mainviualThumnails, .is-hide.mainviualCatch, .is-hide.banner, .is-hide.topSystem_movieItem, .is-hide.topSystem_lead, .is-hide.topStory_mv, .is-hide.topCharacter_catch, .is-hide.topCharacter_slider, .is-hide.topTag_balloon, .is-hide.topTag_mv, .is-hide.topCbt_banner {
  opacity: 0;
  translate: 0 50px;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

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

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

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

.swiper-cards {
  overflow: visible;
}

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

.c-aboutContents_lead {
  font-family: "Zen Antique Soft", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 58px;
  letter-spacing: -0.06em;
  color: #7b49fb;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .c-aboutContents_lead {
    font-size: 58px;
    line-height: 0.9;
  }
}
@media print, screen and (max-width: 767px) {
  .c-aboutContents_lead {
    font-size: 29px;
    line-height: 1;
  }
}

.c-aboutContents_mv {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .c-aboutContents_mv {
    aspect-ratio: 1.8957345972;
    margin-top: -8px;
  }
  .c-aboutContents_mv img, .c-aboutContents_mv svg, .c-aboutContents_mv iframe, .c-aboutContents_mv video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media print, screen and (max-width: 767px) {
  .c-aboutContents_mv {
    aspect-ratio: 1.5527950311;
  }
  .c-aboutContents_mv img, .c-aboutContents_mv svg, .c-aboutContents_mv iframe, .c-aboutContents_mv video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.c-aboutContents_mvCopy {
  position: absolute;
  rotate: -14deg;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: "Zen Antique Soft", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #000;
}
@media print, screen and (min-width: 768px) {
  .c-aboutContents_mvCopy {
    bottom: 0;
    right: 11%;
    padding: 6px 59px 8px;
    font-size: 27px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-aboutContents_mvCopy {
    bottom: -2%;
    right: -5%;
    padding: 4px 30px 6px;
    font-size: 16px;
  }
}

.c-videoList {
  display: -ms-grid;
  display: grid;
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .c-videoList {
    gap: 50px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 768px) and (max-width:1023px), screen and (min-width: 768px) and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-videoList {
    gap: 50px 20px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 767px) {
  .c-videoList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

.c-videoList_thumbnail {
  aspect-ratio: 1.7777777778;
  position: relative;
  width: 100%;
}
.c-videoList_thumbnail img, .c-videoList_thumbnail svg, .c-videoList_thumbnail iframe, .c-videoList_thumbnail video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-videoList_playButton {
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 55px;
  background-color: #7b49fb;
  border-radius: 0;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
.c-videoList_playButton::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 3px;
}

.c-videoList_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 108px;
  height: 22px;
  margin-top: 12px;
  background-color: #7b49fb;
  color: #fff;
  font-family: "Lexend Exa", sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.c-videoList_title {
  font-family: "Zen Antique Soft", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 6px;
}

.c-videoModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-videoModal.is-active {
  opacity: 1;
  visibility: visible;
}

.c-videoModal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
}

.c-videoModal_content {
  position: relative;
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16/9;
  background-color: #000;
  z-index: 1001;
}

.c-videoModal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1001;
}
.c-videoModal_close::before, .c-videoModal_close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #7b49fb;
}
.c-videoModal_close::before {
  rotate: 45deg;
}
.c-videoModal_close::after {
  rotate: -45deg;
}

.c-videoModal_player {
  width: 100%;
  height: 100%;
}

.c-videoList {
  display: -ms-grid;
  display: grid;
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .c-videoList {
    gap: 50px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 768px) and (max-width:1023px), screen and (min-width: 768px) and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-videoList {
    gap: 50px 20px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 767px) {
  .c-videoList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

.c-videoList_thumbnail {
  aspect-ratio: 1.7777777778;
  position: relative;
  width: 100%;
}
.c-videoList_thumbnail img, .c-videoList_thumbnail svg, .c-videoList_thumbnail iframe, .c-videoList_thumbnail video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-videoList_playButton {
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 55px;
  background-color: #7b49fb;
  border-radius: 0;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
.c-videoList_playButton::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 3px;
}

.c-videoList_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 108px;
  height: 22px;
  margin-top: 12px;
  background-color: #7b49fb;
  color: #fff;
  font-family: "Lexend Exa", sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.c-videoList_title {
  font-family: "Zen Antique Soft", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 6px;
}

.c-videoModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-videoModal.is-active {
  opacity: 1;
  visibility: visible;
}

.c-videoModal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
}

.c-videoModal_content {
  position: relative;
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16/9;
  background-color: #000;
  z-index: 1001;
}

.c-videoModal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1001;
}
.c-videoModal_close::before, .c-videoModal_close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #7b49fb;
}
.c-videoModal_close::before {
  rotate: 45deg;
}
.c-videoModal_close::after {
  rotate: -45deg;
}

.c-videoModal_player {
  width: 100%;
  height: 100%;
}

.c-videoList {
  -ms-grid-columns: 1fr !important;
  grid-template-columns: 1fr !important;
  max-width: 800px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

@media print, screen and (min-width: 768px) {
  .topSection {
    margin-top: 160px;
  }
}
@media print, screen and (max-width: 767px) {
  .topSection {
    margin-top: 80px;

  }

  .topTag{
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(38%, transparent), color-stop(38%, #ff5a00), color-stop(90%, #ff5a00), color-stop(90%, transparent), to(transparent));
          background: -webkit-linear-gradient(top, transparent 0%, transparent 38%, #ff5a00 38%, #ff5a00 90%, transparent 90%, transparent 100%);
          background: linear-gradient(to bottom, transparent 0%, transparent 38%, #ff5a00 38%, #ff5a00 90%, transparent 90%, transparent 100%);
  }
}

@media print, screen and (min-width: 768px) {
  .topSection_contents {
    margin-top: 64px;
  }
}
@media print, screen and (max-width: 767px) {
  .topSection_contents {
    margin-top: 30px;
  }
}

/*=============================================

	メインビジュアル

==============================================*/
.mainviual {
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 40px;
  letter-spacing: 0.1em;
  color: #000;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .mainviual {
    padding: 118px 0 62px;
    padding-top: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .mainviual {
    padding: 0 0 35px;
  }
}

.mainviualLogo {
  aspect-ratio: 3.9772727273;
  position: relative;
  margin: 0 auto 20px;
  z-index: 2;
}
.mainviualLogo img, .mainviualLogo svg, .mainviualLogo iframe, .mainviualLogo video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .mainviualLogo {
    width: 350px;
  }
}
@media print, screen and (max-width: 767px) {
  .mainviualLogo {
    width: calc(210px / 375px * 100vw);
  }
}

.mainviualThumnails {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .mainviualThumnails {
    width: 1000px;
  }
}
@media print, screen and (max-width: 767px) {
  .mainviualThumnails {
    width: 100%;
    padding: 0 20px;
  }
}

.mainviualThumnails_item {
  width: 100%;
}

.mainviualThumnails_itemImg {
  aspect-ratio: 0.4571428571;
  width: 100%;
}
.mainviualThumnails_itemImg img, .mainviualThumnails_itemImg svg, .mainviualThumnails_itemImg iframe, .mainviualThumnails_itemImg video {
  width: 100%;
  height: 100%;

  /* -o-object-fit: contain;
  object-fit: contain; */
}
.mainviualThumnails_item:nth-child(odd) .mainviualThumnails_itemImg {
  background-color: gray;
  overflow: hidden;
}
.mainviualThumnails_item:nth-child(even) .mainviualThumnails_itemImg {
  background-color: lightgray;
    overflow: hidden;
}

.mainviualCatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Shippori Antique", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.36em;
  color: #000;
}
@media print, screen and (min-width: 768px) {
  .mainviualCatch {
    gap: 10px;
    margin-top: 60px;
    font-size: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .mainviualCatch {
    gap: 5px;
    margin-top: 25px;
    font-size: 13px;
  }
}
.mainviualCatch::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #000;
}
@media print, screen and (min-width: 768px) {
  .mainviualCatch::after {
    width: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .mainviualCatch::after {
    width: 25px;
  }
}

/*=============================================

	バナー

==============================================*/
.banner {
  background-color: #7b49fb;
}
@media print, screen and (min-width: 768px) {
  .banner {
    padding: 85px 0 80px;
  }
}
@media print, screen and (max-width: 767px) {
  .banner {
    padding: 34px 0 34px;
  }
}

.bannerInner {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .bannerInner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .bannerInner {
    /* width: calc(177px / 375px * 100vw); */
    width: 177px;
  }
}

.bannerSlider {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .bannerSlider {
    max-width: 730px;
    width: 100%;
    overflow: hidden;
  }
}
.bannerSlider .swiper-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bannerArrow {
  margin-top: 12px;
}

.bannerCopy {
  text-align: center;
  font-family: "Bellefair", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .bannerCopy {
    margin-top: 32px;
  }
}
@media print, screen and (max-width: 767px) {
  .bannerCopy {
    margin-top: 14px;
  }
}

/*=============================================

	アバウト

==============================================*/
@media print, screen and (min-width: 768px) {
  .topAbout {
    padding-top: 51px;
    margin-top: 109px;
  }
}
@media print, screen and (max-width: 767px) {
  .topAbout {
    padding-top: 44px;
    margin-top: 36px;
  }
}

/*=============================================

	システム

==============================================*/
@media print, screen and (min-width: 768px) {
  .topSystem_movie {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, transparent), color-stop(15%, #7b49fb), color-stop(85%, #7b49fb), color-stop(85%, transparent), to(transparent));
    background: -webkit-linear-gradient(top, transparent 0%, transparent 15%, #7b49fb 15%, #7b49fb 85%, transparent 85%, transparent 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 15%, #7b49fb 15%, #7b49fb 85%, transparent 85%, transparent 100%);
    margin-top: -30px;
  }
}
@media print, screen and (max-width: 767px) {
  .topSystem_movie {
    margin-top: -19px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(22%, transparent), color-stop(22%, #7b49fb), color-stop(78%, #7b49fb), color-stop(78%, transparent), to(transparent));
    background: -webkit-linear-gradient(top, transparent 0%, transparent 22%, #7b49fb 22%, #7b49fb 78%, transparent 78%, transparent 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 22%, #7b49fb 22%, #7b49fb 78%, transparent 78%, transparent 100%);
  }
}

.topSystem_movieInner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .topSystem_movieInner {
    gap: 22px;
  }
}

.topSystem_movieItem {
  aspect-ratio: 0.7288135593;
  position: relative;
  -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  width: 100%;
}
.topSystem_movieItem img, .topSystem_movieItem svg, .topSystem_movieItem iframe, .topSystem_movieItem video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .topSystem_movieItem:nth-child(2) {
    translate: 0 64px;
  }
}
@media print, screen and (max-width: 767px) {
  .topSystem_movieItem:nth-child(2) {
    translate: 0 45px;
  }
}
.topSystem_movieItem video {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .topSystem_lead:nth-child(1 of .topSystem_lead) {
    translate: 40px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .topSystem_lead:nth-child(1 of .topSystem_lead) {
    translate: 50px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .topSystem_lead:nth-child(2 of .topSystem_lead) {
    margin-top: 30px;
    translate: -80px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .topSystem_lead:nth-child(2 of .topSystem_lead) {
    margin-top: 30px;
    translate: -47px 0;
  }
}

/*=============================================

	ストーリー

==============================================*/
.topStory_mv {
  position: relative;
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .topStory_mv {
    aspect-ratio: 1.7761413844;
  }
  .topStory_mv img, .topStory_mv svg, .topStory_mv iframe, .topStory_mv video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media print, screen and (max-width: 767px) {
  .topStory_mv {
    aspect-ratio: 1.1045655376;
  }
  .topStory_mv img, .topStory_mv svg, .topStory_mv iframe, .topStory_mv video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.topStory_mvCopy {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  width: 100%;
  text-align: center;
  font-family: "Shippori Antique", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .topStory_mvCopy {
    font-size: 26px;
    letter-spacing: 0.16em;
  }
}
@media print, screen and (max-width: 767px) {
  .topStory_mvCopy {
    font-size: 12px;
  }
}

/*=============================================

	キャラクター

==============================================*/
.topCharacter {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(70%, #7b49fb), color-stop(97.2%, #7b49fb), color-stop(97.2%, transparent), to(transparent));
  background: -webkit-linear-gradient(top, transparent 0%, transparent 70%, #7b49fb 70%, #7b49fb 97.2%, transparent 97.2%, transparent 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #7b49fb 70%, #7b49fb 97.2%, transparent 97.2%, transparent 100%);
}

.topCharacter_catch {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-family: "Zen Antique Soft", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #7b49fb;
  letter-spacing: -0.05em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .topCharacter_catch {
    margin-bottom: 26px;
    font-size: 26px;
  }
}
@media print, screen and (max-width: 767px) {
  .topCharacter_catch {
    margin-bottom: 22px;
    font-size: 15px;
  }
}
.topCharacter_catch::after {
  content: "";
  position: absolute;
  letter-spacing: -0.2em;
}
@media print, screen and (min-width: 768px) {
  .topCharacter_catch::after {
    top: -14px;
    left: -34px;
    font-size: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  .topCharacter_catch::after {
    top: -9px;
    left: -22px;
    font-size: 8px;
  }
}

.topCharacter_slider {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .topCharacter_slider {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
  }
}

.topCharacter_sliderInner {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .topCharacter_sliderInner {
    max-width: 1040px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.topCharacter_sliderInner .swiper-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.topCharacter_sliderItem {
  padding-top: 20px;
  overflow: hidden;
}
.topCharacter_sliderItem img {
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}
@media (hover: hover) {
  .topCharacter_sliderItem:hover img {
    scale: 1.015;
  }
}

.topCharacter_sliderArrow {
  cursor: pointer;
}
.topCharacter_sliderArrow::before, .topCharacter_sliderArrow::after {
  border-color: #000 !important;
}

/*=============================================

	タグ

==============================================*/
@media print, screen and (min-width: 768px) {
  .topTag {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(38%, transparent), color-stop(38%, #ff5a00), color-stop(90%, #ff5a00), color-stop(90%, transparent), to(transparent));
    background: -webkit-linear-gradient(top, transparent 0%, transparent 38%, #ff5a00 38%, #ff5a00 90%, transparent 90%, transparent 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 38%, #ff5a00 38%, #ff5a00 90%, transparent 90%, transparent 100%);
  }
}
@media print, screen and (max-width: 767px) {
  .topTag .topSection_inner {
    padding-top: 0;

  }
}

.topTag_balloon {
  position: relative;
  font-family: "Sawarabi Gothic", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  background-color: #ff5a00;
}
@media print, screen and (min-width: 768px) {
  .topTag_balloon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 34px 90px;
    margin: 0 auto 78px;
    font-size: 28px;
    border-radius: 48px;
  }
}
@media print, screen and (min-width: 768px) and (max-width:1023px), screen and (min-width: 768px) and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .topTag_balloon {
    padding: 24px 40px;
    font-size: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .topTag_balloon {
    padding: 15px 0;
    margin: 0 auto 25px;
    font-size: 14px;
    text-align: center;
  }
}
.topTag_balloon::after {
  position: absolute;
  bottom: -10px;
  right: 17%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0;
  rotate: -30deg;
}
@media print, screen and (min-width: 768px) {
  .topTag_balloon::after {
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: 20px solid #ff5a00;
  }
}
@media print, screen and (max-width: 767px) {
  .topTag_balloon::after {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 12px solid #ff5a00;
  }
}

.topTag_mv {
  aspect-ratio: 1.128113879;
  max-width: 840px;
}
.topTag_mv img, .topTag_mv svg, .topTag_mv iframe, .topTag_mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .topTag_mv {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 767px) {
  .topTag_mv {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}

/*=============================================

	cbtバナー

==============================================*/
.topCbt_banner {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .topCbt_banner {
    width: 535px;
    margin: 190px auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  .topCbt_banner {
    width: 177px;
    margin: 65px auto 0;
  }
}

/*=============================================

追加

==============================================*/

@media print,
screen and (min-width: 768px) {
  .caption {
    width: 800px;
    margin: 200px auto -0px;
    font-size: 12px;
  }

    .bannerItem {
      display: block;
      width: 535px;
      margin: 0 auto;
    }
}

@media print,
screen and (max-width: 767px) {

    .caption {
        width: calc(100vw - 40px);
        margin: 75px auto 0px;
        font-size: 12px;
      }

        .bannerItem {
          display: block;
          width: calc(100vw - 40px);
          margin: 0 auto;
        }
    
        .topCbt_banner {
          width: calc(100vw - 40px);
        }

}