@import url("../css/font.css");
#nikon-hd {
  position: fixed;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
#nikon-hd .wrapper .nav #nikon-nav .depth1 a {
  color: #333;
}
#nikon-hd .wrapper .gnb li a {
  color: #333;
}
#nikon-hd .wrapper .gnb li div {
  color: #333;
}

#nikon-sub-hd {
  position: relative;
}
#nikon-sub-hd .sub-hd-bg {
  padding-top: 100px;
  height: 360px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  #nikon-sub-hd .sub-hd-bg {
    padding-top: 80px;
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  #nikon-sub-hd .sub-hd-bg {
    padding-top: 60px;
    height: 150px;
  }
}
#nikon-sub-hd .sub-hd-container {
  height: 280px;
  padding-top: 5.3vw;
}
#nikon-sub-hd .sub-hd-container .sub-hd-wrap {
  vertical-align: middle;
  text-align: center;
}
#nikon-sub-hd .sub-hd-container .sub-hd-wrap h2 {
  position: relative;
  display: inline-block;
  margin: auto;
  padding-bottom: 0.5em;
  text-align: center;
  font-size: 2.4em;
}
#nikon-sub-hd .sub-hd-container .sub-hd-wrap h2::before {
  position: absolute;
  top: 0;
  right: -3%;
  z-index: -1;
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 0.13em solid #ffde00;
  border-radius: 50%;
}
#nikon-sub-hd .sub-hd-container .sub-hd-wrap .bread-menu li {
  position: relative;
  display: inline-block;
  padding: 0 0.7em;
}
#nikon-sub-hd .sub-hd-container .sub-hd-wrap .bread-menu li:after {
  position: absolute;
  right: -4px;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background-color: #999;
  content: "";
}
#nikon-sub-hd .sub-hd-container .sub-hd-wrap .bread-menu li a {
  color: #999;
}
#nikon-sub-hd .sub-hd-container .sub-hd-wrap .bread-menu li a:hover {
  text-decoration: underline;
}
#nikon-sub-hd .sub-hd-container .sub-hd-wrap .bread-menu .last:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #nikon-sub-hd .sub-hd-container {
    height: 200px;
    padding-top: 10vw;
  }
}
#nikon-sub-hd .lnb-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 3px rgba(0, 0, 0, 0.15);
  z-index: 98;
}
#nikon-sub-hd .lnb-container.fixed {
  position: fixed;
  bottom: inherit;
}
#nikon-sub-hd .lnb-container .lnb-wrap #nikon-lnb li a {
  display: block;
  background-color: #fff;
  color: #999;
}
#nikon-sub-hd .lnb-container .lnb-wrap #nikon-lnb li a:hover {
  color: #555;
}
#nikon-sub-hd .lnb-container .lnb-wrap #nikon-lnb li.active a {
  position: relative;
  color: #333;
}
#nikon-sub-hd .lnb-container .lnb-wrap #nikon-lnb li.active a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ffde00;
  content: "";
}

#nikon-sub-main {
  position: relative;
  width: 100%;
}
#nikon-sub-main .nikon-container .nikon-wrap {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  #nikon-sub-main .nikon-container .nikon-wrap {
    padding: 50px 0;
  }
}
#nikon-sub-main .nikon-container .nikon-wrap .main-greeting {
  position: relative;
  font-size: 2em;
  text-align: center;
  font-weight: 700;
  color: #333;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #nikon-sub-main .nikon-container .nikon-wrap .main-greeting {
    padding-bottom: 50px;
  }
}
#nikon-sub-main .nikon-container .nikon-wrap .main-greeting::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: url("/nikon/images/quatation_r.gif") center center/contain no-repeat;
}
#nikon-sub-main .nikon-container .nikon-wrap .main-greeting::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: url("/nikon/images/quatation_l.gif") center center/contain no-repeat;
  -webkit-transform: translateX(-130%);
          transform: translateX(-130%);
}
#nikon-sub-main .nikon-container .nikon-wrap p {
  padding-bottom: 50px;
  font-size: 1.2em;
}
@media screen and (max-width: 1024px) {
  #nikon-sub-main .nikon-container .nikon-wrap p {
    padding: 20px;
  }
}
#nikon-sub-main .nikon-container .nikon-wrap p img {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #nikon-sub-main .nikon-container .nikon-wrap p img {
    width: 100%;
  }
}
#nikon-sub-main .nikon-container .nikon-wrap p span {
  font-weight: 700;
}
#nikon-sub-main .nikon-container .sub-ft-bg {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  background-image: url("/nikon/images/ceo-bottom.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  #nikon-sub-main .nikon-container .sub-ft-bg {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #nikon-sub-main .nikon-container .sub-ft-bg {
    height: 250px;
  }
}
#nikon-sub-main .nikon-container .sub-ft-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
  opacity: 0.3;
}
#nikon-sub-main .nikon-container .sub-ft-bg .sub-ft-msg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
#nikon-sub-main .nikon-container .sub-ft-bg .sub-ft-msg h2 {
  color: #fff;
  font-size: 1.8em;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #nikon-sub-main .nikon-container .sub-ft-bg .sub-ft-msg h2 {
    font-size: 1.2em;
    padding: 0;
  }
}
#nikon-sub-main .nikon-container .sub-ft-bg .sub-ft-msg p {
  color: #fff;
  text-align: center;
  padding: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #nikon-sub-main .nikon-container .sub-ft-bg .sub-ft-msg p {
    padding: 10px;
    font-size: 1em;
  }
}
#nikon-sub-main .nikon-container .clubN_wrapper h2 {
  text-align: center;
  font-size: 2em;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #nikon-sub-main .nikon-container .clubN_wrapper h2 {
    margin: 20px 0 50px 0;
  }
}
#nikon-sub-main .nikon-container .clubN_wrapper h2::before {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("/nikon/images/clubN/under_line.png") center center/contain no-repeat;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#nikon-sub-main .nikon-container .clubN_wrapper p {
  font-size: 1.2em;
  width: 70%;
  margin: auto;
  line-height: 2.2;
  text-align: center;
  position: relative;
  padding: 0;
  margin-bottom: 50px;
}
#nikon-sub-main .nikon-container .clubN_wrapper p::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("/nikon/images/clubN/quotation2.png") center center/contain no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #nikon-sub-main .nikon-container .clubN_wrapper p::after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
#nikon-sub-main .nikon-container .clubN_wrapper p::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("/nikon/images/clubN/quotation.png") center center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}