.s_waku {
  bottom: 40px;
}

@media (max-width: 1660px) {
  .s_access01 {
    padding-top: 0%;
    padding-right: 13%;
  }
}
@media (max-width: 768px) {
  .s_access02 {
    padding-left: 80px;
    padding-right: 60px;
    padding-top: 30px;
  }
}
.s_pic_title_01 {
  max-width: 580px;
  -webkit-filter: drop-shadow(0 0 6px #000);
          filter: drop-shadow(0 0 6px #000);
}
@media (max-width: 768px) {
  .s_pic_title_01 {
    max-width: 68%;
  }
}

.s_main_title_01 {
  width: 260px;
}
@media (max-width: 768px) {
  .s_main_title_01 {
    max-width: 160px;
  }
}

.mrLead {
  font-size: 15px;
  text-align: center;
  line-height: 2;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
  .mrLead {
    font-size: 3.1vw;
    margin-bottom: 40px;
  }
}

.contents-wrap.-mr {
  max-width: 1200px;
  margin-inline: auto;
  padding-bottom: 100px;
}
@media only screen and (max-width: 800px) {
  .contents-wrap.-mr {
    padding: 0 10% 100px;
  }
}

.-mainCont {
  padding-top: 100px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .-mainCont {
    padding-top: 40px;
  }
}

.bx-wrapper {
  border: none;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.bx-viewport {
  overflow: visible !important;
}

.slide {
  max-width: 100%;
  margin: 0 auto 20px;
}
.slide figcaption {
  color: #fff;
  display: block;
  position: absolute;
  font-size: 14px;
  bottom: 2px;
  right: 5px;
  width: auto;
  font-family: "Times New Roman", serif;
  letter-spacing: 1px;
  text-shadow: 0px 0px 4px rgb(0, 0, 1), 0px 0px 4px rgb(0, 0, 1);
}
.slide figcaption img {
  -webkit-filter: drop-shadow(0px 0px 4px #000);
          filter: drop-shadow(0px 0px 4px #000);
}
@media only screen and (max-width: 800px) {
  .slide figcaption {
    bottom: 1px;
  }
  .slide figcaption img {
    width: 70%;
  }
}
.slide figcaption.bgL {
  left: 0;
  right: auto;
}
@media all and (-ms-high-contrast: none) {
  .slide figcaption.bgL {
    padding: 5px 6px 1px;
  }
}
.slide figcaption.out {
  bottom: -20px;
  background: none;
  color: #000;
}

.slider01 figure {
  margin-bottom: -1px;
}

.bx-wrapper {
  border: none;
  margin-bottom: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  margin: 16px auto 0;
}

.custom-thumb a {
  width: 24%;
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.custom-thumb a.-none:before {
  content: none;
}
.custom-thumb a p {
  color: #FFF;
  font-size: 22px;
  text-align: center;
  position: absolute;
  font-family: "Times New Roman", serif;
}
@media only screen and (max-width: 767px) {
  .custom-thumb a p {
    font-size: 2.5vw;
  }
}
.custom-thumb a:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.custom-thumb.n7 a {
  width: 13.5%;
  display: block;
  margin-bottom: 4px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.custom-thumb a.active, .custom-thumb a:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom-thumb a.active:before, .custom-thumb a:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0);
}
.custom-thumb a.active p, .custom-thumb a:hover p {
  opacity: 0;
}

.custom-thumb a img {
  max-width: 100%;
}

.custom-thumb a.active, .custom-thumb a:hover {
  opacity: 1;
}

.child-main-copy {
  padding-bottom: 50px;
  line-height: 1.6;
}

.capArea p {
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 10.8px;
}

.pageCap {
  padding-bottom: 100px;
  max-width: 1100px;
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  .slide {
    margin-bottom: 10px;
  }
  .custom-thumb {
    margin: 10px auto 0;
  }
  .custom-thumb a {
    width: 32%;
    margin-bottom: 5px;
  }
  .custom-thumb.n7 a {
    width: 24%;
  }
  .child-main-copy {
    padding-bottom: 25px;
    letter-spacing: 0;
  }
  .pageCap {
    padding: 20px 15px 50px;
    font-size: 10px;
  }
}