@charset "UTF-8";
@-webkit-keyframes don-anim {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes don-anim {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes don-anim2 {
  0% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  70%, 100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    opacity: 1;
  }
}
@keyframes don-anim2 {
  0% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  70%, 100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    opacity: 1;
  }
}
/**
 * Swiper 12.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 27, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

.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-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

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

.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;
  display: block;
}

.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-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* 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-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-slides-offset-before);
          margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  -webkit-margin-end: var(--swiper-slides-offset-after);
          margin-inline-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-slides-offset-before);
          margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  -webkit-margin-after: var(--swiper-slides-offset-after);
          margin-block-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.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-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.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-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.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-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.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-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: 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: 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: 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: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.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%;
          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);
  }
}
/* Slide styles end */
.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-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  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 ::slotted(svg),
.swiper-button-prev svg,
.swiper-button-next ::slotted(svg),
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
  fill: currentColor;
  pointer-events: none;
}

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

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-button-prev .swiper-navigation-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  margin-left: 0;
}
.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-horizontal .swiper-button-next, .swiper-horizontal ~ .swiper-button-next, .swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal ~ .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl .swiper-button-next ::slotted(.swiper-navigation-icon),
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-next ::slotted(.swiper-navigation-icon),
.swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next {
  left: var(--swiper-navigation-top-offset, 50%);
  right: auto;
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: 0;
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}
.swiper-vertical .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}
.swiper-vertical .swiper-button-next ::slotted(.swiper-navigation-icon),
.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next ::slotted(.swiper-navigation-icon),
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --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: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  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);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-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: var(--swiper-pagination-bullet-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: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  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%);
          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%);
          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;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-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: var(--swiper-pagination-progressbar-size, 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: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, 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: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

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

/* Zoom container styles start */
.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;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-thumbs .swiper-slide-thumb-active {
  /* Styles for active thumb slide */
}

.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 {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.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;
          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;
          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 {
  pointer-events: auto;
  visibility: visible;
}
.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-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

/* Cube slide shadows end */
.swiper.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;
}

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

/* Flip slide shadows end */
.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.swiper-cards {
  overflow: visible;
}

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

:root {
  --rt-size: 10px;
}
@media screen and (max-width: 1366px) {
  :root {
    --rt-size: calc(10 / 1366 * 100vw);
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --rt-size: calc(10 / 375 * 100vw);
  }
}
:root {
  --vw-size: calc(10 / 1366 * 100vw);
}
@media screen and (max-width: 1000px) {
  :root {
    --vw-size: calc(10 / 375 * 100vw);
  }
}

/* reset
--------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  border: none;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

/* img */
img,
div, p, blockquote,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
form, fieldset, textarea,
address,
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
}

/* html5 */
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* table */
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

/* a */
a:hover, a:active {
  outline: none;
}

a {
  text-decoration: none;
}
a:not([class]):hover {
  text-decoration: underline;
}

.noT a:hover {
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
}

/* img */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

/* selection */
::-moz-selection {
  background: #b2d7fe;
}

* {
  min-height: 0%;
  /* word-break: break-all; */
  word-break: break-word;
  word-wrap: break-word;
}

/*************************************************

html

*************************************************/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 2vw;
  }
}

/*************************************************

wrapper

*************************************************/
.wrapper {
  color: #000;
  font-family: "Oswald", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left;
}
.wrapper .font-serif,
.wrapper .font-serif * {
  font-family: "Noto Serif JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
}

.wrapper * {
  font-family: "Oswald", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
}

button, input, textarea, select {
  color: #000;
  font-family: "Oswald", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

/*************************************************

container

*************************************************/
.container {
  position: relative;
  z-index: 1;
}
/*************************************************

align
font
margin & padding
clearfix
sp pc views
hovers
effect animations

*************************************************/
/* aligns
--------------------------------------------------*/
.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

@media screen and (min-width: 1001px) {
  .align_left_pc {
    text-align: left !important;
  }
  .align_right_pc {
    text-align: right !important;
  }
  .align_center_pc {
    text-align: center !important;
  }
}
@media screen and (max-width: 1000px) {
  .align_left_sp {
    text-align: left !important;
  }
  .align_right_sp {
    text-align: right !important;
  }
  .align_center_sp {
    text-align: center !important;
  }
}
/* fonts
--------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .font0_pc {
    font-size: 0rem !important;
  }
  .font1_pc {
    font-size: 0.1rem !important;
  }
  .font2_pc {
    font-size: 0.2rem !important;
  }
  .font3_pc {
    font-size: 0.3rem !important;
  }
  .font4_pc {
    font-size: 0.4rem !important;
  }
  .font5_pc {
    font-size: 0.5rem !important;
  }
  .font6_pc {
    font-size: 0.6rem !important;
  }
  .font7_pc {
    font-size: 0.7rem !important;
  }
  .font8_pc {
    font-size: 0.8rem !important;
  }
  .font9_pc {
    font-size: 0.9rem !important;
  }
  .font10_pc {
    font-size: 1rem !important;
  }
  .font11_pc {
    font-size: 1.1rem !important;
  }
  .font12_pc {
    font-size: 1.2rem !important;
  }
  .font13_pc {
    font-size: 1.3rem !important;
  }
  .font14_pc {
    font-size: 1.4rem !important;
  }
  .font15_pc {
    font-size: 1.5rem !important;
  }
  .font16_pc {
    font-size: 1.6rem !important;
  }
  .font17_pc {
    font-size: 1.7rem !important;
  }
  .font18_pc {
    font-size: 1.8rem !important;
  }
  .font19_pc {
    font-size: 1.9rem !important;
  }
  .font20_pc {
    font-size: 2rem !important;
  }
  .font21_pc {
    font-size: 2.1rem !important;
  }
  .font22_pc {
    font-size: 2.2rem !important;
  }
  .font23_pc {
    font-size: 2.3rem !important;
  }
  .font24_pc {
    font-size: 2.4rem !important;
  }
  .font25_pc {
    font-size: 2.5rem !important;
  }
  .font26_pc {
    font-size: 2.6rem !important;
  }
  .font27_pc {
    font-size: 2.7rem !important;
  }
  .font28_pc {
    font-size: 2.8rem !important;
  }
  .font29_pc {
    font-size: 2.9rem !important;
  }
  .font30_pc {
    font-size: 3rem !important;
  }
  .font31_pc {
    font-size: 3.1rem !important;
  }
  .font32_pc {
    font-size: 3.2rem !important;
  }
  .font33_pc {
    font-size: 3.3rem !important;
  }
  .font34_pc {
    font-size: 3.4rem !important;
  }
  .font35_pc {
    font-size: 3.5rem !important;
  }
  .font36_pc {
    font-size: 3.6rem !important;
  }
  .font37_pc {
    font-size: 3.7rem !important;
  }
  .font38_pc {
    font-size: 3.8rem !important;
  }
  .font39_pc {
    font-size: 3.9rem !important;
  }
  .font40_pc {
    font-size: 4rem !important;
  }
  .font41_pc {
    font-size: 4.1rem !important;
  }
  .font42_pc {
    font-size: 4.2rem !important;
  }
  .font43_pc {
    font-size: 4.3rem !important;
  }
  .font44_pc {
    font-size: 4.4rem !important;
  }
  .font45_pc {
    font-size: 4.5rem !important;
  }
  .font46_pc {
    font-size: 4.6rem !important;
  }
  .font47_pc {
    font-size: 4.7rem !important;
  }
  .font48_pc {
    font-size: 4.8rem !important;
  }
  .font49_pc {
    font-size: 4.9rem !important;
  }
  .font50_pc {
    font-size: 5rem !important;
  }
  .font51_pc {
    font-size: 5.1rem !important;
  }
  .font52_pc {
    font-size: 5.2rem !important;
  }
  .font53_pc {
    font-size: 5.3rem !important;
  }
  .font54_pc {
    font-size: 5.4rem !important;
  }
  .font55_pc {
    font-size: 5.5rem !important;
  }
  .font56_pc {
    font-size: 5.6rem !important;
  }
  .font57_pc {
    font-size: 5.7rem !important;
  }
  .font58_pc {
    font-size: 5.8rem !important;
  }
  .font59_pc {
    font-size: 5.9rem !important;
  }
  .font60_pc {
    font-size: 6rem !important;
  }
  .font61_pc {
    font-size: 6.1rem !important;
  }
  .font62_pc {
    font-size: 6.2rem !important;
  }
  .font63_pc {
    font-size: 6.3rem !important;
  }
  .font64_pc {
    font-size: 6.4rem !important;
  }
  .font65_pc {
    font-size: 6.5rem !important;
  }
  .font66_pc {
    font-size: 6.6rem !important;
  }
  .font67_pc {
    font-size: 6.7rem !important;
  }
  .font68_pc {
    font-size: 6.8rem !important;
  }
  .font69_pc {
    font-size: 6.9rem !important;
  }
  .font70_pc {
    font-size: 7rem !important;
  }
  .font71_pc {
    font-size: 7.1rem !important;
  }
  .font72_pc {
    font-size: 7.2rem !important;
  }
  .font73_pc {
    font-size: 7.3rem !important;
  }
  .font74_pc {
    font-size: 7.4rem !important;
  }
  .font75_pc {
    font-size: 7.5rem !important;
  }
  .font76_pc {
    font-size: 7.6rem !important;
  }
  .font77_pc {
    font-size: 7.7rem !important;
  }
  .font78_pc {
    font-size: 7.8rem !important;
  }
  .font79_pc {
    font-size: 7.9rem !important;
  }
  .font80_pc {
    font-size: 8rem !important;
  }
  .font81_pc {
    font-size: 8.1rem !important;
  }
  .font82_pc {
    font-size: 8.2rem !important;
  }
  .font83_pc {
    font-size: 8.3rem !important;
  }
  .font84_pc {
    font-size: 8.4rem !important;
  }
  .font85_pc {
    font-size: 8.5rem !important;
  }
  .font86_pc {
    font-size: 8.6rem !important;
  }
  .font87_pc {
    font-size: 8.7rem !important;
  }
  .font88_pc {
    font-size: 8.8rem !important;
  }
  .font89_pc {
    font-size: 8.9rem !important;
  }
  .font90_pc {
    font-size: 9rem !important;
  }
  .font91_pc {
    font-size: 9.1rem !important;
  }
  .font92_pc {
    font-size: 9.2rem !important;
  }
  .font93_pc {
    font-size: 9.3rem !important;
  }
  .font94_pc {
    font-size: 9.4rem !important;
  }
  .font95_pc {
    font-size: 9.5rem !important;
  }
  .font96_pc {
    font-size: 9.6rem !important;
  }
  .font97_pc {
    font-size: 9.7rem !important;
  }
  .font98_pc {
    font-size: 9.8rem !important;
  }
  .font99_pc {
    font-size: 9.9rem !important;
  }
  .font100_pc {
    font-size: 10rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .font0_sp {
    font-size: 0rem !important;
  }
  .font1_sp {
    font-size: 0.1rem !important;
  }
  .font2_sp {
    font-size: 0.2rem !important;
  }
  .font3_sp {
    font-size: 0.3rem !important;
  }
  .font4_sp {
    font-size: 0.4rem !important;
  }
  .font5_sp {
    font-size: 0.5rem !important;
  }
  .font6_sp {
    font-size: 0.6rem !important;
  }
  .font7_sp {
    font-size: 0.7rem !important;
  }
  .font8_sp {
    font-size: 0.8rem !important;
  }
  .font9_sp {
    font-size: 0.9rem !important;
  }
  .font10_sp {
    font-size: 1rem !important;
  }
  .font11_sp {
    font-size: 1.1rem !important;
  }
  .font12_sp {
    font-size: 1.2rem !important;
  }
  .font13_sp {
    font-size: 1.3rem !important;
  }
  .font14_sp {
    font-size: 1.4rem !important;
  }
  .font15_sp {
    font-size: 1.5rem !important;
  }
  .font16_sp {
    font-size: 1.6rem !important;
  }
  .font17_sp {
    font-size: 1.7rem !important;
  }
  .font18_sp {
    font-size: 1.8rem !important;
  }
  .font19_sp {
    font-size: 1.9rem !important;
  }
  .font20_sp {
    font-size: 2rem !important;
  }
  .font21_sp {
    font-size: 2.1rem !important;
  }
  .font22_sp {
    font-size: 2.2rem !important;
  }
  .font23_sp {
    font-size: 2.3rem !important;
  }
  .font24_sp {
    font-size: 2.4rem !important;
  }
  .font25_sp {
    font-size: 2.5rem !important;
  }
  .font26_sp {
    font-size: 2.6rem !important;
  }
  .font27_sp {
    font-size: 2.7rem !important;
  }
  .font28_sp {
    font-size: 2.8rem !important;
  }
  .font29_sp {
    font-size: 2.9rem !important;
  }
  .font30_sp {
    font-size: 3rem !important;
  }
  .font31_sp {
    font-size: 3.1rem !important;
  }
  .font32_sp {
    font-size: 3.2rem !important;
  }
  .font33_sp {
    font-size: 3.3rem !important;
  }
  .font34_sp {
    font-size: 3.4rem !important;
  }
  .font35_sp {
    font-size: 3.5rem !important;
  }
  .font36_sp {
    font-size: 3.6rem !important;
  }
  .font37_sp {
    font-size: 3.7rem !important;
  }
  .font38_sp {
    font-size: 3.8rem !important;
  }
  .font39_sp {
    font-size: 3.9rem !important;
  }
  .font40_sp {
    font-size: 4rem !important;
  }
  .font41_sp {
    font-size: 4.1rem !important;
  }
  .font42_sp {
    font-size: 4.2rem !important;
  }
  .font43_sp {
    font-size: 4.3rem !important;
  }
  .font44_sp {
    font-size: 4.4rem !important;
  }
  .font45_sp {
    font-size: 4.5rem !important;
  }
  .font46_sp {
    font-size: 4.6rem !important;
  }
  .font47_sp {
    font-size: 4.7rem !important;
  }
  .font48_sp {
    font-size: 4.8rem !important;
  }
  .font49_sp {
    font-size: 4.9rem !important;
  }
  .font50_sp {
    font-size: 5rem !important;
  }
  .font51_sp {
    font-size: 5.1rem !important;
  }
  .font52_sp {
    font-size: 5.2rem !important;
  }
  .font53_sp {
    font-size: 5.3rem !important;
  }
  .font54_sp {
    font-size: 5.4rem !important;
  }
  .font55_sp {
    font-size: 5.5rem !important;
  }
  .font56_sp {
    font-size: 5.6rem !important;
  }
  .font57_sp {
    font-size: 5.7rem !important;
  }
  .font58_sp {
    font-size: 5.8rem !important;
  }
  .font59_sp {
    font-size: 5.9rem !important;
  }
  .font60_sp {
    font-size: 6rem !important;
  }
  .font61_sp {
    font-size: 6.1rem !important;
  }
  .font62_sp {
    font-size: 6.2rem !important;
  }
  .font63_sp {
    font-size: 6.3rem !important;
  }
  .font64_sp {
    font-size: 6.4rem !important;
  }
  .font65_sp {
    font-size: 6.5rem !important;
  }
  .font66_sp {
    font-size: 6.6rem !important;
  }
  .font67_sp {
    font-size: 6.7rem !important;
  }
  .font68_sp {
    font-size: 6.8rem !important;
  }
  .font69_sp {
    font-size: 6.9rem !important;
  }
  .font70_sp {
    font-size: 7rem !important;
  }
  .font71_sp {
    font-size: 7.1rem !important;
  }
  .font72_sp {
    font-size: 7.2rem !important;
  }
  .font73_sp {
    font-size: 7.3rem !important;
  }
  .font74_sp {
    font-size: 7.4rem !important;
  }
  .font75_sp {
    font-size: 7.5rem !important;
  }
  .font76_sp {
    font-size: 7.6rem !important;
  }
  .font77_sp {
    font-size: 7.7rem !important;
  }
  .font78_sp {
    font-size: 7.8rem !important;
  }
  .font79_sp {
    font-size: 7.9rem !important;
  }
  .font80_sp {
    font-size: 8rem !important;
  }
  .font81_sp {
    font-size: 8.1rem !important;
  }
  .font82_sp {
    font-size: 8.2rem !important;
  }
  .font83_sp {
    font-size: 8.3rem !important;
  }
  .font84_sp {
    font-size: 8.4rem !important;
  }
  .font85_sp {
    font-size: 8.5rem !important;
  }
  .font86_sp {
    font-size: 8.6rem !important;
  }
  .font87_sp {
    font-size: 8.7rem !important;
  }
  .font88_sp {
    font-size: 8.8rem !important;
  }
  .font89_sp {
    font-size: 8.9rem !important;
  }
  .font90_sp {
    font-size: 9rem !important;
  }
  .font91_sp {
    font-size: 9.1rem !important;
  }
  .font92_sp {
    font-size: 9.2rem !important;
  }
  .font93_sp {
    font-size: 9.3rem !important;
  }
  .font94_sp {
    font-size: 9.4rem !important;
  }
  .font95_sp {
    font-size: 9.5rem !important;
  }
  .font96_sp {
    font-size: 9.6rem !important;
  }
  .font97_sp {
    font-size: 9.7rem !important;
  }
  .font98_sp {
    font-size: 9.8rem !important;
  }
  .font99_sp {
    font-size: 9.9rem !important;
  }
  .font100_sp {
    font-size: 10rem !important;
  }
}
/* margin & padding
--------------------------------------------------*/
/* margin-top */
.mt0 {
  margin-top: 0rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt35 {
  margin-top: 3.5rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt45 {
  margin-top: 4.5rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mt55 {
  margin-top: 5.5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mt65 {
  margin-top: 6.5rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mt75 {
  margin-top: 7.5rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mt85 {
  margin-top: 8.5rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mt95 {
  margin-top: 9.5rem !important;
}

.mt100 {
  margin-top: 10rem !important;
}

.mt105 {
  margin-top: 10.5rem !important;
}

.mt110 {
  margin-top: 11rem !important;
}

.mt115 {
  margin-top: 11.5rem !important;
}

.mt120 {
  margin-top: 12rem !important;
}

.mt125 {
  margin-top: 12.5rem !important;
}

.mt130 {
  margin-top: 13rem !important;
}

.mt135 {
  margin-top: 13.5rem !important;
}

.mt140 {
  margin-top: 14rem !important;
}

.mt145 {
  margin-top: 14.5rem !important;
}

.mt150 {
  margin-top: 15rem !important;
}

.mt155 {
  margin-top: 15.5rem !important;
}

.mt160 {
  margin-top: 16rem !important;
}

.mt165 {
  margin-top: 16.5rem !important;
}

.mt170 {
  margin-top: 17rem !important;
}

.mt175 {
  margin-top: 17.5rem !important;
}

.mt180 {
  margin-top: 18rem !important;
}

.mt185 {
  margin-top: 18.5rem !important;
}

.mt190 {
  margin-top: 19rem !important;
}

.mt195 {
  margin-top: 19.5rem !important;
}

.mt200 {
  margin-top: 20rem !important;
}

/* margin-right */
.mr0 {
  margin-right: 0rem !important;
}

.mr5 {
  margin-right: 0.5rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.mr15 {
  margin-right: 1.5rem !important;
}

.mr20 {
  margin-right: 2rem !important;
}

.mr25 {
  margin-right: 2.5rem !important;
}

.mr30 {
  margin-right: 3rem !important;
}

.mr35 {
  margin-right: 3.5rem !important;
}

.mr40 {
  margin-right: 4rem !important;
}

.mr45 {
  margin-right: 4.5rem !important;
}

.mr50 {
  margin-right: 5rem !important;
}

.mr55 {
  margin-right: 5.5rem !important;
}

.mr60 {
  margin-right: 6rem !important;
}

.mr65 {
  margin-right: 6.5rem !important;
}

.mr70 {
  margin-right: 7rem !important;
}

.mr75 {
  margin-right: 7.5rem !important;
}

.mr80 {
  margin-right: 8rem !important;
}

.mr85 {
  margin-right: 8.5rem !important;
}

.mr90 {
  margin-right: 9rem !important;
}

.mr95 {
  margin-right: 9.5rem !important;
}

.mr100 {
  margin-right: 10rem !important;
}

.mr105 {
  margin-right: 10.5rem !important;
}

.mr110 {
  margin-right: 11rem !important;
}

.mr115 {
  margin-right: 11.5rem !important;
}

.mr120 {
  margin-right: 12rem !important;
}

.mr125 {
  margin-right: 12.5rem !important;
}

.mr130 {
  margin-right: 13rem !important;
}

.mr135 {
  margin-right: 13.5rem !important;
}

.mr140 {
  margin-right: 14rem !important;
}

.mr145 {
  margin-right: 14.5rem !important;
}

.mr150 {
  margin-right: 15rem !important;
}

.mr155 {
  margin-right: 15.5rem !important;
}

.mr160 {
  margin-right: 16rem !important;
}

.mr165 {
  margin-right: 16.5rem !important;
}

.mr170 {
  margin-right: 17rem !important;
}

.mr175 {
  margin-right: 17.5rem !important;
}

.mr180 {
  margin-right: 18rem !important;
}

.mr185 {
  margin-right: 18.5rem !important;
}

.mr190 {
  margin-right: 19rem !important;
}

.mr195 {
  margin-right: 19.5rem !important;
}

.mr200 {
  margin-right: 20rem !important;
}

/* margin-bottom */
.mb0 {
  margin-bottom: 0rem !important;
}

.mb5 {
  margin-bottom: 0.5rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb25 {
  margin-bottom: 2.5rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb35 {
  margin-bottom: 3.5rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb45 {
  margin-bottom: 4.5rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mb55 {
  margin-bottom: 5.5rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.mb65 {
  margin-bottom: 6.5rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.mb75 {
  margin-bottom: 7.5rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.mb85 {
  margin-bottom: 8.5rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.mb95 {
  margin-bottom: 9.5rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

.mb105 {
  margin-bottom: 10.5rem !important;
}

.mb110 {
  margin-bottom: 11rem !important;
}

.mb115 {
  margin-bottom: 11.5rem !important;
}

.mb120 {
  margin-bottom: 12rem !important;
}

.mb125 {
  margin-bottom: 12.5rem !important;
}

.mb130 {
  margin-bottom: 13rem !important;
}

.mb135 {
  margin-bottom: 13.5rem !important;
}

.mb140 {
  margin-bottom: 14rem !important;
}

.mb145 {
  margin-bottom: 14.5rem !important;
}

.mb150 {
  margin-bottom: 15rem !important;
}

.mb155 {
  margin-bottom: 15.5rem !important;
}

.mb160 {
  margin-bottom: 16rem !important;
}

.mb165 {
  margin-bottom: 16.5rem !important;
}

.mb170 {
  margin-bottom: 17rem !important;
}

.mb175 {
  margin-bottom: 17.5rem !important;
}

.mb180 {
  margin-bottom: 18rem !important;
}

.mb185 {
  margin-bottom: 18.5rem !important;
}

.mb190 {
  margin-bottom: 19rem !important;
}

.mb195 {
  margin-bottom: 19.5rem !important;
}

.mb200 {
  margin-bottom: 20rem !important;
}

/* margin-left */
.ml0 {
  margin-left: 0rem !important;
}

.ml5 {
  margin-left: 0.5rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.ml15 {
  margin-left: 1.5rem !important;
}

.ml20 {
  margin-left: 2rem !important;
}

.ml25 {
  margin-left: 2.5rem !important;
}

.ml30 {
  margin-left: 3rem !important;
}

.ml35 {
  margin-left: 3.5rem !important;
}

.ml40 {
  margin-left: 4rem !important;
}

.ml45 {
  margin-left: 4.5rem !important;
}

.ml50 {
  margin-left: 5rem !important;
}

.ml55 {
  margin-left: 5.5rem !important;
}

.ml60 {
  margin-left: 6rem !important;
}

.ml65 {
  margin-left: 6.5rem !important;
}

.ml70 {
  margin-left: 7rem !important;
}

.ml75 {
  margin-left: 7.5rem !important;
}

.ml80 {
  margin-left: 8rem !important;
}

.ml85 {
  margin-left: 8.5rem !important;
}

.ml90 {
  margin-left: 9rem !important;
}

.ml95 {
  margin-left: 9.5rem !important;
}

.ml100 {
  margin-left: 10rem !important;
}

.ml105 {
  margin-left: 10.5rem !important;
}

.ml110 {
  margin-left: 11rem !important;
}

.ml115 {
  margin-left: 11.5rem !important;
}

.ml120 {
  margin-left: 12rem !important;
}

.ml125 {
  margin-left: 12.5rem !important;
}

.ml130 {
  margin-left: 13rem !important;
}

.ml135 {
  margin-left: 13.5rem !important;
}

.ml140 {
  margin-left: 14rem !important;
}

.ml145 {
  margin-left: 14.5rem !important;
}

.ml150 {
  margin-left: 15rem !important;
}

.ml155 {
  margin-left: 15.5rem !important;
}

.ml160 {
  margin-left: 16rem !important;
}

.ml165 {
  margin-left: 16.5rem !important;
}

.ml170 {
  margin-left: 17rem !important;
}

.ml175 {
  margin-left: 17.5rem !important;
}

.ml180 {
  margin-left: 18rem !important;
}

.ml185 {
  margin-left: 18.5rem !important;
}

.ml190 {
  margin-left: 19rem !important;
}

.ml195 {
  margin-left: 19.5rem !important;
}

.ml200 {
  margin-left: 20rem !important;
}

/* padding-top */
.pt0 {
  padding-top: 0rem !important;
}

.pt5 {
  padding-top: 0.5rem !important;
}

.pt10 {
  padding-top: 1rem !important;
}

.pt15 {
  padding-top: 1.5rem !important;
}

.pt20 {
  padding-top: 2rem !important;
}

.pt25 {
  padding-top: 2.5rem !important;
}

.pt30 {
  padding-top: 3rem !important;
}

.pt35 {
  padding-top: 3.5rem !important;
}

.pt40 {
  padding-top: 4rem !important;
}

.pt45 {
  padding-top: 4.5rem !important;
}

.pt50 {
  padding-top: 5rem !important;
}

.pt55 {
  padding-top: 5.5rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.pt65 {
  padding-top: 6.5rem !important;
}

.pt70 {
  padding-top: 7rem !important;
}

.pt75 {
  padding-top: 7.5rem !important;
}

.pt80 {
  padding-top: 8rem !important;
}

.pt85 {
  padding-top: 8.5rem !important;
}

.pt90 {
  padding-top: 9rem !important;
}

.pt95 {
  padding-top: 9.5rem !important;
}

.pt100 {
  padding-top: 10rem !important;
}

.pt105 {
  padding-top: 10.5rem !important;
}

.pt110 {
  padding-top: 11rem !important;
}

.pt115 {
  padding-top: 11.5rem !important;
}

.pt120 {
  padding-top: 12rem !important;
}

.pt125 {
  padding-top: 12.5rem !important;
}

.pt130 {
  padding-top: 13rem !important;
}

.pt135 {
  padding-top: 13.5rem !important;
}

.pt140 {
  padding-top: 14rem !important;
}

.pt145 {
  padding-top: 14.5rem !important;
}

.pt150 {
  padding-top: 15rem !important;
}

.pt155 {
  padding-top: 15.5rem !important;
}

.pt160 {
  padding-top: 16rem !important;
}

.pt165 {
  padding-top: 16.5rem !important;
}

.pt170 {
  padding-top: 17rem !important;
}

.pt175 {
  padding-top: 17.5rem !important;
}

.pt180 {
  padding-top: 18rem !important;
}

.pt185 {
  padding-top: 18.5rem !important;
}

.pt190 {
  padding-top: 19rem !important;
}

.pt195 {
  padding-top: 19.5rem !important;
}

.pt200 {
  padding-top: 20rem !important;
}

/* padding-right */
.pr0 {
  padding-right: 0rem !important;
}

.pr5 {
  padding-right: 0.5rem !important;
}

.pr10 {
  padding-right: 1rem !important;
}

.pr15 {
  padding-right: 1.5rem !important;
}

.pr20 {
  padding-right: 2rem !important;
}

.pr25 {
  padding-right: 2.5rem !important;
}

.pr30 {
  padding-right: 3rem !important;
}

.pr35 {
  padding-right: 3.5rem !important;
}

.pr40 {
  padding-right: 4rem !important;
}

.pr45 {
  padding-right: 4.5rem !important;
}

.pr50 {
  padding-right: 5rem !important;
}

.pr55 {
  padding-right: 5.5rem !important;
}

.pr60 {
  padding-right: 6rem !important;
}

.pr65 {
  padding-right: 6.5rem !important;
}

.pr70 {
  padding-right: 7rem !important;
}

.pr75 {
  padding-right: 7.5rem !important;
}

.pr80 {
  padding-right: 8rem !important;
}

.pr85 {
  padding-right: 8.5rem !important;
}

.pr90 {
  padding-right: 9rem !important;
}

.pr95 {
  padding-right: 9.5rem !important;
}

.pr100 {
  padding-right: 10rem !important;
}

.pr105 {
  padding-right: 10.5rem !important;
}

.pr110 {
  padding-right: 11rem !important;
}

.pr115 {
  padding-right: 11.5rem !important;
}

.pr120 {
  padding-right: 12rem !important;
}

.pr125 {
  padding-right: 12.5rem !important;
}

.pr130 {
  padding-right: 13rem !important;
}

.pr135 {
  padding-right: 13.5rem !important;
}

.pr140 {
  padding-right: 14rem !important;
}

.pr145 {
  padding-right: 14.5rem !important;
}

.pr150 {
  padding-right: 15rem !important;
}

.pr155 {
  padding-right: 15.5rem !important;
}

.pr160 {
  padding-right: 16rem !important;
}

.pr165 {
  padding-right: 16.5rem !important;
}

.pr170 {
  padding-right: 17rem !important;
}

.pr175 {
  padding-right: 17.5rem !important;
}

.pr180 {
  padding-right: 18rem !important;
}

.pr185 {
  padding-right: 18.5rem !important;
}

.pr190 {
  padding-right: 19rem !important;
}

.pr195 {
  padding-right: 19.5rem !important;
}

.pr200 {
  padding-right: 20rem !important;
}

/* padding-bottom */
.pb0 {
  padding-bottom: 0rem !important;
}

.pb5 {
  padding-bottom: 0.5rem !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pb15 {
  padding-bottom: 1.5rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

.pb25 {
  padding-bottom: 2.5rem !important;
}

.pb30 {
  padding-bottom: 3rem !important;
}

.pb35 {
  padding-bottom: 3.5rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pb45 {
  padding-bottom: 4.5rem !important;
}

.pb50 {
  padding-bottom: 5rem !important;
}

.pb55 {
  padding-bottom: 5.5rem !important;
}

.pb60 {
  padding-bottom: 6rem !important;
}

.pb65 {
  padding-bottom: 6.5rem !important;
}

.pb70 {
  padding-bottom: 7rem !important;
}

.pb75 {
  padding-bottom: 7.5rem !important;
}

.pb80 {
  padding-bottom: 8rem !important;
}

.pb85 {
  padding-bottom: 8.5rem !important;
}

.pb90 {
  padding-bottom: 9rem !important;
}

.pb95 {
  padding-bottom: 9.5rem !important;
}

.pb100 {
  padding-bottom: 10rem !important;
}

.pb105 {
  padding-bottom: 10.5rem !important;
}

.pb110 {
  padding-bottom: 11rem !important;
}

.pb115 {
  padding-bottom: 11.5rem !important;
}

.pb120 {
  padding-bottom: 12rem !important;
}

.pb125 {
  padding-bottom: 12.5rem !important;
}

.pb130 {
  padding-bottom: 13rem !important;
}

.pb135 {
  padding-bottom: 13.5rem !important;
}

.pb140 {
  padding-bottom: 14rem !important;
}

.pb145 {
  padding-bottom: 14.5rem !important;
}

.pb150 {
  padding-bottom: 15rem !important;
}

.pb155 {
  padding-bottom: 15.5rem !important;
}

.pb160 {
  padding-bottom: 16rem !important;
}

.pb165 {
  padding-bottom: 16.5rem !important;
}

.pb170 {
  padding-bottom: 17rem !important;
}

.pb175 {
  padding-bottom: 17.5rem !important;
}

.pb180 {
  padding-bottom: 18rem !important;
}

.pb185 {
  padding-bottom: 18.5rem !important;
}

.pb190 {
  padding-bottom: 19rem !important;
}

.pb195 {
  padding-bottom: 19.5rem !important;
}

.pb200 {
  padding-bottom: 20rem !important;
}

/* padding-left */
.pl0 {
  padding-left: 0rem !important;
}

.pl5 {
  padding-left: 0.5rem !important;
}

.pl10 {
  padding-left: 1rem !important;
}

.pl15 {
  padding-left: 1.5rem !important;
}

.pl20 {
  padding-left: 2rem !important;
}

.pl25 {
  padding-left: 2.5rem !important;
}

.pl30 {
  padding-left: 3rem !important;
}

.pl35 {
  padding-left: 3.5rem !important;
}

.pl40 {
  padding-left: 4rem !important;
}

.pl45 {
  padding-left: 4.5rem !important;
}

.pl50 {
  padding-left: 5rem !important;
}

.pl55 {
  padding-left: 5.5rem !important;
}

.pl60 {
  padding-left: 6rem !important;
}

.pl65 {
  padding-left: 6.5rem !important;
}

.pl70 {
  padding-left: 7rem !important;
}

.pl75 {
  padding-left: 7.5rem !important;
}

.pl80 {
  padding-left: 8rem !important;
}

.pl85 {
  padding-left: 8.5rem !important;
}

.pl90 {
  padding-left: 9rem !important;
}

.pl95 {
  padding-left: 9.5rem !important;
}

.pl100 {
  padding-left: 10rem !important;
}

.pl105 {
  padding-left: 10.5rem !important;
}

.pl110 {
  padding-left: 11rem !important;
}

.pl115 {
  padding-left: 11.5rem !important;
}

.pl120 {
  padding-left: 12rem !important;
}

.pl125 {
  padding-left: 12.5rem !important;
}

.pl130 {
  padding-left: 13rem !important;
}

.pl135 {
  padding-left: 13.5rem !important;
}

.pl140 {
  padding-left: 14rem !important;
}

.pl145 {
  padding-left: 14.5rem !important;
}

.pl150 {
  padding-left: 15rem !important;
}

.pl155 {
  padding-left: 15.5rem !important;
}

.pl160 {
  padding-left: 16rem !important;
}

.pl165 {
  padding-left: 16.5rem !important;
}

.pl170 {
  padding-left: 17rem !important;
}

.pl175 {
  padding-left: 17.5rem !important;
}

.pl180 {
  padding-left: 18rem !important;
}

.pl185 {
  padding-left: 18.5rem !important;
}

.pl190 {
  padding-left: 19rem !important;
}

.pl195 {
  padding-left: 19.5rem !important;
}

.pl200 {
  padding-left: 20rem !important;
}

@media screen and (min-width: 1001px) {
  .mt0_pc {
    margin-top: 0rem !important;
  }
  .mt5_pc {
    margin-top: 0.5rem !important;
  }
  .mt10_pc {
    margin-top: 1rem !important;
  }
  .mt15_pc {
    margin-top: 1.5rem !important;
  }
  .mt20_pc {
    margin-top: 2rem !important;
  }
  .mt25_pc {
    margin-top: 2.5rem !important;
  }
  .mt30_pc {
    margin-top: 3rem !important;
  }
  .mt35_pc {
    margin-top: 3.5rem !important;
  }
  .mt40_pc {
    margin-top: 4rem !important;
  }
  .mt45_pc {
    margin-top: 4.5rem !important;
  }
  .mt50_pc {
    margin-top: 5rem !important;
  }
  .mt55_pc {
    margin-top: 5.5rem !important;
  }
  .mt60_pc {
    margin-top: 6rem !important;
  }
  .mt65_pc {
    margin-top: 6.5rem !important;
  }
  .mt70_pc {
    margin-top: 7rem !important;
  }
  .mt75_pc {
    margin-top: 7.5rem !important;
  }
  .mt80_pc {
    margin-top: 8rem !important;
  }
  .mt85_pc {
    margin-top: 8.5rem !important;
  }
  .mt90_pc {
    margin-top: 9rem !important;
  }
  .mt95_pc {
    margin-top: 9.5rem !important;
  }
  .mt100_pc {
    margin-top: 10rem !important;
  }
  .mt105_pc {
    margin-top: 10.5rem !important;
  }
  .mt110_pc {
    margin-top: 11rem !important;
  }
  .mt115_pc {
    margin-top: 11.5rem !important;
  }
  .mt120_pc {
    margin-top: 12rem !important;
  }
  .mt125_pc {
    margin-top: 12.5rem !important;
  }
  .mt130_pc {
    margin-top: 13rem !important;
  }
  .mt135_pc {
    margin-top: 13.5rem !important;
  }
  .mt140_pc {
    margin-top: 14rem !important;
  }
  .mt145_pc {
    margin-top: 14.5rem !important;
  }
  .mt150_pc {
    margin-top: 15rem !important;
  }
  .mt155_pc {
    margin-top: 15.5rem !important;
  }
  .mt160_pc {
    margin-top: 16rem !important;
  }
  .mt165_pc {
    margin-top: 16.5rem !important;
  }
  .mt170_pc {
    margin-top: 17rem !important;
  }
  .mt175_pc {
    margin-top: 17.5rem !important;
  }
  .mt180_pc {
    margin-top: 18rem !important;
  }
  .mt185_pc {
    margin-top: 18.5rem !important;
  }
  .mt190_pc {
    margin-top: 19rem !important;
  }
  .mt195_pc {
    margin-top: 19.5rem !important;
  }
  .mt200_pc {
    margin-top: 20rem !important;
  }
  .mr0_pc {
    margin-right: 0rem !important;
  }
  .mr5_pc {
    margin-right: 0.5rem !important;
  }
  .mr10_pc {
    margin-right: 1rem !important;
  }
  .mr15_pc {
    margin-right: 1.5rem !important;
  }
  .mr20_pc {
    margin-right: 2rem !important;
  }
  .mr25_pc {
    margin-right: 2.5rem !important;
  }
  .mr30_pc {
    margin-right: 3rem !important;
  }
  .mr35_pc {
    margin-right: 3.5rem !important;
  }
  .mr40_pc {
    margin-right: 4rem !important;
  }
  .mr45_pc {
    margin-right: 4.5rem !important;
  }
  .mr50_pc {
    margin-right: 5rem !important;
  }
  .mr55_pc {
    margin-right: 5.5rem !important;
  }
  .mr60_pc {
    margin-right: 6rem !important;
  }
  .mr65_pc {
    margin-right: 6.5rem !important;
  }
  .mr70_pc {
    margin-right: 7rem !important;
  }
  .mr75_pc {
    margin-right: 7.5rem !important;
  }
  .mr80_pc {
    margin-right: 8rem !important;
  }
  .mr85_pc {
    margin-right: 8.5rem !important;
  }
  .mr90_pc {
    margin-right: 9rem !important;
  }
  .mr95_pc {
    margin-right: 9.5rem !important;
  }
  .mr100_pc {
    margin-right: 10rem !important;
  }
  .mr105_pc {
    margin-right: 10.5rem !important;
  }
  .mr110_pc {
    margin-right: 11rem !important;
  }
  .mr115_pc {
    margin-right: 11.5rem !important;
  }
  .mr120_pc {
    margin-right: 12rem !important;
  }
  .mr125_pc {
    margin-right: 12.5rem !important;
  }
  .mr130_pc {
    margin-right: 13rem !important;
  }
  .mr135_pc {
    margin-right: 13.5rem !important;
  }
  .mr140_pc {
    margin-right: 14rem !important;
  }
  .mr145_pc {
    margin-right: 14.5rem !important;
  }
  .mr150_pc {
    margin-right: 15rem !important;
  }
  .mr155_pc {
    margin-right: 15.5rem !important;
  }
  .mr160_pc {
    margin-right: 16rem !important;
  }
  .mr165_pc {
    margin-right: 16.5rem !important;
  }
  .mr170_pc {
    margin-right: 17rem !important;
  }
  .mr175_pc {
    margin-right: 17.5rem !important;
  }
  .mr180_pc {
    margin-right: 18rem !important;
  }
  .mr185_pc {
    margin-right: 18.5rem !important;
  }
  .mr190_pc {
    margin-right: 19rem !important;
  }
  .mr195_pc {
    margin-right: 19.5rem !important;
  }
  .mr200_pc {
    margin-right: 20rem !important;
  }
  .ml0_pc {
    margin-left: 0rem !important;
  }
  .ml5_pc {
    margin-left: 0.5rem !important;
  }
  .ml10_pc {
    margin-left: 1rem !important;
  }
  .ml15_pc {
    margin-left: 1.5rem !important;
  }
  .ml20_pc {
    margin-left: 2rem !important;
  }
  .ml25_pc {
    margin-left: 2.5rem !important;
  }
  .ml30_pc {
    margin-left: 3rem !important;
  }
  .ml35_pc {
    margin-left: 3.5rem !important;
  }
  .ml40_pc {
    margin-left: 4rem !important;
  }
  .ml45_pc {
    margin-left: 4.5rem !important;
  }
  .ml50_pc {
    margin-left: 5rem !important;
  }
  .ml55_pc {
    margin-left: 5.5rem !important;
  }
  .ml60_pc {
    margin-left: 6rem !important;
  }
  .ml65_pc {
    margin-left: 6.5rem !important;
  }
  .ml70_pc {
    margin-left: 7rem !important;
  }
  .ml75_pc {
    margin-left: 7.5rem !important;
  }
  .ml80_pc {
    margin-left: 8rem !important;
  }
  .ml85_pc {
    margin-left: 8.5rem !important;
  }
  .ml90_pc {
    margin-left: 9rem !important;
  }
  .ml95_pc {
    margin-left: 9.5rem !important;
  }
  .ml100_pc {
    margin-left: 10rem !important;
  }
  .ml105_pc {
    margin-left: 10.5rem !important;
  }
  .ml110_pc {
    margin-left: 11rem !important;
  }
  .ml115_pc {
    margin-left: 11.5rem !important;
  }
  .ml120_pc {
    margin-left: 12rem !important;
  }
  .ml125_pc {
    margin-left: 12.5rem !important;
  }
  .ml130_pc {
    margin-left: 13rem !important;
  }
  .ml135_pc {
    margin-left: 13.5rem !important;
  }
  .ml140_pc {
    margin-left: 14rem !important;
  }
  .ml145_pc {
    margin-left: 14.5rem !important;
  }
  .ml150_pc {
    margin-left: 15rem !important;
  }
  .ml155_pc {
    margin-left: 15.5rem !important;
  }
  .ml160_pc {
    margin-left: 16rem !important;
  }
  .ml165_pc {
    margin-left: 16.5rem !important;
  }
  .ml170_pc {
    margin-left: 17rem !important;
  }
  .ml175_pc {
    margin-left: 17.5rem !important;
  }
  .ml180_pc {
    margin-left: 18rem !important;
  }
  .ml185_pc {
    margin-left: 18.5rem !important;
  }
  .ml190_pc {
    margin-left: 19rem !important;
  }
  .ml195_pc {
    margin-left: 19.5rem !important;
  }
  .ml200_pc {
    margin-left: 20rem !important;
  }
  .mb0_pc {
    margin-bottom: 0rem !important;
  }
  .mb5_pc {
    margin-bottom: 0.5rem !important;
  }
  .mb10_pc {
    margin-bottom: 1rem !important;
  }
  .mb15_pc {
    margin-bottom: 1.5rem !important;
  }
  .mb20_pc {
    margin-bottom: 2rem !important;
  }
  .mb25_pc {
    margin-bottom: 2.5rem !important;
  }
  .mb30_pc {
    margin-bottom: 3rem !important;
  }
  .mb35_pc {
    margin-bottom: 3.5rem !important;
  }
  .mb40_pc {
    margin-bottom: 4rem !important;
  }
  .mb45_pc {
    margin-bottom: 4.5rem !important;
  }
  .mb50_pc {
    margin-bottom: 5rem !important;
  }
  .mb55_pc {
    margin-bottom: 5.5rem !important;
  }
  .mb60_pc {
    margin-bottom: 6rem !important;
  }
  .mb65_pc {
    margin-bottom: 6.5rem !important;
  }
  .mb70_pc {
    margin-bottom: 7rem !important;
  }
  .mb75_pc {
    margin-bottom: 7.5rem !important;
  }
  .mb80_pc {
    margin-bottom: 8rem !important;
  }
  .mb85_pc {
    margin-bottom: 8.5rem !important;
  }
  .mb90_pc {
    margin-bottom: 9rem !important;
  }
  .mb95_pc {
    margin-bottom: 9.5rem !important;
  }
  .mb100_pc {
    margin-bottom: 10rem !important;
  }
  .mb105_pc {
    margin-bottom: 10.5rem !important;
  }
  .mb110_pc {
    margin-bottom: 11rem !important;
  }
  .mb115_pc {
    margin-bottom: 11.5rem !important;
  }
  .mb120_pc {
    margin-bottom: 12rem !important;
  }
  .mb125_pc {
    margin-bottom: 12.5rem !important;
  }
  .mb130_pc {
    margin-bottom: 13rem !important;
  }
  .mb135_pc {
    margin-bottom: 13.5rem !important;
  }
  .mb140_pc {
    margin-bottom: 14rem !important;
  }
  .mb145_pc {
    margin-bottom: 14.5rem !important;
  }
  .mb150_pc {
    margin-bottom: 15rem !important;
  }
  .mb155_pc {
    margin-bottom: 15.5rem !important;
  }
  .mb160_pc {
    margin-bottom: 16rem !important;
  }
  .mb165_pc {
    margin-bottom: 16.5rem !important;
  }
  .mb170_pc {
    margin-bottom: 17rem !important;
  }
  .mb175_pc {
    margin-bottom: 17.5rem !important;
  }
  .mb180_pc {
    margin-bottom: 18rem !important;
  }
  .mb185_pc {
    margin-bottom: 18.5rem !important;
  }
  .mb190_pc {
    margin-bottom: 19rem !important;
  }
  .mb195_pc {
    margin-bottom: 19.5rem !important;
  }
  .mb200_pc {
    margin-bottom: 20rem !important;
  }
  .pt0_pc {
    padding-top: 0rem !important;
  }
  .pt5_pc {
    padding-top: 0.5rem !important;
  }
  .pt10_pc {
    padding-top: 1rem !important;
  }
  .pt15_pc {
    padding-top: 1.5rem !important;
  }
  .pt20_pc {
    padding-top: 2rem !important;
  }
  .pt25_pc {
    padding-top: 2.5rem !important;
  }
  .pt30_pc {
    padding-top: 3rem !important;
  }
  .pt35_pc {
    padding-top: 3.5rem !important;
  }
  .pt40_pc {
    padding-top: 4rem !important;
  }
  .pt45_pc {
    padding-top: 4.5rem !important;
  }
  .pt50_pc {
    padding-top: 5rem !important;
  }
  .pt55_pc {
    padding-top: 5.5rem !important;
  }
  .pt60_pc {
    padding-top: 6rem !important;
  }
  .pt65_pc {
    padding-top: 6.5rem !important;
  }
  .pt70_pc {
    padding-top: 7rem !important;
  }
  .pt75_pc {
    padding-top: 7.5rem !important;
  }
  .pt80_pc {
    padding-top: 8rem !important;
  }
  .pt85_pc {
    padding-top: 8.5rem !important;
  }
  .pt90_pc {
    padding-top: 9rem !important;
  }
  .pt95_pc {
    padding-top: 9.5rem !important;
  }
  .pt100_pc {
    padding-top: 10rem !important;
  }
  .pt105_pc {
    padding-top: 10.5rem !important;
  }
  .pt110_pc {
    padding-top: 11rem !important;
  }
  .pt115_pc {
    padding-top: 11.5rem !important;
  }
  .pt120_pc {
    padding-top: 12rem !important;
  }
  .pt125_pc {
    padding-top: 12.5rem !important;
  }
  .pt130_pc {
    padding-top: 13rem !important;
  }
  .pt135_pc {
    padding-top: 13.5rem !important;
  }
  .pt140_pc {
    padding-top: 14rem !important;
  }
  .pt145_pc {
    padding-top: 14.5rem !important;
  }
  .pt150_pc {
    padding-top: 15rem !important;
  }
  .pt155_pc {
    padding-top: 15.5rem !important;
  }
  .pt160_pc {
    padding-top: 16rem !important;
  }
  .pt165_pc {
    padding-top: 16.5rem !important;
  }
  .pt170_pc {
    padding-top: 17rem !important;
  }
  .pt175_pc {
    padding-top: 17.5rem !important;
  }
  .pt180_pc {
    padding-top: 18rem !important;
  }
  .pt185_pc {
    padding-top: 18.5rem !important;
  }
  .pt190_pc {
    padding-top: 19rem !important;
  }
  .pt195_pc {
    padding-top: 19.5rem !important;
  }
  .pt200_pc {
    padding-top: 20rem !important;
  }
  .pr0_pc {
    padding-right: 0rem !important;
  }
  .pr5_pc {
    padding-right: 0.5rem !important;
  }
  .pr10_pc {
    padding-right: 1rem !important;
  }
  .pr15_pc {
    padding-right: 1.5rem !important;
  }
  .pr20_pc {
    padding-right: 2rem !important;
  }
  .pr25_pc {
    padding-right: 2.5rem !important;
  }
  .pr30_pc {
    padding-right: 3rem !important;
  }
  .pr35_pc {
    padding-right: 3.5rem !important;
  }
  .pr40_pc {
    padding-right: 4rem !important;
  }
  .pr45_pc {
    padding-right: 4.5rem !important;
  }
  .pr50_pc {
    padding-right: 5rem !important;
  }
  .pr55_pc {
    padding-right: 5.5rem !important;
  }
  .pr60_pc {
    padding-right: 6rem !important;
  }
  .pr65_pc {
    padding-right: 6.5rem !important;
  }
  .pr70_pc {
    padding-right: 7rem !important;
  }
  .pr75_pc {
    padding-right: 7.5rem !important;
  }
  .pr80_pc {
    padding-right: 8rem !important;
  }
  .pr85_pc {
    padding-right: 8.5rem !important;
  }
  .pr90_pc {
    padding-right: 9rem !important;
  }
  .pr95_pc {
    padding-right: 9.5rem !important;
  }
  .pr100_pc {
    padding-right: 10rem !important;
  }
  .pr105_pc {
    padding-right: 10.5rem !important;
  }
  .pr110_pc {
    padding-right: 11rem !important;
  }
  .pr115_pc {
    padding-right: 11.5rem !important;
  }
  .pr120_pc {
    padding-right: 12rem !important;
  }
  .pr125_pc {
    padding-right: 12.5rem !important;
  }
  .pr130_pc {
    padding-right: 13rem !important;
  }
  .pr135_pc {
    padding-right: 13.5rem !important;
  }
  .pr140_pc {
    padding-right: 14rem !important;
  }
  .pr145_pc {
    padding-right: 14.5rem !important;
  }
  .pr150_pc {
    padding-right: 15rem !important;
  }
  .pr155_pc {
    padding-right: 15.5rem !important;
  }
  .pr160_pc {
    padding-right: 16rem !important;
  }
  .pr165_pc {
    padding-right: 16.5rem !important;
  }
  .pr170_pc {
    padding-right: 17rem !important;
  }
  .pr175_pc {
    padding-right: 17.5rem !important;
  }
  .pr180_pc {
    padding-right: 18rem !important;
  }
  .pr185_pc {
    padding-right: 18.5rem !important;
  }
  .pr190_pc {
    padding-right: 19rem !important;
  }
  .pr195_pc {
    padding-right: 19.5rem !important;
  }
  .pr200_pc {
    padding-right: 20rem !important;
  }
  .pl0_pc {
    padding-left: 0rem !important;
  }
  .pl5_pc {
    padding-left: 0.5rem !important;
  }
  .pl10_pc {
    padding-left: 1rem !important;
  }
  .pl15_pc {
    padding-left: 1.5rem !important;
  }
  .pl20_pc {
    padding-left: 2rem !important;
  }
  .pl25_pc {
    padding-left: 2.5rem !important;
  }
  .pl30_pc {
    padding-left: 3rem !important;
  }
  .pl35_pc {
    padding-left: 3.5rem !important;
  }
  .pl40_pc {
    padding-left: 4rem !important;
  }
  .pl45_pc {
    padding-left: 4.5rem !important;
  }
  .pl50_pc {
    padding-left: 5rem !important;
  }
  .pl55_pc {
    padding-left: 5.5rem !important;
  }
  .pl60_pc {
    padding-left: 6rem !important;
  }
  .pl65_pc {
    padding-left: 6.5rem !important;
  }
  .pl70_pc {
    padding-left: 7rem !important;
  }
  .pl75_pc {
    padding-left: 7.5rem !important;
  }
  .pl80_pc {
    padding-left: 8rem !important;
  }
  .pl85_pc {
    padding-left: 8.5rem !important;
  }
  .pl90_pc {
    padding-left: 9rem !important;
  }
  .pl95_pc {
    padding-left: 9.5rem !important;
  }
  .pl100_pc {
    padding-left: 10rem !important;
  }
  .pl105_pc {
    padding-left: 10.5rem !important;
  }
  .pl110_pc {
    padding-left: 11rem !important;
  }
  .pl115_pc {
    padding-left: 11.5rem !important;
  }
  .pl120_pc {
    padding-left: 12rem !important;
  }
  .pl125_pc {
    padding-left: 12.5rem !important;
  }
  .pl130_pc {
    padding-left: 13rem !important;
  }
  .pl135_pc {
    padding-left: 13.5rem !important;
  }
  .pl140_pc {
    padding-left: 14rem !important;
  }
  .pl145_pc {
    padding-left: 14.5rem !important;
  }
  .pl150_pc {
    padding-left: 15rem !important;
  }
  .pl155_pc {
    padding-left: 15.5rem !important;
  }
  .pl160_pc {
    padding-left: 16rem !important;
  }
  .pl165_pc {
    padding-left: 16.5rem !important;
  }
  .pl170_pc {
    padding-left: 17rem !important;
  }
  .pl175_pc {
    padding-left: 17.5rem !important;
  }
  .pl180_pc {
    padding-left: 18rem !important;
  }
  .pl185_pc {
    padding-left: 18.5rem !important;
  }
  .pl190_pc {
    padding-left: 19rem !important;
  }
  .pl195_pc {
    padding-left: 19.5rem !important;
  }
  .pl200_pc {
    padding-left: 20rem !important;
  }
  .pb0_pc {
    padding-bottom: 0rem !important;
  }
  .pb5_pc {
    padding-bottom: 0.5rem !important;
  }
  .pb10_pc {
    padding-bottom: 1rem !important;
  }
  .pb15_pc {
    padding-bottom: 1.5rem !important;
  }
  .pb20_pc {
    padding-bottom: 2rem !important;
  }
  .pb25_pc {
    padding-bottom: 2.5rem !important;
  }
  .pb30_pc {
    padding-bottom: 3rem !important;
  }
  .pb35_pc {
    padding-bottom: 3.5rem !important;
  }
  .pb40_pc {
    padding-bottom: 4rem !important;
  }
  .pb45_pc {
    padding-bottom: 4.5rem !important;
  }
  .pb50_pc {
    padding-bottom: 5rem !important;
  }
  .pb55_pc {
    padding-bottom: 5.5rem !important;
  }
  .pb60_pc {
    padding-bottom: 6rem !important;
  }
  .pb65_pc {
    padding-bottom: 6.5rem !important;
  }
  .pb70_pc {
    padding-bottom: 7rem !important;
  }
  .pb75_pc {
    padding-bottom: 7.5rem !important;
  }
  .pb80_pc {
    padding-bottom: 8rem !important;
  }
  .pb85_pc {
    padding-bottom: 8.5rem !important;
  }
  .pb90_pc {
    padding-bottom: 9rem !important;
  }
  .pb95_pc {
    padding-bottom: 9.5rem !important;
  }
  .pb100_pc {
    padding-bottom: 10rem !important;
  }
  .pb105_pc {
    padding-bottom: 10.5rem !important;
  }
  .pb110_pc {
    padding-bottom: 11rem !important;
  }
  .pb115_pc {
    padding-bottom: 11.5rem !important;
  }
  .pb120_pc {
    padding-bottom: 12rem !important;
  }
  .pb125_pc {
    padding-bottom: 12.5rem !important;
  }
  .pb130_pc {
    padding-bottom: 13rem !important;
  }
  .pb135_pc {
    padding-bottom: 13.5rem !important;
  }
  .pb140_pc {
    padding-bottom: 14rem !important;
  }
  .pb145_pc {
    padding-bottom: 14.5rem !important;
  }
  .pb150_pc {
    padding-bottom: 15rem !important;
  }
  .pb155_pc {
    padding-bottom: 15.5rem !important;
  }
  .pb160_pc {
    padding-bottom: 16rem !important;
  }
  .pb165_pc {
    padding-bottom: 16.5rem !important;
  }
  .pb170_pc {
    padding-bottom: 17rem !important;
  }
  .pb175_pc {
    padding-bottom: 17.5rem !important;
  }
  .pb180_pc {
    padding-bottom: 18rem !important;
  }
  .pb185_pc {
    padding-bottom: 18.5rem !important;
  }
  .pb190_pc {
    padding-bottom: 19rem !important;
  }
  .pb195_pc {
    padding-bottom: 19.5rem !important;
  }
  .pb200_pc {
    padding-bottom: 20rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .mt0_sp {
    margin-top: 0rem !important;
  }
  .mt5_sp {
    margin-top: 0.5rem !important;
  }
  .mt10_sp {
    margin-top: 1rem !important;
  }
  .mt15_sp {
    margin-top: 1.5rem !important;
  }
  .mt20_sp {
    margin-top: 2rem !important;
  }
  .mt25_sp {
    margin-top: 2.5rem !important;
  }
  .mt30_sp {
    margin-top: 3rem !important;
  }
  .mt35_sp {
    margin-top: 3.5rem !important;
  }
  .mt40_sp {
    margin-top: 4rem !important;
  }
  .mt45_sp {
    margin-top: 4.5rem !important;
  }
  .mt50_sp {
    margin-top: 5rem !important;
  }
  .mt55_sp {
    margin-top: 5.5rem !important;
  }
  .mt60_sp {
    margin-top: 6rem !important;
  }
  .mt65_sp {
    margin-top: 6.5rem !important;
  }
  .mt70_sp {
    margin-top: 7rem !important;
  }
  .mt75_sp {
    margin-top: 7.5rem !important;
  }
  .mt80_sp {
    margin-top: 8rem !important;
  }
  .mt85_sp {
    margin-top: 8.5rem !important;
  }
  .mt90_sp {
    margin-top: 9rem !important;
  }
  .mt95_sp {
    margin-top: 9.5rem !important;
  }
  .mt100_sp {
    margin-top: 10rem !important;
  }
  .mt105_sp {
    margin-top: 10.5rem !important;
  }
  .mt110_sp {
    margin-top: 11rem !important;
  }
  .mt115_sp {
    margin-top: 11.5rem !important;
  }
  .mt120_sp {
    margin-top: 12rem !important;
  }
  .mt125_sp {
    margin-top: 12.5rem !important;
  }
  .mt130_sp {
    margin-top: 13rem !important;
  }
  .mt135_sp {
    margin-top: 13.5rem !important;
  }
  .mt140_sp {
    margin-top: 14rem !important;
  }
  .mt145_sp {
    margin-top: 14.5rem !important;
  }
  .mt150_sp {
    margin-top: 15rem !important;
  }
  .mt155_sp {
    margin-top: 15.5rem !important;
  }
  .mt160_sp {
    margin-top: 16rem !important;
  }
  .mt165_sp {
    margin-top: 16.5rem !important;
  }
  .mt170_sp {
    margin-top: 17rem !important;
  }
  .mt175_sp {
    margin-top: 17.5rem !important;
  }
  .mt180_sp {
    margin-top: 18rem !important;
  }
  .mt185_sp {
    margin-top: 18.5rem !important;
  }
  .mt190_sp {
    margin-top: 19rem !important;
  }
  .mt195_sp {
    margin-top: 19.5rem !important;
  }
  .mt200_sp {
    margin-top: 20rem !important;
  }
  .mr0_sp {
    margin-right: 0rem !important;
  }
  .mr5_sp {
    margin-right: 0.5rem !important;
  }
  .mr10_sp {
    margin-right: 1rem !important;
  }
  .mr15_sp {
    margin-right: 1.5rem !important;
  }
  .mr20_sp {
    margin-right: 2rem !important;
  }
  .mr25_sp {
    margin-right: 2.5rem !important;
  }
  .mr30_sp {
    margin-right: 3rem !important;
  }
  .mr35_sp {
    margin-right: 3.5rem !important;
  }
  .mr40_sp {
    margin-right: 4rem !important;
  }
  .mr45_sp {
    margin-right: 4.5rem !important;
  }
  .mr50_sp {
    margin-right: 5rem !important;
  }
  .mr55_sp {
    margin-right: 5.5rem !important;
  }
  .mr60_sp {
    margin-right: 6rem !important;
  }
  .mr65_sp {
    margin-right: 6.5rem !important;
  }
  .mr70_sp {
    margin-right: 7rem !important;
  }
  .mr75_sp {
    margin-right: 7.5rem !important;
  }
  .mr80_sp {
    margin-right: 8rem !important;
  }
  .mr85_sp {
    margin-right: 8.5rem !important;
  }
  .mr90_sp {
    margin-right: 9rem !important;
  }
  .mr95_sp {
    margin-right: 9.5rem !important;
  }
  .mr100_sp {
    margin-right: 10rem !important;
  }
  .mr105_sp {
    margin-right: 10.5rem !important;
  }
  .mr110_sp {
    margin-right: 11rem !important;
  }
  .mr115_sp {
    margin-right: 11.5rem !important;
  }
  .mr120_sp {
    margin-right: 12rem !important;
  }
  .mr125_sp {
    margin-right: 12.5rem !important;
  }
  .mr130_sp {
    margin-right: 13rem !important;
  }
  .mr135_sp {
    margin-right: 13.5rem !important;
  }
  .mr140_sp {
    margin-right: 14rem !important;
  }
  .mr145_sp {
    margin-right: 14.5rem !important;
  }
  .mr150_sp {
    margin-right: 15rem !important;
  }
  .mr155_sp {
    margin-right: 15.5rem !important;
  }
  .mr160_sp {
    margin-right: 16rem !important;
  }
  .mr165_sp {
    margin-right: 16.5rem !important;
  }
  .mr170_sp {
    margin-right: 17rem !important;
  }
  .mr175_sp {
    margin-right: 17.5rem !important;
  }
  .mr180_sp {
    margin-right: 18rem !important;
  }
  .mr185_sp {
    margin-right: 18.5rem !important;
  }
  .mr190_sp {
    margin-right: 19rem !important;
  }
  .mr195_sp {
    margin-right: 19.5rem !important;
  }
  .mr200_sp {
    margin-right: 20rem !important;
  }
  .ml0_sp {
    margin-left: 0rem !important;
  }
  .ml5_sp {
    margin-left: 0.5rem !important;
  }
  .ml10_sp {
    margin-left: 1rem !important;
  }
  .ml15_sp {
    margin-left: 1.5rem !important;
  }
  .ml20_sp {
    margin-left: 2rem !important;
  }
  .ml25_sp {
    margin-left: 2.5rem !important;
  }
  .ml30_sp {
    margin-left: 3rem !important;
  }
  .ml35_sp {
    margin-left: 3.5rem !important;
  }
  .ml40_sp {
    margin-left: 4rem !important;
  }
  .ml45_sp {
    margin-left: 4.5rem !important;
  }
  .ml50_sp {
    margin-left: 5rem !important;
  }
  .ml55_sp {
    margin-left: 5.5rem !important;
  }
  .ml60_sp {
    margin-left: 6rem !important;
  }
  .ml65_sp {
    margin-left: 6.5rem !important;
  }
  .ml70_sp {
    margin-left: 7rem !important;
  }
  .ml75_sp {
    margin-left: 7.5rem !important;
  }
  .ml80_sp {
    margin-left: 8rem !important;
  }
  .ml85_sp {
    margin-left: 8.5rem !important;
  }
  .ml90_sp {
    margin-left: 9rem !important;
  }
  .ml95_sp {
    margin-left: 9.5rem !important;
  }
  .ml100_sp {
    margin-left: 10rem !important;
  }
  .ml105_sp {
    margin-left: 10.5rem !important;
  }
  .ml110_sp {
    margin-left: 11rem !important;
  }
  .ml115_sp {
    margin-left: 11.5rem !important;
  }
  .ml120_sp {
    margin-left: 12rem !important;
  }
  .ml125_sp {
    margin-left: 12.5rem !important;
  }
  .ml130_sp {
    margin-left: 13rem !important;
  }
  .ml135_sp {
    margin-left: 13.5rem !important;
  }
  .ml140_sp {
    margin-left: 14rem !important;
  }
  .ml145_sp {
    margin-left: 14.5rem !important;
  }
  .ml150_sp {
    margin-left: 15rem !important;
  }
  .ml155_sp {
    margin-left: 15.5rem !important;
  }
  .ml160_sp {
    margin-left: 16rem !important;
  }
  .ml165_sp {
    margin-left: 16.5rem !important;
  }
  .ml170_sp {
    margin-left: 17rem !important;
  }
  .ml175_sp {
    margin-left: 17.5rem !important;
  }
  .ml180_sp {
    margin-left: 18rem !important;
  }
  .ml185_sp {
    margin-left: 18.5rem !important;
  }
  .ml190_sp {
    margin-left: 19rem !important;
  }
  .ml195_sp {
    margin-left: 19.5rem !important;
  }
  .ml200_sp {
    margin-left: 20rem !important;
  }
  .mb0_sp {
    margin-bottom: 0rem !important;
  }
  .mb5_sp {
    margin-bottom: 0.5rem !important;
  }
  .mb10_sp {
    margin-bottom: 1rem !important;
  }
  .mb15_sp {
    margin-bottom: 1.5rem !important;
  }
  .mb20_sp {
    margin-bottom: 2rem !important;
  }
  .mb25_sp {
    margin-bottom: 2.5rem !important;
  }
  .mb30_sp {
    margin-bottom: 3rem !important;
  }
  .mb35_sp {
    margin-bottom: 3.5rem !important;
  }
  .mb40_sp {
    margin-bottom: 4rem !important;
  }
  .mb45_sp {
    margin-bottom: 4.5rem !important;
  }
  .mb50_sp {
    margin-bottom: 5rem !important;
  }
  .mb55_sp {
    margin-bottom: 5.5rem !important;
  }
  .mb60_sp {
    margin-bottom: 6rem !important;
  }
  .mb65_sp {
    margin-bottom: 6.5rem !important;
  }
  .mb70_sp {
    margin-bottom: 7rem !important;
  }
  .mb75_sp {
    margin-bottom: 7.5rem !important;
  }
  .mb80_sp {
    margin-bottom: 8rem !important;
  }
  .mb85_sp {
    margin-bottom: 8.5rem !important;
  }
  .mb90_sp {
    margin-bottom: 9rem !important;
  }
  .mb95_sp {
    margin-bottom: 9.5rem !important;
  }
  .mb100_sp {
    margin-bottom: 10rem !important;
  }
  .mb105_sp {
    margin-bottom: 10.5rem !important;
  }
  .mb110_sp {
    margin-bottom: 11rem !important;
  }
  .mb115_sp {
    margin-bottom: 11.5rem !important;
  }
  .mb120_sp {
    margin-bottom: 12rem !important;
  }
  .mb125_sp {
    margin-bottom: 12.5rem !important;
  }
  .mb130_sp {
    margin-bottom: 13rem !important;
  }
  .mb135_sp {
    margin-bottom: 13.5rem !important;
  }
  .mb140_sp {
    margin-bottom: 14rem !important;
  }
  .mb145_sp {
    margin-bottom: 14.5rem !important;
  }
  .mb150_sp {
    margin-bottom: 15rem !important;
  }
  .mb155_sp {
    margin-bottom: 15.5rem !important;
  }
  .mb160_sp {
    margin-bottom: 16rem !important;
  }
  .mb165_sp {
    margin-bottom: 16.5rem !important;
  }
  .mb170_sp {
    margin-bottom: 17rem !important;
  }
  .mb175_sp {
    margin-bottom: 17.5rem !important;
  }
  .mb180_sp {
    margin-bottom: 18rem !important;
  }
  .mb185_sp {
    margin-bottom: 18.5rem !important;
  }
  .mb190_sp {
    margin-bottom: 19rem !important;
  }
  .mb195_sp {
    margin-bottom: 19.5rem !important;
  }
  .mb200_sp {
    margin-bottom: 20rem !important;
  }
  .pt0_sp {
    padding-top: 0rem !important;
  }
  .pt5_sp {
    padding-top: 0.5rem !important;
  }
  .pt10_sp {
    padding-top: 1rem !important;
  }
  .pt15_sp {
    padding-top: 1.5rem !important;
  }
  .pt20_sp {
    padding-top: 2rem !important;
  }
  .pt25_sp {
    padding-top: 2.5rem !important;
  }
  .pt30_sp {
    padding-top: 3rem !important;
  }
  .pt35_sp {
    padding-top: 3.5rem !important;
  }
  .pt40_sp {
    padding-top: 4rem !important;
  }
  .pt45_sp {
    padding-top: 4.5rem !important;
  }
  .pt50_sp {
    padding-top: 5rem !important;
  }
  .pt55_sp {
    padding-top: 5.5rem !important;
  }
  .pt60_sp {
    padding-top: 6rem !important;
  }
  .pt65_sp {
    padding-top: 6.5rem !important;
  }
  .pt70_sp {
    padding-top: 7rem !important;
  }
  .pt75_sp {
    padding-top: 7.5rem !important;
  }
  .pt80_sp {
    padding-top: 8rem !important;
  }
  .pt85_sp {
    padding-top: 8.5rem !important;
  }
  .pt90_sp {
    padding-top: 9rem !important;
  }
  .pt95_sp {
    padding-top: 9.5rem !important;
  }
  .pt100_sp {
    padding-top: 10rem !important;
  }
  .pt105_sp {
    padding-top: 10.5rem !important;
  }
  .pt110_sp {
    padding-top: 11rem !important;
  }
  .pt115_sp {
    padding-top: 11.5rem !important;
  }
  .pt120_sp {
    padding-top: 12rem !important;
  }
  .pt125_sp {
    padding-top: 12.5rem !important;
  }
  .pt130_sp {
    padding-top: 13rem !important;
  }
  .pt135_sp {
    padding-top: 13.5rem !important;
  }
  .pt140_sp {
    padding-top: 14rem !important;
  }
  .pt145_sp {
    padding-top: 14.5rem !important;
  }
  .pt150_sp {
    padding-top: 15rem !important;
  }
  .pt155_sp {
    padding-top: 15.5rem !important;
  }
  .pt160_sp {
    padding-top: 16rem !important;
  }
  .pt165_sp {
    padding-top: 16.5rem !important;
  }
  .pt170_sp {
    padding-top: 17rem !important;
  }
  .pt175_sp {
    padding-top: 17.5rem !important;
  }
  .pt180_sp {
    padding-top: 18rem !important;
  }
  .pt185_sp {
    padding-top: 18.5rem !important;
  }
  .pt190_sp {
    padding-top: 19rem !important;
  }
  .pt195_sp {
    padding-top: 19.5rem !important;
  }
  .pt200_sp {
    padding-top: 20rem !important;
  }
  .pr0_sp {
    padding-right: 0rem !important;
  }
  .pr5_sp {
    padding-right: 0.5rem !important;
  }
  .pr10_sp {
    padding-right: 1rem !important;
  }
  .pr15_sp {
    padding-right: 1.5rem !important;
  }
  .pr20_sp {
    padding-right: 2rem !important;
  }
  .pr25_sp {
    padding-right: 2.5rem !important;
  }
  .pr30_sp {
    padding-right: 3rem !important;
  }
  .pr35_sp {
    padding-right: 3.5rem !important;
  }
  .pr40_sp {
    padding-right: 4rem !important;
  }
  .pr45_sp {
    padding-right: 4.5rem !important;
  }
  .pr50_sp {
    padding-right: 5rem !important;
  }
  .pr55_sp {
    padding-right: 5.5rem !important;
  }
  .pr60_sp {
    padding-right: 6rem !important;
  }
  .pr65_sp {
    padding-right: 6.5rem !important;
  }
  .pr70_sp {
    padding-right: 7rem !important;
  }
  .pr75_sp {
    padding-right: 7.5rem !important;
  }
  .pr80_sp {
    padding-right: 8rem !important;
  }
  .pr85_sp {
    padding-right: 8.5rem !important;
  }
  .pr90_sp {
    padding-right: 9rem !important;
  }
  .pr95_sp {
    padding-right: 9.5rem !important;
  }
  .pr100_sp {
    padding-right: 10rem !important;
  }
  .pr105_sp {
    padding-right: 10.5rem !important;
  }
  .pr110_sp {
    padding-right: 11rem !important;
  }
  .pr115_sp {
    padding-right: 11.5rem !important;
  }
  .pr120_sp {
    padding-right: 12rem !important;
  }
  .pr125_sp {
    padding-right: 12.5rem !important;
  }
  .pr130_sp {
    padding-right: 13rem !important;
  }
  .pr135_sp {
    padding-right: 13.5rem !important;
  }
  .pr140_sp {
    padding-right: 14rem !important;
  }
  .pr145_sp {
    padding-right: 14.5rem !important;
  }
  .pr150_sp {
    padding-right: 15rem !important;
  }
  .pr155_sp {
    padding-right: 15.5rem !important;
  }
  .pr160_sp {
    padding-right: 16rem !important;
  }
  .pr165_sp {
    padding-right: 16.5rem !important;
  }
  .pr170_sp {
    padding-right: 17rem !important;
  }
  .pr175_sp {
    padding-right: 17.5rem !important;
  }
  .pr180_sp {
    padding-right: 18rem !important;
  }
  .pr185_sp {
    padding-right: 18.5rem !important;
  }
  .pr190_sp {
    padding-right: 19rem !important;
  }
  .pr195_sp {
    padding-right: 19.5rem !important;
  }
  .pr200_sp {
    padding-right: 20rem !important;
  }
  .pl0_sp {
    padding-left: 0rem !important;
  }
  .pl5_sp {
    padding-left: 0.5rem !important;
  }
  .pl10_sp {
    padding-left: 1rem !important;
  }
  .pl15_sp {
    padding-left: 1.5rem !important;
  }
  .pl20_sp {
    padding-left: 2rem !important;
  }
  .pl25_sp {
    padding-left: 2.5rem !important;
  }
  .pl30_sp {
    padding-left: 3rem !important;
  }
  .pl35_sp {
    padding-left: 3.5rem !important;
  }
  .pl40_sp {
    padding-left: 4rem !important;
  }
  .pl45_sp {
    padding-left: 4.5rem !important;
  }
  .pl50_sp {
    padding-left: 5rem !important;
  }
  .pl55_sp {
    padding-left: 5.5rem !important;
  }
  .pl60_sp {
    padding-left: 6rem !important;
  }
  .pl65_sp {
    padding-left: 6.5rem !important;
  }
  .pl70_sp {
    padding-left: 7rem !important;
  }
  .pl75_sp {
    padding-left: 7.5rem !important;
  }
  .pl80_sp {
    padding-left: 8rem !important;
  }
  .pl85_sp {
    padding-left: 8.5rem !important;
  }
  .pl90_sp {
    padding-left: 9rem !important;
  }
  .pl95_sp {
    padding-left: 9.5rem !important;
  }
  .pl100_sp {
    padding-left: 10rem !important;
  }
  .pl105_sp {
    padding-left: 10.5rem !important;
  }
  .pl110_sp {
    padding-left: 11rem !important;
  }
  .pl115_sp {
    padding-left: 11.5rem !important;
  }
  .pl120_sp {
    padding-left: 12rem !important;
  }
  .pl125_sp {
    padding-left: 12.5rem !important;
  }
  .pl130_sp {
    padding-left: 13rem !important;
  }
  .pl135_sp {
    padding-left: 13.5rem !important;
  }
  .pl140_sp {
    padding-left: 14rem !important;
  }
  .pl145_sp {
    padding-left: 14.5rem !important;
  }
  .pl150_sp {
    padding-left: 15rem !important;
  }
  .pl155_sp {
    padding-left: 15.5rem !important;
  }
  .pl160_sp {
    padding-left: 16rem !important;
  }
  .pl165_sp {
    padding-left: 16.5rem !important;
  }
  .pl170_sp {
    padding-left: 17rem !important;
  }
  .pl175_sp {
    padding-left: 17.5rem !important;
  }
  .pl180_sp {
    padding-left: 18rem !important;
  }
  .pl185_sp {
    padding-left: 18.5rem !important;
  }
  .pl190_sp {
    padding-left: 19rem !important;
  }
  .pl195_sp {
    padding-left: 19.5rem !important;
  }
  .pl200_sp {
    padding-left: 20rem !important;
  }
  .pb0_sp {
    padding-bottom: 0rem !important;
  }
  .pb5_sp {
    padding-bottom: 0.5rem !important;
  }
  .pb10_sp {
    padding-bottom: 1rem !important;
  }
  .pb15_sp {
    padding-bottom: 1.5rem !important;
  }
  .pb20_sp {
    padding-bottom: 2rem !important;
  }
  .pb25_sp {
    padding-bottom: 2.5rem !important;
  }
  .pb30_sp {
    padding-bottom: 3rem !important;
  }
  .pb35_sp {
    padding-bottom: 3.5rem !important;
  }
  .pb40_sp {
    padding-bottom: 4rem !important;
  }
  .pb45_sp {
    padding-bottom: 4.5rem !important;
  }
  .pb50_sp {
    padding-bottom: 5rem !important;
  }
  .pb55_sp {
    padding-bottom: 5.5rem !important;
  }
  .pb60_sp {
    padding-bottom: 6rem !important;
  }
  .pb65_sp {
    padding-bottom: 6.5rem !important;
  }
  .pb70_sp {
    padding-bottom: 7rem !important;
  }
  .pb75_sp {
    padding-bottom: 7.5rem !important;
  }
  .pb80_sp {
    padding-bottom: 8rem !important;
  }
  .pb85_sp {
    padding-bottom: 8.5rem !important;
  }
  .pb90_sp {
    padding-bottom: 9rem !important;
  }
  .pb95_sp {
    padding-bottom: 9.5rem !important;
  }
  .pb100_sp {
    padding-bottom: 10rem !important;
  }
  .pb105_sp {
    padding-bottom: 10.5rem !important;
  }
  .pb110_sp {
    padding-bottom: 11rem !important;
  }
  .pb115_sp {
    padding-bottom: 11.5rem !important;
  }
  .pb120_sp {
    padding-bottom: 12rem !important;
  }
  .pb125_sp {
    padding-bottom: 12.5rem !important;
  }
  .pb130_sp {
    padding-bottom: 13rem !important;
  }
  .pb135_sp {
    padding-bottom: 13.5rem !important;
  }
  .pb140_sp {
    padding-bottom: 14rem !important;
  }
  .pb145_sp {
    padding-bottom: 14.5rem !important;
  }
  .pb150_sp {
    padding-bottom: 15rem !important;
  }
  .pb155_sp {
    padding-bottom: 15.5rem !important;
  }
  .pb160_sp {
    padding-bottom: 16rem !important;
  }
  .pb165_sp {
    padding-bottom: 16.5rem !important;
  }
  .pb170_sp {
    padding-bottom: 17rem !important;
  }
  .pb175_sp {
    padding-bottom: 17.5rem !important;
  }
  .pb180_sp {
    padding-bottom: 18rem !important;
  }
  .pb185_sp {
    padding-bottom: 18.5rem !important;
  }
  .pb190_sp {
    padding-bottom: 19rem !important;
  }
  .pb195_sp {
    padding-bottom: 19.5rem !important;
  }
  .pb200_sp {
    padding-bottom: 20rem !important;
  }
}
/* clearfix
--------------------------------------------------*/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

/* sp pc views
--------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .view-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .view-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .view-pc {
    display: none !important;
  }
}
/* hovers
--------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .hover-fade,
  .hover-fadearea a {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .hover-fade:hover,
  .hover-fadearea a:hover {
    opacity: 0.6;
  }
  .hover-textborder:hover,
  .hover-textborderList a:hover {
    text-decoration: underline !important;
  }
  .hover-scalelist figure {
    overflow: hidden;
    position: relative;
  }
  .hover-scalelist img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .hover-scalelist a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/* effect animations
--------------------------------------------------*/
.effect-fu,
.effect-fl,
.effect-fr,
.effect-fd,
.effect-in,
.effect-fu__child,
.effect-fl__child,
.effect-fr__child,
.effect-fd__child,
.effect-in__child {
  opacity: 0;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}

.effect-fu.is-view,
.effect-fl.is-view,
.effect-fr.is-view,
.effect-fd.is-view,
.effect-in.is-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.is-view .effect-fu__child,
.is-view .effect-fl__child,
.is-view .effect-fr__child,
.is-view .effect-fd__child,
.is-view .effect-in__child {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.effect-fu, .effect-fu__child {
  -webkit-transform: translateY(calc(20 * 0.1 * var(--rt-size)));
          transform: translateY(calc(20 * 0.1 * var(--rt-size)));
}

.effect-fl, .effect-fl__child {
  -webkit-transform: translateX(calc(20 * 0.1 * var(--rt-size)));
          transform: translateX(calc(20 * 0.1 * var(--rt-size)));
}

.effect-fr, .effect-fr__child {
  -webkit-transform: translateX(calc(-20 * 0.1 * var(--rt-size)));
          transform: translateX(calc(-20 * 0.1 * var(--rt-size)));
}

.effect-fd, .effect-fd__child {
  -webkit-transform: translateY(calc(-20 * 0.1 * var(--rt-size)));
          transform: translateY(calc(-20 * 0.1 * var(--rt-size)));
}

.is-view .effect-fu__child,
.is-view .effect-fl__child,
.is-view .effect-fr__child,
.is-view .effect-fd__child,
.is-view .effect-in__child {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.effect-blur {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-filter 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-filter 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, filter 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, filter 0.8s ease-in-out, -webkit-filter 0.8s ease-in-out;
}
.effect-blur.is-view {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.effect-clip01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
}
.is-view .effect-clip01 .effect-clip01__el, .effect-clip01.is-view .effect-clip01__el {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.effect-clip01__el {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.effect-markers .effect-markers__el {
  background-image: -webkit-gradient(linear, left top, right top, from(#FAF188), to(#FAF188));
  background-image: linear-gradient(90deg, #FAF188, #FAF188);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 50%;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  /* background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #FAF188 0%) repeat scroll; */
}
.effect-markers.is-view .effect-markers__el {
  background-size: 100% 50%;
}

.effect-zoom {
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.effect-zoom.is-view {
  opacity: 1;
  -webkit-animation: bzoom 0.4s ease-in-out;
          animation: bzoom 0.4s ease-in-out;
}

@-webkit-keyframes bzoom {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bzoom {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.effect-fuwa {
  -webkit-animation: effect_fuwa 1.6s ease-in-out infinite;
          animation: effect_fuwa 1.6s ease-in-out infinite;
}

@-webkit-keyframes effect_fuwa {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes effect_fuwa {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.effect-float3D {
  -webkit-animation: float3D 6s ease-in-out infinite;
          animation: float3D 6s ease-in-out infinite;
}

@-webkit-keyframes float3D {
  0%, 100% {
    -webkit-transform: translateY(0) rotateX(0deg) rotateY(0deg);
            transform: translateY(0) rotateX(0deg) rotateY(0deg);
  }
  25% {
    -webkit-transform: translateY(-4%) rotateX(10deg) rotateY(-9deg);
            transform: translateY(-4%) rotateX(10deg) rotateY(-9deg);
  }
  50% {
    -webkit-transform: translateY(-1%) rotateX(-5deg) rotateY(8deg);
            transform: translateY(-1%) rotateX(-5deg) rotateY(8deg);
  }
  75% {
    -webkit-transform: translateY(-5%) rotateX(2deg) rotateY(1deg);
            transform: translateY(-5%) rotateX(2deg) rotateY(1deg);
  }
}

@keyframes float3D {
  0%, 100% {
    -webkit-transform: translateY(0) rotateX(0deg) rotateY(0deg);
            transform: translateY(0) rotateX(0deg) rotateY(0deg);
  }
  25% {
    -webkit-transform: translateY(-4%) rotateX(10deg) rotateY(-9deg);
            transform: translateY(-4%) rotateX(10deg) rotateY(-9deg);
  }
  50% {
    -webkit-transform: translateY(-1%) rotateX(-5deg) rotateY(8deg);
            transform: translateY(-1%) rotateX(-5deg) rotateY(8deg);
  }
  75% {
    -webkit-transform: translateY(-5%) rotateX(2deg) rotateY(1deg);
            transform: translateY(-5%) rotateX(2deg) rotateY(1deg);
  }
}
.effect-float3D {
  -webkit-animation: swing3D 5s ease-in-out infinite;
          animation: swing3D 5s ease-in-out infinite;
}

@-webkit-keyframes swing3D {
  0%, 100% {
    -webkit-transform: rotateY(-20deg) rotateX(5deg);
            transform: rotateY(-20deg) rotateX(5deg);
  }
  50% {
    -webkit-transform: rotateY(20deg) rotateX(-5deg);
            transform: rotateY(20deg) rotateX(-5deg);
  }
}

@keyframes swing3D {
  0%, 100% {
    -webkit-transform: rotateY(-20deg) rotateX(5deg);
            transform: rotateY(-20deg) rotateX(5deg);
  }
  50% {
    -webkit-transform: rotateY(20deg) rotateX(-5deg);
            transform: rotateY(20deg) rotateX(-5deg);
  }
}
.effect-delay0 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.effect-delay1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.effect-delay2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.effect-delay3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.effect-delay4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.effect-delay5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.effect-delay6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.effect-delay7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.effect-delay8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.effect-delay9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.effect-delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.effect-delay11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.effect-delay12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.effect-delay13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.effect-delay14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.effect-delay15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.effect-delay16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.effect-delay17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.effect-delay18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.effect-delay19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.effect-delay20 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.effect-delay21 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.effect-delay22 {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.effect-delay23 {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

.effect-delay24 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.effect-delay25 {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.effect-delay26 {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.effect-delay27 {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.effect-delay28 {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.effect-delay29 {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

.effect-delay30 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.effect-delay31 {
  -webkit-transition-delay: 3.1s;
          transition-delay: 3.1s;
}

.effect-delay32 {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}

.effect-delay33 {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}

.effect-delay34 {
  -webkit-transition-delay: 3.4s;
          transition-delay: 3.4s;
}

.effect-delay35 {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}

.effect-delay36 {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}

.effect-delay37 {
  -webkit-transition-delay: 3.7s;
          transition-delay: 3.7s;
}

.effect-delay38 {
  -webkit-transition-delay: 3.8s;
          transition-delay: 3.8s;
}

.effect-delay39 {
  -webkit-transition-delay: 3.9s;
          transition-delay: 3.9s;
}

.effect-delay40 {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}

.effect-delay41 {
  -webkit-transition-delay: 4.1s;
          transition-delay: 4.1s;
}

.effect-delay42 {
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}

.effect-delay43 {
  -webkit-transition-delay: 4.3s;
          transition-delay: 4.3s;
}

.effect-delay44 {
  -webkit-transition-delay: 4.4s;
          transition-delay: 4.4s;
}

.effect-delay45 {
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}

.effect-delay46 {
  -webkit-transition-delay: 4.6s;
          transition-delay: 4.6s;
}

.effect-delay47 {
  -webkit-transition-delay: 4.7s;
          transition-delay: 4.7s;
}

.effect-delay48 {
  -webkit-transition-delay: 4.8s;
          transition-delay: 4.8s;
}

.effect-delay49 {
  -webkit-transition-delay: 4.9s;
          transition-delay: 4.9s;
}

.effect-delay50 {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}

/*************************************************

parts-ancpoint

*************************************************/
/* parts-ancpoint
---------------------------------------*/
.parts-ancpoint {
  position: relative;
  top: -18rem;
  left: 0;
  width: 0;
  height: 0;
}
@media screen and (max-width: 1000px) {
  .parts-ancpoint {
    top: -8rem;
  }
}

/*************************************************

mv

*************************************************/
.mv {
  position: relative;
  background-color: #000;
  z-index: 5;
}
.mv > * {
  position: relative;
  z-index: 5;
}

.mv-img {
  position: relative;
  z-index: 1;
}
.mv-img img {
  width: 100%;
}

.mv-logo {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: calc(26 * 0.1 * var(--vw-size));
  left: 0;
  width: 100%;
}
.mv-logo img {
  width: calc(131 * 0.1 * var(--vw-size));
}
@media screen and (max-width: 1000px) {
  .mv-logo img {
    width: calc(118 * 0.1 * var(--vw-size));
  }
}

/* mv-title
---------------------------------------*/
.mv-title {
  position: absolute;
  bottom: calc(50 * 0.1 * var(--vw-size));
  left: 0;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .mv-title {
    bottom: calc(60 * 0.1 * var(--vw-size));
  }
}

.mv-title__inner {
  max-width: calc(1060 * 0.1 * var(--vw-size));
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(5 * 0.1 * var(--vw-size));
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: calc(70 * 0.1 * var(--vw-size));
  font-weight: 700;
  line-height: 1.1;
}
.mv-title__inner * {
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .mv-title__inner {
    gap: calc(3 * 0.1 * var(--vw-size));
    max-width: none;
    margin-left: calc(20 * 0.1 * var(--vw-size));
    font-size: calc(30 * 0.1 * var(--vw-size));
  }
}

.mv-title__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .mv-title__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(3 * 0.1 * var(--vw-size));
  }
}
.mv-title__line span {
  padding: calc(3 * 0.1 * var(--vw-size)) calc(12 * 0.1 * var(--vw-size)) calc(5 * 0.1 * var(--vw-size));
  background-color: #000;
}
@media screen and (max-width: 1000px) {
  .mv-title__line span {
    padding: calc(3 * 0.1 * var(--vw-size)) calc(5 * 0.1 * var(--vw-size)) calc(5 * 0.1 * var(--vw-size));
  }
}

/* mv-texts
---------------------------------------*/
.mv-texts {
  position: absolute;
  top: 42%;
  left: 0;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .mv-texts {
    top: auto;
    bottom: calc(-40 * 0.1 * var(--vw-size));
  }
}

.mv-texts__wrap {
  max-width: calc(1060 * 0.1 * var(--vw-size));
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: calc(17 * 0.1 * var(--vw-size));
  font-weight: 600;
  line-height: 1.1;
}
.mv-texts__wrap * {
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .mv-texts__wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: none;
    margin-left: calc(20 * 0.1 * var(--vw-size));
    font-size: calc(14 * 0.1 * var(--vw-size));
  }
}

.mv-texts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(5 * 0.1 * var(--vw-size));
}

.mv-texts__line {
  padding: calc(3 * 0.1 * var(--vw-size)) calc(7 * 0.1 * var(--vw-size)) calc(5 * 0.1 * var(--vw-size));
  background-color: #000;
}

/* mv-fruit
---------------------------------------*/
.mv-fruit {
  position: fixed;
  bottom: calc(30 * 0.1 * var(--rt-size));
  right: calc(30 * 0.1 * var(--rt-size));
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  .mv-fruit {
    bottom: calc(20 * 0.1 * var(--rt-size));
    right: calc(20 * 0.1 * var(--rt-size));
  }
}
.mv-fruit.is-hide {
  opacity: 0;
  visibility: hidden;
}

.mv-fruit__anchor {
  display: block;
  width: calc(90 * 0.1 * var(--rt-size));
  -webkit-animation: bounce1 0.6s cubic-bezier(0.28, 0.84, 0.42, 1) infinite alternate;
          animation: bounce1 0.6s cubic-bezier(0.28, 0.84, 0.42, 1) infinite alternate;
}
@media screen and (min-width: 1001px) {
  .mv-fruit__anchor:hover img {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@media screen and (max-width: 1000px) {
  .mv-fruit__anchor {
    width: calc(72 * 0.1 * var(--rt-size));
  }
}
.mv-fruit__anchor img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-filter: drop-shadow(0 0 calc(8 * 0.1 * var(--vw-size)) black);
          filter: drop-shadow(0 0 calc(8 * 0.1 * var(--vw-size)) black);
}

@-webkit-keyframes fruit_swing {
  0%, 100% {
    -webkit-transform: translateY(0) rotateX(0deg) rotateY(0deg);
            transform: translateY(0) rotateX(0deg) rotateY(0deg);
  }
  25% {
    -webkit-transform: translateY(-12%) rotateX(10deg) rotateY(-9deg);
            transform: translateY(-12%) rotateX(10deg) rotateY(-9deg);
  }
  50% {
    -webkit-transform: translateY(0%) rotateX(-5deg) rotateY(8deg);
            transform: translateY(0%) rotateX(-5deg) rotateY(8deg);
  }
  75% {
    -webkit-transform: translateY(-7%) rotateX(2deg) rotateY(1deg);
            transform: translateY(-7%) rotateX(2deg) rotateY(1deg);
  }
}

@keyframes fruit_swing {
  0%, 100% {
    -webkit-transform: translateY(0) rotateX(0deg) rotateY(0deg);
            transform: translateY(0) rotateX(0deg) rotateY(0deg);
  }
  25% {
    -webkit-transform: translateY(-12%) rotateX(10deg) rotateY(-9deg);
            transform: translateY(-12%) rotateX(10deg) rotateY(-9deg);
  }
  50% {
    -webkit-transform: translateY(0%) rotateX(-5deg) rotateY(8deg);
            transform: translateY(0%) rotateX(-5deg) rotateY(8deg);
  }
  75% {
    -webkit-transform: translateY(-7%) rotateX(2deg) rotateY(1deg);
            transform: translateY(-7%) rotateX(2deg) rotateY(1deg);
  }
}
@-webkit-keyframes bounce1 {
  0% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
  }
  90% {
    -webkit-transform: translateY(-10%) scaleY(1) scaleX(1);
            transform: translateY(-10%) scaleY(1) scaleX(1);
  }
  100% {
    -webkit-transform: translateY(-10%) scaleY(1) scaleX(1);
            transform: translateY(-10%) scaleY(1) scaleX(1);
  }
}
@keyframes bounce1 {
  0% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
  }
  90% {
    -webkit-transform: translateY(-10%) scaleY(1) scaleX(1);
            transform: translateY(-10%) scaleY(1) scaleX(1);
  }
  100% {
    -webkit-transform: translateY(-10%) scaleY(1) scaleX(1);
            transform: translateY(-10%) scaleY(1) scaleX(1);
  }
}
/*************************************************

footer

*************************************************/
.footer {
  position: relative;
  padding: calc(40 * 0.1 * var(--rt-size)) 0 calc(30 * 0.1 * var(--rt-size));
  color: #fff;
  background-color: #000;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .footer {
    padding: calc(60 * 0.1 * var(--rt-size)) 0 calc(30 * 0.1 * var(--rt-size));
  }
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: calc(1065 * 0.1 * var(--rt-size));
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: none;
    margin: 0 calc(15 * 0.1 * var(--rt-size));
  }
}

.footer-logo {
  display: block;
  width: calc(298 * 0.1 * var(--rt-size));
  line-height: 0;
}
@media screen and (max-width: 1000px) {
  .footer-logo {
    width: calc(270 * 0.1 * var(--rt-size));
    margin: 0 auto;
  }
}
.footer-logo img {
  width: 100%;
}

.footer-copyright {
  margin-top: calc(20 * 0.1 * var(--rt-size));
  font-size: calc(13 * 0.1 * var(--rt-size));
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .footer-copyright {
    margin-top: calc(25 * 0.1 * var(--rt-size));
  }
}

@media screen and (max-width: 1000px) {
  .footer-right {
    width: 100%;
    margin-top: calc(40 * 0.1 * var(--rt-size));
  }
}

.footer-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(20 * 0.1 * var(--rt-size));
  max-width: calc(413 * 0.1 * var(--rt-size));
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .footer-btns {
    gap: calc(20 * 0.1 * var(--rt-size)) calc(10 * 0.1 * var(--rt-size));
    max-width: none;
  }
}

.footer-btns__anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  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;
  width: calc(50% - 10 * 0.1 * var(--rt-size));
  height: calc(50 * 0.1 * var(--rt-size));
  padding-right: calc(20 * 0.1 * var(--rt-size));
  color: #002156;
  font-size: calc(20 * 0.1 * var(--rt-size));
  font-weight: 700;
  border-radius: calc(100 * 0.1 * var(--rt-size));
  background-color: #ffff00;
  line-height: 1;
}
.footer-btns__anchor * {
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .footer-btns__anchor {
    width: calc(50% - 5 * 0.1 * var(--rt-size));
    padding-left: 0;
  }
}
.footer-btns__anchor.is-wide {
  width: 100%;
}
.footer-btns__anchor .in-arw {
  position: absolute;
  top: 50%;
  right: calc(16 * 0.1 * var(--rt-size));
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  width: calc(14 * 0.1 * var(--rt-size));
  line-height: 0;
}
.footer-btns__anchor .cls-1 {
  fill: none;
  stroke: #002156;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.39425px;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(20 * 0.1 * var(--rt-size)) calc(20 * 0.1 * var(--rt-size));
  margin-top: calc(30 * 0.1 * var(--rt-size));
  font-size: calc(14 * 0.1 * var(--rt-size));
}
.footer-links * {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width: 1000px) {
  .footer-links {
    margin-top: calc(40 * 0.1 * var(--rt-size));
  }
}

.footer-links__item a {
  display: block;
}
.footer-links__item button {
  font-size: calc(14 * 0.1 * var(--rt-size)) !important;
  width: auto !important;
  display: block;
  padding: 0 !important;
  color: #fff !important;
  background: none !important;
  border: none !important;
}

.footer-links__anchor {
  display: block;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

/*************************************************

setsail

*************************************************/
.setsail {
  position: relative;
  padding: calc(80 * 0.1 * var(--rt-size)) 0 calc(100 * 0.1 * var(--rt-size));
  color: #fff;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .setsail {
    padding-bottom: calc(180 * 0.1 * var(--rt-size));
  }
}
.setsail > * {
  position: relative;
  z-index: 10;
}
.setsail::before {
  position: absolute;
  top: calc(100% - 50 * 0.1 * var(--rt-size));
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: calc(75 * 0.1 * var(--rt-size));
  background-color: #000;
  clip-path: polygon(0 calc(60 * 0.1 * var(--rt-size)), 100% 0, 100% calc(100% - 60 * 0.1 * var(--rt-size)), 0% 100%);
}
@media screen and (max-width: 1000px) {
  .setsail::before {
    display: none;
  }
}

.setsail-title {
  position: relative;
  margin-bottom: calc(45 * 0.1 * var(--rt-size));
  padding-bottom: calc(22 * 0.1 * var(--rt-size));
  font-size: calc(50 * 0.1 * var(--rt-size));
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 calc(5 * 0.1 * var(--rt-size)) rgba(0, 0, 0, 0.8);
  line-height: 1.3333;
}
.setsail-title * {
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .setsail-title {
    font-size: calc(30 * 0.1 * var(--rt-size));
  }
}
.setsail-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(5 * 0.1 * var(--rt-size));
  display: block;
  content: "";
  background: url(../images/setsail_band.svg) no-repeat center center/auto 100%;
}

.setsail-texts {
  font-size: calc(14 * 0.1 * var(--rt-size));
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02em;
}
.setsail-texts > * {
  margin-bottom: 1.7em;
  text-shadow: 0 0 calc(5 * 0.1 * var(--rt-size)) rgba(0, 0, 0, 0.8);
}
.setsail-texts > *:last-child {
  margin-bottom: 0;
}
.setsail-texts * {
  font-weight: 600;
}

.setsail-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 1001px) {
  .setsail-bg {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60 * 0.1 * var(--rt-size)), 0% 100%);
  }
}
.setsail-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 101%;
  height: 101%;
}

.setsail-card {
  position: absolute;
  line-height: 0;
  -webkit-filter: drop-shadow(calc(30 * 0.1 * var(--rt-size)) calc(30 * 0.1 * var(--rt-size)) calc(5 * 0.1 * var(--rt-size)) rgba(0, 0, 0, 0.3));
          filter: drop-shadow(calc(30 * 0.1 * var(--rt-size)) calc(30 * 0.1 * var(--rt-size)) calc(5 * 0.1 * var(--rt-size)) rgba(0, 0, 0, 0.3));
  z-index: 3;
}
.setsail-card.is-01 {
  top: calc(30 * 0.1 * var(--rt-size));
  right: calc(50% + 360 * 0.1 * var(--rt-size));
  width: calc(280 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .setsail-card.is-01 {
    top: calc(135 * 0.1 * var(--rt-size));
    left: calc(20 * 0.1 * var(--rt-size));
    right: auto;
    width: calc(120 * 0.1 * var(--rt-size));
  }
}
.setsail-card.is-02 {
  top: calc(155 * 0.1 * var(--rt-size));
  left: calc(50% + 295 * 0.1 * var(--rt-size));
  width: calc(304 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .setsail-card.is-02 {
    top: auto;
    left: auto;
    right: calc(30 * 0.1 * var(--rt-size));
    width: calc(135 * 0.1 * var(--rt-size));
    bottom: calc(20 * 0.1 * var(--rt-size));
  }
}

.is-01 .setsail-card__el {
  -webkit-animation: float3D 12s ease-in-out infinite;
          animation: float3D 12s ease-in-out infinite;
}
.is-02 .setsail-card__el {
  -webkit-animation: float3D 10s 0.2s ease-in-out infinite;
          animation: float3D 10s 0.2s ease-in-out infinite;
}

/*************************************************

keep

*************************************************/
.keep {
  overflow: hidden;
  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;
  gap: calc(175 * 0.1 * var(--rt-size));
  margin-top: calc(-60 * 0.1 * var(--rt-size));
  padding: calc(200 * 0.1 * var(--rt-size)) 0 calc(150 * 0.1 * var(--rt-size));
  color: #fff;
  z-index: 4;
}
@media screen and (max-width: 1000px) {
  .keep {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    margin-top: 0;
    padding: calc(50 * 0.1 * var(--rt-size)) calc(30 * 0.1 * var(--rt-size)) calc(50 * 0.1 * var(--rt-size));
  }
}
.keep > * {
  position: relative;
  z-index: 10;
}

.keep-title {
  color: #e6dc00;
  font-size: calc(40 * 0.1 * var(--rt-size));
  line-height: 1.75;
}
@media screen and (max-width: 1000px) {
  .keep-title {
    margin-bottom: calc(160 * 0.1 * var(--rt-size));
    font-size: calc(30 * 0.1 * var(--rt-size));
  }
}

.keep-texts {
  font-size: calc(14 * 0.1 * var(--rt-size));
}
.keep-texts > * {
  margin-bottom: 1.7em;
}
.keep-texts > *:last-child {
  margin-bottom: 0;
}

.keep-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.keep-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 101%;
  height: 101%;
}

/*************************************************

features

*************************************************/
.features {
  overflow: hidden;
  position: relative;
  padding: calc(70 * 0.1 * var(--rt-size)) 0 calc(140 * 0.1 * var(--rt-size));
  background: #002156 url(../images/features_bg.png) no-repeat center center/cover;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .features {
    padding: calc(40 * 0.1 * var(--rt-size)) 0 calc(80 * 0.1 * var(--rt-size));
  }
}

/* .features-group
---------------------------------------*/
.features-group {
  position: relative;
  max-width: calc(1065 * 0.1 * var(--rt-size));
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .features-group {
    width: calc(100% - 40 * 0.1 * var(--rt-size));
    max-width: none;
  }
}
.features-group + .features-group {
  margin-top: calc(150 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .features-group + .features-group {
    margin-top: calc(70 * 0.1 * var(--rt-size));
  }
}
.features-group > * {
  position: relative;
  z-index: 5;
}
.features-group::before {
  position: absolute;
  left: 50%;
  top: calc(15 * 0.1 * var(--rt-size));
  display: block;
  content: "";
  width: calc(1000 * 0.1 * var(--rt-size));
  height: calc(100% + 30 * 0.1 * var(--rt-size));
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .features-group::before {
    top: calc(35 * 0.1 * var(--rt-size));
    width: 100%;
    height: calc(100% + -18 * 0.1 * var(--rt-size));
  }
}

.features-group__title {
  position: relative;
  line-height: 0;
  z-index: 1;
}

/* .features-group__main
---------------------------------------*/
.features-group__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: calc(-15 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .features-group__main {
    display: block;
    margin-top: calc(-10 * 0.1 * var(--rt-size));
  }
}

.features-group__main-card {
  width: calc(365 * 0.1 * var(--rt-size));
  margin-right: calc(65 * 0.1 * var(--rt-size));
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  opacity: 0;
}
.is-view .features-group__main-card, .features-group__main-card.is-view {
  -webkit-animation: don-anim2 0.8s cubic-bezier(0.1, 0.9, 0.2, 1) forwards;
          animation: don-anim2 0.8s cubic-bezier(0.1, 0.9, 0.2, 1) forwards;
}
@media screen and (max-width: 1000px) {
  .features-group__main-card {
    width: calc(232 * 0.1 * var(--rt-size));
    margin: 0 auto;
  }
}
.features-group__main-card img {
  -webkit-filter: drop-shadow(calc(17 * 0.1 * var(--rt-size)) calc(17 * 0.1 * var(--rt-size)) 0 rgba(0, 0, 0, 0.4));
          filter: drop-shadow(calc(17 * 0.1 * var(--rt-size)) calc(17 * 0.1 * var(--rt-size)) 0 rgba(0, 0, 0, 0.4));
}

.features-group__main-blow {
  width: calc(590 * 0.1 * var(--rt-size));
  opacity: 0;
}
.is-view .features-group__main-blow, .features-group__main-blow.is-view {
  -webkit-animation: don-anim2 0.8s cubic-bezier(0.1, 0.9, 0.2, 1) forwards;
          animation: don-anim2 0.8s cubic-bezier(0.1, 0.9, 0.2, 1) forwards;
}
@media screen and (max-width: 1000px) {
  .features-group__main-blow {
    width: auto;
    margin: calc(25 * 0.1 * var(--rt-size)) calc(15 * 0.1 * var(--rt-size)) 0 calc(20 * 0.1 * var(--rt-size));
  }
}
.features-group__main-blow .in-el {
  margin-left: calc(-100 * 0.1 * var(--rt-size));
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .features-group__main-blow .in-el {
    margin: 0 auto;
  }
  .features-group__main-blow .in-el img {
    width: 100%;
  }
}

.features-group__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: calc(-25 * 0.1 * var(--rt-size));
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .features-group__info {
    display: block;
    margin: calc(30 * 0.1 * var(--rt-size)) calc(20 * 0.1 * var(--rt-size)) 0;
  }
}

.features-group__info-left {
  width: calc(585 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .features-group__info-left {
    width: auto;
  }
}

.features-group__info-right {
  width: calc(465 * 0.1 * var(--rt-size));
  padding-top: calc(50 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .features-group__info-right {
    width: auto;
    padding-top: calc(30 * 0.1 * var(--rt-size));
  }
}

.features-group__info-texts,
.features-group__info-ac {
  color: #fff;
  font-size: calc(14 * 0.1 * var(--rt-size));
  font-weight: 500;
  line-height: 1.6;
}
.features-group__info-texts *,
.features-group__info-ac * {
  font-weight: 500;
}
.features-group__info-texts .in-color,
.features-group__info-ac .in-color {
  color: #e6dc00;
}

.features-group__info-texts {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background: linear-gradient(to bottom, #fff, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.features-group__info-texts:has(~ .features-group__info-more[open]) {
  color: #fff;
}

.features-group__info-ac {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.2s ease-out;
  transition: grid-template-rows 0.2s ease-out;
  transition: grid-template-rows 0.2s ease-out, -ms-grid-rows 0.2s ease-out;
}
.features-group__info-ac:has(+ .features-group__info-more[open]) {
  grid-template-rows: 1fr;
}

.features-group__info-acwrap {
  overflow: hidden;
}

.features-group__info-acinner {
  padding: calc(16 * 0.1 * var(--rt-size)) 0 calc(25 * 0.1 * var(--rt-size));
}
.features-group__info-acinner > * {
  margin-bottom: 1.6em;
}
.features-group__info-acinner > *:last-child {
  margin-bottom: 0;
}

.features-group__info-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin-top: calc(5 * 0.1 * var(--rt-size));
}
.features-group__info-more summary {
  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;
  gap: calc(7 * 0.1 * var(--rt-size));
  list-style: none;
  cursor: pointer;
  font-size: calc(15 * 0.1 * var(--rt-size));
  font-weight: 500;
}
.features-group__info-more summary * {
  font-weight: 600;
}
.features-group__info-more summary::-webkit-details-marker {
  display: none;
}
.features-group__info-more .in-toggle {
  position: relative;
  width: calc(18 * 0.1 * var(--rt-size));
  height: calc(18 * 0.1 * var(--rt-size));
}
.features-group__info-more .in-toggle::before, .features-group__info-more .in-toggle::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.features-group__info-more .in-toggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.features-group__info-more[open] .in-toggle::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* features-group__info-point
---------------------------------------*/
.features-group__info-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(7 * 0.1 * var(--rt-size));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.features-group__info-point + .features-group__info-point {
  margin-top: calc(18 * 0.1 * var(--rt-size));
}
.features-group__info-point.is-view .in-icon {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.features-group__info-point .in-icon {
  width: calc(30 * 0.1 * var(--rt-size));
  line-height: 0;
  -webkit-transition: -webkit-transform 0.7s ease-out;
  transition: -webkit-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transition: transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
}
.features-group__info-point .in-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(100% - 37 * 0.1 * var(--rt-size));
  padding: calc(10 * 0.1 * var(--rt-size));
  font-size: calc(18 * 0.1 * var(--rt-size));
  color: #ff0000;
  font-weight: 700;
  line-height: 1.4444;
  background-color: #fff;
  border-radius: calc(10 * 0.1 * var(--rt-size));
}
.features-group__info-point .in-text * {
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .features-group__info-point .in-text {
    padding: calc(7 * 0.1 * var(--rt-size)) calc(10 * 0.1 * var(--rt-size));
    line-height: 1.3;
  }
}

/* features-group__card
---------------------------------------*/
.features-group__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: calc(40 * 0.1 * var(--rt-size));
  opacity: 0;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}
@media screen and (min-width: 1001px) {
  .features-group__card {
    -webkit-transform: translateX(calc(20 * 0.1 * var(--rt-size)));
            transform: translateX(calc(20 * 0.1 * var(--rt-size)));
  }
  .features-group__card.is-view {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 1000px) {
  .features-group__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateY(calc(20 * 0.1 * var(--rt-size)));
            transform: translateY(calc(20 * 0.1 * var(--rt-size)));
  }
  .features-group__card.is-view {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.features-group__card-title {
  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;
  width: calc(195 * 0.1 * var(--rt-size));
  height: calc(120 * 0.1 * var(--rt-size));
  color: #fff;
  text-align: center;
  font-size: calc(17 * 0.1 * var(--rt-size));
  font-weight: 500;
}
.features-group__card-title * {
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .features-group__card-title {
    width: min(280 * 0.1 * var(--rt-size), 100%);
    height: auto;
    margin: 0 auto calc(30 * 0.1 * var(--rt-size));
    padding: calc(20 * 0.1 * var(--rt-size)) 0;
  }
}
.features-group__card-title > * {
  position: relative;
  z-index: 5;
}
.features-group__card-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: "";
  width: calc(100% + 24 * 0.1 * var(--rt-size));
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: polygon(calc(12 * 0.1 * var(--rt-size)) 0%, 100% 0, calc(100% - 12 * 0.1 * var(--rt-size)) 100%, 0% 100%);
}

.features-group__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(20 * 0.1 * var(--rt-size));
  width: calc(100% - 230 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .features-group__card-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(18 * 0.1 * var(--rt-size)) calc(14 * 0.1 * var(--rt-size));
    width: min(295 * 0.1 * var(--rt-size), 100%);
  }
}
.features-group__card-list .in-item {
  opacity: 0;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
  width: calc(16.6666666667% - 20 * 0.1 * var(--rt-size) * 5 / 6);
}
.features-group__card-list .in-item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.features-group__card-list .in-item:nth-child(2) {
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
}
.features-group__card-list .in-item:nth-child(3) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.features-group__card-list .in-item:nth-child(4) {
  -webkit-transition-delay: 0.19s;
          transition-delay: 0.19s;
}
.features-group__card-list .in-item:nth-child(5) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}
.features-group__card-list .in-item:nth-child(6) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
@media screen and (min-width: 1001px) {
  .features-group__card-list .in-item {
    -webkit-transform: translateX(calc(20 * 0.1 * var(--rt-size)));
            transform: translateX(calc(20 * 0.1 * var(--rt-size)));
  }
  .is-view .features-group__card-list .in-item {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 1000px) {
  .features-group__card-list .in-item {
    width: calc(33.3333333333% - 14 * 0.1 * var(--rt-size) * 2 / 3);
    -webkit-transform: translateY(calc(20 * 0.1 * var(--rt-size)));
            transform: translateY(calc(20 * 0.1 * var(--rt-size)));
  }
  .is-view .features-group__card-list .in-item {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.features-group__card-list .in-item img {
  width: 100%;
  -webkit-filter: drop-shadow(calc(15 * 0.1 * var(--rt-size)) calc(15 * 0.1 * var(--rt-size)) 0 rgba(0, 0, 0, 0.1));
          filter: drop-shadow(calc(15 * 0.1 * var(--rt-size)) calc(15 * 0.1 * var(--rt-size)) 0 rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 1000px) {
  .features-group__card-list .in-item img {
    -webkit-filter: drop-shadow(calc(5 * 0.1 * var(--rt-size)) calc(5 * 0.1 * var(--rt-size)) 0 rgba(0, 0, 0, 0.1));
            filter: drop-shadow(calc(5 * 0.1 * var(--rt-size)) calc(5 * 0.1 * var(--rt-size)) 0 rgba(0, 0, 0, 0.1));
  }
}

/* features-group01
---------------------------------------*/
.features-group01::before {
  background-color: rgba(100, 20, 10, 0.8);
  clip-path: polygon(0 0, 100% calc(125 * 0.1 * var(--rt-size)), 100% 100%, 0 calc(100% - 125 * 0.1 * var(--rt-size)));
}
@media screen and (max-width: 1000px) {
  .features-group01::before {
    clip-path: polygon(0 0, 100% calc(40 * 0.1 * var(--rt-size)), 100% 100%, 0 calc(100% - 40 * 0.1 * var(--rt-size)));
  }
}
.features-group01 .features-group__title {
  text-align: right;
}
.features-group01 .features-group__title img {
  width: calc(520 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .features-group01 .features-group__title img {
    width: calc(260 * 0.1 * var(--rt-size));
  }
}
@media screen and (min-width: 1001px) {
  .features-group01 .features-group__main-blow img {
    width: calc(619 * 0.1 * var(--rt-size));
  }
}

/* features-group02
---------------------------------------*/
.features-group02::before {
  background-color: rgba(10, 60, 50, 0.8);
  clip-path: polygon(0 calc(125 * 0.1 * var(--rt-size)), 100% 0, 100% calc(100% - 125 * 0.1 * var(--rt-size)), 0% 100%);
}
@media screen and (max-width: 1000px) {
  .features-group02::before {
    clip-path: polygon(0 calc(40 * 0.1 * var(--rt-size)), 100% 0, 100% calc(100% - 40 * 0.1 * var(--rt-size)), 0% 100%);
  }
}
.features-group02 .features-group__title {
  text-align: left;
}
.features-group02 .features-group__title img {
  width: calc(442 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .features-group02 .features-group__title img {
    width: calc(220 * 0.1 * var(--rt-size));
  }
}
@media screen and (min-width: 1001px) {
  .features-group02 .features-group__main-blow img {
    width: calc(599 * 0.1 * var(--rt-size));
  }
}

/* features-group03
---------------------------------------*/
.features-group03::before {
  background-color: rgba(0, 10, 30, 0.8);
  clip-path: polygon(0 0, 100% calc(125 * 0.1 * var(--rt-size)), 100% 100%, 0 calc(100% - 125 * 0.1 * var(--rt-size)));
}
@media screen and (max-width: 1000px) {
  .features-group03::before {
    clip-path: polygon(0 0, 100% calc(40 * 0.1 * var(--rt-size)), 100% 100%, 0 calc(100% - 40 * 0.1 * var(--rt-size)));
  }
}
.features-group03 .features-group__title {
  text-align: right;
}
.features-group03 .features-group__title img {
  width: calc(572 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .features-group03 .features-group__title img {
    width: calc(288 * 0.1 * var(--rt-size));
  }
}
@media screen and (min-width: 1001px) {
  .features-group03 .features-group__main-blow img {
    width: calc(658 * 0.1 * var(--rt-size));
  }
}
@media screen and (min-width: 1001px) {
  .features-group03 .features-group__info-point {
    margin-left: calc(-30 * 0.1 * var(--rt-size));
  }
}

/*************************************************

premium

*************************************************/
.premium {
  overflow: hidden;
  position: relative;
  padding: calc(280 * 0.1 * var(--rt-size)) 0;
  color: #e6dc00;
  background-color: #000;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .premium {
    padding: calc(180 * 0.1 * var(--rt-size)) 0;
  }
}
.premium > * {
  position: relative;
  z-index: 5;
}

.premium-title {
  margin-bottom: calc(30 * 0.1 * var(--rt-size));
  font-size: calc(40 * 0.1 * var(--rt-size));
  font-weight: 900;
  text-align: center;
}
.premium-title * {
  font-weight: 900;
}
@media screen and (max-width: 1000px) {
  .premium-title {
    font-size: calc(30 * 0.1 * var(--rt-size));
  }
}

.premium-texts {
  text-align: center;
  font-size: calc(15 * 0.1 * var(--rt-size));
  font-weight: 600;
}
.premium-texts * {
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .premium-texts {
    font-size: calc(14 * 0.1 * var(--rt-size));
  }
}

.premium-video {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.premium-video::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #000;
  opacity: 0;
  z-index: 2;
}

.premium-video__card {
  position: absolute;
  line-height: 0;
  z-index: 1;
}
.premium-video__card video {
  display: block;
  width: 100%;
}
.premium-video__card:nth-child(1) {
  top: 12%;
  left: calc(50% + 380 * 0.1 * var(--rt-size));
  width: calc(240 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .premium-video__card:nth-child(1) {
    left: auto;
    right: calc(10 * 0.1 * var(--rt-size));
    width: calc(110 * 0.1 * var(--rt-size));
  }
}
.premium-video__card:nth-child(2) {
  top: 2%;
  right: calc(50% + 320 * 0.1 * var(--rt-size));
  width: calc(240 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .premium-video__card:nth-child(2) {
    right: auto;
    top: 5%;
    left: calc(10 * 0.1 * var(--rt-size));
    width: calc(110 * 0.1 * var(--rt-size));
  }
}
.premium-video__card:nth-child(3) {
  bottom: 1%;
  right: calc(50% - 340 * 0.1 * var(--rt-size));
  width: calc(240 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .premium-video__card:nth-child(3) {
    right: calc(70 * 0.1 * var(--rt-size));
    width: calc(110 * 0.1 * var(--rt-size));
  }
}

/*************************************************

stage

*************************************************/
.stage {
  overflow: hidden;
  position: relative;
  background: url(../images/stage_bg.webp) no-repeat center center/cover;
  z-index: 5;
}

.stage-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.stage-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  width: 101%;
  height: 101%;
}

/* stage-scrolltext
---------------------------------------*/
.stage-scrolltext {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: calc(50 * 0.1 * var(--rt-size));
  line-height: 0;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .stage-scrolltext {
    margin-bottom: calc(30 * 0.1 * var(--rt-size));
  }
}

.stage-scrolltext__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-animation: infinity-scroll-left 100s infinite linear both;
          animation: infinity-scroll-left 100s infinite linear both;
}
@media screen and (max-width: 1000px) {
  .stage-scrolltext__imgs {
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
  }
}

.stage-scrolltext__el {
  width: calc(1366 * 0.1 * var(--rt-size));
  padding: 0 calc(20 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .stage-scrolltext__el {
    width: calc(375 * 0.1 * var(--rt-size));
    padding: 0 calc(5 * 0.1 * var(--rt-size));
  }
}

@-webkit-keyframes infinity-scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* stage-lead01
---------------------------------------*/
.stage-lead01 {
  max-width: calc(1065 * 0.1 * var(--rt-size));
  margin: 0 auto calc(50 * 0.1 * var(--rt-size));
  font-size: calc(25 * 0.1 * var(--rt-size));
  font-weight: 500;
}
.stage-lead01 * {
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .stage-lead01 {
    margin: 0 calc(16 * 0.1 * var(--rt-size)) calc(40 * 0.1 * var(--rt-size));
    font-size: calc(17 * 0.1 * var(--rt-size));
  }
}

/* stage-highest
---------------------------------------*/
.stage-highest {
  max-width: calc(1065 * 0.1 * var(--rt-size));
  margin: 0 auto calc(45 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .stage-highest {
    margin: 0 calc(20 * 0.1 * var(--rt-size)) calc(35 * 0.1 * var(--rt-size));
  }
}

.stage-highest__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: calc(570 * 0.1 * var(--rt-size));
  padding: calc(34 * 0.1 * var(--rt-size)) calc(26 * 0.1 * var(--rt-size)) calc(26 * 0.1 * var(--rt-size));
  background-color: rgba(0, 10, 30, 0.8);
  border: #d1bc00 solid 1px;
}
@media screen and (max-width: 1000px) {
  .stage-highest__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: calc(30 * 0.1 * var(--rt-size));
  }
}

.stage-highest__left {
  max-width: calc(255 * 0.1 * var(--rt-size));
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .stage-highest__left {
    max-width: none;
    margin-bottom: calc(23 * 0.1 * var(--rt-size));
  }
}

.stage-highest__title {
  position: relative;
  margin-bottom: calc(25 * 0.1 * var(--rt-size));
  padding-bottom: calc(20 * 0.1 * var(--rt-size));
  font-size: calc(20 * 0.1 * var(--rt-size));
  font-weight: 900;
}
.stage-highest__title * {
  font-weight: 900;
}
.stage-highest__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(5 * 0.1 * var(--rt-size));
  display: block;
  content: "";
  background: url(../images/stage_highest_band.svg) no-repeat left center/auto 100%;
}

.stage-highest__text {
  font-size: calc(14 * 0.1 * var(--rt-size));
  font-weight: 700;
}
.stage-highest__text * {
  font-weight: 700;
}
.stage-highest__text > * {
  margin-bottom: 1.5em;
}
.stage-highest__text > *:last-child {
  margin-bottom: 0;
}

.stage-highest__right {
  max-width: calc(233 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .stage-highest__right {
    max-width: none;
  }
}

.stage-highest__img {
  line-height: 0;
}
@media screen and (max-width: 1000px) {
  .stage-highest__img {
    max-width: calc(180 * 0.1 * var(--rt-size));
    margin: 0 auto;
  }
}

.stage-highest__btn {
  margin: calc(25 * 0.1 * var(--rt-size)) auto 0;
  line-height: 0;
}
@media screen and (max-width: 1000px) {
  .stage-highest__btn {
    margin-top: calc(15 * 0.1 * var(--rt-size));
  }
}

.stage-highest__btn-anhor {
  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;
  width: min(217 * 0.1 * var(--rt-size), 100%);
  height: calc(50 * 0.1 * var(--rt-size));
  margin: 0 auto;
  color: #002156;
  font-size: calc(20 * 0.1 * var(--rt-size));
  font-weight: 600;
}
.stage-highest__btn-anhor * {
  font-weight: 600;
}
.stage-highest__btn-anhor::before, .stage-highest__btn-anhor::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffff00;
  border-radius: calc(100 * 0.1 * var(--rt-size)) 0 0 calc(100 * 0.1 * var(--rt-size));
  clip-path: polygon(0 0, 100% 0, calc(100% - 20 * 0.1 * var(--rt-size)) 100%, 0% 100%);
  z-index: 2;
}
.stage-highest__btn-anhor::before {
  top: calc(3 * 0.1 * var(--rt-size));
  left: calc(3 * 0.1 * var(--rt-size));
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.stage-highest__btn-anhor .in-text {
  position: relative;
  z-index: 5;
}

.stage-highest__btn-text {
  margin-top: calc(10 * 0.1 * var(--rt-size));
  text-align: center;
  color: #fff;
  font-size: calc(10 * 0.1 * var(--rt-size));
  line-height: 1;
}

/* stage-victory
---------------------------------------*/
.stage-victory {
  position: relative;
  padding: calc(45 * 0.1 * var(--rt-size)) 0 calc(50 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .stage-victory {
    padding: calc(30 * 0.1 * var(--rt-size)) 0 calc(30 * 0.1 * var(--rt-size));
  }
}
.stage-victory > * {
  position: relative;
  z-index: 5;
}
.stage-victory::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #b5171f;
  mix-blend-mode: multiply;
  z-index: -1;
}

.stage-victory-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: calc(1010 * 0.1 * var(--rt-size));
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .stage-victory-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.stage-victory-left {
  width: 57.1287128713%;
}
@media screen and (max-width: 1000px) {
  .stage-victory-left {
    width: 100%;
  }
}

.stage-victory-right {
  width: 40.396039604%;
}
@media screen and (max-width: 1000px) {
  .stage-victory-right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 calc(20 * 0.1 * var(--rt-size));
  }
}

.stage-victory__title {
  margin-bottom: calc(30 * 0.1 * var(--rt-size));
  color: #e6dc00;
  font-size: calc(70 * 0.1 * var(--rt-size));
  font-weight: 900;
  text-align: center;
  line-height: 1;
}
.stage-victory__title * {
  font-weight: 900;
}
@media screen and (max-width: 1000px) {
  .stage-victory__title {
    font-size: calc(44 * 0.1 * var(--rt-size));
  }
}

.stage-victory__lead {
  color: #e6dc00;
  font-size: calc(14 * 0.1 * var(--rt-size));
  font-weight: 600;
  text-align: center;
  line-height: 1.4286;
}
.stage-victory__lead * {
  font-weight: 600;
}

.stage-victory-cardlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(20 * 0.1 * var(--rt-size));
  margin-top: calc(35 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .stage-victory-cardlist {
    gap: calc(10 * 0.1 * var(--rt-size));
    margin: calc(25 * 0.1 * var(--rt-size)) calc(20 * 0.1 * var(--rt-size));
  }
}

.stage-victory-cardlist__item {
  width: 100%;
}

/* stage-circle
---------------------------------------*/
.stage-circle {
  position: absolute;
  top: calc(200 * 0.1 * var(--rt-size));
  left: calc(50% + 80 * 0.1 * var(--rt-size));
  width: calc(450 * 0.1 * var(--rt-size));
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .stage-circle {
    display: none;
  }
}

.stage-circle__card {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(320 * 0.1 * var(--rt-size));
  margin-left: auto;
  padding: calc(10 * 0.1 * var(--rt-size)) 0;
  -webkit-transition: top 0.5s, right 0.5s, width 0.5s ease, opacity 0.5s, -webkit-transform 0.5s;
  transition: top 0.5s, right 0.5s, width 0.5s ease, opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, top 0.5s, right 0.5s, width 0.5s ease, opacity 0.5s;
  transition: transform 0.5s, top 0.5s, right 0.5s, width 0.5s ease, opacity 0.5s, -webkit-transform 0.5s;
}
.stage-circle__card.pos1, .stage-circle__card.pos8 {
  top: calc(-470 * 0.1 * var(--rt-size));
  right: calc(-170 * 0.1 * var(--rt-size));
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.stage-circle__card.pos2 {
  top: calc(-250 * 0.1 * var(--rt-size));
  right: calc(-40 * 0.1 * var(--rt-size));
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.stage-circle__card.pos3 {
  top: 0;
  width: calc(450 * 0.1 * var(--rt-size));
}
.stage-circle__card.pos4 {
  top: calc(330 * 0.1 * var(--rt-size));
  right: calc(-40 * 0.1 * var(--rt-size));
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.stage-circle__card.pos5 {
  top: calc(565 * 0.1 * var(--rt-size));
  right: calc(-170 * 0.1 * var(--rt-size));
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.stage-circle__card.pos6 {
  top: calc(745 * 0.1 * var(--rt-size));
  right: calc(-380 * 0.1 * var(--rt-size));
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  opacity: 0;
}
.stage-circle__card.pos8, .stage-circle__card.pos7 {
  opacity: 0;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.stage-circle__card img {
  -webkit-filter: drop-shadow(calc(7 * 0.1 * var(--rt-size)) calc(7 * 0.1 * var(--rt-size)) 0 rgba(0, 0, 0, 0.15));
          filter: drop-shadow(calc(7 * 0.1 * var(--rt-size)) calc(7 * 0.1 * var(--rt-size)) 0 rgba(0, 0, 0, 0.15));
}

/* stage-spslide
---------------------------------------*/
.stage-spslide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: calc(50 * 0.1 * var(--rt-size));
}
@media screen and (min-width: 1001px) {
  .stage-spslide {
    display: none;
  }
}
.stage-spslide .swiper-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.stage-spslide .swiper-slide figure {
  display: block;
  margin: 0 calc(8 * 0.1 * var(--rt-size));
}
.stage-spslide .swiper-slide img {
  -webkit-filter: drop-shadow(calc(7 * 0.1 * var(--rt-size)) calc(7 * 0.1 * var(--rt-size)) 0 rgba(0, 0, 0, 0.15));
          filter: drop-shadow(calc(7 * 0.1 * var(--rt-size)) calc(7 * 0.1 * var(--rt-size)) 0 rgba(0, 0, 0, 0.15));
}

/*************************************************

goods

*************************************************/
.goods {
  position: relative;
  padding: calc(80 * 0.1 * var(--rt-size)) 0;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  .goods {
    padding: calc(40 * 0.1 * var(--rt-size)) 0 calc(100 * 0.1 * var(--rt-size));
  }
}
.goods > * {
  position: relative;
  z-index: 10;
}

.goods-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.goods-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.goods-title {
  max-width: calc(690 * 0.1 * var(--rt-size));
  margin: 0 auto calc(25 * 0.1 * var(--rt-size));
  padding-bottom: calc(20 * 0.1 * var(--rt-size));
  color: #002156;
  font-size: calc(35 * 0.1 * var(--rt-size));
  font-weight: 700;
  text-align: center;
  border-bottom: #002156 solid 2px;
  line-height: 1.1667;
}
.goods-title * {
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .goods-title {
    max-width: none;
    margin: 0 calc(20 * 0.1 * var(--rt-size)) calc(20 * 0.1 * var(--rt-size));
  }
}

.goods-lead {
  color: #002156;
  font-size: calc(20 * 0.1 * var(--rt-size));
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .goods-lead {
    font-size: calc(15 * 0.1 * var(--rt-size));
    font-weight: 500;
  }
  .goods-lead * {
    font-weight: 500;
  }
}
.goods-lead span {
  font-weight: 500;
}
.goods-lead span * {
  font-weight: 500;
}

.goods-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(140 * 0.1 * var(--rt-size)) 0;
  max-width: calc(1066 * 0.1 * var(--rt-size));
  margin: calc(50 * 0.1 * var(--rt-size)) auto 0;
}
@media screen and (max-width: 1000px) {
  .goods-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(100 * 0.1 * var(--rt-size)) 0;
  }
}

.goods-list__item {
  width: 33.3333333333%;
}
@media screen and (max-width: 1000px) {
  .goods-list__item {
    width: 100%;
  }
}

.goods-list__img {
  max-width: calc(154 * 0.1 * var(--rt-size));
  margin: 0 auto calc(20 * 0.1 * var(--rt-size));
  line-height: 0;
  text-align: center;
  opacity: 0;
}
.is-view .goods-list__img, .goods-list__img.is-view {
  -webkit-animation: don-anim 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: don-anim 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.goods-list__text {
  margin-bottom: calc(25 * 0.1 * var(--rt-size));
  color: #002156;
  font-weight: 500;
  font-size: calc(15 * 0.1 * var(--rt-size));
  text-align: center;
  line-height: 1.3333;
}
.goods-list__text * {
  font-weight: 500;
}

.goods-list__btn {
  display: block;
  max-width: calc(154 * 0.1 * var(--rt-size));
  margin: 0 auto;
  line-height: 0;
}
@media screen and (max-width: 1000px) {
  .goods-list__btn {
    max-width: calc(240 * 0.1 * var(--rt-size));
  }
}
.goods-list__btn + .goods-list__btn {
  margin-top: calc(5 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .goods-list__btn + .goods-list__btn {
    margin-top: calc(10 * 0.1 * var(--rt-size));
  }
}

/* goods-stores
---------------------------------------*/
.goods-stores {
  margin-top: calc(100 * 0.1 * var(--rt-size));
}

.goods-stores__text {
  color: #002156;
  font-size: calc(20 * 0.1 * var(--rt-size));
  font-weight: 500;
  text-align: center;
}
.goods-stores__text * {
  font-weight: 500;
}

.goods-stores__anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  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;
  width: calc(310 * 0.1 * var(--rt-size));
  height: calc(60 * 0.1 * var(--rt-size));
  margin: calc(25 * 0.1 * var(--rt-size)) auto 0;
  padding-left: calc(10 * 0.1 * var(--rt-size));
  color: #fff;
  font-size: calc(20 * 0.1 * var(--rt-size));
  font-weight: 700;
  border-radius: calc(100 * 0.1 * var(--rt-size));
  background-color: #ee5969;
  line-height: 1;
}
.goods-stores__anchor * {
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .goods-stores__anchor {
    width: calc(100% - 40 * 0.1 * var(--rt-size));
    padding-left: 0;
  }
}
.goods-stores__anchor .in-arw {
  padding-left: calc(22 * 0.1 * var(--rt-size));
  width: calc(12 * 0.1 * var(--rt-size));
  line-height: 0;
}
@media screen and (max-width: 1000px) {
  .goods-stores__anchor .in-arw {
    position: absolute;
    top: 50%;
    right: calc(20 * 0.1 * var(--rt-size));
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.goods-stores__anchor .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.39425px;
}

/* goods-moreview
---------------------------------------*/
.goods-moreview {
  margin-top: calc(80 * 0.1 * var(--rt-size));
}

.goods-moreview__text {
  color: #002156;
  font-size: calc(20 * 0.1 * var(--rt-size));
  font-weight: 500;
  text-align: center;
}
.goods-moreview__text * {
  font-weight: 500;
}

.goods-moreview__anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  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;
  width: calc(190 * 0.1 * var(--rt-size));
  height: calc(60 * 0.1 * var(--rt-size));
  margin: calc(25 * 0.1 * var(--rt-size)) auto 0;
  padding-left: calc(10 * 0.1 * var(--rt-size));
  color: #fff;
  font-size: calc(20 * 0.1 * var(--rt-size));
  font-weight: 700;
  border-radius: calc(100 * 0.1 * var(--rt-size));
  background-color: #002156;
  line-height: 1;
}
.goods-moreview__anchor * {
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .goods-moreview__anchor {
    width: calc(100% - 40 * 0.1 * var(--rt-size));
    padding-left: 0;
  }
}
.goods-moreview__anchor .in-arw {
  padding-left: calc(22 * 0.1 * var(--rt-size));
  width: calc(12 * 0.1 * var(--rt-size));
  line-height: 0;
}
@media screen and (max-width: 1000px) {
  .goods-moreview__anchor .in-arw {
    position: absolute;
    top: 50%;
    right: calc(20 * 0.1 * var(--rt-size));
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.goods-moreview__anchor .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.39425px;
}

/*************************************************

others

*************************************************/
.others {
  position: relative;
  padding: calc(80 * 0.1 * var(--rt-size)) 0 calc(100 * 0.1 * var(--rt-size));
  color: #fff;
  background-color: #002156;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .others {
    padding: calc(55 * 0.1 * var(--rt-size)) 0 calc(50 * 0.1 * var(--rt-size));
  }
}

/* others-learn
---------------------------------------*/
.others-learn__title {
  margin-bottom: calc(45 * 0.1 * var(--rt-size));
  font-size: calc(35 * 0.1 * var(--rt-size));
  font-weight: 700;
  text-align: center;
  line-height: 1.1429;
}
.others-learn__title * {
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .others-learn__title {
    margin-bottom: calc(30 * 0.1 * var(--rt-size));
    font-size: calc(24 * 0.1 * var(--rt-size));
  }
}

.others-learn__img01 {
  max-width: calc(700 * 0.1 * var(--rt-size));
  margin: 0 auto;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .others-learn__img01 {
    max-width: none;
    width: calc(100% - 40 * 0.1 * var(--rt-size));
  }
}
.others-learn__img01 > * {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.others-learn__btn01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  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;
  width: calc(290 * 0.1 * var(--rt-size));
  height: calc(60 * 0.1 * var(--rt-size));
  margin: calc(25 * 0.1 * var(--rt-size)) auto 0;
  padding-left: calc(20 * 0.1 * var(--rt-size));
  color: #002156;
  font-size: calc(20 * 0.1 * var(--rt-size));
  font-weight: 700;
  border-radius: calc(100 * 0.1 * var(--rt-size));
  background-color: #ffff00;
  line-height: 1;
}
.others-learn__btn01 * {
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .others-learn__btn01 {
    width: calc(100% - 40 * 0.1 * var(--rt-size));
    padding-left: 0;
  }
}
.others-learn__btn01 .in-arw {
  padding-left: calc(30 * 0.1 * var(--rt-size));
  width: calc(12 * 0.1 * var(--rt-size));
  line-height: 0;
}
@media screen and (max-width: 1000px) {
  .others-learn__btn01 .in-arw {
    position: absolute;
    top: 50%;
    right: calc(20 * 0.1 * var(--rt-size));
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.others-learn__btn01 .cls-1 {
  fill: none;
  stroke: #002156;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.39425px;
}

/* others-tournament
---------------------------------------*/
.others-tournament {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(700 * 0.1 * var(--rt-size));
  margin: calc(90 * 0.1 * var(--rt-size)) auto 0;
  border: #fff solid 2px;
  border-radius: calc(15 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .others-tournament {
    width: calc(100% - 40 * 0.1 * var(--rt-size));
    max-width: none;
    margin-top: calc(40 * 0.1 * var(--rt-size));
  }
}

.others-tournament__title {
  padding: calc(30 * 0.1 * var(--rt-size)) 0;
  color: #002156;
  font-size: calc(35 * 0.1 * var(--rt-size));
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  background-color: #fff;
}
.others-tournament__title * {
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .others-tournament__title {
    padding: calc(20 * 0.1 * var(--rt-size)) 0;
  }
}

.others-tournament__body {
  padding: calc(35 * 0.1 * var(--rt-size)) calc(45 * 0.1 * var(--rt-size)) calc(25 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .others-tournament__body {
    padding: calc(20 * 0.1 * var(--rt-size)) calc(18 * 0.1 * var(--rt-size));
  }
}

.others-tournament__bandai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: calc(20 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .others-tournament__bandai {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.others-tournament__bandai-icon {
  width: calc(91 * 0.1 * var(--rt-size));
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .others-tournament__bandai-icon {
    margin: 0 auto calc(20 * 0.1 * var(--rt-size));
  }
}
.others-tournament__bandai-icon img {
  width: 100%;
}

.others-tournament__bandai-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 112 * 0.1 * var(--rt-size));
  padding: 0 calc(10 * 0.1 * var(--rt-size));
  font-size: calc(20 * 0.1 * var(--rt-size));
  font-weight: 500;
  line-height: 1.5;
  border-top: #fff solid 1px;
  border-bottom: #fff solid 1px;
}
.others-tournament__bandai-text * {
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .others-tournament__bandai-text {
    display: block;
    width: 100%;
    padding: calc(17 * 0.1 * var(--rt-size)) 0;
    font-size: calc(17 * 0.1 * var(--rt-size));
    text-align: center;
  }
}

.others-tournament__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .others-tournament__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(10 * 0.1 * var(--rt-size));
  }
}
.others-tournament__btns .in-btn {
  display: block;
  line-height: 0;
}
.others-tournament__btns .is-google {
  width: calc(280 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .others-tournament__btns .is-google {
    width: 100%;
  }
}
.others-tournament__btns .is-mac {
  width: calc(308 * 0.1 * var(--rt-size));
}
@media screen and (max-width: 1000px) {
  .others-tournament__btns .is-mac {
    width: 100%;
  }
}
.others-tournament__btns img {
  width: 100%;
}

.others-tournament__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(20 * 0.1 * var(--rt-size));
  padding: calc(20 * 0.1 * var(--rt-size)) 0;
  font-size: calc(15 * 0.1 * var(--rt-size));
  font-weight: 500;
  line-height: 1.3333;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: calc(10 * 0.1 * var(--rt-size));
}
.others-tournament__info * {
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .others-tournament__info {
    padding: calc(20 * 0.1 * var(--rt-size)) calc(10 * 0.1 * var(--rt-size));
    font-size: calc(14 * 0.1 * var(--rt-size));
    font-weight: 400;
  }
  .others-tournament__info * {
    font-weight: 400;
  }
}

.others-tournament__cap {
  margin-top: calc(17 * 0.1 * var(--rt-size));
  font-size: calc(13 * 0.1 * var(--rt-size));
  line-height: 1.5385;
}