@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: 768px) {
  a:hover {
    /* color: $c-color; */
  }
}

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

sup {
  font-size: 70%;
  position: relative;
  top: 0em;
  vertical-align: top;
}

/*
 * 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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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-color: #840202;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042;
  /* background: $mfp-overlay-color;
  opacity: $mfp-overlay-opacity; */
}

.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: 768px) {
  .mfp-close {
    height: 57px;
    width: 67px;
  }
}

@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 768px) {
  .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: 767px) {
  .palt-sp {
    font-feature-settings: 'palt';
  }
}

.u-def-text {
  color: #725029;
  font-family: noto-sans-cjk-jp, sans-serif;
}

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

.u-italic {
  font-style: italic !important;
}

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

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

.u-fontsize-80per {
  font-size: 80% !important;
}

.u-fontsize-120per {
  font-size: 120% !important;
}

.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-border-radius-20 {
  border-radius: 20px 0px 20px 0px;
}

.u-text-underline {
  text-decoration: underline;
}

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

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

.u-img-caption {
  color: #725029;
  font-family: noto-sans-cjk-jp, sans-serif;
  margin-top: 0.5em;
  text-align: center;
}

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

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

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

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

.nocopy img {
  -moz-touch-callout: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  pointer-events: none;
  user-select: none;
}

html {
  font-size: 62.5%;
}

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

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

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

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

body {
  background-color: #ffffff;
  color: #6C6C6C;
  font-family: "Noto Serif JP", "Noto Serif", "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: 768px) {
  body {
    min-width: 1280px;
  }
}

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

@media screen and (max-width: 767px) {
  body.open {
    overflow: hidden;
  }
}

body.is-active {
  overflow: hidden;
}

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

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

@media screen and (min-width: 768px) {
  .wrapper {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    min-height: 100vh;
    overflow: hidden;
    padding: 6.13333vw 1.6vw 0.8vw;
  }
}

@media screen and (min-width: 768px) {
  .top .wrapper {
    background: url(../img/bg.jpg) no-repeat left bottom;
    background-size: cover;
    padding: 0 0 49px;
  }
}

@media screen and (max-width: 767px) {
  .top .wrapper {
    background: url(../img/bg-sp.jpg) no-repeat top center;
    background-size: cover;
    padding: 0 0 0.8vw;
  }
}

@media screen and (min-width: 768px) {
  .story .wrapper {
    background: url(../img/bg-story.jpg) no-repeat left center;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .story .wrapper {
    background: url(../img/bg-story-sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .books .wrapper {
    background: url(../img/bg-books.jpg) no-repeat left center;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .books .wrapper {
    background: url(../img/bg-books-sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .character .wrapper {
    background: url(../img/bg-character.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .character .wrapper {
    background: url(../img/bg-character-sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .music .wrapper {
    background: url(../img/bg-music.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .music .wrapper {
    background: url(../img/bg-music-sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .blu-ray .wrapper {
    background: url(../img/bg-bluray.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .blu-ray .wrapper {
    background: url(../img/bg-bluray-sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .movie .wrapper,
  .news .wrapper,
  .onair .wrapper,
  .staffcast .wrapper {
    background: url(../img/bg-other.jpg) no-repeat top left;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .movie .wrapper,
  .news .wrapper,
  .onair .wrapper,
  .staffcast .wrapper {
    background: url(../img/bg-other-sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .special .wrapper,
  .media .wrapper {
    background: url(../img/bg-special.jpg) no-repeat top left;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .special .wrapper,
  .media .wrapper {
    background: url(../img/bg-special-sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .layout-wrap {
    display: flex;
    overflow: hidden;
  }
}

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

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

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

@media screen and (min-width: 768px) {
  .top .contents-block {
    margin-left: -12px;
  }
}

@media screen and (min-width: 768px) {
  .contents-block--under {
    position: relative;
    /* width: calc(100% - 340px); */
  }
}

.contents-block-border01::before, .contents-block-border02::before {
  background-color: rgba(51, 51, 51, 0.6);
  box-shadow: 0px 0px 38px #333333;
  content: "";
  position: absolute;
}

.contents-block-border01::after, .contents-block-border02::after {
  background-color: rgba(51, 51, 51, 0.6);
  box-shadow: 0px 0px 38px #333333;
  content: "";
  position: absolute;
}

.contents-block-border01::before {
  opacity: .6;
}

@media screen and (min-width: 768px) {
  .contents-block-border01::before {
    height: calc(100% - 291px);
    left: -1px;
    top: 147px;
    width: 3px;
  }
}

@media screen and (max-width: 767px) {
  .contents-block-border01::before {
    height: calc(100% - 39.08333vw);
    left: 1.1vw;
    top: 19.5vw;
    width: 0.53333vw;
  }
}

.contents-block-border01::after {
  opacity: .6;
}

@media screen and (min-width: 768px) {
  .contents-block-border01::after {
    height: calc(100% - 291px);
    right: 8px;
    top: 147px;
    width: 3px;
  }
}

@media screen and (max-width: 767px) {
  .contents-block-border01::after {
    height: calc(100% - 39.08333vw);
    right: 1.2vw;
    top: 19.5vw;
    width: 0.53333vw;
  }
}

.contents-block-border02::before {
  opacity: .6;
}

@media screen and (min-width: 768px) {
  .contents-block-border02::before {
    bottom: 7px;
    height: 3px;
    left: calc(50% - 5px);
    transform: translateX(-50%);
    width: calc(100% - 281px);
  }
}

@media screen and (max-width: 767px) {
  .contents-block-border02::before {
    bottom: 1.33333vw;
    height: 0.53333vw;
    left: 19.37555vw;
    width: 61.16667vw;
  }
}

.contents-block-border02::after {
  opacity: .6;
}

@media screen and (min-width: 768px) {
  .contents-block-border02::after {
    height: 3px;
    left: calc(50% - 5px);
    top: 10px;
    transform: translateX(-50%);
    width: calc(100% - 281px);
  }
}

@media screen and (max-width: 767px) {
  .contents-block-border02::after {
    height: 0.53333vw;
    left: 19.37555vw;
    top: 1.33333vw;
    width: 61.16667vw;
  }
}

.contents-block-deco01::before {
  background: url(../img/contents-under-bg.png) no-repeat center top;
  background-size: contain;
  content: "";
  left: 0;
  opacity: .6;
  position: absolute;
  transform: rotate(270deg);
}

@media screen and (min-width: 768px) {
  .contents-block-deco01::before {
    bottom: -11px;
    height: 166px;
    left: -17px;
    width: 174px;
  }
}

@media screen and (max-width: 767px) {
  .contents-block-deco01::before {
    bottom: -1.06667vw;
    height: 22.13333vw;
    left: -0.93333vw;
    width: 23.2vw;
  }
}

.contents-block-deco01::after {
  background: url(../img/contents-under-bg.png) no-repeat center top;
  background-size: contain;
  content: "";
  opacity: .6;
  position: absolute;
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .contents-block-deco01::after {
    bottom: -5px;
    height: 166px;
    right: -14px;
    width: 174px;
  }
}

@media screen and (max-width: 767px) {
  .contents-block-deco01::after {
    bottom: -0.15vw;
    height: 22.13333vw;
    right: -1.7vw;
    width: 23.2vw;
  }
}

.contents-block-deco02::before {
  background: url(../img/contents-under-bg.png) no-repeat center top;
  background-size: contain;
  content: "";
  opacity: .6;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .contents-block-deco02::before {
    height: 166px;
    left: -23px;
    top: -2px;
    width: 174px;
  }
}

@media screen and (max-width: 767px) {
  .contents-block-deco02::before {
    height: 22.13333vw;
    left: -1.86667vw;
    top: -0.26667vw;
    width: 23.2vw;
  }
}

.contents-block-deco02::after {
  background: url(../img/contents-under-bg.png) no-repeat center top;
  background-size: contain;
  content: "";
  opacity: .6;
  position: absolute;
  transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .contents-block-deco02::after {
    height: 166px;
    right: -8px;
    top: -8px;
    width: 174px;
  }
}

@media screen and (max-width: 767px) {
  .contents-block-deco02::after {
    height: 22.13333vw;
    right: -0.8vw;
    top: -1.1vw;
    width: 23.2vw;
  }
}

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

@media screen and (min-width: 768px) {
  .top .contents-block-inner {
    max-width: 100%;
    min-width: 980px;
  }
}

@media screen and (min-width: 768px) {
  .contents-block--under .contents-block-inner {
    max-width: 1100px;
    padding: 33px 50px 54px;
  }
}

@media screen and (max-width: 767px) {
  .contents-block--under .contents-block-inner {
    /* padding: spvw(40) spvw(20) 0; */
  }
}

@media screen and (min-width: 768px) {
  .music .contents-block--under .contents-block-inner {
    padding: 33px 0 54px;
  }
}

.page-title {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-title {
    width: 956px;
  }
}

@media screen and (max-width: 767px) {
  .page-title {
    width: 96.53333vw;
  }
}

@media screen and (min-width: 768px) {
  .page-title--news {
    width: 958px;
  }
}

@media screen and (max-width: 767px) {
  .page-title--news {
    width: 97.06667vw;
  }
}

@media screen and (min-width: 768px) {
  .page-title--onair {
    width: 960px;
  }
}

@media screen and (min-width: 768px) {
  .page-title--character {
    width: 981px;
  }
}

@media screen and (min-width: 768px) {
  .page-title--bluray {
    width: 961px;
  }
}

@media screen and (max-width: 767px) {
  .page-title--bluray {
    width: 97.06667vw;
  }
}

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

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

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

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

@media screen and (min-width: 768px) {
  .banner-block {
    display: none;
    margin-top: 91px;
    padding: 0 32px 0 21px;
    width: 363px;
  }
}

@media screen and (max-width: 767px) {
  .banner-block {
    padding: 0 5.6vw 0;
  }
}

@media screen and (min-width: 768px) {
  .top .banner-block {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .gloval-nav .banner-block {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}

.banner {
  display: block;
}

@media screen and (min-width: 768px) {
  .banner {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .banner:first-of-type {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .banner:first-of-type {
    margin-right: 3.46667vw;
  }
}

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

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

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

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

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

.banner-name {
  font-size: 13px;
  margin-top: 0.3em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .banner-name {
    font-size: 3.46667vw;
  }
}

@media screen and (min-width: 768px) {
  .sns-block {
    margin-top: -5px;
    padding: 0 19px 0 30px;
    width: 363px;
  }
}

@media screen and (max-width: 767px) {
  .sns-block {
    margin-top: 13.6vw;
  }
}

@media screen and (min-width: 768px) {
  .top .sns-block {
    margin-top: 47px;
  }
}

@media screen and (max-width: 767px) {
  .gloval-nav-wrap .sns-block {
    margin-top: 6.66667vw;
  }
}

.sns-nav-title {
  font-weight: 900;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sns-nav-title {
    color: #573911;
    font-size: 40px;
    letter-spacing: 0em;
    text-shadow: 0px 0px 38px rgba(250, 245, 199, 0.6);
  }
}

@media screen and (max-width: 767px) {
  .sns-nav-title {
    color: #ffffff;
    font-size: 5.33333vw;
    line-height: .9;
    text-align: center;
  }
}

.sns-nav-list {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .sns-nav-list-item a {
    cursor: pointer;
  }
}

@media screen and (min-width: 768px) {
  .sns-nav-list-item:last-child {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .sns-nav-list-item-tw {
    width: 82px;
  }
}

@media screen and (max-width: 767px) {
  .sns-nav-list-item-tw {
    width: 10.93333vw;
  }
}

@media screen and (min-width: 768px) {
  .sns-nav-list-item-fb {
    width: 67px;
  }
}

@media screen and (max-width: 767px) {
  .sns-nav-list-item-fb {
    width: 9.06667vw;
  }
}

@media screen and (min-width: 768px) {
  .sns-nav-list-item-line {
    width: 73px;
  }
}

@media screen and (max-width: 767px) {
  .sns-nav-list-item-line {
    width: 9.86667vw;
  }
}

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

.footer {
  align-items: center;
  display: flex;
}

@media screen and (min-width: 768px) {
  .footer {
    height: 60px;
    justify-content: flex-start;
    margin: 150px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    /* height: spvw(70);  */
    justify-content: center;
    padding: 0 0 4.93333vw;
  }
}

.copy {
  color: #562e00;
  /* font-family: $noto-serif-font; */
  font-family: 'Noto Sans Japanese', sans-serif;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .copy {
    font-size: 10px;
    line-height: 1;
    margin-top: 16px;
    text-shadow: 0px 0px 38px rgba(250, 245, 199, 0.6);
  }
}

@media screen and (max-width: 767px) {
  .copy {
    font-size: 2.66667vw;
    text-align: center;
  }
}

.pagetop {
  background-color: #d03127;
}

@media screen and (min-width: 768px) {
  .pagetop {
    bottom: 0;
    cursor: pointer;
    height: 60px;
    position: fixed;
    right: 0;
    width: 60px;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .pagetop {
    display: block;
    height: 13.33333vw;
    margin-top: 26.66667vw;
    position: relative;
    width: 100%;
  }
}

.pagetop::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_10_1%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%2010%20%E2%80%93%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.284%22%20height%3D%2215.557%22%20viewBox%3D%220%200%2028.284%2015.557%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_1%22%20data-name%3D%22%E5%90%88%E4%BD%93%201%22%20d%3D%22M-3591.858-3596.172l-12.728%2C12.728-1.414-1.415%2C14.142-14.142%2C1.415%2C1.415%2C12.728%2C12.728-1.414%2C1.415Z%22%20transform%3D%22translate(3606%203599)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: cover;
  content: "";
  cursor: pointer;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .pagetop::before {
    height: 15.6px;
    width: 28.3px;
  }
}

@media screen and (max-width: 767px) {
  .pagetop::before {
    height: 4.16vw;
    width: 7.54667vw;
  }
}

@media screen and (max-width: 767px) {
  .foot-nav {
    padding: 6.4vw 5.33333vw 5.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .foot-nav .sns-nav-list-item a {
    fill: #FFF;
  }
}

@media screen and (max-width: 767px) {
  .foot-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .foot-nav-list-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .foot-nav-list-item:nth-child(odd) {
    margin-right: 18.13333vw;
    width: 32vw;
  }
}

@media screen and (max-width: 767px) {
  .foot-nav-list-item:nth-child(even) {
    width: 27.73333vw;
  }
}

@media screen and (max-width: 767px) {
  .foot-nav-list-item a {
    align-items: center;
    color: #1e297a;
    display: flex;
    font-family: "Bodoni Moda", serif;
    font-size: 4.26667vw;
    font-weight: bold;
    justify-content: flex-start;
    line-height: 2.19;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .header {
    order: 1;
    padding: 0 0 0 10px;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
  }
}

.header .logo {
  position: relative;
}

@media screen and (min-width: 768px) {
  .header .logo {
    margin: 25px auto 0;
    width: 240px;
    z-index: 5;
  }
}

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

@media screen and (max-width: 767px) {
  .header .nav-toggle {
    cursor: pointer;
    position: absolute;
    right: 2.66667vw;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .header .nav-toggle > div {
    background: url(../img/nav-menu-sp.png) no-repeat center center;
    background-size: cover;
    height: 12.86667vw;
    position: relative;
    width: 13.33333vw;
    z-index: 99;
  }
}

.header .gloval-nav {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .header .gloval-nav {
    background: url(../img/gnav-bg.png) no-repeat center top;
    background-size: cover;
    height: auto;
    margin-right: -4px;
    padding: 20px 13px 102px 10px;
    width: 364px;
  }
}

@media screen and (max-width: 767px) {
  .header .gloval-nav {
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease, opacity 0.1s ease;
    transition: 0.3s;
    visibility: hidden;
    z-index: 90;
  }
}

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

@media screen and (max-width: 767px) {
  .open .header .gloval-nav {
    opacity: 1;
    transform: translateY(0%);
    visibility: visible;
  }
}

@media screen and (max-width: 767px) {
  .header .gloval-nav-wrap {
    -webkit-overflow-scrolling: touch;
    background-color: rgba(122, 0, 20, 0.9);
    height: 100%;
    overflow: auto;
    padding: 0 7.46667vw 8vw;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .header .gloval-nav-list {
    margin: 24px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .header .gloval-nav-list {
    list-style: none;
    margin: 7.46667vw auto 0;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .header .gloval-nav-list-item {
    font-size: 0;
    margin: 0 auto;
    margin-bottom: -8px;
    padding: 11.5px 0;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header .gloval-nav-list-item:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .header .gloval-nav-list-item:last-child {
    margin-bottom: 8vw;
  }
}

.header .gloval-nav-list-item a {
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .header .gloval-nav-list-item a {
    cursor: pointer;
    height: 38px;
    line-height: 1;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .header .gloval-nav-list-item a {
    height: 6.93333vw;
    line-height: 1;
    margin: -1px auto;
  }
}

.header .gloval-nav-list-item a > img {
  height: 100%;
  width: auto;
}

@media screen and (min-width: 768px) {
  .header .gloval-nav-list-item a > span {
    font-size: 24.5px;
  }
}

@media screen and (max-width: 767px) {
  .header .gloval-nav-list-item.off a {
    color: #d9d9d9;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .header .gloval-nav-list-item.gloval-nav-list-item09 {
    margin-bottom: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .header .gloval-nav-list-item.gloval-nav-list-item10 {
    padding: 4.5px 0;
  }
}

@media screen and (max-width: 767px) {
  .header .gloval-nav-list-item.gloval-nav-list-item10 {
    margin-bottom: 4.26667vw;
  }
}

.header .gloval-nav-list-item.gloval-nav-list-item10 a {
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .header .gloval-nav-list-item.gloval-nav-list-item10 a {
    height: 52px;
  }
}

@media screen and (max-width: 767px) {
  .header .gloval-nav-list-item.gloval-nav-list-item10 a {
    height: 9.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .header .global-nav__logo {
    margin: 0 auto;
    width: 301px;
    z-index: 5;
  }
}

@media screen and (max-width: 767px) {
  .header .global-nav__logo {
    display: block;
    margin: 5.33333vw auto 0;
    width: 44.26667vw;
  }
}

@media screen and (max-width: 767px) {
  .header-inner {
    height: 100%;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .header-under {
    padding: 0 0 49px 10px;
  }
}

.bluray-nav {
  position: relative;
}

@media screen and (min-width: 768px) {
  .bluray-nav {
    align-items: center;
    display: flex;
    font-size: 0;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .bluray-nav {
    padding-bottom: 2.66667vw;
    width: 100%;
  }
}

.bluray-nav::before {
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .bluray-nav::before {
    background: url(../img/bluray-nav-deco-bottom.png) no-repeat center center;
    background-size: cover;
    bottom: 0;
    height: 40px;
    width: 961px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-nav::before {
    background: url(../img/bluray-nav-deco-bottom-sp.png) no-repeat center center;
    background-size: cover;
    bottom: 0;
    height: 2.66667vw;
    width: 97.06667vw;
  }
}

.bluray-nav__list {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .bluray-nav__list-item {
    /* margin: 0 20px; */
    margin: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-nav__list-item {
    font-size: 0;
    margin: 0 5.33333vw;
  }
}

.bluray-nav__list-item > a {
  color: #766347;
  font-weight: 900;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .bluray-nav__list-item > a {
    font-size: 34px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .bluray-nav__list-item > a {
    font-size: 3.3vw;
    line-height: 1.25;
  }
}

.bluray-block__ttl {
  color: #725b37;
  font-weight: 900;
  line-height: 1;
  position: relative;
  text-align: center;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .bluray-block__ttl {
    font-size: 42px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-block__ttl {
    font-size: 5.6vw;
    margin-bottom: 1.86667vw;
  }
}

.bluray-block__ttl span {
  display: inline-block;
  position: relative;
  text-shadow: 0px 0px 38px rgba(250, 245, 199, 0.6);
  z-index: 2;
}

.bluray-block__ttl::before {
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .bluray-block__ttl::before {
    background: url(../img/sub-ttl-deco.png) no-repeat center center;
    background-size: cover;
    bottom: -30px;
    height: 44px;
    width: 970px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-block__ttl::before {
    background: url(../img/sub-ttl-deco-sp.png) no-repeat center center;
    background-size: cover;
    bottom: -4vw;
    height: 5.86667vw;
    width: 92.8vw;
  }
}

@media screen and (min-width: 768px) {
  .bluray__block {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .bluray__block {
    margin: 2.66667vw 3.73333vw 0;
  }
}

@media screen and (min-width: 768px) {
  .bluray__block:not(:first-of-type) {
    margin-top: 43px;
  }
}

@media screen and (max-width: 767px) {
  .bluray__block:not(:first-of-type) {
    margin-top: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .bluray__block:last-child {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .bluray__block:last-child {
    margin-bottom: 13.33333vw;
  }
}

.bluray-item__top {
  display: flex;
}

@media screen and (min-width: 768px) {
  .bluray-item__top {
    margin: 40px auto 0;
    padding-left: 23px;
    width: 938px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-item__top {
    margin: 5.33333vw auto 0;
    padding-left: 2.26667vw;
  }
}

@media screen and (min-width: 768px) {
  .bluray-item__img-box img {
    border: solid 4px #816e56;
    box-shadow: 7.8px 7.8px 10px 0 rgba(82, 71, 65, 0.28);
    width: 355.5px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-item__img-box img {
    border: solid 0.53333vw #816e56;
    box-shadow: 0.53333vw 0.53333vw 0.66667vw 0 rgba(82, 71, 65, 0.28);
    width: 34.66667vw;
  }
}

.bluray-item__img-box-caution {
  color: #6b4615;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 80%;
  margin-top: 1.5em;
}

@media screen and (min-width: 768px) {
  .bluray-item__img-box-caution {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .bluray-item__img-box-caution {
    font-size: 50%;
  }
}

@media screen and (min-width: 768px) {
  .bluray-item__txt-box {
    margin-left: 55px;
    width: 504px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-item__txt-box {
    margin-left: 5.33333vw;
  }
}

.bluray-item__info .ttl {
  color: #6b4615;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  line-height: 1;
  text-align: left;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

.bluray-item__info .ttl a {
  color: #6b4615;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .bluray-item__info .ttl {
    font-size: 45px;
    margin-top: -5px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-item__info .ttl {
    font-size: 4.26667vw;
    margin-top: -0.53333vw;
  }
}

.bluray-item__info .date {
  color: #6b4615;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  line-height: 1.88;
  text-align: left;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .bluray-item__info .date {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-item__info .date {
    font-size: 2.93333vw;
  }
}

.bluray-item__info .txt {
  color: #6b4615;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  height: 6.25em;
  line-height: 1.25;
  text-align: left;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .bluray-item__info .txt {
    font-size: 17px;
    margin-top: -5px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-item__info .txt {
    font-size: 2.13333vw;
  }
}

.bluray-item__special .ttl {
  color: #725b37;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  line-height: 1;
  position: relative;
  text-align: left;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .bluray-item__special .ttl {
    font-size: 25px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-item__special .ttl {
    font-size: 2.8vw;
    margin-bottom: 1.86667vw;
  }
}

.bluray-item__special .ttl span {
  display: inline-block;
  position: relative;
  text-shadow: 0px 0px 38px rgba(250, 245, 199, 0.6);
  z-index: 2;
}

.bluray-item__special .ttl::before {
  content: "";
  left: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .bluray-item__special .ttl::before {
    background: url(../img/sub-ttl-deco.png) no-repeat right center;
    background-size: cover;
    bottom: -30px;
    height: 44px;
    width: 523px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-item__special .ttl::before {
    background: url(../img/sub-ttl-deco-sp.png) no-repeat right center;
    background-size: cover;
    bottom: -4vw;
    height: 5.86667vw;
    width: 48vw;
  }
}

.bluray-item__special .wrap {
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .bluray-item__special .wrap {
    margin-top: 5.33333vw;
  }
}

.bluray-item__special .img {
  margin-right: 20px;
  width: 150px;
}

@media screen and (max-width: 767px) {
  .bluray-item__special .img {
    margin-right: 2.66667vw;
    width: 16vw;
  }
}

.bluray-item__special .txt {
  color: #6b4615;
  flex: 1;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .bluray-item__special .txt {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-item__special .txt {
    font-size: 2.4vw;
  }
}

@media screen and (min-width: 768px) {
  .bluray-item__special .caution {
    margin-top: 18px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-item__special .caution {
    margin-top: 1.33333vw;
  }
}

.bluray-item__special .caution > p {
  color: #6b4615;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.42;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .bluray-item__special .caution > p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-item__special .caution > p {
    font-size: 2.4vw;
    margin-left: 1em;
    text-indent: -1em;
  }
}

.bluray-limited-favor__ttl {
  color: #725b37;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: bold;
  line-height: 1;
  position: relative;
  text-align: center;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .bluray-limited-favor__ttl {
    font-size: 25px;
    margin-bottom: 14px;
    margin-top: 26px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-limited-favor__ttl {
    font-size: 2.43333vw;
    margin-bottom: 1.86667vw;
    margin-top: 4.86667vw;
  }
}

.bluray-limited-favor__ttl span {
  display: inline-block;
  position: relative;
  text-shadow: 0px 0px 38px rgba(250, 245, 199, 0.6);
  z-index: 2;
}

.bluray-limited-favor__ttl::before {
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .bluray-limited-favor__ttl::before {
    background: url(../img/sub-ttl-deco.png) no-repeat center center;
    background-size: cover;
    bottom: -30px;
    height: 44px;
    width: 970px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-limited-favor__ttl::before {
    background: url(../img/sub-ttl-deco-sp.png) no-repeat center center;
    background-size: cover;
    bottom: -4vw;
    height: 5.86667vw;
    width: 92.8vw;
  }
}

@media screen and (min-width: 768px) {
  .bluray-limited-favor__txt {
    margin: 20px auto 0;
    width: 892px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-limited-favor__txt {
    margin: 1.33333vw auto 0;
    padding: 0 3.4vw;
  }
}

.bluray-limited-favor__txt p {
  color: #6b4615;
  display: inline-block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.75;
  text-align: left;
  text-shadow: 0px 0px 38px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .bluray-limited-favor__txt p {
    font-size: 20px;
    margin-right: .5em;
  }
}

@media screen and (max-width: 767px) {
  .bluray-limited-favor__txt p {
    font-size: 1.93333vw;
    margin-right: .5em;
  }
}

.bluray-limited-favor__txt div {
  color: #6b4615;
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.75;
  text-align: left;
  text-shadow: 0px 0px 38px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .bluray-limited-favor__txt div {
    font-size: 20px;
    margin-right: .5em;
  }
}

@media screen and (max-width: 767px) {
  .bluray-limited-favor__txt div {
    font-size: 1.93333vw;
    margin-right: .5em;
  }
}

/* 法人特典 */
@media screen and (min-width: 768px) {
  .bluray-special-favor__list {
    margin: 34px auto 0;
    width: 863px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-special-favor__list {
    margin-top: 2.66667vw;
    padding: 0 1.96667vw;
  }
}

.bluray-special-favor__list-item {
  border: solid 1px #725029;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .bluray-special-favor__list-item {
    margin-top: 40px;
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-special-favor__list-item {
    margin-top: 5.33333vw;
    padding: 5.33333vw 5.33333vw 6.4vw;
  }
}

.bluray-special-favor__list-item .txt-wrap {
  flex: 1;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .bluray-special-favor__list-item .txt-wrap {
    margin-top: 5.33333vw;
  }
}

.bluray-special-favor__list-item .img-box {
  position: relative;
}

@media screen and (min-width: 768px) {
  .bluray-special-favor__list-item .img-box img {
    border: solid 4px #816e56;
    box-shadow: 7.8px 7.8px 10px 0 rgba(82, 71, 65, 0.28);
  }
}

@media screen and (max-width: 767px) {
  .bluray-special-favor__list-item .img-box img {
    border: solid 0.53333vw #816e56;
    box-shadow: 0.53333vw 0.53333vw 0.66667vw 0 rgba(82, 71, 65, 0.28);
  }
}

@media screen and (min-width: 768px) {
  .bluray-special-favor__list-item .img-box {
    margin-right: 40px;
    width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-special-favor__list-item .img-box {
    margin-top: 5.33333vw;
    width: 100%;
  }
}

.bluray-special-favor__list-item .ttl {
  color: #725029;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .bluray-special-favor__list-item .ttl {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-special-favor__list-item .ttl {
    font-size: 5.33333vw;
  }
}

.bluray-special-favor__list-item .ttl a {
  color: #6b4615;
  text-decoration: underline;
}

.bluray-special-favor__list-item .type {
  border-bottom: solid 1px #725029;
  border-top: solid 1px #725029;
  color: #725029;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: bold;
  line-height: 2.2;
}

@media screen and (min-width: 768px) {
  .bluray-special-favor__list-item .type {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-special-favor__list-item .type {
    font-size: 4.26667vw;
    margin-top: 2.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .bluray-special-favor__list-item .txt + .type {
    margin-top: 15px;
  }
}

.bluray-special-favor__list-item .txt {
  color: #725029;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.4;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .bluray-special-favor__list-item .txt {
    font-size: 20px;
    margin-top: 15px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .bluray-special-favor__list-item .txt {
    font-size: 3.73333vw;
    margin-top: 2.66667vw;
  }
}

.bluray-special-favor__list-item .price {
  color: #725029;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.16;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .bluray-special-favor__list-item .price {
    font-size: 20px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-special-favor__list-item .price {
    font-size: 3.73333vw;
    margin-top: 2.66667vw;
  }
}

.bluray-special-favor__list-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .bluray-special-favor__list-wrap {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-special-favor__list-wrap {
    display: block;
    margin-top: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .bluray-special-favor__list-wrap:first-of-type {
    margin-top: 5.33333vw;
  }
}

.bluray-special-favor__swiper {
  overflow: hidden;
}

.bluray-swiper-button-prev, .bluray-swiper-button-next {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .bluray-swiper-button-prev, .bluray-swiper-button-next {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 0 10px !important;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    z-index: 3;
  }
}

@media screen and (max-width: 767px) {
  .bluray-swiper-button-prev, .bluray-swiper-button-next {
    z-index: 2 !important;
  }
}

@media screen and (min-width: 768px) {
  .bluray-swiper-button-prev:hover, .bluray-swiper-button-next:hover {
    opacity: .8;
  }
}

.bluray-swiper-button-prev::after, .bluray-swiper-button-next::after {
  content: "" !important;
  cursor: pointer;
  height: 100%;
  line-height: normal;
  position: absolute;
  text-transform: none !important;
  width: 100%;
}

.bluray-swiper-button-prev {
  right: auto;
}

@media screen and (min-width: 768px) {
  .bluray-swiper-button-prev {
    left: -70px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-swiper-button-prev {
    left: -8vw;
  }
}

@media screen and (min-width: 768px) {
  .bluray-swiper-button-prev::after {
    background: url(../img/character-select-prev.png);
    background-size: cover;
    height: 54px;
    transition: all .3s;
    width: 62px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-swiper-button-prev::after {
    background: url(../img/character-select-prev-sp.png);
    background-size: cover;
    height: 8vw;
    width: 6.66667vw;
  }
}

.bluray-swiper-button-next {
  left: auto;
}

@media screen and (min-width: 768px) {
  .bluray-swiper-button-next {
    right: -70px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-swiper-button-next {
    right: -8vw;
  }
}

@media screen and (min-width: 768px) {
  .bluray-swiper-button-next::after {
    background: url(../img/character-select-next.png);
    background-size: cover;
    height: 53px;
    transition: all .3s;
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-swiper-button-next::after {
    background: url(../img/character-select-next-sp.png);
    background-size: cover;
    height: 8vw;
    width: 6.66667vw;
  }
}

.bluray-swiper-pagination {
  left: 50%;
  position: relative !important;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .bluray-swiper-pagination {
    margin: 5px auto -10px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-swiper-pagination {
    padding: 1.33333vw auto -2.66667vw;
  }
}

.bluray-swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border-radius: 0;
  box-sizing: border-box;
  opacity: .6;
  position: relative;
  transform: rotate(45deg);
  z-index: 1 !important;
}

@media screen and (min-width: 768px) {
  .bluray-swiper-pagination .swiper-pagination-bullet {
    border: solid 2px #816525;
    height: 14px;
    margin: 0 10px !important;
    width: 14px;
  }
}

@media screen and (max-width: 767px) {
  .bluray-swiper-pagination .swiper-pagination-bullet {
    border: solid 1px #816525;
    height: 1.86667vw;
    margin: 0 1.33333vw;
    width: 1.86667vw;
  }
}

.bluray-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #816525;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .books-wrap {
    margin-top: 12px;
    padding: 0 0 65px;
  }
}

@media screen and (max-width: 767px) {
  .books-wrap {
    margin-top: 3.2vw;
    padding-bottom: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .books-block:not(:last-child) {
    padding-bottom: 52px;
  }
}

@media screen and (max-width: 767px) {
  .books-block:not(:last-child) {
    padding-bottom: 8vw;
  }
}

.books-block__ttl {
  color: #725b37;
  font-weight: 900;
  line-height: 1;
  position: relative;
  text-align: center;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .books-block__ttl {
    font-size: 42px;
    margin-bottom: 26px;
  }
}

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

.books-block__ttl span {
  display: inline-block;
  position: relative;
  text-shadow: 0px 0px 38px rgba(250, 245, 199, 0.6);
  z-index: 2;
}

.books-block__ttl::before {
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .books-block__ttl::before {
    background: url(../img/sub-ttl-deco.png) no-repeat center center;
    background-size: cover;
    bottom: -30px;
    height: 44px;
    width: 970px;
  }
}

@media screen and (max-width: 767px) {
  .books-block__ttl::before {
    background: url(../img/sub-ttl-deco-sp.png) no-repeat center center;
    background-size: cover;
    bottom: -4vw;
    height: 5.86667vw;
    width: 92.8vw;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .books-block__list {
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .books-block__list {
    padding: 0 6.66667vw;
  }
}

.books-block__list li {
  margin-top: 0;
}

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

@media screen and (max-width: 767px) {
  .books-block__list li {
    width: 38.13333vw;
  }
}

@media screen and (min-width: 768px) {
  .books-block__list li:not(:nth-child(4n)) {
    margin-right: 3.2%;
  }
}

@media screen and (max-width: 767px) {
  .books-block__list li:not(:nth-child(even)) {
    margin-right: 6.13333vw;
  }
}

@media screen and (min-width: 768px) {
  .books-block__list li:not(:nth-child(-n+4)) {
    margin-top: 36px;
  }
}

@media screen and (max-width: 767px) {
  .books-block__list li:not(:nth-child(-n+2)) {
    margin-top: 4.26667vw;
  }
}

.books-block__list li a > img {
  border: solid 1px #d0d1e3;
}

.books-block__list li a > p {
  color: #725b37;
  display: block;
  font-weight: 900;
  text-align: center;
  text-shadow: 0px 0px 38px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .books-block__list li a > p {
    font-feature-settings: "palt";
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .books-block__list li a > p {
    font-size: 3.2vw;
    letter-spacing: -0.05em;
    line-height: 1;
    margin-top: 1.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .character-wrap {
    margin: -7px auto 0;
    max-width: 968px;
  }
}

@media screen and (max-width: 767px) {
  .character-wrap {
    align-items: center;
    /* margin-top: spvw(48); */
    display: flex;
    flex-wrap: wrap-reverse;
    min-height: auto;
    position: relative;
  }
}

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

@media screen and (min-width: 768px) {
  .character-select {
    align-items: center;
    display: flex;
    font-size: 0;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1120px;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .character-select {
    padding: 0 2.13333vw;
    width: 100%;
  }
}

.character-select .swiper-pagination {
  margin-left: auto;
  margin-right: auto;
  position: inherit;
  z-index: 1;
}

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

.character-select::before {
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .character-select::before {
    background: url(../img/character-nav-deco-bottom.png) no-repeat center center;
    background-size: cover;
    bottom: -30px;
    height: 36px;
    width: 982px;
  }
}

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

@media screen and (min-width: 768px) {
  .character-select .swiper-pagination-bullet {
    height: 100px;
    margin-right: 15px;
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .character-select .swiper-pagination-bullet {
    box-sizing: border-box;
    height: 16vw;
    margin-right: 1.33333vw;
    width: 16vw;
  }
}

.character-select .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.character-select .swiper-pagination-bullet::before {
  border: solid 1px #d0d1e3;
  box-sizing: border-box;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .character-select .swiper-pagination-bullet-active:before {
    border: solid 2px #d03127;
  }
}

@media screen and (max-width: 767px) {
  .character-select .swiper-pagination-bullet-active:before {
    border: solid 0.8vw #d03127;
  }
}

@media screen and (min-width: 768px) {
  .character-select .character-select-prev, .character-select .character-select-next {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    left: auto !important;
    margin: 0 10px !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transition: all .3s;
    z-index: 3;
  }
}

@media screen and (max-width: 767px) {
  .character-select .character-select-prev, .character-select .character-select-next {
    position: absolute;
    top: 63vw;
    z-index: 2 !important;
  }
}

@media screen and (min-width: 768px) {
  .character-select .character-select-prev:hover, .character-select .character-select-next:hover {
    opacity: .8;
  }
}

.character-select .character-select-prev::after, .character-select .character-select-next::after {
  content: "" !important;
  cursor: pointer;
  height: 100%;
  line-height: normal;
  position: absolute;
  text-transform: none !important;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .character-select .character-select-prev {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .character-select .character-select-prev {
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .character-select .character-select-prev::after {
    background: url(../img/character-select-prev.png);
    background-size: cover;
    height: 54px;
    transition: all .3s;
    width: 62px;
  }
}

@media screen and (max-width: 767px) {
  .character-select .character-select-prev::after {
    background: url(../img/character-select-prev-sp.png);
    background-size: cover;
    height: 10.66667vw;
    width: 9.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .character-select .character-select-next {
    order: 3;
  }
}

@media screen and (max-width: 767px) {
  .character-select .character-select-next {
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .character-select .character-select-next::after {
    background: url(../img/character-select-next.png);
    background-size: cover;
    height: 53px;
    transition: all .3s;
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .character-select .character-select-next::after {
    background: url(../img/character-select-next-sp.png);
    background-size: cover;
    height: 10.66667vw;
    width: 9.33333vw;
  }
}

.character-main {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .character-main {
    margin-top: 50px;
    max-width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  .character-main {
    /* margin-top: spvw(50); */
  }
}

.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;
}

@media screen and (max-width: 767px) {
  .character-main__block .inner {
    flex-wrap: wrap;
  }
}

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

.character-main__block .inner .visual {
  height: auto;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .visual {
    margin-right: 25px;
    width: 402px;
  }
}

@media screen and (max-width: 767px) {
  .character-main__block .inner .visual {
    height: auto;
    margin-bottom: 4vw;
    max-width: 53.6vw;
    width: 100%;
  }
}

.character-main__block .inner .visual .effect-btn {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .visual .effect-btn {
    bottom: -6px;
    cursor: pointer;
    height: auto;
    right: -18px;
    width: 133px;
  }
}

@media screen and (max-width: 767px) {
  .character-main__block .inner .visual .effect-btn {
    bottom: -0.8vw;
    right: -2.4vw;
    width: 17.86667vw;
  }
}

.character-main__block .inner .visual-chara {
  align-items: flex-end;
  display: flex;
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .visual-chara {
    max-width: 450px;
  }
}

@media screen and (max-width: 767px) {
  .character-main__block .inner .visual-chara {
    height: auto;
    max-width: 53.6vw;
    min-height: 106.66667vw;
    position: static;
    text-align: center;
    width: 100%;
  }
}

.character-main__block .inner .visual-chara img {
  height: auto;
  width: 100%;
}

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

.character-main__block .inner .visual-chara.visual-chara-anime::before {
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-name: fadeUpAnime;
  opacity: 0;
}

.character-main__block .inner .visual-chara.visual-chara-anime::after {
  animation-delay: .5s;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-name: fadeUpAnime;
}

@media screen and (max-width: 767px) {
  .character-main__block .inner .info {
    display: flex;
    flex-wrap: wrap-reverse;
  }
}

.character-main__block .inner .image-list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .image-list {
    margin-left: 29px;
    margin-top: 42px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .character-main__block .inner .image-list {
    margin-bottom: 13.33333vw;
    position: absolute;
    right: 0;
    top: 6%;
    width: 29.33333vw;
  }
}

.character-main__block .inner .image-list li {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .image-list li {
    border: solid 2px #725b37;
    height: 110px;
    margin-bottom: 25px;
    margin-right: -27px;
    width: 110px;
  }
}

@media screen and (max-width: 767px) {
  .character-main__block .inner .image-list li {
    border: solid 1px #725b37;
    height: 17.33333vw;
    margin-bottom: 9.86667vw;
    margin-right: -5.06667vw;
    width: 17.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .image-list li:nth-child(even) {
    bottom: -86px;
  }
}

@media screen and (max-width: 767px) {
  .character-main__block .inner .image-list li:nth-child(even) {
    bottom: -13.6vw;
    left: -25.86667vw;
  }
}

.character-main__block .inner .image-list li img {
  left: 55%;
  position: absolute;
  top: 55%;
  transform: rotate(45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .image-list li img {
    height: auto;
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .character-main__block .inner .image-list li img {
    height: auto;
    width: 22.66667vw;
  }
}

.character-main__block .inner .image-list li.off {
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .image-list--terakomari li:nth-child(1) {
    order: 3;
  }
  .character-main__block .inner .image-list--terakomari li:nth-child(2) {
    bottom: inherit;
    order: 1;
  }
  .character-main__block .inner .image-list--terakomari li:nth-child(3) {
    order: 5;
  }
  .character-main__block .inner .image-list--terakomari li:nth-child(4) {
    bottom: -86px;
    order: 2;
  }
  .character-main__block .inner .image-list--terakomari li:nth-child(5) {
    bottom: -86px;
    order: 4;
  }
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .image-list--vil li:nth-child(1) {
    order: 5;
  }
  .character-main__block .inner .image-list--vil li:nth-child(2) {
    order: 2;
  }
  .character-main__block .inner .image-list--vil li:nth-child(3) {
    order: 3;
  }
  .character-main__block .inner .image-list--vil li:nth-child(4) {
    order: 4;
  }
  .character-main__block .inner .image-list--vil li:nth-child(5) {
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .image-list--amatsu li:nth-child(1) {
    order: 5;
  }
  .character-main__block .inner .image-list--amatsu li:nth-child(2) {
    order: 2;
  }
  .character-main__block .inner .image-list--amatsu li:nth-child(3) {
    order: 3;
  }
  .character-main__block .inner .image-list--amatsu li:nth-child(4) {
    order: 4;
  }
  .character-main__block .inner .image-list--amatsu li:nth-child(5) {
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .image-list--karen li:nth-child(1) {
    order: 5;
  }
  .character-main__block .inner .image-list--karen li:nth-child(2) {
    order: 2;
  }
  .character-main__block .inner .image-list--karen li:nth-child(3) {
    order: 3;
  }
  .character-main__block .inner .image-list--karen li:nth-child(4) {
    order: 4;
  }
  .character-main__block .inner .image-list--karen li:nth-child(5) {
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .image-list--neria li:nth-child(1) {
    order: 5;
  }
  .character-main__block .inner .image-list--neria li:nth-child(2) {
    order: 2;
  }
  .character-main__block .inner .image-list--neria li:nth-child(3) {
    order: 3;
  }
  .character-main__block .inner .image-list--neria li:nth-child(4) {
    order: 4;
  }
  .character-main__block .inner .image-list--neria li:nth-child(5) {
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .image-list--bluenight li:nth-child(1) {
    order: 1;
  }
  .character-main__block .inner .image-list--bluenight li:nth-child(2) {
    order: 2;
  }
  .character-main__block .inner .image-list--bluenight li:nth-child(3) {
    order: 3;
  }
  .character-main__block .inner .image-list--bluenight li:nth-child(4) {
    order: 4;
  }
  .character-main__block .inner .image-list--bluenight li:nth-child(5) {
    order: 5;
  }
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .image-list--tiano li:nth-child(1) {
    order: 1;
  }
  .character-main__block .inner .image-list--tiano li:nth-child(2) {
    order: 2;
  }
  .character-main__block .inner .image-list--tiano li:nth-child(3) {
    order: 3;
  }
  .character-main__block .inner .image-list--tiano li:nth-child(4) {
    order: 4;
  }
  .character-main__block .inner .image-list--tiano li:nth-child(5) {
    order: 5;
  }
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .image-list--flat li:nth-child(1) {
    order: 1;
  }
  .character-main__block .inner .image-list--flat li:nth-child(2) {
    order: 2;
  }
  .character-main__block .inner .image-list--flat li:nth-child(3) {
    order: 3;
  }
  .character-main__block .inner .image-list--flat li:nth-child(4) {
    order: 4;
  }
  .character-main__block .inner .image-list--flat li:nth-child(5) {
    order: 5;
  }
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .image-list--gatorude li:nth-child(1) {
    order: 1;
  }
  .character-main__block .inner .image-list--gatorude li:nth-child(2) {
    order: 2;
  }
  .character-main__block .inner .image-list--gatorude li:nth-child(3) {
    order: 3;
  }
  .character-main__block .inner .image-list--gatorude li:nth-child(4) {
    order: 4;
  }
  .character-main__block .inner .image-list--gatorude li:nth-child(5) {
    order: 5;
  }
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .image-list--koharu li:nth-child(1) {
    order: 1;
  }
  .character-main__block .inner .image-list--koharu li:nth-child(2) {
    order: 2;
  }
  .character-main__block .inner .image-list--koharu li:nth-child(3) {
    order: 3;
  }
  .character-main__block .inner .image-list--koharu li:nth-child(4) {
    order: 4;
  }
  .character-main__block .inner .image-list--koharu li:nth-child(5) {
    order: 5;
  }
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .image-list--conto li:nth-child(1) {
    order: 1;
  }
  .character-main__block .inner .image-list--conto li:nth-child(2) {
    order: 2;
  }
  .character-main__block .inner .image-list--conto li:nth-child(3) {
    order: 3;
  }
  .character-main__block .inner .image-list--conto li:nth-child(4) {
    order: 4;
  }
  .character-main__block .inner .image-list--conto li:nth-child(5) {
    order: 5;
  }
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .image-list--kerbero li:nth-child(1) {
    order: 1;
  }
  .character-main__block .inner .image-list--kerbero li:nth-child(2) {
    order: 2;
  }
  .character-main__block .inner .image-list--kerbero li:nth-child(3) {
    order: 3;
  }
  .character-main__block .inner .image-list--kerbero li:nth-child(4) {
    order: 4;
  }
  .character-main__block .inner .image-list--kerbero li:nth-child(5) {
    order: 5;
  }
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .image-list--meraconcy li:nth-child(1) {
    order: 1;
  }
  .character-main__block .inner .image-list--meraconcy li:nth-child(2) {
    order: 2;
  }
  .character-main__block .inner .image-list--meraconcy li:nth-child(3) {
    order: 3;
  }
  .character-main__block .inner .image-list--meraconcy li:nth-child(4) {
    order: 4;
  }
  .character-main__block .inner .image-list--meraconcy li:nth-child(5) {
    order: 5;
  }
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .image-list--johann li:nth-child(1) {
    order: 1;
  }
  .character-main__block .inner .image-list--johann li:nth-child(2) {
    order: 2;
  }
  .character-main__block .inner .image-list--johann li:nth-child(3) {
    order: 3;
  }
  .character-main__block .inner .image-list--johann li:nth-child(4) {
    order: 4;
  }
  .character-main__block .inner .image-list--johann li:nth-child(5) {
    order: 5;
  }
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .image-list--arman li:nth-child(1) {
    order: 1;
  }
  .character-main__block .inner .image-list--arman li:nth-child(2) {
    order: 2;
  }
  .character-main__block .inner .image-list--arman li:nth-child(3) {
    order: 3;
  }
  .character-main__block .inner .image-list--arman li:nth-child(4) {
    order: 4;
  }
  .character-main__block .inner .image-list--arman li:nth-child(5) {
    order: 5;
  }
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .image-list--frete li:nth-child(1) {
    order: 1;
  }
  .character-main__block .inner .image-list--frete li:nth-child(2) {
    order: 2;
  }
  .character-main__block .inner .image-list--frete li:nth-child(3) {
    order: 3;
  }
  .character-main__block .inner .image-list--frete li:nth-child(4) {
    order: 4;
  }
  .character-main__block .inner .image-list--frete li:nth-child(5) {
    order: 5;
  }
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .image-list--delphyne li:nth-child(1) {
    order: 1;
  }
  .character-main__block .inner .image-list--delphyne li:nth-child(2) {
    order: 2;
  }
  .character-main__block .inner .image-list--delphyne li:nth-child(3) {
    order: 3;
  }
  .character-main__block .inner .image-list--delphyne li:nth-child(4) {
    order: 4;
  }
  .character-main__block .inner .image-list--delphyne li:nth-child(5) {
    order: 5;
  }
}

.character-main__block .inner .txt-wrap {
  position: relative;
}

.character-main__block .inner .txt-wrap::after {
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .txt-wrap::after {
    background: url(../img/character-info-deco-bottom.png) no-repeat center top;
    background-size: cover;
    height: 41px;
    width: 470px;
  }
}

@media screen and (max-width: 767px) {
  .character-main__block .inner .txt-wrap::after {
    background: url(../img/character-info-deco-bottom-sp.png) no-repeat center top;
    background-size: cover;
    height: 5.33333vw;
    width: 92vw;
  }
}

.character-main__block .inner .txt {
  font-feature-settings: "palt";
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .txt {
    height: auto;
    padding: 15px 30px 53px;
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .character-main__block .inner .txt {
    height: auto;
    padding: 0 5.06667vw 6.4vw;
  }
}

.character-main__block .inner .txt-name {
  position: relative;
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .txt-name {
    display: block;
    font-size: 46px;
    letter-spacing: -0.05em;
    line-height: 0.9;
  }
}

@media screen and (max-width: 767px) {
  .character-main__block .inner .txt-name {
    font-size: 6.66667vw;
    letter-spacing: .05em;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .character-main__block .inner .txt-name.txt-name--long {
    letter-spacing: .0em;
  }
}

.character-main__block .inner .txt-name strong {
  color: #5e4526;
  font-weight: 900;
  text-align: left;
}

.character-main__block .inner .txt-cv {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .txt-cv {
    margin-bottom: 30px;
    margin-top: 41px;
  }
}

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

.character-main__block .inner .txt-cv::before {
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .txt-cv::before {
    background: url(../img/character-info-deco-top.png) no-repeat center top;
    background-size: contain;
    height: 41px;
    top: -42px;
    width: 471px;
  }
}

@media screen and (max-width: 767px) {
  .character-main__block .inner .txt-cv::before {
    background: url(../img/character-info-deco-top-sp.png) no-repeat center top;
    background-size: contain;
    height: 5.33333vw;
    top: -4.8vw;
    width: 92vw;
  }
}

.character-main__block .inner .txt-cv span {
  color: #5e4526;
  font-weight: 900;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .txt-cv span {
    font-size: 34px;
    line-height: 1.47;
  }
}

@media screen and (max-width: 767px) {
  .character-main__block .inner .txt-cv span {
    font-size: 4.53333vw;
    line-height: 1.69;
  }
}

.character-main__block .inner .txt-cv span:before {
  content: "CV:";
  position: relative;
  top: 1px;
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .txt-cv span:before {
    font-size: 16px;
    margin-right: 2px;
  }
}

@media screen and (max-width: 767px) {
  .character-main__block .inner .txt-cv span:before {
    font-size: 2.13333vw;
    margin-right: 0.53333vw;
  }
}

.character-main__block .inner .txt-cv .comment {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Noto Serif", "Noto Serif JP", sans-serif;
  justify-content: center;
  position: relative;
  text-align: center;
  text-shadow: 0px 0px 38px rgba(250, 245, 199, 0.6);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .txt-cv .comment {
    font-size: 16px;
    font-weight: 900;
    left: -2px;
    letter-spacing: 0.04em;
    padding-bottom: 3px;
    padding-left: 3px;
    top: 2px;
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .character-main__block .inner .txt-cv .comment {
    font-size: 2.13333vw;
    font-weight: 600;
    left: -0.53333vw;
    letter-spacing: 0.04em;
    padding-bottom: 0.26667vw;
    padding-left: 0.4vw;
    top: 0.53333vw;
    width: 17.33333vw;
  }
}

.character-main__block .inner .txt-cv .comment::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .txt-cv .comment::before {
    background: url(../img/character-info-comment-bg.png) no-repeat center center;
    background-size: cover;
    height: 58px;
    width: 163px;
  }
}

@media screen and (max-width: 767px) {
  .character-main__block .inner .txt-cv .comment::before {
    background: url(../img/character-info-comment-bg-sp.png) no-repeat center center;
    background-size: cover;
    height: 9.33333vw;
    width: 22.66667vw;
  }
}

.character-main__block .inner .txt-desc p {
  color: #000;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .txt-desc p {
    font-size: 17px;
    line-height: 2.06;
  }
}

@media screen and (max-width: 767px) {
  .character-main__block .inner .txt-desc p {
    font-size: 3.06667vw;
    line-height: 1.7;
  }
}

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

@media screen and (min-width: 768px) {
  .character-main__block .inner .txt-face {
    margin-bottom: 40px;
  }
}

.character-main__block .inner .txt-pv__ttl {
  color: #1e297a;
  font-feature-settings: "palt";
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .txt-pv__ttl {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .1em;
    margin-bottom: 6px;
  }
}

.character-main__block .inner .txt-pv__inner {
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .txt-pv__inner {
    border-radius: 20px;
    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;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .character-main__block .inner .txt-pv__inner:after {
    height: 78px;
    width: 78px;
  }
}

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

#Terakomari .visual-chara::before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, 10%);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #Terakomari .visual-chara::before {
    background: url(../img/character-effect-visual-pre.png) no-repeat center center;
    background-size: contain;
    height: 760px;
    left: calc(50% - 2px);
    top: -27px;
    width: 504px;
  }
}

@media screen and (max-width: 767px) {
  #Terakomari .visual-chara::before {
    background: url(../img/character-effect-visual-pre-sp.png) no-repeat center center;
    background-size: cover;
    height: 98.4vw;
    left: calc(50% - 2px);
    top: -3.6vw;
    width: 57.6vw;
  }
}

#Terakomari .visual-chara::after {
  content: "";
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  #Terakomari .visual-chara::after {
    background: url(../img/character-effect-visual-after.png) no-repeat center center;
    background-size: cover;
    height: 737px;
    left: calc(50% - 9px);
    top: 3px;
    width: 424px;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  #Terakomari .visual-chara::after {
    background: url(../img/character-effect-visual-after-sp.png) no-repeat center center;
    background-size: cover;
    height: 98.66667vw;
    left: calc(50% - 9px);
    top: 0.53333vw;
    width: 49.06667vw;
    z-index: -1;
  }
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translate(-50%, 10%);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, 0%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 0%);
  }
}

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

.character-select .character-select-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  position: inherit;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .character-select .character-select-list {
    margin-top: -13px;
    max-width: 840px;
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .character-select .character-select-list {
    width: 100%;
  }
}

.character-select .character-select-item {
  background: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 0;
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .character-select .character-select-item {
    height: 73px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 13px;
    width: 73px;
  }
}

@media screen and (max-width: 767px) {
  .character-select .character-select-item {
    border-radius: 17%;
    box-shadow: 0px 0px 38px rgba(250, 245, 199, 0.6);
    height: 0;
    margin: 2%;
    padding-top: 29%;
    width: 29%;
  }
}

@media screen and (min-width: 768px) {
  .character-select .character-select-item::before {
    border: solid 1px #725b37;
    box-sizing: border-box;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .character-select .character-select-item::before {
    background: url(../img/chara_icon_bg.png) no-repeat center center;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}

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

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

.character-select .character-select-item:nth-child(3) {
  background-image: url(../img/chara_icon_004.png);
}

.character-select .character-select-item:nth-child(4) {
  background-image: url(../img/chara_icon_005.png);
}

.character-select .character-select-item:nth-child(5) {
  background-image: url(../img/chara_icon_006.png);
}

.character-select .character-select-item:nth-child(6) {
  background-image: url(../img/chara_icon_003.png);
}

.character-select .character-select-item:nth-child(7) {
  background-image: url(../img/chara_icon_007.png);
}

.character-select .character-select-item:nth-child(8) {
  background-image: url(../img/chara_icon_008.png);
}

.character-select .character-select-item:nth-child(9) {
  background-image: url(../img/chara_icon_009.png);
}

.character-select .character-select-item:nth-child(10) {
  background-image: url(../img/chara_icon_010.png);
}

.character-select .character-select-item:nth-child(11) {
  background-image: url(../img/chara_icon_011.png);
}

.character-select .character-select-item:nth-child(12) {
  background-image: url(../img/chara_icon_012.png);
}

.character-select .character-select-item:nth-child(13) {
  background-image: url(../img/chara_icon_013.png);
}

.character-select .character-select-item:nth-child(14) {
  background-image: url(../img/chara_icon_014.png);
}

.character-select .character-select-item:nth-child(15) {
  background-image: url(../img/chara_icon_015.png);
}

.character-select .character-select-item:nth-child(16) {
  background-image: url(../img/chara_icon_016.png);
}

.character-select .character-select-item:nth-child(17) {
  background-image: url(../img/chara_icon_017.png);
}

.character-select .character-select-item:nth-child(18) {
  background-image: url(../img/chara_icon_018.png);
}

.character-select .character-select-item:nth-child(19) {
  background-image: url(../img/chara_icon_019.png);
}

.character-select .character-select-item:hover {
  opacity: .8;
}

@media screen and (min-width: 768px) {
  .character-select .character-select-item-active:before {
    border: solid 2px #d03127;
  }
}

@media screen and (max-width: 767px) {
  .character-select .character-select-item-active:before {
    background: url(../img/chara_icon_bg-active.png) no-repeat center center;
    background-size: cover;
  }
}

.ichigomilk-wrap {
  background-color: #fff;
  border: 2px solid #f8d3e3;
  color: #333 !important;
  padding: 100px 80px 150px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .ichigomilk-wrap {
    padding: 13.33333vw 10.66667vw 18.66667vw;
  }
}

.ichigomilk-wrap p {
  color: #333 !important;
  font-family: "Noto Serif JP", "Noto Serif", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.ichigomilk-heading {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

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

.ichigomilk-author {
  margin-bottom: 3em;
  margin-top: 2em;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .ichigomilk-author {
    font-size: 80%;
  }
}

.ichigomilk-wrap-bg-left-top {
  background: url(/assets/img/special/ichigomilk/corner-bg.svg) no-repeat left top;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
}

@media screen and (max-width: 767px) {
  .ichigomilk-wrap-bg-left-top {
    background-size: 100% auto;
    height: 13.33333vw;
    width: 13.33333vw;
  }
}

.ichigomilk-wrap-bg-right-top {
  background: url(/assets/img/special/ichigomilk/corner-bg.svg) no-repeat left top;
  height: 150px;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(-1, 1);
  width: 150px;
}

@media screen and (max-width: 767px) {
  .ichigomilk-wrap-bg-right-top {
    background-size: 100% auto;
    height: 13.33333vw;
    width: 13.33333vw;
  }
}

.ichigomilk-wrap-bg-right-bottom {
  background: url(/assets/img/special/ichigomilk/corner-bg.svg) no-repeat left top;
  bottom: 0;
  height: 150px;
  position: absolute;
  right: 0;
  transform: scale(-1, -1);
  width: 150px;
}

@media screen and (max-width: 767px) {
  .ichigomilk-wrap-bg-right-bottom {
    background-size: 100% auto;
    height: 13.33333vw;
    width: 13.33333vw;
  }
}

.ichigomilk-wrap-bg-left-bottom {
  background: url(/assets/img/special/ichigomilk/corner-bg.svg) no-repeat left top;
  bottom: 0;
  height: 150px;
  left: 0;
  position: absolute;
  transform: scale(1, -1);
  width: 150px;
}

@media screen and (max-width: 767px) {
  .ichigomilk-wrap-bg-left-bottom {
    background-size: 100% auto;
    height: 13.33333vw;
    width: 13.33333vw;
  }
}

.ichigomilk-wrap-bg-top {
  background: url(/assets/img/special/ichigomilk/top-bg.svg) no-repeat center top;
  background-size: 60% auto;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ichigomilk-wrap-bg-top {
    height: 13.33333vw;
  }
}

.ichigomilk-wrap-bg-bottom {
  background: url(/assets/img/special/ichigomilk/bottom-bg.svg) no-repeat center bottom;
  background-size: 60% auto;
  bottom: 0;
  height: 50px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ichigomilk-wrap-bg-bottom {
    height: 13.33333vw;
  }
}

.ichigomilk-wrap-bg-left {
  background: url(/assets/img/special/ichigomilk/left-bg.svg) repeat-y left top;
  background-size: 60% auto;
  height: calc(100% - 300px);
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

@media screen and (max-width: 767px) {
  .ichigomilk-wrap-bg-left {
    height: calc(100% - 35vw);
    width: 8vw;
  }
}

.ichigomilk-wrap-bg-right {
  background: url(/assets/img/special/ichigomilk/right-bg.svg) repeat-y right top;
  background-size: 60% auto;
  height: calc(100% - 300px);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

@media screen and (max-width: 767px) {
  .ichigomilk-wrap-bg-right {
    height: calc(100% - 35vw);
    width: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .media-detail {
    margin-top: 47px;
    padding: 0 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  .media-detail {
    margin-top: 2.66667vw;
    padding: 0 4.8vw 10.66667vw 5.33333vw;
  }
}

.media-detail__block {
  display: block;
}

@media screen and (min-width: 768px) {
  .media-detail__block {
    margin-bottom: 40px;
    padding: 0 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .media-detail__block {
    margin-bottom: 8vw;
    padding: 0 0 8vw;
  }
}

.media-detail__block:not(:last-child) {
  border-bottom: solid 1px #725b37;
}

.media-detail-header {
  position: relative;
}

@media screen and (min-width: 768px) {
  .media-detail-header {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .media-detail-header {
    margin-bottom: 5.33333vw;
  }
}

.media-detail-header::before {
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .media-detail-header::before {
    background: url(../img/sub-ttl-deco.png) no-repeat center center;
    background-size: cover;
    bottom: -30px;
    height: 44px;
    width: 970px;
  }
}

@media screen and (max-width: 767px) {
  .media-detail-header::before {
    background: url(../img/sub-ttl-deco-sp.png) no-repeat center center;
    background-size: cover;
    bottom: -4vw;
    height: 5.86667vw;
    width: 92.8vw;
  }
}

.media-detail-header-date {
  color: #725b37;
  font-weight: 900;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .media-detail-header-date {
    font-size: 24px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .media-detail-header-date {
    font-size: 5.33333vw;
    line-height: 1.43;
  }
}

.media-detail-header-title h3 {
  color: #725b37;
  font-feature-settings: "palt";
  font-weight: 900;
  letter-spacing: -0.013em;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .media-detail-header-title h3 {
    font-size: 24px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .media-detail-header-title h3 {
    font-size: 5.33333vw;
    line-height: 1.43;
  }
}

.media-detail-body p {
  color: #725b37;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .media-detail-body p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .media-detail-body p {
    font-size: 3.73333vw;
    margin-bottom: 2.66667vw;
  }
}

.media-detail-body p:first-of-type {
  margin-top: 0;
}

.media-detail-body p.txt-center {
  text-align: center;
}

.media-detail-body p .txt-underline {
  text-decoration: underline;
}

.media-detail-body img {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  /* margin: 0 auto; */
}

@media screen and (max-width: 767px) {
  .media-detail-body img {
    width: 100% !important;
  }
}

.media-detail-body img.media-img-half {
  max-width: 280px;
}

@media screen and (max-width: 767px) {
  .media-detail-body img.media-img-half {
    width: 48% !important;
  }
}

.media-detail-body img.media-img-vertical {
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .media-detail-body img.media-img-vertical {
    width: 30% !important;
  }
}

.media-img {
  max-width: 600px;
}

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

.media-img-full {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .media-column2 {
    display: flex;
  }
}

.media-img-half {
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .media-img-half {
    max-width: 100%;
    width: 48% !important;
  }
}

.media-img-wrap img {
  max-width: 600px;
}

@media screen and (max-width: 767px) {
  .media-img-wrap img {
    margin-bottom: 2.66667vw;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .media-img-wrap--2column {
    align-items: baseline;
    display: flex;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .media-img-wrap--2column {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
  }
}

.media-img-wrap--2column figcaption {
  color: #725b37;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  margin-bottom: 0.5em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .media-img-wrap--2column figure {
    font-size: 80%;
    max-width: 100%;
    width: 48% !important;
  }
}

@media screen and (max-width: 767px) {
  .media-img-wrap--2column figure img {
    max-width: 100%;
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  .media-img-wrap--2column figure:first-child {
    margin-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .media-img-wrap--2column img {
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .media-img-wrap--2column img {
    max-width: 100%;
    width: 48% !important;
  }
}

@media screen and (min-width: 768px) {
  .media-img-wrap--2column img:first-child {
    margin-right: 30px;
  }
}

.media-img-center {
  margin: 0 auto !important;
}

.caution-txt {
  color: #725b37;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 80%;
}

.media-img-caption {
  color: #725b37;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 80%;
  margin-top: 0.5em;
}

.movie-lineup {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .movie-lineup {
    justify-content: flex-start;
    margin-top: 32px;
    width: 920px;
  }
}

@media screen and (max-width: 767px) {
  .movie-lineup {
    margin-top: 2.66667vw;
    padding: 0 12.4vw 42.8vw;
  }
}

@media screen and (min-width: 768px) {
  .movie-lineup__block {
    margin: 0 10px 38px;
    width: 440px;
  }
}

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

@media screen and (max-width: 767px) {
  .movie-lineup__block:not(:first-child) {
    margin-top: 10.4vw;
  }
}

.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;
  left: 50%;
  position: absolute;
  top: 50%;
}

@media screen and (min-width: 768px) {
  .movie-lineup__block .banner-movie:after {
    height: 106px;
    margin-left: -53px;
    margin-top: -53px;
    width: 106px;
  }
}

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

.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;
  left: 50%;
  position: absolute;
  top: 50%;
}

@media screen and (min-width: 768px) {
  .movie-lineup__block .inner .img:after {
    height: 62px;
    margin-left: -31px;
    margin-top: -31px;
    width: 62px;
  }
}

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

.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;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .movie-lineup__block .inner .ttl {
    padding-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .movie-lineup__block .inner .ttl {
    padding-top: 4vw;
  }
}

.movie-caption {
  color: #715a36;
  display: block;
  font-weight: 900;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .movie-caption {
    font-size: 40px;
    line-height: 1.41;
    text-shadow: 0px 0px 38px rgba(250, 245, 199, 0.6);
  }
}

@media screen and (max-width: 767px) {
  .movie-caption {
    font-size: 6.66667vw;
    letter-spacing: -0.14px;
    line-height: 1;
    margin-top: 1.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .music__block {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .music__block {
    margin: 2.66667vw 3.73333vw 0;
  }
}

@media screen and (min-width: 768px) {
  .music__block:not(:first-of-type) {
    margin-top: 43px;
  }
}

@media screen and (max-width: 767px) {
  .music__block:not(:first-of-type) {
    margin-top: 4vw;
  }
}

.music__block:last-child {
  margin-bottom: 3.73333vw;
}

.music__block .txt {
  color: #714f29;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.88;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .music__block .txt {
    font-size: 25px;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .music__block .txt {
    font-size: 3.06667vw;
    margin: 2.66667vw 0 0;
  }
}

.music__block .txt a {
  color: #d03127;
  text-decoration: underline;
  word-break: break-all;
}

.music-block__ttl {
  color: #725b37;
  font-weight: 900;
  line-height: 1;
  position: relative;
  text-align: center;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .music-block__ttl {
    font-size: 42px;
    margin-bottom: 14px;
  }
}

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

.music-block__ttl span {
  display: inline-block;
  position: relative;
  text-shadow: 0px 0px 38px rgba(250, 245, 199, 0.6);
  z-index: 2;
}

.music-block__ttl::before {
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .music-block__ttl::before {
    background: url(../img/sub-ttl-deco.png) no-repeat center center;
    background-size: cover;
    bottom: -30px;
    height: 44px;
    width: 970px;
  }
}

@media screen and (max-width: 767px) {
  .music-block__ttl::before {
    background: url(../img/sub-ttl-deco-sp.png) no-repeat center center;
    background-size: cover;
    bottom: -4vw;
    height: 5.86667vw;
    width: 92.8vw;
  }
}

.music-block__ttl--special {
  color: #725029;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .music-block__ttl--special {
    background: url(../img/music-title-bg.png) no-repeat center center;
    background-size: cover;
    font-size: 45px;
    line-height: 1.88;
    margin: 0 auto;
    width: 988px;
  }
}

@media screen and (max-width: 767px) {
  .music-block__ttl--special {
    background: url(../img/music-title-bg-sp.png) no-repeat center center;
    background-size: contain;
    font-size: 4.26667vw;
    line-height: 2.2;
    margin: -.1em 0;
  }
}

.music__block-lead {
  color: #725029;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .music__block-lead {
    font-size: 22px;
    line-height: 1.88;
    text-align: left;
    width: 956px;
  }
}

@media screen and (max-width: 767px) {
  .music__block-lead {
    font-size: 2.93333vw;
    line-height: 1.44;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .music-wrap {
    margin: 30px auto 0;
    width: 956px;
  }
}

@media screen and (max-width: 767px) {
  .music-wrap {
    margin: 2.66667vw 2.66667vw 0;
  }
}

.music-wrap--border {
  border: solid 1px #725029;
}

@media screen and (min-width: 768px) {
  .music-wrap--border {
    padding: 0 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  .music-wrap--border {
    padding: 0 2.66667vw 2.13333vw;
  }
}

.music-wrap--border .caution {
  color: #8a7052;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .music-wrap--border .caution {
    font-size: 15px;
    line-height: 2.41;
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .music-wrap--border .caution {
    font-size: 2.4vw;
    line-height: 1.25;
    margin-top: 2.13333vw;
  }
}

@media screen and (min-width: 768px) {
  .music-opening, .music-ending {
    margin-top: 28px;
  }
}

@media screen and (max-width: 767px) {
  .music-opening, .music-ending {
    margin-top: 3.73333vw;
  }
}

@media screen and (min-width: 768px) {
  .music-opening__list, .music-ending__list {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .music-opening__list, .music-ending__list {
    padding: 0 1.6vw;
  }
}

.music-opening__list-item, .music-ending__list-item {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  /* .no-img{
      @include min{
        margin-right: 55px;
        width: 355px;
      }
      @include max{
        margin-right: spvw(22.5);
        width: spvw(128);
      }
    } */
}

@media screen and (max-width: 767px) {
  .music-opening__list-item.sp-al-fs, .music-ending__list-item.sp-al-fs {
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .music-opening__list-item:not(:first-of-type), .music-ending__list-item:not(:first-of-type) {
    margin-top: 22px;
  }
}

@media screen and (max-width: 767px) {
  .music-opening__list-item:not(:first-of-type), .music-ending__list-item:not(:first-of-type) {
    margin-top: 2.4vw;
  }
}

@media screen and (min-width: 768px) {
  .music-opening__list-item img, .music-ending__list-item img {
    border: solid 4px #816e56;
    box-shadow: 7.8px 7.8px 10px 0 rgba(82, 71, 65, 0.28);
    margin-right: 55px;
    width: 355px;
  }
}

@media screen and (max-width: 767px) {
  .music-opening__list-item img, .music-ending__list-item img {
    border: solid 0.53333vw #816e56;
    box-shadow: 0.53333vw 0.53333vw 0.66667vw 0 rgba(82, 71, 65, 0.28);
    margin-right: 6vw;
    margin-top: -0.8vw;
    width: 34.13333vw;
  }
}

.music-opening__list-item .ttl, .music-ending__list-item .ttl {
  color: #6b4615;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-feature-settings: "palt";
  font-weight: 900;
  line-height: 1.39;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .music-opening__list-item .ttl, .music-ending__list-item .ttl {
    font-size: 45px;
    margin-bottom: 52px;
    margin-top: -6px;
  }
}

@media screen and (max-width: 767px) {
  .music-opening__list-item .ttl, .music-ending__list-item .ttl {
    font-size: 4.26667vw;
    margin-bottom: 4.26667vw;
  }
}

.music-opening__list-item .release-date, .music-ending__list-item .release-date {
  color: #714f29;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .music-opening__list-item .release-date, .music-ending__list-item .release-date {
    font-size: 32px;
    margin-bottom: 73px;
  }
}

@media screen and (max-width: 767px) {
  .music-opening__list-item .release-date, .music-ending__list-item .release-date {
    font-size: 3.06667vw;
    margin-bottom: 4.26667vw;
  }
}

.music-opening__list-item .detail, .music-ending__list-item .detail {
  color: #714f29;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.88;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .music-opening__list-item .detail, .music-ending__list-item .detail {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .music-opening__list-item .detail, .music-ending__list-item .detail {
    font-size: 3.06667vw;
  }
}

.music-opening__list-item .detail span, .music-ending__list-item .detail span {
  display: block;
}

@media screen and (min-width: 768px) {
  .music-opening__list-item .detail span, .music-ending__list-item .detail span {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .music-opening__list-item .detail span, .music-ending__list-item .detail span {
    font-size: 2.66667vw;
    line-height: 1.5;
  }
}

.music-opening__list-item .detail li, .music-ending__list-item .detail li {
  color: #714f29;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.88;
  margin-left: .5em;
  text-align: left;
  text-indent: -0.5em;
}

@media screen and (min-width: 768px) {
  .music-opening__list-item .detail li, .music-ending__list-item .detail li {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .music-opening__list-item .detail li, .music-ending__list-item .detail li {
    font-size: 2.66667vw;
  }
}

.music-opening__list-item .detail a, .music-ending__list-item .detail a {
  color: #d03127;
  display: block;
  text-decoration: underline;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  .music-opening__list-item .detail a, .music-ending__list-item .detail a {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .music-opening__list-item .detail a, .music-ending__list-item .detail a {
    font-size: 2.66667vw;
  }
}

.music-item__ttl {
  border-bottom: solid 1px #725029;
  color: #725029;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-feature-settings: "palt";
  font-weight: 900;
  line-height: 1.88;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .music-item__ttl {
    font-size: 39px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .music-item__ttl {
    font-size: 4.26667vw;
    margin-bottom: 2.13333vw;
  }
}

.music-limited-item {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .music-limited-item {
    margin-bottom: -10px;
  }
}

@media screen and (min-width: 768px) {
  .music-limited-item img {
    border: solid 4px #816e56;
    box-shadow: 7.8px 7.8px 10px 0 rgba(82, 71, 65, 0.28);
    margin-right: 38px;
    width: 252px;
  }
}

@media screen and (max-width: 767px) {
  .music-limited-item img {
    border: solid 0.53333vw #816e56;
    box-shadow: 0.53333vw 0.53333vw 0.66667vw 0 rgba(82, 71, 65, 0.28);
    margin-right: 3.6vw;
    width: 24.13333vw;
  }
}

.music-limited-item .ttl {
  color: #725029;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1.19;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .music-limited-item .ttl {
    font-size: 35px;
    margin-top: -5px;
  }
}

@media screen and (max-width: 767px) {
  .music-limited-item .ttl {
    font-size: 3.4vw;
    margin-top: -0.26667vw;
  }
}

.music-limited-item .txt {
  color: #725029;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.77;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .music-limited-item .txt {
    font-size: 27px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .music-limited-item .txt {
    font-size: 2.53333vw;
    margin-top: 1.33333vw;
  }
}

.music-special-favor__list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .music-special-favor__list {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .music-special-favor__list {
    margin-top: 2.66667vw;
  }
}

.music-special-favor__list-item {
  border: solid 1px #725029;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .music-special-favor__list-item {
    padding: 30px;
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 767px) {
  .music-special-favor__list-item {
    padding: 2.66667vw 2.66667vw 6.4vw;
    width: calc(50% - 1.3333vw);
  }
}

@media screen and (min-width: 768px) {
  .music-special-favor__list-item:not(.music-special-favor__list-item:nth-of-type(-n+2)) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .music-special-favor__list-item:not(.music-special-favor__list-item:nth-of-type(-n+2)) {
    margin-top: 2.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .music-special-favor__list-item:nth-child(even) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .music-special-favor__list-item:nth-child(even) {
    margin-left: 2.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .music-special-favor__list-item img {
    border: solid 4px #816e56;
    box-shadow: 7.8px 7.8px 10px 0 rgba(82, 71, 65, 0.28);
    width: 252px;
  }
}

@media screen and (max-width: 767px) {
  .music-special-favor__list-item img {
    border: solid 0.53333vw #816e56;
    box-shadow: 0.53333vw 0.53333vw 0.66667vw 0 rgba(82, 71, 65, 0.28);
    width: 24.13333vw;
  }
}

.music-special-favor__list-item .ttl {
  border-bottom: solid 1px #725029;
  color: #725029;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .music-special-favor__list-item .ttl {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  .music-special-favor__list-item .ttl {
    font-size: 3.3vw;
  }
}

.music-special-favor__list-item .txt {
  color: #725029;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .music-special-favor__list-item .txt {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  .music-special-favor__list-item .txt {
    font-size: 3.3vw;
  }
}

.music-special-favor__list-item .caution {
  color: #725029;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .music-special-favor__list-item .caution {
    font-size: 15px;
    margin-bottom: -1em;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .music-special-favor__list-item .caution {
    font-size: 2.4vw;
    margin-bottom: -2em;
    margin-top: -0.53333vw;
  }
}

@media screen and (min-width: 768px) {
  .news-lineup {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .news-lineup {
    margin-top: 3.2vw;
    padding-bottom: 8vw;
  }
}

.news-lineup__block {
  position: relative;
}

@media screen and (min-width: 768px) {
  .news-lineup__block {
    padding: 0 80px;
    transition: 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .news-lineup__block {
    padding: 0 10.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .news-lineup__block:not(:last-child) {
    margin: 0 0 37px;
  }
}

@media screen and (max-width: 767px) {
  .news-lineup__block:not(:last-child) {
    margin: 0 0 5.06667vw;
  }
}

@media screen and (min-width: 768px) {
  .news-lineup__block:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .news-lineup__block:hover dl:after {
    right: -5px;
  }
}

@media screen and (min-width: 768px) {
  .news-lineup__block:hover dd {
    transition: 0.3s;
  }
}

.news-lineup__block a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .news-lineup__block a {
    cursor: pointer;
  }
}

.news-lineup__block dl {
  position: relative;
}

@media screen and (min-width: 768px) {
  .news-lineup__block dl {
    transition: 0.3s;
  }
}

.news-lineup__block dt {
  color: #725b37;
  font-weight: 900;
  line-height: 1;
  position: relative;
  text-align: center;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .news-lineup__block dt {
    font-size: 42px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .news-lineup__block dt {
    font-size: 5.6vw;
    margin-bottom: 3.46667vw;
  }
}

.news-lineup__block dt::before {
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .news-lineup__block dt::before {
    background: url(../img/sub-ttl-deco.png) no-repeat center center;
    background-size: cover;
    bottom: -30px;
    height: 44px;
    width: 970px;
  }
}

@media screen and (max-width: 767px) {
  .news-lineup__block dt::before {
    background: url(../img/sub-ttl-deco-sp.png) no-repeat center center;
    background-size: cover;
    bottom: -4vw;
    height: 5.86667vw;
    width: 92.8vw;
  }
}

.news-lineup__block dd {
  color: #55532c;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.75;
  text-align: center;
  text-shadow: 0px 0px 38px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .news-lineup__block dd {
    font-size: 17px;
  }
}

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

.news-detail {
  /* border: solid 1px #D0D1E3; */
}

@media screen and (min-width: 768px) {
  .news-detail {
    margin-top: 47px;
    padding: 0 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  .news-detail {
    margin-top: 2.66667vw;
    padding: 0 4.8vw 10.66667vw 5.33333vw;
  }
}

.news-detail-header {
  /* border-bottom: 1px solid #D0D1E3; */
  position: relative;
}

@media screen and (min-width: 768px) {
  .news-detail-header {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-header {
    margin-bottom: 5.33333vw;
  }
}

.news-detail-header::before {
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .news-detail-header::before {
    background: url(../img/sub-ttl-deco.png) no-repeat center center;
    background-size: cover;
    bottom: -30px;
    height: 44px;
    width: 970px;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-header::before {
    background: url(../img/sub-ttl-deco-sp.png) no-repeat center center;
    background-size: cover;
    bottom: -4vw;
    height: 5.86667vw;
    width: 92.8vw;
  }
}

.news-detail-header-date {
  color: #725b37;
  font-weight: 900;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .news-detail-header-date {
    font-size: 24px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-header-date {
    font-size: 5.33333vw;
    line-height: 1.43;
  }
}

.news-detail-header-title h1 {
  color: #725b37;
  font-feature-settings: "palt";
  font-weight: 900;
  letter-spacing: -0.013em;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .news-detail-header-title h1 {
    font-size: 24px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-header-title h1 {
    font-size: 5.33333vw;
    line-height: 1.43;
  }
}

.news-detail-body p {
  color: #725b37;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .news-detail-body p {
    font-size: 16px;
    margin-top: 2.05em;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-body p {
    font-size: 3.73333vw;
    margin-top: .85em;
  }
}

.news-detail-body p:first-of-type {
  margin-top: 0;
}

.news-detail-body p.txt-center {
  text-align: center;
}

.news-detail-body p .txt-underline {
  text-decoration: underline;
}

.news-detail-body a {
  color: #d03127;
  text-decoration: underline;
  transition: 0.3s;
  transition: 0.3s;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  .news-detail-body a:hover {
    opacity: 0.5;
  }
}

.news-detail-body img {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .news-detail-body img {
    width: 100% !important;
  }
}

.news-detail-body img.news-img-half {
  max-width: 280px;
}

@media screen and (max-width: 767px) {
  .news-detail-body img.news-img-half {
    width: 48% !important;
  }
}

.news-detail-body img.news-img-large {
  max-width: 400px;
}

@media screen and (max-width: 767px) {
  .news-detail-body img.news-img-large {
    width: 100% !important;
  }
}

.news-detail-body img.news-img-vertical {
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .news-detail-body img.news-img-vertical {
    width: 30% !important;
  }
}

@media screen and (min-width: 768px) {
  .news-detail-body table.news-table--staffcast:not(:first-of-type) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-body table.news-table--staffcast:not(:first-of-type) {
    margin-top: 5.33333vw;
  }
}

.news-detail-body table.news-table--staffcast th {
  color: #725b37;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .news-detail-body table.news-table--staffcast th {
    font-size: 16px;
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-body table.news-table--staffcast th {
    font-size: 3.73333vw;
    width: 13.33333vw;
  }
}

.news-detail-body table.news-table--staffcast td {
  color: #725b37;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .news-detail-body table.news-table--staffcast td {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-body table.news-table--staffcast td {
    font-size: 3.73333vw;
  }
}

.news-detail-body th {
  color: #725b37;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .news-detail-body th {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-body th {
    font-size: 3.73333vw;
  }
}

.news-detail-body td {
  color: #725b37;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  padding-left: .3em;
  text-align: left;
}

.news-detail-body td:first-of-type {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .news-detail-body td {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-body td {
    font-size: 3.73333vw;
  }
}

.news-detail-body td.nowrap {
  white-space: nowrap;
}

.news-img {
  max-width: 600px;
}

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

.news-img-full {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .news-column2 {
    display: flex;
  }
}

.news-img-half {
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .news-img-half {
    max-width: 100%;
    width: 48% !important;
  }
}

@media screen and (min-width: 768px) {
  .news-column2-pic {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .news-column2-pic {
    margin-bottom: 2.66667vw;
  }
}

.news-img-center {
  margin: 0 auto !important;
}

.caution-list {
  color: #725b37;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 80%;
}

.caution-txt {
  color: #725b37;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 80%;
}

.news-img-caption {
  color: #725b37;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 80%;
  margin-top: 0.5em;
}

.news-movie-wrap {
  margin-top: 2em;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.news-movie-wrap iframe {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.news-img-column3 {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767px) {
  .news-img-column3 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
}

.news-img-column3 .item img {
  height: auto;
  max-width: 100%;
}

.news-detail-body hr {
  border-top: 1px solid #725b37;
}

@media screen and (min-width: 768px) {
  .slider-book {
    margin: auto;
    width: 600px;
  }
}

.slider-book .swiper-button-prev, .slider-book .swiper-button-next {
  color: #000;
  transform: scale(0.5);
}

.news-img-container01 {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px;
}

.news-img-container01 .row {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .news-img-container01 .row {
    margin-bottom: 1.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .news-img-container01 .column {
    margin-right: 10px;
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .news-img-container01 .column {
    margin-right: 1.33333vw;
    width: 33%;
  }
}

.news-img-container01 .column:last-child {
  margin-right: 0;
}

.news-img-container01 img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .onair-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
}

@media screen and (max-width: 767px) {
  .onair-wrap {
    padding-bottom: 3.6vw;
  }
}

@media screen and (max-width: 767px) {
  .onair-wrap:last-child {
    padding-bottom: 11.46667vw;
  }
}

.onair-wrap p {
  color: #725b37;
  font-weight: bold;
}

.onair-lineup__block {
  line-height: 1.7;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .onair-lineup__block {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .onair-lineup__block {
    font-size: 3.73333vw;
  }
}

@media screen and (min-width: 768px) {
  .onair-lineup__block:not(:last-child) {
    padding-bottom: 97px;
  }
}

@media screen and (max-width: 767px) {
  .onair-lineup__block:not(:last-child) {
    padding-bottom: 11.46667vw;
  }
}

.onair-lineup__block h4 {
  color: #1e297a;
  font-family: "Noto Serif", "Noto Serif JP", sans-serif;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .onair-lineup__block h4 {
    font-size: 18px;
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .onair-lineup__block h4 {
    font-size: 4.8vw;
    margin-top: 3.73333vw;
  }
}

@media screen and (min-width: 768px) {
  .onair-lineup__block h4 + .onair__list {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .onair-lineup__block h4 + .onair__list {
    margin-top: 3.46667vw;
  }
}

.onair-lineup__block .caution {
  color: #6d532c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .onair-lineup__block .caution {
    font-size: 19px;
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .onair-lineup__block .caution {
    font-size: 2.66667vw;
    margin-top: 9.6vw;
  }
}

@media screen and (min-width: 768px) {
  .onair-lead {
    margin: 7px auto 60px;
    width: 568px;
  }
}

@media screen and (max-width: 767px) {
  .onair-lead {
    margin: 0 auto;
    width: 64vw;
  }
}

.onair-block__ttl {
  color: #725b37;
  font-weight: 900;
  line-height: 1;
  position: relative;
  text-align: center;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .onair-block__ttl {
    font-size: 42px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .onair-block__ttl {
    font-size: 5.6vw;
    margin-bottom: 3.46667vw;
  }
}

.onair-block__ttl span {
  display: inline-block;
  position: relative;
  text-shadow: 0px 0px 38px rgba(250, 245, 199, 0.6);
  z-index: 2;
}

.onair-block__ttl::before {
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .onair-block__ttl::before {
    background: url(../img/sub-ttl-deco.png) no-repeat center center;
    background-size: cover;
    bottom: -40px;
    height: 44px;
    width: 970px;
  }
}

@media screen and (max-width: 767px) {
  .onair-block__ttl::before {
    background: url(../img/sub-ttl-deco-sp.png) no-repeat center center;
    background-size: cover;
    bottom: -4vw;
    height: 5.86667vw;
    width: 92.8vw;
  }
}

@media screen and (min-width: 768px) {
  .onair__list {
    margin-top: 31px;
    padding: 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .onair__list {
    padding: 0 4.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .onair__list + h4 {
    margin-top: 43px;
  }
}

@media screen and (max-width: 767px) {
  .onair__list + h4 {
    margin-top: 5.73333vw;
  }
}

.onair__list-item {
  align-items: flex-start;
  display: flex;
  position: relative;
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .onair__list-item {
    justify-content: space-between;
    transition: 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .onair__list-item {
    flex-direction: column;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .onair__list-item:not(:last-child) {
    margin-bottom: 17.5px;
  }
}

@media screen and (max-width: 767px) {
  .onair__list-item:not(:last-child) {
    margin-bottom: 2.66667vw;
  }
}

.onair__list-item span {
  display: block;
}

@media screen and (min-width: 768px) {
  .onair__list-item span {
    font-size: 16px;
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .onair__list-item span {
    font-size: 3.2vw;
    margin-top: 0em;
  }
}

.onair__list-item a {
  color: #6d532c;
  text-decoration: underline;
}

.onair__list-item p {
  color: #6d532c;
  flex: 1;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 900;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .onair__list-item p {
    font-size: 25px;
    line-height: 1;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .onair__list-item p {
    font-size: 4vw;
    text-align: left;
  }
}

.onair__list-item .ttl {
  flex: inherit;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .onair__list-item .ttl {
    margin-right: 82px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .onair__list-item .ttl {
    font-size: 4.53333vw;
    margin-right: 9.6vw;
  }
}

.onair__list-item.onair__link {
  cursor: pointer;
  display: block;
  position: relative;
  /* &:after{
      content: "";
      background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.557%22%20height%3D%2218.284%22%20viewBox%3D%220%200%2011.557%2018.284%22%3E%20%3Cg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_10_5%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%2010%20%E2%80%93%205%22%20transform%3D%22translate(11.557%2018.284)%20rotate(180)%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_2%22%20data-name%3D%22%E5%90%88%E4%BD%93%202%22%20d%3D%22M-3596.858-3596.9l-8.228%2C9.455-.915-1.051%2C9.142-10.506.915%2C1.051h0l8.228%2C9.455-.914%2C1.051Z%22%20transform%3D%22translate(3599%20-3587.716)%20rotate(-90)%22%20fill%3D%22%231e297a%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E')no-repeat center center;
      background-size: contain;
      bottom: auto;
      content: "";
      line-height: 1;
      position: absolute;
      transition: 0.3s;
      @include min{
        width: 12px;
        right: 20px;
        height: 18.3px;
        top: 50%;
        transform: translateY(-50%);
      }
      @include max{
        width: spvw(12);
        right: spvw(20);
        height: spvw(19);
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
      }
    }  */
}

.onair__list-item.onair__link:hover {
  /* &:after{
        @include min{
          right: 15px;
        }
      } */
}

@media screen and (min-width: 768px) {
  .onair__list-item.onair__link:hover {
    opacity: 0.7;
  }
}

.onair__btn-list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .onair__btn-list {
    padding: 0 2.66667vw;
  }
}

.onair__btn-list-item {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0.25em;
}

@media screen and (max-width: 767px) {
  .onair__btn-list-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.onair__btn-list-item.col1 {
  flex: auto;
  max-width: 100%;
}

.onair__btn-list-item.col1 a {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .onair__btn-list-item.col1 a {
    font-size: 5.33333vw;
  }
}

.onair__btn-list-item a {
  align-items: center;
  background-color: #fff;
  box-shadow: 0 16px 26px rgba(114, 91, 55, 0.2);
  color: #725b37;
  display: flex;
  font-size: 10px;
  font-size: inherit;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  line-height: 1.25;
  padding: 1em;
  padding: 2rem 4rem;
  transition: all .2s linear;
  width: 100%;
  word-break: break-all;
}

.onair__btn-list-item a:hover {
  box-shadow: 0 0 30px rgba(114, 91, 55, 0.25);
  transform: scale(0.98);
}

@media screen and (max-width: 767px) {
  .onair__btn-list-item a {
    font-size: 3.2vw;
    padding: 2rem 1rem;
  }
}

.onair-block__subttl {
  color: #725b37 !important;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .onair-block__subttl {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .onair-block__subttl {
    font-size: 4.8vw;
  }
}

/* INDEX */
.special-lineup {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .special-lineup {
    justify-content: flex-start;
    margin-top: 32px;
    width: 920px;
  }
}

@media screen and (max-width: 767px) {
  .special-lineup {
    margin-top: 2.66667vw;
    padding: 0 12.4vw 42.8vw;
  }
}

.special-lineup-heading {
  color: #715a36;
  font-size: 40px;
  font-weight: 900;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .special-lineup-heading {
    font-size: 6.4vw;
    margin-top: 3.2vw;
  }
}

.special-lineup__block {
  /* .banner-special{
    &:after {
      position: absolute;
      left: 50%;
      top: 50%;
      content: "";
      display: block;
      background: url(../img/icon-special-play@2x.png) center center no-repeat;
      background-size: 100% auto;
      @include min{
        width: 106px;
        height: 106px;
        margin-left: -53px;
        margin-top: -53px;
      }
      @include max{
        width: spvw(66);
        height: spvw(66);
        margin-left: spvw(-33);
        margin-top: spvw(-33);
      }
    }
  } */
  /* .inner {
    .img {
      position: relative;
      cursor: pointer;
      border-radius: 10px;
      overflow: hidden;
      background: #fff;
      &:after {
        position: absolute;
        left: 50%;
        top: 50%;
        content: "";
        display: block;
        background: url(../img/icon-special-play@2x.png) center center no-repeat;
        background-size: 100% auto;
        @include min{
          width: 62px;
          height: 62px;
          margin-left: -31px;
          margin-top: -31px;
        }
        @include max{
          width: spvw(30);
          height: spvw(30);
          margin-left: spvw(-15);
          margin-top: spvw(-15);
        }
      }
      img {
        vertical-align: bottom;
        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');
        -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
      }
    }

    .ttl {
      text-align: center;
      font-weight: 500;
      @include min{
        padding-top: 15px;
      }
      @include max{
        padding-top: spvw(15);
      }
    }
  } */
}

@media screen and (min-width: 768px) {
  .special-lineup__block {
    margin: 0 10px 38px;
    width: 440px;
  }
}

@media screen and (max-width: 767px) {
  .special-lineup__block {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .special-lineup__block:not(:first-child) {
    margin-top: 10.4vw;
  }
}

.special-lineup__block .banner {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.special-lineup__block img {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.special-lineup__block img.ver-top {
  top: 0%;
  transform: translate(-50%, 0%);
}

.special-caption {
  color: #715a36;
  display: block;
  font-weight: 900;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .special-caption {
    font-size: 20px;
    line-height: 1.41;
    margin-top: 8px;
    text-shadow: 0px 0px 38px rgba(250, 245, 199, 0.6);
  }
}

@media screen and (max-width: 767px) {
  .special-caption {
    font-size: 4.26667vw;
    letter-spacing: -0.14px;
    line-height: 1;
    margin-top: 2.13333vw;
  }
}

/* INTERVIEW */
/* .special-block {
  border: solid 1px #D0D1E3;
  color: #fff;
  @include min {
    margin-top: 50px;
    padding: 29px 30px 117px;
  }
  @include max {
    padding: spvw(12) spvw(21) spvw(33) spvw(19);
    margin-top: spvw(46);
  }
}
.special-heading{
  font-family: $bodoni-font;
  font-weight: bold;
  color: $blue-color;
  position: relative;
  @include min {
    font-size: 24px;
    padding-bottom: 10px; 
    margin-bottom: 22px;
    line-height: 1.67;
  }
  @include max {
    font-size: spvw(20);
    margin-bottom: spvw(17);
    padding-bottom: spvw(8);
    line-height: 1.6;
  }
  &::before{
    content: "";
    position: absolute;
    height: 1px;
    background-color: #D0D1E3;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    @include min {
      width: 100%;
    }
    @include max {
      width: 100%;
    }
  }
}
.special-interview-wrap{
  @include min {
    margin-top: 50px;
  }
  @include max {
    margin-top: spvw(50);
  }
  &:first-of-type{
    margin-top: 0;
  }
}
.special-question{
  color: $blue-color;
  font-family: $bodoni-font;
  font-weight: bold;
  text-align: left;
  position: relative;
  @include min {
    margin-top: 50px;
    font-size: 18px;
    padding-left: 10px;
    letter-spacing: -0.18px;
  }
  @include max {
    margin-top: spvw(50);
    font-size: spvw(14);
    letter-spacing: -0.14px;
    text-align: left;
  }
  &::before {
    position: relative;
    content: "――";
    left: 0;
    margin-right: .25em;
    @include min {
    }
  }
}
.special-paragraph {
  font-family: $bodoni-font;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  color: $blue-color;
  @include min {
    margin-top: 2.05em;
    font-size: 14px;
  }
  @include max {
    margin-top: .85em;
    font-size: spvw(14);
  }
  &:first-of-type {
    margin-top: 0;
  }
  >.name{
    color: $blue-color;
    font-weight: bold;
    margin-right: 1em;
    @include min {
    }
    @include max {
    }
  }
  +.special-interview-img{
    @include min {
      margin-top: 30px;
    }
    @include max {
      margin-top: spvw(30);
    }
  }
}
.special-interview-img{
  width: 100%;
  height: auto;
  margin: 0 auto;
  @include min{
    max-width: 667px;
  }
}
.special-interview-img--full{
  &:not(:first-of-type){
    @include min {
      margin-top: 30px;
    }
    @include max {
      margin-top: spvw(30);
    }
  }
}
.special-interview-img--2column{
  @include min {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 600px;
  }
  @include max {
  }
  >img{
    @include min {
      width: 48%;
      height: auto;
    }
    @include max {
    }
    &:not(:first-of-type){
      @include min {
        margin-left: 2%;
      }
      @include max {
        margin-top: spvw(20);
      }
    }
  }
}
.special-interview-img--3column{
  @include min {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 600px;
  }
  @include max {
  }
  >img{
    @include min {
      width: 32%;
      height: auto;
    }
    @include max {
    }
    &:not(:first-of-type){
      @include min {
        margin-left: 4%;
      }
      @include max {
        margin-top: spvw(20);
      }
    }
  }
}

 */
/* OTHER */
/* 
.special-common-wrap{
  @include min {
    margin-top: 50px;
  }
  @include max {
    margin-top: spvw(50);
  }
  a{
    color: $blue-color;
    text-decoration: underline;
    transition: 0.3s;
    transition: 0.3s;
    word-break: break-all;
    &:hover{
      @include min{
        opacity: 0.5;
      }
    }
  }
}
.special-question{
  color: $blue-color;
  font-weight: bold;
  text-align: left;
  position: relative;
  @include min {
    margin-top: 50px;
    font-size: 18px;
    padding-left: 10px;
    letter-spacing: -0.18px;
  }
  @include max {
    margin-top: spvw(50);
    font-size: spvw(14);
    letter-spacing: -0.14px;
    text-align: left;
  }
  &::before {
    position: relative;
    content: "――";
    left: 0;
    margin-right: .25em;
    @include min {
    }
  }
}
.special-paragraph {
  +.special-common-img{
    @include min {
      margin-top: 30px;
    }
    @include max {
      margin-top: spvw(30);
    }
  }
}
.special-common-img{
  width: 100%;
  height: auto;
  margin: 0 auto;
  @include min{
    max-width: 300px;
  }
}
.special-common-img--full{
  &:not(:first-of-type){
    @include min {
      margin-top: 30px;
    }
    @include max {
      margin-top: spvw(30);
    }
  }
}
.special-common-img--2column{
  @include min {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 600px;
  }
  @include max {
  }
  >img{
    @include min {
      width: 48%;
      height: auto;
    }
    @include max {
    }
    &:not(:first-of-type){
      @include min {
        margin-left: 2%;
      }
      @include max {
        margin-top: spvw(20);
      }
    }
  }
}
.special-common-img--3column{
  @include min {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 600px;
  }
  @include max {
  }
  >img{
    @include min {
      width: 32%;
      height: auto;
    }
    @include max {
    }
    &:not(:first-of-type){
      @include min {
        margin-left: 4%;
      }
      @include max {
        margin-top: spvw(20);
      }
    }
  }
} */
/* .special-common-icon-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  a{
    width: 22%;
    display: block;
    @include max{
      width: 48%;
      margin-bottom: 1em;
    }
  }
  img{
    width: 100%;
  }
} */
.spshare ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .spshare ul {
    align-items: center;
    flex-direction: column;
  }
}

.spshare li {
  margin-bottom: 1.5em;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .spshare li {
    max-width: 100%;
    width: 400px;
  }
}

.spshare a {
  border: inherit !important;
  color: inherit !important;
}

@media screen and (min-width: 768px) {
  .staffcast-wrap {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .staffcast-wrap {
    margin-top: 3.2vw;
    padding-bottom: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .staffcast-block {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .staffcast-block:not(:last-child) {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .staffcast-block:not(:last-child) {
    padding-bottom: 8vw;
  }
}

.staffcast-block__ttl {
  color: #725b37;
  font-weight: 900;
  line-height: 1;
  position: relative;
  text-align: center;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .staffcast-block__ttl {
    font-size: 42px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .staffcast-block__ttl {
    font-size: 5.6vw;
    margin-bottom: 3.46667vw;
  }
}

.staffcast-block__ttl span {
  display: inline-block;
  position: relative;
  text-shadow: 0px 0px 38px rgba(250, 245, 199, 0.6);
  z-index: 2;
}

.staffcast-block__ttl::before {
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .staffcast-block__ttl::before {
    background: url(../img/sub-ttl-deco.png) no-repeat center center;
    background-size: cover;
    bottom: -30px;
    height: 44px;
    width: 970px;
  }
}

@media screen and (max-width: 767px) {
  .staffcast-block__ttl::before {
    background: url(../img/sub-ttl-deco-sp.png) no-repeat center center;
    background-size: cover;
    bottom: -4vw;
    height: 5.86667vw;
    width: 92.8vw;
  }
}

.staffcast-block__list {
  margin: 0 auto;
}

.staffcast-block__list li {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .staffcast-block__list li {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .staffcast-block__list li:not(:nth-last-child(-n+2)) {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .staffcast-block__list li:not(:last-child) {
    margin-bottom: 10.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .staffcast-block__list li dl {
    margin-top: 1.25em;
  }
}

@media screen and (max-width: 767px) {
  .staffcast-block__list li dl {
    margin-top: 0em;
  }
}

@media screen and (min-width: 768px) {
  .staffcast-block__list li dl:not(:first-child) {
    margin-top: 2em;
  }
}

@media screen and (max-width: 767px) {
  .staffcast-block__list li dl:not(:first-child) {
    margin-top: 1.8em;
  }
}

.staffcast-block__list li dl dd {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  /* &:not(:last-child){
          @include max{
            margin-bottom: spvw(17);
          }
        } */
}

@media screen and (max-width: 767px) {
  .staffcast-block__list li dl dd {
    flex-wrap: wrap;
  }
}

.staffcast-block__list li dl dd span {
  color: #000;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  text-align: center;
  text-shadow: 0px 0px 38px rgba(250, 245, 199, 0.8);
}

@media screen and (min-width: 768px) {
  .staffcast-block__list li dl dd span {
    font-size: 25px;
    line-height: 1.48;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .staffcast-block__list li dl dd span {
    font-size: 3.46667vw;
    line-height: 1.48;
  }
}

.staffcast-block__list li dl dd .comment {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Noto Serif", "Noto Serif JP", sans-serif;
  font-weight: 500;
  justify-content: center;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .staffcast-block__list li dl dd .comment {
    font-size: 15px;
    text-shadow: 0px 0px 38px rgba(250, 245, 199, 0.6);
    top: 2px;
    width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .staffcast-block__list li dl dd .comment {
    font-size: 2.66667vw;
    line-height: 1.93;
    top: 0.26667vw;
    width: 24vw;
  }
}

.staffcast-block__list li dl dd .comment::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .staffcast-block__list li dl dd .comment::before {
    background: url(../img/staff-comment-bg.png) no-repeat center center;
    background-size: cover;
    height: 53px;
    width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .staffcast-block__list li dl dd .comment::before {
    background: url(../img/staff-comment-bg-sp.png) no-repeat center center;
    background-size: cover;
    height: 8vw;
    width: 24vw;
  }
}

@media screen and (min-width: 768px) {
  body.story {
    min-width: 1400px;
  }
}

@media screen and (min-width: 768px) {
  .story-wrap {
    min-width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .story-wrap {
    padding-bottom: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .story-tab {
    padding: 0 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .story-tab {
    padding: 0 3.2vw 0;
  }
}

.story-paragraph {
  color: #55532c;
  font-feature-settings: "palt";
  font-weight: 600;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .story-paragraph {
    font-size: 17px;
    line-height: 2.2;
    margin-top: 43px;
    text-shadow: 0px 0px 38px rgba(250, 245, 199, 0.6);
  }
}

@media screen and (max-width: 767px) {
  .story-paragraph {
    font-size: 3.2vw;
    letter-spacing: -0.06em;
    line-height: 2.29;
    margin-top: 2.9em;
  }
}

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

.story-paragraph span {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .story-paragraph span {
    font-size: 28px;
    line-height: 1;
    position: relative;
    top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .story-paragraph span {
    font-size: 4.8vw;
    letter-spacing: -0.05em;
    line-height: 1.5;
    position: relative;
  }
}

.story-paragraph span.color-red {
  color: #FF0000;
}

.story-paragraph span.color-orange {
  color: #d03127;
}

@media screen and (max-width: 767px) {
  .story-paragraph span.color-orange {
    line-height: 1.2;
  }
}

.story-icon-img {
  display: block;
  position: absolute;
  width: auto;
}

@media screen and (min-width: 768px) {
  .story-icon-img img {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .story-icon-img01 {
    height: 167px;
    right: -25px;
    top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .story-icon-img01 {
    right: -4.26667vw;
    top: 4vw;
    width: 21.6vw;
  }
}

@media screen and (min-width: 768px) {
  .story-icon-img02 {
    height: 176px;
    left: 10px;
    top: -90px;
  }
}

@media screen and (max-width: 767px) {
  .story-icon-img02 {
    left: -5.06667vw;
    top: -9.6vw;
    width: 20.26667vw;
  }
}

@media screen and (min-width: 768px) {
  .story-icon-img03 {
    height: 176px;
    left: -40px;
    top: 61px;
  }
}

@media screen and (max-width: 767px) {
  .story-icon-img03 {
    right: -5.86667vw;
    top: -1.06667vw;
    width: 20.26667vw;
  }
}

@media screen and (min-width: 768px) {
  .story-icon-img04 {
    height: 243px;
    right: -59px;
    top: -25px;
  }
}

@media screen and (max-width: 767px) {
  .story-icon-img04 {
    left: -5.33333vw;
    top: 24vw;
    width: 24vw;
  }
}

@media screen and (min-width: 768px) {
  .story-catch {
    margin: 22px auto 0;
    width: 880px;
  }
}

@media screen and (max-width: 767px) {
  .story-catch {
    margin: 9.33333vw auto 0;
  }
}

.story-tab {
  opacity: 1 !important;
}

.story-tab.disnon {
  display: none;
}

.story-tab {
  opacity: 1 !important;
}

.story-tab.disnon {
  display: none;
}

@media screen and (min-width: 768px) {
  .story-main {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .story-main__detail {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .story-main__detail {
    margin-top: 6.66667vw;
  }
}

.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";
  text-align: center;
}

@media screen and (min-width: 768px) {
  .story-main__detail .ttl {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .story-main__detail .ttl {
    margin-bottom: 3.2vw;
  }
}

.story-main__detail .ttl .catch {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) {
  .story-main__detail .ttl .catch {
    font-size: 12px;
    margin-bottom: 7px;
  }
}

.story-main__detail .ttl .num {
  color: #725b37;
  font-weight: 900;
  line-height: 1.34;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .story-main__detail .ttl .num {
    font-size: 27px;
  }
}

@media screen and (max-width: 767px) {
  .story-main__detail .ttl .num {
    font-size: 5.33333vw;
  }
}

.story-main__detail .ttl .num strong {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .story-main__detail .ttl .num strong {
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .story-main__detail .ttl .num strong {
    font-weight: bold;
    margin-left: 1.6vw;
    margin-right: 1.6vw;
  }
}

.story-main__detail .ttl em {
  color: #725b37;
  display: block;
  font-style: normal;
  font-weight: 900;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .story-main__detail .ttl em {
    font-size: 34px;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .story-main__detail .ttl em {
    font-size: 5.33333vw;
    margin-top: 0;
  }
}

.story-main__detail .imglist,
.story-main__detail .info {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .story-main__detail .imglist,
  .story-main__detail .info {
    max-width: 880px;
  }
}

@media screen and (min-width: 768px) {
  .story-main__detail .imglist {
    margin-bottom: 49px;
  }
}

@media screen and (max-width: 767px) {
  .story-main__detail .imglist {
    margin-bottom: 13.06667vw;
  }
}

.story-main__detail .imglist .swiper-container {
  overflow: visible;
}

.story-main__detail .imglist .swiper-button-next,
.story-main__detail .imglist .swiper-button-prev {
  background-color: #725b37;
  background-size: auto 100%;
}

@media screen and (min-width: 768px) {
  .story-main__detail .imglist .swiper-button-next,
  .story-main__detail .imglist .swiper-button-prev {
    height: 60px;
    margin-top: -70px;
    transition: all 0.5s;
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .story-main__detail .imglist .swiper-button-next,
  .story-main__detail .imglist .swiper-button-prev {
    height: 10.66667vw;
    margin-top: -10.66667vw;
    width: 10.66667vw;
  }
}

.story-main__detail .imglist .swiper-button-next:after,
.story-main__detail .imglist .swiper-button-prev:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .story-main__detail .imglist .swiper-button-next:hover,
  .story-main__detail .imglist .swiper-button-prev:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 768px) {
  .story-main__detail .imglist .swiper-button-next {
    right: -30px;
  }
}

@media screen and (max-width: 767px) {
  .story-main__detail .imglist .swiper-button-next {
    right: -5.33333vw;
  }
}

.story-main__detail .imglist .swiper-button-next::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.557%22%20height%3D%2228.285%22%20viewBox%3D%220%200%2015.557%2028.285%22%3E%20%3Cg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_10_9%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%2010%20%E2%80%93%209%22%20transform%3D%22translate(15.557%200)%20rotate(90)%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_1%22%20data-name%3D%22%E5%90%88%E4%BD%93%201%22%20d%3D%22M-3591.858-3596.172l-12.728%2C12.728-1.414-1.415%2C14.142-14.142%2C1.415%2C1.415%2C12.728%2C12.728-1.414%2C1.415Z%22%20transform%3D%22translate(3606%203599)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: cover;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .story-main__detail .imglist .swiper-button-next::before {
    height: 28.3px;
    width: 15.6px;
  }
}

@media screen and (max-width: 767px) {
  .story-main__detail .imglist .swiper-button-next::before {
    height: 5.14667vw;
    width: 2.82667vw;
  }
}

@media screen and (min-width: 768px) {
  .story-main__detail .imglist .swiper-button-prev {
    left: -30px;
  }
}

@media screen and (max-width: 767px) {
  .story-main__detail .imglist .swiper-button-prev {
    left: -5.33333vw;
  }
}

.story-main__detail .imglist .swiper-button-prev::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.557%22%20height%3D%2228.285%22%20viewBox%3D%220%200%2015.557%2028.285%22%3E%20%3Cg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_10_9%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%2010%20%E2%80%93%209%22%20transform%3D%22translate(15.557%200)%20rotate(90)%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_1%22%20data-name%3D%22%E5%90%88%E4%BD%93%201%22%20d%3D%22M-3591.858-3596.172l-12.728%2C12.728-1.414-1.415%2C14.142-14.142%2C1.415%2C1.415%2C12.728%2C12.728-1.414%2C1.415Z%22%20transform%3D%22translate(3606%203599)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: cover;
  content: "";
  position: absolute;
}

@media screen and (min-width: 768px) {
  .story-main__detail .imglist .swiper-button-prev::before {
    height: 28.3px;
    left: 23%;
    top: 3%;
    transform: rotate(180deg) translate(-50%, -50%);
    width: 15.6px;
  }
}

@media screen and (max-width: 767px) {
  .story-main__detail .imglist .swiper-button-prev::before {
    height: 5.14667vw;
    left: 23%;
    top: 3%;
    transform: rotate(180deg) translate(-50%, -50%);
    width: 2.82667vw;
  }
}

.story-main__detail .imglist .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: static;
}

@media screen and (min-width: 768px) {
  .story-main__detail .imglist .swiper-pagination {
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .story-main__detail .imglist .swiper-pagination {
    margin-top: 2.13333vw;
  }
}

.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;
}

@media screen and (min-width: 768px) {
  .story-main__detail .imglist .swiper-pagination-bullet {
    height: 86px;
    width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .story-main__detail .imglist .swiper-pagination-bullet {
    height: 8.53333vw;
    width: 13.86667vw;
  }
}

.story-main__detail .imglist .swiper-pagination-bullet-active {
  position: relative;
}

.story-main__detail .imglist .swiper-pagination-bullet-active:after {
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .story-main__detail .imglist .swiper-pagination-bullet-active:after {
    border: solid 3px #d03127;
  }
}

@media screen and (max-width: 767px) {
  .story-main__detail .imglist .swiper-pagination-bullet-active:after {
    border: solid 0.8vw #d03127;
  }
}

.story-main__detail .info-block {
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .story-main__detail .info-block:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .story-main__detail .info-block:not(:last-child) {
    margin-bottom: 11.2vw;
  }
}

.story-main__detail .info-block__ttl {
  color: #725b37;
  font-weight: 900;
  line-height: 1;
  position: relative;
  text-align: center;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .story-main__detail .info-block__ttl {
    font-size: 36px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .story-main__detail .info-block__ttl {
    font-size: 5.6vw;
    margin-bottom: 5.33333vw;
  }
}

.story-main__detail .info-block__ttl span {
  display: inline-block;
  position: relative;
  text-shadow: 0px 0px 38px rgba(250, 245, 199, 0.6);
  z-index: 2;
}

.story-main__detail .info-block__ttl::before {
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .story-main__detail .info-block__ttl::before {
    background: url(../img/sub-ttl-deco.png) no-repeat center center;
    background-size: 100% auto;
    bottom: -30px;
    height: 44px;
    width: 880px;
  }
}

@media screen and (max-width: 767px) {
  .story-main__detail .info-block__ttl::before {
    background: url(../img/sub-ttl-deco-sp.png) no-repeat center center;
    background-size: cover;
    bottom: -4vw;
    height: 5.86667vw;
    width: 92.8vw;
  }
}

@media screen and (min-width: 768px) {
  .story-main__detail .info-block:not(:last-child) {
    margin-bottom: 52px;
  }
}

.story-main__detail .info-block p {
  color: #725b37;
  font-size: 16px;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .story-main__detail .info-block p {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .story-main__detail .info-block p {
    padding: 0 3.2vw;
  }
}

.story-main__detail .info-block p em {
  font-style: normal;
}

.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 (min-width: 768px) {
  .nav-wrap {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1120px;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .nav-wrap {
    padding: 0 2.13333vw;
    width: 100%;
  }
}

.nav-wrap .swiper-pagination {
  margin-left: auto;
  margin-right: auto;
  position: inherit;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .nav-wrap .swiper-pagination {
    position: static;
    right: auto;
    top: auto;
  }
}

.nav-wrap::before {
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .nav-wrap::before {
    background: url(../img/character-nav-deco-bottom.png) no-repeat center center;
    background-size: cover;
    bottom: -30px;
    height: 36px;
    width: 982px;
  }
}

.story-nav {
  position: relative;
}

@media screen and (min-width: 768px) {
  .story-nav {
    align-items: center;
    display: flex;
    font-size: 0;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    padding-bottom: 40px;
    width: 956px;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .story-nav {
    padding-bottom: 2.66667vw;
    width: 100%;
  }
}

.story-nav::before {
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .story-nav::before {
    background: url(../img/bluray-nav-deco-bottom.png) no-repeat center center;
    background-size: cover;
    bottom: 0;
    height: 40px;
    width: 961px;
  }
}

@media screen and (max-width: 767px) {
  .story-nav::before {
    background: url(../img/bluray-nav-deco-bottom-sp.png) no-repeat center center;
    background-size: cover;
    bottom: 0;
    height: 2.66667vw;
    width: 97.06667vw;
  }
}

.story-nav__list-first {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .story-nav__list-first {
    justify-content: center;
    margin-bottom: 2.66667vw;
  }
}

.story-nav__list {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .story-nav__list {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .story-nav__list {
    width: 100%;
  }
}

.story-nav__list-item.off {
  display: none;
}

.story-nav__list-item.off a {
  opacity: 0.5;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .story-nav__list-item {
    margin: 0 8px;
  }
}

@media screen and (max-width: 767px) {
  .story-nav__list-first .story-nav__list-item {
    margin: 0 2.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .story-nav__list-item {
    font-size: 0;
    margin: 0 0.53333vw;
  }
}

.story-nav__list-item.is__active a {
  text-decoration: underline;
}

.story-nav__list-item > a {
  color: #766347;
  cursor: pointer;
  font-weight: 900;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .story-nav__list-item > a {
    font-size: 21px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .story-nav__list-item > a {
    font-size: 3.46667vw;
    line-height: 1.25;
  }
}

@media screen and (min-width: 768px) {
  .story-nav__list-first .story-nav__list-item > a {
    font-size: 25px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .story-nav__list-first .story-nav__list-item > a {
    font-size: 4.26667vw;
    line-height: 1.25;
  }
}

.story-nav__list-item > span {
  color: #766347;
  cursor: pointer;
  font-weight: 900;
  text-shadow: 0px 0px 36px rgba(250, 245, 199, 0.6);
}

@media screen and (min-width: 768px) {
  .story-nav__list-item > span {
    font-size: 25px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .story-nav__list-item > span {
    font-size: 3.3vw;
    line-height: 1.25;
  }
}

.nav-wrap-story-first ul {
  align-items: center;
  display: flex;
  font-size: 50px;
  font-weight: 900;
}

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

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

#top-scroll-target {
  display: inline;
  left: 0;
  position: absolute;
  top: 20vw;
}

@media screen and (min-width: 768px) {
  body {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

@media screen and (min-width: 768px) {
  body.top {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  body.loaded {
    /* opacity: 1; */
    animation: top_alpha 1.4s ease-in forwards;
  }
}

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

@media screen and (min-width: 768px) {
  .news-wrap {
    /* width: 900px; */
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .news-wrap {
    flex-wrap: wrap;
  }
}

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

.scroll-block {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .scroll-block {
    /* width: pcvw(520);
    max-width: 520px;  */
    background: url(../img/scroll-block-bg.png) no-repeat center top;
    background-size: cover;
    height: 469px;
    width: 470px;
  }
}

@media screen and (max-width: 767px) {
  .scroll-block {
    background: url(../img/scroll-block-bg-sp.png) no-repeat center top;
    background-size: cover;
    height: 88.93333vw;
    margin-top: 2.66667vw;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .scroll-block:not(:first-child) {
    margin-left: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .scroll-block:not(:first-child) {
    /* margin: 40px auto 0; */
  }
}

.scroll-heading {
  color: #573911;
  font-weight: 900;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .scroll-heading {
    font-size: 41px;
    letter-spacing: 0em;
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .scroll-heading {
    font-size: 7.46667vw;
    letter-spacing: 0em;
    padding-top: 1.06667vw;
  }
}

.scroll-box {
  height: 100%;
  margin: 0;
  overflow: auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .scroll-box {
    height: 66.13333vw;
  }
}

@media screen and (min-width: 768px) {
  .twitter-list-wrap .scroll-box {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .twitter-list-wrap .scroll-box {
    padding-right: 5%;
  }
}

.scroll-list-wrap {
  overflow: hidden;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .scroll-list-wrap {
    height: 331px;
    margin: 10px 0 0;
    padding: 16px 33px 20px 37.5px;
  }
}

@media screen and (max-width: 767px) {
  .scroll-list-wrap {
    height: 64vw;
    margin: 1.33333vw 0 0;
    padding: 2.13333vw 4.26667vw 2.66667vw 5.06667vw;
  }
}

.scroll-btn {
  align-items: center;
  color: #725b37;
  display: inline-flex;
  font-weight: bold;
  justify-content: center;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .scroll-btn {
    font-size: 22px;
    letter-spacing: 0.02em;
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 767px) {
  .scroll-btn {
    font-size: 3.46667vw;
    margin: 0 auto 0;
  }
}

.news-block .simplebar-scrollbar:before {
  background-color: #d03127;
  opacity: 1 !important;
}

.news-block .simplebar-track.simplebar-vertical {
  background-color: #F3CDCF;
  top: 0;
  width: 5px;
}

.twitter-block .simplebar-scrollbar:before {
  background-color: #1e297a;
  opacity: 1 !important;
}

.twitter-block .simplebar-track.simplebar-vertical {
  background-color: #D0D1E3;
  top: 0;
  width: 5px;
}

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

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

@media screen and (max-width: 767px) {
  .news-list {
    padding-right: 5%;
    width: calc(100% - 5%);
  }
}

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

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

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

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

.news-date {
  color: #231815;
  font-weight: 500;
  line-height: 1.67;
}

@media screen and (min-width: 768px) {
  .news-date {
    font-size: 21.75px;
  }
}

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

.news-title {
  color: #231815;
  font-weight: 500;
  line-height: 1.67;
}

@media screen and (min-width: 768px) {
  .news-title {
    font-size: 21.75px;
  }
}

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

.news-text {
  color: #231815;
  font-weight: 500;
  line-height: 1.67;
  padding-right: 0.3em;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  .news-text {
    font-size: 21.75px;
  }
}

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

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

.mv-swiper {
  /* position: relative; */
}

.mv-swiper .swiper-nav-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mv-swiper .swiper-nav-wrap {
    background: url(../img/mv-swiper-nav-bg.png) repeat-x center top;
    background-size: contain;
    box-shadow: 1px 5.9px 26px 0 rgba(75, 54, 3, 0.23);
    height: 72px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .mv-swiper .swiper-nav-wrap {
    background: url(../img/mv-swiper-nav-bg.png) repeat-x center top;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .mv-swiper .swiper-nav-wrap {
    background: url(../img/mv-swiper-nav-bg-sp.png) repeat-x center top;
    background-size: cover;
    box-shadow: 1px 1.6vw 6.93333vw 0 rgba(75, 54, 3, 0.23);
    height: 9.6vw;
  }
}

.mv-swiper .swiper-nav-wrap::before {
  background-image: linear-gradient(to left, #b8babc, #fff, #fff, #a2a5a6), linear-gradient(to right, #fff, #fff);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
}

.mv-swiper .swiper-pagination {
  align-items: center;
  bottom: auto;
  display: flex;
  font-size: 0;
  justify-content: center;
  left: auto;
  order: 2;
  position: relative;
  z-index: 1 !important;
}

.mv-swiper .swiper-button-prev, .mv-swiper .swiper-button-next {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  left: auto !important;
  margin: 0 10px !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  z-index: 1 !important;
}

@media screen and (min-width: 768px) {
  .mv-swiper .swiper-button-prev, .mv-swiper .swiper-button-next {
    height: 24px;
    transition: all .3s;
    width: 29px;
  }
}

@media screen and (max-width: 767px) {
  .mv-swiper .swiper-button-prev, .mv-swiper .swiper-button-next {
    height: 3.2vw;
    width: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .mv-swiper .swiper-button-prev:hover, .mv-swiper .swiper-button-next:hover {
    opacity: .8;
  }
}

.mv-swiper .swiper-button-prev::after, .mv-swiper .swiper-button-next::after {
  content: "" !important;
  cursor: pointer;
  height: 100%;
  line-height: normal;
  position: absolute;
  text-transform: none !important;
  width: 100%;
}

.mv-swiper .swiper-button-prev {
  order: 1;
}

.mv-swiper .swiper-button-prev::after {
  background: url(../img/mv-swiper-nav-left.png);
  background-size: cover;
}

.mv-swiper .swiper-button-next {
  order: 3;
}

.mv-swiper .swiper-button-next::after {
  background: url(../img/mv-swiper-nav-right.png);
  background-size: cover;
}

.mv-swiper .swiper-pagination-bullet {
  background: #1e297a;
  background-color: transparent;
  border-radius: 0;
  box-sizing: border-box;
  opacity: .6;
  position: relative;
  transform: rotate(45deg);
  z-index: 1 !important;
}

@media screen and (min-width: 768px) {
  .mv-swiper .swiper-pagination-bullet {
    border: solid 2px #816525;
    height: 14px;
    margin: 0 22px !important;
    width: 14px;
  }
}

@media screen and (max-width: 767px) {
  .mv-swiper .swiper-pagination-bullet {
    border: solid 1px #816525;
    height: 1.86667vw;
    margin: 0 2.93333vw;
    width: 1.86667vw;
  }
}

.mv-swiper .swiper-pagination-bullet-active {
  background-color: #816525;
  opacity: 1;
}

@keyframes top_alpha {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.btn-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .btn-wrap--left {
    justify-content: flex-start;
  }
}

.back-btn {
  align-items: center;
  background-color: #1e297a;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  font-family: "Bodoni Moda", serif;
  font-weight: bold;
  justify-content: center;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .back-btn {
    font-size: 18px;
    height: 60px;
    letter-spacing: 0.9px;
    margin-top: 50px;
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .back-btn {
    font-size: 4.8vw;
    height: 16vw;
    letter-spacing: 0.9px;
    margin: 13.33333vw auto 8vw;
    padding: 3.2vw 0 3.2vw;
    width: 74.66667vw;
  }
}

.back-btn:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_10_4%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%2010%20%E2%80%93%204%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.557%22%20height%3D%2218.284%22%20viewBox%3D%220%200%2011.557%2018.284%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_2%22%20data-name%3D%22%E5%90%88%E4%BD%93%202%22%20d%3D%22M-3596.858-3596.9l-8.228%2C9.455-.915-1.051%2C9.142-10.506.915%2C1.051h0l8.228%2C9.455-.914%2C1.051Z%22%20transform%3D%22translate(3599%20-3587.716)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
  bottom: auto;
  content: "";
  content: "";
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .back-btn:before {
    height: 18.3px;
    left: 10px;
    width: 11.6px;
  }
}

@media screen and (max-width: 767px) {
  .back-btn:before {
    height: 4.88vw;
    left: 2.66667vw;
    width: 3.09333vw;
  }
}

.back-btn:hover {
  background-color: #d03127;
  opacity: 1;
}

.back-btn:hover:before {
  content: "";
}

@media screen and (min-width: 768px) {
  .back-btn:hover:before {
    left: 5px;
  }
}

.staffcast .modal-close, .character .modal-close {
  /* border: solid 1px #705935; */
  background: url(../img/modal-close-btn.png) no-repeat center center;
  background-size: cover;
  cursor: pointer;
  display: block;
  position: absolute;
  /* &:before,&:after{
      content: "";
      display: block;
      background: #725b37;
      transform: rotate(45deg);
      transform-origin:0% 50%;
      position: absolute;
      @include min{
        height: 2px;
        top: 7%;
        left: 7%;
        width: 120%;
      }
      @include max{
        height: spvw(2);
        width: 117%;
        top: 7%;
        left: 7%;
      }
    }
    &:after{
      content: "";
      transform: rotate(-45deg);
      transform-origin:100% 50%;
      left: auto;
      @include min{
        right: 7%;
      }
      @include max{
        right: 7%;
      }
    } */
}

@media screen and (min-width: 768px) {
  .staffcast .modal-close, .character .modal-close {
    height: 46px;
    right: 76px;
    top: 21px;
    width: 46px;
  }
}

@media screen and (max-width: 767px) {
  .staffcast .modal-close, .character .modal-close {
    height: 6.66667vw;
    right: 10.13333vw;
    top: 2.66667vw;
    width: 6.66667vw;
  }
}

.movie .modal-close, .blu-ray .modal-close, .special .modal-close {
  cursor: pointer;
  display: block;
  position: fixed;
}

@media screen and (min-width: 768px) {
  .movie .modal-close, .blu-ray .modal-close, .special .modal-close {
    height: 60px;
    right: 43px;
    top: 42px;
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .movie .modal-close, .blu-ray .modal-close, .special .modal-close {
    height: 16vw;
    right: 3.2vw;
    top: 3.2vw;
    width: 16vw;
  }
}

.movie .modal-close:before, .movie .modal-close:after, .blu-ray .modal-close:before, .blu-ray .modal-close:after, .special .modal-close:before, .special .modal-close:after {
  /*バツ線の太さ*/
  background: #fff;
  content: "";
  display: block;
  /*バツ線の長さ*/
  height: 1px;
  left: 14%;
  position: absolute;
  top: calc(14% - 0px);
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  width: 100%;
}

.movie .modal-close:after, .blu-ray .modal-close:after, .special .modal-close:after {
  content: "";
  left: auto;
  right: 14%;
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
}

.mfp-iframe-scaler {
  overflow: visible;
}

.modal-wrap {
  height: auto;
  margin: auto;
  min-height: 100%;
}

@media screen and (min-width: 768px) {
  .modal-wrap {
    padding: 146px 0;
    width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .modal-wrap {
    padding: 33.86667vw 5.33333vw;
  }
}

.modal-wrap--comment {
  background: url(../img/comment-modal-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 768px) {
  .modal-wrap--comment {
    border: solid 4px #725b37;
    box-shadow: 11px 19.1px 26px 0 rgba(70, 12, 15, 0.48);
    height: auto;
    padding: 8px;
    width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .modal-wrap--comment {
    border: solid 1.06667vw #725b37;
    height: auto;
    padding: 1.06667vw;
    width: 97.73333vw;
  }
}

.modal-wrap-inner {
  border: solid 1px #725b37;
  position: relative;
}

@media screen and (min-width: 768px) {
  .modal-wrap-inner {
    padding: 6px 14px 14px;
  }
}

@media screen and (max-width: 767px) {
  .modal-wrap-inner {
    padding: 0.8vw 0.8vw 3.2vw;
  }
}

.modal-deco01::before {
  background: url(../img/modal-bg-deco.png) no-repeat center top;
  background-size: contain;
  bottom: 0;
  content: "";
  left: 0;
  left: 0;
  position: absolute;
  transform: rotate(270deg);
}

@media screen and (min-width: 768px) {
  .modal-deco01::before {
    height: 56px;
    width: 56px;
  }
}

@media screen and (max-width: 767px) {
  .modal-deco01::before {
    height: 6.4vw;
    width: 6.4vw;
  }
}

.modal-deco01::after {
  background: url(../img/modal-bg-deco.png) no-repeat center top;
  background-size: contain;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .modal-deco01::after {
    height: 56px;
    width: 56px;
  }
}

@media screen and (max-width: 767px) {
  .modal-deco01::after {
    height: 6.4vw;
    width: 6.4vw;
  }
}

.modal-deco02::before {
  background: url(../img/modal-bg-deco.png) no-repeat center top;
  background-size: contain;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px) {
  .modal-deco02::before {
    height: 56px;
    width: 56px;
  }
}

@media screen and (max-width: 767px) {
  .modal-deco02::before {
    height: 6.4vw;
    width: 6.4vw;
  }
}

.modal-deco02::after {
  background: url(../img/modal-bg-deco.png) no-repeat center top;
  background-size: contain;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .modal-deco02::after {
    height: 56px;
    width: 56px;
  }
}

@media screen and (max-width: 767px) {
  .modal-deco02::after {
    height: 6.4vw;
    width: 6.4vw;
  }
}

body.modalOpen {
  overflow: hidden;
}

.modal-title {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .modal-title {
    margin: 0 auto 39px;
    width: 209px;
  }
}

@media screen and (max-width: 767px) {
  .modal-title {
    margin: 0 auto 5.2vw;
    width: 27.86667vw;
  }
}

.modal-title:before, .modal-title:after {
  background: url(../img/modal-title-deco.png) no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

@media screen and (min-width: 768px) {
  .modal-title:before, .modal-title:after {
    height: 27px;
    width: 34px;
  }
}

.modal-title:before {
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .modal-title:before {
    left: -58px;
  }
}

@media screen and (max-width: 767px) {
  .modal-title:before {
    left: -9.06667vw;
  }
}

.modal-title:after {
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (min-width: 768px) {
  .modal-title:after {
    right: -58px;
  }
}

@media screen and (max-width: 767px) {
  .modal-title:after {
    right: -9.06667vw;
  }
}

.comment-head {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (min-width: 768px) {
  .comment-head {
    height: 304px;
    padding: 0px 17px;
  }
}

@media screen and (max-width: 767px) {
  .comment-head {
    height: 40.53333vw;
    padding: 0px 2.4vw;
  }
}

.comment-head:before, .comment-head:after {
  background: url(../img/modal-comment-head-deco.png) no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .comment-head:before, .comment-head:after {
    height: 18px;
    width: 642px;
  }
}

@media screen and (max-width: 767px) {
  .comment-head:before, .comment-head:after {
    height: 2.4vw;
    width: 100%;
  }
}

.comment-head:before {
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .comment-head:before {
    top: -35px;
  }
}

@media screen and (max-width: 767px) {
  .comment-head:before {
    top: -4.8vw;
  }
}

.comment-head:after {
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .comment-head:after {
    bottom: -35px;
  }
}

@media screen and (max-width: 767px) {
  .comment-head:after {
    bottom: -4.8vw;
  }
}

.comment-img--cast {
  align-self: center;
}

@media screen and (min-width: 768px) {
  .comment-img--cast {
    margin-right: 20px;
    width: 304px;
  }
}

@media screen and (max-width: 767px) {
  .comment-img--cast {
    margin-right: 2.66667vw;
    width: 40.53333vw;
  }
}

.comment-img--staff {
  align-self: center;
}

@media screen and (min-width: 768px) {
  .comment-img--staff {
    margin-right: 20px;
    width: 304px;
  }
}

@media screen and (max-width: 767px) {
  .comment-img--staff {
    margin-right: 2.66667vw;
    width: 40.53333vw;
  }
}

.comment-title {
  color: #251e1c;
  font-family: "Noto Serif", "Noto Serif JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .comment-title {
    font-size: 25px;
    letter-spacing: 0em;
    margin: 55px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .comment-title {
    font-size: 3.33333vw;
    margin: 7.33333vw auto 0;
  }
}

@media screen and (min-width: 768px) {
  .comment-img--cast + .comment-title {
    margin-top: 55px;
    width: 322px;
  }
}

@media screen and (max-width: 767px) {
  .comment-img--cast + .comment-title {
    margin-top: 7.33333vw;
    width: 42.93333vw;
  }
}

.comment-title > .roll {
  display: block;
  height: 2em;
}

.comment-title > .name {
  color: #251e1c;
  display: block;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .comment-title > .name {
    font-feature-settings: "palt";
    font-size: 62px;
    letter-spacing: -0.01em;
    margin: 16px auto 30px;
    word-break: keep-all;
  }
}

@media screen and (max-width: 767px) {
  .comment-title > .name {
    font-feature-settings: "palt";
    font-size: 8.26667vw;
    letter-spacing: -0.01em;
    margin: 2.13333vw auto 4vw;
    word-break: keep-all;
  }
}

@media screen and (min-width: 768px) {
  .comment-img--staff + .comment-title {
    margin-top: 55px;
    padding: 25px 0;
    width: 322px;
  }
}

@media screen and (max-width: 767px) {
  .comment-img--staff + .comment-title {
    margin-top: 7.33333vw;
    padding: 5.33333vw 0;
    width: 42.93333vw;
  }
}

.comment-title--staff {
  font-feature-settings: "palt";
  letter-spacing: 0em;
}

@media screen and (min-width: 768px) {
  .comment-title--staff > .name {
    margin: 41px auto 36px;
  }
}

@media screen and (max-width: 767px) {
  .comment-title--staff > .name {
    margin: 5.6vw auto 4.8vw;
  }
}

.comment-title::before {
  background: url(../img/comment-modal-text-deco.png) no-repeat center;
  background-size: cover;
  content: "";
  left: calc(50% - 1px);
  mix-blend-mode: luminosity;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .comment-title::before {
    height: 310px;
    top: -56px;
    width: 61px;
  }
}

@media screen and (max-width: 767px) {
  .comment-title::before {
    height: 41.33333vw;
    top: -7.46667vw;
    width: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .comment-body {
    margin-top: 7.46667vw;
  }
}

.comment-txt {
  color: #000;
  font-family: "Noto Serif", "Noto Serif JP", sans-serif;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .comment-txt {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 42px;
  }
}

@media screen and (max-width: 767px) {
  .comment-txt {
    font-size: 3.2vw;
    letter-spacing: -0.05em;
    line-height: 1.78;
  }
}

.comment-txt--large {
  /* @include max{
      font-size: spvw(12);
      line-height: 1.78;
      letter-spacing: -0.05em;
    } */
}

@media screen and (min-width: 768px) {
  .comment-txt--large {
    font-size: 18px;
    letter-spacing: -0.05em;
    line-height: 1.78;
    margin-top: 38px;
  }
}

.comment-txt--exlarge {
  /* @include max{
      font-size: spvw(12);
      line-height: 1.6;
      letter-spacing: -0.05em;
    } */
}

@media screen and (min-width: 768px) {
  .comment-txt--exlarge {
    font-size: 19px;
    letter-spacing: -0.05em;
    line-height: 1.6;
    margin-top: 38px;
  }
}

@media screen and (min-width: 768px) {
  .comment-txt:not(:first-of-type) {
    margin-top: 22px;
  }
}

@media screen and (max-width: 767px) {
  .comment-txt:not(:first-of-type) {
    margin-top: 2.93333vw;
  }
}

.comment-txt span {
  color: #bf9933;
  font-weight: bold;
}

.mfp-img {
  -moz-touch-callout: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  pointer-events: none;
  user-select: none;
}

.l-pager.ver__pink ul li.is__current em, .l-pager.ver__pink ul li a:hover {
  background: #d03127;
}

.l-pager ul {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-pager ul {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.l-pager ul li {
  display: inline-block;
  letter-spacing: normal;
}

@media screen and (min-width: 768px) {
  .l-pager ul li {
    height: 36px;
    width: 36px;
  }
}

@media screen and (max-width: 767px) {
  .l-pager ul li {
    height: 9.33333vw;
    margin: 0 0 5.33333vw 0;
    width: 9.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .l-pager ul li:not(:last-child) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .l-pager ul li:not(:nth-child(7n)) {
    margin-right: 2.66667vw !important;
  }
}

@media screen and (max-width: 767px) {
  .l-pager ul li:last-child {
    margin-right: 0 !important;
  }
}

.l-pager ul li.is__current em, .l-pager ul li a:hover, .l-pager ul li em:hover {
  background: #d03127;
  color: #fff;
}

.l-pager ul li em, .l-pager ul li a {
  background: #1e297a;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: table;
  font-style: normal;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-pager ul li em, .l-pager ul li a {
    transition-duration: 0.2s;
  }
}

.l-pager ul li em span, .l-pager ul li a span {
  display: table-cell;
  font-family: "Bodoni Moda", serif;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .l-pager ul li em span, .l-pager ul li a span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .l-pager ul li em span, .l-pager ul li a span {
    font-size: 4.26667vw;
  }
}

@media screen and (min-width: 768px) {
  .pages-nav {
    margin: 46px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .pages-nav {
    margin: 12.26667vw auto 0;
  }
}

.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: 768px) {
  .pages-nav--anchor {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .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: 5%;
  }
}

@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 li {
    width: 40vw;
  }
}

@media screen and (max-width: 768px) {
  .pages-nav.column__2 ul li:not(:last-child) {
    margin-right: 4vw;
  }
}

@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(208, 49, 39, 0.85);
  color: #fff;
}

.md-btn__links.color__orange a, .md-btn__links.color__orange em {
  background-color: rgba(208, 49, 39, 0.85);
  color: #fff;
}

.md-btn__links.off {
  cursor: auto;
  pointer-events: none;
}

.md-btn__links.off a, .md-btn__links.off em {
  background-color: #ccc;
  cursor: normal;
  pointer-events: none;
}

.md-btn__links a, .md-btn__links em {
  align-items: center;
  background: #1e297a;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: "Bodoni Moda", serif;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .md-btn__links a, .md-btn__links em {
    font-size: 16px;
    height: 45px;
    transition-duration: 0.2s;
    width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .md-btn__links a, .md-btn__links em {
    font-size: 4.26667vw;
    height: 12vw;
    width: 42.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .md-btn__links a:hover, .md-btn__links em:hover {
    background-color: rgba(208, 49, 39, 0.85);
    color: #fff;
  }
}

[data-simplebar] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}

.simplebar-wrapper {
  height: inherit;
  max-height: inherit;
  max-width: inherit;
  overflow: hidden;
  width: inherit;
}

.simplebar-mask {
  bottom: 0;
  direction: inherit;
  height: auto !important;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
  z-index: 0;
}

.simplebar-offset {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  box-sizing: inherit !important;
  direction: inherit !important;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  resize: none !important;
  right: 0;
  top: 0;
}

.simplebar-content-wrapper {
  -ms-overflow-style: none;
  box-sizing: border-box !important;
  direction: inherit;
  display: block;
  height: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  max-width: 100%;
  position: relative;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  pointer-events: none;
  width: 100%;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  flex-basis: 0;
  flex-grow: inherit;
  flex-shrink: 0;
  float: left;
  height: 100%;
  margin: 0;
  max-height: 1px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: -1;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  height: 1000%;
  left: 0;
  min-height: 1px;
  min-width: 1px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1000%;
  z-index: -1;
}

.simplebar-track {
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  -ms-user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  left: 0;
  min-height: 10px;
  position: absolute;
  right: 0;
}

.simplebar-scrollbar:before {
  /* background: $orange-color; */
  border-radius: 0px;
  content: '';
  left: 0px;
  opacity: 0;
  position: absolute;
  right: 0px;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 1;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  background-color: #F2E0BD;
  top: 0;
  width: 5px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  bottom: 0px;
  top: 0px;
}

.simplebar-track.simplebar-horizontal {
  height: 11px;
  left: 0;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 7px;
  left: 0;
  min-height: 0;
  min-width: 10px;
  right: auto;
  top: 2px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  left: 0;
  right: auto;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  height: 500px;
  opacity: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  position: fixed;
  visibility: hidden;
  width: 500px;
}

.simplebar-hide-scrollbar {
  -ms-overflow-style: none;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  scrollbar-width: none;
  visibility: hidden;
}

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