/**
 * index.css
 * updatedAt: 2018.03.05
 */

/*========================================

  .header

========================================*/
.header {
  background: #1a1a1a;
}
.header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
}
.header__inner.mod__wrapper  {
    max-width: 1320px;
}
.header__logo {
  display: block;
  padding: 15px 0;
  width: 100px;
}
.header__txt {
  margin-left: auto;
  padding: 14px 0 18px;
  width: 351px;
  line-height: 0;
}

@media(max-width: 960px) {
  .header__txt {
    width: 300px;
  }
}
@media(max-width: 640px) {
  .header__logo {
    width: 80px;
  }
  .header__txt {
    width: 52%;
  }
}


/*========================================

  .mainvisual

========================================*/
.mainvisual {
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
  background-image: url(../img/mainvisual.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #000;
}
.mainvisual__sub {
  padding-top: 7%;
  width: 45.584%;
}
.mainvisual__title {
  margin-top: 6.417%;
  width: 45.917%;
}
.mainvisual__txt {
  margin-top: 6.75%;
  width: 45.167%;
}
.mainvisual__txt span {
	 display: none;
 }

@media(max-width: 1280px) {
  .mainvisual {
    background-size: 135% auto;
  }
  .mainvisual__sub {
    padding-top: 5%;
  }
}
@media(max-width: 640px) {
  .mainvisual {
    padding-bottom: 50px;
	
	background-image: url(../img/mainvisual.png);
	background-size: 180% auto;
    background-position: 90% 33%;
  }
  
  .mainvisual__sub {
    width: 82%;
	margin-left: 9%;
  }
  
  .mainvisual__title {
  margin-top: 6.417%;
  width: 80%;
  margin-left: 10%;
  }
  .mainvisual__txt {
    margin-top: 3.75%;
    width: 100%;
    font-size: 4.5vw;
    line-height: 1.5em;
	color:#fff;
	font-family:serif;
	text-align:center;
 }
 .mainvisual__txt img {
	 display:none;
 }
 .mainvisual__txt span {
	 display: block;
 }

}
@media(max-width: 540px) {
  .mainvisual {
    background-position: 90% 24%;
  }
}
@media(max-width: 400px) {
  .mainvisual {
    background-position: 90% 18%;
  }
}
/*========================================

  .intro

========================================*/
.intro__txt {
  text-align: center;
  margin-top: 15.834%;
  font-size: 1.25rem;
  line-height: 2.0;
  color: #fff;
}

@media(max-width: 1280px) {
  .intro__txt {
    /*font-size: 1.563vw;*/
	margin-top: 12.834%;
  }
}
@media(max-width: 640px) {
  .intro__txt {
    text-align: left;
    margin-top: 18%;
    font-size: calc(75% + 0.938vw);
    font-size: -webkit-calc(75% + 0.938vw);
	
	margin-top: 73%;
	font-size: -webkit-calc(100% + 0.938vw);
  }
}


/*========================================

  .navi

========================================*/
.navi {
  display: flex;
  flex-wrap: wrap;

  display: -webkit-flex;
  -webkit-flex-wrap: wrap;

  margin: 4.167% 0 0;
  padding: 0;
  list-style: none;
}
.navi__item {
  position: relative;
  box-sizing: border-box;
  width: 20%;
  height: 111px;
  font-size: 1.125rem;
  line-height: 1.3;
  border-left: 1px solid #000;
}
.navi__item:nth-child(1) {
  border: none;
}
.navi__item a {
  display: flex;
  justify-content: center;
  align-items: center;

  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;

  position: absolute;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background-color: #25253a;
  transition: background-color 0.2s;
}
.navi__item a:hover {
  background-color: #32324d;
}
.navi__item a:after {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  max-height: 15px;
  height: 1.172vw;
  background-image: url(../img/navi_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
}
.navi__item span {
  display: none;
}

@media(max-width: 1280px) {
  .navi__item {
    font-size: 1.063rem;
  }
}
@media(max-width: 640px) {
  .navi {
    margin: 30px 0 0;
  }
  .navi__item {
    margin: 0 !important;
    width: 50%;
    max-height: 80px;
    height: 18vw;
    border-left: none;
    border-top: 1px solid #000;
  }
  .navi__item:nth-child(-n+2) {
    border-top: none;
  }
  .navi__item:nth-child(even) {
    border-left: 1px solid #000;
  }
  .navi__item:nth-child(5) {
    width: 100%;
  }
  .navi__item a {
    padding-bottom: 12px;
  }
  .navi__item a:after {
    bottom: 12px;
    height: 6px;
  }
  .navi__item a span {
    display: inline;
  }
}


/*========================================

  .titleBox

========================================*/
.titleBox {
  overflow: hidden;
  background: #eaeaea;
}
.titleBox__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: flex-start;

  position: relative;
  max-height: 300px;
  height: 23.438vw;
}
.titleBox__txt--zeiss {
  width: 60.417%;
}
.titleBox__txt--glens {
  width: 56.167%;
}
.titleBox__txt--size {
  margin: 0 auto;
  width: 35.667%;
}
.titleBox__txt--zoom {
  margin: 0 auto;
  width: 33.084%;
}
.titleBox__txt--comp {
  margin: 0 auto;
  width: 15.75%;
}

@media(max-width: 640px) {
  .titleBox__inner {
    display: block;
    margin-left: -20%;
    padding: 40px 0;
    width: 140%;
    max-height: inherit;
    height: auto;
  }
  .titleBox__txt--zeiss,
  .titleBox__txt--glens {
    margin: 0 auto;
  }
}

/*----------------------------------------
  .titleBox__lensImg
----------------------------------------*/
.titleBox__lensImg {
  position: absolute;
  bottom: 0;
}
.titleBox__lensImg--zeiss {
  right: -17.667%;
  width: 55.75%;
}
.titleBox__lensImg--glens {
  right: -17.834%;
  width: 60.75%;
}

@media(max-width: 640px) {
  .titleBox__lensImg {
    display: none;
  }
}


/*========================================

  .imgBox

========================================*/
.imgBox {
  margin: 50px auto 0;
  line-height: 0;
}
.imgBox + .imgBox {
  margin-top: 90px;
}
.imgBox img {
  width: 100%;
  height: auto;
}
.imgBox__caption {
  text-align: center;
  margin-top: 15px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
}
.imgBox__zoom {
  display: block;
  position: relative;
  margin: 0 auto;
  line-height: 0;
}
.imgBox__zoom:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.2s;
  content: '';
}
.imgBox__zoom:hover:before {
  background-color: rgba(255,255,255,0.3);
}
.imgBox__zoom:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/zoom.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
}

@media(max-width: 640px) {
  .imgBox {
    margin-top: 40px;
  }
  .imgBox + .imgBox {
    margin-top: 50px;
  }
}


/*========================================

  article

========================================*/
.articleBG {
  background-image: url(../img/article_bg.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-color: #141414;
}
#ZEISS, #GLens {
  padding-bottom: 160px;
}
#Size, #Zoom, #Comp {
  overflow: hidden;
  padding-bottom: 120px;
}
.heading {
  text-align: center;
  margin: 70px 0 50px;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.75;
  color: #fff;
}
.max--w810 {
  margin-left: auto;
  margin-right: auto;
  max-width: 810px;
}

@media(max-width: 640px) {
  .articleBG {
    background-size: 150% auto;
  }
  #ZEISS, #GLens, #Size, #Zoom, #Comp {
    padding-bottom: 60px;
  }
  .heading {
    margin: 50px 0 30px;
    font-size: 5.4vw;
    line-height: 1.6;
  }
}


/*========================================

  .aboutBox

========================================*/
.aboutBox {
  margin-top: 90px;
  padding: 60px 56px 60px 50px;
  background-repeat: no-repeat;
  background-color: #fff;
}
.aboutBox--zeiss {
  background-image: url(../img/about_zeiss.svg);
  background-position: 40px 25px;
  background-size: 57.053% auto;
}
.aboutBox--glens {
  background-image: url(../img/about_glens.svg);
  background-position: 45px 23px;
  background-size: 33.053% auto;
}
.aboutBox__title {
  margin-bottom: 25px;
  font-size: 2.25rem;
  line-height: 1.2;
}
.aboutBox__inner:after {
  clear: both;
  display: block;
  content: '';
}
.aboutBox__img {
  float: right;
  margin: 5px 0 20px 45px;
  width: 30.214%;
}
.aboutBox__txt {
  font-size: 1.0rem;
  line-height: 2.25;
}

@media(max-width: 640px) {
  .aboutBox {
    margin-top: 50px;
    padding: 10.345%;
  }
  .aboutBox__title {
    margin-bottom: 30px;
    font-size: 2.0rem;
  }
  .aboutBox--zeiss {
    background-position: 28% 25px;
    background-size: 77.053% auto;
  }
  .aboutBox--glens {
    background-position: 19% 23px;
    background-size: 53.053% auto;
  }
  .aboutBox__img {
    margin: 5px 0 10px 9%;
    width: 32%;
  }
  .aboutBox__txt {
    line-height: 2.0;
  }
}



/*========================================

  #Size

========================================*/
.size__line {
  margin-top: 70px;
}
.size__line + .size__line {
  margin-top: 100px;
}
.size__heading {
  display: flex;
  align-items: center;
  justify-content: center;

  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;

  margin-bottom: 35px;
  font-size: 0;
}

@media(max-width: 960px) {
  .size__heading {
    margin-left: -15%;
    width: 130%;
  }
}
@media(max-width: 640px) {
  .size__line {
    margin-top: 50px;
  }
  .size__line + .size__line {
    margin-top: 60px;
  }
  .size__heading {
    margin-bottom: 25px;
    margin-left: -70%;
    width: 240%;
  }
}

/*----------------------------------------
  zeiss  .size__heading
----------------------------------------*/
.size__headingLogo--zeiss {
  display: inline-block;
  width: 4.5%;
}
.size__headingTxt--zeiss {
  display: flex;
  align-items: center;

  display: -webkit-flex;
  -webkit-align-items: center;

  margin-left: 1.5%;
  width: 53.334%;
}
.size__headingTxt--zeiss1 {
  display: inline-block;
  margin-right: 2.5%;
  width: 39.375%;
}
.size__headingTxt--zeiss2 {
  display: inline-block;
  width: 58.125%;
}

@media(max-width: 640px) {
  .size__headingTxt--zeiss {
    flex-direction: column;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -webkit-align-items: flex-start;
    width: 31.035%;
  }
  .size__headingTxt--zeiss1 {
    width: 67.9%;
  }
  .size__headingTxt--zeiss2 {
    margin-top: 2%;
    width: 100%;
  }
}

/*----------------------------------------
  glens  .size__heading
----------------------------------------*/
.size__headingLogo--glens {
  display: inline-block;
  vertical-align: middle;
  width: 4.667%;
}
.size__headingTxt--glens {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1.5%;
  width: 30.417%;
}

/*----------------------------------------
  .size__imgBox
----------------------------------------*/
.size__imgBox {
  font-size: 0;
}
.size__imgBox img {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: auto;
}
.size__innerTxt {
  margin: 30px auto 0;
  max-width: 950px;
}

@media(max-width: 480px) {
  .size__imgBox img {
    display: block;
    width: 100%;
  }
}


/*========================================

  .zoomComp

========================================*/
.zoomComp {
  display: flex;
  flex-wrap: wrap;

  display: -webkit-flex;
  -webkit-flex-wrap: wrap;

  margin-top: 75px;
}
.zoomComp + .zoomComp {
  margin-top: 12px;
}
.zoomComp__item {
  box-sizing: border-box;
  background-color: #333;
}
.zoomComp__heading {
  display: flex;
  align-items: center;

  display: -webkit-flex;
  -webkit-align-items: center;

  width: 608px;
  width: 50.667%;
  max-height: 210px;
  height: 16.407vw;
}
.zoomComp__logo {
  display: inline-block;
  margin: 0 4.935% 0 7.402%;
  width: 80px;
  width: 13.158%;
}
.zoomComp__txt {
  display: flex;
  align-items: center;
  justify-content: center;

  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;

  text-align: center;
  width: 24.667%;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #fff;
  border-left: 1px solid #1a1a1a;
}
.zoomComp__txt b {
  font-size: 133.3%;
  font-weight: 400;
}

@media(max-width: 960px) {
  .zoomComp__txt {
    font-size: 1.0rem;
  }
}
@media(max-width: 640px) {
  .zoomComp,
  .zoomComp + .zoomComp {
    margin-top: 60px;
  }
  .zoomComp__heading {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    background-color: transparent;
  }
  .zoomComp__txt {
    width: 50%;
    height: 24vw;
    font-size: 1.063rem;
  }
}

/*----------------------------------------
  zeiss
----------------------------------------*/
.zoomComp__innerZeiss {
  width: 372px;
  width: 61.185%;
}
.zoomComp__zeiss1 {
  display: block;
  width: 251px;
  width: 67.473%;
}
.zoomComp__zeiss2 {
  display: block;
  margin-top: 4%;
  width: 372px;
  width: 100%;
}
.zoomComp__zeiss3 {
  display: block;
  margin-top: 4%;
  width: 106px;
  width: 28.495%;
}

/*----------------------------------------
  glens
----------------------------------------*/
.zoomComp__innerGlens {
  width: 365px;
  width: 60.033%;
}
.zoomComp__glens1 {
  display: block;
  width: 100%;
}
.zoomComp__glens2 {
  display: block;
  margin-top: 4%;
  width: 122px;
  width: 33.425%;
}


/*========================================

  .angleView

========================================*/
.angleView {
  margin-top: 80px;
}
.angleView__heading {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
.angleView__inner {
  margin-top: 25px;
  padding: 50px 49px 50px 45px;
  background: #333;
}
.angleView__24mm,
.angleView__70mm {
  display: inline-block;
  margin: 10px auto 0;
  max-width: 151px;
  width: 11.797vw;
}
.angleView__105mm {
  display: inline-block;
  margin: 10px auto 0;
  max-width: 153px;
  width: 11.954vw;
}

@media(max-width: 960px) {
  .angleView__24mm,
  .angleView__70mm {
    width: 14.797vw;
  }
  .angleView__105mm {
    width: 14.954vw;
  }
}
@media(max-width: 640px) {
  .angleView {
    margin-top: 60px;
  }
  .angleView__heading {
    font-size: 6.0vw;
  }
  .angleView__inner {
    margin-top: 15px;
    padding: 6.897%;
  }
  .angleView__24mm,
  .angleView__70mm,
  .angleView__105mm {
    width: 30vw;
  }
}

/*----------------------------------------
  .angleView__index
----------------------------------------*/
.angleView__index {
  display: flex;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
}
.angleView__item {
  text-align: center;
  max-width: 362px;
  width: 32.731%;
  color: #fff;
}
.angleView__item__txt1 {
  margin-top: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
.angleView__item__txt2 {
  font-size: 1.125rem;
  line-height: 1.4;
}

@media(max-width: 960px) {
  .angleView__item__txt1 {
    font-size: 1.763vw;
  }
  .angleView__item__txt2 {
    font-size: 1.607vw;
  }
}
@media(max-width: 640px) {
  .angleView__index {
    display: block;
  }
  .angleView__item {
    margin-top: 30px;
    max-width: inherit;
    width: 100%;
  }
  .angleView__item:first-child {
    margin-top: 0;
  }
  .angleView__item__txt1 {
    font-size: 3.5vw;
  }
  .angleView__item__txt2 {
    font-size: 3.2vw;
  }
}

/*----------------------------------------
  .angleView__lens
----------------------------------------*/
.angleView__lens {
  margin-top: 120px;
}
.angleView__lens + .angleView__lens {
  margin-top: 90px;
}
.angleView__lens__heading {
  margin-bottom: 30px;
  width: 100%;
}
.angleView__lens__imgBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;

  text-align: center;
}
.angleView__lens__img {
  width: 49.548%;
}
.angleView__caption {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
}

@media(max-width: 640px) {
  .angleView__lens,
  .angleView__lens + .angleView__lens {
    margin-top: 60px;
  }
  .angleView__lens__img {
    width: 100%;
  }
  .angleView__lens__img + .angleView__lens__img {
    margin-top: 30px;
  }
}



/*========================================

  .lensHeading

========================================*/
.lensHeading {
  display: flex;
  align-items: center;
  justify-content: center;

  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.lensHeading__logo {
  display: inline-block;
  margin-right: 16px;
  max-width: 56px;
  width: 4.375vw;
}

@media(max-width: 960px) {
  .lensHeading__logo {
    margin-right: 10px;
    width: 5.625vw;
  }
}
@media(max-width: 640px) {
  .lensHeading__logo {
    width: 62px;
    width: 9.688vw;
  }
}

/*----------------------------------------
  zeiss
----------------------------------------*/
.lensHeading__txt--zeiss {
  display: flex;
  align-items: center;

  display: -webkit-flex;
  -webkit-align-items: center;

  max-width: 640px;
  width: 50vw;
}
.lensHeading__txt--zeiss1 {
  display: inline-block;
  margin-right: 2.5%;
  width: 252px;
  width: 39.375%;
}
.lensHeading__txt--zeiss2 {
  display: inline-block;
  width: 372px;
  width: 58.125%;
}

@media(max-width: 960px) {
  .lensHeading__txt--zeiss {
    width: 624px;
    width: 65vw;
  }
}
@media(max-width: 640px) {
  .lensHeading__txt--zeiss {
    flex-direction: column;
    align-items: flex-start;

    -webkit-flex-direction: column;
    -webkit-align-items: flex-start;

    width: 432px;
    width: 67.5vw;
  }
  .lensHeading__txt--zeiss1 {
    width: 67.9%;
  }
  .lensHeading__txt--zeiss2 {
    margin-top: 2%;
    width: 100%;
  }
}

/*----------------------------------------
  glens
----------------------------------------*/
.lensHeading__txt--glens {
  max-width: 365px;
  width: 28.516vw;
}

@media(max-width: 960px) {
  .lensHeading__txt--glens {
    width: 356px;
    width: 37.084vw;
  }
}
@media(max-width: 640px) {
  .lensHeading__txt--glens {
    width: 424px;
    width: 66.25vw;
  }
}


/*========================================

  .compLens

========================================*/
.compLens {
  display: flex;
  display: -webkit-flex;


  margin-top: 90px;
}
.compLens__item {
  position: relative;
  width: 570px;
  width: 47.5%;
}
.compLens__item:last-child {
  margin-left: auto;
}
.compLens__img {
  margin: 0 auto;
  max-height: 250px;
  height: 19.532vw;
  font-size: 0;
}
.compLens__img:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: '';
}
.compLens__img img {
  display: inline-block;
  vertical-align: middle;
}
.compLens__img--zeiss {
  width: 61.229%;
}
.compLens__img--glens {
  width: 70.176%;
}
.compLens__heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: flex-end;

  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: end;

  max-height: 140px;
  height: 10.938vw;
}
.compLens__heading__inner {
  display: flex;
  align-items: center;
  justify-content: center;

  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;

  width: 100%;
  height: auto;
}
.compLens__heading__inner--glens {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.compLens__heading__logo {
  display: inline-block;
  margin-right: 4.21%;
  width: 9.825%;
}
.compLens__txt {
  margin-top: 45px;
  margin-top: 7.895%;
}
.compLens__blank {
  max-height: 110px;
  height: 8.594vw;
}
.compLens__btnBox {
  display: flex;
  display: -webkit-flex;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.compLens__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  position: relative;
  text-align: center;
  max-height: 60px;
  min-height: 45px;
  width: 47.369%;
  height: 4.688vw;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  background-color: #25253a;
  transition: background-color 0.2s !important;
}
.compLens__btn:hover {
  color: #fff;
  background-color: #32324d;
}
.compLens__btn:before {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -3.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #fff;
  content: '';
}
.compLens__btn:last-child {
  margin-left: auto;
}

@media(max-width: 640px) {
  .compLens {
    display: block;
    margin-top: 0;
  }
  .compLens__item {
    margin-top: 80px;
    width: auto;
  }
  .compLens__img {
    max-height: inherit;
    height: auto;
  }
  .compLens__heading {
    margin-top: 40px;
    max-height: inherit;
    height: auto;
  }
  .compLens__txt {
    margin-top: 30px;
  }
  .compLens__blank {
    max-height: inherit;
    height: 0;
  }
  .compLens__btnBox {
    position: static;
    margin-top: 30px;
  }
}

/*----------------------------------------
  zeiss
----------------------------------------*/
.compLens__heading--zeiss {
  display: inline-block;
  text-align: center;
  width: 372px;
  width: 65.264%;
}
.compLens__heading--zeiss1 {
  display: inline-block;
  width: 251px;
  width: 67.474%;
  min-height: 0%;
}
.compLens__heading--zeiss2 {
  display: inline-block;
  margin: 4.033% 0 5.377%;
  width: 100%;
  min-height: 0%;
}
.compLens__heading--zeiss3 {
  display: inline-block;
  width: 107px;
  width: 28.764%;
  min-height: 0%;
}

/*----------------------------------------
  glens
----------------------------------------*/
.compLens__heading--glens {
  display: inline-block;
  text-align: center;
  width: 365px;
  width: 64.036%;
}
.compLens__heading--glens1 {
  display: inline-block;
  padding-top: 2%;
  width: 100%;
}
.compLens__heading--glens2 {
  display: inline-block;
  margin-top: 5.48%;
  width: 123px;
  width: 33.699%;
}


/*========================================

  .compTable

========================================*/
.compTable {
  margin-top: 90px;
}
.compTable__heading {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
.compTable__table {
  table-layout: fixed;
  margin-top: 25px;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #fff;
}
.compTable__table th:nth-child(1),
.compTable__table th:nth-child(3),
.compTable__table td:nth-child(1),
.compTable__table td:nth-child(3) {
  width: 44%;
  border-top: 1px solid #151515;
  background-color: #333;
}
.compTable__table th:nth-child(2),
.compTable__table td:nth-child(2) {
  text-align: center;
  border-top: 1px solid #151515;
  background-color: #444;
}
.compTable__table th {
  height: 184px;
}
.compTable__table td {
  text-align: center;
  box-sizing: border-box;
  height: 90px;
}
.compTable__table td b {
  font-size: 133.3%;
  font-weight: 400;
}
.compTable__table td span {
  letter-spacing: -0.05em;
}
.compTable__th {
  display: flex;
  align-items: center;
  justify-content: center;

  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;

  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;

  width: 100%;
  height: 100%;
  font-size: 0;
}
.compTable__th__inner {
  display: flex;
  align-items: center;
  justify-content: center;

  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;

  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;

  width: 100%;
}
.compTable__th__inner--glens {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.compTable__th__logo {
  display: inline-block;
  margin-right: 4.21%;
  width: 10.607%;
}

@media(max-width: 1280px) {
  .compTable__table th {
    height: 160px;
  }
}
@media(max-width: 960px) {
  .compTable__table {
    font-size: 1.063rem;
  }
  .compTable__table th {
    height: 140px;
  }
  .compTable__table td {
    height: 80px;
  }
}
@media(max-width: 640px) {
  .compTable__heading {
    font-size: 6.0vw;
  }
  .compTable__table {
    font-size: 1.0rem;
    line-height: 1.2;
  }
  .compTable__table th {
    padding: 15px 0;
    height: auto;
  }
  .compTable__table td:nth-child(2) {
    font-size: 87.5%;
  }
  .compTable__th__inner {
    flex-direction: column;
    align-items: center !important;;

    -webkit-flex-direction: column;
    -webkit-align-items: center !important;
  }
  .compTable__th__logo {
    margin-right: 0;
    margin-bottom: 10px;
    width: 30%;
  }
}

/*----------------------------------------
  zeiss
----------------------------------------*/
.compTable__th--zeiss {
  display: inline-block;
  text-align: center;
  width: 372px;
  width: 70.455%;
}
.compTable__th--zeiss1 {
  display: inline-block;
  width: 251px;
  width: 67.474%;
}
.compTable__th--zeiss2 {
  display: inline-block;
  margin: 3% 0 4%;
  width: 100%;
}
.compTable__th--zeiss3 {
  display: inline-block;
  width: 107px;
  width: 28.764%;
}

@media(max-width: 640px) {
  .compTable__th--zeiss {
    width: 80%;
  }
}

/*----------------------------------------
  glens
----------------------------------------*/
.compTable__th__glens {
  display: inline-block;
  text-align: center;
  width: 365px;
  width: 69.129%;
}
.compTable__th__glens1 {
  display: inline-block;
  padding-top: 2%;
  width: 100%;
}
.compTable__th__glens2 {
  display: inline-block;
  margin-top: 5%;
  width: 123px;
  width: 33.699%;
}

@media(max-width: 640px) {
  .compTable__th__logo--glens {
    margin-top: 0;
  }
  .compTable__th__glens {
    width: 80%;
  }
}


/*========================================

  .aplaza

========================================*/
.aplaza {
  padding: 70px 0 160px;
  background-color: #eaeaea;
}
.aplaza__title {
  text-align: center;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1.4;
}
.aplaza__imgBox {
  margin: 30px 0 50px;
  font-size: 0;
}
.aplaza__imgBox img {
  display: inline-block;
  width: 50%;
}
.aplaza__txt {
  font-size: 1.125rem;
  line-height: 1.66;
}

@media(max-width: 960px) {
  .aplaza__title {
    font-size: 2.125rem;
  }
}
@media(max-width: 640px) {
  .aplaza {
    padding: 50px 0 80px;
  }
  .aplaza__title {
    font-size: 5.8vw;
  }
  .aplaza__imgBox {
    margin: 30px 0;
  }
}


/*========================================

  .store

========================================*/
.store {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;

  margin-top: 55px;
}
.store__item {
  display: block;
  width: 19.167%;
  transition: opacity 0.25s !important;
}
.store__item:hover {
  opacity: 0.8;
}
.store__img {
  display: block;
  line-height: 0;
}
.store__img img {
  width: 100%;
  height: auto;
}
.store__name {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  text-align: center;
  margin: 0;
  height: 56px;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background: #5787e4;
}
.store__name:before {
  display: inline-block;
  position: relative;
  top: -0.1em;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
  content: '';
}

.store__sp {
	  display: none;	
 }

@media(max-width: 960px) {
  .store__name {
    height: 45px;
    font-size: 1.2vw;
  }
}
@media(max-width: 640px) {
  .store {
    margin-top: 30px;
  }
  .store__item {
    margin-top: 3%;
    width: 48.5%;
  }
  .store__name {
    height: 40px;
    font-size: 3.2vw;
  }
  
  .store {
	  display: none;	
  }
  .store__sp {
	  display: block;	
  }
  
  .store__sp .store__item {
    width: 100%;
    border: none;
    margin: 5% auto 10%;
  }
}


/*========================================

  .program

========================================*/
.program {
  margin-top: 60px;
}
.program__box {
  margin-top: 30px;
}
.program__img {
  float: right;
  margin: 0 0 0 40px;
  width: 38.584%;
}
.program__btn {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 13px 30px 12px 30px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  background-color: #5687f5;
}
.program__btn:before {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -3.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #fff;
  content: '';
}

@media(max-width: 640px) {
  .program__box {
    margin-top: 20px;
  }
  .program__img {
    display: block;
    float: none;
    margin: 0 0 20px;
    width: auto;
  }
}