@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: #222;
  margin: 0;
  padding: 0;
}

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

h1,
h2,
h3,
div,
p,
ul,
li {
  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;
  }
}
.contents {
  width: 100%;
  overflow-x: hidden;
}

/******* ヘッダー＆キービジュアル *******/
.kv {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .kv {
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1150px) {
  .kv {
    width: 100%;
  }
}
.kv .kv--inner {
  position: relative;
  height: 158.6666666667vw;
  background-image: url(../img/kv_ph_sp.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
@media only screen and (min-width: 769px) {
  .kv .kv--inner {
    width: 100vw;
    height: 114.9565217391vw;
    background-image: url(../img/kv_ph_pc.jpg);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1150px) {
  .kv .kv--inner {
    width: 1150px;
    height: 1322px;
  }
}
.kv .kv--logo {
  position: absolute;
  width: 18.6666666667vw;
  top: 5.8666666667vw;
  right: 8.2666666667vw;
}
@media only screen and (min-width: 769px) {
  .kv .kv--logo {
    width: 12.1739130435vw;
    top: 3.9130434783vw;
    right: 0;
  }
}
@media only screen and (min-width: 1150px) {
  .kv .kv--logo {
    width: 140px;
    top: 45px;
  }
}
.kv .kv--ribbon {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 769px) {
  .kv .kv--ribbon {
    width: 73.0434782609vw;
    left: -36.9565217391vw;
  }
}
@media only screen and (min-width: 1150px) {
  .kv .kv--ribbon {
    width: 840px;
    left: -425px;
  }
}
.kv .kv--title {
  position: absolute;
  width: 86.9333333333vw;
  top: 20.2666666667vw;
  left: 7.7333333333vw;
}
@media only screen and (min-width: 769px) {
  .kv .kv--title {
    width: 102.9565217391vw;
    left: -1.4782608696vw;
    top: 10.9565217391vw;
  }
}
@media only screen and (min-width: 1150px) {
  .kv .kv--title {
    width: 1184px;
    left: -17px;
    top: 126px;
  }
}

/******* ヘッダー＆キービジュアル *******/
/******* 概要 *******/
.outline {
  position: relative;
  width: 100vw;
  margin-top: -3.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .outline {
    width: 100%;
    overflow: hidden;
    margin-top: -3.4782608696vw;
  }
}
@media only screen and (min-width: 1150px) {
  .outline {
    width: 100%;
    margin-top: -40px;
  }
}
.outline .outline--inner {
  width: 100vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .outline .outline--inner {
    width: 100vw;
  }
}
@media only screen and (min-width: 1150px) {
  .outline .outline--inner {
    width: 1150px;
  }
}
.outline .outline--title {
  width: 89.8666666667vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .outline .outline--title {
    width: 76.9565217391vw;
  }
}
@media only screen and (min-width: 1150px) {
  .outline .outline--title {
    width: 885px;
  }
}
.outline .outline--period {
  width: 83.3333333333vw;
  margin: 0.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .outline .outline--period {
    width: 74.5217391304vw;
    margin: 2.6086956522vw auto 0;
  }
}
@media only screen and (min-width: 1150px) {
  .outline .outline--period {
    width: 857px;
    margin: 30px auto 0;
  }
}
.outline .outline--btn {
  width: 84.8vw;
  margin: 2.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .outline .outline--btn {
    width: 75.3043478261vw;
    margin: 1.3043478261vw auto 0;
  }
}
@media only screen and (min-width: 1150px) {
  .outline .outline--btn {
    width: 866px;
    margin: 15px auto 0;
  }
}
.outline .outline--note {
  width: 76.8vw;
  margin: 1.6vw auto 0;
}
@media only screen and (min-width: 769px) {
  .outline .outline--note {
    width: 62vw;
    margin: 1.0434782609vw auto 0;
  }
}
@media only screen and (min-width: 1150px) {
  .outline .outline--note {
    width: 713px;
    margin: 12px auto 0;
  }
}

/******* 概要 *******/
/******* 対象商品 *******/
.prod {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .prod {
    width: 100%;
  }
}
.prod .prod--inner {
  position: relative;
  width: 93.0666666667vw;
  margin: 4.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .prod .prod--inner {
    width: 76.5217391304vw;
    margin: 3.3043478261vw auto 0;
  }
}
@media only screen and (min-width: 1150px) {
  .prod .prod--inner {
    width: 880px;
    margin: 38px auto 0;
  }
}
.prod .prod--list {
  position: absolute;
  width: 37.4666666667vw;
  bottom: 9.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .prod .prod--list {
    width: 24.4347826087vw;
    margin: 3.3043478261vw auto 0;
    bottom: 7.3913043478vw;
  }
}
@media only screen and (min-width: 1150px) {
  .prod .prod--list {
    width: 281px;
    margin: 38px auto 0;
    bottom: 85px;
  }
}

/******* 対象商品 *******/
/******* 応募方法 *******/
.method {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .method {
    width: 100%;
  }
}
.method .method--inner {
  width: 93.0666666667vw;
  margin: 8vw auto 0;
  background-image: url(../img/method_bk_sp.webp);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 19.6vw 0 8vw;
}
@media only screen and (min-width: 769px) {
  .method .method--inner {
    width: 76.5217391304vw;
    margin: 5.9130434783vw auto 0;
    background-image: url(../img/method_bk_pc.webp);
    padding: 12.4347826087vw 0 6.0869565217vw;
  }
}
@media only screen and (min-width: 1150px) {
  .method .method--inner {
    width: 880px;
    margin: 68px auto 0;
    padding: 143px 0 70px;
  }
}
.method .method--text li:nth-child(1) {
  width: 67.3333333333vw;
  margin: 0 auto 0 5.6vw;
}
@media only screen and (min-width: 769px) {
  .method .method--text li:nth-child(1) {
    width: 43.9130434783vw;
    margin: 0 auto 0 5.9130434783vw;
  }
}
@media only screen and (min-width: 1150px) {
  .method .method--text li:nth-child(1) {
    width: 505px;
    margin: 0 auto 0 68px;
  }
}
.method .method--text li:nth-child(2) {
  width: 80.6666666667vw;
  margin: 6vw auto 0 3.4666666667vw;
}
@media only screen and (min-width: 769px) {
  .method .method--text li:nth-child(2) {
    width: 61.5652173913vw;
    margin: 4.2608695652vw auto 0 4.5217391304vw;
  }
}
@media only screen and (min-width: 1150px) {
  .method .method--text li:nth-child(2) {
    width: 708px;
    margin: 49px auto 0 52px;
  }
}
.method .method--text li:nth-child(3) {
  width: 85.8666666667vw;
  margin: 6.2666666667vw auto 0 4vw;
}
@media only screen and (min-width: 769px) {
  .method .method--text li:nth-child(3) {
    width: 61.9130434783vw;
    margin: 4.2608695652vw auto 0 4.9565217391vw;
  }
}
@media only screen and (min-width: 1150px) {
  .method .method--text li:nth-child(3) {
    width: 712px;
    margin: 49px auto 0 57px;
  }
}
.method .method--note {
  width: 84vw;
  margin: 2.9333333333vw auto 0;
}
@media only screen and (min-width: 769px) {
  .method .method--note {
    width: 65.0434782609vw;
    margin: 1.7391304348vw auto 0 4.6956521739vw;
  }
}
@media only screen and (min-width: 1150px) {
  .method .method--note {
    width: 748px;
    margin: 20px auto 0 54px;
  }
}
.method .method--btn {
  width: 60vw;
  margin: 7.7333333333vw auto 0;
}
@media only screen and (min-width: 769px) {
  .method .method--btn {
    width: 38.8695652174vw;
    margin: 4.8695652174vw auto 0;
  }
}
@media only screen and (min-width: 1150px) {
  .method .method--btn {
    width: 447px;
    margin: 56px auto 0;
  }
}
.method .method--fig {
  width: 84vw;
  margin: 6.4vw auto 0;
}
@media only screen and (min-width: 769px) {
  .method .method--fig {
    width: 65.2173913043vw;
    margin: 4.347826087vw auto 0;
  }
}
@media only screen and (min-width: 1150px) {
  .method .method--fig {
    width: 750px;
    margin: 50px auto 0;
  }
}
.method .method--atten {
  width: 93.0666666667vw;
  margin: 1.3333333333vw auto 0;
  font-size: 0.8rem;
  text-align: right;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .method .method--atten {
    width: 76.5217391304vw;
    margin: 0.8695652174vw auto 0;
    font-size: 0.9565217391vw;
  }
}
@media only screen and (min-width: 1150px) {
  .method .method--atten {
    width: 880px;
    margin: 10px auto 0;
    font-size: 1.1rem;
  }
}

/******* 応募方法 *******/
/******* 応募要項 *******/
.entry {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .entry {
    width: 100%;
  }
}
.entry .entry--inner {
  width: 92vw;
  margin: 5.6vw auto 0;
}
@media only screen and (min-width: 769px) {
  .entry .entry--inner {
    width: 74.7826086957vw;
    margin: 7.8260869565vw auto 0;
  }
}
@media only screen and (min-width: 1150px) {
  .entry .entry--inner {
    width: 860px;
    margin: 90px auto 0;
  }
}
.entry .entry--cont {
  width: 92vw;
  margin: 0 auto;
  background-color: #fff;
  padding: 5.6vw 0 6vw;
}
@media only screen and (min-width: 769px) {
  .entry .entry--cont {
    width: 74.7826086957vw;
    padding: 3.9130434783vw 0;
  }
}
@media only screen and (min-width: 1150px) {
  .entry .entry--cont {
    width: 860px;
    padding: 45px 0;
  }
}
.entry .entry--cont--period {
  width: 82.8vw;
  margin: 0 auto 0 4vw;
}
@media only screen and (min-width: 769px) {
  .entry .entry--cont--period {
    width: 61.652173913vw;
    margin: 0 auto 0 4.7826086957vw;
  }
}
@media only screen and (min-width: 1150px) {
  .entry .entry--cont--period {
    width: 709px;
    margin: 0 auto 0 55px;
  }
}
.entry .entry--cont--prod {
  width: 79.6vw;
  margin: 6.6666666667vw auto 0 4vw;
}
@media only screen and (min-width: 769px) {
  .entry .entry--cont--prod {
    width: 64.6086956522vw;
    margin: 3.7391304348vw auto 0 4.7826086957vw;
  }
}
@media only screen and (min-width: 1150px) {
  .entry .entry--cont--prod {
    width: 743px;
    margin: 43px auto 0 55px;
  }
}
.entry .entry--cont--note {
  width: 84vw;
  margin: 2vw auto 0;
}
@media only screen and (min-width: 769px) {
  .entry .entry--cont--note {
    width: 64.7826086957vw;
    margin: 3.7391304348vw auto 0 auto;
  }
}
@media only screen and (min-width: 1150px) {
  .entry .entry--cont--note {
    width: 745px;
    margin: 43px auto 0 auto;
  }
}
.entry .entry--cont--note li {
  font-size: 1rem;
  line-height: 1.3;
  text-align: justify;
  color: #e60a0a;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .entry .entry--cont--note li {
    font-size: 1.1304347826vw;
  }
}
@media only screen and (min-width: 1150px) {
  .entry .entry--cont--note li {
    font-size: 1.3rem;
  }
}
.entry .entry--cont--note li:last-child {
  margin-bottom: 0;
}

/******* 応募要項 *******/
.terms {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .terms {
    width: 100%;
  }
}

.terms--inner {
  width: 84.2666666667vw;
  margin: 0 auto;
  padding-top: 7.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .terms--inner {
    width: 65.2173913043vw;
    padding-top: 7.2173913043vw;
  }
}
@media only screen and (min-width: 1150px) {
  .terms--inner {
    width: 750px;
    padding-top: 83px;
  }
}

.terms--title {
  width: 84.2666666667vw;
  height: 10.8vw;
  background-color: #dcba3a;
  border-radius: 1.3333333333vw;
  text-align: center;
  line-height: 10.8vw;
  background-image: url(../img/terms_btn_plus.svg);
  background-size: 5.2vw auto;
  background-position: right 3.6vw center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .terms--title {
    width: 65.2173913043vw;
    height: 7.0434782609vw;
    border-radius: 0.8695652174vw;
    border-radius: 0.8695652174vw;
    line-height: 7.0434782609vw;
    background-size: 3.3913043478vw auto;
    background-position: right 2.347826087vw center;
  }
}
@media only screen and (min-width: 1150px) {
  .terms--title {
    width: 750px;
    height: 81px;
    border-radius: 1.3333333333vw;
    border-radius: 10px;
    line-height: 81px;
    background-size: 39px auto;
    background-position: right 27px center;
  }
}
.terms--title.active {
  background-image: url(../img/terms_btn_minus.svg);
}
.terms--title:hover {
  cursor: pointer;
  filter: brightness(1.2);
}
.terms--title img {
  width: 34.1333333333vw;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  .terms--title img {
    width: 22.2608695652vw;
  }
}
@media only screen and (min-width: 1150px) {
  .terms--title img {
    width: 256px;
  }
}

.terms--cont {
  display: none;
  width: 84.2666666667vw;
  margin: 2.6666666667vw auto 0;
  padding: 4vw;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .terms--cont {
    width: 65.2173913043vw;
    margin: 1.7391304348vw auto 0;
    padding: 2.1739130435vw;
  }
}
@media only screen and (min-width: 1150px) {
  .terms--cont {
    width: 750px;
    margin: 20px auto 0;
    padding: 25px;
  }
}
.terms--cont p, .terms--cont li {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 1150px) {
  .terms--cont p, .terms--cont li {
    font-size: 1.2rem;
  }
}
.terms--cont h3 {
  font-size: 1.3rem;
}

/******* 利用規約 *******/
.contact {
  width: 100vw;
  padding-bottom: 14.1333333333vw;
  background-image: url(../img/ft_ribbon_sp.webp);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .contact {
    width: 100%;
    padding-bottom: 9.8260869565vw;
    background-image: url(../img/ft_ribbon_pc.webp);
    background-size: 173.9130434783vw auto;
  }
}
@media only screen and (min-width: 1150px) {
  .contact {
    padding-bottom: 113px;
    background-size: 2000px auto;
  }
}

.contact--btn {
  width: 59.2vw;
  margin: 9.3333333333vw auto 0;
}
@media only screen and (min-width: 769px) {
  .contact--btn {
    width: 38.6086956522vw;
    margin: 6.0869565217vw auto 0;
  }
}
@media only screen and (min-width: 1150px) {
  .contact--btn {
    width: 444px;
    margin: 53px auto 0;
  }
}

.contact--wrap {
  width: 55.3333333333vw;
  margin: 8.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .contact--wrap {
    display: flex;
    justify-content: space-between;
    width: 74.5217391304vw;
    margin: 8.6956521739vw auto 0;
  }
}
@media only screen and (min-width: 1150px) {
  .contact--wrap {
    width: 857px;
    margin: 100px auto 0;
  }
}

.contact--title {
  width: 42.1333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .contact--title {
    width: 17.3913043478vw;
    margin: 0;
  }
}
@media only screen and (min-width: 1150px) {
  .contact--title {
    width: 200px;
  }
}

.contact--cont {
  width: 55.3333333333vw;
  margin: 2.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .contact--cont {
    width: 55.9130434783vw;
    margin: 0;
  }
}
@media only screen and (min-width: 1150px) {
  .contact--cont {
    width: 643px;
  }
}

.copyright {
  width: 100vw;
  height: 4vw;
  background-color: #ab010b;
}
@media only screen and (min-width: 769px) {
  .copyright {
    width: 100%;
    height: 2.6086956522vw;
  }
}
@media only screen and (min-width: 1150px) {
  .copyright {
    height: 30px;
  }
}
.copyright p {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 4vw;
}
@media only screen and (min-width: 769px) {
  .copyright p {
    font-size: 1.1304347826vw;
    line-height: 2.6086956522vw;
  }
}
@media only screen and (min-width: 1150px) {
  .copyright p {
    font-size: 1.3rem;
    line-height: 30px;
  }
}

/******* お問い合わせ *******//*# sourceMappingURL=style.css.map */