@charset "UTF-8";
body.lenses article section#photoGallery {
  display: block !important;
}

body.lenses article section#photoGallery .inner {
  position: relative;
  transition: 0.3s ease-in-out;
  position: relative;
  min-height: 280px;
}

body.lenses article section#photoGallery .inner .mountType {
  width: 100%;
  max-width: 870px;
  margin: 0 auto 35px;
}

@media (max-width: 767px) {
  body.lenses article section#photoGallery .inner .mountType {
    margin: 0 auto 8vw;
  }
}

body.lenses article section#photoGallery .inner .mountType > p {
  font-size: 14px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  body.lenses article section#photoGallery .inner .mountType > p {
    font-size: 2.933vw;
    text-align: center;
    margin-bottom: 2.4vw;
  }
}

body.lenses article section#photoGallery .inner .mountType ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

body.lenses article section#photoGallery .inner .mountType ul li {
  background: #efefef;
  color: #000;
  width: calc((100% - 2px) / 2);
  height: 106px;
  position: relative;
  cursor: pointer;
  transition: opacity .3s ease;
}

@media (max-width: 767px) {
  body.lenses article section#photoGallery .inner .mountType ul li {
    flex-direction: column;
    width: 100%;
    height: 14vw;
    margin-top: 0.533vw;
  }
  body.lenses article section#photoGallery .inner .mountType ul li:first-child {
    margin-top: 0;
  }
}

body.lenses article section#photoGallery .inner .mountType ul li:hover {
  opacity: .6;
}

@media (max-width: 767px) {
  body.lenses article section#photoGallery .inner .mountType ul li:hover {
    opacity: 1;
  }
}

body.lenses article section#photoGallery .inner .mountType ul li .tabInner {
  width: 100%;
  height: 100%;
  padding: 22px 0 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

body.lenses article section#photoGallery .inner .mountType ul li .tabInner p {
  width: 100%;
  font-size: 16px;
  text-align: center;
  flex-shrink: 0;
  display: block;
}

@media (max-width: 767px) {
  body.lenses article section#photoGallery .inner .mountType ul li .tabInner {
    padding: 4vw 0;
    display: flex;
    flex-flow: row wrap;
  }
  body.lenses article section#photoGallery .inner .mountType ul li .tabInner .img.e-mount {
    width: 26.266vw;
  }
  body.lenses article section#photoGallery .inner .mountType ul li .tabInner .img.x-mount {
    width: 31.826vw;
  }
  body.lenses article section#photoGallery .inner .mountType ul li .tabInner .img img {
    width: 100%;
  }
  body.lenses article section#photoGallery .inner .mountType ul li .tabInner p {
    width: auto;
    font-size: 2.933vw;
    display: inline-block;
    margin: 2.8vw 0 0 2.4vw;
  }
}

body.lenses article section#photoGallery .inner .mountType ul li.new .tabInner::before {
  content: "NEW";
  border: #005cab 1px solid;
  width: 57px;
  height: 27px;
  margin: 12px 15px 0 0;
  color: #005bab;
  font-size: 14px;
  text-align: center;
  line-height: 27px;
  display: inline-block;
}

@media (max-width: 767px) {
  body.lenses article section#photoGallery .inner .mountType ul li.new .tabInner {
    padding-right: 4.666vw;
  }
  body.lenses article section#photoGallery .inner .mountType ul li.new .tabInner::before {
    width: 10.4vw;
    height: 4.533vw;
    margin: 1.5vw 1.6vw 0 0;
    font-size: 2.4vw;
    line-height: 4.533vw;
  }
}

body.lenses article section#photoGallery .inner .mountType ul li::after {
  content: "";
  border-left: #000 1px solid;
  border-bottom: #000 1px solid;
  width: 12px;
  height: 12px;
  transform: rotate(-135deg);
  position: absolute;
  right: 20px;
  top: calc((100% - 17px) / 2);
}

@media (max-width: 767px) {
  body.lenses article section#photoGallery .inner .mountType ul li::after {
    width: 2.1vw;
    height: 2.1vw;
    right: 3vw;
    top: calc((100% - 2.1vw) / 2);
  }
}

body.lenses article section#photoGallery .inner .mountType ul li.selected {
  background: #005cab;
  color: #fff;
  pointer-events: none;
}

body.lenses article section#photoGallery .inner .mountType ul li.selected::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 14px 0 14px;
  border-color: #005bab transparent transparent transparent;
  position: absolute;
  bottom: -11px;
  left: calc((100% - 28px) / 2);
}

@media (max-width: 767px) {
  body.lenses article section#photoGallery .inner .mountType ul li.selected::before {
    content: none;
  }
}

body.lenses article section#photoGallery .inner .mountType ul li.selected::after {
  border-left: #fff 1px solid;
  border-bottom: #fff 1px solid;
  transform: rotate(-45deg);
  right: 17px;
}

@media (max-width: 767px) {
  body.lenses article section#photoGallery .inner .mountType ul li.selected::after {
    right: 2.6vw;
  }
}

body.lenses article section#photoGallery .inner .mountType ul li.selected.new .tabInner::before {
  border: #fff 1px solid;
  color: #fff;
}

body.lenses article section#photoGallery .inner .photographerList {
  width: 100%;
  max-width: 870px;
  margin: 0 auto 45px;
}

@media (max-width: 767px) {
  body.lenses article section#photoGallery .inner .photographerList {
    margin: 0 auto 6.4vw;
  }
}

body.lenses article section#photoGallery .inner .photographerList > p {
  font-size: 14px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  body.lenses article section#photoGallery .inner .photographerList > p {
    font-size: 2.933vw;
    text-align: center;
    margin-bottom: 2.4vw;
  }
}

body.lenses article section#photoGallery .inner .photographerList ul li {
  border: #fff 1px solid;
  width: 100%;
  height: 60px;
  position: relative;
  margin-top: 10px;
  padding: 16px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  cursor: pointer;
  transition: opacity .3s ease;
}

@media (max-width: 767px) {
  body.lenses article section#photoGallery .inner .photographerList ul li {
    height: 9.733vw;
    margin-top: 1.3vw;
    padding: 2.933vw 0;
    font-size: 3.2vw;
    line-height: 3.733vw;
  }
}

body.lenses article section#photoGallery .inner .photographerList ul li:hover {
  opacity: .6;
}

@media (max-width: 767px) {
  body.lenses article section#photoGallery .inner .photographerList ul li:hover {
    opacity: 1;
  }
}

body.lenses article section#photoGallery .inner .photographerList ul li:first-child {
  margin-top: 0;
}

body.lenses article section#photoGallery .inner .photographerList ul li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: calc((100% - 14px) / 2);
  right: 23px;
}

@media (max-width: 767px) {
  body.lenses article section#photoGallery .inner .photographerList ul li::after {
    border-width: 5px 0 5px 6px;
    top: calc((100% - 10px) / 2);
    right: 23px;
  }
}

body.lenses article section#photoGallery .inner .photographerList ul li.selected {
  background: #fff;
  color: #000;
  pointer-events: none;
}

body.lenses article section#photoGallery .inner .photographerList ul li.selected::after {
  border-width: 8px 7px 0 7px;
  border-color: #000 transparent transparent transparent;
  top: calc((100% - 8px) / 2);
  right: 20px;
}

@media (max-width: 767px) {
  body.lenses article section#photoGallery .inner .photographerList ul li.selected::after {
    border-width: 6px 5px 0 5px;
    top: calc((100% - 6px) / 2);
    right: 20px;
  }
}

body.lenses article section#photoGallery .inner .photographerList ul li span {
  display: inline-block;
  width: 80px;
  text-align: center;
  border-right: #555 1px solid;
  margin-right: 38px;
}

@media (max-width: 767px) {
  body.lenses article section#photoGallery .inner .photographerList ul li span {
    width: 14.133vw;
    margin-right: 4.933vw;
  }
}

body.lenses article section#photoGallery .inner .title {
  border-left: #fff 4px solid;
  max-width: 870px;
  margin: 0 auto 15px;
  padding-left: 18px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
}

@media (max-width: 767px) {
  body.lenses article section#photoGallery .inner .title {
    margin: 0 auto 4vw;
    padding-left: 2.4vw;
    font-size: 3.2vw;
  }
}

body.lenses article section#photoGallery .inner .sliderWrap {
  position: relative;
}

body.lenses article section#photoGallery .inner .slick.loading {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

body.lenses article section#photoGallery .inner .spin {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200000;
  width: 100%;
  height: 100%;
  background: #000;
}

body.lenses article section#photoGallery .slider {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

body.lenses article section#photoGallery .slider-for .slick-arrow {
  width: 50px;
  height: 50px;
  margin-top: -25px;
}

body.lenses article section#photoGallery .slider-for .slick-arrow:before {
  font-size: 50px;
}

body.lenses article section#photoGallery .slider-for .slick-prev {
  left: -42px;
}

body.lenses article section#photoGallery .slider-for .slick-next {
  right: -42px;
}

body.lenses article section#photoGallery .slider-for .slick-dots {
  bottom: -22px;
}

body.lenses article section#photoGallery .slider-nav figure {
  transition: 0.3s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

body.lenses article section#photoGallery .slider-nav figure.slick-current, body.lenses article section#photoGallery .slider-nav figure:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

body.lenses article section#photoGallery .pager {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

body.lenses article section#photoGallery .pager .bx-wrapper .bx-pager {
  bottom: 0;
}

body.lenses article section#photoGallery .pager .bx-wrapper .bx-prev {
  left: -45px;
}

body.lenses article section#photoGallery .pager .bx-wrapper .bx-prev:after {
  text-indent: 0 !important;
  font-family: 'tmrnp';
  line-height: 1;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  font-size: 30px;
}

body.lenses article section#photoGallery .pager .bx-wrapper .bx-next {
  right: -45px;
}

body.lenses article section#photoGallery .pager .bx-wrapper .bx-next:after {
  text-indent: 0 !important;
  font-family: 'tmrnp';
  line-height: 1;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  font-size: 30px;
}

body.lenses article section#photoGallery .slick {
  position: relative;
}

body.lenses article section#photoGallery .slick .slider {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

body.lenses article section#photoGallery .slick .slider figure {
  padding: 8px;
}

body.lenses article section#photoGallery .slick .slider figure img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
}

body.lenses article section#photoGallery .slick .slider-for figure img {
  max-height: 580px;
}

body.lenses article section#photoGallery .slick .slider-for figure figcaption {
  font-size: 1.2rem;
  color: white;
  padding-top: 10px;
}

body.lenses article section#photoGallery .slick .slider-nav figure {
  max-height: 600px;
  overflow: hidden;
  max-height: 114px;
  outline: none;
}

body.lenses article section#photoGallery .controls {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -112.5px;
}

body.lenses article section#photoGallery .controls a {
  position: absolute;
  display: block;
  width: 27px;
  height: 44px;
  transition-timing-function: linear;
  transition-duration: .15s;
  opacity: .5;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 27px 44px;
  display: block;
  text-align: left;
  text-indent: -9999px;
}

body.lenses article section#photoGallery .controls a.prev {
  left: -80px;
  transition-property: left, opacity;
  background-image: url(../img/lenses/arrow_right_white.png);
}

body.lenses article section#photoGallery .controls a.next {
  right: -80px;
  transition-property: right, opacity;
  background-image: url(../img/lenses/arrow_left_white.png);
}
/*# sourceMappingURL=common_slider.css.map */