.pcDISP {
  display: none !important;
}

.spDISP {
  display: initial !important;
}

.container {
  padding: 0;
}

.sec {
  width: 100%;
  text-align: center;
}

.sec__wid980 {
  width: 90%;
  margin: auto;
  padding: 30px 0;
}

.headline {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.35;
  margin-bottom: 1em;
  display: inline-block;
  letter-spacing: 0;
}

.btnArea .btnArea__title {
  width: auto;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.btnArea .btnArea__title img {
  width: 80%;
}

.btnArea .btnArea__benefits {
  width: 55%;
  display: block;
  padding: 0;
  margin: 0;
}

.btnArea .btnArea__benefits li {
  margin: 5px 0;
  width: 100%;
}

.btnArea .btnArea__benefits li img {
  margin: 0;
  width: 100%;
  vertical-align: top;
}

.btnArea .btnArea__king {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 45%;
}

.btnArea .btnArea__king img {
  width: 100%;
  vertical-align: top;
}

.kvArea {
  overflow: hidden;
}

.kvArea__player--ttl {
  top: 360px;
  margin-top: 50px;
}

.kvArea__player--01 {
  top: 61vw;
  left: calc(50% - 26vw);
  z-index: 3;
  width: 33vw;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 1s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 1s 1 forwards;
}

.kvArea__player--02 {
  top: 32vw;
  left: calc(50% - 32vw);
  z-index: 1;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 3s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 3s 1 forwards;
  width: 35vw;
  z-index: 1;
}

.kvArea__player--03 {
  top: 7vw;
  left: calc(50% - 26vw);
  width: 58vw;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 2s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 2s 1 forwards;
}

.kvArea__player--04 {
  top: 7vw;
  left: calc(50% + 27vw);
  width: 26vw;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 3.5s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 3.5s 1 forwards;
}

.kvArea__player--05 {
  top: 2vw;
  left: 46%;
  width: 40vw;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 4s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 4s 1 forwards;
}

.kvArea__player--06 {
  top: 21vw;
  left: calc(50% + 34vw);
  width: 36vw;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 1.5s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 1.5s 1 forwards;
}

.kvArea__player--07 {
  top: 61vw;
  left: calc(50% + 29vw);
  width: 46vw;
  z-index: 1;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 2.5s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 2.5s 1 forwards;
}

.kvArea__player--ttl {
  width: 70vw;
  top: 33vw;
  z-index: 2;
  -webkit-animation: animation_MoveFromBottom 1s ease-in-out 4.5s 1 forwards;
  animation: animation_MoveFromBottom 1s ease-in-out 4.5s 1 forwards;
}

.leadArea {
  margin-bottom: 30px;
}

.leadArea .sec__wid980 {
  margin-top: 20px;
  padding-bottom: 0;
}

.leadArea p {
  margin-bottom: 20px;
  line-height: 1.9;
  text-align: left;
}

.leadArea__main {
  line-height: 1.7 !important;
  text-align: center !important;
}

.leadArea__main img {
  height: 40px;
}

.leadArea__main span {
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
}

.leadArea__main span span {
  font-size: 25px;
  font-size: 2.5rem;
}

.leadArea .btnArea__benefits {
  width: 100%;
}

.loop_wrap {
  display: flex;
  width: 100vw;
  height: 70px;
  overflow: hidden;
}

.loop_wrap img {
  width: auto;
  height: 100%;
}

.loop_wrap img:first-child {
  -webkit-animation: loop 120s -60s linear infinite;
  animation: loop 120s -60s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.loop_wrap img:last-child {
  -webkit-animation: loop2 120s linear infinite;
  animation: loop2 120s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.howtoArea p {
  text-align: left;
}

.howtoArea .sec__wid980 {
  padding-top: 80px;
}

.howtoArea .headline {
  margin-bottom: 1.5em;
}

.howtoArea .headline.shiai {
  margin-bottom: 20px;
}

.howtoArea .headline:before {
  width: 18px;
  height: 29px;
  background-size: 18px;
  top: -43px;
  left: calc(50% - 21px);
}

.howtoArea .headline:after {
  width: 22px;
  height: 35px;
  background-size: 22px;
  top: -50px;
  left: calc(50% + 10px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.howtoApply__wrap {
  display: block;
}

.howtoApply__con {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0;
  padding: 20px;
  border-radius: 5px;
}

.howtoApply__con + .howtoApply__con {
  margin-top: 30px;
}

.howtoApply__con img {
  margin: 0;
}

.howtoApply__con:first-child img {
  margin-bottom: -15px;
}

.howtoApply__con:nth-child(3) img, .howtoApply__con:last-child img {
  margin: 10px 0 0;
}

.howtoApply__con:nth-child(3):before {
  content: none;
}

.howtoApply__con > span {
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.howtoApply__con p {
  text-align: center;
  line-height: 1.5;
}

.howtoApply__con p a {
  background: none;
  color: #39aedf;
  border-bottom: 1px solid #39aedf;
  pointer-events: inherit;
}

.howtoChallenge__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  border-radius: 10px 10px 0 0;
  padding: 15px;
  background: #38aedf;
  color: #fff;
  margin: 2em 0 0;
}

.howtoChallenge > img {
  width: 100%;
  margin-bottom: 1em;
}

.qaArea .disBLOCK {
  margin: 0 auto;
  width: 60%;
  max-width: 400px;
}

.qaArea .sec__wid980 > p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}

.qaArea .accordionList {
  margin-top: 20px;
}

.qaArea .accordionIndex a {
  padding: 15px 20px 15px 25px;
  font-size: 14px;
  font-size: 1.4rem;
}

.qaArea .accordionIndex a:before {
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: -2px;
  left: 10px;
}

.qaArea .accordionIndex a:after {
  font-size: 20px;
  font-size: 2rem;
  right: 10px;
}

.qaArea .accordionArticle {
  padding: 20px 10px 20px 20px;
  width: calc(100% - 20px);
}

.qaArea .accordionArticle:before {
  font-size: 20px;
  font-size: 2rem;
}
