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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

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

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

img {
  vertical-align: top;
}

* {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close {
  color: #FFF;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 44px;
}

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

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

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

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

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

.mfp-arrow {
  -webkit-tap-highlight-color: transparent;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  opacity: 0.65;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

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

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

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-close {
  right: 0 !important;
  top: 0 !important;
  width: 100px !important;
}

.modal-close {
  background-color: #999;
  cursor: pointer;
  display: block;
  height: 100px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .modal-close {
    height: 13.33333vw;
    width: 13.33333vw;
  }
}

.modal-close:before, .modal-close:after {
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
  /*バツ線の太さ*/
  background: #fff;
  content: "";
  display: block;
  /*バツ線の長さ*/
  height: 2px;
  left: 14%;
  position: absolute;
  top: calc(14% - 0px);
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  width: 100%;
}

.modal-close:after {
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
  content: "";
  left: auto;
  right: 14%;
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
}

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

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

.mfp-inline-holder .mfp-close {
  top: -40px;
}

.movie-wrap {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}

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

/**
 * Swiper 7.0.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 18, 2021
 */
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}

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

.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

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

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

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

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  height: var(--swiper-virtual-size);
  width: 1px;
}

:root {
  --swiper-navigation-size:44px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  bottom: 0px;
  height: 100%;
  left: 0;
  opacity: .6;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  -webkit-filter: blur(50px);
  background: #000;
  bottom: 0;
  content: '';
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.swiper-flip {
  overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: opacity,height,-webkit-transform;
  transition-property: transform,opacity,height;
  transition-property: transform,opacity,height,-webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

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

@media screen and (max-width: 895px) {
  .spmt-50 {
    margin-top: -6.66667vw !important;
  }
  .spmb-50 {
    margin-bottom: -6.66667vw !important;
  }
  .spmr-50 {
    margin-right: -6.66667vw !important;
  }
  .spml-50 {
    margin-left: -6.66667vw !important;
  }
  .sppt-50 {
    padding-top: -6.66667vw !important;
  }
  .sppb-50 {
    padding-bottom: -6.66667vw !important;
  }
  .sppr-50 {
    padding-right: -6.66667vw !important;
  }
  .sppl-50 {
    padding-left: -6.66667vw !important;
  }
  .spmt-45 {
    margin-top: -6vw !important;
  }
  .spmb-45 {
    margin-bottom: -6vw !important;
  }
  .spmr-45 {
    margin-right: -6vw !important;
  }
  .spml-45 {
    margin-left: -6vw !important;
  }
  .sppt-45 {
    padding-top: -6vw !important;
  }
  .sppb-45 {
    padding-bottom: -6vw !important;
  }
  .sppr-45 {
    padding-right: -6vw !important;
  }
  .sppl-45 {
    padding-left: -6vw !important;
  }
  .spmt-40 {
    margin-top: -5.33333vw !important;
  }
  .spmb-40 {
    margin-bottom: -5.33333vw !important;
  }
  .spmr-40 {
    margin-right: -5.33333vw !important;
  }
  .spml-40 {
    margin-left: -5.33333vw !important;
  }
  .sppt-40 {
    padding-top: -5.33333vw !important;
  }
  .sppb-40 {
    padding-bottom: -5.33333vw !important;
  }
  .sppr-40 {
    padding-right: -5.33333vw !important;
  }
  .sppl-40 {
    padding-left: -5.33333vw !important;
  }
  .spmt-35 {
    margin-top: -4.66667vw !important;
  }
  .spmb-35 {
    margin-bottom: -4.66667vw !important;
  }
  .spmr-35 {
    margin-right: -4.66667vw !important;
  }
  .spml-35 {
    margin-left: -4.66667vw !important;
  }
  .sppt-35 {
    padding-top: -4.66667vw !important;
  }
  .sppb-35 {
    padding-bottom: -4.66667vw !important;
  }
  .sppr-35 {
    padding-right: -4.66667vw !important;
  }
  .sppl-35 {
    padding-left: -4.66667vw !important;
  }
  .spmt-30 {
    margin-top: -4vw !important;
  }
  .spmb-30 {
    margin-bottom: -4vw !important;
  }
  .spmr-30 {
    margin-right: -4vw !important;
  }
  .spml-30 {
    margin-left: -4vw !important;
  }
  .sppt-30 {
    padding-top: -4vw !important;
  }
  .sppb-30 {
    padding-bottom: -4vw !important;
  }
  .sppr-30 {
    padding-right: -4vw !important;
  }
  .sppl-30 {
    padding-left: -4vw !important;
  }
  .spmt-25 {
    margin-top: -3.33333vw !important;
  }
  .spmb-25 {
    margin-bottom: -3.33333vw !important;
  }
  .spmr-25 {
    margin-right: -3.33333vw !important;
  }
  .spml-25 {
    margin-left: -3.33333vw !important;
  }
  .sppt-25 {
    padding-top: -3.33333vw !important;
  }
  .sppb-25 {
    padding-bottom: -3.33333vw !important;
  }
  .sppr-25 {
    padding-right: -3.33333vw !important;
  }
  .sppl-25 {
    padding-left: -3.33333vw !important;
  }
  .spmt-20 {
    margin-top: -2.66667vw !important;
  }
  .spmb-20 {
    margin-bottom: -2.66667vw !important;
  }
  .spmr-20 {
    margin-right: -2.66667vw !important;
  }
  .spml-20 {
    margin-left: -2.66667vw !important;
  }
  .sppt-20 {
    padding-top: -2.66667vw !important;
  }
  .sppb-20 {
    padding-bottom: -2.66667vw !important;
  }
  .sppr-20 {
    padding-right: -2.66667vw !important;
  }
  .sppl-20 {
    padding-left: -2.66667vw !important;
  }
  .spmt-15 {
    margin-top: -2vw !important;
  }
  .spmb-15 {
    margin-bottom: -2vw !important;
  }
  .spmr-15 {
    margin-right: -2vw !important;
  }
  .spml-15 {
    margin-left: -2vw !important;
  }
  .sppt-15 {
    padding-top: -2vw !important;
  }
  .sppb-15 {
    padding-bottom: -2vw !important;
  }
  .sppr-15 {
    padding-right: -2vw !important;
  }
  .sppl-15 {
    padding-left: -2vw !important;
  }
  .spmt-10 {
    margin-top: -1.33333vw !important;
  }
  .spmb-10 {
    margin-bottom: -1.33333vw !important;
  }
  .spmr-10 {
    margin-right: -1.33333vw !important;
  }
  .spml-10 {
    margin-left: -1.33333vw !important;
  }
  .sppt-10 {
    padding-top: -1.33333vw !important;
  }
  .sppb-10 {
    padding-bottom: -1.33333vw !important;
  }
  .sppr-10 {
    padding-right: -1.33333vw !important;
  }
  .sppl-10 {
    padding-left: -1.33333vw !important;
  }
  .spmt-5 {
    margin-top: -0.66667vw !important;
  }
  .spmb-5 {
    margin-bottom: -0.66667vw !important;
  }
  .spmr-5 {
    margin-right: -0.66667vw !important;
  }
  .spml-5 {
    margin-left: -0.66667vw !important;
  }
  .sppt-5 {
    padding-top: -0.66667vw !important;
  }
  .sppb-5 {
    padding-bottom: -0.66667vw !important;
  }
  .sppr-5 {
    padding-right: -0.66667vw !important;
  }
  .sppl-5 {
    padding-left: -0.66667vw !important;
  }
  .spmt0 {
    margin-top: 0vw !important;
  }
  .spmb0 {
    margin-bottom: 0vw !important;
  }
  .spmr0 {
    margin-right: 0vw !important;
  }
  .spml0 {
    margin-left: 0vw !important;
  }
  .sppt0 {
    padding-top: 0vw !important;
  }
  .sppb0 {
    padding-bottom: 0vw !important;
  }
  .sppr0 {
    padding-right: 0vw !important;
  }
  .sppl0 {
    padding-left: 0vw !important;
  }
  .spmt5 {
    margin-top: 0.66667vw !important;
  }
  .spmb5 {
    margin-bottom: 0.66667vw !important;
  }
  .spmr5 {
    margin-right: 0.66667vw !important;
  }
  .spml5 {
    margin-left: 0.66667vw !important;
  }
  .sppt5 {
    padding-top: 0.66667vw !important;
  }
  .sppb5 {
    padding-bottom: 0.66667vw !important;
  }
  .sppr5 {
    padding-right: 0.66667vw !important;
  }
  .sppl5 {
    padding-left: 0.66667vw !important;
  }
  .spmt10 {
    margin-top: 1.33333vw !important;
  }
  .spmb10 {
    margin-bottom: 1.33333vw !important;
  }
  .spmr10 {
    margin-right: 1.33333vw !important;
  }
  .spml10 {
    margin-left: 1.33333vw !important;
  }
  .sppt10 {
    padding-top: 1.33333vw !important;
  }
  .sppb10 {
    padding-bottom: 1.33333vw !important;
  }
  .sppr10 {
    padding-right: 1.33333vw !important;
  }
  .sppl10 {
    padding-left: 1.33333vw !important;
  }
  .spmt15 {
    margin-top: 2vw !important;
  }
  .spmb15 {
    margin-bottom: 2vw !important;
  }
  .spmr15 {
    margin-right: 2vw !important;
  }
  .spml15 {
    margin-left: 2vw !important;
  }
  .sppt15 {
    padding-top: 2vw !important;
  }
  .sppb15 {
    padding-bottom: 2vw !important;
  }
  .sppr15 {
    padding-right: 2vw !important;
  }
  .sppl15 {
    padding-left: 2vw !important;
  }
  .spmt20 {
    margin-top: 2.66667vw !important;
  }
  .spmb20 {
    margin-bottom: 2.66667vw !important;
  }
  .spmr20 {
    margin-right: 2.66667vw !important;
  }
  .spml20 {
    margin-left: 2.66667vw !important;
  }
  .sppt20 {
    padding-top: 2.66667vw !important;
  }
  .sppb20 {
    padding-bottom: 2.66667vw !important;
  }
  .sppr20 {
    padding-right: 2.66667vw !important;
  }
  .sppl20 {
    padding-left: 2.66667vw !important;
  }
  .spmt25 {
    margin-top: 3.33333vw !important;
  }
  .spmb25 {
    margin-bottom: 3.33333vw !important;
  }
  .spmr25 {
    margin-right: 3.33333vw !important;
  }
  .spml25 {
    margin-left: 3.33333vw !important;
  }
  .sppt25 {
    padding-top: 3.33333vw !important;
  }
  .sppb25 {
    padding-bottom: 3.33333vw !important;
  }
  .sppr25 {
    padding-right: 3.33333vw !important;
  }
  .sppl25 {
    padding-left: 3.33333vw !important;
  }
  .spmt30 {
    margin-top: 4vw !important;
  }
  .spmb30 {
    margin-bottom: 4vw !important;
  }
  .spmr30 {
    margin-right: 4vw !important;
  }
  .spml30 {
    margin-left: 4vw !important;
  }
  .sppt30 {
    padding-top: 4vw !important;
  }
  .sppb30 {
    padding-bottom: 4vw !important;
  }
  .sppr30 {
    padding-right: 4vw !important;
  }
  .sppl30 {
    padding-left: 4vw !important;
  }
  .spmt35 {
    margin-top: 4.66667vw !important;
  }
  .spmb35 {
    margin-bottom: 4.66667vw !important;
  }
  .spmr35 {
    margin-right: 4.66667vw !important;
  }
  .spml35 {
    margin-left: 4.66667vw !important;
  }
  .sppt35 {
    padding-top: 4.66667vw !important;
  }
  .sppb35 {
    padding-bottom: 4.66667vw !important;
  }
  .sppr35 {
    padding-right: 4.66667vw !important;
  }
  .sppl35 {
    padding-left: 4.66667vw !important;
  }
  .spmt40 {
    margin-top: 5.33333vw !important;
  }
  .spmb40 {
    margin-bottom: 5.33333vw !important;
  }
  .spmr40 {
    margin-right: 5.33333vw !important;
  }
  .spml40 {
    margin-left: 5.33333vw !important;
  }
  .sppt40 {
    padding-top: 5.33333vw !important;
  }
  .sppb40 {
    padding-bottom: 5.33333vw !important;
  }
  .sppr40 {
    padding-right: 5.33333vw !important;
  }
  .sppl40 {
    padding-left: 5.33333vw !important;
  }
  .spmt45 {
    margin-top: 6vw !important;
  }
  .spmb45 {
    margin-bottom: 6vw !important;
  }
  .spmr45 {
    margin-right: 6vw !important;
  }
  .spml45 {
    margin-left: 6vw !important;
  }
  .sppt45 {
    padding-top: 6vw !important;
  }
  .sppb45 {
    padding-bottom: 6vw !important;
  }
  .sppr45 {
    padding-right: 6vw !important;
  }
  .sppl45 {
    padding-left: 6vw !important;
  }
  .spmt50 {
    margin-top: 6.66667vw !important;
  }
  .spmb50 {
    margin-bottom: 6.66667vw !important;
  }
  .spmr50 {
    margin-right: 6.66667vw !important;
  }
  .spml50 {
    margin-left: 6.66667vw !important;
  }
  .sppt50 {
    padding-top: 6.66667vw !important;
  }
  .sppb50 {
    padding-bottom: 6.66667vw !important;
  }
  .sppr50 {
    padding-right: 6.66667vw !important;
  }
  .sppl50 {
    padding-left: 6.66667vw !important;
  }
  .spmt55 {
    margin-top: 7.33333vw !important;
  }
  .spmb55 {
    margin-bottom: 7.33333vw !important;
  }
  .spmr55 {
    margin-right: 7.33333vw !important;
  }
  .spml55 {
    margin-left: 7.33333vw !important;
  }
  .sppt55 {
    padding-top: 7.33333vw !important;
  }
  .sppb55 {
    padding-bottom: 7.33333vw !important;
  }
  .sppr55 {
    padding-right: 7.33333vw !important;
  }
  .sppl55 {
    padding-left: 7.33333vw !important;
  }
  .spmt60 {
    margin-top: 8vw !important;
  }
  .spmb60 {
    margin-bottom: 8vw !important;
  }
  .spmr60 {
    margin-right: 8vw !important;
  }
  .spml60 {
    margin-left: 8vw !important;
  }
  .sppt60 {
    padding-top: 8vw !important;
  }
  .sppb60 {
    padding-bottom: 8vw !important;
  }
  .sppr60 {
    padding-right: 8vw !important;
  }
  .sppl60 {
    padding-left: 8vw !important;
  }
  .spmt65 {
    margin-top: 8.66667vw !important;
  }
  .spmb65 {
    margin-bottom: 8.66667vw !important;
  }
  .spmr65 {
    margin-right: 8.66667vw !important;
  }
  .spml65 {
    margin-left: 8.66667vw !important;
  }
  .sppt65 {
    padding-top: 8.66667vw !important;
  }
  .sppb65 {
    padding-bottom: 8.66667vw !important;
  }
  .sppr65 {
    padding-right: 8.66667vw !important;
  }
  .sppl65 {
    padding-left: 8.66667vw !important;
  }
  .spmt70 {
    margin-top: 9.33333vw !important;
  }
  .spmb70 {
    margin-bottom: 9.33333vw !important;
  }
  .spmr70 {
    margin-right: 9.33333vw !important;
  }
  .spml70 {
    margin-left: 9.33333vw !important;
  }
  .sppt70 {
    padding-top: 9.33333vw !important;
  }
  .sppb70 {
    padding-bottom: 9.33333vw !important;
  }
  .sppr70 {
    padding-right: 9.33333vw !important;
  }
  .sppl70 {
    padding-left: 9.33333vw !important;
  }
  .spmt75 {
    margin-top: 10vw !important;
  }
  .spmb75 {
    margin-bottom: 10vw !important;
  }
  .spmr75 {
    margin-right: 10vw !important;
  }
  .spml75 {
    margin-left: 10vw !important;
  }
  .sppt75 {
    padding-top: 10vw !important;
  }
  .sppb75 {
    padding-bottom: 10vw !important;
  }
  .sppr75 {
    padding-right: 10vw !important;
  }
  .sppl75 {
    padding-left: 10vw !important;
  }
  .spmt80 {
    margin-top: 10.66667vw !important;
  }
  .spmb80 {
    margin-bottom: 10.66667vw !important;
  }
  .spmr80 {
    margin-right: 10.66667vw !important;
  }
  .spml80 {
    margin-left: 10.66667vw !important;
  }
  .sppt80 {
    padding-top: 10.66667vw !important;
  }
  .sppb80 {
    padding-bottom: 10.66667vw !important;
  }
  .sppr80 {
    padding-right: 10.66667vw !important;
  }
  .sppl80 {
    padding-left: 10.66667vw !important;
  }
  .spmt85 {
    margin-top: 11.33333vw !important;
  }
  .spmb85 {
    margin-bottom: 11.33333vw !important;
  }
  .spmr85 {
    margin-right: 11.33333vw !important;
  }
  .spml85 {
    margin-left: 11.33333vw !important;
  }
  .sppt85 {
    padding-top: 11.33333vw !important;
  }
  .sppb85 {
    padding-bottom: 11.33333vw !important;
  }
  .sppr85 {
    padding-right: 11.33333vw !important;
  }
  .sppl85 {
    padding-left: 11.33333vw !important;
  }
  .spmt90 {
    margin-top: 12vw !important;
  }
  .spmb90 {
    margin-bottom: 12vw !important;
  }
  .spmr90 {
    margin-right: 12vw !important;
  }
  .spml90 {
    margin-left: 12vw !important;
  }
  .sppt90 {
    padding-top: 12vw !important;
  }
  .sppb90 {
    padding-bottom: 12vw !important;
  }
  .sppr90 {
    padding-right: 12vw !important;
  }
  .sppl90 {
    padding-left: 12vw !important;
  }
  .spmt95 {
    margin-top: 12.66667vw !important;
  }
  .spmb95 {
    margin-bottom: 12.66667vw !important;
  }
  .spmr95 {
    margin-right: 12.66667vw !important;
  }
  .spml95 {
    margin-left: 12.66667vw !important;
  }
  .sppt95 {
    padding-top: 12.66667vw !important;
  }
  .sppb95 {
    padding-bottom: 12.66667vw !important;
  }
  .sppr95 {
    padding-right: 12.66667vw !important;
  }
  .sppl95 {
    padding-left: 12.66667vw !important;
  }
  .spmt100 {
    margin-top: 13.33333vw !important;
  }
  .spmb100 {
    margin-bottom: 13.33333vw !important;
  }
  .spmr100 {
    margin-right: 13.33333vw !important;
  }
  .spml100 {
    margin-left: 13.33333vw !important;
  }
  .sppt100 {
    padding-top: 13.33333vw !important;
  }
  .sppb100 {
    padding-bottom: 13.33333vw !important;
  }
  .sppr100 {
    padding-right: 13.33333vw !important;
  }
  .sppl100 {
    padding-left: 13.33333vw !important;
  }
  .spmt105 {
    margin-top: 14vw !important;
  }
  .spmb105 {
    margin-bottom: 14vw !important;
  }
  .spmr105 {
    margin-right: 14vw !important;
  }
  .spml105 {
    margin-left: 14vw !important;
  }
  .sppt105 {
    padding-top: 14vw !important;
  }
  .sppb105 {
    padding-bottom: 14vw !important;
  }
  .sppr105 {
    padding-right: 14vw !important;
  }
  .sppl105 {
    padding-left: 14vw !important;
  }
  .spmt110 {
    margin-top: 14.66667vw !important;
  }
  .spmb110 {
    margin-bottom: 14.66667vw !important;
  }
  .spmr110 {
    margin-right: 14.66667vw !important;
  }
  .spml110 {
    margin-left: 14.66667vw !important;
  }
  .sppt110 {
    padding-top: 14.66667vw !important;
  }
  .sppb110 {
    padding-bottom: 14.66667vw !important;
  }
  .sppr110 {
    padding-right: 14.66667vw !important;
  }
  .sppl110 {
    padding-left: 14.66667vw !important;
  }
  .spmt115 {
    margin-top: 15.33333vw !important;
  }
  .spmb115 {
    margin-bottom: 15.33333vw !important;
  }
  .spmr115 {
    margin-right: 15.33333vw !important;
  }
  .spml115 {
    margin-left: 15.33333vw !important;
  }
  .sppt115 {
    padding-top: 15.33333vw !important;
  }
  .sppb115 {
    padding-bottom: 15.33333vw !important;
  }
  .sppr115 {
    padding-right: 15.33333vw !important;
  }
  .sppl115 {
    padding-left: 15.33333vw !important;
  }
  .spmt120 {
    margin-top: 16vw !important;
  }
  .spmb120 {
    margin-bottom: 16vw !important;
  }
  .spmr120 {
    margin-right: 16vw !important;
  }
  .spml120 {
    margin-left: 16vw !important;
  }
  .sppt120 {
    padding-top: 16vw !important;
  }
  .sppb120 {
    padding-bottom: 16vw !important;
  }
  .sppr120 {
    padding-right: 16vw !important;
  }
  .sppl120 {
    padding-left: 16vw !important;
  }
  .spmt125 {
    margin-top: 16.66667vw !important;
  }
  .spmb125 {
    margin-bottom: 16.66667vw !important;
  }
  .spmr125 {
    margin-right: 16.66667vw !important;
  }
  .spml125 {
    margin-left: 16.66667vw !important;
  }
  .sppt125 {
    padding-top: 16.66667vw !important;
  }
  .sppb125 {
    padding-bottom: 16.66667vw !important;
  }
  .sppr125 {
    padding-right: 16.66667vw !important;
  }
  .sppl125 {
    padding-left: 16.66667vw !important;
  }
  .spmt130 {
    margin-top: 17.33333vw !important;
  }
  .spmb130 {
    margin-bottom: 17.33333vw !important;
  }
  .spmr130 {
    margin-right: 17.33333vw !important;
  }
  .spml130 {
    margin-left: 17.33333vw !important;
  }
  .sppt130 {
    padding-top: 17.33333vw !important;
  }
  .sppb130 {
    padding-bottom: 17.33333vw !important;
  }
  .sppr130 {
    padding-right: 17.33333vw !important;
  }
  .sppl130 {
    padding-left: 17.33333vw !important;
  }
  .spmt135 {
    margin-top: 18vw !important;
  }
  .spmb135 {
    margin-bottom: 18vw !important;
  }
  .spmr135 {
    margin-right: 18vw !important;
  }
  .spml135 {
    margin-left: 18vw !important;
  }
  .sppt135 {
    padding-top: 18vw !important;
  }
  .sppb135 {
    padding-bottom: 18vw !important;
  }
  .sppr135 {
    padding-right: 18vw !important;
  }
  .sppl135 {
    padding-left: 18vw !important;
  }
  .spmt140 {
    margin-top: 18.66667vw !important;
  }
  .spmb140 {
    margin-bottom: 18.66667vw !important;
  }
  .spmr140 {
    margin-right: 18.66667vw !important;
  }
  .spml140 {
    margin-left: 18.66667vw !important;
  }
  .sppt140 {
    padding-top: 18.66667vw !important;
  }
  .sppb140 {
    padding-bottom: 18.66667vw !important;
  }
  .sppr140 {
    padding-right: 18.66667vw !important;
  }
  .sppl140 {
    padding-left: 18.66667vw !important;
  }
  .spmt145 {
    margin-top: 19.33333vw !important;
  }
  .spmb145 {
    margin-bottom: 19.33333vw !important;
  }
  .spmr145 {
    margin-right: 19.33333vw !important;
  }
  .spml145 {
    margin-left: 19.33333vw !important;
  }
  .sppt145 {
    padding-top: 19.33333vw !important;
  }
  .sppb145 {
    padding-bottom: 19.33333vw !important;
  }
  .sppr145 {
    padding-right: 19.33333vw !important;
  }
  .sppl145 {
    padding-left: 19.33333vw !important;
  }
  .spmt150 {
    margin-top: 20vw !important;
  }
  .spmb150 {
    margin-bottom: 20vw !important;
  }
  .spmr150 {
    margin-right: 20vw !important;
  }
  .spml150 {
    margin-left: 20vw !important;
  }
  .sppt150 {
    padding-top: 20vw !important;
  }
  .sppb150 {
    padding-bottom: 20vw !important;
  }
  .sppr150 {
    padding-right: 20vw !important;
  }
  .sppl150 {
    padding-left: 20vw !important;
  }
  .spmt155 {
    margin-top: 20.66667vw !important;
  }
  .spmb155 {
    margin-bottom: 20.66667vw !important;
  }
  .spmr155 {
    margin-right: 20.66667vw !important;
  }
  .spml155 {
    margin-left: 20.66667vw !important;
  }
  .sppt155 {
    padding-top: 20.66667vw !important;
  }
  .sppb155 {
    padding-bottom: 20.66667vw !important;
  }
  .sppr155 {
    padding-right: 20.66667vw !important;
  }
  .sppl155 {
    padding-left: 20.66667vw !important;
  }
  .spmt160 {
    margin-top: 21.33333vw !important;
  }
  .spmb160 {
    margin-bottom: 21.33333vw !important;
  }
  .spmr160 {
    margin-right: 21.33333vw !important;
  }
  .spml160 {
    margin-left: 21.33333vw !important;
  }
  .sppt160 {
    padding-top: 21.33333vw !important;
  }
  .sppb160 {
    padding-bottom: 21.33333vw !important;
  }
  .sppr160 {
    padding-right: 21.33333vw !important;
  }
  .sppl160 {
    padding-left: 21.33333vw !important;
  }
  .spmt165 {
    margin-top: 22vw !important;
  }
  .spmb165 {
    margin-bottom: 22vw !important;
  }
  .spmr165 {
    margin-right: 22vw !important;
  }
  .spml165 {
    margin-left: 22vw !important;
  }
  .sppt165 {
    padding-top: 22vw !important;
  }
  .sppb165 {
    padding-bottom: 22vw !important;
  }
  .sppr165 {
    padding-right: 22vw !important;
  }
  .sppl165 {
    padding-left: 22vw !important;
  }
  .spmt170 {
    margin-top: 22.66667vw !important;
  }
  .spmb170 {
    margin-bottom: 22.66667vw !important;
  }
  .spmr170 {
    margin-right: 22.66667vw !important;
  }
  .spml170 {
    margin-left: 22.66667vw !important;
  }
  .sppt170 {
    padding-top: 22.66667vw !important;
  }
  .sppb170 {
    padding-bottom: 22.66667vw !important;
  }
  .sppr170 {
    padding-right: 22.66667vw !important;
  }
  .sppl170 {
    padding-left: 22.66667vw !important;
  }
  .spmt175 {
    margin-top: 23.33333vw !important;
  }
  .spmb175 {
    margin-bottom: 23.33333vw !important;
  }
  .spmr175 {
    margin-right: 23.33333vw !important;
  }
  .spml175 {
    margin-left: 23.33333vw !important;
  }
  .sppt175 {
    padding-top: 23.33333vw !important;
  }
  .sppb175 {
    padding-bottom: 23.33333vw !important;
  }
  .sppr175 {
    padding-right: 23.33333vw !important;
  }
  .sppl175 {
    padding-left: 23.33333vw !important;
  }
  .spmt180 {
    margin-top: 24vw !important;
  }
  .spmb180 {
    margin-bottom: 24vw !important;
  }
  .spmr180 {
    margin-right: 24vw !important;
  }
  .spml180 {
    margin-left: 24vw !important;
  }
  .sppt180 {
    padding-top: 24vw !important;
  }
  .sppb180 {
    padding-bottom: 24vw !important;
  }
  .sppr180 {
    padding-right: 24vw !important;
  }
  .sppl180 {
    padding-left: 24vw !important;
  }
  .spmt185 {
    margin-top: 24.66667vw !important;
  }
  .spmb185 {
    margin-bottom: 24.66667vw !important;
  }
  .spmr185 {
    margin-right: 24.66667vw !important;
  }
  .spml185 {
    margin-left: 24.66667vw !important;
  }
  .sppt185 {
    padding-top: 24.66667vw !important;
  }
  .sppb185 {
    padding-bottom: 24.66667vw !important;
  }
  .sppr185 {
    padding-right: 24.66667vw !important;
  }
  .sppl185 {
    padding-left: 24.66667vw !important;
  }
  .spmt190 {
    margin-top: 25.33333vw !important;
  }
  .spmb190 {
    margin-bottom: 25.33333vw !important;
  }
  .spmr190 {
    margin-right: 25.33333vw !important;
  }
  .spml190 {
    margin-left: 25.33333vw !important;
  }
  .sppt190 {
    padding-top: 25.33333vw !important;
  }
  .sppb190 {
    padding-bottom: 25.33333vw !important;
  }
  .sppr190 {
    padding-right: 25.33333vw !important;
  }
  .sppl190 {
    padding-left: 25.33333vw !important;
  }
  .spmt195 {
    margin-top: 26vw !important;
  }
  .spmb195 {
    margin-bottom: 26vw !important;
  }
  .spmr195 {
    margin-right: 26vw !important;
  }
  .spml195 {
    margin-left: 26vw !important;
  }
  .sppt195 {
    padding-top: 26vw !important;
  }
  .sppb195 {
    padding-bottom: 26vw !important;
  }
  .sppr195 {
    padding-right: 26vw !important;
  }
  .sppl195 {
    padding-left: 26vw !important;
  }
  .spmt200 {
    margin-top: 26.66667vw !important;
  }
  .spmb200 {
    margin-bottom: 26.66667vw !important;
  }
  .spmr200 {
    margin-right: 26.66667vw !important;
  }
  .spml200 {
    margin-left: 26.66667vw !important;
  }
  .sppt200 {
    padding-top: 26.66667vw !important;
  }
  .sppb200 {
    padding-bottom: 26.66667vw !important;
  }
  .sppr200 {
    padding-right: 26.66667vw !important;
  }
  .sppl200 {
    padding-left: 26.66667vw !important;
  }
}

@media screen and (min-width: 896px) {
  .pcmt-50 {
    margin-top: -50px !important;
  }
  .pcmb-50 {
    margin-bottom: -50px !important;
  }
  .pcmr-50 {
    margin-right: -50px !important;
  }
  .pcml-50 {
    margin-left: -50px !important;
  }
  .pcpt-50 {
    padding-top: -50px !important;
  }
  .pcpb-50 {
    padding-bottom: -50px !important;
  }
  .pcpr-50 {
    padding-right: -50px !important;
  }
  .pcpl-50 {
    padding-left: -50px !important;
  }
  .pcmt-45 {
    margin-top: -45px !important;
  }
  .pcmb-45 {
    margin-bottom: -45px !important;
  }
  .pcmr-45 {
    margin-right: -45px !important;
  }
  .pcml-45 {
    margin-left: -45px !important;
  }
  .pcpt-45 {
    padding-top: -45px !important;
  }
  .pcpb-45 {
    padding-bottom: -45px !important;
  }
  .pcpr-45 {
    padding-right: -45px !important;
  }
  .pcpl-45 {
    padding-left: -45px !important;
  }
  .pcmt-40 {
    margin-top: -40px !important;
  }
  .pcmb-40 {
    margin-bottom: -40px !important;
  }
  .pcmr-40 {
    margin-right: -40px !important;
  }
  .pcml-40 {
    margin-left: -40px !important;
  }
  .pcpt-40 {
    padding-top: -40px !important;
  }
  .pcpb-40 {
    padding-bottom: -40px !important;
  }
  .pcpr-40 {
    padding-right: -40px !important;
  }
  .pcpl-40 {
    padding-left: -40px !important;
  }
  .pcmt-35 {
    margin-top: -35px !important;
  }
  .pcmb-35 {
    margin-bottom: -35px !important;
  }
  .pcmr-35 {
    margin-right: -35px !important;
  }
  .pcml-35 {
    margin-left: -35px !important;
  }
  .pcpt-35 {
    padding-top: -35px !important;
  }
  .pcpb-35 {
    padding-bottom: -35px !important;
  }
  .pcpr-35 {
    padding-right: -35px !important;
  }
  .pcpl-35 {
    padding-left: -35px !important;
  }
  .pcmt-30 {
    margin-top: -30px !important;
  }
  .pcmb-30 {
    margin-bottom: -30px !important;
  }
  .pcmr-30 {
    margin-right: -30px !important;
  }
  .pcml-30 {
    margin-left: -30px !important;
  }
  .pcpt-30 {
    padding-top: -30px !important;
  }
  .pcpb-30 {
    padding-bottom: -30px !important;
  }
  .pcpr-30 {
    padding-right: -30px !important;
  }
  .pcpl-30 {
    padding-left: -30px !important;
  }
  .pcmt-25 {
    margin-top: -25px !important;
  }
  .pcmb-25 {
    margin-bottom: -25px !important;
  }
  .pcmr-25 {
    margin-right: -25px !important;
  }
  .pcml-25 {
    margin-left: -25px !important;
  }
  .pcpt-25 {
    padding-top: -25px !important;
  }
  .pcpb-25 {
    padding-bottom: -25px !important;
  }
  .pcpr-25 {
    padding-right: -25px !important;
  }
  .pcpl-25 {
    padding-left: -25px !important;
  }
  .pcmt-20 {
    margin-top: -20px !important;
  }
  .pcmb-20 {
    margin-bottom: -20px !important;
  }
  .pcmr-20 {
    margin-right: -20px !important;
  }
  .pcml-20 {
    margin-left: -20px !important;
  }
  .pcpt-20 {
    padding-top: -20px !important;
  }
  .pcpb-20 {
    padding-bottom: -20px !important;
  }
  .pcpr-20 {
    padding-right: -20px !important;
  }
  .pcpl-20 {
    padding-left: -20px !important;
  }
  .pcmt-15 {
    margin-top: -15px !important;
  }
  .pcmb-15 {
    margin-bottom: -15px !important;
  }
  .pcmr-15 {
    margin-right: -15px !important;
  }
  .pcml-15 {
    margin-left: -15px !important;
  }
  .pcpt-15 {
    padding-top: -15px !important;
  }
  .pcpb-15 {
    padding-bottom: -15px !important;
  }
  .pcpr-15 {
    padding-right: -15px !important;
  }
  .pcpl-15 {
    padding-left: -15px !important;
  }
  .pcmt-10 {
    margin-top: -10px !important;
  }
  .pcmb-10 {
    margin-bottom: -10px !important;
  }
  .pcmr-10 {
    margin-right: -10px !important;
  }
  .pcml-10 {
    margin-left: -10px !important;
  }
  .pcpt-10 {
    padding-top: -10px !important;
  }
  .pcpb-10 {
    padding-bottom: -10px !important;
  }
  .pcpr-10 {
    padding-right: -10px !important;
  }
  .pcpl-10 {
    padding-left: -10px !important;
  }
  .pcmt-5 {
    margin-top: -5px !important;
  }
  .pcmb-5 {
    margin-bottom: -5px !important;
  }
  .pcmr-5 {
    margin-right: -5px !important;
  }
  .pcml-5 {
    margin-left: -5px !important;
  }
  .pcpt-5 {
    padding-top: -5px !important;
  }
  .pcpb-5 {
    padding-bottom: -5px !important;
  }
  .pcpr-5 {
    padding-right: -5px !important;
  }
  .pcpl-5 {
    padding-left: -5px !important;
  }
  .pcmt0 {
    margin-top: 0px !important;
  }
  .pcmb0 {
    margin-bottom: 0px !important;
  }
  .pcmr0 {
    margin-right: 0px !important;
  }
  .pcml0 {
    margin-left: 0px !important;
  }
  .pcpt0 {
    padding-top: 0px !important;
  }
  .pcpb0 {
    padding-bottom: 0px !important;
  }
  .pcpr0 {
    padding-right: 0px !important;
  }
  .pcpl0 {
    padding-left: 0px !important;
  }
  .pcmt5 {
    margin-top: 5px !important;
  }
  .pcmb5 {
    margin-bottom: 5px !important;
  }
  .pcmr5 {
    margin-right: 5px !important;
  }
  .pcml5 {
    margin-left: 5px !important;
  }
  .pcpt5 {
    padding-top: 5px !important;
  }
  .pcpb5 {
    padding-bottom: 5px !important;
  }
  .pcpr5 {
    padding-right: 5px !important;
  }
  .pcpl5 {
    padding-left: 5px !important;
  }
  .pcmt10 {
    margin-top: 10px !important;
  }
  .pcmb10 {
    margin-bottom: 10px !important;
  }
  .pcmr10 {
    margin-right: 10px !important;
  }
  .pcml10 {
    margin-left: 10px !important;
  }
  .pcpt10 {
    padding-top: 10px !important;
  }
  .pcpb10 {
    padding-bottom: 10px !important;
  }
  .pcpr10 {
    padding-right: 10px !important;
  }
  .pcpl10 {
    padding-left: 10px !important;
  }
  .pcmt15 {
    margin-top: 15px !important;
  }
  .pcmb15 {
    margin-bottom: 15px !important;
  }
  .pcmr15 {
    margin-right: 15px !important;
  }
  .pcml15 {
    margin-left: 15px !important;
  }
  .pcpt15 {
    padding-top: 15px !important;
  }
  .pcpb15 {
    padding-bottom: 15px !important;
  }
  .pcpr15 {
    padding-right: 15px !important;
  }
  .pcpl15 {
    padding-left: 15px !important;
  }
  .pcmt20 {
    margin-top: 20px !important;
  }
  .pcmb20 {
    margin-bottom: 20px !important;
  }
  .pcmr20 {
    margin-right: 20px !important;
  }
  .pcml20 {
    margin-left: 20px !important;
  }
  .pcpt20 {
    padding-top: 20px !important;
  }
  .pcpb20 {
    padding-bottom: 20px !important;
  }
  .pcpr20 {
    padding-right: 20px !important;
  }
  .pcpl20 {
    padding-left: 20px !important;
  }
  .pcmt25 {
    margin-top: 25px !important;
  }
  .pcmb25 {
    margin-bottom: 25px !important;
  }
  .pcmr25 {
    margin-right: 25px !important;
  }
  .pcml25 {
    margin-left: 25px !important;
  }
  .pcpt25 {
    padding-top: 25px !important;
  }
  .pcpb25 {
    padding-bottom: 25px !important;
  }
  .pcpr25 {
    padding-right: 25px !important;
  }
  .pcpl25 {
    padding-left: 25px !important;
  }
  .pcmt30 {
    margin-top: 30px !important;
  }
  .pcmb30 {
    margin-bottom: 30px !important;
  }
  .pcmr30 {
    margin-right: 30px !important;
  }
  .pcml30 {
    margin-left: 30px !important;
  }
  .pcpt30 {
    padding-top: 30px !important;
  }
  .pcpb30 {
    padding-bottom: 30px !important;
  }
  .pcpr30 {
    padding-right: 30px !important;
  }
  .pcpl30 {
    padding-left: 30px !important;
  }
  .pcmt35 {
    margin-top: 35px !important;
  }
  .pcmb35 {
    margin-bottom: 35px !important;
  }
  .pcmr35 {
    margin-right: 35px !important;
  }
  .pcml35 {
    margin-left: 35px !important;
  }
  .pcpt35 {
    padding-top: 35px !important;
  }
  .pcpb35 {
    padding-bottom: 35px !important;
  }
  .pcpr35 {
    padding-right: 35px !important;
  }
  .pcpl35 {
    padding-left: 35px !important;
  }
  .pcmt40 {
    margin-top: 40px !important;
  }
  .pcmb40 {
    margin-bottom: 40px !important;
  }
  .pcmr40 {
    margin-right: 40px !important;
  }
  .pcml40 {
    margin-left: 40px !important;
  }
  .pcpt40 {
    padding-top: 40px !important;
  }
  .pcpb40 {
    padding-bottom: 40px !important;
  }
  .pcpr40 {
    padding-right: 40px !important;
  }
  .pcpl40 {
    padding-left: 40px !important;
  }
  .pcmt45 {
    margin-top: 45px !important;
  }
  .pcmb45 {
    margin-bottom: 45px !important;
  }
  .pcmr45 {
    margin-right: 45px !important;
  }
  .pcml45 {
    margin-left: 45px !important;
  }
  .pcpt45 {
    padding-top: 45px !important;
  }
  .pcpb45 {
    padding-bottom: 45px !important;
  }
  .pcpr45 {
    padding-right: 45px !important;
  }
  .pcpl45 {
    padding-left: 45px !important;
  }
  .pcmt50 {
    margin-top: 50px !important;
  }
  .pcmb50 {
    margin-bottom: 50px !important;
  }
  .pcmr50 {
    margin-right: 50px !important;
  }
  .pcml50 {
    margin-left: 50px !important;
  }
  .pcpt50 {
    padding-top: 50px !important;
  }
  .pcpb50 {
    padding-bottom: 50px !important;
  }
  .pcpr50 {
    padding-right: 50px !important;
  }
  .pcpl50 {
    padding-left: 50px !important;
  }
  .pcmt55 {
    margin-top: 55px !important;
  }
  .pcmb55 {
    margin-bottom: 55px !important;
  }
  .pcmr55 {
    margin-right: 55px !important;
  }
  .pcml55 {
    margin-left: 55px !important;
  }
  .pcpt55 {
    padding-top: 55px !important;
  }
  .pcpb55 {
    padding-bottom: 55px !important;
  }
  .pcpr55 {
    padding-right: 55px !important;
  }
  .pcpl55 {
    padding-left: 55px !important;
  }
  .pcmt60 {
    margin-top: 60px !important;
  }
  .pcmb60 {
    margin-bottom: 60px !important;
  }
  .pcmr60 {
    margin-right: 60px !important;
  }
  .pcml60 {
    margin-left: 60px !important;
  }
  .pcpt60 {
    padding-top: 60px !important;
  }
  .pcpb60 {
    padding-bottom: 60px !important;
  }
  .pcpr60 {
    padding-right: 60px !important;
  }
  .pcpl60 {
    padding-left: 60px !important;
  }
  .pcmt65 {
    margin-top: 65px !important;
  }
  .pcmb65 {
    margin-bottom: 65px !important;
  }
  .pcmr65 {
    margin-right: 65px !important;
  }
  .pcml65 {
    margin-left: 65px !important;
  }
  .pcpt65 {
    padding-top: 65px !important;
  }
  .pcpb65 {
    padding-bottom: 65px !important;
  }
  .pcpr65 {
    padding-right: 65px !important;
  }
  .pcpl65 {
    padding-left: 65px !important;
  }
  .pcmt70 {
    margin-top: 70px !important;
  }
  .pcmb70 {
    margin-bottom: 70px !important;
  }
  .pcmr70 {
    margin-right: 70px !important;
  }
  .pcml70 {
    margin-left: 70px !important;
  }
  .pcpt70 {
    padding-top: 70px !important;
  }
  .pcpb70 {
    padding-bottom: 70px !important;
  }
  .pcpr70 {
    padding-right: 70px !important;
  }
  .pcpl70 {
    padding-left: 70px !important;
  }
  .pcmt75 {
    margin-top: 75px !important;
  }
  .pcmb75 {
    margin-bottom: 75px !important;
  }
  .pcmr75 {
    margin-right: 75px !important;
  }
  .pcml75 {
    margin-left: 75px !important;
  }
  .pcpt75 {
    padding-top: 75px !important;
  }
  .pcpb75 {
    padding-bottom: 75px !important;
  }
  .pcpr75 {
    padding-right: 75px !important;
  }
  .pcpl75 {
    padding-left: 75px !important;
  }
  .pcmt80 {
    margin-top: 80px !important;
  }
  .pcmb80 {
    margin-bottom: 80px !important;
  }
  .pcmr80 {
    margin-right: 80px !important;
  }
  .pcml80 {
    margin-left: 80px !important;
  }
  .pcpt80 {
    padding-top: 80px !important;
  }
  .pcpb80 {
    padding-bottom: 80px !important;
  }
  .pcpr80 {
    padding-right: 80px !important;
  }
  .pcpl80 {
    padding-left: 80px !important;
  }
  .pcmt85 {
    margin-top: 85px !important;
  }
  .pcmb85 {
    margin-bottom: 85px !important;
  }
  .pcmr85 {
    margin-right: 85px !important;
  }
  .pcml85 {
    margin-left: 85px !important;
  }
  .pcpt85 {
    padding-top: 85px !important;
  }
  .pcpb85 {
    padding-bottom: 85px !important;
  }
  .pcpr85 {
    padding-right: 85px !important;
  }
  .pcpl85 {
    padding-left: 85px !important;
  }
  .pcmt90 {
    margin-top: 90px !important;
  }
  .pcmb90 {
    margin-bottom: 90px !important;
  }
  .pcmr90 {
    margin-right: 90px !important;
  }
  .pcml90 {
    margin-left: 90px !important;
  }
  .pcpt90 {
    padding-top: 90px !important;
  }
  .pcpb90 {
    padding-bottom: 90px !important;
  }
  .pcpr90 {
    padding-right: 90px !important;
  }
  .pcpl90 {
    padding-left: 90px !important;
  }
  .pcmt95 {
    margin-top: 95px !important;
  }
  .pcmb95 {
    margin-bottom: 95px !important;
  }
  .pcmr95 {
    margin-right: 95px !important;
  }
  .pcml95 {
    margin-left: 95px !important;
  }
  .pcpt95 {
    padding-top: 95px !important;
  }
  .pcpb95 {
    padding-bottom: 95px !important;
  }
  .pcpr95 {
    padding-right: 95px !important;
  }
  .pcpl95 {
    padding-left: 95px !important;
  }
  .pcmt100 {
    margin-top: 100px !important;
  }
  .pcmb100 {
    margin-bottom: 100px !important;
  }
  .pcmr100 {
    margin-right: 100px !important;
  }
  .pcml100 {
    margin-left: 100px !important;
  }
  .pcpt100 {
    padding-top: 100px !important;
  }
  .pcpb100 {
    padding-bottom: 100px !important;
  }
  .pcpr100 {
    padding-right: 100px !important;
  }
  .pcpl100 {
    padding-left: 100px !important;
  }
  .pcmt105 {
    margin-top: 105px !important;
  }
  .pcmb105 {
    margin-bottom: 105px !important;
  }
  .pcmr105 {
    margin-right: 105px !important;
  }
  .pcml105 {
    margin-left: 105px !important;
  }
  .pcpt105 {
    padding-top: 105px !important;
  }
  .pcpb105 {
    padding-bottom: 105px !important;
  }
  .pcpr105 {
    padding-right: 105px !important;
  }
  .pcpl105 {
    padding-left: 105px !important;
  }
  .pcmt110 {
    margin-top: 110px !important;
  }
  .pcmb110 {
    margin-bottom: 110px !important;
  }
  .pcmr110 {
    margin-right: 110px !important;
  }
  .pcml110 {
    margin-left: 110px !important;
  }
  .pcpt110 {
    padding-top: 110px !important;
  }
  .pcpb110 {
    padding-bottom: 110px !important;
  }
  .pcpr110 {
    padding-right: 110px !important;
  }
  .pcpl110 {
    padding-left: 110px !important;
  }
  .pcmt115 {
    margin-top: 115px !important;
  }
  .pcmb115 {
    margin-bottom: 115px !important;
  }
  .pcmr115 {
    margin-right: 115px !important;
  }
  .pcml115 {
    margin-left: 115px !important;
  }
  .pcpt115 {
    padding-top: 115px !important;
  }
  .pcpb115 {
    padding-bottom: 115px !important;
  }
  .pcpr115 {
    padding-right: 115px !important;
  }
  .pcpl115 {
    padding-left: 115px !important;
  }
  .pcmt120 {
    margin-top: 120px !important;
  }
  .pcmb120 {
    margin-bottom: 120px !important;
  }
  .pcmr120 {
    margin-right: 120px !important;
  }
  .pcml120 {
    margin-left: 120px !important;
  }
  .pcpt120 {
    padding-top: 120px !important;
  }
  .pcpb120 {
    padding-bottom: 120px !important;
  }
  .pcpr120 {
    padding-right: 120px !important;
  }
  .pcpl120 {
    padding-left: 120px !important;
  }
  .pcmt125 {
    margin-top: 125px !important;
  }
  .pcmb125 {
    margin-bottom: 125px !important;
  }
  .pcmr125 {
    margin-right: 125px !important;
  }
  .pcml125 {
    margin-left: 125px !important;
  }
  .pcpt125 {
    padding-top: 125px !important;
  }
  .pcpb125 {
    padding-bottom: 125px !important;
  }
  .pcpr125 {
    padding-right: 125px !important;
  }
  .pcpl125 {
    padding-left: 125px !important;
  }
  .pcmt130 {
    margin-top: 130px !important;
  }
  .pcmb130 {
    margin-bottom: 130px !important;
  }
  .pcmr130 {
    margin-right: 130px !important;
  }
  .pcml130 {
    margin-left: 130px !important;
  }
  .pcpt130 {
    padding-top: 130px !important;
  }
  .pcpb130 {
    padding-bottom: 130px !important;
  }
  .pcpr130 {
    padding-right: 130px !important;
  }
  .pcpl130 {
    padding-left: 130px !important;
  }
  .pcmt135 {
    margin-top: 135px !important;
  }
  .pcmb135 {
    margin-bottom: 135px !important;
  }
  .pcmr135 {
    margin-right: 135px !important;
  }
  .pcml135 {
    margin-left: 135px !important;
  }
  .pcpt135 {
    padding-top: 135px !important;
  }
  .pcpb135 {
    padding-bottom: 135px !important;
  }
  .pcpr135 {
    padding-right: 135px !important;
  }
  .pcpl135 {
    padding-left: 135px !important;
  }
  .pcmt140 {
    margin-top: 140px !important;
  }
  .pcmb140 {
    margin-bottom: 140px !important;
  }
  .pcmr140 {
    margin-right: 140px !important;
  }
  .pcml140 {
    margin-left: 140px !important;
  }
  .pcpt140 {
    padding-top: 140px !important;
  }
  .pcpb140 {
    padding-bottom: 140px !important;
  }
  .pcpr140 {
    padding-right: 140px !important;
  }
  .pcpl140 {
    padding-left: 140px !important;
  }
  .pcmt145 {
    margin-top: 145px !important;
  }
  .pcmb145 {
    margin-bottom: 145px !important;
  }
  .pcmr145 {
    margin-right: 145px !important;
  }
  .pcml145 {
    margin-left: 145px !important;
  }
  .pcpt145 {
    padding-top: 145px !important;
  }
  .pcpb145 {
    padding-bottom: 145px !important;
  }
  .pcpr145 {
    padding-right: 145px !important;
  }
  .pcpl145 {
    padding-left: 145px !important;
  }
  .pcmt150 {
    margin-top: 150px !important;
  }
  .pcmb150 {
    margin-bottom: 150px !important;
  }
  .pcmr150 {
    margin-right: 150px !important;
  }
  .pcml150 {
    margin-left: 150px !important;
  }
  .pcpt150 {
    padding-top: 150px !important;
  }
  .pcpb150 {
    padding-bottom: 150px !important;
  }
  .pcpr150 {
    padding-right: 150px !important;
  }
  .pcpl150 {
    padding-left: 150px !important;
  }
  .pcmt155 {
    margin-top: 155px !important;
  }
  .pcmb155 {
    margin-bottom: 155px !important;
  }
  .pcmr155 {
    margin-right: 155px !important;
  }
  .pcml155 {
    margin-left: 155px !important;
  }
  .pcpt155 {
    padding-top: 155px !important;
  }
  .pcpb155 {
    padding-bottom: 155px !important;
  }
  .pcpr155 {
    padding-right: 155px !important;
  }
  .pcpl155 {
    padding-left: 155px !important;
  }
  .pcmt160 {
    margin-top: 160px !important;
  }
  .pcmb160 {
    margin-bottom: 160px !important;
  }
  .pcmr160 {
    margin-right: 160px !important;
  }
  .pcml160 {
    margin-left: 160px !important;
  }
  .pcpt160 {
    padding-top: 160px !important;
  }
  .pcpb160 {
    padding-bottom: 160px !important;
  }
  .pcpr160 {
    padding-right: 160px !important;
  }
  .pcpl160 {
    padding-left: 160px !important;
  }
  .pcmt165 {
    margin-top: 165px !important;
  }
  .pcmb165 {
    margin-bottom: 165px !important;
  }
  .pcmr165 {
    margin-right: 165px !important;
  }
  .pcml165 {
    margin-left: 165px !important;
  }
  .pcpt165 {
    padding-top: 165px !important;
  }
  .pcpb165 {
    padding-bottom: 165px !important;
  }
  .pcpr165 {
    padding-right: 165px !important;
  }
  .pcpl165 {
    padding-left: 165px !important;
  }
  .pcmt170 {
    margin-top: 170px !important;
  }
  .pcmb170 {
    margin-bottom: 170px !important;
  }
  .pcmr170 {
    margin-right: 170px !important;
  }
  .pcml170 {
    margin-left: 170px !important;
  }
  .pcpt170 {
    padding-top: 170px !important;
  }
  .pcpb170 {
    padding-bottom: 170px !important;
  }
  .pcpr170 {
    padding-right: 170px !important;
  }
  .pcpl170 {
    padding-left: 170px !important;
  }
  .pcmt175 {
    margin-top: 175px !important;
  }
  .pcmb175 {
    margin-bottom: 175px !important;
  }
  .pcmr175 {
    margin-right: 175px !important;
  }
  .pcml175 {
    margin-left: 175px !important;
  }
  .pcpt175 {
    padding-top: 175px !important;
  }
  .pcpb175 {
    padding-bottom: 175px !important;
  }
  .pcpr175 {
    padding-right: 175px !important;
  }
  .pcpl175 {
    padding-left: 175px !important;
  }
  .pcmt180 {
    margin-top: 180px !important;
  }
  .pcmb180 {
    margin-bottom: 180px !important;
  }
  .pcmr180 {
    margin-right: 180px !important;
  }
  .pcml180 {
    margin-left: 180px !important;
  }
  .pcpt180 {
    padding-top: 180px !important;
  }
  .pcpb180 {
    padding-bottom: 180px !important;
  }
  .pcpr180 {
    padding-right: 180px !important;
  }
  .pcpl180 {
    padding-left: 180px !important;
  }
  .pcmt185 {
    margin-top: 185px !important;
  }
  .pcmb185 {
    margin-bottom: 185px !important;
  }
  .pcmr185 {
    margin-right: 185px !important;
  }
  .pcml185 {
    margin-left: 185px !important;
  }
  .pcpt185 {
    padding-top: 185px !important;
  }
  .pcpb185 {
    padding-bottom: 185px !important;
  }
  .pcpr185 {
    padding-right: 185px !important;
  }
  .pcpl185 {
    padding-left: 185px !important;
  }
  .pcmt190 {
    margin-top: 190px !important;
  }
  .pcmb190 {
    margin-bottom: 190px !important;
  }
  .pcmr190 {
    margin-right: 190px !important;
  }
  .pcml190 {
    margin-left: 190px !important;
  }
  .pcpt190 {
    padding-top: 190px !important;
  }
  .pcpb190 {
    padding-bottom: 190px !important;
  }
  .pcpr190 {
    padding-right: 190px !important;
  }
  .pcpl190 {
    padding-left: 190px !important;
  }
  .pcmt195 {
    margin-top: 195px !important;
  }
  .pcmb195 {
    margin-bottom: 195px !important;
  }
  .pcmr195 {
    margin-right: 195px !important;
  }
  .pcml195 {
    margin-left: 195px !important;
  }
  .pcpt195 {
    padding-top: 195px !important;
  }
  .pcpb195 {
    padding-bottom: 195px !important;
  }
  .pcpr195 {
    padding-right: 195px !important;
  }
  .pcpl195 {
    padding-left: 195px !important;
  }
  .pcmt200 {
    margin-top: 200px !important;
  }
  .pcmb200 {
    margin-bottom: 200px !important;
  }
  .pcmr200 {
    margin-right: 200px !important;
  }
  .pcml200 {
    margin-left: 200px !important;
  }
  .pcpt200 {
    padding-top: 200px !important;
  }
  .pcpb200 {
    padding-bottom: 200px !important;
  }
  .pcpr200 {
    padding-right: 200px !important;
  }
  .pcpl200 {
    padding-left: 200px !important;
  }
}

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

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

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

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

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

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

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

.width-full {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100vw !important;
}

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

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

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

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

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Shippori Mincho B1", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.6rem;
  /* font-family: $default-font; */
  line-height: 1.7;
  width: 100%;
}

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

img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 896px) {
  a {
    transition: 0.3s;
  }
}

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

.wrapper {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 896px) {
  .wrapper {
    margin: auto;
  }
}

.main-visual {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 896px) {
  .main-visual {
    margin-left: auto;
    margin-right: auto;
  }
}

.main-visual .title {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  -webkit-transform: translate(-50%, -50%);
  animation: fadeIn 2s ease 0s 1 normal;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 895px) {
  .main-visual .title {
    top: 42%;
    width: 100%;
  }
}

@media screen and (max-width: 895px) {
  .main-visual .title svg {
    height: auto;
    width: 40vw;
  }
}

.main-visual .title span {
  color: #fff;
  display: block;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 24px;
  text-align: center;
}

@media screen and (max-width: 895px) {
  .main-visual .title span {
    font-size: 3.2vw;
    margin-top: 2.66667vw;
  }
}

.video-wrap {
  height: 100vh;
  position: relative;
  width: 100%;
}

.video-container {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.video-container video {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.section-inner {
  color: #999;
}

@media screen and (min-width: 896px) {
  .section-inner {
    margin: auto;
    max-width: 1332px;
    padding: 0 40px;
    width: 100%;
  }
}

@media screen and (min-width: 896px) and (max-width: 1333px) {
  .section-inner {
    padding: 0 40px;
  }
}

@media screen and (max-width: 895px) {
  .section-inner {
    margin: auto;
    padding: 0 5.06667vw;
  }
}

.section-brandstory .section-inner {
  color: #fff;
}

@media screen and (max-width: 895px) {
  .section-inner.width-full {
    padding: 0;
  }
}

.section-title {
  font-family: mrs-eaves, serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 0.9;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 896px) {
  .section-title {
    font-size: 80px;
  }
}

@media screen and (max-width: 895px) {
  .section-title {
    font-size: 20vw;
    letter-spacing: normal;
    line-height: 0.73;
  }
}

@media screen and (min-width: 896px) {
  .section-title.section-title-small {
    font-size: 30px;
  }
}

@media screen and (max-width: 895px) {
  .section-title.section-title-small {
    font-size: 6.66667vw;
  }
}

@media screen and (max-width: 895px) {
  .section-contact .section-title {
    font-size: 13.33333vw;
  }
}

.section-sub-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 0px;
  text-align: center;
}

@media screen and (max-width: 895px) {
  .section-sub-title {
    font-size: 4.26667vw;
    margin-top: 2.13333vw;
  }
}

.section-items-title-en {
  font-family: mrs-eaves, serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 895px) {
  .section-items-title-en {
    font-size: 5.06667vw;
  }
}

.section-news {
  background-color: #f9f9f9;
  padding-bottom: 150px;
  padding-top: 90px;
  position: relative;
}

.section-news:before {
  background-color: #f9f9f9;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: -110px;
  width: 100%;
}

@media screen and (max-width: 895px) {
  .section-news:before {
    display: none;
  }
}

@media screen and (min-width: 896px) {
  .section-news {
    margin-top: 110px;
  }
}

@media screen and (max-width: 895px) {
  .section-news {
    padding-bottom: 20vw;
    padding-top: 18.66667vw;
  }
}

.news-wrap {
  line-height: 2.14;
  margin-top: 50px;
  text-align: center;
}

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

.news-wrap p {
  font-size: 14px;
  letter-spacing: 0.05em;
}

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

.news-wrap .color-red {
  color: #f33;
}

.news-item-wrap {
  display: flex;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 90px;
}

@media screen and (max-width: 895px) {
  .news-item-wrap {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 13.33333vw;
  }
}

.news-item {
  margin: 0 20px;
  text-align: center;
  width: 390px;
}

@media screen and (min-width: 896px) and (max-width: 1333px) {
  .column1 .news-item {
    width: calc(33.33% - 40px);
  }
}

@media screen and (min-width: 896px) and (max-width: 1333px) {
  .column2 .news-item {
    width: calc(33.33% - 40px);
  }
}

@media screen and (min-width: 896px) and (max-width: 1333px) {
  .column3 .news-item {
    width: calc(33.33% - 13px);
  }
}

@media screen and (max-width: 895px) {
  .news-item {
    margin: 12.8vw auto auto;
    width: 100%;
  }
}

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

.news-item .pic img {
  width: 100%;
}

.news-item .text {
  margin-top: 30px;
}

@media screen and (max-width: 895px) {
  .news-item .text {
    margin-top: 5.33333vw;
  }
}

.news-item .text-en {
  font-family: mrs-eaves, serif;
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (max-width: 895px) {
  .news-item .text-en {
    font-size: 5.33333vw;
  }
}

.news-item .text-jp {
  font-size: 12px;
  margin-top: 0px;
}

@media screen and (max-width: 895px) {
  .news-item .text-jp {
    font-size: 3.46667vw;
  }
}

.news-item .c-btn {
  margin-top: 15px;
}

@media screen and (max-width: 895px) {
  .news-item .c-btn {
    margin-top: 4vw;
  }
}

@media screen and (min-width: 896px) {
  .section-concept {
    padding-top: 150px;
  }
}

@media screen and (max-width: 895px) {
  .section-concept {
    padding-top: 16vw;
  }
}

.concept-wrap {
  position: relative;
}

.concept-text {
  letter-spacing: 0.05em;
  line-height: 2.14;
  margin-top: 70px;
  text-align: center;
}

@media screen and (max-width: 895px) {
  .concept-text {
    margin-top: 12vw;
  }
}

.concept-text p {
  margin-top: 2em;
}

.concept-movie {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  max-width: 934px;
}

@media screen and (max-width: 895px) {
  .concept-movie {
    margin-top: 13.33333vw;
    width: 100%;
  }
}

.concept-movie a {
  display: block;
  position: relative;
}

.concept-movie a:before {
  -webkit-transform: translate(-50%, -50%);
  background: url(../img/play.png) no-repeat center center;
  background-size: cover;
  content: "";
  height: 69px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 69px;
}

@media screen and (max-width: 895px) {
  .concept-movie a:before {
    height: 13.33333vw;
    width: 13.33333vw;
  }
}

.items-slider-wrap {
  margin-top: 150px;
}

@media screen and (max-width: 895px) {
  .items-slider-wrap {
    margin-top: 20vw;
  }
}

.swiper {
  overflow: visible;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -30px;
}

@media screen and (max-width: 895px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -8vw;
  }
}

.swiper-pagination-bullet-active {
  background-color: #999;
}

.section-items-block {
  margin-top: 130px;
  text-align: center;
}

@media screen and (max-width: 895px) {
  .section-items-block {
    margin-top: 18.66667vw;
  }
}

.items-lead {
  font-size: 14px;
  line-height: 2.14;
  text-align: center;
}

@media screen and (max-width: 895px) {
  .items-lead {
    font-size: 3.2vw;
  }
}

.items-lead p {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 2em;
}

@media screen and (max-width: 895px) {
  .items-lead p {
    font-size: 3.2vw;
  }
}

.items-wrap {
  display: flex;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 90px;
}

@media screen and (max-width: 895px) {
  .items-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5.33333vw;
  }
}

.items-wrap .item {
  margin: 0 20px;
  text-align: center;
  width: 390px;
}

@media screen and (min-width: 896px) and (max-width: 1333px) {
  .column1 .items-wrap .item {
    width: calc(33.33% - 40px);
  }
}

@media screen and (min-width: 896px) and (max-width: 1333px) {
  .column2 .items-wrap .item {
    width: calc(33.33% - 40px);
  }
}

@media screen and (min-width: 896px) and (max-width: 1333px) {
  .column3 .items-wrap .item {
    width: calc(33.33% - 13px);
  }
}

.items-wrap .item .sold-out {
  opacity: 0.4;
  pointer-events: none;
}

.gallery-wrap .item .sold-out {
  opacity: 0.4;
  pointer-events: none;
}
@media screen and (max-width: 895px) {
  .items-wrap .item {
    display: flex;
    flex-direction: column;
    margin: 8vw 0 0 0;
    width: 43.2vw;
  }
}

.items-wrap .item-pic img {
  width: 100%;
}

.items-wrap .item-name {
  font-size: 18px;
  margin-top: 30px;
  word-break: break-all;
}

@media screen and (max-width: 895px) {
  .items-wrap .item-name {
    font-size: 3.73333vw;
    margin-top: 3.73333vw;
  }
}

.items-wrap .item-size {
  font-size: 12px;
  margin-top: 5px;
}

@media screen and (max-width: 895px) {
  .items-wrap .item-size {
    font-size: 2.93333vw;
    margin-top: 1.06667vw;
  }
}

.items-wrap .item-price {
  font-size: 12px;
  margin-top: 0px;
}

@media screen and (max-width: 895px) {
  .items-wrap .item-price {
    font-size: 2.93333vw;
    margin-bottom: 4vw;
    margin-top: 0vw;
  }
}

.items-wrap .item .c-btn {
  margin-top: 15px;
}

@media screen and (max-width: 895px) {
  .items-wrap .item .c-btn {
    margin-top: auto;
  }
}

.section-brandstory {
  background-color: #333;
  color: #fff;
  margin-top: 150px;
  padding-bottom: 150px;
  padding-top: 150px;
}

@media screen and (max-width: 895px) {
  .section-brandstory {
    margin-top: 20vw;
    padding-bottom: 20vw;
    padding-top: 20vw;
  }
}

.brandstory-lead {
  font-size: 14px;
  line-height: 2.14;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 895px) {
  .brandstory-lead {
    font-size: 3.2vw;
  }
}

.brandstory-lead p {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 2em;
}

@media screen and (max-width: 895px) {
  .brandstory-lead p {
    font-size: 3.2vw;
  }
}

.brandstory-movie {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  width: 934px;
}

@media screen and (max-width: 895px) {
  .brandstory-movie {
    margin-top: 13.33333vw;
    width: 100%;
  }
}

.brandstory-movie a {
  display: block;
  position: relative;
}

.brandstory-movie a:before {
  -webkit-transform: translate(-50%, -50%);
  background: url(../img/play.png) no-repeat center center;
  background-size: cover;
  content: "";
  height: 69px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 69px;
}

@media screen and (max-width: 895px) {
  .brandstory-movie a:before {
    height: 13.33333vw;
    width: 13.33333vw;
  }
}

.gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 110px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 895px) {
  .gallery-wrap {
    justify-content: space-between;
    margin-right: 0;
    margin-top: 17.33333vw;
  }
}

.gallery-wrap .item {
  margin: 40px 40px 0 0;
  text-align: center;
  width: 390px;
}

@media screen and (min-width: 896px) {
  .gallery-wrap .item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 896px) and (max-width: 1333px) {
  .gallery-wrap .item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 896px) and (max-width: 1333px) {
  .gallery-wrap .item {
    width: calc(33.33% - 80px / 3);
  }
}

@media screen and (max-width: 895px) {
  .gallery-wrap .item {
    margin: 2.66667vw 0 0 0;
    width: 43.2vw;
  }
}

.gallery-wrap .item img {
  width: 100%;
}

.section-contact {
  background-color: #f9f9f9;
  margin-top: 150px;
  padding-bottom: 150px;
  padding-top: 150px;
}

@media screen and (max-width: 895px) {
  .section-contact {
    margin-top: 20vw;
    padding-bottom: 20vw;
    padding-top: 20vw;
  }
}

.section-contact a {
  color: #999;
}

.contact-lead {
  font-size: 14px;
  line-height: 2.14;
  text-align: center;
}

@media screen and (max-width: 895px) {
  .contact-lead {
    font-size: 3.2vw;
  }
}

.contact-lead p {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 2em;
}

@media screen and (max-width: 895px) {
  .contact-lead p {
    font-size: 3.2vw;
  }
}

.contact-mailaddress {
  font-family: mrs-eaves, serif;
  font-size: 30px;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 895px) {
  .contact-mailaddress {
    font-size: 6.66667vw;
    margin-top: 13.33333vw;
  }
}

.popup-youtube {
  cursor: pointer;
}

.footer {
  -webkit-transform: rotateZ(90deg);
  -webkit-transform-origin: 0 0;
  -webkit-transform-origin: 0px 0px;
  color: #fff;
  display: inline-block;
  font-family: mrs-eaves, serif;
  font-size: 10px !important;
  font-size: 1rem !important;
  left: 35px;
  letter-spacing: 2px;
  position: fixed;
  text-align: center;
  top: 0;
  transform: rotateZ(90deg);
  transform-origin: 0 0;
  transform-origin: 0px 0px;
  transition: 0.3s;
  width: 100vh;
  z-index: 11;
}

.in-view .footer {
  color: #999;
}

@media screen and (max-width: 895px) {
  .copyright {
    display: none;
  }
}

@font-face {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  src: url("../font/icomoon.eot?g39c9t");
  src: url("../font/icomoon.eot?g39c9t#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?g39c9t") format("truetype"), url("../font/icomoon.woff?g39c9t") format("woff"), url("../font/icomoon.svg?g39c9t#icomoon") format("svg");
}

[class^="icon-"], [class*=" icon-"] {
  -moz-osx-font-smoothing: grayscale;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.icon-alt:before {
  content: "\e900";
}

.icon-arw-b:before {
  content: "\e901";
}

.icon-arw-r:before {
  content: "\e902";
}

.icon-check:before {
  content: "\e903";
}

.icon-circle-arw:before {
  content: "\e904";
}

.icon-close-pc:before {
  content: "\e905";
}

.icon-close-sp:before {
  content: "\e906";
}

.icon-fb:before {
  content: "\e907";
}

.icon-ig:before {
  content: "\e908";
}

.icon-plus:before {
  content: "\e909";
}

.icon-tw:before {
  content: "\e90a";
}

.header {
  margin: 0 auto;
  position: fixed;
  text-align: center;
  transition: 0.3s;
  width: 100%;
  z-index: 11;
}

@media screen and (min-width: 896px) {
  .header {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

@media screen and (min-width: 896px) {
  .in-view .header {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.header-inner {
  position: relative;
}

.header-nav {
  font-family: mrs-eaves, serif;
  position: relative;
  /* このクラスを、jQueryで付与・削除する */
}

@media screen and (min-width: 896px) {
  .header-nav {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 895px) {
  .header-nav {
    align-items: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0vw;
    transition: all 0.6s;
    visibility: hidden;
    width: 100vw;
    z-index: 2;
  }
}

@media screen and (min-width: 896px) {
  .header-nav > ul {
    display: flex;
    margin-right: 0;
  }
}

@media screen and (max-width: 895px) {
  .header-nav > ul {
    margin-top: auto;
    padding: 4vw 0;
  }
}

.header-nav > ul > li {
  letter-spacing: 0.04em;
  position: relative;
}

@media screen and (min-width: 896px) {
  .header-nav > ul > li {
    margin-left: 14px;
    margin-right: 14px;
  }
}

@media screen and (max-width: 895px) {
  .header-nav > ul > li {
    font-size: 5.33333vw;
    padding: 0vw 0;
    text-align: center;
    width: 100%;
  }
}

.header-nav > ul > li:last-child {
  border-bottom: none;
}

.header-nav > ul > li a {
  color: #fff;
  display: block;
  font-weight: bold;
  transition: 0.3s;
}

.in-view .header-nav > ul > li a {
  color: #999999;
}

.in-view .header-nav > ul > li a:before {
  background-color: #999;
}

@media screen and (min-width: 896px) {
  .header-nav > ul > li a {
    font-size: 18px;
  }
}

@media screen and (max-width: 895px) {
  .header-nav > ul > li a {
    color: #999;
    font-size: 5.33333vw;
    padding: 5.33333vw 0;
  }
}

.header-nav > ul > li a:before {
  background-color: #fff;
  bottom: -0.4em;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.3s;
  width: 0px;
}

@media screen and (max-width: 895px) {
  .header-nav > ul > li a:before {
    display: none;
  }
}

.header-nav > ul > li a.active:before {
  content: "";
  width: 100%;
}

.header-nav.active {
  opacity: 1;
  visibility: visible;
}

.header-nav-close {
  font-family: mrs-eaves, serif;
  font-weight: bold;
}

@media screen and (min-width: 896px) {
  .header-nav-close {
    display: none;
  }
}

@media screen and (max-width: 895px) {
  .header-nav-close {
    align-items: center;
    display: flex;
    font-size: 3.2vw;
    justify-content: center;
    margin-bottom: 5.33333vw;
    padding: 4vw 0;
    text-align: center;
  }
}

.header-nav-close img {
  margin-right: 1.33333vw;
  width: 3.33333vw;
}

.header-nav-sub {
  -webkit-transform: rotateZ(90deg) translateX(-50%);
  -webkit-transform-origin: 0 0;
  display: inline-block;
  font-family: mrs-eaves, serif;
  font-weight: bold;
  position: fixed;
  right: 30px;
  text-align: center;
  top: 50%;
  transform: rotateZ(90deg) translateX(-50%);
  transform-origin: 0 0;
  width: 0;
}

@media screen and (max-width: 895px) {
  .header-nav-sub {
    -webkit-transform: rotateZ(0deg) translateX(0%);
    margin-bottom: auto;
    margin-top: 21.33333vw;
    position: static;
    text-align: center;
    transform: rotateZ(0deg) translateX(0%);
  }
}

.header-nav-sub ul {
  display: flex;
  justify-content: center;
}

.header-nav-sub ul li {
  color: #fff;
  margin-left: 18px;
}

.header-nav-sub ul li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 895px) {
  .header-nav-sub ul li {
    color: #999;
    margin-left: 4vw;
  }
}

.nav-toggle {
  /* bodyに対しての絶対位置指定 */
  cursor: pointer;
  display: block;
  position: absolute;
  text-align: center;
  z-index: 3;
}

@media screen and (max-width: 895px) {
  .nav-toggle {
    height: 5.86667vw;
    right: 6vw;
    top: 6vw;
    width: 7.2vw;
  }
}

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

.nav-toggle span {
  background: #fff;
  display: block;
  position: absolute;
  transition: 0.35s ease-in-out;
  /* .navToggleに対して */
  width: 100%;
}

@media screen and (max-width: 895px) {
  .in-view .nav-toggle span {
    background: #999;
  }
}

@media screen and (max-width: 895px) {
  .nav-toggle span {
    height: 1px;
    left: 0vw;
  }
}

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

.nav-toggle span:nth-child(2) {
  top: 20px;
}

@media screen and (max-width: 895px) {
  .nav-toggle span:nth-child(2) {
    top: 3.06667vw;
  }
}

.nav-toggle span:nth-child(3) {
  top: 41.27px;
}

@media screen and (max-width: 895px) {
  .nav-toggle span:nth-child(3) {
    top: 5.86667vw;
  }
}

.nav-toggle.active span {
  background: #999;
  /* 最初のspanをマイナス45度に */
  /* 2番目と3番目のspanを45度に */
}

.nav-toggle.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  top: 18px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 895px) {
  .nav-toggle.active span:nth-child(1) {
    top: 2.4vw;
  }
}

.nav-toggle.active span:nth-child(2), .nav-toggle.active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  top: 18px;
  transform: rotate(45deg);
}

@media screen and (max-width: 895px) {
  .nav-toggle.active span:nth-child(2), .nav-toggle.active span:nth-child(3) {
    top: 2.4vw;
  }
}

.header-nav-share {
  align-items: center;
  display: flex;
}

.header-nav-share li a {
  color: #fff;
  display: block;
  height: 100%;
  transition: 0.3s;
  width: 100%;
}

@media screen and (max-width: 895px) {
  .header-nav-share li a {
    color: #999;
  }
}

.in-view .header-nav-share li a {
  color: #999;
}

.header-nav-share li a span {
  -webkit-transform: rotateZ(-90deg);
  -webkit-transform-origin: center center;
  cursor: pointer;
  display: block;
  padding-left: 1px;
  transform: rotateZ(-90deg);
  transform-origin: center center;
  width: 100%;
}

@media screen and (max-width: 895px) {
  .header-nav-share li a span {
    -webkit-transform: rotateZ(0deg);
    padding-top: 1.33333vw;
    transform: rotateZ(0deg);
  }
}

.header-nav-share__fb span:before {
  -webkit-transform-origin: 0px 0px;
  content: "\ea90";
  font-family: 'icomoon' !important;
  font-size: 32px;
  font-size: 17px !important;
  font-size: 1.7rem !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  transform-origin: 0px 0px;
}

@media screen and (max-width: 895px) {
  .header-nav-share__fb span:before {
    font-size: 4.26667vw !important;
  }
}

.header-nav-share__tw span:before {
  -webkit-transform-origin: 0px 0px;
  content: "\e900";
  font-family: 'icomoon' !important;
  font-size: 32px;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  transform-origin: 0px 0px;
}

@media screen and (max-width: 895px) {
  .header-nav-share__tw span:before {
    font-size: 4vw !important;
  }
}

.header-nav-share__ig span:before {
  -webkit-transform-origin: 0px 0px;
  content: "\ea92";
  font-family: 'icomoon' !important;
  font-size: 32px;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  transform-origin: 0px 0px;
}

@media screen and (max-width: 895px) {
  .header-nav-share__ig span:before {
    font-size: 4vw !important;
  }
}

.header-nav-share__yt span:before {
  -webkit-transform-origin: 0px 0px;
  content: "\e912";
  font-family: 'icomoon' !important;
  font-size: 32px;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  transform-origin: 0px 0px;
}

@media screen and (max-width: 895px) {
  .header-nav-share__yt span:before {
    font-size: 4vw !important;
  }
}

.header-nav-share__share {
  -webkit-transform-origin: 0px 0px;
  border-right: #fff 1px solid;
  font-size: 12px !important;
  font-size: 1.2rem !important;
  letter-spacing: 2px;
  line-height: 1;
  margin-right: 5px;
  padding-right: 15px;
  transform-origin: 0px 0px;
  transition: 0.2s;
}

@media screen and (max-width: 895px) {
  .header-nav-share__share {
    border-right: #999 1px solid;
    font-size: 4vw !important;
    margin-right: 1.33333vw;
    padding-right: 3.33333vw;
  }
}

.in-view .header-nav-share__share {
  border-right: #999 1px solid;
  color: #999;
}



.c-btn {
  border: solid 2px #999;
  color: #999;
  display: inline-flex;
  font-family: mrs-eaves, serif;
  font-size: 12px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 10px 36px 10px 36px;
  transition: 0.3s;
}


@media screen and (max-width: 895px) {
  .c-btn {
    font-size: 3.46667vw;
    padding: 4vw 0 4vw 0;
    width: 100%;
    background-color: #999;
    color: #fff;
    opacity: 1;
    background-color: #999;
    color: #fff;
    opacity: 1;
  }
}

@media screen and (min-width: 896px) {
  .c-btn:hover {
    background-color: #999;
    color: #fff;
    opacity: 1;
  }
}

.c-btn-black {
  background-color: #333;
  border: solid 2px #333;
  color: #fff;
  min-width: 150px;
}


@media screen and (max-width: 895px) {
  .c-btn-black {
    padding: 2vw 0 2vw 0;
    width: 100%;
  }
}

@media screen and (min-width: 896px) {
  .c-btn-black:hover {
    background-color: #fff;
    color: #333;
    opacity: 1;
  }
}

.c-btn-all {
  margin-top: 80px;
  min-width: 290px;
}

@media screen and (max-width: 895px) {
  .c-btn-all {
    margin-top: 13.33333vw;
  }
}


.loading {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: 1s;
  width: 100%;
  z-index: 9998;
}

.loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.loading:before {
  background-color: transparent;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}

.loading-logo {
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 895px) {
  .loading-logo {
    top: 42%;
  }
}

.loading-logo:after {
  background: url("../img/loading.gif") left top no-repeat;
  content: "";
  display: block;
  height: 32px;
  opacity: 0.3;
  width: 32px;
}

.l-fvLogo {
  left: 50%;
  margin-left: -100px;
  margin-top: -115px;
  opacity: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}

.loaded .l-fvLogo {
  opacity: 1;
}

.l-fvLogo__stroke {
  opacity: 1;
}

.l-fvLogo__stroke svg {
  fill: none;
  left: 1px;
  padding: 0 0 2px 2px;
  position: absolute;
  stroke: #000000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  top: 1px;
}

.l-fvLogo__fill {
  opacity: 0;
}

.l-fvLogo__fill svg {
  fill: #ffffff;
  left: 0;
  position: absolute;
  stroke: none;
  top: 0;
}

.scrollAni--top {
  opacity: 0;
}

.scrollAni--top.bigAni {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  transition: opacity 0.5s ease-out 0.3s, -webkit-transform 1.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1.7s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.5s ease-out 0.3s;
  transition: transform 1.7s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.5s ease-out 0.3s, -webkit-transform 1.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.scrollAni--top.smallAni {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: opacity 0.5s ease-out 0.3s, -webkit-transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.5s ease-out 0.3s;
  transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.5s ease-out 0.3s, -webkit-transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.scrollAni--left {
  opacity: 0;
}

.scrollAni--left.bigAni {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  transition: opacity .5s ease-out .3s,-webkit-transform .7s ease-out;
  transition: transform .7s ease-out,opacity .5s ease-out .3s;
  transition: transform .7s ease-out,opacity .5s ease-out .3s,-webkit-transform .7s ease-out;
}

.scrollAni--left.smallAni {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  transition: opacity .5s ease-out .3s,-webkit-transform .5s ease-out;
  transition: transform .5s ease-out,opacity .5s ease-out .3s;
  transition: transform .5s ease-out,opacity .5s ease-out .3s,-webkit-transform .5s ease-out;
}

.scrollAni--left-ttl {
  opacity: 0;
}

.scrollAni--left-ttl.bigAni {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  transition: opacity .5s ease-out 1s,-webkit-transform .7s ease-out .6s;
  transition: transform .7s ease-out .6s,opacity .5s ease-out 1s;
  transition: transform .7s ease-out .6s,opacity .5s ease-out 1s,-webkit-transform .7s ease-out .6s;
}

.scrollAni--left-ttl.smallAni {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  transition: opacity .5s ease-out .3s,-webkit-transform .5s ease-out;
  transition: transform .5s ease-out,opacity .5s ease-out .3s;
  transition: transform .5s ease-out,opacity .5s ease-out .3s,-webkit-transform .5s ease-out;
}

.scrollAni--right {
  opacity: 0;
}

.scrollAni--right.bigAni {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  transition: opacity .5s ease-out 1s,-webkit-transform .7s ease-out .6s;
  transition: transform .7s ease-out .6s,opacity .5s ease-out 1s;
  transition: transform .7s ease-out .6s,opacity .5s ease-out 1s,-webkit-transform .7s ease-out .6s;
}

.scrollAni--right.smallAni {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  transition: opacity .5s ease-out .3s,-webkit-transform .5s ease-out;
  transition: transform .5s ease-out,opacity .5s ease-out .3s;
  transition: transform .5s ease-out,opacity .5s ease-out .3s,-webkit-transform .5s ease-out;
}

.scrollAni--line {
  -webkit-transform: rotate(-45deg) scale(0) skewX(60deg);
  opacity: 0;
  transform: rotate(-45deg) scale(0) skewX(60deg);
  transition: opacity .5s ease-out .3s,-webkit-transform .7s ease-out;
  transition: transform .7s ease-out,opacity .5s ease-out .3s;
  transition: transform .7s ease-out,opacity .5s ease-out .3s,-webkit-transform .7s ease-out;
}

.scrollAni--in {
  opacity: 0;
  transition: opacity 1s ease-out .5s;
}

.scrollAni.action {
  opacity: 1;
}

.scrollAni.action .scrollAni--left,
.scrollAni.action .scrollAni--left-ttl,
.scrollAni.action .scrollAni--right {
  -webkit-transform: translateX(0) !important;
  opacity: 1;
  transform: translateX(0) !important;
}

.scrollAni.action .scrollAni--top {
  -webkit-transform: translateY(0) !important;
  opacity: 1;
  transform: translateY(0) !important;
}

.scrollAni.action .scrollAni--line {
  -webkit-transform: rotate(-45deg) scale(1) skewX(60deg);
  opacity: 1;
  transform: rotate(-45deg) scale(1) skewX(60deg);
}

.scrollAni.action .scrollAni--in {
  opacity: 1;
}
/*# sourceMappingURL=sourcemaps/style.css.map */

.ticket-button {
  display: inline-block;
  padding: 14px 40px;
  background-color: #333;
  color: #fff !important;
  border: solid 2px #333;
  border-radius: 25px;
  font-family: mrs-eaves, serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 896px) {
  .ticket-button:hover {
    background-color: #fff;
    color: #333 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 895px) {
  .ticket-button {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 4vw 8vw;
    font-size: 3.46667vw;
    border-radius: 30px;
  }

  .ticket-button:active {
    transform: scale(0.98);
  }
}

.ticket-button:focus {
  outline: 3px solid #999;
  outline-offset: 3px;
}

.ticket-button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* ボタン間の間隔 */
  justify-content: center;
}