@charset "UTF-8";
.u-underline {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .u-underline:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  .u-underline {
    text-decoration: underline;
  }
}

.u-fullpage {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .u-fullpage {
    margin-right: -30px;
    margin-left: -30px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.u-text--center {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .u-text--center--pc {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u-text--center--sp {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .u-block {
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .u-block {
    padding: 0 4vw;
  }
}

.u-block--728 {
  max-width: 728px;
}

.u-block--700 {
  max-width: 700px;
}

.u-medium {
  font-weight: 500;
}

.u-bold {
  font-weight: bold;
}

.u-color01 {
  color: #FF748A;
}

.u-color02 {
  color: #FFA235;
}
.u-color-red {
  color: #D90000 !important;
}

.u-color-red:before {
  background-color: #D90000 !important;
}

@media screen and (max-width: 767px) {
  .u-show-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-show-sp {
    display: none !important;
  }
}

.u-show-tab {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .u-show-tab {
    display: inline !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-hover {
    cursor: pointer;
    transition: ease opacity 0.3s;
  }
  .u-hover:hover {
    opacity: 0.7;
  }
}

@media print, screen and (min-width: 768px) {
  .u-hover--brightness {
    transition: ease filter 0.3s;
  }
  .u-hover--brightness:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(110%);
  }
}

.u-text-small {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .u-text-small {
    font-size: 1.3rem;
  }
}

.u-text-smallest {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .u-text-smallest {
    font-size: 1.1rem;
  }
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-2e {
  margin-top: 2em !important;
}

@media print, screen and (min-width: 768px) {
  .u-text-left--pc {
    text-align: left !important;
  }
  .u-text-center--pc {
    text-align: center !important;
  }
  .u-text-right--pc {
    text-align: right !important;
  }
  .u-mt-0--pc {
    margin-top: 0 !important;
  }
  .u-mt-10--pc {
    margin-top: 10px !important;
  }
  .u-mt-20--pc {
    margin-top: 20px !important;
  }
  .u-mt-30--pc {
    margin-top: 30px !important;
  }
  .u-mt-40--pc {
    margin-top: 40px !important;
  }
  .u-mt-50--pc {
    margin-top: 50px !important;
  }
  .u-mt-60--pc {
    margin-top: 60px !important;
  }
  .u-mt-70--pc {
    margin-top: 70px !important;
  }
  .u-mt-80--pc {
    margin-top: 80px !important;
  }
  .u-mt-90--pc {
    margin-top: 90px !important;
  }
  .u-mt-100--pc {
    margin-top: 100px !important;
  }
  .u-mb-0--pc {
    margin-bottom: 0 !important;
  }
  .u-w-10p--pc {
    width: 10% !important;
  }
  .u-w-20p--pc {
    width: 20% !important;
  }
  .u-w-30p--pc {
    width: 30% !important;
  }
  .u-w-40p--pc {
    width: 40% !important;
  }
  .u-w-50p--pc {
    width: 50% !important;
  }
  .u-w-60p--pc {
    width: 60% !important;
  }
  .u-w-70p--pc {
    width: 70% !important;
  }
  .u-w-80p--pc {
    width: 80% !important;
  }
  .u-w-90p--pc {
    width: 90% !important;
  }
  .u-w-100p--pc {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-text-left--sp {
    text-align: left !important;
  }
  .u-text-center--sp {
    text-align: center !important;
  }
  .u-text-right--sp {
    text-align: right !important;
  }
  .u-mt-0--sp {
    margin-top: 0 !important;
  }
  .u-mt-10--sp {
    margin-top: 10px !important;
  }
  .u-mt-20--sp {
    margin-top: 20px !important;
  }
  .u-mt-30--sp {
    margin-top: 30px !important;
  }
  .u-mt-40--sp {
    margin-top: 40px !important;
  }
  .u-mt-50--sp {
    margin-top: 50px !important;
  }
  .u-mt-60--sp {
    margin-top: 60px !important;
  }
  .u-mt-70--sp {
    margin-top: 70px !important;
  }
  .u-mt-80--sp {
    margin-top: 80px !important;
  }
  .u-mt-90--sp {
    margin-top: 90px !important;
  }
  .u-mt-100--sp {
    margin-top: 100px !important;
  }
  .u-mb-0--sp {
    margin-bottom: 0 !important;
  }
  .u-w-10p--sp {
    width: 10% !important;
  }
  .u-w-20p--sp {
    width: 20% !important;
  }
  .u-w-30p--sp {
    width: 30% !important;
  }
  .u-w-40p--sp {
    width: 40% !important;
  }
  .u-w-50p--sp {
    width: 50% !important;
  }
  .u-w-60p--sp {
    width: 60% !important;
  }
  .u-w-70p--sp {
    width: 70% !important;
  }
  .u-w-80p--sp {
    width: 80% !important;
  }
  .u-w-90p--sp {
    width: 90% !important;
  }
  .u-w-100p--sp {
    width: 100% !important;
  }
}

.l-wrapper {
  padding-bottom: 100px;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000000;
  line-height: 1.714;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-bottom: 75px;
    font-size: 1.4rem;
  }
}

.l-centerblock {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: -webkit-fit-content;
  width: fit-content;
}

.c-paragraph {
  margin-top: 1em;
}

.c-paragraph--lh {
  line-height: 2;
}

.c-numberlist {
  margin-top: 1em;
  counter-reset: number;
}

.c-numberlist li {
  position: relative;
  padding-left: 1.5em;
  counter-increment: number;
}

.c-numberlist li:nth-child(n+2) {
  margin-top: 0.5em;
}

.c-numberlist li:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: counter(number);
  font-weight: bold;
}

.c-normallist {
  margin-top: 1em;
}

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

.c-normallist li:nth-child(n+2) {
  margin-top: 0.5em;
}

.c-normallist li:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "・";
}

.c-notelist {
  margin-top: 1em;
}

.c-notelist-3 i {
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
}

.c-notelist-3 li {
  position: relative;
  padding-left: 2em;
}

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

.c-notelist li:nth-child(n+2),
.c-notelist-3 li:nth-child(n+2) {
  margin-top: 0.5em;
}

.c-notelist li:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "※";
}

.c-notelist--count {
  margin-top: 1em;
  counter-reset: note;
}

.c-notelist--count li {
  position: relative;
  padding-left: 2em;
  counter-increment: note;
}

.c-notelist--count li:nth-child(n+2) {
  margin-top: 0.5em;
}

.c-notelist--count li:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "※" counter(note);
}

.c-freelist {
  margin-top: 1em;
}

.c-freelist li {
  position: relative;
  padding-left: 2em;
}

.c-freelist li:nth-child(n+2) {
  margin-top: 0.5em;
}

.c-freelist li > i {
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
}

.c-freelist--1em li {
  padding-left: 1em;
}

.c-freelist--3em li {
  padding-left: 3.5em;
}

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

.c-bulletlist li:before {
  position: absolute;
  z-index: 5;
  top: 5px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  content: "";
}

.c-iconlink {
  margin-top: 20px;
}

.c-iconlink a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  text-decoration: underline;
}

.c-iconlink a:hover {
  text-decoration: none;
}

.c-iconlink a:before {
  position: absolute;
  z-index: 2;
  top: calc(50% - 4px);
  left: 0;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: inline-block;
  transition: ease all 0.3s;
}

.c-inlinelink {
  cursor: pointer;
  text-decoration: underline;
}

.c-inlinelink:hover {
  text-decoration: none;
}

.c-togglebox {
  margin-top: 50px;
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .c-togglebox {
    margin-top: 15px;
  }
}

.c-togglebox__head {
  position: relative;
  padding: 7px;
  background-color: #fff;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .c-togglebox__head {
    transition: ease filter 0.3s;
  }
  .c-togglebox__head:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.3" /><feFuncG type="linear" slope="1.3" /><feFuncB type="linear" slope="1.3" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(130%);
  }
}

@media screen and (max-width: 767px) {
  .c-togglebox__head {
    padding: 8px;
    font-size: 1.6rem;
  }
}

.c-togglebox__head i {
  position: absolute;
  right: 15px;
  top: calc(50% - 13px);
  width: 28px;
  height: 28px;
}

@media screen and (max-width: 767px) {
  .c-togglebox__head i {
    top: calc(50% - 6px);
    width: 18px;
    height: 18px;
  }
}

.c-togglebox__head i:before, .c-togglebox__head i:after {
  position: absolute;
  z-index: 2;
  top: calc(50% - 3px);
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #34343A;
}

.c-togglebox__head i:after {
  transform: rotate(90deg);
}

.is-open .c-togglebox__head i:after {
  transform: rotate(0deg);
}

.c-togglebox__contents {
  display: none;
  border-top: 1px solid #000;
  padding: 30px 40px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .c-togglebox__contents {
    padding: 15px;
    font-size: 1.3rem;
  }
}

.c-togglebox__contents > :first-child {
  margin-top: 0 !important;
}

.c-table {
  margin-top: 20px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-table {
    font-size: 1.3rem;
  }
}

.c-table table {
  width: 100%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.c-table th, .c-table td {
  vertical-align: middle;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 5px;
  background-color: #fff;
}

.c-table thead th {
  font-weight: bold;
  background-color: #e9e9e9;
}

@media screen and (max-width: 767px) {
  .c-table--scroll {
    overflow-x: auto;
  }
  .c-table--scroll table {
    width: 500px;
  }
}

.anime-fadeup {
  opacity: 0;
  transform: translateY(10px);
}

.anime-fadeup.is-show {
  transition: ease 0.5s;
  transition-property: opacity,transform;
  opacity: 1;
  transform: translateY(0px);
}

[data-modal-id] {
  cursor: pointer;
}

.c-modal-list {
  display: none;
}

.c-modal-wrapper {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.c-modal-view {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.c-modal-view__contents {
  position: relative;
  background-color: #fff;
  width: calc(100% - 60px);
  max-height: 85%;
  display: flex;
  margin: 0 auto;
  padding: 0 60px;
  max-width: 800px;
  font-size: 1.6rem;
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  .c-modal-view__contents {
    border-radius: 8px;
    max-height: 90%;
    width: calc(100% - 30px);
    padding: 0 15px;
    font-size: 1.4rem;
  }
}

.c-modal-view__contents > :first-child {
  margin-top: 0;
}

.c-modal-contents__item {
  display: none;
}

.c-modal-view__block {
  padding: 15px 0;
  width: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (max-width: 767px) {
  .c-modal-view__block {
    padding: 20px 0;
  }
}

.c-modal-view__block::-webkit-scrollbar {
  display: none;
}

.c-modal__close {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  text-align: center;
  top: -30px;
  right: -30px;
}

@media screen and (max-width: 767px) {
  .c-modal__close {
    top: -18px;
    right: 10px;
  }
}

.c-modal__close:before {
  border-radius: 50%;
  content: "";
  margin: 0 auto;
  display: block;
  width: 60px;
  height: 60px;
  background: url(/camp/numberless-aurora/lp2_02_assets/img/com_close.svg) 0% 0% no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .c-modal__close:before {
    width: 33px;
    height: 33px;
  }
}

.c-iframe {
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0 0 56.25%;
}

.c-iframe iframe {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.c-modal__strong {
  margin-top: 1em;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-modal__strong {
    font-size: 1.6rem;
  }
}

.c-asterisk {
  font-size: 15px;
vertical-align: super;
}

.p-mv {
  position: relative;
  opacity: 0;
}

@media print, screen and (min-width: 768px) {
  .p-mv {
    padding: 0 0 80px;
    background: url(/camp/numberless-aurora/lp2_02_assets/img/mv_bg01.jpg) 50% 0% no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .p-mv {
    padding: 0 0 8vw;
    background: url(/camp/numberless-aurora/lp2_02_assets/img/mv_bg01_sp.jpg) 50% 0% no-repeat;
    background-size: cover;
  }
}

.p-mv img {
  width: 100%;
}

.p-mv.is-init {
  transition: ease opacity 0.8s;
  opacity: 1;
}

.p-mv .p-cvbutton {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .p-mv .p-cvbutton {
    width: 780px;
    max-width: calc(100% - 30px);
  }
}

@media screen and (max-width: 767px) {
  .p-mv .p-cvbutton {
    margin: 15px 9.33333vw 0;
  }
}

.p-mv .c-notelist {
  margin-top: 10px;
  color: #605D5D;
  display: flex;
  justify-content: center;
}

.p-mv .c-notelist-3 {
    color: #605D5D;
    margin: 0px auto;
    margin-top: 10px;
    display: block;
    width: 711px;
}
  .p-mv .c-notelist-3 li {
    position: relative;
    padding-left: 2em;
}
  .p-mv .c-notelist-3 i {
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
}
.p-mv .c-notelist-3 li:nth-child(n+2) {
    margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-mv .c-notelist {
    margin-top: 10px;
    padding: 0 30px;
  }
  .p-mv .c-notelist-3 {
    width: auto;
    margin-top: 10px;
    padding: 0 30px;
  }
}

.p-mv__visual {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .p-mv__visual {
    height: 42.67936vw;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__visual {
    height: 121.86667vw;
  }
}

.p-mv__visual .c-logo {
  position: absolute;
  z-index: 10;
}

@media print, screen and (min-width: 768px) {
  .p-mv__visual .c-logo {
    top: 2.63543vw;
    left: 3.87994vw;
    width: 19.91215vw;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__visual .c-logo {
    top: 2.66667vw;
    left: 2.66667vw;
    width: 50.66667vw;
  }
}

.p-mv__visual .c-title {
  position: absolute;
  z-index: 2;
  opacity: 0;
}

.is-init .p-mv__visual .c-title {
  transition: ease opacity 1s 0.6s;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .p-mv__visual .c-title {
    top: 5.85652vw;
    left: 46.70571vw;
    width: 30.74671vw;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__visual .c-title {
    top: 14.66667vw;
    left: 9.33333vw;
    width: 82.26667vw;
  }
}

.p-mv__visual .c-illust {
  position: absolute;
  z-index: 5;
  opacity: 0;
}

.is-init .p-mv__visual .c-illust {
  transition: ease opacity 1s 0.2s;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .p-mv__visual .c-illust {
    top: 8.05271vw;
    left: 2.92826vw;
    width: 50.07321vw;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__visual .c-illust {
    top: 37.33333vw;
    left: 4vw;
    width: 91.73333vw;
  }
}

.p-mv__visual .c-card {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
}

.is-init .p-mv__visual .c-card {
  transition: ease opacity 1s 1.2s;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .p-mv__visual .c-card {
    top: 12.4451vw;
    left: 48.60908vw;
    width: 42.24012vw;
  }
  .index3 .c-card {
    top: 17.4451vw;
    left: 30vw;
    width: 57.24012vw;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__visual .c-card {
    top: 62vw;
    left: 8vw;
    width: 91.2vw;
  }
  .index3 .c-card {
    top: 77vw;
    left: 3vw;
    width: 95.2vw;
  }
}

.p-mv__visual .c-card img {
  animation: float 2s ease 0s infinite alternate;
}

@media screen and (max-width: 767px) {
  .p-mv__visual .c-card img {
    animation: float_sp 2s ease 0s infinite alternate;
  }
}

.p-mv__visual .c-card__caption {
  position: absolute;
  z-index: 5;
  bottom: 8.78477vw;
  right: 1.46413vw;
  font-size: 0.87848vw;
  line-height: 1.6;
  font-feature-settings: "palt";
}

.index3 .c-card__caption.nl {
  bottom: 0.78477vw;
  right:  23vw;
}

.index3 .c-card__caption.gnl {
  bottom: 0.78477vw;
  right: -6.8vw;
}

@media screen and (max-width: 767px) {
  .p-mv__visual .c-card__caption {
    bottom: 14.66667vw;
    left: 2.66667vw;
    font-size: 10px;
  }
}

.p-mv__visual .catchcopy3 {
	width: 150%;
	max-width: 150%;
}

@media screen and (max-width: 767px) {
	.p-mv__visual .catchcopy3 {
	  max-width: 100%;
    }
  .index3 .c-card__caption.nl {
    bottom: 49.78477vw;
    left: 2.66667vw;
    width: 90px;
  }
  .index3 .c-card__caption.gnl {
    bottom: 0.78477vw;
    left: 58.66667vw;
  }
}

.c-goldfree__link {
  position: absolute;
  right: 1vw;
  width: 12vw;
  top: 25vw;
  z-index: 10;
}
.c-goldfree__link p {
  font-size: 1.1vw;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-goldfree__link p:before,
.c-goldfree__link p:after {
  content: "";
  display: block;
  margin: 0 1vw;
  width: 0.15vw;
  height: 1.1vw;
  background-color: #000000;
}
.c-goldfree__link p:before {
  transform: rotate(-30deg);
}
.c-goldfree__link p:after {
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .c-goldfree__link {
    left: 0;
    width: 33vw;
    top: 150vw;
  }
  .c-goldfree__link p {
    font-size: 3vw;
  }
  .c-goldfree__link p:before,
  .c-goldfree__link p:after {

    margin: 0 2vw;
    width: 0.27vw;
    height: 3vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-mv__list {
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    padding-bottom: 40px;
    width: calc(100% - 60px);
    background-color: rgba(255, 255, 255, .35);
  }
}

@media screen and (max-width: 767px) {
  .p-mv__list {
    padding: 10px 30px 0;
  }
  .index3 .p-mv__list {
    padding:  59vw 30px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .p-mv__list__item {
    width: 33.3333%;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__list__item {
    width: 100%;
  }
}

.p-mv__popup {
  margin: 60px 0 40px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 40px;
  text-align: center;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-mv__popup {
    margin: 25px 0 15px;
    gap: 0 10px;
  }
}

.p-mv__popup .c-sub {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-mv__popup .c-sub {
    font-size: 1.5rem;
  }
}

.p-mv__popup .c-main {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .p-mv__popup .c-main {
    font-size: 1.8rem;
  }
}

.p-mv__popup:before, .p-mv__popup:after {
  content: "";
  display: block;
  width: 39px;
  height: 61px;
  background: url(/camp/numberless-aurora/lp2_02_assets/img/mv_bg02.png) 50% 0% no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-mv__popup:before, .p-mv__popup:after {
    width: 15px;
    height: 47px;
    background-image: url(/camp/numberless-aurora/lp2_02_assets/img/mv_bg02_sp.png);
  }
}

.p-mv__popup:after {
  transform: rotateY(180deg);
}

@keyframes float {
  0% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes float_sp {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}

.p-cvbutton {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-cvbutton {
    flex-direction: column;
    gap: 16px 0;
  }
}

.p-cvbutton__item {
  position: relative;
  border-radius: 10px;
  width: 48%;
  height: 75px;
  border: 2px solid #695AD2;
  background-color: #695AD2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  box-shadow: 0 4px 0 #bcbcbe;
  cursor: pointer;
}

.p-cvbutton.index3 .p-cvbutton__item {
  height: 75px;
  line-height: 1.2;
}

.p-cvbutton__item.is-disable {
  cursor: default;
  pointer-events: none;
  border-color: #aaaaaa;
  background: #aaaaaa;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .p-cvbutton__item,
  .p-cvbutton.index3 .p-cvbutton__item {
    height: 60px;
    box-shadow: 0 3px 0 #bcbcbe;
  }
}

.p-cvbutton__item:after {
  position: absolute;
  z-index: 2;
  top: calc(50% - 6px);
  right: 25px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  transition: ease all 0.3s;
}

.p-cvbutton.index3 .p-cvbutton__item:after {
  right: 17px;
}

@media screen and (max-width: 767px) {
  .p-cvbutton__item:after {
    top: calc(50% - 5px);
    right: 15px;
    width: 10px;
    height: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-cvbutton__item {
    transition: ease all 0.5s;
  }
  .p-cvbutton__item:hover {
    transform: translateY(4px);
    box-shadow: 0 0 0 #bcbcbe;
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-cvbutton__item {
    border-radius: 5px;
    width: 100%;
    height: 60px;
    line-height: 1.4;
  }
}

.p-cvbutton__item.is-type02 {
  background-color: #fff;
  border-color: #695AD2;
  color: #695AD2;
}

.p-cvbutton__item.is-type02:after {
  border-top-color: #695AD2 !important;
  border-right-color: #695AD2 !important;
}

.p-cvbutton__item.is-type01:after {
  border-top-color: #fff !important;
  border-right-color: #fff !important;
}

.p-cvbutton.index3 .p-cvbutton__item.is-type02 {
  background-color: #ffdc80;
  border-color: #ffdc80;
  color: #000;
  padding-right: 5px;
}

.p-cvbutton.index3 .p-cvbutton__item.is-type02:after {
  border-top-color: #000 !important;
  border-right-color: #000 !important;
}

.p-cvbutton__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0 15px;
  letter-spacing: 0.2em;
}

.p-cvbutton__subtitle > span {
  flex-shrink: 0;
}

.p-cvbutton__subtitle:before, .p-cvbutton__subtitle:after {
  position: relative;
  content: "";
  flex-shrink: 0;
  display: block;
  height: 16px;
  width: 1px;
  background-color: #fff;
}

.p-cvbutton__subtitle:before {
  transform: skewX(25deg);
}

.p-cvbutton__subtitle:after {
  transform: skewX(-25deg);
}

@media screen and (max-width: 767px) {
  .p-cvbutton__subtitle {
    font-size: 1.4rem;
  }
}

.p-cvbutton__title {
  font-size: 2.2rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-cvbutton__title {
    font-size: 1.8rem;
  }
}

.gold .p-campaign {
  background-color: #FFF4DA;
}

.p-campaign {
  padding: 60px 0 100px;
  background: #FFE4EA;
}

@media screen and (max-width: 767px) {
  .p-campaign {
    padding: 30px 0 35px;
  }
}

.p-campaign__headline {
  margin: 65px 0 40px;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-campaign__headline {
    margin: 25px 0 20px;
  }
}

.p-campaign__headline span {
  margin-top: 15px;
  display: block;
  font-weight: 500;
  font-size: 3.8rem;
}

@media screen and (max-width: 767px) {
  .p-campaign__headline span {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-campaign__headline img {
    width: 42.66667vw;
  }
}

.p-campaign__moreheadline {
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 12px 15px;
  background-color: #fff;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  font-feature-settings: "palt";
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .p-campaign__moreheadline {
    margin-top: 45px;
    margin-bottom: 45px;
    font-size: 2.1rem;
  }
}

.p-campaign__moreheadline:before, .p-campaign__moreheadline:after {
  display: inline-block;
  margin: 0 10px;
  content: "/";
}

.p-campaign__moreheadline:before {
  transform: rotateY(180deg);
}

.p-campaign-box {
  border-radius: 18px;
  border: 2px solid #34343A;
  padding: 60px 67px;
  background-color: #fff;
}
.p-campaign__term {
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-campaign-box {
    border-width: 2px;
    border-radius: 8px;
    padding: 6.66667vw 6vw;
  }
  .p-campaign__term {
    font-size: 1.2rem;
  }
}
.campaign-goldfree {
  text-align: center;
  width: fit-content;
  margin: 40px auto;
}
.campaign-goldfree-title {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}
.campaign-goldfree-title span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.campaign-goldfree-title span:before,
.campaign-goldfree-title span:after {
  content: "";
  display: block;
  margin: 0 15px;
  width: 3px;
  height: 2.3rem;
  background-color: #222222;
}
.campaign-goldfree-title span:before {
  transform: rotate(-30deg);
}
.campaign-goldfree-title span:after {
  transform: rotate(30deg);
}
.campaign-goldfree .campaign_content_past {
  text-align: left;
}
.campaign-goldfree .p-campaign-box__center {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .campaign-goldfree {
    margin: 30px auto;
  }
  .campaign-goldfree img {
    width: 100%;
  }
  .campaign-goldfree-title {
    font-size: 1.7rem;
  }
  .campaign-goldfree-title span:before,
  .campaign-goldfree-title span:after {
    margin: 0 10px;
    width: 2px;
    height: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .campaign-goldfree .campaign_content_past {
    padding-left: 0;
  }
}
.p-campaign-box__figure {
  margin: 0 auto 24px;
  width: -webkit-fit-content;
  width: fit-content;
  text-align: center;
}

.p-campaign-box__figure .c-paragraph {
  text-align: left;
}

.p-campaign-box__plus {
  position: relative;
  display: block;
  margin: 15px 0 -20px;
}

.p-campaign-box__plus:after {
  content: "";
  margin: 0 auto;
  display: block;
  background: url(/camp/numberless-aurora/lp2_02_assets/img/com_plus.svg) 50% 0% no-repeat;
  background-size: contain;
  width: 55px;
  height: 55px;
}

.gold .p-campaign-box__plus:after {
  background: url(/camp/numberless-aurora/lp2_02_assets/img/com_plus-gold.svg) 50% 0% no-repeat;
}

.p-campaign-box__aside {
  border-top: 2px solid #34343A;
  margin: 40px -67px 0;
  padding: 50px 67px 0;
}

@media screen and (max-width: 767px) {
  .p-campaign-box__aside {
    border-top-width: 2px;
    margin: 20px -6vw 0;
    padding: 20px 6vw 0;
  }
}

.p-campaign-box__special {
  position: relative;
  margin: 60px -67px 45px;
  border-top: 2px solid #34343A;
}

@media screen and (max-width: 767px) {
  .p-campaign-box__special {
    border: none;
    margin: 40px 0 15px;
  }
}

.p-campaign-box__special span {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  font-size: 2.2rem;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .p-campaign-box__special span {
    padding: 2px;
    width: 136px;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    border-radius: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-campaign-box__special span {
    display: block;
    font-size: 1.8rem;
  }
}

.p-campaign-box__center {
  margin: 20px auto;
  max-width: 728px;
  text-align: center;
}

.p-campaign-box__popup {
  margin: 0 0 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  gap: 0 15px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .p-campaign-box__popup {
    margin: 0 0 15px;
    font-size: 1.5rem;
  }
}

.p-campaign-box__popup em {
  font-size: 3.5rem;
}

@media screen and (max-width: 767px) {
  .p-campaign-box__popup em {
    font-size: 2.5rem;
  }
}

.p-campaign-box__popup > span {
  flex-shrink: 0;
}

.p-campaign-box__popup:before, .p-campaign-box__popup:after {
  position: relative;
  content: "";
  flex-shrink: 0;
  display: block;
  height: 20px;
  width: 2px;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .p-campaign-box__popup:before, .p-campaign-box__popup:after {
    width: 1px;
    height: 15px;
  }
}

.p-campaign-box__popup:before {
  transform: skewX(25deg);
}

.p-campaign-box__popup:after {
  transform: skewX(-25deg);
}

.p-campaign-step__item {
  margin-top: 10px;
  padding: 10px 25px;
  min-height: 64px;
  display: flex;
  align-items: center;
  background-color: #FFF4F7;
}

@media screen and (max-width: 767px) {
  .p-campaign-step__item {
    align-items: flex-start;
    padding: 10px 15px;
  }
}

.p-campaign-step__count {
  margin-right: 35px;
  flex-shrink: 0;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  color: #FF748A;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-campaign-step__count {
    padding-top: 5px;
    margin-right: 14px;
  }
}

.p-campaign-step__count .c-sub {
  display: block;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-campaign-step__count .c-sub {
    font-size: 1.2rem;
  }
}

.p-campaign-step__count .c-main {
  margin-top: 0.1em;
  display: block;
  font-weight: 500;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .p-campaign-step__count .c-main {
    font-size: 2.0rem;
  }
}

.p-campaign-step__detail {
  flex-grow: 1;
}

.p-campaign-step__text {
  font-size: 1.8rem;
  line-height: 1.444;
}

@media screen and (max-width: 767px) {
  .p-campaign-step__text {
    font-size: 1.4rem;
  }
}

.p-reason-header {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .p-reason-header {
    padding: 90px 0 75px;
    background: url(/camp/numberless-aurora/lp2_02_assets/img/reason_bg01.jpg) 50% 0 no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-header {
    padding: 40px 0 20px;
    background: url(/camp/numberless-aurora/lp2_02_assets/img/reason_bg01_sp.jpg) 50% 0 no-repeat;
    background-size: 100% auto;
  }
}

.p-reason-header__subtitle {
  padding-bottom: 35px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  background: url(/camp/numberless-aurora/lp2_02_assets/img/reason_bg03.svg) 50% 100% no-repeat;
}

@media screen and (max-width: 767px) {
  .p-reason-header__subtitle {
    border-top: 1px solid #000;
    margin: 0 auto 10px;
    width: -webkit-fit-content;
    width: fit-content;
    padding: 10px 10px 20px;
    line-height: 1.5;
    background: url(/camp/numberless-aurora/lp2_02_assets/img/reason_bg03_sp.png) 50% 100% no-repeat;
    background-size: 220px auto;
    font-size: 2.0rem;
  }
}

.p-reason-header__maintitle {
  font-size: 4.9rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-reason-header__maintitle {
    font-size: 2.7rem;
  }
}

@media print, screen and (min-width: 768px) {
  .p-reason-header-anc {
    display: flex;
    margin: 30px 0 0;
    border-left: 2px dotted #B2B9D7;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-header-anc {
    margin: 35px 0 0;
    padding: 0 4vw;
  }
}

@media print, screen and (min-width: 768px) {
  .p-reason-header-anc__item {
    border-right: 2px dotted #B2B9D7;
    padding: 25px 0 40px;
    width: 33.3333%;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-header-anc__item {
    position: relative;
    display: block;
    width: auto;
    padding: 20px 0 20px 75px;
    text-align: left;
  }
  .p-reason-header-anc__item:first-child {
    margin-top: -20px;
  }
  .p-reason-header-anc__item:nth-child(n+2) {
    border-top: 2px dotted #B2B9D7;
  }
}

.p-reason-header-anc__num {
  margin: 0 0 30px;
  font-size: 5.9rem;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  color: #FF748A;
}

@media screen and (max-width: 767px) {
  .p-reason-header-anc__num {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 5px;
    font-size: 4.9rem;
    transform: translateY(-50%);
  }
}

.p-reason-header-anc__label {
  font-size: 2.2rem;
  line-height: 1.727;
  font-weight: 500;
  letter-spacing: 0.075em;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-reason-header-anc__label {
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-header-anc__label {
    line-height: 1.5;
    font-size: 1.5rem;
    font-feature-settings: "palt";
  }
}

@media print, screen and (min-width: 768px) {
  .p-reason-section {
    margin-top: 100px;
    padding-top: 56px;
    background: url(/camp/numberless-aurora/lp2_02_assets/img/reason_bg02.jpg) 50% 0 no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-section {
    margin-top: 70px;
    padding-top: 25px;
    background: url(/camp/numberless-aurora/lp2_02_assets/img/reason_bg02_sp.jpg) 50% 0 no-repeat;
    background-size: 100% auto;
  }
}

.p-reason-section__eyecatch {
  text-align: center;
}

.p-reason-section__eyecatch__sub {
  font-size: 2.5rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-reason-section__eyecatch__sub {
    font-size: 1.4rem;
  }
}

.p-reason-section__eyecatch__main {
  line-height: 1;
  font-size: 10rem;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  color: #FF748A;
}

@media screen and (max-width: 767px) {
  .p-reason-section__eyecatch__main {
    font-size: 4.5rem;
  }
}

.p-reason-section__title-wrap {
  margin: 0 0 80px;
}

@media screen and (max-width: 767px) {
  .p-reason-section__title-wrap {
    margin: 5px 0 15px;
  }
}

.p-reason-section__title {
  font-size: 4.8rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-reason-section__title {
    margin: 0 0 5px;
    font-size: 2.5rem;
    line-height: 1.48;
  }
}

.p-reason-section__lead {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-reason-section__lead {
    font-size: 1.7rem;
  }
}

.p-reason-box,
.p-rankup-box {
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #000;
  padding: 30px 0 60px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-reason-box {
    padding: 20px 0 30px;
    border-radius: 8px;
  }
}

.p-reason-box__header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  background-color: #FFEAEE;
  text-align: center;
}

.gold .p-reason-box__header {
background-color: #FFF4DA;
}

.p-reason-box__header.is-blue {
  background-color: #DFF3F2;
}

.gold.p-touch .p-reason-box__header {
  background-color: #FFE3D9;
}

@media screen and (max-width: 767px) {
  .p-reason-box__header.is-blue {
    padding: 15px;
  }
}

.p-reason-box__header.is-stripe {
  padding: 30px 10px;
  font-weight: 600;
  background: #fff url(/camp/numberless-aurora/lp2_02_assets/img/com_bg01.png) 0 0 no-repeat;
  background-size: 1000px auto;
}

.gold .p-reason-box__header.is-stripe {
  background: #fff url(/camp/numberless-aurora/lp2_02_assets/img/com_bg01-03.png) 0 0 no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-reason-box__header.is-stripe {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-box__header.is-stripe {
    padding: 15px;
    min-height: 100px;
  }
}

.p-reason-box__header.is-stripe .p-reason-box__header__maintext {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .p-reason-box__header.is-stripe .p-reason-box__header__maintext {
    font-size: 1.8rem;
  }
}

.p-reason-box__header--wide {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-reason-box__header--wide {
    margin-bottom: 20px;
  }
}

.p-reason-box__header__subtext {
  font-size: 2.3rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-reason-box__header__subtext {
    font-size: 1.6rem;
  }
}

.p-reason-box__header__maintext {
  font-size: 2.6rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-reason-box__header__maintext {
    font-size: 1.8rem;
    line-height: 1.348;
  }
}

.p-reason-box__header__maintext.is-large {
  font-size: 3.3rem;
}

@media screen and (max-width: 767px) {
  .p-reason-box__header__maintext.is-large {
    font-size: 2.0rem;
  }
}

.p-reason-box__body {
  padding: 0 7.5%;
}

@media screen and (max-width: 767px) {
  .p-reason-box__body {
    padding: 0 6vw;
  }
}

.p-reason-layout01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  gap: 40px 2.8%;
}

@media screen and (max-width: 767px) {
  .p-reason-layout01 {
    margin-top: 25px;
    flex-direction: column;
    gap: 14px 0;
  }
}

.p-reason-layout01 .p-reason-box {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .p-reason-layout01 .p-reason-box {
    padding-bottom: 35px;
    width: 31.3%;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-layout01 .p-reason-box {
    padding-top: 10px;
    padding-bottom: 15px;
    width: 100%;
  }
}

.p-reason-layout01 .p-reason-box.is-item01 .p-reason-box__figure {
  width: 42.49201%;
}

.p-reason-layout01 .p-reason-box.is-item02 .p-reason-box__figure {
  width: 44.72843%;
  transform: translateX(15%);
}

.p-reason-layout01 .p-reason-box.is-item03 .p-reason-box__figure {
  width: 69.64856%;
}

.p-reason-layout01 .p-reason-box.is-item04 .p-reason-box__figure {
  width: 52.39617%;
}

.p-reason-layout01 .p-reason-box.is-item05 .p-reason-box__figure {
  width: 59.42492%;
}

@media print, screen and (min-width: 768px) {
  .p-reason-layout01 .p-reason-box__header {
    min-height: 116px;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-layout01 .p-reason-box__header {
    min-height: 65px;
  }
}

.p-reason-layout01 .p-reason-box__header__label {
  font-size: 2rem;
  line-height: 1.55;
  font-weight: 500;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-reason-layout01 .p-reason-box__header__label {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-layout01 .p-reason-box__header__label {
    font-size: 1.6rem;
  }
}

.p-reason-layout01 .p-reason-box__figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 190px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-reason-layout01 .p-reason-box__figure {
    margin-bottom: 10px;
    height: auto;
    min-height: 24vw;
  }
}

.p-reason-layout01 .p-reason-box__header__note {
  width: 100%;
  padding: 0 15px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .p-reason-layout01 .p-reason-box__header__note {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-layout01 .p-reason-box__header__note {
    margin-top: 5px;
    margin-bottom: -5px;
    font-size: 1.1rem;
    text-align: center;
  }
}

.p-reason-layout02 {
  text-align: center;
}

.p-reason-layout02 .c-text {
  margin: 0 0 25px;
  font-weight: 500;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-reason-layout02 .c-text {
    margin: 0 0 17px;
    font-size: 1.4rem;
  }
}

.p-reason-layout02 .c-figure {
  text-align: center;
}

.p-reason-layout03 {
  margin: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .p-reason-layout03 {
    margin: 45px 0 0;
  }
}

.p-reason-layout03 .c-figure {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-reason-layout03 .c-figure {
    margin-top: 30px;
  }
}

.p-reason-layout03 .c-popup__label {
  font-size: 2rem;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-reason-layout03 .c-popup__label {
    font-size: 1.7rem;
  }
}

.p-reason-layout03 .c-button-black {
  margin-top: 70px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-reason-layout03 .c-button-black {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

.p-reason-headline-v1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 70px 0 25px;
  gap: 0 24px;
}

@media screen and (max-width: 767px) {
  .p-reason-headline-v1 {
    margin: 50px 0 20px;
    gap: 0 15px;
  }
}

.p-reason-headline-v1__icon {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-reason-headline-v1__icon {
    width: 14.93333vw;
  }
  .p-reason-headline-v1__icon.is-item02 {
    width: 14.13333vw;
  }
  .p-reason-headline-v1__icon.is-item03 {
    width: 10.66667vw;
  }
}

.p-reason-headline-v1__label {
  font-size: 2.6rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-reason-headline-v1__label {
    line-height: 1.4783;
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-example {
    margin-top: -20px;
  }
}

.p-reason-example__item {
  border-bottom: 2px dotted #878787;
  display: flex;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .p-reason-example__item {
    border-bottom: 1px solid #878787;
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .p-reason-example__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.p-reason-example__image {
  flex-shrink: 0;
  width: 22.35294%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-reason-example__image {
    width: 37%;
  }
  .p-reason-example__image.is-item01 img {
    width: 12.26667vw;
  }
  .p-reason-example__image.is-item02 img {
    width: 18.66667vw;
  }
  .p-reason-example__image.is-item03 img {
    width: 19.73333vw;
  }
  .p-reason-example__image.is-item04 img {
    width: 18.66667vw;
  }
  .p-reason-example__image.is-item05 img {
    width: 12.26667vw;
  }
}

.p-reason-example__detail {
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .p-reason-example__detail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

.p-reason-example__detail .c-paragraph {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-reason-example__detail .c-paragraph {
    margin-top: 0;
    width: 63%;
  }
}

.p-reason-example__title {
  position: relative;
  padding-left: 50px;
  font-weight: 500;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .p-reason-example__title {
    margin: 0 0 15px;
    padding-left: 40px;
    font-size: 2rem;
    line-height: 1.425;
  }
  .p-reason-example__title .c-sub {
    font-size: 1.6rem;
  }
}

.p-reason-example__title:after {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 0;
  display: block;
  content: "";
  width: 37px;
  height: 26px;
  display: block;
  background: url(/camp/numberless-aurora/lp2_02_assets/img/icon_check.svg) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-reason-example__title:after {
    width: 31px;
    height: 22px;
    top: calc(50% - 11px);
  }
}

.p-reason-lead-v2 {
  margin: 0 0 15px;
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .p-reason-lead-v2 {
    font-size: 1.9rem;
    line-height: 1.421;
  }
}

.p-reason-box__header__layout {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-reason-box__header__layout__logo {
  margin-right: 26px;
}

@media screen and (max-width: 767px) {
  .p-reason-box__header__layout__logo {
    margin-right: 14px;
    width: 56px;
  }
}

.p-reason-box__header__layout__detail {
  text-align: left;
  line-height: 1.4;
}

.p-reason-olist {
  border-top: 2px dotted #878787;
  margin: 35px 0 25px;
}

@media screen and (max-width: 767px) {
  .p-reason-olist {
    border-top: 1px solid #878787;
    margin: 15px 0 25px;
  }
}

.p-reason-olist__item {
  border-bottom: 2px dotted #878787;
  padding: 20px 15px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-reason-olist__item {
    border-bottom: 1px solid #878787;
    padding: 13px 0;
  }
}

.p-reason-olist__num {
  flex-shrink: 0;
  margin-right: 24px;
  width: 100px;
  text-align: right;
  line-height: 1;
  font-size: 2.8rem;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  color: #FF748A;
}

@media screen and (max-width: 767px) {
  .p-reason-olist__num {
    margin-right: 0;
    width: 60px;
    font-size: 3.2rem;
    text-align: center;
  }
}

.p-reason-olist__detail {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-reason-olist__detail {
    font-size: 1.4rem;
  }
}

.p-reason-carddesign {
  text-align: center;
}

.p-reason-figure-smart {
  margin: 0 -3px;
}

.p-reason-app-title {
  margin: 50px 0 40px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-reason-app-title {
    margin: 25px 0;
    font-size: 1.8rem;
  }
}

.p-reason-app {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-reason-app {
    display: block;
  }
}

.p-reason-app__image {
  flex-shrink: 0;
  margin-right: 66px;
  display: flex;
  justify-content: space-between;
  width: 290px;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .p-reason-app__image {
    margin: 0 auto 20px;
    width: 206px;
  }
}

.p-reason-app__image__item {
  text-align: center;
}

.p-reason-app__image__item.is-item01 {
  width: 139px;
}

@media screen and (max-width: 767px) {
  .p-reason-app__image__item.is-item01 {
    width: 98px;
  }
}

.p-reason-app__image__item.is-item02 {
  width: 117px;
}

@media screen and (max-width: 767px) {
  .p-reason-app__image__item.is-item02 {
    width: 83px;
  }
}

.p-reason-app__image__item.is-item03 {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-reason-app__image__item.is-item03 {
    width: 83px;
  }
}

.p-reason-app__image__notice {
  margin-top: 1em;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .p-reason-app__image__notice {
    font-size: 1.0rem;
  }
}

.p-reason-app__detail {
  flex-grow: 1;
}

.p-reason-touch {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-reason-touch {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .p-reason-touch__image {
    flex-shrink: 0;
    margin-right: 66px;
    width: 252px;
    text-align: center;
  }
  .p-reason-touch__image img {
    max-width: 189px;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-touch__image {
    margin: 0 auto 20px;
    width: 26.93333vw;
  }
}

.p-reason-touch__detail {
  flex-grow: 1;
}

@media print, screen and (min-width: 768px) {
  .p-vpass-slider {
    display: flex;
    margin: 0 -75px;
  }
}

@media screen and (max-width: 767px) {
  .p-vpass-slider {
    margin-bottom: 30px;
  }
}

.p-vpass-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 12px);
  z-index: 10;
  width: 22px;
  height: 22px;
  overflow: hidden;
  text-indent: 9999px;
  background: url(/camp/numberless-aurora/lp2_02_assets/img/com_arw.png) 50% 50% no-repeat;
  background-size: contain;
}

.p-vpass-slider .slick-prev {
  left: 0;
  transform: rotate(180deg);
}

.p-vpass-slider .slick-next {
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .p-vpass-slider__item {
    width: 33.3333%;
    padding: 15px 30px;
  }
  .p-vpass-slider__item .c-paragraph {
    font-size: 1.4rem;
  }
  .p-vpass-slider__item:nth-child(n+2) {
    border-left: 2px dotted #878787;
  }
}

.p-vpass-slider__lead {
  margin: 0 0 30px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.666;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-vpass-slider__lead {
    font-size: 1.9rem;
  }
}

.p-vpass-slider__image {
  margin: 0 auto 20px;
  max-width: 173px;
}

@media screen and (max-width: 767px) {
  .p-vpass-slider__image {
    width: 48vw;
  }
}

.p-csr__box {
  margin-top: 70px;
  padding: 50px 70px 30px;
  border-radius: 15px;
  background: url(/camp/numberless-aurora/lp2_02_assets/img/csr_bg01.jpg) 50% 50% no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-csr__box {
    margin-top: 70px;
    padding: 20px 20px 20px;
  }
}

.p-csr__headline-v1 {
  margin: 0 auto 60px;
  max-width: 816px;
}

@media screen and (max-width: 767px) {
  .p-csr__headline-v1 {
    margin: 0 auto 40px;
    max-width: 260px;
  }
}

.p-csr__layout {
  display: flex;
  margin: 0 -70px;
}

@media screen and (max-width: 767px) {
  .p-csr__layout {
    margin: 0;
    display: block;
  }
}

.p-csr__layout__grid {
  width: 50%;
  padding: 10px 6%;
}

@media screen and (max-width: 767px) {
  .p-csr__layout__grid {
    padding: 10px 0;
    width: auto;
  }
}

.p-csr__layout__grid:nth-child(2) {
  border-left: 2px dotted #fff;
}

@media screen and (max-width: 767px) {
  .p-csr__layout__grid:nth-child(2) {
    border-top: 2px dotted #fff;
    border-left: none;
    margin-top: 25px;
    padding-top: 25px;
  }
}

.p-csr__headline-v2 {
  font-size: 2.5rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-csr__headline-v2 {
    margin: 0 0 15px;
    font-size: 2.0rem;
  }
}

.p-csr__image {
  margin: 5px auto 0;
  max-width: 150px;
}

@media screen and (max-width: 767px) {
  .p-csr__image {
    flex-shrink: 0;
    width: 75px;
  }
}

@media screen and (max-width: 767px) {
  .p-csr__flex--sp {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 0 15px;
  }
  .p-csr__flex--sp .c-paragraph {
    margin-top: 0;
  }
}

.p-flow {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .p-flow {
    margin-top: 14.66667vw;
  }
}

.p-flow__headline {
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-flow__headline {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

.p-flow-tab {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-flow-tab {
    margin-top: 20px;
  }
}

.p-flow-tab-header {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 820px;
}

@media screen and (max-width: 767px) {
  .p-flow-tab-header {
    margin: 0 5.86667vw;
    padding: 0 !important;
  }
}

.p-flow-tab-header__item {
  position: relative;
  width: 48.78049%;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  border: 1px solid #34343A;
  border-bottom: none;
  color: #34343A;
  cursor: pointer;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-flow-tab-header__item {
    border-radius: 8px 8px 0 0;
    padding: 15px 10px;
  }
}

.p-flow-tab-header__item.is-active,
.p-tab-headline a.is-active {
  pointer-events: none;
}

.p-flow-tab-header__item.is-active, .p-flow-tab-header__item:hover {
  color: #fff;
  background-color: #34343A;
}

.p-flow-tab-header__main {
  font-size: 2.6rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-flow-tab-header__main {
    font-size: 1.7rem;
  }
}

.p-flow-tab-panel {
  display: none;
  padding: 60px 0 75px;
  border-top: 2px solid #000;
  background-color: #FFF4F7;
}
.gold .p-flow-tab-panel {
  background-color: #FFF4DA;
}

.p-tab-panel {
	display: none;
	border-top: 2px solid #000;
}

@media screen and (max-width: 767px) {
  .p-flow-tab-panel {
    border-top-width: 1px;
    padding: 30px 0 40px;
  }
}

.p-flow-tab-panel.is-active,
.p-tab-panel.is-active {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-flow-tab-panel .c-freelist {
    font-size: 1.1rem;
  }
}

.c-popup {
  margin: 0 0 40px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-popup {
    margin: 0 0 5.33333vw;
  }
}

.c-popup__label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 48px;
  border-radius: 50px;
  background-color: #FF8199;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
}

.gold.p-flow-tab-panel .c-popup__label {
	background-color: #FFA235;
}

@media screen and (max-width: 767px) {
  .c-popup__label {
    width: 230px;
    height: 36px;
    font-size: 1.7rem;
  }
}

.c-popup__label:after {
  position: absolute;
  z-index: 2;
  left: calc(50% - 16px);
  top: 100%;
  display: block;
  content: "";
  border: 16px solid transparent;
  border-top-color: #FF8199;
  transform: scaleX(0.6);
}

.gold.p-flow-tab-panel .c-popup__label:after {
	  border-top-color: #FFA235;
}

@media screen and (max-width: 767px) {
  .c-popup__label:after {
    left: calc(50% - 12px);
    border-width: 12px;
  }
}

.p-flow-lead {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-flow-lead {
    font-size: 1.7rem;
  }
}

.p-flow-list {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .p-flow-list {
    margin-top: 15px;
  }
}

.p-flow-list__item {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 64px;
  margin-bottom: 32px;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 5px 22px;
  padding-left: 95px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-flow-list__item {
    min-height: 55px;
    margin-bottom: 28px;
    padding: 5px 15px;
    padding-left: 57.5px;
    border-radius: 8px;
  }
}

.p-flow-list__item:not(:last-child):after {
  position: absolute;
  z-index: 2;
  left: calc(50% - 18px);
  top: calc(100% + 8px);
  display: block;
  content: "";
  border: 18px solid transparent;
  border-top-color: #FF8199;
  transform: scaleX(0.6);
}

.gold .p-flow-list__item:not(:last-child):after {
	  border-top-color: #FFA235;
}

@media screen and (max-width: 767px) {
  .p-flow-list__item:not(:last-child):after {
    left: calc(50% - 15px);
    border-width: 15px;
  }
}

.p-flow-list__label {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 22px;
  padding-top: 4px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  color: #FF8199;
  transform: translateY(-50%);
}

.gold .p-flow-list__label {
  color: #FFA235;
}

@media screen and (max-width: 767px) {
  .p-flow-list__label {
    font-size: 2.1rem;
  }
}

.p-flow-list__text {
  font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
  .p-flow-list__text {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-flow-list__text small {
  font-size: 1.2rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-flow-list__text small {
    font-size: 1.1rem;
  }
}

.p-support {
  padding-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .p-support {
    padding-bottom: 40px;
  }
}

.p-support__headline {
  margin: 0 0 52px;
  padding: 18px;
  background-color: #C1C4E2;
  font-weight: 400;
  font-size: 3rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-support__headline {
    margin: 0 0 15px;
    font-size: 2rem;
  }
}

.p-support__lead {
  margin-bottom: 25px;
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .p-support__lead {
    font-size: 1.7rem;
  }
}

.p-support-visual {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-support-visual {
    margin: 0 auto;
    max-width: 85.33333vw;
  }
}

.p-support-table {
  margin: 40px 0 30px;
}

@media screen and (max-width: 767px) {
  .p-support-table {
    margin: 20px 0 20px;
    font-size: 1.2rem;
  }
}

.p-support-table table {
  width: 100%;
}

.p-support-table th, .p-support-table td {
  padding: 15px 25px;
  background-color: #ECEDF6;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .p-support-table th, .p-support-table td {
    padding: 10px;
  }
}

.p-support-table th > :first-child, .p-support-table td > :first-child {
  margin-top: 0 !important;
}

.p-support-table th {
  border-right: 2px solid #fff;
  font-weight: 400;
  width: 20%;
}

@media screen and (max-width: 767px) {
  .p-support-table th {
    width: 30%;
  }
}

.p-support-table .c-notelist {
  margin-top: 0.4em;
}

@media screen and (max-width: 767px) {
  .p-support-table .c-notelist {
    font-size: 1.1rem;
  }
}

.p-support-checklist {
  margin-top: 60px;
  padding: 0 30px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-support-checklist {
    margin: 40px 15px 0;
    padding: 0;
  }
}

.p-support-checklist li {
  position: relative;
  padding-left: 56px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .p-support-checklist li {
    padding-left: 32px;
  }
}

@media screen and (max-width: 767px) {
  .p-support-checklist li {
    font-size: 1.4rem;
  }
}

.p-support-checklist li:nth-child(n+2) {
  margin-top: 20px;
}

.p-support-checklist li small {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-support-checklist li small {
    margin-top: 0.5em;
    display: block;
    font-size: 1.2rem;
  }
}

.p-support-checklist li:after {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 0;
  display: block;
  content: "";
  width: 37px;
  height: 26px;
  display: block;
  background: url(/camp/numberless-aurora/lp2_02_assets/img/icon_check.svg) 0 0 no-repeat;
  background-size: contain;
}

.gold .p-support-checklist li:after {
  background: url(/camp/numberless-aurora/lp2_02_assets/img/icon_check-gold.svg) 0 0 no-repeat;
}

@media screen and (max-width: 767px) {
  .p-support-checklist li:after {
    top: 6px;
    width: 18px;
    height: 13px;
  }
}

.c-button-black {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-button-black {
    margin-top: 20px;
  }
}

.c-button-black.is-cv a {
  border-color: #695AD2;
  color: #695AD2;
}

.c-button-black.is-cv a:after {
  border-top-color: #695AD2;
  border-right-color: #695AD2;
}

.c-button-black a {
  position: relative;
  min-height: 47px;
  padding: 5px 34px;
  min-width: 282px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c-button-black a {
    min-width: 218px;
    width: -webkit-fit-content;
    width: fit-content;
    max-width: 100%;
    min-height: 40px;
    font-size: 1.5rem;
  }
}

.c-button-black a:after {
  position: absolute;
  z-index: 2;
  top: calc(50% - 6px);
  right: 20px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: inline-block;
  transition: ease all 0.3s;
}

@media screen and (max-width: 767px) {
  .c-button-black a:after {
    top: calc(50% - 5px);
    right: 15px;
    width: 10px;
    height: 10px;
  }
}

.c-button-black.is-anchor a:after {
  top: calc(50% - 7px);
  transform: rotate(135deg);
}

.c-button-black--large {
  margin: 40px 0 85px;
}

@media screen and (max-width: 767px) {
  .c-button-black--large {
    margin: 30px 0 45px;
  }
}

.c-button-black--large a {
  width: 380px;
  height: 58px;
  font-size: 2.3rem;
}

@media screen and (max-width: 767px) {
  .c-button-black--large a {
    max-width: 305px;
    height: 47px;
    font-size: 1.8rem;
  }
}

.c-button-black--large a:after {
  right: 25px;
}

.p-fix {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  height: 95px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding-top: 13px;
}

@media screen and (max-width: 767px) {
  .p-fix {
    padding-top: 8px;
    height: 83px;
  }
}

.p-fix .p-cvbutton {
  justify-content: center;
}

.p-fix .p-cvbutton__item {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .p-fix .p-cvbutton__item {
    height: 65px;
    width: 49.5%;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-fix .p-cvbutton__subtitle {
    margin-bottom: 3px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-fix .p-cvbutton__title {
    font-size: 1.6rem;
  }
}

.p-fix .pagetop {
  position: absolute;
  bottom: 100px;
  right: 2%;
}

.p-fix .pagetop a {
  display: block;
  background: #999999;
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  float: right;
  text-align: center;
  position: relative;
  transition: 0.2s;
  border-radius: 50%;
  opacity: 0.5;
}

.p-fix .pagetop a:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 20px;
  background: #ffffff;
  width: 16.5px;
  height: 16.5px;
  transform: rotate(45deg);
  transform-origin: 0 0;
}

.p-fix .pagetop a:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 20px;
  background: #999999;
  width: 16.5px;
  height: 16.5px;
  transform: rotate(45deg);
  transform-origin: 0 0;
}

@media screen and (max-width: 767px) {
  .p-modal {
    font-size: 1.3rem;
  }
}

.p-modal .c-notelist {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-modal .c-notelist {
    margin-top: 10px;
  }
}

.p-modal .p-cvbutton {
  display: block;
}

.p-modal .p-cvbutton {
  margin-top: 30px;
}

.p-modal__section02-1 .p-cvbutton,
.p-modal__section02-2 .p-cvbutton {
	margin-top: 10px;
}

.p-modal .p-cvbutton__item {
  margin: 0 auto 17px;
  width: 385px;
  max-width: 100%;
}

.p-modal__headline {
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-modal__headline {
    margin-bottom: 10px;
  }
}

.p-modal__headline__main {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-modal__headline__main {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}

.p-modal__lead {
  margin: 0 0 45px;
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-modal__lead {
    margin: 0 0 30px;
    font-size: 1.3rem;
  }
}

.p-modal__sokuji img{
	display:block;
	margin: 0 auto;
}

.p-modal__time {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-modal__time {
    font-size: 1.3rem;
  }
}

.p-modal__scrollbox {
  overflow-y: auto;
  border: 1px solid #4D4D4D;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 20px;
  height: 270px;
}

@media screen and (max-width: 767px) {
  .p-modal__scrollbox {
    padding: 20px 15px;
  }
}

.p-modal__scrollbox > :first-child {
  margin-top: 0 !important;
}

.p-modal__scrollbox p {
  margin-top: 1em;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-modal__scrollbox p {
    font-size: 1.3rem;
  }
}

.p-modal__section02,
.p-modal__section--disabled {
  display: none;
}

.modal-credit {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .modal-credit {
    display: block;
  }
}

.modal-credit__item {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .modal-credit__item {
    width: auto;
  }
  .modal-credit__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.modal-credit__item img {
  display: block;
  height: 60px;
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .modal-credit__item img {
    width: auto;
    height: 50px;
  }
}

.modal-credit__item .c-paragraph {
  font-size: 1.3rem;
  line-height: 1.6;
}

.modal-credit__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

.modal_contact__title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
}

.modal_contact__image {
  margin: 0 auto;
  max-width: 360px;
}

.modal_contact__title-v2 {
  margin: 0 0 15px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}

.modal_contact_group {
  margin: 30px 0;
}

.modal_contact_group .c-button-black a {
  max-width: 100%;
  width: 360px;
}

.modal_contact_aside {
  margin-top: 0.5em;
  text-align: center;
  font-size: 1.4rem;
}

.js-nextstep-note {
  color: #695AD2;
  display: none;
}

.js-nextstep-note.is-disable {
  display: block;
}

.modal_term {
  margin-top: 2em;
  border-radius: 10px;
  border: 1px solid #ECEDF6;
  padding: 20px 30px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .modal_term {
    margin-top: 1.5em;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 1.2rem;
  }
}

.modal_term .c-bulletlist li:before {
  top: 10px;
}

@media screen and (max-width: 767px) {
  .modal_term .c-bulletlist li:before {
    top: 8px;
  }
}

.p-footer-top {
  padding: 65px 0 55px;
  background-color: #ECEDF6;
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .p-footer-top {
    padding: 45px 0 40px;
    font-size: 1.1rem;
  }
}

.p-footer-top .c-bulletlist > li:before {
  top: 10px;
}

.p-footer-top .c-bulletlist > li:nth-child(n+2) {
  margin-top: 0.6em;
}

.p-footer-title-v1 {
  margin: 25px 0 10px;
  font-size: 1.4rem;
  font-weight: 500;
}

.p-footer-bottom {
  padding: 30px 0 50px;
}

@media screen and (max-width: 767px) {
  .p-footer-bottom {
    padding: 15px 15px;
  }
}

.p-footer-sitemap {
  text-align: center;
}

.p-footer-sitemap-item {
  font-size: 1.4rem;
}

.p-footer-sitemap-item:nth-child(n+2) {
  margin-top: 0.8em;
}

@media screen and (max-width: 767px) {
  .p-footer-sitemap-item:nth-child(n+2) {
    margin-top: 0.5em;
  }
}

.p-footer-sitemap-item a:after {
  position: relative;
  top: -3px;
  margin-left: 10px;
  content: "";
  width: 17px;
  height: 17px;
  vertical-align: middle;
  display: inline-block;
  background: url(/camp/numberless-aurora/lp2_02_assets/img/com_blank.svg) 0% 0% no-repeat;
  background-size: contain;
}

.p-footer-copyright {
  padding: 12px;
  background-color: #ECEDF6;
  color: #000000;
  text-align: center;
  font-weight: 300;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-footer-copyright {
    font-size: 1.2rem;
  }
}

.p-footer-copyright small {
  font-size: 100%;
}

.modalMovie {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99999999;
}
.modalMovie.-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modalMovie-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modalMovie-close {
  position: absolute;
  right: 10px;
  top: -32px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .modalMovie-close {
    right: 0px;
    top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .modalMovie-close svg {
    width: 20px;
    height: 20px;
  }
}
.modalMovie-close svg rect {
  fill: #fff;
}

.modalMovie-container {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .modalMovie-container {
    width: 880px;
  }
}

.modalMovie-container-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modalMovie-container-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-movie__headline {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
}
.p-movie__headline::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #000000;
  margin: 12px auto 0;
}

@media screen and (min-width: 768px) {
  .p-movie__headline {
    font-size: 3.6rem;
  }
}

.movie{
	padding: 60px 0;
}
@media screen and (max-width: 767px) {
	.movie {
	    padding: 60px 28px;
	}
}
@media screen and (min-width: 768px){
  .movie-thumb {
      width: 600px;
  }
}
.movie-thumb {
  margin: 40px auto 0;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .movie-thumb {
    margin: 20px auto 0;
    width: 100%;
    max-width: 380px;
  }
}
@media screen and (min-width: 768px) {
  .movie-thumb {
    width: 320px;
  }
}
.movie-list li {
  display: none;
}
.movie-list li.-current {
  display: block;
}

.movie h3 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .movie h3 {
    font-size: 2.4rem;
  }
}

.recommend-list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .recommend-list {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    width: 780px;
    margin: 0 auto;
  }
}
.recommend-list li {
  text-align: center;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .recommend-list li + li {
    margin-top: 40px;
  }
}
.recommend-list li > img {
  width: 240px;
}
.recommend-list h4 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #016D4F;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .recommend-list h4 {
    font-size: 1.6rem;
  }
}

.p-comparison {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-comparison {
    padding-top: 40px;
  }
}

.p-tab {
	margin-top: 80px;
}

.p-tab-headline {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 820px;
}

@media screen and (max-width: 767px) {
  .p-tab-headline {
    margin: 40px 20px 0;
    width: auto;
  }
}

.p-tab-headline a {
    width: 49%;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    font-size: 1.6rem;
}

.p-tab-headline a.is-active span {
	    padding: 25px 0;
}
.p-tab-headline a.nl {
    background-color: #DFD7F9;
}
.p-tab-headline a.gnl {
    background-color: #FFE9B5;
}

.p-tab-headline a span {
	font-size: 1.8rem;
	box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    box-sizing: border-box;
    border-bottom: none;
    display: flex;
    justify-content: center;
    padding: 15px 0;
    width: 100%;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-tab-headline a span {
    font-size: 1.4rem;
  }
}

.p-tabContents {
	border-top: 2px solid #000;
}

.p-use {
  padding-top: 50px;
  padding-bottom: 80px;
}

.p-rankup {
	padding-top: 50px;
    padding-bottom: 80px;
}

.p-use.index3 {
	padding-top: 0;
}

.p-rankup-box__body {
	padding: 55px 7% 0;
}

.p-rankup-box__body img {
	margin-bottom: 24px;
}

.p-rankup-box__header {
	font-size: 3.8rem;
    font-weight: 600;
    text-align: center;
}

.p-rankup-headline {
    background-color: #FFE4EA;
    padding: 0px 7% 20px;
    margin: 30px 0 0 0;
}

.p-rankup-box__header__subtext {
  font-size: 2.3rem;
  font-weight: 500;
}

.p-rankup-box__header .subtext {
  font-size: 2.3rem;
  font-weight: 500;
}

.p-rankup p {
	text-align: left;
	font-size: 16px;
    line-height: 2;
}

@media screen and (max-width: 767px) {
	.p-rankup-box__header {
		font-size: 2.0rem;
	}
	.p-rankup-box__header .subtext {
		font-size: 1.6rem;
	}
	.p-rankup .c-notelist {
		width: auto;
	}
	.p-rankup-box__header img {
		padding: 7%;
	}
}

@media screen and (max-width: 767px) {
  .p-use {
    padding-top: 35px;
    padding-bottom: 45px;
  }
}

.p-use__box {
  border: 2px solid #000;
  padding: 70px;
  border-radius: 16px;
  background: url(/camp/numberless-aurora/lp2_02_assets/img/use_bg01.jpg) 50% 0% no-repeat;
  background-size: cover;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-use__box {
    border-width: 1px;
    border-radius: 4px;
    padding: 28px 28px 35px;
    background-image: url(/camp/numberless-aurora/lp2_02_assets/img/use_bg01_sp.jpg);
  }
}

.p-use__box .c-button-black {
  margin-top: 40px;
}

.p-use-headline {
  margin: 0 0 20px;
}

.p-use__hero {
  margin-top: 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-use__hero {
    margin-top: 45px;
  }
}

.p-use__hero__headline {
  margin: 0 0 25px;
}

@media screen and (max-width: 767px) {
  .p-use__hero__headline {
    margin: 0 auto 20px;
    width: 74.26667vw;
  }
}

.p-use__hero__subtitle {
  margin: 0 0 10px;
  font-size: 3.6rem;
  font-weight: 500;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-use__hero__subtitle {
    font-size: 2.6rem;
  }
}

.p-use__hero__figure img {
  width: 640px;
}

.p-use__hero__popup {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-use__hero__popup {
    margin: 10px auto 0;
    width: 67.6vw;
  }
}

.p-use__merit {
  margin-top: 75px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-use__merit {
    margin-top: 30px;
  }
}

.p-benefits {
  padding-top: 50px;
  padding-bottom: 80px;
}

.p-benefits-box {
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #000;
  padding: 30px 0 60px;
  background-color: #fff;
  text-align: center;
}

.p-benefits-headline {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  background: url(/camp/numberless-aurora/lp2_02_assets/img/benefit_bg01.svg) 50% 0% no-repeat;
  background-size: cover;
  text-align: center;
  margin-bottom: 40px;
  font-size: 3.3rem;
  font-weight: 600;
}

.p-benefits-headline .subtext {
  font-size: 2.3rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-benefits-headline {
    font-size: 2.0rem;
  }
  .p-benefits-headline .subtext {
    font-size: 1.6rem;
  }
}

.p-benefits-box__body {
  padding: 0 7.5%;
}

.gold .p-benefits-caution {
    border: 1px solid;
    width: 600px;
    margin: 30px auto;
    padding: 16px 24px 24px;
    border: 2px solid #111111;
}

@media screen and (max-width: 767px) {
  .p-benefits-caution,
  .gold .p-benefits-caution {
    margin: 16px auto ;
    padding: 8px 12px 16px;
    width: auto;
  }
  .p-benefits-box__body > img {
  	width: 70%;
  }
}

.p-benefits-caution ul {
  margin-top: 4px;
}

.p-benefits-caution .c-notelist-3 {
  text-align: left;
}

.p-benefits-merit h4 img {
  width: 75%;
}

.p-benefits-merit-box {
  display: flex;
  margin-top: 32px;
  justify-content: space-between;
  gap: 32px;
  text-align: left;
}

@media screen and (max-width: 767px) {
	.p-benefits-merit-box {
	  gap: 24px;
	  margin-top: 24px;
	}
}

.p-benefits-merit-box__contents {
  background: #DFF3F2;
  flex: 1;
  box-sizing: border-box;
  padding: 20px;
}
.gold .p-benefits-merit-box__contents {
  background: #FFF4DA;
  flex: 1;
  box-sizing: border-box;
  padding: 20px;
}

.p-benefits-merit-box__contents img {
  display: block;
  margin: 0 auto;
}
.p-benefits-merit-box__contents p {
  padding-top: 15px;
  letter-spacing: 0.7px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-benefits-merit-box {
    display: flex;
    flex-direction: column;
  }
}

.p-scene {
  padding: 60px 0;
  background: url(/camp/numberless-aurora/lp2_02_assets/img/scene_bg01.jpg) 50% 0% no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-scene {
    background-image: url(/camp/numberless-aurora/lp2_02_assets/img/scene_bg01_sp.jpg);
    padding: 40px 0;
  }
}

.p-scene__headline {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-scene__headline {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-scene-visual {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-scene-year-wrap {
    margin-top: 35px;
    margin-right: -4vw;
    margin-left: -4vw;
    padding-top: 40px;
    padding-right: 4vw;
    padding-left: 4vw;
    background: url(/camp/numberless-aurora/lp2_02_assets/img/scene_bg02_sp_sp.jpg) 50% 0%;
    background-size: cover;
  }
}

.p-scene-year h3 {
  line-height: 1.4;
}

.p-scene-year h3 .c-stress {
  color: #FFA235;
  font-size: 6rem;
}

@media screen and (max-width: 767px) {
	.p-scene-year h3 .c-stress {
  color: #FFA235;
  font-size: 3.3rem;
	}
}

.p-scene-year__headline-v1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px 35px;
  margin: 0 0 30px;
  font-size: 3.8rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-scene-year__headline-v1 {
    margin: 0 0 0px;
    font-size: 2.3rem;
    flex-direction: column;
  }
}

.p-scene-year__headline-v1 img {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .p-scene-year__headline-v1 img {
    display: block;
    width: 77px;
  }
}

.p-scene-year__headline-v2 {
  margin: 0 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  text-align: center;
  background: url(/camp/numberless-aurora/lp2_02_assets/img/scene_bg02.svg) 50% 0% no-repeat;
  background-size: cover;
  font-size: 3.0rem;
  font-weight: 600;
}

.gold .p-scene-year__headline-v2 {
  background: url(/camp/numberless-aurora/lp2_02_assets/img/scene_bg02-gold.svg) 50% 0% no-repeat;
    background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-scene-year__headline-v2 {
    margin: 5px auto 20px;
    width: 235px;
    height: 25px;
    font-size: 1.6rem;
    background-size: cover;
  }
}

.p-scene-year__figure01 {
  margin: 0 auto;
  max-width: 800px;
}

.p-scene-year__more {
  position: relative;
  margin: 60px auto 0;
  max-width: 800px;
  padding: 60px 7% 35px;
  border-radius: 10px;
  background-color: #DFF3F2;
}

.gold .p-scene-year__more {
  background-color: #FFF4DA;
}

@media screen and (max-width: 767px) {
  .p-scene-year__more {
    margin: 35px auto 0;
    padding: 35px 15px 20px;
  }
}

.p-scene-year__more:after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  transform: translate(-50%, -50%);
  background: url(/camp/numberless-aurora/lp2_02_assets/img/com_plus.svg) 50% 0% no-repeat;
  background-size: contain;
  width: 73px;
  height: 73px;
}

.gold .p-scene-year__more:after {
  background: url(/camp/numberless-aurora/lp2_02_assets/img/com_plus-gold.svg) 50% 0% no-repeat;
}

@media screen and (max-width: 767px) {
  .p-scene-year__more:after {
    height: 45px;
    width: 45px;
  }
}

.p-scene-year__more__headline {
  margin: 0 0 20px;
  font-size: 2.8rem;
  line-height: 1.6429;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-scene-year__more__headline {
    font-size: 1.6rem;
    line-height: 1.7576;
  }
}

.p-scene-year__more__headline img {
  margin-top: 0.4em;
}

@media screen and (max-width: 767px) {
  .p-scene-year__more__headline img {
    width: 90%;
  }
}

.p-scene-year__more__popup {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  font-weight: 600;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-scene-year__more__popup {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

.p-scene-year__more__popup:before, .p-scene-year__more__popup:after {
  display: inline-block;
  margin: 0 5px;
  content: "/";
}

.p-scene-year__more__popup:before {
  transform: rotateY(180deg);
}

.p-scene-year__guide {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 3px dotted #fff;
}

@media screen and (max-width: 767px) {
  .p-scene-year__guide {
    margin-top: 15px;
    padding-top: 10px;
  }
}

.p-scene-year__guide__title {
  margin: 0 0 30px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-scene-year__guide__title {
    margin: 0 0 10px;
    font-size: 1.5rem;
  }
}

.p-scene-year__guide__layout {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-scene-year__guide__layout {
    flex-direction: column;
  }
}

.p-scene-year__guide__image {
  width: 50.74627%;
}

@media screen and (max-width: 767px) {
  .p-scene-year__guide__image {
    width: 100%;
  }
}

.p-scene-year__guide__detail {
  width: 44.77612%;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-scene-year__guide__detail {
    margin-top: 20px;
    width: auto;
    font-size: 1.5rem;
  }
}

.p-scene-matome {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 55px 0;
}

@media screen and (max-width: 767px) {
  .p-scene-matome {
    padding: 40px 0;
  }
}

.p-scene-matome img {
  width: 950px;
}

.p-nisa {
  padding: 50px 0;
  background: url(/camp/numberless-aurora/lp2_02_assets/img/nisa_bg01.jpg) no-repeat;
  background-size: 168%;
}
@media screen and (max-width: 1439px) {
  .p-nisa {
    background-size: 236%;
  }
}
@media screen and (max-width: 1024px) {
  .p-nisa {
    background-size: 330%;
  }
}
@media screen and (max-width: 767px) {
  .p-nisa {
    padding: 20px 0 30px;
    background-image: url(/camp/numberless-aurora/lp2_02_assets/img/nisa_bg01_sp.jpg);
    background-size: 140%;
  }
}

.p-nisa__box {
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 55px 7% 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-nisa__box {
    border-bottom-width: 2px;
    border-radius: 8px;
    margin-top: 25px;
    padding: 25px 12px 20px;
  }
}

.p-nisa__logo {
  margin: 0 auto 15px;
  text-align: center;
  width: 546px;
  transform: translateX(5%);
}

@media screen and (max-width: 767px) {
  .p-nisa__logo {
    transform: translateX(0%);
    margin: 0 auto;
    width: 72.8vw;
  }
}

.p-nisa__box__lead {
  margin: 20px 0 30px;
  text-align: center;
  font-weight: 500;
  font-size: 6rem;
  line-height: 1.166;
}

@media screen and (max-width: 767px) {
  .p-nisa__box__lead {
    margin: 10px 0 25px;
    font-size: 3.5rem;
  }
  .p-nisa__box__lead span {
    font-size: 2.8rem;
  }
}

.p-nisa__box__title {
  border-bottom: 1px solid #fff;
  margin: 0 0 10px;
  display: inline-block;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-nisa__box__title {
    border-bottom-width: 2px;
    margin: 0 0 10px;
    padding-bottom: 5px;
    font-size: 1.8rem;
  }
}

.p-nisa__box__text {
  text-align: center;
  line-height: 1.75;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .p-nisa__box__text {
    font-size: 1.4rem;
  }
}

.p-nisa__checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 20px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-nisa__checklist {
    margin-top: 25px;
    gap: 9px 0;
    flex-direction: column;
  }
}

.p-nisa__checklist li {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid #fff;
  padding: 6px 13px 6px 75px;
  background-color: rgba(255, 255, 255, .35);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3182;
  text-align: left;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-nisa__checklist li {
    width: 100%;
    border-width: 1px;
    font-size: 1.5rem;
  }
}

.p-nisa__checklist li:before {
  position: absolute;
  top: calc(50% - 11px);
  left: 26px;
  content: "";
  display: block;
  background: url(/camp/numberless-aurora/lp2_02_assets/img/icon_check3.svg) 50% 0% no-repeat;
  width: 32px;
  height: 23px;
}

.p-example__box {
  margin: 70px auto 0;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #34343A;
  max-width: 850px;
}

@media screen and (max-width: 767px) {
  .p-example__box {
    margin-top: 35px;
    border-radius: 4px;
    border-width: 1px;
  }
}

.p-example__box__header {
  position: relative;
  padding: 15px 100px;
  background-color: #FFE4EA;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 18px;
  cursor: pointer;
}

.gold.p-example__box__header {
	background-color: #FFF4DA;
}

@media screen and (max-width: 767px) {
  .p-example__box__header {
    flex-wrap: wrap;
    padding: 15px 40px 15px 18px;
    justify-content: flex-start;
  }
}

.p-example__box__header:after {
  position: absolute;
  z-index: 2;
  top: calc(50% - 10px);
  right: 30px;
  width: 20px;
  height: 20px;
  transform: rotate(135deg);
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  content: "";
  display: inline-block;
  transition: ease all 0.3s;
}

@media screen and (max-width: 767px) {
  .p-example__box__header:after {
    right: 15px;
    width: 14px;
    height: 14px;
    border-top-width: 2px;
    border-right-width: 2px;
    top: calc(50% - 9px);
  }
}

.is-open .p-example__box__header:after {
  top: calc(50% - 4px);
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .is-open .p-example__box__header:after {
    top: calc(50% - 6px);
  }
}

.p-example__box__header__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 106px;
  height: 76px;
  background-color: #fff;
  border-radius: 15px;
  font-size: 2.3rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-example__box__header__icon {
    border-radius: 8px;
    width: 65px;
    height: 50px;
    font-size: 1.4rem;
  }
}

.p-example__box__header__main {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-example__box__header__main {
    font-size: 1.4rem;
  }
}

.p-example__box__header__sub {
  margin-top: 5px;
  font-size: 1.4rem;
}
.p-example__box__header__sub p {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .p-example__box__header__sub {
    margin-top: 0;
    width: 100%;
    font-size: 1.0rem;
  }
}

.p-example__box__contents {
  padding: 45px;
  text-align: center;
  display: none;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-example__box__contents {
    border: none;
    padding: 25px;
  }
}
.text_02{
	text-indent: -1em;
    padding-left: 1em;
	text-align: justify;
    max-width: 450px;
    margin: 20px auto 0px;
}
@media screen and (max-width: 767px){
.text_02{
     margin: 20px 0px 0px;
}
}

.text_02 a{
	text-decoration:underline;
}
.p-example__figure {
  margin: 0 auto;
  max-width: 711px;
}

.p-usj {
  padding: 80px 0;
  background: url(/camp/numberless-aurora/lp2_02_assets/img/usj_bg01.png) 50% 50% no-repeat;
  background-size: cover;
}

.gold.p-usj {
  background: url(/camp/numberless-aurora/lp2_02_assets/img/usj_bg01-3.png) 50% 50% no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-usj {
    margin: 50px 4vw 0;
    padding: 30px 20px;
    border-radius: 4px;
    overflow: hidden;
  }
}

.p-usj-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 924px;
}

@media screen and (max-width: 767px) {
  .p-usj-layout {
    flex-direction: column;
    gap: 20px 0;
  }
}

.p-usj-layout__text {
  width: 45.45455%;
}

@media screen and (max-width: 767px) {
  .p-usj-layout__text {
    width: auto;
  }
}

.p-usj-layout__image {
  width: 45.45455%;
}

@media screen and (max-width: 767px) {
  .p-usj-layout__image {
    width: auto;
  }
}

.p-usj-copyright {
  margin: 35px auto 0;
  max-width: 590px;
  font-size: 1.2rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .p-usj-copyright {
    margin: 20px auto 0;
    font-size: 1.1rem;
  }
}

.p-campaign-bnr {
  margin: 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .p-campaign-bnr {
    max-width: 300px;
  }
}

.p-safety {
  padding: 70px 0;
  background: url(/camp/numberless-aurora/lp2_02_assets/img/safety_bg01.jpg) 50% 0% no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-safety {
    padding: 40px 0;
    background-image: url(/camp/numberless-aurora/lp2_02_assets/img/scene_bg01_sp.jpg);
    background-size: 100% auto;
  }
}

.p-safety__icon {
  margin: 0 auto 10px;
  width: 116px;
}

@media screen and (max-width: 767px) {
  .p-safety__icon {
    width: 58px;
  }
}

.p-safety__title {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 5.0rem;
  line-height: 1.5;
  font-weight: 500;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-safety__title {
    margin: 0 auto 10px;
    font-size: 2.7rem;
  }
}

.p-safety__lead {
  font-size: 2.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-safety__lead {
    font-size: 1.4rem;
  }
}

.p-touch {
  padding: 70px 0;
  background: url(/camp/numberless-aurora/lp2_02_assets/img/touch_bg01.png) 50% 50% no-repeat;
  background-size: cover;
}

.gold .p-touch {
	background: url(/camp/numberless-aurora/lp2_02_assets/img/touch_bg01-3.png) 50% 50% no-repeat;
	    background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-touch {
    padding: 40px 0;
  }
}

.p-touch-layout {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-touch-layout {
    gap: 40px 0;
    flex-direction: column;
  }
}

.p-touch-layout__image {
  width: 47.01149%;
}

@media screen and (max-width: 767px) {
  .p-touch-layout__image {
    width: auto;
    text-align: center;
  }
}

.p-touch-layout__popup {
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-touch-layout__popup {
    font-size: 1.4rem;
  }
}

.p-touch-layout__popup:before, .p-touch-layout__popup:after {
  display: inline-block;
  margin: 0 5px;
  content: "/";
}

.p-touch-layout__popup:before {
  transform: rotateY(180deg);
}

.p-touch-layout__detail {
  width: 41.95402%;
}

@media screen and (max-width: 767px) {
  .p-touch-layout__detail {
    width: auto;
  }
}

.p-touch-layout__credit {
  margin: 20px auto 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-touch-layout__credit {
    max-width: 216px;
  }
}

.p-touch-layout__howto {
  margin-top: 30px;
  text-align: center;
}

.p-point {
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .p-point {
    padding: 40px 0;
  }
}

.p-point__lead {
  text-align: right;
  font-size: 3.4rem;
  line-height: 1.6471;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-point__lead {
    font-size: 2.0rem;
    text-align: center;
  }
}

.p-point__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-point__flex {
    gap: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-point__flex {
    margin: 0 0 20px;
    flex-direction: column;
  }
}

.p-point__flex__detail {
  font-size: 1.8rem;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-point__flex__detail {
    margin-top: 25px;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .p-point__flex.is-item01 {
    margin: 0 auto 50px;
    padding-top: 30px;
    width: 820px;
    max-width: calc(100% - 30px);
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .p-point__flex.is-item01 {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 768px) {
  .p-point__flex.is-item01 .p-point__flex__image {
    width: 41.46341%;
  }
}

@media screen and (max-width: 767px) {
  .p-point__flex.is-item01 .p-point__flex__image img {
    width: 224px;
  }
}

.p-point__flex.is-item01 .p-point__flex__detail {
  width: 425px;
}

@media screen and (max-width: 767px) {
  .p-point__flex.is-item01 .p-point__flex__detail {
    margin: 0 0 25px;
    width: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .p-point__flex.is-item02 {
    margin: 0 auto 50px;
    max-width: 740px;
  }
}

.p-point__flex.is-item02 .p-point__flex__image img {
  width: 367px;
}

@media screen and (max-width: 767px) {
  .p-point__flex.is-item02 .p-point__flex__image img {
    width: 230px;
  }
}

.p-point__flex.is-item02 .p-point__flex__detail {
  max-width: 322px;
}

@media screen and (max-width: 767px) {
  .p-point__flex.is-item02 .p-point__flex__detail {
    max-width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .p-point__flex.is-item03 {
    margin: 0 auto 50px;
    max-width: 760px;
  }
}

.p-point__flex.is-item03 .p-point__flex__image img {
  width: 323px;
}

@media screen and (max-width: 767px) {
  .p-point__flex.is-item03 .p-point__flex__image img {
    width: 193px;
  }
}

.p-point__flex.is-item03 .p-point__flex__detail {
  max-width: 342px;
}

@media screen and (max-width: 767px) {
  .p-point__flex.is-item03 .p-point__flex__detail {
    max-width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .p-point__flex.is-item04 {
    margin: 0 auto 50px;
    max-width: 666px;
  }
}

.p-point__flex.is-item04 .p-point__flex__image img {
  width: 252px;
}

@media screen and (max-width: 767px) {
  .p-point__flex.is-item04 .p-point__flex__image img {
    width: 174px;
  }
}

.p-point__flex.is-item04 .p-point__flex__detail {
  max-width: 290px;
}

@media screen and (max-width: 767px) {
  .p-point__flex.is-item04 .p-point__flex__detail {
    max-width: 100%;
  }
}

.p-point__toggle {
  border-radius: 10px;
  border: 1px solid #000;
  overflow: hidden;
  font-feature-settings: "palt";
  margin: 80px auto 0;
  font-weight: 500;
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .p-point__toggle {
    margin: 25px auto;
  }
}

.p-point__toggle__header {
  position: relative;
  padding: 26px 30px;
  background-color: #FFEAEE;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  font-weight: 600;
}

  .gold.p-point__toggle__header {
	background-color: #FFF4DA;
  }

@media screen and (max-width: 767px) {
  .p-point__toggle__header {
    padding: 15px 20px;
    font-size: 1.3rem;
    text-align: left;
  }
}

.p-point__toggle__header i {
  position: absolute;
  z-index: 2;
  top: calc(50% - 13px);
  right: 40px;
  width: 26px;
  height: 26px;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-point__toggle__header i {
    top: calc(50% - 6px);
    right: 15px;
    width: 13px;
    height: 13px;
  }
}

.p-point__toggle__header i:before, .p-point__toggle__header i:after {
  position: absolute;
  z-index: 2;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  background-color: #FF6986;
  transition: ease all 0.3s;
}
.gold.p-point__toggle__header i:before, .gold.p-point__toggle__header i:after {
  background-color: #e78000;
}

.p-point__toggle__header i:after {
  transform: rotate(90deg);
}

.is-open .p-point__toggle__header i:after {
  transform: rotate(0deg);
}

.p-point__toggle__contents {
  padding: 25px 60px 70px;
  display: none;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-point__toggle__contents {
    padding: 15px 20px 20px;
  }
}

.p-point__toggle__grid {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .p-point__toggle__grid {
    flex-direction: column;
    gap: 40px 0;
    margin-top: 30px;
  }
}

.p-point__toggle__grid__item {
  width: 45.1895%;
}

@media screen and (max-width: 767px) {
  .p-point__toggle__grid__item {
    width: auto;
  }
}

.p-point__toggle__grid__title {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.3636;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-point__toggle__grid__title {
    font-size: 1.7rem;
  }
}

.p-point__toggle__grid__title:after {
  margin-top: 12px;
  content: "";
  display: block;
  height: 10px;
  background: url(/camp/numberless-aurora/lp2_02_assets/img/point_bg01.png) 50% 100% no-repeat;
  background-size: 310px auto;
}

.gold .p-point__toggle__grid__title:after {
  background: url(/camp/numberless-aurora/lp2_02_assets/img/point_bg01-gold.png) 50% 100% no-repeat;
background-size: 310px auto;
}

.p-point__toggle__grid__title span {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 62px;
}

@media screen and (max-width: 767px) {
  .p-point__toggle__grid__title span {
    min-height: 0;
  }
}

.p-point__toggle__title {
  margin: 25px -60px 35px;
  padding: 24px 0;
  text-align: center;
  background: url(/camp/numberless-aurora/lp2_02_assets/img/com_bg01.png) 0 0 no-repeat;
  background-size: 1000px auto;
}

.gold .p-point__toggle__title {
  background: url(/camp/numberless-aurora/lp2_02_assets/img/com_bg01-03.png) 0 0 no-repeat;
  background-size: 1000px auto;
}

@media screen and (max-width: 767px) {
  .p-point__toggle__title {
    margin: 20px -20px 15px;
    padding: 10px 0;
  }
}

.p-point__toggle__title img {
  width: 259px;
}

@media screen and (max-width: 767px) {
  .p-point__toggle__title img {
    width: 216px;
  }
}

.p-point__toggle__text01 {
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
}

.p-point__toggle__text02 {
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-point__toggle__text02 {
    text-align: left;
    font-size: 1.4rem;
  }
}

.p-point__toggle__image01 {
  margin: 27px auto 0;
  max-width: 222px;
}

@media screen and (max-width: 767px) {
  .p-point__toggle__image01 {
    width: 160px;
  }
}

.p-point__toggle__image02 {
  margin: 18px auto 0;
  max-width: 221px;
}

@media screen and (max-width: 767px) {
  .p-point__toggle__image02 {
    max-width: 165px;
  }
}

.p-point__toggle__image03 {
  margin: 27px auto 0;
  max-width: 199px;
}

@media screen and (max-width: 767px) {
  .p-point__toggle__image03 {
    max-width: 142px;
  }
}

.ta-center-fix {
  display: flex;
  justify-content: space-between;
  margin: 0px 12px;
}

@media print, screen and (min-width: 768px) {
  .ta-center-fix {
    text-align: center;
    width: 1000px;
  }
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.sbi_caution {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.sbi_caution p {
  color: #FF748A;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .sbi_caution p {
    font-size: 1.1rem;
  }
}


/*caution*/

.mv-caution img {
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -0.1em;
    width: 38px;
}

.mv-caution {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px !important;
}

.mv-caution-sub {
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
}

@media screen and (min-width: 768px){
.lead__txt {
    width: 775px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.33333em;
}}

@media screen and (max-width: 767px){
.lead__txt {
    width: calc(100% - 40px);
    margin: 0 auto;
    font-size: 10px;
    line-height: 1.6em;
}}

@media screen and (max-width: 768px){
.mv-caution {
    font-size: 16px;
    margin-top: 20px !important;
}}

@media screen and (max-width: 767px){
.lead__txt p+p {
    margin-top: 8px;
}}

.maT10 {
    margin-top: 10px !important;
}

.mv-caution-agreement {
	font-size:16px;
    font-weight: 600;
}

.mv-caution-list li {
    font-size: 12px;
    font-weight: 600;
}

@media screen and (max-width: 768px){
.mv-caution-agreement {
    font-size: 13px;
}}

@media screen and (max-width: 768px){
.mv-caution-list li {
    font-size: 11px;
}}



.js-sokujitext {
    display: none;
}

.js-sokujitextblock {
    display: block;
    font-size:1.4rem;
}

.js-sokujitextnone {
    display: none;
}

.nyukai {
  width: 775px;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.index3 .nyukai {
  width: 780px;
}
@media screen and (max-width: 768px){
	.nyukai {
	  font-size: 1.2rem;
	  margin-top: 20px;
	  margin-left: 20px;
	}
	.p-modal .nyukai {
	  font-size: 1.2rem;
	  margin-top: 20px;
	  margin-left: 0;
	}
}
.nyukai a:after {
  position: relative;
  top: -3px;
  margin-left: 5px;
  content: "";
  width: 12px;
  height: 12px;
  vertical-align: middle;
  display: inline-block;
  background: url(/camp/numberless-aurora/img/com_blank.svg) 0% 0% no-repeat;
  background-size: contain;
}

.u-show-sp .nyukai {
  text-align: left;
  font-size: 1.1rem;
  margin-top: 20px;
  margin-right: 9.33333vw;
  margin-left: 9.33333vw;
}

.mv-caution-list li{
	display:flex;
	margin-top:16px;
}

.mv-caution-list span{
	display: inline-block;
    margin-right: 5px;
}

.p-campain-bnr_more a:nth-child(2){
	margin-top:15px;
}


.p-slider-list-wrap {
  max-width: 728px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .p-slider-list-wrap {
    margin: 0 auto 20px;
    max-width: 300px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0 10px;
}

@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: -20px;
  }
}

.slick-dots > li {
  line-height: 1;
}

.slick-dots > li.slick-active > button {
  background-color: #FFC9D5;
}

.slick-dots > li > button {
  display: block;
  overflow: hidden;
  text-indent: 9999px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D7D7D7;
}
.p-vpass-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 12px);
  z-index: 10;
  width: 22px;
  height: 22px;
  overflow: hidden;
  text-indent: 9999px;
  background: url(/camp/numberless-aurora/img/com_arw.png) 50% 50% no-repeat;
  background-size: contain;
}

.p-vpass-slider .slick-prev {
  left: 0;
  transform: rotate(180deg);
}

.p-vpass-slider .slick-next {
  right: 0;
}

.p-campaign__countdown img{
    width: 243px;
}
@media screen and (min-width: 768px) {
  .p-campaign__countdown img{
    width: 423px;
    margin-bottom: 20px;
  }
}
.p-campaign__countdown {
	text-align:center;
}

.text-center{
    text-align: center;
}
.nl-aurora-preparation-cash{
	margin-bottom:5px;
	font-size:14px;
}
.nl-aurora-preparation-car{
	font-size:14px;
}
.nl-aurora-preparation-inhand{
	font-size:22px;
}
.nl-aurora-preparation-list{
  display:flex;
  justify-content: space-around;
}
.nl-aurora-preparation{
  margin-bottom:10px;
}
.nl-aurora-preparation-text{
  font-size:10px;
}
.nl-aurora-preparation-item{
  align-items: center;
  text-align: center;
  width: 290px;
  flex-direction: column;
}
.pc-block{
	display: block;
}
.nl-img {
   width:115px;
   max-width:none;
  }

@media screen and (max-width: 767px) {
  .aurora-p-modal__scrollbox{
	max-height:200px;
  }
  .nl-aurora-preparation-inhand{
	font-size:18px;
  }
  .nl-img {
   margin:0 10px 0 0;
  }
  .nl-img-cash {
   max-width:none;
  }

  .nl-aurora-preparation-item{
  flex-direction: row;
  align-items: normal;
  width: 100%;
  text-align: left;
  display:flex;
  }

  .nl-aurora-preparation-item:last-child{
   margin-top:12px;
  }
  .nl-aurora-preparation-list{
  margin-top:10px;
  display: block;
  justify-content: space-around;
  }
  .nl-aurora-preparation-text{
    font-size:10px;
  }
  .pc-block{
	display: none;
  }
}
.maT-0{
    margin-top: 0;
}
@media screen and (min-width: 768px) {
.campaign_content_past {
  padding-left: 65px;
}
}

.p-campaign-box__center_sbi {
	margin: 0px auto 20px;
	max-width: 728px;
}

.text-center_sbi {
	text-align: center;
	padding-top: 20px;
}

.font-bold{
  font-weight: bold;
}

.col_Black {
color: #000;
}

.slash {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px){
.slash {
    padding: 0 15px;
    margin-bottom: 10px;
	font-size: 15px;
}
}

.slash:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(-25deg);
}

.slash:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
}
@media screen and (min-width:768px) {
.sp {
  display: none !important
}
}

@media screen and (max-width:767px) {
  .sp {
    display: block !important
  }
  }


.p-reason-touch__image .cp-seven-img{
    max-width: 100vw;
}

.cp-seven-img{
    max-width: 30vw;
    margin-right: 66px;
}

 @media screen and (max-width: 767px) {
	.cp-seven{
	display: block;
	}

	.cp-seven-img{
    max-width: 100vw;
    margin-right: 0;
    }

    .cp-img-content{
	text-align: center;
    margin: 0 0 25px 0;
	}
}

.c-goldfree__link {
  position: absolute;
  margin-left: 9.5vw;
  width: 13vw;
  top: 25vw;
  z-index: 10;
}
.c-goldfree__link p {
  font-size: 15px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-goldfree__link span{
	display: block;
	font-size: 0.8vw;
	text-align: center;
}
.c-goldfree__link p:before,
.c-goldfree__link p:after {
  content: "";
  display: block;
  margin: 0 7px;
  width: 0.1vw;
  height: 15px;
  background-color: #000000;
}
.c-goldfree__link p:before {
  transform: rotate(-30deg);
}
.c-goldfree__link p:after {
  transform: rotate(30deg);
}
@media screen and (max-width: 1000px) {
  .c-goldfree__link {
    margin-left: 16vw;
    top: 56%;
    width: 13vw;
  }
  .c-goldfree__link p {
    font-size: 1vw;
  }
  .c-goldfree__link p:before,
  .c-goldfree__link p:after {
    height: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .c-goldfree__link {
    left: 0;
    margin-left: 0;
    width: 33vw;
    top: 57vw;
  }
  .c-goldfree__link p {
    font-size: 3vw;
  }
    .c-goldfree__link span{
    font-size: 2vw;
  }
  .c-goldfree__link p:before,
  .c-goldfree__link p:after {
    width: 1.5px;
    height: 2.7vw;
  }
}

.c-goldfree__link a:hover {
	opacity: 0.5;
}


.text-center_sbi_1{
  text-align: center;
  margin-top: 40px;
}
.sbi_note_1{
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .sbi_note_1{
        font-size: 15px;
    }
}
.highlight{
    background: linear-gradient(transparent 70%, #fff288 30%);
    display: inline;
}
.sbi_note_2{
    font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
    .sbi_note_2{
        font-size: 1.1rem;
    }
}

.c-attention {
    display: flex;
    justify-content: center;
}
.c-attention ul {
	flex-direction: column;
}



.c-alist1 {
  padding-left: 2em!important;
}

.c-alist1::before {
  content: "※1" !important;
  margin-right: 4px;
}
.c-alist2 {
  padding-left: 2em!important;
}

.c-alist2::before {
  content: "※2" !important;
  margin-right: 4px;
}
.c-alist3 {
  padding-left: 2em!important;
}

.c-alist3::before {
  content: "※3" !important;
  margin-right: 4px;
}
.c-alist4 {
  padding-left: 2em!important;
}

.c-alist4::before {
  content: "※4" !important;
  margin-right: 4px;
}
.c-alist5 {
  padding-left: 2em!important;
}

.c-alist5::before {
  content: "※5" !important;
  margin-right: 4px;
}
.c-alist6 {
  padding-left: 2em!important;
}

.c-alist6::before {
  content: "※6" !important;
  margin-right: 4px;
}

.slash_sbi_campaign2 {
    /* position: relative;
    display: inline-block;
    padding: 0 30px; */
    margin-bottom: 0px;
}
.p-sbi_campaign-box__center {
  margin: 20px auto;
  max-width: 728px;
  text-align: center;
}