@charset "Shift_JIS";

/**
 * default.css
 * updatedAt: 2017.10.11
 */

.contents {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width:767px) {
  .contents {
  width: auto;
  }
}

/*========================================

  .tableTitle

========================================*/
.tableTitle {
  margin: 40px 0 10px;
  padding-bottom: 8px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 1px solid #000;
}

@media (max-width:1260px) {
  .tableTitle {
    font-size: 2.23vw;
  }
}
@media (max-width:767px) {
  .tableTitle {
    font-size: calc(112.5% + 2vw);
    font-size: -webkit-calc(112.5% + 2vw);
  }
  .tableTitle span {
    display: none;
  }
}

/*========================================

  .table_lens

========================================*/
.table_lens{
  width: 900px;
  font-size: 0.875rem;
}
.table_lens + .table_lens{
  margin-top: 15px;
}
@media (max-width:767px) {
  .table_lens{
    width: 100%;
  }
}
.table_lens caption{
  /*margin-bottom: 10px;*/
}
.table_lens caption ul{
  padding: 0;
  font-weight: bold;
  text-indent: 0;
}
.table_lens caption ul li{
  padding-left: 12px;
  list-style: none;
  font-size: 1rem;
  text-align: left;
  background: url("../img/icn_disc.gif") no-repeat 0px 7px;
}
.table_lens thead tr{
  height: 40px;
}
.table_lens thead th{
  border: 1px solid #000000;
  text-align: center;
  font-size: 100%;
  vertical-align: middle;
  background-color: #cdcdcd;
}
.table_lens .th-l1{
  width: 35%;
}
.table_lens tbody th{
  padding: 10px;
  background-color: #cdcdcd;
}
.table_lens tbody td:first-child{
  background-color: #e3e3e3;
}
.table_lens tbody tr>td{
  padding: 10px;
  background-color: #fafafa;
  border: 1px solid #000;
  line-height: 1.4;
}
.table_lens tbody td .s{
  font-size: 0.675rem;
}
.table_lens tbody td .sup_text{
  font-size: 0.8em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.table_note{
  margin-top: 20px;
  font-size: 0.875rem;
}

.table_note + .table_note{
  margin-top: 22px;
}

.table_note dt{
  float: left;
  clear: both;
}

.table_note dd{
  margin-bottom: 5px;
  margin-left: 2.5em;
}


/*========================================

  .mapScale

========================================*/
.mapScale {
  position: relative;
  z-index: 8;
  padding: 1.667%;
  background: #f3f4f6;
}
.mapScale--bottom {
  padding: 3.5% 1.667%;
  border-top: 2px solid #fff;
}
.mapScale__distbox {
  position: absolute;
  text-align: right;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.mapScale__distbox:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: '';
}
.mapScale__num {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 0.9;
  color: #666;
}
.mapScale__num span {
  font-size: 87.5%;
}
.mapScale__num em {
  font-style: normal;
  font-size: 75%;
}

@media (max-width:1260px) {
  .mapScale__num {
    font-size: 1.25vw;
  }
}
@media (max-width:767px) {
  .mapScale {
    position: static;
    padding: 0;
    background: none;
  }
  .mapScale--bottom {
    height: 1px;
    border: none;
  }
  .mapScale__distbox {
    display: none;
  }
}


/*========================================

  .mapSortBtn

========================================*/
.mapSortBtn {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0;
  width: 14.6551724%;
  height: 45px;
  font-size: 14px;
  line-height: 1.0;
  color: #fff;
  border: none;
  outline: none;
  background: #5787f4;
  transition: background-color 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.mapSortBtn:hover {
  background: #a3bcf5;
}
.mapSortBtn--opener:after {
  display: inline-block;
  margin-left: 10px;
  width: 8px;
  height: 10px;
  background-image: url(../img/icn_btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
}
.mapHeader--sort_open .mapSortBtn {
  background: #a3bcf5;
}

@media (max-width:1260px) {
  .mapSortBtn {
    height: 3.571vw;
    font-size: 1.12vw;
  }
}
@media (max-width:960px) {
  .mapSortBtn {
    width: 16.667vw;
    height: 4.5vw;
    font-size: 1.4vw;
  }
}
@media (max-width:767px) {
  .mapSortBtn {
    width: 100%;
    height: 40px;
    font-size: 16px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.2);
  }
  .mapSortBtn:hover {
    background: #5787f4;
  }
  .mapHeader--sort_open .mapSortBtn {
    background: #a3bcf5 !important;
  }
}


/*========================================

  .mapSort

========================================*/
.mapSort {
  position: relative;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
}
.mapSort__inner {
  position: absolute;
  visibility: hidden;
  box-sizing: border-box;
  opacity: 0;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 25px 30px;
  width: 100%;
  font-size: 0;
  background: #dddee1;
  transition: opacity 0.2s, visibility 0s 0.2s;
}
.mapHeader--sort_open .mapSort__inner {
  visibility: visible;
  top: 0;
  opacity: 1;
  transition: opacity 0.25s;
}
.mapSort__heading:after {
  clear: both;
  display: block;
  content: '';
}
.mapSort__ttl {
  float: left;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.0;
  color: #2f353d;
}
.mapSort__reset {
  float: right;
  visibility: hidden;
  padding: 5px;
  font-size: 14px;
  line-height: 15px;
  color: #444;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-top:-5px;
  margin-right:3px;
}
.mapHeader--isSorting .mapSort__reset {
  visibility: visible;
}
.mapSort__reset:before {
  position: relative;
  top: 1px;
  margin-right: 5px;
  font-size: 20px;
  content: '\00D7';
}
.mapSort__reset:hover {
  color: #000;
}
.mapSort__group {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  height: 98px;
  list-style: none;
}
.mapSort__spt {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 1.8260869%;
  height: 98px;
}
.mapSort__spt:after {
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #666;
  content: '';
}
.mapSort__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 11.9130434%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: #5687f5;
  cursor: pointer;
  transition: background-color 0.2s;
}
.mapSort__item:first-child {
  margin-left: 0 !important;
}
.mapSort__group--size {
  width: 396px;
  width: 34.4347826%;
}
.mapSort__group--size .mapSort__item {
  margin-left: 1.516%;
  width: 195px;
  width: 49.2424242%;
}
.mapSort__group--focal {
  width: 282px;
  width: 24.5217391%;
}
.mapSort__group--focal .mapSort__item {
  margin-left: 2.1276595%;
  width: 138px;
  width: 48.9361702%;
}
.mapSort__group--length {
  width: 426px;
  width: 37.0434782%;
}
.mapSort__group--length .mapSort__item {
  margin-left: 1.4084507%;
  width: 138px;
  width: 32.3943661%;
}
.mapSort__item:hover,
.mapSort__item--selected {
  background-color: #3561c5;
}
.mapSort__item:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: '';
}
.mapSort__item span {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width:1260px) {
  .mapSort__inner {
    padding: 15px 20px 25px;
  }
  .mapSort__ttl {
    font-size: 1.27vw;
  }
  .mapSort__reset {
    font-size: 1.12vw;
  }
  .mapSort__group,
  .mapSort__spt {
    height: 7.66vw;
  }
  .mapSort__item {
    font-size: 1.27vw;
  }
}
@media (max-width:767px) {
  .mapSort {
    position: absolute;
    top: -10px;
    right: 20px;
    left: 20px;
  }
  .mapSort__inner,
  .mapHeader--sort_open .mapSort__inner {
    top: initial;
    bottom: 0;
    padding: 20px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.2);
  }
  .mapSort__ttl {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .mapSort__reset {
    font-size: 13px;
  }
  .mapSort__group {
    display: block;
    width: auto !important;
    height: auto !important;
  }
  .mapSort__item {
    display: block !important; 
    margin: 5px 0 0 !important; 
    width: auto !important; 
    height: 36px;
    font-size: 14px;
    transition: none;
  }
  .mapSort__item:hover {
    background-color: #5687f5;
  }
  .mapSort__item--selected {
    background-color: #3561c5 !important; 
  }
  .mapSort__item:first-child {
    margin-top: 0 !important; 
  }
  .mapSort__item br {
    display: none;
  }
  .mapSort__spt {
    display: block;
    margin: 10px 0;
    width: 100%;
    height: 1px;
    background: #666;
  }
  .mapSort__spt:after {
    display: none;
  }
}


/*========================================

  .mapLineup

========================================*/
.mapLineup {
  position: relative;
  z-index: 0;
}


/*========================================

  .mapItem

========================================*/
.mapItem {
  overflow: hidden;
  display: block;
  height: 48px;
  font-size: 0;
  line-height: 0;
  background-color: #fff;
  transition: height 0.3s, background-color 0.2s;
}
.mapItem:nth-child(even) {
  background-color: #f3f4f6;
}
.mapItem--odd,
.mapItem.mapItem--odd:nth-child(even) {
  background-color: #fff;
}
.mapItem--even {
  background-color: #f3f4f6;
}
.mapItem--hidden {
  height: 0 !important;
}
.mapItem--heading:before {
  display: inline-block;
  vertical-align: middle;
  width: 1.75%;
  height: 100%;
  content: '';
}
.mapItem__link {
  display: block;
  height: 100%;
  text-decoration: none !important;
  transition: background-color 0.3s !important;
}
.mapItem__link:hover {
  background-color: #ddd;
}

@media (max-width:960px) {
  .mapItem {
    height: 44px;
  }
}
@media (max-width:767px) {
  .mapItem {
    display: block;
    width: 100%;
    height: 19.734vw;
  }
  .mapItem--heading {
    display: block;
    background-color: #83838f !important;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .mapItem--heading:before {
    width: 0;
  }
  .mapItem__link {
    display: block;
    height: 100%;
    transition: none;
  }
  .mapItem__link:hover {
    background-color: unset;
  }
}


/*========================================

  .mapItem__logo

========================================*/
.mapItem__logo {
  display: inline-block;
  vertical-align: middle;
  min-width: 50px;
  width: 5%;
}
.mapItem__logo--zeiss img {
  width: 40px;
}
.mapItem__logoTxt {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.0;
  color: #000;
}

@media (max-width:767px) {
  .mapItem__logo {
    text-align: center;
    width: 94px;
    width: 25.0667vw;
  }
  .mapItem__logo img {
    width: 9.334vw;
    height: auto;
  }
  .mapItem__logoTxt {
    font-size: 4.267vw;
    color: #fff;
  }
}


/*========================================

  .mapItem__dist

========================================*/
.mapItem__dist {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  width: 1.75%;
  height: 100%;
}
.mapItem__dist:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: '';
}
.mapItem__distTxt {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width:767px) {
  .mapItem__dist {
    overflow: hidden;
    /* width: 17.334vw; */
    width: 19.402985%;
    border-right: 3px solid #fff;
    background-color: #f3f4f6;
  }
  .mapItem__distTxt {
    font-size: 3.8vw;
    line-height: 0.8;
    color: #666;
  }
  .mapItem__distTxt span {
    font-size: 75%;
  }
  .mapItem__distTxt br + span {
    font-size: 68.8%;
  }
}


/*========================================

  .mapItem__imgbox

========================================*/
.mapItem__imgbox {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  width: 5%;
}
.mapItem__imgbox img {
  width: 100%;
  height: auto;
}

@media (max-width:767px) {
  .mapItem__imgbox {
    padding-left: 4.534vw;
    /* width: 22.667vw; */
    width: 25.3731343%;
  }
}


/*========================================

  .mapItem__txtbox

========================================*/
.mapItem__txtbox {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  padding-right: 15px;
  width: 21.75%;
  font-weight: 700;
  line-height: 1.3;
}
.mapItem__txtboxName {
  margin-right: 5px;
  font-size: 13px;
  color: #000;
}
.mapItem__txtboxModel {
  font-size: 12px;
  color: #666;
}
.mapItem__txtboxModel:after {
  position: relative;
  top: 0.1em;
  margin-left: 3px;
  font-size: 11px;
  color: #000;
  content: '\0025B6';
}
.mapItem__txtbox:after {
  position: absolute;
  display: inline-block;
  right: 9.091%;
  bottom: -1px;
  padding-bottom: 5.304%;
  width: 21.213%;
  background-size: 100% 100%;
  content: '';
}

[data-key*=full] .mapItem__txtbox:after {
  background-image: url(../img/icn_fullsize.svg);
}
@-moz-document url-prefix() {
    [data-key*=full] .mapItem__txtbox:after {
 		 background-image: url(../img/icn_fullsize.png);
	}
}
[data-key*=apsc] .mapItem__txtbox:after {
  background-image: url(../img/icn_aps-c.svg);
}

@media (max-width:1260px) {
  .mapItem__txtboxName {
    font-size: 1.03vw;
  }
  .mapItem__txtboxModel,
  .mapItem__txtboxModel:after {
    font-size: 0.952vw;
  }
}
@media (max-width:767px) {
  .mapItem__txtbox {
    overflow: hidden;
    padding-right: 0;
    /* width: 44.5vw; */
    width: 53.7313432%;
    line-height: 1.4;
  }
  .mapItem__txtbox:after {
    position: static;
    display: block;
    margin-top: 2px;
    padding-bottom: 3.7334vw;
    width: 14.9334vw;
  }
  .mapItem__txtbox br {
    display: none;
  }
  .mapItem__txtboxName {
    display: inline;
    margin-right: 5px;
    font-size: 3.467vw;
  }
  .mapItem__txtboxModel {
    display: inline;
    font-size: 3.2vw;
  }
  .mapItem__txtboxModel:after {
    display: none;
  }
}


/*========================================

  .mapItem__range

========================================*/
.mapItem__range {
  display: inline-block;
  vertical-align: middle;
  width: 852px;
  width: 71%;
  height: 100%;
}
.mapItem__range:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: '';
}
.mapItem__rangeLine {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 2;
  height: 18px;
  background: #ff0000;
}

[data-lens=gm] .mapItem__rangeLine {
  background: #cb4801;
}
[data-lens=gl] .mapItem__rangeLine {
  background: #000;
}
[data-lens=zs] .mapItem__rangeLine {
  background: #014099;
}
[data-lens=ot] .mapItem__rangeLine {
  background: #666;
}

@media (max-width:960px) {
  .mapItem__rangeLine {
    height: 14px;
  }
}
@media (max-width:767px) {
  .mapItem__range {
    display: none;
  }
}





/*========================================

  .mapNote

========================================*/
.mapNote {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
  color: #666;
}
