@charset "utf-8";

html,
body {
  height: 100%;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  scroll-padding-top: -56px;
  background: #f3f3f3;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  display: block;
  text-decoration: none;
}

span.invisibleTxt {
  display: none;
}

p {
  font-size: 24px;
  line-height: 1.6;
  color: #000;
}

section {
  padding: 0 32px 40px;
}

.next {
  margin: 0 auto;
}

.noIndent {
  line-height: 1.2em;
}

.btn {
  display: block;
}

.contents p,
.contents h2 {
  line-height: 1.5;
  color: #000;
}

.mainVisual {
  background: #f7f5f5;
}

.mainVisual h1 {
  background: #f3e7ea;
}

.mainVisual h1 img {
  margin: 0 auto;
}

.float_btn_wrap {
  position: fixed;
  bottom: 15px;
  left: 0;
  right: auto;
  margin: 0;
  max-width: none;
  z-index: 99;
  transition: opacity .3s ease, visibility .3s ease;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  padding: 0;
}

.float_btn_wrap.isActive {
  opacity: 1;
  visibility: visible;
}

.float_btn_wrap .step03_btn_img {
  width: 100%;
  margin: 0;
}

.btn--kisekae_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
  margin-top: 30px;
}

.btn--kisekae_wrap>div {
  width: calc(50% - 8px);
}

.mainVisual+.sec_campaign_intro {
  padding-top: 35px;
}

.sec_campaign_intro {
  padding-top: 48px;
  padding-bottom: 40px;
}

.campaign_intro_inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.sec_campaign_intro h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
}

.sec_campaign_intro p {
  text-align: center;
  color: #000;
}

.sec_campaign_intro p:nth-of-type(1) {
  margin-top: 22px;
  font-size: 21px;
}

.sec_campaign_intro p:nth-of-type(2) {
  margin-top: 24px;
  font-size: 21px;
}

.sec_dazn {
  padding-top: unset;
  padding-bottom: 60px;
}

.prize_inner,
.entry_inner,
.step_inner,
.dazn_inner,
.other_campaign_inner {
  max-width: 640px;
  margin: 0 auto;
}

.prize_img,
.entry_main_img,
.step_title_img,
.step_card_img,
.step_team_img,
.step03_btn_img,
.dazn_intro_img,
.dazn_text_img,
.dazn_banner,
.oshij_top_bnr,
.other_campaign_bnr {
  margin: 0;
}

.prize_note {
  margin-top: 12px;
  font-size: 18px;
  padding-left: 1em;
  text-indent: -1em;
}

.step_head_img {
  margin: 0 auto 16px;
  text-align: center;
}

.step_head_img img {
  width: 173px;
  margin: 0 auto;
}

.step_box {
  margin-top: 0;
  background: #fff;
  border-radius: 18px;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.sec_stepB01 .step_box {
  border: 4px solid #f0001f;
}

.sec_stepB02 .step_box {
  border: 4px solid #00a651;
}

.sec_stepB03 .step_box {
  border: 4px solid #1664e8;
}

.step_title_img {
  margin: 0;
  padding: 12px 0;
}

.sec_stepB01 .step_title_img {
  background: #f0001f;
}

.sec_stepB02 .step_title_img {
  background: #00a651;
}

.sec_stepB03 .step_title_img {
  background: #1664e8;
}

.step_title_img img {
  width: 100%;
  margin: 0 auto;
}

.sec_stepB01 .step_title_img img {
  width: 541px;
}

.sec_stepB02 .step_title_img img {
  width: 504px;
}

.sec_stepB03 .step_title_img img {
  width: 302px;
}

.step_content {
  padding: 32px 28px 36px;
  background: #fff;
}

.step_ttl {
  font-size: 30px;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
}

.step_txt {
  font-size: 21px;
  text-align: center;
  color: #000;
}

.sec_stepB01 .step_txt {
  margin-top: 20px;
}

.step_card_img {
  margin-left: -28px;
  width: calc(100% + 56px);
  margin-top: 33px;
}

.step_team_img {
  margin-top: 25px;
}

.step_card_img img,
.step_team_img img,
.step03_btn_img img {
  width: 100%;
  margin: 0 auto;
}

.step_note {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
  margin-left: 1em;
  text-indent: -1em;
}

.step_text_link {
  margin-top: 20px;
  text-align: right;
}

.step_text_link a {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  font-size: 21px;
  line-height: 1.5;
  color: #000;
  text-decoration: underline;
}

.step_text_link a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 21px;
  background-image: url(../img/link.png);
}

.step03_note_list {
  margin-top: 22px;
}

.step03_note_list li {
  font-size: 18px;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}

.dazn_official_btn {
  margin-top: 18px;
}

.dazn_text_img {
  margin-top: 54px;
}

.dazn_banner {
  margin-top: 18px;
}

.oshij_top_bnr {
  margin-top: 60px;
}

.other_campaign_ttl {
  position: relative;
  width: 320px;
  margin: 0 auto;
  padding: 16px 20px;
  border-radius: 999px;
  background: #000;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  color: #fff !important;
}

.other_campaign_ttl::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid #000;
}

.other_campaign_bnr {
  margin-top: 28px;
}

.sec_end {
  padding-top: 3vw;
}

.sec_end>p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.sec_end>img {
  margin-top: 25px;
  width: 620px;
  margin-left: -22px;
}

.sec_end>.next.redBtn {
  margin-top: 30px;
}

.sec_end>.next.home {
  margin-top: 33px;
}

.cpNotes {
  margin: 0 auto;
}

.cpNotesBtnWrap {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.cpNotesBtnWrap {
  position: relative;
  padding-bottom: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px -6px 0px 0px #d00e31 inset;
  box-shadow: 0px -6px 0px 0px #d00e31 inset;
  border: 2px solid #D00E31;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.cpNotesBtn {
  display: table;
  width: 100%;
}

.cpNotesBtn a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.cpNotesFlame {
  display: none;
  border-left: 2px solid #D00E31;
  border-right: 2px solid #D00E31;
  border-bottom: 2px solid #D00E31;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}

.cpNotesList {
  padding: 20px;
  font-size: 14px;
  text-align: left;
}

.cpNotesSubttl {
  margin-top: 1em;
}

.next.redBtn {
  background-color: #CC0033;
  border: 2px solid #CC0033;
  margin: 0 auto;
}

.next.redBtn p {
  color: #ffffff;
}

.next.redBtn p::after {
  border-color: #ffffff;
}

@media only screen and (max-width: 640px) {
  .contents {
    overflow: hidden;
  }

  p {
    font-size: 3.4vw;
  }

  section {
    padding: 0 5vw 6.25vw;
  }

  img {
    max-width: 100%;
  }

  .mainVisual h1 img {
    width: 100%;
  }

  .mainVisual+.sec_campaign_intro {
    padding-top: 7.5vw;
  }

  .sec_campaign_intro {
    padding-top: 7.5vw;
    padding-bottom: 6.5vw;
  }

  .campaign_intro_inner,
  .prize_inner,
  .entry_inner,
  .step_inner,
  .dazn_inner,
  .other_campaign_inner {
    width: 100%;
    max-width: none;
  }

  .sec_campaign_intro h2 {
    font-size: 5.1vw;
  }

  .sec_campaign_intro p:nth-of-type(1) {
    margin-top: 4vw;
    font-size: 3.5vw;
  }

  .sec_campaign_intro p:nth-of-type(2) {
    margin-top: 4.5vw;
    font-size: 3.6vw;
  }

  .prize_note {
    margin-top: 2vw;
    font-size: 2.9vw;
  }

  .step_head_img {
    margin-bottom: 2.5vw;
  }

  .step_head_img img {
    width: 34vw;
  }

  .step_box {
    border-radius: 2.8vw;
  }

  .sec_stepB01 .step_box,
  .sec_stepB02 .step_box,
  .sec_stepB03 .step_box {
    border-width: 3px;
  }

  .step_title_img {
    padding: 2.2vw 3vw;
  }

  .sec_stepB01 .step_title_img img {
    width: 100%;
  }

  .sec_stepB02 .step_title_img img {
    width: 78.75vw;
  }

  .sec_stepB03 .step_title_img img {
    width: 47.19vw;
  }

  .step_content {
    padding: 5vw 4vw 6vw;
  }

  .step_ttl {
    font-size: 4.8vw;
  }

  .step_txt {
    font-size: 3.55vw;
  }

  .step_card_img {
    margin-left: -4vw;
    width: calc(100% + 8vw);
  }

  .step_card_img,
  .step_team_img {
    margin-top: 4vw;
  }

  .step_note {
    margin-top: 3.5vw;
    font-size: 2.9vw;
  }

  .step_text_link {
    margin-top: 3.5vw;
  }

  .step_text_link a {
    padding-right: 5vw;
    font-size: 3.35vw;
    white-space: nowrap;
  }

  .step_text_link a::after {
    right: 0;
    width: 3.4vw;
    height: 3vw;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .step03_note_list {
    margin-top: 3.5vw;
  }

  .step03_note_list li {
    font-size: 2.9vw;
  }

  .sec_dazn {
    padding-bottom: 9vw;
  }

  .dazn_official_btn {
    margin-top: 3vw;
  }

  .dazn_text_img {
    margin-top: 8vw;
  }

  .dazn_banner {
    margin-top: 3vw;
  }

  .oshij_top_bnr {
    margin-top: 8vw;
  }

  .other_campaign_ttl {
    width: 70vw;
    padding: 2.7vw 3vw;
    font-size: 4.6vw;
  }

  .other_campaign_ttl::after {
    bottom: -2.2vw;
    border-left-width: 2.2vw;
    border-right-width: 2.2vw;
    border-top-width: 2.8vw;
  }

  .other_campaign_bnr {
    margin-top: 6vw;
  }

  .sec_note,
  .sec_end {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sec_end>p {
    font-size: 3.4vw;
  }

  .sec_end>img {
    margin-top: 3.9063vw;
    width: 100%;
    margin-left: 0;
  }

  .sec_end>.next.redBtn {
    margin-top: 4.6875vw;
  }

  .sec_end>.next.home {
    margin-top: 5.1563vw;
  }

  .cpNotesBtnWrap {
    padding-bottom: 4px;
    box-shadow: 0 -4px 0 0 #d00e31 inset;
    border-width: 3px;
  }

  .cpNotesFlame {
    border-width: 3px;
  }

  .cpNotesList {
    padding: 10px;
    font-size: 12px;
  }

  .btn--kisekae_wrap {
    gap: 2.8vw;
    margin-top: 5vw;
  }

  .btn--kisekae_wrap>div {
    width: calc(50% - 1.4vw);
  }

  .step_content .btn--kisekae_wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .float_btn_wrap {
    bottom: 4vw;
  }

  .float_btn_wrap .step03_btn_img {
    margin: 0;
  }
}

@media only screen and (max-width: 360px) {
  .cpNotesList {
    padding: 10px;
    font-size: 12px;
  }

  .cpNotesBtnWrap {
    padding-bottom: 3px;
    box-shadow: 0 -3px 0 0 #d00e31 inset;
  }
}