@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Outfit:wght@600&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Karantina:wght@400;700&display=swap';
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  inset: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  margin: auto;
  position: absolute;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.page-genre .block-page-top {
  z-index: 101;
}

html {
  scroll-behavior: auto;
}

body.is-menu-open {
  overflow: hidden;
}
body.is_scroll .block-globalnav {
  height: 0;
}

.page-a1023101 {
  position: relative;
  width: 100%;
  overflow: clip;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  color: #fff;
  background-color: #dc2828;
}
@media screen and (max-width: 699px) {
  .page-a1023101 {
    font-size: 2.6666666667vw;
  }
}
.page-a1023101 img {
  width: 100%;
}
.page-a1023101 svg {
  width: 100%;
}
.page-a1023101 button {
  padding: 0;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  background-color: transparent;
  border-style: none;
}
.page-a1023101 button,
.page-a1023101 [type=button] {
  cursor: pointer;
}
.page-a1023101 button::-moz-focus-inner,
.page-a1023101 [type=button]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.page-a1023101 button:-moz-focusring,
.page-a1023101 [type=button]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
@media (hover: hover) and (pointer: fine) {
  .page-a1023101 a:hover {
    text-decoration: none;
  }
}
.page-a1023101 a:focus,
.page-a1023101 button:focus {
  text-decoration: none;
  outline-width: 0;
}
.page-a1023101 h2,
.page-a1023101 h3 {
  margin-top: 0;
  margin-bottom: 0;
}

[data-scramble] {
  visibility: hidden;
}

[data-scramble] .char {
  display: inline-block;
  opacity: 0;
}

[data-bg] {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0% 100%;
}

@media screen and (max-width: 699px) {
  .pane-main img {
    content-visibility: visible !important;
  }
}

.block-event-page--accessory {
  display: none;
}

.is_scroll .block-page-top {
  z-index: 3;
}

div#block_of_leftmenu_top {
  display: none;
}

@-webkit-keyframes BLUR_ON {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    scale: 1;
  }
  50% {
    -webkit-filter: blur(2px);
            filter: blur(2px);
    scale: 1.05;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    scale: 1.05;
  }
}

@keyframes BLUR_ON {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    scale: 1;
  }
  50% {
    -webkit-filter: blur(2px);
            filter: blur(2px);
    scale: 1.05;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    scale: 1.05;
  }
}
@-webkit-keyframes BLUR_OFF {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    scale: 1.05;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    scale: 1;
  }
}
@keyframes BLUR_OFF {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    scale: 1.05;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    scale: 1;
  }
}
@-webkit-keyframes TRANSFORM_LEFT_RIGHT {
  0% {
    -webkit-transform: translateX(-240%);
            transform: translateX(-240%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes TRANSFORM_LEFT_RIGHT {
  0% {
    -webkit-transform: translateX(-240%);
            transform: translateX(-240%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes TRANSFORM_RIGHT_LEFT {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(240%);
            transform: translateX(240%);
  }
}
@keyframes TRANSFORM_RIGHT_LEFT {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(240%);
            transform: translateX(240%);
  }
}
@-webkit-keyframes CIRCLE {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%, 100% {
    stroke-dasharray: 377 377;
  }
}
@keyframes CIRCLE {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%, 100% {
    stroke-dasharray: 377 377;
  }
}
@-webkit-keyframes CLIP_PATH_IMG {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes CLIP_PATH_IMG {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}
@media (hover: hover) and (pointer: fine) {
  .a1023101-button:hover .a1023101-button__iconArrowInner::before {
    opacity: 0;
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
  }
  .a1023101-button:hover .a1023101-button__iconArrowInner::after {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.a1023101-button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.a1023101-button__text {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #dc2828;
}

.a1023101-button__icon {
  width: 1.6875rem;
  height: 1.6875rem;
  background-color: #dc2828;
  border-radius: 50%;
}
@media not all and (max-width: 699px) {
  .a1023101-button__icon {
    padding: 0.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-button__icon {
    padding: 0.1875rem;
  }
}

.a1023101-button__iconArrow {
  display: grid;
  place-content: center center;
  width: 100%;
  height: 100%;
  background-color: #dc2828;
  border-radius: 50%;
}

.a1023101-button__iconArrowInner {
  position: relative;
  overflow: hidden;
}
@media not all and (max-width: 699px) {
  .a1023101-button__iconArrowInner {
    width: 0.625rem;
    height: 0.625rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-button__iconArrowInner {
    width: 0.8125rem;
    height: 0.6875rem;
  }
}
.a1023101-button__iconArrowInner::before, .a1023101-button__iconArrowInner::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/contents/event/a1023101/img/icon_arrow.svg) no-repeat 50% 50%/cover;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease, -webkit-transform 0.3s ease-in-out;
}
.a1023101-button__iconArrowInner::before {
  background-image: url(/contents/event/a1023101/img/icon_arrow.svg);
}
.a1023101-button__iconArrowInner::after {
  opacity: 0;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
}
@media screen and (max-width: 699px) {
  .a1023101-button__iconArrowInner::after {
    display: none;
  }
}

/* c-clip */
.c-clip {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path cubic-bezier(0.167, 0, 0.833, 1) var(--duration, 0.13s) var(--delay, 0s);
  transition: clip-path cubic-bezier(0.167, 0, 0.833, 1) var(--duration, 0.13s) var(--delay, 0s);
}
.is-enter .c-clip, .c-clip.is-enter {
  clip-path: inset(0 0 0 0);
}

/* c-fade */
.c-fade {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity cubic-bezier(0.42, 0, 0.833, 1) var(--duration, 0.3s) var(--delay, 0s), -webkit-transform cubic-bezier(0.167, 0, 0.833, 1) var(--duration, 0.3s) var(--delay, 0s);
  transition: opacity cubic-bezier(0.42, 0, 0.833, 1) var(--duration, 0.3s) var(--delay, 0s), -webkit-transform cubic-bezier(0.167, 0, 0.833, 1) var(--duration, 0.3s) var(--delay, 0s);
  transition: transform cubic-bezier(0.167, 0, 0.833, 1) var(--duration, 0.3s) var(--delay, 0s), opacity cubic-bezier(0.42, 0, 0.833, 1) var(--duration, 0.3s) var(--delay, 0s);
  transition: transform cubic-bezier(0.167, 0, 0.833, 1) var(--duration, 0.3s) var(--delay, 0s), opacity cubic-bezier(0.42, 0, 0.833, 1) var(--duration, 0.3s) var(--delay, 0s), -webkit-transform cubic-bezier(0.167, 0, 0.833, 1) var(--duration, 0.3s) var(--delay, 0s);
}
@media not all and (max-width: 699px) {
  .c-fade {
    -webkit-transform: translateY(1.875rem);
            transform: translateY(1.875rem);
  }
}
@media screen and (max-width: 699px) {
  .c-fade {
    -webkit-transform: translateY(16vw);
            transform: translateY(16vw);
  }
}
.is-enter .c-fade, .c-fade.is-enter {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* c-fadeImage */
.c-fadeImage {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(#000), color-stop(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) !important;
  -webkit-mask-image: linear-gradient(0deg, #000, #000, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
          mask-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(#000), color-stop(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) !important;
          mask-image: linear-gradient(0deg, #000, #000, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
  -webkit-mask-position: 0% 0%;
          mask-position: 0% 0%;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  --delay: 0s;
}
.is-enter .c-fadeImage, .c-fadeImage.is-enter {
  -webkit-mask-position: 0% 100%;
          mask-position: 0% 100%;
  -webkit-transition: -webkit-mask-position 2.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-mask-position 2.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: mask-position 2.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: mask-position 2.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-mask-position 2.8s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-delay: var(--delay);
          transition-delay: var(--delay);
}
[data-js-include] .c-fadeImage {
  -webkit-mask-position: 0% 100%;
          mask-position: 0% 100%;
}

.a1023101-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  color: var(--color);
}
@media not all and (max-width: 699px) {
  .a1023101-heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: var(--direction, row);
            flex-direction: var(--direction, row);
    gap: 0 0.8125rem;
    -webkit-box-align: var(--align, flex-start);
        -ms-flex-align: var(--align, flex-start);
            align-items: var(--align, flex-start);
    -webkit-box-pack: var(--justify, flex-start);
        -ms-flex-pack: var(--justify, flex-start);
            justify-content: var(--justify, flex-start);
  }
}
@media screen and (max-width: 699px) {
  .a1023101-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 0.625rem;
    -webkit-box-align: var(--align-sp, var(--align, center));
        -ms-flex-align: var(--align-sp, var(--align, center));
            align-items: var(--align-sp, var(--align, center));
    -webkit-box-pack: var(--justify-sp, var(--justify, center));
        -ms-flex-pack: var(--justify-sp, var(--justify, center));
            justify-content: var(--justify-sp, var(--justify, center));
  }
}

.a1023101-heading__en {
  font-family: "Karantina", system-ui;
  line-height: 0.9;
}
@media not all and (max-width: 699px) {
  .a1023101-heading__en {
    font-size: 8.75rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-heading__en {
    font-size: 5.25rem;
  }
}
@media not all and (max-width: 699px) {
  .a1023101-heading--small .a1023101-heading__en {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-heading--small .a1023101-heading__en {
    font-size: 4.375rem;
  }
}
@media not all and (max-width: 699px) {
  .a1023101-heading--smallPc .a1023101-heading__en {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-heading--smallSp .a1023101-heading__en {
    font-size: 4.375rem;
  }
}

.a1023101-heading__text {
  line-height: 1;
}
@media not all and (max-width: 699px) {
  .a1023101-heading__text {
    padding: 0.375rem 0 0.875rem 0.4375rem;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-heading__text {
    padding: 0.375rem 0 0 0;
    font-size: 1rem;
  }
}

@media not all and (max-width: 699px) {
  .page-a1023101__advantage {
    min-width: 75rem;
  }
}

.a1023101-advantage {
  position: relative;
}
@media not all and (max-width: 699px) {
  .a1023101-advantage {
    padding: 6.25rem 0;
    margin: 9.375rem auto 0;
    background: url(/contents/event/a1023101/img/advantage_bg_pc.jpg) no-repeat center/cover;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-advantage {
    padding: 4.375rem 1.25rem;
    margin: 4.375rem auto 0;
    background: url(/contents/event/a1023101/img/advantage_bg_sp.jpg) no-repeat center/cover;
  }
}
.a1023101-advantage::before, .a1023101-advantage::after {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  content: "";
}
.a1023101-advantage::before {
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(0.625rem);
          backdrop-filter: blur(0.625rem);
}
.a1023101-advantage::after {
  z-index: 4;
  background: #000;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0.4, 0, 1) 1s;
  transition: -webkit-transform 0.8s cubic-bezier(0.4, 0.4, 0, 1) 1s;
  transition: transform 0.8s cubic-bezier(0.4, 0.4, 0, 1) 1s;
  transition: transform 0.8s cubic-bezier(0.4, 0.4, 0, 1) 1s, -webkit-transform 0.8s cubic-bezier(0.4, 0.4, 0, 1) 1s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.a1023101-advantage.is-enter::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.a1023101-advantage__heading {
  position: relative;
  z-index: 2;
}

.a1023101-advantage__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (max-width: 699px) {
  .a1023101-advantage__inner {
    gap: 3.5625rem;
    max-width: 63.25rem;
    margin: 5rem auto 0;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-advantage__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.875rem 1.125rem;
    margin: 3.125rem auto 0;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-advantage__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-advantage__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.9375rem;
            flex: 0 0 8.9375rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-advantage__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.625rem;
            flex: 0 0 34.625rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-advantage__box {
    display: contents;
  }
}

.a1023101-advantage__boxName {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 699px) {
  .a1023101-advantage__boxName {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.a1023101-advantage__boxNamePosition {
  display: block;
  font-weight: 700;
}
@media not all and (max-width: 699px) {
  .a1023101-advantage__boxNamePosition {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-advantage__boxNamePosition {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
@media not all and (max-width: 699px) {
  .a1023101-advantage__boxNamePosition br {
    display: none;
  }
}

.a1023101-advantage__boxNameText {
  display: block;
  font-weight: 700;
  line-height: 1;
}
@media not all and (max-width: 699px) {
  .a1023101-advantage__boxNameText {
    margin-top: 1.25rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-advantage__boxNameText {
    margin-top: 1rem;
    font-size: 2rem;
  }
}

.a1023101-advantage__boxText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
}
@media not all and (max-width: 699px) {
  .a1023101-advantage__boxText {
    margin-top: 3.125rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-advantage__boxText {
    font-size: 0.9375rem;
  }
}

.a1023101-advantage__boxButton {
  display: block;
  pointer-events: none;
}
.a1023101-advantage__boxButton .a1023101-button__icon,
.a1023101-advantage__boxButton .a1023101-button__iconArrow {
  background-color: #4b3131;
}
@media not all and (max-width: 699px) {
  .a1023101-advantage__boxButton {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-advantage__boxButton {
    margin-top: 1.875rem;
  }
}

.a1023101-advantage__mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.a1023101-advantage__maskItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #dc2828;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0.4, 0, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0.4, 0, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0.4, 0, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0.4, 0, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.a1023101-advantage__maskItem:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.a1023101-advantage__maskItem:nth-child(2) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.a1023101-advantage__maskItem:nth-child(3) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.a1023101-advantage__maskItem:nth-child(4) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.a1023101-advantage__maskItem:nth-child(5) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.a1023101-advantage__maskItem:nth-child(6) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.a1023101-advantage.is-enter .a1023101-advantage__maskItem {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

@media not all and (max-width: 699px) {
  .page-a1023101__background {
    min-width: 75rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-background {
    max-width: 90rem;
    padding-top: 6.875rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-background {
    padding: 6.25rem 1.25rem 0;
  }
}

.a1023101-background__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media not all and (max-width: 699px) {
  .a1023101-background__catch {
    gap: 0.625rem;
    text-align: center;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-background__catch {
    gap: 0.375rem;
  }
}

.a1023101-background__catchInner {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #dc2828;
  background: #000;
}
@media not all and (max-width: 699px) {
  .a1023101-background__catchInner {
    padding: 0.625rem;
    margin-inline: auto;
    font-size: 3rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-background__catchInner {
    padding: 0.375rem;
    font-size: 2rem;
  }
}

.a1023101-background__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (max-width: 699px) {
  .a1023101-background__inner {
    gap: 4.375rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-background__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    margin-top: 3.125rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-background__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-background__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40.75rem;
            flex: 0 0 40.75rem;
  }
}

.a1023101-background__boxTitle {
  font-family: "Karantina", system-ui;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
}

.a1023101-background__boxText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
}
@media not all and (max-width: 699px) {
  .a1023101-background__boxText {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-background__boxText {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
  }
}
.a1023101-background__boxText p + p {
  margin-top: 1em;
}

@media not all and (max-width: 699px) {
  .page-a1023101__buynow {
    min-width: 75rem;
  }
}

.a1023101-buynow {
  background: #eaeaea;
}
@media not all and (max-width: 699px) {
  .a1023101-buynow {
    padding: 7.5rem 0;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-buynow {
    padding: 4.375rem 1.25rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-buynow__inner {
    max-width: 75rem;
    margin-inline: auto;
  }
}

.a1023101-buynow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media not all and (max-width: 699px) {
  .a1023101-buynow__list {
    gap: 1.25rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-buynow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 3.125rem;
  }
}

.a1023101-buynow__listItem {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #dc2828;
  -webkit-transition: color 0.3s ease !important;
  transition: color 0.3s ease !important;
}
@media (hover: hover) and (pointer: fine) {
  .a1023101-buynow__listItem:hover .a1023101-buynow__listItemBoxIcon svg:first-child {
    opacity: 0;
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
  }
  .a1023101-buynow__listItem:hover .a1023101-buynow__listItemBoxIcon svg:last-child {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.a1023101-buynow__listItem--disabled {
  pointer-events: none;
}
.a1023101-buynow__listItem:hover {
  color: #000;
}

.a1023101-buynow__listItemImage {
  position: relative;
  width: 100%;
  aspect-ratio: 590/323;
  overflow: hidden;
}
.a1023101-buynow__listItemImage img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease !important;
  transition: -webkit-transform 0.3s ease !important;
  transition: transform 0.3s ease !important;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease !important;
}
.a1023101-buynow__listItem:hover .a1023101-buynow__listItemImage img {
  opacity: 1;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.a1023101-buynow__listItemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0.625rem;
}
@media not all and (max-width: 699px) {
  .a1023101-buynow__listItemBox {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-buynow__listItemBox {
    margin-top: 1rem;
  }
}

.a1023101-buynow__listItemBoxText {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
}
@media not all and (max-width: 699px) {
  .a1023101-buynow__listItemBoxText {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-buynow__listItemBoxText {
    font-size: 1rem;
  }
}

.a1023101-buynow__listItemBoxIcon {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.a1023101-buynow__listItemBoxIcon svg {
  position: absolute;
  inset: 0;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease, -webkit-transform 0.2s ease-in-out;
}
.a1023101-buynow__listItemBoxIcon svg:last-child {
  opacity: 0;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
}

@media not all and (max-width: 699px) {
  .page-a1023101__campaign {
    min-width: 75rem;
  }
}
.page-a1023101__campaign::before {
  display: block;
  width: 100%;
  content: "";
  background: #fff;
}
@media not all and (max-width: 699px) {
  .page-a1023101__campaign::before {
    height: 8.75rem;
  }
}
@media screen and (max-width: 699px) {
  .page-a1023101__campaign::before {
    height: 4.375rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-campaign {
    padding: 8.75rem 0;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-campaign {
    padding: 4.375rem 1.25rem 6.25rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-campaign__inner {
    max-width: 75rem;
    margin-inline: auto;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-campaign__heading {
    padding-left: 7.625rem;
  }
}

.a1023101-campaign__content {
  color: #fff;
  background: #000;
}
@media not all and (max-width: 699px) {
  .a1023101-campaign__content {
    padding: 2.5rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-campaign__content {
    padding: 1.875rem 1rem;
    margin-top: 3.125rem;
  }
}

.a1023101-campaign__contentMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (max-width: 699px) {
  .a1023101-campaign__contentMain {
    gap: 3.125rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-campaign__contentMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}

.a1023101-campaign__banner {
  aspect-ratio: 1;
}
@media not all and (max-width: 699px) {
  .a1023101-campaign__banner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26.25rem;
            flex: 0 0 26.25rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-campaign__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.a1023101-campaign__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media not all and (max-width: 699px) {
  .a1023101-campaign__title {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-campaign__title {
    font-size: 2rem;
    line-height: 1.4;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-campaign__prizeList {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-campaign__prizeList {
    margin-top: -1rem;
  }
}

.a1023101-campaign__prizeItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #5b5b5b;
}
@media not all and (max-width: 699px) {
  .a1023101-campaign__prizeItem {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 5.5625rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-campaign__prizeItem {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 1rem 0;
  }
}

.a1023101-campaign__prizeName {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}
@media not all and (max-width: 699px) {
  .a1023101-campaign__prizeName {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-campaign__prizeName {
    font-size: 0.9375rem;
  }
}

.a1023101-campaign__prizeCount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
}

.a1023101-campaign__prizeCountNumber {
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.a1023101-campaign__prizeCountUnit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.a1023101-campaign__description {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
}
@media not all and (max-width: 699px) {
  .a1023101-campaign__description {
    margin-top: 3.75rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-campaign__description {
    margin-top: 2.75rem;
    font-size: 0.9375rem;
  }
}

@media not all and (max-width: 699px) {
  .page-a1023101__coupon {
    min-width: 75rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-coupon {
    padding-bottom: 8.75rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-coupon {
    padding-bottom: 4.375rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-coupon__inner {
    max-width: 75rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-coupon__inner {
    padding: 0 1.25rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-coupon__heading {
    padding-left: 5.375rem;
  }
}

.a1023101-coupon__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #000;
}
@media not all and (max-width: 699px) {
  .a1023101-coupon__content {
    gap: 3.125rem;
    padding: 2.5rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-coupon__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    padding: 1.875rem 1rem;
    margin-top: 3.125rem;
  }
}

.a1023101-coupon__banner {
  aspect-ratio: 1;
}
@media not all and (max-width: 699px) {
  .a1023101-coupon__banner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26.25rem;
            flex: 0 0 26.25rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-coupon__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.a1023101-coupon__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media not all and (max-width: 699px) {
  .a1023101-coupon__title {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-coupon__title {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.a1023101-coupon__description {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
}
@media not all and (max-width: 699px) {
  .a1023101-coupon__description {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-coupon__description {
    font-size: 0.9375rem;
  }
}

@media not all and (max-width: 699px) {
  .page-a1023101__faq {
    min-width: 75rem;
  }
}

.a1023101-faq {
  background: #eaeaea;
}
@media not all and (max-width: 699px) {
  .a1023101-faq {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-faq {
    padding: 4.375rem 1.25rem;
  }
}

.a1023101-faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (max-width: 699px) {
  .a1023101-faq__inner {
    gap: 6.875rem;
    max-width: 75rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-faq__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.125rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-faq__heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10rem;
            flex: 0 0 10rem;
  }
}

.a1023101-faq__list {
  border-bottom: 1px solid #dc2828;
}
@media not all and (max-width: 699px) {
  .a1023101-faq__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: -1.875rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-faq__list {
    margin-top: -1rem;
  }
}

.a1023101-faq__listItem {
  color: #dc2828;
}
@media not all and (max-width: 699px) {
  .a1023101-faq__listItem {
    padding-bottom: 1.875rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-faq__listItem {
    padding-bottom: 1rem;
  }
}
.a1023101-faq__listItem + .a1023101-faq__listItem {
  border-top: 1px solid #dc2828;
}

.a1023101-faq__listItemQuestion {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #dc2828;
  text-align: left;
  cursor: pointer;
  -webkit-transition: color 0.3s ease !important;
  transition: color 0.3s ease !important;
}
@media not all and (max-width: 699px) {
  .a1023101-faq__listItemQuestion {
    padding: 1.875rem 0 0 2.875rem !important;
    font-size: 1.125rem;
    line-height: 1;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-faq__listItemQuestion {
    padding: 1rem 0 0 1.625rem !important;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.a1023101-faq__listItemQuestion::before {
  position: absolute;
  left: 0;
  font-family: "Karantina", system-ui;
  content: "Q.";
}
@media not all and (max-width: 699px) {
  .a1023101-faq__listItemQuestion::before {
    top: 1.5625rem;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-faq__listItemQuestion::before {
    top: 0.5rem;
    font-size: 1.625rem;
  }
}
.a1023101-faq__listItemQuestion::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  content: "";
}
@media not all and (max-width: 699px) {
  .a1023101-faq__listItemQuestion::after {
    height: 1.875rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-faq__listItemQuestion::after {
    height: 1rem;
  }
}

.a1023101-faq__listItemQuestionIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media not all and (max-width: 699px) {
  .a1023101-faq__listItemQuestionIcon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1rem;
            flex: 0 0 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-faq__listItemQuestionIcon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.75rem;
            flex: 0 0 0.75rem;
    height: 0.75rem;
    margin-top: 0.5rem;
  }
}
.a1023101-faq__listItemQuestion.is-open .a1023101-faq__listItemQuestionIcon {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.a1023101-faq__listItemQuestionIcon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.a1023101-faq__listItemAnswer {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0;
  overflow: hidden;
  line-height: 1.6;
}
@media not all and (max-width: 699px) {
  .a1023101-faq__listItemAnswer {
    font-size: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-faq__listItemAnswer {
    font-size: 0.875rem;
  }
}
.a1023101-faq__listItemAnswer::before {
  position: absolute;
  top: 0.875rem;
  left: 0;
  font-family: "Karantina", system-ui;
  content: "A.";
}
@media not all and (max-width: 699px) {
  .a1023101-faq__listItemAnswer::before {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-faq__listItemAnswer::before {
    font-size: 1.625rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-faq__listItemAnswerInner {
    padding: 1.25rem 0 0 2.875rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-faq__listItemAnswerInner {
    padding: 1.25rem 0 0 1.625rem;
  }
}

@media not all and (max-width: 699px) {
  .page-a1023101__lineup {
    min-width: 75rem;
  }
}

.a1023101-lineup {
  background: #fff;
}
@media not all and (max-width: 699px) {
  .a1023101-lineup {
    padding: 7.5rem 0 1.875rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-lineup {
    padding: 4.375rem 0 3.125rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-lineup__inner {
    max-width: 75rem;
    margin-inline: auto;
  }
}

.a1023101-lineup__imageWrap {
  background: #fff;
}

.a1023101-lineup__image {
  margin-inline: auto;
}
@media not all and (max-width: 699px) {
  .a1023101-lineup__image {
    width: 75rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-lineup__image {
    width: 23.4375rem;
  }
}

@media not all and (max-width: 699px) {
  .page-a1023101__links {
    min-width: 75rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-links {
    padding: 8.75rem 0 7.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-links {
    padding: 4.375rem 0 7.5rem;
  }
}

.a1023101-links__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (max-width: 699px) {
  .a1023101-links__inner {
    gap: 11.875rem;
    max-width: 75rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-links__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.125rem;
    padding: 0 1.25rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-links__heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.25rem;
            flex: 0 0 11.25rem;
  }
}

.a1023101-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 0.625rem;
}
@media screen and (max-width: 699px) {
  .a1023101-links__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-links__listItem {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-links__listItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.3125rem);
            flex: 0 0 calc(50% - 0.3125rem);
  }
}

.a1023101-links__notes {
  color: #afafaf;
  background: #000;
}
@media not all and (max-width: 699px) {
  .a1023101-links__notes {
    padding: 1.5rem 0;
    margin-top: 8.75rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-links__notes {
    padding: 1.25rem;
    margin-top: 7.5rem;
  }
}

.a1023101-links__notesInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (max-width: 699px) {
  .a1023101-links__notesInner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem 0.625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 50rem;
    margin-inline: auto;
    font-size: 0.75rem;
    line-height: 1;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-links__notesInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
    font-size: 0.625rem;
    line-height: 1.5;
  }
}

.a1023101-mv {
  position: relative;
}
@media not all and (max-width: 699px) {
  .a1023101-mv {
    min-width: 75rem;
  }
}
.a1023101-mv::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(0.625rem);
          backdrop-filter: blur(0.625rem);
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}
body.is-load-end .a1023101-mv::before {
  opacity: 0;
}

.a1023101-mv__slider {
  position: absolute;
  left: 0;
  z-index: 4;
}
@media not all and (max-width: 699px) {
  .a1023101-mv__slider {
    top: 0;
    width: 9.375rem;
    height: 100%;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-mv__slider {
    bottom: -1.875rem;
    width: 100%;
    height: 3.5rem;
  }
}

.a1023101-mv__image {
  position: relative;
  z-index: 1;
}

.a1023101-mv__inner {
  position: absolute;
  z-index: 3;
}
@media not all and (max-width: 699px) {
  .a1023101-mv__inner {
    top: max(10.8333333333vw, 9.75rem);
    left: max(15.2083333333vw, 13.6875rem);
  }
}
@media screen and (max-width: 699px) {
  .a1023101-mv__inner {
    top: 0;
    left: 0;
    padding: 1.75rem 1.25rem 0;
  }
}

.a1023101-mv__catch svg {
  width: 100%;
  height: 100%;
}

.a1023101-mv__catchLogo {
  margin: 0;
}
@media not all and (max-width: 699px) {
  .a1023101-mv__catchLogo {
    width: max(6.1111111111vw, 5.5rem);
    height: max(2.7777777778vw, 2.5rem);
  }
}
@media screen and (max-width: 699px) {
  .a1023101-mv__catchLogo {
    width: 4.4375rem;
    height: 2rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-mv__catchText {
    width: max(33.3333333333vw, 30rem);
    height: max(6.1805555556vw, 5.5625rem);
    margin: max(1.6666666667vw, 1.5rem) 0 0;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-mv__catchText {
    width: 20.9375rem;
    height: 4rem;
    margin: 0.625rem 0 0;
  }
}

.a1023101-mv__text {
  line-height: 1.8;
}
@media not all and (max-width: 699px) {
  .a1023101-mv__text {
    margin-top: max(2.2222222222vw, 2rem);
    font-size: max(1.1111111111vw, 1rem);
  }
}
@media screen and (max-width: 699px) {
  .a1023101-mv__text {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-mv__text br {
    display: none;
  }
}

.a1023101-nav {
  position: sticky;
  width: 100%;
}
@media not all and (max-width: 699px) {
  .a1023101-nav {
    top: 82.5px;
    z-index: 98;
    min-width: 75rem;
    padding: 1.375rem;
    -webkit-transition: opacity 0.3s linear 0.6s;
    transition: opacity 0.3s linear 0.6s;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-nav {
    top: 1.25rem;
    z-index: 100;
    width: 100%;
    padding: 3.75rem 1.25rem 0;
  }
}
@media not all and (max-width: 699px) {
  body.is_fixed-sidearea--show .a1023101-nav {
    z-index: 100;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-nav__body {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
    overflow: hidden;
    background-color: #000;
    border-radius: 0.25rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-nav__content {
    padding: 0.125rem;
  }
}

.a1023101-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media not all and (max-width: 699px) {
  .a1023101-nav__list {
    position: relative;
  }
  .a1023101-nav__list::before {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--nav-indicator-width, 8.125rem);
    height: 100%;
    content: "";
    background-color: #4b3131;
    border-radius: 0.25rem;
    opacity: 0;
    -webkit-transition: width 0.35s cubic-bezier(0.4, 0.4, 0, 1), opacity 0.2s ease, -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0, 1);
    transition: width 0.35s cubic-bezier(0.4, 0.4, 0, 1), opacity 0.2s ease, -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0, 1);
    transition: width 0.35s cubic-bezier(0.4, 0.4, 0, 1), opacity 0.2s ease, transform 0.35s cubic-bezier(0.4, 0.4, 0, 1);
    transition: width 0.35s cubic-bezier(0.4, 0.4, 0, 1), opacity 0.2s ease, transform 0.35s cubic-bezier(0.4, 0.4, 0, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0, 1);
    -webkit-transform: translateX(var(--nav-indicator-x, 0));
            transform: translateX(var(--nav-indicator-x, 0));
  }
  .a1023101-nav__list:has(.a1023101-nav__link.is-current)::before, .a1023101-nav__list:has(> .a1023101-nav__item:hover)::before, .a1023101-nav__list:has(> .a1023101-nav__item > .a1023101-nav__link:focus-visible)::before {
    opacity: 1;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-nav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-nav__item {
    position: relative;
    z-index: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.a1023101-nav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  border: none;
  border-radius: 0.25rem;
}
@media not all and (max-width: 699px) {
  .a1023101-nav__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-width: 8.125rem;
    min-height: 2.125rem;
    padding: 0.625rem 1rem !important;
    font-size: 0.875rem;
    color: #fff;
    white-space: nowrap;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-nav__link {
    padding: 0.375rem !important;
    font-size: 0.75rem;
    color: #fff;
    background-color: #000 !important;
  }
}
.a1023101-nav__link svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #dc2828;
}
@media not all and (max-width: 699px) {
  .a1023101-nav__link svg {
    width: 0.6875rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-nav__link svg {
    width: 0.5rem;
    height: 0.375rem;
  }
}
.a1023101-nav__link:focus {
  outline: none;
}

@media not all and (max-width: 699px) {
  .page-a1023101__product {
    min-width: 75rem;
  }
}

.a1023101-product__tape {
  position: relative;
}
@media not all and (max-width: 699px) {
  .a1023101-product__tape {
    height: 20.25rem;
    padding-top: 2.1875rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__tape {
    height: 15.8125rem;
    padding-top: 4.375rem;
    margin-bottom: 3rem;
  }
}

.a1023101-product__tapeLine {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform;
}
@media not all and (max-width: 699px) {
  .a1023101-product__tapeLine {
    width: 154.4875rem;
    height: 6.8rem;
    margin-left: -77.24375rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__tapeLine {
    width: 102.25rem;
    height: 4.5rem;
    margin-left: -51.125rem;
  }
}
@media not all and (max-width: 699px) {
  .a1023101-product__tapeLine--back {
    top: 3.75rem;
    -webkit-transform: rotate(1.33deg);
            transform: rotate(1.33deg);
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__tapeLine--back {
    top: 6.25rem;
    -webkit-transform: rotate(8.36deg);
            transform: rotate(8.36deg);
  }
}
.a1023101-product__tapeLine--front {
  z-index: 1;
}
@media not all and (max-width: 699px) {
  .a1023101-product__tapeLine--front {
    top: 7.3125rem;
    -webkit-transform: rotate(-7.48deg);
            transform: rotate(-7.48deg);
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__tapeLine--front {
    top: 9rem;
    -webkit-transform: rotate(-10.62deg);
            transform: rotate(-10.62deg);
  }
}

.a1023101-product__tapeImage {
  display: block;
  width: 100%;
  height: 100%;
  will-change: transform;
}

.a1023101-product__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}
@media not all and (max-width: 699px) {
  .a1023101-product__heading {
    gap: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    padding: 0 1.25rem;
  }
}

.a1023101-product__headingLogo {
  width: 16.5rem;
  height: 7.375rem;
}
.a1023101-product__headingLogo svg {
  width: 100%;
  height: 100%;
}

.a1023101-product__headingText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.4;
}
@media not all and (max-width: 699px) {
  .a1023101-product__headingText {
    font-size: 3rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__headingText {
    font-size: 2rem;
  }
}

.a1023101-product__lead {
  margin-top: 2.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media not all and (max-width: 699px) {
  .a1023101-product__lead {
    text-align: center;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__lead {
    padding: 0 1.25rem;
  }
}

.a1023101-product__spec {
  position: relative;
  overflow: hidden;
}
@media not all and (max-width: 699px) {
  .a1023101-product__spec {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__spec {
    padding-top: 3.125rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-product__specImage {
    position: absolute;
    right: 0;
    bottom: -5.625rem;
    left: 0;
    width: 90rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__specImage {
    width: 23.4375rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-product__specImageInner {
    width: 35.6875rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__specImageInner {
    width: 23.4375rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-product__specInner {
    max-width: 90rem;
    padding: 0 7.5rem 0 38.75rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__specInner {
    padding: 0 1.25rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-product__specBox {
    min-height: 36.6875rem;
    padding-top: 3.5625rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__specBox {
    position: relative;
    z-index: 1;
    margin-top: -2.3125rem;
  }
}

.a1023101-product__specBoxTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #dc2828;
  background: #000;
}
@media not all and (max-width: 699px) {
  .a1023101-product__specBoxTitle {
    padding: 0.75rem 0.625rem 0.75rem 1.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__specBoxTitle {
    padding: 0.625rem 0.375rem 0.625rem 1rem;
  }
}
.a1023101-product__specBoxTitle::before {
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: 0.1875rem;
  content: "";
  background: #dc2828;
}
@media not all and (max-width: 699px) {
  .a1023101-product__specBoxTitle::before {
    width: 16.75rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__specBoxTitle::before {
    width: 2.1875rem;
  }
}

.a1023101-product__specBoxTitleText {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media not all and (max-width: 699px) {
  .a1023101-product__specBoxTitleText {
    width: 20rem;
    height: 2.6875rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__specBoxTitleText {
    width: 13.25rem;
    height: 1.8125rem;
  }
}
.a1023101-product__specBoxTitleText svg {
  width: 100%;
  height: 100%;
}

.a1023101-product__specBoxTitleSuffix {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-family: "Karantina", system-ui;
  font-weight: 700;
  line-height: 1;
}
@media not all and (max-width: 699px) {
  .a1023101-product__specBoxTitleSuffix {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__specBoxTitleSuffix {
    font-size: 1.5rem;
  }
}

.a1023101-product__specBoxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem 1.25rem;
  color: #000;
}
@media not all and (max-width: 699px) {
  .a1023101-product__specBoxList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.125rem 1.25rem;
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__specBoxList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-top: 1.25rem;
  }
}

.a1023101-product__specBoxListItem {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
@media not all and (max-width: 699px) {
  .a1023101-product__specBoxListItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.625rem);
            flex: 0 0 calc(50% - 0.625rem);
    padding-bottom: 1.75rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__specBoxListItem {
    padding-bottom: 1rem;
  }
}

.a1023101-product__specBoxListItemTitle {
  font-family: "Karantina", system-ui;
  font-weight: 700;
  line-height: 1;
}
@media not all and (max-width: 699px) {
  .a1023101-product__specBoxListItemTitle {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__specBoxListItemTitle {
    font-size: 1.875rem;
  }
}

.a1023101-product__specBoxListItemText {
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media not all and (max-width: 699px) {
  .a1023101-product__specBoxListItemText {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__specBoxListItemText {
    font-size: 1rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-product__gear {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.625rem 0.5625rem;
    max-width: 75rem;
    padding: 8.75rem 0;
    margin-inline: auto;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__gear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
    padding: 6.25rem 1.25rem 4.375rem;
  }
}

@media screen and (max-width: 699px) {
  .a1023101-product__gearHeading {
    margin-bottom: 2.5rem;
  }
}
.a1023101-product__gearHeading .a1023101-heading__text {
  padding-top: 0.625rem;
}

.a1023101-product__gearItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.875rem;
  background: #000;
}
@media not all and (max-width: 699px) {
  .a1023101-product__gearItem {
    min-height: 24.625rem;
  }
  @media (hover: hover) and (pointer: fine) {
    .a1023101-product__gearItem:hover .a1023101-product__gearItemImageLayer--default {
      opacity: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    .a1023101-product__gearItem:hover .a1023101-product__gearItemImageLayer--hover {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__gearItem {
    min-height: 20.9375rem;
  }
}
@media not all and (max-width: 699px) {
  .a1023101-product__gearItem:nth-child(4) {
    grid-column: 2;
  }
}
@media not all and (max-width: 699px) {
  .a1023101-product__gearItem:nth-child(5) {
    grid-column: 3;
  }
}

.a1023101-product__gearItemTitle {
  padding: 0 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
@media not all and (max-width: 699px) {
  .a1023101-product__gearItemTitle {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__gearItemTitle {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.a1023101-product__gearItemText {
  padding: 0 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
}
@media not all and (max-width: 699px) {
  .a1023101-product__gearItemText {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__gearItemText {
    margin-top: 0.75rem;
    font-size: 0.9375rem;
  }
}

.a1023101-product__gearItemImage {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: auto;
  overflow: hidden;
}
@media not all and (max-width: 699px) {
  .a1023101-product__gearItemImage {
    height: 15rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__gearItemImage {
    height: 12.75rem;
  }
}

.a1023101-product__gearItemImageLayer {
  position: absolute;
  inset: 0;
  display: block;
}
@media not all and (max-width: 699px) {
  .a1023101-product__gearItemImageLayer {
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.4s cubic-bezier(0.4, 0.4, 0, 1);
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.4s cubic-bezier(0.4, 0.4, 0, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0.4, 0, 1), opacity 0.5s ease-in-out;
    transition: transform 0.4s cubic-bezier(0.4, 0.4, 0, 1), opacity 0.5s ease-in-out, -webkit-transform 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  }
}
@media screen and (max-width: 699px) {
  .a1023101-product__gearItemImageLayer--hover {
    display: none;
  }
}
.a1023101-product__gearItemImageLayer--hover {
  margin: 0.5rem;
  background: #1e1e1e;
}
@media not all and (max-width: 699px) {
  .a1023101-product__gearItemImageLayer--hover {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.a1023101-product__gearItemImageLayer picture,
.a1023101-product__gearItemImageLayer img {
  display: block;
  width: 100%;
  height: 100%;
}
.a1023101-product__gearItemImageLayer img {
  -o-object-fit: cover;
     object-fit: cover;
}

.a1023101-topics {
  position: relative;
}

@media not all and (max-width: 699px) {
  .a1023101-topics__inner {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-topics__inner {
    padding-top: 3.75rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-topics__heading {
    position: absolute;
    top: 6.25rem;
    left: 7.5rem;
  }
}

@media screen and (max-width: 699px) {
  .a1023101-topics__slider {
    margin-top: 3.125rem;
  }
}
.a1023101-topics__slider .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.a1023101-topics__sliderArrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media not all and (max-width: 699px) {
  .a1023101-topics__sliderArrows {
    margin-top: 2.125rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-topics__sliderArrows {
    margin-top: 1.875rem;
  }
}

.a1023101-topics__sliderArrow {
  width: 1.25rem;
  height: 1.25rem;
  color: #000 !important;
}
.a1023101-topics__sliderArrow.splide__arrow--prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.a1023101-topics__sliderArrow svg {
  width: 1.25rem;
  height: 1.25rem;
}

.a1023101-topics__sliderPagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.a1023101-topics__sliderPagination li {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  padding: 0.3125rem;
}
.a1023101-topics__sliderPagination li .splide__pagination__page {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background: #000;
  border-radius: 50%;
  opacity: 0.3;
}
.a1023101-topics__sliderPagination li .splide__pagination__page.is-active {
  opacity: 1;
}

.a1023101-topics__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: #000;
}
@media not all and (max-width: 699px) {
  .a1023101-topics__slide {
    gap: 1.875rem;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-topics__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    padding: 1.25rem;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-topics__slideImage {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.75rem;
            flex: 0 0 15.75rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-topics__slideBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.a1023101-topics__slideBoxDate {
  font-family: "Karantina", system-ui;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.a1023101-topics__slideBoxTitle {
  font-size: 0.875rem;
  line-height: 1.6;
}
@media not all and (max-width: 699px) {
  .a1023101-topics__slideBoxTitle {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-topics__slideBoxTitle {
    margin-top: 0.75rem;
  }
}
@media screen and (max-width: 699px) {
  .a1023101-topics__slideBoxTitle br {
    display: none;
  }
}

.page-a1023101__wrapper {
  position: relative;
  z-index: 2;
}
.page-a1023101__wrapper.is-yellow {
  background-color: #fff000;
}
.page-a1023101__wrapper.is-white {
  background-color: #fff;
}
.page-a1023101__wrapper.is-black {
  background-color: #000;
}

/* u-anime */
.u-animeFadeUp {
  position: relative;
  opacity: 0;
}
@media not all and (max-width: 699px) {
  .u-animeFadeUp {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}
@media screen and (max-width: 699px) {
  .u-animeFadeUp {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}
.is-enter .u-animeFadeUp, .u-animeFadeUp.is-enter {
  opacity: 1;
  -webkit-transition: opacity cubic-bezier(0.42, 0, 0.833, 1) var(--duration, 0.2s) var(--delay-opacity, 0.1s), -webkit-transform cubic-bezier(0.42, 0, 0.833, 1) var(--duration, 0.2s) var(--delay-transform, 0.13s);
  transition: opacity cubic-bezier(0.42, 0, 0.833, 1) var(--duration, 0.2s) var(--delay-opacity, 0.1s), -webkit-transform cubic-bezier(0.42, 0, 0.833, 1) var(--duration, 0.2s) var(--delay-transform, 0.13s);
  transition: transform cubic-bezier(0.42, 0, 0.833, 1) var(--duration, 0.2s) var(--delay-transform, 0.13s), opacity cubic-bezier(0.42, 0, 0.833, 1) var(--duration, 0.2s) var(--delay-opacity, 0.1s);
  transition: transform cubic-bezier(0.42, 0, 0.833, 1) var(--duration, 0.2s) var(--delay-transform, 0.13s), opacity cubic-bezier(0.42, 0, 0.833, 1) var(--duration, 0.2s) var(--delay-opacity, 0.1s), -webkit-transform cubic-bezier(0.42, 0, 0.833, 1) var(--duration, 0.2s) var(--delay-transform, 0.13s);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* u-anime */
.u-animeFade {
  opacity: 0;
}
.is-enter .u-animeFade, .u-animeFade.is-enter {
  opacity: 1;
  -webkit-transition: opacity cubic-bezier(0.42, 0, 0.833, 1) var(--duration, 0.2s) var(--delay-opacity, 0.23s);
  transition: opacity cubic-bezier(0.42, 0, 0.833, 1) var(--duration, 0.2s) var(--delay-opacity, 0.23s);
}

.u-animeFadeImage {
  overflow: hidden;
}
.u-animeFadeImage img {
  opacity: 0;
  -webkit-transition: opacity cubic-bezier(0.16, 1, 0.3, 1) var(--duration, 0.8s) var(--delay-opacity, 0s), scale cubic-bezier(0.16, 1, 0.3, 1) var(--duration, 0.8s) var(--delay-scale, 0s);
  transition: opacity cubic-bezier(0.16, 1, 0.3, 1) var(--duration, 0.8s) var(--delay-opacity, 0s), scale cubic-bezier(0.16, 1, 0.3, 1) var(--duration, 0.8s) var(--delay-scale, 0s);
  scale: 1.15;
}
.is-enter .u-animeFadeImage img, .u-animeFadeImage.is-enter img {
  opacity: 1;
  scale: 1;
}

.u-animeScale {
  opacity: 0;
}
@media not all and (max-width: 699px) {
  .u-animeScale {
    scale: 1.2;
  }
}
@media screen and (max-width: 699px) {
  .u-animeScale {
    scale: 1.3;
  }
}
.is-enter .u-animeScale, .u-animeScale.is-enter {
  opacity: 1;
  -webkit-transition: scale cubic-bezier(0.16, 1, 0.3, 1) var(--duration, 0.35s) var(--delay, 0s), opacity cubic-bezier(0.16, 1, 0.3, 1) var(--duration, 0.35s) var(--delay, 0s);
  transition: scale cubic-bezier(0.16, 1, 0.3, 1) var(--duration, 0.35s) var(--delay, 0s), opacity cubic-bezier(0.16, 1, 0.3, 1) var(--duration, 0.35s) var(--delay, 0s);
  scale: 1;
}

.u-animeScaleFade {
  opacity: 0;
}
@media not all and (max-width: 699px) {
  .u-animeScaleFade {
    scale: 1.1;
  }
}
@media screen and (max-width: 699px) {
  .u-animeScaleFade {
    scale: 1.2;
  }
}
.is-enter .u-animeScaleFade, .u-animeScaleFade.is-enter {
  opacity: 1;
  -webkit-transition: scale ease-in-out var(--duration, 0.3s) var(--delay, 0s), opacity linear var(--duration, 0.3s) var(--delay, 0s);
  transition: scale ease-in-out var(--duration, 0.3s) var(--delay, 0s), opacity linear var(--duration, 0.3s) var(--delay, 0s);
  scale: 1;
}

@media screen and (max-width: 699px) {
  .a1023101-only-show--pc {
    display: none;
  }
}

@media not all and (max-width: 699px) {
  .a1023101-only-show--sp {
    display: none;
  }
}