@charset "UTF-8";
/*! 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: 960px) {
  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;
}

/* clearfix */
.cfx {
  *zoom: 1;
}

.cfx:before, .cfx:after {
  content: "";
  display: table;
}

.cfx:after {
  clear: both;
}

header {
  background-color: #ffffff;
  height: 56px;
  display: flex;
  align-items: center;
}

header img {
  display: block;
  width: 138px;
  margin: 0 auto;
}

.footer {
  background-color: #333333;
  color: #fff;
  width: 100%;
  padding: 1.66667vw 4.16667vw;
}

@media print, screen and (min-width: 960px) {
  .footer {
    padding: 16px 40px;
  }
}
.footer .footer-inner {
  text-align: center;
}

.footer .footer-inner .footer-copyright {
  font-size: 2.08333vw;
}

@media print, screen and (min-width: 960px) {
  .footer .footer-inner .footer-copyright {
    font-size: 20px;
  }
}
.footer .footer-inner .footer-copyright small {
  color: #fff;
}

.footer .footer-inner .footer-copyright small .copy {
  font-family: "Roboto";
}

/* ------------------------------------
	* メインコンテンツ
* ------------------------------------ */
.wrap_bg {
  background: #ffffff;
  width: 100%;
}

#wrap_contents {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  color: #3B2A0D;
  width: 100%;
  margin: 0 auto;
  font-size: 3.33333vw;
}

@media print, screen and (min-width: 960px) {
  #wrap_contents {
    min-width: 641px;
    max-width: 960px;
    font-size: 32px;
  }
}
#wrap_contents img {
  max-width: 100%;
}

.mainvisual {
  height: 90vw;
}

@media print, screen and (min-width: 960px) {
  .mainvisual {
    height: 864px;
  }
}
.id_cp_wrap {
  background-color: #86BEFF;
  padding: 4.16% 4.79%;
}

.id_cp_wrap a {
  color: #3B2A0D;
}

.id_cp_wrap .txt,
.poinco_wrap .txt {
  text-indent: -1em;
  padding-left: 1em;
}

.id_cp_wrap .txt {
  margin-top: 3.33333vw;
}

@media print, screen and (min-width: 960px) {
  .id_cp_wrap .txt {
    margin-top: 32px;
  }
}
.poinco_wrap .txt {
  margin-top: 3.33333vw;
  color: #FFFFFF;
}

@media print, screen and (min-width: 960px) {
  .poinco_wrap .txt {
    margin-top: 32px;
  }
}
.period {
  margin-top: 6.66667vw;
}

@media print, screen and (min-width: 960px) {
  .period {
    margin-top: 64px;
  }
}
.btn-wrap {
  min-height: 18.75vw;
}

@media print, screen and (min-width: 960px) {
  .btn-wrap {
    min-height: 180px;
  }
}
.details {
  margin-top: 5vw;
}

@media print, screen and (min-width: 960px) {
  .details {
    margin-top: 48px;
  }
}
.exclusive {
  margin-bottom: 2.5vw;
}

@media print, screen and (min-width: 960px) {
  .exclusive {
    margin-bottom: 24px;
  }
}
.exclusive-02 {
  margin-top: 5vw;
}

@media print, screen and (min-width: 960px) {
  .exclusive-02 {
    margin-top: 48px;
  }
}
.accordion {
  width: 100%;
  margin-top: 8.33333vw;
}

@media print, screen and (min-width: 960px) {
  .accordion {
    margin-top: 80px;
  }
}
.accordion_header {
  background-size: 100%;
  cursor: pointer;
  margin: 0;
}

.accordion_header a {
  pointer-events: none;
}

.accordion_header.open img {
  content: url(../img/btn_notes_m.png);
}

.accordion_inner {
  display: none;
  background: #fff;
  border-radius: 0 0 2.08333vw 2.08333vw;
  padding: 5vw 4.16667vw 6.66667vw;
}

@media print, screen and (min-width: 960px) {
  .accordion_inner {
    border-radius: 0 0 20px 32px;
    padding: 48px 40px 64px;
  }
}
.cpNotesttl {
  font-weight: bold;
  text-align: center;
  font-size: 3.75vw;
  margin-bottom: 5vw;
}

@media print, screen and (min-width: 960px) {
  .cpNotesttl {
    font-size: 36px;
    margin-bottom: 48px;
  }
}
.cpcode {
  margin-top: 3.33333vw;
}

@media print, screen and (min-width: 960px) {
  .cpcode {
    margin-top: 32px;
  }
}
.step_wrap {
  background-color: #2B8DFF;
}

.step_wrap .ttl {
  margin: 0;
  width: 100%;
}

.steps {
  padding: 5vw 4.16667vw 10vw;
}

@media print, screen and (min-width: 960px) {
  .steps {
    padding: 48px 40px 96px;
  }
}
.step {
  background-color: #fff;
  border-radius: 2.08333vw;
  box-shadow: 0px 0px 1.25vw #1B2C72;
  position: relative;
  padding: 2.5vw 4.16667vw 6.66667vw;
}
.step + .step {
  margin-top: 4.16667vw;
}

@media print, screen and (min-width: 960px) {
  .step {
    border-radius: 20px;
    box-shadow: 0px 0px 12px #1B2C72;
    position: relative;
    padding: 24px 40px 64px;
  }
  .step + .step {
    margin-top: 40px;
  }
}
.step .inner {
  margin: 0 auto;
}

.step_wrap .txt {
  margin-top: 5.83333vw;
  text-indent: -1em;
  padding-left: 1em;
}

@media print, screen and (min-width: 960px) {
  .step_wrap .txt {
    margin-top: 56px;
  }
}
.step_wrap .txt a {
  color: #0B98D8;
  text-decoration: underline;
}

.step1 .inner {
  width: 79.6875vw;
}

@media print, screen and (min-width: 960px) {
  .step1 .inner {
    width: 765px;
  }
}
.step2 .inner {
  width: 60.41667vw;
}

@media print, screen and (min-width: 960px) {
  .step2 .inner {
    width: 580px;
  }
}
.linkage {
  margin-top: 13.33333vw;
}

@media print, screen and (min-width: 960px) {
  .linkage {
    margin-top: 100px;
  }
}
.poinco_wrap {
  width: 100%;
  background-image: url(../img/bg_pattern_01.png);
  background-size: 100%;
  padding: 20.83333vw 4.16667vw 6.66667vw;
}

@media print, screen and (min-width: 960px) {
  .poinco_wrap {
    padding: 200px 40px 64px;
  }
}
.poinco_wrap a {
  color: #FC2BA0;
  text-decoration: underline;
}

.poinco {
  width: 75vw;
  margin: 0 auto 6.66667vw;
}

@media print, screen and (min-width: 960px) {
  .poinco {
    width: 720px;
    margin: 0 auto 64px;
  }
}
.other_cp {
  margin-top: 7.5vw;
}

@media print, screen and (min-width: 960px) {
  .other_cp {
    margin-top: 72px;
  }
}
.other_cp .container {
  margin-bottom: 0.83333vw;
}

@media print, screen and (min-width: 960px) {
  .other_cp .container {
    margin-bottom: 8px;
  }
}
.other_cp .in_progress {
  width: 67.5vw;
  margin: auto;
}

@media print, screen and (min-width: 960px) {
  .other_cp .in_progress {
    width: 648px;
  }
}
.release_warp {
  padding: 5vw 4.16667vw;
  background-color: #fff;
  font-size: 2.91667vw;
}

@media print, screen and (min-width: 960px) {
  .release_warp {
    padding: 48px 40px;
    font-size: 28px;
  }
}
.release_warp .release {
  text-align: center;
}

.release_warp .release a,
.accordion_inner a {
  color: #0B98D8;
  text-decoration: underline;
}

/* ------------------------------------
	* 共通
* ------------------------------------ */
.change {
  display: none;
}

.end,
.yet,
.campaign {
  display: none;
  width: 100%;
}

.cpNotesSubttl {
  margin-top: 1em;
  font-weight: bold;
}

.cpNotesItem {
  text-indent: -1em;
  padding: 0px 0px 0px 1em;
}

/*-----------------------クエリ---------------------*/
@media print, screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}
@media print, screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}