@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 {
  position: relative;
  background: #ffffff;
  width: 100%;
}

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

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

.param_error {
  background-color: #f2ccc8;
  color: #f8100e;
  font-weight: bold;
  margin: 0 auto;
  padding: 0.9375vw 8.125vw;
}

@media print, screen and (min-width: 960px) {
  .param_error {
    padding: 9px 78px;
  }
}
.mainvisual {
  position: relative;
  height: 90vw;
  z-index: 1;
}

@media print, screen and (min-width: 960px) {
  .mainvisual {
    height: 864px;
  }
}
.id_cp_wrap {
  position: relative;
  background-color: #F8CC49;
  padding: 4.1666666666vw 4.1666666666vw 5.833333333vw;
  z-index: 1;
}

@media print, screen and (min-width: 960px) {
  .id_cp_wrap {
    padding: 40px 40px 56px;
  }
}
.id_cp_wrap a {
  color: #0073A8;
  text-decoration: underline;
}

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

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

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

@media print, screen and (min-width: 960px) {
  .poinco_wrap .txt {
    margin-top: 32px;
  }
}
.period {
  position: relative;
  margin-top: 5.41666666vw;
  border-radius: 2.0833333333vw;
}
.period .period_bg {
  position: absolute;
  width: 100vw;
  margin-left: -4.166666666vw;
  z-index: -1;
}
.period .period_contents_box {
  padding: 25.833333vw 4.16666666vw 6.9791666667vw;
}
.period .period_contents_box .period_content {
  margin-top: 2.5vw;
}
.period .period_contents_box .off {
  display: none;
}

@media print, screen and (min-width: 960px) {
  .period {
    margin-top: 52px;
    border-radius: 20px;
  }
  .period .period_bg {
    width: 960px;
    margin-left: -40px;
  }
  .period .period_contents_box {
    padding: 248px 40px 67px;
  }
  .period .period_contents_box .period_content {
    margin-top: 24px;
  }
}
.btn-wrap {
  min-height: 18.75vw;
}

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

@media print, screen and (min-width: 960px) {
  .details {
    width: 960px;
    margin-top: 60px;
    margin-left: -40px;
  }
}
.exclusive {
  font-size: 3.3333333vw;
  margin-bottom: 2.5vw;
  border-radius: 2.0833333333vw;
  overflow: hidden;
}
.exclusive .exclusive_title {
  width: 100%;
}
.exclusive .exclusive_inner {
  width: 100%;
  color: #333333;
  font-weight: bold;
  background-color: #FFFFFF;
  text-align: center;
  padding-bottom: 5.208333333vw;
}
.exclusive .exclusive_text {
  padding: 0 6.25vw;
}
.exclusive .exclusive_text.top_text {
  background-color: #FFFBD3;
  padding: 2.5vw 0 1.6666666667vw;
  margin-bottom: 2.0833333333vw;
}
.exclusive .exclusive_img {
  margin: 0 3.8541666666vw;
}
.exclusive .red {
  color: #cc0033;
}
.exclusive .above_dot {
  background-image: radial-gradient(circle at center, #cc0033 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.4em;
}
.exclusive .btn_box {
  padding: 2.0833333333vw 0;
  margin: 0 6.25vw;
  border-radius: 1.6666666667vw;
}
.exclusive .btn_box.unblock {
  background-color: #E1F3DB;
  margin-bottom: 3.33333333vw;
}
.exclusive .btn_box.new_account {
  background-color: #FFDDDE;
  margin-bottom: 1.25vw;
}
.exclusive .btn_box .btn_text {
  font-size: 2.6041666666vw;
}
.exclusive .btn_box .btn {
  display: flex;
  width: 60.4166666667vw;
  margin: 1.45833333vw auto 0;
  gap: 0 1.0416666vw;
}
.exclusive .btn_box .btn .icon {
  width: 8.958333333vw;
}
.exclusive .btn_box .btn a {
  width: 49.5833333333vw;
}

@media print, screen and (min-width: 960px) {
  .exclusive {
    font-size: 32px;
    margin-bottom: 24px;
    border-radius: 20px;
  }
  .exclusive .exclusive_inner {
    padding-bottom: 50px;
  }
  .exclusive .exclusive_text {
    padding: 0 60px;
  }
  .exclusive .exclusive_text.top_text {
    background-color: #FFFBD3;
    padding: 24px 0 16px;
    margin-bottom: 20px;
  }
  .exclusive .exclusive_img {
    margin: 0 37px;
  }
  .exclusive .btn_box {
    padding: 20px 0;
    margin: 0 60px;
    border-radius: 16px;
  }
  .exclusive .btn_box.unblock {
    margin-bottom: 32px;
  }
  .exclusive .btn_box.new_account {
    margin-bottom: 12px;
  }
  .exclusive .btn_box .btn_text {
    font-size: 25px;
  }
  .exclusive .btn_box .btn {
    width: 580px;
    margin-top: 14px;
    gap: 0 10px;
  }
  .exclusive .btn_box .btn .icon {
    width: 86px;
  }
  .exclusive .btn_box .btn a {
    width: 476px;
  }
}
.campaign .txt p {
  margin-bottom: 0.83333333vw;
}

@media print, screen and (min-width: 960px) {
  .campaign .txt p {
    margin-bottom: 8px;
  }
}
.exclusive .campaign {
  margin-top: 3.75vw;
}

@media print, screen and (min-width: 960px) {
  .exclusive .campaign {
    margin-top: 36px;
  }
}
.exclusive-02 {
  margin-top: 5.9375vw;
}

@media print, screen and (min-width: 960px) {
  .exclusive-02 {
    margin-top: 57px;
  }
}
.accordion {
  width: 90.4166666vw;
  margin: 7.2916666667vw auto 0;
}

@media print, screen and (min-width: 960px) {
  .accordion {
    width: 868px;
    margin-top: 70px;
  }
}
.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;
  color: #000000;
  background: #fff;
  border-radius: 0 0 2.08333vw 2.08333vw;
  padding: 5vw 3.75vw 6.66667vw;
}

@media print, screen and (min-width: 960px) {
  .accordion_inner {
    border-radius: 0 0 20px 20px;
    padding: 48px 36px 64px;
    border-width: 3px;
    border-top-width: 0px;
  }
}
.cpNotesttl {
  font-weight: bold;
  text-align: center;
  font-size: 3.75vw;
  line-height: 1.7;
  margin-bottom: 5.625vw;
}

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

@media print, screen and (min-width: 960px) {
  .cpcode {
    margin-top: 25px;
  }
}
.cpcode p {
  margin-top: 2.0833333333vw;
}

@media print, screen and (min-width: 960px) {
  .cpcode p {
    margin-top: 20px;
  }
}
.step_wrap {
  position: relative;
}

.step_wrap .ttl {
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 1;
}

.steps {
  position: relative;
  background-color: #FDFAEC;
  padding-bottom: 6.25vw;
}

@media print, screen and (min-width: 960px) {
  .steps {
    padding-bottom: 60px;
  }
}
.steps_inner {
  color: #333333;
  border-radius: 2.08333vw;
  padding: 0 8.8541666vw 5.833333333vw;
}

@media print, screen and (min-width: 960px) {
  .steps_inner {
    border-radius: 20px;
    padding: 0 85px 56px;
  }
}
.step {
  position: relative;
  background-color: #FEF279;
  padding: 6.25vw 4.1666666vw 4.1666666vw;
  border-radius: 1.0416666667vw;
  z-index: 1;
}
.step:not(:last-child) {
  border-radius: 1.0416666667vw 1.0416666667vw 0 0;
}
.step:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_step.svg);
  background-size: cover;
  width: 100%;
  height: 5.3125vw;
  bottom: -5.2083333vw;
  right: 0;
}
.step:nth-child(1) {
  margin-top: 10.416666666vw;
}
.step:nth-child(1) .inner {
  margin-top: -12.916666666vw;
}
.step:nth-child(2) {
  margin-top: 20.4166666666vw;
}
.step:nth-child(2) .inner {
  margin-top: -16.666666666vw;
}
.step:nth-child(3) {
  margin-top: 15.625vw;
}
.step:nth-child(3) .inner {
  margin-top: -12.1875vw;
}
.step:nth-child(4) {
  margin-top: 15.625vw;
}
.step:nth-child(4) .inner {
  margin-top: -12.2916666667vw;
}

@media print, screen and (min-width: 960px) {
  .step {
    position: relative;
    padding: 60px 40px 40px;
    border-radius: 10px;
  }
  .step:not(:last-child) {
    border-radius: 10px 10px 0 0;
  }
  .step:not(:last-child)::after {
    height: 51px;
    bottom: -50px;
  }
  .step:nth-child(1) {
    margin-top: 100px;
  }
  .step:nth-child(1) .inner {
    margin-top: -124px;
  }
  .step:nth-child(2) {
    margin-top: 196px;
  }
  .step:nth-child(2) .inner {
    margin-top: -160px;
  }
  .step:nth-child(3) {
    margin-top: 150px;
  }
  .step:nth-child(3) .inner {
    margin-top: -117px;
  }
  .step:nth-child(4) {
    margin-top: 150px;
  }
  .step:nth-child(4) .inner {
    margin-top: -118px;
  }
}
.step_wrap .txt {
  text-indent: -1em;
  margin-top: 3.125vw;
  padding-left: 1em;
}

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

.linkage {
  position: relative;
  background-color: #FEC553;
  width: 100%;
  margin-right: -3.75vw;
  padding: 6.25vw 4.16667vw 0;
  z-index: 1;
}

@media print, screen and (min-width: 960px) {
  .linkage {
    margin-right: -36px;
    padding: 60px 40px 0;
  }
}
.poinco_wrap {
  position: relative;
  width: 100%;
  background-color: #E50012;
  margin-top: -1px;
  padding-bottom: 8.3333333333vw;
  z-index: 1;
}

@media print, screen and (min-width: 960px) {
  .poinco_wrap {
    padding-bottom: 80px;
  }
}
.poinco_wrap a {
  color: #ffffff;
  text-decoration: underline;
}

.poinco {
  width: 100%;
  margin: 0 auto -38.5416666667vw;
}

@media print, screen and (min-width: 960px) {
  .poinco {
    margin-bottom: -367px;
  }
}
.other_cp {
  text-align: center;
  margin-top: 5.208333333vw;
}

@media print, screen and (min-width: 960px) {
  .other_cp {
    margin-top: 50px;
  }
}
.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;
  }
}
.other_cp a {
  display: inline-block;
  width: 93.3333333vw;
}

@media print, screen and (min-width: 960px) {
  .other_cp a {
    width: 896px;
  }
}
.release_warp {
  position: relative;
  background-color: #fff;
  font-size: 2.91667vw;
  padding: 5vw 4.16667vw;
  z-index: 1;
}

@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;
}

/* ------------------------------------
* 共通
* ------------------------------------ */
header, footer {
  position: relative;
  z-index: 1;
}

.change {
  display: none;
}

.end,
.yet,
.campaign {
  display: none;
}

.cpNotesSubttl {
  margin-top: 4.375vw;
  font-weight: bold;
}

@media print, screen and (min-width: 960px) {
  .cpNotesSubttl {
    margin-top: 42px;
  }
}
.cpNotesItem {
  text-indent: -1em;
  padding: 0px 0px 0px 1em;
}
.cpNotesItem.note {
  margin-left: 1em;
}

.float_area {
  position: fixed;
  width: 100%;
  background-color: #F8CC49;
  box-shadow: 0px -6px 6px 0px rgba(17, 17, 17, 0.1019607843);
  bottom: 0;
  margin: 0 auto;
  padding: 4.1666666667vw 8.3333333333vw;
  z-index: 2;
}
.float_area .end,
.float_area .yet,
.float_area .campaign {
  width: 100%;
}
.float_area .another_btn {
  display: flex;
  gap: 0 2.083333333vw;
  margin-top: 2.5vw;
}

@media print, screen and (min-width: 960px) {
  .float_area {
    min-width: 641px;
    max-width: 960px;
    padding: 40px 80px;
  }
  .float_area .another_btn {
    gap: 0 20px;
    margin-top: 24px;
  }
}
.modal_contents {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10;
}

.modal_inner {
  position: absolute;
  width: 80vw;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 2.0833333333vw;
}

@media print, screen and (min-width: 960px) {
  .modal_inner {
    width: 768px;
    border-radius: 20px;
  }
}
.modal_open {
  display: inline-block;
  width: 3.4375vw;
  vertical-align: text-top;
  margin-left: 0.8333333333vw;
}

@media print, screen and (min-width: 960px) {
  .modal_open {
    width: 33px;
    margin-left: 8px;
  }
}
.modal_close {
  position: absolute;
  display: block;
  width: 7.5vw;
  height: 7.5vw;
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}

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