@charset "UTF-8";
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: none;
  margin: auto;
  float: left;
  border: 0;
}

.cboxIframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(images/overlay.png) repeat 0 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent {
  overflow: hidden;
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  color: #949494;
  text-align: center;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  width: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  right: 30px;
  bottom: 4px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(images/controls.png) no-repeat -75px 0;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 25px;
  height: 25px;
  background: url(images/controls.png) no-repeat -50px 0;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background: url(images/controls.png) no-repeat -25px 0;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

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

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  -o-transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  display: none;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  height: 15px;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
}

.ps__rail-y {
  -o-transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  display: none;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  width: 15px;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

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

.ps__thumb-y {
  -o-transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  width: 6px;
  border-radius: 6px;
  background-color: #aaa;
  transition: background-color .2s linear, width .2s ease-in-out;
}

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

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 11px;
  background-color: #999;
}

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

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), -o-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  -webkit-box-sizing: border-box;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
          box-sizing: border-box;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  width: 120px;
  height: 80px;
  padding: 20px 10px 10px 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  opacity: 0;
  transition: opacity .3s;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  margin-top: 5px;
  color: #FFF;
  font-size: 10px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  content: "";
}

.scroll-hint-icon:after {
  -webkit-transition-delay: 2.4s;
       -o-transition-delay: 2.4s;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  width: 34px;
  height: 14px;
  margin-left: -20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: "";
  opacity: 0;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation: scroll-hint-appear 1.2s linear;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

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

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

@-webkit-keyframes moveRight {
  0% {
    right: 1em;
  }
  30% {
    right: 0.5em;
    opacity: 0;
  }
  40% {
    right: 1.25em;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    right: 1em;
  }
  100% {
    right: 1em;
  }
}

@keyframes moveRight {
  0% {
    right: 1em;
  }
  30% {
    right: 0.5em;
    opacity: 0;
  }
  40% {
    right: 1.25em;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    right: 1em;
  }
  100% {
    right: 1em;
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(14%);
            transform: translateY(14%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(14%);
            transform: translateY(14%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

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

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*pink*/
/*green*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  overflow-x: hidden;
  color: #000100;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-size: 75%;
  line-height: 1.875;
}

body {
  overflow-x: hidden;
  font-size: 1rem;
}

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

html {
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
          box-sizing: border-box;
  background: #fff;
}

body, header, main, footer {
  z-index: 1;
  position: relative;
}

section {
  outline: none;
}

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

iframe {
  border: none;
}

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

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

p {
  margin: 0;
}

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

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

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

.ps--active-y:hover .ps__rail-y {
  opacity: 1 !important;
}

.ps__rail-y {
  width: auto !important;
  opacity: 1 !important;
}

.ps__thumb-y {
  width: 6px !important;
  border-radius: 0 !important;
  background-color: #333;
}

.ps__thumb-y:hover {
  background-color: #333;
}

#cboxOverlay {
  background: #fff;
}

#cboxContent {
  margin-top: 80px;
  overflow: visible;
}

#cboxLoadedContent {
  margin-bottom: 0 !important;
}

#cboxClose,
#cboxClose:hover {
  background: none;
  cursor: pointer;
}

#cboxClose {
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  top: -80px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  transition: 0.15s;
}

#cboxClose::before, #cboxClose::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 100%;
  background-color: #333;
  content: '';
}

#cboxClose::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#cboxClose::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#cboxClose:hover {
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
}

#cboxPrevious,
#cboxNext {
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  border-top: 6px solid #333;
  border-right: 6px solid #333;
  text-indent: -9999px;
  transition: 0.15s;
}

#cboxPrevious:hover,
#cboxNext:hover {
  border-top: 6px solid #444;
  border-right: 6px solid #444;
}

#cboxPrevious {
  -webkit-transform: translateY(-50%) rotate(225deg);
      -ms-transform: translateY(-50%) rotate(225deg);
  left: -8%;
          transform: translateY(-50%) rotate(225deg);
}

#cboxNext {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
  right: -8%;
          transform: translateY(-50%) rotate(45deg);
}

.cbox-full-image img {
  width: auto !important;
  height: 100% !important;
  margin: 0 !important;
}

.l-body {
  -webkit-animation: fadeIn 1s ease-in-out;
  background: #fbe4ec url("../img/bg/bg-main@sp.jpg") repeat-y center top 3%;
  background-size: 100% auto;
          animation: fadeIn 1s ease-in-out;
}

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

@-webkit-keyframes sparkls {
  50% {
    opacity: 0;
  }
}

@keyframes sparkls {
  50% {
    opacity: 0;
  }
}

.l-main {
  z-index: 0;
  padding: 30px 0 0;
}

.l-spNav {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.l-spNav__list {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
  visibility: hidden;
  z-index: 98;
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  padding: 1em 0;
          transform: translateX(-100%);
  background: #b4d7e5;
  transition: 0.4s;
}

.l-spNav.is-active .l-spNav__list {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
  visibility: visible;
          transform: translateX(0);
}

.l-spNav__item {
  -webkit-animation: 0.5s ease-in-out both;
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
          animation: 0.5s ease-in-out both;
}

.l-spNav__item:nth-of-type(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.l-spNav__item:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.l-spNav__item:nth-of-type(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.l-spNav__item:nth-of-type(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.l-spNav__item:nth-of-type(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.l-spNav__item:nth-of-type(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.l-spNav__item:nth-of-type(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.l-spNav.is-active .l-spNav__item {
  -webkit-animation-name: activeSpNav;
          animation-name: activeSpNav;
}

@-webkit-keyframes activeSpNav {
  0% {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes activeSpNav {
  0% {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.l-spNav__link {
  display: block;
  position: relative;
  padding: 1em 3em 1em 1em;
  text-decoration: none;
}

.l-spNav__link::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  display: table;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
      transform: rotate(45deg);
  border-top: 2px solid #00a7ba;
  border-right: 2px solid #00a7ba;
  font-size: 1.2em;
  line-height: 1;
  content: '';
}

.l-spNav__overlay {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  visibility: hidden;
  z-index: 97;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: 0.2s;
}

.l-spNav.is-active .l-spNav__overlay {
  visibility: visible;
  opacity: 1;
}

.l-spNavButton {
  display: block;
  z-index: 99;
  position: fixed;
  top: 1em;
  right: 1em;
  outline: none;
  cursor: pointer;
  pointer-events: all;
}

.l-spNavButton__inner {
  display: block;
  position: relative;
  width: 40px;
  height: 32px;
}

.l-spNavButton__inner::before {
  position: absolute;
  top: -1em;
  right: -1em;
  bottom: -1em;
  left: -1em;
  content: '';
}

.l-spNavButton__line {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
          transform-origin: right;
  background: #333;
  transition: 0.2s;
}

.l-spNavButton__line:nth-of-type(1) {
  top: 0;
}

.l-spNavButton__line:nth-of-type(2) {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  top: 50%;
          transform: translate(0, -50%);
  transition: 0.5s ease-in-out;
}

.l-spNavButton__line:nth-of-type(3) {
  bottom: 0;
}

.l-spNavButton.is-active .l-spNavButton__line {
  background: #fff;
}

.l-spNavButton.is-active .l-spNavButton__line:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-spNavButton.is-active .l-spNavButton__line:nth-of-type(2) {
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  opacity: 0;
}

.l-spNavButton.is-active .l-spNavButton__line:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-pcNav {
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
          transform: translate3d(0, 0, 0);
  background: #00a7ba;
}

.l-pcNav.is-active {
  position: fixed;
}

.l-pcNav__list {
  -webkit-box-align: end;
      -ms-flex-align: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-end;
          justify-content: center;
}

.l-pcNav a {
  display: block;
  position: relative;
  padding: 1.2rem 1.34rem 1.44rem;
  overflow: hidden;
}

.l-pcNav a::after {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  margin: auto;
          transform: translateY(100%);
  background: #b4d7e5;
  content: '';
  pointer-events: none;
  transition: 0.15s linear;
}

.l-pcNav a:hover::after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.l-pcNav img {
  display: block;
}

/* loading */
.loading {
  z-index: 100000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fbe4ec;
}

.loader {
  -webkit-animation: blink 2s linear infinite;
  display: inline-block;
  position: absolute;
  top: calc(50% - 100px);
  right: 0;
  left: 0;
  width: 200px;
  height: 200px;
  margin: auto;
  text-align: center;
  animation: blink 2s linear infinite;
}

.container {
  max-width: 92%;
  margin-right: auto;
  margin-left: auto;
}

.outline {
  z-index: 10;
  position: relative;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.outline-top {
  padding-top: 0.4rem;
}

.outline-bottom {
  z-index: 10;
  position: relative;
  padding-bottom: 0.4rem;
}

.head-main {
  width: 48%;
  margin: 0 auto 3.2rem;
  text-align: center;
}

.share {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}

.share__item {
  line-height: 1;
}

.share__item:not(:last-child) {
  margin-right: 1rem;
}

.embet {
  position: relative;
  width: 100%;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.embet iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spLinkBanner::after {
  display: block;
  clear: both;
  content: '';
}

.spLinkBanner > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 1%;
  float: left;
}

.otherLinkBanner::after {
  display: block;
  clear: both;
  content: '';
}

.otherLinkBanner > * {
  width: 48%;
  margin: 1%;
  float: left;
}

.hero {
  position: relative;
  padding: 145.6vw 0 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, #ffd1e0), to(#fbe4ec));
  background: -webkit-linear-gradient(top, #ffd1e0 66%, #fbe4ec 100%);
  background: -o-linear-gradient(top, #ffd1e0 66%, #fbe4ec 100%);
  background: linear-gradient(to bottom, #ffd1e0 66%, #fbe4ec 100%);
}

.hero__main {
  position: absolute;
  top: 0;
}

.hero__pc--catch {
  z-index: 5;
  position: absolute;
}

.hero__pc--catch-1 {
  top: 9px;
  right: -47px;
}

.hero__pc--catch-2 {
  top: 100px;
  right: 75px;
}

.hero__pc--cast-1 {
  z-index: 5;
  top: 368px;
  left: 213px;
}

.hero__pc--cast-2 {
  z-index: 5;
  top: 387px;
  right: 120px;
}

.hero__pc--shoes {
  z-index: 6;
  top: 410px;
  left: 195px;
}

.hero__pc--plane {
  z-index: 6;
  top: 395px;
  right: 149px;
}

.hero__pc--main {
  z-index: 4;
  right: 0;
  left: 0;
  margin: auto;
}

.hero__pc--logo {
  z-index: 4;
  top: 583px;
  right: 53px;
}

.hero__pc--count01 {
  z-index: 1;
  top: 10px;
  left: -145px;
}

.hero__pc--count02 {
  z-index: 1;
  top: 42px;
  left: -275px;
}

.hero__pc--clock {
  z-index: 1;
  top: 147px;
  left: -250px;
}

.hero__heart {
  -webkit-animation-name: floating;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  z-index: 15;
  position: absolute;
          animation-name: floating;
          animation-duration: 3s;
          animation-iteration-count: infinite;
}

.hero__heart-delay1 {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.hero__heart-delay2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.hero__heart-1 {
  top: 615px;
  right: -80px;
}

.hero__heart-2 {
  top: 727px;
  left: -90px;
}

.hero__heart-3 {
  top: 737px;
  right: -198px;
}

.hero__heart-4 {
  z-index: 13;
  top: 773px;
  left: -76px;
}

.hero__heart-5 {
  z-index: 13;
  top: 835px;
  right: -239px;
}

.hero__heart-6 {
  z-index: 11;
  top: 805px;
  right: -338px;
}

.hero__heart-7 {
  z-index: 10;
  top: 716px;
  right: -170px;
}

.hero__heart-8 {
  top: 580px;
  left: -264px;
}

.hero__heart-9 {
  z-index: 10;
  top: 697px;
  left: -58px;
}

.hero__heart-10 {
  top: 657px;
  right: -350px;
}

.hero__heart-11 {
  z-index: 14;
  top: 668px;
  left: -256px;
}

.hero__heart-12 {
  z-index: 12;
  top: 754px;
  left: -161px;
}

.hero__heart-13 {
  z-index: 11;
  top: 818px;
  left: -216px;
}

.hero__heart-14 {
  z-index: 10;
  top: 628px;
  left: -183px;
}

.hero__heart-15 {
  z-index: 10;
  top: 752px;
  left: -350px;
}

.hero__heart-16 {
  z-index: 9;
  top: 655px;
  left: -350px;
}

.hero__itemOuter {
  z-index: 50;
  position: relative;
  margin-top: -11%;
  padding: 0 4% 0;
}

.hero__item {
  text-align: center;
}

.hero__item > * {
  text-align: left;
}

.hero__item:not(:last-child) {
  margin-bottom: 1.2rem;
}

.hero__item--release {
  width: 95.7333%;
  margin: 0 auto;
}

.hero__item--special {
  width: 50.2%;
  margin: 15px auto 2px;
}

.hero__item--comment {
  width: 77.2%;
  margin: 15px auto 2px;
  display: block;
}

.hero__item--campaign {
  width: 77.2%;
  margin: 15px auto 2px;
}

.hero__item--twicam {
  width: 80.2%;
  margin: 15px auto 2px;
}

.hero__item--trailer {
  width: 48.2%;
  margin: 15px auto 2px;
}

.hero__item--ranking {
  width: 73.2%;
  margin: 2px auto;
}

.hero__action {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  pointer-events: all;
  transition: 0.2s ease-in-out;
}

.hero__action:hover {
  opacity: 0.6;
}

.news {
  position: relative;
  width: 100%;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.9);
  line-height: 1.2;
}

.news:before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: auto;
  border: 1px dashed #f70000;
  content: '';
}

.news__head {
  z-index: 2;
  position: absolute;
  top: -5px;
  left: 0;
  width: 33%;
}

.news__inner {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 12% 4% 4%;
  overflow: hidden;
}

.news__body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-right: 1em;
}

.news__date {
  padding: 0 1em;
  color: #333;
  font-size: .875em;
  line-height: 1.2;
}

.news__date:not(:first-child) {
  margin-top: 0.9em;
  padding-top: 0.7em;
  border-top: 1px #333 solid;
}

.news__topic {
  padding: 0 1em;
  color: #333;
  font-size: 12px;
  line-height: 1.2;
}

.news__topic a {
  display: inline-block;
}

.news__topic a:hover {
  text-decoration: underline;
}

.news__topic a span:before {
  display: inline;
  content: '▶︎';
}

.news .ps__thumb-y {
  background-color: rgba(51, 51, 51, 0.6);
}

.news .ps__thumb-y:hover {
  background-color: rgba(51, 51, 51, 0.6);
}

.intro__catch {
  z-index: 2;
  position: relative;
}

.intro__main {
  z-index: 1;
  position: relative;
  margin: -10px -1.2rem -38.666vw;
}

.introCatch {
  z-index: 10;
  position: relative;
  margin-bottom: 1.2rem;
}

.introCatch__head {
  z-index: 10;
  position: relative;
  margin-bottom: 0.8rem;
}

.introCatch__head--image {
  display: none;
}

.introCatch__head--text {
  color: #e73278;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  text-shadow: 2px 0px 2px #fff, -2px 0px 2px #fff, 0px -2px 2px #fff, -2px 0px 2px #fff, 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff, 2px 0px 2px #fff, -2px 0px 2px #fff, 0px -2px 2px #fff, -2px 0px 2px #fff, 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}

.introCatch__head--text span {
  font-size: .85em;
}

.introCatch__row {
  position: relative;
}

.introCatch__row .introCatch__text {
  margin-bottom: 1.2rem;
}

.introCatch__text {
  margin-bottom: 0.8rem;
  font-size: 13px;
  text-align: justify;
  text-shadow: 2px 0px 2px #fff, -2px 0px 2px #fff, 0px -2px 2px #fff, -2px 0px 2px #fff, 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff, 2px 0px 2px #fff, -2px 0px 2px #fff, 0px -2px 2px #fff, -2px 0px 2px #fff, 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}

.introCatch__text:after {
  display: block;
  clear: both;
  content: '';
}

.introCatch__image {
  text-align: center;
}

.introCatch--1 .introCatch__row .introCatch__image {
  margin: 0 -1rem;
}

.introCatch--2 .introCatch__image {
  margin: 0 -1rem;
}

.introCatch--3 .introCatch__image {
  margin: 0 -1rem;
}

.cast {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.8rem;
}

.cast--row {
  position: relative;
  margin-top: 9vw;
  padding: 0 5.5% 20px;
}

.cast--row > * {
  z-index: 2;
  position: relative;
}

.cast--row .cast_img {
  width: 100%;
  height: auto;
  margin: -9vw 0 0;
}

.cast--row:before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 93.4%;
  height: calc(100% - 20px);
  margin: auto;
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100% auto;
  content: '';
}

.cast--name {
  width: 40%;
  margin: 12px 0 8px;
}

.cast--3 .cast_img, .cast--4 .cast_img {
  margin-top: -26px;
}

.cast--1 {
  background: #9dd0e0;
  background: -webkit-linear-gradient(45deg, rgba(157, 208, 224, 0.5) 1%, rgba(224, 231, 239, 0.5) 100%);
  background: -o-linear-gradient(45deg, rgba(157, 208, 224, 0.5) 1%, rgba(224, 231, 239, 0.5) 100%);
  background: linear-gradient(45deg, rgba(157, 208, 224, 0.5) 1%, rgba(224, 231, 239, 0.5) 100%);
}

.cast--1:before {
  background-image: url(../img/bg/bg-cast_bl.png);
}

.cast--2 {
  background: #9dd0e0;
  background: -webkit-linear-gradient(45deg, rgba(253, 203, 219, 0.5) 1%, rgba(253, 233, 240, 0.5) 100%);
  background: -o-linear-gradient(45deg, rgba(253, 203, 219, 0.5) 1%, rgba(253, 233, 240, 0.5) 100%);
  background: linear-gradient(45deg, rgba(253, 203, 219, 0.5) 1%, rgba(253, 233, 240, 0.5) 100%);
}

.cast--2:before {
  background-image: url(../img/bg/bg-cast_pink.png);
}

.cast--3 {
  background: #9dd0e0;
  background: -webkit-linear-gradient(45deg, rgba(212, 232, 208, 0.5) 1%, rgba(241, 239, 234, 0.5) 100%);
  background: -o-linear-gradient(45deg, rgba(212, 232, 208, 0.5) 1%, rgba(241, 239, 234, 0.5) 100%);
  background: linear-gradient(45deg, rgba(212, 232, 208, 0.5) 1%, rgba(241, 239, 234, 0.5) 100%);
}

.cast--3:before {
  background-image: url(../img/bg/bg-cast_gr.png);
}

.cast--4 {
  background: #9dd0e0;
  background: -webkit-linear-gradient(45deg, rgba(253, 234, 220, 0.5) 1%, rgba(253, 239, 237, 0.5) 100%);
  background: -o-linear-gradient(45deg, rgba(253, 234, 220, 0.5) 1%, rgba(253, 239, 237, 0.5) 100%);
  background: linear-gradient(45deg, rgba(253, 234, 220, 0.5) 1%, rgba(253, 239, 237, 0.5) 100%);
}

.cast--4:before {
  background-image: url(../img/bg/bg-cast_yl.png);
}

.chart img {
  min-width: 200%;
}

.story {
  position: relative;
}

.episodeOuter {
  position: relative;
}


.story:before, .story:after {
  display: block;
  z-index: 1;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
}


.episode_bg {
  -webkit-background-size: 8px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #fffafc), color-stop(0.5, transparent), to(transparent));
	height: 600px;
}

.story:before, .story:after {
  display: block;
  z-index: 1;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
}

.story:before {
  top: -7.2vw;
  right: 0;
  left: 0;
  width: 109%;
  height: 15.6vw;
  margin: 0 -4.5%;
  background-image: url(../img/bg/bg-story_ribon_top@sp.png);
}

.story:after {
  right: 0;
  bottom: -7.2vw;
  width: 32.8%;
  height: 72.6vw;
  margin: 0 -4.5% 0 0;
  background-image: url(../img/bg/bg-story_ribon_btm@sp.png);
} 


.episode {
  position: relative;
  margin: 0 0.5em;
  padding: 20px 15px;
}

.episode__body {
  line-height: 2;
  text-align: justify;
}

.episode__title {
  margin-bottom: 1.2rem;
  text-align: center;
  color: #e73278;
  font-size: 1.8rem;
  font-weight: bold;

}

.episode__title span {
  font-size: 1.2rem;
  vertical-align: 0.06em;
}

.episode__title b {
  margin-left: 1rem;
  font-size: 1.4rem;
}


.episode__text {
  margin-bottom: 1.2rem;
}

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

.episodeNav {
  z-index: 1;
  position: relative;
  margin-top: 2rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.episodeNav__list {
  text-align: center;
}

.episodeNav__item {
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  display: inline-block;
  margin: 0.88rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.15s;
}

.episodeNav__item--synopsis {
  padding: 0.4rem 1.2rem;
  background: #e73278;
  color: #fff;
  font-size: 1.2rem;
}

.episodeNav__item--num {
  position: relative;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 40px;
}

.episodeNav__item--num::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e73278;
  content: '';
}

.episodeNav__item.is-active {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  opacity: 0.6;
}

.episodeNav__item.is-disable {
  opacity: 0.5;
  pointer-events: none;
}

.prod__wrap {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.prod {
  position: relative;
  width: 100%;
  margin-top: 2rem;
}

.prod__head {
  display: table;
  z-index: 100;
  position: absolute;
  left: 0;
  width: 35%;
  margin-top: -6px;
}

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

.prod__bg {
  height: 100%;
  padding: 52px 24px 24px;
  overflow: hidden;
  background-color: #fff;
  background-position: 50% 5px;
  background-repeat: repeat-y;
  background-size: calc(100% - 26px) auto;
}

.prod a:hover {
  opacity: .7;
}

.sell {
  position: relative;
}

.sell:last-of-type {
  margin-top: 45px;
  padding-top: 67px;
}

.sell:last-of-type:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 137%;
  height: 11px;
  margin: 0 -18%;
  background: url(../img/bg/bg-ribon.png) no-repeat 50% 50%;
  background-size: auto 100%;
  content: '';
}

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

.sell__text {
  color: #000100;
  font-weight: bold;
}

.sell__price span {
  font-size: 18px;
}

.sell_all .prod__rug .prod__bg {
  padding: 45px;
  background-image: url(../img/bg/bg-sell.png);
}

.rental .prod__head {
  width: 40%;
}

.rental .prod__rug {
  text-align: center;
}

.rental .prod__rug .prod__bg {
  background-image: url(../img/bg/bg-rental.png);
}

.haishin .prod__bg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          justify-content: center;
  min-height: 150px;
  background-image: url(../img/bg/bg-haishin@sp.png);
  text-align: center;
}

.oa {
  margin-left: auto;
}

.oa .prod__bg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          justify-content: center;
  min-height: 150px;
  background-image: url(../img/bg/bg-oa@sp.png);
}

.p-movieOuter {
	width: 1040px
}

@media (max-width: 768px) {
	.p-movieOuter {
		width: 94%;
		margin: 0 auto;
	}
}

@media (min-width: 769px) {
	.p-movieOuter {
		display: table;
		margin-right: auto;
		margin-left: auto;
	}
}


.p-movie {
	position: relative;
	cursor: pointer;
}

@media (max-width: 768px) {
	.p-movie {
		margin: 0 2rem 2rem;
	}
}

@media (min-width: 769px) {
	.p-movie {
    width: 490px;
    margin: 1rem 1rem;
	}
}

@media (min-width: 769px) {
	.p-movie--row {
		float: left;
	}

	.p-movie--row:nth-of-type(2n + 1) {
		clear: both;
	}
}

.p-movie--large {
	margin: 2em 1em;
}

@media (min-width: 769px) {
	.p-movie--large {
		width: 555px;
		/*margin-right: auto;
		margin-left: auto;*/
		    margin-left: 14rem;
	}
}

.p-movie__thumnail {
	position: relative;
}

.p-movie__thumnail::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	/*background: url(../img/special/frame-scene.png) no-repeat; */
	background-size: contain;
}

.p-movie__icon {
	width: 85px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	z-index: 1;
	pointer-events: none;
}

.p-movie__title {
	line-height: 1.55;
	color: #e73278;
	font-weight: bold;
	text-align: center;
	padding: 0.75em 0;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

@media (max-width: 768px) {
	.p-movie__title {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media (min-width: 769px) {
	.p-movie__title {
		font-size: 19px;
		font-size: 1.9rem;
	}
}

.p-movie__title--large {
	padding: 0.75em 0;
}

@media (max-width: 768px) {
	.p-movie__title--large {
		font-size: 18px;
		    font-size: 1.8rem;
	}
}

@media (min-width: 769px) {
	.p-movie__title--large {
		font-size: 22px;
		font-size: 2.2rem;
	}
}

.p-movie a {
	display: block;
	text-decoration: none;
}

.p-movie img {
	width: 100%;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.p-movie a:hover img {
	opacity: 0.75;
}

footer p {
  color: #e73278;
}

/*-------------------------------
bg
-------------------------------*/
#canvas {
  z-index: 1;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
}

.bg__heart {
  display: none;
}

#stone1 {
  width: 93px;
  height: 109px;
}

#stone2 {
  width: 106px;
  height: 105px;
}

#stone3 {
  width: 105px;
  height: 115px;
}

#stone4 {
  width: 158px;
  height: 99px;
}

#stone5 {
  width: 157px;
  height: 99px;
}

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

.u-m-xxs {
  margin: 0.4rem;
}

.u-m-xs {
  margin: 0.8rem;
}

.u-m-s {
  margin: 1.2rem;
}

.u-m-m {
  margin: 2rem;
}

.u-m-l {
  margin: 3.2rem;
}

.u-m-xl {
  margin: 5.2rem;
}

.u-m-xxl {
  margin: 8.4rem;
}

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

.u-mt-xxs, .u-my-xxs {
  margin-top: 0.4rem;
}

.u-mt-xs, .u-my-xs {
  margin-top: 0.8rem;
}

.u-mt-s, .u-my-s {
  margin-top: 1.2rem;
}

.u-mt-m, .u-my-m {
  margin-top: 2rem;
}

.u-mt-l, .u-my-l {
  margin-top: 3.2rem;
}

.u-mt-xl, .u-my-xl {
  margin-top: 5.2rem;
}

.u-mt-xxl, .u-my-xxl {
  margin-top: 8.4rem;
}

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

.u-mb-xxs, .u-my-xxs {
  margin-bottom: 0.4rem;
}

.u-mb-xs, .u-my-xs {
  margin-bottom: 0.8rem;
}

.u-mb-s, .u-my-s {
  margin-bottom: 1.2rem;
}

.u-mb-m, .u-my-m {
  margin-bottom: 2rem;
}

.u-mb-l, .u-my-l {
  margin-bottom: 3.2rem;
}

.u-mb-xl, .u-my-xl {
  margin-bottom: 5.2rem;
}

.u-mb-xxl, .u-my-xxl {
  margin-bottom: 8.4rem;
}

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

.u-mr-xxs, .u-mx-xxs {
  margin-right: 0.4rem;
}

.u-mr-xs, .u-mx-xs {
  margin-right: 0.8rem;
}

.u-mr-s, .u-mx-s {
  margin-right: 1.2rem;
}

.u-mr-m, .u-mx-m {
  margin-right: 2rem;
}

.u-mr-l, .u-mx-l {
  margin-right: 3.2rem;
}

.u-mr-xl, .u-mx-xl {
  margin-right: 5.2rem;
}

.u-mr-xxl, .u-mx-xxl {
  margin-right: 8.4rem;
}

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

.u-ml-xxs, .u-mx-xxs {
  margin-left: 0.4rem;
}

.u-ml-xs, .u-mx-xs {
  margin-left: 0.8rem;
}

.u-ml-s, .u-mx-s {
  margin-left: 1.2rem;
}

.u-ml-m, .u-mx-m {
  margin-left: 2rem;
}

.u-ml-l, .u-mx-l {
  margin-left: 3.2rem;
}

.u-ml-xl, .u-mx-xl {
  margin-left: 5.2rem;
}

.u-ml-xxl, .u-mx-xxl {
  margin-left: 8.4rem;
}

.u-nm-xxs {
  margin: -0.4rem;
}

.u-nm-xs {
  margin: -0.8rem;
}

.u-nm-s {
  margin: -1.2rem;
}

.u-nm-m {
  margin: -2rem;
}

.u-nm-l {
  margin: -3.2rem;
}

.u-nm-xl {
  margin: -5.2rem;
}

.u-nm-xxl {
  margin: -8.4rem;
}

.u-nmt-xxs, .u-nmy-xxs {
  margin-top: -0.4rem;
}

.u-nmt-xs, .u-nmy-xs {
  margin-top: -0.8rem;
}

.u-nmt-s, .u-nmy-s {
  margin-top: -1.2rem;
}

.u-nmt-m, .u-nmy-m {
  margin-top: -2rem;
}

.u-nmt-l, .u-nmy-l {
  margin-top: -3.2rem;
}

.u-nmt-xl, .u-nmy-xl {
  margin-top: -5.2rem;
}

.u-nmt-xxl, .u-nmy-xxl {
  margin-top: -8.4rem;
}

.u-nmb-xxs, .u-nmy-xxs {
  margin-bottom: -0.4rem;
}

.u-nmb-xs, .u-nmy-xs {
  margin-bottom: -0.8rem;
}

.u-nmb-s, .u-nmy-s {
  margin-bottom: -1.2rem;
}

.u-nmb-m, .u-nmy-m {
  margin-bottom: -2rem;
}

.u-nmb-l, .u-nmy-l {
  margin-bottom: -3.2rem;
}

.u-nmb-xl, .u-nmy-xl {
  margin-bottom: -5.2rem;
}

.u-nmb-xxl, .u-nmy-xxl {
  margin-bottom: -8.4rem;
}

.u-nmr-xxs, .u-nmx-xxs {
  margin-right: -0.4rem;
}

.u-nmr-xs, .u-nmx-xs {
  margin-right: -0.8rem;
}

.u-nmr-s, .u-nmx-s {
  margin-right: -1.2rem;
}

.u-nmr-m, .u-nmx-m {
  margin-right: -2rem;
}

.u-nmr-l, .u-nmx-l {
  margin-right: -3.2rem;
}

.u-nmr-xl, .u-nmx-xl {
  margin-right: -5.2rem;
}

.u-nmr-xxl, .u-nmx-xxl {
  margin-right: -8.4rem;
}

.u-nml-xxs, .u-nmx-xxs {
  margin-left: -0.4rem;
}

.u-nml-xs, .u-nmx-xs {
  margin-left: -0.8rem;
}

.u-nml-s, .u-nmx-s {
  margin-left: -1.2rem;
}

.u-nml-m, .u-nmx-m {
  margin-left: -2rem;
}

.u-nml-l, .u-nmx-l {
  margin-left: -3.2rem;
}

.u-nml-xl, .u-nmx-xl {
  margin-left: -5.2rem;
}

.u-nml-xxl, .u-nmx-xxl {
  margin-left: -8.4rem;
}

.u-mbc-0 > :not(:last-child) {
  margin-bottom: 0;
}

.u-mbc-xxs > :not(:last-child) {
  margin-bottom: 0.4rem;
}

.u-mbc-xs > :not(:last-child) {
  margin-bottom: 0.8rem;
}

.u-mbc-s > :not(:last-child) {
  margin-bottom: 1.2rem;
}

.u-mbc-m > :not(:last-child) {
  margin-bottom: 2rem;
}

.u-mbc-l > :not(:last-child) {
  margin-bottom: 3.2rem;
}

.u-mbc-xl > :not(:last-child) {
  margin-bottom: 5.2rem;
}

.u-mbc-xxl > :not(:last-child) {
  margin-bottom: 8.4rem;
}

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

.u-p-xxs {
  padding: 0.4rem;
}

.u-p-xs {
  padding: 0.8rem;
}

.u-p-s {
  padding: 1.2rem;
}

.u-p-m {
  padding: 2rem;
}

.u-p-l {
  padding: 3.2rem;
}

.u-p-xl {
  padding: 5.2rem;
}

.u-p-xxl {
  padding: 8.4rem;
}

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

.u-pt-xxs, .u-py-xxs {
  padding-top: 0.4rem;
}

.u-pt-xs, .u-py-xs {
  padding-top: 0.8rem;
}

.u-pt-s, .u-py-s {
  padding-top: 1.2rem;
}

.u-pt-m, .u-py-m {
  padding-top: 2rem;
}

.u-pt-l, .u-py-l {
  padding-top: 3.2rem;
}

.u-pt-xl, .u-py-xl {
  padding-top: 5.2rem;
}

.u-pt-xxl, .u-py-xxl {
  padding-top: 8.4rem;
}

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

.u-pb-xxs, .u-py-xxs {
  padding-bottom: 0.4rem;
}

.u-pb-xs, .u-py-xs {
  padding-bottom: 0.8rem;
}

.u-pb-s, .u-py-s {
  padding-bottom: 1.2rem;
}

.u-pb-m, .u-py-m {
  padding-bottom: 2rem;
}

.u-pb-l, .u-py-l {
  padding-bottom: 3.2rem;
}

.u-pb-xl, .u-py-xl {
  padding-bottom: 5.2rem;
}

.u-pb-xxl, .u-py-xxl {
  padding-bottom: 8.4rem;
}

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

.u-pr-xxs, .u-px-xxs {
  padding-right: 0.4rem;
}

.u-pr-xs, .u-px-xs {
  padding-right: 0.8rem;
}

.u-pr-s, .u-px-s {
  padding-right: 1.2rem;
}

.u-pr-m, .u-px-m {
  padding-right: 2rem;
}

.u-pr-l, .u-px-l {
  padding-right: 3.2rem;
}

.u-pr-xl, .u-px-xl {
  padding-right: 5.2rem;
}

.u-pr-xxl, .u-px-xxl {
  padding-right: 8.4rem;
}

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

.u-pl-xxs, .u-px-xxs {
  padding-left: 0.4rem;
}

.u-pl-xs, .u-px-xs {
  padding-left: 0.8rem;
}

.u-pl-s, .u-px-s {
  padding-left: 1.2rem;
}

.u-pl-m, .u-px-m {
  padding-left: 2rem;
}

.u-pl-l, .u-px-l {
  padding-left: 3.2rem;
}

.u-pl-xl, .u-px-xl {
  padding-left: 5.2rem;
}

.u-pl-xxl, .u-px-xxl {
  padding-left: 8.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-fs-50 {
  font-size: 50%;
}

.u-fs-55 {
  font-size: 55%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-d-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

.u-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.u-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-jc-e {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.u-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-jc-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.u-fd-cr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.u-fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

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

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

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

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

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

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

.u-center {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

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

.u-visuallyHidden {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
}

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

.u-bullet > *,
.u-bullets > * > * {
  text-indent: 0;
}

.u-hanging,
.u-hangings > * {
  display: table;
}

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

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

@media (min-width: 320px) {
  html {
    font-size: calc( (14 - 12) * ((100vw - 320px) / (768 - 320)) + 75%);
  }
}

@media (min-width: 768px) {
  html {
    font-size: 87.5%;
  }
}

@media (max-width: 768px) {

}



@media (min-width: 769px) {
  img, svg {
    max-width: none;
  }
  #cboxPrevious {
    left: -30px;
  }
  #cboxNext {
    right: -30px;
  }
  .cbox-full-image img {
    width: 100% !important;
    height: auto !important;
  }
  .l-body {
    background: url("../img/bg/bg-main-icon.png") no-repeat left 3.25vw top 151px, url("../img/bg/bg-main@pc.jpg") no-repeat center top 70px #fbe4ec;
    background-attachment: fixed;
    background-size: 90% auto, 100% auto;
  }
  .container {
    max-width: 960px;
  }
  .outline {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .head-main {
    width: 100%;
  }
  .otherLinkBanner {
    padding: 0 75px;
  }
  .otherLinkBanner > * {
    width: auto;
    margin: 6px 2px 0;
  }
  .hero {
    height: 900px;
    padding: 0;
    background: #f7c8d6 url(../img/bg/bg-top@pc.png) no-repeat center top;
    background-size: cover;
  }
  .hero:after {
    display: block;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url(../img/bg/bg-top_btm.png) no-repeat 50% bottom;
    background-size: 3500px auto;
    content: '';
  }
  .hero__main {
    position: relative;
    width: 1004px;
    height: 100%;
    margin: 0 auto;
  }
  .hero__pc img {
    position: absolute;
    opacity: 0;
  }
  .hero__pc--main {
    top: unset;
    right: unset;
    bottom: 0;
    left: -138px;
    margin: 0 auto;
  }
  .hero__itemOuter {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 1004px;
    height: 100%;
    margin: auto;
    padding: 0;
    background: none;
    opacity: 0;
  }
  .hero__item {
    position: absolute;
  }
  .hero__item:not(:last-child) {
    margin-bottom: 0;
  }
  .hero__item--release {
    top: 776px;
    left: 0;
    width: 506px;
    height: 91px;
    margin: 0;
  }
	
  .hero__item--twicam {
    top: 135px;
    left: -15px;
    width: 203px;
  }

  .hero__item--comment {
    top: 262px;
    left: -10px;
    width: 200px;
  }

  .hero__item--campaign {
    top: 260px;
    left: -10px;
    width: 200px;
  }	

  .hero__item--special {
    top: 250px;
    right: -100px;
    width: 150px;  
  }	
	
  .hero__item--trailer {
    top: 85px;
    right: -100px;
    width: 150px;  
  }
	
  .hero__item--ranking {
    top: -8px;
    left: -30px;
    width: 317px;
    height: 185px;
  }
  .hero__item--news {
    top: 598px;
    left: 0px;
    width: 420px;
  }
  .hero__item--share {
    bottom: 13px;
    left: 0;
  }
  .news {
    display: block;
    margin: 0;
    font-size: 0.9rem;
  }
  .news__head {
    top: -10px;
    width: 124px;
  }
  .news__inner {
    padding: 40px 20px 12px;
  }
  .intro__catch {
    margin: 0 -306px 0 -307px;
  }
  .intro__catch img {
    max-width: 95vw;
  }
  .intro__main {
    margin: -20px -216px -354px -325px;
  }
  .introCatch {
    margin-bottom: 2rem;
  }
  .introCatch__head--image {
    display: block;
  }
  .introCatch__head--text {
    clip: rect(0, 0, 0, 0);
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    white-space: nowrap;
  }
  .introCatch__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .introCatch__col--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .introCatch__col .introCatch__text {
    margin-bottom: 0;
    padding: 0 1em;
  }
  .introCatch__text {
    font-size: 16px;
  }
  .introCatch__image {
    position: absolute;
  }
  .introCatch--1 .introCatch__row .introCatch__image {
    position: relative;
    margin: 0;
  }
  .introCatch--2 .introCatch__row .introCatch__text {
    margin: 0;
    padding-right: 444px;
  }
  .introCatch--2 .introCatch__image {
    top: 0;
    right: -40px;
    margin: 0;
  }
  .introCatch--3 .introCatch__image {
    position: relative;
    margin: 0;
  }
  .introCatch--4 .introCatch__row {
    padding-right: 470px;
  }
  .introCatch--4 .introCatch__image {
    top: -57px;
    right: -40px;
  }
  .introCatch--5 .introCatch__image {
    position: relative;
    margin: 0 -140px 0 0;
  }
  .castOuter {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            justify-content: space-between;
  }
  .cast--row {
    margin-top: 0;
  }
  .cast--row:before {
    width: 455px;
  }
  .cast--name {
    width: 223px;
  }
  .cast--name img {
    width: 100%;
    height: auto;
  }
  .cast .castText {
    position: absolute;
    right: 24px;
    width: 540px;
  }
  .cast--1:before, .cast--2:before {
    display: none;
  }
  .cast--1, .cast--2 {
    padding: 0;
    background: none;
  }
  .cast--3, .cast--4 {
    width: 470px;
    margin-top: 26px;
    padding: 0 18px 32px;
  }
  .cast--1 {
    margin-left: -9px;
  }
  .cast--1 .castText {
    top: 304px;
  }
  .cast--2 .castText {
    top: 262px;
  }
  .chart img {
    min-width: auto;
  }
	
.story:before {
    top: -72px;
    right: 0;
    left: 44px;
    width: 104%;
  height: 15.6vw;
  margin: 0 -4.5%;
  background-image: url(../img/bg/bg-story_ribon_top@sp.png);
}	
  .story:after {
    right: -12px;
    bottom: 50px;
    width: 225px;
    height: 90px;
    background-image: url(../img/bg/bg-story_ribon_btm@pc.png);
  } 
	
	.episode_bg	{
		height: 380px;
	}
	
/*	
  .episode_bg:before {
    top: -43px;
    width: 1041px;
    height: 116px;
    background-image: url(../img/bg/bg-story_ribon_top@pc.png);
  }
  .episode_bg:after {
    right: -11px;
    bottom: -31px;
    width: 225px;
    height: 90px;
    background-image: url(../img/bg/bg-story_ribon_btm@pc.png);
  } */
	

	
  .episode {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: space-between;
    padding: 40px 10px 30px 30px;
  }
  .episode__body {
        width: 475px;
  }
  .episode__title {
    margin-bottom: 0.8rem;
  }
  .episode__image {
    width: 410px;
    margin: 0 0 0 auto;
  }
  .episode__image img {
    width: 100%;
    height: auto;
  }
  .episodeNav {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .episodeNav__item {
    margin: 0.4rem;
  }
  .prod:nth-of-type(3), .prod:nth-of-type(4) {
    width: 48%;
    max-width: 470px;
  }
  .prod__head {
    margin-top: -13px;
  }
  .prod__bg {
    padding: 52px 52px 48px;
    background-size: calc(100% - 52px) auto;
  }
  .sell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sell:last-of-type:before {
    width: 115%;
    height: 22px;
    margin: 0 -7.5%;
  }
  .sell__jacket {
    width: 50%;
    margin: 0 auto 0 0;
  }
  .sell__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            justify-content: center;
    width: 50%;
    padding: 0 30px;
  }
  .sell_all .prod__rug .prod__bg {
    padding: 60px;
  }
  .haishin .prod__bg {
    background-image: url(../img/bg/bg-haishin@pc.png);
	      width: 470px;
    position: absolute;
  }
  .oa .prod__bg {
    background-image: url(../img/bg/bg-oa@pc.png);
  }
  .movieOuter {
    margin: -2%;
  }
  .movie {
    width: 46%;
    margin: 2%;
  }
  .movie--large {
    width: 550px;
  }
  .movie:not(:last-child) {
    margin-bottom: 2%;
  }
  .movie__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
  }
  .u-pc-m-0 {
    margin: 0;
  }
  .u-pc-m-xxs {
    margin: 0.4rem;
  }
  .u-pc-m-xs {
    margin: 0.8rem;
  }
  .u-pc-m-s {
    margin: 1.2rem;
  }
  .u-pc-m-m {
    margin: 2rem;
  }
  .u-pc-m-l {
    margin: 3.2rem;
  }
  .u-pc-m-xl {
    margin: 5.2rem;
  }
  .u-pc-m-xxl {
    margin: 8.4rem;
  }
  .u-pc-mt-0, .u-pc-my-0 {
    margin-top: 0;
  }
  .u-pc-mt-xxs, .u-pc-my-xxs {
    margin-top: 0.4rem;
  }
  .u-pc-mt-xs, .u-pc-my-xs {
    margin-top: 0.8rem;
  }
  .u-pc-mt-s, .u-pc-my-s {
    margin-top: 1.2rem;
  }
  .u-pc-mt-m, .u-pc-my-m {
    margin-top: 2rem;
  }
  .u-pc-mt-l, .u-pc-my-l {
    margin-top: 3.2rem;
  }
  .u-pc-mt-xl, .u-pc-my-xl {
    margin-top: 5.2rem;
  }
  .u-pc-mt-xxl, .u-pc-my-xxl {
    margin-top: 8.4rem;
  }
  .u-pc-mb-0, .u-pc-my-0 {
    margin-bottom: 0;
  }
  .u-pc-mb-xxs, .u-pc-my-xxs {
    margin-bottom: 0.4rem;
  }
  .u-pc-mb-xs, .u-pc-my-xs {
    margin-bottom: 0.8rem;
  }
  .u-pc-mb-s, .u-pc-my-s {
    margin-bottom: 1.2rem;
  }
  .u-pc-mb-m, .u-pc-my-m {
    margin-bottom: 2rem;
  }
  .u-pc-mb-l, .u-pc-my-l {
    margin-bottom: 3.2rem;
  }
  .u-pc-mb-xl, .u-pc-my-xl {
    margin-bottom: 5.2rem;
  }
  .u-pc-mb-xxl, .u-pc-my-xxl {
    margin-bottom: 8.4rem;
  }
  .u-pc-mr-0, .u-pc-mx-0 {
    margin-right: 0;
  }
  .u-pc-mr-xxs, .u-pc-mx-xxs {
    margin-right: 0.4rem;
  }
  .u-pc-mr-xs, .u-pc-mx-xs {
    margin-right: 0.8rem;
  }
  .u-pc-mr-s, .u-pc-mx-s {
    margin-right: 1.2rem;
  }
  .u-pc-mr-m, .u-pc-mx-m {
    margin-right: 2rem;
  }
  .u-pc-mr-l, .u-pc-mx-l {
    margin-right: 3.2rem;
  }
  .u-pc-mr-xl, .u-pc-mx-xl {
    margin-right: 5.2rem;
  }
  .u-pc-mr-xxl, .u-pc-mx-xxl {
    margin-right: 8.4rem;
  }
  .u-pc-ml-0, .u-pc-mx-0 {
    margin-left: 0;
  }
  .u-pc-ml-xxs, .u-pc-mx-xxs {
    margin-left: 0.4rem;
  }
  .u-pc-ml-xs, .u-pc-mx-xs {
    margin-left: 0.8rem;
  }
  .u-pc-ml-s, .u-pc-mx-s {
    margin-left: 1.2rem;
  }
  .u-pc-ml-m, .u-pc-mx-m {
    margin-left: 2rem;
  }
  .u-pc-ml-l, .u-pc-mx-l {
    margin-left: 3.2rem;
  }
  .u-pc-ml-xl, .u-pc-mx-xl {
    margin-left: 5.2rem;
  }
  .u-pc-ml-xxl, .u-pc-mx-xxl {
    margin-left: 8.4rem;
  }
  .u-pc-nm-xxs {
    margin: -0.4rem;
  }
  .u-pc-nm-xs {
    margin: -0.8rem;
  }
  .u-pc-nm-s {
    margin: -1.2rem;
  }
  .u-pc-nm-m {
    margin: -2rem;
  }
  .u-pc-nm-l {
    margin: -3.2rem;
  }
  .u-pc-nm-xl {
    margin: -5.2rem;
  }
  .u-pc-nm-xxl {
    margin: -8.4rem;
  }
  .u-pc-nmt-xxs, .u-pc-nmy-xxs {
    margin-top: -0.4rem;
  }
  .u-pc-nmt-xs, .u-pc-nmy-xs {
    margin-top: -0.8rem;
  }
  .u-pc-nmt-s, .u-pc-nmy-s {
    margin-top: -1.2rem;
  }
  .u-pc-nmt-m, .u-pc-nmy-m {
    margin-top: -2rem;
  }
  .u-pc-nmt-l, .u-pc-nmy-l {
    margin-top: -3.2rem;
  }
  .u-pc-nmt-xl, .u-pc-nmy-xl {
    margin-top: -5.2rem;
  }
  .u-pc-nmt-xxl, .u-pc-nmy-xxl {
    margin-top: -8.4rem;
  }
  .u-pc-nmb-xxs, .u-pc-nmy-xxs {
    margin-bottom: -0.4rem;
  }
  .u-pc-nmb-xs, .u-pc-nmy-xs {
    margin-bottom: -0.8rem;
  }
  .u-pc-nmb-s, .u-pc-nmy-s {
    margin-bottom: -1.2rem;
  }
  .u-pc-nmb-m, .u-pc-nmy-m {
    margin-bottom: -2rem;
  }
  .u-pc-nmb-l, .u-pc-nmy-l {
    margin-bottom: -3.2rem;
  }
  .u-pc-nmb-xl, .u-pc-nmy-xl {
    margin-bottom: -5.2rem;
  }
  .u-pc-nmb-xxl, .u-pc-nmy-xxl {
    margin-bottom: -8.4rem;
  }
  .u-pc-nmr-xxs, .u-pc-nmx-xxs {
    margin-right: -0.4rem;
  }
  .u-pc-nmr-xs, .u-pc-nmx-xs {
    margin-right: -0.8rem;
  }
  .u-pc-nmr-s, .u-pc-nmx-s {
    margin-right: -1.2rem;
  }
  .u-pc-nmr-m, .u-pc-nmx-m {
    margin-right: -2rem;
  }
  .u-pc-nmr-l, .u-pc-nmx-l {
    margin-right: -3.2rem;
  }
  .u-pc-nmr-xl, .u-pc-nmx-xl {
    margin-right: -5.2rem;
  }
  .u-pc-nmr-xxl, .u-pc-nmx-xxl {
    margin-right: -8.4rem;
  }
  .u-pc-nml-xxs, .u-pc-nmx-xxs {
    margin-left: -0.4rem;
  }
  .u-pc-nml-xs, .u-pc-nmx-xs {
    margin-left: -0.8rem;
  }
  .u-pc-nml-s, .u-pc-nmx-s {
    margin-left: -1.2rem;
  }
  .u-pc-nml-m, .u-pc-nmx-m {
    margin-left: -2rem;
  }
  .u-pc-nml-l, .u-pc-nmx-l {
    margin-left: -3.2rem;
  }
  .u-pc-nml-xl, .u-pc-nmx-xl {
    margin-left: -5.2rem;
  }
  .u-pc-nml-xxl, .u-pc-nmx-xxl {
    margin-left: -8.4rem;
  }
  .u-pc-mbc-0 > :not(:last-child) {
    margin-bottom: 0;
  }
  .u-pc-mbc-xxs > :not(:last-child) {
    margin-bottom: 0.4rem;
  }
  .u-pc-mbc-xs > :not(:last-child) {
    margin-bottom: 0.8rem;
  }
  .u-pc-mbc-s > :not(:last-child) {
    margin-bottom: 1.2rem;
  }
  .u-pc-mbc-m > :not(:last-child) {
    margin-bottom: 2rem;
  }
  .u-pc-mbc-l > :not(:last-child) {
    margin-bottom: 3.2rem;
  }
  .u-pc-mbc-xl > :not(:last-child) {
    margin-bottom: 5.2rem;
  }
  .u-pc-mbc-xxl > :not(:last-child) {
    margin-bottom: 8.4rem;
  }
  .u-pc-p-0 {
    padding: 0;
  }
  .u-pc-p-xxs {
    padding: 0.4rem;
  }
  .u-pc-p-xs {
    padding: 0.8rem;
  }
  .u-pc-p-s {
    padding: 1.2rem;
  }
  .u-pc-p-m {
    padding: 2rem;
  }
  .u-pc-p-l {
    padding: 3.2rem;
  }
  .u-pc-p-xl {
    padding: 5.2rem;
  }
  .u-pc-p-xxl {
    padding: 8.4rem;
  }
  .u-pc-pt-0, .u-pc-py-0 {
    padding-top: 0;
  }
  .u-pc-pt-xxs, .u-pc-py-xxs {
    padding-top: 0.4rem;
  }
  .u-pc-pt-xs, .u-pc-py-xs {
    padding-top: 0.8rem;
  }
  .u-pc-pt-s, .u-pc-py-s {
    padding-top: 1.2rem;
  }
  .u-pc-pt-m, .u-pc-py-m {
    padding-top: 2rem;
  }
  .u-pc-pt-l, .u-pc-py-l {
    padding-top: 3.2rem;
  }
  .u-pc-pt-xl, .u-pc-py-xl {
    padding-top: 5.2rem;
  }
  .u-pc-pt-xxl, .u-pc-py-xxl {
    padding-top: 8.4rem;
  }
  .u-pc-pb-0, .u-pc-py-0 {
    padding-bottom: 0;
  }
  .u-pc-pb-xxs, .u-pc-py-xxs {
    padding-bottom: 0.4rem;
  }
  .u-pc-pb-xs, .u-pc-py-xs {
    padding-bottom: 0.8rem;
  }
  .u-pc-pb-s, .u-pc-py-s {
    padding-bottom: 1.2rem;
  }
  .u-pc-pb-m, .u-pc-py-m {
    padding-bottom: 2rem;
  }
  .u-pc-pb-l, .u-pc-py-l {
    padding-bottom: 3.2rem;
  }
  .u-pc-pb-xl, .u-pc-py-xl {
    padding-bottom: 5.2rem;
  }
  .u-pc-pb-xxl, .u-pc-py-xxl {
    padding-bottom: 8.4rem;
  }
  .u-pc-pr-0, .u-pc-px-0 {
    padding-right: 0;
  }
  .u-pc-pr-xxs, .u-pc-px-xxs {
    padding-right: 0.4rem;
  }
  .u-pc-pr-xs, .u-pc-px-xs {
    padding-right: 0.8rem;
  }
  .u-pc-pr-s, .u-pc-px-s {
    padding-right: 1.2rem;
  }
  .u-pc-pr-m, .u-pc-px-m {
    padding-right: 2rem;
  }
  .u-pc-pr-l, .u-pc-px-l {
    padding-right: 3.2rem;
  }
  .u-pc-pr-xl, .u-pc-px-xl {
    padding-right: 5.2rem;
  }
  .u-pc-pr-xxl, .u-pc-px-xxl {
    padding-right: 8.4rem;
  }
  .u-pc-pl-0, .u-pc-px-0 {
    padding-left: 0;
  }
  .u-pc-pl-xxs, .u-pc-px-xxs {
    padding-left: 0.4rem;
  }
  .u-pc-pl-xs, .u-pc-px-xs {
    padding-left: 0.8rem;
  }
  .u-pc-pl-s, .u-pc-px-s {
    padding-left: 1.2rem;
  }
  .u-pc-pl-m, .u-pc-px-m {
    padding-left: 2rem;
  }
  .u-pc-pl-l, .u-pc-px-l {
    padding-left: 3.2rem;
  }
  .u-pc-pl-xl, .u-pc-px-xl {
    padding-left: 5.2rem;
  }
  .u-pc-pl-xxl, .u-pc-px-xxl {
    padding-left: 8.4rem;
  }
  .u-pc-w-20 {
    width: 20%;
  }
  .u-pc-w-40 {
    width: 40%;
  }
  .u-pc-w-60 {
    width: 60%;
  }
  .u-pc-w-80 {
    width: 80%;
  }
  .u-pc-w-100 {
    width: 100%;
  }
  .u-pc-w-auto {
    width: auto;
  }
  .u-pc-mw-10 {
    max-width: 10%;
  }
  .u-pc-mw-20 {
    max-width: 20%;
  }
  .u-pc-mw-30 {
    max-width: 30%;
  }
  .u-pc-mw-40 {
    max-width: 40%;
  }
  .u-pc-mw-50 {
    max-width: 50%;
  }
  .u-pc-mw-60 {
    max-width: 60%;
  }
  .u-pc-mw-70 {
    max-width: 70%;
  }
  .u-pc-mw-80 {
    max-width: 80%;
  }
  .u-pc-mw-90 {
    max-width: 90%;
  }
  .u-pc-mw-100 {
    max-width: 100%;
  }
  .u-pc-mw-none {
    max-width: none;
  }
  .u-pc-fs-70 {
    font-size: 70%;
  }
  .u-pc-fs-80 {
    font-size: 80%;
  }
  .u-pc-fs-90 {
    font-size: 90%;
  }
  .u-pc-fs-110 {
    font-size: 110%;
  }
  .u-pc-fs-120 {
    font-size: 120%;
  }
  .u-pc-fs-130 {
    font-size: 130%;
  }
  .u-pc-fs-140 {
    font-size: 140%;
  }
  .u-pc-fs-150 {
    font-size: 150%;
  }
  .u-pc-fs-160 {
    font-size: 160%;
  }
  .u-pc-d-b {
    display: block;
  }
  .u-pc-d-n {
    display: none;
  }
  .u-pc-d-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-pc-d-i {
    display: inline;
  }
  .u-pc-d-t {
    display: table;
  }
  .u-pc-fluid {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .u-pc-center {
    display: table;
    margin-right: auto;
    margin-left: auto;
  }
}
/*# sourceMappingURL=main.css.map */
