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

.sp {
  display: none !important;
}

html,
body {
  margin: 0;
  padding: 0;
}

.notext {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

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

header .nikon_logo a {
  display: block;
  width: 100%;
  height: 100%;
}

main {
  position: relative;
}

main .section {
  position: relative;
}

main .section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

main .section#mv {
  width: 100%;
  height: 720px;
  background-image: url(../images/main_bg.png);
  background-position: center center;
  background-size: cover;
}

main .section#mv h1 {
  width: 26%;
  height: 0;
  padding-top: 13.5%;
  background-image: url(../images/product_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 270px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

main .section#mv .title {
  width: 40%;
  height: 0;
  padding-top: 4%;
  background-image: url(../images/main_title.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 390px;
  left: 0;
  right: 0;
  margin: auto;
}

main .section#mv .count_down {
  width: 30%;
  height: 0;
  padding-top: 9%;
  background-image: url(../images/count_down.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 480px;
  left: 0;
  right: 0;
  margin: auto;
}

main .section#mv .count_down .num {
  width: 11%;
  height: 0;
  padding-top: 15%;
  background-image: url(../images/number.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 48%;
}

main .section#mv .count_down .num.d1 {
  left: 0%;
}

main .section#mv .count_down .num.d2 {
  left: 15%;
}

main .section#mv .count_down .num.d3 {
  left: 37%;
}

main .section#mv .count_down .num.d4 {
  left: 52%;
}

main .section#mv .count_down .num.d5 {
  left: 74%;
}

main .section#mv .count_down .num.d6 {
  left: 89%;
}

main .section#mv .count_down .num[data-num="0"] {
  background-position: 0 0%;
}

main .section#mv .count_down .num[data-num="1"] {
  background-position: 0 11.125%;
}

main .section#mv .count_down .num[data-num="2"] {
  background-position: 0 22.25%;
}

main .section#mv .count_down .num[data-num="3"] {
  background-position: 0 33.375%;
}

main .section#mv .count_down .num[data-num="4"] {
  background-position: 0 44.5%;
}

main .section#mv .count_down .num[data-num="5"] {
  background-position: 0 55.625%;
}

main .section#mv .count_down .num[data-num="6"] {
  background-position: 0 66.75%;
}

main .section#mv .count_down .num[data-num="7"] {
  background-position: 0 77.875%;
}

main .section#mv .count_down .num[data-num="8"] {
  background-position: 0 89%;
}

main .section#mv .count_down .num[data-num="9"] {
  background-position: 0 100.125%;
}

main .section#mv .btn_online_event {
  width: 580px;
  height: 166px;
  background-image: url(../images/btn_online_event.png);
  position: absolute;
  top: 450px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

main .section#mv .btn_online_event.reveal {
  opacity: 1;
  pointer-events: initial;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

main .section#mv .btn_online_event a {
  display: block;
  width: 100%;
  height: 100%;
}

main .section#mv .scroll {
  width: 13px;
  height: 231px;
  background-image: url(../images/scroll.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 85px;
  top: 385px;
  position: absolute;
  overflow: hidden;
}

main .section#mv .scroll::before {
  content: "";
  display: block;
  position: absolute;
  top: 71px;
  left: 5px;
  width: 1px;
  height: 160px;
  background-color: rgba(255, 255, 255, 0.3);
}

main .section#mv .scroll::after {
  content: "";
  display: block;
  position: absolute;
  top: 71px;
  left: 5px;
  width: 1px;
  height: 160px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-animation: scroll 1.6s ease 0s infinite normal;
          animation: scroll 1.6s ease 0s infinite normal;
}

main .section#movie {
  width: 100%;
  height: 980px;
  background-color: #212121;
}

main .section#movie h2 {
  width: 269px;
  height: 267px;
  background-image: url(../images/title_movie.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 90px;
  top: 40px;
  position: absolute;
}

main .section#movie .wrapper {
  position: absolute;
  width: 83.63%;
  height: 0;
  padding-top: 50%;
  top: 260px;
  left: 90px;
}

main .section#movie .wrapper #main_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main .section#movie .wrapper .caption {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}

main .section#movie::after {
  content: "";
  display: block;
  width: calc(50% - 320px);
  height: 700px;
  position: absolute;
  z-index: 0;
  top: 330px;
  left: 0;
  background-color: #000;
}

main .section#highlights {
  width: 100%;
  height: 1040px;
  background-color: #212121;
}

main .section#highlights .container {
  max-width: 1120px;
}

main .section#highlights .container h2 {
  width: 352px;
  height: 267px;
  background-image: url(../images/title_highlights.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 10px;
  top: -100px;
  position: absolute;
}

main .section#highlights .container .caption {
  text-align: right;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin-top: 40px;
  position: absolute;
  top: 150px;
  right: 20px;
}

main .section#highlights .container .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 250px;
}

main .section#highlights .container .items .item {
  width: 275px;
  height: 0;
  padding-top: 38%;
  position: relative;
  cursor: pointer;
}

main .section#highlights .container .items .item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

main .section#highlights .container .items .item .content .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

main .section#highlights .container .items .item:nth-child(1) {
  top: 0px;
  z-index: 3;
}

main .section#highlights .container .items .item:nth-child(1) .img {
  background-image: url(../images/highlights_img1.png);
}

main .section#highlights .container .items .item:nth-child(2) {
  top: 80px;
  z-index: 2;
}

main .section#highlights .container .items .item:nth-child(2) .img {
  background-image: url(../images/highlights_img2.png);
}

main .section#highlights .container .items .item:nth-child(3) {
  top: 160px;
  z-index: 1;
}

main .section#highlights .container .items .item:nth-child(3) .img {
  background-image: url(../images/highlights_img3.png);
}

main .section#highlights .container .items .item:nth-child(4) {
  top: 240px;
  z-index: 0;
}

main .section#highlights .container .items .item:nth-child(4) .img {
  background-image: url(../images/highlights_img4.png);
}

main .section#highlights .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;
}

main .section#highlights .container .items .item.cs {
  cursor: default;
  border: 1px solid #212121;
  margin-right: -1px;
}

main .section#highlights .container .items .item.cs::after {
  content: none;
}

main .section#highlights .container .items .item:not(.cs):hover .content .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

main .section#highlights .container .items .item .caption {
  text-align: left;
  top: auto;
  right: auto;
  bottom: -16px;
  left: 20px;
  width: 100%;
}

main .section#highlights .container .items .item .caption span {
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  padding: 2px 8px;
}

main .section#highlights::after {
  content: "";
  display: block;
  width: calc(50% - 420px);
  height: 700px;
  position: absolute;
  z-index: 0;
  top: -60px;
  right: 0;
  background-color: #000;
}

main .btn_fixed {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

main .btn_fixed.reveal {
  pointer-events: inherit;
  opacity: 1;
}

main .btn_fixed.abs {
  position: absolute;
  bottom: 30px;
  top: auto;
}

main .btn_fixed:hover {
  opacity: 0.6;
}

footer {
  padding: 25px 0;
  background-color: #212121;
}

footer .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

footer .container > * {
  display: inline-block;
  vertical-align: middle;
}

footer .container .requirements_link {
  margin-right: 40px;
}

footer .container .requirements_link a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}

footer .container .facebook {
  width: 10px;
  height: 19px;
  background-image: url(../images/icon_fb.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 80px;
}

footer .container .facebook a {
  display: block;
  width: 100%;
  height: 100%;
}

footer .container .twitter {
  width: 19px;
  height: 15px;
  background-image: url(../images/icon_tw.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
}

footer .container .twitter a {
  display: block;
  width: 100%;
  height: 100%;
}

footer .container .copyright {
  font-size: 14px;
  color: #fff;
}

.hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}

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

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

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

#modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

#modal #modal_movie {
  position: absolute;
  max-width: 1478px;
  width: 75vw;
  height: 42.5vw;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

#modal .background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#modal .background::before {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  right: 50px;
  top: 50px;
  background-image: url(../images/modal_close.png);
  cursor: pointer;
}

@-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 .section#movie {
    height: 80vw;
  }
}
/*# sourceMappingURL=style.css.map */