@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

html {
  font-size: 16px;
  line-height: 1.8;
  background-color: #000;
  color: #fff;
}
html * {
  -webkit-text-size-adjust: 100%;
}
html *:focus {
  outline: none;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

body {
  font-family: Helvetica, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "游ゴシック", "Yu Gothic", YuGothic, 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  opacity: 0;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
body.move {
  opacity: 1;
}
body * {
  box-sizing: border-box;
}
body #bg {
  -moz-transition: background-color 1s ease-in-out;
  -o-transition: background-color 1s ease-in-out;
  -webkit-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
  width: 100%;
  height: 100%;
}
body #bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  opacity: 0;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
body #bg .bg.TOP {
  background-image: url("../images/poster.png") !important;
}
body #bg .bg.OUTDOOR {
  background-image: url("../images/OUTDOOR/OUTDOOR_bg.jpg");
}
body #bg .bg.CITY {
  background-image: url("../images/CITY/CITY_bg.jpg");
}
body .vAlert {
  display: none;
  position: fixed;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 100px);
  transform: translate3d(0, 0, 100px);
  top: 0;
  left: 0;
  width: 100%;
  padding: 1em;
  background-color: rgba(10, 10, 10, 0.9);
  color: #fff;
  text-align: center;
}
body.fp-viewing-TOP #bg .bg {
  background-position: 50% 0;
}
body.fp-viewing-OVERVIEW #bg .bg {
  background-position: 50% 35%;
}
body.fp-viewing-MOVIE01 #bg .bg {
  background-position: 50% 75%;
}
body.fp-viewing-MOVIE02 #bg .bg {
  background-position: 50% 100%;
}
body .section .scene {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
}
body .section .scene.TOP {
  -moz-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
}
body .section .scene.OUTDOOR {
  -moz-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
}
body .section .scene.CITY {
  -moz-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
}
body .section.active .scene {
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
body[data-scene="TOP"] #bg .bg.TOP {
  opacity: 1;
}
body[data-scene="TOP"] .section .scene.TOP {
  opacity: 1;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
body[data-scene="OUTDOOR"] #bg .bg.OUTDOOR {
  opacity: 1;
}
body[data-scene="OUTDOOR"] .section .scene.OUTDOOR {
  opacity: 1;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
body[data-scene="CITY"] #bg .bg.CITY {
  opacity: 1;
}
body[data-scene="CITY"] .section .scene.CITY {
  opacity: 1;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
}

nav {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 3px);
  transform: translate3d(0, 0, 3px);
  display: block;
  -moz-transition: bottom 0.7s ease-in-out;
  -o-transition: bottom 0.7s ease-in-out;
  -webkit-transition: bottom 0.7s ease-in-out;
  transition: bottom 0.7s ease-in-out;
}
nav .label {
  font-size: 12px;
}
nav #switch:after {
  content: "";
  display: block;
  clear: both;
}
nav #switch li {
  float: left;
  margin-left: 10.5px;
}
nav #switch li:first-child {
  margin-left: 0;
}
nav #switch li a {
  display: block;
  position: relative;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
nav #switch li a img {
  height: 34.5px;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
nav #switch li a:before {
  content: "";
  height: 34.5px;
  display: block;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  opacity: 0;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
nav #switch li a[data-scene="TOP"] {
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}
nav #switch li a[data-scene="OUTDOOR"]:before {
  background-image: url("../images/switch_OUTDOOR_on.png");
}
nav #switch li a[data-scene="CITY"]:before {
  background-image: url("../images/switch_CITY_on.png");
}
nav #switch li a.active img, nav #switch li a:hover img {
  opacity: 0;
}
nav #switch li a.active:before, nav #switch li a:hover:before {
  opacity: 1;
}
nav #switch li a:hover {
  opacity: 0.8;
}
nav #switch li a.active:hover {
  opacity: 1;
}
nav #switch li.active a {
  background-color: #000;
  color: #ff5537;
}

article#fullpage {
  position: relative;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}
article#fullpage section.section {
  text-align: center;
}
article#fullpage section.section .secInner {
  display: inline-block;
  vertical-align: top;
}
article#fullpage section.section[data-anchor="TOP"] {
  color: #000;
}
article#fullpage section.section[data-anchor="TOP"].move .secInner .scene .title {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
article#fullpage section.section[data-anchor="TOP"] a.logo {
  display: block;
  position: absolute;
  z-index: 5;
  -webkit-transform: translate3d(0, 0, 5px);
  transform: translate3d(0, 0, 5px);
  top: 67.5px;
  left: 67.5px;
  width: 137.5px;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
article#fullpage section.section[data-anchor="TOP"] a.logo:hover {
  opacity: .5;
}
article#fullpage section.section[data-anchor="TOP"] a.logo img {
  width: 100%;
}
article#fullpage section.section[data-anchor="TOP"] .secArrow {
  display: none;
}
article#fullpage section.section[data-anchor="TOP"] .secInner .scene .title {
  opacity: 0;
  -moz-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
  -moz-transition: all 1.5s ease-in-out 1s;
  -o-transition: all 1.5s ease-in-out 1s;
  -webkit-transition: all 1.5s ease-in-out;
  -webkit-transition-delay: 1s;
  transition: all 1.5s ease-in-out 1s;
}
article#fullpage section.section[data-anchor="TOP"] .secInner .scene .title img {
  max-width: 85%;
}
article#fullpage section.section[data-anchor="TOP"] .secInner .scene.TOP .title img {
  width: 805.2px;
}
article#fullpage section.section[data-anchor="TOP"] .secInner .scene.OUTDOOR .title {
  opacity: 1;
}
article#fullpage section.section[data-anchor="TOP"] .secInner .scene.OUTDOOR .title img {
  width: 870.1px;
}
article#fullpage section.section[data-anchor="TOP"] .secInner .scene.CITY .title {
  opacity: 1;
}
article#fullpage section.section[data-anchor="TOP"] .secInner .scene.CITY .title img {
  width: 337.15px;
}
article#fullpage section.section[data-anchor="OVERVIEW"] .secInner .scene {
  letter-spacing: 0.2em;
}
article#fullpage section.section[data-anchor="OVERVIEW"] .secInner .scene h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}
article#fullpage section.section[data-anchor="OVERVIEW"] .secInner .scene .txt {
  line-height: 2.36364;
}
article#fullpage section.section.movie .secInner .scene .videoWrap {
  max-width: 85%;
  width: 950px;
  position: relative;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("../images/loading_top.gif");
}
article#fullpage section.section.movie .secInner .scene .videoWrap.coming {
  background-image: none;
}
article#fullpage section.section.movie .secInner .scene .videoWrap.coming .video {
  opacity: 1;
}
article#fullpage section.section.movie .secInner .scene .videoWrap.coming .video:after {
  content: "2017.5.26 Fri. Comming Soon";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #4c4a4a;
}
article#fullpage section.section.movie .secInner .scene .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  opacity: 0;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
article#fullpage section.section.movie .secInner .scene .video a.play {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 10px);
  transform: translate3d(0, 0, 10px);
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../images/bg_diagonal.png");
}
article#fullpage section.section.movie .secInner .scene .video a.play:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85px;
  height: 85px;
  margin-top: -42.5px;
  margin-left: -42.5px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  background-image: url("../images/ico_play.png");
  -webkit-animation: spin 6s linear infinite;
  -moz-animation: spin 6s linear infinite;
  -o-animation: spin 6s linear infinite;
  animation: spin 6s linear infinite;
}
article#fullpage section.section.movie .secInner .scene .video a.play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -12px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  background-image: url("../images/ico_play_arrow.png");
}
article#fullpage section.section.movie .secInner .scene .video.playing a.play:before {
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  -o-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
article#fullpage section.section.movie .secInner .scene .video.ready {
  opacity: 1;
}
article#fullpage section.section.gallery {
  background-color: #000;
}
article#fullpage section.section.gallery .secInner .scene ul.photos {
  max-width: 85%;
  width: 950px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
article#fullpage section.section.gallery .secInner .scene ul.photos.center {
  justify-content: center;
}
article#fullpage section.section.gallery .secInner .scene ul.photos li a {
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
article#fullpage section.section.gallery .secInner .scene ul.photos li a:hover {
  opacity: .5;
}
article#fullpage section.section.gallery .secInner .scene ul.photos li > a {
  display: block;
}
article#fullpage section.section.gallery .secInner .scene ul.photos li > a img {
  display: block;
  width: 100%;
}
article#fullpage section.section.gallery .secInner .scene ul.photos li > img {
  display: block;
  width: 100%;
}
article#fullpage section.section.gallery .secInner .scene ul.photos li .credit {
  position: relative;
  margin-top: 12px;
  text-align: left;
  line-height: 1;
  font-size: 0.875rem;
}
article#fullpage section.section.gallery .secInner .scene ul.photos li .credit a {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  opacity: 0.4;
}
article#fullpage section.section.gallery .secInner .scene ul.photos li .credit a:hover {
  opacity: 1;
}
article#fullpage section.section.gallery .secInner .scene ul.photos li .credit a img {
  height: 1em;
}
article#fullpage section.section.gallery .secInner .scene ul.photos li .credit a img.notail {
  height: 0.93478em;
}
article#fullpage section.section.gallery .secInner .scene ul.photos li .credit i.slash {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -2px;
  height: 0.95652em;
  width: 0.43478em;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  background-image: url("../images/item_slash.png");
}
article#fullpage section.section.gallery .secInner .scene ul.photos li .credit a.webstore {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
}
article#fullpage section.section.gallery .secInner .scene ul.photos li .credit a.webstore:hover {
  opacity: 0.5;
}
article#fullpage section.section.gallery .secInner .scene ul.photos li .credit a.webstore img {
  height: 0.82609em;
}
article#fullpage section.section.gallery .secInner .scene.OUTDOOR ul li {
  width: 28.84211%;
}
article#fullpage section.section.gallery .secInner .scene.OUTDOOR ul li.wide {
  width: 64.73684%;
}
article#fullpage section.section.gallery .secInner .scene.CITY ul li {
  width: 31%;
}
article#fullpage section.section.goretex {
  background-color: #000;
}
article#fullpage section.section.goretex .secInner .goretex {
  width: 950px;
  max-width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article#fullpage section.section.goretex .secInner .goretex .logo {
  width: 36.66667%;
}
article#fullpage section.section.goretex .secInner .goretex .logo img {
  width: 100%;
}
article#fullpage section.section.goretex .secInner .goretex .detail {
  width: 54.31034%;
}
article#fullpage section.section.goretex .secInner .goretex .detail img {
  width: 100%;
}
article#fullpage section.section.goretex .secInner .goretex .detail img.spOnly {
  display: none;
}
article#fullpage section.section.goretex .secInner .goretex .detail .catch {
  width: 97.46032%;
}
article#fullpage section.section.goretex .secInner .goretex .detail .txt {
  width: 100%;
}
article#fullpage section.section.goretex .secInner .goretex .detail .link {
  width: 53.01587%;
}
article#fullpage section.section.goretex .secInner .goretex .detail .link a {
  display: block;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
article#fullpage section.section.goretex .secInner .goretex .detail .link a:hover {
  opacity: .5;
}

.secArrow {
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  display: block;
  width: 3em;
  height: 3em;
  margin-left: -1.5em;
  overflow: hidden;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 3px);
  transform: translate3d(0, 0, 3px);
}
.secArrow:before {
  content: "";
  position: relative;
  top: -1.25em;
  left: 0.25em;
  display: block;
  width: 2.5em;
  height: 2.5em;
  border-bottom: #fff solid 1px;
  border-right: #fff solid 1px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: scrolldown 2s ease-in-out infinite;
  -moz-animation: scrolldown 2s ease-in-out infinite;
  -o-animation: scrolldown 2s ease-in-out infinite;
  animation: scrolldown 2s ease-in-out infinite;
}

@-webkit-keyframes scrolldown {
  0% {
    -moz-transform: translate(0, -0.5em) rotate(45deg);
    -ms-transform: translate(0, -0.5em) rotate(45deg);
    -webkit-transform: translate(0, -0.5em) rotate(45deg);
    transform: translate(0, -0.5em) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 0.5em) rotate(45deg);
    -ms-transform: translate(0, 0.5em) rotate(45deg);
    -webkit-transform: translate(0, 0.5em) rotate(45deg);
    transform: translate(0, 0.5em) rotate(45deg);
    opacity: 0;
  }
}
@-moz-keyframes scrolldown {
  0% {
    -moz-transform: translate(0, -0.5em) rotate(45deg);
    -ms-transform: translate(0, -0.5em) rotate(45deg);
    -webkit-transform: translate(0, -0.5em) rotate(45deg);
    transform: translate(0, -0.5em) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 0.5em) rotate(45deg);
    -ms-transform: translate(0, 0.5em) rotate(45deg);
    -webkit-transform: translate(0, 0.5em) rotate(45deg);
    transform: translate(0, 0.5em) rotate(45deg);
    opacity: 0;
  }
}
@-o-keyframes scrolldown {
  0% {
    -moz-transform: translate(0, -0.5em) rotate(45deg);
    -ms-transform: translate(0, -0.5em) rotate(45deg);
    -webkit-transform: translate(0, -0.5em) rotate(45deg);
    transform: translate(0, -0.5em) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 0.5em) rotate(45deg);
    -ms-transform: translate(0, 0.5em) rotate(45deg);
    -webkit-transform: translate(0, 0.5em) rotate(45deg);
    transform: translate(0, 0.5em) rotate(45deg);
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    -moz-transform: translate(0, -0.5em) rotate(45deg);
    -ms-transform: translate(0, -0.5em) rotate(45deg);
    -webkit-transform: translate(0, -0.5em) rotate(45deg);
    transform: translate(0, -0.5em) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 0.5em) rotate(45deg);
    -ms-transform: translate(0, 0.5em) rotate(45deg);
    -webkit-transform: translate(0, 0.5em) rotate(45deg);
    transform: translate(0, 0.5em) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes scrollup {
  0% {
    -moz-transform: translate(0, 0.5em) rotate(-135deg);
    -ms-transform: translate(0, 0.5em) rotate(-135deg);
    -webkit-transform: translate(0, 0.5em) rotate(-135deg);
    transform: translate(0, 0.5em) rotate(-135deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, -0.5em) rotate(-135deg);
    -ms-transform: translate(0, -0.5em) rotate(-135deg);
    -webkit-transform: translate(0, -0.5em) rotate(-135deg);
    transform: translate(0, -0.5em) rotate(-135deg);
    opacity: 0;
  }
}
@-moz-keyframes scrollup {
  0% {
    -moz-transform: translate(0, 0.5em) rotate(-135deg);
    -ms-transform: translate(0, 0.5em) rotate(-135deg);
    -webkit-transform: translate(0, 0.5em) rotate(-135deg);
    transform: translate(0, 0.5em) rotate(-135deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, -0.5em) rotate(-135deg);
    -ms-transform: translate(0, -0.5em) rotate(-135deg);
    -webkit-transform: translate(0, -0.5em) rotate(-135deg);
    transform: translate(0, -0.5em) rotate(-135deg);
    opacity: 0;
  }
}
@-o-keyframes scrollup {
  0% {
    -moz-transform: translate(0, 0.5em) rotate(-135deg);
    -ms-transform: translate(0, 0.5em) rotate(-135deg);
    -webkit-transform: translate(0, 0.5em) rotate(-135deg);
    transform: translate(0, 0.5em) rotate(-135deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, -0.5em) rotate(-135deg);
    -ms-transform: translate(0, -0.5em) rotate(-135deg);
    -webkit-transform: translate(0, -0.5em) rotate(-135deg);
    transform: translate(0, -0.5em) rotate(-135deg);
    opacity: 0;
  }
}
@keyframes scrollup {
  0% {
    -moz-transform: translate(0, 0.5em) rotate(-135deg);
    -ms-transform: translate(0, 0.5em) rotate(-135deg);
    -webkit-transform: translate(0, 0.5em) rotate(-135deg);
    transform: translate(0, 0.5em) rotate(-135deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, -0.5em) rotate(-135deg);
    -ms-transform: translate(0, -0.5em) rotate(-135deg);
    -webkit-transform: translate(0, -0.5em) rotate(-135deg);
    transform: translate(0, -0.5em) rotate(-135deg);
    opacity: 0;
  }
}
.section:last-child {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
}
.section:last-child .secArrow {
  bottom: auto;
  top: 0.5em;
}
.section:last-child .secArrow:before {
  bottom: -1.25em;
  top: auto;
  -webkit-animation: scrollup 2s ease-in-out infinite;
  -moz-animation: scrollup 2s ease-in-out infinite;
  -o-animation: scrollup 2s ease-in-out infinite;
  animation: scrollup 2s ease-in-out infinite;
}
.section:last-child .fp-slides {
  height: auto;
  flex: 1;
  order: 1;
}
.section:last-child .fp-slidesNav {
  bottom: 115px;
}
.section:last-child footer {
  order: 3;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 3px);
  transform: translate3d(0, 0, 3px);
  padding: 20px;
  color: #000;
  background-color: #fff;
  font-size: 12px;
}
.section:last-child footer .note {
  margin-bottom: 1em;
}
.section:last-child footer .note a {
  display: inline-block;
  padding: 0 1em;
  line-height: 2.33333;
  color: #ff0000;
  border: #ff0000 solid 1px;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section:last-child footer .note a:hover {
  opacity: .6;
}
.section:last-child footer .copyright {
  line-height: 20px;
  text-align: center;
}
.section:last-child footer .copyright .spOnly {
  display: none;
}

.fancybox-bg {
  background-color: rgba(0, 0, 0, 0.9);
}

.fancybox-button {
  background-color: black;
}
.fancybox-button:hover {
  background-color: black;
}
.fancybox-button:hover.fancybox-button--close:after, .fancybox-button:hover.fancybox-button--close:before {
  opacity: .7;
}
.fancybox-button.fancybox-button--close:after, .fancybox-button.fancybox-button--close:before {
  height: 1px;
  width: 30px;
  left: calc(50% - 15px);
  background-color: #fff;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
