@charset "utf-8";

/* ------------------------------------
  * normalize
* ------------------------------------ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* {
  box-sizing: border-box;
  transition: font-size 0.1s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
img {
  border: 0;
  max-width: 100%;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
      box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
      box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* add base */

body {
  margin: 0;
  line-height: 1.6;
}
@media print, screen and (max-width: 959px) {
body {
  overflow-x: hidden;
}
}
ul, ol {
  list-style: none;
}
ul, ol, dl, p {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: top;
}
a:link, a:visited {
  text-decoration:none;
}
a:hover, a:active {
  text-decoration: none;
}

/* general
----------------------------------- */
/* clearfix */
.cfx { *zoom: 1; }
.cfx:before, .cfx:after {
  content: "";
  display: table;
}
.cfx:after { clear: both; }

/* ------------------------------------
  * メインコンテンツ
* ------------------------------------ */
#wrap_page {
  background-color: #F5F5F5 !important;
}
#wrap_contents{
  position: relative;
  font-family: "LINE Seed JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,sans-serif;;
  font-size: 1.125rem;
  color: #333;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wrap_contents {
  background-color: #FFFDE5;
}
#wrap_contents img{
  max-width: 100%;
}

/** mv */
#mv {
  padding: 0 0 calc(64 / 960 * 100vw);
}

@media screen and (min-width: 960px) {
  #mv {
    padding: 0 0 64px;
  }
}

/** about */
#about {
  padding-bottom: calc(96 / 960 * 100vw);
}
@media all and (min-width: 960px) {
  #about {
    padding-bottom: 96px;
  }
}

.about-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: calc(32 / 960 * 100vw);
}
@media all and (min-width: 960px) {
  .about-image {
    padding-bottom: 32px;
  }
}

.about-image img {
  width: auto;
  height: calc(184 / 960 * 100vw);
}
@media all and (min-width: 960px) {
  .about-image img {
    height: 184px;
  }
}

.about-text-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: calc(32 / 960 * 100vw) calc(80 / 960 * 100vw) 0;
}
@media all and (min-width: 960px) {
  .about-text-block {
    padding: 32px 80px 0;
  }
}

.about-title {
  color: #401000;
  font-size: calc(32 / 960 * 100vw);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: calc(8 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .about-title {
    font-size: 32px;
    margin-bottom: 8px;
  }
}

.about-title-red {
  color: #EB2821;
}

.about-text {
  color: #401000;
  font-size: calc(24 / 960 * 100vw);
  font-weight: 500;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 960px) {
  .about-text {
    font-size: 24px;
  }
}

.about-step {
  padding: 0 calc(40 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .about-step {
    padding: 0 40px;
  }
}
.about-step-1 {
  position: relative;
  padding-bottom: calc(24 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .about-step-1 {
    padding-bottom: 24px;
  }
}

.about-step-1-image {
}

.about-step-1-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: calc(48 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .about-step-1-text {
    bottom: 48px;
  }
}

.about-step-1-text img {
  height: calc(164 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .about-step-1-text img {
    height: 164px;
  }
}

.about-step-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: calc(24 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .about-step-text {
    padding-bottom: 24px;
  }
}
.about-step-text img {
  height: calc(92 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .about-step-text img {
    height: 92px;
  }
}

.about-step-2 {
  position: relative;
}
.about-step-2-image {
}
.about-step-2-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: calc(42 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .about-step-2-text {
    bottom: 42px;
  }
}
.about-step-2-text-image {
  padding-bottom: calc(6 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .about-step-2-text-image {
    padding-bottom: 6px;
  }
}
.about-step-2-text-image img {
  height: calc(44 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .about-step-2-text-image img {
    height: 44px;
  }
}
.about-step-2-text-btn {
}
.about-step-2-text-btn img {
  height: calc(116 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .about-step-2-text-btn img {
    height: 116px;
  }
}

/** prize */
#prize {
  position: relative;
}

.prize-top-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: calc(-30 / 960 * 100vw);
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .prize-top-image {
    top: -30px;
  }
}
.prize-top-image img {
  height: calc(62 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .prize-top-image img {
    height: 62px;
  }
}

/** bonus */
#bonus {
  position: relative;
  padding-bottom: calc(52 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  #bonus {
    padding-bottom: 52px;
  }
}

.bonus-top-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: calc(-58 / 960 * 100vw);
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .bonus-top-image {
    top: -58px;
  }
}
.bonus-top-image img {
  height: calc(118 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .bonus-top-image img {
    height: 118px;
  }
}

/** campaign */
#campaign {
  padding-bottom: calc(64 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  #campaign {
    padding-bottom: 64px;
  }
}

.campaign-top-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: calc(40 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .campaign-top-image {
    padding-bottom: 40px;
  }
}
.campaign-top-image img {
  height: calc(145 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .campaign-top-image img {
    height: 145px;
  }
}

.campaign-step {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: calc(40 / 960 * 100vw) 0;
  margin: 0 calc(40 / 960 * 100vw);
  border-radius: calc(20 / 960 * 100vw);
  gap: calc(64 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .campaign-step {
    padding: 40px 0;
    margin: 0 40px;
    border-radius: 20px;
    gap: 64px;
  }
}

.campaign-step-1 {
  position: relative;
}
.campaign-step-1-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.campaign-step-1-image img {
  height: calc(493 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .campaign-step-1-image img {
    height: 493px;
  }
}
.campaign-step-1-link {
  position: absolute;
  margin: 0 auto;
  right: calc(48 / 960 * 100vw);;
  bottom: calc(5 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .campaign-step-1-link {
    right: 48px;
    bottom: 5px;
  }
}

.campaign-step-1-link img {
  height: calc(123 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .campaign-step-1-link img {
    height: 123px;
  }
}

.campaign-step-2 {
  position: relative;
}
.campaign-step-2-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.campaign-step-2-image img {
  height: calc(534 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .campaign-step-2-image img {
    height: 534px;
  }
}

.campaign-step-2 {
  position: relative;
}
.campaign-step-2-link {
  position: absolute;
  margin: 0 auto;
  right: calc(30 / 960 * 100vw);;
  bottom: calc(65 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .campaign-step-2-link {
    right: 30px;
    bottom: 65px;
  }
}
.campaign-step-2-link-text {
  position: relative;
  right: calc(9 / 960 * 100vw);
  padding-bottom: calc(13 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .campaign-step-2-link-text {
    right: 9px;
    padding-bottom: 13px;
  }
}
.campaign-step-2-link-text img {
  height: calc(34 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .campaign-step-2-link-text img {
    height: 34px;
  }
}
.campaign-step-2-link-btn {
}
.campaign-step-2-link-btn img {
  height: calc(86 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .campaign-step-2-link-btn img {
    height: 86px;
  }
}



.campaign-step-3 {
  position: relative;
}
.campaign-step-3-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.campaign-step-3-image img {
  height: calc(474 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .campaign-step-3-image img {
    height: 474px;
  }
}

/** term */
#term {
  padding: 0 calc(56 / 960 * 100vw) calc(26 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  #term {
    padding: 0 56px 26px;
  }
}

.term-top-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: calc(40 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .term-top-image {
    padding-bottom: 40px;
  }
}
.term-top-image img {
  height: calc(91 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .term-top-image img {
    height: 91px;
  }
}

.term-contents {
  background-color: #ffffff;
  border-bottom-left-radius: calc(20 / 960 * 100vw);
  border-bottom-right-radius: calc(20 / 960 * 100vw);
  padding: calc(50 / 960 * 100vw) calc(34 / 960 * 100vw) 0;
}
@media screen and (min-width: 960px) {
  .term-contents {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 50px 34px 0;
  }
}
.term-title {
  font-weight: 600;
  line-height: 1.6;
  color: #401000;
  text-align: center;
  padding-bottom: calc(58 / 960 * 100vw);
  font-size: calc(36 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .term-title {
    padding-bottom: 58px;
    font-size: 36px;
  }
}

.term-subtitle {
  font-weight: 600;
  line-height: 1.6;
  color: #401000;
  font-size: calc(32 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .term-subtitle {
    font-size: 32px;
  }
}

.term-text {
  font-weight: 300;
  line-height: 1.6;
  color: #401000;
  font-size: calc(32 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .term-text {
    font-size: 32px;
  }
}

.term-block {
  padding-bottom: calc(56 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .term-block {
    padding-bottom: 56px;
  }
}

.term-list {
  display: flex;
  flex-direction: column;
  gap: calc(6 / 960 * 100vw);
  padding-top: calc(16 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .term-list {
    gap: 6px;
    padding-top: 16px;
  }
}

.term-note {
  display: block;
  font-weight: 300;
  line-height: 1.6;
  color: #401000;
  text-indent: -1em;
  padding-left: 1em;
  font-size: calc(32 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .term-note {
    font-size: 32px;
  }
}

/** code */
#code {
  padding: 0 calc(54 / 960 * 100vw) calc(54 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  #code {
    padding: 0 54px 54px;
  }
}

.code-title {
  font-weight: 300;
  line-height: 1.6;
  color: #000;
  font-size: calc(32 / 960 * 100vw);
  padding-bottom: calc(18 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .code-title {
    font-size: 32px;
    padding-bottom: 18px;
  }
}

.code-note {
  font-weight: 300;
  line-height: 1.6;
  color: #000;
  font-size: calc(32 / 960 * 100vw);
}
@media screen and (min-width: 960px) {
  .code-note {
    font-size: 32px;
  }
}


/** accordion */
.accordion-btn {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 960px) {
  .accordion-btn:hover {
    opacity: 0.6;
  }
}

.accordion-contents, .accordion-btn.close {
  display: none;
}


/** a link */
#wrap_contents a {
  display: inline;
  color: #0B98D8;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 960px) {
  #wrap_contents a:hover {
    opacity: 0.6;
  }
}

.float_area {
  position: sticky;
  width: 100%;
  background-color: #FFFDE5;
  box-shadow: 0px -6px 6px 0px #1111111A;
  bottom: 0;
  margin: 0 auto;
  padding: 2.083333vw 8.33333333333vw 3.125vw;
  z-index: 2;
}

@media print, screen and (min-width: 960px) {
  .float_area {
    min-width: 641px;
    max-width: 980px;
    padding: 20px 80px 30px;
  }
}
