/*!
 * index.css
 * modified : 2015.10.01
 */

/*--------------------------------------------------
  .mainvisual
--------------------------------------------------*/
.mainvisual {
  position: relative;
  background: url(../img/idx_main_bg.png) no-repeat center 0;
  background-size: cover;
  overflow: hidden;
}
.mainvisual h2 {
  margin: -14px auto 0;
  margin: -1.4736842% auto 0;
  width: 586px;
  width: 61.6842105%;
  text-align: center;
}
.mainvisual h2 img {
  width: 100%;
  height: auto;
}
.mainvisual .camera-box {
  margin: -14px auto 0;
  margin: -1.4736842% auto 0;
  padding-bottom: 8px;
  padding-bottom: 0.8421052%;
  width: 250px;
  width: 26.3157894%;
  text-align: center;
}
.mainvisual .camera-box img {
  width: 100%;
  height: auto;
}
.mainvisual .txt1 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0 53px 91px;
  padding: 0 0 5.5789473% 9.5789473%;
  width: 242px;
  width: 25.4736842%;
}
.mainvisual .txt2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 35px 67px 0;
  padding: 0 3.6842105% 7.0526315% 0;
  width: 327px;
  width: 34.4210526%;
}

@media screen and (max-width: 640px) {
  .mainvisual h2 {
    margin: 0 auto;
  }
  .mainvisual .camera-box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 479px) {
  .mainvisual h2 {
    width: 80%;
  }
  .mainvisual .camera-box {
    width: 45%;
  }
  .mainvisual .txt1 {
    padding: 0 0 9% 7%;
    width: 22%;
  }
  .mainvisual .txt2 {
    padding: 0 3% 9% 0;
    width: 30%;
  }
}

/*--------------------------------------------------
  .intro
--------------------------------------------------*/
.intro .txt {
  background: #242424;
}
.intro .txt p {
  margin: 0 auto;
  width: 693px;
  width: 72.9473684%;
}

@media screen and (max-width: 479px) {
  .intro .txt p {
    width: 95%;
  }
}

/*--------------------------------------------------
  .photographer
--------------------------------------------------*/
.photographer {
  padding-bottom: 60px;
  padding-bottom: 6.3157894%;
  background: url(../img/idx_photographer_bg.jpg) no-repeat 50% 0;
  background-color: #040716;
  background-size: 100% auto;
}
.photographer:after {
  clear: both;
  display: block;
  content: "";
}
.photographer strong {
  display: block;
  margin: 0 auto;
  padding: 44px 0 28px;
  padding: 4.6315789% 0 2.9473684%;
  width: 514px;
  width: 54.1052631%;
}
.photographer .item {
  float: left;
  margin: 0 0 0 57px;
  margin: 0 0 0 6%;
  width: 240px;
  width: 25.2631578%;
  text-align: center;
}
.photographer > strong + .item {
  margin: 0 0 0 65px;
  margin: 0 0 0 6.8421052%;
}
.photographer .thum.img-box {
  display: table-cell;
  width: 81px;
  width: 33.75%;
  vertical-align: middle;
}
.photographer .thum.img-box img {
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.7);
}
.photographer .txt-box {
  display: table-cell;
  padding: 0 0 0 25px;
  padding: 0 0 0 10.416666%;
  width: 159px;
  width: 66.25%;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.7),
    0px 0px 10px rgba(0,0,0,0.7),
    0px 0px 10px rgba(0,0,0,0.7);
}
.photographer .txt-box p {
  font-size: 143.8%;
  line-height: 1.0;
}
.photographer .txt-box em {
  display: block;
  margin-top: 5px;
  font-size: 81.3%;
  line-height: 1.0;
}
.photographer .btn {
  display: inline-block;
  margin-top: 20px;
  font-size: 81.3%;
  line-height: 1.0;
}
.photographer .btn.sp {
  display: none;
}
.photographer .btn a {
  position: relative;
  display: inline-block;
  padding: 11px 15px 9px 25px;
  color: #fff;
  border-radius: 3px;
  background: #414141;
  box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.7);
  transition: background 0.2s;
  -ms-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -webkit-transition: background 0.2s;
}
.photographer .btn a:hover {
  background: #666;
}
.photographer .btn a:after {
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -4.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #ffffff;
  content: "";
}

@media screen and (max-width: 479px) {
  .photographer {
    padding: 0 6.25% 3%;
  }
  .photographer strong {
    padding: 20px 0 20px;
    width: 100%;
  }
  .photographer .item {
    float: none;
    margin-left: 3% !important;
    margin-bottom: 20px !important;
    width: auto;
  }
  .photographer .thum.img-box {
    width: 33%;
  }
  .photographer .txt-box {
    padding: 0 0 0 8%;
    width: auto;
  }
  .photographer .btn {
    margin-top: 15px;
  }
  .photographer .btn.sp {
    display: inline-block;
  }
  .photographer .btn.pc {
    display: none;
  }
}

/*--------------------------------------------------
  .wonder-earth
--------------------------------------------------*/
.wonder-earth {
  position: relative;
  padding-top: 80px;
  padding-top: 8.4210526%;
  text-align: center;
}
.wonder-earth h3 {
  padding: 6px 0;
  font-size: 162.5%;
  line-height: 1.3;
  background: #2b2a2b;
}
.wonder-earth h3 br.nb {
  display: none;
}
.wonder-earth strong {
  display: block;
  margin: 0 auto;
  padding: 44px 0 15px;
  padding: 4.6315789% 0 1.5789473%;
  width: 214px;
  width: 22.5263157%;
}
.wonder-earth p {
  font-size: 112.5%;
  line-height: 1.6;
}
.wonder-earth .btn {
  margin: 0 auto;
  padding-top: 20px;
  padding-top: 2.1052631%;
  width: 375px;
  width: 39.4736842%;
}

@media screen and (max-width: 479px) {
  .wonder-earth {
    padding-top: 50px;
  }
  .wonder-earth h3 {
    padding: 8px 0;
    font-size: 150%;
  }
  .wonder-earth h3 br.nb {
    display: block;
  }
  .wonder-earth strong {
    padding: 30px 0 15px;
    width: 60%;
  }
  .wonder-earth p br {
    display: none;
  }
  .wonder-earth .btn {
    padding-top: 20px;
    width: 80%;
    max-width: 375px;
  }
}

/*--------------------------------------------------
  .photo-gallery
--------------------------------------------------*/
.photo-gallery {
  padding-top: 100px;
  padding-top: 10.5263157%;
}
.photo-gallery h4 {
  font-size: 0;
  text-align: center;
}
.photo-gallery h4 img {
  width: 660px;
  width: 69.4736842%;
  height: auto;
}
.photo-gallery p {
  margin-top: 5px;
  font-size: 106.3%;
  line-height: 1.0;
  text-align: center;
}

.photo-gallery .map {
  position: relative;
  padding-bottom: 530px;
  padding-bottom: 55.7894736%;
  background: url(../img/idx_gallery_map.jpg) no-repeat 0 0;
  background-size: 100% auto;
}
.photo-gallery li {
  position: absolute;
  left: 0;
  top: 0;
}
.photo-gallery li a:hover {
  
}
.photo-gallery li span {
  display: none;
}
.photo-gallery li img {
  width: 100%;
  height: auto;
}

.photo-gallery li.sui {
  z-index: 130;
  left: 20px;
  padding-top: 43px;
  width: 123px;
  left: 2.1052631%;
  padding-top: 4.5263157%;
  width: 12.9473684%;
}
.photo-gallery li.por {
  z-index: 100;
  left: -5px;
  padding-top: 217px;
  width: 123px;
  
  left: -0.5263157%;
  padding-top: 22.8421052%;
  width: 12.9473684%;
}
.photo-gallery li.nmexico {
  z-index: 100;
  left: 818px;
  padding-top: 225px;
  width: 122px;
  
  left: 86.1052631%;
  padding-top: 23.6842105%;
  width: 12.8421052%;
}
.photo-gallery li.gre {
  z-index: 100;
  left: 127px;
  padding-top: 236px;
  width: 123px;
  
  left: 13.368421%;
  padding-top: 24.8421052%;
  width: 12.9473684%;
}
.photo-gallery li.mas {
  z-index: 100;
  left: 283px;
  padding-top: 322px;
  width: 122px;
  
  left: 29.7894736%;
  padding-top: 33.8947368%;
  width: 12.8421052%;
}
.photo-gallery li.usa {
  z-index: 100;
  left: 632px;
  padding-top: 220px;
  width: 62px;
  
  left: 66.526315%;
  padding-top: 23.1578947%;
  width: 6.5263157;
}
.photo-gallery li.arctic {
  z-index: 160;
  left: 259px;
  padding-top: 15px;
  width: 57px;
  
  left: 27.2631578%;
  padding-top: 1.5789473%;
  width: 6%;
}
.photo-gallery li.nzl {
  left: 560px;
  padding-top: 421px;
  width: 114px;
  
  left: 58.9473684%;
  padding-top: 44.3157894%;
  width: 12%;
}
.photo-gallery li.uzb {
  z-index: 120;
  left: 253px;
  padding-top: 183px;
  width: 106px;
  
  left: 26.6315789%;
  padding-top: 19.8947368%;
  width: 11.1578947%;
}
.photo-gallery li.cze {
  z-index: 150;
  left: 165px;
  padding-top: 102px;
  width: 50px;
  
  left: 17.368421%;
  padding-top: 10.7368421%;
  width: 5.2631578%;
}
.photo-gallery li.balkan {
  z-index: 140;
  left: 145px;
  padding-top: 167px;
  width: 97px;
  
  left: 15.2631578%;
  padding-top: 17.5789473%;
  width: 10.2105263%;
}
.photo-gallery li.rsa {
  z-index: 10;
  left: 99px;
  padding-top: 422px;
  width: 77px;
  
  left: 10.4210526%;
  padding-top: 44.4210526%;
  width: 8.1052631%;
}
.photo-gallery li.alaska {
  z-index: 150;
  left: 615px;
  padding-top: 29px;
  width: 63px;
  
  left: 64.7368421%;
  padding-top: 3.0526315%;
  width: 6.6315789%;
}

@media screen and (max-width: 479px) {
  .photo-gallery h4 img {
    width: 95%;
  }
  .photo-gallery p {
    padding-bottom: 15px;
  }
  .photo-gallery .map {
    padding-bottom: 0;
    background: none;
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
  }
  .photo-gallery .map:after {
    clear: both;
    display: block;
    content: "";
  }
  .photo-gallery li {
    float: left;
    position: static;
    margin: 0 !important;
    padding: 0 !important;
    width: 50% !important;
    background: #252525;
    box-sizing: border-box;
    border-top: 1px solid #444;
    border-left: 1px solid #444;
  }
  .photo-gallery li:nth-child(odd) {
    border-top: 1px solid #444;
  }
  .photo-gallery li:nth-child(even) {
    border-top: 1px solid #444;
  }
  .photo-gallery li:nth-child(1),
  .photo-gallery li:nth-child(2),
  .photo-gallery li:nth-child(3),
  .photo-gallery li:nth-child(4),
  .photo-gallery li:nth-child(5) {
    width: 100% !important;
  }
  .photo-gallery li a {
    display: block;
    padding: 10px 0 9px 30px;
    font-size: 125%;
    font-weight: normal;
    color: #fff;
    background: url(../img/idx_gallery_arrow@2x.png) no-repeat;
    background-position: 15px 50%;
    background-size: 10px 12px;
  }
  .photo-gallery li span {
    display: inline;
  }
  .photo-gallery li img {
    display: none;
  }
}

/*--------------------------------------------------
  .banner
--------------------------------------------------*/
.banner {
  margin-bottom: 50px;
  margin-bottom: 5.2631578%;
  padding-top: 70px;
  padding-top: 7.368421%;
}

@media screen and (max-width: 479px) {
  .banner {
    margin-bottom: 30px;
    padding-top: 50px;
  }
}