@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://unpkg.com/simplebar@latest/dist/simplebar.css");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
  box-shadow: none;
  outline: 0;
}

input, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  vertical-align: middle;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

img {
  vertical-align: top;
}

* {
  box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  a:hover {
    /* color: $c-color; */
  }
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}

/*
 * Container style
 */
.ps {
  -ms-overflow-style: none;
  -ms-touch-action: auto;
  overflow: hidden !important;
  overflow-anchor: none;
  touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  bottom: 0;
  display: none;
  height: 15px;
  opacity: 0;
  position: absolute;
  transition: background-color .2s linear, opacity .2s linear;
}

.ps__rail-y {
  opacity: 1;
  position: absolute;
  right: 0;
  width: 16px;
}

@media screen and (max-width: 768px) {
  .ps__rail-y {
    width: 8.53333vw;
  }
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  background-color: #000;
  border: 1px solid #2f2f2f;
  display: block;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  background-color: #aaa;
  border-radius: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  height: 6px;
  /* please don't change 'position' */
  position: absolute;
  transition: background-color .2s linear, height .2s ease-in-out;
}

.ps__thumb-y {
  background-color: #2862c7;
  border-radius: 1px;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'right' for ps__thumb-y */
  right: 1px;
  width: 12px;
}

@media screen and (max-width: 768px) {
  .ps__thumb-y {
    right: 0.53333vw;
    width: 6.4vw;
  }
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #2862c7;
  height: 12px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 12px;
}

@media screen and (max-width: 768px) {
  .ps__rail-y:hover > .ps__thumb-y,
  .ps__rail-y:focus > .ps__thumb-y,
  .ps__rail-y.ps--clicking .ps__thumb-y {
    width: 6.4vw;
  }
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  background: #0b0b0b;
  height: 100%;
  left: 0;
  opacity: 0.8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042;
}

.mfp-wrap {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1043;
}

.mfp-container {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  left: 8px;
  margin-top: -0.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  -webkit-appearance: none;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
  touch-action: manipulation;
  z-index: 1046;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mfp-close {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/common/sp/trigger_on.png");
  background-position: right top;
  background-repeat: no-repeat;
  color: #FFF;
  font-family: Arial, Baskerville, monospace;
  font-size: 0;
  font-style: normal;
  opacity: 1;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
}

@media screen and (min-width: 769px) {
  .mfp-close {
    height: 57px;
    width: 67px;
  }
}

@media screen and (max-width: 768px) {
  .mfp-close {
    background-size: 17.86667vw 15.2vw;
    height: 15.2vw;
    width: 17.86667vw;
  }
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%;
}

.mfp-counter {
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.mfp-arrow {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 110px;
  margin: 0;
  margin-top: -55px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  border: medium inset transparent;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0;
}

.mfp-arrow:after {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-bottom-width: 21px;
  border-top-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  border-right: 27px solid #3F3F3F;
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -60px;
}

@media screen and (max-width: 768px) {
  .mfp-iframe-holder .mfp-close {
    top: -16vw;
  }
}

.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}

.mfp-iframe-scaler iframe {
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Main image in popup */
img.mfp-img {
  box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0 40px;
  width: auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  background: #444;
  bottom: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: '';
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.mfp-title {
  color: #F3F3F3;
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    bottom: 0;
    top: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*
 * balloon css
 */
:root {
  --balloon-color: rgba(16, 16, 16, 0.95);
  --balloon-font-size: 12px;
  --balloon-move: 4px;
}

button[aria-label][data-balloon-pos] {
  overflow: visible;
}

[aria-label][data-balloon-pos] {
  cursor: pointer;
  position: relative;
}

[aria-label][data-balloon-pos]:after {
  background: var(--balloon-color);
  border-radius: 2px;
  color: #fff;
  content: attr(aria-label);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: var(--balloon-font-size);
  font-style: normal;
  font-weight: normal;
  opacity: 0;
  padding: .5em 1em;
  pointer-events: none;
  position: absolute;
  text-indent: 0;
  text-shadow: none;
  transition: all .18s ease-out .18s;
  white-space: nowrap;
  z-index: 10;
}

[aria-label][data-balloon-pos]:before {
  border: 5px solid transparent;
  border-top-color: var(--balloon-color);
  content: "";
  height: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: all .18s ease-out .18s;
  width: 0;
  z-index: 10;
}

[aria-label][data-balloon-pos]:hover:before, [aria-label][data-balloon-pos]:hover:after, [aria-label][data-balloon-pos][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-visible]:after, [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before, [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
  opacity: 1;
  pointer-events: none;
}

[aria-label][data-balloon-pos].font-awesome:after {
  font-family: FontAwesome, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

[aria-label][data-balloon-pos][data-balloon-break]:after {
  white-space: pre;
}

[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
  white-space: pre-line;
  word-break: break-word;
}

[aria-label][data-balloon-pos][data-balloon-blunt]:before, [aria-label][data-balloon-pos][data-balloon-blunt]:after {
  transition: none;
}

[aria-label][data-balloon-pos][data-balloon-pos="up"]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  transform: translate(-50%, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos="up"]:before {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:after {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:before {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos="up-left"]:after {
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos="up-left"]:before {
  bottom: 100%;
  left: 5px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos="up-left"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="up-left"][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos="up-left"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="up-left"][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos="up-right"]:after {
  bottom: 100%;
  margin-bottom: 10px;
  right: 0;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos="up-right"]:before {
  bottom: 100%;
  right: 5px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos="up-right"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="up-right"][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos="up-right"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="up-right"][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos="down"]:after {
  left: 50%;
  margin-top: 10px;
  top: 100%;
  transform: translate(-50%, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos="down"]:before {
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
  height: 0;
  left: 50%;
  top: 100%;
  transform: translate(-50%, calc(var(--balloon-move) * -1));
  width: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:after {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:before {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos="down-left"]:after {
  left: 0;
  margin-top: 10px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos="down-left"]:before {
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
  height: 0;
  left: 5px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
  width: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos="down-left"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="down-left"][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos="down-left"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="down-left"][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos="down-right"]:after {
  margin-top: 10px;
  right: 0;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos="down-right"]:before {
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
  height: 0;
  right: 5px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
  width: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos="down-right"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="down-right"][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos="down-right"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="down-right"][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:after {
  margin-right: 10px;
  right: 100%;
  top: 50%;
  transform: translate(var(--balloon-move), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:before {
  border: 5px solid transparent;
  border-left-color: var(--balloon-color);
  height: 0;
  right: 100%;
  top: 50%;
  transform: translate(var(--balloon-move), -50%);
  width: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:after {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:before {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos="right"]:after {
  left: 100%;
  margin-left: 10px;
  top: 50%;
  transform: translate(calc(var(--balloon-move) * -1), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos="right"]:before {
  border: 5px solid transparent;
  border-right-color: var(--balloon-color);
  height: 0;
  left: 100%;
  top: 50%;
  transform: translate(calc(var(--balloon-move) * -1), -50%);
  width: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:after {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:before {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-length="small"]:after {
  white-space: normal;
  width: 80px;
}

[aria-label][data-balloon-pos][data-balloon-length="medium"]:after {
  white-space: normal;
  width: 150px;
}

[aria-label][data-balloon-pos][data-balloon-length="large"]:after {
  white-space: normal;
  width: 260px;
}

[aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
  white-space: normal;
  width: 380px;
}

@media screen and (max-width: 768px) {
  [aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
    white-space: normal;
    width: 90vw;
  }
}

[aria-label][data-balloon-pos][data-balloon-length="fit"]:after {
  white-space: normal;
  width: 100%;
}

/* Slider */
.slick-slider {
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  font-style: normal;
  font-weight: 400;
  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") format("woff");
}

:root {
  --swiper-theme-color: #007aff;
}

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

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

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

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  background: #000;
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  opacity: 0.2;
  width: 8px;
}

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

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

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

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

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

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  background: #000;
  bottom: 0px;
  filter: blur(50px);
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms;
}

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0s;
}

body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
  transition-delay: 50ms;
}

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms;
}

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0s;
}

body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
  transition-delay: 100ms;
}

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms;
}

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0s;
}

body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
  transition-delay: 150ms;
}

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms;
}

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0s;
}

body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
  transition-delay: 200ms;
}

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms;
}

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0s;
}

body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
  transition-delay: 250ms;
}

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms;
}

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0s;
}

body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
  transition-delay: 300ms;
}

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms;
}

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0s;
}

body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
  transition-delay: 350ms;
}

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms;
}

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0s;
}

body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
  transition-delay: 400ms;
}

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms;
}

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0s;
}

body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
  transition-delay: 450ms;
}

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms;
}

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0s;
}

body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
  transition-delay: 500ms;
}

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms;
}

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0s;
}

body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
  transition-delay: 550ms;
}

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms;
}

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0s;
}

body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
  transition-delay: 600ms;
}

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms;
}

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0s;
}

body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
  transition-delay: 650ms;
}

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms;
}

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0s;
}

body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
  transition-delay: 700ms;
}

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms;
}

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0s;
}

body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
  transition-delay: 750ms;
}

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms;
}

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0s;
}

body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
  transition-delay: 800ms;
}

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms;
}

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0s;
}

body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
  transition-delay: 850ms;
}

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms;
}

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0s;
}

body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
  transition-delay: 900ms;
}

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms;
}

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0s;
}

body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
  transition-delay: 950ms;
}

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms;
}

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0s;
}

body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
  transition-delay: 1000ms;
}

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms;
}

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0s;
}

body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
  transition-delay: 1050ms;
}

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms;
}

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0s;
}

body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
  transition-delay: 1100ms;
}

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms;
}

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0s;
}

body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
  transition-delay: 1150ms;
}

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms;
}

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0s;
}

body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
  transition-delay: 1200ms;
}

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms;
}

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0s;
}

body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
  transition-delay: 1250ms;
}

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms;
}

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0s;
}

body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
  transition-delay: 1300ms;
}

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms;
}

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0s;
}

body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
  transition-delay: 1350ms;
}

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms;
}

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0s;
}

body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
  transition-delay: 1400ms;
}

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms;
}

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0s;
}

body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
  transition-delay: 1450ms;
}

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms;
}

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0s;
}

body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
  transition-delay: 1500ms;
}

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms;
}

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0s;
}

body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
  transition-delay: 1550ms;
}

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms;
}

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0s;
}

body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
  transition-delay: 1600ms;
}

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms;
}

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0s;
}

body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
  transition-delay: 1650ms;
}

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms;
}

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0s;
}

body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
  transition-delay: 1700ms;
}

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms;
}

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0s;
}

body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
  transition-delay: 1750ms;
}

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms;
}

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0s;
}

body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
  transition-delay: 1800ms;
}

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms;
}

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0s;
}

body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
  transition-delay: 1850ms;
}

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms;
}

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0s;
}

body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
  transition-delay: 1900ms;
}

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms;
}

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0s;
}

body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
  transition-delay: 1950ms;
}

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms;
}

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0s;
}

body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
  transition-delay: 2000ms;
}

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms;
}

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0s;
}

body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
  transition-delay: 2050ms;
}

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms;
}

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0s;
}

body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
  transition-delay: 2100ms;
}

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms;
}

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0s;
}

body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
  transition-delay: 2150ms;
}

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms;
}

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0s;
}

body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
  transition-delay: 2200ms;
}

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms;
}

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0s;
}

body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
  transition-delay: 2250ms;
}

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms;
}

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0s;
}

body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
  transition-delay: 2300ms;
}

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms;
}

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0s;
}

body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
  transition-delay: 2350ms;
}

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms;
}

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0s;
}

body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
  transition-delay: 2400ms;
}

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms;
}

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0s;
}

body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
  transition-delay: 2450ms;
}

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms;
}

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0s;
}

body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
  transition-delay: 2500ms;
}

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms;
}

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0s;
}

body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
  transition-delay: 2550ms;
}

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms;
}

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0s;
}

body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
  transition-delay: 2600ms;
}

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms;
}

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0s;
}

body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
  transition-delay: 2650ms;
}

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms;
}

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0s;
}

body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
  transition-delay: 2700ms;
}

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms;
}

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0s;
}

body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
  transition-delay: 2750ms;
}

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms;
}

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0s;
}

body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
  transition-delay: 2800ms;
}

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms;
}

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0s;
}

body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
  transition-delay: 2850ms;
}

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms;
}

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0s;
}

body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
  transition-delay: 2900ms;
}

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms;
}

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0s;
}

body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
  transition-delay: 2950ms;
}

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms;
}

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0s;
}

body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
  transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  html:not(.no-js) [data-aos^='fade'][data-aos^='fade'] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos='fade-up'] {
    transform: translate3d(0, 50px, 0);
  }
  html:not(.no-js) [data-aos='fade-down'] {
    transform: translate3d(0, -50px, 0);
  }
  html:not(.no-js) [data-aos='fade-right'] {
    transform: translate3d(-50px, 0, 0);
  }
  html:not(.no-js) [data-aos='fade-left'] {
    transform: translate3d(50px, 0, 0);
  }
  html:not(.no-js) [data-aos='fade-up-right'] {
    transform: translate3d(-50px, 50px, 0);
  }
  html:not(.no-js) [data-aos='fade-up-left'] {
    transform: translate3d(50px, 50px, 0);
  }
  html:not(.no-js) [data-aos='fade-down-right'] {
    transform: translate3d(-50px, -50px, 0);
  }
  html:not(.no-js) [data-aos='fade-down-left'] {
    transform: translate3d(50px, -50px, 0);
  }
  html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos='zoom-in'] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-up'] {
    transform: translate3d(0, 50px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-down'] {
    transform: translate3d(0, -50px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-right'] {
    transform: translate3d(-50px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-left'] {
    transform: translate3d(50px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-out'] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-up'] {
    transform: translate3d(0, 50px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-down'] {
    transform: translate3d(0, -50px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-right'] {
    transform: translate3d(-50px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-left'] {
    transform: translate3d(50px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^='slide'][data-aos^='slide'] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^='slide'][data-aos^='slide'].aos-animate {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  html:not(.no-js) [data-aos='slide-up'] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos='slide-down'] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos='slide-right'] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos='slide-left'] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^='flip'][data-aos^='flip'] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos='flip-left'] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos='flip-left'].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos='flip-right'] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos='flip-right'].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos='flip-up'] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos='flip-up'].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos='flip-down'] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos='flip-down'].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}

@media screen and (max-width: 768px) {
  .spmt-50 {
    margin-top: -13.33333vw !important;
  }
  .spmb-50 {
    margin-bottom: -13.33333vw !important;
  }
  .spmr-50 {
    margin-right: -13.33333vw !important;
  }
  .spml-50 {
    margin-left: -13.33333vw !important;
  }
  .sppt-50 {
    padding-top: -13.33333vw !important;
  }
  .sppb-50 {
    padding-bottom: -13.33333vw !important;
  }
  .sppr-50 {
    padding-right: -13.33333vw !important;
  }
  .sppl-50 {
    padding-left: -13.33333vw !important;
  }
  .spmt-45 {
    margin-top: -12vw !important;
  }
  .spmb-45 {
    margin-bottom: -12vw !important;
  }
  .spmr-45 {
    margin-right: -12vw !important;
  }
  .spml-45 {
    margin-left: -12vw !important;
  }
  .sppt-45 {
    padding-top: -12vw !important;
  }
  .sppb-45 {
    padding-bottom: -12vw !important;
  }
  .sppr-45 {
    padding-right: -12vw !important;
  }
  .sppl-45 {
    padding-left: -12vw !important;
  }
  .spmt-40 {
    margin-top: -10.66667vw !important;
  }
  .spmb-40 {
    margin-bottom: -10.66667vw !important;
  }
  .spmr-40 {
    margin-right: -10.66667vw !important;
  }
  .spml-40 {
    margin-left: -10.66667vw !important;
  }
  .sppt-40 {
    padding-top: -10.66667vw !important;
  }
  .sppb-40 {
    padding-bottom: -10.66667vw !important;
  }
  .sppr-40 {
    padding-right: -10.66667vw !important;
  }
  .sppl-40 {
    padding-left: -10.66667vw !important;
  }
  .spmt-35 {
    margin-top: -9.33333vw !important;
  }
  .spmb-35 {
    margin-bottom: -9.33333vw !important;
  }
  .spmr-35 {
    margin-right: -9.33333vw !important;
  }
  .spml-35 {
    margin-left: -9.33333vw !important;
  }
  .sppt-35 {
    padding-top: -9.33333vw !important;
  }
  .sppb-35 {
    padding-bottom: -9.33333vw !important;
  }
  .sppr-35 {
    padding-right: -9.33333vw !important;
  }
  .sppl-35 {
    padding-left: -9.33333vw !important;
  }
  .spmt-30 {
    margin-top: -8vw !important;
  }
  .spmb-30 {
    margin-bottom: -8vw !important;
  }
  .spmr-30 {
    margin-right: -8vw !important;
  }
  .spml-30 {
    margin-left: -8vw !important;
  }
  .sppt-30 {
    padding-top: -8vw !important;
  }
  .sppb-30 {
    padding-bottom: -8vw !important;
  }
  .sppr-30 {
    padding-right: -8vw !important;
  }
  .sppl-30 {
    padding-left: -8vw !important;
  }
  .spmt-25 {
    margin-top: -6.66667vw !important;
  }
  .spmb-25 {
    margin-bottom: -6.66667vw !important;
  }
  .spmr-25 {
    margin-right: -6.66667vw !important;
  }
  .spml-25 {
    margin-left: -6.66667vw !important;
  }
  .sppt-25 {
    padding-top: -6.66667vw !important;
  }
  .sppb-25 {
    padding-bottom: -6.66667vw !important;
  }
  .sppr-25 {
    padding-right: -6.66667vw !important;
  }
  .sppl-25 {
    padding-left: -6.66667vw !important;
  }
  .spmt-20 {
    margin-top: -5.33333vw !important;
  }
  .spmb-20 {
    margin-bottom: -5.33333vw !important;
  }
  .spmr-20 {
    margin-right: -5.33333vw !important;
  }
  .spml-20 {
    margin-left: -5.33333vw !important;
  }
  .sppt-20 {
    padding-top: -5.33333vw !important;
  }
  .sppb-20 {
    padding-bottom: -5.33333vw !important;
  }
  .sppr-20 {
    padding-right: -5.33333vw !important;
  }
  .sppl-20 {
    padding-left: -5.33333vw !important;
  }
  .spmt-15 {
    margin-top: -4vw !important;
  }
  .spmb-15 {
    margin-bottom: -4vw !important;
  }
  .spmr-15 {
    margin-right: -4vw !important;
  }
  .spml-15 {
    margin-left: -4vw !important;
  }
  .sppt-15 {
    padding-top: -4vw !important;
  }
  .sppb-15 {
    padding-bottom: -4vw !important;
  }
  .sppr-15 {
    padding-right: -4vw !important;
  }
  .sppl-15 {
    padding-left: -4vw !important;
  }
  .spmt-10 {
    margin-top: -2.66667vw !important;
  }
  .spmb-10 {
    margin-bottom: -2.66667vw !important;
  }
  .spmr-10 {
    margin-right: -2.66667vw !important;
  }
  .spml-10 {
    margin-left: -2.66667vw !important;
  }
  .sppt-10 {
    padding-top: -2.66667vw !important;
  }
  .sppb-10 {
    padding-bottom: -2.66667vw !important;
  }
  .sppr-10 {
    padding-right: -2.66667vw !important;
  }
  .sppl-10 {
    padding-left: -2.66667vw !important;
  }
  .spmt-5 {
    margin-top: -1.33333vw !important;
  }
  .spmb-5 {
    margin-bottom: -1.33333vw !important;
  }
  .spmr-5 {
    margin-right: -1.33333vw !important;
  }
  .spml-5 {
    margin-left: -1.33333vw !important;
  }
  .sppt-5 {
    padding-top: -1.33333vw !important;
  }
  .sppb-5 {
    padding-bottom: -1.33333vw !important;
  }
  .sppr-5 {
    padding-right: -1.33333vw !important;
  }
  .sppl-5 {
    padding-left: -1.33333vw !important;
  }
  .spmt0 {
    margin-top: 0vw !important;
  }
  .spmb0 {
    margin-bottom: 0vw !important;
  }
  .spmr0 {
    margin-right: 0vw !important;
  }
  .spml0 {
    margin-left: 0vw !important;
  }
  .sppt0 {
    padding-top: 0vw !important;
  }
  .sppb0 {
    padding-bottom: 0vw !important;
  }
  .sppr0 {
    padding-right: 0vw !important;
  }
  .sppl0 {
    padding-left: 0vw !important;
  }
  .spmt5 {
    margin-top: 1.33333vw !important;
  }
  .spmb5 {
    margin-bottom: 1.33333vw !important;
  }
  .spmr5 {
    margin-right: 1.33333vw !important;
  }
  .spml5 {
    margin-left: 1.33333vw !important;
  }
  .sppt5 {
    padding-top: 1.33333vw !important;
  }
  .sppb5 {
    padding-bottom: 1.33333vw !important;
  }
  .sppr5 {
    padding-right: 1.33333vw !important;
  }
  .sppl5 {
    padding-left: 1.33333vw !important;
  }
  .spmt10 {
    margin-top: 2.66667vw !important;
  }
  .spmb10 {
    margin-bottom: 2.66667vw !important;
  }
  .spmr10 {
    margin-right: 2.66667vw !important;
  }
  .spml10 {
    margin-left: 2.66667vw !important;
  }
  .sppt10 {
    padding-top: 2.66667vw !important;
  }
  .sppb10 {
    padding-bottom: 2.66667vw !important;
  }
  .sppr10 {
    padding-right: 2.66667vw !important;
  }
  .sppl10 {
    padding-left: 2.66667vw !important;
  }
  .spmt15 {
    margin-top: 4vw !important;
  }
  .spmb15 {
    margin-bottom: 4vw !important;
  }
  .spmr15 {
    margin-right: 4vw !important;
  }
  .spml15 {
    margin-left: 4vw !important;
  }
  .sppt15 {
    padding-top: 4vw !important;
  }
  .sppb15 {
    padding-bottom: 4vw !important;
  }
  .sppr15 {
    padding-right: 4vw !important;
  }
  .sppl15 {
    padding-left: 4vw !important;
  }
  .spmt20 {
    margin-top: 5.33333vw !important;
  }
  .spmb20 {
    margin-bottom: 5.33333vw !important;
  }
  .spmr20 {
    margin-right: 5.33333vw !important;
  }
  .spml20 {
    margin-left: 5.33333vw !important;
  }
  .sppt20 {
    padding-top: 5.33333vw !important;
  }
  .sppb20 {
    padding-bottom: 5.33333vw !important;
  }
  .sppr20 {
    padding-right: 5.33333vw !important;
  }
  .sppl20 {
    padding-left: 5.33333vw !important;
  }
  .spmt25 {
    margin-top: 6.66667vw !important;
  }
  .spmb25 {
    margin-bottom: 6.66667vw !important;
  }
  .spmr25 {
    margin-right: 6.66667vw !important;
  }
  .spml25 {
    margin-left: 6.66667vw !important;
  }
  .sppt25 {
    padding-top: 6.66667vw !important;
  }
  .sppb25 {
    padding-bottom: 6.66667vw !important;
  }
  .sppr25 {
    padding-right: 6.66667vw !important;
  }
  .sppl25 {
    padding-left: 6.66667vw !important;
  }
  .spmt30 {
    margin-top: 8vw !important;
  }
  .spmb30 {
    margin-bottom: 8vw !important;
  }
  .spmr30 {
    margin-right: 8vw !important;
  }
  .spml30 {
    margin-left: 8vw !important;
  }
  .sppt30 {
    padding-top: 8vw !important;
  }
  .sppb30 {
    padding-bottom: 8vw !important;
  }
  .sppr30 {
    padding-right: 8vw !important;
  }
  .sppl30 {
    padding-left: 8vw !important;
  }
  .spmt35 {
    margin-top: 9.33333vw !important;
  }
  .spmb35 {
    margin-bottom: 9.33333vw !important;
  }
  .spmr35 {
    margin-right: 9.33333vw !important;
  }
  .spml35 {
    margin-left: 9.33333vw !important;
  }
  .sppt35 {
    padding-top: 9.33333vw !important;
  }
  .sppb35 {
    padding-bottom: 9.33333vw !important;
  }
  .sppr35 {
    padding-right: 9.33333vw !important;
  }
  .sppl35 {
    padding-left: 9.33333vw !important;
  }
  .spmt40 {
    margin-top: 10.66667vw !important;
  }
  .spmb40 {
    margin-bottom: 10.66667vw !important;
  }
  .spmr40 {
    margin-right: 10.66667vw !important;
  }
  .spml40 {
    margin-left: 10.66667vw !important;
  }
  .sppt40 {
    padding-top: 10.66667vw !important;
  }
  .sppb40 {
    padding-bottom: 10.66667vw !important;
  }
  .sppr40 {
    padding-right: 10.66667vw !important;
  }
  .sppl40 {
    padding-left: 10.66667vw !important;
  }
  .spmt45 {
    margin-top: 12vw !important;
  }
  .spmb45 {
    margin-bottom: 12vw !important;
  }
  .spmr45 {
    margin-right: 12vw !important;
  }
  .spml45 {
    margin-left: 12vw !important;
  }
  .sppt45 {
    padding-top: 12vw !important;
  }
  .sppb45 {
    padding-bottom: 12vw !important;
  }
  .sppr45 {
    padding-right: 12vw !important;
  }
  .sppl45 {
    padding-left: 12vw !important;
  }
  .spmt50 {
    margin-top: 13.33333vw !important;
  }
  .spmb50 {
    margin-bottom: 13.33333vw !important;
  }
  .spmr50 {
    margin-right: 13.33333vw !important;
  }
  .spml50 {
    margin-left: 13.33333vw !important;
  }
  .sppt50 {
    padding-top: 13.33333vw !important;
  }
  .sppb50 {
    padding-bottom: 13.33333vw !important;
  }
  .sppr50 {
    padding-right: 13.33333vw !important;
  }
  .sppl50 {
    padding-left: 13.33333vw !important;
  }
  .spmt55 {
    margin-top: 14.66667vw !important;
  }
  .spmb55 {
    margin-bottom: 14.66667vw !important;
  }
  .spmr55 {
    margin-right: 14.66667vw !important;
  }
  .spml55 {
    margin-left: 14.66667vw !important;
  }
  .sppt55 {
    padding-top: 14.66667vw !important;
  }
  .sppb55 {
    padding-bottom: 14.66667vw !important;
  }
  .sppr55 {
    padding-right: 14.66667vw !important;
  }
  .sppl55 {
    padding-left: 14.66667vw !important;
  }
  .spmt60 {
    margin-top: 16vw !important;
  }
  .spmb60 {
    margin-bottom: 16vw !important;
  }
  .spmr60 {
    margin-right: 16vw !important;
  }
  .spml60 {
    margin-left: 16vw !important;
  }
  .sppt60 {
    padding-top: 16vw !important;
  }
  .sppb60 {
    padding-bottom: 16vw !important;
  }
  .sppr60 {
    padding-right: 16vw !important;
  }
  .sppl60 {
    padding-left: 16vw !important;
  }
  .spmt65 {
    margin-top: 17.33333vw !important;
  }
  .spmb65 {
    margin-bottom: 17.33333vw !important;
  }
  .spmr65 {
    margin-right: 17.33333vw !important;
  }
  .spml65 {
    margin-left: 17.33333vw !important;
  }
  .sppt65 {
    padding-top: 17.33333vw !important;
  }
  .sppb65 {
    padding-bottom: 17.33333vw !important;
  }
  .sppr65 {
    padding-right: 17.33333vw !important;
  }
  .sppl65 {
    padding-left: 17.33333vw !important;
  }
  .spmt70 {
    margin-top: 18.66667vw !important;
  }
  .spmb70 {
    margin-bottom: 18.66667vw !important;
  }
  .spmr70 {
    margin-right: 18.66667vw !important;
  }
  .spml70 {
    margin-left: 18.66667vw !important;
  }
  .sppt70 {
    padding-top: 18.66667vw !important;
  }
  .sppb70 {
    padding-bottom: 18.66667vw !important;
  }
  .sppr70 {
    padding-right: 18.66667vw !important;
  }
  .sppl70 {
    padding-left: 18.66667vw !important;
  }
  .spmt75 {
    margin-top: 20vw !important;
  }
  .spmb75 {
    margin-bottom: 20vw !important;
  }
  .spmr75 {
    margin-right: 20vw !important;
  }
  .spml75 {
    margin-left: 20vw !important;
  }
  .sppt75 {
    padding-top: 20vw !important;
  }
  .sppb75 {
    padding-bottom: 20vw !important;
  }
  .sppr75 {
    padding-right: 20vw !important;
  }
  .sppl75 {
    padding-left: 20vw !important;
  }
  .spmt80 {
    margin-top: 21.33333vw !important;
  }
  .spmb80 {
    margin-bottom: 21.33333vw !important;
  }
  .spmr80 {
    margin-right: 21.33333vw !important;
  }
  .spml80 {
    margin-left: 21.33333vw !important;
  }
  .sppt80 {
    padding-top: 21.33333vw !important;
  }
  .sppb80 {
    padding-bottom: 21.33333vw !important;
  }
  .sppr80 {
    padding-right: 21.33333vw !important;
  }
  .sppl80 {
    padding-left: 21.33333vw !important;
  }
  .spmt85 {
    margin-top: 22.66667vw !important;
  }
  .spmb85 {
    margin-bottom: 22.66667vw !important;
  }
  .spmr85 {
    margin-right: 22.66667vw !important;
  }
  .spml85 {
    margin-left: 22.66667vw !important;
  }
  .sppt85 {
    padding-top: 22.66667vw !important;
  }
  .sppb85 {
    padding-bottom: 22.66667vw !important;
  }
  .sppr85 {
    padding-right: 22.66667vw !important;
  }
  .sppl85 {
    padding-left: 22.66667vw !important;
  }
  .spmt90 {
    margin-top: 24vw !important;
  }
  .spmb90 {
    margin-bottom: 24vw !important;
  }
  .spmr90 {
    margin-right: 24vw !important;
  }
  .spml90 {
    margin-left: 24vw !important;
  }
  .sppt90 {
    padding-top: 24vw !important;
  }
  .sppb90 {
    padding-bottom: 24vw !important;
  }
  .sppr90 {
    padding-right: 24vw !important;
  }
  .sppl90 {
    padding-left: 24vw !important;
  }
  .spmt95 {
    margin-top: 25.33333vw !important;
  }
  .spmb95 {
    margin-bottom: 25.33333vw !important;
  }
  .spmr95 {
    margin-right: 25.33333vw !important;
  }
  .spml95 {
    margin-left: 25.33333vw !important;
  }
  .sppt95 {
    padding-top: 25.33333vw !important;
  }
  .sppb95 {
    padding-bottom: 25.33333vw !important;
  }
  .sppr95 {
    padding-right: 25.33333vw !important;
  }
  .sppl95 {
    padding-left: 25.33333vw !important;
  }
  .spmt100 {
    margin-top: 26.66667vw !important;
  }
  .spmb100 {
    margin-bottom: 26.66667vw !important;
  }
  .spmr100 {
    margin-right: 26.66667vw !important;
  }
  .spml100 {
    margin-left: 26.66667vw !important;
  }
  .sppt100 {
    padding-top: 26.66667vw !important;
  }
  .sppb100 {
    padding-bottom: 26.66667vw !important;
  }
  .sppr100 {
    padding-right: 26.66667vw !important;
  }
  .sppl100 {
    padding-left: 26.66667vw !important;
  }
  .spmt105 {
    margin-top: 28vw !important;
  }
  .spmb105 {
    margin-bottom: 28vw !important;
  }
  .spmr105 {
    margin-right: 28vw !important;
  }
  .spml105 {
    margin-left: 28vw !important;
  }
  .sppt105 {
    padding-top: 28vw !important;
  }
  .sppb105 {
    padding-bottom: 28vw !important;
  }
  .sppr105 {
    padding-right: 28vw !important;
  }
  .sppl105 {
    padding-left: 28vw !important;
  }
  .spmt110 {
    margin-top: 29.33333vw !important;
  }
  .spmb110 {
    margin-bottom: 29.33333vw !important;
  }
  .spmr110 {
    margin-right: 29.33333vw !important;
  }
  .spml110 {
    margin-left: 29.33333vw !important;
  }
  .sppt110 {
    padding-top: 29.33333vw !important;
  }
  .sppb110 {
    padding-bottom: 29.33333vw !important;
  }
  .sppr110 {
    padding-right: 29.33333vw !important;
  }
  .sppl110 {
    padding-left: 29.33333vw !important;
  }
  .spmt115 {
    margin-top: 30.66667vw !important;
  }
  .spmb115 {
    margin-bottom: 30.66667vw !important;
  }
  .spmr115 {
    margin-right: 30.66667vw !important;
  }
  .spml115 {
    margin-left: 30.66667vw !important;
  }
  .sppt115 {
    padding-top: 30.66667vw !important;
  }
  .sppb115 {
    padding-bottom: 30.66667vw !important;
  }
  .sppr115 {
    padding-right: 30.66667vw !important;
  }
  .sppl115 {
    padding-left: 30.66667vw !important;
  }
  .spmt120 {
    margin-top: 32vw !important;
  }
  .spmb120 {
    margin-bottom: 32vw !important;
  }
  .spmr120 {
    margin-right: 32vw !important;
  }
  .spml120 {
    margin-left: 32vw !important;
  }
  .sppt120 {
    padding-top: 32vw !important;
  }
  .sppb120 {
    padding-bottom: 32vw !important;
  }
  .sppr120 {
    padding-right: 32vw !important;
  }
  .sppl120 {
    padding-left: 32vw !important;
  }
  .spmt125 {
    margin-top: 33.33333vw !important;
  }
  .spmb125 {
    margin-bottom: 33.33333vw !important;
  }
  .spmr125 {
    margin-right: 33.33333vw !important;
  }
  .spml125 {
    margin-left: 33.33333vw !important;
  }
  .sppt125 {
    padding-top: 33.33333vw !important;
  }
  .sppb125 {
    padding-bottom: 33.33333vw !important;
  }
  .sppr125 {
    padding-right: 33.33333vw !important;
  }
  .sppl125 {
    padding-left: 33.33333vw !important;
  }
  .spmt130 {
    margin-top: 34.66667vw !important;
  }
  .spmb130 {
    margin-bottom: 34.66667vw !important;
  }
  .spmr130 {
    margin-right: 34.66667vw !important;
  }
  .spml130 {
    margin-left: 34.66667vw !important;
  }
  .sppt130 {
    padding-top: 34.66667vw !important;
  }
  .sppb130 {
    padding-bottom: 34.66667vw !important;
  }
  .sppr130 {
    padding-right: 34.66667vw !important;
  }
  .sppl130 {
    padding-left: 34.66667vw !important;
  }
  .spmt135 {
    margin-top: 36vw !important;
  }
  .spmb135 {
    margin-bottom: 36vw !important;
  }
  .spmr135 {
    margin-right: 36vw !important;
  }
  .spml135 {
    margin-left: 36vw !important;
  }
  .sppt135 {
    padding-top: 36vw !important;
  }
  .sppb135 {
    padding-bottom: 36vw !important;
  }
  .sppr135 {
    padding-right: 36vw !important;
  }
  .sppl135 {
    padding-left: 36vw !important;
  }
  .spmt140 {
    margin-top: 37.33333vw !important;
  }
  .spmb140 {
    margin-bottom: 37.33333vw !important;
  }
  .spmr140 {
    margin-right: 37.33333vw !important;
  }
  .spml140 {
    margin-left: 37.33333vw !important;
  }
  .sppt140 {
    padding-top: 37.33333vw !important;
  }
  .sppb140 {
    padding-bottom: 37.33333vw !important;
  }
  .sppr140 {
    padding-right: 37.33333vw !important;
  }
  .sppl140 {
    padding-left: 37.33333vw !important;
  }
  .spmt145 {
    margin-top: 38.66667vw !important;
  }
  .spmb145 {
    margin-bottom: 38.66667vw !important;
  }
  .spmr145 {
    margin-right: 38.66667vw !important;
  }
  .spml145 {
    margin-left: 38.66667vw !important;
  }
  .sppt145 {
    padding-top: 38.66667vw !important;
  }
  .sppb145 {
    padding-bottom: 38.66667vw !important;
  }
  .sppr145 {
    padding-right: 38.66667vw !important;
  }
  .sppl145 {
    padding-left: 38.66667vw !important;
  }
  .spmt150 {
    margin-top: 40vw !important;
  }
  .spmb150 {
    margin-bottom: 40vw !important;
  }
  .spmr150 {
    margin-right: 40vw !important;
  }
  .spml150 {
    margin-left: 40vw !important;
  }
  .sppt150 {
    padding-top: 40vw !important;
  }
  .sppb150 {
    padding-bottom: 40vw !important;
  }
  .sppr150 {
    padding-right: 40vw !important;
  }
  .sppl150 {
    padding-left: 40vw !important;
  }
}

@media screen and (min-width: 769px) {
  .pcmt-50 {
    margin-top: -50px !important;
  }
  .pcmb-50 {
    margin-bottom: -50px !important;
  }
  .pcmr-50 {
    margin-right: -50px !important;
  }
  .pcml-50 {
    margin-left: -50px !important;
  }
  .pcpt-50 {
    padding-top: -50px !important;
  }
  .pcpb-50 {
    padding-bottom: -50px !important;
  }
  .pcpr-50 {
    padding-right: -50px !important;
  }
  .pcpl-50 {
    padding-left: -50px !important;
  }
  .pcmt-45 {
    margin-top: -45px !important;
  }
  .pcmb-45 {
    margin-bottom: -45px !important;
  }
  .pcmr-45 {
    margin-right: -45px !important;
  }
  .pcml-45 {
    margin-left: -45px !important;
  }
  .pcpt-45 {
    padding-top: -45px !important;
  }
  .pcpb-45 {
    padding-bottom: -45px !important;
  }
  .pcpr-45 {
    padding-right: -45px !important;
  }
  .pcpl-45 {
    padding-left: -45px !important;
  }
  .pcmt-40 {
    margin-top: -40px !important;
  }
  .pcmb-40 {
    margin-bottom: -40px !important;
  }
  .pcmr-40 {
    margin-right: -40px !important;
  }
  .pcml-40 {
    margin-left: -40px !important;
  }
  .pcpt-40 {
    padding-top: -40px !important;
  }
  .pcpb-40 {
    padding-bottom: -40px !important;
  }
  .pcpr-40 {
    padding-right: -40px !important;
  }
  .pcpl-40 {
    padding-left: -40px !important;
  }
  .pcmt-35 {
    margin-top: -35px !important;
  }
  .pcmb-35 {
    margin-bottom: -35px !important;
  }
  .pcmr-35 {
    margin-right: -35px !important;
  }
  .pcml-35 {
    margin-left: -35px !important;
  }
  .pcpt-35 {
    padding-top: -35px !important;
  }
  .pcpb-35 {
    padding-bottom: -35px !important;
  }
  .pcpr-35 {
    padding-right: -35px !important;
  }
  .pcpl-35 {
    padding-left: -35px !important;
  }
  .pcmt-30 {
    margin-top: -30px !important;
  }
  .pcmb-30 {
    margin-bottom: -30px !important;
  }
  .pcmr-30 {
    margin-right: -30px !important;
  }
  .pcml-30 {
    margin-left: -30px !important;
  }
  .pcpt-30 {
    padding-top: -30px !important;
  }
  .pcpb-30 {
    padding-bottom: -30px !important;
  }
  .pcpr-30 {
    padding-right: -30px !important;
  }
  .pcpl-30 {
    padding-left: -30px !important;
  }
  .pcmt-25 {
    margin-top: -25px !important;
  }
  .pcmb-25 {
    margin-bottom: -25px !important;
  }
  .pcmr-25 {
    margin-right: -25px !important;
  }
  .pcml-25 {
    margin-left: -25px !important;
  }
  .pcpt-25 {
    padding-top: -25px !important;
  }
  .pcpb-25 {
    padding-bottom: -25px !important;
  }
  .pcpr-25 {
    padding-right: -25px !important;
  }
  .pcpl-25 {
    padding-left: -25px !important;
  }
  .pcmt-20 {
    margin-top: -20px !important;
  }
  .pcmb-20 {
    margin-bottom: -20px !important;
  }
  .pcmr-20 {
    margin-right: -20px !important;
  }
  .pcml-20 {
    margin-left: -20px !important;
  }
  .pcpt-20 {
    padding-top: -20px !important;
  }
  .pcpb-20 {
    padding-bottom: -20px !important;
  }
  .pcpr-20 {
    padding-right: -20px !important;
  }
  .pcpl-20 {
    padding-left: -20px !important;
  }
  .pcmt-15 {
    margin-top: -15px !important;
  }
  .pcmb-15 {
    margin-bottom: -15px !important;
  }
  .pcmr-15 {
    margin-right: -15px !important;
  }
  .pcml-15 {
    margin-left: -15px !important;
  }
  .pcpt-15 {
    padding-top: -15px !important;
  }
  .pcpb-15 {
    padding-bottom: -15px !important;
  }
  .pcpr-15 {
    padding-right: -15px !important;
  }
  .pcpl-15 {
    padding-left: -15px !important;
  }
  .pcmt-10 {
    margin-top: -10px !important;
  }
  .pcmb-10 {
    margin-bottom: -10px !important;
  }
  .pcmr-10 {
    margin-right: -10px !important;
  }
  .pcml-10 {
    margin-left: -10px !important;
  }
  .pcpt-10 {
    padding-top: -10px !important;
  }
  .pcpb-10 {
    padding-bottom: -10px !important;
  }
  .pcpr-10 {
    padding-right: -10px !important;
  }
  .pcpl-10 {
    padding-left: -10px !important;
  }
  .pcmt-5 {
    margin-top: -5px !important;
  }
  .pcmb-5 {
    margin-bottom: -5px !important;
  }
  .pcmr-5 {
    margin-right: -5px !important;
  }
  .pcml-5 {
    margin-left: -5px !important;
  }
  .pcpt-5 {
    padding-top: -5px !important;
  }
  .pcpb-5 {
    padding-bottom: -5px !important;
  }
  .pcpr-5 {
    padding-right: -5px !important;
  }
  .pcpl-5 {
    padding-left: -5px !important;
  }
  .pcmt0 {
    margin-top: 0px !important;
  }
  .pcmb0 {
    margin-bottom: 0px !important;
  }
  .pcmr0 {
    margin-right: 0px !important;
  }
  .pcml0 {
    margin-left: 0px !important;
  }
  .pcpt0 {
    padding-top: 0px !important;
  }
  .pcpb0 {
    padding-bottom: 0px !important;
  }
  .pcpr0 {
    padding-right: 0px !important;
  }
  .pcpl0 {
    padding-left: 0px !important;
  }
  .pcmt5 {
    margin-top: 5px !important;
  }
  .pcmb5 {
    margin-bottom: 5px !important;
  }
  .pcmr5 {
    margin-right: 5px !important;
  }
  .pcml5 {
    margin-left: 5px !important;
  }
  .pcpt5 {
    padding-top: 5px !important;
  }
  .pcpb5 {
    padding-bottom: 5px !important;
  }
  .pcpr5 {
    padding-right: 5px !important;
  }
  .pcpl5 {
    padding-left: 5px !important;
  }
  .pcmt10 {
    margin-top: 10px !important;
  }
  .pcmb10 {
    margin-bottom: 10px !important;
  }
  .pcmr10 {
    margin-right: 10px !important;
  }
  .pcml10 {
    margin-left: 10px !important;
  }
  .pcpt10 {
    padding-top: 10px !important;
  }
  .pcpb10 {
    padding-bottom: 10px !important;
  }
  .pcpr10 {
    padding-right: 10px !important;
  }
  .pcpl10 {
    padding-left: 10px !important;
  }
  .pcmt15 {
    margin-top: 15px !important;
  }
  .pcmb15 {
    margin-bottom: 15px !important;
  }
  .pcmr15 {
    margin-right: 15px !important;
  }
  .pcml15 {
    margin-left: 15px !important;
  }
  .pcpt15 {
    padding-top: 15px !important;
  }
  .pcpb15 {
    padding-bottom: 15px !important;
  }
  .pcpr15 {
    padding-right: 15px !important;
  }
  .pcpl15 {
    padding-left: 15px !important;
  }
  .pcmt20 {
    margin-top: 20px !important;
  }
  .pcmb20 {
    margin-bottom: 20px !important;
  }
  .pcmr20 {
    margin-right: 20px !important;
  }
  .pcml20 {
    margin-left: 20px !important;
  }
  .pcpt20 {
    padding-top: 20px !important;
  }
  .pcpb20 {
    padding-bottom: 20px !important;
  }
  .pcpr20 {
    padding-right: 20px !important;
  }
  .pcpl20 {
    padding-left: 20px !important;
  }
  .pcmt25 {
    margin-top: 25px !important;
  }
  .pcmb25 {
    margin-bottom: 25px !important;
  }
  .pcmr25 {
    margin-right: 25px !important;
  }
  .pcml25 {
    margin-left: 25px !important;
  }
  .pcpt25 {
    padding-top: 25px !important;
  }
  .pcpb25 {
    padding-bottom: 25px !important;
  }
  .pcpr25 {
    padding-right: 25px !important;
  }
  .pcpl25 {
    padding-left: 25px !important;
  }
  .pcmt30 {
    margin-top: 30px !important;
  }
  .pcmb30 {
    margin-bottom: 30px !important;
  }
  .pcmr30 {
    margin-right: 30px !important;
  }
  .pcml30 {
    margin-left: 30px !important;
  }
  .pcpt30 {
    padding-top: 30px !important;
  }
  .pcpb30 {
    padding-bottom: 30px !important;
  }
  .pcpr30 {
    padding-right: 30px !important;
  }
  .pcpl30 {
    padding-left: 30px !important;
  }
  .pcmt35 {
    margin-top: 35px !important;
  }
  .pcmb35 {
    margin-bottom: 35px !important;
  }
  .pcmr35 {
    margin-right: 35px !important;
  }
  .pcml35 {
    margin-left: 35px !important;
  }
  .pcpt35 {
    padding-top: 35px !important;
  }
  .pcpb35 {
    padding-bottom: 35px !important;
  }
  .pcpr35 {
    padding-right: 35px !important;
  }
  .pcpl35 {
    padding-left: 35px !important;
  }
  .pcmt40 {
    margin-top: 40px !important;
  }
  .pcmb40 {
    margin-bottom: 40px !important;
  }
  .pcmr40 {
    margin-right: 40px !important;
  }
  .pcml40 {
    margin-left: 40px !important;
  }
  .pcpt40 {
    padding-top: 40px !important;
  }
  .pcpb40 {
    padding-bottom: 40px !important;
  }
  .pcpr40 {
    padding-right: 40px !important;
  }
  .pcpl40 {
    padding-left: 40px !important;
  }
  .pcmt45 {
    margin-top: 45px !important;
  }
  .pcmb45 {
    margin-bottom: 45px !important;
  }
  .pcmr45 {
    margin-right: 45px !important;
  }
  .pcml45 {
    margin-left: 45px !important;
  }
  .pcpt45 {
    padding-top: 45px !important;
  }
  .pcpb45 {
    padding-bottom: 45px !important;
  }
  .pcpr45 {
    padding-right: 45px !important;
  }
  .pcpl45 {
    padding-left: 45px !important;
  }
  .pcmt50 {
    margin-top: 50px !important;
  }
  .pcmb50 {
    margin-bottom: 50px !important;
  }
  .pcmr50 {
    margin-right: 50px !important;
  }
  .pcml50 {
    margin-left: 50px !important;
  }
  .pcpt50 {
    padding-top: 50px !important;
  }
  .pcpb50 {
    padding-bottom: 50px !important;
  }
  .pcpr50 {
    padding-right: 50px !important;
  }
  .pcpl50 {
    padding-left: 50px !important;
  }
  .pcmt55 {
    margin-top: 55px !important;
  }
  .pcmb55 {
    margin-bottom: 55px !important;
  }
  .pcmr55 {
    margin-right: 55px !important;
  }
  .pcml55 {
    margin-left: 55px !important;
  }
  .pcpt55 {
    padding-top: 55px !important;
  }
  .pcpb55 {
    padding-bottom: 55px !important;
  }
  .pcpr55 {
    padding-right: 55px !important;
  }
  .pcpl55 {
    padding-left: 55px !important;
  }
  .pcmt60 {
    margin-top: 60px !important;
  }
  .pcmb60 {
    margin-bottom: 60px !important;
  }
  .pcmr60 {
    margin-right: 60px !important;
  }
  .pcml60 {
    margin-left: 60px !important;
  }
  .pcpt60 {
    padding-top: 60px !important;
  }
  .pcpb60 {
    padding-bottom: 60px !important;
  }
  .pcpr60 {
    padding-right: 60px !important;
  }
  .pcpl60 {
    padding-left: 60px !important;
  }
  .pcmt65 {
    margin-top: 65px !important;
  }
  .pcmb65 {
    margin-bottom: 65px !important;
  }
  .pcmr65 {
    margin-right: 65px !important;
  }
  .pcml65 {
    margin-left: 65px !important;
  }
  .pcpt65 {
    padding-top: 65px !important;
  }
  .pcpb65 {
    padding-bottom: 65px !important;
  }
  .pcpr65 {
    padding-right: 65px !important;
  }
  .pcpl65 {
    padding-left: 65px !important;
  }
  .pcmt70 {
    margin-top: 70px !important;
  }
  .pcmb70 {
    margin-bottom: 70px !important;
  }
  .pcmr70 {
    margin-right: 70px !important;
  }
  .pcml70 {
    margin-left: 70px !important;
  }
  .pcpt70 {
    padding-top: 70px !important;
  }
  .pcpb70 {
    padding-bottom: 70px !important;
  }
  .pcpr70 {
    padding-right: 70px !important;
  }
  .pcpl70 {
    padding-left: 70px !important;
  }
  .pcmt75 {
    margin-top: 75px !important;
  }
  .pcmb75 {
    margin-bottom: 75px !important;
  }
  .pcmr75 {
    margin-right: 75px !important;
  }
  .pcml75 {
    margin-left: 75px !important;
  }
  .pcpt75 {
    padding-top: 75px !important;
  }
  .pcpb75 {
    padding-bottom: 75px !important;
  }
  .pcpr75 {
    padding-right: 75px !important;
  }
  .pcpl75 {
    padding-left: 75px !important;
  }
  .pcmt80 {
    margin-top: 80px !important;
  }
  .pcmb80 {
    margin-bottom: 80px !important;
  }
  .pcmr80 {
    margin-right: 80px !important;
  }
  .pcml80 {
    margin-left: 80px !important;
  }
  .pcpt80 {
    padding-top: 80px !important;
  }
  .pcpb80 {
    padding-bottom: 80px !important;
  }
  .pcpr80 {
    padding-right: 80px !important;
  }
  .pcpl80 {
    padding-left: 80px !important;
  }
  .pcmt85 {
    margin-top: 85px !important;
  }
  .pcmb85 {
    margin-bottom: 85px !important;
  }
  .pcmr85 {
    margin-right: 85px !important;
  }
  .pcml85 {
    margin-left: 85px !important;
  }
  .pcpt85 {
    padding-top: 85px !important;
  }
  .pcpb85 {
    padding-bottom: 85px !important;
  }
  .pcpr85 {
    padding-right: 85px !important;
  }
  .pcpl85 {
    padding-left: 85px !important;
  }
  .pcmt90 {
    margin-top: 90px !important;
  }
  .pcmb90 {
    margin-bottom: 90px !important;
  }
  .pcmr90 {
    margin-right: 90px !important;
  }
  .pcml90 {
    margin-left: 90px !important;
  }
  .pcpt90 {
    padding-top: 90px !important;
  }
  .pcpb90 {
    padding-bottom: 90px !important;
  }
  .pcpr90 {
    padding-right: 90px !important;
  }
  .pcpl90 {
    padding-left: 90px !important;
  }
  .pcmt95 {
    margin-top: 95px !important;
  }
  .pcmb95 {
    margin-bottom: 95px !important;
  }
  .pcmr95 {
    margin-right: 95px !important;
  }
  .pcml95 {
    margin-left: 95px !important;
  }
  .pcpt95 {
    padding-top: 95px !important;
  }
  .pcpb95 {
    padding-bottom: 95px !important;
  }
  .pcpr95 {
    padding-right: 95px !important;
  }
  .pcpl95 {
    padding-left: 95px !important;
  }
  .pcmt100 {
    margin-top: 100px !important;
  }
  .pcmb100 {
    margin-bottom: 100px !important;
  }
  .pcmr100 {
    margin-right: 100px !important;
  }
  .pcml100 {
    margin-left: 100px !important;
  }
  .pcpt100 {
    padding-top: 100px !important;
  }
  .pcpb100 {
    padding-bottom: 100px !important;
  }
  .pcpr100 {
    padding-right: 100px !important;
  }
  .pcpl100 {
    padding-left: 100px !important;
  }
  .pcmt105 {
    margin-top: 105px !important;
  }
  .pcmb105 {
    margin-bottom: 105px !important;
  }
  .pcmr105 {
    margin-right: 105px !important;
  }
  .pcml105 {
    margin-left: 105px !important;
  }
  .pcpt105 {
    padding-top: 105px !important;
  }
  .pcpb105 {
    padding-bottom: 105px !important;
  }
  .pcpr105 {
    padding-right: 105px !important;
  }
  .pcpl105 {
    padding-left: 105px !important;
  }
  .pcmt110 {
    margin-top: 110px !important;
  }
  .pcmb110 {
    margin-bottom: 110px !important;
  }
  .pcmr110 {
    margin-right: 110px !important;
  }
  .pcml110 {
    margin-left: 110px !important;
  }
  .pcpt110 {
    padding-top: 110px !important;
  }
  .pcpb110 {
    padding-bottom: 110px !important;
  }
  .pcpr110 {
    padding-right: 110px !important;
  }
  .pcpl110 {
    padding-left: 110px !important;
  }
  .pcmt115 {
    margin-top: 115px !important;
  }
  .pcmb115 {
    margin-bottom: 115px !important;
  }
  .pcmr115 {
    margin-right: 115px !important;
  }
  .pcml115 {
    margin-left: 115px !important;
  }
  .pcpt115 {
    padding-top: 115px !important;
  }
  .pcpb115 {
    padding-bottom: 115px !important;
  }
  .pcpr115 {
    padding-right: 115px !important;
  }
  .pcpl115 {
    padding-left: 115px !important;
  }
  .pcmt120 {
    margin-top: 120px !important;
  }
  .pcmb120 {
    margin-bottom: 120px !important;
  }
  .pcmr120 {
    margin-right: 120px !important;
  }
  .pcml120 {
    margin-left: 120px !important;
  }
  .pcpt120 {
    padding-top: 120px !important;
  }
  .pcpb120 {
    padding-bottom: 120px !important;
  }
  .pcpr120 {
    padding-right: 120px !important;
  }
  .pcpl120 {
    padding-left: 120px !important;
  }
  .pcmt125 {
    margin-top: 125px !important;
  }
  .pcmb125 {
    margin-bottom: 125px !important;
  }
  .pcmr125 {
    margin-right: 125px !important;
  }
  .pcml125 {
    margin-left: 125px !important;
  }
  .pcpt125 {
    padding-top: 125px !important;
  }
  .pcpb125 {
    padding-bottom: 125px !important;
  }
  .pcpr125 {
    padding-right: 125px !important;
  }
  .pcpl125 {
    padding-left: 125px !important;
  }
  .pcmt130 {
    margin-top: 130px !important;
  }
  .pcmb130 {
    margin-bottom: 130px !important;
  }
  .pcmr130 {
    margin-right: 130px !important;
  }
  .pcml130 {
    margin-left: 130px !important;
  }
  .pcpt130 {
    padding-top: 130px !important;
  }
  .pcpb130 {
    padding-bottom: 130px !important;
  }
  .pcpr130 {
    padding-right: 130px !important;
  }
  .pcpl130 {
    padding-left: 130px !important;
  }
  .pcmt135 {
    margin-top: 135px !important;
  }
  .pcmb135 {
    margin-bottom: 135px !important;
  }
  .pcmr135 {
    margin-right: 135px !important;
  }
  .pcml135 {
    margin-left: 135px !important;
  }
  .pcpt135 {
    padding-top: 135px !important;
  }
  .pcpb135 {
    padding-bottom: 135px !important;
  }
  .pcpr135 {
    padding-right: 135px !important;
  }
  .pcpl135 {
    padding-left: 135px !important;
  }
  .pcmt140 {
    margin-top: 140px !important;
  }
  .pcmb140 {
    margin-bottom: 140px !important;
  }
  .pcmr140 {
    margin-right: 140px !important;
  }
  .pcml140 {
    margin-left: 140px !important;
  }
  .pcpt140 {
    padding-top: 140px !important;
  }
  .pcpb140 {
    padding-bottom: 140px !important;
  }
  .pcpr140 {
    padding-right: 140px !important;
  }
  .pcpl140 {
    padding-left: 140px !important;
  }
  .pcmt145 {
    margin-top: 145px !important;
  }
  .pcmb145 {
    margin-bottom: 145px !important;
  }
  .pcmr145 {
    margin-right: 145px !important;
  }
  .pcml145 {
    margin-left: 145px !important;
  }
  .pcpt145 {
    padding-top: 145px !important;
  }
  .pcpb145 {
    padding-bottom: 145px !important;
  }
  .pcpr145 {
    padding-right: 145px !important;
  }
  .pcpl145 {
    padding-left: 145px !important;
  }
  .pcmt150 {
    margin-top: 150px !important;
  }
  .pcmb150 {
    margin-bottom: 150px !important;
  }
  .pcmr150 {
    margin-right: 150px !important;
  }
  .pcml150 {
    margin-left: 150px !important;
  }
  .pcpt150 {
    padding-top: 150px !important;
  }
  .pcpb150 {
    padding-bottom: 150px !important;
  }
  .pcpr150 {
    padding-right: 150px !important;
  }
  .pcpl150 {
    padding-left: 150px !important;
  }
}

@media screen and (max-width: 768px) {
  .palt-sp {
    font-feature-settings: 'palt';
  }
}

.u-bold {
  font-weight: bold !important;
}

.u-text-link {
  color: #F00082;
}

@media screen and (min-width: 769px) {
  .u-text-link:hover {
    opacity: 0.7;
  }
}

.u-display-block {
  display: block;
}

.u-text-align-center {
  text-align: center !important;
}

.u-text-align-left {
  text-align: left !important;
}

.u-text-align-right {
  text-align: right !important;
}

.u-no-margin-top {
  margin-top: 0 !important;
}

.u-no-margin {
  margin: 0 !important;
}

.u-text-color--pink {
  color: #ff4b6d;
}

.u-text-caution {
  color: #ff0000;
  font-size: 80%;
}

.u-border-radius-20 {
  border-radius: 20px 0px 20px 0px;
}

.u-nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.u-video-wrap {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.u-video-wrap iframe {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .u-img-max-height-pc {
    max-height: inherit !important;
  }
}

@media screen and (min-width: 769px) {
  .u-img-width-half-pc {
    width: 50% !important;
  }
}

html {
  font-size: 62.5%;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-width: 769px) {
  img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}

body {
  background-color: #ffffff;
  color: #6C6C6C;
  font-family: "Noto Sans JP", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  width: 100%;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 1280px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.73333vw;
  }
}

@media screen and (min-width: 769px) {
  .inner {
    margin: 0 auto;
    max-width: 1280px;
  }
}

.wrapper {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .wrapper {
    overflow-x: hidden;
    padding-top: 17.33333vw;
  }
}

@media screen and (min-width: 769px) {
  .header {
    left: 0;
    order: 1;
    padding: 0 0px 20px 20px;
    position: relative;
    width: 300px;
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .header {
    background-color: #fff;
    height: 17.33333vw;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
  }
}

.header .logo {
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 769px) {
  .header .logo {
    margin-top: 51px;
  }
}

@media screen and (max-width: 768px) {
  .header .logo {
    margin: auto;
    width: 60.8vw;
  }
}

@media screen and (max-width: 768px) {
  .header-inner {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    height: 100%;
    padding-top: 4vw;
    position: relative;
    z-index: 2;
  }
}

.layout-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 768px) {
  .layout-wrap {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .contents-block {
    margin: 0 auto;
    order: 2;
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contents-block {
    position: relative;
    width: 100%;
    z-index: 2;
  }
}

@media screen and (min-width: 769px) {
  .contents-block-inner {
    margin: auto;
    max-width: 1080px;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .contents-block--under .contents-block-inner {
    max-width: 1160px;
    padding: 100px 50px 20px;
  }
}

@media screen and (max-width: 768px) {
  .contents-block--under .contents-block-inner {
    padding: 10.66667vw 5.33333vw 5.33333vw;
  }
}

.page-title {
  color: #F00082;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1.47;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .page-title {
    font-size: 42px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .page-title {
    font-size: 8vw;
    margin-bottom: 6.66667vw;
  }
}

.page-title-jp {
  color: #6C6C6C;
  display: block;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .page-title-jp {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .page-title-jp {
    font-size: 3.73333vw;
  }
}

@media screen and (min-width: 769px) {
  .mv-pc {
    margin-top: 0;
    padding: 0 0 0 20px;
  }
}

@media screen and (min-width: 769px) {
  .mv-pc img {
    margin-left: 0;
  }
}

.mv-sp {
  position: relative;
}

.mv-sp-text {
  bottom: 18.66667vw;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 68.26667vw;
}

.mv-text01 {
  position: absolute;
  right: -20px;
  top: 347px;
}

.mv-text02 {
  position: absolute;
  right: 32px;
  top: 554px;
}

@media screen and (min-width: 769px) {
  .bottom-fit {
    bottom: 0;
    left: 0;
    padding: 0 20px 40px;
    position: absolute;
  }
}

@media screen and (max-height: 800px) and (min-width: 769px) {
  .bottom-fit {
    bottom: 0;
    left: 0;
    padding: 0 0;
    position: static;
  }
}

.text-img01 {
  margin-top: 33px;
}

@media screen and (min-width: 769px) {
  .text-img01 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.news-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .news-wrap {
    margin: -150px auto 0;
    width: 900px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .news-wrap {
    margin: -150px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .news-wrap {
    display: block;
    padding: 0 5.33333vw;
  }
}

@media screen and (min-width: 769px) {
  .news-block {
    margin-right: 1.04167vw;
    min-width: 600px;
    width: 41.66667vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .news-block {
    margin-left: -10px;
    margin-right: 10px;
    width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .news-block {
    margin-top: 8vw;
  }
}

.news-heading {
  color: #f10272;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .news-heading {
    font-size: 6.4vw;
  }
}

.news-list-wrap {
  background-color: #ffffff;
  border: solid 1px #bababa;
  border-radius: 10px;
  height: 280px;
  margin: 9px 0 0;
  padding: 20px 0px 20px 15px;
}

@media screen and (max-width: 768px) {
  .news-list-wrap {
    border-radius: 2.66667vw;
    height: 64vw;
    margin: 2.4vw 0 0;
    padding: 5.33333vw 4vw 5.33333vw 4vw;
  }
}

.news-list {
  height: 100%;
  overflow-y: auto;
}

@media screen and (min-width: 769px) {
  .news-list {
    padding-right: 20px;
    width: calc(100% - 20px);
  }
}

.news-list-node {
  margin-top: 10px;
}

.news-list-node:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .news-list-node {
    margin-top: 4vw;
  }
}

.news-list-node a {
  text-decoration: underline;
}

.news-date {
  color: #f10272;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.67;
}

@media screen and (max-width: 768px) {
  .news-date {
    font-size: 3.2vw;
  }
}

.news-title {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.67;
}

@media screen and (max-width: 768px) {
  .news-title {
    font-size: 3.46667vw;
  }
}

.news-title a {
  color: #6C6C6C;
}

.news-text {
  font-size: 12px;
  line-height: 1.67;
  padding-right: 0.3em;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .news-text {
    font-size: 3.2vw;
  }
}

.news-text p {
  margin-top: 1em;
}

.copy {
  color: #6c6c6c;
  font-family: Roboto;
  font-size: 10px;
  line-height: 1.8;
  margin: 94px 0 22px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .copy {
    font-size: 3.2vw;
  }
}

.banner-block {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .banner-block {
    margin-top: 8vw;
    padding: 0 5.33333vw;
  }
}

.banner-block-top {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .banner-block-top {
    margin-top: -8vw;
    padding: 0 5.33333vw;
  }
}

.banner {
  display: block;
  margin-top: 10px;
}

.banner:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .banner {
    margin-top: 2.66667vw;
  }
}

.banner-movie {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.banner-movie:after {
  background: url(../img/icon-movie-play@2x.png) center center no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}

@media screen and (max-width: 768px) {
  .banner-movie:after {
    height: 10.66667vw;
    margin-left: -5.33333vw;
    margin-top: -5.33333vw;
    width: 10.66667vw;
  }
}

.banner-movie iframe {
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .twitter-block {
    margin-left: 1.04167vw;
    min-width: 436px;
    width: 30.27778vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .twitter-block {
    margin-left: 10px;
    width: 436px;
  }
}

@media screen and (max-width: 768px) {
  .twitter-block {
    margin-top: 8vw;
  }
}

.twitter-heading {
  color: #1ca2f1;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .twitter-heading {
    font-size: 6.4vw;
  }
}

.twitter-list-wrap {
  background-color: #ffffff;
  border: solid 1px #bababa;
  border-radius: 10px;
  height: 280px;
  margin: 9px 0 0;
  overflow: auto;
  padding: 20px 20px 10px 15px;
}

@media screen and (max-width: 768px) {
  .twitter-list-wrap {
    border-radius: 2.66667vw;
    margin: 2.4vw 0 0;
    padding: 2.66667vw 1.33333vw 2.66667vw;
  }
}

.bg {
  background: url(../img/bg.png) no-repeat center top;
  background-size: cover;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -3;
}

@media screen and (max-width: 768px) {
  .bg {
    background: url(../img/sp/bg.png) no-repeat left top;
  }
}

.bg-line-top {
  background: url(../img/line-top.png) no-repeat center center;
  background-size: cover;
  height: 185px;
  left: -105px;
  position: fixed;
  top: -82px;
  width: 286px;
  z-index: -2;
}

@media screen and (max-width: 768px) {
  .bg-line-top {
    background: url(../img/sp/line-top.png) no-repeat 36vw center;
    background-size: cover;
    height: 49.33333vw;
    left: -60.46667vw;
    top: -29.06667vw;
    width: 76.26667vw;
    z-index: 4;
  }
}

.bg-line-bottom {
  background: url(../img/line-bottom.png) no-repeat center center;
  background-size: cover;
  bottom: -67px;
  height: 185px;
  position: fixed;
  right: -42px;
  width: 286px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .bg-line-bottom {
    background: url(../img/sp/line-bottom.png) no-repeat center center;
    background-size: cover;
    bottom: -19.73333vw;
    height: 49.33333vw;
    right: -34.93333vw;
    width: 76.26667vw;
  }
}

.nav-toggle {
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .nav-toggle {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .nav-toggle {
    position: absolute;
    right: 6.4vw;
    top: 50%;
    transform: translateY(-50%);
  }
}

.nav-toggle > div {
  position: relative;
}

@media screen and (min-width: 769px) {
  .nav-toggle > div {
    width: 36px;
  }
}

@media screen and (max-width: 768px) {
  .nav-toggle > div {
    height: 4.26667vw;
    width: 8vw;
  }
}

.nav-toggle span {
  background-color: #F00082;
  display: block;
  position: absolute;
  right: 0;
  transition: transform 0.4s ease-in-out, width 0.4s, top 0.3s ease, border-bottom 0.3s ease, border-right 0.3s ease, border-top 0.3s ease;
}

@media screen and (min-width: 769px) {
  .nav-toggle span {
    height: 4px;
  }
}

@media screen and (max-width: 768px) {
  .nav-toggle span {
    height: 2px;
    width: 8vw;
  }
}

.nav-toggle span:nth-child(1) {
  top: 0;
}

@media screen and (min-width: 769px) {
  .nav-toggle span:nth-child(1) {
    width: 42px;
  }
}

@media screen and (min-width: 769px) {
  .nav-toggle span:nth-child(2) {
    top: 12px;
    width: 32px;
  }
}

@media screen and (max-width: 768px) {
  .nav-toggle span:nth-child(2) {
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
}

@media screen and (min-width: 769px) {
  .nav-toggle span:nth-child(3) {
    top: 12px;
    width: 32px;
  }
}

@media screen and (max-width: 768px) {
  .nav-toggle span:nth-child(3) {
    bottom: 0;
  }
}

.open .nav-toggle span {
  transition: transform 0.6s ease-in-out, width 0.6s, top 0.5s ease, border-bottom 0.5s ease, border-right 0.5s ease, border-top 0.5s ease;
}

@media screen and (max-width: 768px) {
  .open .nav-toggle span {
    height: 2px;
    width: 8vw;
  }
}

.open .nav-toggle span:nth-child(1) {
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (min-width: 769px) {
  .open .nav-toggle span:nth-child(1) {
    top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .open .nav-toggle span:nth-child(1) {
    top: 50%;
  }
}

@media screen and (max-width: 768px) {
  .open .nav-toggle span:nth-child(2) {
    opacity: 0;
    transition: all 0.3s;
  }
}

.open .nav-toggle span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
}

@media screen and (min-width: 769px) {
  .open .nav-toggle span:nth-child(3) {
    top: 15px;
    width: 42px;
  }
}

@media screen and (max-width: 768px) {
  .open .nav-toggle span:nth-child(3) {
    right: -0.53333vw;
    top: 50%;
  }
}

@media screen and (min-width: 769px) {
  .gloval-nav {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .gloval-nav {
    opacity: 0;
    position: absolute;
    transition: 0.3s;
    visibility: hidden;
  }
}

@media screen and (max-width: 768px) {
  .gloval-nav ul {
    list-style: none;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .gloval-nav ul li {
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.2s ease;
  }
}

@media screen and (max-width: 768px) {
  .gloval-nav-wrap {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    height: 100%;
    overflow: auto;
    padding: 5.33333vw;
    width: 100%;
  }
}

.open .gloval-nav-wrap {
  position: fixed;
}

@media screen and (max-width: 768px) {
  .gloval-nav {
    height: 100%;
    width: 100%;
  }
}

.open .gloval-nav {
  position: fixed;
  top: 17.33333vw;
}

@media screen and (min-width: 769px) {
  .gloval-nav-list-item {
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .gloval-nav-list-item {
    margin: 0 0 1.06667vw;
  }
}

.gloval-nav-list-item a {
  align-items: center;
  color: #6c6c6c;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .gloval-nav-list-item a {
    border-radius: 5px;
    font-size: 18px;
    height: 30px;
    padding: 3px 0 2px 20px;
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .gloval-nav-list-item a {
    border-radius: 1.33333vw;
    font-size: 5.6vw;
    height: 9.33333vw;
    justify-content: center;
    padding: 0 0 0 0px;
    width: 100%;
  }
}

.gloval-nav-list-item.off a {
  color: #d9d9d9;
  pointer-events: none;
}

.gloval-nav-list-item--current a {
  background-color: rgba(240, 0, 130, 0.85);
  color: #fff;
}

/* open */
.open {
  /* overflow: hidden; */
}

@media screen and (max-width: 768px) {
  .open .gloval-nav {
    opacity: 1;
    visibility: visible;
  }
}

.open .gloval-nav li {
  opacity: 1;
  /* transform: translateX(0); */
  transition: transform 1s ease, opacity 0.9s ease;
}

.sns-nav-title {
  color: #6c6c6c;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  position: relative;
}

@media screen and (min-width: 769px) {
  .sns-nav-title {
    font-size: 16px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .sns-nav-title {
    font-size: 4.26667vw;
    margin-top: 11.46667vw;
    text-align: center;
  }
}

.sns-nav-title:before {
  background-color: #6c6c6c;
  content: "";
  position: absolute;
}

@media screen and (min-width: 769px) {
  .sns-nav-title:before {
    height: 1px;
    left: 46px;
    top: 50%;
    width: 69px;
  }
}

.sns-nav-list {
  display: flex;
}

@media screen and (min-width: 769px) {
  .sns-nav-list {
    margin-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  .sns-nav-list {
    justify-content: center;
    margin-top: 3.73333vw;
  }
}

.sns-nav-list-item {
  align-items: center;
  display: flex;
}

@media screen and (min-width: 769px) {
  .sns-nav-list-item {
    margin-right: 20px;
    width: 25px;
  }
}

@media screen and (max-width: 768px) {
  .sns-nav-list-item {
    margin: 0 2.66667vw;
    width: 6.66667vw;
  }
}

.sns-nav-list-item a {
  align-items: center;
  display: flex;
}

.simplebar-scrollbar {
  background-color: #f00082;
  opacity: 1 !important;
}

.first-popup {
  background: #FFF;
  margin: 20px auto;
  max-width: 900px;
  padding: 0px;
  position: relative;
  width: auto;
}

.bluraydvd-wrap {
  background-color: rgba(255, 255, 255, 0.85);
  border: solid 1px #bababa;
  border-radius: 10px;
  padding: 50px 89px 50px;
}

@media screen and (min-width: 769px) {
  .bluraydvd-wrap {
    min-width: 1060px;
  }
}

@media screen and (max-width: 768px) {
  .bluraydvd-wrap {
    border-radius: 1.33333vw;
    padding: 5.33333vw;
  }
}

.bluraydvd-block:not(:last-child) {
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .bluraydvd-block:not(:last-child) {
    padding-bottom: 10.66667vw;
  }
}

@media screen and (min-width: 769px) {
  .bluraydvd-block:last-child {
    padding-bottom: 80px;
  }
}

.bluraydvd-block__ttl {
  color: #1CA2F1;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .bluraydvd-block__ttl {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .bluraydvd-block__ttl {
    font-size: 5.6vw;
    margin-bottom: 4vw;
    margin-top: 13.33333vw;
  }
}

.bluraydvd-block__ttl span {
  background-color: #fff;
  display: inline-block;
  padding-right: 12px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .bluraydvd-block__ttl span {
    padding-right: 3.2vw;
  }
}

.bluraydvd-block__ttl a {
  color: #1CA2F1;
  text-decoration: underline;
}

.bluraydvd-block__ttl:before {
  background-color: #1CA2F1;
  content: "";
  height: 1px;
  left: 0px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.bluraydvd-block__name {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.32;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
  .bluraydvd-block__name {
    font-size: 7.46667vw;
    margin-bottom: 0.5em;
    margin-top: 1em;
  }
}

.bluraydvd-block__name span {
  color: #F00082;
}

@media screen and (max-width: 768px) {
  .bluraydvd-block__name span {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .bluraydvd-block__info {
    margin-left: 0;
    margin-top: 1em;
  }
}

.bluraydvd-block__info > p {
  margin-top: 2em;
}

.bluraydvd-block__info > ul {
  margin-left: 1em;
  margin-top: 2em;
  text-indent: -1em;
}

.bluraydvd-block__info p + ul {
  margin-top: 0;
}

.bluraydvd-block__wrap {
  display: flex;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .bluraydvd-block__wrap {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .bluraydvd-block__jacket {
    width: 340px;
  }
}

@media screen and (max-width: 768px) {
  .bluraydvd-block__jacket {
    width: 100%;
  }
}

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

.bluraydvd-block__text {
  flex: 1;
  margin-left: 30px;
}

@media screen and (min-width: 769px) {
  .bluraydvd-block__text {
    font-size: 1.8rem;
    line-height: 1.78;
    margin-top: -0.3em;
  }
}

@media screen and (max-width: 768px) {
  .bluraydvd-block__text {
    margin-left: 0;
    margin-top: 1em;
  }
}

.bluraydvd-block__text em {
  font-style: normal;
  font-weight: bold;
}

.books-wrap {
  background-color: rgba(255, 255, 255, 0.85);
  border: solid 1px #bababa;
  border-radius: 10px;
  padding: 50px 50px 50px;
}

@media screen and (max-width: 768px) {
  .books-wrap {
    border-radius: 1.33333vw;
    padding: 5.33333vw;
  }
}

.books-block:not(:last-child) {
  padding-bottom: 25px;
}

.books-block__ttl {
  color: #F00082;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .books-block__ttl {
    font-size: 5.6vw;
    margin-bottom: 4vw;
  }
}

.books-block__ttl span {
  background-color: #fff;
  display: inline-block;
  padding-right: 12px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .books-block__ttl span {
    padding-right: 3.2vw;
  }
}

.books-block__ttl:before {
  background-color: #f00082;
  content: "";
  height: 1px;
  left: 0px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.books-block__name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .books-block__name {
    font-size: 5.86667vw;
  }
}

.books-block__lead {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .books-block__lead {
    font-size: 3.2vw;
  }
}

.books-block__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.books-block__list li {
  width: 216px;
}

@media screen and (max-width: 768px) {
  .books-block__list li {
    width: 30%;
  }
}

.books-block__list a.off {
  pointer-events: none;
}

.books-block__list .caption {
  color: #F00082;
  font-size: 21px;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .books-block__list .caption {
    font-size: 3.2vw;
    margin-top: 1.06667vw;
  }
}

.books-block__list--center {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .books-block__list--center {
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .books-block__list--center:after {
    content: "";
    display: block;
    /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
    width: 30%;
  }
}

.books-block__list--center li:first-child {
  margin-right: 78px;
}

@media screen and (max-width: 768px) {
  .books-block__list--center li:first-child {
    margin-right: 0;
  }
}

.books-block__list--center li:last-child {
  margin-left: 78px;
}

@media screen and (max-width: 768px) {
  .books-block__list--center li:last-child {
    margin-left: 0;
  }
}

.books-foot-text {
  color: #F00082;
  font-size: 30px;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .books-foot-text {
    font-size: 4.26667vw;
    margin-top: 5.33333vw;
  }
}

.character-wrap {
  background-color: rgba(255, 255, 255, 0.85);
  border: solid 1px #bababa;
  border-radius: 10px;
  min-height: 1180px;
  padding: 0px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  .character-wrap {
    border-radius: 1.33333vw;
    min-height: auto;
    padding: 5.33333vw 2.66667vw;
    position: relative;
  }
}

.character-list {
  background: url(../img/chara_bg.svg) no-repeat 0px 110px;
  background-size: 629px auto;
  height: 980px;
  margin: 100px auto 0;
  position: relative;
  width: 700px;
}

@media screen and (max-width: 768px) {
  .character-list {
    height: 122.66667vw;
    margin: 6.66667vw auto 6.66667vw;
    width: 80vw;
  }
}

@media screen and (max-width: 768px) {
  .character-list {
    background: url(../img/chara_bg.svg) no-repeat -5vw 14vw;
    background-size: 80vw auto;
  }
}

.character-node {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: absolute;
  text-align: center;
}

.character-node:nth-child(1) {
  color: #FF0000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -105%);
}

.character-node:nth-child(2) {
  color: #F00082;
  left: 0;
  top: 0;
}

.character-node:nth-child(3) {
  color: #00A0EB;
  right: 0;
  top: 0;
}

.character-node:nth-child(4) {
  bottom: 230px;
  color: #9650B4;
  flex-direction: column-reverse;
  left: 0;
}

@media screen and (max-width: 768px) {
  .character-node:nth-child(4) {
    bottom: 26.66667vw;
  }
}

.character-node:nth-child(5) {
  bottom: 230px;
  color: #FFC800;
  flex-direction: column-reverse;
  right: 0;
}

@media screen and (max-width: 768px) {
  .character-node:nth-child(5) {
    bottom: 26.66667vw;
  }
}

.character-node:nth-child(6) {
  bottom: 0;
  color: #FF8900;
  flex-direction: column-reverse;
  left: 50%;
  transform: translate(-50%, 0%);
}

.character-name {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .character-name {
    font-size: 4.26667vw;
  }
}

.character-img {
  margin: 5px 0;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .character-img {
    margin: 1.33333vw 0;
    width: 21.33333vw;
  }
}

.character .slider-character {
  pointer-events: none;
}

.character-select {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .character-select {
    position: static;
  }
}

.character-select .swiper-pagination {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 40px;
  top: 50px;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .character-select .swiper-pagination {
    position: static;
    right: auto;
    top: auto;
  }
}

.character-select .swiper-pagination-bullet {
  background: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  height: 100px;
  margin: 0 5px;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .character-select .swiper-pagination-bullet {
    height: 10.66667vw;
    margin: 0 1.06667vw;
    width: 10.66667vw;
  }
}

.character-select .swiper-pagination-bullet:nth-child(1) {
  background-image: url(../img/chara_icon_001.png);
}

.character-select .swiper-pagination-bullet:nth-child(1):before {
  border: 1px solid #FF0000;
}

.character-select .swiper-pagination-bullet:nth-child(2) {
  background-image: url(../img/chara_icon_002.png);
}

.character-select .swiper-pagination-bullet:nth-child(2):before {
  border: 1px solid #F00082;
}

.character-select .swiper-pagination-bullet:nth-child(3) {
  background-image: url(../img/chara_icon_003.png);
}

.character-select .swiper-pagination-bullet:nth-child(3):before {
  border: 1px solid #00A0EB;
}

.character-select .swiper-pagination-bullet:nth-child(4) {
  background-image: url(../img/chara_icon_004.png);
}

.character-select .swiper-pagination-bullet:nth-child(4):before {
  border: 1px solid #FFC800;
}

.character-select .swiper-pagination-bullet:nth-child(5) {
  background-image: url(../img/chara_icon_005.png);
}

.character-select .swiper-pagination-bullet:nth-child(5):before {
  border: 1px solid #9650B4;
}

.character-select .swiper-pagination-bullet:nth-child(6) {
  background-image: url(../img/chara_icon_006.png);
}

.character-select .swiper-pagination-bullet:nth-child(6):before {
  border: 1px solid #FF8900;
}

.character-select .swiper-pagination-bullet:before {
  border: 1px solid #FF0000;
  border-radius: 50%;
  content: "";
  height: 110px;
  left: -6px;
  opacity: 0;
  position: absolute;
  top: -6px;
  transition-duration: 0.3s;
  width: 110px;
}

@media screen and (max-width: 768px) {
  .character-select .swiper-pagination-bullet:before {
    height: 12.53333vw;
    left: -1.2vw;
    top: -1.2vw;
    width: 12.53333vw;
  }
}

.character-select .swiper-pagination-bullet-active:before {
  opacity: 1;
}

.character-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.character-main__block {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0 !important;
  transition-duration: 0.5s;
}

.character-main__block.swiper-slide-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1 !important;
}

.character-main__block.swiper-slide-active .inner .visual, .character-main__block.swiper-slide-active .inner .txt {
  transform: translateX(0);
}

.character-main__block .inner {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .character-main__block .inner {
    margin-top: 8vw;
  }
}

.character-main__block .inner .visual, .character-main__block .inner .txt {
  transition-duration: 0.4s;
}

.character-main__block .inner .visual {
  height: 960px;
  position: relative;
  transform: translateX(-50px);
  width: 430px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .character-main__block .inner .visual {
    height: auto;
    width: 100%;
  }
}

.character-main__block .inner .visual-chara {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  height: 960px;
  left: 0;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .character-main__block .inner .visual-chara {
    height: auto;
    position: static;
    text-align: center;
  }
}

.character-main__block .inner .visual-chara img {
  height: 910px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .character-main__block .inner .visual-chara img {
    height: 106.66667vw;
    margin: auto;
    width: auto;
  }
}

.character-main__block .inner .txt {
  font-feature-settings: "palt";
  padding-top: 220px;
  position: relative;
  transform: translateX(50px);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .character-main__block .inner .txt {
    padding: 2.66667vw;
  }
}

.character-main__block .inner .txt-name strong {
  font-size: 60px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .character-main__block .inner .txt-name strong {
    font-size: 8vw;
  }
}

.character-main__block .inner .txt-name span {
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .character-main__block .inner .txt-name span {
    font-size: 3.73333vw;
    padding-left: 5.33333vw;
  }
}

.character-main__block .inner .txt-cv {
  color: #979a9e;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .character-main__block .inner .txt-cv {
    margin-bottom: 8vw;
    margin-top: 2.66667vw;
  }
}

.character-main__block .inner .txt-cv span {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .character-main__block .inner .txt-cv span {
    font-size: 3.73333vw;
  }
}

.character-main__block .inner .txt-cv span:before {
  content: "CV.";
  font-size: 16px;
  padding-right: 10px;
}

.character-main__block .inner .txt-desc p {
  font-size: 18px;
  line-height: 1.77;
  margin-bottom: 1.77em;
}

@media screen and (max-width: 768px) {
  .character-main__block .inner .txt-desc p {
    font-size: 3.73333vw;
  }
}

.character-main__block .inner .txt-desc p:last-of-type {
  margin-bottom: 0;
}

.character-main__block .inner .txt-face {
  margin-bottom: 40px;
}

.character-main__block .inner .txt-pv__ttl {
  color: #979a9e;
  font-feature-settings: "palt";
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 6px;
}

.character-main__block .inner .txt-pv__inner {
  background: #fff;
  border-radius: 20px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 300px;
}

.character-main__block .inner .txt-pv__inner:after {
  background: url(../img/icon_play.png) center center no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 78px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 78px;
  z-index: 1;
}

.character-main__block .inner .txt-pv__inner img {
  vertical-align: bottom;
}

#Saki.character-main__block .inner .visual-chara {
  left: 46px;
}

#Saki.character-main__block .inner .txt-name span {
  color: #F00082;
}

#Nagisa.character-main__block .inner .visual-chara {
  left: 46px;
}

#Nagisa.character-main__block .inner .txt-name span {
  color: #00A0EB;
}

#Rika.character-main__block .inner .visual-chara {
  left: 18px;
}

#Rika.character-main__block .inner .txt-name span {
  color: #FFC800;
}

#Shino.character-main__block .inner .visual-chara {
  left: 42px;
}

#Shino.character-main__block .inner .txt-name span {
  color: #9650B4;
}

#Naoya.character-main__block .inner .visual-chara {
  left: 33px;
}

#Naoya.character-main__block .inner .txt-name span {
  color: #FF0000;
}

#Risa.character-main__block .inner .visual-chara {
  left: 0px;
}

#Risa.character-main__block .inner .txt-name span {
  color: #FF8900;
}

.movie-lineup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

.movie-lineup__block {
  margin: 0 auto 40px;
  width: 47%;
}

@media screen and (max-width: 768px) {
  .movie-lineup__block {
    width: 96%;
  }
}

.movie-lineup__block .banner-movie:after {
  background: url(../img/icon-movie-play@2x.png) center center no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .movie-lineup__block .banner-movie:after {
    height: 13.33333vw;
    margin-left: -6.66667vw;
    margin-top: -6.66667vw;
    width: 13.33333vw;
  }
}

.movie-lineup__block .inner .img {
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.movie-lineup__block .inner .img:after {
  background: url(../img/icon-movie-play@2x.png) center center no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .movie-lineup__block .inner .img:after {
    height: 13.33333vw;
    margin-left: -6.66667vw;
    margin-top: -6.66667vw;
    width: 13.33333vw;
  }
}

.movie-lineup__block .inner .img img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="5" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  vertical-align: bottom;
}

.movie-lineup__block .inner .ttl {
  font-weight: 500;
  padding-top: 15px;
  text-align: center;
}

.movie-caption {
  display: block;
  font-size: 18px;
  margin-top: 1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .movie-caption {
    font-size: 4.26667vw;
  }
}

.music-wrap {
  background-color: rgba(255, 255, 255, 0.85);
  border: solid 1px #bababa;
  border-radius: 10px;
  margin-top: 47px;
  padding: 50px 50px 50px;
}

@media screen and (max-width: 768px) {
  .music-wrap {
    border-radius: 1.33333vw;
    margin-top: 8vw;
    padding: 5.33333vw;
  }
}

.music-block:not(:last-child) {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .music-block:not(:last-child) {
    padding-bottom: 10.66667vw;
  }
}

.music-block__ttl {
  color: #F00082;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .music-block__ttl {
    font-size: 5.6vw;
    margin-bottom: 4vw;
  }
}

.music-block__ttl span {
  background-color: #fff;
  display: inline-block;
  padding-right: 12px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .music-block__ttl span {
    padding-right: 3.2vw;
  }
}

.music-block__ttl:before {
  background-color: #f00082;
  content: "";
  height: 1px;
  left: 0px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.music-block__name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .music-block__name {
    font-size: 5.86667vw;
  }
}

.music-block__name span {
  color: #F00082;
}

@media screen and (max-width: 768px) {
  .music-block__name span {
    display: block;
  }
}

.music-block__lead {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .music-block__lead {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 768px) {
  .music-block__info {
    margin-left: 0;
    margin-top: 1em;
  }
}

.music-block__info p {
  margin-top: 2em;
}

.music-block__wrap {
  display: flex;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .music-block__wrap {
    display: block;
  }
}

.music-block__jacket {
  width: 400px;
}

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

@media screen and (max-width: 768px) {
  .music-block__jacket {
    width: 100%;
  }
}

.music-block__text {
  flex: 1;
  margin-left: 2em;
}

@media screen and (max-width: 768px) {
  .music-block__text {
    margin-left: 0;
    margin-top: 1em;
  }
}

.music-block__profile-heading {
  color: #F00082;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .music-block__profile-heading {
    font-size: 4.26667vw;
  }
}

.music-block__profile em {
  font-style: normal;
  font-weight: bold;
}

.music-block__profile a {
  color: #F00082;
  word-break: break-all;
}

.news-lineup__block {
  background-color: rgba(255, 255, 255, 0.85);
  border: solid 1px #bababa;
  border-radius: 10px;
  margin: 0 0 20px;
  padding: 21px 20px 22px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .news-lineup__block {
    margin: 0 0 2.66667vw;
    padding: 2.66667vw;
  }
}

@media screen and (min-width: 769px) {
  .news-lineup__block:hover dl:after {
    opacity: 0.7;
  }
}

.news-lineup__block:hover dd {
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .news-lineup__block:hover dd {
    color: #f00082;
  }
}

.news-lineup__block a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.news-lineup__block dl {
  color: #6c6c6c;
  position: relative;
}

.news-lineup__block dl:after {
  background: url(../img/icon-arrow-pink@2x.png) 95% center no-repeat;
  background-size: 7px auto;
  border: solid 1px #bababa;
  border-radius: 3px;
  bottom: 10px;
  color: #F10272;
  content: "MORE";
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  line-height: 1;
  padding: 4px 0 4px 23px;
  position: absolute;
  right: 5px;
  transition: 0.3s;
  width: 57px;
}

@media screen and (max-width: 768px) {
  .news-lineup__block dl:after {
    background: url(../img/icon-arrow-pink@2x.png) 95% center no-repeat;
    background-size: 1.33333vw auto;
    bottom: auto;
    font-size: 3.2vw;
    padding: 1.06667vw 0 1.06667vw 4vw;
    top: 50%;
    transform: translateY(-50%);
    width: 11.73333vw;
  }
}

.news-lineup__block dt {
  color: #f00082;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .news-lineup__block dt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news-lineup__block dt {
    font-size: 3.2vw;
  }
}

.news-lineup__block dd {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .news-lineup__block dd {
    font-size: 3.2vw;
    padding-right: 20vw;
  }
}

.news-detail {
  background-color: rgba(255, 255, 255, 0.85);
  border: solid 1px #bababa;
  border-radius: 10px;
  padding: 41px 50px 70px;
}

@media screen and (max-width: 768px) {
  .news-detail {
    border-radius: 1.33333vw;
    padding: 5.33333vw 6.66667vw 9.33333vw;
  }
}

.news-detail-header {
  border-bottom: 1px solid #f00082;
  margin-bottom: 30px;
  padding-bottom: 24px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .news-detail-header {
    margin-bottom: 4vw;
    padding-bottom: 3.2vw;
  }
}

.news-detail-header-date {
  color: #f00082;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .news-detail-header-date {
    font-size: 3.2vw;
    margin-bottom: 0.53333vw;
  }
}

.news-detail-header-title h1 {
  line-height: 1.9;
  padding-right: 150px;
}

@media screen and (max-width: 768px) {
  .news-detail-header-title h1 {
    font-size: 3.73333vw;
    padding-right: 22.66667vw;
  }
}

.news-detail-body p {
  margin-top: 1.5em;
}

.news-detail-body p:first-of-type {
  margin-top: 0;
}

.news-detail-body a {
  color: #f00082;
  text-decoration: underline;
  transition: 0.3s;
  transition: 0.3s;
  word-break: break-all;
}

@media screen and (min-width: 769px) {
  .news-detail-body a:hover {
    opacity: 0.5;
  }
}

.news-detail-body img {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

@media screen and (max-width: 768px) {
  .news-detail-body img {
    max-width: 100% !important;
    width: 100%;
  }
}

.news-detail-body th {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

.news-detail-header-share {
  bottom: 30px;
  position: absolute;
  right: -20px;
}

@media screen and (max-width: 768px) {
  .news-detail-header-share {
    bottom: 4vw;
    right: -2.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .news-detail-header-share .sns-nav-list-item {
    margin: 0 1.33333vw;
    width: 5.33333vw;
  }
}

@media screen and (min-width: 769px) {
  .news-column2 {
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .news-column2-pic {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .news-column2-pic {
    margin-bottom: 2.66667vw;
  }
}

@media screen and (min-width: 769px) {
  .news-img-vertical {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .news-img-vertical {
    width: 30%;
  }
}

.news-img-wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-img-wrap01 img {
  width: 23%;
}

@media screen and (max-width: 768px) {
  .news-img-wrap01 img {
    width: 48%;
  }
}

.news-img-caption {
  font-size: 80%;
  margin-top: 0.5em;
}

.onair-wrap {
  background-color: rgba(255, 255, 255, 0.85);
  border: solid 1px #bababa;
  border-radius: 10px;
  padding: 50px 50px 50px;
}

@media screen and (max-width: 768px) {
  .onair-wrap {
    border-radius: 1.33333vw;
    padding: 5.33333vw;
  }
}

.onair-lineup__block {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .onair-lineup__block {
    font-size: 3.73333vw;
  }
}

.onair-lineup__block strong {
  color: #F10272;
  font-size: 32px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .onair-lineup__block strong {
    font-size: 5.33333vw;
  }
}

.onair-lineup__block a {
  color: #F10272;
  text-decoration: underline;
}

.onair-block__ttl {
  color: #F00082;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .onair-block__ttl {
    font-size: 5.6vw;
    margin-bottom: 4vw;
  }
}

.onair-block__ttl span {
  background-color: #fff;
  display: inline-block;
  padding-right: 12px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .onair-block__ttl span {
    padding-right: 3.2vw;
  }
}

.onair-block__ttl:before {
  background-color: #f00082;
  content: "";
  height: 1px;
  left: 0px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.staffcast-wrap {
  background-color: rgba(255, 255, 255, 0.85);
  border: solid 1px #bababa;
  border-radius: 10px;
  padding: 50px 50px 50px;
}

@media screen and (max-width: 768px) {
  .staffcast-wrap {
    border-radius: 1.33333vw;
    padding: 5.33333vw;
  }
}

.staffcast-block:not(:last-child) {
  padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .staffcast-block:not(:last-child) {
    padding-bottom: 3.2vw;
  }
}

.staffcast-block__ttl {
  color: #F00082;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .staffcast-block__ttl {
    font-size: 5.6vw;
    margin-bottom: 4vw;
  }
}

.staffcast-block__ttl span {
  background-color: #fff;
  display: inline-block;
  padding-right: 12px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .staffcast-block__ttl span {
    padding-right: 3.2vw;
  }
}

.staffcast-block__ttl:before {
  background-color: #f00082;
  content: "";
  height: 1px;
  left: 0px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.staffcast-block__list {
  display: flex;
  flex-wrap: wrap;
}

.staffcast-block__list li {
  margin-bottom: 35px;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .staffcast-block__list li {
    margin-bottom: 5.33333vw;
    padding-right: 1.33333vw;
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .staffcast-block__list li.dummy {
    display: none;
  }
}

.staffcast-block__list li.full {
  width: 100%;
}

.staffcast-block__list li.harf {
  width: 50%;
}

.staffcast-block__list li dl {
  font-feature-settings: "palt";
}

.staffcast-block__list li dl dt {
  font-size: 14px;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .staffcast-block__list li dl dt {
    font-size: 2.93333vw;
    margin-bottom: 1.06667vw;
  }
}

.staffcast-block__list li dl dd h4 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .staffcast-block__list li dl dd h4 {
    font-size: 3.46667vw;
  }
}

.staffcast-block__list li dl dd span {
  display: inline-block;
  font-size: 14px;
  padding-top: 5px;
  vertical-align: middle;
}

.staffcast-block__list li dl dd .comment {
  background: url(/assets/img/icon_comment.png) left top no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  display: inline-block;
  height: 33px;
  vertical-align: middle;
  width: 40px;
}

.staffcast-block__list li dl em {
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .common-settings#StaffCast .staffcast-block:not(:last-child) {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .common-settings#StaffCast .staffcast-block__ttl {
    font-size: 3.73vw;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .common-settings#StaffCast .staffcast-block__list li {
    margin-bottom: 20px;
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .common-settings#StaffCast .staffcast-block__list li dl dt {
    font-size: 2.66vw;
  }
}

@media screen and (max-width: 768px) {
  .common-settings#StaffCast .staffcast-block__list li dl dd h3 {
    font-size: 3.73vw;
  }
}

@media screen and (max-width: 768px) {
  .common-settings#StaffCast .staffcast-block__list li dl dd span {
    font-size: 2.66vw;
  }
}

@media screen and (min-width: 769px) {
  .common-settings#StaffCast .staffcast-block__list li dl dd .comment {
    transition-duration: 0.3s;
  }
}

@media screen and (max-width: 768px) {
  .common-settings#StaffCast .staffcast-block__list li dl dd .comment {
    height: 20px;
    width: 26px;
  }
}

@media screen and (min-width: 769px) {
  .common-settings#StaffCast .staffcast-block__list li dl dd .comment:hover {
    transform: scale(1.08);
  }
}

.story-wrap {
  background-color: rgba(255, 255, 255, 0.85);
  border: solid 1px #bababa;
  border-radius: 10px;
  margin-top: 47px;
  padding: 50px 0px 50px;
}

@media screen and (max-width: 768px) {
  .story-wrap {
    border-radius: 1.33333vw;
    margin-top: 8vw;
    padding: 5.33333vw 2.66667vw;
  }
}

.story-paragraph {
  font-size: 27px;
  line-height: 2.37;
  margin-top: 2em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .story-paragraph {
    font-size: 4.26667vw;
  }
}

.story-paragraph:first-of-type {
  margin-top: 0;
}

.story-paragraph strong {
  color: #f00082;
}

.story-tab {
  opacity: 1 !important;
}

.story-tab.disnon {
  display: none;
}

.story-tab {
  opacity: 1 !important;
}

.story-tab.disnon {
  display: none;
}

.story-main {
  padding-bottom: 40px;
}

.story-main__detail {
  margin-top: 35px;
}

.story-main__detail__block {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1 !important;
}

.story-main__detail__block.disnon {
  display: none;
}

.story-main__detail .ttl {
  font-feature-settings: "palt";
  margin-bottom: 25px;
  text-align: center;
}

.story-main__detail .ttl .catch {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  margin-bottom: 7px;
}

.story-main__detail .ttl .num {
  color: #f00082;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.34;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.story-main__detail .ttl .num strong {
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: 500;
  margin-left: 23px;
  margin-right: 23px;
  text-align: center;
}

.story-main__detail .ttl em {
  color: #f00082;
  display: block;
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
  margin-top: 15px;
}

.story-main__detail .imglist,
.story-main__detail .info {
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
}

.story-main__detail .imglist {
  margin-bottom: 48px;
}

.story-main__detail .imglist .swiper-container {
  overflow: visible;
}

.story-main__detail .imglist .swiper-button-next,
.story-main__detail .imglist .swiper-button-prev {
  background-size: auto 100%;
  height: 60px;
  transition: 0.5s;
  width: 60px;
}

.story-main__detail .imglist .swiper-button-next:after,
.story-main__detail .imglist .swiper-button-prev:after {
  display: none;
}

@media screen and (min-width: 769px) {
  .story-main__detail .imglist .swiper-button-next:hover,
  .story-main__detail .imglist .swiper-button-prev:hover {
    opacity: 0.5;
  }
}

.story-main__detail .imglist .swiper-button-next {
  background-image: url(../img/story/arrow-right.png);
  right: -30px;
}

.story-main__detail .imglist .swiper-button-prev {
  background-image: url(../img/story/arrow-left.png);
  left: -30px;
}

.story-main__detail .imglist .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 8px;
  position: static;
}

.story-main__detail .imglist .swiper-pagination-bullet {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  cursor: pointer;
  display: block;
  margin: 0;
  opacity: 1;
  position: relative;
}

.story-main__detail .imglist .swiper-pagination-bullet-active {
  position: relative;
}

.story-main__detail .imglist .swiper-pagination-bullet-active:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  background-color: #f00082;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.story-main__detail .info-block {
  font-feature-settings: "palt";
}

.story-main__detail .info-block:not(:last-child) {
  margin-bottom: 25px;
}

.story-main__detail .info-block__ttl {
  color: #F00082;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .story-main__detail .info-block__ttl {
    font-size: 5.6vw;
    margin-bottom: 4vw;
  }
}

.story-main__detail .info-block__ttl span {
  background-color: #fff;
  display: inline-block;
  padding-right: 12px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .story-main__detail .info-block__ttl span {
    padding-right: 3.2vw;
  }
}

.story-main__detail .info-block__ttl:before {
  background-color: #f00082;
  content: "";
  height: 1px;
  left: 0px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.story-main__detail .info-block:not(:last-child) {
  margin-bottom: 56px;
}

.story-main__detail .info-block p {
  color: #6c6c6c;
  font-size: 18px;
  line-height: 1.78;
}

.story-main__detail .info-block .youtube__inner {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.story-main__detail .info-block .youtube__inner iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: bottom;
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .story-main__detail {
    margin-top: 2.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .story-main__detail .ttl .num {
    font-size: 5.12vw;
  }
}

@media screen and (max-width: 768px) {
  .story-main__detail .ttl .num strong {
    font-size: 5.76vw;
    margin-left: 2.66667vw;
    margin-right: 2.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .story-main__detail .ttl em {
    font-size: 5.12vw;
  }
}

@media screen and (min-width: 769px) {
  .story-main__detail .imglist .swiper-button-next,
  .story-main__detail .imglist .swiper-button-prev {
    margin-top: -70px;
  }
}

@media screen and (max-width: 768px) {
  .story-main__detail .imglist .swiper-button-next,
  .story-main__detail .imglist .swiper-button-prev {
    height: 8vw;
    margin-top: -8vw;
    width: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .story-main__detail .imglist .swiper-button-prev {
    left: -4vw;
  }
  .story-main__detail .imglist .swiper-button-next {
    right: -4vw;
  }
}

@media screen and (min-width: 769px) {
  .story-main__detail .imglist .swiper-pagination-bullet {
    height: 80px;
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .story-main__detail .imglist .swiper-pagination-bullet {
    height: 28px;
    width: 15.5%;
  }
}

@media screen and (max-width: 768px) {
  .story-main__detail .info-block p {
    font-size: 3.73333vw;
  }
}

.btn-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .btn-wrap--left {
    justify-content: flex-start;
  }
}

.back-btn {
  background-color: #fff;
  border: solid 1px #bababa;
  border-radius: 5px;
  color: #f10272;
  cursor: pointer;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-top: 45px;
  padding: 1px 0 2px 0;
  position: relative;
  text-align: center;
  transition: 0.3s;
  width: 160px;
}

.back-btn:before {
  border-color: transparent #f10271 transparent transparent;
  border-style: solid;
  border-width: 5px 9px 5px 0;
  content: "";
  height: 0;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.next-btn {
  background-color: #fff;
  border: solid 1px #bababa;
  border-radius: 5px;
  color: #f10272;
  cursor: pointer;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-top: 45px;
  min-width: 160px;
  padding: 1px 0 2px 0;
  position: relative;
  text-align: center;
  transition: 0.3s;
}

.next-btn:before {
  border-color: transparent transparent transparent #f10271;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  content: "";
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.try-btn {
  align-items: center;
  background-color: #F00082;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: 0.3s;
  width: 250px;
}

@media screen and (max-width: 768px) {
  .try-btn {
    font-size: 3.73333vw;
    height: 13.33333vw;
    width: 66.66667vw;
  }
}

.try-btn:before {
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  content: "";
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

@media screen and (max-width: 768px) {
  .try-btn:before {
    right: 2.66667vw;
  }
}

.chara-color01 {
  color: #FF0000;
}

.chara-color02 {
  color: #F00082;
}

.chara-color03 {
  color: #00A0EB;
}

.chara-color04 {
  color: #FFC800;
}

.chara-color05 {
  color: #9650B4;
}

.chara-color06 {
  color: #FF8900;
}

.modal-close {
  background-color: #F10272;
  cursor: pointer;
  display: block;
  height: 100px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .modal-close {
    height: 13.33333vw;
    width: 13.33333vw;
  }
}

.modal-close:before, .modal-close:after {
  /*バツ線の太さ*/
  background: #fff;
  content: "";
  display: block;
  /*バツ線の長さ*/
  height: 2px;
  left: 14%;
  position: absolute;
  top: calc(14% - 0px);
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  width: 100%;
}

.modal-close:after {
  content: "";
  left: auto;
  right: 14%;
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
}

.mfp-iframe-scaler {
  overflow: visible;
}

.modal-wrap {
  margin: auto;
}

@media screen and (min-width: 769px) {
  .modal-wrap {
    width: 550px;
  }
}

.l-pager.ver__pink ul li.is__current em, .l-pager.ver__pink ul li a:hover {
  background: #F00082;
}

.l-pager ul {
  text-align: center;
}

.l-pager ul li {
  display: inline-block;
  height: 36px;
  letter-spacing: normal;
  width: 36px;
}

.l-pager ul li:not(:last-child) {
  margin-right: 10px;
}

.l-pager ul li.is__current em, .l-pager ul li a:hover {
  background: #F00082;
  border: solid 1px #F00082;
  color: #fff;
}

.l-pager ul li em, .l-pager ul li a {
  background: #fff;
  border: solid 1px #bababa;
  border-radius: 100%;
  color: #F00082;
  cursor: pointer;
  display: table;
  font-style: normal;
  height: 100%;
  width: 100%;
}

.l-pager ul li em span, .l-pager ul li a span {
  display: table-cell;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .l-pager ul.size__mini li {
    height: 26px;
    margin: 0 6px 7px !important;
    width: 26px;
  }
}

@media screen and (max-width: 768px) {
  .l-pager ul li {
    height: 30px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .l-pager ul li:not(:last-child) {
    margin-right: 17px;
  }
}

@media screen and (min-width: 769px) {
  .l-pager ul li em, .l-pager ul li a {
    transition-duration: 0.2s;
  }
}

@media screen and (max-width: 768px) {
  .l-pager ul li em span, .l-pager ul li a span {
    font-size: 1.2rem;
  }
}

.pages-nav {
  margin-left: auto;
  margin-right: auto;
}

.pages-nav.column__5 ul li:nth-child(5n) {
  margin: 0;
}

.pages-nav.column__5 ul li a, .pages-nav.column__5 ul li em {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0;
  width: 100%;
}

.pages-nav.column__4 ul li:nth-child(4n) {
  margin-right: 0;
}

.pages-nav.column__4 ul li a, .pages-nav.column__4 ul li em {
  width: 100%;
}

.pages-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: -.4em;
}

.pages-nav ul li {
  cursor: pointer;
  display: block;
  letter-spacing: normal;
  vertical-align: top;
}

.pages-nav ul li.middle {
  margin-top: 18px;
}

.pages-nav ul li.middle a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pages-nav ul li.full {
  margin-bottom: 20px;
  margin-right: 0;
  width: 100%;
}

.pages-nav ul li.full a {
  width: 100% !important;
}

@media screen and (min-width: 769px) {
  .pages-nav--anchor {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav--anchor {
    margin-bottom: 21.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav {
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .pages-nav ul li:not(:last-child) {
    margin-right: 4%;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav ul li:not(:last-child) {
    margin-right: 6.6666666667%;
  }
}

@media screen and (min-width: 769px) {
  .pages-nav ul li.middle {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav ul li.middle {
    margin-top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .pages-nav ul li.middle a {
    width: 440px !important;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav ul li.middle a {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav ul li.full {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav.column__5 ul {
    margin-left: auto;
    margin-right: auto;
    /* width: 84.7457627119%; */
  }
}

@media screen and (min-width: 769px) {
  .pages-nav.column__5 ul li {
    height: 35px;
    margin-right: 20px;
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav.column__5 ul li {
    height: 9.33333vw;
    margin-bottom: 4vw;
    margin-right: 6.6666666667%;
    width: 46.6666666667%;
  }
  .pages-nav.column__5 ul li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav.column__4 ul {
    margin-left: auto;
    margin-right: auto;
    width: 84.7457627119%;
  }
}

@media screen and (min-width: 769px) {
  .pages-nav.column__4 ul li {
    width: 22%;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav.column__4 ul li {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 769px) {
  .pages-nav.column__4 ul li.margin-on {
    margin-right: 4%;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav.column__4 ul li.margin-on {
    margin-right: 6.6666666667%;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav.column__4 ul li.margin-on-sp {
    margin-right: 6.6666666667%;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav.column__4 ul li.margin-off-sp {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav.column__4 ul li {
    width: 46.6666666667%;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav.column__3 ul {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 84.7457627118644%;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav.column__3 ul li {
    margin-bottom: 10px;
    margin-right: 0 !important;
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav.column__3 ul li em {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav.column__2 ul {
    margin-left: auto;
    margin-right: auto;
    width: 84.7457627119%;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav.column__2 ul li {
    width: 46.6666666667%;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav.column__2 ul li:not(:last-child) {
    margin-right: 6.6666666667%;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav.column__2 ul li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav.column__2 ul li a, .pages-nav.column__2 ul li em {
    width: 100%;
  }
}

.md-btn__links.is__active a, .md-btn__links.is__active em {
  background-color: rgba(240, 0, 130, 0.85);
  border: solid 1px #f00082;
  color: #fff;
}

.md-btn__links.is__off a, .md-btn__links.is__off em {
  background-color: #999999;
  border: solid 1px #eee;
  color: #fff;
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

.md-btn__links.color__pink a, .md-btn__links.color__pink em {
  background-color: rgba(240, 0, 130, 0.85);
  color: #fff;
}

.md-btn__links a, .md-btn__links em {
  background: #fff;
  border: solid 1px #bababa;
  border-radius: 5px;
  color: #F00082;
  cursor: default;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.85;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  width: 220px;
}

@media screen and (min-width: 769px) {
  .md-btn__links.color__pink a:hover, .md-btn__links.color__pink em:hover {
    background: #fff;
    color: #F00082;
  }
}

@media screen and (min-width: 769px) {
  .md-btn__links a, .md-btn__links em {
    transition-duration: 0.2s;
  }
}

@media screen and (max-width: 768px) {
  .md-btn__links a, .md-btn__links em {
    border-radius: 6px;
    font-size: 4vw;
    padding-bottom: 12px;
    padding-top: 12px;
  }
}

@media screen and (min-width: 769px) {
  .md-btn__links a span, .md-btn__links em span {
    transition-duration: 0.2s;
  }
}

@media screen and (min-width: 769px) {
  .md-btn__links a:hover, .md-btn__links em:hover {
    background-color: rgba(240, 0, 130, 0.85);
    color: #fff;
  }
}

[data-simplebar].simplebar-dragging .simplebar-track {
  background-color: #e5e5e5;
  visibility: visible !important;
  width: 3px;
}

.simplebar-scrollbar:before {
  opacity: 1;
}

.simplebar-track.simplebar-vertical {
  background-color: #e5e5e5;
  width: 3px;
}
