.sec-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 30px;
}
.sec-ttl {
  font-size: 34px;
  font-weight: 900;
  padding-bottom: 20px;
  text-align: center;
}

.overview {
  padding-bottom: 92px;
}
.overview-mv {
  width: 100%;
  max-height: 730px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.overview-mv::before {
  display: block;
  padding-top: 70.2%;
  content: "";
}
@media screen and (min-width: 1920px) {
  .overview-mv {
    max-height: 100%;
  }
  .overview-mv::before {
    padding-top: 38.02%;
  }
}
.overview-lead {
  width: 484px;
  margin: 92px auto 40px;
}
.overview-img {
  margin-bottom: 15px;
}
.overview-note {
  font-size: 12px;
  margin-bottom: 30px;
  text-align: right;
  color: #1b60cc;
}
.overview-pop {
  width: 353px;
  margin: 0 auto 25px;
}
.overview-txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66;
  margin-bottom: 40px;
  color: #1b60cc;
}
.overview-btn {
  display: block;
  width: 189px;
  margin: auto;
}

.period {
  padding: 65px 0;
  background: #ffff80;
}
.period .sec-ttl {
  color: #1b60cc;
}
.period-txt {
  font-size: 22px;
  font-weight: 700;
  margin: 5px 0;
  text-align: center;
  color: #1b60cc;
}

.process {
  padding: 92px 0;
  background: #1b60cc;
}
.process .sec-ttl {
  color: #fff;
}
.process-inner {
  margin-right: -35px;
  margin-left: -35px;
}
.process-list {
  display: flex;
  margin: 16px auto 40px;

  justify-content: space-between;
}
.process-item {
  text-align: center;

  flex: 0 1 210px;
}
.process-arrow {
  margin-top: 103px;

  flex: 0 1 auto;
}
.step-ttl {
  font-family: "Barlow Condensed";
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0.05rem;
  color: #ffff3d;
}
.step-img {
  width: 130px;
  margin: 0 auto 30px;
}
.step-txt {
  font-size: 16px;
  color: #fff;
}
.step-txt a {
  color: #ffff3d;
}
.step-txt a:hover {
  text-decoration: underline !important;
}
.process-note {
  font-size: 16px;
  color: #ffff3d;
}

.match {
  padding: 92px 0;
}
.match-wrap {
  border-top: 1px solid #1b60cc;
}
.match-list {
  max-width: 550px;
  margin: 32px auto;
}
.match-item {
  display: flex;
  margin-bottom: 15px;
  border: 1px solid #1b60cc;
}
.match-num {
  font-size: 22px;
  font-weight: 700;
  display: flex;
  color: #fff;
  background: #1b60cc;

  flex: 0 1 60px;
  justify-content: center;
  align-items: center;
}
.match-num--em {
  background: #e97c11;
}
.match-detail {
  font-size: 18px;
  text-align: center;
  color: #1b60cc;

  flex: 1;
}
.match-winner {
  line-height: 1.8;
  padding: 5px;
  background: #ffff80;
}
.match-schedule {
  display: flex;
  min-height: 55px;

  justify-content: center;
  align-items: center;
}
.match-btn-list {
  max-width: 550px;
  margin: auto;
}
.match-btn {
  display: flex;
  height: 80px;
  margin-top: 4px;
  background: #d4e5ff;

  align-items: center;
}
.match-btn-txt {
  font-size: 18px;
  color: #1b60cc;

  flex: 1 0 auto;
}
.match-btn-icon {
  flex: 0 1 100px;
}
.match-btn-icon img {
  float: right;
  vertical-align: middle;
}
.match-btn-icon .icon-schedule {
  width: 35px;
  margin-right: 20px;
}
.match-btn-icon .icon-rule {
  width: 24px;
  margin-right: 26px;
}
.match-btn-arrow {
  flex: 0 1 32px;
  display: flex;
}
.match-btn-arrow .icon-arrow {
  width: 10px;
}

.notice {
  max-width: 860px;
  margin: auto;
  padding: 0 30px;
}
.notice .sec-inner {
  padding: 65px 45px;
  border: 3px solid #1b60cc;
}
.notice .sec-ttl {
  margin-bottom: 32px;
  border-bottom: 1px solid #1b60cc;
}
.notice-ttl2 {
  margin-top: 92px;
}
.notice-txt {
  font-size: 16px;
  color: #1b60cc;
}

.apply {
  padding: 92px 0 20px;
}
.privacy-ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}
.privacy-ttl span {
  vertical-align: middle;
}
.privacy-ttl .icon-note {
  width: 24px;
  margin-right: 20px;
}
.privacy-box {
  overflow-y: scroll;
  height: 308px;
  margin: 35px 0;
  padding: 25px 30px;
  background: #f3f3f3;

  scrollbar-width: thin;
  scrollbar-color: #1b60cc #dcdcdc;
  -webkit-overflow-scrolling: touch;
}

.privacy-box::-webkit-scrollbar {
  width: 12px;
}
.privacy-box::-webkit-scrollbar-track {
  background: #dcdcdc;
}
.privacy-box::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #1b60cc;
}
.privacy-txt {
  font-size: 15px;
  color: #1b60cc;
}
.privacy-txt a {
  text-decoration: underline !important;
  color: #1b60cc !important;
  word-break: break-all;
}
.privacy-txt a:hover {
  text-decoration: none !important;
}
.privacy-txt + .privacy-txt {
  margin-top: 25px;
}
.apply-txt {
  font-size: 16px;
  margin: 50px auto 40px;
  text-align: center;
}
.apply-btn {
  font-size: 22px;
  font-weight: 700;
  line-height: 60px;
  display: block;
  width: 240px;
  height: 64px;
  margin: auto;
  text-align: center;
  color: #fff !important;
  border-radius: 32px;
  background: #1b60cc;
}

.campaign-prLink {
  text-decoration: underline !important;
  color: #3fa9f5 !important;
  text-align: center;
  font-size: 20px;
  display: block;
  margin-bottom: 40px;
  margin-top: 30px;
}
.txt-link {
  color: #3fa9f5 !important;
  text-decoration: underline !important;
}

/* for SP */
@media screen and (max-width: 940px) {
  .sec-inner {
    padding: 0 20px;
    padding: 0 5.33vw;
  }

  .overview {
    padding-bottom: 52px;
    padding-bottom: 13.87vw;
  }
  .overview-mv {
    max-height: 100%;
    background: none;
  }
  .overview-mv::before {
    display: none;
  }
  .overview-lead {
    width: 100%;
    margin: 50px auto 20px;
    margin: 13.33vw auto 5.33vw;
  }
  .overview-img {
    margin-bottom: 3px;
  }
  .overview-note {
    font-size: 9px;
    margin-bottom: 20px;
    margin-bottom: 5.33vw;
  }
  .overview-pop {
    width: 257px;
    width: 68.53vw;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .overview-txt {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
    margin-bottom: 6.67vw;
  }
  .overview-btn {
    width: 142px;
    width: 37.87vw;
    max-width: 252px;
  }

  .period {
    padding: 30px 0;
    padding: 8vw 0;
  }
  .period-txt {
    font-size: 16px;
    margin: 0 auto 8px;
    margin-bottom: 2.13vw;
  }

  .process {
    padding: 52px 0;
    padding: 13.87vw 0;
  }
  .process-inner {
    margin: 0;
  }
  .process-list {
    display: block;
    margin: 10px auto 30px;
    margin: 2.67vw auto 8vw;
  }
  .step-ttl {
    font-size: 30px;
    margin-bottom: 10px;
    margin-bottom: 2.67vw;
  }
  .step-img {
    width: 130px;
    width: 34.67vw;
    margin: 0 auto 15px;
    margin-bottom: 4vw;
  }
  .step-txt {
    font-size: 15px;
  }
  .process-arrow {
    margin: 20px auto 17px;
    margin: 5.33vw auto 4.53vw;
    text-align: center;
  }
  .process-arrow img {
    width: 10px;
    width: 2.67vw;
    transform: rotate(90deg);
  }
  .process-note {
    font-size: 15px;
    line-height: 1.6;
  }

  .match {
    padding: 52px 0;
    padding: 13.87vw 0;
  }

  .match-list {
    margin: 23px auto;
    margin: 6.13vw auto;
  }
  .match-item {
    margin-bottom: 10px;
    margin-bottom: 2.67vw;
  }
  .match-num {
    font-size: 15px;

    flex: 0 1 40px;
    flex: 0 1 10.67vw;
  }
  .match-detail {
    font-size: 18px;
  }
  .match-winner {
    font-size: 13px;
    line-height: 24px;
  }
  .match-schedule {
    font-size: 14px;
    min-height: 40px;
  }

  .notice {
    padding: 0 20px;
    padding: 0 5.33vw;
  }
  .notice .sec-inner {
    padding: 35px 25px;
    padding: 9.33vw 6.67vw;
  }
  .notice-txt {
    font-size: 14px;
  }
  .notice-ttl2 {
    margin-top: 52px;
    margin-top: 13.87vw;
  }

  .apply {
    padding: 52px 0 0;
    padding-top: 13.87vw;
  }

  .privacy-box {
    height: 412px;
    margin: 25px 0;
    margin: 6.67vw 0;
    padding: 15px 20px;
    padding: 4vw 5.33vw;
  }
  .privacy-txt {
    font-size: 13px;
  }
  .privacy-txt + .privacy-txt {
    margin-top: 20px;
  }
  .apply-txt {
    font-size: 14px;
    margin: 40px auto 25px;
    margin: 10.67vw auto 6.67vw;
    text-align: left;
  }

  .campaign-prLink {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 550px) {
  .sec-ttl {
    font-size: 24px;
    padding-bottom: 15px;
    padding-bottom: 4vw;
  }
  .notice .sec-ttl {
    margin-bottom: 25px;
    margin-bottom: 6.67vw;
  }

  .match .sec-inner {
    padding: 0;
  }
  .match-wrap {
    margin: 0 20px;
    margin: 0 5.33vw;
  }
  .match-btn {
    height: 72px;
    height: 19.2vw;
    margin-top: 2px;
  }
  .match-btn-icon {
    flex: 0 1 77px;
    flex: 0 1 20.53vw;
  }
  .match-btn-icon .icon-schedule {
    width: 25px;
    width: 6.67vw;
    margin-right: 20px;
    margin-right: 5.33vw;
  }
  .match-btn-icon .icon-rule {
    width: 17px;
    width: 4.53vw;
    margin-right: 22px;
    margin-right: 5.87vw;
  }
  .match-btn-arrow .icon-arrow {
    width: 8px;
    width: 2.13vw;
  }
  .match-btn-txt {
    font-size: 16px;
    font-size: 4.27vw;
  }
  .match-btn-arrow {
    flex: 0 1 47px;
    flex: 0 1 12.53vw;
  }

  .privacy-ttl {
    font-size: 16px;
    line-height: 22px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .privacy-ttl .icon-note {
    width: 17px;
    margin-right: 12px;
  }
}
