/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  width: 1000px;
  margin: 0 auto;
}

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

main section.s01 .wrapper h2,
main section.s01 .wrapper h3 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-top: 90px;
}

main section.s01 .wrapper .t01 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
}

main section.s01 .wrapper .btn01 {
  width: 490px;
  line-height: 18px;
  padding: 10px 0;
  border: 1px solid #040000;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #040000;
  margin: 70px auto 0;
  font-size: 17px;
}

main section.s01 .wrapper .photo01 {
  width: 650px;
  margin: 30px auto 0;
  display: block;
}

main section.s01 .wrapper .photo02 {
  width: 500px;
  display: block;
  margin: 30px auto 0;
}

main section.s01 .wrapper .photo03 {
  width: 500px;
  margin: 30px auto 0;
  display: block;
}

main section.s01 .wrapper .photo04 {
  width: 500px;
  display: block;
  margin: 30px auto 0;
}

main section.s01 .wrapper .t02 {
  text-align: center;
  margin-top: 10px;
}

main section.s02 {
  margin-top: 200px;
  opacity: .3;
}

main section.s02 .wrapper {
  width: 1000px;
  margin: 0 auto;
}

main section.s02 .wrapper .bnr {
  width: 100%;
  display: block;
}

main section.s02 .wrapper h4 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-top: 90px;
}

main section.s02 .wrapper .t01 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
}

main section.s02 .wrapper .btn01 {
  width: 490px;
  line-height: 18px;
  padding: 10px 0;
  border: 1px solid #040000;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #040000;
  margin: 70px auto 0;
  font-size: 17px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s01 .wrapper .bnr {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper h2,
  main section.s01 .wrapper h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
  }
  main section.s01 .wrapper .t01 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  main section.s01 .wrapper .btn01 {
    width: 300px;
    line-height: 22px;
    padding: 10px 0;
    border: 1px solid #040000;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #040000;
    margin: 30px auto 0;
    font-size: 15px;
  }
  main section.s01 .wrapper .photo01 {
    width: 650px;
    max-width: 100%;
    margin: 30px auto 0;
    display: block;
  }
  main section.s01 .wrapper .photo02 {
    width: 500px;
    max-width: 100%;
    display: block;
    margin: 10px auto 0;
  }
  main section.s01 .wrapper .photo03 {
    width: 500px;
    max-width: 100%;
    margin: 30px auto 0;
    display: block;
  }
  main section.s01 .wrapper .photo04 {
    width: 500px;
    max-width: 100%;
    display: block;
    margin: 10px auto 0;
  }
  main section.s01 .wrapper .t02 {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
  }
  main section.s02 {
    margin-top: 70px;
  }
  main section.s02 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s02 .wrapper .bnr {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper h4 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
  }
  main section.s02 .wrapper .t01 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  main section.s02 .wrapper .btn01 {
    width: 490px;
    line-height: 18px;
    padding: 10px 0;
    border: 1px solid #040000;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #040000;
    margin: 70px auto 0;
    font-size: 17px;
  }
}
