@charset "UTF-8";
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #007aff;
/*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.swiper {
  position: relative;
/* Fix of Webkit flickering */
  z-index: 1;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
}
.swiper-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.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 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;

  -webkit-box-align: start;
  align-items: flex-start;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.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-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.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 {
  -ms-flex-order: 9999;
  content: '';

  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  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 {
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
  height: 100%;
}
.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 {
  min-width: 1px;
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.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;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.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 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -21px;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.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;
}
.swiper-virtual .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-backface-visibility: hidden;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  width: var(--swiper-virtual-size);
  height: 1px;
}
.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: 10px;
  --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 svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;

  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  font-size: var(--swiper-navigation-size);
  font-family: swiper-icons;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-pagination {
  z-index: 10;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.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 {
  display: inline-block;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  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 {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;

  -webkit-appearance: 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 {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  top: 50%;
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  -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 {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.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 -webkit-transform, 200ms top;
  -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%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.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 -webkit-transform, 200ms left;
  -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 -webkit-transform, 200ms right;
  -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;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  position: absolute;
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0,0,0,0.25));
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  -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 {
  top: 0;
  left: 0;
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
}
.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 {
  top: 0;
  left: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  position: relative;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  background: var(--swiper-scrollbar-bg-color, rgba(0,0,0,0.1));

  -ms-touch-action: none;
  touch-action: none;
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  height: var(--swiper-scrollbar-size, 4px);
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  right: var(--swiper-scrollbar-right, 4px);
  left: var(--swiper-scrollbar-left, auto);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0,0,0,0.5));
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
  text-align: center;

  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;

  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;

  -ms-touch-action: none;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  pointer-events: none;
}
.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-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  pointer-events: none;

  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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 {
  visibility: visible;
  pointer-events: auto;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.swiper-cube .swiper-cube-shadow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: '';
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}
.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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;

  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  overflow: hidden;
  -webkit-transition-property: -webkit-transform, opacity, height;
  -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;

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

  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@-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);
  }
}
 {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: #fff;
  color: #000;
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  line-height: 1;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
body {
  background: #fff;
  color: #000;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: separate;
  vertical-align: middle;
}
caption,
th,
td {
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}
a img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}
audio,
canvas,
video {
  display: inline-block;

  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
html,
body {
  font-size: 28px;
  font-size: 3.733333333333334vw;
}
@media screen and (min-width: 1024px) {
  html,
  body {
    font-size: 16px !important;
  }
}
.l-base .l-wrapper {
  color: #333;
  word-wrap: break-word;
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  overflow-wrap: break-word;
}
.l-base .l-wrapper .c-display-inline-block {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper .c-display-none--pc {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .l-base .l-wrapper .c-display-none--sp {
    display: none !important;
  }
}
.l-base .l-wrapper a {
  color: #1a0dab;
  text-decoration: underline;
}
.l-base .l-wrapper a:visited {
  color: #1a0dab;
  text-decoration: underline;
}
.device-use-mouse .l-base .l-wrapper a:hover {
  color: #1a0dab;
  text-decoration: none;
}
.l-base .l-wrapper a:active,
.l-base .l-wrapper a:focus {
  color: #1a0dab;
  text-decoration: underline;
}
.l-base .l-wrapper a:focus {
  outline: none;
}
.l-base .l-wrapper a,
.l-base .l-wrapper input[type="submit"],
.l-base .l-wrapper button,
.l-base .l-wrapper label {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.l-base .l-wrapper a img,
.l-base .l-wrapper input[type="submit"] img,
.l-base .l-wrapper button img,
.l-base .l-wrapper label img {
  -webkit-box-shadow: #000 0 0 0;
  box-shadow: #000 0 0 0;
}
.l-base .l-wrapper a:link,
.l-base .l-wrapper input[type="submit"]:link,
.l-base .l-wrapper button:link,
.l-base .l-wrapper label:link,
.l-base .l-wrapper a:visited,
.l-base .l-wrapper input[type="submit"]:visited,
.l-base .l-wrapper button:visited,
.l-base .l-wrapper label:visited,
.l-base .l-wrapper a:active,
.l-base .l-wrapper input[type="submit"]:active,
.l-base .l-wrapper button:active,
.l-base .l-wrapper label:active,
.l-base .l-wrapper a:focus,
.l-base .l-wrapper input[type="submit"]:focus,
.l-base .l-wrapper button:focus,
.l-base .l-wrapper label:focus {
  text-decoration: none;
}
.device-use-mouse .l-base .l-wrapper a:hover,
.device-use-mouse .l-base .l-wrapper input[type="submit"]:hover,
.device-use-mouse .l-base .l-wrapper button:hover,
.device-use-mouse .l-base .l-wrapper label:hover {
  text-decoration: none;
  opacity: 0.6;
}
.l-base .l-wrapper a.disabled,
.l-base .l-wrapper input[type="submit"].disabled,
.l-base .l-wrapper button.disabled,
.l-base .l-wrapper label.disabled,
.l-base .l-wrapper a:disabled,
.l-base .l-wrapper input[type="submit"]:disabled,
.l-base .l-wrapper button:disabled,
.l-base .l-wrapper label:disabled {
  opacity: 1 !important;
  cursor: default;
}
.l-base .l-wrapper img,
.l-base .l-wrapper svg {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.l-base .l-wrapper picture {
  max-width: 100%;
}
.l-base .l-wrapper video {
  outline: none;
}
.l-base .l-wrapper input,
.l-base .l-wrapper textarea {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  background: #fff;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.l-base .l-wrapper input:-ms-input-placeholder,
.l-base .l-wrapper textarea:-ms-input-placeholder {
  position: relative;
  top: -0.1em;
}
.l-base .l-wrapper input::-moz-focus-inner,
.l-base .l-wrapper textarea::-moz-focus-inner {
  border: none;
}
.l-base .l-wrapper input:required,
.l-base .l-wrapper textarea:required,
.l-base .l-wrapper input:invalid,
.l-base .l-wrapper textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.l-base .l-wrapper button {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.l-base .l-wrapper button::-moz-focus-inner {
  border: none;
}
.l-base .l-wrapper input[type="text"],
.l-base .l-wrapper input[type="search"],
.l-base .l-wrapper input[type="datetime"],
.l-base .l-wrapper input[type="datetime-local"],
.l-base .l-wrapper input[type="date"],
.l-base .l-wrapper input[type="week"],
.l-base .l-wrapper input[type="month"],
.l-base .l-wrapper input[type="time"],
.l-base .l-wrapper input[type="color"],
.l-base .l-wrapper input[type="password"],
.l-base .l-wrapper input[type="url"],
.l-base .l-wrapper input[type="email"],
.l-base .l-wrapper input[type="number"] {
  min-height: 2em;
}
.l-base .l-wrapper input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.l-base .l-wrapper input[type="date"]::-webkit-outer-spin-button,
.l-base .l-wrapper input[type="date"]::-webkit-inner-spin-button,
.l-base .l-wrapper input[type="date"]::-webkit-clear-button {
  margin: 0;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.l-base .l-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
  position: relative;
  padding: 0.2em;
  background: none;
  font-size: 0.5em;
}
.l-base .l-wrapper input[type="number"]::-webkit-outer-spin-button,
.l-base .l-wrapper input[type="number"]::-webkit-inner-spin-button {
  margin: 0;

  -webkit-appearance: none;
}
.l-base .l-wrapper input[type="number"] {
  -moz-appearance: textfield;
}
.l-base .l-wrapper select {
  padding-right: 1.5em;
  min-height: 2em;
  border-radius: 0;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==") no-repeat;
  background-position: right center;
  background-size: 0.5em;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.l-base .l-wrapper select:focus {
  outline: none;
}
.l-base .l-wrapper select::-ms-expand {
  display: none;
}
.l-base .l-wrapper input {
  border-radius: 0;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.l-base .l-wrapper input:focus {
  outline: none;
}
.l-base .l-wrapper select,
.l-base .l-wrapper input[type="submit"],
.l-base .l-wrapper button,
.l-base .l-wrapper label {
  cursor: pointer;
}
html,
body {
  overscroll-behavior-y: none;
}
body.l-base::before {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_1.jpg") no-repeat center center;
  background-size: cover;
  content: '';
}
body.l-base .l-article {
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 457px;
  border-right: 5px solid #000;
  border-left: 5px solid #000;
}
@media screen and (max-width: 1023px) {
  body.l-base .l-article {
    max-width: 100%;
    border: none;
  }
}
.l-base[data-screen-hijack-to="0"] .l-wrapper .l-header {
  opacity: 0;
  pointer-events: none;
}
.l-base[data-screen-hijack-to="0"] .l-wrapper .l-header__logo {
  pointer-events: none;
}
@-webkit-keyframes slide_loop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide_loop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes rotate_x {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  75% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes rotate_x {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  75% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@-webkit-keyframes rotate_y {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  75% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
}
@keyframes rotate_y {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  75% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
}
.l-base .l-wrapper .c-accordion__button > a {
  display: block;
  padding: 1em;
  background: #ccc;
}
.l-base .l-wrapper .c-accordion__content > div {
  padding-bottom: 10em;
}
.l-base .l-wrapper .c-background--theme-1 {
  background: #fff;
}
.l-base .l-wrapper .c-frame {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  padding-top: 170.2572347266881%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper .c-frame {
    padding-top: 173.45844504021449%;
  }
}
.l-base .l-wrapper .c-frame::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 72.80453257790369%;
  background: url("../img/common/frame_1_m.png") repeat-y center center;
  background-size: 100% 100%;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper .c-frame::before {
    height: 77.42402315484804%;
  }
}
.l-base .l-wrapper .c-frame__outer {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.l-base .l-wrapper .c-frame__outer::before,
.l-base .l-wrapper .c-frame__outer::after {
  position: absolute;
  left: 0;
  z-index: 2;
  display: block;
  padding-top: 23.311897106109324%;
  width: 100%;
  content: '';
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  pointer-events: none;
}
.l-base .l-wrapper .c-frame__outer::before {
  top: 0;
  background: url("../img/common/frame_1_t.png") no-repeat bottom center;
  background-size: 100% 100%;
}
.l-base .l-wrapper .c-frame__outer::after {
  bottom: 0;
  background: url("../img/common/frame_1_b.png") no-repeat top center;
  background-size: 100% 100%;
}
.l-base .l-wrapper .c-frame__inner {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}
.l-base .l-wrapper .c-frame__container {
  padding-top: 3.214285714285714rem;
  padding-right: 8.116883116883116%;
  padding-bottom: 3.214285714285714rem;
  padding-left: 8.116883116883116%;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper .c-frame__container {
    padding-right: 7.901907356948229%;
    padding-left: 7.901907356948229%;
  }
}
.l-base .l-wrapper .c-frame--theme-modal {
  padding-top: 0;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper .c-frame--theme-modal {
    padding-top: 0;
  }
}
.l-base .l-wrapper .c-frame--theme-modal::before {
  height: calc(100% - 10.928571428571429rem);
  background: url("../img/common/frame_2_m.png") repeat-y center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper .c-frame--theme-modal::before {
    height: calc(100% - 11rem);
  }
}
.l-base .l-wrapper .c-frame--theme-modal .c-frame__outer {
  position: relative;
  top: 0;
  left: 0;
}
.l-base .l-wrapper .c-frame--theme-modal .c-frame__outer::before {
  top: 0;
  background: url("../img/common/frame_2_t.png") no-repeat bottom center;
  background-size: 100% 100%;
}
.l-base .l-wrapper .c-frame--theme-modal .c-frame__outer::after {
  bottom: 0;
  background: url("../img/common/frame_2_b.png") no-repeat top center;
  background-size: 100% 100%;
}
.l-base .l-wrapper .c-frame--theme-modal .c-frame__inner {
  overflow: hidden;
  margin: 3px;
  width: calc(100% - 6px);
  height: auto;
}
.l-base .l-wrapper .c-frame--theme-modal .c-frame__container {
  padding-right: 9.077380952380953%;
  padding-left: 9.077380952380953%;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper .c-frame--theme-modal .c-frame__container {
    padding-right: 9.264305177111716%;
    padding-left: 9.264305177111716%;
  }
}
.l-base .l-wrapper [data-intersection] {
  opacity: 0;
}
.l-base .l-wrapper .intersection-fadein.is-intersection-init {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.l-base .l-wrapper .intersection-fadein.is-intersection-in {
  opacity: 1;
}
.l-base .l-wrapper .intersection-fadein.is-intersection-out {
  opacity: 0;
}
.l-base .l-wrapper .c-link {
  display: inline-block;
}
html.is-modal-open .l-base {
  overflow: hidden;
}
html.is-modal-open .l-base .c-modal {
  opacity: 1;
}
html.is-modal-open .l-base .c-modal__wrapper {
  pointer-events: auto;
}
html.is-modal-open .l-base .c-modal__background {
  pointer-events: auto;
}
html.is-modal-open .l-base .c-modal__container {
  -webkit-transform: scale(1);
  transform: scale(1);
}
html.is-modal-open .l-base .c-modal__content {
  pointer-events: auto;
}
html.is-modal-open .l-base .c-modal__inner {
  pointer-events: auto;
}
html.is-modal-open .l-base .c-modal .close {
  pointer-events: auto;
}
.l-base .l-wrapper .c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.l-base .l-wrapper .c-modal__container {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.l-base .l-wrapper .c-modal__close {
  margin-right: 0;
  margin-bottom: 0.178571428571429rem;
  margin-left: auto;
  width: 11.09375%;
  line-height: 0;
  pointer-events: none;
}
.l-base .l-wrapper .c-modal__close .close {
  margin-right: 0;
  margin-left: auto;
}
.l-base .l-wrapper .c-modal__close button {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.l-base .l-wrapper .c-modal__content {
  clear: both;
  overflow: hidden;
  background: #fff;
  text-align: left;
  line-height: 1.5;
  pointer-events: none;
}
.l-base .l-wrapper .c-modal__background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.l-base .l-wrapper .c-modal__background--outer {
  background: transparent;
}
.l-base .l-wrapper .c-modal__background--inner {
  left: 50%;
  max-width: 457px;
  background: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .l-base .l-wrapper .c-modal__background--inner {
    max-width: 100%;
    width: 100%;
  }
}
.l-base .l-wrapper .c-modal__outer {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  line-height: 0;
  pointer-events: none;
}
.l-base .l-wrapper .c-modal__outer::before {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.l-base .l-wrapper .c-modal__inner {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  display: inline-block;
  overflow: auto;
  margin-right: auto;
  margin-left: auto;
  max-width: 457px;
  max-height: 100%;
  width: 87.527352297593%;
  height: auto;
  vertical-align: middle;

  overscroll-behavior-y: contain;
}
@media screen and (max-width: 1023px) {
  .l-base .l-wrapper .c-modal__inner {
    max-width: 100%;
    width: 100%;
  }
}
.l-base .l-wrapper .c-modal__container {
  margin-right: auto;
  margin-left: auto;
  width: 90.4%;
}
.l-base .l-wrapper .c-modal__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.l-base .l-wrapper .c-modal__wrapper--type-branches .c-modal__content .title {
  margin-bottom: 2.142857142857143rem;
}
.l-base .l-wrapper .c-modal__wrapper--type-branches .c-modal__content .image {
  margin-bottom: 1.428571428571429rem;
}
.l-base .l-wrapper .c-modal__wrapper--type-branches .c-modal__content .description {
  margin-top: 1.785714285714286rem;
  text-align: justify;
  letter-spacing: 0.03em;
  font-weight: bold;
  font-size: 100%;
  line-height: 1.928571428571429;
}
.l-base .l-wrapper .c-modal__wrapper--type-branches .c-modal__content .link {
  margin-top: 2.142857142857143rem;
  margin-right: auto;
  margin-left: auto;
}
.l-base .l-wrapper .c-modal__wrapper--type-branches .c-modal__content .link__item {
  margin-top: 1.071428571428571rem;
}
.l-base .l-wrapper .c-modal__wrapper--type-branches .c-modal__content .link__item:first-child {
  margin-top: 0;
}
.l-base .l-wrapper .c-animation--rotate-x .c-animation__inner {
  -webkit-animation: rotate_x 10s ease-in-out infinite;
  animation: rotate_x 10s ease-in-out infinite;
}
.l-base .l-wrapper .c-animation--rotate-y .c-animation__inner {
  -webkit-animation: rotate_y 10s ease-in-out infinite;
  animation: rotate_y 10s ease-in-out infinite;
}
.l-base .l-wrapper [data-screen-hijack] {
  overflow: auto;
  width: 100%;
  height: 100%;
  height: var(--height);
}
.l-base .l-wrapper .c-section {
  overflow-x: hidden;
}
.l-base .l-wrapper .c-section__outer {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  min-height: 100%;
  width: 100%;

  -webkit-box-align: center;
  align-items: center;
}
.l-base .l-wrapper .c-section__arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  margin-bottom: 2%;
  margin-left: -2.933333333333333%;
  padding-top: 5.8%;
  width: 5.866666666666666%;
  content: '';
}
.l-base .l-wrapper .c-section__arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding-top: 65.9090909090909%;
  width: 100%;
  background: url("../img/common/ico_arrow_1.png") no-repeat center center;
  background-size: contain;
  content: '';
  -webkit-animation: updown 2s ease-in-out infinite;
  animation: updown 2s ease-in-out infinite;
}
.l-base .l-wrapper .c-section__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 2.678571428571428rem;
  padding-right: 7.333333333333333%;
  padding-bottom: 2.678571428571428rem;
  padding-left: 7.333333333333333%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper .c-section__inner {
    padding-right: 9.190371991247265%;
    padding-left: 9.190371991247265%;
  }
}
.l-base .l-wrapper .c-section--footer .c-section__outer::after {
  display: none;
}
@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(0.5em);
    transform: translateY(0.5em);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(0.5em);
    transform: translateY(0.5em);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.l-base .l-wrapper .l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.l-base .l-wrapper .l-header__logo {
  display: block;
  overflow: hidden;
  margin-top: 30px;
  margin-left: 30px;
  max-width: 229px;
  width: 15.902777777777777%;
  background: url("../img/common/header/frame_1.png") no-repeat center center;
  background-size: contain;
  pointer-events: auto;
}
.l-base .l-wrapper .l-header .title__inner {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 30.131004366812228%;
  width: 100%;
  height: 0;
}
.l-base .l-wrapper .l-header .title__items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .l-base .l-wrapper .l-header {
    display: none;
  }
}
.l-base .l-wrapper.l-top-page .c-section--hero {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .l-base .l-wrapper.l-top-page .c-section--hero {
    background: url("../img/common/bg_2.jpg") no-repeat center center;
    background-size: cover;
  }
}
.l-base .l-wrapper.l-top-page .c-section--hero .c-section__inner {
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.l-base .l-wrapper.l-top-page .c-section--hero .title {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  width: 29.0625%;
  background: url("../img/top/hero/frame_1.png") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper.l-top-page .c-section--hero .title {
    width: 26.541554959785525%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--hero .title__inner {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 449.03846153846155%;
  width: 100%;
  height: 0;
  pointer-events: auto;
}
.l-base .l-wrapper.l-top-page .c-section--hero .title__items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
}
.l-base .l-wrapper.l-top-page .c-section--hero .title__items::before {
  display: inline-block;
  width: 0px;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.l-base .l-wrapper.l-top-page .c-section--hero .title__item {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.l-base .l-wrapper.l-top-page .c-section--hero .title__item .item {
  margin-right: auto;
  margin-left: auto;
  width: 89.42307692307693%;
}
.l-base .l-wrapper.l-top-page .c-section--statement .text {
  padding-right: 1.40625%;
  padding-left: 1.40625%;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper.l-top-page .c-section--statement .text {
    padding-right: 0;
    padding-left: 0;
  }
}
.l-base .l-wrapper.l-top-page .c-section--branches .c-section__arrow {
  margin-bottom: 20.133333333333333%;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper.l-top-page .c-section--branches .c-section__arrow {
    margin-bottom: 5.75rem;
  }
}
.l-base .l-wrapper.l-top-page .c-section--branches .c-section__inner {
  padding-bottom: 8.928571428571429rem;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper.l-top-page .c-section--branches .c-section__inner {
    padding-bottom: 10rem;
  }
}
.l-base .l-wrapper.l-top-page .c-section--branches .c-section__items {
  position: absolute;
  top: 0;
  left: 0;
}
.l-base .l-wrapper.l-top-page .c-section--branches .content__title {
  margin-right: auto;
  margin-left: auto;
  width: 68.75%;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper.l-top-page .c-section--branches .content__title {
    width: 66.48793565683647%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--branches .content__title .title {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2.035714285714286rem;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper.l-top-page .c-section--branches .content__title .title {
    margin-bottom: 2.5rem;
  }
}
.l-base .l-wrapper.l-top-page .c-section--branches .content__title .title::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/top/branches/frame_1.png") no-repeat center center;
  background-size: contain;
  content: '';
}
.l-base .l-wrapper.l-top-page .c-section--branches .content__title .title__inner {
  padding-top: 32.95454545454545%;
}
.l-base .l-wrapper.l-top-page .c-section--branches .content__title .title__items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.l-base .l-wrapper.l-top-page .c-section--branches .content__outer {
  margin-right: -8.59375%;
  margin-left: -8.59375%;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper.l-top-page .c-section--branches .content__outer {
    margin-right: -11.26005361930295%;
    margin-left: -11.26005361930295%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--branches .content__inner {
  position: relative;
  top: 0;
  left: 0;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  width: 79.6%;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper.l-top-page .c-section--branches .content__inner {
    width: 73.52297592997812%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--branches .content__item {
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 3.852596314907873%;
  padding-left: 3.852596314907873%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper.l-top-page .c-section--branches .content__item {
    padding-right: 3.571428571428572%;
    padding-left: 3.571428571428572%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--branches .content__image {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.l-base .l-wrapper.l-top-page .c-section--branches .content__text {
  margin-top: 1.785714285714286rem;
  margin-right: auto;
  margin-left: auto;
  width: 86.09375%;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper.l-top-page .c-section--branches .content__text {
    margin-top: 1.875rem;
    width: 83.6461126005362%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--branches .content__link {
  display: block;
}
.l-base .l-wrapper.l-top-page .c-section--branches .content__button {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 16%;
  height: 100%;
  background: transparent;
}
.l-base .l-wrapper.l-top-page .c-section--branches .content__button::after {
  display: none;
}
.l-base .l-wrapper.l-top-page .c-section--branches .content__button--prev {
  left: 0;
  margin-left: -12.814070351758795%;
}
.l-base .l-wrapper.l-top-page .c-section--branches .content__button--next {
  right: 0;
  margin-right: -12.814070351758795%;
}
.l-base .l-wrapper.l-top-page .c-section--branches .hashtags {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  pointer-events: none;
}
.l-base .l-wrapper.l-top-page .c-section--branches .hashtags__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-base .l-wrapper.l-top-page .c-section--branches .hashtags__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0;
  -webkit-animation: slide_loop 20s linear infinite;
  animation: slide_loop 20s linear infinite;
  pointer-events: auto;
}
.l-base .l-wrapper.l-top-page .c-section--branches .hashtags .item {
  padding-top: 1.107142857142857rem;
  padding-bottom: 1.071428571428571rem;
}
.l-base .l-wrapper.l-top-page .c-section--branches .hashtags img {
  display: block;
  max-width: none;
  width: auto;
  height: 1.035714285714286rem;
}
.l-base .l-wrapper.l-top-page .c-section--footer .c-section__inner {
  padding-top: 4.642857142857143rem;
  padding-bottom: 4.642857142857143rem;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper.l-top-page .c-section--footer .c-section__inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-base .l-wrapper.l-top-page .c-section--footer {
    background: url("../img/common/bg_3.jpg") no-repeat center center;
    background-size: cover;
  }
}
.l-base .l-wrapper.l-top-page .c-section--footer .text {
  margin-right: auto;
  margin-bottom: 20.3125%;
  margin-left: auto;
  width: 86.40625%;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper.l-top-page .c-section--footer .text {
    margin-bottom: 16.0857908847185%;
    width: 91.42091152815013%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--footer .logo--saiko {
  margin-right: auto;
  margin-bottom: 20.3125%;
  margin-left: auto;
  width: 49.21875%;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper.l-top-page .c-section--footer .logo--saiko {
    margin-bottom: 16.0857908847185%;
    width: 50.134048257372655%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--footer .logo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 80.3125%;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper.l-top-page .c-section--footer .logo__list {
    width: 80.69705093833781%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--footer .logo__item--1 {
  width: 54.08560311284047%;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper.l-top-page .c-section--footer .logo__item--1 {
    width: 53.488372093023244%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--footer .logo__item--2 {
  width: 38.326848249027236%;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper.l-top-page .c-section--footer .logo__item--2 {
    width: 38.20598006644518%;
  }
}
.l-base .l-wrapper.l-top-page .c-section--footer .button {
  margin-right: auto;
  margin-bottom: 20.3125%;
  margin-left: auto;
  width: 80.15625%;
}
@media screen and (min-width: 1024px) {
  .l-base .l-wrapper.l-top-page .c-section--footer .button {
    margin-bottom: 21.447721179624665%;
    width: 81.23324396782841%;
  }
}
