/* ------------------------------
 width: all
------------------------------ */
body {
  background-image: url(../../../images/bg_ao.webp);
  background-position: top 385px center;
  background-size: 100% 100%;
}

main {
  background-image: url(../../../images/bg_ao02.webp);
  background-position: top 385px center;
  background-repeat: no-repeat;
  padding-bottom: 0;
}

main section.ttlsection .wrapper {
  background-image: url(../../../images/bg_ttl_ao.webp);
}

main section.s01 {
  padding: 60px 10% 150px;
}

main section.s01 .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

main section.s01 .wrapper .row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4.5vw 5%;
  margin-bottom: 20vw;
}

main section.s01 .wrapper .pic img {
  width: 100%;
  display: block;
}

main section.s01 .wrapper .pic {
  width: 30%;
}

main section.s01 .wrapper .pic:nth-of-type(1),
main section.s01 .wrapper .pic:nth-of-type(4),
main section.s01 .wrapper .pic:nth-of-type(5),
main section.s01 .wrapper .pic:nth-of-type(11),
main section.s01 .wrapper .pic:nth-of-type(12),
main section.s01 .wrapper .pic:nth-of-type(15) {
  width: 65%;
}

main section.s01 .wrapper .pic:nth-of-type(16),
main section.s01 .wrapper .pic:nth-of-type(17),
main section.s01 .wrapper .pic:nth-of-type(18),
main section.s01 .wrapper .pic:nth-of-type(19) {
  width: 47.5%;
}

main section.s01 .wrapper .pic:nth-of-type(17) {
  margin-top: 7.5vw;
} 

main section.s01 .wrapper .pic:nth-of-type(18) {
  margin-top: -17vw;
}

main section.s01 .wrapper .pic:nth-of-type(19) {
  margin-top: 4vw;
}

main section.s01 .wrapper .pic.js-fadeup {
  transition-duration: 1s;
}

main section.s01 .wrapper .pic.js-fadeup:nth-of-type(1) {
  transition-delay: .5s;
}

main section.s01 .wrapper .pic.js-fadeup:nth-of-type(2) {
  transition-delay: 1s;
}

main section.s01 .wrapper .pic.js-fadeup:nth-of-type(3) {
  transition-delay: 1.25s;
}

main section.s01 .wrapper .pic.js-fadeup:nth-of-type(4) {
  transition-delay: 1.75s;
}

main section.s01 .wrapper .pic.js-fadeup:nth-of-type(5) {
  transition-delay: 1s;
}

main section.s01 .wrapper .pic.js-fadeup:nth-of-type(6) {
  transition-delay: 1.5s;
}

main section.s01 .wrapper .pic.js-fadeup:nth-of-type(7) {
  transition-delay: .25s;
}

main section.s01 .wrapper .pic.js-fadeup:nth-of-type(8) {
  transition-delay: .5s;
}

main section.s01 .wrapper .pic.js-fadeup:nth-of-type(9) {
  transition-delay: .75s;
}

main section.s01 .wrapper .pic.js-fadeup:nth-of-type(10) {
  transition-delay: .25s;
}

main section.s01 .wrapper .pic.js-fadeup:nth-of-type(11) {
  transition-delay: .75s;
}

main section.s01 .wrapper .pic.js-fadeup:nth-of-type(12) {
  transition-delay: .25s;
}

main section.s01 .wrapper .pic.js-fadeup:nth-of-type(13) {
  transition-delay: .75s;
}

main section.s01 .wrapper .pic.js-fadeup:nth-of-type(14) {
  transition-delay: .25s;
}

main section.s01 .wrapper .pic.js-fadeup:nth-of-type(15) {
  transition-delay: .75s;
}

main section.s01 .wrapper .pic.js-fadeup:nth-of-type(16) {
  transition-delay: .25s;
}

main section.s01 .wrapper .pic.js-fadeup:nth-of-type(17) {
  transition-delay: .75s;
}

main section.s01 .wrapper .pic.js-fadeup:nth-of-type(18) {
  transition-delay: .25s;
}

main section.s01 .wrapper .pic.js-fadeup:nth-of-type(19) {
  transition-delay: .75s;
}

main section.s01 .wrapper .btnlist02 {
  margin-top: 120px;
}

main section.s01 .white {
  width: 100%;
  height: 650px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  body {
    background-image: url(../../../images/bg_ao_sp.webp);
    background-position: top 90px center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  main {
    background-image: none;
  }

  main section.ttlsection .wrapper {
    background-image: url(../../../images/bg_ttl_ao.webp);
  }

  main section.s01 {
    padding: 20px 10% 100px;
  }

  main section.s01 .wrapper .row {
    justify-content: center;
    gap: 6vw 7.66%;
    margin-bottom: 30vw;
  }

  main section.s01 .wrapper .pic {
    width: 46.16%;
  }

  main section.s01 .wrapper .pic:nth-of-type(1),
  main section.s01 .wrapper .pic:nth-of-type(4),
  main section.s01 .wrapper .pic:nth-of-type(5),
  main section.s01 .wrapper .pic:nth-of-type(11),
  main section.s01 .wrapper .pic:nth-of-type(12),
  main section.s01 .wrapper .pic:nth-of-type(15),
  main section.s01 .wrapper .pic:nth-of-type(16),
  main section.s01 .wrapper .pic:nth-of-type(17),
  main section.s01 .wrapper .pic:nth-of-type(18),
  main section.s01 .wrapper .pic:nth-of-type(19) {
    width: 100%;
    margin-top: auto;
  }

  main section.s01 .wrapper .pic:nth-of-type(1) {
    order: -3;
  }

  main section.s01 .wrapper .pic:nth-of-type(2) {
    order: -1;
  }

  main section.s01 .wrapper .pic:nth-of-type(3) {
    order: -2;
  }

  main section.s01 .wrapper .pic.js-fadeup:nth-of-type(1) {
    transition-delay: .5s;
  }

  main section.s01 .wrapper .pic.js-fadeup:nth-of-type(2) {
    transition-delay: 1.5s;
  }

  main section.s01 .wrapper .pic.js-fadeup:nth-of-type(3) {
    transition-delay: 1s;
  }

  main section.s01 .wrapper .pic.js-fadeup:nth-of-type(4) {
    transition-delay: 2s;
  }

  main section.s01 .wrapper .pic.js-fadeup:nth-of-type(5) {
    transition-delay: 2.5s;
  }

  main section.s01 .wrapper .pic.js-fadeup:nth-of-type(6) {
    transition-delay: 1s;
  }

  main section.s01 .wrapper .pic.js-fadeup:nth-of-type(8) {
    transition-delay: 1s;
  }

  main section.s01 .wrapper .pic.js-fadeup:nth-of-type(10),
  main section.s01 .wrapper .pic.js-fadeup:nth-of-type(11),
  main section.s01 .wrapper .pic.js-fadeup:nth-of-type(12),
  main section.s01 .wrapper .pic.js-fadeup:nth-of-type(13),
  main section.s01 .wrapper .pic.js-fadeup:nth-of-type(15),
  main section.s01 .wrapper .pic.js-fadeup:nth-of-type(16) {
    transition-delay: 1s;
  }

  main section.s01 .wrapper .pic.js-fadeup:nth-of-type(7),
  main section.s01 .wrapper .pic.js-fadeup:nth-of-type(9),
  main section.s01 .wrapper .pic.js-fadeup:nth-of-type(14) {
    transition-delay: 1.25s;
  }

  main section.s01 .wrapper .pic.js-fadeup:nth-of-type(17),
  main section.s01 .wrapper .pic.js-fadeup:nth-of-type(18),
  main section.s01 .wrapper .pic.js-fadeup:nth-of-type(19) {
    transition-delay: .5s;
  }

  main section.s01 .wrapper .btnlist02 {
    margin-top: 60px;
  }

  main section.s01 .white {
    width: 100%;
    height: 400px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}