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

/*--------------------------------------------------
  .mainvisual
--------------------------------------------------*/
.mainvisual {
  position: relative;
  background-image: url(../img/idx_main_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.mainvisual img {
  width: 100%;
  height: auto;
}
.mainvisual h2 {
  margin: 44px auto 0;
  margin: 4.6315789% auto 0;
  max-width: 744px;
  width: 78.3157894%;
  line-height: 0;
}
.mainvisual .artwork-box {
  margin: 42px 0 0 141px;
  margin: 4.4210526% 0 0 14.8421052%;
  max-width: 671px;
  width: 70.6315789%;
  line-height: 0;
}
.mainvisual .txt {
  margin: 44px 0 0 100px;
  margin: 4.6315789% 0 0 10.5263157%;
  padding-bottom: 45px;
  padding-bottom: 4.7368421%;
  max-width: 746px;
  width: 78.5263157%;
  line-height: 0;
}

@media screen and (max-width: 479px) {
  .mainvisual {
    background-size: 180%;
  }
  .mainvisual h2 {
    margin-top: 30px;
  }
  .mainvisual .txt {
    padding-bottom: 30px;
  }
  .mainvisual img {
    margin-left: -5%;
    width: 110%;
  }
}

/*--------------------------------------------------
  .photographer
--------------------------------------------------*/
.photographer {
  margin: 70px 0 0;
  margin: 7.368421% 0 0;
  background-image: url(../img/idx_photographer_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.photographer:after {
  clear: both;
  display: block;
  content: "";
}
.photographer h3 {
  padding: 30px 30px 25px;
  max-width: 538px;
  width: 56.6315789%;
  line-height: 0;
}
.photographer .item {
  float: left;
  text-align: center;
}
.photographer .item .profile-box {
  padding: 20px 0 30px;
}
.photographer .item .face-box {
  display: inline-block;
  vertical-align: middle;
}
.photographer .item .txt-box {
  display: inline-block;
  padding-left: 15px;
  padding-left: 4.7468354%;
  text-align: left;
  vertical-align: middle;
}
.photographer .item .txt-box h4 {
  font-size: 125%;
  line-height: 1.0;
}
.photographer .item .txt-box em {
  display: block;
  margin-top: 8px;
  font-size: 81.3%;
  line-height: 1.0;
}

/* .nakai & .hagihara
--------------------------------------------------*/
.photographer .item.nakai,
.photographer .item.hagihara {
  width: 316px;
  width: 33.2631578%;
}
.photographer .item.nakai .face-box,
.photographer .item.hagihara .face-box {
  width: 80px;
  width: 25.3164556%;
}

/* .kashiwakura
--------------------------------------------------*/
.photographer .item.kashiwakura {
  width: 318px;
  width: 33.4736842%;
}
.photographer .item.kashiwakura .face-box {
  width: 80px;
  width: 25.1572327%;
}

@media screen and (max-width: 640px) {
  .photographer h3 {
    padding: 20px 20px 15px;
    width: 70%;
  }
  .photographer .item .profile-box {
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 540px) {
  .photographer {
    margin: 30px 0 0;
  }
  .photographer h3 {
    padding: 15px 20px 10px;
    width: 80%;
  }
  .photographer .item .profile-box {
    padding: 15px 0 20px;
  }
  .photographer .item .face-box {
    display: block;
    margin: 0 auto;
    width: 80px !important;
  }
  .photographer .item .txt-box {
    display: block;
    margin-top: 10px;
    padding-left: 0;
    text-align: center;
  }
}

/*--------------------------------------------------
  .photo-gallery
--------------------------------------------------*/
.photo-gallery {
  position: relative;
}

@media screen and (max-width: 479px) {
  .photo-gallery {
    margin: 30px 0;
    border: 3px solid #333;
    background: #060005;
  }
}

/* .heading
--------------------------------------------------*/
.photo-gallery .heading {
  position: absolute;
  left: 30px;
  left: 3.1578947%;
  top: 0;
  z-index: 1000;
  padding-top: 78px;
  padding-top: 8.2105263%;
  width: 346px;
  width: 36.4210526%;
}
.photo-gallery .heading h4 {
  width: 278px;
  width: 80.3468208%;
  line-height: 0;
}
.photo-gallery .heading p {
  margin-top: 27px;
  margin-top: 7.8034682%;
  max-width: 341px;
  width: 98.5549132%;
  line-height: 0;
}
.photo-gallery .heading span {
  display: inline-block;
  margin-top: 14px;
  padding-left: 24px;
  line-height: 0.9;
  background-image: url(../../assets/img/icon_arrow@2x.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.photo-gallery .heading span a {
  padding-right: 18px;
  font-size: 87.5%;
  line-height: 1.3;
  color: #fff;
  background-image: url(../../assets/img/icon_blank@2x.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 11px 9px;
}
.photo-gallery .heading span a:hover {
  text-decoration: underline;
}
.photo-gallery .heading em {
  display: block;
  margin-top: 18px;
  margin-top: 5.2023121%;
  max-width: 346px;
  line-height: 0;
}
.no-opacity .photo-gallery .heading span {
  background-image: url(../../assets/img/icon_arrow.png);
}
.no-opacity .photo-gallery .heading span a {
  background-image: url(../../assets/img/icon_blank.png);
}

@media screen and (max-width: 640px) {
  .photo-gallery .heading {
    position: relative;
    left: 25px;
  }
  .photo-gallery .heading h4 {
    width: 110%;
  }
  .photo-gallery .heading p {
    margin-top: 20px;
  }
  .photo-gallery .heading span a {
    font-size: 137.5%;
  }
  .photo-gallery .heading em {
    margin-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .photo-gallery .heading {
    position: static;
    padding: 20px;
    width: auto;
    text-align: center;
  }
  .photo-gallery .heading h4 {
    margin: 0 auto;
    width: 55%;
  }
  .photo-gallery .heading p {
    margin: 20px auto 0;
    width: 85%;
  }
  .photo-gallery .heading span {
    background-size: auto 80%;
  }
  .photo-gallery .heading span a {
    font-size: 112%;
  }
  .photo-gallery .heading em {
    margin: 25px auto 0;
    width: 85%;
  }
}

/* .map default
--------------------------------------------------*/
.photo-gallery .map {
  position: relative;
  display: block;
  padding-bottom: 865px;
  padding-bottom: 91.10526315%;
  background-image: url(../img/idx_gallery_map.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 137.8947368% auto;
}
.photo-gallery li {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0;
}
.photo-gallery li a {
  display: inline-block;
  font-size: 125%;
  font-weight: bold;
  color: #fff;
}
.photo-gallery li span {
  display: none;
}
.photo-gallery li img {
  width: 100%;
  height: auto;
}
.no-opacity .photo-gallery li a {
  display: inline;
  line-height: 0;
}

@media screen and (max-width: 640px) {
  .photo-gallery .map {
    margin-top: -25%;
  }
}
@media screen and (max-width: 479px) {
  .photo-gallery .map {
    margin-top: 0;
    padding-bottom: 0;
    background: none;
    border-top: 1px solid #333;
  }
  .photo-gallery .map:after {
    clear: both;
    display: block;
    content: "";
  }
  .photo-gallery li {
    float: left;
    position: static;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    width: 50% !important;
    line-height: 1.0;
    box-sizing: border-box;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
  }
  .photo-gallery li a {
    position: relative;
    display: block;
    padding: 14px 0 13px 31px;
    font-size: 130%;
    font-weight: normal;
    background-position: 15px 50%;
    background-size: auto 11px;
    background-repeat: no-repeat;
    background-image: url(../img/idx_gallery_icon1.png);
  }
  .photo-gallery li a.kai:after {
    position: absolute;
    right: 12px;
    top: 0;
    width: 27%;
    height: 100%;
    background-image: url(../img/idx_gallery_li_logo.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100% auto;
    content: "";
  }
  .photo-gallery li span {
    display: inline;
  }
  .photo-gallery li img {
    display: none;
  }
}

/* .map li
--------------------------------------------------*/
.photo-gallery li.biei {
  z-index: 1000;
  left: 459px;
  left: 48.3157894%;
  padding-top: 133px;
  padding-top: 14%;
  max-width: 55px;
  width: 5.7894736%;
}
.photo-gallery li.tsugaru {
  z-index: 900;
  left: 794px;
  left: 83.5789473%;
  padding-top: 248px;
  padding-top: 26.5%;
  max-width: 55px;
  width: 5.7894736%;
}
.photo-gallery li.nikko {
  z-index: 800;
  left: 794px;
  left: 83.5789473%;
  padding-top: 332px;
  padding-top: 35.3%;
  max-width: 55px;
  width: 5.7894736%;
}
.photo-gallery li.kawaji {
  z-index: 700;
  left: 794px;
  left: 83.5789473%;
  padding-top: 426px;
  padding-top: 45.3%;
  max-width: 55px;
  width: 5.7894736%;
}
.photo-gallery li.hakone {
  z-index: 600;
  left: 738px;
  left: 77.6842105%;
  padding-top: 502px;
  padding-top: 53.2%;
  max-width: 55px;
  width: 5.7894736%;
}
.photo-gallery li.atami {
  z-index: 500;
  left: 738px;
  left: 77.6842105%;
  padding-top: 542px;
  padding-top: 57.4%;
  max-width: 55px;
  width: 5.7894736%;
}
.photo-gallery li.ito {
  z-index: 400;
  left: 738px;
  left: 77.6842105%;
  padding-top: 584px;
  padding-top: 61.8%;
  max-width: 55px;
  width: 5.7894736%;
}
.photo-gallery li.enshu {
  z-index: 300;
  left: 685px;
  left: 72.1052631%;
  padding-top: 636px;
  padding-top: 67.4%;
  max-width: 55px;
  width: 5.7894736%;
}
.photo-gallery li.alps {
  z-index: 700;
  left: 30px;
  left: 12.6%;
  padding-top: 338px;
  padding-top: 36%;
  max-width: 90px;
  width: 9%;
}
.photo-gallery li.kamikochi {
  z-index: 600;
  left: 87px;
  left: 9.1578947%;
  padding-top: 383px;
  padding-top: 40.3157894%;
  max-width: 75px;
  width: 7.8947368%;
}
.photo-gallery li.matsumoto {
  z-index: 500;
  left: 134px;
  left: 23%;
  padding-top: 421px;
  padding-top: 44.8%;
  max-width: 55px;
  width: 5.7894736%%;
}
.photo-gallery li.izumo {
  z-index: 400;
  left: 37px;
  left: 12.7%;
  padding-top: 497px;
  padding-top: 52.6%;
  max-width: 55px;
  width: 5.7894736%%;
}
.photo-gallery li.aso {
  z-index: 300;
  left: 5px;
  left: 9.2%;
  padding-top: 555px;
  padding-top: 58.9%;
  max-width: 55px;
  width: 5.7894736%%;
}
.photo-gallery li.kyushu {
  z-index: 200;
  left: 321px;
  left: 33.7894736%;
  padding-top: 660px;
  padding-top: 69.4736842%;
  max-width: 54px;
  width: 5.6842105%;
}
.photo-gallery li.okinawa {
  z-index: 100;
  left: 608px;
  left: 60.5%;
  padding-top: 730px;
  padding-top: 80.5%;
  max-width: 75px;
  width: 7.9%;
}

/*--------------------------------------------------
  .impressive-spot
--------------------------------------------------*/
.impressive-spot {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px;
  /*width: 89.1089108%;*/
  width: 100%;
  max-width: 900px;
  background: #000;
  visibility: hidden;
  opacity: 0.0;
}
.carousel.deactive {
  left: -2000px !important;
  top: -2000px !important;
}
.impressive-spot.open {
  z-index: 2000;
  visibility: visible;
  opacity: 1.0;
  transition: opacity 0.3s, left 0.3s, top 0.3s;
  -ms-transition: opacity 0.3s, left 0.3s, top 0.3s;
  -moz-transition: opacity 0.3s, left 0.3s, top 0.3s;
  -webkit-transition: opacity 0.3s left 0.3s, top 0.3s;
}
.impressive-spot.leave {
  opacity: 0.0;
}
.impressive-spot .impressive-spot-inner {
  /*870px*/
  position: relative;
  padding: 30px 0;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.impressive-spot .impressive-spot-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding-bottom: 22px;
  /*padding-bottom: 2.5287356%;*/
  width: 22px;
  /*width: 2.5287356%;*/
  background: url(../../assets/img/carousel_close.png) no-repeat 0 0;
  background-size: 100% auto;
  cursor: pointer;
}
.impressive-spot .impressive-spot-viewport {
  margin: 0 auto;
  width: 733px;
  /*width: 84.4470046%;*/
}
.impressive-spot .impressive-spot-viewport:after {
  clear: both;
  display: block;
  content: "";
}
.impressive-spot .photo {
  float: left;
  max-width: 518px;
  line-height: 0;
}
.impressive-spot .photo img {
  max-width: 518px;
}
.impressive-spot .map {
  float: right;
  max-width: 195px;
  /*width: 26.6030013%;*/
  line-height: 0;
  background: #fff;
}
.impressive-spot .map img {
  max-width: 195px;
}
.impressive-spot p.title {
  clear: both;
  padding-top: 10px;
  font-size: 143.8%;
  line-height: 1.2;
  text-align: center;
}

.impressive-spot .link {
  position: relative;
  margin-top: 20px;
  padding: 0 15px;
  text-align: right;
}
.impressive-spot .logo {
  display: inline-block;
  margin-bottom: 10px;
  max-width: 104px;
  min-width: 60px;
  width: 12.4105011%;
  line-height: 0;
}
.impressive-spot .logo img {
  width: 100%;
  height: auto;
}
.impressive-spot .link a {
  padding-left: 23px;
  background: url(../../assets/img/icon_arrow@2x.png) no-repeat 0 50%;
  background-size: 17px 17px;
  font-size: 93.8%;
  color: #fff;
}
.impressive-spot .link a:hover {
  text-decoration: underline;
}
.no-opacity .impressive-spot .link a {
  background-image: url(../../assets/img/icon_arrow.png);
}

@media screen and (max-width: 900px) {
  .impressive-spot {
    width: 89.1089108%;
  }
  .impressive-spot .impressive-spot-close {
    padding-bottom: 2.5287356%;
    width: 2.5287356%;
  }
  .impressive-spot .impressive-spot-viewport {
    width: 84.4470046%;
  }
  .impressive-spot .photo {
    width: 70.6684856%;
  }
  .impressive-spot .map {
    width: 26.6030013%;
  }
}

/*--------------------------------------------------
  .report
--------------------------------------------------*/
.report {
  padding: 30px;
  background: #272727;
}
.report .heading:after {
  clear: both;
  display: block;
  content: "";
}
.report .heading h3 {
  float: left;
  max-width: 270px;
  width: 30.3370786%;
  line-height: 0;
}
.report .heading strong {
  float: right;
  max-width: 167px;
  width: 18.7640449%;
  line-height: 0;
}
.report .inner {
  position: relative;
  display: table;
  box-sizing: border-box;
  margin: 30px 0 0;
  width: 100%;
  background: #000;
}
.report .inner a {
  display: block;
  color: #fff;
}
.report .img-box.tsugaru {
  display: table-cell;
  width: 230px;
  width: 25.8426966%;
  vertical-align: middle;
}
.report .txt-box {
  display: table-cell;
  padding: 0 20px 0 30px;
  padding: 0 2.247191% 0 3.3707865%;
  width: 474px;
  width: 53.2584269%;
  vertical-align: middle;
}
.report .txt-box:after {
  clear: both;
  display: block;
  content: "";
}
.report .txt-box h4 {
  margin-bottom: 6px;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.2;
}
.report .txt-box p {
  font-size: 93.8%;
  line-height: 1.6;
}
.report .txt-box .arrow {
  position: relative;
  top: 2px;
  width: 17px;
  height: 17px;
}
.report .img-box.lin-ss {
  display: none;
}
.report .img-box.lin {
  display: table-cell;
  padding-right: 17px;
  padding-right: 1.9101123%;
  width: 186px;
  width: 20.8988764%;
  vertical-align: middle;
}

@media screen and (max-width: 800px) {
  .report {
    padding: 25px;
  }
}
@media screen and (max-width: 640px) {
  .report .heading h3 {
    width: 40%;
  }
  .report .heading strong {
    width: 28%;
  }
  .report .inner {
    display: block;
    margin: 30px 0 0;
    padding-bottom: 20px;
  }
  .report .img-box.tsugaru {
    display: block;
    padding-bottom: 20px;
    width: auto;
  }
  .report .txt-box {
    padding: 0 20px;
    width: auto;
  }
  .report .txt-box h4 {
    margin-bottom: 15px;
    font-size: 168.8%;
  }
  .report .txt-box p {
    font-size: 137.5%;
  }
  .report .txt-box .arrow {
    top: 3px;
    width: 11px;
    height: 11px;
  }
  .report .img-box.lin {
    padding-right: 20px;
    width: 34%;
  }
}
@media screen and (max-width: 479px) {
  .report {
    padding: 20px 15px;
  }
  .report .heading h3 {
    width: 50%;
  }
  .report .heading strong {
    width: 30%;
  }
  .report .inner {
    margin: 20px 0 0;
    padding-bottom: 25px;
  }
  .report .txt-box {
    display: block;
  }
  .report .txt-box h4 {
    font-size: 137.5%;
  }
  .report .txt-box p {
    font-size: 112%;
  }
  .report .txt-box .arrow {
    position: absolute;
    right: 10px;
    top: auto;
    bottom: 10px;
    width: 14px;
    height: 14px;
  }
  .report .img-box.lin-ss {
    float: right;
    display: block;
    margin: 5px 0 20px 20px;
    width: 40%;
  }
  .report .img-box.lin {
    display: none;
  }
}

/*--------------------------------------------------
  .experience
--------------------------------------------------*/
.experience {
  position: relative;
  margin-top: 60px;
  margin-top: 6.3157894%;
  padding: 30px;
  background-image: url(../img/idx_experience_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.experience h3 {
  margin-bottom: 22px;
  max-width: 277px;
  width: 31.1235955%;
  line-height: 0;
}
.experience p {
  font-size: 143.8%;
  line-height: 1.5;
}
.experience dl {
  margin-top: 25px;
  width: 530px;
  width: 59.5505617%;
  font-size: 118.8%;
  line-height: 1.6;
}
.experience dt {
  margin-left: -9px;
}

.experience dd.arrow {
  display: inline-block;
  margin-top: 14px;
  padding-left: 29px;
  line-height: 0.9;
  background-image: url(../../assets/img/icon_arrow@2x.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}

.experience dd.arrow a {
  padding-right: 18px;
  font-size: 87.5%;
  line-height: 1.3;
  color: #fff;
  background-image: url(../../assets/img/icon_blank@2x.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 11px 9px;
}
.experience dd.arrow a:hover {
  text-decoration: underline;
}

.no-opacity .experience dd.arrow {
  background-image: url(../../assets/img/icon_arrow.png);
}
.no-opacity .experience dd.arrow a {
  background-image: url(../../assets/img/icon_blank.png);
}

.experience . {
  letter-spacing: -0.07em;
}
.experience .artwork {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 322px;
  width: 33.8947368%;
}

@media screen and (max-width: 800px) {
  .experience {
    padding: 25px;
  }
  .experience .artwork {
    right: 25px;
  }
}
@media screen and (max-width: 640px) {
  .experience h3 {
    width: 41%;
  }
  .experience p {
    font-size: 168.8%;
  }
  .experience dl {
    font-size: 137.5%;
  }
  .experience .artwork {
    bottom: 30px;
  }
  
}
@media screen and (max-width: 479px) {
  .experience {
    margin-top: 30px;
    padding: 20px;
  }
  .experience h3 {
    width: 55%;
  }
  .experience p {
    font-size: 137.5%;
  }
  .experience dl {
    font-size: 112%;
    width: auto;
  }
  .experience .artwork {
    position: static;
    margin: 15px auto 0;
    width: 90%;
  }
}

/*--------------------------------------------------
  .full-size-world
--------------------------------------------------*/
.full-size-world {
  margin: 60px auto 40px;
  margin: 6.3157894% auto 4.2105263%;
  max-width: 388px;
}

@media screen and (max-width: 479px) {
  .full-size-world {
    margin-top: 40px;
  }
}

/*--------------------------------------------------
  Override
--------------------------------------------------*/
#CarouselLayer {
  background: #6a6669;
}
#CarouselLayer.open {
  opacity: 0.7;
}
#CarouselLayer.leave {
  opacity: 0.0;
}
.no-opacity #CarouselLayer.open {
  filter: alpha(opacity=70);
}

.carousel.deactive {
  left: -2000px !important;
  top: -2000px !important;
}
.carousel .w720 .carousel-inner {
  max-width: 720px;
}
.carousel .w580 .carousel-inner {
  max-width: 580px;
}
.carousel .link {
  position: relative;
}
.carousel .logo {
  position: absolute;
  right: 18px;
  top: 0;
  margin-top: -5.5%;
  max-width: 104px;
  min-width: 60px;
  width: 11.9540229%;
  line-height: 0;
}
.carousel .logo img {
  width: 100%;
  height: auto;
}
.carousel.no-kai .logo {
  display: none;
}
@media screen and (max-width: 900px) {
  .carousel .w720 .carousel-inner {
    width: 80%;
  }
  .carousel .w580 .carousel-inner {
    width: 64.444444%;
  }
}
@media screen and (max-width: 479px) {
  .carousel {
    padding: 30px 0 30px 0;
  }
  .carousel-thum li {
    margin: 10px 5px 0 !important;
  }
  .carousel .link {
    margin-top: 35px;
  }
  .carousel .logo {
    margin-top: -8%;
  }
}

