/* ------------------------------
 width: all
------------------------------ */
.contentsarea {
  overflow: hidden;
}

main .circle01 {
  display: block;
  position: absolute;
  top: -400px;
  left: calc(50% + 300px);
  z-index: 1;
}
main section.s01 {
  padding-top: 70px;
  z-index: 10;
}
main section.s01 .wrapper .sliderbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 30;
}
main section.s01 .wrapper .sliderbox .slider {
  width: 100% !important;
  margin: 0 auto;
  position: relative;
  z-index: 30;
}
main section.s01 .wrapper .sliderbox .slider img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .sliderbox .photo img {
  display: block;
}
main section.s02 {
  padding-top: 50px;
  z-index: 5;
  padding-bottom: 650px;
  background-image: url(../images/tp0203.png);
  background-position: bottom -100px center;
  background-repeat: no-repeat;
  background-size: 2426px auto;
}
main section.s02 .wrapper {
  width: 809px;
  height: 1386px;
  margin: 0 auto;
  position: relative;
  background-image: url(../images/tp0201.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 150px;
}
main section.s02 .wrapper::before {
  content: "";
  display: block;
  width: 1px;
  height: 150px;
  background-color: #fff;
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
main section.s02 .wrapper h2 {
  font-size: 61px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 12px;
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
}
main section.s02 .wrapper .photo01 {
  width: 294px;
  display: block;
  margin: 40px auto 0;
}
main section.s02 .wrapper .t01 {
  font-size: 42px;
  font-weight: 900;
  color: #d1d149;
  text-align: center;
  margin-top: 60px;
  letter-spacing: 10px;
}
main section.s02 .wrapper .t02 {
  width: 590px;
  margin: 40px auto 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 265%;
  letter-spacing: 2px;
}
main section.s03 {
  background-image: url(../images/bg_stone.jpg);
  background-size: cover;
  background-position: center center;
  padding: 100px 40px;
}
main section.s03 .wrapper .list01 {
  width: 926.5px;
  margin: 0 auto;
}
main section.s03 .wrapper .list01 li + li {
  margin-top: 50px;
}
main section.s03 .wrapper .list01 li a {
  width: 100%;
  display: block;
}
main section.s03 .wrapper .list01 li a img {
  width: 100%;
  display: block;
}
main section.s04 {
  background-image: url(../images/bg_stone.jpg);
  background-size: cover;
  background-position: center center;
  padding: 0 40px 30px;
}
main section.s04 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 2010px;
  margin: 0 auto;
}
main section.s04 .wrapper ul li {
  width: 32.9%;
  max-width: 661px;
}
main section.s04 .wrapper ul li img {
  width: 100%;
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main .circle01 {
    width: 400px;
    display: block;
    position: absolute;
    top: -150px;
    left: auto;
    right: -250px;
    z-index: 1;
  }
  main section.s01 {
    padding-top: 30px;
    z-index: 10;
  }
  main section.s01 .wrapper .sliderbox {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 30;
  }
  main section.s01 .wrapper .sliderbox .slider {
    width: 100% !important;
    margin: 0 auto;
    position: relative;
    z-index: 30;
  }
  main section.s01 .wrapper .sliderbox .slider img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .sliderbox .photo {
    width: 300px;
  }
  main section.s01 .wrapper .sliderbox .photo img {
    display: block;
  }
  main section.s02 {
    padding: 50px 10px;
    background-image: none;
  }
  main section.s02 .wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    background-image: url(../images/tp0201.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 70px 30px 100px;
  }
  main section.s02 .wrapper::before {
    content: "";
    display: block;
    width: 1px;
    height: 150px;
    background-color: #fff;
    position: absolute;
    top: -100px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  main section.s02 .wrapper h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 4px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  }
  main section.s02 .wrapper .photo01 {
    width: 220px;
    display: block;
    margin: 20px auto 0;
  }
  main section.s02 .wrapper .t01 {
    font-size: 24px;
    font-weight: 900;
    color: #d1d149;
    text-align: center;
    margin-top: 45px;
    letter-spacing: 3px;
  }
  main section.s02 .wrapper .t02 {
    width: 100%;
    margin: 25px auto 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 265%;
    letter-spacing: 2px;
  }
  main section.s03 {
    background-image: url(../images/bg_stone.jpg);
    background-size: cover;
    background-position: center center;
    padding: 50px 20px;
  }
  main section.s03 .wrapper .list02 li {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  main section.s03 .wrapper .list02 li + li {
    margin-top: 40px;
  }
  main section.s03 .wrapper .list02 li .photo {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .list02 li .t01 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    color: #225ea1;
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
  }
  main section.s03 .wrapper .list02 li .msg01 {
    display: block;
    margin: 0 auto;
  }
  main section.s03 .wrapper .list02 li .msg01.msg0101 {
    width: 94px;
  }
  main section.s03 .wrapper .list02 li .msg01.msg0102 {
    width: 150px;
  }
  main section.s03 .wrapper .list02 li .msg01.msg0103 {
    width: 73px;
  }
  main section.s03 .wrapper .list02 li .photo02 {
    display: block;
    margin: 5px auto 0;
  }
  main section.s03 .wrapper .list02 li .photo02.photo0201 {
    width: 150px;
  }
  main section.s03 .wrapper .list02 li .photo02.photo0202 {
    width: 80px;
  }
  main section.s03 .wrapper .list02 li .photo02.photo0203 {
    width: 110px;
  }
  main section.s03 .wrapper .list02 li .t02 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 180%;
  }
  main section.s03 .wrapper .list02 li a {
    width: 100%;
    display: block;
    margin-top: 20px;
    padding: 13px 0 6px;
    background-color: #225ea1;
  }
  main section.s03 .wrapper .list02 li a img {
    width: 150px;
    display: block;
    margin: 0 auto;
  }
  main section.s04 {
    background-image: url(../images/bg_stone.jpg);
    background-size: cover;
    background-position: center center;
    padding: 0 20px 50px;
  }
  main section.s04 .wrapper ul {
    display: block;
  }
  main section.s04 .wrapper ul li {
    width: 100%;
    max-width: 100%;
  }
  main section.s04 .wrapper ul li + li {
    margin-top: 20px;
  }
  main section.s04 .wrapper ul li img {
    width: 100%;
    display: block;
  }
}