@charset "UTF-8";


/*TEXT*/
#photographer .head-text {
  position: relative;
  width: 90%;
  margin: auto;
  text-align: left;

  font-size: 8.8vw;
  font-weight: normal;
  line-height: 1.2;
  color: #505050;
  z-index: 2;
}

#photographer .head-text sup {
  font-size: 40%;
  vertical-align: super;
}

#photographer .head-text span {
  display: inline-block;
}

#photographer .subhead-text {
  position: relative;
  width: 84%;
  margin: 6vw auto;
  text-align: left;

  font-size: 6vw;
  font-weight: normal;
  color: #505050;
  z-index: 2;
}

#photographer .subhead-text sup {
  font-size: 40%;
  vertical-align: super;
}

#photographer .subhead-text span {
  display: inline-block;
}

#photographer .explain-text {
  position: relative;
  width: 90%;
  margin: 6vw auto;
  text-align: left;
  font-size: 3.6vw;
  line-height: 1.8;
  color: #505050;
  z-index: 2;
}

#photographer .explain-text sup {
  font-size: 50%;
  vertical-align: super;
}

#photographer .caption-text {
  position: relative;
  width: 90%;
  text-align: left;
  margin: 2vw auto;

  font-size: 3.6vw;
  color: #505050;
  z-index: 2;
}


#photographer .wh {
  color: #fff;
}


#photographer .gray {
  color: gray;
}


#photographer .center {
  text-align: center;
}


#photographer .right {
  text-align: right;
}


#photographer .shadow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}


#photographer .small {
  font-size: 85%;
}


#photographer .large {
  font-size: 125%;
}


#photographer .x-large {
  font-size: 150%;
}


#photographer .xx-large {
  font-size: 200%;
  line-height: 1;
}


#photographer .square {
  padding: 2vw 0;
}


#photographer .square:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}


#photographer .square:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 30px;
  height: 30px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.serif {
  font-family: serif;
}

/*IMG*/
.img-relative {
  position: relative;
}

.bg-img {
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  overflow: hidden;
  background: no-repeat center center;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;

  z-index: 1;
}

/*VIDEO*/
.video-wrap {
  position: relative;
  width: 100%;
  margin: 6vw auto;
}

.video-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;

  z-index: 2;
}

.video-inner video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}

/*MODAL*/
.modal-area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.modal-bk {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
}

.modal-bk::before {
  content: "×";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 1.2em;
  height: 1.2em;
  font-size: 32px;
  color: gray;
  line-height: 1.1;
  border: 2px solid gray;
  border-radius: 100%;
  cursor: pointer;
}

.modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: calc(100% - 140px);
  margin: auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-wrapper::-webkit-scrollbar {
  display: none;
}

/*背景固定用*/
body.fixed {
  position: fixed;
  left: 0;
}

/*KV*/
.top-img {
  height: 0;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: no-repeat center center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease-out;
}

#kv-photographer {
  padding: 0;
}

#kv-photographer .top-img {
  padding-top: 105%;
}

#kv-photographer .top-img.lazyloaded {
  background-image: url("../../images/sense8/photographer/top-sp.jpg");
  background-position: top;
}

#kv-photographer .subhead-text {
  position: absolute;
  top: 12vw;
  left: 0;
  right: 0;
}

/*CONTENT MAIN*/

/*Gallery*/
#gallery {
  padding-top: 5vw;
  padding-bottom: 25vw;
  background: #000;
}

.swiper {
  max-width: 84vw;
  overflow: visible;
}

.swiper-button-prev,
.swiper-button-next {
  width: 5.4vw;
  height: 5.4vw;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #fff;

  -webkit-tap-highlight-color: transparent;
}

.swiper-button-prev {
  left: -7vw;
}

.swiper-button-next {
  right: -7vw;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 3.4vw;
}

.swiper-horizontal>.swiper-pagination-bullets {
  right: 0;
  bottom: -14vw;
  width: 210px;
  margin: auto;
}

.swiper-pagination-bullet {
  border: 2px solid #fff;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #E10000;
  background: #E10000;
}

.swiper-slide {
  padding-bottom: 6vw;
}

.swiper-slide .caption-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.swiper-slide .caption-text {
  width: 100%;
  margin: auto;
}

.swiper-slide .bg-img {
  opacity: 0;
}

.swiper-slide.swiper-slide-next .bg-img,
.swiper-slide.swiper-slide-prev .bg-img {
  opacity: 0.4;
}

.swiper-slide.swiper-slide-active .bg-img,
.swiper-slide.swiper-slide-active .caption-text {
  opacity: 1;
}

#gallery .bg-img {
  padding-top: 138%;
}

#gallery .bg-img.no1.lazyloaded,
#gallery .bg-img.no1.lazyloading {
  background-image: url("../../images/sense8/photographer/gallery1_0.jpg");
}

#gallery .bg-img.no2.lazyloaded,
#gallery .bg-img.no2.lazyloading {
  background-image: url("../../images/sense8/photographer/gallery1_1.jpg");
}

#gallery .bg-img.no3.lazyloaded {
  background-image: url("../../images/sense8/photographer/gallery1_2.jpg");
}

#gallery .bg-img.no4.lazyloaded {
  background-image: url("../../images/sense8/photographer/gallery1_3.jpg");
}

#gallery .bg-img.no5.lazyloaded {
  background-image: url("../../images/sense8/photographer/gallery1_4.jpg");
}

#gallery .bg-img.no6.lazyloaded {
  background-image: url("../../images/sense8/photographer/gallery1_5.jpg");
}

#gallery .bg-img.no7.lazyloaded {
  background-image: url("../../images/sense8/photographer/gallery2_0.jpg");
}

#gallery .bg-img.no8.lazyloaded {
  background-image: url("../../images/sense8/photographer/gallery2_1.jpg");
}

#gallery .bg-img.no9.lazyloaded {
  background-image: url("../../images/sense8/photographer/gallery2_2.jpg");
}

#gallery .bg-img.no10.lazyloaded {
  background-image: url("../../images/sense8/photographer/gallery2_3.jpg");
}

#gallery .bg-img.no11.lazyloaded {
  background-image: url("../../images/sense8/photographer/gallery2_4.jpg");
}

#gallery .bg-img.no12.lazyloaded {
  background-image: url("../../images/sense8/photographer/gallery2_5.jpg");
}

#gallery .bg-img.no13.lazyloaded {
  background-image: url("../../images/sense8/photographer/gallery2_6.jpg");
}

#gallery .bg-img.no14.lazyloaded {
  background-image: url("../../images/sense8/photographer/gallery3_0.jpg");
}

#gallery .bg-img.no15.lazyloaded {
  background-image: url("../../images/sense8/photographer/gallery3_1.jpg");
}

#gallery .bg-img.no16.lazyloaded {
  background-image: url("../../images/sense8/photographer/gallery3_2.jpg");
}

#gallery .bg-img.no17.lazyloaded {
  background-image: url("../../images/sense8/photographer/gallery3_3.jpg");
}

#gallery .bg-img.no18.lazyloaded {
  background-image: url("../../images/sense8/photographer/gallery3_4.jpg");
}

#gallery .bg-img.no19.lazyloaded {
  background-image: url("../../images/sense8/photographer/gallery3_5.jpg");
}

#gallery .bg-img>a {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  z-index: 2;
}

#gallery .swiper-slide-active .bg-img>a {
  display: block;height: 96%;
}
#gallery .swiper-slide-active .bg-img>a.horizontal {
 height: 55%;
}
#gallery .bg-img.no1 a,
#gallery .bg-img.no2 a,
#gallery .bg-img.no3 a,
#gallery .bg-img.no4 a,
#gallery .bg-img.no5 a,
#gallery .bg-img.no6 a {
  border: 1px solid #a8e5a0;
}

#gallery .bg-img.no7 a,
#gallery .bg-img.no8 a,
#gallery .bg-img.no9 a,
#gallery .bg-img.no10 a,
#gallery .bg-img.no11 a,
#gallery .bg-img.no12 a,
#gallery .bg-img.no13 a {
  border: 1px solid #f6c3c8;
}
#gallery .bg-img.no14 a,
#gallery .bg-img.no15 a,
#gallery .bg-img.no16 a,
#gallery .bg-img.no17 a,
#gallery .bg-img.no18 a,
#gallery .bg-img.no19 a {
  border: 1px solid #fff08e;
}
#gallery .modal-wrapper {
  background: transparent;
}

#gallery .modal-wrapper .img-relative {
  height: inherit;
}

#gallery .modal-wrapper .img-relative .bg-img {
  height: inherit;
  padding: 0;
}

/*Colum*/
#colum {
  background: #373737;
  padding: 40px 0;
}

#colum * {
  box-sizing: border-box;
}

#colum .row {
  display: flex;
  flex-direction: column;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

#colum .border-colum {
  position: relative;
  width: 90%;
  margin: 0 auto 15px;
  border: 1px solid #E10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}


#colum .col-text {
  width: 100%;
  margin: 0;
  padding-left: 0px;
}

#colum .col-text .subhead-text {
  width: 100%;
  font-size: 24px;
  margin: 20px 0;
  text-align: center;
}

#colum .col-text .explain-text {
  width: 100%;
  font-size: 16px;
  margin: 0;
}

#colum .col-text .explain-text .sp-only {
  display: inline-block;
}

#profile1 .col-img {
  width: 200px;
  height: 278px;
  background: url(../../images/sense8/photographer/profile1.jpg) no-repeat;
  background-size: cover;
}

#profile2 .col-img {
  width: 200px;
  height: 278px;
  background: url(../../images/sense8/photographer/profile2.jpg) no-repeat;
  background-size: cover;
}

#profile3 .col-img {
  width: 200px;
  height: 278px;
  background: url(../../images/sense8/photographer/profile3.jpg) no-repeat;
  background-size: cover;
}

/*LODADED*/
.lazyloaded {
  opacity: 1;
}

@media screen and (min-width: 641px) {


  /*TEXT*/

  #photographer .head-text {
    width: 90%;
    max-width: 1600px;
    font-size: 48px;
  }


  #photographer .subhead-text {
    width: 80%;
    max-width: 1600px;
    margin: 30px auto;
    font-size: 32px;
  }


  #photographer .pc-only-flex .subhead-text {
    width: 100%;
  }


  #photographer .explain-text {
    width: 80%;
    max-width: 1600px;
    margin: 30px auto;
    font-size: 20px;
  }


  #photographer .pc-only-flex .explain-text {
    width: 95%;
    margin-left: 0;
  }


  #photographer .caption-text {
    width: 90%;
    max-width: 1600px;
    margin: 20px auto;
    font-size: 16px;
  }


  #photographer .square {
    padding: 12px 0;
  }

  /*VIDEO*/
  .video-wrap {
    max-width: 1280px;
    margin: 30px auto;
  }

  /*MODAL*/
  .modal-wrapper {
    width: calc(100% - 140px);
    max-height: 100%;
    max-width: 1920px;
    min-width: 960px;
  }

  /*KV*/
  #kv-photographer {
    padding-bottom: 0;
  }

  #kv-photographer .top-img {
    min-width: 960px;
    padding-top: 46%;
  }

  #kv-photographer .top-img.lazyloaded {
    background-image: url("../../images/sense8/photographer/top-pc.jpg");
  }

  #kv-photographer .subhead-text {
    top: 60px;
  }

  /*CONTENT MAIN*/

  /*Gallery*/
  #gallery {
    padding-top: 120px;
    padding-bottom: 160px;
  }
  #gallery .swiper-slide-active .bg-img>a {
   height:auto;
  }
  #gallery .swiper-slide-active .bg-img>a.horizontal {
    height:auto;
  }
  .swiper {
    width: 90%;
    max-width: 1920px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 36px;
    height: 36px;
    border-width: 2px;
  }

  .swiper-button-prev {
    left: -44px;
  }

  .swiper-button-next {
    right: -44px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px;
  }

  .swiper-horizontal>.swiper-pagination-bullets {
    bottom: -60px;
    width: 100%;
  }

  .swiper-slide {
    padding-bottom: 38px;
  }

  #gallery {
    padding-bottom: 160px;
  }

  #gallery .bg-img {
    padding-top: 60%;
  }

  #gallery .bg-img>a {
    width: 45%;
  }

  #gallery .bg-img>a.horizontal {
    width: 80%;
  }

  /*Colum*/
  #colum {
    background: #373737;
    padding: 120px 0;
    overflow: hidden;
  }

  .profile-title-text {
    position: absolute;
    top: -11px;
    left: 30px;
    color: #E10000;
    background: #373737;
    padding: 0 5px;
  }

  #colum .row {
    flex-direction: row;
  }

  #colum .border-colum {
    width: 30%;
    padding: 30px;
  }

  #colum .col-text {
    width: 100%;
  }

  #colum .col-text .subhead-text {
    font-size: 32px;
    margin: 15px 0;

  }

  #colum .col-text .explain-text .sp-only {
    display: none;
  }
}