@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
}

body {
  font-size: 1.6rem;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
div,
p,
ul,
li,
dt,
dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
}

a:hover img {
  filter: brightness(1.2);
}

.pcOnly {
  display: none;
}
@media only screen and (min-width: 769px) {
  .pcOnly {
    display: inline;
  }
}

.spOnly {
  display: inline;
}
@media only screen and (min-width: 769px) {
  .spOnly {
    display: none;
  }
}

@media only screen and (min-width: 420px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.wrap {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .wrap {
    width: 100%;
    background-image: url(../img/bg_pcl.png);
    background-size: cover;
    background-attachment: fixed;
  }
}

.contents {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .contents {
    width: 750px;
    margin: 0 auto;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3), -5px 5px 10px rgba(0, 0, 0, 0.3);
  }
}

/******* ヘッダー *******/
.header {
  width: 100vw;
  height: 13.3333333333vw;
  padding: 1.3333333333vw 3.0666666667vw 0 2.6666666667vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .header {
    width: 750px;
    height: 100px;
    padding: 10px 23px 0 20px;
  }
}
.header .header-logo {
  width: 17.4666666667vw;
  line-height: 0;
}
@media only screen and (min-width: 769px) {
  .header .header-logo {
    width: 131px;
  }
}
.header .header-corplogo {
  width: 18.8vw;
  line-height: 0;
}
@media only screen and (min-width: 769px) {
  .header .header-corplogo {
    width: 141px;
  }
}

/******* ヘッダー *******/
/******* キービジュアル *******/
.kv {
  width: 100vw;
  background-color: #f8f4c2;
}
@media only screen and (min-width: 769px) {
  .kv {
    width: 750px;
    margin: 0 auto;
  }
}
.kv .kv-title {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .kv .kv-title {
    width: 100%;
  }
}
.kv .kv-note {
  position: relative;
  margin: -5.3333333333vw auto 0;
  font-size: 3.2vw;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .kv .kv-note {
    margin: -40px auto 0;
    font-size: 2.4rem;
  }
}

/******* キービジュアル *******/
/******* リード *******/
.lead {
  width: 100vw;
  padding: 4vw 0 4.2666666667vw;
  background-color: #f8f4c2;
}
@media only screen and (min-width: 769px) {
  .lead {
    width: 100%;
    padding: 30px 0 32px;
  }
}
.lead .lead-baloon {
  width: 86.1333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .lead .lead-baloon {
    width: 646px;
  }
}
.lead .lead-text {
  width: 80.4vw;
  margin: 3.7333333333vw auto 0;
}
@media only screen and (min-width: 769px) {
  .lead .lead-text {
    width: 603px;
    margin: 28px auto 0;
  }
}
.lead .lead-note {
  margin: 4vw auto 0;
  font-size: 3.2vw;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .lead .lead-note {
    margin: 30px auto 0;
    font-size: 2.4rem;
  }
}

/******* リード *******/
/******* キャンペーン期間 *******/
.period {
  width: 100vw;
  background-color: #f8f4c2;
  padding: 0 0 6.6666666667vw 0;
}
@media only screen and (min-width: 769px) {
  .period {
    width: 100%;
    padding: 0 0 50px 0;
  }
}
.period .period-cont {
  width: 90.6666666667vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .period .period-cont {
    width: 680px;
  }
}

/******* キャンペーン期間 *******/
/******* 応募方法 *******/
.method {
  width: 100vw;
  padding: 5.7333333333vw 0 8.6666666667vw;
  background: linear-gradient(to right, #7800aa, #4d008c);
}
@media only screen and (min-width: 769px) {
  .method {
    width: 100%;
    padding: 43px 0 65px;
  }
}
.method .method-title {
  width: 90.4vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .method .method-title {
    width: 678px;
  }
}
.method .method-step {
  width: 90.6666666667vw;
  margin: 4vw auto 0;
}
@media only screen and (min-width: 769px) {
  .method .method-step {
    width: 680px;
    margin: 30px auto 0;
  }
}
.method .method-step li {
  margin-top: 4vw;
}
@media only screen and (min-width: 769px) {
  .method .method-step li {
    margin-top: 30px;
  }
}

/******* 応募方法 *******/
/******* 知っていましたか？*******/
.about {
  width: 100vw;
  padding: 0 0 9.3333333333vw;
  background-color: #fff;
  background-image: url(../img/bg_about.png);
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .about {
    width: 100%;
    padding: 0 0 70px;
  }
}
.about .about-cont1,
.about .about-cont2,
.about .about-cont3 {
  width: 100%;
}
.about .about-cont4 {
  width: 84.8vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .about .about-cont4 {
    width: 636px;
  }
}
.about .about-cont5 {
  width: 84.8vw;
  margin: 1.7333333333vw auto 0;
}
@media only screen and (min-width: 769px) {
  .about .about-cont5 {
    width: 636px;
    margin: 13px auto 0;
  }
}
.about .about-cont6 {
  width: 100%;
  margin: 3.7333333333vw auto 0;
}
@media only screen and (min-width: 769px) {
  .about .about-cont6 {
    margin: 28px auto 0;
  }
}
.about .about-cont7 {
  width: 90.1333333333vw;
  margin: 7.6vw auto 0;
}
@media only screen and (min-width: 769px) {
  .about .about-cont7 {
    width: 676px;
    margin: 57px auto 0;
  }
}

/******* 知っていましたか？ *******/
/******* 利用規約 *******/
.terms {
  width: 100vw;
  padding: 6.6666666667vw 0 12vw;
  background-image: url(../img/bg_wave.png), url(../img/bg_rule.png);
  background-size: 100% auto, 100% auto;
  background-position: bottom center, top center;
  background-repeat: no-repeat, no-repeat;
}
@media only screen and (min-width: 769px) {
  .terms {
    width: 100%;
    padding: 50px 0 90px;
  }
}
.terms .terms-title {
  width: 90.6666666667vw;
  height: 9.3333333333vw;
  margin: 0 auto;
  background-color: #00955E;
  background-image: url(../img/rule_open.svg);
  background-size: 5.0666666667vw auto;
  background-position: center right 4.6666666667vw;
  background-repeat: no-repeat;
  border-radius: 3.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .terms .terms-title {
    width: 680px;
    height: 70px;
    background-size: 38px auto;
    background-position: center right 35px;
    border-radius: 24px;
  }
}
.terms .terms-title:hover {
  cursor: pointer;
  filter: brightness(1.2);
}
.terms .terms-title.open {
  background-image: url(../img/rule_close.svg);
}
.terms .terms-title img {
  width: 30vw;
}
@media only screen and (min-width: 769px) {
  .terms .terms-title img {
    width: 225px;
  }
}
.terms .terms-wrap {
  width: 90.6666666667vw;
  margin: 0 auto;
  padding: 4vw 5.3333333333vw;
  border-radius: 3.2vw;
  background-color: #fff;
  display: none;
}
@media only screen and (min-width: 769px) {
  .terms .terms-wrap {
    width: 680px;
    padding: 30px 40px;
    border-radius: 24px;
  }
}
.terms .terms-cont {
  height: 120vw;
  overflow-y: scroll;
}
@media only screen and (min-width: 769px) {
  .terms .terms-cont {
    height: 900px;
  }
}
.terms .terms-cont h3 {
  font-size: 4vw;
}
@media only screen and (min-width: 769px) {
  .terms .terms-cont h3 {
    font-size: 2.4rem;
  }
}
.terms .terms-cont h4 {
  font-size: 3.4666666667vw;
}
@media only screen and (min-width: 769px) {
  .terms .terms-cont h4 {
    font-size: 2rem;
  }
}
.terms .terms-cont h5, .terms .terms-cont p, .terms .terms-cont li {
  font-size: 3.2vw;
}
@media only screen and (min-width: 769px) {
  .terms .terms-cont h5, .terms .terms-cont p, .terms .terms-cont li {
    font-size: 1.8rem;
  }
}
.terms .terms-cont p {
  margin-bottom: 0.75em;
  text-align: justify;
}
.terms .terms-cont p + h4,
.terms .terms-cont ul + h4,
.terms .terms-cont p + h5 {
  margin-top: 1.5em;
}
.terms .terms-cont ul.disc li {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
  list-style: disc;
}
.terms .terms-cont h4 + ul {
  margin-top: 0.5em;
}
.terms .terms-cont ul.note li {
  padding-left: 1.35em;
  text-indent: -1.35em;
  margin-bottom: 0.5em;
}
.terms .terms-btn {
  width: 76vw;
  margin: 5.3333333333vw auto 0;
}
@media only screen and (min-width: 769px) {
  .terms .terms-btn {
    width: 570px;
    margin: 40px auto 0;
  }
}

/******* 利用規約 *******/
/******* よくあるご質問 *******/
.faq {
  width: 100vw;
  padding: 4vw 0 1.3333333333vw;
  background-color: #966eb4;
}
@media only screen and (min-width: 769px) {
  .faq {
    width: 100%;
    padding: 30px 0 10px;
  }
}
.faq .faq-title {
  width: 90.6666666667vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .faq .faq-title {
    width: 680px;
  }
}
.faq .faq-cont {
  width: 90.6666666667vw;
  margin: 4vw auto 0;
  background-color: #fff;
  border-radius: 3.2vw;
}
@media only screen and (min-width: 769px) {
  .faq .faq-cont {
    width: 680px;
    margin: 30px auto 0;
    border-radius: 24px;
  }
}
.faq .faq-cont dt {
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.2;
  width: 90.6666666667vw;
  height: 16vw;
  padding: 5.3333333333vw 0 0 12vw;
  background-image: url(../img/faq_q.svg), url(../img/faq_open.svg);
  background-position: center left 4vw, center right 3.6vw;
  background-size: 6.1333333333vw auto, 5.0666666667vw auto;
  background-repeat: no-repeat, no-repeat;
}
@media only screen and (min-width: 769px) {
  .faq .faq-cont dt {
    font-size: 2.8rem;
    width: 680px;
    height: 120px;
    padding: 40px 0 0 90px;
    background-position: center left 30px, center right 27px;
    background-size: 46px auto, 38px auto;
    cursor: pointer;
  }
}
.faq .faq-cont dt.l2 {
  padding: 4vw 0 0 12vw;
}
@media only screen and (min-width: 769px) {
  .faq .faq-cont dt.l2 {
    padding: 30px 0 0 90px;
  }
}
.faq .faq-cont dt.open {
  background-image: url(../img/faq_q.svg), url(../img/faq_close.svg);
}
.faq .faq-cont dt:hover {
  cursor: pointer;
}
.faq .faq-cont dd {
  font-size: 3.2vw;
  line-height: 1.5;
  text-align: justify;
  width: 82.6666666667vw;
  padding: 4vw 0;
  margin: 0 auto;
  border-top: 1px solid #a680c6;
  display: none;
}
@media only screen and (min-width: 769px) {
  .faq .faq-cont dd {
    font-size: 2.4rem;
    width: 620px;
    padding: 30px 0;
  }
}

/******* よくあるご質問 *******/
/******* キャンペーンに関するお問い合わせ先 *******/
.contact {
  width: 100vw;
  padding: 13.2vw 0 10.6666666667vw;
  background-image: url(../img/bg_inquiry.png);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .contact {
    width: 100%;
    padding: 99px 0 80px;
  }
}
.contact .contact-inner {
  width: 90.6666666667vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .contact .contact-inner {
    width: 680px;
  }
}
.contact .contact-title {
  width: 90.6666666667vw;
  height: 10.6666666667vw;
  background-color: #d21e41;
  border-top-left-radius: 3.2vw;
  border-top-right-radius: 3.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .contact .contact-title {
    width: 680px;
    height: 80px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
.contact .contact-title img {
  width: 80.8vw;
}
@media only screen and (min-width: 769px) {
  .contact .contact-title img {
    width: 606px;
  }
}
.contact .contact-cont {
  width: 90.6666666667vw;
  background-color: #fff;
  border-bottom-left-radius: 3.2vw;
  border-bottom-right-radius: 3.2vw;
  padding: 5.3333333333vw 0 4vw;
}
@media only screen and (min-width: 769px) {
  .contact .contact-cont {
    width: 680px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 40px 0 30px;
  }
}
.contact .contact-cont h3 {
  width: 74.2666666667vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .contact .contact-cont h3 {
    width: 557px;
  }
}
.contact .contact-cont .telno {
  width: 64.4vw;
  margin: 4.5333333333vw auto 4.5333333333vw;
}
@media only screen and (min-width: 769px) {
  .contact .contact-cont .telno {
    width: 483px;
    margin: 34px auto 0;
  }
}
.contact .contact-cont p {
  font-size: 2.9333333333vw;
  line-height: 1.5;
  text-align: center;
  margin-top: 1em;
}
@media only screen and (min-width: 769px) {
  .contact .contact-cont p {
    font-size: 2.2rem;
  }
}

/******* キャンペーンに関するお問い合わせ先 *******/
/******* ページトップボタン *******/
.ptop {
  width: 13.3333333333vw;
  position: fixed;
  right: 2.6666666667vw;
  bottom: -13.3333333333vw;
  transition: all ease 0.3s;
}
@media only screen and (min-width: 769px) {
  .ptop {
    width: 100px;
    right: 20px;
    bottom: -100px;
    cursor: pointer;
  }
}
.ptop.active {
  bottom: 2.6666666667vw;
}
@media only screen and (min-width: 769px) {
  .ptop.active {
    bottom: 20px;
  }
}

/******* ページのトップへ *******/