@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 752px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}
html {
  font-size: 10px;
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.71428571vw;
  }
}
@media screen and (max-width: 752px) {
  html {
    font-size: 1.329787vw;
  }
}

body {
  max-width: 100vw;
  width: 100%;
  color: #333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 10rem 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 752px) {
  .serif {
    font-weight: 700;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
  line-height: 1.5;
}

p {
  font-size: 1.8rem;
  line-height: 1.9444444444;
}

.fv {
  background-image: url(../img/fv_back.jpg);
  position: relative;
  padding: 4rem 0 1.6rem;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.fv_wrap {
  position: relative;
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 0;
  box-sizing: border-box;
  aspect-ratio: 1440/750;
}

.fv_ttl {
  position: absolute;
  width: 87.85rem;
  top: 0;
  left: 0;
  z-index: 10;
}

.fv_sub_ttl {
  position: absolute;
  width: 80.6rem;
  top: -8rem;
  right: -30rem;
  z-index: 9;
}

.fv_sub_img {
  position: absolute;
  width: 87.85rem;
  top: 24rem;
  left: -1rem;
}

.fv_main_img {
  position: absolute;
  width: 42.2rem;
  top: 13rem;
  right: 0;
  z-index: 10;
}

.fv_prize {
  position: absolute;
  width: 87.85rem;
  bottom: 0;
  left: 0rem;
}

.fv_links {
  display: flex;
  position: relative;
  background-color: #F8DF00;
  width: 100%;
  padding: 3.4rem 0;
  z-index: 1;
  justify-content: center;
  gap: 13rem;
}

.link_box {
  display: flex;
  gap: 13rem;
}

.link_box a {
  display: block;
  width: 23rem;
}

.campaign {
  background-color: #036EB8;
  padding: 6.5rem 0;
}

.cp_img {
  width: 130rem;
  margin: 0 auto;
}

.information {
  background-color: #FFF7DD;
  padding: 10rem 0;
}

.information_inner {
  width: 130rem;
  margin: 0 auto;
}

.detail_box {
  position: relative;
  background-color: #fff;
  padding: 8rem 4.8rem 0;
  border-radius: 2rem 2rem 0 0;
}

.detail_ttl {
  width: 55rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2.5%;
}

.red_back {
  background-color: #EC0000;
  padding: 1.6rem 3rem;
  border-radius: 0rem 0rem 2rem 2rem;
}

.c_1200 {
  margin-bottom: 2.8rem;
}

.c_300 {
  margin-bottom: 4.25rem;
}

.prize_ttl {
  width: 55rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2%;
}

.prize_box {
  position: relative;
  background-color: #fff;
  padding: 8rem 3rem 1.8rem;
  border-radius: 2rem;
}

.bottle {
  margin-bottom: 3.5rem;
}

.peper {
  margin-bottom: 5rem;
}

picture {
  display: block;
}

.accordion-001 {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 2.4rem;
}

.accordion-001:not([open]) {
  margin-bottom: 2.4rem;
}

.accordion-001 summary {
  text-align: center;
  font-size: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem 2rem;
  background-color: #ffffff;
  border: 0.15rem solid #EC0000;
  color: #EC0000;
  font-weight: 600;
  cursor: pointer;
}

.accordion-001 summary::before,
.accordion-001 summary::after {
  width: 3rem;
  height: 0.15rem;
  border-radius: 0.5rem;
  background-color: #EC0000;
  content: "";
  z-index: 2;
}

.accordion-001 summary::before {
  position: absolute;
  transition: rotate 0.3s;
  right: 3.3rem;
  rotate: 90deg;
}

.accordion-001 summary::after {
  position: absolute;
  right: 3.3rem;
}

.accordion-001[open] summary::before {
  rotate: 180deg;
}

.accordion-inner {
  padding: 5.6rem 8.2rem;
  border: 0.15rem solid #EC0000;
}

.accordion-001 p {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  transform: translateY(-10px);
  margin: 0;
  margin-bottom: 1rem;
  color: #000;
  transition: transform 0.5s, opacity 0.5s;
}

.rate_list {
  font-size: 1.86rem;
  font-weight: 500;
  font-family: "Noto Sans Jp", sans-serif;
  margin-bottom: 2.1rem;
}

.rate_list p {
  margin-bottom: 0;
}

.rate_list li {
  padding-left: 1em;
  position: relative;
}

.rate_list li::before {
  content: "･";
  position: absolute;
  font-size: 1.86rem;
  left: 0;
  font-weight: bold;
}

.red_txt {
  color: #EC0000;
}

.campaign_products {
  width: 100%;
  background-color: #fff;
  padding: 8.1rem 0;
}

.links_ttl {
  width: 114.5rem;
  margin: 0 auto 3.2rem;
}

.links_wrap {
  display: flex;
  justify-content: center;
  gap: 1.7rem;
}

.product_img {
  width: 24.6rem;
}

.apply {
  background-color: #FFF7DD;
  padding: 10rem 0;
}

.apply_inner {
  width: 130rem;
  margin: 0 auto;
}

.apply_box {
  position: relative;
  background-color: #fff;
  padding: 8rem 3rem 5.3rem;
  border-radius: 2rem;
  margin-bottom: 10rem;
}

.apply_ttl {
  width: 55rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3.3rem;
}

.web_ttl {
  width: 32.4rem;
  margin: 0 auto 5.3rem;
}

.step_wrap {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 2.8rem;
}

.step_img {
  width: 39.2rem;
}

.web_btn {
  width: 53.2rem;
  margin: 0 auto 5.6rem;
}

.deadline_txt {
  font-size: 1.86rem;
  font-weight: bold;
  padding: 0 1.5rem;
  margin-bottom: 2.1rem;
}

.asterisk_list {
  font-size: 1.86rem;
  padding: 0 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 2.1rem;
}

.example01_img {
  width: 120rem;
  margin: 0 auto 5.3rem;
}

.asterisk_ac_list {
  font-size: 1.86rem;
  font-weight: bold;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 2.1rem;
}

.asterisk_ac_list li {
  padding-left: 1em;
  position: relative;
}

.asterisk_ac_list li::before {
  content: "※";
  position: absolute;
  font-size: 1.86rem;
  left: 0;
  font-weight: bold;
}

.good_example {
  margin-bottom: 2.1rem;
}

.photo_txt {
  width: 72rem;
  margin-bottom: 2.6rem;
}

.photo_img {
  width: 85.8rem;
  margin: 0 auto;
}

.hagaki_wrap {
  padding-top: 5.3rem;
}

.agreement_box {
  position: relative;
  background-color: #fff;
  padding: 7.3rem 5.6rem 3.7rem 8.5rem;
  border-radius: 2rem;
  margin-bottom: 7.4rem;
}

.scroll_box {
  height: 40rem;
  margin: 0 auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll_box p {
  text-align: left;
  font-family: "Noto Sans Jp", sans-serif;
  font-weight: 500;
  font-size: 1.86rem;
  margin-bottom: 2rem;
  padding-right: 3rem;
}

.simplebar-track {
  background: #D9D9D9;
}

.simplebar-track .simplebar-scrollbar::before {
  background: #036EB8;
  border-radius: 0;
  opacity: 1;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0;
}

.at_txt {
  font-size: 1.86rem;
  text-align: right;
  line-height: 3;
  margin-bottom: 10rem;
}

@media screen and (max-width: 752px) {
  .fv {
    background-image: url(../img/fv_back_sp.jpg);
    padding: 2.2rem 0 6.4rem;
  }
  .fv_wrap {
    position: relative;
    max-width: 67.2rem;
    margin: 0 auto;
    aspect-ratio: auto;
  }
  .fv_ttl {
    position: relative;
  }
  .fv_sub_ttl {
    width: 71.6rem;
    max-width: 110%;
    top: -3rem;
    right: 0rem;
    position: relative;
  }
  .fv_main_img {
    width: 64.2rem;
    top: -5.5rem;
    position: relative;
    z-index: 11;
  }
  .fv_sub_img {
    position: relative;
    top: -10rem;
    left: 0rem;
  }
  .fv_prize {
    top: -3rem;
    position: relative;
  }
  .campaign {
    background-color: #036EB8;
    padding: 4rem 0;
  }
  .cp_img {
    width: 67.2rem;
  }
  .information {
    padding: 14rem 0;
  }
  .information_inner {
    width: 67.2rem;
    margin: 0 auto;
  }
  .red_back {
    padding: 3rem 3rem;
  }
  .at_txt {
    font-size: 2.8rem;
    line-height: 2;
    margin-bottom: 12rem;
  }
  .prize_ttl {
    width: 55rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1%;
  }
  .fv_links {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding: 3rem 0;
  }
  .link_box {
    gap: 4.8rem;
  }
  .link_box a {
    width: 26.8rem;
  }
  .accordion-001 summary {
    padding: 3rem 2rem;
    line-height: 1.4;
  }
  .accordion-001 summary::before {
    right: 4.5rem;
  }
  .accordion-001 summary::after {
    right: 4.5rem;
  }
  .accordion-inner {
    padding: 3.6rem 4rem;
  }
  .accordion-001 p {
    font-size: 2.8rem;
  }
  .rate_list {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
  .rate_list li::before {
    font-size: 2.8rem;
    left: 0;
    font-weight: bold;
  }
  .campaign_products {
    padding: 6.2rem 0;
  }
  .links_ttl {
    width: 67.2rem;
    margin-bottom: 5rem;
  }
  .links_wrap {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
  .product_img {
    width: 67.2rem;
  }
  .apply {
    padding: 13rem 0;
  }
  .apply_inner {
    width: 67.2rem;
    margin: 0 auto;
  }
  .apply_ttl {
    width: 55rem;
    top: -5rem;
  }
  .apply_box {
    padding: 10.4rem 3.6rem 0.5rem;
    border-radius: 2rem;
    margin-bottom: 10rem;
  }
  .web_ttl {
    width: 48.6rem;
    margin: 0 auto 4.8rem;
  }
  .step_wrap {
    gap: 6.4rem;
    justify-content: center;
    margin-bottom: 4.8rem;
    flex-direction: column;
    align-items: center;
  }
  .step_img {
    width: 100%;
  }
  .web_btn {
    width: 58.8rem;
    margin: 0 auto 6.4rem;
  }
  .deadline_txt {
    font-size: 2.8rem;
    padding: 0;
    margin-bottom: 3.2rem;
  }
  .asterisk_list {
    font-size: 2.8rem;
    padding: 0;
    margin-bottom: 3.2rem;
  }
  .asterisk_ac_list {
    font-size: 2.8rem;
    padding: 0;
    margin-bottom: 3.2rem;
  }
  .asterisk_ac_list li::before {
    font-size: 2.8rem;
  }
  .good_example {
    margin-bottom: 4rem;
  }
  .hagaki_wrap {
    padding-top: 6rem;
  }
  .agreement_box {
    padding: 10rem 2.8rem 5rem 3.6rem;
    margin-bottom: 8rem;
  }
  .scroll_box p {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    padding-right: 4rem;
  }
  .scroll_box {
    height: 100rem;
  }
  .simplebar-track.simplebar-vertical {
    max-width: 1.4rem;
  }
}
.fixed_btn {
  position: fixed;
  bottom: 1rem;
  right: 5rem;
  z-index: 20;
}

.follow_btn {
  width: 21rem;
}

@media (max-width: 752px) {
  .fixed_btn {
    position: fixed;
    bottom: 0rem;
    right: 0rem;
  }
  .follow_btn {
    width: 100%;
  }
}
.pc-space {
  display: none;
}

@media (min-width: 752px) {
  .pc-space {
    display: inline;
  }
}

/*# sourceMappingURL=style.css.map */