@charset "UTF-8";
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
  color: #fff;
  background-image: url(../img/background.png);
  background-position: top center;
  background-repeat: no-repeat;
}

body.modal-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.hover-brg {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.hover:hover {
  opacity: 0.6;
}

.hover-brg:hover {
  -webkit-filter: brightness(1.25);
          filter: brightness(1.25);
}

@media all and (-ms-high-contrast: none) {
  .hover-brg:hover {
    opacity: 0.6;
  }
}

.product-name {
  white-space: nowrap;
}

@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
}

.htext {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.htext a {
  display: block;
  width: 100%;
  height: 100%;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
}

header {
  width: 100%;
  height: 190px;
}

.nikon-logo {
  width: 68px;
  height: 68px;
  background-image: url(../img/nikon_logo.gif);
  background-size: contain;
  position: absolute;
  top: 40px;
  left: 40px;
}

.mv {
  max-width: 1440px;
  margin: 0 auto;
}

.mv .main-title {
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 7.3%;
  background-image: url(../img/main_title.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.mv .products-logo {
  width: 45.55%;
  max-width: 1440px;
  height: 0;
  padding-top: 7.8%;
  margin: 90px auto 0;
  background-image: url(../img/products_logo.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.mv .lead {
  width: 100%;
  text-align: center;
  margin: 205px auto 0;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.mv .lead .ja {
  display: inline-block;
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.5;
}

main {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

main section {
  max-width: 1440px;
  margin: 0 auto;
}

h3 {
  font-size: 50px;
  text-align: center;
}

h3 span {
  display: block;
  font-size: 18px;
  margin-top: 20px;
}

.ext-b::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  bottom: 20px;
  right: 20px;
  background-image: url(../img/icon_link_b.png);
}

.ext-w::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  bottom: 20px;
  right: 20px;
  background-image: url(../img/icon_link_w.png);
}

.contents {
  margin: 0 auto;
}

.contents .intro-copy {
  max-width: 960px;
  padding: 0 80px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  margin: 50px auto 0;
}

.contents .item {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contents .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.contents .banner {
  max-width: 1440px;
  margin: 110px auto 0;
  padding: 0 80px;
}

.contents .banner .wrapper {
  margin: 0 auto;
}

.contents .banner .wrapper .item {
  width: calc(50% - 5px);
  height: 0;
  padding-top: 14.07%;
  /* box-shadow */
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.contents .banner .wrapper .item.banner01 {
  background-image: url(../img/banner01.png);
}

.contents .banner .wrapper .item.banner02 {
  background-image: url(../img/banner02.png);
}

.contents .news {
  max-width: 1280px;
  margin: 130px auto 0;
  position: relative;
}

.contents .news h3 {
  position: absolute;
  top: -15px;
  left: 200px;
  display: block;
  width: 99px;
  height: 36px;
  background-image: url(../img/title_news.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.contents .news ul {
  padding-left: 415px;
}

.contents .news ul li {
  margin-bottom: 25px;
  font-size: 18px;
  padding-left: 140px;
  position: relative;
}

.contents .news ul li .date {
  width: 90px;
  position: absolute;
  left: 0;
}

.contents .news ul li .title a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contents .news ul li .title a:hover {
  opacity: 0.6;
}

.contents .pickup-contents {
  width: 100%;
  max-width: 100%;
  margin: 100px 0 0;
  padding: 100px 0 120px;
  background-color: #1a1a1a;
}

.contents .pickup-contents h3 .en {
  display: block;
  width: 440px;
  height: 44px;
  margin: 0 auto;
  background-image: url(../img/title_pickup.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.contents .pickup-contents .wrapper {
  margin: 35px auto 0;
  padding: 0 80px;
}

.contents .pickup-contents .wrapper .item {
  width: 31.25%;
  height: 0;
  padding-top: 19.13%;
}

.contents .pickup-contents .wrapper .item.pickup01 {
  background-image: url(../img/pickup01.png);
}

.contents .pickup-contents .wrapper .item.pickup02 {
  background-image: url(../img/pickup02.png);
}

.contents .pickup-contents .wrapper .item.pickup03 {
  background-image: url(../img/pickup04.png);
}

.contents .pickup-contents .wrapper .item.pickup05 {
  background-image: url(../img/pickup05.png);
}

.contents .pickup-contents .wrapper .item.pickup06 {
  background-image: url(../img/pickup06.png);
}

.contents .pickup-contents .wrapper .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contents .pickup-contents .wrapper .item .caption {
  display: inline-block;
  font-size: 1.6vw;
  line-height: 1.5;
  text-align: center;
  margin-top: 15px;
}

.contents .movie {
  margin: 120px auto 0;
}

.contents .movie h3 .en {
  display: block;
  width: 138px;
  height: 44px;
  margin: 0 auto;
  background-image: url(../img/title_movie.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.contents .movie .desc {
  font-size: 20px;
  line-height: 1.6;
  margin: 50px auto;
  text-align: center;
}

.contents .movie .wrapper {
  margin: 35px auto 0;
  padding: 0 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contents .movie .wrapper .item {
  width: calc(50% - 20px);
  background: none;
  margin-bottom: 50px;
}

.contents .movie .wrapper .item .image {
  width: 100%;
  height: 0;
  padding-top: 60.98%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contents .movie .wrapper .item .image.movie01 {
  background-image: url(../img/movie01.png);
}

.contents .movie .wrapper .item .image.movie02 {
  background-image: url(../img/movie02.png);
}

.contents .movie .wrapper .item .image.movie03 {
  background-image: url(../img/movie03.png);
}

.contents .movie .wrapper .item .image.movie04 {
  background-image: url(../img/movie04.png);
}

.contents .movie .wrapper .item h4 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
}

.contents .movie .wrapper .item .caption {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.contents .movie .wrapper .large-item {
  width: 100%;
}

.contents .movie .wrapper .large-item .image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.contents .movie .wrapper .large-item .image iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.contents .movie .wrapper .large-item .image .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url(../img/movie_large.png);
  background-size: contain;
  cursor: pointer;
}

.contents .movie .wrapper .large-item .image .cover::after {
  content: "";
  display: block;
  width: 4.15vw;
  height: 4.15vw;
  background-image: url(../img/icon_play.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.contents .first-impression {
  margin: 80px 0 0;
  padding: 90px 0 10px;
  max-width: 100%;
  background-color: #212121;
}

.contents .first-impression.miscs {
  margin: 0;
  padding: 40px 0 90px;
}

.contents .first-impression.miscs .wrapper {
  margin-top: 0;
}

.contents .first-impression h3 {
  display: block;
  width: 426px;
  height: 44px;
  margin: 0 auto;
  background-image: url(../img/title_fi.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.contents .first-impression .wrapper {
  margin-top: 60px;
}

.contents .first-impression .wrapper .item .movie {
  position: relative;
  margin-top: 0;
}

.contents .first-impression .wrapper .item .movie .image {
  position: relative;
}

.contents .first-impression .wrapper .item .movie .image.fi01 {
  background-image: url(../img/fi01.png);
}

.contents .first-impression .wrapper .item .movie .image.fi02 {
  background-image: url(../img/fi02.png);
}

.contents .first-impression .wrapper .item .movie .image.fi03 {
  background-image: url(../img/fi03.png);
}

.contents .first-impression .wrapper .item .movie .image.new::before {
  content: "";
  display: block;
  width: 86px;
  height: 86px;
  background-image: url(../img/icon_new.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
}

.contents .first-impression .wrapper .item .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  border: 1px solid #333;
  padding: 20px;
}

.contents .first-impression .wrapper .item .author .photo {
  margin-right: 30px;
}

.contents .first-impression .wrapper .item .author .profile .title {
  font-size: 20px;
  margin: 20px 0 0;
}

.contents .first-impression .wrapper .item .author .profile .desc {
  font-size: 16px;
  text-align: left;
  margin: 10px 0 0;
}

.contents .first-impression .wrapper .item .btn_works {
  width: 100%;
  height: 68px;
  font-size: 20px;
  line-height: 68px;
  text-align: center;
  background-image: url(../img/btn_works.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  cursor: pointer;
}

.contents .first-impression .wrapper .item .btn_works::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/btn_works_arrow.png);
  background-repeat: no-repeat;
  width: 46px;
  height: 12px;
  top: 30px;
  right: 55px;
}

.contents .first-impression .wrapper .item .gallery {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: transparent;
  overflow: hidden;
  display: none;
}

.contents .first-impression .wrapper .item .gallery .background {
  position: absolute;
  width: calc(100vw + 100px);
  height: calc(100vh + 100px);
  background-color: #000;
  z-index: 0;
  top: -50px;
  left: -50px;
}

.contents .first-impression .wrapper .item .gallery .wrapper {
  width: calc(75vh / 0.6666);
  height: 75vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  z-index: 1;
}

.contents .first-impression .wrapper .item .gallery .wrapper .works_list {
  width: 100%;
  height: 100%;
}

.contents .first-impression .wrapper .item .gallery .wrapper .works_list li {
  width: 100%;
  height: 100%;
}

.contents .first-impression .wrapper .item .gallery .wrapper .works_list li div {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.contents .first-impression .wrapper .item .gallery .wrapper .description {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0px;
  bottom: -75px;
}

.contents .first-impression .wrapper .item .gallery .slick-prev {
  font-size: 0;
  width: 80px;
  height: 75vh;
  background-image: url(../img/arrow_left.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: -80px;
  background-color: #000;
  z-index: 3;
}

.contents .first-impression .wrapper .item .gallery .slick-next {
  font-size: 0;
  width: 80px;
  height: 75vh;
  background-image: url(../img/arrow_right.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: -80px;
  background-color: #000;
  z-index: 3;
  pointer-events: all;
  cursor: pointer;
}

.contents .first-impression .wrapper .item .gallery .btn_close {
  width: 48px;
  height: 48px;
  position: absolute;
  background-image: url(../img/close.png);
  top: -52px;
  right: -58px;
  cursor: pointer;
}

.contents .first-impression .wrapper .item.vook {
  margin-top: 80px;
  margin-bottom: 20px;
}

.contents .first-impression .wrapper .item.vook .image {
  width: 100%;
  height: 0;
  padding-top: 96.50%;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.contents .first-impression .wrapper .item.vook .image.ext-w::after {
  bottom: auto;
  top: 20px;
}

.contents .first-impression .wrapper .item.vook .image.vook01 {
  background-image: url(../img/vook01.jpg);
}

.contents .first-impression .wrapper .item.vook .image.vook02 {
  background-image: url(../img/vook02.jpg);
}

.contents .first-impression .wrapper .item.vook .caption {
  margin-top: 20px;
}

.contents .first-impression .wrapper #fi03 {
  margin-top: 50px;
}

.contents .first-impression .wrapper .notes {
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin-top: 0px;
}

.contents .first-impression .wrapper .banner {
  width: 100%;
  position: relative;
  margin-top: 30px;
  padding: 0;
}

.contents .first-impression .wrapper .banner .image {
  background-image: url(../img/banner_genic.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 47%;
}

.contents .first-impression .wrapper .banner .caption {
  margin-top: 20px;
  width: 100%;
  font-size: 14px;
  text-align: left;
}

.contents .first-impression .wrapper .banner a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contents .wedding {
  margin: 90px auto 100px;
}

.contents .wedding h3 .en {
  display: block;
  width: 205px;
  height: 44px;
  margin: 0 auto;
  background-image: url(../img/title_wedding.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.contents .wedding .wrapper {
  margin-top: 60px;
}

.contents .wedding .wrapper .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  margin: 0px auto 80px;
  padding: 40px;
  font-size: 18px;
}

.contents .wedding .wrapper .lead .img {
  margin-right: 40px;
}

.contents .wedding .wrapper .lead .img img {
  width: 200px;
}

.contents .wedding .wrapper .lead .text {
  line-height: 1.8;
  margin-top: 1em;
}

.contents .wedding .wrapper .item {
  margin-bottom: 30px;
}

.contents .wedding .wrapper .item.w100 {
  width: 100%;
}

.contents .wedding .wrapper .item h4 {
  line-height: 1.4;
}

.contents .wedding .wrapper .item .movie {
  position: relative;
  margin-top: 0;
}

.contents .wedding .wrapper .item .movie .image {
  position: relative;
  padding-top: 57%;
}

.contents .wedding .wrapper .item .movie .image.wed01 {
  background-image: url(../img/wedding01.png);
}

.contents .wedding .wrapper .item .movie .image.wed02 {
  background-image: url(../img/wedding02.png);
}

.contents .wedding .wrapper .item .movie .image.new::before {
  content: "";
  display: block;
  width: 86px;
  height: 86px;
  background-image: url(../img/icon_new.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}

.contents .wedding .wrapper .item .btn_works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin: 40px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  cursor: pointer;
}

.contents .wedding .wrapper .item .btn_works .img {
  width: 50%;
  padding-top: 14.0%;
  background-image: url(../img/wedding_img02.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.contents .wedding .wrapper .item .btn_works .label {
  display: block;
  width: 50%;
  background-color: #393a3e;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding-top: 3.6vw;
}

.contents .wedding .wrapper .item .btn_works .label img {
  margin-top: 10px;
}

.contents .wedding .wrapper .item .btn_works .label::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/btn_works_arrow.png);
  background-repeat: no-repeat;
  width: 46px;
  height: 12px;
  bottom: 30px;
  right: 40px;
}

.contents .wedding .wrapper .item .gallery {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: transparent;
  overflow: hidden;
  display: none;
}

.contents .wedding .wrapper .item .gallery .background {
  position: absolute;
  width: calc(100vw + 100px);
  height: calc(100vh + 100px);
  background-color: #000;
  z-index: 0;
  top: -50px;
  left: -50px;
}

.contents .wedding .wrapper .item .gallery .wrapper {
  width: calc(75vh / 0.6666);
  height: 75vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  z-index: 1;
}

.contents .wedding .wrapper .item .gallery .wrapper .works_list {
  width: 100%;
  height: 100%;
}

.contents .wedding .wrapper .item .gallery .wrapper .works_list li {
  width: 100%;
  height: 100%;
}

.contents .wedding .wrapper .item .gallery .wrapper .works_list li div {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.contents .wedding .wrapper .item .gallery .wrapper .description {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0px;
  bottom: -75px;
}

.contents .wedding .wrapper .item .gallery .slick-prev {
  font-size: 0;
  width: 80px;
  height: 75vh;
  background-image: url(../img/arrow_left.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: -80px;
  background-color: #000;
  z-index: 3;
}

.contents .wedding .wrapper .item .gallery .slick-next {
  font-size: 0;
  width: 80px;
  height: 75vh;
  background-image: url(../img/arrow_right.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: -80px;
  background-color: #000;
  z-index: 3;
  pointer-events: all;
  cursor: pointer;
}

.contents .wedding .wrapper .item .gallery .btn_close {
  width: 48px;
  height: 48px;
  position: absolute;
  background-image: url(../img/close.png);
  top: -52px;
  right: -58px;
  cursor: pointer;
}

.contents .wedding .wrapper .item .desc {
  margin: 45px 0 0;
  font-size: 16px;
}

.contents .wedding .wrapper .notes {
  padding: 20px 30px;
  width: 100%;
  line-height: 1.8;
  background-color: #141414;
}

.contents .coming-soon {
  margin: 100px 0 0;
  max-width: 100%;
}

.contents .coming-soon h3 {
  display: block;
  width: 320px;
  height: 44px;
  margin: 0 auto;
  background-image: url(../img/title_cs.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.contents .coming-soon .wrapper {
  margin: 55px auto 0;
  padding: 0 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contents .coming-soon .wrapper .item {
  width: calc(50% - 20px);
  height: 0;
  padding-top: 29.4%;
}

.contents .coming-soon .wrapper .item:hover {
  opacity: 1;
}

.contents .coming-soon .wrapper .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}

.contents .coming-soon .wrapper .item .caption {
  display: inline-block;
  font-size: 2.2vw;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.contents .coming-soon .wrapper .item.movie_cs01 {
  background-image: url(../img/movie_cs04.png);
}

.contents .coming-soon .wrapper .item.movie_cs02 {
  background-image: url(../img/movie_cs05.png);
}

.contents .lens {
  text-align: center;
  max-width: 100%;
  padding: 100px 0;
  background-color: #3f4044;
}

.contents .lens .lead {
  font-size: 24px;
  display: inline-block;
  border: 1px solid #fff;
  padding: 6px 10px;
}

.contents .lens h3 {
  display: block;
  width: 441px;
  height: 54px;
  margin: 30px auto 0;
  background-image: url(../img/title_lens.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.contents .lens .desc {
  font-size: 20px;
  line-height: 1.6;
  margin: 50px auto;
}

.contents .lens .wrapper {
  padding: 0px 80px 120px;
  display: block;
}

.contents .lens .wrapper .lens01 {
  position: relative;
}

.contents .lens .wrapper .lens01 .image {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  height: 0;
  padding-top: 52.81%;
  background-image: url(../img/lens_img01.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.contents .lens .wrapper .lens01 .link {
  position: absolute;
  width: 405px;
  height: 64px;
  background-image: url(../img/lens_img01_link.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0px;
  bottom: -30px;
}

.contents .lens .wrapper .lens02 {
  margin-top: 110px;
  position: relative;
  text-align: left;
}

.contents .lens .wrapper .lens02 .image {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  height: 0;
  padding-top: 46.56%;
  background-image: url(../img/lens_img02.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.contents .lens .wrapper .lens02 .desc {
  position: absolute;
  left: 40px;
  bottom: -33px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.0;
  margin: 0;
}

.contents .lens .wrapper .lens02 .desc span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  line-height: 1;
  padding: 14px;
}

.contents .lens .wrapper .lens02 .link {
  position: absolute;
  width: 475px;
  height: 64px;
  background-image: url(../img/lens_img02_link.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0px;
  bottom: -30px;
}

.contents .lens .examples .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding: 0 80px 0;
}

.contents .lens .examples .wrapper .item {
  width: calc(50% - 20px);
  position: relative;
  background-color: transparent;
}

.contents .lens .examples .wrapper .item .image {
  width: 100%;
  height: 0;
  padding-top: 48.39%;
  position: relative;
}

.contents .lens .examples .wrapper .item .image.content01 {
  background-image: url(../img/lens_img03.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.contents .lens .examples .wrapper .item .image.content02 {
  background-image: url(../img/lens_img04.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.contents .lens .examples .wrapper .item .caption {
  font-size: 18px;
  margin-top: 15px;
}

.contents .products .wrapper {
  padding: 100px 80px 45px;
}

.contents .products .wrapper .item {
  width: calc(50% - 20px);
  background-color: transparent;
}

.contents .products .wrapper .item:hover {
  opacity: 1;
}

.contents .products .wrapper .item .detail {
  width: 100%;
  height: 0;
  padding-top: 45.2%;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.contents .products .wrapper .item .direct {
  width: 100%;
  height: 0;
  padding-top: 16.17%;
  margin-top: 35px;
  background-image: url(../img/directpage.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.contents .products .wrapper .item.product01 .detail {
  background-image: url(../img/banner03.png);
}

.contents .products .wrapper .item.product02 .detail {
  background-image: url(../img/banner04.png);
}

.wide-banner {
  max-width: 1440px;
  margin: 50px auto 100px;
}

.wide-banner .wrapper {
  width: 100%;
  padding: 0 80px;
  position: relative;
}

.wide-banner .wrapper img {
  width: 100%;
  height: auto;
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sns > * {
  width: 44px;
  height: 44px;
  margin: 0 10px;
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.sns .twitter {
  background-image: url(../img/sp/sns_twitter.png);
  background-size: 19px 15px;
}

.sns .facebook {
  background-image: url(../img/sp/sns_facebook.png);
  background-size: 10px 19px;
}

.sns .line {
  background-image: url(../img/sp/sns_line.png);
  background-size: 16px 16px;
}

footer {
  width: 100%;
  max-width: 1440px;
  margin: 54px auto;
  position: relative;
}

.show-requirements {
  font-size: 14px;
  position: absolute;
  left: 80px;
}

.show-requirements a {
  text-decoration: underline;
}

.copyright {
  font-size: 13px;
  text-align: center;
}

.requirements .background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 300;
}

.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;
}

.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 .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #000;
  cursor: pointer;
}

.requirements .modal .title {
  margin-right: 30px;
  font-size: 14px;
  font-weight: bold;
}

.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 .browsers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}

.requirements .modal .browsers .windows {
  margin-right: 30px;
}

.requirements .modal .browser {
  margin-bottom: 5px;
  line-height: 1.4;
}

.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);
}

#page-top {
  width: 100px;
  height: 100px;
  position: fixed;
  background-image: url(../img/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;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 999;
}

#page-top a {
  display: block;
  width: 100%;
  height: 100%;
}

#page-top.hide {
  opacity: 0;
}

#cboxClose {
  background-image: url(../img/close.png);
  background-position: 0 0;
  width: 48px;
  height: 48px;
  top: -10px;
  right: -60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#cboxClose:hover {
  background-position: 0 0;
  opacity: 0.6;
}

@media screen and (max-width: 1024px) {
  .contents .wedding .wrapper .item .btn_works {
    margin: 40px auto 0;
  }
  .contents .wedding .wrapper .item .btn_works .label {
    font-size: 1.6vw;
    letter-spacing: 0.05em;
    padding-top: 2.6vw;
  }
  .contents .wedding .wrapper .item .btn_works .label img {
    width: 14vw;
    margin-top: 10px;
  }
  .contents .wedding .wrapper .item .btn_works .label::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/btn_works_arrow.png);
    background-repeat: no-repeat;
    width: 46px;
    height: 12px;
    bottom: 30px;
    right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .contents .news h3 {
    position: static;
    margin: 0px auto;
  }
  .contents .news ul {
    margin-top: 40px;
    padding: 0px 50px;
  }
  .contents .lens .wrapper .lens01 .link {
    bottom: -50px;
  }
  .contents .lens .wrapper .lens02 .desc {
    position: absolute;
    left: 1.5vw;
    top: 1.5vw;
    bottom: auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.0;
    margin: 0;
  }
  .contents .lens .wrapper .lens02 .desc span {
    padding: 8px;
    font-size: 20px;
  }
  .contents .lens .wrapper .lens02 .link {
    bottom: -50px;
  }
  .contents .first-impression .wrapper .item .movie .image.new::before {
    content: "";
    width: 6vw;
    height: 6vw;
  }
}

@media screen and (max-width: 750px) {
  .sp {
    display: initial;
  }
  .pc {
    display: none;
  }
  body {
    background-image: none;
  }
  .wrapper {
    display: block;
    max-width: initial;
    margin: 0 auto;
  }
  .mv .main-title {
    width: 100%;
    height: 0;
    padding-top: 25.46%;
    background-image: url(../img/sp/main_title.png);
  }
  .mv .products-logo {
    width: 31.0%;
    padding-top: 33.1%;
    margin: 47px auto 0;
    background-image: url(../img/sp/products_logo.png);
  }
  .mv .particle {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 38.4%;
    background-image: url(../img/sp/background.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .mv .lead {
    width: 100%;
    text-align: center;
    font-size: 8vw;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-top: 0;
  }
  .mv .lead .ja {
    display: inline-block;
    margin-top: 30px;
    font-size: 75%;
    line-height: 1.5;
  }
  .contents .intro-copy {
    max-width: initial;
    padding: 0 20px;
    font-size: 14px;
  }
  .contents .banner {
    max-width: initial;
    margin: 70px auto 0;
    padding: 0px 20px;
  }
  .contents .banner .wrapper .item {
    width: 100%;
    padding-top: 28.2%;
    margin-bottom: 20px;
  }
  .contents .news {
    max-width: initial;
    margin: 80px auto 0;
    position: relative;
  }
  .contents .news h3 {
    position: static;
    display: block;
    width: 80px;
    height: 36px;
    margin: 0 0 10px 20px;
  }
  .contents .news ul {
    padding-left: 20px;
  }
  .contents .news ul li {
    margin-bottom: 18px;
    font-size: 14px;
    padding-left: 0px;
    position: relative;
  }
  .contents .news ul li .date {
    font-size: 14px;
    width: auto;
    display: block;
    position: static;
    margin-bottom: 4px;
  }
  .contents .pickup-contents {
    margin: 60px 0 0;
    max-width: initial;
    padding: 60px 0 60px;
  }
  .contents .pickup-contents h3 .en {
    display: block;
    width: 300px;
    height: 30px;
    margin: 0 auto;
    background-image: url(../img/title_pickup.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .contents .pickup-contents .wrapper {
    margin: 30px auto 0;
    padding: 0 20px;
    display: block;
  }
  .contents .pickup-contents .wrapper .item {
    width: 100%;
    height: 0;
    padding-top: 61.00%;
    margin-bottom: 25px;
  }
  .contents .pickup-contents .wrapper .item .caption {
    font-size: 5.0vw;
  }
  .contents .movie {
    margin: 80px auto 0;
  }
  .contents .movie .desc {
    font-size: 16px;
    line-height: 1.6;
    margin: 30px auto 20px;
    text-align: center;
    padding: 0 20px;
  }
  .contents .movie .wrapper {
    margin: 35px auto 0;
    padding: 0 20px;
  }
  .contents .movie .wrapper .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .contents .movie .wrapper .item h4 {
    font-size: 18px;
    margin-top: 15px;
  }
  .contents .movie .wrapper .item .caption {
    margin-top: 6px;
    font-size: 14px;
  }
  .contents .movie .wrapper .large-item .image .cover::after {
    width: 9.8vw;
    height: 9.8vw;
  }
  .contents .first-impression {
    padding-top: 70px;
  }
  .contents .first-impression h3 {
    width: 300px;
    height: 31px;
  }
  .contents .first-impression .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents .first-impression .wrapper .item.blank {
    display: none;
  }
  .contents .first-impression .wrapper .item .author {
    padding: 10px;
  }
  .contents .first-impression .wrapper .item .author .photo {
    margin-right: 15px;
  }
  .contents .first-impression .wrapper .item .author .profile .title {
    font-size: 16px;
    margin-top: 0px;
    line-height: 1.4;
  }
  .contents .first-impression .wrapper .item .author .profile .desc {
    font-size: 12px;
    padding: 0;
  }
  .contents .first-impression .wrapper .item .btn_works::after {
    right: 35px;
  }
  .contents .first-impression .wrapper .item .gallery .wrapper {
    width: 75vw;
    height: calc(75vw / 0.6666);
  }
  .contents .first-impression .wrapper .item .gallery .wrapper .description {
    font-size: 12px;
    bottom: -70px;
  }
  .contents .first-impression .wrapper .item .gallery .slick-prev {
    width: 40px;
    left: -45px;
    height: 100%;
    background-size: 12px 22.5px;
  }
  .contents .first-impression .wrapper .item .gallery .slick-next {
    width: 40px;
    right: -45px;
    height: 100%;
    background-size: 12px 22.5px;
  }
  .contents .first-impression .wrapper .item .gallery .btn_close {
    right: -10px;
  }
  .contents .first-impression .wrapper .item .movie .image.new::before {
    content: "";
    width: 12vw;
    height: 12vw;
  }
  .contents .first-impression .wrapper > *:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .contents .first-impression .wrapper > *:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 30px;
  }
  .contents .first-impression .wrapper > *:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contents .first-impression .wrapper > *:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .contents .first-impression .wrapper > *:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 30px !important;
  }
  .contents .first-impression .wrapper > *:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .contents .first-impression .wrapper > *:nth-child(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .contents .first-impression .wrapper > *:nth-child(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
    text-align: left;
  }
  .contents .first-impression .wrapper > *:nth-child(9) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .contents .first-impression .wrapper > *:nth-child(10) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .contents .first-impression .wrapper > *:nth-child(11) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .contents .first-impression .wrapper > *:nth-child(12) {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .contents .wedding .wrapper .lead {
    display: block;
    margin: 0px auto 80px;
    padding: 20px;
  }
  .contents .wedding .wrapper .lead .img {
    text-align: center;
    margin-right: 0px;
  }
  .contents .wedding .wrapper .lead .img img {
    width: 100%;
  }
  .contents .wedding .wrapper .lead .text {
    line-height: 1.8;
    margin-top: 1em;
    font-size: 16px;
  }
  .contents .wedding .wrapper .item .btn_works {
    margin: 40px auto 0;
    display: block;
  }
  .contents .wedding .wrapper .item .btn_works .img {
    width: 100%;
    padding-top: 28.0%;
  }
  .contents .wedding .wrapper .item .btn_works .label {
    width: 100%;
    font-size: 4.2vw;
    letter-spacing: 0.05em;
    padding: 5vw 0;
  }
  .contents .wedding .wrapper .item .btn_works .label img {
    width: 40vw;
    margin-top: 10px;
  }
  .contents .wedding .wrapper .item .btn_works .label::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/btn_works_arrow.png);
    background-repeat: no-repeat;
    width: 46px;
    height: 12px;
    bottom: 20px;
    right: 20px;
  }
  .contents .wedding .wrapper .item .gallery .wrapper {
    width: 75vw;
    height: calc(75vw / 0.6666);
  }
  .contents .wedding .wrapper .item .gallery .wrapper .description {
    font-size: 12px;
    bottom: -70px;
  }
  .contents .wedding .wrapper .item .gallery .slick-prev {
    width: 40px;
    left: -45px;
    height: 100%;
    background-size: 12px 22.5px;
  }
  .contents .wedding .wrapper .item .gallery .slick-next {
    width: 40px;
    right: -45px;
    height: 100%;
    background-size: 12px 22.5px;
  }
  .contents .wedding .wrapper .item .gallery .btn_close {
    right: -10px;
  }
  .contents .wedding .wrapper .item .movie .image.new::before {
    content: "";
    width: 12vw;
    height: 12vw;
  }
  .contents .coming-soon {
    margin: 60px 0 0;
    max-width: initial;
  }
  .contents .coming-soon h3 {
    width: 219px;
    height: 30px;
    margin: 0 auto 40px;
    background-image: url(../img/title_cs.png);
  }
  .contents .coming-soon .wrapper {
    margin-top: 25px;
    padding: 0 20px;
  }
  .contents .coming-soon .wrapper .item {
    width: 100%;
    padding-top: 70.2%;
    margin-bottom: 20px;
  }
  .contents .coming-soon .wrapper .item .caption {
    font-size: 5.0vw;
  }
  .contents .lens {
    margin: 0;
    padding: 60px 0 30px;
  }
  .contents .lens .lead {
    font-size: 16px;
    margin: 0 30px;
  }
  .contents .lens h3 {
    width: 80%;
  }
  .contents .lens .desc {
    font-size: 15.5px;
    line-height: 1.6;
    margin: 0px auto 20px;
    padding: 20px;
  }
  .contents .lens .wrapper {
    padding: 20px 20px 60px;
    display: block;
  }
  .contents .lens .wrapper .lens01 .link {
    width: 48vw;
    height: 8vw;
    background-image: url(../img/lens_img01_link.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    bottom: -6vw;
  }
  .contents .lens .wrapper .lens02 {
    margin-top: 70px;
  }
  .contents .lens .wrapper .lens02 .desc {
    position: absolute;
    left: 1.5vw;
    top: 1.5vw;
    bottom: auto;
    font-size: 3.2vw;
    line-height: 1;
    margin: 0;
    padding: 0;
  }
  .contents .lens .wrapper .lens02 .desc span {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    line-height: 1;
    padding: 6px;
  }
  .contents .lens .wrapper .lens02 .link {
    width: 59.5vw;
    height: 8vw;
    background-image: url(../img/lens_img02_link.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    bottom: -6vw;
  }
  .contents .lens .examples .wrapper {
    display: block;
    margin-top: 25px;
    padding: 0 20px 0;
  }
  .contents .lens .examples .wrapper .item {
    width: 100%;
    position: relative;
    background-color: transparent;
    margin-bottom: 20px;
  }
  .contents .lens .examples .wrapper .item .caption {
    font-size: 14px;
    margin-top: 8px;
  }
  .contents .products .wrapper {
    padding: 60px 20px 0px;
  }
  .contents .products .wrapper .item {
    width: 100%;
    background-color: transparent;
    margin-bottom: 40px;
  }
  .contents .products .wrapper .item .direct {
    margin-top: 15px;
  }
  .wide-banner {
    width: 100%;
    margin: 0px auto 50px;
  }
  .wide-banner .wrapper {
    padding: 0 20px;
    width: 100%;
  }
  header {
    width: 100%;
    height: 106px;
  }
  main {
    width: 100%;
    max-width: initial;
  }
  .nikon-logo {
    width: 40px;
    height: 40px;
    background-image: url(../img/nikon_logo.gif);
    top: 30px;
    left: 14px;
  }
  .sns {
    margin-top: 64px;
  }
  footer {
    width: 100%;
    margin: 32px auto 24px;
  }
  .show-requirements {
    font-size: 14px;
    position: static;
    left: auto;
    text-align: center;
  }
  .copyright {
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
  }
  .requirements .modal {
    padding: 76px;
    display: block;
  }
  .requirements .modal .os {
    margin-bottom: 5px;
    display: block;
  }
  .requirements .modal .title {
    margin: 0 0 20px;
  }
  #page-top {
    width: 60px;
    height: 60px;
    position: fixed;
    background-image: url(../img/sp/pagetop.png);
    background-size: 18px 30px;
    right: 20px;
    bottom: 40px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #page-top.hide {
    opacity: 1;
  }
}

@media (orientation: landscape) {
  .contents .first-impression .wrapper .item .gallery .wrapper,
  .contents .wedding .wrapper .item .gallery .wrapper {
    height: 70vh !important;
    width: calc(70vh / 0.6666) !important;
  }
}
/*# sourceMappingURL=style.css.map */