@charset "UTF-8";

.section__in {
  width: 87%;
  max-width: 850px;
  margin: 0 auto;
}


.backblack {
  padding-top: 75px;
}
@media screen and (max-width:800px) {
  .backblack {
    padding-top: 10vw;
  }
}

.bottom_attention {
  padding-bottom: 30px;
  max-width: 900px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width:800px) {
  .bottom_attention {
    padding-bottom: 5vw;
  }
}

#section01 {
  padding-top: 120px;
  text-align: center;
}

#section01 .tit35 .en {
  margin-bottom: 0;
}

#section02 {
  color: #fff;
  padding-top: 30px;
}

@media screen and (max-width:800px) {
  #section02 {
    padding-top: 15px;
  }
}

#section02 .en {
  font-style: normal;
}

#section02 .section__in {
  width: 87%;
  max-width: 1100px;
  margin: 0 auto;
}

/****************************************************/
.slider {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media screen and (max-width:800px) {
  .slider {
    width: 113%;
    margin-left: -6.5%;
    margin-right: -6.5%;
  }
}

.thumnail {
  width: 100%;
  max-width: 760px;
  margin: 100px auto 0 auto;
}
@media screen and (max-width:800px) {
  .thumnail {
    margin: 7.5vw auto 0 auto;
  }
}

.slider-area img {
  max-width: 100%;
  display: block;
  height: auto;
}

.slider-area {
  max-width: 1040px;
  width: 100%;
  margin: auto;
}

.thumnail .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.slider-item {
  position: relative;
  padding: 0 75px;
}
@media screen and (max-width:1200px) {
  .slider-item {
    padding: 0 5vw;
  }
}
@media screen and (max-width:800px) {
  .slider-item {
    padding: 0 5vw;
  }
}

.slider-item .photo .capAbsRight.capCenter {
  right: 28.5%;
}

@media screen and (max-width:800px) {
  .slider-item .photo .capAbsRight.capCenter {
    text-align: right;
    right: 30%;
  }
}

.slider-item p.en {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 0.75em;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 22px;
}
@media screen and (max-width:800px) {
  .slider-item p.en {
    font-size: 4vw;
  }
}

.thumnail .slick-slide {
  display: block !important;
  float: none !important;
  flex: 0 0 25%;
  padding: 0 12px;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  .thumnail .slick-slide {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.thumnail .slick-slide:hover {
  cursor: pointer;
}
.thumnail .slick-slide.slick-current figure {
  position: relative;
}
.thumnail .slick-slide.slick-current figure::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}


.prev2 {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 15;
  transition: all 0.4s ease-out 0.01s;
  transform: translate(0, -50%);
}
@media screen and (max-width:1200px) {
  .prev2 {
    width: 3.5vw;
    left: 0vw;
  }
}
@media screen and (max-width:800px) {
  .prev2 {
    width: 6.5vw;
    position: absolute;
    top: 50%;
    left: -2vw;
    z-index: 15;
    transition: all 0.4s ease-out 0.01s;
  }
}
.prev2 img {
  width: 100%;
}
.prev2:hover {
  cursor: pointer;
  opacity: 0.7;
}

.next2 {
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 15;
  transition: all 0.4s ease-out 0.01s;
  transform: translate(0, -50%);
}
@media screen and (max-width:1200px) {
  .next2 {
    width: 3.5vw;
    right: 0vw;
  }
}
@media screen and (max-width:800px) {
  .next2 {
    width: 6.5vw;
    position: absolute;
    top: 50%;
    right: -2vw;
    z-index: 15;
    transition: all 0.4s ease-out 0.01s;
  }
}
.next2 img {
  width: 100%;
}
.next2:hover {
  cursor: pointer;
  opacity: 0.7;
}