﻿@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;
}

#mv {
  width: 100%;
  height: 800px;
  background-color: #000;
  background-image: url(../images/mv_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #mv {
    height: 96vh;
  }
}
#mv h1 {
  width: 19.45%;
  height: 0;
  padding-top: 10%;
  background-image: url(../images/product_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 330px;
  left: 145px;
}
@media screen and (max-width: 768px) {
  #mv h1 {
    width: 33%;
    padding-top: 25%;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (orientation: landscape) {
  body.is-mobile #mv h1 {
    width: 25%;
    padding-top: 25%;
    top: 170px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#mv .inview_item {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
#mv .inview_item.reveal {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#mv .image {
  width: 53%;
  height: 0;
  padding-top: 44%;
  background-image: url(../images/product_image.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 160px;
  right: 5%;
}
@media screen and (max-width: 768px) {
  #mv .image {
    width: 88%;
    padding-top: 70%;
    max-width: 500px;
    top: 27vh;/*31vh*/
    left: 0;
    right: 0;
    margin: auto;
  }
}
#mv .copy {
  width: 53%;
  height: 0;
  padding-top: 3%;
  background-image: url(../images/copy.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 637px;
  right: 25%;
}
@media screen and (max-width: 768px) {
  #mv .copy {
    width: 88%;
    padding-top: 5%;
    max-width: 500px;
    top: 67vh;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (orientation: landscape) {
  body.is-mobile #mv .copy {
    top: 182vh;
  }
}
#mv .camera_gp {
  width: 18.15%;
  height: 0;
  padding-top: 15%;
  background-image: url(../images/camera-gp.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 580px;
  right: 0;
}
@media screen and (max-width: 1145px) and (min-width:767px) {
  #mv .camera_gp {
    right: 2%;
  }
}
@media screen and (max-width: 768px) {
  #mv .camera_gp {
    width: 33.53%;
    padding-top: 30%;
    max-width: 500px;
    top: 74vh;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (orientation: landscape) {
  body.is-mobile #mv .camera_gp {
    width: 23.53%;
    padding-top: 20%;
    top: 197vh;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#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;
}
@media screen and (max-width: 768px) {
  #mv .scroll {
    display: none;
  }
}
@media (orientation: landscape) {
  body.is-mobile #mv .scroll {
    display: none;
  }
}
#mv .scroll::before {
  content: "";
  display: block;
  position: absolute;
  top: 71px;
  left: 5px;
  width: 1px;
  height: 160px;
  background-color: rgba(255, 255, 255, 0.3);
}
#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;
}

@media (orientation: landscape) {
  body.is-mobile main {
    margin: auto;
  }
  body.is-mobile main #mv {
    height: 245vh;
  }
  body.is-mobile main #mv .image {
    width: 70%;
    top: 344px;
    padding-top: 70%;
    max-width: 500px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#info {
  padding: 50px 10px;
  background-color: #f6f6f6;
}
/* @media screen and (max-width: 1145px) and (min-width:767px) {
  #info {
    padding: 50px 10px;
  }
} */
@media screen and (max-width: 768px) {
  #info {
    padding: 50px 0 45px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #info {
    padding: 50px 10px 45px;
  }
}
#info .container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
}
#info .container .news {
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #info .container .news {
    display: block;
  }
}
#info .container .news h2 {
  display: block;
  position: relative;
  background-image: url(../images/title_news.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 103px;
  height: 57px;
  margin-left: 125px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #info .container .news h2 {
    background-image: url(../images/title_news_sp.png);
    position: relative;
    width: 86px;
    height: 53px;
    top: 48px;
    margin-left: 150px;
  }
}
#info .container .news ul {
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  #info .container .news ul {
    position: relative;
    top: 87px;
    margin-left: 60px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #info .container .news ul {
    margin-left: 80px;
  }
}
#info .container .news ul li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #info .container .news ul li {
    font-size: 14px;
    width: 90%;
  }
}
@media (orientation: landscape) {
  body.is-mobile #info .container .news ul li {
    width: 100%;
  }
}
#info .container .news ul li:hover a {
  opacity: 0.6;
}
#info .container .news ul li:last-child {
  margin-bottom: 0;
}
#info .container .news ul li a,
#info .container .news ul li .no_link {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #info .container .news ul li a,
#info .container .news ul li .no_link {
    font-size: 14px;
  }
}
#info .container .news ul li a .date,
#info .container .news ul li .no_link .date {
  font-size: 16px;
  margin-right: 15px;
  max-width: 95px;
  display: block;
}
@media screen and (max-width: 768px) {
  #info .container .news ul li a .date,
#info .container .news ul li .no_link .date {
    font-size: 14px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #info .container .news ul li a .date,
body.is-mobile #info .container .news ul li .no_link .date {
    font-size: 14px;
    margin-right: 15px;
  }
}
#info .container .news ul li a .title,
#info .container .news ul li .no_link .title {
  font-size: 16px;
  max-width: 720px;
  display: block;
}
@media screen and (max-width: 768px) {
  #info .container .news ul li a .title,
#info .container .news ul li .no_link .title {
    font-size: 14px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #info .container .news ul li a .title,
body.is-mobile #info .container .news ul li .no_link .title {
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
}
#info .container .news::after {
  content: "";
  display: block;
  width: 1px;
  height: 145px;
}
#info .container .news::before {
  content: "";
  display: block;
  position: absolute;
  width: 165px;
  height: 155px;
  background-color: #fff;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  top: 0px;
  left: 24px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #info .container .news::before {
    width: 150px;
    height: 150px;
    left: 40px;
  }
}
#info .container .news .diagonal {
  position: absolute;
  width: 40px;
  height: 90px;
  top: 80px;
  left: -5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #info .container .news .diagonal {
    left: 12px;
  }
}
#info .container .news .diagonal::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 0px;
  background-color: #000;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  top: 0px;
  left: 20px;
  -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;
}
#info .container .news.reveal .diagonal::after {
  height: 90px;
}
#info .container .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #info .container .buttons {
    display: block;
  }
}
@media (orientation: landscape) {
  body.is-mobile #info .container .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#info .container .buttons .button {
  width: 46.36363636%;
  height: 180px;
  margin-top: 45px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #info .container .buttons .button {
    width: 335px;
    height: 118px;
    margin: 0px auto 30px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #info .container .buttons .button {
    width: 46.36363636%;
  }
}
#info .container .buttons .button.btn_product {
  background-image: url(../images/btn_product01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#info .container .buttons .button.btn_online_event {
  background-image: url(../images/btn_online_event01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#info .container .buttons .button a {
  display: block;
  width: 100%;
  height: 100%;
}
#info .container .banner {
  margin-top: 100px;
  max-width: 1100px;
  height: 110px;
  background-image: url(../images/banner_twitter.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#info .container .banner a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #info .container .banner {
    width: 335px;
    height: 201px;
    background-image: url(../images/banner_twitter_sp.png);
    margin: 0px auto 0px;
  }
  #info .container .banner img {
    width: 100%;
    height: 100%;
  }
}
@media (orientation: landscape) {
  body.is-mobile #info .container .banner {
    width: 96.5%;
    height: 0;
    padding-top: 10%;
    background-image: url(../images/banner_twitter.png);
    position: relative;
  }
  body.is-mobile #info .container .banner a {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
#info .container .news h2 {
    margin-left: 71px;
  }
}
#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_firmware {
  width: 1100px;
  height: 260px;
  background-image: url(../images/btn_firmware.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_firmware {
    width: 335px;
    height: 232px;
    background-image: url(../images/btn_firmware_sp.png);
    margin: 0 auto;
  }
}
@media (orientation: landscape) {
  body.is-mobile #product .container .buttons .button.btn_firmware {
    width: 100%;
    height: 0;
    padding-top: 24%;
    background-image: url(../images/btn_firmware.png);
  }
}
#product .container .buttons .button.btn_firmware-v3 {
  width: 1100px;
  height: 260px;
  background-image: url(../images/btn_firmware_v3.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_firmware-v3 {
    width: 335px;
    height: 232px;
    background-image: url(../images/btn_firmware_sp_v3.png);
    margin: 0 auto;
  }
}
@media (orientation: landscape) {
  body.is-mobile #product .container .buttons .button.btn_firmware-v3 {
    width: 100%;
    height: 0;
    padding-top: 24%;
    background-image: url(../images/btn_firmware_v3.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.btn_z9_movie {
  width: 1100px;
  height: 260px;
  background-image: url(../images/btn_z9_movie_v2.jpg);
  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_z9_movie {
    width: 335px;
    height: 232px;
    background-image: url(../images/btn_z9_movie_sp_v2.jpg);
    margin: 0 auto;
  }
}
@media (orientation: landscape) {
  body.is-mobile #product .container .buttons .button.btn_z9_movie {
    width: 100%;
    height: 0;
    padding-top: 24%;
    background-image: url(../images/btn_z9_movie_v2.jpg);
  }
}




#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;
  }
}/*# sourceMappingURL=style.css.map */
