/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  padding: 0 40px;
}
main section.s01 .wrapper {
  position: relative;
}
main section.s01 .wrapper .swiper-area {
  border-radius: 20px;
  overflow: hidden;
}
main section.s01 .wrapper .swiper-area .swiper .swiper-wrapper .swiper-slide .photobox {
  width: 100%;
  height: calc(100vh - 170px);
  position: relative;
  overflow: hidden;
}
main section.s01 .wrapper .swiper-area .swiper .swiper-wrapper .swiper-slide .photobox .photo_pc {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s01 .wrapper .swiper-area .swiper .swiper-wrapper .swiper-slide .photobox .photo_sp {
  display: none;
}
main section.s01 .wrapper .swiper-area .swiper .swiper-pagination {
  text-align: right;
  padding-right: 60px;
  padding-bottom: 40px;
}
main section.s01 .wrapper .swiper-area .swiper .swiper-pagination span {
  width: 14px;
  height: 14px;
  margin: 0 15px;
  border: 1px solid #fff;
  background-color: #fff !important;
  opacity: 1 !important;
}
main section.s01 .wrapper .swiper-area .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #029D97 !important;
}
main section.s01 .wrapper .swiper-area .swiper .swiper-button-prev {
  display: none;
}
main section.s01 .wrapper .swiper-area .swiper .swiper-button-next {
  display: none;
}
main section.s01 .wrapper .msgbox {
  position: absolute;
  bottom: 150px;
  left: 0;
  z-index: 100;
}
main section.s01 .wrapper .msgbox p {
  overflow: hidden;
}
main section.s01 .wrapper .msgbox p.active span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main section.s01 .wrapper .msgbox p + p {
  margin-top: 10px;
}
main section.s01 .wrapper .msgbox p span {
  display: inline-block;
  background-color: #fff;
  font-size: 40px;
  line-height: 100%;
  padding: 10px 35px;
  -webkit-transform: translateY(65px);
          transform: translateY(65px);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
main section.s01 .copy {
  text-align: center;
  font-size: 13px;
  line-height: 14px;
  padding: 18px 0;
  font-weight: normal !important;
}

footer {
  display: none;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    padding: 0 15px;
    position: relative;
  }
  main section.s01 .wrapper {
    position: relative;
  }
  main section.s01 .wrapper .swiper-area {
    border-radius: 8px;
    overflow: hidden;
  }
  main section.s01 .wrapper .swiper-area .swiper .swiper-wrapper .swiper-slide .photobox {
    width: 100%;
    height: calc(100dvh - 90px);
    position: relative;
    overflow: hidden;
  }
  main section.s01 .wrapper .swiper-area .swiper .swiper-wrapper .swiper-slide .photobox .photo_sp {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.s01 .wrapper .swiper-area .swiper .swiper-wrapper .swiper-slide .photobox .photo_pc {
    display: none;
  }
  main section.s01 .wrapper .swiper-area .swiper .swiper-pagination {
    text-align: right;
    padding: 0;
    text-align: center;
    padding-bottom: 70px;
  }
  main section.s01 .wrapper .swiper-area .swiper .swiper-pagination span {
    width: 14px;
    height: 14px;
    margin: 0 8px;
    border: 1px solid #fff;
    background-color: #fff !important;
    opacity: 1 !important;
  }
  main section.s01 .wrapper .swiper-area .swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #029D97 !important;
  }
  main section.s01 .wrapper .swiper-area .swiper .swiper-button-prev {
    display: block;
    width: 20px;
    height: 35px;
    background-image: url(../images/icon_prev01.svg);
    top: 50% !important;
    left: 10px !important;
    margin-top: -10px !important;
  }
  main section.s01 .wrapper .swiper-area .swiper .swiper-button-prev::after {
    display: none !important;
  }
  main section.s01 .wrapper .swiper-area .swiper .swiper-button-next {
    display: block;
    width: 20px;
    height: 35px;
    background-image: url(../images/icon_next01.svg);
    top: 50% !important;
    right: 10px !important;
    margin-top: -10px !important;
  }
  main section.s01 .wrapper .swiper-area .swiper .swiper-button-next::after {
    display: none !important;
  }
  main section.s01 .wrapper .msgbox {
    position: absolute;
    top: 30px;
    bottom: auto;
    left: 0;
    z-index: 100;
  }
  main section.s01 .wrapper .msgbox p + p {
    margin-top: 8px;
  }
  main section.s01 .wrapper .msgbox p span {
    display: inline-block;
    background-color: #fff;
    font-weight: bold;
    font-size: 23px;
    line-height: 100%;
    padding: 5px 10px;
    -webkit-transform: translateY(38px);
            transform: translateY(38px);
  }
  main section.s01 .copy {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}