/* ------------------------------
 width: all
------------------------------ */
main section.mainttlsection .wrapper .ttlbox {
  padding-left: 250px;
  position: relative;
  z-index: 1000;
}
main section.mainttlsection .wrapper .ttlbox .t01 {
  padding-left: 20px;
}
main section.mainttlsection .wrapper .ttlbox h1 {
  padding-left: 50px;
}
main section.mainttlsection .wrapper .msgbox {
  padding-top: 60px;
  text-align: center;
}
main section.mainttlsection .wrapper .msgbox .t02 {
  padding-right: 20px;
  font-size: 73px;
}
main section.mainttlsection .wrapper .msgbox .t03 {
  padding-left: 30px;
}
main section.s01 {
  background-color: #ea0000;
  padding-bottom: 80px;
}
main section.s01 .wrapper {
  position: relative;
}
main section.s01 .wrapper .swiper-area01 {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
main section.s01 .wrapper .swiper-area01.effected {
  opacity: 1 !important;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper {
  position: relative;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
  width: calc((100% - 20px) / 3);
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .person {
  width: 566px;
  width: 28.3%;
  min-width: 450px;
  display: block;
  position: absolute;
  right: calc(50% + 150px);
  bottom: 0;
  z-index: 100;
  opacity: 0;
}
main section.s01 .wrapper .person.effected {
  -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
main section.s01 .pagemenulist01 {
  width: 1220px;
  margin: 100px auto 0;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}
main section.s01 .pagemenulist01 li {
  width: calc((100% - 30px) / 4);
  display: inline-block;
  vertical-align: top;
  opacity: 0;
}
main section.s01 .pagemenulist01 li.effected {
  -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
main section.s01 .pagemenulist01 li + li {
  margin-left: 10px;
}
main section.s01 .pagemenulist01 li a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1;
  padding: 19px 0;
  text-align: center;
  color: #363636;
  font-weight: 500;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
main section.s02 {
  background-color: #ebebeb;
  padding: 140px 0;
  background-image: url(../../images/su0201.png);
  background-size: 100% 16px;
  background-repeat: no-repeat;
  overflow: hidden;
}
main section.s02 .wrapper {
  position: relative;
  z-index: 10;
}
main section.s02 .wrapper .ttlbox {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
main section.s02 .wrapper .ttlbox.effected {
  opacity: 1 !important;
}
main section.s02 .wrapper .ttlbox h2 {
  text-align: center;
  font-size: 43px;
  font-weight: bold;
}
main section.s02 .wrapper .ttlbox .t01 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  margin-top: 25px;
  color: #ea0000;
}
main section.s02 .wrapper .t02 {
  text-align: center;
  font-size: 59px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 60px;
  opacity: 0;
}
main section.s02 .wrapper .t02.effected {
  -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
main section.s02 .wrapper ul {
  width: 1216px;
  margin: 50px auto 0;
  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;
}
main section.s02 .wrapper ul li {
  width: 597px;
  background-color: #fff;
  padding: 60px 0;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
  opacity: 0;
}
main section.s02 .wrapper ul li.effected {
  -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
main section.s02 .wrapper ul li .t03 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.7;
}
main section.s02 .wrapper ul li .t04 {
  font-size: 59px;
  font-weight: bold;
}
main section.s02 .wrapper ul li .icon01 {
  width: 86.5px;
  display: block;
  margin: 20px auto 0;
}
main section.s02 .wrapper ul li .icon02 {
  width: 102px;
  display: block;
  margin: 15px auto -3px;
}
main section.s02 .wrapper ul li .t05 {
  width: 450px;
  margin: 30px auto 0;
  font-size: 15px;
  line-height: 2;
  min-height: 90px;
}
main section.s02 .wrapper ul li .tagbox {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  margin-top: 20px;
}
main section.s02 .wrapper ul li .tagbox p {
  display: inline-block;
  vertical-align: top;
  margin: 1px;
  background-color: #363636;
  padding: 4px 7px 6px;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}
main section.s02 .bg {
  width: 80%;
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 5;
}
main section.s02 .bg img {
  width: 100%;
  display: block;
}
main section.s03 {
  background-color: #e30000;
  padding: 130px 0 180px;
  overflow: hidden;
}
main section.s03 .wrapper .ttlbox {
  text-align: center;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
main section.s03 .wrapper .ttlbox.effected {
  opacity: 1 !important;
}
main section.s03 .wrapper .ttlbox .t01 {
  color: #fff;
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
}
main section.s03 .wrapper .ttlbox h3 {
  margin-top: 15px;
}
main section.s03 .wrapper .ttlbox h3 span {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}
main section.s03 .wrapper .numbox {
  width: 960px;
  margin: 70px auto 0;
  position: relative;
  opacity: 0;
}
main section.s03 .wrapper .numbox.effected {
  -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
main section.s03 .wrapper .numbox .num {
  width: 192.5px;
  display: block;
}
main section.s03 .wrapper .numbox p {
  text-align: right;
  font-size: 42px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  margin-top: -70px;
}
main section.s03 .wrapper .numbox .illust {
  width: 1364px;
  display: block;
  position: absolute;
  top: -40px;
  right: -1000px;
  left: -1000px;
  margin: 0 auto;
}
main section.s03 .wrapper .sliderwapper {
  width: calc(100% + 800px);
  margin-left: -800px;
  opacity: 0;
}
main section.s03 .wrapper .sliderwapper.effected {
  -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
main section.s03 .wrapper .sliderwapper .swiper-area02 {
  margin-top: 70px;
}
main section.s03 .wrapper .sliderwapper .swiper-area02 .swiper .swiper-wrapper {
  position: relative;
  padding-bottom: 150px;
}
main section.s03 .wrapper .sliderwapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide {
  width: 415px;
  position: relative;
}
main section.s03 .wrapper .sliderwapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 91.5%;
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
main section.s03 .wrapper .sliderwapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active::before {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
main section.s03 .wrapper .sliderwapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}
main section.s03 .wrapper .sliderwapper .swiper-area02 .swiper .swiper-pagination {
  padding-bottom: 0;
  bottom: 0;
  -webkit-transform: translateX(400px);
          transform: translateX(400px);
}
main section.s03 .wrapper .sliderwapper .swiper-area02 .swiper .swiper-pagination span {
  width: 72px;
  height: 72px;
  margin: 0 25px;
  background-color: #fff !important;
  opacity: 1 !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
main section.s03 .wrapper .sliderwapper .swiper-area02 .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #3480f6 !important;
}
main section.s04 {
  padding: 100px 0 40px;
  background-color: #ebebeb;
  overflow: hidden;
}
main section.s04 .wrapper .numbox {
  width: 960px;
  margin: 70px auto 0;
  position: relative;
  opacity: 0;
}
main section.s04 .wrapper .numbox.effected {
  -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
main section.s04 .wrapper .numbox .num {
  width: 192.5px;
  display: block;
}
main section.s04 .wrapper .numbox p {
  text-align: right;
  font-size: 42px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  margin-top: -70px;
  color: #e30000;
}
main section.s04 .wrapper .numbox .illust {
  width: 1364px;
  display: block;
  position: absolute;
  top: -40px;
  right: -1000px;
  left: -1000px;
  margin: 0 auto;
}
main section.s04 .wrapper .slidebox {
  margin-top: 200px;
  position: relative;
  opacity: 0;
}
main section.s04 .wrapper .slidebox.effected {
  -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
main section.s04 .wrapper .slidebox + .slidebox {
  margin-top: 100px;
}
main section.s04 .wrapper .slidebox .slidettlbox {
  width: 1140px;
  margin: 0 auto;
}
main section.s04 .wrapper .slidebox .slidettlbox .t01 {
  position: relative;
}
main section.s04 .wrapper .slidebox .slidettlbox .t01::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #363636;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
}
main section.s04 .wrapper .slidebox .slidettlbox .t01 span {
  display: inline-block;
  vertical-align: top;
  background-color: #ebebeb;
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  padding-right: 20px;
  line-height: 46px;
  position: relative;
  z-index: 2;
}
main section.s04 .wrapper .slidebox .slidettlbox .t01 span img {
  width: 46px;
  vertical-align: top;
  margin: 0 0 0 20px;
}
main section.s04 .wrapper .slidebox .sliderwapper {
  width: calc(100% + 400px);
  margin-left: -400px;
}
main section.s04 .wrapper .slidebox .swiper-area03,
main section.s04 .wrapper .slidebox .swiper-area04 {
  margin-top: -60px;
}
main section.s04 .wrapper .slidebox .swiper-area03 .swiper .swiper-wrapper,
main section.s04 .wrapper .slidebox .swiper-area04 .swiper .swiper-wrapper {
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px;
}
main section.s04 .wrapper .slidebox .swiper-area03 .swiper .swiper-wrapper .swiper-slide,
main section.s04 .wrapper .slidebox .swiper-area04 .swiper .swiper-wrapper .swiper-slide {
  width: 842px;
  position: relative;
}
main section.s04 .wrapper .slidebox .swiper-area03 .swiper .swiper-wrapper .swiper-slide img,
main section.s04 .wrapper .slidebox .swiper-area04 .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}
main section.s04 .wrapper .slidebox .swiper-area03 .swiper .swiper-pagination,
main section.s04 .wrapper .slidebox .swiper-area04 .swiper .swiper-pagination {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 0;
  bottom: auto;
  top: 0;
  right: 0;
  text-align: right;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
}
main section.s04 .wrapper .slidebox .swiper-area03 .swiper .swiper-pagination span,
main section.s04 .wrapper .slidebox .swiper-area04 .swiper .swiper-pagination span {
  width: 72px;
  height: 72px;
  margin: 0 25px;
  background-color: #fff !important;
  opacity: 1 !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
main section.s04 .wrapper .slidebox .swiper-area03 .swiper .swiper-pagination span.swiper-pagination-bullet-active,
main section.s04 .wrapper .slidebox .swiper-area04 .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #3480f6 !important;
}
main section.s05, main section.s0502 {
  background-image: url(../../images/su0201.png);
  background-size: 100% 16px;
  background-position: top 0 center;
  background-repeat: no-repeat;
  background-color: #e30000;
  padding: 108px 0;
  overflow: hidden;
}
main section.s05 .wrapper, main section.s0502 .wrapper {
  position: relative;
  z-index: 10;
}
main section.s05 .wrapper h4, main section.s0502 .wrapper h4 {
  text-align: center;
  font-weight: bold;
  font-size: 43px;
  color: #fff;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
main section.s05 .wrapper h4.effected, main section.s0502 .wrapper h4.effected {
  opacity: 1 !important;
}
main section.s05 .wrapper .t01, main section.s0502 .wrapper .t01 {
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
main section.s05 .wrapper .t01.effected, main section.s0502 .wrapper .t01.effected {
  opacity: 1 !important;
}
main section.s05 .wrapper .t02, main section.s0502 .wrapper .t02 {
  text-align: center;
  font-size: 59px;
  font-weight: 900;
  color: #fff;
  line-height: 1.5;
  margin-top: 30px;
  opacity: 0;
}
main section.s05 .wrapper .t02.effected, main section.s0502 .wrapper .t02.effected {
  -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
main section.s05 .wrapper .t03, main section.s0502 .wrapper .t03 {
  text-align: center;
  font-size: 15px;
  line-height: 2;
  color: #fff;
  margin-top: 20px;
  opacity: 0;
}
main section.s05 .wrapper .t03.effected, main section.s0502 .wrapper .t03.effected {
  -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
main section.s05 .bg, main section.s0502 .bg {
  width: 2010px;
  display: block;
  position: absolute;
  top: 16px;
  right: -1000px;
  left: -1000px;
  margin: 0 auto;
  z-index: 5;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
main section.s05 .bg.effected, main section.s0502 .bg.effected {
  opacity: 1 !important;
}
main section.s06 {
  background-color: #ebebeb;
  padding: 120px 0;
}
main section.s06 .wrapper .t01 {
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
main section.s06 .wrapper .t01.effected {
  opacity: 1 !important;
}
main section.s06 .wrapper h5 {
  text-align: center;
  font-size: 58px;
  font-weight: bold;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
main section.s06 .wrapper h5.effected {
  opacity: 1 !important;
}
main section.s06 .wrapper dl {
  width: 1020px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 100px auto 0;
  opacity: 0;
}
main section.s06 .wrapper dl.effected {
  -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
main section.s06 .wrapper dl.dl02 {
  padding-top: 80px;
  border-top: 1px solid #aaa;
}
main section.s06 .wrapper dl.dl02 dt {
  width: 388.5px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s06 .wrapper dl.dl02 dd {
  width: 469px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s06 .wrapper dl dt {
  width: 418px;
}
main section.s06 .wrapper dl dt img {
  width: 100%;
  display: block;
}
main section.s06 .wrapper dl dd {
  width: 463px;
}
main section.s06 .wrapper dl dd img {
  width: 100%;
  display: block;
}
main section.s07 {
  padding: 120px 0;
}
main section.s07 .wrapper .t01 {
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
main section.s07 .wrapper .t01.effected {
  opacity: 1 !important;
}
main section.s07 .wrapper h6 {
  text-align: center;
  font-size: 58px;
  font-weight: bold;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
main section.s07 .wrapper h6.effected {
  opacity: 1 !important;
}
main section.s07 .wrapper ul {
  width: 1080px;
  margin: 100px auto 0;
  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;
}
main section.s07 .wrapper ul li {
  width: 290px;
  opacity: 0;
}
main section.s07 .wrapper ul li.effected {
  -webkit-animation: slideInRight 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideInRight 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
main section.s07 .wrapper ul li.li01 .iconbox img {
  width: 94px;
}
main section.s07 .wrapper ul li.li02 .iconbox img {
  width: 227px;
}
main section.s07 .wrapper ul li.li03 .iconbox img {
  width: 144px;
}
main section.s07 .wrapper ul li .iconbox {
  height: 145px;
}
main section.s07 .wrapper ul li .iconbox img {
  display: block;
  margin: 0 auto;
}
main section.s07 .wrapper ul li .t02 {
  text-align: center;
  font-size: 25px;
  line-height: 1.6;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
}
main section.s07 .wrapper ul li .t03 {
  margin-top: 13px;
  font-size: 15px;
  line-height: 2;
}
main section.s08 {
  padding: 120px 0;
  background-color: #ebebeb;
}
main section.s08 .wrapper .t01 {
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
main section.s08 .wrapper .t01.effected {
  opacity: 1 !important;
}
main section.s08 .wrapper h6 {
  text-align: center;
  font-size: 58px;
  font-weight: bold;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
main section.s08 .wrapper h6.effected {
  opacity: 1 !important;
}
main section.s08 .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;
  width: 1044px;
  margin: 50px auto 0;
}
main section.s08 .wrapper ul li {
  width: 504px;
  opacity: 0;
}
main section.s08 .wrapper ul li.effected {
  -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
main section.s08 .wrapper ul li img {
  width: 100%;
  display: block;
}
main section.s09 {
  border-top: 100px solid #e30000;
  border-bottom: 100px solid #e30000;
  overflow: hidden;
}
main section.s09 .wrapper {
  width: 1300px;
  margin: 0 auto;
  background-color: #fff;
  padding: 100px 0;
  position: relative;
  z-index: 10;
}
main section.s09 .wrapper h6 {
  width: 1670px;
  margin: 0 auto;
  position: absolute;
  top: 100px;
  right: -1000px;
  left: -1000px;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
}
main section.s09 .wrapper h6.effected {
  -webkit-animation: dropBounceTtl 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: dropBounceTtl 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
main section.s09 .wrapper h6 img {
  width: 100%;
  display: block;
}
main section.s09 .wrapper .dl01 {
  padding: 230px 60px 0 500px;
  opacity: 0;
}
main section.s09 .wrapper .dl01.effected {
  -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
main section.s09 .wrapper .dl01 dt {
  font-size: 59px;
  line-height: 1.4;
  color: #178dff;
  text-align: center;
  font-weight: bold;
}
main section.s09 .wrapper .dl01 dd {
  font-size: 15px;
  line-height: 2;
  margin-top: 20px;
}
main section.s09 .wrapper .t01 {
  text-align: center;
  font-size: 35px;
  margin-top: 70px;
  font-weight: bold;
  opacity: 0;
}
main section.s09 .wrapper .t01.effected {
  -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
main section.s09 .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;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}
main section.s09 .wrapper ul li {
  width: 415px;
  background-color: #eeebe9;
  padding: 40px 30px 30px;
  opacity: 0;
}
main section.s09 .wrapper ul li.effected {
  -webkit-animation: slideInRight 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideInRight 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
main section.s09 .wrapper ul li .icon {
  width: 69px;
  display: block;
  margin: 0 auto;
}
main section.s09 .wrapper ul li .t02 {
  text-align: center;
  font-style: italic;
  margin-top: 10px;
}
main section.s09 .wrapper ul li .t03 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 5px;
}
main section.s09 .wrapper ul li .t04 {
  text-align: center;
  font-size: 15px;
  font-style: italic;
  height: 25px;
}
main section.s09 .wrapper ul li .t05 {
  text-align: center;
  font-size: 15px;
  line-height: 2;
  margin-top: 10px;
}
main section.s09 .wrapper ul li .photo {
  width: 100%;
  display: block;
  margin-top: 25px;
}
main section.s09 .t06 {
  text-align: center;
  color: #fff;
  font-size: 58px;
  margin-top: 40px;
  position: relative;
  z-index: 10;
  font-weight: bold;
  opacity: 0;
}
main section.s09 .t06.effected {
  -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
main section.s09 .t06 span {
  font-size: 68px;
  letter-spacing: 2px;
}
main section.s09 .bg {
  width: 100vw;
  height: 530px;
  display: block;
  position: absolute;
  right: -1000px;
  bottom: 0;
  left: -1000px;
  margin: 0 auto;
  z-index: 5;
  opacity: 0;
}
main section.s09 .bg.effected {
  -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
main section.s10 {
  padding: 15px 0;
  background-image: url(../../images/su0201.png);
  background-size: 100% 100%;
}
main section.s10 .wrapper {
  background-color: #fff;
  padding: 120px 0;
}
main section.s10 .wrapper h6 {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
main section.s10 .wrapper h6.effected {
  opacity: 1 !important;
}
main section.s10 .wrapper .t01 {
  font-size: 15px;
  text-align: center;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
main section.s10 .wrapper .t01.effected {
  opacity: 1 !important;
}
main section.s10 .wrapper .t02 {
  text-align: center;
  font-size: 15px;
  line-height: 2;
  margin-top: 20px;
  opacity: 0;
}
main section.s10 .wrapper .t02.effected {
  -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
main section.s10 .wrapper .photo {
  width: 666px;
  display: block;
  margin: 50px auto 0;
  opacity: 0;
}
main section.s10 .wrapper .photo.effected {
  -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
main section.s10 .wrapper .btn {
  font-size: 16px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 1;
  width: 540px;
  padding: 28px 0;
  margin: 80px auto 0;
  background-color: #cb0507;
  opacity: 0;
}
main section.s10 .wrapper .btn.effected {
  -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
main section.s11 {
  background-color: #e30000;
  padding-bottom: 180px;
}
main section.s11 .wrapper {
  width: 1190px;
  margin: 0 auto;
}
main section.s11 .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;
}
main section.s11 .wrapper ul li {
  width: 380px;
  opacity: 0;
}
main section.s11 .wrapper ul li.effected {
  -webkit-animation: slideInRight 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideInRight 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
main section.s11 .wrapper ul li img {
  width: 100%;
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.mainttlsection .wrapper .ttlbox {
    padding-left: 20px;
  }
  main section.mainttlsection .wrapper .ttlbox .t01 {
    padding-left: 10px;
  }
  main section.mainttlsection .wrapper .ttlbox h1 {
    padding-left: 0;
  }
  main section.mainttlsection .wrapper .msgbox {
    width: 55%;
    padding-top: 30px;
    padding-left: 0px;
    text-align: left;
    padding-right: 0;
    right: 0;
  }
  main section.mainttlsection .wrapper .msgbox .t02 {
    display: inline-block;
    text-align: left;
    font-size: 24px;
    padding-top: 15px;
  }
  main section.mainttlsection .wrapper .msgbox .t03 {
    text-align: center;
    font-size: 30px;
    padding-left: 0;
  }
  main section.mainttlsection .wrapper .msgbox .t03 span {
    letter-spacing: 2px;
  }
  main section.s01 {
    background-color: #ea0000;
    padding-bottom: 40px;
  }
  main section.s01 .wrapper {
    position: relative;
  }
  main section.s01 .wrapper .swiper-area01 {
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  main section.s01 .wrapper .swiper-area01.effected {
    opacity: 1 !important;
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper {
    position: relative;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
    width: calc((100% - 20px) / 3);
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .person {
    width: 566px;
    width: 33.3%;
    min-width: 0;
    display: block;
    position: absolute;
    right: auto;
    left: 6%;
    bottom: 0;
    z-index: 100;
    opacity: 0;
  }
  main section.s01 .wrapper .person.effected {
    -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  main section.s01 .pagemenulist01 {
    width: 300px;
    margin: 30px auto 0;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
  }
  main section.s01 .pagemenulist01 li {
    width: 100%;
    display: block;
  }
  main section.s01 .pagemenulist01 li + li {
    margin: 10px auto 0 !important;
  }
  main section.s01 .pagemenulist01 li {
    opacity: 0;
  }
  main section.s01 .pagemenulist01 li.effected {
    -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  main section.s01 .pagemenulist01 li a {
    display: block;
    text-decoration: none;
    background-color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    padding: 12px 0;
    text-align: center;
    color: #363636;
    font-weight: 500;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
  main section.s02 {
    background-color: #ebebeb;
    padding: 50px 20px;
    background-image: url(../../images/su0201.png);
    background-size: 100% 10px;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  main section.s02 .wrapper {
    position: relative;
    z-index: 10;
  }
  main section.s02 .wrapper .ttlbox {
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  main section.s02 .wrapper .ttlbox.effected {
    opacity: 1 !important;
  }
  main section.s02 .wrapper .ttlbox h2 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
  }
  main section.s02 .wrapper .ttlbox .t01 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 10px;
    color: #ea0000;
  }
  main section.s02 .wrapper .t02 {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
    margin-top: 30px;
    opacity: 0;
  }
  main section.s02 .wrapper .t02.effected {
    -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  main section.s02 .wrapper ul {
    width: 100%;
    display: block;
    margin: 30px auto 0;
  }
  main section.s02 .wrapper ul li {
    width: 100%;
    background-color: #fff;
    padding: 30px 20px;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    opacity: 0;
  }
  main section.s02 .wrapper ul li + li {
    margin-top: 20px;
  }
  main section.s02 .wrapper ul li.effected {
    -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  main section.s02 .wrapper ul li .t03 {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.7;
  }
  main section.s02 .wrapper ul li .t04 {
    font-size: 30px;
    font-weight: bold;
  }
  main section.s02 .wrapper ul li .icon01 {
    width: 86.5px;
    display: block;
    margin: 20px auto 0;
  }
  main section.s02 .wrapper ul li .icon02 {
    width: 102px;
    display: block;
    margin: 15px auto -3px;
  }
  main section.s02 .wrapper ul li .t05 {
    width: 100%;
    margin: 20px auto 0;
    font-size: 13px;
    line-height: 2;
    min-height: 0;
  }
  main section.s02 .wrapper ul li .tagbox {
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
    margin-top: 20px;
  }
  main section.s02 .wrapper ul li .tagbox p {
    display: inline-block;
    vertical-align: top;
    margin: 1px;
    background-color: #363636;
    padding: 4px 7px 6px;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
  }
  main section.s02 .bg {
    width: 80%;
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 5;
  }
  main section.s02 .bg img {
    width: 100%;
    display: block;
  }
  main section.s03 {
    background-color: #e30000;
    padding: 50px 0;
    overflow: hidden;
  }
  main section.s03 .wrapper .ttlbox {
    text-align: center;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  main section.s03 .wrapper .ttlbox.effected {
    opacity: 1 !important;
  }
  main section.s03 .wrapper .ttlbox .t01 {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
  }
  main section.s03 .wrapper .ttlbox h3 {
    margin-top: 5px;
  }
  main section.s03 .wrapper .ttlbox h3 span {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
  }
  main section.s03 .wrapper .numbox {
    width: 100%;
    margin: 30px auto 0;
    position: relative;
    padding: 0 20px;
    opacity: 0;
  }
  main section.s03 .wrapper .numbox.effected {
    -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  main section.s03 .wrapper .numbox .num {
    width: 80px;
    display: block;
    position: relative;
    z-index: 10;
  }
  main section.s03 .wrapper .numbox p {
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    margin-top: -70px;
    padding-left: 95px;
    position: relative;
    z-index: 10;
  }
  main section.s03 .wrapper .numbox .illust {
    width: 600px;
    display: block;
    position: absolute;
    top: -30px;
    right: -1000px;
    left: -1000px;
    margin: 0 auto;
  }
  main section.s03 .wrapper .sliderwapper {
    width: 100%;
    margin: 0;
    opacity: 0;
  }
  main section.s03 .wrapper .sliderwapper.effected {
    -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  main section.s03 .wrapper .sliderwapper .swiper-area02 {
    margin-top: 50px;
  }
  main section.s03 .wrapper .sliderwapper .swiper-area02 .swiper .swiper-wrapper {
    position: relative;
    padding-bottom: 80px;
  }
  main section.s03 .wrapper .sliderwapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide {
    width: 300px;
    position: relative;
  }
  main section.s03 .wrapper .sliderwapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide::before {
    content: "";
    display: block;
    width: 100%;
    height: 91.5%;
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
  main section.s03 .wrapper .sliderwapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active::before {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
  main section.s03 .wrapper .sliderwapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .sliderwapper .swiper-area02 .swiper .swiper-pagination {
    padding-bottom: 0;
    bottom: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  main section.s03 .wrapper .sliderwapper .swiper-area02 .swiper .swiper-pagination span {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    background-color: #fff !important;
    opacity: 1 !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  main section.s03 .wrapper .sliderwapper .swiper-area02 .swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #3480f6 !important;
  }
  main section.s04 {
    padding: 50px 0;
    background-color: #ebebeb;
    overflow: hidden;
  }
  main section.s04 .wrapper .numbox {
    width: 100%;
    margin: 30px auto 0;
    position: relative;
    padding: 0 20px;
    opacity: 0;
  }
  main section.s04 .wrapper .numbox.effected {
    -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  main section.s04 .wrapper .numbox .num {
    width: 80px;
    display: block;
    position: relative;
    z-index: 10;
  }
  main section.s04 .wrapper .numbox p {
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin-top: -70px;
    padding-left: 95px;
    position: relative;
    z-index: 10;
  }
  main section.s04 .wrapper .numbox .illust {
    width: 600px;
    display: block;
    position: absolute;
    top: -30px;
    right: -1000px;
    left: -1000px;
    margin: 0 auto;
  }
  main section.s04 .wrapper .slidebox {
    margin-top: 80px;
    position: relative;
    opacity: 0;
  }
  main section.s04 .wrapper .slidebox.effected {
    -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  main section.s04 .wrapper .slidebox + .slidebox {
    margin-top: 30px;
  }
  main section.s04 .wrapper .slidebox .slidettlbox {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s04 .wrapper .slidebox .slidettlbox .t01 {
    position: relative;
  }
  main section.s04 .wrapper .slidebox .slidettlbox .t01::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #363636;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px;
  }
  main section.s04 .wrapper .slidebox .slidettlbox .t01 span {
    display: inline-block;
    vertical-align: top;
    background-color: #ebebeb;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding-right: 15px;
    line-height: 46px;
    position: relative;
    z-index: 2;
  }
  main section.s04 .wrapper .slidebox .slidettlbox .t01 span img {
    width: 24px;
    vertical-align: top;
    margin: 10px 0 0 10px;
  }
  main section.s04 .wrapper .slidebox .sliderwapper {
    width: 100%;
    margin: 0;
  }
  main section.s04 .wrapper .slidebox .swiper-area03,
  main section.s04 .wrapper .slidebox .swiper-area04 {
    margin-top: -60px;
  }
  main section.s04 .wrapper .slidebox .swiper-area03 .swiper .swiper-wrapper,
  main section.s04 .wrapper .slidebox .swiper-area04 .swiper .swiper-wrapper {
    position: relative;
    padding-top: 60px;
    padding-bottom: 0;
  }
  main section.s04 .wrapper .slidebox .swiper-area03 .swiper .swiper-wrapper .swiper-slide,
  main section.s04 .wrapper .slidebox .swiper-area04 .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    position: relative;
  }
  main section.s04 .wrapper .slidebox .swiper-area03 .swiper .swiper-wrapper .swiper-slide img,
  main section.s04 .wrapper .slidebox .swiper-area04 .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .slidebox .swiper-area03 .swiper .swiper-pagination,
  main section.s04 .wrapper .slidebox .swiper-area04 .swiper .swiper-pagination {
    padding-bottom: 0;
    top: 22px;
    bottom: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    padding-right: 5px;
  }
  main section.s04 .wrapper .slidebox .swiper-area03 .swiper .swiper-pagination span,
  main section.s04 .wrapper .slidebox .swiper-area04 .swiper .swiper-pagination span {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    background-color: #fff !important;
    opacity: 1 !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  main section.s04 .wrapper .slidebox .swiper-area03 .swiper .swiper-pagination span.swiper-pagination-bullet-active,
  main section.s04 .wrapper .slidebox .swiper-area04 .swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #3480f6 !important;
  }
  main section.s05, main section.s0502 {
    background-image: url(../../images/su0201.png);
    background-size: 100% 10px;
    background-position: top 0 center;
    background-repeat: no-repeat;
    background-color: #e30000;
    padding: 50px 20px;
    overflow: hidden;
  }
  main section.s05 .wrapper, main section.s0502 .wrapper {
    position: relative;
    z-index: 10;
  }
  main section.s05 .wrapper h4, main section.s0502 .wrapper h4 {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  main section.s05 .wrapper h4.effected, main section.s0502 .wrapper h4.effected {
    opacity: 1 !important;
  }
  main section.s05 .wrapper .t01, main section.s0502 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-top: 5px;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  main section.s05 .wrapper .t01.effected, main section.s0502 .wrapper .t01.effected {
    opacity: 1 !important;
  }
  main section.s05 .wrapper .t02, main section.s0502 .wrapper .t02 {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    line-height: 1.5;
    margin-top: 30px;
    opacity: 0;
  }
  main section.s05 .wrapper .t02.effected, main section.s0502 .wrapper .t02.effected {
    -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  main section.s05 .wrapper .t03, main section.s0502 .wrapper .t03 {
    text-align: center;
    text-align: left;
    font-size: 13px;
    line-height: 2;
    color: #fff;
    margin-top: 20px;
    opacity: 0;
  }
  main section.s05 .wrapper .t03.effected, main section.s0502 .wrapper .t03.effected {
    -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  main section.s05 .bg, main section.s0502 .bg {
    width: 350%;
    display: block;
    position: absolute;
    top: 16px;
    right: -1000px;
    left: -1000px;
    margin: 0 auto;
    z-index: 5;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  main section.s05 .bg.effected, main section.s0502 .bg.effected {
    opacity: 1 !important;
  }
  main section.s06 {
    background-color: #ebebeb;
    padding: 50px 20px;
  }
  main section.s06 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  main section.s06 .wrapper .t01.effected {
    opacity: 1 !important;
  }
  main section.s06 .wrapper h5 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  main section.s06 .wrapper h5.effected {
    opacity: 1 !important;
  }
  main section.s06 .wrapper dl {
    width: 100%;
    display: block;
    margin: 30px auto 0;
    opacity: 0;
  }
  main section.s06 .wrapper dl.effected {
    -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  main section.s06 .wrapper dl.dl02 {
    padding-top: 30px;
    border-top: 1px solid #aaa;
  }
  main section.s06 .wrapper dl.dl02 dt {
    width: 388.5px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main section.s06 .wrapper dl.dl02 dd {
    width: 469px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main section.s06 .wrapper dl dt {
    width: 280px !important;
    margin: 0 auto;
  }
  main section.s06 .wrapper dl dt img {
    width: 100%;
    display: block;
  }
  main section.s06 .wrapper dl dd {
    max-width: 400px;
    margin: 30px auto 0;
    width: 100% !important;
  }
  main section.s06 .wrapper dl dd img {
    width: 100%;
    display: block;
  }
  main section.s07 {
    padding: 50px 20px;
  }
  main section.s07 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  main section.s07 .wrapper .t01.effected {
    opacity: 1 !important;
  }
  main section.s07 .wrapper h6 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  main section.s07 .wrapper h6.effected {
    opacity: 1 !important;
  }
  main section.s07 .wrapper ul {
    width: 100%;
    display: block;
    margin: 45px auto 0;
  }
  main section.s07 .wrapper ul li {
    width: 100%;
    opacity: 0;
  }
  main section.s07 .wrapper ul li.effected {
    -webkit-animation: slideInRight 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
            animation: slideInRight 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
  main section.s07 .wrapper ul li + li {
    margin-top: 45px;
  }
  main section.s07 .wrapper ul li.li01 .iconbox img {
    width: 47px;
  }
  main section.s07 .wrapper ul li.li02 .iconbox img {
    width: 114px;
  }
  main section.s07 .wrapper ul li.li03 .iconbox img {
    width: 72px;
  }
  main section.s07 .wrapper ul li .iconbox {
    height: auto;
  }
  main section.s07 .wrapper ul li .iconbox img {
    display: block;
    margin: 0 auto;
  }
  main section.s07 .wrapper ul li .t02 {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
    margin-top: 15px;
  }
  main section.s07 .wrapper ul li .t03 {
    margin-top: 13px;
    font-size: 13px;
    line-height: 2;
  }
  main section.s08 {
    padding: 50px 20px;
    background-color: #ebebeb;
  }
  main section.s08 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  main section.s08 .wrapper .t01.effected {
    opacity: 1 !important;
  }
  main section.s08 .wrapper h6 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  main section.s08 .wrapper h6.effected {
    opacity: 1 !important;
  }
  main section.s08 .wrapper ul {
    width: 100%;
    display: block;
    margin: 40px auto 0;
  }
  main section.s08 .wrapper ul li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    opacity: 0;
  }
  main section.s08 .wrapper ul li.effected {
    -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  main section.s08 .wrapper ul li + li {
    margin-top: 25px;
  }
  main section.s08 .wrapper ul li img {
    width: 100%;
    display: block;
  }
  main section.s09 {
    border-top: 20px solid #e30000;
    border-bottom: 20px solid #e30000;
    overflow: hidden;
  }
  main section.s09 .wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px 20px;
    position: relative;
    z-index: 10;
  }
  main section.s09 .wrapper h6 {
    width: 200%;
    margin: 0 auto;
    position: absolute;
    top: 30px;
    right: -1000px;
    left: -1000px;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  main section.s09 .wrapper h6.effected {
    -webkit-animation: dropBounceTtl 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
            animation: dropBounceTtl 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
  main section.s09 .wrapper h6 img {
    width: 100%;
    display: block;
  }
  main section.s09 .wrapper .dl01 {
    margin-top: 50vw;
    padding: 0;
    opacity: 0;
  }
  main section.s09 .wrapper .dl01.effected {
    -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  main section.s09 .wrapper .dl01 dt {
    font-size: 22px;
    line-height: 1.4;
    color: #178dff;
    text-align: center;
    font-weight: bold;
  }
  main section.s09 .wrapper .dl01 dd {
    font-size: 13px;
    line-height: 2;
    margin-top: 10px;
  }
  main section.s09 .wrapper .t01 {
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
    font-weight: bold;
    opacity: 0;
  }
  main section.s09 .wrapper .t01.effected {
    -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  main section.s09 .wrapper ul {
    display: block;
    margin-top: 20px;
  }
  main section.s09 .wrapper ul li {
    width: 100%;
    background-color: #eeebe9;
    padding: 30px 20px 20px;
    opacity: 0;
  }
  main section.s09 .wrapper ul li.effected {
    -webkit-animation: slideInRight 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
            animation: slideInRight 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
  main section.s09 .wrapper ul li + li {
    margin-top: 20px;
  }
  main section.s09 .wrapper ul li .icon {
    width: 40px;
    display: block;
    margin: 0 auto;
  }
  main section.s09 .wrapper ul li .t02 {
    font-size: 12px;
    text-align: center;
    font-style: italic;
    margin-top: 10px;
  }
  main section.s09 .wrapper ul li .t03 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 3px;
  }
  main section.s09 .wrapper ul li .t04 {
    text-align: center;
    font-size: 13px;
    font-style: italic;
    height: auto;
  }
  main section.s09 .wrapper ul li .t05 {
    text-align: center;
    font-size: 13px;
    line-height: 2;
    margin-top: 10px;
  }
  main section.s09 .wrapper ul li .photo {
    width: 100%;
    display: block;
    margin-top: 15px;
  }
  main section.s09 .t06 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-top: 20px;
    position: relative;
    z-index: 10;
    font-weight: bold;
    opacity: 0;
  }
  main section.s09 .t06.effected {
    -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  main section.s09 .t06 span {
    font-size: 31px;
    letter-spacing: 0px;
  }
  main section.s09 .bg {
    width: 120vw;
    height: 330px;
    display: block;
    position: absolute;
    right: -1000px;
    bottom: 0;
    left: -1000px;
    margin: 0 auto;
    z-index: 5;
    opacity: 0;
  }
  main section.s09 .bg.effected {
    -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  main section.s10 {
    padding: 10px 0;
    background-image: url(../../images/su0201.png);
    background-size: 100% 100%;
  }
  main section.s10 .wrapper {
    background-color: #fff;
    padding: 50px 20px;
  }
  main section.s10 .wrapper h6 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  main section.s10 .wrapper h6.effected {
    opacity: 1 !important;
  }
  main section.s10 .wrapper .t01 {
    font-size: 12px;
    text-align: center;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  main section.s10 .wrapper .t01.effected {
    opacity: 1 !important;
  }
  main section.s10 .wrapper .t02 {
    text-align: left;
    font-size: 13px;
    line-height: 2;
    margin-top: 20px;
    opacity: 0;
  }
  main section.s10 .wrapper .t02.effected {
    -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  main section.s10 .wrapper .photo {
    width: 100%;
    display: block;
    margin: 30px auto 0;
    opacity: 0;
  }
  main section.s10 .wrapper .photo.effected {
    -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  main section.s10 .wrapper .btn {
    font-size: 14px;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    line-height: 1;
    width: 240px;
    padding: 18px 0;
    margin: 30px auto 0;
    background-color: #cb0507;
    opacity: 0;
  }
  main section.s10 .wrapper .btn.effected {
    -webkit-animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeInUpSlight 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  main section.s11 {
    background-color: #e30000;
    padding: 0 20px 50px;
  }
  main section.s11 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s11 .wrapper ul {
    display: block;
  }
  main section.s11 .wrapper ul li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    opacity: 0;
  }
  main section.s11 .wrapper ul li.effected {
    -webkit-animation: slideInRight 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
            animation: slideInRight 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
  main section.s11 .wrapper ul li + li {
    margin-top: 20px;
  }
  main section.s11 .wrapper ul li img {
    width: 100%;
    display: block;
  }
}