<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  line-height: 1.15; /* 1 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  font-family: inherit; /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; /* 1 */
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; /* 1 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
}

.modaal-overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.modaal-wrapper {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  display: block;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}
.modaal-wrapper .modaal-close {
  -webkit-appearance: none;
  padding: 0;
  border: none;
  background: transparent;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 80px 25px;
  text-align: center;
  vertical-align: middle;
}
.modaal-fullscreen .modaal-inner-wrapper {
  display: block;
  padding: 0;
  vertical-align: top;
}

.modaal-container {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #000;
  text-align: left;
  cursor: auto;
}
.modaal-container.is_loading {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  content: " ";
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  top: 10px;
  right: 10px;
  background: #afb7bc;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  font-size: 0;
  text-align: center;
}

.modaal-confirm-btn {
  display: inline-block;
  margin: 0 10px;
  border: none;
  background: transparent;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  border-radius: 3px;
  background: #555;
  color: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  color: #2f2f2f;
  text-decoration: none;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container &gt; blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  width: 1000px !important;
  max-width: 800px !important;
  margin: -6px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
  opacity: 0;
}

.modaal-image .modaal-inner-wrapper {
  padding-right: 140px;
  padding-left: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  border: none;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  cursor: default;
  opacity: 0;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  content: " ";
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  position: relative;
  margin: auto 50px;
}

.modaal-video-container {
  position: relative;
  max-width: 100%;
  max-width: 1300px;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
  background: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  display: block;
  width: 100%;
  height: 100%;
}
.modaal-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
  background: none;
}
@keyframes modaal-loading-spinner {
  0% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.1;
  }
}
.modaal-loading-spinner &gt; div {
  position: absolute;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  margin-left: 4px;
}

.modaal-loading-spinner &gt; div &gt; div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner &gt; div:nth-of-type(1) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner &gt; div:nth-of-type(2) &gt; div, .modaal-loading-spinner &gt; div:nth-of-type(3) &gt; div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner &gt; div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner &gt; div:nth-of-type(2) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.12s;
}

.modaal-loading-spinner &gt; div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner &gt; div:nth-of-type(3) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.25s;
}

.modaal-loading-spinner &gt; div:nth-of-type(4) &gt; div, .modaal-loading-spinner &gt; div:nth-of-type(5) &gt; div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner &gt; div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner &gt; div:nth-of-type(4) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.37s;
}

.modaal-loading-spinner &gt; div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner &gt; div:nth-of-type(5) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.5s;
}

.modaal-loading-spinner &gt; div:nth-of-type(6) &gt; div, .modaal-loading-spinner &gt; div:nth-of-type(7) &gt; div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner &gt; div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner &gt; div:nth-of-type(6) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.62s;
}

.modaal-loading-spinner &gt; div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner &gt; div:nth-of-type(7) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.75s;
}

.modaal-loading-spinner &gt; div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner &gt; div:nth-of-type(8) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.87s;
}

.modaal-loading-spinner &gt; div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

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

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.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;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}
[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 {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.va-01 {
  vertical-align: 0.1vw;
}

.va-02 {
  vertical-align: 0.2vw;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blur-in {
  0% {
    filter: blur(50px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes moveR {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
  }
}
@keyframes moveL {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}
@keyframes moveT {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
@keyframes moveB {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100px);
  }
}
@keyframes slide-in {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes slide-outR {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes rotateS {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes pic-loopL {
  100% {
    background-position-x: -2000px;
  }
}
@keyframes elasticity {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes bound {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  40% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  50% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  60% {
    transform: scale(0.9, 1.2) translate(0%, -100%);
  }
  75% {
    transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  85% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes tremor {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
@keyframes drop {
  0% {
    transform: scale(0.8, 1.4) translate(0%, -100%);
  }
  10% {
    transform: scale(0.8, 1.4) translate(0%, -15%);
  }
  20% {
    transform: scale(1.4, 0.6) translate(0%, 30%);
  }
  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -30%);
  }
  50% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  60% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.modaal-wrapper .modaal-close {
  box-sizing: content-box;
  border: solid 2px transparent;
  border-radius: 0;
  background: #fff;
  color: #000;
}
.modaal-wrapper .modaal-close::after {
  display: none;
}
.modaal-wrapper .modaal-close::before {
  width: 24px;
  height: 24px;
  margin: auto;
  inset: 0;
  background: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026.876%2026.875%22%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M689.186%2C35.065l24.749%2C24.749-2.121%2C2.121L687.065%2C37.186Zm-2.121%2C24.749%2C24.749-24.749%2C2.121%2C2.121L689.186%2C61.935Z%22%20transform%3D%22translate%28-687.062%20-35.063%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.modaal-wrapper .modaal-close::before, .modaal-wrapper .modaal-close::after {
  transform: none;
}
.modaal-wrapper .modaal-close:hover, .modaal-wrapper .modaal-close:focus {
  border: solid 2px currentColor;
  background: transparent;
  color: #fff;
}
.modaal-wrapper .modaal-close:hover::before, .modaal-wrapper .modaal-close:focus::before {
  background: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026.876%2026.875%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M689.186%2C35.065l24.749%2C24.749-2.121%2C2.121L687.065%2C37.186Zm-2.121%2C24.749%2C24.749-24.749%2C2.121%2C2.121L689.186%2C61.935Z%22%20transform%3D%22translate%28-687.062%20-35.063%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.modaal-video-wrap {
  margin: auto;
}

.modaal-image img {
  min-width: 1000px;
}

.modaal-image .modaal-outer-wrapper {
  overflow: hidden;
}

.modaal-image .modaal-inner-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}

.modaal-image .modaal-container {
  background: none;
  box-shadow: none;
}

.modaal-container {
  color: #000;
}

.modaal-inline .modaal-container {
  box-shadow: none;
}
.modaal-inline .modaal-content-container {
  padding: 0;
}
.modaal-inline .modaal-close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: #000000;
}
.modaal-inline .modaal-close::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026.876%2026.875%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M689.186%2C35.065l24.749%2C24.749-2.121%2C2.121L687.065%2C37.186Zm-2.121%2C24.749%2C24.749-24.749%2C2.121%2C2.121L689.186%2C61.935Z%22%20transform%3D%22translate%28-687.062%20-35.063%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.modaal-inline .modaal-close:hover, .modaal-inline .modaal-close:focus {
  border: none;
  background: #c81826;
}

.js-slides {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0, 0, 1, 1);
}
.js-slides.slick-initialized {
  opacity: 1;
}

.slick-pagination {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 2rem;
}

.slick-dots {
  display: flex;
  flex-flow: row wrap;
}
.slick-dots li {
  display: grid;
  position: relative;
  place-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0.4em 0.55em;
  background-color: #fff;
  color: #8c6e32;
  line-height: 1;
  cursor: pointer;
  pointer-events: painted;
}
.slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.slick-dots li.slick-active {
  background-color: #8c6e32;
  color: #fff;
}

.sell-box .sell-slides-pagination .slick-dots li {
  width: 32.6%;
}

.sell-box .slick-dots {
  width: 100%;
}

.l-haishin-release-oa__inner .slick-dots li.slick-active {
  background-color: #e20000;
  color: #fff;
}
.l-haishin-release-oa__inner .slick-dots li {
  color: #e20000;
}

.slick-arrow {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  color: transparent;
  opacity: 0.35;
}
.slick-arrow::before {
  display: flex;
  position: relative;
  top: 7px;
  margin: 0;
  content: "";
}
.slick-arrow::after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  border-radius: 50%;
  background-color: #c81826;
  content: "";
  transition: 0.2s;
}
.slick-arrow:hover::after {
  transform: scale(1.5);
}

.slick-prev {
  left: -4%;
}
.slick-prev::before {
  left: 10px;
  width: 10px;
  height: 10px;
  transform: rotate(46deg);
  border: solid 2px;
  border-width: 2px !important;
  border-color: transparent transparent #fff #fff;
}

.slick-next {
  right: -4%;
}
.slick-next::before {
  left: 5px;
  width: 10px;
  height: 10px;
  transform: rotate(-140deg);
  border: solid 2px;
  border-width: 2px !important;
  border-color: transparent transparent #fff #fff;
}

.slick-custom-buttons {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 2rem;
}

.slick-custom-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  padding: 0.5em;
  background-color: #8c6e32;
  color: #fff;
  font-weight: 700;
  opacity: 0.7;
  transition: 0.3s;
}
.slick-custom-button:hover {
  opacity: 0.9;
}
.slick-custom-button:not(:last-child) {
  margin-bottom: 0.5em;
}
.slick-custom-button.is-active {
  background-color: #8c6e32;
  opacity: 1;
  pointer-events: none;
}
.slick-custom-button[disable] {
  pointer-events: none;
}

section {
  outline: none;
}

*,
::before,
::after {
  box-sizing: inherit;
}

iframe {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

ul,
ol,
menu,
li,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  display: inherit;
  color: inherit;
  text-decoration: none;
}

p,
dl {
  margin: 0;
}

dt {
  display: inline;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

strong {
  font-weight: inherit;
  font-size: 1.15em;
}

button {
  padding: 0;
  border-width: 0;
  background-color: transparent;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  cursor: pointer;
}

input::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: 0;
}

hr {
  margin: 0;
  border: none;
}

*:root {
  --spaceX:4%;
  --spaceY:13%;
}

html {
  color: #000;
  font-weight: 400;
  font-size: 62.5%;
  line-height: 1.75;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Osaka", "メイリオ", sans-serif;
}

body {
  font-size: 1.4rem;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

hr {
  width: 100%;
  height: 1px;
  margin: 1em auto;
  background-color: color(white);
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  position: absolute;
  top: -1.2em;
  left: 0;
  width: 100%;
  content: attr(data-ruby);
  font-size: 0.6em;
  letter-spacing: 0.3em;
  text-align: center;
}

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

rt {
  text-align: center;
}

.l-body {
  z-index: 0;
  position: relative;
}

.l-hero {
  z-index: 50;
  position: relative;
  overflow: hidden;
  background-image: url("../img/bg-ptn1_sp.jpg");
  background-position: center;
  background-size: cover;
  background-color: #c81826;
}

.l-navArea {
  visibility: hidden;
  z-index: 100;
  position: fixed;
  top: 0;
  transition: visibility 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.l-navArea__content {
  height: 100vh;
  height: 100svh;
  padding: 1rem;
  transform: translateX(-100%);
  background-image: url("../img/bg-ptn2_pc.png");
  background-position: center;
  background-color: #C81E1E;
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.l-navArea__inner {
  height: 100%;
  overflow-y: scroll;
}
.l-navArea__overlay {
  visibility: hidden;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6f1111;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.l-navArea.is-active {
  visibility: visible;
}
.l-navArea.is-active .l-navArea__content {
  transform: translateX(0);
}
.l-navArea.is-active .l-navArea__overlay {
  visibility: visible;
  opacity: 0.35;
}

.l-trailer {
  padding-top: var(--spaceY);
  padding-bottom: var(--spaceY);
  background-image: url("../img/bg-ptn1_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 0;
}
.l-trailer__inner {
  z-index: 50;
  margin: 0 var(--spaceX);
}
.l-trailer__button {
  word-wrap: break-word;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.l-intro {
  background-color: #2b162b;
}
.l-intro .heading {
  margin: 15px auto 32px;
}
.l-intro__inner {
  z-index: 50;
  position: relative;
  margin: 0 var(--spaceX);
  /*&amp;::before{
    position: absolute;
    content: '';
    top:0;
    right: 0;
    width: 130px;
    height: 130px;
    background-image: url('../img/bg-episode-item.png');
    background-size: auto;
    background-position: center center;

    @include mq(l){
      right: 13px;
    }
  }*/
}
.l-intro__inner-bg {
  background-image: none;
  background-image: url("../img/bg-episode-item.jpg");
  background-color: #fff;
}

.intro-content {
  position: relative;
  height: auto;
  padding-top: 1vw;
  overflow: hidden;
  background-image: url("../img/bg-intro_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: top;
}

.l-chast-chart {
  padding-top: var(--spaceY);
  padding-bottom: var(--spaceY);
  background-image: url(../img/bg-ptn1_sp.jpg);
  background-size: cover;
}
.l-chast-chart__inner {
  z-index: 50;
  position: relative;
  margin: 0 var(--spaceX);
}

.l-story {
  padding-top: var(--spaceY);
  padding-top: 2vw;
  padding-bottom: var(--spaceY);
  overflow: hidden;
  background-image: url("../img/bg-story_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 0;
}
.l-story__inner {
  z-index: 50;
  position: relative;
  margin: 0 var(--spaceX);
}

.l-haishin-release-oa {
  position: relative;
  padding-top: var(--spaceY);
  padding-bottom: var(--spaceY);
  background-image: url("../img/bg-ptn1_sp.jpg");
  background-size: cover;
  background-repeat: repeat-y;
  background-color: #fff;
  background-position-x: 50%;
  background-position-y: 0;
}
.l-haishin-release-oa__inner {
  z-index: 50;
  position: relative;
  margin: 0 var(--spaceX);
}

.l-footer {
  padding-top: 46%;
  padding-bottom: 2%;
  background-image: url("../img/bg-copy-item_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position-x: 100%;
  background-position-y: 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0.07em;
}
.l-footer__inner {
  z-index: 50;
  position: relative;
  width: 91%;
  margin: 0 var(--spaceX);
  margin: 0 auto;
}

.l-aside {
  position: inherit;
  padding-top: 60px;
  padding-bottom: 96px;
  background-image: url("../img/bg-ptn1_sp.jpg");
  background-size: cover;
  background-repeat: repeat-y;
  background-color: #c81826;
  background-position-x: 50%;
  background-position-y: 50%;
  color: #000000;
  text-align: center;
}
.l-aside__inner {
  margin: 0 var(--spaceX);
}

.button {
  font-feature-settings: "palt" 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding: 0.5em 36px;
  background-color: rgba(199, 0, 0, 0.6);
  color: #fff;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.2em;
  transition: 0.4s;
}
.button:active {
  transform: scale(0.95);
  transition: 0.2s;
}
.button.is-active {
  background-color: #c81e1e;
  cursor: auto;
  pointer-events: none;
}
.button--new {
  position: relative;
}
.button--new::before {
  display: grid;
  position: absolute;
  top: 4px;
  left: 6px;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #8c6e32;
  content: "NEW";
  font-size: 8px;
  line-height: 0;
  letter-spacing: 0.05em;
  white-space: nowrap;
  animation: fade-in 1s cubic-bezier(0.42, 0, 0.58, 1) alternate infinite;
}

.button-columns {
  word-wrap: break-word;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 2fr));
  gap: 5px;
}

.flex-columns {
  display: flex;
  flex-wrap: wrap;
}
.flex-columns &gt; * {
  word-wrap: break-word;
  box-sizing: border-box;
  flex: 0 0 calc(33.3333333333% - 5px);
  min-width: 0;
  max-width: calc(33.3333333333% - 5px);
}
.flex-columns &gt; *:not(:last-child) {
  margin-right: 5px;
}

.embed {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.heading {
  width: 100%;
  margin: 0 auto 2rem;
  text-align: center;
}

.links-heading {
  margin-bottom: 0.5em;
  color: #8c6e32;
  font-weight: 500;
  font-size: 1.6rem;
}
.links-heading::after {
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  content: "»";
}

.nav-button {
  visibility: visible;
  z-index: 101;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #fff;
}
.nav-button::before {
  z-index: 1;
  position: absolute;
  width: 35px;
  height: 23px;
  margin: auto;
  inset: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035%2023%22%3E%3Cpath%20d%3D%22M-0.000%2C23.000%20L-0.000%2C20.000%20L34.1000%2C20.000%20L34.1000%2C23.000%20L-0.000%2C23.000%20ZM-0.000%2C9.1000%20L34.1000%2C9.1000%20L34.1000%2C12.1000%20L-0.000%2C12.1000%20L-0.000%2C9.1000%20ZM-0.000%2C0.000%20L34.1000%2C0.000%20L34.1000%2C3.000%20L-0.000%2C3.000%20L-0.000%2C0.000%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  content: "";
}
.nav-button.is-active::before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026.876%2026.875%22%3E%3Cpath%20d%3D%22M689.186%2C35.065l24.749%2C24.749-2.121%2C2.121L687.065%2C37.186Zm-2.121%2C24.749%2C24.749-24.749%2C2.121%2C2.121L689.186%2C61.935Z%22%20transform%3D%22translate%28-687.062%20-35.063%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nav {
  color: #fff;
  font-weight: 500;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.07em;
}
.nav__list {
  display: grid;
  grid-template-columns: repeat(content-fit, auto);
  justify-content: center;
}
.nav__item {
  animation: inherit;
}
.nav__link {
  display: flex;
  z-index: 0;
  position: relative;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 20px 36px 20px 20px;
  overflow: hidden;
  line-height: 1;
  /*&amp;::before{
    content: '';
    position: absolute;
    inset: 1;
    width: 96px;
    height: 101px;  
    background-size: 80%;
    z-index: -1;
    background: url('../img/nav-item-hover.png')no-repeat center center / auto;
    animation: zoom-out 0.5s $easeOutExpo forwards;
  }*/
}
.nav__link:hover {
  text-shadow: #000 0 0 10px, #000 0 0 10px, #000 0 0 10px;
}
.nav__link::after {
  position: absolute;
  width: 6px;
  height: 6px;
  inset: auto 16px auto auto;
  transform: rotate(-45deg);
  transform-origin: center;
  border-right: solid 2px white;
  border-bottom: solid 2px white;
  content: "";
}
.nav__link:hover::before {
  animation: zoom-in 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.nav__link__ruby {
  display: block;
  margin-top: 1em;
  font-size: 60%;
}

.l-navArea.is-active .nav__item {
  animation: moveT 0.3s cubic-bezier(0.42, 0, 0.58, 1) alternate-reverse both, fade-in 0.3s cubic-bezier(0.42, 0, 0.58, 1) both;
}
.l-navArea.is-active .nav__item:nth-of-type(1) {
  animation-delay: 0.05s;
}
.l-navArea.is-active .nav__item:nth-of-type(2) {
  animation-delay: 0.1s;
}
.l-navArea.is-active .nav__item:nth-of-type(3) {
  animation-delay: 0.15s;
}
.l-navArea.is-active .nav__item:nth-of-type(4) {
  animation-delay: 0.2s;
}
.l-navArea.is-active .nav__item:nth-of-type(5) {
  animation-delay: 0.25s;
}
.l-navArea.is-active .nav__item:nth-of-type(6) {
  animation-delay: 0.3s;
}
.l-navArea.is-active .nav__item:nth-of-type(7) {
  animation-delay: 0.35s;
}
.l-navArea.is-active .nav__item:nth-of-type(8) {
  animation-delay: 0.4s;
}
.l-navArea.is-active .nav__item:nth-of-type(9) {
  animation-delay: 0.45s;
}
.l-navArea.is-active .nav__item:nth-of-type(10) {
  animation-delay: 0.5s;
}

.share {
  display: grid;
  grid-auto-columns: min-content;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  line-height: 0;
  vertical-align: middle;
}
.share__item {
  display: inline;
  vertical-align: middle;
}
.hero__logo {
  position: absolute;
}
.hero__catch {
  position: absolute;
}
.hero__links {
  text-align: center;
}
.hero__links__item {
  margin-bottom: 0.2rem;
  transition: 0.4s;
}
.hero__links__item:active {
  transform: scale(0.95);
  transition: 0.2s;
}
.hero__banners {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  margin: var(--spaceX) auto 0;
  gap: 1rem;
}
.hero__banners__item {
  transition: 0.4s;
}
.hero__banners__item:active {
  transform: scale(0.95);
  transition: 0.2s;
}
.hero__trailers {
  display: none;
}
.hero__trailers__item {
  transition: 0.4s;
}
.hero__trailers__item:active {
  transform: scale(0.95);
  transition: 0.2s;
}
.hero__share {
  margin: 3% auto 0;
}
.hero__bg {
  margin-top: -64.1vw;
  padding: 4% var(--spaceX);
  background-position: bottom;
  background-color: #dcc8db;
}
.hero__wrap {
  z-index: 100;
  position: relative;
  margin: auto;
}
.hero__wrap--kv {
  z-index: 50;
}

.hero__logo, .hero__catch, .hero__kv {
  opacity: 1;
}
.hero.is-loaded .hero__logo, .hero.is-loaded .hero__catch {
  visibility: visible;
  animation: blur-in 1s 0.5s cubic-bezier(0.42, 0, 0.58, 1) forwards;
}
.hero.is-loaded .hero__kv {
  visibility: visible;
  animation: blur-in 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.intro-image {
  position: relative;
  width: 100%;
  pointer-events: none;
}
.intro-image picture {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 76%;
  transform: translateX(-50%);
}
.intro-image img {
  width: 100%;
}

.intro-catch {
  text-align: center;
}

.intro-slides-pagination {
  display: flex;
  position: absolute;
  bottom: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 66vw;
  padding: 8px 0;
}

.intro-slides {
  padding: 2rem 0;
}
.intro-slides__item {
  font-weight: bold;
  line-height: 1.9;
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.intro-slides__item h3 {
  margin-bottom: 0.5em;
  color: #c81826;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Osaka", "メイリオ", sans-serif;
}
.intro-slides__item .intro-text3 {
  display: block;
  text-align: right;
}

.intro-menu {
  color: #c81e1e;
  font-weight: 700;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.025em;
  counter-reset: intro-item;
}
.intro-menu__item:not(:last-child) {
  border-bottom: solid 1px #c81826;
}
.intro-menu__link {
  display: flex;
  position: relative;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 22px 0;
  text-align: left;
}
.intro-menu__link::before {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 95px;
  height: 99px;
  margin-right: 13px;
  background: url("../img/intro-head-sub_img.png") no-repeat border-box left top/contain fixed content-box;
  content: counter(intro-item);
  color: #fff;
  font-size: 3.4rem;
  line-height: 0;
  counter-increment: intro-item;
}
.intro-menu__link::after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c81826;
  content: "";
  animation: slide-outR 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  clip-path: inset(0 100% 0 0);
  opacity: 0.25;
}
.intro-menu__link:hover::after {
  animation: slide-in 0.3s 0.15s cubic-bezier(0.42, 0, 0.58, 1) forwards;
}

span.font {
  font-family: "", sans-serif;
}

.intro-pic {
  display: flex;
  position: relative;
  flex-flow: row nowrap;
  width: 100%;
  height: 125px;
  background-image: url("../img/introduction-pic.jpg");
  background-size: auto 125px;
  background-repeat: repeat-x;
  background-position-x: 0;
  animation: pic-loopL cubic-bezier(0, 0, 1, 1) infinite;
  animation-duration: 120s;
}

.cast-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cast-list &gt; * {
  word-wrap: break-word;
  box-sizing: border-box;
  flex: 0 0 calc(33.3333333333% - 3px);
  min-width: 0;
  max-width: calc(33.3333333333% - 3px);
}
.cast-list &gt; *:not(:last-child) {
  margin-right: 3px;
}
.cast-list li:nth-child(1) .cast-list__item::before {
  background-image: url("../img/cast1-list-image_pc.jpg");
  /*mask-image: url('../img/cast1-list-mask.png');*/
}
.cast-list li:nth-child(2) .cast-list__item::before {
  background-image: url("../img/cast2-list-image_pc.jpg");
  /*mask-image: url('../img/cast2-list-mask.png');*/
}
.cast-list li:nth-child(3) .cast-list__item::before {
  background-image: url("../img/cast3-list-image_pc.jpg");
  /*mask-image: url('../img/cast3-list-mask.png');*/
}
.cast-list__item {
  z-index: 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 144.1087613293%;
  overflow: hidden;
}
.cast-list__item::before {
  -webkit-mask-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
          mask-size: cover;
  transition: background-size 0.3s cubic-bezier(0, 0, 1, 1);
}
.cast-list__item::after {
  display: grid;
  z-index: 1;
  position: absolute;
  right: 1vw;
  bottom: 1vw;
  place-items: center;
  width: 34px;
  height: 34px;
  transform: rotate(0.03deg);
  background-color: #c81826;
  content: "＋";
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  font-family: sans-serif;
  transition: all 0.3s cubic-bezier(0, 0, 1, 1);
}
.cast-list__item:hover::before {
  background-size: 110%;
}
.cast-list__item:hover::after {
  background-color: #fff;
  color: #000000;
}

.cast-modal {
  display: grid;
  align-items: center;
  font-size: 1.2rem;
}
.cast-modal__image img {
  width: 100%;
  object-fit: cover;
}
.cast-modal__content {
  padding: 4%;
}
.cast-modal__head {
  margin-bottom: 1em;
  color: #8c6e32;
  font-weight: 500;
}
.cast-modal__head h3 {
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: -2px;
}
.cast-modal__body h4 {
  display: inline-block;
  margin-bottom: 0.25em;
  padding: 0.75em 1em;
  background-color: rgba(140, 105, 40, 0.5);
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
.cast-modal__body li {
  font-weight: 500;
  font-family: "Yu Gothic", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Osaka", "メイリオ", sans-serif;
}
/*.cast-modal__content2 .cast-modal__head {
  color: map-get($colors, pink );
}

.cast-modal__content2 .cast-modal__body h4 {
  background-color: rgba(125,30,160,0.5);
}*/
.chart button {
  position: relative;
}
.chart button::after {
  display: grid;
  z-index: 1;
  position: absolute;
  right: 1%;
  right: 1%;
  bottom: 2%;
  place-items: center;
  width: 34px;
  height: 34px;
  transform: rotate(0.03deg);
  background-color: #c81826;
  content: "＋";
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  font-family: sans-serif;
  transition: all 0.3s cubic-bezier(0, 0, 1, 1);
}
.chart button:hover::after {
  background-color: #fff;
  color: #000000;
}

.staff h3 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #c81826;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
}
.staff li {
  margin-bottom: 0.25em;
  color: #000000;
}

.story-slides__head {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-align: center;
}
.story-slides__head &gt; * {
  word-wrap: break-word;
  box-sizing: border-box;
  flex: 0 0 1;
  min-width: 0;
  max-width: 1;
}
.story-slides__head h3 {
  padding: 1em;
  color: #fff1af;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-shadow: #830000 0 0 5px, #830000 0 0 5px, #830000 0 0 5px, #830000 0 0 5px, #830000 0 0 5px, #830000 0 0 5px;
}
.story-slides__body {
  color: #fff;
  font-weight: bold;
  line-height: 2.3125;
  line-height: 1.9125;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.025em;
  text-align: justify;
  text-shadow: #830000 0 0 5px, #830000 0 0 5px, #830000 0 0 5px, #830000 0 0 5px, #830000 0 0 5px, #830000 0 0 5px;
}
.story-slides .slick-slide h3, .story-slides .slick-slide .story-slides__body {
  clip-path: inset(0 100% 0 0);
}
.story-slides .slick-active h3, .story-slides .slick-active .story-slides__body {
  animation: slide-in 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}
.story-slides .slick-active h3 {
  animation-delay: 0.15s;
}
.story-slides .slick-active .story-slides__body {
  animation-delay: 0.35s;
}
.story-slides .slick-arrow::before {
  border-color: transparent transparent #c81826 #c81826;
}
.story-slides .slick-arrow::after {
  background-color: #fff;
}

.story-slides-pagination {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.story-slides-pagination span {
  display: flex;
  align-items: center;
  margin-bottom: 0.25em;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
.story-slides-pagination span::after {
  width: 50px;
  height: 1px;
  margin: 0 0.5em;
  background-color: currentColor;
  content: "";
}
.story-slides-pagination .slick-dots {
  justify-content: center;
}
.story-slides-pagination .slick-dots li {
  background-color: #fff;
  color: #8c6e32;
}
.story-slides-pagination .slick-dots li.slick-active {
  background-color: #8c6e32;
  color: #fff;
}

.box {
  position: relative;
  padding: 2% 6% 6%;
  border: solid 1px #8c6e32;
  background-color: rgba(255, 255, 255, 0.7);
}
.box:not(:last-child) {
  margin-bottom: 2rem;
}
.box__head {
  position: relative;
  top: 5px;
  left: -2%;
  max-width: 34%;
  margin-bottom: 6%;
}
.box__link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1.5em;
  border: solid 1px #c81826;
  background-color: #ffffff;
  box-shadow: 3px 3px 0 #c81826;
  color: #c81e1e;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.40625;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.07em;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.box__link::before {
  position: absolute;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #c81826;
  content: "";
}
.box__link::after {
  position: absolute;
  right: -7px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M352%200c-12.9%200-24.6%207.8-29.6%2019.8s-2.2%2025.7%206.9%2034.9L370.7%2096%20201.4%20265.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L416%20141.3l41.4%2041.4c9.2%209.2%2022.9%2011.9%2034.9%206.9s19.8-16.6%2019.8-29.6V32c0-17.7-14.3-32-32-32H352zM80%2032C35.8%2032%200%2067.8%200%20112V432c0%2044.2%2035.8%2080%2080%2080H400c44.2%200%2080-35.8%2080-80V320c0-17.7-14.3-32-32-32s-32%2014.3-32%2032V432c0%208.8-7.2%2016-16%2016H80c-8.8%200-16-7.2-16-16V112c0-8.8%207.2-16%2016-16H192c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H80z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  content: "";
}
.box__link:hover {
  transform: translate(3px);
  border: solid 1px currentColor;
  box-shadow: none;
  color: #c81826;
}
.box__link:hover::before {
  background-color: currentColor;
}
.box__table tbody {
  text-align: center;
}
.box__table tr {
  display: table;
  margin-bottom: 1em;
}
.box__table th, .box__table td {
  line-height: 1;
  letter-spacing: 0.07em;
}
.box__table th {
  display: table-cell;
  min-width: 100px;
  padding: 1em;
  background: #8c6e32;
  background: linear-gradient(to bottom right, #64461e 0%, #8c6928 62%, #64461e 100%);
  color: #fff;
  font-size: 1.2rem;
  white-space: nowrap;
}
.box__table td {
  padding: 0 0.5em;
  color: #c81826;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: left;
}

.l-haishin-box__table.box__table {
  display: flex;
}
.l-haishin-box__table.box__table tbody {
  display: flex;
  flex-wrap: wrap;
}
.l-haishin-box__table.box__table tr {
  display: inline-table;
  margin-bottom: 1em;
}

.rental-box__table.box__table {
  display: flex;
}
.rental-box__table.box__table tbody {
  display: flex;
  flex-wrap: wrap;
}
.rental-box__table.box__table tr {
  display: inline-table;
  margin-bottom: 1em;
}
.rental-box__table.box__table th {
  width: 100px;
}

.supplement_text {
  padding: 0.5em 0.5em;
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
}

/*.sell-box .supplement_text {
  padding: 0.5em 0.5em 0.9em;

  @include mq(pc){
  position: absolute;
  top: 60px;
  right: 121px;
  margin-top: auto;
  }
}*/
.sell-slides__col--content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sell-slides__col--content &gt; * {
  word-wrap: break-word;
  box-sizing: border-box;
  flex: 0 0 2;
  min-width: 0;
  max-width: 2;
}
.sell-slides__content {
  order: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.sell-slides__image {
  margin: auto;
}
.sell-slides__head {
  margin-bottom: 2rem;
  color: #c81826;
  font-size: 2.6rem;
  line-height: 1.15;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.sell-slides__head h4 {
  margin-bottom: 0.1em;
  color: #8c6e32;
  font-weight: bold;
  font-size: 3rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Osaka", "メイリオ", sans-serif;
}

.links-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.links-list img {
  width: 100%;
}
.links-list a[disabled] {
  position: relative;
  pointer-events: none;
}
.links-list a[disabled]::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  content: "";
}

.sell-slides-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.07em;
}
.sell-slides-pagination .slick-dots li {
  width: 138px;
  height: 40px;
  margin-right: 0;
  padding: 0;
  border: solid 1px #e20000;
}

.aside .main-banners {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aside .main-banners li {
  padding: 1.5%;
}

.button-top {
  z-index: 100;
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 52px;
  height: 52px;
  overflow: hidden;
  background-color: #8c6e32;
  color: transparent;
  animation: moveT 0.3s cubic-bezier(0.42, 0, 0.58, 1) alternate;
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.button-top::before {
  position: absolute;
  top: 11px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 22px;
  margin: auto;
  transform: rotate(45deg);
  border-top: solid 2.5px #fff;
  border-left: solid 2.5px #fff;
  content: "";
}
.button-top:hover, .button-top :focus {
  transform: translateY(-10px);
}

.js-button-top {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.js-button-top.is-scrolled {
  visibility: visible;
  opacity: 1;
}

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

.u-d-n {
  display: none;
}

.u-d-i {
  display: inline;
}

.u-d-ib {
  display: inline-block;
}

.u-d-t {
  display: table;
}

.u-d-f {
  display: flex;
}

.u-d-if {
  display: inline-flex;
}

.u-pos-r {
  position: relative;
}

.u-z-n2 {
  z-index: -2;
}

.u-z-n1 {
  z-index: -1;
}

.u-z-1 {
  z-index: 1;
}

.u-z-2 {
  z-index: 2;
}

.u-z-3 {
  z-index: 3;
}

.u-ai-b {
  align-items: baseline;
}

.u-ai-c {
  align-items: center;
}

.u-ai-e {
  align-items: flex-end;
}

.u-jc-c {
  justify-content: center;
}

.u-jc-fs {
  justify-content: flex-start;
}

.u-jc-e {
  justify-content: flex-end;
}

.u-jc-sb {
  justify-content: space-between;
}

.u-jc-sa {
  justify-content: space-around;
}

.u-fd-c {
  flex-direction: column;
}

.u-fd-cr {
  flex-direction: column-reverse;
}

.u-fd-r {
  flex-direction: row;
}

.u-fd-rr {
  flex-direction: row-reverse;
}

.u-fwr-w {
  flex-wrap: wrap;
}

.u-fwr-nw {
  flex-wrap: nowrap;
}

.u-flex-auto {
  flex: 0 0 auto;
}

.u-c-text {
  color: #000;
}

.u-c-main {
  color: #c81826;
}

.u-c-black {
  color: #000000;
}

.u-c-navy {
  color: #0c2650;
}

.u-c-link {
  color: inherit;
}

.u-c-white {
  color: #fff;
}

.u-c-off-white {
  color: #F8F3EF;
}

.u-c-red {
  color: #c81e1e;
}

.u-c-l-red {
  color: #e20000;
}

.u-c-d-red {
  color: #C81E1E;
}

.u-c-blue {
  color: #5aaffa;
}

.u-c-t-blue {
  color: rgba(90, 175, 250, 0.6);
}

.u-c-green {
  color: #365264;
}

.u-c-yellow {
  color: #fff1af;
}

.u-c-pink {
  color: #d25078;
}

.u-c-l-pink {
  color: #fa6464;
}

.u-c-t-pink {
  color: rgba(248, 128, 128, 0.7);
}

.u-c-purple {
  color: #920078;
}

.u-c-t-purple {
  color: rgba(75, 0, 120, 0.6);
}

.u-c-d-purple {
  color: #2b162b;
}

.u-c-beige {
  color: #8c6e32;
}

.u-bc-text {
  background-color: #000;
}

.u-bc-main {
  background-color: #c81826;
}

.u-bc-black {
  background-color: #000000;
}

.u-bc-navy {
  background-color: #0c2650;
}

.u-bc-link {
  background-color: inherit;
}

.u-bc-white {
  background-color: #fff;
}

.u-bc-off-white {
  background-color: #F8F3EF;
}

.u-bc-red {
  background-color: #c81e1e;
}

.u-bc-l-red {
  background-color: #e20000;
}

.u-bc-d-red {
  background-color: #C81E1E;
}

.u-bc-blue {
  background-color: #5aaffa;
}

.u-bc-t-blue {
  background-color: rgba(90, 175, 250, 0.6);
}

.u-bc-green {
  background-color: #365264;
}

.u-bc-yellow {
  background-color: #fff1af;
}

.u-bc-pink {
  background-color: #d25078;
}

.u-bc-l-pink {
  background-color: #fa6464;
}

.u-bc-t-pink {
  background-color: rgba(248, 128, 128, 0.7);
}

.u-bc-purple {
  background-color: #920078;
}

.u-bc-t-purple {
  background-color: rgba(75, 0, 120, 0.6);
}

.u-bc-d-purple {
  background-color: #2b162b;
}

.u-bc-beige {
  background-color: #8c6e32;
}

.u-fs-i {
  font-size: inherit !important;
}

.u-fs-10 {
  font-size: 1rem !important;
}

.u-fs-12 {
  font-size: 1.2rem !important;
}

.u-fs-14 {
  font-size: 1.4rem !important;
}

.u-fs-16 {
  font-size: 1.6rem !important;
}

.u-fs-18 {
  font-size: 1.8rem !important;
}

.u-fs-20 {
  font-size: 2rem !important;
}

.u-fs-22 {
  font-size: 2.2rem !important;
}

.u-fs-24 {
  font-size: 2.4rem !important;
}

.u-fs-27 {
  font-size: 2.7rem !important;
}

.u-fs-30 {
  font-size: 3rem !important;
}

.u-fs-40 {
  font-size: 4rem !important;
}

.u-fs-60p {
  font-size: 60% !important;
}

.u-fs-70p {
  font-size: 70% !important;
}

.u-fs-80p {
  font-size: 80% !important;
}

.u-fs-90p {
  font-size: 90% !important;
}

.u-fs-100p {
  font-size: 100% !important;
}

.u-fs-110p {
  font-size: 110% !important;
}

.u-fs-120p {
  font-size: 120% !important;
}

.u-fs-130p {
  font-size: 130% !important;
}

.u-fs-140p {
  font-size: 140% !important;
}

.u-fs-150p {
  font-size: 150% !important;
}

.u-fs-160p {
  font-size: 160% !important;
}

.u-fs-170p {
  font-size: 170% !important;
}

.u-fs-180p {
  font-size: 180% !important;
}

.u-fw-s {
  font-weight: 400;
}

.u-fw-m {
  font-weight: 500;
}

.u-fw-l {
  font-weight: 700;
}

.u-fw-xl {
  font-weight: 900;
}

.u-fw-base {
  font-weight: 400;
}

.u-fsy-i {
  font-style: italic;
}

.u-fsy-n {
  font-style: normal;
}

.u-lh-i {
  line-height: inherit !important;
}

.u-lh-10 {
  line-height: 0.1 !important;
}

.u-lh-20 {
  line-height: 0.2 !important;
}

.u-lh-30 {
  line-height: 0.3 !important;
}

.u-lh-40 {
  line-height: 0.4 !important;
}

.u-lh-50 {
  line-height: 0.5 !important;
}

.u-lh-60 {
  line-height: 0.6 !important;
}

.u-lh-70 {
  line-height: 0.7 !important;
}

.u-lh-80 {
  line-height: 0.8 !important;
}

.u-lh-90 {
  line-height: 0.9 !important;
}

.u-lh-100 {
  line-height: 1 !important;
}

.u-lh-110 {
  line-height: 1.1 !important;
}

.u-lh-120 {
  line-height: 1.2 !important;
}

.u-lh-130 {
  line-height: 1.3 !important;
}

.u-lh-140 {
  line-height: 1.4 !important;
}

.u-lh-150 {
  line-height: 1.5 !important;
}

.u-lh-160 {
  line-height: 1.6 !important;
}

.u-lh-170 {
  line-height: 1.7 !important;
}

.u-lh-180 {
  line-height: 1.8 !important;
}

.u-lh-190 {
  line-height: 1.9 !important;
}

.u-lh-200 {
  line-height: 2 !important;
}

.u-ls-xs {
  letter-spacing: 0.02em;
}

.u-ls-s {
  letter-spacing: 0.05em;
}

.u-ls-m {
  letter-spacing: 0.08em;
}

.u-ls-l {
  letter-spacing: 0.2em;
}

.u-ls-xl {
  letter-spacing: 0.2em;
}

.u-ta-r {
  text-align: right;
}

.u-ta-l {
  text-align: left;
}

.u-ta-c {
  text-align: center;
}

.u-ta-j {
  text-align: justify;
}

.u-va-tb {
  vertical-align: text-bottom;
}

.u-td-lt {
  text-decoration: line-through;
}

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

.u-sans-serif {
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Osaka", "メイリオ", sans-serif;
}

.u-serif {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

.u-w-10 {
  width: 10% !important;
}

.u-w-20 {
  width: 20% !important;
}

.u-w-30 {
  width: 30% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-60 {
  width: 60% !important;
}

.u-w-70 {
  width: 70% !important;
}

.u-w-80 {
  width: 80% !important;
}

.u-w-90 {
  width: 90% !important;
}

.u-w-100 {
  width: 100% !important;
}

.u-w-auto {
  width: auto !important;
}

.u-mw-10 {
  max-width: 10% !important;
}

.u-mw-20 {
  max-width: 20% !important;
}

.u-mw-30 {
  max-width: 30% !important;
}

.u-mw-40 {
  max-width: 40% !important;
}

.u-mw-50 {
  max-width: 50% !important;
}

.u-mw-60 {
  max-width: 60% !important;
}

.u-mw-70 {
  max-width: 70% !important;
}

.u-mw-80 {
  max-width: 80% !important;
}

.u-mw-90 {
  max-width: 90% !important;
}

.u-mw-100 {
  max-width: 100% !important;
}

.u-mw-none {
  max-width: none !important;
}

.u-h-10 {
  height: 10% !important;
}

.u-h-20 {
  height: 20% !important;
}

.u-h-30 {
  height: 30% !important;
}

.u-h-40 {
  height: 40% !important;
}

.u-h-50 {
  height: 50% !important;
}

.u-h-60 {
  height: 60% !important;
}

.u-h-70 {
  height: 70% !important;
}

.u-h-80 {
  height: 80% !important;
}

.u-h-90 {
  height: 90% !important;
}

.u-h-100 {
  height: 100% !important;
}

.u-h-auto {
  height: auto !important;
}

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

.u-m-xxs {
  margin: 0.5rem !important;
}

.u-m-xs {
  margin: 1rem !important;
}

.u-m-s {
  margin: 2rem !important;
}

.u-m-m {
  margin: 3rem !important;
}

.u-m-l {
  margin: 5rem !important;
}

.u-m-xl {
  margin: 8rem !important;
}

.u-m-xxl {
  margin: 10rem !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-0, .u-my-0 {
  margin-top: 0 !important;
}

.u-mt-xxs, .u-my-xxs {
  margin-top: 0.5rem !important;
}

.u-mt-xs, .u-my-xs {
  margin-top: 1rem !important;
}

.u-mt-s, .u-my-s {
  margin-top: 2rem !important;
}

.u-mt-m, .u-my-m {
  margin-top: 3rem !important;
}

.u-mt-l, .u-my-l {
  margin-top: 5rem !important;
}

.u-mt-xl, .u-my-xl {
  margin-top: 8rem !important;
}

.u-mt-xxl, .u-my-xxl {
  margin-top: 10rem !important;
}

.u-mt-auto, .u-my-auto {
  margin-top: auto !important;
}

.u-mb-0, .u-my-0 {
  margin-bottom: 0 !important;
}

.u-mb-xxs, .u-my-xxs {
  margin-bottom: 0.5rem !important;
}

.u-mb-xs, .u-my-xs {
  margin-bottom: 1rem !important;
}

.u-mb-s, .u-my-s {
  margin-bottom: 2rem !important;
}

.u-mb-m, .u-my-m {
  margin-bottom: 3rem !important;
}

.u-mb-l, .u-my-l {
  margin-bottom: 5rem !important;
}

.u-mb-xl, .u-my-xl {
  margin-bottom: 8rem !important;
}

.u-mb-xxl, .u-my-xxl {
  margin-bottom: 10rem !important;
}

.u-mb-auto, .u-my-auto {
  margin-bottom: auto !important;
}

.u-mr-0, .u-mx-0 {
  margin-right: 0 !important;
}

.u-mr-xxs, .u-mx-xxs {
  margin-right: 0.5rem !important;
}

.u-mr-xs, .u-mx-xs {
  margin-right: 1rem !important;
}

.u-mr-s, .u-mx-s {
  margin-right: 2rem !important;
}

.u-mr-m, .u-mx-m {
  margin-right: 3rem !important;
}

.u-mr-l, .u-mx-l {
  margin-right: 5rem !important;
}

.u-mr-xl, .u-mx-xl {
  margin-right: 8rem !important;
}

.u-mr-xxl, .u-mx-xxl {
  margin-right: 10rem !important;
}

.u-mr-auto, .u-mx-auto {
  margin-right: auto !important;
}

.u-mr-1e, .u-mx-1e {
  margin-right: 1em !important;
}

.u-ml-0, .u-mx-0 {
  margin-left: 0 !important;
}

.u-ml-xxs, .u-mx-xxs {
  margin-left: 0.5rem !important;
}

.u-ml-xs, .u-mx-xs {
  margin-left: 1rem !important;
}

.u-ml-s, .u-mx-s {
  margin-left: 2rem !important;
}

.u-ml-m, .u-mx-m {
  margin-left: 3rem !important;
}

.u-ml-l, .u-mx-l {
  margin-left: 5rem !important;
}

.u-ml-xl, .u-mx-xl {
  margin-left: 8rem !important;
}

.u-ml-xxl, .u-mx-xxl {
  margin-left: 10rem !important;
}

.u-ml-auto, .u-mx-auto {
  margin-left: auto !important;
}

.u-ml-1e, .u-mx-1e {
  margin-left: 1em !important;
}

.u-ml-1e {
  margin-left: 1em;
}

.u-nml-05e {
  margin-left: -0.5em;
}

.u-nml-1e {
  margin-left: -1em;
}

.u-nm-xxs {
  margin: -0.5rem !important;
}

.u-nm-xs {
  margin: -1rem !important;
}

.u-nm-s {
  margin: -2rem !important;
}

.u-nm-m {
  margin: -3rem !important;
}

.u-nm-l {
  margin: -5rem !important;
}

.u-nm-xl {
  margin: -8rem !important;
}

.u-nm-xxl {
  margin: -10rem !important;
}

.u-nmt-xxs, .u-nmy-xxs {
  margin-top: -0.5rem !important;
}

.u-nmt-xs, .u-nmy-xs {
  margin-top: -1rem !important;
}

.u-nmt-s, .u-nmy-s {
  margin-top: -2rem !important;
}

.u-nmt-m, .u-nmy-m {
  margin-top: -3rem !important;
}

.u-nmt-l, .u-nmy-l {
  margin-top: -5rem !important;
}

.u-nmt-xl, .u-nmy-xl {
  margin-top: -8rem !important;
}

.u-nmt-xxl, .u-nmy-xxl {
  margin-top: -10rem !important;
}

.u-nmb-xxs, .u-nmy-xxs {
  margin-bottom: -0.5rem !important;
}

.u-nmb-xs, .u-nmy-xs {
  margin-bottom: -1rem !important;
}

.u-nmb-s, .u-nmy-s {
  margin-bottom: -2rem !important;
}

.u-nmb-m, .u-nmy-m {
  margin-bottom: -3rem !important;
}

.u-nmb-l, .u-nmy-l {
  margin-bottom: -5rem !important;
}

.u-nmb-xl, .u-nmy-xl {
  margin-bottom: -8rem !important;
}

.u-nmb-xxl, .u-nmy-xxl {
  margin-bottom: -10rem !important;
}

.u-nmr-xxs, .u-nmx-xxs {
  margin-right: -0.5rem !important;
}

.u-nmr-xs, .u-nmx-xs {
  margin-right: -1rem !important;
}

.u-nmr-s, .u-nmx-s {
  margin-right: -2rem !important;
}

.u-nmr-m, .u-nmx-m {
  margin-right: -3rem !important;
}

.u-nmr-l, .u-nmx-l {
  margin-right: -5rem !important;
}

.u-nmr-xl, .u-nmx-xl {
  margin-right: -8rem !important;
}

.u-nmr-xxl, .u-nmx-xxl {
  margin-right: -10rem !important;
}

.u-nml-xxs, .u-nmx-xxs {
  margin-left: -0.5rem !important;
}

.u-nml-xs, .u-nmx-xs {
  margin-left: -1rem !important;
}

.u-nml-s, .u-nmx-s {
  margin-left: -2rem !important;
}

.u-nml-m, .u-nmx-m {
  margin-left: -3rem !important;
}

.u-nml-l, .u-nmx-l {
  margin-left: -5rem !important;
}

.u-nml-xl, .u-nmx-xl {
  margin-left: -8rem !important;
}

.u-nml-xxl, .u-nmx-xxl {
  margin-left: -10rem !important;
}

.u-mrc-0 &gt; :not:last-child {
  margin-right: 0 !important;
}

.u-mrc-xxs &gt; :not:last-child {
  margin-right: 0.5rem !important;
}

.u-mrc-xs &gt; :not:last-child {
  margin-right: 1rem !important;
}

.u-mrc-s &gt; :not:last-child {
  margin-right: 2rem !important;
}

.u-mrc-m &gt; :not:last-child {
  margin-right: 3rem !important;
}

.u-mrc-l &gt; :not:last-child {
  margin-right: 5rem !important;
}

.u-mrc-xl &gt; :not:last-child {
  margin-right: 8rem !important;
}

.u-mrc-xxl &gt; :not:last-child {
  margin-right: 10rem !important;
}

.u-mrc-auto &gt; :not:last-child {
  margin-right: auto !important;
}

.u-mbc-0 &gt; :not:last-child {
  margin-bottom: 0 !important;
}

.u-mbc-xxs &gt; :not:last-child {
  margin-bottom: 0.5rem !important;
}

.u-mbc-xs &gt; :not:last-child {
  margin-bottom: 1rem !important;
}

.u-mbc-s &gt; :not:last-child {
  margin-bottom: 2rem !important;
}

.u-mbc-m &gt; :not:last-child {
  margin-bottom: 3rem !important;
}

.u-mbc-l &gt; :not:last-child {
  margin-bottom: 5rem !important;
}

.u-mbc-xl &gt; :not:last-child {
  margin-bottom: 8rem !important;
}

.u-mbc-xxl &gt; :not:last-child {
  margin-bottom: 10rem !important;
}

.u-mbc-auto &gt; :not:last-child {
  margin-bottom: auto !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-p-xxs {
  padding: 0.5rem !important;
}

.u-p-xs {
  padding: 1rem !important;
}

.u-p-s {
  padding: 2rem !important;
}

.u-p-m {
  padding: 3rem !important;
}

.u-p-l {
  padding: 5rem !important;
}

.u-p-xl {
  padding: 8rem !important;
}

.u-p-xxl {
  padding: 10rem !important;
}

.u-p-auto {
  padding: auto !important;
}

.u-pt-0, .u-py-0 {
  padding-top: 0 !important;
}

.u-pt-xxs, .u-py-xxs {
  padding-top: 0.5rem !important;
}

.u-pt-xs, .u-py-xs {
  padding-top: 1rem !important;
}

.u-pt-s, .u-py-s {
  padding-top: 2rem !important;
}

.u-pt-m, .u-py-m {
  padding-top: 3rem !important;
}

.u-pt-l, .u-py-l {
  padding-top: 5rem !important;
}

.u-pt-xl, .u-py-xl {
  padding-top: 8rem !important;
}

.u-pt-xxl, .u-py-xxl {
  padding-top: 10rem !important;
}

.u-pt-auto, .u-py-auto {
  padding-top: auto !important;
}

.u-pb-0, .u-py-0 {
  padding-bottom: 0 !important;
}

.u-pb-xxs, .u-py-xxs {
  padding-bottom: 0.5rem !important;
}

.u-pb-xs, .u-py-xs {
  padding-bottom: 1rem !important;
}

.u-pb-s, .u-py-s {
  padding-bottom: 2rem !important;
}

.u-pb-m, .u-py-m {
  padding-bottom: 3rem !important;
}

.u-pb-l, .u-py-l {
  padding-bottom: 5rem !important;
}

.u-pb-xl, .u-py-xl {
  padding-bottom: 8rem !important;
}

.u-pb-xxl, .u-py-xxl {
  padding-bottom: 10rem !important;
}

.u-pb-auto, .u-py-auto {
  padding-bottom: auto !important;
}

.u-pr-0, .u-px-0 {
  padding-right: 0 !important;
}

.u-pr-xxs, .u-px-xxs {
  padding-right: 0.5rem !important;
}

.u-pr-xs, .u-px-xs {
  padding-right: 1rem !important;
}

.u-pr-s, .u-px-s {
  padding-right: 2rem !important;
}

.u-pr-m, .u-px-m {
  padding-right: 3rem !important;
}

.u-pr-l, .u-px-l {
  padding-right: 5rem !important;
}

.u-pr-xl, .u-px-xl {
  padding-right: 8rem !important;
}

.u-pr-xxl, .u-px-xxl {
  padding-right: 10rem !important;
}

.u-pr-auto, .u-px-auto {
  padding-right: auto !important;
}

.u-pl-0, .u-px-0 {
  padding-left: 0 !important;
}

.u-pl-xxs, .u-px-xxs {
  padding-left: 0.5rem !important;
}

.u-pl-xs, .u-px-xs {
  padding-left: 1rem !important;
}

.u-pl-s, .u-px-s {
  padding-left: 2rem !important;
}

.u-pl-m, .u-px-m {
  padding-left: 3rem !important;
}

.u-pl-l, .u-px-l {
  padding-left: 5rem !important;
}

.u-pl-xl, .u-px-xl {
  padding-left: 8rem !important;
}

.u-pl-xxl, .u-px-xxl {
  padding-left: 10rem !important;
}

.u-pl-auto, .u-px-auto {
  padding-left: auto !important;
}

.u-fl-r {
  float: right;
}

.u-fl-l {
  float: left;
}

.u-fl-n {
  float: none;
}

.u-ovf-h {
  overflow: hidden;
}

.u-link {
  color: inherit;
  text-decoration: underline;
}

.u-pe-n {
  pointer-events: none;
}

.u-line-VAL {
  width: 100%;
  height: 1px;
  border: none;
}

.u-disable {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}

.u-copy {
  font-size: 95%;
  line-height: 1;
  vertical-align: super;
}

.u-fluid {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-bullet,
.u-bullets &gt; * {
  padding-left: 1em;
  text-indent: -1em;
}

.u-bullet-off {
  padding-left: 0;
  text-indent: 0;
}

.u-hanging,
.u-hangings &gt; * {
  display: table;
}
.u-hanging &gt; *,
.u-hangings &gt; * &gt; * {
  display: table-cell;
  position: relative;
  right: -1px;
  white-space: nowrap;
}

/* .u-hanging &gt; 非表示を発動する ココカラ*/
/* .u-hanging &gt; 非表示を発動する ココマデ*/
.u-hover {
  transition: 0.4s;
}
.u-hover:active {
  transform: scale(0.95);
  transition: 0.2s;
}

.u-hover-inline {
  text-decoration: none;
}
.u-hover-inline:hover {
  text-decoration: underline;
}

.u-underline {
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-position: bottom 0 center;
  background-size: 100% 1px;
  background-repeat: repeat-x;
  text-decoration: none;
}

@media (min-width: 768px) {
  .modaal-image .modaal-inner-wrapper {
    text-align: center;
  }
  .slick-dots li {
    font-size: 1.6rem;
  }
  .sell-box .sell-slides-pagination .slick-dots li {
    width: 138px;
  }
  .sell-box .slick-dots {
    width: 420px;
  }
  .slick-prev {
    left: -30px;
  }
  .slick-next {
    right: -30px;
  }
  .slick-custom-buttons {
    flex-flow: row;
    margin: 2rem 0;
  }
  .slick-custom-button:not(:last-child) {
    margin-right: 1em;
    margin-bottom: 0;
  }
  *:root {
    --spaceX:0;
    --spaceY:105px;
  }
  .l-body {
    min-width: 1050px;
  }
  .l-hero {
    background-image: url("../img/bg-l-hero.jpg");
  }
  .l-navArea {
    visibility: visible;
    position: sticky;
    top: 0;
  }
  .l-navArea__content {
    height: auto;
    margin: auto;
    padding: 0;
    transform: inherit;
    transition: inherit;
  }
  .l-navArea__overlay {
    visibility: hidden;
  }
  .l-trailer {
    background-image: url("../img/bg-ptn1_pc.jpg");
    background-attachment: fixed;
  }
  .l-trailer__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .l-trailer__button {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
  .l-intro__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .l-intro__inner-bg {
    background-position: center center;
    background-size: auto;
    background-size: cover;
  }
  .intro-content {
    z-index: 1;
    height: 1050px;
    padding: 0;
    background-image: url("../img/bg-intro_pc.jpg");
    background-position: top;
  }
  .l-chast-chart {
    background-image: url(../img/bg-ptn1_pc.jpg);
  }
  .l-chast-chart__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .l-story {
    background-image: url("../img/bg-story_pc.jpg");
    background-position-y: 0;
  }
  .l-story__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .l-story__inner {
    margin-top: 0vw;
  }
  .l-haishin-release-oa {
    background-image: url("../img/bg-ptn1_pc.jpg");
    background-repeat: repeat-y;
    background-attachment: fixed;
  }
  .l-haishin-release-oa__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .l-footer {
    padding-top: 145px;
    padding-bottom: 25px;
    background-image: url("../img/bg-copy-item_pc.jpg");
  }
  .l-footer__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .l-footer__inner {
    width: 100%;
    margin: auto;
  }
  .l-aside {
    background-image: url("../img/bg-ptn1_pc.jpg");
    background-attachment: fixed;
  }
  .l-aside__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .button:hover {
    opacity: 0.7;
  }
  .button {
    padding: 0.75em 52px;
    font-size: 2rem;
  }
  .button--new::before {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .button-columns {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .heading {
    margin-bottom: 43px;
  }
  .links-heading {
    margin-bottom: 1em;
  }
  .nav-button {
    visibility: hidden;
  }
  .nav {
    font-size: 2rem;
  }
  .nav__list {
    grid-auto-flow: column;
  }
  .nav__link::after {
    display: none;
  }
  .share {
    position: absolute;
    top: -14px;
    right: -10px;
  }
  .hero {
    max-width: 1000px;
    height: 1000px;
  }
  .hero__logo {
    top: 567px;
    left: 225px;
    width: 636px;
  }
  .hero__catch {
    top: 45px;
    right: -29px;
    width: 1023px;
  }
  .hero__kv {
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 51%;
    width: 1600px;
    transform: translateX(-50%);
  }
  .hero__links {
    display: flex;
    position: absolute;
    bottom: 1%;
    flex: 1 0 50%;
    justify-content: center;
  }
  .hero__links__item:hover {
    opacity: 0.7;
  }
  .hero__links__item {
    width: calc(100% - 4px);
    margin: 10px;
  }
  .hero__banners {
    position: absolute;
    right: -8px;
    bottom: 146px;
    grid-auto-flow: row;
  }
  .hero__banners__item:hover {
    opacity: 0.7;
  }
  .hero__trailers {
    display: grid;
    position: absolute;
    top: 590px;
    right: -7px;
    gap: 13px;
  }
  .hero__trailers__item:hover {
    opacity: 0.7;
  }
  .hero__bg {
    margin-top: 0;
    padding: 0;
    background-color: inherit;
  }
  .hero__wrap {
    position: absolute;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    inset: 0;
  }
  .hero.is-loaded .hero__links, .hero.is-loaded .hero__banners, .hero.is-loaded .hero__trailers, .hero.is-loaded .hero__share {
    animation: slide-in 0.5s 1.5s cubic-bezier(0.42, 0, 0.58, 1) forwards;
  }
  .intro-image picture {
    z-index: -1;
    bottom: -80px;
    width: 100%;
  }
  .intro-catch {
    margin-top: -11px;
    margin-bottom: -1082px;
    margin-left: 2px;
  }
  .intro-slides-pagination {
    margin-top: 0;
    background-color: rgba(200, 30, 30, 0.4);
  }
  .intro-slides {
    padding: 43px 5px;
  }
  .intro-slides__item {
    font-size: 1.6rem;
  }
  .intro-slides__item h3 {
    font-size: 2.6rem;
    line-height: 1.5;
  }
  .intro-menu {
    font-size: 2rem;
  }
  .intro-menu__link::before {
    margin-left: 17px;
  }
  .intro-pic {
    height: 250px;
    background-size: auto 250px;
    animation-duration: 80s;
  }
  .cast-list {
    display: flex;
    flex-wrap: wrap;
  }
  .cast-list &gt; * {
    word-wrap: break-word;
    box-sizing: border-box;
    flex: 0 0 calc(33.3333333333% - 8px);
    min-width: 0;
    max-width: calc(33.3333333333% - 8px);
  }
  .cast-list &gt; *:not(:last-child) {
    margin-right: 8px;
  }
  .cast-list li:nth-child(1) .cast-list__item::before {
    /*background-image: url('../img/cast1-list-image_pc.png');*/
  }
  .cast-list li:nth-child(2) .cast-list__item::before {
    /*background-image: url('../img/cast2-list-image_pc.png');*/
  }
  .cast-list li:nth-child(3) .cast-list__item::before {
    /*background-image: url('../img/cast3-list-image_pc.png');*/
  }
  .cast-list__item::after {
    right: 15px;
    bottom: 15px;
  }
  .cast-modal {
    grid-template-columns: 336px auto;
    height: 450px;
    font-size: 1.6rem;
  }
  .cast-modal__image {
    height: 100%;
  }
  .cast-modal__image img {
    width: auto;
    height: 100%;
  }
  .cast-modal__content {
    padding: 33px;
  }
  .cast-modal__head {
    margin-bottom: 2em;
  }
  .cast-modal__head h3 {
    font-size: 3.4rem;
  }
  .cast-modal__body h4 {
    margin-bottom: 1em;
  }
  .chart button::after {
    top: 665px;
    right: 10px;
  }
  .staff h3 {
    margin: -5px 17px 0 0;
    font-size: 2rem;
  }
  .staff li {
    margin-bottom: 0;
  }
  .staff li span {
    display: inline;
  }
  .story-slides__head {
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    font-size: 2.6rem;
  }
  .story-slides__head h3 {
    margin-bottom: -2em;
    margin-left: -1em;
    padding: 1em;
  }
  .story-slides__body {
    position: relative;
    right: -93px;
    width: 778px;
    padding: 40px 0;
    font-size: 1.6rem;
  }
  .story-slides-pagination {
    flex-direction: row;
    align-items: center;
  }
  .story-slides-pagination span {
    margin-bottom: 0;
    font-size: 2rem;
    text-shadow: none;
  }
  .story-slides-pagination span::after {
    border: none;
  }
  .story-slides-pagination .slick-dots {
    justify-content: flex-start;
  }
  .box:not(:last-child) {
    margin-bottom: 65px;
  }
  .box {
    padding: 115px 60px 50px;
    font-size: 1.6rem;
  }
  .box__head {
    position: absolute;
    top: 16px;
    left: 15px;
    width: auto;
  }
  .box__link {
    display: inline-flex;
    font-size: 2.6rem;
    line-height: 1;
  }
  .box__table th {
    width: 136px;
    padding: 12px;
    font-size: 1.6rem;
  }
  .box__table td {
    font-size: 3.4rem;
  }
  .l-haishin-box__table.box__table tr {
    display: block;
    width: 73%;
    margin: 1rem auto;
  }
  .rental-box__table.box__table tr {
    display: block;
    width: 73%;
    margin: 1rem auto;
  }
  .supplement_text {
    margin-bottom: -3.1rem;
    font-size: 1.1rem;
  }
  .sell-slides__content {
    order: 0;
    margin-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .sell-slides__image {
    margin: 0;
  }
  .sell-slides__head {
    margin-bottom: 45px;
    font-size: 3.4rem;
  }
  .sell-slides__head h4 {
    font-size: 4.4rem;
  }
  .links-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }
  .sell-slides-pagination {
    position: absolute;
    top: 20px;
    right: 64px;
    margin-bottom: 0;
  }
  .u-pc-d-b {
    display: block;
  }
  .u-pc-d-n {
    display: none;
  }
  .u-pc-d-i {
    display: inline;
  }
  .u-pc-d-ib {
    display: inline-block;
  }
  .u-pc-d-t {
    display: table;
  }
  .u-pc-d-f {
    display: flex;
  }
  .u-pc-d-if {
    display: inline-flex;
  }
  .u-pc-ai-b {
    align-items: baseline;
  }
  .u-pc-ai-c {
    align-items: center;
  }
  .u-pc-ai-e {
    align-items: flex-end;
  }
  .u-pc-jc-c {
    justify-content: center;
  }
  .u-pc-jc-fs {
    justify-content: flex-start;
  }
  .u-pc-jc-e {
    justify-content: flex-end;
  }
  .u-pc-jc-sb {
    justify-content: space-between;
  }
  .u-pc-jc-sa {
    justify-content: space-around;
  }
  .u-pc-fd-c {
    flex-direction: column;
  }
  .u-pc-fd-cr {
    flex-direction: column-reverse;
  }
  .u-pc-fd-r {
    flex-direction: row;
  }
  .u-pc-fd-rr {
    flex-direction: row-reverse;
  }
  .u-pc-fwr-w {
    flex-wrap: wrap;
  }
  .u-pc-fwr-nw {
    flex-wrap: nowrap;
  }
  .u-pc-fs-i {
    font-size: inherit !important;
  }
  .u-pc-fs-10 {
    font-size: 1rem !important;
  }
  .u-pc-fs-12 {
    font-size: 1.2rem !important;
  }
  .u-pc-fs-14 {
    font-size: 1.4rem !important;
  }
  .u-pc-fs-16 {
    font-size: 1.6rem !important;
  }
  .u-pc-fs-18 {
    font-size: 1.8rem !important;
  }
  .u-pc-fs-20 {
    font-size: 2rem !important;
  }
  .u-pc-fs-22 {
    font-size: 2.2rem !important;
  }
  .u-pc-fs-24 {
    font-size: 2.4rem !important;
  }
  .u-pc-fs-27 {
    font-size: 2.7rem !important;
  }
  .u-pc-fs-30 {
    font-size: 3rem !important;
  }
  .u-pc-fs-40 {
    font-size: 4rem !important;
  }
  .u-pc-fs-60p {
    font-size: 60% !important;
  }
  .u-pc-fs-70p {
    font-size: 70% !important;
  }
  .u-pc-fs-80p {
    font-size: 80% !important;
  }
  .u-pc-fs-90p {
    font-size: 90% !important;
  }
  .u-pc-fs-100p {
    font-size: 100% !important;
  }
  .u-pc-fs-110p {
    font-size: 110% !important;
  }
  .u-pc-fs-120p {
    font-size: 120% !important;
  }
  .u-pc-fs-130p {
    font-size: 130% !important;
  }
  .u-pc-fs-140p {
    font-size: 140% !important;
  }
  .u-pc-fs-150p {
    font-size: 150% !important;
  }
  .u-pc-fs-160p {
    font-size: 160% !important;
  }
  .u-pc-fs-170p {
    font-size: 170% !important;
  }
  .u-pc-fs-180p {
    font-size: 180% !important;
  }
  .u-pc-lh-i {
    line-height: inherit !important;
  }
  .u-pc-lh-10 {
    line-height: 0.1 !important;
  }
  .u-pc-lh-20 {
    line-height: 0.2 !important;
  }
  .u-pc-lh-30 {
    line-height: 0.3 !important;
  }
  .u-pc-lh-40 {
    line-height: 0.4 !important;
  }
  .u-pc-lh-50 {
    line-height: 0.5 !important;
  }
  .u-pc-lh-60 {
    line-height: 0.6 !important;
  }
  .u-pc-lh-70 {
    line-height: 0.7 !important;
  }
  .u-pc-lh-80 {
    line-height: 0.8 !important;
  }
  .u-pc-lh-90 {
    line-height: 0.9 !important;
  }
  .u-pc-lh-100 {
    line-height: 1 !important;
  }
  .u-pc-lh-110 {
    line-height: 1.1 !important;
  }
  .u-pc-lh-120 {
    line-height: 1.2 !important;
  }
  .u-pc-lh-130 {
    line-height: 1.3 !important;
  }
  .u-pc-lh-140 {
    line-height: 1.4 !important;
  }
  .u-pc-lh-150 {
    line-height: 1.5 !important;
  }
  .u-pc-lh-160 {
    line-height: 1.6 !important;
  }
  .u-pc-lh-170 {
    line-height: 1.7 !important;
  }
  .u-pc-lh-180 {
    line-height: 1.8 !important;
  }
  .u-pc-lh-190 {
    line-height: 1.9 !important;
  }
  .u-pc-lh-200 {
    line-height: 2 !important;
  }
  .u-pc-ta-r {
    text-align: right;
  }
  .u-pc-ta-l {
    text-align: left;
  }
  .u-pc-ta-c {
    text-align: center;
  }
  .u-pc-ta-j {
    text-align: justify;
  }
  .u-pc-w-10 {
    width: 10% !important;
  }
  .u-pc-w-20 {
    width: 20% !important;
  }
  .u-pc-w-30 {
    width: 30% !important;
  }
  .u-pc-w-40 {
    width: 40% !important;
  }
  .u-pc-w-50 {
    width: 50% !important;
  }
  .u-pc-w-60 {
    width: 60% !important;
  }
  .u-pc-w-70 {
    width: 70% !important;
  }
  .u-pc-w-80 {
    width: 80% !important;
  }
  .u-pc-w-90 {
    width: 90% !important;
  }
  .u-pc-w-100 {
    width: 100% !important;
  }
  .u-pc-w-auto {
    width: auto !important;
  }
  .u-pc-mw-10 {
    max-width: 10% !important;
  }
  .u-pc-mw-20 {
    max-width: 20% !important;
  }
  .u-pc-mw-30 {
    max-width: 30% !important;
  }
  .u-pc-mw-40 {
    max-width: 40% !important;
  }
  .u-pc-mw-50 {
    max-width: 50% !important;
  }
  .u-pc-mw-60 {
    max-width: 60% !important;
  }
  .u-pc-mw-70 {
    max-width: 70% !important;
  }
  .u-pc-mw-80 {
    max-width: 80% !important;
  }
  .u-pc-mw-90 {
    max-width: 90% !important;
  }
  .u-pc-mw-100 {
    max-width: 100% !important;
  }
  .u-pc-mw-none {
    max-width: none !important;
  }
  .u-pc-h-10 {
    height: 10% !important;
  }
  .u-pc-h-20 {
    height: 20% !important;
  }
  .u-pc-h-30 {
    height: 30% !important;
  }
  .u-pc-h-40 {
    height: 40% !important;
  }
  .u-pc-h-50 {
    height: 50% !important;
  }
  .u-pc-h-60 {
    height: 60% !important;
  }
  .u-pc-h-70 {
    height: 70% !important;
  }
  .u-pc-h-80 {
    height: 80% !important;
  }
  .u-pc-h-90 {
    height: 90% !important;
  }
  .u-pc-h-100 {
    height: 100% !important;
  }
  .u-pc-h-auto {
    height: auto !important;
  }
  .u-pc-m-0 {
    margin: 0 !important;
  }
  .u-pc-m-xxs {
    margin: 0.5rem !important;
  }
  .u-pc-m-xs {
    margin: 1rem !important;
  }
  .u-pc-m-s {
    margin: 2rem !important;
  }
  .u-pc-m-m {
    margin: 3rem !important;
  }
  .u-pc-m-l {
    margin: 5rem !important;
  }
  .u-pc-m-xl {
    margin: 8rem !important;
  }
  .u-pc-m-xxl {
    margin: 10rem !important;
  }
  .u-pc-m-auto {
    margin: auto !important;
  }
  .u-pc-mt-0, .u-pc-my-0 {
    margin-top: 0 !important;
  }
  .u-pc-mt-xxs, .u-pc-my-xxs {
    margin-top: 0.5rem !important;
  }
  .u-pc-mt-xs, .u-pc-my-xs {
    margin-top: 1rem !important;
  }
  .u-pc-mt-s, .u-pc-my-s {
    margin-top: 2rem !important;
  }
  .u-pc-mt-m, .u-pc-my-m {
    margin-top: 3rem !important;
  }
  .u-pc-mt-l, .u-pc-my-l {
    margin-top: 5rem !important;
  }
  .u-pc-mt-xl, .u-pc-my-xl {
    margin-top: 8rem !important;
  }
  .u-pc-mt-xxl, .u-pc-my-xxl {
    margin-top: 10rem !important;
  }
  .u-pc-mt-auto, .u-pc-my-auto {
    margin-top: auto !important;
  }
  .u-pc-mb-0, .u-pc-my-0 {
    margin-bottom: 0 !important;
  }
  .u-pc-mb-xxs, .u-pc-my-xxs {
    margin-bottom: 0.5rem !important;
  }
  .u-pc-mb-xs, .u-pc-my-xs {
    margin-bottom: 1rem !important;
  }
  .u-pc-mb-s, .u-pc-my-s {
    margin-bottom: 2rem !important;
  }
  .u-pc-mb-m, .u-pc-my-m {
    margin-bottom: 3rem !important;
  }
  .u-pc-mb-l, .u-pc-my-l {
    margin-bottom: 5rem !important;
  }
  .u-pc-mb-xl, .u-pc-my-xl {
    margin-bottom: 8rem !important;
  }
  .u-pc-mb-xxl, .u-pc-my-xxl {
    margin-bottom: 10rem !important;
  }
  .u-pc-mb-auto, .u-pc-my-auto {
    margin-bottom: auto !important;
  }
  .u-pc-mr-0, .u-pc-mx-0 {
    margin-right: 0 !important;
  }
  .u-pc-mr-xxs, .u-pc-mx-xxs {
    margin-right: 0.5rem !important;
  }
  .u-pc-mr-xs, .u-pc-mx-xs {
    margin-right: 1rem !important;
  }
  .u-pc-mr-s, .u-pc-mx-s {
    margin-right: 2rem !important;
  }
  .u-pc-mr-m, .u-pc-mx-m {
    margin-right: 3rem !important;
  }
  .u-pc-mr-l, .u-pc-mx-l {
    margin-right: 5rem !important;
  }
  .u-pc-mr-xl, .u-pc-mx-xl {
    margin-right: 8rem !important;
  }
  .u-pc-mr-xxl, .u-pc-mx-xxl {
    margin-right: 10rem !important;
  }
  .u-pc-mr-auto, .u-pc-mx-auto {
    margin-right: auto !important;
  }
  .u-pc-mr-1e, .u-pc-mx-1e {
    margin-right: 1em !important;
  }
  .u-pc-ml-0, .u-pc-mx-0 {
    margin-left: 0 !important;
  }
  .u-pc-ml-xxs, .u-pc-mx-xxs {
    margin-left: 0.5rem !important;
  }
  .u-pc-ml-xs, .u-pc-mx-xs {
    margin-left: 1rem !important;
  }
  .u-pc-ml-s, .u-pc-mx-s {
    margin-left: 2rem !important;
  }
  .u-pc-ml-m, .u-pc-mx-m {
    margin-left: 3rem !important;
  }
  .u-pc-ml-l, .u-pc-mx-l {
    margin-left: 5rem !important;
  }
  .u-pc-ml-xl, .u-pc-mx-xl {
    margin-left: 8rem !important;
  }
  .u-pc-ml-xxl, .u-pc-mx-xxl {
    margin-left: 10rem !important;
  }
  .u-pc-ml-auto, .u-pc-mx-auto {
    margin-left: auto !important;
  }
  .u-pc-ml-1e, .u-pc-mx-1e {
    margin-left: 1em !important;
  }
  .u-pc-nm-xxs {
    margin: -0.5rem !important;
  }
  .u-pc-nm-xs {
    margin: -1rem !important;
  }
  .u-pc-nm-s {
    margin: -2rem !important;
  }
  .u-pc-nm-m {
    margin: -3rem !important;
  }
  .u-pc-nm-l {
    margin: -5rem !important;
  }
  .u-pc-nm-xl {
    margin: -8rem !important;
  }
  .u-pc-nm-xxl {
    margin: -10rem !important;
  }
  .u-pc-nmt-xxs, .u-pc-nmy-xxs {
    margin-top: -0.5rem !important;
  }
  .u-pc-nmt-xs, .u-pc-nmy-xs {
    margin-top: -1rem !important;
  }
  .u-pc-nmt-s, .u-pc-nmy-s {
    margin-top: -2rem !important;
  }
  .u-pc-nmt-m, .u-pc-nmy-m {
    margin-top: -3rem !important;
  }
  .u-pc-nmt-l, .u-pc-nmy-l {
    margin-top: -5rem !important;
  }
  .u-pc-nmt-xl, .u-pc-nmy-xl {
    margin-top: -8rem !important;
  }
  .u-pc-nmt-xxl, .u-pc-nmy-xxl {
    margin-top: -10rem !important;
  }
  .u-pc-nmb-xxs, .u-pc-nmy-xxs {
    margin-bottom: -0.5rem !important;
  }
  .u-pc-nmb-xs, .u-pc-nmy-xs {
    margin-bottom: -1rem !important;
  }
  .u-pc-nmb-s, .u-pc-nmy-s {
    margin-bottom: -2rem !important;
  }
  .u-pc-nmb-m, .u-pc-nmy-m {
    margin-bottom: -3rem !important;
  }
  .u-pc-nmb-l, .u-pc-nmy-l {
    margin-bottom: -5rem !important;
  }
  .u-pc-nmb-xl, .u-pc-nmy-xl {
    margin-bottom: -8rem !important;
  }
  .u-pc-nmb-xxl, .u-pc-nmy-xxl {
    margin-bottom: -10rem !important;
  }
  .u-pc-nmr-xxs, .u-pc-nmx-xxs {
    margin-right: -0.5rem !important;
  }
  .u-pc-nmr-xs, .u-pc-nmx-xs {
    margin-right: -1rem !important;
  }
  .u-pc-nmr-s, .u-pc-nmx-s {
    margin-right: -2rem !important;
  }
  .u-pc-nmr-m, .u-pc-nmx-m {
    margin-right: -3rem !important;
  }
  .u-pc-nmr-l, .u-pc-nmx-l {
    margin-right: -5rem !important;
  }
  .u-pc-nmr-xl, .u-pc-nmx-xl {
    margin-right: -8rem !important;
  }
  .u-pc-nmr-xxl, .u-pc-nmx-xxl {
    margin-right: -10rem !important;
  }
  .u-pc-nml-xxs, .u-pc-nmx-xxs {
    margin-left: -0.5rem !important;
  }
  .u-pc-nml-xs, .u-pc-nmx-xs {
    margin-left: -1rem !important;
  }
  .u-pc-nml-s, .u-pc-nmx-s {
    margin-left: -2rem !important;
  }
  .u-pc-nml-m, .u-pc-nmx-m {
    margin-left: -3rem !important;
  }
  .u-pc-nml-l, .u-pc-nmx-l {
    margin-left: -5rem !important;
  }
  .u-pc-nml-xl, .u-pc-nmx-xl {
    margin-left: -8rem !important;
  }
  .u-pc-nml-xxl, .u-pc-nmx-xxl {
    margin-left: -10rem !important;
  }
  .u-pc-mrc-0 &gt; :not:last-child {
    margin-right: 0 !important;
  }
  .u-pc-mrc-xxs &gt; :not:last-child {
    margin-right: 0.5rem !important;
  }
  .u-pc-mrc-xs &gt; :not:last-child {
    margin-right: 1rem !important;
  }
  .u-pc-mrc-s &gt; :not:last-child {
    margin-right: 2rem !important;
  }
  .u-pc-mrc-m &gt; :not:last-child {
    margin-right: 3rem !important;
  }
  .u-pc-mrc-l &gt; :not:last-child {
    margin-right: 5rem !important;
  }
  .u-pc-mrc-xl &gt; :not:last-child {
    margin-right: 8rem !important;
  }
  .u-pc-mrc-xxl &gt; :not:last-child {
    margin-right: 10rem !important;
  }
  .u-pc-mrc-auto &gt; :not:last-child {
    margin-right: auto !important;
  }
  .u-pc-mbc-0 &gt; :not:last-child {
    margin-bottom: 0 !important;
  }
  .u-pc-mbc-xxs &gt; :not:last-child {
    margin-bottom: 0.5rem !important;
  }
  .u-pc-mbc-xs &gt; :not:last-child {
    margin-bottom: 1rem !important;
  }
  .u-pc-mbc-s &gt; :not:last-child {
    margin-bottom: 2rem !important;
  }
  .u-pc-mbc-m &gt; :not:last-child {
    margin-bottom: 3rem !important;
  }
  .u-pc-mbc-l &gt; :not:last-child {
    margin-bottom: 5rem !important;
  }
  .u-pc-mbc-xl &gt; :not:last-child {
    margin-bottom: 8rem !important;
  }
  .u-pc-mbc-xxl &gt; :not:last-child {
    margin-bottom: 10rem !important;
  }
  .u-pc-mbc-auto &gt; :not:last-child {
    margin-bottom: auto !important;
  }
  .u-pc-p-0 {
    padding: 0 !important;
  }
  .u-pc-p-xxs {
    padding: 0.5rem !important;
  }
  .u-pc-p-xs {
    padding: 1rem !important;
  }
  .u-pc-p-s {
    padding: 2rem !important;
  }
  .u-pc-p-m {
    padding: 3rem !important;
  }
  .u-pc-p-l {
    padding: 5rem !important;
  }
  .u-pc-p-xl {
    padding: 8rem !important;
  }
  .u-pc-p-xxl {
    padding: 10rem !important;
  }
  .u-pc-p-auto {
    padding: auto !important;
  }
  .u-pc-pt-0, .u-pc-py-0 {
    padding-top: 0 !important;
  }
  .u-pc-pt-xxs, .u-pc-py-xxs {
    padding-top: 0.5rem !important;
  }
  .u-pc-pt-xs, .u-pc-py-xs {
    padding-top: 1rem !important;
  }
  .u-pc-pt-s, .u-pc-py-s {
    padding-top: 2rem !important;
  }
  .u-pc-pt-m, .u-pc-py-m {
    padding-top: 3rem !important;
  }
  .u-pc-pt-l, .u-pc-py-l {
    padding-top: 5rem !important;
  }
  .u-pc-pt-xl, .u-pc-py-xl {
    padding-top: 8rem !important;
  }
  .u-pc-pt-xxl, .u-pc-py-xxl {
    padding-top: 10rem !important;
  }
  .u-pc-pt-auto, .u-pc-py-auto {
    padding-top: auto !important;
  }
  .u-pc-pb-0, .u-pc-py-0 {
    padding-bottom: 0 !important;
  }
  .u-pc-pb-xxs, .u-pc-py-xxs {
    padding-bottom: 0.5rem !important;
  }
  .u-pc-pb-xs, .u-pc-py-xs {
    padding-bottom: 1rem !important;
  }
  .u-pc-pb-s, .u-pc-py-s {
    padding-bottom: 2rem !important;
  }
  .u-pc-pb-m, .u-pc-py-m {
    padding-bottom: 3rem !important;
  }
  .u-pc-pb-l, .u-pc-py-l {
    padding-bottom: 5rem !important;
  }
  .u-pc-pb-xl, .u-pc-py-xl {
    padding-bottom: 8rem !important;
  }
  .u-pc-pb-xxl, .u-pc-py-xxl {
    padding-bottom: 10rem !important;
  }
  .u-pc-pb-auto, .u-pc-py-auto {
    padding-bottom: auto !important;
  }
  .u-pc-pr-0, .u-pc-px-0 {
    padding-right: 0 !important;
  }
  .u-pc-pr-xxs, .u-pc-px-xxs {
    padding-right: 0.5rem !important;
  }
  .u-pc-pr-xs, .u-pc-px-xs {
    padding-right: 1rem !important;
  }
  .u-pc-pr-s, .u-pc-px-s {
    padding-right: 2rem !important;
  }
  .u-pc-pr-m, .u-pc-px-m {
    padding-right: 3rem !important;
  }
  .u-pc-pr-l, .u-pc-px-l {
    padding-right: 5rem !important;
  }
  .u-pc-pr-xl, .u-pc-px-xl {
    padding-right: 8rem !important;
  }
  .u-pc-pr-xxl, .u-pc-px-xxl {
    padding-right: 10rem !important;
  }
  .u-pc-pr-auto, .u-pc-px-auto {
    padding-right: auto !important;
  }
  .u-pc-pl-0, .u-pc-px-0 {
    padding-left: 0 !important;
  }
  .u-pc-pl-xxs, .u-pc-px-xxs {
    padding-left: 0.5rem !important;
  }
  .u-pc-pl-xs, .u-pc-px-xs {
    padding-left: 1rem !important;
  }
  .u-pc-pl-s, .u-pc-px-s {
    padding-left: 2rem !important;
  }
  .u-pc-pl-m, .u-pc-px-m {
    padding-left: 3rem !important;
  }
  .u-pc-pl-l, .u-pc-px-l {
    padding-left: 5rem !important;
  }
  .u-pc-pl-xl, .u-pc-px-xl {
    padding-left: 8rem !important;
  }
  .u-pc-pl-xxl, .u-pc-px-xxl {
    padding-left: 10rem !important;
  }
  .u-pc-pl-auto, .u-pc-px-auto {
    padding-left: auto !important;
  }
  .u-pc-fluid {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .u-pc-d-i {
    display: inline !important;
  }
  .u-hover:hover {
    opacity: 0.7;
  }
}

@media (min-width: 1200px) {
  .u-l-d-b {
    display: block;
  }
  .u-l-d-n {
    display: none;
  }
  .u-l-d-i {
    display: inline;
  }
  .u-l-d-ib {
    display: inline-block;
  }
  .u-l-d-t {
    display: table;
  }
  .u-l-d-f {
    display: flex;
  }
  .u-l-d-if {
    display: inline-flex;
  }
  .u-l-ai-b {
    align-items: baseline;
  }
  .u-l-ai-c {
    align-items: center;
  }
  .u-l-ai-e {
    align-items: flex-end;
  }
  .u-l-jc-c {
    justify-content: center;
  }
  .u-l-jc-fs {
    justify-content: flex-start;
  }
  .u-l-jc-e {
    justify-content: flex-end;
  }
  .u-l-jc-sb {
    justify-content: space-between;
  }
  .u-l-jc-sa {
    justify-content: space-around;
  }
  .u-l-fd-c {
    flex-direction: column;
  }
  .u-l-fd-cr {
    flex-direction: column-reverse;
  }
  .u-l-fd-r {
    flex-direction: row;
  }
  .u-l-fd-rr {
    flex-direction: row-reverse;
  }
  .u-l-fwr-w {
    flex-wrap: wrap;
  }
  .u-l-fwr-nw {
    flex-wrap: nowrap;
  }
  .u-l-fs-i {
    font-size: inherit !important;
  }
  .u-l-fs-10 {
    font-size: 1rem !important;
  }
  .u-l-fs-12 {
    font-size: 1.2rem !important;
  }
  .u-l-fs-14 {
    font-size: 1.4rem !important;
  }
  .u-l-fs-16 {
    font-size: 1.6rem !important;
  }
  .u-l-fs-18 {
    font-size: 1.8rem !important;
  }
  .u-l-fs-20 {
    font-size: 2rem !important;
  }
  .u-l-fs-22 {
    font-size: 2.2rem !important;
  }
  .u-l-fs-24 {
    font-size: 2.4rem !important;
  }
  .u-l-fs-27 {
    font-size: 2.7rem !important;
  }
  .u-l-fs-30 {
    font-size: 3rem !important;
  }
  .u-l-fs-40 {
    font-size: 4rem !important;
  }
  .u-l-fs-60p {
    font-size: 60% !important;
  }
  .u-l-fs-70p {
    font-size: 70% !important;
  }
  .u-l-fs-80p {
    font-size: 80% !important;
  }
  .u-l-fs-90p {
    font-size: 90% !important;
  }
  .u-l-fs-100p {
    font-size: 100% !important;
  }
  .u-l-fs-110p {
    font-size: 110% !important;
  }
  .u-l-fs-120p {
    font-size: 120% !important;
  }
  .u-l-fs-130p {
    font-size: 130% !important;
  }
  .u-l-fs-140p {
    font-size: 140% !important;
  }
  .u-l-fs-150p {
    font-size: 150% !important;
  }
  .u-l-fs-160p {
    font-size: 160% !important;
  }
  .u-l-fs-170p {
    font-size: 170% !important;
  }
  .u-l-fs-180p {
    font-size: 180% !important;
  }
  .u-l-lh-i {
    line-height: inherit !important;
  }
  .u-l-lh-10 {
    line-height: 0.1 !important;
  }
  .u-l-lh-20 {
    line-height: 0.2 !important;
  }
  .u-l-lh-30 {
    line-height: 0.3 !important;
  }
  .u-l-lh-40 {
    line-height: 0.4 !important;
  }
  .u-l-lh-50 {
    line-height: 0.5 !important;
  }
  .u-l-lh-60 {
    line-height: 0.6 !important;
  }
  .u-l-lh-70 {
    line-height: 0.7 !important;
  }
  .u-l-lh-80 {
    line-height: 0.8 !important;
  }
  .u-l-lh-90 {
    line-height: 0.9 !important;
  }
  .u-l-lh-100 {
    line-height: 1 !important;
  }
  .u-l-lh-110 {
    line-height: 1.1 !important;
  }
  .u-l-lh-120 {
    line-height: 1.2 !important;
  }
  .u-l-lh-130 {
    line-height: 1.3 !important;
  }
  .u-l-lh-140 {
    line-height: 1.4 !important;
  }
  .u-l-lh-150 {
    line-height: 1.5 !important;
  }
  .u-l-lh-160 {
    line-height: 1.6 !important;
  }
  .u-l-lh-170 {
    line-height: 1.7 !important;
  }
  .u-l-lh-180 {
    line-height: 1.8 !important;
  }
  .u-l-lh-190 {
    line-height: 1.9 !important;
  }
  .u-l-lh-200 {
    line-height: 2 !important;
  }
  .u-l-ta-r {
    text-align: right;
  }
  .u-l-ta-l {
    text-align: left;
  }
  .u-l-ta-c {
    text-align: center;
  }
  .u-l-ta-j {
    text-align: justify;
  }
  .u-l-w-10 {
    width: 10% !important;
  }
  .u-l-w-20 {
    width: 20% !important;
  }
  .u-l-w-30 {
    width: 30% !important;
  }
  .u-l-w-40 {
    width: 40% !important;
  }
  .u-l-w-50 {
    width: 50% !important;
  }
  .u-l-w-60 {
    width: 60% !important;
  }
  .u-l-w-70 {
    width: 70% !important;
  }
  .u-l-w-80 {
    width: 80% !important;
  }
  .u-l-w-90 {
    width: 90% !important;
  }
  .u-l-w-100 {
    width: 100% !important;
  }
  .u-l-w-auto {
    width: auto !important;
  }
  .u-l-mw-10 {
    max-width: 10% !important;
  }
  .u-l-mw-20 {
    max-width: 20% !important;
  }
  .u-l-mw-30 {
    max-width: 30% !important;
  }
  .u-l-mw-40 {
    max-width: 40% !important;
  }
  .u-l-mw-50 {
    max-width: 50% !important;
  }
  .u-l-mw-60 {
    max-width: 60% !important;
  }
  .u-l-mw-70 {
    max-width: 70% !important;
  }
  .u-l-mw-80 {
    max-width: 80% !important;
  }
  .u-l-mw-90 {
    max-width: 90% !important;
  }
  .u-l-mw-100 {
    max-width: 100% !important;
  }
  .u-l-mw-none {
    max-width: none !important;
  }
  .u-l-h-10 {
    height: 10% !important;
  }
  .u-l-h-20 {
    height: 20% !important;
  }
  .u-l-h-30 {
    height: 30% !important;
  }
  .u-l-h-40 {
    height: 40% !important;
  }
  .u-l-h-50 {
    height: 50% !important;
  }
  .u-l-h-60 {
    height: 60% !important;
  }
  .u-l-h-70 {
    height: 70% !important;
  }
  .u-l-h-80 {
    height: 80% !important;
  }
  .u-l-h-90 {
    height: 90% !important;
  }
  .u-l-h-100 {
    height: 100% !important;
  }
  .u-l-h-auto {
    height: auto !important;
  }
  .u-l-m-0 {
    margin: 0 !important;
  }
  .u-l-m-xxs {
    margin: 0.5rem !important;
  }
  .u-l-m-xs {
    margin: 1rem !important;
  }
  .u-l-m-s {
    margin: 2rem !important;
  }
  .u-l-m-m {
    margin: 3rem !important;
  }
  .u-l-m-l {
    margin: 5rem !important;
  }
  .u-l-m-xl {
    margin: 8rem !important;
  }
  .u-l-m-xxl {
    margin: 10rem !important;
  }
  .u-l-m-auto {
    margin: auto !important;
  }
  .u-l-mt-0, .u-l-my-0 {
    margin-top: 0 !important;
  }
  .u-l-mt-xxs, .u-l-my-xxs {
    margin-top: 0.5rem !important;
  }
  .u-l-mt-xs, .u-l-my-xs {
    margin-top: 1rem !important;
  }
  .u-l-mt-s, .u-l-my-s {
    margin-top: 2rem !important;
  }
  .u-l-mt-m, .u-l-my-m {
    margin-top: 3rem !important;
  }
  .u-l-mt-l, .u-l-my-l {
    margin-top: 5rem !important;
  }
  .u-l-mt-xl, .u-l-my-xl {
    margin-top: 8rem !important;
  }
  .u-l-mt-xxl, .u-l-my-xxl {
    margin-top: 10rem !important;
  }
  .u-l-mt-auto, .u-l-my-auto {
    margin-top: auto !important;
  }
  .u-l-mb-0, .u-l-my-0 {
    margin-bottom: 0 !important;
  }
  .u-l-mb-xxs, .u-l-my-xxs {
    margin-bottom: 0.5rem !important;
  }
  .u-l-mb-xs, .u-l-my-xs {
    margin-bottom: 1rem !important;
  }
  .u-l-mb-s, .u-l-my-s {
    margin-bottom: 2rem !important;
  }
  .u-l-mb-m, .u-l-my-m {
    margin-bottom: 3rem !important;
  }
  .u-l-mb-l, .u-l-my-l {
    margin-bottom: 5rem !important;
  }
  .u-l-mb-xl, .u-l-my-xl {
    margin-bottom: 8rem !important;
  }
  .u-l-mb-xxl, .u-l-my-xxl {
    margin-bottom: 10rem !important;
  }
  .u-l-mb-auto, .u-l-my-auto {
    margin-bottom: auto !important;
  }
  .u-l-mr-0, .u-l-mx-0 {
    margin-right: 0 !important;
  }
  .u-l-mr-xxs, .u-l-mx-xxs {
    margin-right: 0.5rem !important;
  }
  .u-l-mr-xs, .u-l-mx-xs {
    margin-right: 1rem !important;
  }
  .u-l-mr-s, .u-l-mx-s {
    margin-right: 2rem !important;
  }
  .u-l-mr-m, .u-l-mx-m {
    margin-right: 3rem !important;
  }
  .u-l-mr-l, .u-l-mx-l {
    margin-right: 5rem !important;
  }
  .u-l-mr-xl, .u-l-mx-xl {
    margin-right: 8rem !important;
  }
  .u-l-mr-xxl, .u-l-mx-xxl {
    margin-right: 10rem !important;
  }
  .u-l-mr-auto, .u-l-mx-auto {
    margin-right: auto !important;
  }
  .u-l-mr-1e, .u-l-mx-1e {
    margin-right: 1em !important;
  }
  .u-l-ml-0, .u-l-mx-0 {
    margin-left: 0 !important;
  }
  .u-l-ml-xxs, .u-l-mx-xxs {
    margin-left: 0.5rem !important;
  }
  .u-l-ml-xs, .u-l-mx-xs {
    margin-left: 1rem !important;
  }
  .u-l-ml-s, .u-l-mx-s {
    margin-left: 2rem !important;
  }
  .u-l-ml-m, .u-l-mx-m {
    margin-left: 3rem !important;
  }
  .u-l-ml-l, .u-l-mx-l {
    margin-left: 5rem !important;
  }
  .u-l-ml-xl, .u-l-mx-xl {
    margin-left: 8rem !important;
  }
  .u-l-ml-xxl, .u-l-mx-xxl {
    margin-left: 10rem !important;
  }
  .u-l-ml-auto, .u-l-mx-auto {
    margin-left: auto !important;
  }
  .u-l-ml-1e, .u-l-mx-1e {
    margin-left: 1em !important;
  }
  .u-l-nm-xxs {
    margin: -0.5rem !important;
  }
  .u-l-nm-xs {
    margin: -1rem !important;
  }
  .u-l-nm-s {
    margin: -2rem !important;
  }
  .u-l-nm-m {
    margin: -3rem !important;
  }
  .u-l-nm-l {
    margin: -5rem !important;
  }
  .u-l-nm-xl {
    margin: -8rem !important;
  }
  .u-l-nm-xxl {
    margin: -10rem !important;
  }
  .u-l-nmt-xxs, .u-l-nmy-xxs {
    margin-top: -0.5rem !important;
  }
  .u-l-nmt-xs, .u-l-nmy-xs {
    margin-top: -1rem !important;
  }
  .u-l-nmt-s, .u-l-nmy-s {
    margin-top: -2rem !important;
  }
  .u-l-nmt-m, .u-l-nmy-m {
    margin-top: -3rem !important;
  }
  .u-l-nmt-l, .u-l-nmy-l {
    margin-top: -5rem !important;
  }
  .u-l-nmt-xl, .u-l-nmy-xl {
    margin-top: -8rem !important;
  }
  .u-l-nmt-xxl, .u-l-nmy-xxl {
    margin-top: -10rem !important;
  }
  .u-l-nmb-xxs, .u-l-nmy-xxs {
    margin-bottom: -0.5rem !important;
  }
  .u-l-nmb-xs, .u-l-nmy-xs {
    margin-bottom: -1rem !important;
  }
  .u-l-nmb-s, .u-l-nmy-s {
    margin-bottom: -2rem !important;
  }
  .u-l-nmb-m, .u-l-nmy-m {
    margin-bottom: -3rem !important;
  }
  .u-l-nmb-l, .u-l-nmy-l {
    margin-bottom: -5rem !important;
  }
  .u-l-nmb-xl, .u-l-nmy-xl {
    margin-bottom: -8rem !important;
  }
  .u-l-nmb-xxl, .u-l-nmy-xxl {
    margin-bottom: -10rem !important;
  }
  .u-l-nmr-xxs, .u-l-nmx-xxs {
    margin-right: -0.5rem !important;
  }
  .u-l-nmr-xs, .u-l-nmx-xs {
    margin-right: -1rem !important;
  }
  .u-l-nmr-s, .u-l-nmx-s {
    margin-right: -2rem !important;
  }
  .u-l-nmr-m, .u-l-nmx-m {
    margin-right: -3rem !important;
  }
  .u-l-nmr-l, .u-l-nmx-l {
    margin-right: -5rem !important;
  }
  .u-l-nmr-xl, .u-l-nmx-xl {
    margin-right: -8rem !important;
  }
  .u-l-nmr-xxl, .u-l-nmx-xxl {
    margin-right: -10rem !important;
  }
  .u-l-nml-xxs, .u-l-nmx-xxs {
    margin-left: -0.5rem !important;
  }
  .u-l-nml-xs, .u-l-nmx-xs {
    margin-left: -1rem !important;
  }
  .u-l-nml-s, .u-l-nmx-s {
    margin-left: -2rem !important;
  }
  .u-l-nml-m, .u-l-nmx-m {
    margin-left: -3rem !important;
  }
  .u-l-nml-l, .u-l-nmx-l {
    margin-left: -5rem !important;
  }
  .u-l-nml-xl, .u-l-nmx-xl {
    margin-left: -8rem !important;
  }
  .u-l-nml-xxl, .u-l-nmx-xxl {
    margin-left: -10rem !important;
  }
  .u-l-mrc-0 &gt; :not:last-child {
    margin-right: 0 !important;
  }
  .u-l-mrc-xxs &gt; :not:last-child {
    margin-right: 0.5rem !important;
  }
  .u-l-mrc-xs &gt; :not:last-child {
    margin-right: 1rem !important;
  }
  .u-l-mrc-s &gt; :not:last-child {
    margin-right: 2rem !important;
  }
  .u-l-mrc-m &gt; :not:last-child {
    margin-right: 3rem !important;
  }
  .u-l-mrc-l &gt; :not:last-child {
    margin-right: 5rem !important;
  }
  .u-l-mrc-xl &gt; :not:last-child {
    margin-right: 8rem !important;
  }
  .u-l-mrc-xxl &gt; :not:last-child {
    margin-right: 10rem !important;
  }
  .u-l-mrc-auto &gt; :not:last-child {
    margin-right: auto !important;
  }
  .u-l-mbc-0 &gt; :not:last-child {
    margin-bottom: 0 !important;
  }
  .u-l-mbc-xxs &gt; :not:last-child {
    margin-bottom: 0.5rem !important;
  }
  .u-l-mbc-xs &gt; :not:last-child {
    margin-bottom: 1rem !important;
  }
  .u-l-mbc-s &gt; :not:last-child {
    margin-bottom: 2rem !important;
  }
  .u-l-mbc-m &gt; :not:last-child {
    margin-bottom: 3rem !important;
  }
  .u-l-mbc-l &gt; :not:last-child {
    margin-bottom: 5rem !important;
  }
  .u-l-mbc-xl &gt; :not:last-child {
    margin-bottom: 8rem !important;
  }
  .u-l-mbc-xxl &gt; :not:last-child {
    margin-bottom: 10rem !important;
  }
  .u-l-mbc-auto &gt; :not:last-child {
    margin-bottom: auto !important;
  }
  .u-l-p-0 {
    padding: 0 !important;
  }
  .u-l-p-xxs {
    padding: 0.5rem !important;
  }
  .u-l-p-xs {
    padding: 1rem !important;
  }
  .u-l-p-s {
    padding: 2rem !important;
  }
  .u-l-p-m {
    padding: 3rem !important;
  }
  .u-l-p-l {
    padding: 5rem !important;
  }
  .u-l-p-xl {
    padding: 8rem !important;
  }
  .u-l-p-xxl {
    padding: 10rem !important;
  }
  .u-l-p-auto {
    padding: auto !important;
  }
  .u-l-pt-0, .u-l-py-0 {
    padding-top: 0 !important;
  }
  .u-l-pt-xxs, .u-l-py-xxs {
    padding-top: 0.5rem !important;
  }
  .u-l-pt-xs, .u-l-py-xs {
    padding-top: 1rem !important;
  }
  .u-l-pt-s, .u-l-py-s {
    padding-top: 2rem !important;
  }
  .u-l-pt-m, .u-l-py-m {
    padding-top: 3rem !important;
  }
  .u-l-pt-l, .u-l-py-l {
    padding-top: 5rem !important;
  }
  .u-l-pt-xl, .u-l-py-xl {
    padding-top: 8rem !important;
  }
  .u-l-pt-xxl, .u-l-py-xxl {
    padding-top: 10rem !important;
  }
  .u-l-pt-auto, .u-l-py-auto {
    padding-top: auto !important;
  }
  .u-l-pb-0, .u-l-py-0 {
    padding-bottom: 0 !important;
  }
  .u-l-pb-xxs, .u-l-py-xxs {
    padding-bottom: 0.5rem !important;
  }
  .u-l-pb-xs, .u-l-py-xs {
    padding-bottom: 1rem !important;
  }
  .u-l-pb-s, .u-l-py-s {
    padding-bottom: 2rem !important;
  }
  .u-l-pb-m, .u-l-py-m {
    padding-bottom: 3rem !important;
  }
  .u-l-pb-l, .u-l-py-l {
    padding-bottom: 5rem !important;
  }
  .u-l-pb-xl, .u-l-py-xl {
    padding-bottom: 8rem !important;
  }
  .u-l-pb-xxl, .u-l-py-xxl {
    padding-bottom: 10rem !important;
  }
  .u-l-pb-auto, .u-l-py-auto {
    padding-bottom: auto !important;
  }
  .u-l-pr-0, .u-l-px-0 {
    padding-right: 0 !important;
  }
  .u-l-pr-xxs, .u-l-px-xxs {
    padding-right: 0.5rem !important;
  }
  .u-l-pr-xs, .u-l-px-xs {
    padding-right: 1rem !important;
  }
  .u-l-pr-s, .u-l-px-s {
    padding-right: 2rem !important;
  }
  .u-l-pr-m, .u-l-px-m {
    padding-right: 3rem !important;
  }
  .u-l-pr-l, .u-l-px-l {
    padding-right: 5rem !important;
  }
  .u-l-pr-xl, .u-l-px-xl {
    padding-right: 8rem !important;
  }
  .u-l-pr-xxl, .u-l-px-xxl {
    padding-right: 10rem !important;
  }
  .u-l-pr-auto, .u-l-px-auto {
    padding-right: auto !important;
  }
  .u-l-pl-0, .u-l-px-0 {
    padding-left: 0 !important;
  }
  .u-l-pl-xxs, .u-l-px-xxs {
    padding-left: 0.5rem !important;
  }
  .u-l-pl-xs, .u-l-px-xs {
    padding-left: 1rem !important;
  }
  .u-l-pl-s, .u-l-px-s {
    padding-left: 2rem !important;
  }
  .u-l-pl-m, .u-l-px-m {
    padding-left: 3rem !important;
  }
  .u-l-pl-l, .u-l-px-l {
    padding-left: 5rem !important;
  }
  .u-l-pl-xl, .u-l-px-xl {
    padding-left: 8rem !important;
  }
  .u-l-pl-xxl, .u-l-px-xxl {
    padding-left: 10rem !important;
  }
  .u-l-pl-auto, .u-l-px-auto {
    padding-left: auto !important;
  }
  .u-l-fluid {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    height: 731px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    right: 20px;
    left: auto;
  }
  .modaal-gallery-prev {
    right: auto;
    left: 20px;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-d-n {
    display: none !important;
  }
}
/*# sourceMappingURL=main.css.map */</pre></body></html>