@charset "UTF-8";
html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
  font-size: 1.3333333333vw;
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 0.9259259259vw;
  }
}
@media only screen and (min-width: 1080px) {
  html {
    font-size: 10px;
  }
}

body {
  background-color: #fff;
  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);
  opacity: 0.9;
}

.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;
  }
}
/******* キービジュアル *******/
.keyvisual {
  position: relative;
  width: 100%;
}

.keyvisual--inner {
  position: relative;
  width: 100%;
  padding-top: 9rem;
}
@media only screen and (min-width: 769px) {
  .keyvisual--inner {
    width: 100rem;
    margin: 0 auto;
  }
}

.keyvisual--logo {
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: 9rem;
}
@media only screen and (min-width: 769px) {
  .keyvisual--logo {
    top: 5rem;
    left: 7rem;
    width: 11rem;
  }
}

.keyvisual--line {
  position: absolute;
  top: 4.1rem;
  right: 4rem;
  width: 11rem;
}
@media only screen and (min-width: 769px) {
  .keyvisual--line {
    top: 7.7rem;
    width: 15rem;
  }
}

.keyvisual--title {
  position: relative;
  width: 62rem;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .keyvisual--title {
    width: 62rem;
  }
}

.keyvisual--rs {
  width: 75rem;
  margin: -18rem auto 0;
}
@media only screen and (min-width: 769px) {
  .keyvisual--rs {
    width: 90rem;
    margin: -17rem auto 0;
  }
}

.keyvisual--btn {
  position: relative;
  width: 46.2rem;
  margin: -25rem auto 0;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .keyvisual--btn {
    width: 46.4rem;
    margin: -25rem auto 0;
  }
}

.keyvisual--lead {
  width: 63rem;
  margin: 5.3rem auto 0;
}
@media only screen and (min-width: 769px) {
  .keyvisual--lead {
    width: 78.2rem;
    margin: 6.2rem auto 0;
  }
}

.keyvisual--period {
  width: 63rem;
  margin: 4.9rem auto 0;
}
@media only screen and (min-width: 769px) {
  .keyvisual--period {
    width: 100rem;
    margin: 5rem auto 0;
  }
}

/******* 背景 *******/
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff000;
  overflow: hidden;
}
@media only screen and (min-width: 1080px) {
  .wrapper {
    background-image: url("../img/bg_pattern_pc.png");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: auto;
  }
}

/******* 賞品 *******/
.preise {
  position: relative;
  width: 100%;
}

.preise--inner {
  position: relative;
  width: 100%;
  padding-top: 20rem;
}
@media only screen and (min-width: 769px) {
  .preise--inner {
    width: 100rem;
    padding-top: 21rem;
    margin: 0 auto;
  }
}

.preise--wrap {
  position: relative;
  width: 63rem;
  margin: 0 auto;
  border-radius: 1.2rem;
  background-color: #fff;
  padding: 21.4rem 0 5.4rem;
}
@media only screen and (min-width: 769px) {
  .preise--wrap {
    width: 100rem;
    border-radius: 1.7rem;
    padding: 24.5rem 0 5.7rem;
  }
}

.preise--title {
  position: absolute;
  width: 22rem;
  top: -9.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .preise--title {
    width: 25rem;
    top: -10.4rem;
  }
}

.preise--a--wrap {
  position: relative;
  width: 56.7rem;
  margin: 0 auto;
  padding-bottom: 5rem;
  border-radius: 1.6rem;
  border: 0.7rem solid #e50012;
}
@media only screen and (min-width: 769px) {
  .preise--a--wrap {
    width: 90rem;
    border-radius: 2rem;
    border: 0.9rem solid #e50012;
  }
}

.preise--a--title {
  position: absolute;
  top: -5.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 37.5rem;
}
@media only screen and (min-width: 769px) {
  .preise--a--title {
    width: 48rem;
    top: -7rem;
  }
}

.preise--a--aka {
  width: 42.2rem;
  margin: 5rem auto 0;
}
@media only screen and (min-width: 769px) {
  .preise--a--aka {
    width: 73.4rem;
    margin: 6rem auto 0;
  }
}

.preise--a--midori {
  width: 46.3rem;
  margin: 3.9rem auto 0 4.1rem;
}
@media only screen and (min-width: 769px) {
  .preise--a--midori {
    width: 76.2rem;
    margin: 4.4rem auto 0;
  }
}

.preise--a--panel {
  position: absolute;
  z-index: 1;
  bottom: -0.7rem;
  right: -0.7rem;
  width: 28rem;
}
@media only screen and (min-width: 769px) {
  .preise--a--panel {
    width: 31.2rem;
    bottom: -0.9rem;
    right: -0.9rem;
  }
}

.preise--b--wrap {
  position: relative;
  width: 56.7rem;
  margin: 12rem auto 0;
  padding: 5rem 0 15rem;
  border-radius: 1.6rem;
  border: 0.7rem solid #009e41;
}
@media only screen and (min-width: 769px) {
  .preise--b--wrap {
    width: 90rem;
    padding: 5.7rem 0 4.5rem;
    border-radius: 2rem;
    border: 0.9rem solid #009e41;
  }
}

.preise--b--title {
  position: absolute;
  top: -5.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 47.1rem;
}
@media only screen and (min-width: 769px) {
  .preise--b--title {
    width: 61.6rem;
    top: -7rem;
  }
}

.preise--b--goods {
  width: 47.3rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .preise--b--goods {
    width: 76.5rem;
  }
}

.preise--b--panel {
  position: absolute;
  z-index: 1;
  bottom: -0.7rem;
  right: -0.7rem;
  width: 28rem;
}
@media only screen and (min-width: 769px) {
  .preise--b--panel {
    width: 31.2rem;
    bottom: -0.9rem;
    right: -0.9rem;
  }
}

.preise--note {
  width: 29em;
  margin: 5.3rem auto 0;
  font-size: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .preise--note {
    width: 90rem;
    margin: 6rem auto 0;
    display: flex;
    justify-content: center;
    font-size: 2.2rem;
  }
}

/******* 製品 *******/
.prod {
  position: relative;
  width: 100%;
}

.prod--inner {
  position: relative;
  width: 100%;
  padding-top: 21rem;
}
@media only screen and (min-width: 769px) {
  .prod--inner {
    width: 100rem;
    margin: 0 auto;
  }
}

.prod--wrap {
  position: relative;
  width: 63rem;
  margin: 0 auto;
  border-radius: 1.2rem;
  background-color: #fff;
  padding: 18.2rem 0 5.5rem;
}
@media only screen and (min-width: 769px) {
  .prod--wrap {
    width: 100rem;
    border-radius: 1.7rem;
    padding: 28rem 0 10.6rem;
  }
}

.prod--title {
  position: absolute;
  width: 22rem;
  top: -9.8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .prod--title {
    width: 25rem;
    top: -4.5rem;
  }
}

.prod--list--a--title,
.prod--list--b--title {
  width: 47.4rem;
  margin: 0 auto;
}

.prod--list--b--title {
  margin: 7.8rem auto 0;
}
@media only screen and (min-width: 769px) {
  .prod--list--b--title {
    margin: 11.8rem auto 0;
  }
}

.prod--list--a,
.prod--list--b {
  width: 54.1rem;
  margin: 6.5rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .prod--list--a,
  .prod--list--b {
    width: 86.9rem;
    margin: 7rem auto 0;
  }
}
.prod--list--a li,
.prod--list--b li {
  width: 26.5rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) {
  .prod--list--a li,
  .prod--list--b li {
    width: 20.6rem;
    margin-bottom: 2rem;
  }
}
.prod--list--a li:nth-child(5), .prod--list--a li:nth-child(6),
.prod--list--b li:nth-child(5),
.prod--list--b li:nth-child(6) {
  margin-bottom: 5rem;
}
@media only screen and (min-width: 769px) {
  .prod--list--a li:nth-child(5), .prod--list--a li:nth-child(6),
  .prod--list--b li:nth-child(5),
  .prod--list--b li:nth-child(6) {
    margin-bottom: 2rem;
  }
}

.prod--note {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 3.4rem;
}
@media only screen and (min-width: 769px) {
  .prod--note {
    font-size: 2.2rem;
    margin-top: 6rem;
  }
}

/******* 応募方法 *******/
.method {
  position: relative;
  width: 100%;
}

.method--inner {
  position: relative;
  width: 100%;
  padding-top: 21rem;
}
@media only screen and (min-width: 769px) {
  .method--inner {
    width: 100rem;
    padding-top: 14.6rem;
    margin: 0 auto;
  }
}

.method--wrap {
  position: relative;
  width: 63rem;
  margin: 0 auto;
  border-radius: 1.2rem;
  background-color: #fff;
  padding: 18rem 0 5.5rem;
}
@media only screen and (min-width: 769px) {
  .method--wrap {
    width: 100rem;
    border-radius: 1.7rem;
    padding: 28rem 0 10.6rem;
  }
}

.method--title {
  position: absolute;
  width: 22rem;
  top: -9.8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .method--title {
    width: 25rem;
    top: -4.5rem;
  }
}

.method--lead {
  width: 56rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .method--lead {
    width: 69.4rem;
  }
}

.method--flow {
  width: 46.1rem;
  margin: 6rem auto 0;
}
@media only screen and (min-width: 769px) {
  .method--flow {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 78rem;
    margin: 5rem auto 7rem;
  }
}

.method--flow--01 {
  position: relative;
  width: 46.1rem;
}
@media only screen and (min-width: 769px) {
  .method--flow--01 {
    width: 46rem;
  }
}

.method--flow--01--base {
  width: 46.1rem;
}
@media only screen and (min-width: 769px) {
  .method--flow--01--base {
    width: 46rem;
  }
}

.method--flow--01--link {
  position: absolute;
  width: 35.4rem;
  top: 22.7rem;
  left: 5rem;
}
@media only screen and (min-width: 769px) {
  .method--flow--01--link {
    width: 16.5rem;
    top: 19.6rem;
    left: inherit;
    right: 11.1rem;
  }
}

.method--flow--02 {
  width: 34.4rem;
  margin: 9.7rem auto 0;
}
@media only screen and (min-width: 769px) {
  .method--flow--02 {
    width: 25.6rem;
    margin: 0;
  }
}

.method--terms {
  width: 16.7rem;
  margin: 7.7rem auto 0;
}
@media only screen and (min-width: 769px) {
  .method--terms {
    width: 24.9rem;
    margin: 10rem auto 0;
  }
}
.method--terms a:hover {
  opacity: 0.7;
}

/******* レシートの撮影方法 *******/
.receipt {
  position: relative;
  width: 100%;
}

.receipt--inner {
  position: relative;
  width: 100%;
  padding-top: 10rem;
}
@media only screen and (min-width: 769px) {
  .receipt--inner {
    width: 100rem;
    margin: 0 auto;
  }
}

.receipt--wrap {
  position: relative;
  width: 63rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .receipt--wrap {
    width: 100rem;
  }
}

.receipt--title {
  width: 63rem;
  height: 7.1rem;
  background-image: url("../img/receipt_title.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media only screen and (min-width: 769px) {
  .receipt--title {
    width: 100rem;
    height: 11.4rem;
    cursor: pointer;
  }
}
.receipt--title.active {
  background-position: bottom center;
}
.receipt--title:hover {
  opacity: 0.8;
}

.receipt--cont {
  display: none;
  width: 63rem;
  background-color: #fff;
  padding: 4rem;
}
@media only screen and (min-width: 769px) {
  .receipt--cont {
    width: 100rem;
    padding: 5rem;
  }
}

.receipt--list {
  font-size: 1.9rem;
  line-height: 1.36;
}
@media only screen and (min-width: 769px) {
  .receipt--list {
    font-size: 2.1rem;
    line-height: 1.57;
  }
}
.receipt--list li {
  position: relative;
  padding-left: 1.25em;
}
.receipt--list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.receipt--good {
  width: 55rem;
  margin: 5.3rem auto 0;
}
@media only screen and (min-width: 769px) {
  .receipt--good {
    width: 90rem;
  }
}

.receipt--bad {
  width: 55rem;
  margin: 5rem auto 0;
}
@media only screen and (min-width: 769px) {
  .receipt--bad {
    width: 90rem;
    margin: 9.1rem auto 0;
  }
}

.receipt--note {
  font-size: 1.9rem;
  line-height: 1.36;
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .receipt--note {
    font-size: 2.1rem;
    line-height: 1.57;
    margin-top: 2.2rem;
  }
}
.receipt--note li {
  position: relative;
  padding-left: 1.25em;
}
.receipt--note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/******* お問い合わせ先 *******/
.contact {
  position: relative;
  width: 100%;
}

.contact--inner {
  position: relative;
  width: 100%;
  padding: 10rem 0 7.5rem;
}
@media only screen and (min-width: 769px) {
  .contact--inner {
    width: 100rem;
    margin: 0 auto;
  }
}

.contact--wrap {
  position: relative;
  width: 63rem;
  margin: 0 auto;
  border-radius: 1.2rem;
  background-color: #fff;
  padding: 5rem 0 3.8rem;
}
@media only screen and (min-width: 769px) {
  .contact--wrap {
    width: 100rem;
    border-radius: 1.7rem;
    padding: 8rem 0 5.3rem;
  }
}

.contact--title {
  width: 55rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .contact--title {
    width: 81rem;
  }
}

.contact--name {
  width: 55rem;
  margin: 3rem auto 0;
}
@media only screen and (min-width: 769px) {
  .contact--name {
    width: 65.4rem;
    margin: 3.7rem auto 0;
  }
}

.contact--telno {
  width: 49.6rem;
  margin: 3rem auto 0;
}
@media only screen and (min-width: 769px) {
  .contact--telno {
    width: 57.3rem;
    margin: 3.6rem auto 0;
  }
}

.contact--time {
  width: 48.3rem;
  margin: 3.6rem auto 0;
}
@media only screen and (min-width: 769px) {
  .contact--time {
    width: 67.5rem;
    margin: 4.9rem auto 0 16.3rem;
  }
}

.contact--period {
  width: 33.6rem;
  margin: 2.4rem auto 0;
}
@media only screen and (min-width: 769px) {
  .contact--period {
    width: 53rem;
    margin: 1.5rem auto 0 16.3rem;
  }
}

/******* 応募要項 *******/
.terms--title {
  width: 55rem;
  margin: 6rem auto 0;
}
@media only screen and (min-width: 769px) {
  .terms--title {
    width: 81rem;
    margin: 14.4rem auto 0;
  }
}

.terms--wrap {
  width: 55rem;
  border: #b7b7b7 1px solid;
  padding: 3.5rem 1rem 3.5rem 2rem;
  margin: 0 auto;
  border-radius: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .terms--wrap {
    width: 81rem;
    padding: 4rem 3rem 4rem 4rem;
    margin: 5rem auto 0;
    border-radius: 1.6rem;
  }
}

.terms--cont {
  width: 100%;
  height: 48rem;
  overflow: auto;
  padding-right: 1em;
}
@media only screen and (min-width: 769px) {
  .terms--cont {
    height: 72rem;
  }
}
.terms--cont h4 {
  text-align: left;
  margin: 1em 0 0;
  font-size: 2rem;
}
@media only screen and (min-width: 769px) {
  .terms--cont h4 {
    font-size: 1.8rem;
  }
}
.terms--cont h4:first-of-type {
  margin-top: 0;
}
.terms--cont h5 {
  text-align: left;
  margin: 1em 0 0;
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .terms--cont h5 {
    font-size: 1.6rem;
  }
}
.terms--cont p {
  font-size: 1.6rem;
  line-height: 1.5em;
}
@media only screen and (min-width: 769px) {
  .terms--cont p {
    font-size: 1.4rem;
  }
}
.terms--cont h4 + p {
  margin-top: 0.7em;
}
.terms--cont p.mt1em {
  margin: 1em 0 0;
}

ul.terms--note {
  margin: 1em 0 0;
}
ul.terms--note li {
  position: relative;
  margin: 0.25em 0;
  font-size: 1.6rem;
  line-height: 1.5em;
  padding-left: 1.25em;
}
@media only screen and (min-width: 769px) {
  ul.terms--note li {
    font-size: 1.4rem;
  }
}
ul.terms--note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

ul.terms--list {
  margin: 1em 0 0;
  padding-left: 1.5em;
}
ul.terms--list li {
  position: relative;
  margin: 0.25em 0;
  font-size: 1.6rem;
  line-height: 1.5em;
  list-style: disc;
}
@media only screen and (min-width: 769px) {
  ul.terms--list li {
    font-size: 1.4rem;
  }
}

/******* フッター *******/
.footer {
  width: 100%;
  background: #FFF;
  padding: 4rem 6rem 5rem;
}
@media only screen and (min-width: 769px) {
  .footer {
    display: flex;
    justify-content: space-between;
    align-items: left;
    width: 90rem;
    padding: 4.4rem 3.4rem 4.4rem;
    margin: 0 auto;
  }
}
.footer .first {
  display: flex;
  flex-wrap: wrap;
  width: 63.5rem;
}
@media only screen and (min-width: 769px) {
  .footer .first {
    width: 52rem;
  }
}
.footer .first p {
  font-size: 2rem;
  margin-right: 1.5em;
  line-height: 1.5em;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .footer .first p {
    font-size: 1.3rem;
    line-height: 1.8em;
    text-align: left;
  }
}
.footer .first p a,
.footer .first p a:hover {
  color: #000;
  text-decoration: none;
}
.footer .first p a:hover {
  color: #000;
  text-decoration: underline;
}
.footer .first .copy {
  width: 100%;
  font-size: 1.6rem;
  margin-top: 0.5em;
}
@media only screen and (min-width: 769px) {
  .footer .first .copy {
    font-size: 1.4rem;
  }
}
.footer .third {
  width: 22.9rem;
  margin: 4.7rem auto 0;
}
@media only screen and (min-width: 769px) {
  .footer .third {
    width: 15.2rem;
    margin: 0;
  }
}

/******* 固定ボタン *******/
.fixdbtn {
  position: fixed;
  bottom: -30rem;
  right: 2.8rem;
  width: 12.3rem;
  z-index: 10;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .fixdbtn {
    width: 18.5rem;
    bottom: -40rem;
  }
}
.fixdbtn .line--btn {
  width: 12.3rem;
}
@media only screen and (min-width: 769px) {
  .fixdbtn .line--btn {
    width: 18.5rem;
  }
}
.fixdbtn .top--btn {
  width: 12.3rem;
  margin-top: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .fixdbtn .top--btn {
    width: 18.5rem;
  }
}
.fixdbtn.active {
  bottom: 2.8rem;
}