﻿@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (https://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
.section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body.noscroll {
  overflow: hidden;
}

.sp {
  display: none !important;
}
.sp-db {
  display: none !important;
}

sup {
  font-size: 80%;
  position: relative;
  top: -0.25em;
}

@media screen and (max-width: 768px) {
  .sp {
    display: initial !important;
  }

  .sp-db {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 767px) {
  body:not(.is-mobile) .hover {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: relative;
    cursor: pointer;
  }
  body:not(.is-mobile) .hover:hover::after {
    pointer-events: none;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.notext {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.inview_item {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.inview_item.reveal {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
}
body .en {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}

header {
  width: 100%;
  position: absolute;
}
header .nikon_logo {
  width: 68px;
  height: 68px;
  background-repeat: no-repeat;
  background-image: url(../images/nikon_logo.png);
  background-size: contain;
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  header .nikon_logo {
    top: 32px;
    left: 20px;
    width: 40px;
    height: 40px;
  }
}
header .nikon_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .menu {
  position: absolute;
  top: 85px;
  left: 210px;
  z-index: 2;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  header .menu {
    top: 160px;
    left: 0px;
    width: 100%;
    height: 100vh;
    pointer-events: none;
  }
  header .menu li {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  header .menu.open {
    display: block;
    pointer-events: initial;
  }
  header .menu.open li {
    opacity: 1;
  }
  header .menu::before {
    content: "";
    width: 100vw;
    height: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  header .menu.open::before {
    height: 65vh;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
@media (orientation: landscape) {
  body.is-mobile header .menu.open::before {
    height: 100vh;
  }
}
header .menu li {
  display: inline-block;
  background-image: url(../images/menus.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 13px;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  header .menu li {
    display: block;
    background-image: url(../images/menus_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3;
    height: 16px;
    width: 300px;
    margin: 0 auto 50px;
  }
}
header .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 13px;
}
@media screen and (max-width: 768px) {
  header .menu li a {
    line-height: 15px;
  }
}
header .menu li:nth-child(1) {
  width: 36px;
  background-position: 0px 0px;
}
@media screen and (max-width: 768px) {
  header .menu li:nth-child(1) {
    width: 300px;
    height: 16px;
    background-position: 0px 0px;
  }
}
header .menu li:nth-child(2) {
  width: 54px;
  background-position: -96px 0px;
}
@media screen and (max-width: 768px) {
  header .menu li:nth-child(2) {
    width: 300px;
    height: 16px;
    background-position: 0px -80px;
  }
}
header .menu li:nth-child(3) {
  width: 90px;
  background-position: -208px 0px;
}
@media screen and (max-width: 768px) {
  header .menu li:nth-child(3) {
    width: 300px;
    height: 16px;
    background-position: 0px -160px;
  }
}
header .menu li:nth-child(4) {
  width: 142px;
  background-position: -356px 0px;
}
@media screen and (max-width: 768px) {
  header .menu li:nth-child(4) {
    width: 300px;
    height: 16px;
    background-position: 0px -240px;
  }
}
@media screen and (max-width: 768px) {
  header .btn_menu {
    width: 35px;
    height: 35px;
    display: block !important;
    position: absolute;
    top: 38px;
    right: 20px;
    z-index: 10;
  }
  header .btn_menu::before {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header .btn_menu span {
    display: block;
    position: absolute;
    width: 35px;
    height: 1px;
    background-color: #fff;
    top: 12px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  header .btn_menu::after {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 22px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header .btn_menu.subpage::before, header .btn_menu.subpage span, header .btn_menu.subpage::after {
    background-color: #000;
  }
  header .btn_menu.open span {
    opacity: 0;
  }
  header .btn_menu.open::before {
    width: 35px;
    height: 1px;
    top: 12px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    background-color: #fff;
  }
  header .btn_menu.open::after {
    width: 35px;
    height: 1px;
    top: 12px;
    left: 0px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    background-color: #fff;
  }
}

@media (orientation: landscape) {
  body.is-mobile header .menu {
    top: 75px;
  }
  body.is-mobile header .menu li {
    margin-bottom: 40px;
  }
}
main .section {
  position: relative;
}
main .section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

#title {
  background-image: url(../images/mv_bg.png);
  padding: 240px 0px 100px;
}
@media screen and (max-width: 768px) {
  #title {
    padding: 120px 0px 40px;
  }
}
#title h1 {
  text-align: center;
  font-size: 50px;
  color: #fff;
}
#title h1.product {
  display: block;
  margin: 0px auto;
  width: 312px;
  height: 88px;
  background-image: url(../images/title_product.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #title h1.product {
    background-image: url(../images/title_product_sp.png);
    width: 192px;
    height: 72px;
  }
}
#title h1.online_event {
  display: block;
  margin: 0px auto;
  width: 514px;
  height: 90px;
  background-image: url(../images/tittle_online_event.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #title h1.online_event {
    background-image: url(../images/tittle_online_event_sp.png);
    width: 192px;
    height: 124px;
  }
}

#banner {
  background-color: #f6f6f6;
  padding: 0px 0px 100px;
}
@media screen and (max-width: 768px) {
  #banner {
    background-color: #f6f6f6;
    padding-bottom: 50px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #banner {
    padding: 0px 10px 100px;
  }
}
#banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #banner .container {
    display: block;
  }
}
@media (orientation: landscape) {
  body.is-mobile #banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#banner .container .vook {
  width: 46.11320754%;
  height: auto;
}
#banner .container .vook .vook01 {
  width: 100%;
  height: calc(510px * 0.572549019);
  background-image: url(../images/banner_vook01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
@media screen and (max-width: 768px) {
  #banner .container .vook .vook01 {
    height: calc(335px * 0.572549019);
  }
}
@media (orientation: landscape) {
  body.is-mobile #banner .container .vook .vook01 {
    height: 0;
    padding-top: 57%;
    position: relative;
  }
}
#banner .container .vook .vook02 {
  width: 100%;
  height: calc(510px * 0.572549019);
  background-image: url(../images/banner_vook02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
@media screen and (max-width: 768px) {
  #banner .container .vook .vook02 {
    height: calc(335px * 0.572549019);
  }
}
@media (orientation: landscape) {
  body.is-mobile #banner .container .vook .vook02 {
    height: 0;
    padding-top: 57%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #banner .container .vook {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #banner .container .vook {
    width: 48.11320754%;
  }
}
#banner .container .vook a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (orientation: landscape) {
  body.is-mobile #banner .container .vook a {
    position: absolute;
    top: 0px;
  }
}
#banner .container .vook .note {
  text-align: left;
  color: #000;
  padding-top: 2%;
}
@media screen and (max-width: 768px) {
  #banner .container .vook .note {
    font-size: 15px;
    width: 335px;
    margin: 0 auto;
  }
}
@media (orientation: landscape) {
  body.is-mobile #banner .container .vook .note {
    width: 100%;
  }
  body.is-mobile #banner .container .vook .note br.pc {
    display: none;
  }
}
#banner .container .direct {
  width: 1100px;
  height: 100px;
  background-image: url(../images/banner_direct.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #banner .container .direct {
    width: 335px;
    height: 0;
    padding-top: 10%;
    margin: 0px auto;
    position: relative;
  }
}
@media (orientation: landscape) {
  body.is-mobile #banner .container .direct {
    width: 100%;
  }
}
#banner .container .direct a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #banner .container .direct a {
    position: absolute;
    top: 0;
  }
}
#banner .container .ie-note {
  width: 1100px;
  height: 20px;
  margin-top: 20px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  #banner .container .ie-note {
    display: none;
  }
}

footer {
  padding: 25px 0;
  background-color: #040404;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 50px 0;
    background-color: #121212;
  }
}
footer .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .container {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
  footer .container .requirements {
    margin-right: 20px;
  }
  footer .container .requirements a {
    font-size: 13px;
  }
}
footer .container > * {
  display: inline-block;
  vertical-align: middle;
}
footer .container .requirements_link {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  footer .container .requirements_link {
    margin-right: 25px;
  }
}
footer .container .requirements_link a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}
footer .container .facebook {
  width: 10px;
  height: 19px;
  background-image: url(/cms/sp/z9/images/icon_fb.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 80px;
}
footer .container .facebook a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  footer .container .facebook {
    margin-right: 20px;
  }
}
footer .container .twitter {
  width: 19px;
  height: 15px;
  background-image: url(/cms/sp/z9/images/icon_tw.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
}
footer .container .twitter a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  footer .container .line {
    width: 22px;
    height: 20px;
    background-image: url(/cms/sp/z9/images/icon_line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0px !important;
    display: inline-block !important;
  }
  footer .container .line a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
footer .container .copyright {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .container .copyright {
    display: block;
    margin-top: 20px;
    font-size: 12px;
  }
}

body.is-mobile .facebook {
  margin-right: 20px;
}
body.is-mobile .line {
  display: inline-block !important;
  width: 22px;
  height: 20px;
  background-image: url(/cms/sp/z9/images/icon_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 80px;
  display: inline-block !important;
}
body.is-mobile .line a {
  display: block;
  width: 100%;
  height: 100%;
}

.requirements {
  display: none;
}
.requirements .background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 300;
}
.requirements .modal {
  width: calc(100% - 40px);
  max-width: 900px;
  padding: 60px 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translate(-50%, -50%) scale(0.96);
          transform: translate(-50%, -50%) scale(0.96);
  z-index: 301;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .requirements .modal {
    padding: 76px;
    display: block;
  }
  .requirements .modal .title {
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .requirements .modal .os {
    margin-bottom: 5px;
    display: block;
  }
}
.requirements .modal .title {
  margin-right: 30px;
  font-size: 14px;
  font-weight: bold;
}
.requirements .modal .browsers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}
.requirements .modal .browsers .windows {
  margin-right: 30px;
}
.requirements .modal .browsers .browser {
  margin-bottom: 5px;
  line-height: 1.4;
  list-style: none;
}
.requirements .modal .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #000;
  cursor: pointer;
}
.requirements .modal .close::before, .requirements .modal .close::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.requirements .modal .close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.requirements .modal .close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.requirements.show .background {
  opacity: 1;
  pointer-events: auto;
}
.requirements.show .modal {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

@-webkit-keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    height: 160px;
    margin-top: 0px;
  }
  100% {
    height: 160px;
    margin-top: 160px;
  }
}

@keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    height: 160px;
    margin-top: 0px;
  }
  100% {
    height: 160px;
    margin-top: 160px;
  }
}
@media (orientation: landscape) {
  body.is-mobile main {
    margin: auto;
  }
}
/**
 * page top
 */
#page-top {
  width: 100px;
  height: 100px;
  position: fixed;
  background-image: url(../images/pagetop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  right: 40px;
  bottom: 55px;
  cursor: pointer;
  z-index: 8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#page-top.hide {
  opacity: 0;
  pointer-events: none;
}
#page-top.hover::after {
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #page-top {
    width: 60px;
    height: 60px;
    background-image: url(../images/pagetop_sp.png);
    background-size: 18px 30px;
    right: 20px;
    bottom: 40px;
  }
}
#page-top a {
  display: block;
  width: 100%;
  height: 100%;
}

/**
 * slick css
 */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
}

.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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

#product {
  background-color: #f6f6f6;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#product .container {
  max-width: 1120px;
  padding: 165px 10px 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #product .container {
    padding: 70px 10px;
  }
}
#product .container h2 {
  width: 682px;
  height: 90px;
  background-image: url(../images/title_product_features.png);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #product .container h2 {
    width: 232px;
    height: 112px;
    background-image: url(../images/title_product_features_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0px auto;
  }
}
#product .container h2.title_sub {
  width: 315px;
  height: 88px;
  background-image: url(../images/title_sub_product.png);
}
@media screen and (max-width: 768px) {
  #product .container h2.title_sub {
    width: 232px;
    height: 73px;
    background-image: url(../images/title_sub_product_sp.png);
  }
}
#product .container .image {
  width: 755px;
  height: 0;
  padding-top: 64%;
  background-image: url(../images/product_image_main.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 190px;
  left: 580px;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  #product .container .image {
    top: 300px;
    left: auto;
    right: -100px;
    width: 50vw;
  }
}
@media screen and (max-width: 1024px) {
  #product .container .image {
    top: 350px;
    left: calc(50vw - 150px);
  }
}
@media screen and (max-width: 768px) {
  #product .container .image {
    position: relative;
    width: calc(100vw - 20px);
    height: 0;
    padding-top: 82%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 50px auto 0px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #product .container .image {
    position: relative;
    width: 485px;
    height: 0;
    padding-top: 460px;
    top: 75px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#product .container .image.features {
  width: 70vw;
  max-width: 1233px;
  background-image: url(../images/product_image_features.png);
  top: calc(350px - 10vw);
  left: 36vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #product .container .image.features {
    left: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #product .container .image.features {
    background-position: center;
    position: relative;
    width: calc(100vw - 20px);
    height: 0;
    padding-top: 90%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 50px auto -20px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #product .container .image.features {
    position: relative;
    background-position: center center;
    top: 50px;
    width: 100%;
    margin-bottom: -20px;
  }
}
#product .container .feature {
  width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  #product .container .feature {
    width: 50%;
    margin-left: 2vw;
  }
}
#product .container .feature.product_features {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #product .container .feature.product_features {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #product .container .feature {
    width: 100%;
    display: block;
    margin-top: 0;
  }
}
@media (orientation: landscape) {
  body.is-mobile #product .container .feature {
    width: 100%;
    margin-top: 0;
  }
}
#product .container .feature > .description {
  width: 100%;
}
#product .container .feature > .description .title {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #product .container .feature > .description {
    width: 94%;
    margin: 0 auto;
  }
}
#product .container .feature .note {
  font-size: 12px;
  margin-top: 0.75em;
}
#product .container .feature .item {
  width: 350px;
  height: 135px;
  position: relative;
  padding: 40px 0px 0px 48px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  #product .container .feature .item {
    width: 100%;
    height: 120px;
    padding: 0px;
    margin-bottom: 30px;
  }
}
#product .container .feature .item .title {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #product .container .feature .item .title {
    text-align: center;
  }
}
#product .container .feature .item .desc {
  font-size: 16px;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  #product .container .feature .item .desc {
    text-align: center;
  }
}
#product .container .feature .item::before {
  content: "";
  position: absolute;
  display: block;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #product .container .feature .item::before {
    width: 110px;
    height: 110px;
    top: -60px;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
#product .container .feature_fs {
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  #product .container .feature_fs {
    margin-top: 80px;
    height: auto;
    display: block;
  }
}
@media (orientation: landscape) {
  body.is-mobile #product .container .feature_fs {
    margin-top: 80px;
    height: auto;
    display: block;
  }
}
#product .container .feature_fs .title {
  font-weight: bold;
}
#product .container .feature_fs .note {
  font-size: 12px;
  margin-top: 0.75em;
}
#product .container .feature_fs .feature_image {
  width: 500px;
  height: 0;
  padding-top: 34.1%;
  background-image: url(../images/product_image_ft.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #product .container .feature_fs .feature_image {
    width: 94%;
    padding-top: 71%;
    margin: 0 auto;
  }
}
@media (orientation: landscape) {
  body.is-mobile #product .container .feature_fs .feature_image {
    width: 60%;
    padding-top: 45%;
    margin: 0 auto;
  }
}
#product .container .feature_fs .description {
  margin-top: 0px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #product .container .feature_fs .description {
    width: 94%;
    margin: 20px auto 50px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #product .container .feature_fs .description {
    width: 94%;
    margin: 40px auto 50px;
  }
}
#product .container .info {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #product .container .info {
    width: 95%;
    margin: 10px auto 0;
  }
}
#product .container .info a {
  color: #212121;
}
#product .container .info a:hover {
  text-decoration: none;
}
#product .container .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #product .container .buttons {
    display: block;
    margin-top: 60px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #product .container .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#product .container .buttons .button {
  width: 46.36363636%;
  height: 130px;
  margin-top: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
#product .container .buttons .button a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  #product .container .buttons .button {
    width: 335px;
    height: 79px;
    margin: 0px auto 30px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #product .container .buttons .button {
    width: 46.36363636%;
  }
}
#product .container .buttons .button.direct {
  background-image: url(../images/btn_nikon_direct.png);
}
@media screen and (max-width: 768px) {
  #product .container .buttons .button.direct {
    background-image: url(../images/btn_nikon_direct_sp.png);
  }
}
#product .container .buttons .button.product_detail {
  background-image: url(../images/btn_product_detail.png);
}
@media screen and (max-width: 768px) {
  #product .container .buttons .button.product_detail {
    background-image: url(../images/btn_product_detail_sp.png);
  }
}
#product .container .buttons .button.btn_gallery {
  width: 1100px;
  height: 260px;
  background-image: url(../images/btn_gallery01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  #product .container .buttons .button.btn_gallery {
    width: 335px;
    height: 232px;
    background-image: url(../images/btn_gallery01_sp.png);
    margin: 0 auto;
  }
}
@media (orientation: landscape) {
  body.is-mobile #product .container .buttons .button.btn_gallery {
    width: 100%;
    height: 0;
    padding-top: 24%;
    background-image: url(../images/btn_gallery01.png);
  }
}
#product .container .buttons .button a {
  display: block;
  width: 100%;
  height: 100%;
}
#product .container .diagonal {
  position: absolute;
  width: 75px;
  height: 195px;
  top: 105px;
  left: 295px;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #product .container .diagonal {
    top: 70px;
    left: calc(50% - 35px);
    height: 125px;
  }
}
#product .container .diagonal::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 0px;
  background-color: #eeeeee;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  left: 40px;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform-origin: top;
          transform-origin: top;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #product .container .diagonal::after {
    width: 16px;
  }
}
#product .container.reveal .diagonal::after {
  height: 195px;
}
@media screen and (max-width: 768px) {
  #product .container.reveal .diagonal::after {
    height: 125px;
  }
}

#lens {
  background-image: url(../images/lens_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #040404;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #lens {
    background-image: url(../images/lens_bg_sp.png);
    background-color: #121212;
  }
}
#lens .container {
  max-width: 1120px;
  padding: 160px 10px 65px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lens .container {
    padding: 100px 10px 30px;
  }
}
#lens .container .diagonal {
  position: absolute;
  width: 75px;
  height: 195px;
  top: 105px;
  left: calc(50% - 25px);
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #lens .container .diagonal {
    top: 70px;
    height: 128px;
  }
}
#lens .container .diagonal::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 0px;
  background-color: #000000;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  top: 0px;
  left: 40px;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #lens .container .diagonal::after {
    width: 18px;
  }
}
#lens .container.reveal .diagonal::after {
  height: 195px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  #lens .container.reveal .diagonal::after {
    height: 128px;
  }
}
#lens .container h2 {
  width: 314px;
  height: 104px;
  background-image: url(../images/title_lens.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #lens .container h2 {
    width: 232px;
    height: 78px;
    background-image: url(../images/title_lens.png);
  }
}
#lens .container .description {
  text-align: center;
  color: #fff;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  #lens .container .description {
    text-align: left;
    font-size: 14px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #lens .container .description {
    width: 89.3%;
    margin: 75px auto 0px;
  }
}
#lens .container .lineup {
  margin: 50px auto;
  text-align: center;
  width: 732px;
  height: 544px;
  background-image: url(../images/lens_lineup.png);
}
@media screen and (max-width: 768px) {
  #lens .container .lineup {
    width: 89.3%;
    height: 0;
    padding-top: 66%;
    background-image: url(../images/lens_lineup_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#lens .container .btn_lineup {
  width: 75%;
  height: 80px;
  background-image: url(../images/btn_lens_lineup.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  background-position-x: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #lens .container .btn_lineup {
    width: 335px;
    height: 70px;
    background-image: url(../images/btn_lens_lineup_sp.png);
  }
}
@media (orientation: landscape) {
  body.is-mobile #lens .container .btn_lineup {
    width: 89.3%;
  }
}
#lens .container .btn_lineup a {
  display: block;
  width: 100%;
  height: 100%;
}
#lens .container .new_lens_products {
  margin-top: 320px;
}
@media screen and (max-width: 768px) {
  #lens .container .new_lens_products {
    margin-top: 200px;
  }
}
#lens .container .new_lens_products .title {
  width: 722px;
  height: 38px;
  background-image: url(../images/title_new_lens_products.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #lens .container .new_lens_products .title {
    width: 263px;
    height: 144px;
    background-image: url(../images/title_new_lens_products_sp.png);
    margin: 0 auto;
  }
}
#lens .container .software {
  margin-top: 35px;
}
#lens .container .software .title {
  width: 708px;
  height: 46px;
  background-image: url(../images/title_software_app.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #lens .container .software .title {
    width: 271px;
    height: 123px;
    background-image: url(../images/title_software_app_sp.png);
    margin: 0 auto;
  }
}
#lens .container .items {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 10px;
}
@media screen and (max-width: 768px) {
  #lens .container .items {
    margin-top: 70px;
  }
}
#lens .container .items .item {
  width: 46.36363636%;
  margin-bottom: 95px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lens .container .items .item {
    margin-bottom: 50px;
    width: 41.33vw;
  }
}
#lens .container .items .item a {
  text-decoration: none !important;
  display: block;
  position: relative;
}
#lens .container .items .item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#lens .container .items .item .image {
  width: 100%;
  height: 360px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
#lens .container .items .item .image img {
  width: 373px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (max-width: 768px) {
  #lens .container .items .item .image {
    width: 100%;
    height: 36vw;
  }
  #lens .container .items .item .image img {
    width: 80%;
  }
}
#lens .container .items .item .image::after {
  content: "";
  background-image: url(../images/btn_arroe.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 768px) {
  #lens .container .items .item .image::after {
    bottom: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
  }
}
#lens .container .items .item .note {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #lens .container .items .item .note {
    width: 100%;
    font-size: 11px;
    text-align: left;
    margin: 8px auto 0px;
  }
  #lens .container .items .item .note.sp {
    display: block !important;
  }
}
#lens .container .items .item .name {
  text-align: center;
  color: #fff;
  margin-top: 25px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #lens .container .items .item .name {
    font-size: 15px;
    margin-top: 18px;
  }
}
#lens .container .items .item::before {
  width: 145px;
  height: 35px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #lens .container .items .item::before {
    width: 82px;
    height: 23px;
    line-height: 23px;
    top: -12px;
    font-size: 12px;
  }
}
#lens .container .items .item.new::before {
  content: "NEW";
  background-color: #5e5e5e;
}
#lens .container .items .item.ud::before {
  content: "開発中";
  background-color: #909090;
}
#lens .container::after {
  content: "";
  width: 2000px;
  height: 2000px;
  position: absolute;
  left: calc(50% - 430px);
  bottom: 0;
  background-color: #212121;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #lens .container::after {
    height: 1310px;
    width: 1000px;
    left: calc(50% - 55px);
  }
}

#movie {
  background-color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#movie .container {
  max-width: 1120px;
  padding: 165px 10px 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #movie .container {
    padding: 100px 10px 70px;
  }
}
#movie .container h2 {
  width: 218px;
  height: 90px;
  background-image: url(../images/title_function.png);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #movie .container h2 {
    width: 43.2%;
    height: 0;
    padding-top: 29%;
    background-image: url(../images/title_function_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
  }
}
#movie .container .description {
  color: #000;
  font-size: 16px;
  line-height: 2;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  #movie .container .description {
    font-size: 14px;
    text-align: center;
  }
}
#movie .container .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #movie .container .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 10px;
    padding-top: 60px;
  }
}
#movie .container .items .item {
  width: 20%;
  max-width: 220px;
  height: 0;
  padding-top: 30.5%;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #movie .container .items .item {
    width: calc(50vw - 20px);
    height: 68.5vw;
    margin-bottom: 90px;
    max-width: initial;
  }
}
@media (orientation: landscape) {
  body.is-mobile #movie .container .items .item {
    width: 20%;
    max-width: initial;
    height: 0;
    padding-top: 30.5%;
  }
}
#movie .container .items .item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
#movie .container .items .item .content img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
}
#movie .container .items .item:nth-child(1) {
  top: 0px;
}
@media (orientation: landscape) {
  body.is-mobile #movie .container .items .item:nth-child(1) {
    top: 80px;
  }
}
#movie .container .items .item:nth-child(2) {
  top: -50px;
}
@media screen and (max-width: 768px) {
  #movie .container .items .item:nth-child(2) {
    top: 50px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #movie .container .items .item:nth-child(2) {
    top: 40px;
  }
}
#movie .container .items .item:nth-child(3) {
  top: -100px;
}
@media screen and (max-width: 768px) {
  #movie .container .items .item:nth-child(3) {
    top: 0px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #movie .container .items .item:nth-child(3) {
    top: 0px;
    margin-bottom: 0px;
  }
}
#movie .container .items .item:nth-child(4) {
  top: -150px;
}
@media screen and (max-width: 768px) {
  #movie .container .items .item:nth-child(4) {
    top: 50px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #movie .container .items .item:nth-child(4) {
    top: -40px;
    margin-bottom: 0px;
  }
}
#movie .container .items .item:nth-child(5) {
  top: -200px;
}
@media screen and (max-width: 768px) {
  #movie .container .items .item:nth-child(5) {
    top: 0px;
    margin-bottom: 30px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #movie .container .items .item:nth-child(5) {
    top: -80px;
    margin-bottom: 0px;
  }
}
#movie .container .items .item::after {
  content: "";
  display: block;
  width: 84px;
  height: 84px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#movie .container .items .item.cs {
  cursor: default;
}
#movie .container .items .item.cs::after {
  content: none;
}
#movie .container .items .item:not(.cs):hover .content img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#movie .container .items .item .caption {
  position: absolute;
  text-align: left;
  top: auto;
  right: auto;
  bottom: -12px;
  left: 20px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #movie .container .items .item .caption {
    text-align: center;
    left: 0px;
  }
}
#movie .container .items .item .caption span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  font-size: 15px;
  padding: 2px 8px;
}
@media screen and (max-width: 768px) {
  #movie .container .items .item .caption span {
    font-size: 14px;
  }
}
#movie .container .diagonal {
  position: absolute;
  width: 75px;
  height: 195px;
  top: 105px;
  left: 185px;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #movie .container .diagonal {
    top: 70px;
    left: calc(50% - 25px);
    height: 128px;
  }
}
#movie .container .diagonal::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 0px;
  background-color: #eeeeee;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  top: 0px;
  left: 40px;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #movie .container .diagonal::after {
    width: 16px;
  }
}
#movie .container.reveal .diagonal::after {
  height: 195px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  #movie .container.reveal .diagonal::after {
    height: 128px;
  }
}
#movie .container::after {
  content: "";
  display: block;
  position: absolute;
  width: 400px;
  height: 410px;
  background-color: #f6f6f6;
  left: calc(50% + 195px);
  top: 520px;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #movie .container::after {
    width: 200px;
    height: 200px;
    top: 340px;
    left: calc(50% + 40px);
  }
}

#gallery {
  background-color: #e5e5e5;
  position: relative;
  z-index: 0;
  overflow: hidden;
  z-index: 8;
}
#gallery .container {
  max-width: 1120px;
  padding: 165px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #gallery .container {
    padding: 100px 10px;
  }
}
#gallery .container h2 {
  width: 290px;
  height: 90px;
  background-image: url(../images/title_gallery.png);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #gallery .container h2 {
    width: 214px;
    height: 74px;
    background-image: url(../images/title_gallery_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
  }
}
#gallery .container .gallery_container {
  margin-top: 55px;
  position: relative;
}
#gallery .container .gallery_container::before {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: calc(100% - 35px);
  background-color: transparent;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
#gallery .container .gallery_container.loading::before {
  pointer-events: initial;
}
#gallery .container .gallery_container.loading .item {
  opacity: 0.6;
}
#gallery .container .gallery_container .loader {
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #gallery .container .gallery_container h3 {
    padding: 0px 10px;
  }
}
#gallery .container .gallery_container .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #gallery .container .gallery_container .items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 10px;
  }
}
#gallery .container .gallery_container .items .item {
  margin-bottom: 4px;
  margin-right: 4px;
  width: calc(25% - 4px);
  height: 0;
  padding-top: 16.5%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#gallery .container .gallery_container .items .item.hide {
  display: none;
}
#gallery .container .gallery_container .items .item.movie::after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#gallery .container .gallery_container .items .item img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-origin: top;
          transform-origin: top;
}
#gallery .container .gallery_container .items .item:hover img {
  -webkit-transform: scale(1.1) translateY(-50%);
          transform: scale(1.1) translateY(-50%);
}
@media screen and (max-width: 768px) {
  #gallery .container .gallery_container .items .item {
    width: calc(50% - 2px);
    padding-top: 33.4%;
    margin-right: 0;
  }
  #gallery .container .gallery_container .items .item img {
    width: 100%;
  }
}
#gallery .container .btn_more {
  width: 400px;
  height: 80px;
  background-image: url(../images/btn_more.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0px;
  margin: 60px auto 0px;
}
#gallery .container .btn_more.close {
  background-position: 0 -80px;
}
@media screen and (max-width: 768px) {
  #gallery .container .btn_more {
    width: 335px;
    height: 70px;
    background-image: url(../images/btn_more_sp.png);
    margin-top: 50px;
  }
  #gallery .container .btn_more.close {
    background-position: 0 -70px;
  }
}
#gallery .container .btn_more a {
  display: block;
  width: 100%;
  height: 100%;
}
#gallery .container .diagonal {
  position: absolute;
  width: 75px;
  height: 195px;
  top: 105px;
  left: 255px;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #gallery .container .diagonal {
    height: 130px;
    top: 65px;
    left: calc(50% - 30px);
  }
}
#gallery .container .diagonal::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 0px;
  background-color: #eeeeee;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  top: 0px;
  left: 40px;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #gallery .container .diagonal::after {
    width: 16px;
  }
}
#gallery .container.reveal .diagonal::after {
  height: 195px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  #gallery .container.reveal .diagonal::after {
    height: 130px;
  }
}
#gallery .container .bottom {
  position: absolute;
  width: 230px;
  height: 240px;
  background-color: #ddd;
  left: calc(50% + 380px);
  top: 600px;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #gallery .container .bottom {
    width: 150px;
    height: 170px;
    left: auto;
    right: 5px;
    top: auto;
    bottom: 140px;
  }
}
#gallery .container .bottom .diagonal {
  height: 75px;
  top: 195px;
  left: 210px;
}
@media screen and (max-width: 768px) {
  #gallery .container .bottom .diagonal {
    top: 110px;
    left: 140px;
  }
}
#gallery .container .bottom .diagonal::after {
  background-color: #d9d9d9;
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
  left: 0px;
}
#gallery .container .bottom.reveal .diagonal::after {
  height: 75px;
  left: 0px;
}
#gallery .modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: transparent;
  overflow: hidden;
  display: none;
}
@media (orientation: landscape) {
  body.is-mobile #gallery .modal {
    overflow: visible;
  }
}
#gallery .modal .background {
  position: absolute;
  width: calc(100vw + 100px);
  height: calc(100vh + 100px);
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 0;
  top: -50px;
  left: -50px;
}
#gallery .modal .wrapper {
  max-width: 1000px;
  width: calc(39.8vw / 0.6666);
  height: 39.8vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #gallery .modal .wrapper {
    width: 75vw;
    height: calc(75vw * 0.6666);
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  #gallery .modal .wrapper {
    height: 38vw;
  }
}
@media (orientation: landscape) {
  body.is-mobile #gallery .modal .wrapper {
    width: calc(70vh / 0.6666);
    height: 70vh;
    top: 9vh;
    bottom: auto;
  }
}
#gallery .modal .wrapper .list {
  width: 100%;
  height: 100%;
}
#gallery .modal .wrapper .list li {
  width: 100%;
  height: 100%;
}
#gallery .modal .wrapper .list li div {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#gallery .modal .wrapper .list li iframe {
  width: 100%;
  height: 100%;
}
#gallery .modal .wrapper .description {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0px;
  bottom: -75px;
  color: #fff;
}
#gallery .modal .wrapper .description.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #gallery .modal .wrapper .description.center {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #gallery .modal .wrapper .description {
    font-size: 12px;
    bottom: -70px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #gallery .modal .wrapper .description {
    font-size: 11px;
  }
}
#gallery .modal.movie .wrapper {
  max-width: 1000px;
  max-height: 562.5px;
  width: calc(38.0vw / 0.5625);
  height: 38vw;
}
@media (orientation: landscape) {
  body.is-mobile #gallery .modal.movie .wrapper {
    width: calc(70vh / 0.5625);
    height: 70vh;
  }
}
#gallery .modal.movie .wrapper .slick-prev {
  height: 38vw;
  max-height: 562.5px;
}
#gallery .modal.movie .wrapper .slick-next {
  height: 38vw;
  max-height: 562.5px;
}
#gallery .modal .slick-prev {
  font-size: 0;
  width: 80px;
  height: 40.8vw;
  background-image: url(../images/arrow_left.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: -80px;
  background-color: transparent;
  z-index: 3;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #gallery .modal .slick-prev {
    width: 40px;
    left: -45px;
    height: 100%;
    background-size: 12px 22.5px;
  }
}
#gallery .modal .slick-next {
  font-size: 0;
  width: 80px;
  height: 40.8vw;
  background-image: url(../images/arrow_right.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: -80px;
  background-color: transparent;
  z-index: 3;
  pointer-events: all;
  cursor: pointer;
  border: none;
}
@media screen and (max-width: 768px) {
  #gallery .modal .slick-next {
    width: 40px;
    right: -45px;
    height: 100%;
    background-size: 12px 22.5px;
  }
}
#gallery .modal .btn_close {
  width: 48px;
  height: 48px;
  position: absolute;
  background-image: url(../images/close.png);
  top: -52px;
  right: -58px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #gallery .modal .btn_close {
    right: -10px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #gallery .modal .btn_close {
    top: -10px;
    right: -60px;
    z-index: 50;
  }
}

#modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
#modal .modal_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  z-index: 2;
}
#modal .modal_content .btn_close {
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  right: -75px;
  top: -75px;
  background-image: url(../images/modal_close.png);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #modal .modal_content .btn_close {
    right: 15px;
    top: 20px;
  }
}
#modal #modal_movie {
  max-width: 1478px;
  width: 72vw;
  height: 40.8vw;
  background-color: #000;
}
#modal #modal_movie iframe {
  width: 100%;
  height: 100%;
}
#modal #modal_movie .btn_close {
  top: -8px;
  right: -52px;
}
@media screen and (max-width: 768px) {
  #modal #modal_movie .btn_close {
    top: -50px;
    right: 0px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #modal #modal_movie .btn_close {
    top: -8px;
    right: -52px;
  }
}
#modal #modal_cast {
  width: 800px;
  height: 420px;
  background-color: #212121;
  color: #ccc;
}
@media screen and (max-width: 768px) {
  #modal #modal_cast {
    width: 325px;
    height: 580px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  #modal #modal_cast {
    width: 580px;
    height: 500px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #modal #modal_cast {
    width: 580px;
    height: 300px;
  }
}
#modal #modal_cast .content {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #modal #modal_cast .content {
    display: block;
    padding: 25px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #modal #modal_cast .content {
    padding: 25px;
  }
}
#modal #modal_cast .content .photo {
  width: 235px;
  height: 320px;
  background-image: url(../images/speaker01.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #modal #modal_cast .content .photo {
    width: 180px;
    height: 245px;
    margin: 0 auto 25px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #modal #modal_cast .content .photo {
    width: 180px;
    height: 245px;
    margin-right: 25px;
  }
}
#modal #modal_cast .content .body .title {
  font-size: 12px;
}
#modal #modal_cast .content .body .name {
  font-size: 20px;
  margin-top: 8px;
}
#modal #modal_cast .content .body .description {
  font-size: 14px;
  margin-top: 16px;
}
@media (orientation: landscape) {
  body.is-mobile #modal #modal_cast .content .btn_close {
    top: 10px;
    right: 10px;
  }
}
#modal #modal_lineup {
  width: calc(80vh * 0.666);
  height: 80vh;
}
#modal #modal_lineup .btn_close {
  top: -40px;
}
#modal #modal_lineup .content {
  width: 100%;
  height: 100%;
}
#modal #modal_lineup .content iframe {
  width: 100%;
  height: 100%;
}
#modal .background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  body.is-mobile #modal_cast {
    position: absolute;
    width: 570px !important;
    height: 295px !important;
    background-color: #212121;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
  }
  body.is-mobile #modal_cast .content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    color: #ccc;
    padding: 25px;
  }
  body.is-mobile #modal_cast .content .photo {
    margin-right: 25px !important;
    margin-bottom: 0 !important;
  }
}
.loader {
  margin: 100px auto;
  font-size: 15px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}/*# sourceMappingURL=spec.css.map */