@charset "UTF-8";
/*
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 {
  -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% !important;
  left: 0;
  outline: none !important;
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  z-index: 1043;
}

.mfp-container {
  /* padding: 0 $mfp-popup-padding-left; */
  box-sizing: border-box;
  height: 100%;
  left: 0;
  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;
  overflow-x: hidden;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 895px) {
  .mfp-close {
    background-size: 8.93333vw 7.6vw;
    height: 7.6vw;
    width: 8.93333vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

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

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

/* 
.mfp-container {
  @include max{
    padding: 0 spvw(20);
  }
} */
/* -- Fade Animation -- */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .15s ease-out;
}

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

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

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

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

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

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

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

@media screen and (max-width: 895px) {
  .palt-sp {
    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;
}

@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: #231815;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.4rem;
  /* font-family: $default-font; */
  line-height: 1.7;
  width: 100%;
}

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

body {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}

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

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

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

.text-link {
  color: #d71660;
}

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

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

.section {
  align-items: center;
  background-attachment: fixed;
  background-size: cover;
  display: flex !important;
  justify-content: center;
  text-align: center;
}

@media screen and (min-width: 896px) {
  .section-inner {
    margin: auto;
    padding: 4em;
  }
}

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

@media screen and (min-width: 896px) {
  .section-inner.wide {
    margin: auto;
    width: 100%;
  }
}

.fixed-content {
  position: relative;
  z-index: 2;
}

.fixed-content .logo {
  opacity: 1;
  position: fixed;
  transition: 0.3s;
}

@media screen and (min-width: 896px) {
  .fixed-content .logo {
    left: 48px;
    top: 48px;
    width: 156px;
  }
}

@media screen and (max-width: 895px) {
  .fixed-content .logo {
    left: 6.4vw;
    top: 6.4vw;
    width: 20.8vw;
  }
}

.fp-viewing-0 .fixed-content .logo {
  opacity: 0;
}

.fixed-content .logo-wrap {
  position: relative;
}

.fixed-content .logo-wrap img {
  position: absolute;
  transition: 0.3s;
}

.fixed-content .logo-wrap img.black {
  opacity: 1;
}

.fp-viewing-2 .fixed-content .logo-wrap img.black {
  opacity: 0;
}

.fp-viewing-3 .fixed-content .logo-wrap img.black {
  opacity: 0;
}

.fp-viewing-4 .fixed-content .logo-wrap img.black {
  opacity: 0;
}

.fp-viewing-5 .fixed-content .logo-wrap img.black {
  opacity: 0;
}

.fp-viewing-6 .fixed-content .logo-wrap img.black {
  opacity: 1;
}

.fixed-content .logo-wrap img.white {
  opacity: 0;
}

.fp-viewing-2 .fixed-content .logo-wrap img.white {
  opacity: 1;
}

.fp-viewing-3 .fixed-content .logo-wrap img.white {
  opacity: 1;
}

.fp-viewing-4 .fixed-content .logo-wrap img.white {
  opacity: 1;
}

.fp-viewing-5 .fixed-content .logo-wrap img.white {
  opacity: 1;
}

.fp-viewing-6 .fixed-content .logo-wrap img.white {
  opacity: 0;
}

.fixed-content .contact {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  opacity: 1;
  position: fixed;
  transition: 0.3s;
}

.fixed-content .contact a {
  color: #231815;
  transition: 0.3s;
}

.fp-viewing-2 .fixed-content .contact a {
  color: #fff;
}

.fp-viewing-3 .fixed-content .contact a {
  color: #fff;
}

.fp-viewing-4 .fixed-content .contact a {
  color: #fff;
}

.fp-viewing-5 .fixed-content .contact a {
  color: #fff;
}

.fp-viewing-6 .fixed-content .contact a {
  color: #231815;
}

@media screen and (min-width: 896px) {
  .fixed-content .contact {
    font-size: 1.8rem;
    right: 48px;
    top: 48px;
  }
}

@media screen and (max-width: 895px) {
  .fixed-content .contact {
    font-size: 3.2vw;
    right: 5.33333vw;
    top: 5.33333vw;
  }
}

.fp-viewing-0 .fixed-content .contact {
  opacity: 0;
}

.fixed-content .scroll-wrap {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  opacity: 1;
  position: fixed;
  transition: 2s;
}

.loaded .fixed-content .scroll-wrap {
  bottom: 0;
}

.fp-viewing-6 .fixed-content .scroll-wrap {
  opacity: 0;
}

@media screen and (min-width: 896px) {
  .fixed-content .scroll-wrap {
    bottom: -200px;
    font-size: 1.8rem;
    right: 30px;
  }
}

@media screen and (max-width: 895px) {
  .fixed-content .scroll-wrap {
    bottom: -26.66667vw;
    font-size: 3.2vw;
    right: 2vw;
  }
}

.fixed-content .scroll-wrap .scroll-wrap-inner {
  position: relative;
}

.fixed-content .scroll-wrap .text {
  color: #231815;
  transition: 0.3s;
}

.fp-viewing-2 .fixed-content .scroll-wrap .text {
  color: #fff;
}

.fp-viewing-3 .fixed-content .scroll-wrap .text {
  color: #fff;
}

.fp-viewing-4 .fixed-content .scroll-wrap .text {
  color: #fff;
}

.fp-viewing-5 .fixed-content .scroll-wrap .text {
  color: #fff;
}

.fp-viewing-6 .fixed-content .scroll-wrap .text {
  color: #231815;
}

@media screen and (min-width: 896px) {
  .fixed-content .scroll-wrap .text {
    font-size: 1.8rem;
    margin: 0 0px 20px 0;
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 895px) {
  .fixed-content .scroll-wrap .text {
    font-size: 2.4vw;
    margin: 0 0px 2.66667vw 0;
    transform: rotate(90deg);
  }
}

.fixed-content .scroll-wrap .line {
  height: 60px;
  margin: auto;
  overflow: hidden;
  width: 2px;
}

@media screen and (max-width: 895px) {
  .fixed-content .scroll-wrap .line {
    height: 8vw;
    width: 0.26667vw;
  }
}

.fixed-content .scroll-wrap .line:after {
  animation: scroll 2s ease 0s infinite normal;
  border-left: 2px #adadad solid;
  content: "";
  display: block;
}

@keyframes scroll {
  0% {
    height: 0;
  }
  40% {
    height: 90px;
    margin-top: 0;
  }
  100% {
    height: 90px;
    margin-top: 90px;
  }
}

#section1 {
  background-image: url(../img/bg01.jpg);
}

#section2 {
  background-image: url(../img/bg01.jpg);
}

#section3 {
  background-image: url(../img/bg02.jpg);
}

#section4 {
  background-image: url(../img/bg03.jpg);
}

#section5 {
  background-image: url(../img/bg04.jpg);
}

#section6 {
  background-image: url(../img/bg05.jpg);
}

#section7 {
  background-image: url(../img/bg01.jpg);
}

#section8 {
  background-image: url(../img/bg06.jpg);
}

.top-logo {
  left: 50%;
  opacity: 0;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 1s;
  visibility: hidden;
  z-index: 1;
}

.active .top-logo {
  opacity: 1;
  visibility: visible;
}

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

@media screen and (max-width: 895px) {
  .top-logo {
    margin: auto;
    width: 53.33333vw;
  }
}

.top-logo img {
  opacity: 0;
  transition: 2s 0.5s;
}

.loaded .top-logo img {
  opacity: 1;
}

.about {
  left: 50%;
  margin: auto;
  opacity: 0;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 1s;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}

.active .about {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 896px) {
  .about {
    max-width: 1080px;
  }
}

@media screen and (max-width: 895px) {
  .about {
    max-width: 93.33333vw;
  }
}

.lead-text {
  text-align: center;
}

@media screen and (min-width: 896px) {
  .lead-text {
    font-size: 2.4rem;
  }
}

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

.en-text {
  margin: auto;
  width: 100%;
}

@media screen and (min-width: 896px) {
  #section3 .en-text {
    max-width: 730px;
  }
}

@media screen and (max-width: 895px) {
  #section3 .en-text {
    max-width: 97.33333vw;
  }
}

@media screen and (min-width: 896px) {
  #section4 .en-text {
    max-width: 400px;
  }
}

@media screen and (max-width: 895px) {
  #section4 .en-text {
    max-width: 53.33333vw;
  }
}

@media screen and (min-width: 896px) {
  #section5 .en-text {
    max-width: 360px;
  }
}

@media screen and (max-width: 895px) {
  #section5 .en-text {
    max-width: 48vw;
  }
}

@media screen and (min-width: 896px) {
  #section6 .en-text {
    max-width: 432px;
  }
}

@media screen and (max-width: 895px) {
  #section6 .en-text {
    max-width: 57.6vw;
  }
}

@media screen and (min-width: 896px) {
  #section7 .en-text {
    margin-top: 0px;
    max-width: 510px;
  }
}

@media screen and (max-width: 895px) {
  #section7 .en-text {
    max-width: 68vw;
  }
}

@media screen and (min-width: 896px) {
  #section8 .en-text {
    margin-top: 0px;
    max-width: 470px;
  }
}

@media screen and (max-width: 895px) {
  #section8 .en-text {
    max-width: 62.66667vw;
  }
}

.jp-text {
  color: #fff;
}

.jp-text .lead {
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (min-width: 896px) {
  .jp-text .lead {
    font-size: 2rem;
  }
}

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

@media screen and (min-width: 896px) {
  #section3 .jp-text .lead {
    margin-top: 50px;
  }
}

@media screen and (max-width: 895px) {
  #section3 .jp-text .lead {
    margin-top: 6.66667vw;
  }
}

@media screen and (min-width: 896px) {
  #section4 .jp-text .lead {
    margin-top: 10px;
  }
}

@media screen and (max-width: 895px) {
  #section4 .jp-text .lead {
    margin-top: 1.33333vw;
  }
}

@media screen and (min-width: 896px) {
  #section5 .jp-text .lead {
    margin-top: 50px;
  }
}

@media screen and (max-width: 895px) {
  #section5 .jp-text .lead {
    margin-top: 6.66667vw;
  }
}

@media screen and (min-width: 896px) {
  #section6 .jp-text .lead {
    margin-top: 50px;
  }
}

@media screen and (max-width: 895px) {
  #section6 .jp-text .lead {
    margin-top: 6.66667vw;
  }
}

.jp-text .body {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2.28;
  text-align: center;
}

@media screen and (min-width: 896px) {
  .jp-text .body {
    font-size: 1.4rem;
    margin-top: 40px;
  }
}

@media screen and (max-width: 895px) {
  .jp-text .body {
    font-size: 2.66667vw;
    margin-top: 5.33333vw;
    text-align: left;
  }
}

.jp-text .btn {
  margin-top: 40px;
}

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

.jp-text .btn a {
  -ms-user-select: none;
  -webkit-user-select: none;
  background-color: #231815;
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  min-width: 280px;
  padding: 1.4rem 4rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  vertical-align: middle;
}

@media screen and (max-width: 895px) {
  .jp-text .btn a {
    min-width: 37.33333vw;
  }
}

.company-profile {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 895px) {
  .company-profile {
    flex-direction: column;
  }
}

.company-profile-list {
  position: relative;
}

.company-profile-list:before {
  content: "";
}

@media screen and (min-width: 896px) {
  .company-profile-list:before {
    background-color: #edecea;
    height: 100%;
    left: calc(12em - 24px);
    position: absolute;
    top: 0;
    width: 24px;
  }
}

@media screen and (min-width: 896px) {
  .company-profile-list {
    margin-left: 48px;
  }
}

@media screen and (max-width: 895px) {
  .company-profile-list {
    margin-top: 0vw;
  }
}

@media screen and (max-width: 895px) {
  .company-profile-list table {
    width: 100%;
  }
}

.company-profile-list th {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  padding: 24px 24px 24px 0;
  text-align: left;
  width: 12em;
}

@media screen and (min-width: 896px) {
  .company-profile-list th {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 895px) {
  .company-profile-list th {
    font-size: 2vw;
    padding: 3.2vw 3.2vw 3.2vw 0;
    width: 12em;
  }
}

.company-profile-list td {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  font-weight: bold;
  padding: 24px 0;
  text-align: left;
}

@media screen and (min-width: 896px) {
  .company-profile-list td {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 895px) {
  .company-profile-list td {
    font-size: 2vw;
    padding: 3.2vw 3.2vw 3.2vw 0;
  }
}

.company-profile-list .row-top th,
.company-profile-list .row-top td {
  border-top: none;
}

.company-profile-list .row-bottom th,
.company-profile-list .row-bottom td {
  border-bottom: none;
}

.footer-logo {
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (min-width: 896px) {
  .footer-logo {
    bottom: 30px;
    left: 50%;
    width: 138px;
  }
}

@media screen and (max-width: 895px) {
  .footer-logo {
    bottom: 4vw;
    left: 50%;
    width: 18.4vw;
  }
}

.footer-logo.footer-logo--static {
  position: static;
  text-align: center;
  transform: none;
}

@media screen and (min-width: 896px) {
  .footer-logo.footer-logo--static {
    margin: 120px auto;
  }
}

@media screen and (max-width: 895px) {
  .footer-logo.footer-logo--static {
    margin: 16vw auto;
  }
}

.fp-watermark {
  display: none !important;
}

@media screen and (min-width: 896px) {
  .ontaste #fp-nav ul li .fp-tooltip.fp-right {
    right: 24px;
  }
}

@media screen and (max-width: 895px) {
  .ontaste #fp-nav ul li .fp-tooltip.fp-right {
    display: none;
  }
}

.ontaste #fp-nav ul li .fp-tooltip {
  color: #231815;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  transition: 0.3s;
}

@media screen and (min-width: 896px) {
  .ontaste #fp-nav ul li .fp-tooltip {
    font-size: 1.4rem;
    top: -7px;
  }
}

.ontaste #fp-nav ul li a span {
  transition: 0.3s;
}

.ontaste.fp-viewing-1 #fp-nav ul li .fp-tooltip {
  color: #231815;
}

.ontaste.fp-viewing-2 #fp-nav ul li .fp-tooltip {
  color: #fff;
}

.ontaste.fp-viewing-2 #fp-nav ul li a span {
  background: #fff;
}

.ontaste.fp-viewing-3 #fp-nav ul li .fp-tooltip {
  color: #fff;
}

.ontaste.fp-viewing-3 #fp-nav ul li a span {
  background: #fff;
}

.ontaste.fp-viewing-4 #fp-nav ul li .fp-tooltip {
  color: #fff;
}

.ontaste.fp-viewing-4 #fp-nav ul li a span {
  background: #fff;
}

.ontaste.fp-viewing-5 #fp-nav ul li .fp-tooltip {
  color: #fff;
}

.ontaste.fp-viewing-5 #fp-nav ul li a span {
  background: #fff;
}

.ontaste.fp-viewing-6 #fp-nav ul li .fp-tooltip {
  color: #231815;
}

.ontaste.fp-viewing-6 #fp-nav ul li a span {
  background: #333;
}

@media screen and (min-width: 896px) {
  .ontaste #fp-nav ul li, .ontaste .fp-slidesNav ul li {
    margin: 12px 7px;
  }
}

@media screen and (max-width: 895px) {
  .ontaste #fp-nav ul li, .ontaste .fp-slidesNav ul li {
    margin: 1.6vw 0.93333vw;
  }
}

.ontaste #fp-nav ul li:first-of-type a span, .ontaste .fp-slidesNav ul li:first-of-type a span {
  height: 10px;
  margin: -5px 0 0 -5px;
  width: 10px;
}

@media screen and (max-width: 895px) {
  .ontaste #fp-nav ul li:first-of-type a span, .ontaste .fp-slidesNav ul li:first-of-type a span {
    height: 1.33333vw;
    margin: -0.66667vw 0 0 -0.66667vw;
    width: 1.33333vw;
  }
}

.ontaste #fp-nav ul li:last-of-type a span, .ontaste .fp-slidesNav ul li:last-of-type a span {
  height: 10px;
  margin: -5px 0 0 -5px;
  width: 10px;
}

@media screen and (max-width: 895px) {
  .ontaste #fp-nav ul li:last-of-type a span, .ontaste .fp-slidesNav ul li:last-of-type a span {
    height: 1.33333vw;
    margin: -0.66667vw 0 0 -0.66667vw;
    width: 1.33333vw;
  }
}

.ontaste #fp-nav ul li a,
.ontaste .fp-slidesNav ul li a {
  cursor: pointer;
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
  width: 100%;
  z-index: 1;
}

.ontaste #fp-nav ul li a.active span,
.ontaste .fp-slidesNav ul li a.active span,
.ontaste #fp-nav ul li:hover a.active span,
.ontaste .fp-slidesNav ul li:hover a.active span {
  background-color: #d71660;
  border-radius: 100%;
  height: 22px;
  margin: -11px 0 0 -11px;
  width: 22px;
}

@media screen and (max-width: 895px) {
  .ontaste #fp-nav ul li a.active span,
  .ontaste .fp-slidesNav ul li a.active span,
  .ontaste #fp-nav ul li:hover a.active span,
  .ontaste .fp-slidesNav ul li:hover a.active span {
    height: 2.93333vw;
    margin: -1.46667vw 0 0 -1.46667vw;
    width: 2.93333vw;
  }
}

.ontaste #fp-nav ul li a span,
.ontaste .fp-slidesNav ul li a span {
  background: #333;
  border: 0;
  border-radius: 50%;
  height: 6px;
  left: 50%;
  margin: -3px 0 0 -3px;
  position: absolute;
  top: 50%;
  transition: all 0.1s ease-in-out;
  width: 6px;
  z-index: 1;
}

@media screen and (max-width: 895px) {
  .ontaste #fp-nav ul li a span,
  .ontaste .fp-slidesNav ul li a span {
    height: 0.8vw;
    margin: -0.4vw 0 0 -0.4vw;
    width: 0.8vw;
  }
}

.ontaste #fp-nav ul li:hover a span,
.ontaste .fp-slidesNav ul li:hover a span {
  height: 10px;
  margin: -5px 0px 0px -5px;
  width: 10px;
}

@media screen and (max-width: 895px) {
  .ontaste #fp-nav ul li:hover a span,
  .ontaste .fp-slidesNav ul li:hover a span {
    height: 1.33333vw;
    margin: -0.66667vw 0 0 -0.66667vw;
    width: 1.33333vw;
  }
}

.ontaste #fp-nav ul li a.active,
.ontaste .fp-slidesNav ul li a.active {
  transition: all 0.1s ease-in-out;
}

.ontaste #fp-nav ul li a.active:after,
.ontaste .fp-slidesNav ul li a.active:after {
  background-color: #d71660;
  border: 2px solid #fff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  top: -1px;
  transition: all 0.1s ease-in-out;
  width: 10px;
  z-index: 1;
}

@media screen and (max-width: 895px) {
  .ontaste #fp-nav ul li a.active:after,
  .ontaste .fp-slidesNav ul li a.active:after {
    border: 0.26667vw solid #fff;
    content: "";
    height: 1.33333vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.33333vw;
  }
}

.ontaste #fp-nav.fp-right {
  right: -100px;
  transition: 2s;
}

@media screen and (max-width: 895px) {
  .ontaste #fp-nav.fp-right {
    right: -13.33333vw;
  }
}

.ontaste.loaded #fp-nav.fp-right {
  right: 36px;
}

@media screen and (max-width: 895px) {
  .ontaste.loaded #fp-nav.fp-right {
    right: 1.33333vw;
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s;
}

@media screen and (max-width: 895px) {
  .fade-up {
    transform: translateY(20px);
  }
}

.fp-completely .fade-up {
  opacity: 1;
  transform: translateY(0);
}

.page-back-btn {
  background-color: #fff;
  color: #231815;
  font-family: "Barlow Condensed", sans-serif;
  left: 0;
  line-height: 1;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (min-width: 896px) {
  .page-back-btn {
    font-size: 24px;
    height: 88px;
    letter-spacing: 1.2px;
    padding: 31px 20px 31px 61px;
    width: 148px;
  }
}

@media screen and (max-width: 895px) {
  .page-back-btn {
    font-size: 3.2vw;
    height: 11.73333vw;
    letter-spacing: 0.16vw;
    padding: 4.13333vw 2.66667vw 4.13333vw 8.13333vw;
    top: 90%;
    width: 19.73333vw;
  }
}

.page-back-btn::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234.028%22%20height%3D%2220.094%22%20viewBox%3D%220%200%2034.028%2020.094%22%3E%20%3Cg%20transform%3D%22translate(-806.972%20-1928.967)%22%3E%20%3Crect%20width%3D%2232%22%20height%3D%222%22%20transform%3D%22translate(809%201938)%22%20fill%3D%22%23231815%22%2F%3E%20%3Cg%20transform%3D%22translate(-2%208.786)%22%3E%20%3Cpath%20d%3D%22M.015.192%2C14%2C0l-.015%2C1.808L0%2C2Z%22%20transform%3D%22translate(809%201930.08)%20rotate(-45)%22%20fill%3D%22%23231815%22%2F%3E%20%3Cpath%20d%3D%22M0%2C0%2C13.985.192%2C14%2C2%2C.015%2C1.808Z%22%20transform%3D%22translate(810.386%201928.96)%20rotate(45)%22%20fill%3D%22%23231815%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 896px) {
  .page-back-btn::after {
    height: 20.1px;
    left: 24px;
    width: 34px;
  }
}

@media screen and (max-width: 895px) {
  .page-back-btn::after {
    height: 2.68vw;
    left: 3.2vw;
    width: 4.53333vw;
  }
}

.creator {
  background-color: #EDECEA;
}

@media screen and (min-width: 896px) {
  .container {
    margin: auto;
    max-width: 952px;
    min-width: 1100px;
    padding-top: 120px;
  }
}

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

.creator .page-title {
  margin: auto;
}

@media screen and (min-width: 896px) {
  .creator .page-title {
    width: 400px;
  }
}

@media screen and (max-width: 895px) {
  .creator .page-title {
    width: 53.33333vw;
  }
}

@media screen and (min-width: 896px) {
  .contents {
    margin-top: 100px;
  }
}

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

.creator-wrap {
  display: grid;
}

@media screen and (min-width: 896px) {
  .creator-wrap {
    gap: 48px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 100px;
  }
}

@media screen and (max-width: 895px) {
  .creator-wrap {
    gap: 6.4vw;
    grid-template-columns: 1fr 1fr;
    padding: 0 6.4vw;
  }
}

.creator-info {
  align-items: center;
  background-color: #231815;
  color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (min-width: 896px) {
  .creator-info {
    padding: 24px 20px;
  }
}

@media screen and (max-width: 895px) {
  .creator-info {
    padding: 2.66667vw 4.26667vw;
  }
}

.creator-genre {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 896px) {
  .creator-genre {
    font-size: 18px;
  }
}

@media screen and (max-width: 895px) {
  .creator-genre {
    font-size: 2.4vw;
  }
}

@media screen and (min-width: 896px) {
  .creator-name {
    font-size: 18px;
  }
}

@media screen and (max-width: 895px) {
  .creator-name {
    font-size: 2.4vw;
  }
}

.creator-caution {
  color: #231815;
  position: absolute;
  text-align: right;
}

@media screen and (min-width: 896px) {
  .creator-caution {
    bottom: -20px;
    font-size: 10px;
    right: 0px;
  }
}

@media screen and (max-width: 895px) {
  .creator-caution {
    bottom: -3.2vw;
    font-size: 1.6vw;
    right: 0vw;
  }
}

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

@media screen and (max-width: 895px) {
  .mfp-content {
    /* margin: spvw(64) auto; */
    margin: 0 auto;
  }
}

.modal-close {
  background: url(/assets/img/icon-close.svg) no-repeat left center;
  cursor: pointer;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  position: absolute;
}

@media screen and (min-width: 896px) {
  .modal-close {
    background-size: 18px 18px;
    font-size: 18px;
    padding: 10px 0 10px 30px;
    right: 32px;
    top: 20px;
  }
}

@media screen and (max-width: 895px) {
  .modal-close {
    background-size: 4vw 4vw;
    font-size: 4.8vw;
    padding: 1.33333vw 0 1.33333vw 6vw;
    right: 9.06667vw;
    top: 5.33333vw;
  }
}

.modal-wrap {
  background-color: #fff;
  margin: auto;
  position: relative;
}

@media screen and (min-width: 896px) {
  .modal-wrap {
    max-width: 952px;
    padding: 64px;
  }
}

@media screen and (max-width: 895px) {
  .modal-wrap {
    padding: 17.06667vw 8.53333vw 8.53333vw;
  }
}

.modal-creator-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 895px) {
  .modal-creator-header {
    display: block;
  }
}

@media screen and (min-width: 896px) {
  .modal-creator-img {
    width: 352px;
  }
}

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

.modal-creator-info {
  flex: 1;
}

@media screen and (min-width: 896px) {
  .modal-creator-info {
    margin-left: 48px;
  }
}

@media screen and (max-width: 895px) {
  .modal-creator-info {
    margin-top: 6.4vw;
  }
}

.modal-creator-info-genre {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 896px) {
  .modal-creator-info-genre {
    font-size: 26px;
  }
}

@media screen and (max-width: 895px) {
  .modal-creator-info-genre {
    font-size: 4.53333vw;
  }
}

.modal-creator-info-name-wrap {
  align-items: center;
  display: flex;
}

.modal-creator-info-name {
  font-weight: bold;
}

@media screen and (min-width: 896px) {
  .modal-creator-info-name {
    font-size: 32px;
    margin-right: 24px;
  }
}

@media screen and (max-width: 895px) {
  .modal-creator-info-name {
    font-size: 5.33333vw;
    margin-right: 3.2vw;
  }
}

.modal-creator-info-sns {
  align-items: center;
  display: flex;
  font-size: 0;
}

@media screen and (min-width: 896px) {
  .modal-creator-info-sns a {
    margin-right: 12px;
  }
}

@media screen and (max-width: 895px) {
  .modal-creator-info-sns a {
    margin-right: 1.6vw;
  }
}

@media screen and (min-width: 896px) {
  .modal-creator-info-sns .instagram {
    width: 32px;
  }
}

@media screen and (max-width: 895px) {
  .modal-creator-info-sns .instagram {
    width: 4.26667vw;
  }
}

@media screen and (min-width: 896px) {
  .modal-creator-info-text p {
    margin-top: 24px;
  }
}

@media screen and (max-width: 895px) {
  .modal-creator-info-text p {
    margin-top: 3.2vw;
  }
}

@media screen and (min-width: 896px) {
  .modal-creator-body {
    margin-top: 48px;
  }
}

@media screen and (max-width: 895px) {
  .modal-creator-body {
    margin-top: 6.4vw;
  }
}

.modal-creator-body-block:not(:first-of-type) {
  margin-top: 2em;
}

.no-modal {
  pointer-events: none;
}
