@charset "UTF-8";
.m-title, .m-pagetop, .cp-share dt, .cp-loading p, .nav-global a, .scroll-down {
  font-family: 'Dosis', sans-serif;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

@font-face {
  font-family: 'icon';
  src: url("../fonts/icomoon.eot?becc8c");
  src: url("../fonts/icomoon.eot?becc8c#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?becc8c") format("truetype"), url("../fonts/icomoon.woff?becc8c") format("woff"), url("../fonts/icomoon.svg?becc8c#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-arrow-under:before {
  content: "\e903";
  color: #fff;
}

.icon-arrow-up:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e907";
  color: #3b5997;
}

.icon-googleplus:before {
  content: "\e908";
  color: #d82a20;
}

.icon-twitter:before {
  content: "\e909";
  color: #49d2fd;
}

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

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

.icon-mail:before {
  content: "\e902";
  color: #dcdcdc;
}

/* No files to import found in ./variable/* */
/* No files to import found in ./mixin/* */
/****************************************************
 * OVERRIDE
 */
body {
  font-size: 16px;
  font-size: 1.0rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  word-wrap: break-word;
  outline: none;
  color: #000;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

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

textarea {
  vertical-align: top;
  resize: vertical;
}

a {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a[href^='tel:'] {
  cursor: default;
}

::selection {
  background: #ffe600;
  color: #000;
}

::-moz-selection {
  background: #ffe600;
  color: #000;
}

:focus {
  outline: none;
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/****************************************************
 * COMMON
 */
#pcLinkBlockInSp {
  display: none;
}

.st-container {
  overflow: hidden;
}
.st-ftr {
  padding: 70px 0 40px;
  text-align: center;
}
.st-ftr .nav {
  margin-bottom: 22px;
}
.st-ftr .nav li {
  margin-bottom: 6px;
}
.st-ftr .nav li:last-child {
  margin-bottom: 4px;
}
.st-ftr .nav .icon-external {
  margin-right: 9px;
  position: relative;
  top: -1px;
}
.st-ftr .nav a {
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.19;
}
.st-ftr .note {
  margin-bottom: 18px;
  text-align: center;
  line-height: 1.4;
  font-size: 0.625em;
  font-size: 0.625rem;
}
.st-ftr .note small {
  display: block;
  margin-bottom: 6px;
}
.st-ftr .copyright img {
  width: 282px;
}

.m-inner {
  margin: 0 auto;
  position: relative;
}
.m-line-gradation {
  display: inline-block;
  line-height: 1;
  position: relative;
}
.m-line-gradation:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlZGFkOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZmZhZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #3edad8), color-stop(100%, #efffad));
  background-image: -moz-linear-gradient(left, #3edad8 0%, #efffad 100%);
  background-image: -webkit-linear-gradient(left, #3edad8 0%, #efffad 100%);
  background-image: linear-gradient(to right, #3edad8 0%, #efffad 100%);
  display: block;
  position: absolute;
  top: 10px;
  right: -3px;
  bottom: -2px;
  left: -3px;
  z-index: 10;
  content: '';
}
.m-line-gradation span {
  position: relative;
  z-index: 20;
}
.m-btn--coming-soon {
  padding: 1px;
  position: relative;
}
.m-btn a, .m-btn span {
  display: block;
  text-align: center;
}
.m-btn a {
  height: 43px;
  line-height: 43px;
  color: #fff;
  font-size: 0.9375em;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
.m-btn span {
  display: block;
  background-color: #FFF;
  height: 43px;
  padding-top: 15px;
  text-align: center;
}
.m-btn .released {
  width: 63px;
  position: absolute;
  top: -14px;
  right: -15px;
}
.m-title {
  font-size: 1.5625em;
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
}
.m-link-instagram {
  color: #3edad8;
  text-decoration: underline;
}
.m-pagetop {
  margin-bottom: 15px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.67;
  letter-spacing: 0.15em;
}
.m-pagetop .icon-arrow-up {
  margin-left: 2px;
}
.m-pagetop .icon-arrow-up:before {
  display: inline-block;
  -moz-transform: scale(0.65);
  -ms-transform: scale(0.65);
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}

.cp-nav-container {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1YWFmNyIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzRiZjFlZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzYwZTY4NCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2Q5ZjE3OSIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2ZmYzIzMyIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmEzOWUiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, rgba(69, 170, 247, 0.9) 0%, rgba(75, 241, 239, 0.9) 20%, rgba(96, 230, 132, 0.9) 40%, rgba(217, 241, 121, 0.9) 60%, rgba(255, 194, 51, 0.9) 80%, rgba(255, 163, 158, 0.9) 100%);
  background-image: -webkit-linear-gradient(45deg, rgba(69, 170, 247, 0.9) 0%, rgba(75, 241, 239, 0.9) 20%, rgba(96, 230, 132, 0.9) 40%, rgba(217, 241, 121, 0.9) 60%, rgba(255, 194, 51, 0.9) 80%, rgba(255, 163, 158, 0.9) 100%);
  background-image: linear-gradient(45deg, rgba(69, 170, 247, 0.9) 0%, rgba(75, 241, 239, 0.9) 20%, rgba(96, 230, 132, 0.9) 40%, rgba(217, 241, 121, 0.9) 60%, rgba(255, 194, 51, 0.9) 80%, rgba(255, 163, 158, 0.9) 100%);
  background-size: 600% 600%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -moz-transition: all 0.4s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.28, 0.11, 0.32, 1);
  -moz-animation: gradation 15s ease infinite;
  -webkit-animation: gradation 15s ease infinite;
  animation: gradation 15s ease infinite;
}
.is-menu .cp-nav-container {
  visibility: visible;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.cp-share {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: -webkit-flexbox;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flexbox;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 26px;
}
.st-container > .cp-share {
  position: fixed;
  top: 15px;
  left: 25px;
  z-index: 500;
}
.cp-share dt {
  display: none;
  padding: 0 13px 0 8px;
  font-size: 0.75em;
  font-size: 0.75rem;
  font-weight: bold;
  color: #2e2e2e;
  letter-spacing: 0.15em;
}
.st-container > .cp-share dt {
  display: block;
  padding: 0 13px 0 0;
  font-size: 0.625em;
  font-size: 0.625rem;
  letter-spacing: normal;
}
.cp-share dd {
  padding: 0 8px;
}
.st-container > .cp-share dd {
  padding: 0 5px;
}
.cp-share dd [class^="icon-"]:before {
  font-size: 1.25em;
  font-size: 1.25rem;
}
.st-container > .cp-share dd [class^="icon-"]:before {
  font-size: 0.75em;
  font-size: 0.75rem;
  color: #000;
}
.cp-loading {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk4ZmNmZiIvPjxzdG9wIG9mZnNldD0iMzYlIiBzdG9wLWNvbG9yPSIjMGZkM2M3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmNjY5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, #98fcff 0%, #0fd3c7 36%, #fff669 100%);
  background-image: -webkit-linear-gradient(45deg, #98fcff 0%, #0fd3c7 36%, #fff669 100%);
  background-image: linear-gradient(45deg, #98fcff 0%, #0fd3c7 36%, #fff669 100%);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
.cp-loading .loading__block {
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cp-loading .loading__block img {
  width: 190px;
}
.cp-loading p {
  padding-top: 27px;
  font-size: 1.875em;
  font-size: 1.875rem;
  line-height: 1;
  color: #FFF;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -moz-animation: flash 0.9s infinite;
  -webkit-animation: flash 0.9s infinite;
  animation: flash 0.9s infinite;
}

@-moz-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.menu-trigger {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5ZmNmZiIvPjxzdG9wIG9mZnNldD0iMzYlIiBzdG9wLWNvbG9yPSIjMGZkMmM1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmNTZiIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, #99fcff 0%, #0fd2c5 36%, #fff56b 100%);
  background-image: -webkit-linear-gradient(45deg, #99fcff 0%, #0fd2c5 36%, #fff56b 100%);
  background-image: linear-gradient(45deg, #99fcff 0%, #0fd2c5 36%, #fff56b 100%);
  background-size: 100% 300%;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 2000;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .menu-trigger {
    display: block;
  }
}
.is-menu .menu-trigger {
  background: none;
}
.menu-trigger > span {
  display: block;
  width: 25px;
  height: 18px;
  position: absolute;
  top: 17px;
  left: 13px;
  -moz-transition: all 0.4s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.menu-trigger > span span {
  display: inline-block;
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  -moz-transition: all 0.4s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.menu-trigger > span span:nth-of-type(1) {
  top: 0;
}
.is-menu .menu-trigger > span span:nth-of-type(1) {
  -moz-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger > span span:nth-of-type(2) {
  top: 8px;
}
.is-menu .menu-trigger > span span:nth-of-type(2) {
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-animation: menu-anim 0.8s forwards;
  -webkit-animation: menu-anim 0.8s forwards;
  animation: menu-anim 0.8s forwards;
}
.menu-trigger > span span:nth-of-type(3) {
  bottom: 0;
}
.is-menu .menu-trigger > span span:nth-of-type(3) {
  -moz-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

@-moz-keyframes gradation {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 50% 100%;
  }
  75% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes gradation {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 50% 100%;
  }
  75% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradation {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 50% 100%;
  }
  75% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes menu-anim {
  100% {
    height: 0;
  }
}
@-webkit-keyframes menu-anim {
  100% {
    height: 0;
  }
}
@keyframes menu-anim {
  100% {
    height: 0;
  }
}
.nav-global {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (orientation: landscape) {
  .nav-global ul {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-justify-content: center;
    -ms-align-items: center;
    display: -webkit-flexbox;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flexbox;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
  }
  .nav-global ul:after {
    width: 50%;
    content: '';
  }
}
.nav-global li {
  text-align: center;
  line-height: 2;
}
@media screen and (orientation: landscape) {
  .nav-global li {
    width: 50%;
  }
}
.nav-global a {
  font-size: 1.5625em;
  font-size: 1.5625rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #FFF;
}
@media screen and (orientation: landscape) {
  .nav-global a {
    font-size: 1.25em;
    font-size: 1.25rem;
  }
}

.scroll-down {
  padding-bottom: 28px;
  text-transform: uppercase;
  font-size: 0.9375em;
  font-size: 0.9375rem;
  color: #FFF;
  line-height: 1.46;
  text-align: center;
  font-weight: 600;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 15px;
}
.scroll-down span {
  letter-spacing: 0.2em;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.scroll-down .icon-arrow {
  position: absolute;
  bottom: -13px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.scroll-down .icon-arrow:before {
  display: inline-block;
  color: #fff;
  font-size: 2.9375em;
  font-size: 2.9375rem;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.icon-external {
  margin-right: 6px;
}
.icon-external:before {
  display: inline-block;
  font-size: 0.5em;
  font-size: 0.5rem;
  position: relative;
  top: 1px;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.movie {
  padding: 33px 0 52px;
  position: relative;
}
.movie .m-title {
  position: absolute;
  top: -13px;
  right: 0;
  left: 0;
}
.movie .lead {
  margin-bottom: 37px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.54;
  text-align: center;
}
.movie-container ul {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-justify-content: space-between;
  display: -webkit-flexbox;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  display: flexbox;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
}
.movie-container li {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 25px;
}
