@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;
  color: #000;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  display: block;
  text-decoration: none;
}

span.invisibleTxt {
  display: none;
}

p {
  font-size: 16px;
}

section {
  padding: 40px 32px;
}

.mt-10 {
  margin-top: 10px;
}

.next {
  margin: 0 auto;
}

.noIndent {
  line-height: 1.2em;
}

.txtIndent {
  padding-left: 1em;
  text-indent: -1em;
}

.btn {
  display: block;
}

.contents {
  background-image: url(../img/contents_bg.png);
}

.contents p,
.contents h2,
.contents h3 {
  line-height: 1.5;
}

.mainVisual {
  background: #f7f5f5;
}

.mainVisual h1 {
  background: #f3e7ea;
}

.mainVisual h1 img {
  margin: 0 auto;
}

.float_btn_wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 640px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  padding: 12px 0;
  background-color: rgba(0, 0, 0, 0.08);
}

.float_btn_wrap.isActive {
  opacity: 1;
  visibility: visible;
}

.float_btn_wrap a {
  display: block;
  margin: 0 auto;
  width: 490px;
}

.float_btn_wrap img {
  width: 100%;
  display: block;
}

.sec_end {
  padding-top: 3vw;
  background-color: #fff;
}

.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 {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 6px;
  box-sizing: border-box;
  box-shadow: 0px -6px 0px 0px #d00e31 inset;
  border: 2px solid #D00E31;
  border-radius: 3px;
  background-color: #fff;
}

.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;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
}

.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;
}

.sec_title {
  margin-bottom: 40px;
}

.sec_title img {
  width: auto;
  margin: 0 auto;
}

.sec_notes {
  padding-top: unset;
  padding-bottom: unset;
}

.sec_how-to-entry .step_wrap {
  border: 3px solid #000;
  margin-top: 40px;
  padding: 40px;
  background-color: #fff;
  text-align: center;
}

.step_title {
  background-color: #000;
  padding: 12px 20px 11px;
  width: fit-content;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.step_sub-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 26px;
}

.step_sub-title span {
  font-size: 28px;
}

.step_sub-title+p {
  margin-top: 10px;
}

.step_btn {
  margin-top: 40px;
}

.step_btn p {
  margin-top: 10px;
}

.step_arrow {
  width: 78px;
  margin: 30px auto 0;
}

.step02 {
  margin-top: 30px;
}

.step02 .step_btn {
  margin-top: 30px;
}

.sec_banner_wrap {
  margin-top: 40px;
}

.sec_banner:not(:first-child) {
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  p {
    font-size: 3.75vw;
  }

  section {
    padding: 6.25vw 5vw;
  }

  .float_btn_wrap {
    max-width: none;
    padding: 3.13vw calc(8.13vw + 2px);
  }

  .float_btn_wrap a {
    width: unset;
  }

  .sec_end>p {
    font-size: 3.75vw;
  }

  .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: 0px -4px 0px 0px #d00e31 inset;
    border-width: 3px;
  }

  .cpNotesFlame {
    border-width: 3px;
  }

  .cpNotesList {
    padding: 10px;
    font-size: 12px;
  }

  .sec_title {
    margin-bottom: 6.25vw;
  }

  .sec_present .sec_title img {
    width: 37.50vw;
  }

  .sec_how-to-entry .sec_title img {
    width: 65.31vw;
  }

  .sec_campaign .sec_title img {
    width: 74.84vw;
  }

  .sec_how-to-entry .step_wrap {
    border-width: 2px;
    margin-top: 6.25vw;
    padding: 3.13vw;
  }

  .step_title {
    padding: 1.88vw 3.13vw 1.72vw;
    font-size: 24px;
  }

  .step_sub-title {
    font-size: 20px;
    margin-top: 4.06vw;
  }

  .step_sub-title span {
    font-size: 22px;
  }

  .step_sub-title+p {
    margin-top: 1.56vw;
  }

  .step_btn {
    margin-top: 6.25vw;
  }

  .step_btn p {
    margin-top: 1.56vw;
  }

  .step_arrow {
    width: 12.19vw;
    margin: 4.69vw auto 0;
  }

  .step02 {
    margin-top: 4.69vw;
  }

  .step02 .step_btn {
    margin-top: 4.69vw;
  }

  .sec_banner_wrap {
    margin-top: 6.25vw;
  }

  .sec_banner:not(:first-child) {
    margin-top: 4.69vw;
  }
}

@media only screen and (max-width: 360px) {
  .cpNotesList {
    padding: 10px;
    font-size: 12px;
  }

  .cpNotesBtnWrap {
    padding-bottom: 3px;
    box-shadow: 0px -3px 0px 0px #d00e31 inset;
  }
}