body {
  background-color: #d62228;
}

.inner {
  background-color: #fff;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

img {
  vertical-align: text-bottom;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

.firstview {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.inview {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.is-show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

section#first {
  background: url(img/pc/first_bg.png) top center/1920px no-repeat;
  height: auto;
  overflow: hidden;
  position: relative;
}
section#first .service-logo {
  text-align: center;
  margin-top: 0;
}
section#first .service-logo img {
  width: auto;
}
section#first .main-logo {
  text-align: center;
  margin-top: 0;
}
section#first .main-logo img {
  width: auto;
}
section#first .men {
  text-align: center;
}
section#first .men img {
  width: auto;
}
section#first .catch-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section#first .catch-1 img {
  width: auto;
  position: absolute;
  top: 210px;
  left: 50%;
  margin-left: 290px;
}
section#first .catch-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section#first .catch-2 img {
  width: auto;
  position: absolute;
  top: 370px;
  left: 50%;
  margin-left: -280px;
}

section#period {
  margin-top: -570px;
  position: relative;
  background: url(img/pc/period_bg.png) top center/100%;
  padding-top: 160px;
  padding-bottom: 20px;
}
section#period .text {
  text-align: center;
}
section#period .text img {
  width: auto;
}

section#chance {
  background-color: #d62228;
  text-align: center;
  padding-top: 20px;
}

section#reward {
  background-color: #d62228;
  padding-top: 10px;
  text-align: center;
}
section#reward .reward-2 {
  margin-top: 80px;
}

section#about {
  background: url(img/pc/about_bg.png) top -60px center/1600px;
  padding-top: 120px;
  padding-bottom: 120px;
}
section#about .image {
  text-align: center;
}
section#about .image img {
  width: auto;
}
section#about .title {
  text-align: center;
  margin-top: 80px;
}
section#about .title img {
  width: auto;
}
section#about .text {
  margin-top: 80px;
  text-align: center;
  font-size: 20px;
  line-height: 34px;
}
section#about .link {
  margin: 80px auto 0;
  width: 520px;
  height: 90px;
  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;
}
section#about .link a {
  display: block;
  background-color: #d62228;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 500px;
  padding: 20px 0 20px;
  border-radius: 45px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 30px;
  line-height: 1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  border: 0;
}
section#about .link a:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: transparent;
  border: 10px solid #d62228;
  color: #d62228;
}
section#about .link a img {
  height: auto;
}

section#example {
  margin-top: 100px;
  background-color: #d62228;
  position: relative;
}
section#example::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 180px;
  top: -180px;
  left: 0;
  background: url(img/pc/example_bg.png) top center/100% no-repeat;
}
section#example .title {
  text-align: center;
}
section#example .title img {
  width: auto;
}
section#example .movies {
  width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section#example .movie {
  width: 320px;
  margin: 0 auto;
  border: 6px solid #b01217;
  background-color: #fff;
  padding: 80px 20px 20px;
  border-radius: 50px;
  position: relative;
  margin-top: 120px;
}
section#example .movie::before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #b01217;
  top: 40px;
  left: 50%;
  margin-left: -40px;
}
section#example .movie .dummy {
  width: 100%;
  padding-bottom: 177.778%;
  background-color: #000;
  border: 6px solid #b01217;
  border-radius: 6px;
}
section#example .movie .light-1 {
  position: absolute;
  left: -50px;
  top: 0;
}
section#example .movie .light-1 img {
  width: 90px;
}
section#example .movie .light-2 {
  position: absolute;
  right: -30px;
  bottom: -25px;
}
section#example .movie .light-2 img {
  width: 70px;
}
section#example .movie .catch img {
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  top: -60px;
}
section#example .chance {
  margin-top: 80px;
  text-align: center;
}
section#example .chance img {
  width: auto;
}

section#step {
  background: url(img/pc/step_bg_2.png) top center;
  padding-bottom: 12vw;
}
section#step::before {
  content: "";
  display: block;
  width: 100%;
  height: 210px;
  background: url(img/pc/step_bg.png) top -260px center/1600px no-repeat;
}
section#step .frame {
  border: 10px solid #b01217;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  width: 1200px;
  margin: 60px auto 0;
  padding-bottom: 100px;
}
section#step .frame .title {
  background-color: #d62228;
  text-align: center;
  padding: 30px 0;
}
section#step .frame .title img {
  width: auto;
}
section#step .frame ul {
  padding-top: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section#step .frame ul > li {
  text-align: center;
  padding-bottom: 0;
  padding-right: 48px;
  position: relative;
}
section#step .frame ul > li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100px;
  left: auto;
  right: 12px;
  margin-left: -4vw;
  width: 24px;
  height: 24px;
  background: url(img/pc/step_arrow.png) center center/100% no-repeat;
}
section#step .frame ul > li:nth-child(1) {
  padding-right: 48px;
}
section#step .frame ul > li:nth-child(1) .link {
  margin-top: -20px;
  margin-left: auto;
  text-align: center;
}
section#step .frame ul > li:nth-child(1) .link a img {
  height: auto;
}
section#step .frame ul > li:nth-child(2) {
  padding-right: 48px;
}
section#step .frame ul > li:nth-child(4) {
  padding-bottom: 0;
  padding-right: 0;
}
section#step .frame ul > li:nth-child(4)::after {
  content: none;
}
section#step .frame ul > li .image img {
  height: auto;
}
section#step .frame .check {
  margin-top: 80px;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
section#step .frame .check img {
  margin-left: -50px;
}

section#rule {
  background: url(img/pc/rule_bg.png) top -300px center/100% no-repeat;
  padding-top: 80px;
  padding-bottom: 200px;
}
section#rule .title {
  text-align: center;
}
section#rule .title img {
  width: auto;
}
section#rule .description {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
section#rule .content {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  width: 800px;
  height: 700px;
  overflow-y: scroll;
  border: 4px solid #ddd;
  padding: 0 60px 60px;
  border-radius: 20px;
  margin: 60px auto 0;
  background-color: #fff;
}
section#rule .content h3 {
  font-size: 20px;
  text-align: center;
  padding: 40px;
  font-weight: bold;
}
section#rule .content ol {
  list-style: decimal;
  margin-left: 1.5em;
}
section#rule .content ol > li {
  margin-top: 0.5rem;
}

footer {
  position: relative;
  margin-top: -100px;
  padding: 120px 0 50px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  background: url(img/pc/footer_bg.png) top 0 center/1600px no-repeat;
}