@charset "UTF-8";
.modal-terms {
  max-width: 890px;
  padding: 44px;
  background-color: #fff;
}
.present-notes {
  text-align: left;
}
.present-notes__title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}
.present-notes__heading {
  margin: 30px 0;
  text-align: center;
  position: relative;
}
.present-notes__heading:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: 1;
}
.present-notes__heading-text {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 15px;
  margin: 0 20px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.present-notes__subtitle {
  margin: 20px 0 5px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.present-notes__text {
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.present-notes__dt {
  margin: 20px 0 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.present-notes__dd {
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.present-notes__anchor {
  color: #1897e0;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
.present-notes__close {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 15px;
  top: 15px;
  text-indent: -1000px;
  background: url(../img/btn-modal_close.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
.present-notes__return {
  display: none;
}
.present-notes__return-anchor {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 15px;
  top: 15px;
  text-indent: -1000px;
  background: url(../img/btn-modal_close.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
.present-notes .o-indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.present-notes .o-indent-big {
  display: inline-block;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.present-notes .o-bold {
  font-weight: 700;
}
.present-notes .o-red {
  color: #c3092f;
}
.header_logo_title {
  font-size: 2.6rem;
  font-weight: 700;
}
.header_logo_anchor {
  color: #000;
  text-decoration: none;
}
.image {
  max-width: 100%;
  height: auto;
}
.header {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.button {
  transition: opacity 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
.button:hover {
  opacity: 0.5;
}
.anchor {
  display: block;
  margin-top: 12px;
  text-align: center;
  color: #000;
}
.anchor:hover {
  text-decoration: none;
}
.page-wrapper {
  width: 100%;
  position: relative;
}
.page-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: -1;
  background-color: #282828;
  background-size: cover;
}
.page-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 98px;
  background-color: #fff;
  position: absolute;
  top: -98px;
  left: 0;
  z-index: 1;
}
.page-wrapper_contents {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: center;
  justify-content: center;
  /* -webkit-column-gap: 65px;
  column-gap: 65px; */
}
.main {
  max-width: 391px;
  padding-inline: 8px;
  overflow: hidden;
  margin-right: auto;
  background-color: #fff;
  /* padding-bottom: 80px; */
  position: relative;
}
.main::after,
.main::before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
}
.main::after {
  right: 0;
}
.main::before {
  left: 0;
}
.main_key-visual_body {
  /* margin-top: -37.33333%;
  margin-bottom: 13.33333%; */
  width: 100%;
  padding: 10px 16px 40px;
}
.main_key-visual_button {
  display: block;
  margin-bottom: 24px;
}
.main_key-visual_txt {
  margin-top: 24px;
}
.main_key-visual_notice {
  font-size: 1.4rem;
  line-height: calc(20 / 14);
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.main_key-visual_notice + .main_key-visual_notice {
  margin-top: 8px;
}
.main .contents {
  background-color: #fff;
  /* padding-bottom: 32px; */
}
.main .contents img {
  width: 100%;
  height: auto;
}
.conversion_bottom {
  padding-bottom: 30px;
}
.aside {
  flex: 1;
  background-color: #000;
  /* max-height: 100vh; */
}
.aside_inner::after {
  content: "";
  display: block;
  background: url(../img/bg-aside.png) no-repeat center center;
  background-size: calc(100% + 100px) auto;
  position: absolute;
  top: 45%;
  left: -12%;
  transform: translateY(-50%);
  width: 112%;
  height: 100vh;
  z-index: -1;
  background-color: #000;
  /* width: 100%;
  height: 50px; */
}
.aside_inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  /* padding-top: 15%; */
  justify-content: center;
}
.aside_content {
  max-width: 514px;
  text-align: center;
}
.sticky_info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  row-gap: 268px;
  transform: translateY(-8%);
}
.sticky_info_btn {
  /* margin-left: -5.83658%; */
}
.sticky_info_btn .anchor {
  color: #fff;
}
.footnote {
  background-color: #272727;
  color: #fff;
  padding: 40px 20px 100px;
}
.footnote_inner + .footnote_inner {
  margin-top: 20px;
}
.benefits-block {
  background-image: radial-gradient(at 50% 1%, #3e3f41, #080b10);
  padding: 40px 16px;
}
.benefits_title {
  padding-inline: 6px;
}
.benefits-block_contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}
.benefits-block_contents .img-box:last-child {
  margin-top: 20px;
  margin-left: -16px;
  margin-right: -16px;
}
.cv-btn-area {
  padding: 20px 16px 40px;
}
.cv-btn-area.btm {
  padding: 20px 16px 0;
}
.cv-btn-area_title {
  margin-bottom: 10px;
  padding-inline: 6px;
}

.lineup-block {
  background-color: #dedede;
  padding: 100px 16px 90px;
}
.lineup_title {
  padding-inline: 7px;
}
.lineup_subtitle {
  padding-inline: 60px;
  margin-top: 34px;
}
.lineup_car-img {
  padding-inline: 6px;
}
.lineup_car-img-01 {
  margin-top: 55px;
}
.lineup_car-img-02 {
  margin-top: 66px;
}
.lineup_txt {
  margin-top: 24px;
  padding-inline: 6px;
}
.lineup_notice {
  font-size: 1.4rem;
  line-height: calc(20 / 14);
  padding-left: 1.4em;
  text-indent: -1.4em;
}

/* ------------- point ------------- */

.point {
  position: relative;
  background-size: cover;
  overflow: hidden;
  padding-top: 100px;
}
.point img {
  max-width: 100%;
}
.point_tab {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.point_tab_item {
  cursor: pointer;
  width: 50%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c7c7c7;
  background-size: 360px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
.point_tab_item.note {
  background-image: url(../img/img-point_note.png);
}
.point_tab_item.note.is-active,
.point_tab_item.note:hover {
  background-color: #5673f8;
  background-image: url(../img/img-point_note_active_sp.png);
}
.point_tab_item.aura {
  background-image: url(../img/img-point_aura.png);
}
.point_tab_item.aura.is-active,
.point_tab_item.aura:hover {
  background-color: #0da094;
  background-image: url(../img/img-point_aura_active_sp.png);
}
.point_tab_item.is-active {
  height: 180px;
  pointer-events: none;
}
.point_box {
  display: none;
  /* padding-top: 60px; */
  overflow: hidden;
}
.point_box.is-active {
  display: block;
}
.point_box#note {
  background: #4e57ac;

  /* background-image: linear-gradient(0deg, #4e57ac, #6470fc 70%, #5673f8); */
}
.point_box#aura {
  background: #2e8f7f;
}
.point_box#aura .point_list_item:after {
  background-color: #257468;
}

.point_title {
  width: 100%;
  margin: 0 auto 80px;
}

.point_list {
  margin-top: -1.9%;
}

.point_list_item {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.point_list_item:not(:first-child) {
  padding-top: 80px;
}

.point_list_item:after {
  content: "";
  display: block;
  width: 100%;
  height: 800px;
  background-color: #36409a;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.point_list_item:last-child {
  padding-bottom: 47px;
}

.point_list_item:last-child .point_list_title {
  margin-bottom: 91px;
}

.point_list_item:last-child .o-line.o-top:after {
  left: -38px;
  top: -65px;
}

.point_list_title {
  width: 100%;
  margin: 0 auto 60px;
}

.testdrive {
  /* padding: 80px 0 0; */
  /* background-color: #4e57ac; */
}
.testdrive_tab {
  position: relative;
  top: 20px;
  align-items: flex-start;
  margin-top: -20px;
}
.testdrive_tab_item.note.is-active {
  background-color: #4e57ac;
}
.testdrive_tab_item.aura.is-active {
  background-color: #2e8f7f;
}
.testdrive_tit {
  padding: 0 120px 30px;
}

.testdrive {
  position: relative;
}

.point {
  padding-top: 70px;
}
.point_tab_item {
  height: 100px;
  background-size: 160px;
}
.point_tab_item.note {
  background-image: url(../img/img-point_note_sp.png);
}
.point_tab_item.note.is-active {
  background-image: url(../img/img-point_note_active_sp.png);
}
.point_tab_item.aura {
  background-image: url(../img/img-point_aura_sp.png);
}
.point_tab_item.aura.is-active {
  background-image: url(../img/img-point_aura_active_sp.png);
}
.point_tab_item.is-active {
  height: 120px;
}
.point_box#note .accordion-001 summary {
  background: #4e57ac;
}
.point_box#note .point_list_item.sp .point_list_banner_wrapper {
  background: #36409a;
}
.point_box#aura .accordion-001 summary {
  background: #257468;
}
.point_box#aura .point_list_item.sp .point_list_banner_wrapper {
  background: #257468;
}

.point_title {
  margin-bottom: 40px;
}

.point_image {
  margin: 0 0 27px;
}

.point_list {
  margin-top: 0;
}

.point_list_item {
  padding-bottom: 0px;
}

.point_list_item:not(:first-child) {
  padding-top: 0px;
  padding-bottom: 0px;
}

.point_list_item:after {
  height: 76.2%;
}

.point_list_item:nth-child(2) .o-line.o-top:after {
  display: none;
}

.point_list_item:last-child .point_list_title {
  margin-bottom: 28px;
}

.point_list_item:last-child .o-line.o-top:after {
  left: auto;
  right: -12%;
  top: 39%;
}

.point_list_item:after {
  display: none;
}

.point_list_title {
  width: 100%;
  margin-bottom: 30px;
  padding-inline: 16px;
}

.point_list .o-line.o-bottom:after {
  right: -11%;
  bottom: -41%;
}

.point_list .o-line.o-middle:after {
  right: -12%;
  top: 32%;
}

.point_list_image {
  margin-bottom: 30px;
}

.point_list_area {
  display: block;
  margin-bottom: 30px;
}

.point_list_area_part:first-child {
  width: 100%;
  margin-bottom: 30px;
}

.point_list_area_part:last-child {
  width: 100%;
}

.point_list_area_title {
  width: 100%;
}

.point_list_area_text {
  margin-bottom: 18px;
}

.point_list_area .link_btn_anchor {
  font-size: 2.2rem;
  height: 76px;
  padding: 0;
  display: flex;
  justify-content: center;
}

.point_list_area .link_btn_anchor:after {
  right: 19px;
}

/* アコーディオン */
.accordion-001 {
  margin: 0 auto;
  width: 100%;
  border-bottom: 0px solid #fff;
}

.accordion-001:not([open]) {
  background-color: #6d031d;
  border-bottom: 1.6px solid #fff;
}

.accordion-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 9em 2em 1em;
  background-color: #6d031d;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  margin-top: -120px;
}

.accordion-001 summary img {
  width: 60%;
}

.accordion-001 summary::-webkit-details-marker {
  display: none;
}

.accordion-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 15px;
  height: 15px;
  margin-left: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transition: transform 0.3s;
}

.accordion-001[open] summary::after {
  transform: rotate(225deg);
}

.accordion-001 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion-001[open] p {
  transform: none;
  opacity: 1;
}

.point_list_item.sp .img-point {
  position: relative;
  z-index: 2;
}

.point_list_item.sp .point_list_banner_wrapper {
  background: #8b0422;
  padding: 20px 0 40px;
}

.point_list_item.sp .accordion_bottom_line {
  height: 40px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

/* アコーディオン */
#point02,
#point03,
#point04 {
  margin-top: 20px;
}

@media (hover: hover) and (pointer: fine) {
  .present-notes__anchor:hover {
    text-decoration: none;
  }
  .present-notes__close:hover {
    opacity: 0.5;
  }
  .present-notes__return-anchor:hover {
    opacity: 0.5;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .present-notes__anchor:hover {
    text-decoration: none;
  }
  .present-notes__close:hover {
    opacity: 0.5;
  }
  .present-notes__return-anchor:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .present-notes__close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-size: 60px 60px;
  }
  .header_logo_title {
    font-size: 2.2rem;
  }
  .pagetop {
    right: 0;
  }
  .header_new,
  .section__inner,
  .footnote_inner,
  .footer_inner {
    max-width: 92%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .page-wrapper_contents {
    /* -webkit-column-gap: 30px;
    column-gap: 30px; */
  }
}

#note .point-main-title {
  background-image: linear-gradient(0deg, #4e57ac, #6470fc 70%, #5673f8);
  padding-top: 36px;
  margin-bottom: 60px;
}

#aura .point-main-title {
  background-image: linear-gradient(0deg, #2e8f7f, #0da094);
  padding-top: 36px;
  margin-bottom: 60px;
}

.point-items {
}

.point-items .point-item {
  margin-top: 50px;
}
.point-items .point-item:first-child {
  margin-top: 0;
}

.point-items .point-item .point-top {
  padding-inline: 16px;
  position: relative;
  z-index: 1;
}

#note .point-items .point-item .point-top::after {
  content: "";
  display: block;
  width: 100%;
  height: 170px;
  background-color: #36409a;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#aura .point-items .point-item .point-top::after {
  content: "";
  display: block;
  width: 100%;
  height: 170px;
  background-color: #257468;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.point-top .point-item-title {
}

.point-top .point-item-title-img {
  margin-top: 26px;
}

.point-detail-btn {
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid #fff;
}

.point-detail-btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%) rotate(45deg);
  transition: 0.3s;
}

.point-detail-btn.is-active::after {
  transform: translateY(-50%) rotate(225deg);
}

#note .point-detail {
  display: none;
  padding: 26px 16px 48px;
  background-color: #36409a;
}

#aura .point-detail {
  display: none;
  padding: 26px 16px 48px;
  background-color: #257468;
}

.point-btm {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.point-btm .img-box:last-child {
  padding: 0 20px 55px;
}
