@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..600&display=swap");
/***************

  --- base ---

****************/
html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
  background-color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
}

header, main, section, footer {
  display: block;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  html, body {
    font-size: 3.58974vw;
  }
}

h1, h2, h3, h4, h5, h6,
p,
dl, dt, dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

small {
  font-size: 80%;
}

*, :after, :before {
  box-sizing: border-box;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

small {
  font-size: 80%;
}

a {
  color: #a20073;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

@media only screen and (min-width: 769px) {
  a:hover,
  a:focus {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 319px) {
  html, body {
    font-size: 4.375vw;
  }
}

ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

hr {
  height: 0;
  overflow: visible;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
  user-drag: none;
  -webkit-user-drag: none;
  flex-shrink: 0;
}

iframe, img {
  border-style: none;
}

table {
  border-collapse: collapse;
}

input {
  overflow: visible;
}

/***************

  common

****************/
.inline-block {
  display: inline-block;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.valign-top {
  vertical-align: middle;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: middle;
}

.valign-baseline {
  vertical-align: baseline;
}

.fw-bold {
  font-weight: bold;
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

@media only screen and (max-width: 1000px) {
  .mt5 {
    margin-top: 0.5vw !important;
  }
  .mt10 {
    margin-top: 1.0vw !important;
  }
  .mt15 {
    margin-top: 1.5vw !important;
  }
  .mt20 {
    margin-top: 2.0vw !important;
  }
  .mt25 {
    margin-top: 2.5vw !important;
  }
  .mt30 {
    margin-top: 3.0vw !important;
  }
  .mt35 {
    margin-top: 3.5vw !important;
  }
  .mt40 {
    margin-top: 4.0vw !important;
  }
  .mt45 {
    margin-top: 4.5vw !important;
  }
  .mt50 {
    margin-top: 5.0vw !important;
  }
  .mt55 {
    margin-top: 5.5vw !important;
  }
  .mt60 {
    margin-top: 6.0vw !important;
  }
  .mt65 {
    margin-top: 6.5vw !important;
  }
  .mt70 {
    margin-top: 7.0vw !important;
  }
  .mt75 {
    margin-top: 7.5vw !important;
  }
  .mt80 {
    margin-top: 8.0vw !important;
  }
  .mt85 {
    margin-top: 8.5vw !important;
  }
  .mt90 {
    margin-top: 9.0vw !important;
  }
  .mt95 {
    margin-top: 9.5vw !important;
  }
  .mt100 {
    margin-top: 10.0vw !important;
  }
  .mb5 {
    margin-bottom: 0.5vw !important;
  }
  .mb10 {
    margin-bottom: 1.0vw !important;
  }
  .mb15 {
    margin-bottom: 1.5vw !important;
  }
  .mb20 {
    margin-bottom: 2.0vw !important;
  }
  .mb25 {
    margin-bottom: 2.5vw !important;
  }
  .mb30 {
    margin-bottom: 3.0vw !important;
  }
  .mb35 {
    margin-bottom: 3.5vw !important;
  }
  .mb40 {
    margin-bottom: 4.0vw !important;
  }
  .mb45 {
    margin-bottom: 4.5vw !important;
  }
  .mb50 {
    margin-bottom: 5.0vw !important;
  }
  .mb55 {
    margin-bottom: 5.5vw !important;
  }
  .mb60 {
    margin-bottom: 6.0vw !important;
  }
  .mb65 {
    margin-bottom: 6.5vw !important;
  }
  .mb70 {
    margin-bottom: 7.0vw !important;
  }
  .mb75 {
    margin-bottom: 7.5vw !important;
  }
  .mb80 {
    margin-bottom: 8.0vw !important;
  }
  .mb85 {
    margin-bottom: 8.5vw !important;
  }
  .mb90 {
    margin-bottom: 9.0vw !important;
  }
  .mb95 {
    margin-bottom: 9.5vw !important;
  }
  .mb100 {
    margin-bottom: 10.0vw !important;
  }
  .pt5 {
    padding-top: 0.5vw !important;
  }
  .pt10 {
    padding-top: 1.0vw !important;
  }
  .pt15 {
    padding-top: 1.5vw !important;
  }
  .pt20 {
    padding-top: 2.0vw !important;
  }
  .pt25 {
    padding-top: 2.5vw !important;
  }
  .pt30 {
    padding-top: 3.0vw !important;
  }
  .pt35 {
    padding-top: 3.5vw !important;
  }
  .pt40 {
    padding-top: 4.0vw !important;
  }
  .pt45 {
    padding-top: 4.5vw !important;
  }
  .pt50 {
    padding-top: 5.0vw !important;
  }
  .pt55 {
    padding-top: 5.5vw !important;
  }
  .pt60 {
    padding-top: 6.0vw !important;
  }
  .pt65 {
    padding-top: 6.5vw !important;
  }
  .pt70 {
    padding-top: 7.0vw !important;
  }
  .pt75 {
    padding-top: 7.5vw !important;
  }
  .pt80 {
    padding-top: 8.0vw !important;
  }
  .pt85 {
    padding-top: 8.5vw !important;
  }
  .pt90 {
    padding-top: 9.0vw !important;
  }
  .pt95 {
    padding-top: 9.5vw !important;
  }
  .pt100 {
    padding-top: 10.0vw !important;
  }
  .pb5 {
    padding-bottom: 0.5vw !important;
  }
  .pb10 {
    padding-bottom: 1.0vw !important;
  }
  .pb15 {
    padding-bottom: 1.5vw !important;
  }
  .pb20 {
    padding-bottom: 2.0vw !important;
  }
  .pb25 {
    padding-bottom: 2.5vw !important;
  }
  .pb30 {
    padding-bottom: 3.0vw !important;
  }
  .pb35 {
    padding-bottom: 3.5vw !important;
  }
  .pb40 {
    padding-bottom: 4.0vw !important;
  }
  .pb45 {
    padding-bottom: 4.5vw !important;
  }
  .pb50 {
    padding-bottom: 5.0vw !important;
  }
  .pb55 {
    padding-bottom: 5.5vw !important;
  }
  .pb60 {
    padding-bottom: 6.0vw !important;
  }
  .pb65 {
    padding-bottom: 6.5vw !important;
  }
  .pb70 {
    padding-bottom: 7.0vw !important;
  }
  .pb75 {
    padding-bottom: 7.5vw !important;
  }
  .pb80 {
    padding-bottom: 8.0vw !important;
  }
  .pb85 {
    padding-bottom: 8.5vw !important;
  }
  .pb90 {
    padding-bottom: 9.0vw !important;
  }
  .pb95 {
    padding-bottom: 9.5vw !important;
  }
  .pb100 {
    padding-bottom: 10.0vw !important;
  }
}

@media only screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .mtsp0 {
    margin-top: 0vw !important;
  }
  .mtsp5 {
    margin-top: 1.28205vw !important;
  }
  .mtsp10 {
    margin-top: 2.5641vw !important;
  }
  .mtsp15 {
    margin-top: 3.84615vw !important;
  }
  .mtsp20 {
    margin-top: 5.12821vw !important;
  }
  .mtsp25 {
    margin-top: 6.41026vw !important;
  }
  .mtsp30 {
    margin-top: 7.69231vw !important;
  }
  .mtsp35 {
    margin-top: 8.97436vw !important;
  }
  .mtsp40 {
    margin-top: 10.25641vw !important;
  }
  .mtsp45 {
    margin-top: 11.53846vw !important;
  }
  .mtsp50 {
    margin-top: 12.82051vw !important;
  }
  .mtsp55 {
    margin-top: 14.10256vw !important;
  }
  .mtsp60 {
    margin-top: 15.38462vw !important;
  }
  .mtsp65 {
    margin-top: 16.66667vw !important;
  }
  .mtsp70 {
    margin-top: 17.94872vw !important;
  }
  .mtsp75 {
    margin-top: 19.23077vw !important;
  }
  .mtsp80 {
    margin-top: 20.51282vw !important;
  }
  .mtsp85 {
    margin-top: 21.79487vw !important;
  }
  .mtsp90 {
    margin-top: 23.07692vw !important;
  }
  .mtsp95 {
    margin-top: 24.35897vw !important;
  }
  .mtsp100 {
    margin-top: 25.64103vw !important;
  }
  .sp-none {
    display: none !important;
  }
  .mbsp0 {
    margin-bottom: 0vw !important;
  }
  .mbsp5 {
    margin-bottom: 1.28205vw !important;
  }
  .mbsp10 {
    margin-bottom: 2.5641vw !important;
  }
  .mbsp15 {
    margin-bottom: 3.84615vw !important;
  }
  .mbsp20 {
    margin-bottom: 5.12821vw !important;
  }
  .mbsp25 {
    margin-bottom: 6.41026vw !important;
  }
  .mbsp30 {
    margin-bottom: 7.69231vw !important;
  }
  .mbsp35 {
    margin-bottom: 8.97436vw !important;
  }
  .mbsp40 {
    margin-bottom: 10.25641vw !important;
  }
  .mbsp45 {
    margin-bottom: 11.53846vw !important;
  }
  .mbsp50 {
    margin-bottom: 12.82051vw !important;
  }
  .mbsp55 {
    margin-bottom: 14.10256vw !important;
  }
  .mbsp60 {
    margin-bottom: 15.38462vw !important;
  }
  .mbsp65 {
    margin-bottom: 16.66667vw !important;
  }
  .mbsp70 {
    margin-bottom: 17.94872vw !important;
  }
  .mbsp75 {
    margin-bottom: 19.23077vw !important;
  }
  .mbsp80 {
    margin-bottom: 20.51282vw !important;
  }
  .mbsp85 {
    margin-bottom: 21.79487vw !important;
  }
  .mbsp90 {
    margin-bottom: 23.07692vw !important;
  }
  .mbsp95 {
    margin-bottom: 24.35897vw !important;
  }
  .mbsp100 {
    margin-bottom: 25.64103vw !important;
  }
  /* ※こめじるし用 */
  .sp-font-fam-1 {
    font-family: HiraKakuProN-W3, HiraKakuPro-W3, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
}

.img-inline {
  vertical-align: baseline;
  display: inline-block;
  margin: 0 0.2em;
  height: 0.8em;
  width: auto;
}

.fc-red {
  color: #ff0000;
}

.fc-green {
  color: #228f66;
}

.text-link {
  color: #1684d0;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}

.text-link img {
  margin-left: 5px;
}

.icon-blank {
  display: inline-block;
  vertical-align: top;
  width: 0.7em;
  height: auto;
  margin: 0.2em 0 0 0.1em;
}

.max-w90 {
  max-width: 90%;
}

.max-w85 {
  max-width: 85%;
}

.max-w80 {
  max-width: 80%;
}

.max-w75 {
  max-width: 75%;
}

/********************

  .mark-list

*********************/
.mark-list > li {
  position: relative;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 12px;
  text-align: left;
}

.mark-list > li ~ li {
  margin-top: 5px;
}

.mark-list > li .mark {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.mark-list.-em1_5 > li {
  padding-left: 1.5em;
}

.mark-list.-em2 > li {
  padding-left: 2em;
}

/********************

  --- common override ---

*********************/
body {
  min-width: 0;
  font-weight: 400;
}

body main p {
  font-size: inherit;
  line-height: inherit;
}

body main picture {
  display: block;
  margin: 0;
  padding: 0;
}

.o-footer {
  position: relative;
}

/********************

  @keyframes

*********************/
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/********************

  .cp-header

*********************/
.cp-header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}

@media only screen and (min-width: 769px) {
  .cp-header {
    border-top: 3px solid #b60081;
  }
}

.cp-header_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .cp-header_wrapper {
    height: 72px;
    padding: 0 32px;
  }
}

@media only screen and (max-width: 768px) {
  .cp-header_wrapper {
    height: 50px;
    padding: 0 16px;
  }
}

.cp-header_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 168px;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .cp-header_logo {
    left: 16px;
    width: 147px;
    transform: translateY(-50%);
  }
}

/********************

  .follow-bottom

*********************/
.follow-bottom {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -10px 15px -5px rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 100;
  padding: 25px 15px 15px;
  display: none;
}

.follow-bnr {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

.follow-bnr a {
  max-width: 100%;
  display: inline-block;
}

.follow-bnr img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .follow-bottom {
    padding: 15px;
  }
}

/********************

  .follow-bottom-contents

*********************/
.follow-bottom-contents {
  width: auto;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.follow-bottom-contents .summary-link {
  display: flex;
  padding: 1.5em 1em;
  white-space: nowrap;
  color: #79532f;
  background-color: #fff;
  border: 3px solid #79532f;
  border-radius: 0.5em;
  text-align: center;
}

.follow-bottom-contents .banner {
  max-width: 100%;
  width: 320px;
  display: inline-block;
  margin-left: 20px;
}

.follow-bottom-contents .banner img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .follow-bottom-contents {
    width: 246px;
    max-width: 90%;
    display: block;
  }
  .follow-bottom-contents .summary-link {
    display: none;
  }
  .follow-bottom-contents .banner {
    margin-left: 0;
  }
}

/********************

  --- ▽ページスタイル ---

*********************/
:root {
  --h-adjust-1: auto;
  --h-adjust-2: auto;
  --h-adjust-3: auto;
}

.heading-image {
  margin: 10px auto;
}

.notice {
  font-size: 11px;
}

.img-wrap {
  margin: 10px auto;
}

@media only screen and (min-width: 769px) {
  .heading-image {
    margin: 30px auto;
  }
  .notice {
    font-size: 13px;
  }
}

@media only screen and (max-width: 374px) {
  .notice {
    font-size: 2.93vw;
  }
}

/********************

  .section

*********************/
.section {
  padding: 15px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .section {
    padding: 40px 0;
  }
}

/********************

  .contents-wrap

*********************/
.contents-wrap {
  margin: 0 auto;
}

/********************

  .contents-frame

*********************/
.contents-frame {
  max-width: 1000px;
  margin: 0 auto;
  max-width: 1040px;
  position: relative;
  padding: 0 14px;
}

@media only screen and (min-width: 769px) {
  .contents-frame {
    padding: 0 20px;
  }
}

/********************

  .subheading*

*********************/
.subheading {
  font-size: 18px;
  font-weight: bold;
}

.subheading .strong {
  font-size: 133%;
  font-style: normal;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .subheading {
    font-size: 24px;
  }
}

@media only screen and (max-width: 374px) {
  .subheading {
    font-size: 4.8vw;
  }
}

/********************

  .btn-wrap

*********************/
.btn-wrap {
  text-align: center;
  margin: 20px auto;
  max-width: 370px;
}

.btn-wrap a {
  display: inline-block;
}

.btn-wrap a img {
  display: block;
}

.btn-wrap .notice {
  margin-top: 5px;
}

@media only screen and (min-width: 769px) {
  .btn-wrap {
    margin: 50px auto;
  }
}

/********************

  .bnr-wrap

*********************/
.bnr-wrap {
  text-align: center;
  margin: 30px auto;
}

.bnr-wrap a {
  display: inline-block;
}

.bnr-wrap a img {
  display: block;
}

@media only screen and (min-width: 769px) {
  .bnr-wrap {
    margin: 50px auto;
  }
}

/********************

  .text-deco*

*********************/
.text-deco-shape {
  display: inline-block;
  padding: 0 1.35em;
  position: relative;
}

.text-deco-shape::before,
.text-deco-shape::after {
  content: "";
  display: block;
  background: no-repeat center/contain;
  bottom: 0.25em;
  width: 1.25em;
  height: 1.25em;
  position: absolute;
}

.text-deco-shape::before {
  left: 0;
  background-image: url(/campaign_ex/credit_debut/img/shape-text-deco-left.png);
}

.text-deco-shape::after {
  right: 0;
  background-image: url(/campaign_ex/credit_debut/img/shape-text-deco-right.png);
}

/********************

  .text-deco-marker

*********************/
.text-deco-marker {
  background: linear-gradient(transparent 80%, #f988a9 80%, #f988a9 95%);
}

.text-deco-marker.-underline {
  background: none;
  text-decoration: underline;
  text-decoration-thickness: 0.2em;
  text-underline-offset: -0.1em;
  text-decoration-color: #f988a9;
  text-decoration-skip-ink: none;
}

.text-deco-marker.-style-2 {
  background: linear-gradient(transparent 80%, #2aa653 80%, #2aa653 95%);
}

/********************

  .text-deco-fill-inline

*********************/
.text-deco-fill-inline {
  background-color: #fff;
}

/********************

  .box-deco*

*********************/
.box-deco-loop {
  background-repeat: no-repeat;
  background-size: 12% auto;
  background-position: left top, right bottom;
  background-image: url(/campaign_ex/credit_debut/img/shape-loop.png), url(/campaign_ex/credit_debut/img/shape-loop.png);
  padding: 10px 0;
}

/********************

  .slick-next,.slick-prev (from "slick-theme.css")

  .slide-wrap .slick-next
  .slide-wrap .slick-prev

*********************/
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/********************

  .slide-wrap .slick-next
  .slide-wrap .slick-prev

*********************/
.slide-wrap .slick-next,
.slide-wrap .slick-prev {
  background: no-repeat center / contain;
  width: 50px;
  height: 44px;
  z-index: 10;
}

.slide-wrap .slick-next::before,
.slide-wrap .slick-prev::before {
  color: transparent;
}

.slide-wrap .slick-next {
  background-image: url(/campaign_ex/credit_debut/img/240131/slide-arrow-next.png);
  right: -66px;
}

.slide-wrap .slick-prev {
  background-image: url(/campaign_ex/credit_debut/img/240131/slide-arrow-prev.png);
  left: -66px;
}

/********************

  .slick-dots (from "slick-theme.css")

*********************/
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/********************

  override
  
  .slick-dots *

*********************/
.slick-dots {
  bottom: auto;
  margin: 0 auto;
  position: relative;
  width: auto;
}

.slick-dots li {
  margin: 0 4px;
  box-sizing: border-box;
}

.slick-dots > li button {
  border: 2px solid #000;
  border-radius: 50%;
  background-color: #fff;
  margin: auto;
  width: 16px;
  height: 16px;
}

.slick-dots li button:before {
  color: transparent;
}

.slick-dots > li.slick-active button {
  background-color: #000;
}

@media only screen and (min-width: 769px) {
  .slick-dots > li button {
    width: 19px;
    height: 19px;
    border-width: 3px;
  }
}

/********************

  .slide-wrap *

*********************/
.slide-wrap .slide-item a:hover,
.slide-wrap .slide-item a:focus {
  opacity: 0.9;
}

/********************

  .main-visual

*********************/
.main-visual {
  text-align: center;
}

.mv-frame {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  background: #E2F9FD;
}

.mv-frame img {
  max-width: 1100px;
  width: 100%;
}

.mv-image {
  padding: 3% 0 1% 0;
  background: no-repeat url(/campaign_ex/credit_debut/img/img-mv.png) right center/53.66% auto;
  background-position: 97% center;
  max-width: 600px;
  margin: 0 auto;
}

.mv-heading {
  width: 52.94%;
  margin-left: 1.29%;
}

.mv-card .card-box::before,
.mv-card .card-box {
  border-radius: 6%/4%;
}

.mv-card {
  width: 48.63%;
  position: relative;
  text-align: center;
}

.mv-card .card-box {
  padding: 2px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 13% auto;
}

.mv-card img {
  display: block;
  position: relative;
  z-index: 2;
}

.mv-card .card-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 96%;
  left: 15%;
  top: 9%;
  background: repeat url(/campaign_ex/credit_debut/img/pattern-stripe_01.png) center/7.5px;
}

@media only screen and (min-width: 769px) {
  .mv-frame {
    padding: 0;
  }
}

/********************

  .mv-campaign-frame
  .slide-wrap.-mv
  .slide-mv

*********************/
.mv-campaign-frame {
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 14px;
}

.slide-wrap.-mv {
  position: relative;
  margin: 0 auto 10px;
}

.slide-mv {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.slick-dotted.slick-slider.slide-mv {
  margin-bottom: 10px;
}

.slide-mv .slide-item img {
  margin: auto;
  max-width: 96%;
  display: inline-block;
}

.slide-mv.js--slide-1:not(.slick-initialized) {
  min-height: 166px;
  visibility: hidden;
}

.slide-mv.slick-initialized {
  display: block;
}

@media only screen and (min-width: 769px) {
  .slide-mv {
    padding: 0 50px;
  }
  .slide-mv.js--slide-1:not(.slick-initialized) {
    min-height: 149px;
  }
  .slide-wrap.-mv .slick-next {
    right: 0;
  }
  .slide-wrap.-mv .slick-prev {
    left: 0;
  }
}

/********************

  .mv-apply*
  .mv-btn*

*********************/
.mv-apply {
  margin: 0 auto;
  max-width: 600px;
}

.mv-apply-heading {
  margin: 30px auto 10px;
  width: 93%;
}

.mv-btn-wrap {
  margin: 10px auto 20px;
}

@media only screen and (min-width: 769px) {
  .mv-apply-heading {
    max-width: 500px;
  }
  .mv-btn-wrap {
    max-width: 500px;
  }
}

/********************

  .section.-QandA

*********************/
.section.-QandA {
  background-color: #f98832;
}

.section.-QandA .question {
  background-color: #64b7d1;
  margin-bottom: 40px;
  padding: 20px 0 30px;
  position: relative;
}

.section.-QandA .question::after {
  content: "";
  display: block;
  border-style: solid;
  border-color: #64b7d1 transparent transparent transparent;
  border-width: 30px 30px 0 30px;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  box-sizing: border-box;
  position: absolute;
  margin: -1px auto 0;
}

.section.-QandA .answer {
  padding: 10px 0;
}

.qa-illust {
  margin: 10px auto;
}

.qa-illust.-img-1 {
  margin-top: 20px;
}

.qa-illust.-img-2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.heading-image.-qa-answer {
  max-width: 80%;
  margin: 0 auto 30px;
}

@media only screen and (min-width: 769px) {
  .section.-QandA .question {
    margin-bottom: 50px;
    padding-bottom: 70px;
  }
  .section.-QandA .question::after {
    border-width: 40px 40px 0 40px;
  }
}

/********************

  .slide-wrap.-qa
  .slide-qa

*********************/
.slide-wrap.-qa {
  max-width: 500px;
  margin: 10px auto 20px;
  padding: 0 30px;
  width: 98%;
}

.slide-wrap.-qa .slick-next,
.slide-wrap.-qa .slick-prev {
  width: 30px;
  height: 40px;
}

.slide-wrap.-qa .slick-next {
  right: -40px;
}

.slide-wrap.-qa .slick-prev {
  left: -40px;
}

.slick-dotted.slide-qa {
  margin-bottom: 20px;
}

.slick-dotted.slide-qa .slick-dots {
  margin-top: 15px;
}

.slide-qa:not(.slick-initialized) {
  display: flex;
  visibility: hidden;
  min-height: 375px;
}

@media only screen and (min-width: 769px) {
  .slide-qa:not(.slick-initialized) {
    min-height: 700px;
  }
}

/********************

  .section.-otoku

*********************/
.section.-otoku {
  background-color: #f988a9;
  border-top: solid 15px #2aa653;
  padding: 15px 0 20px;
}

/********************

  .otoku-heading

*********************/
.otoku-heading {
  background-color: #f988a9;
  padding: 0 0 15px;
}

.heading-image.-otoku {
  max-width: 93%;
}

/********************

  .otoku-shopping

*********************/
.otoku-shopping {
  padding: 30px 0 5px;
  background: url(/campaign_ex/credit_debut/img/pattern-wave_01.png) repeat-x center top/57px auto;
  background-color: #2aa653;
}

.heading-image.-otoku-shopping {
  width: 97%;
  padding-left: 7%;
  margin-bottom: 15px;
  max-width: 500px;
}

.otoku-shopping-phrase {
  margin: 10px auto 20px;
  font-size: 18px;
  width: 96%;
  background-size: 14% auto, 14% auto;
  max-width: 500px;
}

.otoku-shopping-phrase .strong {
  font-size: 150%;
}

.otoku-shopping-notice {
  margin-top: 0;
  font-size: 80%;
}

@media only screen and (min-width: 769px) {
  .heading-image.-otoku-shopping {
    padding-left: 2%;
    margin-bottom: 30px;
  }
  .otoku-shopping-phrase {
    margin: 20px auto;
    font-size: 22px;
  }
  .more-wrap {
    max-width: 120px;
    margin: 30px auto;
  }
}

/********************

  .otoku-odekake

*********************/
.otoku-odekake {
  padding: 35px 0 0;
  background: url(/campaign_ex/credit_debut/img/pattern-wave_02.png) repeat-x center top/57px auto;
  background-color: #f988a9;
}

.heading-image.-otoku-odekake {
  width: 95%;
  padding-left: 5%;
  max-width: 500px;
}

.odekake-merit-list {
  position: relative;
  margin: 10px auto 20px;
  max-width: 500px;
}

.odekake-merit-list > li {
  font-size: 18px;
  font-weight: bold;
}

.odekake-merit-list > li + li {
  margin-top: 10px;
}

.odekake-merit-list > li .note {
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  .heading-image.-otoku-odekake {
    padding-left: 2%;
  }
  .odekake-merit-list {
    margin: 20px auto;
  }
  .odekake-merit-list > li {
    font-size: 22px;
  }
  .odekake-merit-list > li .note {
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  .odekake-merit-list > li {
    font-size: 4.8vw;
  }
  .odekake-merit-list > li .note {
    font-size: 3.8vw;
  }
}

/********************

  .section.-waonpoint

*********************/
.section.-waonpoint {
  padding: 40px 0 50px;
  background-color: #d1dbe2;
}

.subheading-waonpoint {
  font-size: 23px;
  font-weight: bold;
}

.heading-image.-waonpoint {
  max-width: 92%;
}

.img-wrap.-point-get {
  max-width: 80%;
  margin: 30px auto 40px;
}

.img-wrap.-waonpoint-rate {
  max-width: 88%;
  margin: 20px auto;
}

.more-wrap {
  width: 28%;
  margin: 15px auto;
}

.btn-wrap.-waonpoint {
  margin-top: 30px;
}

.img-wrap.-shape-wave {
  margin: 20px auto;
}

.btn-wrap.-pointmall {
  margin: 30px auto;
}

.img-wrap.-pointmall {
  margin: 15px auto 50px;
  max-width: 78%;
}

.img-wrap.-pointmall img {
  width: 100%;
}

.heading-image.-waonpoint-use {
  max-width: 94%;
  margin: 30px auto;
}

.img-wrap.-waonpoint-use {
  max-width: 88%;
  margin: 30px auto 40px;
}

.btn-wrap.-waonpoint-use {
  margin: 30px auto;
}

@media only screen and (min-width: 769px) {
  .section.-waonpoint {
    padding: 40px 0 70px;
  }
  .subheading-waonpoint {
    font-size: 23px;
  }
  .img-wrap.-shape-wave {
    margin: 30px auto;
  }
  .img-wrap.-point-get {
    margin: 60px auto;
  }
  .img-wrap.-pointmall {
    margin: 30px auto 60px;
    padding: 0 20px;
    max-width: 500px;
  }
  .btn-wrap.-waonpoint {
    margin-top: 50px;
  }
  .heading-image.-waonpoint-use {
    margin: 60px auto 40px;
  }
  .img-wrap.-waonpoint-use {
    max-width: 450px;
    margin: 30px auto;
  }
}

@media only screen and (max-width: 374px) {
  .subheading-waonpoint {
    font-size: 6.1vw;
  }
}

/********************

  .section.-cards

*********************/
.section.-cards {
  background-color: #ACC6EA;
  padding: 30px 0;
}

.heading-image.-cards {
  max-width: 86%;
}

.btn-wrap.-cards {
  max-width: 500px;
}

/********************

  .slide-card
    >
    .slide-item
      >
      .area-catchphrase : var(--h-adjust-1)
        +
      .area-card
        >
        .card-wrap (.-vertical) : var(--h-adjust-3)
          > .card-group
            > img.card-img
            > .card-copyright
        >
        .card-name : var(--h-adjust-2)

        +
      .area-apply

*********************/
.slide-wrap.-card {
  margin: 20px auto 0;
  max-width: 500px;
}

.slide-card .slide-item {
  padding: 20px 50px;
}

.slide-card .slide-item .slide-contents {
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.slide-card .area-catchphrase {
  min-height: var(--h-adjust-1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide-card .area-card {
  padding: 10px 20px;
}

.slide-card .area-card .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80%;
  margin: 0 auto;
  max-width: 250px;
  min-height: var(--h-adjust-3);
}

.slide-card .area-card .card-wrap .card-group {
  margin: 0 auto;
}

.slide-card .area-card .card-wrap.-vertical .card-group {
  width: 63.14%;
}

.slide-card .area-card .card-group .card-img {
  margin: auto;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4%/6%;
}

.slide-card .area-card .card-wrap.-vertical .card-img {
  border-radius: 6%/4%;
}

.slide-card .card-copyright {
  width: 100%;
  text-align: right;
  font-size: 12px;
  white-space: nowrap;
}

.slide-card .card-name {
  min-height: var(--h-adjust-2);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 16px;
  margin: 15px auto 0;
}

.slide-card .card-name * {
  font-weight: bold;
  color: #426B83;
}

.slide-card .area-apply {
  padding: 10px 20px 20px 20px;
}

.slide-card .area-apply a {
  display: inline-block;
}

.slide-card .area-apply a img {
  display: block;
}

.slide-card:not(.slick-initialized) {
  display: none;
}

.slide-wrap.-card .slick-next {
  right: 20px;
}

.slide-wrap.-card .slick-prev {
  left: 20px;
}

.slide-scroll-notice {
  max-width: 75%;
  margin: 0 auto 25px;
}

@media only screen and (max-width: 768px) and (min-width: 500px) {
  .slide-card .area-catchphrase > p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 769px) {
  .slide-wrap.-card {
    max-width: 1000px;
  }
  .slide-card {
    padding: 0 30px;
  }
  .slide-card .slide-item {
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 374px) {
  .slide-card .card-copyright {
    font-size: 2.93vw;
  }
  .slide-card .area-catchphrase p {
    font-size: 3.2vw;
  }
  .slide-card .card-name {
    font-size: 3.9vw;
  }
}

/********************

  .section.-sokuhatsu

*********************/
.section.-sokuhatsu {
  background-color: #e14a9e;
  padding: 40px 0;
}

.heading-image.-sokuhatsu {
  max-width: 84%;
}

.sokuhatsu-subheading {
  font-size: 18px;
  font-weight: bold;
}

.sokuhatsu-subheading .text-deco-shape {
  padding: 0 2.25em;
}

.sokuhatsu-subheading .strong {
  font-size: 130%;
  line-height: 1.2;
  font-weight: bold;
}

.bnr-wrap.-sokuhatsu .notice {
  text-align: left;
  margin-top: 10px;
}

@media only screen and (min-width: 769px) {
  .section.-sokuhatsu {
    background-color: #e14a9e;
    padding-bottom: 80px;
  }
  .sokuhatsu-subheading {
    font-size: 30px;
  }
  .bnr-wrap.-sokuhatsu .notice {
    font-size: 12px;
  }
}

/********************

  .tab-root

*********************/
.tab-root {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  max-width: 860px;
}

/********************

  .tab-selector

*********************/
.tab-selector {
  flex: 1 1;
  order: -1;
  margin-left: 5px;
}

.tab-selector:first-of-type {
  margin-left: 0;
}

.tab-selector.-current {
  z-index: 2;
}

.tab-selector input {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  display: inline;
}

.tab-selector,
.tab-selector .design {
  border-radius: 10px 10px 0 0;
}

.tab-selector .design {
  display: block;
  background-color: #D8D8D8;
  cursor: pointer;
  padding: 15px 20px 10px;
  border-width: 2px 2px 0 2px;
  font-size: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.tab-selector.-selector-1 :checked + .design {
  background-color: #e6f04d;
}

.tab-selector.-selector-2 :checked + .design {
  background-color: #fff;
}

.tab-selector.-current .design {
  cursor: default;
}

.tab-selector .design::before {
  content: "";
  display: block;
  height: 23px;
  width: auto;
  background: no-repeat center/contain;
}

.tab-selector.-selector-1 .design::before {
  background-image: url(/campaign_ex/credit_debut/img/240131/tab-1-off.png);
}

.tab-selector.-selector-2 .design::before {
  background-image: url(/campaign_ex/credit_debut/img/240131/tab-2-off.png);
}

.tab-selector.-selector-1.-current .design::before {
  background-image: url(/campaign_ex/credit_debut/img/240131/tab-1-on.png);
}

.tab-selector.-selector-2.-current .design::before {
  background-image: url(/campaign_ex/credit_debut/img/240131/tab-2-on.png);
}

.tab-selector.-selector-1.-current .design {
  background-color: #426B83;
}

.tab-selector.-selector-2.-current .design {
  background-color: #426B83;
}

.tab-selector.-current .design::after {
  content: "";
  display: block;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  position: absolute;
}

.tab-selector.-selector-1.-current .design::after {
  background-color: #707070;
}

.tab-selector.-selector-2.-current .design::after {
  background-color: #707070;
}

.tab-selector:first-of-type.-current {
  margin-left: 0;
}

.tab-selector:last-of-type.-current {
  margin-right: 0;
}

@media only screen and (min-width: 769px) {
  .tab-selector {
    margin-left: 10px;
  }
  .tab-selector .design {
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .tab-selector .design::before {
    height: 5.89744vw;
  }
}

/********************

  .tab-content

*********************/
.tab-content {
  width: 100%;
  background-color: #fff;
  padding: 20px 15px;
  display: none;
  position: relative;
  top: 0;
  z-index: 9;
}

.tab-content:first-of-type {
  border-top-left-radius: 0;
}

.tab-content:last-of-type {
  border-top-right-radius: 0;
}

.tab-content.-current {
  display: block;
  background-color: #FEFFF5;
}

.tab-content-heading {
  font-size: 18px;
  font-weight: bold;
  color: #426B83;
}

.heading-small-text {
  font-size: 12px;
}

.tab-content .btn-wrap {
  width: 70%;
}

.heading-big-number {
  font-size: 32px;
  color: #B50080;
}

@media only screen and (min-width: 769px) {
  .tab-content {
    padding: 30px 20px;
  }
  .tab-content-heading {
    font-size: 24px;
  }
  .heading-small-text {
    font-size: 18px;
  }
  .heading-big-number {
    font-size: 40px;
  }
}

/********************

  .step-list
  .step-item-*

*********************/
.step-list {
  margin: 20px auto 16px;
  position: relative;
}

.step-item {
  border-top: 3px solid #000;
  text-align: center;
  padding: 10px 0 20px;
  position: relative;
  margin-top: 16px;
}

@media only screen and (max-width: 768px) {
  .step-list {
    border-bottom: 3px solid #000;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
  .heading-small-text {
    display: block;
    text-align: left;
    padding: 10px 0;
  }
}

.step-item p {
  margin-top: 5px;
}

.step-item::before,
.step-item::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
}

.step-item::before {
  background-position: center;
  background-size: auto 100%;
  background-size: contain;
}

.step-list .step-item.-num-1::before {
  background-image: url(/campaign_ex/credit_debut/img/step-image_01.svg);
  padding-top: 56px;
  margin: 15px 0 22px;
}

.step-list .step-item.-num-2::before {
  background-image: url(/campaign_ex/credit_debut/img/step-image_02.svg);
  padding-top: 63px;
  margin: 27.5px 0 20px;
}

.step-list .step-item.-num-3::before {
  background-image: url(/campaign_ex/credit_debut/img/step-image_03.svg);
  padding-top: 49.5px;
  margin: 28px 0 23px;
}

.step-list .step-item.-num-3.-b::before {
  background-image: url(/campaign_ex/credit_debut/img/step-image_03b.png);
  padding-top: 80px;
  margin: 28px 0 23px;
}

.step-item + .step-item::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: -13px auto 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: solid 3px #000;
  border-color: transparent transparent #000 #000;
  background-color: #fff;
  transform: rotate(-45deg);
}

.tab-content.-content-1 .step-list .step-item::after {
  background-color: #e6f04d;
}

.step-num {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  font-size: 0;
  width: 50px;
  height: 50px;
  top: 0;
  left: 13px;
  transform: translateY(-38%);
}

.-num-1 .step-num {
  background-image: url(/campaign_ex/credit_debut/img/step-num_01.png);
}

.-num-2 .step-num {
  background-image: url(/campaign_ex/credit_debut/img/step-num_02.png);
}

.-num-3 .step-num {
  background-image: url(/campaign_ex/credit_debut/img/step-num_03.png);
}

.step-item-hdg {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  letter-spacing: 0.05em;
}

.step-item-contents {
  font-size: 14px;
  font-size: 3.74vw;
  letter-spacing: 0.05em;
  margin-top: 0.3em;
}

.step-item-contents * + p {
  margin-top: 0.4em;
}

@media only screen and (min-width: 769px) {
  .step-item-hdg {
    font-size: 20px;
  }
  .step-item-contents {
    font-size: 15px;
    margin-top: 1em;
  }
  .step-contents * + p {
    margin-top: 1em;
  }
  .step-list {
    display: flex;
    border: solid #000 4px;
    border-width: 4px 0;
    margin: 50px auto 30px;
  }
  .step-list::before,
  .step-list::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #000;
  }
  .step-list::before {
    top: 2px;
  }
  .step-list::after {
    bottom: 2px;
  }
  .step-item {
    flex-basis: 33.333%;
    flex-direction: row;
    border-top: none;
    padding: 0 20px;
    margin: 30px 0;
  }
  .step-item p {
    font-size: 14px;
  }
  .step-list .step-item.-num-1::before,
  .step-list .step-item.-num-2::before,
  .step-list .step-item.-num-3::before,
  .step-list .step-item.-num-3.-b::before {
    padding-top: 80px;
    margin: 15px auto 20px;
  }
  .step-num {
    transform: translateY(-112%);
  }
  .step-list .step-item.-num-1::before {
    background-size: 100px 56px;
  }
  .step-list .step-item.-num-2::before {
    background-size: 92px 141px;
  }
  .step-list .step-item.-num-3::before {
    background-size: 124px 125px;
  }
  .step-list .step-item.-num-3.-b::before {
    background-size: auto 80px;
  }
  .step-item + .step-item {
    border-left: 1px solid #000;
  }
  .step-item + .step-item::after {
    transform: rotate(225deg);
    top: 0;
    left: -11px;
    bottom: 0;
    margin: auto 0;
    border-width: 1px;
  }
}

@media only screen and (max-width: 375px) {
  .step-num {
    max-width: 20%;
  }
}

/********************

  .section.-beginner

*********************/
.section.-beginner {
  background-color: #D5F0EF;
  padding: 40px 0;
}

.heading-image.-faq {
  max-width: 92%;
}

/********************

  .faq-list
    .qa-box

*********************/
.faq-list {
  max-width: 740px;
  margin: 20px auto;
  font-size: 14px;
}

.faq-list p,
.faq-list ul {
  /* font-weight: bold; */
}

.faq-list .qa-box {
  text-align: left;
  background-color: #fff;
  border: solid #426B83 3px;
  border-radius: 1em;
  margin: 20px auto;
}

.faq-list .qa-question {
  cursor: pointer;
  padding: 20px 10px;
}

.faq-list .question-heading {
  display: block;
  position: relative;
  padding-right: 3em;
  font-weight: bold;
  min-height: 3em;
  display: flex;
  align-items: center;
}

.faq-list .question-heading::after {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat url(/campaign_ex/credit_debut/img/240131/icon-plus.png) center/contain;
  width: 2.5em;
  height: 2.5em;
  top: 0.2em;
  right: 0;
}

.faq-list .qa-box .qa-icon {
  display: inline-block;
  width: 3em;
  height: 3em;
  margin-right: 0.75em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: flex-start;
}

.faq-list .qa-box .qa-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.faq-list .qa-answer {
  margin-top: 10px;
  visibility: hidden;
  height: 0;
  margin: 0 10px;
  overflow: hidden;
  padding: 0;
  display: flex;
}

.faq-list .answer-text {
  line-height: 1;
  will-change: line-height;
  transition: line-height 0.1s linear;
}

@media only screen and (min-width: 769px) {
  .faq-list {
    font-size: 16px;
  }
  .faq-list .qa-box {
    margin: 30px auto;
  }
  .faq-list .qa-question {
    padding: 20px 20px;
  }
  .faq-list .qa-answer {
    margin: 0 20px;
  }
}

@media only screen and (max-width: 319px) {
  .faq-list {
    font-size: 4.375vw;
  }
}

/********************

  .-is-open

*********************/
.faq-list .qa-box.-is-open .question-heading::after {
  background-image: url(/campaign_ex/credit_debut/img/240131/icon-minus.png);
}

.faq-list .qa-box.-is-open .qa-answer {
  visibility: visible;
  opacity: 1;
  padding: 20px 0;
  height: auto;
  border-top: solid #426B83 2px;
}

.faq-list .qa-box.-is-open .answer-text {
  line-height: inherit;
}

.question-text {
  color: #426B83;
}

/********************

  .btn-apply

*********************/
.btn-apply {
  text-align: center;
  margin: 36px auto 40px;
  width: 100%;
  max-width: 690px;
}

.btn-apply .apply-link {
  display: inline-block;
  appearance: none;
  border: none;
  background: none;
  outline: none;
}

.btn-apply .apply-link:active,
.btn-apply .apply-link:focus {
  opacity: 1 !important;
}

@media only screen and (max-width: 768px) {
  .btn-apply {
    margin: 25px auto 20px;
    max-width: 460px;
    width: 94%;
  }
}

/********************

  .to-pagetop-btn

*********************/
.to-pagetop-btn-wrap {
  position: relative;
}

.to-pagetop-btn {
  position: absolute;
  bottom: 30px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 10;
  transition: opacity 0.2s ease;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  text-align: center;
  width: 45px;
}

.to-pagetop-btn:hover {
  opacity: 0.8;
}

.to-pagetop-btn.-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  transition-property: opacity, bottom;
}

@media only screen and (min-width: 769px) {
  .to-pagetop-btn {
    width: 60px;
  }
  .to-pagetop-btn:hover {
    opacity: 1;
  }
}

.bottom_text {
  margin-bottom: 3%;
}

@media only screen and (max-width: 768px) {
  .bottom_text {
    margin-bottom: 5%;
    width: 90vw;
  }
}

/* updata in 20240122 */
.tab-content-list {
  margin: 10px 0;
}

.tab-content-tips {
  text-align: left;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 5px;
}

.tab-content-tips--small {
  font-size: 12px;
  padding-bottom: 3px;
}

.tab-content-tips:last-of-type {
  padding-bottom: 0;
}

.section.-anchorAnswer {
  background-color: #C3E1E8;
}

.img-flex img {
  display: block;
  margin: auto;
  padding: 0 20px 40px;
}

.anchorAnswerList {
  max-width: 860px;
  display: block;
  margin: auto;
  margin-top: 50px;
}

.anchorAnswerList > div {
  background-color: #FEFFF5;
  border-radius: 20px;
  padding: 30px;
  display: block;
  margin: auto;
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 100px;
  z-index: 9;
}

#keypoints .anchorAnswerList > div {
  background-color: #fff;
  padding: 60px 80px;
}

@media only screen and (max-width: 768px) {
  #keypoints .anchorAnswerList > div {
    padding: 11.53846vw 5.12821vw 8.97436vw;
  }
}

.answer-num {
  background-color: #317298;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
}

.answer-num img {
  width: 40px;
}

.num-title {
  display: block;
  margin: auto;
  padding-top: 40px;
}

.num-detail {
  margin-top: 40px;
}

.num-detail-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}

.common-cards {
  width: 100px;
  margin-right: 40px;
}

.phone-cards {
  width: 415px;
}

.num-texts {
  font-size: 18px;
  text-align: center;
  color: #426B83;
  font-weight: bold;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt80 {
  padding-top: 80px;
}

.-imgblock img {
  display: block;
  margin: auto;
}

.answer-num-flex {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  max-width: 680px;
  margin-left: 70px;
}

.answer-num-flex > div:first-of-type {
  margin-right: 10px;
}

.u-padding > div:first-of-type {
  padding-right: 30px;
}

.text-sec {
  width: 300px;
}

.text-sec70 {
  width: 400px;
  margin-right: 40px;
}

.text-sec p {
  text-align: left;
  color: #426B83;
}

.text-sec-big {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
}

.text-sec-small {
  font-size: 16px;
}

.img-sec {
  width: 300px;
}

.img-sec img {
  width: 100%;
}

.img-sec30 {
  width: 150px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt40 {
  margin-top: 40px;
}

.num-detail-big-text {
  font-size: 18px;
  font-weight: bold;
  color: #426B83;
}

.shop-reduce {
  border-radius: 20px;
  max-width: 600px;
  display: block;
  margin: auto;
}

.shop-reduce img {
  padding: 0 20px;
  position: relative;
  margin-top: -20px;
}

.anchorAnswerList > div:last-of-type {
  margin-bottom: 50px;
}

.section.-keypoints {
  background-color: #FFBCBC;
}

.heading-texts {
  color: #ffffff;
  font-weight: bold;
  font-size: 28px;
}

.u-align-left {
  display: block;
  text-align: left;
  margin-left: -4%;
}

.keypoints-big-texts {
  font-size: 18px;
  font-weight: bold;
  color: #426B83;
  text-align: center;
  margin: auto;
}

.keypoints-big-texts span {
  color: #B50080;
}

.section.-benefits {
  background-color: #F7A1CF;
}

.not-indent {
  text-indent: 0;
  padding-left: 0;
}

.purpleline img {
  padding: 0;
}

.tab-content-tips span {
  color: #B50080;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.num-01-content-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.num-01-content-flex > div:first-of-type {
  margin-right: 30px;
}

.max-300 {
  max-width: 300px;
}

.tips-form {
  max-width: 460px;
  display: block;
  margin: auto;
  border: 2px solid #426B83;
  border-radius: 15px;
  padding-bottom: 20px;
}

.u-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.u-padding {
  padding: 0 80px;
}

.u-flex {
  display: flex;
  justify-content: center;
}

.max-310 {
  max-width: 310px;
}

.u-mt-5 {
  margin-top: -5px;
}

.answer-text-style {
  color: #426B83;
  font-size: 14px;
}

.swiper-text {
  padding: 30px 15px 0 15px;
}

.low-padding > div {
  margin-bottom: 30px !important;
}

.bg-fff {
  background-color: #ffffff;
}

.small-card-text {
  font-size: 14px;
}

.u-normal-padding {
  padding: 30px 50px 0;
}

.radius30 {
  border-radius: 30px !important;
}

.flex-tab {
  display: flex;
  margin: 20px 0;
}

.flex-tab > div {
  border: 3px solid #426B83;
  flex: 1;
  margin-right: 20px;
  background: #ffffff;
}

.flex-tab > div:last-of-type {
  margin-right: 0;
}

.flex-tab-tip {
  background-color: #426B83;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 0;
}

.flex-tab-texts {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: 14px;
  font-weight: bold;
  color: #426B83;
}

.u-first-pc-mr {
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .num-detail-flex {
    margin-top: 0;
  }
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .contents-frame {
    padding: 5vw;
    overflow: hidden;
  }
  .tab-content-tips, .tab-content-tips--small {
    font-size: 3.07692vw;
  }
  .anchor-title-img {
    padding-left: 2vw;
    padding-right: 6vw;
  }
  .sp-heading-style {
    width: 80vw;
  }
  .answer-num {
    width: 20vw;
    height: 20vw;
    padding: 5vw;
    top: -10vw;
  }
  .num-title {
    padding-top: 5vw;
  }
  .num-texts {
    font-size: 4vw;
    color: #426B83;
    line-height: 1.5;
  }
  .common-cards {
    width: 20vw;
    margin-right: 8vw;
  }
  .phone-cards {
    width: 100%;
  }
  .num-detail {
    margin-top: 10vw;
  }
  .num-detail > img {
    max-width: 100%;
  }
  .sp-max-20 {
    max-width: 20vw !important;
  }
  .sp-max-60 {
    max-width: 60vw;
  }
  .sp-max-70 {
    max-width: 70vw;
  }
  .text-sec-big {
    font-size: 4.2vw;
    padding-bottom: 4vw;
  }
  .text-sec-small {
    font-size: 3.4vw;
  }
  .u-mt60 {
    margin-top: 12vw;
  }
  .u-mt40 {
    margin-top: 8vw;
  }
  .text-sec70 {
    width: 80%;
    margin-right: 5vw;
  }
  .anchorAnswerList {
    margin-top: 10vw;
  }
  .num-detail-big-text {
    font-size: 3.8vw;
  }
  .shop-reduce img {
    padding: 0 4vw;
    margin-top: -6vw;
  }
  .shop-reduce {
    padding: 0 4vw 4vw;
  }
  .anchorAnswerList > div {
    padding: 10.25641vw 5.12821vw;
    margin-bottom: 18vw;
  }
  .low-padding > div {
    margin-bottom: 5vw !important;
  }
  .sp-width-60 {
    width: 60vw;
  }
  .sp-width-50 {
    width: 50vw;
  }
  .anchorAnswerList > div:last-of-type {
    margin-bottom: 8vw;
  }
  .u-align-left {
    margin-left: -8vw;
  }
  .keypoints-big-texts {
    font-size: 3.8vw;
  }
  .slide-wrap.-card .slick-next {
    right: 7.5vw;
  }
  .slide-wrap.-card .slick-prev {
    left: 7.5vw;
  }
  .u-max-30 {
    max-width: 30vw;
  }
  .u-mt20 {
    margin-top: 0;
  }
  .u-mb20 {
    margin-bottom: 0;
  }
  .img-flex img {
    padding: 0 0 5vw;
  }
  .num-01-content-flex {
    flex-direction: column;
  }
  .u-spmt-30 {
    margin-top: 10vw;
  }
  .num-01-content-flex > div:first-of-type {
    margin-right: 0;
  }
  .tips-form {
    border-radius: 2.5641vw;
    max-width: 79.48718vw;
    padding-bottom: 3.84615vw;
  }
  .tips-form ul {
    padding: 3.84615vw 5.12821vw 0;
  }
  .tips-form img {
    width: 100%;
  }
  .u-30 {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .answer-num-flex {
    margin-left: 0;
  }
  .sp-max-25 {
    max-width: 25% !important;
  }
  .u-padding {
    padding: 0 4vw;
  }
  .u-padding > div:first-of-type {
    padding-right: 0;
  }
  .u-flex {
    flex-direction: column;
  }
  .u-flex > div:first-of-type {
    margin-right: 0;
  }
  .sp-align-left {
    text-align: left;
  }
  .u-sp-pd0 {
    padding: 0 !important;
  }
  .u-mt-5 {
    margin-top: -1vw;
  }
  .swiper-text {
    padding: 5vw 5vw 0 5vw;
  }
  .slide-card .area-apply {
    padding: 2vw 5vw 5vw 5vw;
  }
  .new-ptb0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .u-normal-padding {
    padding: 6vw 0 0;
  }
  .flex-tab {
    margin: 4vw 0;
    flex-direction: column;
  }
  .flex-tab > div {
    margin-right: 0;
    display: flex;
    margin-bottom: 3vw;
  }
  .flex-tab-tip {
    font-size: 4.10256vw;
    padding: 3.07692vw 6.2vw;
    display: flex;
    align-items: center;
  }
  .flex-tab > div {
    border-width: 2px;
  }
  .flex-tab > div:last-of-type {
    margin-bottom: 0;
  }
  .flex-tab-texts {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 3.4vw;
    font-weight: bold;
    color: #426B83;
    text-align: left;
    max-width: 59.7vw;
    padding: 3.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .answer-num-flex {
    margin-left: 0;
  }
  .mv-frame img {
    width: 100%;
  }
}

.left-top-green {
  position: relative;
}

.left-top-green img {
  position: relative;
  z-index: 9;
}

.left-top-green::before {
  content: "";
  display: block;
  background: no-repeat center/contain;
  width: 250px;
  height: 155px;
  position: absolute;
  left: 50px;
  top: -30px;
  background-image: url(/campaign_ex/credit_debut/img/240131/common-bg-top.png);
  z-index: 1;
}

.right-top-green {
  position: relative;
}

.right-top-green img {
  position: relative;
  z-index: 9;
}

.right-top-green::before {
  content: "";
  display: block;
  background: no-repeat center/contain;
  width: 250px;
  height: 155px;
  position: absolute;
  right: -35px;
  top: -70px;
  background-image: url(/campaign_ex/credit_debut/img/240131/common-bg-top.png);
  z-index: 1;
}

.right-top-orange {
  position: relative;
}

.right-top-orange img {
  position: relative;
  z-index: 9;
}

.right-top-orange::before {
  content: "";
  display: block;
  background: no-repeat center/contain;
  width: 250px;
  height: 155px;
  position: absolute;
  right: -95px;
  top: -70px;
  background-image: url(/campaign_ex/credit_debut/img/240131/common-bg-center.png);
  z-index: 1;
}

.left-bottom-green {
  position: relative;
}

.left-bottom-green img {
  position: relative;
  z-index: 9;
}

.left-bottom-green::before {
  content: "";
  display: block;
  background: no-repeat center/contain;
  width: 250px;
  height: 155px;
  position: absolute;
  left: -100px;
  top: -185px;
  background-image: url(/campaign_ex/credit_debut/img/240131/common-bg-top.png);
  z-index: 1;
}

.left-bottom-purple {
  position: relative;
}

.left-bottom-purple img {
  position: relative;
  z-index: 9;
}

.left-bottom-purple::before {
  content: "";
  display: block;
  background: no-repeat center/contain;
  width: 250px;
  height: 155px;
  position: absolute;
  left: -100px;
  top: -185px;
  background-image: url(/campaign_ex/credit_debut/img/240131/common-bg-bottom.png);
  z-index: 1;
}

.key-top::before {
  background-image: url(/campaign_ex/credit_debut/img/240131/common-bg-center.png);
  top: -90px;
}

.key-senond-top::before {
  background-image: url(/campaign_ex/credit_debut/img/240131/common-bg-center.png);
  top: -100px;
  left: 130px;
}

.right-bottom-purple {
  position: relative;
}

.right-bottom-purple img {
  position: relative;
  z-index: 9;
}

.right-bottom-purple::before {
  content: "";
  display: block;
  background: no-repeat center/contain;
  width: 250px;
  height: 155px;
  position: absolute;
  right: -100px;
  top: -185px;
  background-image: url(/campaign_ex/credit_debut/img/240131/common-bg-bottom.png);
  z-index: 1;
}

.campaign_banner {
  max-width: 500px;
  margin: 0 auto;
}

.qx-security__20241219__banner_y {
  max-width: 800px;
}

@media only screen and (max-width: 767px) {
  .qx-security__20241219__banner_y {
    max-width: 500px;
  }
  .left-top-green::before {
    width: 50vw;
    height: 30vw;
    left: -3vw;
    top: -8vw;
  }
  .right-top-green::before {
    width: 50vw;
    height: 30vw;
    right: -30vw;
    top: -12vw;
  }
  .right-top-orange::before {
    width: 50vw;
    height: 30vw;
    right: -30vw;
    top: -12vw;
  }
  .left-bottom-green::before {
    width: 50vw;
    height: 30vw;
    left: -11vw;
    top: -35vw;
  }
  .right-bottom-purple::before {
    width: 50vw;
    height: 30vw;
    right: -11vw;
    top: -34vw;
  }
  .left-bottom-purple::before {
    width: 50vw;
    height: 30vw;
    left: -11vw;
    top: -35vw;
  }
  .key-top::before {
    top: -17vw;
  }
  .key-senond-top::before {
    width: 50vw;
    height: 30vw;
    left: -11vw;
    top: -20.5vw;
  }
}

.qx-20250303-flex__frame {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*　update in 20250303 */
/***************

  --- modal ---

****************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal__container {
  max-width: 500px;
  max-height: 100vh;
  border-radius: 20px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  padding: 0;
  background-color: #E7E7E7;
  border-radius: 50%;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  background: url(/campaign_ex/credit_debut/20250303/img/close_btn.svg) no-repeat center;
  background-size: contain;
  z-index: 1;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal__container main {
  position: relative;
  padding: 40px 20px;
  background: #FEFFF5;
}

.qx-20250303-modal-txt {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #426B83;
}

.qx-20250303-etc__layout {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.qx-20250303-etc__img--car {
  max-width: 303px;
  margin-top: 20px;
}

.qx-20250303-etc__img--card {
  width: 186px;
}

.qx-20250303-aeongroup_layout {
  margin-top: 45px;
  border: 2px solid #415093;
  border-radius: 7px;
  background: #FFFFFF;
  padding: 25px 90px 25px;
  position: relative;
  max-width: 460px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.qx-20250303-aeongroup_layout .qx-20250303-lab-dec img {
  position: absolute;
}

.qx-20250303-aeongroup_layout--02 {
  padding-left: 30px;
  padding-right: 30px;
}

.qx-20250303-aeongroup_subtitle {
  background-image: linear-gradient(to bottom, #FEFFF5 50%, #fff 50%);
  position: absolute;
  color: #415093;
  transform: translate(-50%, -50%);
}

.qx-20250303-aeongroup_subtitle .qx-20250303-lab_subtitle--left {
  transform: translateX(-50%);
  left: 0;
}

.qx-20250303-aeongroup_subtitle .qx-20250303-lab_subtitle--right {
  transform: translateX(50%);
  right: 0;
}

.qx-20250303-lab-dec {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  left: 50%;
  top: 0;
  padding: 7px 0;
  font-weight: bold;
  white-space: nowrap;
}

.qx-20250303-lab-dec span {
  display: inline-block;
  padding: 0 15px;
}

.qx-20250303-lab-dec img {
  height: 30px;
}

.qx-20250303-color--pink {
  color: #B60081;
}

.qx-20250303-color--blue {
  color: #415093;
}

.qx-20250303-aeongroup_h3 {
  font-size: 18px;
  padding: 0 10px 5px;
  border-bottom: 2px solid #415093;
  font-weight: bold;
  text-align: center;
  color: #415093;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.qx-20250303-aeongroup_h3 strong {
  font-size: 23px;
}

.qx-20250303-lab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

img.qx-20250303-aeongroup_img--01 {
  max-width: 240px;
  margin-bottom: 30px;
  width: 100%;
}

img.qx-20250303-aeongroup_img--02 {
  max-width: 295px;
  width: 100%;
}

img.qx-20250303-aeongroup_img--03 {
  max-width: 190px;
  width: 100%;
}

img.qx-20250303-aeongroup_img--04 {
  max-width: 185px;
  width: 100%;
}

img.qx-20250303-aeongroup_img--05 {
  width: 245px;
}

img.qx-20250303-aeongroup_img--06 {
  width: 495px;
}

.qx-20250303-lab__pop {
  padding: 9px 35px 11px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  position: relative;
  margin-bottom: 6px;
  background: linear-gradient(to right bottom, #A283D8, #FFBCBC);
  border-radius: 30px;
  min-width: 270px;
}

.qx-20250303-lab__pop::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid #E1AAC5;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}

.qx-20250303-discount__block ~ .qx-20250303-discount__block {
  margin-top: 50px;
}

.qx-20250303-discount__img--01 {
  max-width: 400px;
  width: 100%;
}

.qx-20250303-discount__img--02 {
  max-width: 355px;
  width: 100%;
}

.qx-20250303-discount__img--03 {
  max-width: 395px;
  width: 100%;
}

.qx-20250303-discount__img--04 {
  max-width: 270px;
  width: 100%;
}

.qx-20250303-compensation_content {
  text-align: left;
}

.qx-20250303-compensation_content > li {
  padding: 20px;
}

.qx-20250303-compensation_content > li:last-of-type {
  padding-bottom: 0;
}

.qx-20250303-compensation_content > li dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.qx-20250303-compensation_content > li ~ li {
  border-top: 1px solid #D9D9D9;
}

.qx-20250303-compensation_content > li dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 325px;
}

.qx-20250303-compensation_content > li dt p {
  font-size: 18px;
  color: #426B83;
  font-weight: bold;
  text-align: left;
}

.qx-20250303-compensation_content > li dt img {
  margin-right: 15px;
}

.qx-20250303-compensation_content > li .qx-20250303-compensation-txt {
  font-size: 14px;
  text-align: left;
}

.qx-20250303-compensation_content > li .qx-20250303-compensation-txt strong {
  font-size: 16px;
  color: #B50080;
}

@media only screen and (max-width: 768px) {
  .qx-20250303-modal-txt {
    font-size: 3.84615vw;
  }
  .qx-20250303-etc__img--car {
    width: 62.82051vw;
    margin-top: 4vw;
  }
  .qx-20250303-etc__img--card {
    width: 32.05128vw;
  }
  .qx-20250303-lab__pop {
    font-size: 4.10256vw;
    min-width: unset;
    padding: 2.30769vw 5.64103vw 2.82051vw;
  }
  .qx-20250303-compensation_content > li dt {
    flex: auto;
  }
  .qx-20250303-discount__img--04 {
    width: 67.94872vw;
  }
  .modal__container main {
    max-width: 90vw;
  }
}

.qx-20250303-compensation-img-01 {
  max-width: 310px;
  width: 100%;
}

.qx-20250303-compensation-img-02 {
  max-width: 260px;
  margin-top: 35px;
  width: 100%;
}

.qx-20250303-compensation-img-03 {
  max-width: 260px;
  width: 100%;
}

.qx-20250303-compensation-img-05 {
  max-width: 260px;
}

.qx-20250303-compensation-img-04 {
  max-width: 270px;
  width: 100%;
}

.qx-20250303-compensation__model--btn {
  color: #015EC5;
  text-decoration: underline;
  font-size: 13px;
  background: none;
  border: none;
  margin-top: 5px;
}

.qx-20250303-compensation__model--btn img {
  margin-left: 5px;
  margin-bottom: 2px;
}

.qx-20250303-compensation__list li {
  font-size: 12px;
  text-indent: 1em;
  margin-left: -1em;
}

.qx-20250303-compensation__list--style {
  background: #F5F5F5;
  padding: 10px;
  margin-top: 20px;
}

.qx-lab__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qx-lab__02 {
  background: linear-gradient(to right top, #5484A0, #679AB9);
  color: #fff;
  font-size: 22px;
  padding: 5px 24px 6px;
  position: relative;
  font-weight: 300;
  transform: skewX(-13deg);
  margin-bottom: 20px;
}

.qx-lab__02 span {
  display: inline-block;
  transform: skewX(13deg);
}

.qx-lab__02--wrapper {
  margin-bottom: 20px;
}

@media only screen and (min-width: 767.0001px) {
  .qx-lab__02--wrapper {
    background: linear-gradient(to right top, #5484A0, #679AB9);
    transform: skewX(-13deg);
  }
  .qx-lab__02_double:first-of-type {
    padding-right: 0;
  }
  .qx-lab__02_double:last-of-type {
    padding-left: 0;
  }
  .qx-lab__02_double {
    display: inline-block;
    background: none;
    transform: skewX(13deg);
    margin-bottom: 0;
  }
  .qx-lab__02_double span {
    transform: skewX(0);
  }
}

@media only screen and (max-width: 767px) {
  .qx-lab__02 {
    font-size: 4.35897vw;
    padding: 1.79487vw 4.61538vw 2.05128vw;
  }
  .qx-lab__02--wrapper {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .qx-lab__02_double {
    margin-bottom: 0;
  }
  .qx-lab__02_double ~ .qx-lab__02_double {
    margin-top: 1vw;
  }
  .qx-20250303-compensation__model--btn {
    margin-top: 3.07692vw;
  }
}

.qx-20250303-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fs14 {
  font-size: 14px !important;
}

.fs12 {
  font-size: 12px !important;
}

.qx-20250303-confirm {
  justify-content: space-around;
}

@media only screen and (max-width: 768px) {
  .fs14 {
    font-size: 3.58974vw !important;
  }
  .fs_sp12 {
    font-size: 3.07692vw !important;
  }
  .fs12 {
    font-size: 3.07692vw !important;
  }
  .qx-20250303-aeongroup_subtitle .qx-20250303-lab-dec span {
    padding: 0 4.84615vw;
  }
  .qx-20250303-lab-dec {
    font-size: 3.58974vw;
  }
  .qx-20250303-lab-dec span {
    padding: 0 4vw;
  }
  .qx-20250303-lab-dec img {
    height: 8.46154vw;
  }
  .qx-20250303-aeongroup_layout {
    padding: 6.41026vw 5.12821vw 8.97436vw;
  }
  .qx-20250303-aeongroup_layout ~ .qx-20250303-aeongroup_layout {
    margin-top: 8.97436vw;
  }
  .qx-20250303-aeongroup_h3 {
    font-size: 4.35897vw;
    max-width: 100%;
    padding: 0 0 1.28205vw;
  }
  .qx-20250303-aeongroup_h3 strong {
    font-size: 5.89744vw;
  }
  img.qx-20250303-aeongroup_img--01 {
    max-width: 61.53846vw;
    margin-bottom: 7.69231vw;
  }
  img.qx-20250303-aeongroup_img--02 {
    max-width: 75.64103vw;
  }
  img.qx-20250303-aeongroup_img--03 {
    max-width: 48.71795vw;
  }
  img.qx-20250303-aeongroup_img--04 {
    max-width: 47.4359vw;
  }
  img.qx-20250303-aeongroup_img--05 {
    width: 47.94872vw;
  }
  img.qx-20250303-aeongroup_img--06 {
    width: 126.92308vw;
  }
  .qx-20250303-compensation_content > li dl {
    flex-direction: column;
  }
  .qx-20250303-compensation-img-01 {
    max-width: 79.48718vw;
  }
  .qx-20250303-compensation-img-02 {
    max-width: 66.66667vw;
    margin-top: 8.97436vw;
  }
  .qx-20250303-compensation-img-03 {
    max-width: 66.66667vw;
  }
  .qx-20250303-compensation-img-04 {
    max-width: 69.23077vw;
  }
  .qx-20250303-compensation-img-05 {
    max-width: 50vw;
  }
  .qx-20250303-compensation_content > li dt {
    margin-bottom: 5.12821vw;
  }
  .qx-20250303-compensation_content > li dt p {
    font-size: 3.84615vw;
  }
  .qx-20250303-compensation__model--btn {
    font-size: 3.07692vw;
  }
  .qx-20250303-compensation__model--btn img {
    width: 3.07692vw;
  }
  .qx-20250303-compensation_content > li {
    padding: 0 0 7.69231vw;
  }
  .qx-20250303-compensation_content > li:last-of-type {
    padding-bottom: 0;
  }
  .qx-20250303-compensation_content > li ~ li {
    border-top: 0;
  }
  .qx-20250303-compensation_content > li .qx-20250303-compensation-txt {
    font-size: 3.58974vw;
  }
  .qx-20250303-compensation_content > li .qx-20250303-compensation-txt strong {
    font-size: 4.10256vw;
  }
  .qx-20250303-compensation_content > li dt img {
    width: 12.82051vw;
    margin-right: 2.5641vw;
  }
  .qx-20250303-confirm p {
    font-size: 3.58974vw;
    margin-top: 5.12821vw;
  }
  .heading-small-text {
    font-size: 3.07692vw;
  }
  .tab-content-heading {
    font-size: 4.61538vw;
  }
  .heading-big-number {
    font-size: 8.20513vw;
  }
  .tab-content {
    padding: 5.12821vw 5.12821vw 6.41026vw;
  }
  .answer-text-style {
    font-size: 3.58974vw;
  }
  .faq-list {
    font-size: 3.58974vw;
  }
  .mark-list > li {
    font-size: 3.07692vw;
  }
  .faq-list .qa-box.-is-open .qa-answer {
    padding: 5.12821vw 0;
  }
  .faq-list .qa-answer {
    margin: 0 2.5641vw;
  }
  .faq-list .qa-question {
    padding: 5.12821vw 2.5641vw;
  }
}

/*　update in 20250331 */
.qx-20250331-img__flex {
  display: flex !important;
  justify-content: center;
  align-items: center;
  min-width: 450px;
}

.qx-20250331-img__light {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .qx-20250331-img__light {
    width: 22px;
    margin-left: 1vw;
  }
  .qx-20250331-img__flex {
    min-width: unset;
  }
}
