.driveon-main {
  padding-top: 0;
}

body:not(:has(#header)) .driveon-main {
  margin-top: 0;
}

body:not(:has(#header)) :has(.driveonRankFixedItem) .driveon-main {
  padding-bottom: 164px;
}

@media screen and (max-width: 640px) {
  body:not(:has(#header)) :has(.driveonRankFixedItem) .driveon-main {
    padding-bottom: 82px;
  }
}
.driveon__wrapper-small {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1168px;
}
@media (max-width: 767px) {
  .driveon__wrapper-small {
    padding: 0 20px;
  }
}

.driveon__wrapper-1000 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .driveon__wrapper-1000 {
    padding: 0 20px;
  }
}

.driveon__wrapper-medium {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1168px;
}

.driveon-benefits {
  background-color: #f5f5f5;
  background-image: url(../img/benefits/bg.png);
  background-position: center top;
  background-size: auto 671px;
  background-repeat: repeat;
}

@media screen and (max-width: 640px) {
  .driveon-benefits {
    background-size: auto 335px;
  }
}
.driveon-color-primary {
  color: #df0515;
}

.driveon-color-secondary {
  color: #ffe100;
}

.driveon-text-center {
  text-align: center;
}

.h1Bg + .h1Bg {
  border-top: none;
}

@media screen and (max-width: 640px) {
  .sp-none {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .pc-none {
    display: none;
  }
}
:has(.driveonRankFixedItem) .common-footer {
  padding-bottom: 204px;
}

@media screen and (max-width: 640px) {
  :has(.driveonRankFixedItem) .common-footer {
    padding-bottom: 112px;
  }
}
:has(.driveonTopNav) .common-footer {
  padding-bottom: 130px;
}

@media screen and (max-width: 640px) {
  :has(.driveonTopNav) .common-footer {
    padding-bottom: 90px;
  }
}
main a:not([class]) {
  color: #70a9c6;
}

main a:not([class]):hover {
  text-decoration: none;
}

.lity-active #header {
  display: none;
}

:has(.driveon-main) .page-top {
  bottom: 50px;
}

.driveonHeaderTab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 640px) {
  .driveonHeaderTab {
    margin: 0 -15px;
  }
}
.driveonHeaderTab::before {
  content: "";
  display: block;
  order: 1;
  min-width: 2px;
  width: 2px;
  height: 40px;
  background-color: #e6e6e6;
}

@media screen and (max-width: 640px) {
  .driveonHeaderTab::before {
    height: 30px;
  }
}
.driveonHeaderTab__item {
  position: relative;
  padding: 10px;
  font-weight: 700;
}

.driveonHeaderTab__item.current::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 6px;
  background-color: #df0515;
}

.driveonHeaderTab__item:nth-child(2) {
  order: 2;
}

.driveonHeaderTab__link {
  display: block;
  transition: 0.3s;
}

.driveonHeaderTab__link:hover {
  opacity: 0.5;
}

.driveonCv {
  container-name: container;
  container-type: inline-size;
}

.driveonCv__container {
  display: flex;
  align-items: center;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 960px) {
  .driveonCv__container {
    margin-left: auto;
    margin-right: auto;
  }
}

@container (max-width: 440px) {
  .driveonCv__container {
    gap: 8px;
    justify-content: center;
  }
}
.driveonCv__button {
  max-height: 72px;
  transition: filter 0.3s;
}

.driveonCv__button:hover {
  filter: brightness(1.5);
}

.driveonCv__button img {
  display: block;
}

.driveonCv__button.AppStore {
  aspect-ratio: 195/72;
}

.driveonCv__button.GooglePlay {
  aspect-ratio: 242/72;
}

.driveonCv__QR {
  overflow: hidden;
  max-width: 99px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

@container (max-width: 440px) {
  .driveonCv__QR {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .driveonCv__QR {
    display: none;
  }
}
.driveonCv__QR img {
  display: block;
}

@media screen and (max-width: 640px) {
  .driveonStep + .driveonFaq::before {
    max-width: calc(100% - 64px);
  }
}
.driveonStep {
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .driveonStep {
    padding: 40px 0 60px;
  }
}
.driveonStep .driveon__wrapper-small {
  container-name: container;
  container-type: inline-size;
}
.driveonStep__title {
  margin: 0 auto 16px;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 373px;
}
@media screen and (max-width: 640px) {
  .driveonStep__title {
    margin-bottom: 15px;
    max-width: 100%;
  }
  .driveonStep__title > * {
    max-width: 100%;
  }
}
.driveonStep__subText {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 auto 30px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .driveonStep__subText {
    text-align: left;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .driveonStep__subText br {
    display: none;
  }
}
.driveonStep__lead {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto 26px;
}
@media (max-width: 640px) {
  .driveonStep__lead {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
.driveonStep__list {
  position: relative;
  margin: 0 auto 30px;
}
@media (min-width: 1001px) {
  .driveonStep__list {
    display: flex;
  }
}
.driveonStep__list:after {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: 1;
  top: 60%;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #bf331e;
}
@media (max-width: 1000px) {
  .driveonStep__list:after {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 4px;
    height: 100%;
  }
}
@media (min-width: 1001px) {
  .driveonStep__list__item {
    margin-left: 6.591%;
  }
  .driveonStep__list__item:nth-of-type(1) {
    margin-left: 5%;
  }
}
@media (max-width: 1001px) {
  .driveonStep__list__item {
    margin-top: 6.591%;
  }
  .driveonStep__list__item:nth-of-type(1) {
    margin-top: 5%;
  }
}
.driveonStep__list__item {
  position: relative;
}
@media (max-width: 1001px) {
  .driveonStep__list__item {
    width: 300px;
    margin: 0 auto;
  }
}
@media (min-width: 1001px) {
  .driveonStep__list__item {
    width: 27.274%;
  }
}
.driveonStep__list__item__flag {
  width: 71px;
  aspect-ratio: 71/87;
  text-align: center;
  margin: 0 0 0 50%;
  z-index: 1;
  margin-bottom: -2%;
  border-left: 4px solid #b1b5c3;
}
@media (max-width: 1000px) {
  .driveonStep__list__item__flag {
    margin: 0 0 -15% 15%;
    text-align: left;
    aspect-ratio: 71/119;
  }
}
.driveonStep__list__item__flag__item1 {
  width: 68px;
  height: 51px;
  margin: auto;
  transform: translateX(-1px);
}
.driveonStep__list__item__flag__item1.is-step1 .flag-element {
  background-image: url("/jp/apollostation/driveon/img/common/driveonStep__flag1.png");
}
.driveonStep__list__item__flag__item1.is-step2 .flag-element {
  background-image: url("/jp/apollostation/driveon/img/common/driveonStep__flag2.png");
}
.driveonStep__list__item__flag__item1.is-step3 .flag-element {
  background-image: url("/jp/apollostation/driveon/img/common/driveonStep__flag3.png");
}
.driveonStep__list__item__flag__item1 .flag-element {
  animation: oscill 2s ease-in-out infinite alternate;
  position: relative;
  height: 100%;
  width: 1px;
  display: inline-block;
  max-width: 100%;
  background-size: 68px auto;
}
@keyframes oscill {
  100% {
    transform: translateY(3px) rotate(0.01deg);
  }
}
.driveonStep__list__item__contents {
  z-index: 2;
  position: relative;
  border: 6px solid #bf331e;
  background: #fff;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.2s;
}
@media (min-width: 640px) {
  .driveonStep__list__item__contents:hover {
    transition: 0.2s;
  }
  .driveonStep__list__item__contents:hover .driveonStep__list__item__contents__img {
    transform: scale(1.1);
  }
}
.driveonStep__list__item__contents__img {
  transition: 0.2s;
  margin-bottom: 15px;
}
.driveonStep__list__item__contents__img > img {
  text-align: center;
  margin: 0 auto;
}
.driveonStep__list__item__contents__img.is-step3 {
  margin-top: -40px;
}
.driveonStep__list__item__contents__text {
  line-height: 1.6;
  text-align: center;
  font-size: clamp(11px, 1.1428571429vw, 16px);
  font-weight: 700;
}
@media (max-width: 1000px) {
  .driveonStep__list__item__contents__text {
    font-size: 16px;
  }
}
.driveonStep__list__item__contents__text > span {
  color: #df0515;
}
.driveonStep__subTitle {
  margin: 0 auto 15px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media (min-width: 1001px) {
  .driveonStep__cv {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .driveonStep__cv:after {
    position: relative;
    display: block;
    margin-top: 5%;
    content: "";
    width: 134px;
    aspect-ratio: 268/322;
    background: url(../img/common/driveonStep__list-cv-img_02.png) no-repeat center/100% auto;
  }
  .driveonStep__cv:before {
    position: relative;
    display: block;
    right: 0;
    content: "";
    width: 134px;
    aspect-ratio: 268/322;
    background: url(../img/common/driveonStep__list-cv-img_01.png) no-repeat center/100% auto;
  }
}
.driveonStep__cv .driveonCv__QR {
  box-shadow: none;
}
.driveonStep__cv__inner {
  max-width: 640px;
  width: 90%;
  position: relative;
}
@media (max-width: 1000px) {
  .driveonStep__cv__inner {
    margin: 0 auto;
  }
}
.driveonStep__cv .driveonCv__container {
  margin: 0 auto;
}
.driveonStep__button {
  margin: 56px auto 0;
  max-width: 320px;
}
@media screen and (max-width: 1000px) {
  .driveonStep__button {
    margin-top: 24px;
    max-width: 200px;
  }
}

.driveonFaq {
  padding: 80px 0 40px;
}
@media screen and (max-width: 640px) {
  .driveonFaq {
    padding: 64px 0;
  }
}
.driveonFaq__container {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1000px;
}
.driveonFaq__title {
  margin: 0 auto 40px;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .driveonFaq__title {
    margin-bottom: 40px;
    max-width: 162px;
  }
}
@media screen and (max-width: 1000px) {
  .driveonFaq__title {
    margin-bottom: 36px;
    max-width: 200px;
  }
  .driveonFaq__title img {
    width: 200px;
    margin: 0 auto;
  }
}
.driveonFaq__item {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
  background-color: #f5f5f5;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .driveonFaq__item {
    padding: 0;
    border-radius: 12px;
  }
}
.driveonFaq__item + .driveonFaq__item {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .driveonFaq__item + .driveonFaq__item {
    margin-top: 25px;
  }
}
.driveonFaq__item-question {
  background: #f5f5f5;
  position: relative;
  padding: 28px 20px;
  list-style: none;
  cursor: pointer;
  transition: color 0.3s;
}
@media screen and (max-width: 640px) {
  .driveonFaq__item-question {
    padding: 23px 15px;
  }
}
.driveonFaq__item-question:hover {
  color: #888;
}
.driveonFaq__item-question::-webkit-details-marker {
  display: none;
}
.driveonFaq__item-question::before, .driveonFaq__item-question::after {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 12px;
  height: 2.5px;
  background-color: #df0515;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .driveonFaq__item-question::before, .driveonFaq__item-question::after {
    right: 16px;
  }
}
[data-is-open=true] .driveonFaq__item-question::before {
  transform: rotate(-180deg);
}
.driveonFaq__item-question::after {
  transform: rotate(90deg);
}
[data-is-open=true] .driveonFaq__item-question::after {
  transform: rotate(0deg);
}
.driveonFaq__item-question-text {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 24px 0 54px;
  min-height: 48px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 640px) {
  .driveonFaq__item-question-text {
    padding-left: 40px;
    min-height: 28px;
    background-size: auto 8px;
    font-size: 15px;
  }
}
.driveonFaq__item-question-text::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 39px;
  aspect-ratio: 1/1;
  background: url(../img/common/driveonFaq__Q.png) no-repeat center/100% auto;
}
@media screen and (max-width: 640px) {
  .driveonFaq__item-question-text::before {
    top: 0;
    left: 0px;
    width: 30px;
  }
}
.driveonFaq__item-answer {
  display: grid;
  overflow: hidden;
  grid-template-rows: 0fr;
  margin-inline: 20px;
  transition: grid-template-rows 0.3s;
}
@media screen and (max-width: 640px) {
  .driveonFaq__item-answer {
    margin-inline: 16px;
  }
}
[data-is-open=true] .driveonFaq__item-answer {
  grid-template-rows: 1fr;
}
.driveonFaq__item-answer-text {
  position: relative;
  margin: 0;
  padding: 0 24px 0 54px;
  min-height: 0;
  border-top: 0 solid #e6e6e6;
  transition: 0.3s;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .driveonFaq__item-answer-text {
    padding: 0 24px 0 40px;
    min-height: 0;
    font-size: 15px;
  }
}
[data-is-open=true] .driveonFaq__item-answer-text {
  margin: 0;
  padding: 0 24px 30px 54px;
  min-height: 80px;
}
@media screen and (max-width: 640px) {
  [data-is-open=true] .driveonFaq__item-answer-text {
    padding: 0 24px 25px 40px;
  }
}
.driveonFaq__item-answer-text::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 39px;
  aspect-ratio: 1/1;
  background: url(../img/common/driveonFaq__A.png) no-repeat center/100% auto;
}
@media screen and (max-width: 640px) {
  .driveonFaq__item-answer-text::before {
    top: 0;
    left: 0px;
    width: 30px;
  }
}
.driveonFaq__button {
  margin: 40px auto 0;
  max-width: 215px;
}
@media screen and (max-width: 640px) {
  .driveonFaq__button {
    max-width: 211px;
  }
}

.driveonRelatedServices {
  padding: 80px 0 100px;
}
@media screen and (max-width: 640px) {
  .driveonRelatedServices .driveonRelatedServices {
    padding: 60px 0;
  }
}

.driveonRelatedServices .driveon__wrapper-small {
  container-name: container;
  container-type: inline-size;
}

.driveonRelatedServices__title {
  margin: 0 auto 96px;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 640px) {
  .driveonRelatedServices__title {
    margin-bottom: 40px;
    max-width: 132px;
  }
}
.driveonRelatedServices__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 0 20px;
  list-style: none;
}

@media screen and (max-width: 640px) {
  .driveonRelatedServices__list {
    align-items: center;
    flex-direction: column;
    gap: 40px;
  }
}
.driveonRelatedServices__item {
  position: relative;
  display: block;
  padding: 0 0 84px;
  width: calc((100% + 20px) / 3 - 20px);
}

@container (max-width: 980px) {}
@media screen and (max-width: 640px) {
  .driveonRelatedServices__item {
    padding-bottom: 52px;
    max-width: 232px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .driveonRelatedServices__item-img {
    margin: 0 auto;
    max-width: 184px;
  }
}
.driveonRelatedServices__item-content {
  padding-top: 24px;
}

@media screen and (max-width: 640px) {
  .driveonRelatedServices__item-content {
    padding-top: 16px;
  }
}
.driveonRelatedServices__item-title {
  margin-bottom: 12px;
  color: #df0515;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.125;
}

@media screen and (max-width: 640px) {
  .driveonRelatedServices__item-title {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.driveonRelatedServices__item-title-small {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .driveonRelatedServices__item-title-small {
    font-size: 12px;
  }
}
.driveonRelatedServices__item-text {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .driveonRelatedServices__item-text {
    font-size: 12px;
  }
}
.driveonRelatedServices__item-button {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 178px;
}

@media screen and (max-width: 640px) {
  .driveonRelatedServices__item-button {
    max-width: 130px;
  }
}
.driveonBottom {
  padding: 80px 0 300px;
  background-color: #f40000;
  background-image: url(../img/common/bg_driveonBottom.png);
  background-position: center bottom -1px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  container-name: container;
  container-type: inline-size;
}

@media screen and (max-width: 640px) {
  .driveonBottom {
    padding: 76px 0 35%;
  }
}
.driveonBottom:has(.driveonBottom__icon-top) {
  padding-top: 48px;
}

@media screen and (max-width: 640px) {
  .driveonBottom:has(.driveonBottom__icon-top) {
    padding-top: 16px;
  }
}
.driveonBottom__icon {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .driveonBottom__icon {
    width: 25%;
  }
}
.driveonBottom__icon img {
  display: block;
}

.driveonBottom__icon-top {
  margin: 0 auto 16px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .driveonBottom__icon-top {
    width: 60%;
  }
}
.driveonBottom__icon-top img {
  display: block;
}

.driveonBottom__title {
  margin: 40px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .driveonBottom__title {
    margin-top: 16px;
  }
}
.driveonBottom__title img {
  display: block;
}

.driveonBottom__cv {
  margin: 40px auto 72px;
  max-width: 600px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .driveonBottom__cv {
    margin: 32px auto 32px;
    max-width: 440px;
    width: 90%;
  }
}
.driveonBottom__button {
  margin: 0 auto 80px;
  max-width: 320px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .driveonBottom__button {
    margin-bottom: 32px;
    max-width: 196px;
  }
}
.driveonBottom__note {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  max-width: 650px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .driveonBottom__note {
    font-size: 10px;
    line-height: 1.25;
  }
}
.driveonButton--icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 640px) {
  .driveonButton--icon {
    left: 16px;
    width: 24px;
    height: 24px;
  }
}
.driveonButton--primary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 9999px;
  background-color: #df0515;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: background-color 0.3s;
}
.driveonButton--primary:has(.driveonButton--icon) {
  padding-left: 40px;
}
@media screen and (max-width: 640px) {
  .driveonButton--primary:has(.driveonButton--icon) {
    padding-left: 24px;
  }
}
.driveonButton--primary:hover {
  background-color: #e84f5a;
}
.driveonButton--primary > span {
  position: relative;
  padding-right: 1em;
}
.driveonButton--primary > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  right: 4px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -65%) rotate(45deg);
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  .driveonButton--primary {
    height: 42px;
    font-size: 16px;
  }
}

.driveonButton--primary-small {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  border-radius: 100px;
  background-color: #df0515;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  transition: background-color 0.3s;
}

@media screen and (max-width: 640px) {
  .driveonButton--primary-small {
    height: 40px;
    font-size: 16px;
  }
}
.driveonButton--primary-small:hover {
  background-color: #e84f5a;
}

.driveonButton--primary-small.anchor-link {
  padding-bottom: 4px;
  background-image: url(../img/common/arrowBottom-white.png);
  background-position: center bottom 8px;
  background-size: 12px auto;
  background-repeat: no-repeat;
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .driveonButton--primary-small.anchor-link {
    background-position: center bottom 4px;
    background-size: 10px auto;
    font-size: 12px;
  }
}
.driveonButton--primary-border {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  border: 2px solid #df0515;
  border-radius: 100px;
  background-color: #fff;
  color: #df0515;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: color 0.3s;
}

@media screen and (max-width: 640px) {
  .driveonButton--primary-border {
    padding: 4px 0;
    min-height: 36px;
    height: auto;
    font-size: 12px;
    line-height: 1.1666666667;
  }
}
.driveonButton--primary-border:hover {
  color: #ef828a;
}

.driveonButton--white {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  border-radius: 100px;
  background-color: #fff;
  color: inherit;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  transition: color 0.3s;
}

@media screen and (max-width: 640px) {
  .driveonButton--white {
    height: 54px;
    font-size: 16px;
  }
}
.driveonButton--white:hover {
  color: #888;
}

.driveonButton--white:has(.driveonButton--icon) {
  padding-left: 40px;
}

@media screen and (max-width: 640px) {
  .driveonButton--white:has(.driveonButton--icon) {
    padding-left: 24px;
  }
}
.driveonButton--white-small {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  border-radius: 100px;
  background-color: #fff;
  color: inherit;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  transition: color 0.3s;
}

@media screen and (max-width: 640px) {
  .driveonButton--white-small {
    height: 40px;
    font-size: 16px;
  }
}
.driveonButton--white-small:hover {
  color: #888;
}

.driveonButton--gray {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px 0 0;
  width: 100%;
  height: 54px;
  border-radius: 100px;
  background-color: #f5f5f5;
  background-image: url(../img/common/arrowRight-primary.png);
  background-position: right 20px center;
  background-size: 9px auto;
  background-repeat: no-repeat;
  color: #3e3e3e;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: color 0.3s;
}

@media screen and (max-width: 640px) {
  .driveonButton--gray {
    padding: 0 12px 0 0;
    height: 36px;
    background-position: right 12px center;
    background-size: 8px auto;
    font-size: 12px;
  }
}
.driveonButton--gray:hover {
  color: #7c7c7c;
}

.driveonButton--yellow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px 0 0;
  max-width: 564px;
  width: 100%;
  height: 100px;
  border: 1px solid #f2ba00;
  border-radius: 100px;
  background-color: #ffe100;
  background-image: url(../img/common/arrowRight-primary.png);
  background-position: right 32px center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  box-shadow: 0 8px 0 #f2ba00;
  color: #df0515;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  transition: background-color 0.3s;
}

@media screen and (max-width: 640px) {
  .driveonButton--yellow {
    padding: 0 16px 0 0;
    max-width: 348px;
    height: 46px;
    background-position: right 16px center;
    background-size: 8px auto;
    box-shadow: 0 4px 0 #f2ba00;
    font-size: 12px;
  }
}
.driveonButton--yellow:hover {
  background-color: hsl(54, 100%, 70%);
}

.driveonButton--back {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 24px;
  width: 100%;
  height: 80px;
  border: 2px solid #999;
  border-radius: 100px;
  background-color: #fff;
  background-image: url(../img/common/arrowLeft-primary.png);
  background-position: left 32px center;
  background-size: 12px auto;
  background-repeat: no-repeat;
  color: inherit;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  transition: color 0.3s;
}

@media screen and (max-width: 640px) {
  .driveonButton--back {
    padding: 0 0 0 16px;
    height: 54px;
    background-position: left 18px center;
    background-size: 10px auto;
    font-size: 16px;
  }
}
.driveonButton--back:hover {
  color: #888;
}

.driveonArticleHeader {
  padding: 104px 0 40px;
}
@media screen and (max-width: 640px) {
  .driveonArticleHeader {
    padding: 56px 0 0;
  }
}
.driveonArticleHeader__title {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
}
@media screen and (max-width: 640px) {
  .driveonArticleHeader__title {
    font-size: 22px;
  }
}
.driveonArticleHeader__lead {
  margin-top: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .driveonArticleHeader__lead {
    font-size: 12px;
  }
}

.driveonArticleBody {
  padding: 40px 0 104px;
}
@media screen and (max-width: 640px) {
  .driveonArticleBody {
    padding: 24px 0 40px;
  }
}
.driveonArticleBody.bg-gray {
  background-color: #f5f5f5;
}
.driveonArticleBody + .driveonArticleBody {
  padding-top: 108px;
}
@media screen and (max-width: 640px) {
  .driveonArticleBody + .driveonArticleBody {
    padding: 24px 0 48px;
  }
}

.driveonArticle p:not([class]) {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .driveonArticle p:not([class]) {
    font-size: 14px;
  }
}
.driveonArticle p:not([class]):last-child {
  margin-bottom: 0;
}
.driveonArticle__contents {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__contents {
    margin-bottom: 48px;
  }
}
.driveonArticle__contents#section-07 {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__contents#section-07 {
    margin-bottom: 48px;
  }
}
.driveonArticle__contents + .driveonArticle__contents {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__contents + .driveonArticle__contents {
    margin-top: 48px;
  }
}
.driveonArticle__contents a:not([class]) {
  color: #70a9c6;
  text-decoration: underline;
}
.driveonArticle__title {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__title {
    font-size: 22px;
  }
}
.driveonArticle__title + :not(.driveonArticle__lead) {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__title + :not(.driveonArticle__lead) {
    margin-top: 40px;
  }
}
.driveonArticle__lead {
  margin-top: 8px;
  margin-bottom: 80px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__lead {
    margin-bottom: 40px;
    font-size: 12px;
  }
}
.driveonArticle__numTitle {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__numTitle {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.driveonArticle__subTitle {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__subTitle {
    font-size: 12px;
  }
}
p + .driveonArticle__subTitle, .driveonArticle__grayBox + .driveonArticle__subTitle {
  margin-top: 40px;
}
.driveonArticle__subTitle_02 {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__subTitle_02 {
    font-size: 16px;
  }
}
.driveonArticle__subTitle_02 + :not(p) {
  margin-top: 32px;
}
.driveonArticle__img {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
p + .driveonArticle__img {
  margin-top: 24px;
}
.driveonArticle__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
  padding: 32px;
  border: 1px solid #999;
}
@media screen and (max-width: 640px) {
  .driveonArticle__box {
    flex-direction: column;
    gap: 24px;
    padding: 16px;
  }
}
.driveonArticle__box-img {
  max-width: 360px;
  width: 100%;
}
.driveonArticle__box-body {
  width: 100%;
}
.driveonArticle__box-button {
  margin-top: 24px;
  margin-inline: auto;
  max-width: 326px;
}
.driveonArticle__col {
  display: flex;
  justify-content: space-between;
  gap: 48px 24px;
  container-name: container;
  container-type: inline-size;
}
@media screen and (max-width: 640px) {
  .driveonArticle__col {
    flex-direction: column;
  }
  .driveonArticle__col:has(> .driveonArticle__spSlide-item) {
    overflow-x: auto;
    flex-direction: row;
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    margin-right: -24px;
    margin-left: auto;
    padding-right: 24px;
    padding-bottom: 8px;
  }
}
.driveonArticle__col:has(> .driveonArticle__col-2-item) {
  flex-wrap: wrap;
  gap: 72px 24px;
}
.driveonArticle__col + * {
  margin-top: 88px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__col + * {
    margin-top: 56px;
  }
}
@media screen and (max-width: 640px) {
  .driveonArticle__col:has(> .driveonArticle__gray-item) {
    flex-direction: column;
    gap: 24px;
  }
}
.driveonArticle__col:has(> .driveonArticle__spSlide-item) {
  flex-wrap: wrap;
  justify-content: flex-start;
}
@container (max-width: 577px) {
  .driveonArticle__col:has(> .driveonArticle__spSlide-item) {
    flex-wrap: nowrap;
  }
}
.driveonArticle__col:has(> .driveonArticle__col-text) {
  gap: 40px;
}
@media (max-width: 640px) {
  .driveonArticle__col:has(> .driveonArticle__col-text) {
    gap: 20px;
  }
}
.driveonArticle__col-2-item {
  width: calc((100% + 24px) / 2 - 24px);
}
@media screen and (max-width: 640px) {
  .driveonArticle__col-2-item {
    width: 100%;
  }
}
.driveonArticle__col-2-img {
  width: 100%;
}
.driveonArticle__col-2-img img {
  width: 100%;
}
.driveonArticle__col-2-caption {
  margin-top: 24px;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__col-2-caption {
    margin-top: 4px;
    font-size: 12px;
  }
}
.driveonArticle__col-2-button {
  margin-top: 24px;
  margin-inline: auto;
  max-width: 260px;
}
.driveonArticle__col-2-note {
  margin-top: 24px;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__col-2-note {
    margin-top: 16px;
    font-size: 12px;
  }
}
.driveonArticle__col-item {
  flex: 1;
  container-name: container;
  container-type: inline-size;
}
.driveonArticle__col-img {
  max-width: 500px;
  width: 100%;
}
.driveonArticle__col-img > img {
  overflow: hidden;
  border-radius: 30px;
}
.driveonArticle__col-text {
  width: 100%;
}
.driveonArticle__col-text .driveonArticle__button {
  margin-top: 15px;
}
.driveonArticle__spSlide-item {
  max-width: 210px;
}
@container (min-width: calc(577px + 1px)) {
  .driveonArticle__spSlide-item {
    width: calc((100% + 24px) / 4 - 24px);
  }
}
@container (max-width: 577px) {
  .driveonArticle__spSlide-item {
    flex-shrink: 0;
    max-width: none;
    width: calc((100% + 24px) / 2 - 24px);
  }
  .driveonArticle__spSlide-item img {
    width: 100%;
  }
}
.driveonArticle__spSlide-caption {
  display: block;
  margin-top: 24px;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__spSlide-caption {
    margin-top: 16px;
    font-size: 12px;
  }
}
.driveonArticle__note {
  margin-top: 24px;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__note {
    margin-top: 16px;
    font-size: 12px;
  }
}
.driveonArticle__note + * {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__note + * {
    margin-top: 24px;
  }
}
.driveonArticle__col + .driveonArticle__note {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__col + .driveonArticle__note {
    margin-top: 32px;
  }
}
.driveonArticle__grayBox {
  margin-bottom: 24px;
  padding: 32px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 640px) {
  .driveonArticle__grayBox {
    padding: 16px;
  }
}
.driveonArticle__grayBox-img {
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__grayBox-img {
    margin-top: -16px;
    margin-bottom: 16px;
    margin-inline: -16px;
  }
  .driveonArticle__grayBox-img img {
    width: 100%;
  }
}
.driveonArticle__button {
  margin-top: 72px;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .driveonArticle__button {
    margin-top: 48px;
    max-width: calc(100% - 16px);
  }
}
.driveonArticle__button [class*=driveonButton] {
  margin-inline: auto;
  max-width: 446px;
}
.driveonArticle__button + .driveonArticle__button {
  margin-top: 32px;
}
.driveonArticle__button-txt {
  margin-bottom: 16px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__button-txt {
    font-size: 12px;
  }
}
.driveonArticle__anchorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 88px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__anchorList {
    gap: 32px;
    margin-bottom: 56px;
  }
}
.driveonArticle__anchorList-item {
  position: relative;
  padding-bottom: 80px;
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .driveonArticle__anchorList-item {
    padding-bottom: 52px;
    max-width: 120px;
  }
}
.driveonArticle__anchorList-item-img {
  margin-bottom: 24px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .driveonArticle__anchorList-item-img {
    margin-bottom: 16px;
  }
}
.driveonArticle__anchorList-item-title {
  margin-bottom: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__anchorList-item-title {
    font-size: 12px;
  }
}
.driveonArticle__anchorList-item-button {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 220px;
}
.driveonArticle__bottom {
  margin-top: 160px;
  margin-inline: auto;
  max-width: 414px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__bottom {
    margin-top: 80px;
    max-width: calc(100% - 16px);
  }
}
.driveonArticle__gray-col {
  display: flex;
  justify-content: space-between;
  gap: 32px 40px;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__gray-col {
    flex-direction: column;
    margin-top: 32px;
    padding-bottom: 24px;
  }
}
.driveonArticle__gray-col-item {
  flex: 1;
}
@media screen and (max-width: 640px) {
  .driveonArticle__gray-col-item {
    padding-inline: 32px;
    width: 100%;
  }
}
.driveonArticle__gray-col-item-img {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.driveonArticle__gray-col-item-title {
  margin-top: 16px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__gray-col-item-title {
    margin-top: 8px;
    font-size: 12px;
  }
}
.driveonArticle__gray-col-item-text {
  margin-top: 24px;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__gray-col-item-text {
    margin-top: 16px;
    font-size: 12px;
  }
}
.driveonArticle__gray-item {
  flex: 1;
  padding: 24px 40px 48px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .driveonArticle__gray-item {
    padding: 24px 0;
  }
}
.driveonArticle__gray-item-title {
  color: #df0515;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__gray-item-title {
    padding-inline: 24px;
    font-size: 18px;
  }
}
.driveonArticle__gray-item-lead {
  margin-top: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__gray-item-lead {
    margin-top: 4px;
    padding-inline: 24px;
    font-size: 12px;
  }
}
.driveonArticle__gray-item-img {
  margin-top: 24px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .driveonArticle__gray-item-img {
    margin-top: 16px;
    width: 100%;
  }
  .driveonArticle__gray-item-img img {
    width: 100%;
  }
}
.driveonArticle__gray-item-text {
  margin-top: 24px;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__gray-item-text {
    margin-top: 16px;
    padding-inline: 24px;
    font-size: 12px;
  }
}
.driveonArticle__gray-item-button {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 260px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .driveonArticle__gray-item-button {
    margin-top: 24px;
    max-width: 200px;
  }
}
.driveonArticle__gray-item-button .driveonButton--primary {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .driveonArticle__gray-item-button .driveonButton--primary {
    height: 64px;
    font-size: 16px;
  }
}

* + .driveonArticle__subTitle_02 {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  * + .driveonArticle__subTitle_02 {
    margin-top: 40px;
  }
}

.driveonTopMv {
  padding: 40px 0 64px;
  background-image: url(../img/top/mv.png);
  background-position: center top;
  background-size: 3072px auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 960px) {
  .driveonTopMv {
    padding: 64px 0 40px;
    background-image: url(../img/top/mv.png);
    background-size: 100% auto;
  }
}
.driveonTopMv__container {
  display: flex;
  gap: 10%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1400px;
}

@media screen and (max-width: 960px) {
  .driveonTopMv__container {
    flex-direction: column;
    padding: 0 36px;
  }
}
.driveonTopMv__logo {
  margin-top: 98px;
}

@media screen and (max-width: 960px) {
  .driveonTopMv__logo {
    margin: 0 auto;
    max-width: 70%;
  }
}
@media screen and (max-width: 960px) {
  .driveonTopMv__logo-top {
    margin: 0 auto;
    max-width: 70%;
  }
}
.driveonTopMv__logo-top + .driveonTopMv__logo {
  margin-top: 0;
}

.driveonTopMv__copy {
  margin-bottom: 52px;
}

@media screen and (max-width: 960px) {
  .driveonTopMv__copy {
    order: 1;
    margin-top: 15%;
    margin-bottom: 24px;
    max-width: 430px;
  }
}
.driveonTopMv__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 2.2222222222;
}

@media screen and (max-width: 960px) {
  .driveonTopMv__text {
    order: 2;
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(12px, 3vw, 18px);
  }
}
.driveonTopMv__bnr {
  margin: 200px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .driveonTopMv__bnr {
    margin: 40px auto 0;
    max-width: calc(100% - 48px);
  }
}
.driveonTopMv__bnr a {
  display: block;
  transition: filter 0.3s;
}

.driveonTopMv__bnr a:hover {
  filter: brightness(1.1);
}

.driveonTopKV {
  background: url(../img/top/driveonTopKV.png) no-repeat center bottom/100% auto;
  aspect-ratio: 1400/662;
  width: 100%;
  padding: 3% 4% 3.3% 7%;
  position: relative;
}
@media (min-width: 1401px) {
  .driveonTopKV {
    aspect-ratio: 1400/589;
  }
}
@media (max-width: 767px) {
  .driveonTopKV {
    padding: 5% 3% 7%;
    aspect-ratio: 375/643;
    background: url(../img/top/driveonTopKV__sp.png) no-repeat left 0% top 24%/100% auto;
  }
}
.driveonTopKV__icn01 {
  position: absolute;
  width: 8%;
  top: 38.7%;
  left: 19.5%;
}
@media (max-width: 767px) {
  .driveonTopKV__icn01 {
    width: 13%;
    top: 30%;
    left: 37%;
  }
}
.driveonTopKV__icn02 {
  position: absolute;
  width: 29%;
  top: 38.4%;
  left: 23.1%;
}
@media (max-width: 767px) {
  .driveonTopKV__icn02 {
    width: 45%;
    top: 30.4%;
    left: 44.1%;
  }
}
.driveonTopKV__container {
  align-items: center;
}
@media (min-width: 768px) {
  .driveonTopKV__container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1232px;
  }
}
.driveonTopKV__container2 {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .driveonTopKV__container2 {
    width: 43.6%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: 3%;
  }
}
.driveonTopKV__logo-wrapper {
  width: 270px;
  margin: 20px auto 30px;
}
@media (min-width: 767px) {
  .driveonTopKV__logo-wrapper {
    width: 48%;
    margin: 0 4% 0;
  }
}
.driveonTopKV__logo-wrapper2 {
  width: 270px;
  margin: 0 auto 52%;
}
@media (min-width: 767px) {
  .driveonTopKV__logo-wrapper2 {
    width: 48%;
    width: auto;
    margin: auto;
  }
}
.driveonTopKV__copy img {
  margin: 0 0 0 auto;
}
.driveonTopKV__CV_inner {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .driveonTopKV__CV_inner {
    width: 82%;
  }
}
.driveonTopKV .driveonCv {
  margin: 3.5% auto 0;
}
@media (max-width: 767px) {
  .driveonTopKV .driveonCv {
    margin-top: 10%;
  }
}
.driveonTopKV .driveonCv__container {
  gap: 20px;
  justify-content: center;
  max-width: 537px;
  margin: 0 auto;
}
.driveonTopKV .driveonCv__container .driveonCv {
  max-width: 537px;
  width: 100%;
  margin: 0 auto;
}
.driveonTopKV .driveonCv__container .driveonCv__button {
  max-height: 52px;
}
@media (max-width: 767px) {
  .driveonTopKV .driveonCv__container .driveonCv__button {
    max-height: 42px;
  }
}
.driveonTopKV .driveonCv__container .driveonCv__button.AppStore {
  width: 42%;
}
.driveonTopKV .driveonCv__container .driveonCv__button.GooglePlay {
  width: 52%;
}
.driveonTopKV .driveonCv__container .driveonCv__QR {
  max-width: 105px;
}
.driveonTopKV__movie {
  position: relative;
}
.driveonTopKV__movie-slider {
  position: relative;
}
.driveonTopKV__movie-slider-item {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 850px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 18px;
  background-color: #ddd;
}
@media screen and (max-width: 960px) {
  .driveonTopKV__movie-slider-item {
    max-width: calc(90% - 15px);
    border-radius: 18px;
  }
}
.driveonTopKV__movie-slider-item-button-play {
  position: relative;
  display: block;
  transition: filter 0.3s;
}
.driveonTopKV__movie-slider-item-button-play:hover {
  filter: brightness(1.1);
}
.driveonTopKV__movie-slider-item-button-play::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  margin: auto;
  width: 124px;
  height: 124px;
  border: none;
  background-color: transparent;
  background-image: url(../img/top/buttton_play.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .driveonTopKV__movie-slider-item-button-play::after {
    width: 80px;
    aspect-ratio: 1/1;
  }
}
.driveonTopKV__movie-slider-item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.driveonTopKV__movie-slider-button-prev {
  left: 40px;
  background-image: url(../img/top/driveonTopKV_arrow.png);
}
@media screen and (max-width: 640px) {
  .driveonTopKV__movie-slider-button-prev {
    left: 10px;
    background-image: url(../img/top/driveonTopKV_arrow.png);
  }
}
.driveonTopKV__movie-slider-button-prev.swiper-button-disabled {
  opacity: 0;
}
.driveonTopKV__movie-slider-button-next {
  right: 40px;
  background-image: url(../img/top/driveonTopKV_arrow.png);
  transform: scale(-1, 1);
}
@media screen and (max-width: 640px) {
  .driveonTopKV__movie-slider-button-next {
    right: 10px;
    background-image: url(../img/top/driveonTopKV_arrow__white.png);
  }
}
.driveonTopKV__movie-slider-button-next.swiper-button-disabled {
  opacity: 0;
}
.driveonTopKV__movie-slider-button-prev {
  left: -5%;
}
.driveonTopKV__movie-slider-button-next {
  right: -5%;
}
.driveonTopKV__movie-slider-button-prev, .driveonTopKV__movie-slider-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  width: 14px;
  height: 21px;
  border: none;
  background-color: transparent;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: 0.2s;
}
.driveonTopKV__movie-slider-button-prev:hover, .driveonTopKV__movie-slider-button-next:hover {
  opacity: 0.5;
}
.driveonTopKV__movie-slider-pagination {
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .driveonTopKV__movie-slider-pagination {
    gap: 4px;
    margin-top: 20px;
  }
}
.driveonTopKV__movie-slider-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #e6e6e6;
  opacity: 0.5;
  transition: background-color 0.3s;
}
@media screen and (max-width: 640px) {
  .driveonTopKV__movie-slider-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.driveonTopKV__movie-slider-pagination .swiper-pagination-bullet:hover {
  background-color: #e84f5a;
}
.driveonTopKV__movie-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #df0515;
}
@media (min-width: 641px) {
  .driveonTopKV__movie-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
  }
}

.driveonTopSupport {
  padding: 80px 0;
  background: #f5f5f5;
}
@media (max-width: 640px) {
  .driveonTopSupport {
    padding: 40px 0 60px;
  }
}
.driveonTopSupport__title {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 679px;
}
.driveonTopSupport__title img {
  display: block;
}
.driveonTopSupport__title > picture {
  max-width: 679px;
}
.driveonTopSupport__lead {
  margin-top: 15px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5555555556;
}
@media screen and (max-width: 640px) {
  .driveonTopSupport__lead {
    margin-top: 16px;
    font-size: 16px;
    text-align: left;
  }
  .driveonTopSupport__lead br {
    display: none;
  }
}
.driveonTopSupport__content {
  margin-top: 35px;
}
@media (min-width: 641px) {
  .driveonTopSupport__content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media (min-width: 641px) and (max-width: 1220px) {
  .driveonTopSupport__content {
    max-width: 640px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.driveonTopSupport__content__item {
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 35%;
}
@media (min-width: 641px) {
  .driveonTopSupport__content__item {
    width: 264px;
    margin-top: 90px;
  }
}
.driveonTopSupport__content__item__img {
  top: -80px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 640px) {
  .driveonTopSupport__content__item__img {
    top: -21%;
  }
}
.driveonTopSupport__content__item__img > img {
  width: 100%;
  height: auto;
}
.driveonTopSupport__content__item__title {
  margin-top: 70px;
  text-align: center;
  color: #df0515;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.driveonTopSupport__content__item__title span {
  display: block;
  font-size: 22px;
}
.driveonTopSupport__content__item__text {
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.driveonTopSupport__content__item__button {
  max-width: 164px;
  width: 100%;
  margin: auto;
}
@media (max-width: 640px) {
  .driveonTopSupport__content__item__button a {
    height: 42px;
  }
}

.driveonTopFunction {
  background: #f5f5f5;
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .driveonTopFunction {
    padding: 40px 0;
  }
}
@media (min-width: 640px) and (max-width: 1099px) {
  .driveonTopFunction {
    padding: 50px 0;
    background: linear-gradient(180deg, #f5f5f5 0%, #f5f5f5 25%, #df0515 25%, #df0515 83%, #f5f5f5 76%, #f5f5f5 100%);
  }
}
@media (min-width: 1099px) {
  .driveonTopFunction .driveon__wrapper-medium {
    max-width: 1360px;
    padding: 0 0 0 clamp(40px, 8.5714285714vw, 120px);
  }
}
@media (min-width: 1100px) {
  .driveonTopFunction__left {
    width: 420px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 641px) and (max-width: 1099px) {
  .driveonTopFunction__left {
    margin-bottom: 60px;
  }
  .driveonTopFunction__left .driveonTopFunction__button {
    display: none;
  }
}
.driveonTopFunction__right {
  position: relative;
  background: linear-gradient(180deg, transparent 0%, transparent 25%, #df0515 25%, #df0515 76%, transparent 76%, transparent 100%);
}
@media (min-width: 1100px) {
  .driveonTopFunction__right {
    width: clamp(40px, 57.5714285714vw, 806px);
    padding-left: clamp(20px, 6.4285714286vw, 90px);
  }
}
@media (min-width: 1401px) {
  .driveonTopFunction__right {
    flex: 1;
    margin-right: calc(50% - 50vw);
  }
}
@media (min-width: 641px) and (max-width: 1099px) {
  .driveonTopFunction__right {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .driveonTopFunction__right {
    margin-left: -20px;
    margin-right: -20px;
    background: linear-gradient(180deg, transparent 0%, transparent 25%, #df0515 25%, #df0515 100%, transparent 100%, transparent 100%);
  }
}
@media (min-width: 641px) and (max-width: 1099px) {
  .driveonTopFunction__right {
    margin-top: 30px;
    background: none;
  }
}
@media (min-width: 641px) {
  .driveonTopFunction__inner {
    display: flex;
    gap: 78px;
  }
}
@media (min-width: 641px) and (max-width: 1099px) {
  .driveonTopFunction__inner {
    display: block;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.driveonTopFunction__title {
  margin: 0 auto 33px;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 1099px) {
  .driveonTopFunction__title {
    margin-bottom: 15px;
    max-width: 290px !important;
  }
  .driveonTopFunction__title img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1000px) {
  .driveonTopFunction__title {
    margin-bottom: 36px;
    max-width: 200px;
  }
  .driveonTopFunction__title img {
    width: 200px;
    margin: 0 auto;
  }
}
.driveonTopFunction__text {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2em;
}
@media (max-width: 1099px) {
  .driveonTopFunction__text {
    margin-bottom: 0;
  }
}
@media (min-width: 640px) and (max-width: 1099px) {
  .driveonTopFunction__text {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.driveonTopFunction__text:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .driveonTopFunction__text:last-of-type {
    margin-bottom: 50px;
  }
}
.driveonTopFunction__button {
  margin: 40px auto 0 0;
  max-width: 190px;
}
@media (min-width: 641px) and (max-width: 1099px) {
  .driveonTopFunction__button {
    display: block;
    margin-top: 40px;
    margin: 40px auto;
  }
}
@media (max-width: 640px) {
  .driveonTopFunction__button {
    max-width: 184px;
    margin: 80px auto 0 auto;
  }
}
.driveonTopFunction__slider__nav {
  position: absolute;
  bottom: 14%;
  right: 320px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12;
}
@media (min-width: 1300px) {
  .driveonTopFunction__slider__nav {
    right: 30% !important;
  }
}
@media (min-width: 1921px) {
  .driveonTopFunction__slider__nav {
    right: 35% !important;
  }
}
@media (min-width: 1100px) {
  .driveonTopFunction__slider__nav {
    right: 22%;
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  .driveonTopFunction__slider__nav {
    right: 13%;
  }
}
@media (max-width: 767px) {
  .driveonTopFunction__slider__nav {
    margin-left: auto;
    margin-right: auto;
    transform: translateY(50px);
    position: static !important;
    margin-bottom: 80px;
  }
}
.driveonTopFunction__slider-button-prev, .driveonTopFunction__slider-button-next {
  position: static !important;
  width: 12px;
  aspect-ratio: 12.22/21.13;
  background: url(../img/top/driveonTopKV_arrow.png) no-repeat center/100% auto;
}
@media screen and (max-width: 640px) {
  .driveonTopFunction__slider-button-prev, .driveonTopFunction__slider-button-next {
    left: 10px;
    background-image: url(../img/top/driveonTopKV_arrow.png);
  }
}
.driveonTopFunction__slider-button-prev.swiper-button-disabled, .driveonTopFunction__slider-button-next.swiper-button-disabled {
  opacity: 0;
}
.driveonTopFunction__slider-button-next {
  transform: scale(-1, 1);
}
.driveonTopFunction__slider__pagination {
  position: static !important;
  bottom: -7% !important;
}
@media (min-width: 768px) {
  .driveonTopFunction__slider__pagination {
    left: 18% !important;
    bottom: 60px !important;
  }
}
.driveonTopFunction__slider__pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
}
.driveonTopFunction__slider__pagination .swiper-pagination-bullet-active {
  background: #cc0033;
}
.driveonTopFunction__slider .swiper-slide > * {
  opacity: 0;
}
.driveonTopFunction__slider .swiper-slide.swiper-slide-active > * {
  opacity: 1;
}
.driveonTopFunction__slider__contents {
  position: relative;
}
@media (min-width: 1100px) {
  .driveonTopFunction__slider__contents {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
    padding-right: clamp(40px, 9.2857142857vw, 130px);
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  .driveonTopFunction__slider__contents {
    padding-right: 40px;
  }
}
.driveonTopFunction__slider__contents__img {
  max-width: 258px;
}
@media (min-width: 641px) and (max-width: 1099px) {
  .driveonTopFunction__slider__contents__img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .driveonTopFunction__slider__contents__img {
    margin: 0 auto;
  }
}
.driveonTopFunction__slider__contents__title {
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 641px) and (max-width: 1099px) {
  .driveonTopFunction__slider__contents__title {
    margin-left: auto;
    margin-right: auto;
  }
}
.driveonTopFunction__slider__contents__text {
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 641px) and (max-width: 1099px) {
  .driveonTopFunction__slider__contents__text {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.driveonTopFunction__slider__contents__item {
  max-width: 245px;
  width: 100%;
}
@media (min-width: 641px) and (max-width: 1099px) {
  .driveonTopFunction__slider__contents__item {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .driveonTopFunction__slider__contents__item {
    margin: 30px auto 20px;
  }
}
.driveonTopFunction__slider__contents__item p {
  color: #fff;
}
.driveonTopFunction__slider__contents__item .driveonTopFunction__button {
  margin: 20px auto 0;
}
@media (min-width: 641px) {
  .driveonTopFunction__slider__contents__item .driveonTopFunction__button {
    max-width: 196px;
  }
}
.driveonTopFunction__slider__contents__item .driveonTopFunction__button .driveonButton--primary {
  background: #fff;
  color: #df0515;
  margin: 0 auto;
}
.driveonTopFunction__slider__contents__item .driveonTopFunction__button .driveonButton--primary span:after {
  border-color: #df0515;
}

.driveonTopCampaign {
  padding: 88px 0 104px;
  position: relative;
  background: #f5f5f5;
}
@media screen and (max-width: 640px) {
  .driveonTopCampaign {
    padding: 60px 0 65px;
  }
}
.driveonTopCampaign .driveon__wrapper-small {
  container-name: container;
  container-type: inline-size;
}
.driveonTopCampaign__title {
  margin: 0 auto;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  color: #df0515;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .driveonTopCampaign__title {
    max-width: 200px;
  }
}
.driveonTopCampaign__content {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .driveonTopCampaign__content {
    margin-top: 40px;
    display: block;
  }
}
.driveonTopCampaign__content__item {
  width: 31.7%;
}
@media screen and (max-width: 640px) {
  .driveonTopCampaign__content__item {
    width: 100%;
  }
  .driveonTopCampaign__content__item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.driveonTopCampaign__content__item a {
  display: block;
  transition: filter 0.3s;
}
.driveonTopCampaign__content__item a:hover {
  filter: brightness(1.1);
}
.driveonTopCampaign__button {
  margin: 49px auto 0;
  max-width: 179px;
}

.driveonTopNav {
  height: 90px;
}

@media screen and (max-width: 640px) {
  .driveonTopNav {
    height: 60px;
  }
}
.driveonTopNav__wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  margin: auto;
  background-color: #fff;
}

.driveonTopNav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  max-width: 1150px;
  width: 100%;
  height: 90px;
}

@media screen and (max-width: 640px) {
  .driveonTopNav__list {
    height: 60px;
  }
}
.driveonTopNav__list::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #ddd;
}

@media screen and (max-width: 640px) {
  .driveonTopNav__list::before {
    height: 1px;
  }
}
.driveonTopNav__item {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  width: 25%;
  height: 100%;
}

.driveonTopNav__item:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 25px;
  border-radius: 100px;
  background-color: #ddd;
}

@media (max-width: 767px) {
  .driveonMembersProgramNav__list > .driveonMembersProgramNav__item.sp-no-line::before {
    content: none;
  }
}
@media screen and (max-width: 640px) {
  .driveonTopNav__item:last-child::after {
    content: none;
  }
}
.driveonTopNav__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3px;
  height: 25px;
  border-radius: 100px;
  background-color: #ddd;
}

@media screen and (max-width: 640px) {
  .driveonTopNav__item::before {
    width: 1px;
  }
}
.driveonTopNav__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(12px, 2vw, 18px);
  line-height: 1.1666666667;
  transition: color 0.3s;
}

.driveonTopNav__item-link:hover {
  color: #df0515;
}

.active > .driveonTopNav__item-link {
  color: #df0515;
}

.active > .driveonTopNav__item-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 6px;
  background-color: #df0515;
}

@media screen and (max-width: 640px) {
  .active > .driveonTopNav__item-link::before {
    height: 4px;
  }
}
.driveonFunction {
  padding: 130px 0 80px;
}

@media screen and (max-width: 640px) {
  .driveonFunction {
    padding: 40px 0 64px;
  }
}
.driveonFunction .driveon__wrapper-small {
  container-name: container;
  container-type: inline-size;
}

.driveonFunction__title {
  margin: 0 auto 40px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .driveonFunction__title {
    max-width: 176px;
  }
}
.driveonFunction__lead {
  margin: 16px auto 0;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .driveonFunction__lead {
    margin-top: 8px;
    font-size: 12px;
  }
}
.driveonFunction__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 42px 30px;
  margin: 104px auto 70px;
  padding: 0;
  max-width: 1000px;
  list-style: none;
}
@media (max-width: 1000px) {
  .driveonFunction__list {
    gap: 16px;
  }
  .driveonFunction__list .driveonFunction__item {
    width: calc((100% - 16px) / 2);
  }
}
.driveonFunction__list .driveonFunction__item {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 30px 40px 100px 40px;
}
@media (max-width: 1000px) {
  .driveonFunction__list .driveonFunction__item {
    padding: 5% 3% 90px 3%;
  }
}

@media screen and (max-width: 640px) {
  .driveonFunction__list {
    margin: 40px auto 48px;
  }
}
.driveonFunction__item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 84px;
  width: 30.3333333333%;
}
.driveonFunction__item-img {
  position: relative;
  margin: 0 auto 20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .driveonFunction__item-img {
    max-width: 72px;
  }
}
.driveonFunction__item-content {
  margin-top: 8px;
}
.driveonFunction__item-title {
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #df0515;
}
.driveonFunction__item-text {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .driveonFunction__item-text {
    font-size: 12px;
  }
}
.driveonFunction__item-button {
  position: absolute;
  right: 0;
  bottom: 10%;
  left: 0;
  margin: auto;
  max-width: 163px;
}
.driveonFunction__item-button > a {
  background: #fff;
  border: 1px solid #df0515;
  border-radius: 9999px;
  overflow: hidden;
  color: #df0515;
  padding: 0;
  height: 42px;
}
.driveonFunction__item-button > a:hover {
  color: #e84f5a;
}
.driveonFunction__item-button > a span {
  position: relative;
  padding-right: 1em;
}
.driveonFunction__item-button > a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  right: 4px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #bf331e;
  border-right: 2px solid #bf331e;
  transform: translate(0, -65%) rotate(45deg);
  transition: 0.2s;
}

@container (max-width: 640px) {
  .driveonFunction__item {
    padding-bottom: 48px;
    width: calc((100% + 16px) / 2 - 16px);
  }
}
@media screen and (max-width: 640px) {
  .driveonFunction__item-title {
    margin-bottom: 8px;
    font-size: 14.2px;
  }
}
@media screen and (max-width: 640px) {
  .driveonFunction__item-button {
    max-width: 130px;
  }
}
.driveonFunction__button {
  margin: 0 auto;
  max-width: 285px;
}
.driveonFunction__button > a {
  font-size: 20px;
  height: 66px;
}

@media screen and (max-width: 640px) {
  .driveonFunction__button {
    max-width: 310px;
  }
}
.driveonFunctionHeader__container {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1000px;
  container-name: container;
  container-type: inline-size;
}

@media screen and (max-width: 640px) {
  .driveonFunctionHeader__container {
    padding: 0 24px;
  }
}
.driveonFunctionHeader__icon {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 640px) {
  .driveonFunctionHeader__icon {
    max-width: 72px;
  }
}
.driveonFunctionHeader__title {
  margin: 0 auto 40px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  color: #df0515;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 640px) {
  .driveonFunctionHeader__title {
    max-width: 370px;
    margin-bottom: 20px;
    font-size: clamp(24px, 3.6458333333vw, 28px);
  }
}

.driveonFunctionHeader__lead {
  margin: 8px auto 0;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .driveonFunctionHeader__lead {
    margin-top: 4px;
    font-size: 12px;
  }
}
.driveonFunctionHeader {
  padding: 60px 0 80px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 640px) {
  .driveonFunctionHeader {
    padding: 40px 0 48px;
  }
}
.driveonFunctionHeader__list {
  margin: 40px auto 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
@media (max-width: 640px) {
  .driveonFunctionHeader__list {
    margin-top: 40px;
    gap: 12px;
  }
}
.driveonFunctionHeader__item {
  width: calc((100% - 69px) / 4);
  position: relative;
  height: 100%;
}
@media (max-width: 1100px) {
  .driveonFunctionHeader__item {
    width: calc((100% - 23px) / 2);
  }
}
@media (max-width: 640px) {
  .driveonFunctionHeader__item {
    width: calc((100% - 12px) / 2);
  }
}
.driveonFunctionHeader__link {
  display: flex;
  align-items: center;
  padding: 20px 50px 20px 25px;
  border-radius: 20px;
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  transition: color 0.3s;
  letter-spacing: 0.05em;
  min-height: 100px;
}
@media (max-width: 1100px) {
  .driveonFunctionHeader__link {
    font-size: 17px;
  }
}
@media (max-width: 1100px) and (min-width: 641px) {
  .driveonFunctionHeader__link br {
    display: none;
  }
}
@media (max-width: 640px) {
  .driveonFunctionHeader__link {
    word-break: break-all;
    padding: 20px 32px 20px 10%;
    min-height: 80px;
    border-radius: 12px;
    font-size: clamp(12px, 2.8vw, 14px);
  }
}
.driveonFunctionHeader__link:hover {
  color: #888;
}
.driveonFunctionHeader__link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background-image: url(../../driveon/img/function/icn-redArrowDown.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: filter 0.3s;
}
@media screen and (max-width: 640px) {
  .driveonFunctionHeader__link:before {
    right: 16px;
    width: 16px;
    height: 16px;
  }
}

.driveonFunctionBody {
  padding: 88px 0 104px;
}

@media screen and (max-width: 640px) {
  .driveonFunctionBody {
    padding: 40px 0 64px;
  }
}
.driveonFunctionBody__container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px;
  container-name: container;
  container-type: inline-size;
}

.driveonMembersProgramMv {
  position: relative;
  z-index: 1;
  padding: 30px 0 0;
  background: url(../img/members_program/mv.png) no-repeat center top/100% auto;
  pointer-events: none;
  aspect-ratio: 1907/919;
  aspect-ratio: 1907/768;
  width: clamp(400px, 99.3229166667vw, 1902px);
  opacity: 1;
}
@media (min-width: 1903px) {
  .driveonMembersProgramMv {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .driveonMembersProgramMv {
    padding: 10.55% 0 200px;
    aspect-ratio: 749/1193;
    width: 100%;
    background: url(../img/members_program/mv_sp.png) no-repeat center bottom/100% auto, #df0515;
  }
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramMv {
    padding: 0.1% 0 24px;
  }
}
.driveonMembersProgramMv .driveon__wrapper-small {
  pointer-events: auto;
}

.driveonMembersProgramMv__title {
  margin: 0 auto 10px;
  max-width: clamp(100px, 31.6145833333vw, 607px);
  width: 100%;
}
@media (min-width: 1903px) {
  .driveonMembersProgramMv__title {
    max-width: 85%;
  }
}
.driveonMembersProgramMv__title img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 960px) {
  .driveonMembersProgramMv__title {
    max-width: 61.6666666667%;
    margin-bottom: 20px;
  }
}
.driveonMembersProgramMv__title-top {
  margin: 0 auto 30px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1903px) {
  .driveonMembersProgramMv__title-top img {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .driveonMembersProgramMv__title-top {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramMv__title-top {
    margin-inline: -16px;
  }
}
.driveonMembersProgramMv__text {
  margin: 30px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: clamp(12px, 1.2vw, 18px);
  line-height: 1.75;
}
@media (min-width: 1903px) {
  .driveonMembersProgramMv__text {
    font-size: clamp(12px, 1.2vw, 22px);
  }
}

@media screen and (max-width: 960px) {
  .driveonMembersProgramMv__text {
    margin: 15px auto 0;
    margin-top: 0;
    font-size: clamp(12px, 2.8888888889vw, 20px);
    width: 100%;
    max-width: 100%;
    line-height: 2;
  }
  .driveonMembersProgramMv__text br.pc-none {
    display: none;
  }
  .driveonMembersProgramMv__text br.sp-none {
    display: block;
  }
}
.driveonMembersProgramMv__cv {
  margin: 40px auto 0;
  max-width: clamp(200px, 26.0416666667vw, 500px);
  container-name: container;
  container-type: inline-size;
}
@media screen and (max-width: 960px) {
  .driveonMembersProgramMv__cv {
    max-width: 500px;
    width: 95%;
    margin-top: 80% !important;
  }
}
@media (max-width: 960px) and (min-width: 650px) {
  .driveonMembersProgramMv__cv {
    margin-top: 40px !important;
  }
}
.driveonMembersProgramMv__cv .driveonCv .driveonCv__button {
  max-height: 46.5px;
}
.driveonMembersProgramMv__cv .driveonCv .driveonCv__QR {
  max-width: 80px;
}

@media screen and (max-width: 640px) {
  .driveonMembersProgramMv__cv {
    margin-top: 35%;
  }
}
.driveonMembersProgramNav__list {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.driveonMembersProgramNav__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 1.5em;
}
@media (max-width: 640px) {
  .driveonMembersProgramNav__item {
    padding: 0 1.2em;
    margin-bottom: 0.4em;
  }
}

.driveonMembersProgramNav__item__sepa {
  display: none;
}
@media (max-width: 768px) {
  .driveonMembersProgramNav__item__sepa {
    display: block;
    width: 100%;
  }
}

.driveonMembersProgramNav__item:first-child::before {
  display: none !important;
}

.driveonMembersProgramNav__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3px;
  height: 30px;
  border-radius: 10px;
  background-color: #ffe100;
}

@media screen and (max-width: 640px) {
  .driveonMembersProgramNav__item::before {
    width: 2px;
    height: 25px;
  }
}
.driveonMembersProgramNav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
  height: 100%;
  color: inherit;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(13px, 1.5vw, 20px);
  line-height: 1.25;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .driveonMembersProgramNav__link {
    padding: 15px 0;
  }
}

@media screen and (max-width: 640px) {
  .driveonMembersProgramNav__link {
    padding: 8px 0;
    background-size: 10px auto;
    font-size: 12px;
  }
}
.driveonMembersProgramNav__link:hover {
  color: #df0515;
}

.driveonBenefitsMv {
  position: relative;
  padding-top: 56px;
}

@media screen and (max-width: 640px) {
  .driveonBenefitsMv {
    padding: 27px 0 4px;
    background-color: #fff;
    background-image: url(../img/benefits/mv_sp.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.driveonBenefitsMv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  aspect-ratio: 1600/560;
  background-image: url(../img/benefits/mv.png);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .driveonBenefitsMv::before {
    content: none;
  }
}
.driveonBenefitsMv__title {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.driveonBenefitsContents {
  position: relative;
  padding: 46px 0 128px;
}

@media screen and (max-width: 640px) {
  .driveonBenefitsContents {
    padding: 40px 0 64px;
  }
}
.driveonBenefitsContents__item {
  position: relative;
  z-index: 1;
  padding-inline: 68px;
  border: 12px solid transparent;
  border-radius: 68px;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .driveonBenefitsContents__item {
    padding-inline: 21px;
    border-width: 6px;
    border-radius: 30px;
  }
}
.driveonBenefitsContents__item + .driveonBenefitsContents__item {
  margin-top: 150px;
}

@media screen and (max-width: 640px) {
  .driveonBenefitsContents__item + .driveonBenefitsContents__item {
    margin-top: 72px;
  }
}
.driveonBenefitsContents__item + .driveonBenefitsContents__item::before {
  content: "";
  position: absolute;
  top: -134px;
  right: 0;
  left: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  background-image: url("/jp/apollostation/driveon/img/common/arrowBottom-primary.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .driveonBenefitsContents__item + .driveonBenefitsContents__item::before {
    top: -64px;
    width: 28px;
    height: 28px;
  }
}
.driveonBenefitsContents__item.copper {
  border-color: #c98156;
}

.driveonBenefitsContents__item.silver {
  border-color: #a6acb1;
}

.driveonBenefitsContents__item.gold {
  border-color: #e5b000;
}

.driveonBenefitsContents__title {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin: 0 auto;
  width: 292px;
  height: 92px;
  border: 6px solid transparent;
  border-radius: 100px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  transform: translateY(calc(-50% - 12px));
}

@media screen and (max-width: 640px) {
  .driveonBenefitsContents__title {
    gap: 4px;
    width: 90px;
    height: 30px;
    border-width: 1px;
    font-size: 12px;
    transform: translateY(calc(-50% - 6px));
  }
}
.driveonBenefitsContents__title-small {
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .driveonBenefitsContents__title-small {
    font-size: 8px;
  }
}
.copper .driveonBenefitsContents__title {
  border-color: #c98156;
  background-color: #723e1e;
  color: #f0bf9e;
}

.silver .driveonBenefitsContents__title {
  border-color: #a6acb1;
  background-image: linear-gradient(to right, #e8e9ea, #b5bbc0);
  color: #3d4143;
}

.gold .driveonBenefitsContents__title {
  border-color: #e5b000;
  background-image: linear-gradient(to right, #fdd513, #a85f09);
  color: #4b0f00;
}

.driveonBenefitsContents__body {
  margin-top: -56px;
  padding-bottom: 66px;
}

@media screen and (max-width: 640px) {
  .driveonBenefitsContents__body {
    margin-top: -8px;
    padding-bottom: 34px;
  }
}
.driveonBenefitsContents__body + .driveonBenefitsContents__body {
  margin-top: 0;
}

.copper .driveonBenefitsContents__body + .driveonBenefitsContents__body {
  padding-top: 16px;
  border-top: 8px dotted #c98156;
}

@media screen and (max-width: 640px) {
  .copper .driveonBenefitsContents__body + .driveonBenefitsContents__body {
    border-top: 5px dotted #c98156;
  }
}
.silver .driveonBenefitsContents__body + .driveonBenefitsContents__body {
  padding-top: 16px;
  border-top: 8px dotted #999;
}

@media screen and (max-width: 640px) {
  .silver .driveonBenefitsContents__body + .driveonBenefitsContents__body {
    border-top: 5px dotted #999;
  }
}
.gold .driveonBenefitsContents__body + .driveonBenefitsContents__body {
  padding-top: 16px;
  border-top: 8px dotted #e5b000;
}

@media screen and (max-width: 640px) {
  .gold .driveonBenefitsContents__body + .driveonBenefitsContents__body {
    border-top: 5px dotted #e5b000;
  }
}
.driveonBenefitsContents__body-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #df0515;
  font-weight: 700;
  font-size: 30px;
}

@media screen and (max-width: 640px) {
  .driveonBenefitsContents__body-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .driveonBenefitsContents__body-title-icon {
    width: 36px;
    height: 36px;
  }
}
.driveonBenefitsContents__body-title-small {
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .driveonBenefitsContents__body-title-small {
    font-size: 14px;
  }
}
.driveonBenefitsContents__body-img {
  margin-top: 8px;
  margin-inline: auto;
  max-width: 672px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .driveonBenefitsContents__body-img {
    margin-top: 24px;
  }
}
.driveonBenefitsContents__body-img img {
  margin: 0 auto;
}

.driveonBenefitsContents__body-imgs {
  display: flex;
  gap: 28px;
  justify-content: center;
  margin-top: 8px;
  margin-inline: auto;
  max-width: 718px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .driveonBenefitsContents__body-imgs {
    gap: 6px;
    margin-top: 24px;
  }
}
.driveonBenefitsContents__body-imgs img {
  max-width: 100%;
  width: calc((100% + 28px) / 2 - 28px);
  border-radius: 24px;
}

@media screen and (max-width: 640px) {
  .driveonBenefitsContents__body-imgs img {
    width: calc((100% + 6px) / 2 - 6px);
    border-radius: 10px;
  }
}
.driveonBenefitsContents__body-text {
  margin-top: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .driveonBenefitsContents__body-text {
    margin-top: 24px;
    font-size: 14px;
  }
}
.driveonBenefitsContents__button {
  margin: 120px auto 0;
  max-width: 556px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .driveonBenefitsContents__button {
    margin-top: 72px;
  }
}
.driveonRankMv {
  position: relative;
  padding-top: 56px;
  background-image: url(../img/rank/mv.png);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .driveonRankMv {
    padding: 27px 0 4px;
    background-color: #fff;
    background-image: url(../img/rank/mv_sp.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.driveonRankMv__title {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.driveonRankMv__img {
  margin: 54px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 640px) {
  .driveonRankMv__img {
    margin-top: 24px;
  }
}
.driveonRankCv {
  position: relative;
  padding: 48px 0 0;
}

@media screen and (max-width: 640px) {
  .driveonRankCv {
    padding: 12px 0 0;
  }
}
.driveonRankCv .driveonRankDetail {
  margin-top: 108px;
}

@media screen and (max-width: 640px) {
  .driveonRankCv .driveonRankDetail {
    margin-top: 26px;
  }
}
@media screen and (max-width: 640px) {
  .driveonRankCv__text {
    margin-bottom: 8px;
  }
}
.driveonRankCv__text-sub {
  margin: 22px auto 26px;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
}

@media screen and (max-width: 640px) {
  .driveonRankCv__text-sub {
    margin: 10px auto;
    font-size: 12px;
  }
}
.driveonRankCv__button {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.driveonRankCv__button + .driveonRankCv__button {
  margin-top: 96px;
}

@media screen and (max-width: 640px) {
  .driveonRankCv__button + .driveonRankCv__button {
    margin-top: 28px;
  }
}
.driveonRankCv__button-silver {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: filter 0.3s;
}

.driveonRankCv__button-silver:hover {
  filter: brightness(1.1);
}

.driveonRankCv__button-silver .animation-flash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.driveonRankCv__button-gold {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: filter 0.3s;
}

.driveonRankCv__button-gold:hover {
  filter: brightness(1.1);
}

.driveonRankCv__button-gold .animation-flash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.driveonRankCv__dialog {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  animation: fadeIn 1s;
}

.driveonRankCv__dialog[open] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.driveonRankCv__dialog::backdrop {
  background: rgba(0, 0, 0, 0.7);
}

.driveonRankCv__dialog::after {
  content: "";
  position: absolute;
  top: 32px;
  right: 32px;
  width: 40px;
  height: 40px;
  background-image: url(../img/rank/close.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .driveonRankCv__dialog::after {
    right: 8px;
    width: 24px;
    height: 24px;
  }
}
.driveonRankCv__dialog-content {
  position: relative;
  margin: 0 auto;
  padding: 56px 0 48px 0;
  max-width: 1024px;
  width: calc(100% - 40px);
  border: none;
  border-radius: 38px;
  background-color: #f5f5f5;
  background-image: url(../img/benefits/bg.png);
  background-position: center top;
  background-size: auto 671px;
  background-repeat: repeat;
}

@media screen and (max-width: 640px) {
  .driveonRankCv__dialog-content {
    padding: 24px 0 32px 0;
    width: 100%;
    border-radius: 20px;
    background-size: auto 335px;
  }
}
.driveonRankCv__dialog-title {
  margin-bottom: 20px;
  margin-inline: auto;
  max-width: 840px;
  width: calc(100% - 16px);
}

@media screen and (max-width: 640px) {
  .driveonRankCv__dialog-title {
    margin-bottom: 24px;
  }
}
.driveonRankCv__dialog-title img {
  margin-inline: auto;
}

.driveonRankCv__dialog-img {
  margin-bottom: 40px;
  margin-inline: auto;
  max-width: 840px;
  width: calc(100% - 16px);
}

@media screen and (max-width: 640px) {
  .driveonRankCv__dialog-img {
    margin-bottom: 20px;
  }
}
.driveonRankCv__dialog-text {
  margin-top: 16px;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  font-size: 14px;
}

.driveonRankCv__dialog-bottom {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-inline: auto;
  padding-top: 32px;
  max-width: 840px;
  width: calc(100% - 16px);
  border-top: 6px dotted #ccc;
}

@media screen and (max-width: 640px) {
  .driveonRankCv__dialog-bottom {
    flex-wrap: wrap;
    padding-top: 12px;
    border-top: 4px dotted #ccc;
  }
}
.driveonRankCv__dialog-bottom-item {
  width: calc(50% - 4px);
}

.driveonRankCv__dialog-button {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 320px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .driveonRankCv__dialog-button {
    margin-top: 16px;
    max-width: 206px;
  }
}
.driveonRankCv__dialog-button-silver {
  transition: filter 0.3s;
}

.driveonRankCv__dialog-button-silver:hover {
  filter: brightness(1.1);
}

.driveonRankCv__dialog-button-gold {
  transition: filter 0.3s;
}

.driveonRankCv__dialog-button-gold:hover {
  filter: brightness(1.1);
}

.driveonRankCv__dialog-button-top {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.driveonRankDetail {
  margin-inline: auto;
  padding: 0 32px;
  max-width: 726px;
  width: 100%;
  border-radius: 41px;
  background-color: #f5f5f5;
  transition: max-width 0.3s;
}

@media screen and (max-width: 640px) {
  .driveonRankDetail {
    padding: 0 16px;
    max-width: 264px;
    border-radius: 18px;
  }
}
.driveonRankDetail[data-is-open=true] {
  max-width: 844px;
}

@media screen and (max-width: 640px) {
  .driveonRankDetail[data-is-open=true] {
    max-width: 844px;
  }
}
.driveonRankDetail__title {
  position: relative;
  padding-block: 24px;
  list-style: none;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  cursor: pointer;
  transition: color 0.3s;
}

@media screen and (max-width: 640px) {
  .driveonRankDetail__title {
    padding-block: 12px;
    font-size: 14px;
  }
}
:hover > .driveonRankDetail__title {
  color: #888;
}

.driveonRankDetail__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 16px;
  height: 16px;
  background-image: url("../img/common/arrowBottom-primary.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .driveonRankDetail__title::after {
    right: 4px;
    width: 14px;
    height: 14px;
  }
}
[data-is-open=true] .driveonRankDetail__title::after {
  transform: rotate(180deg);
}

.driveonRankDetail__content {
  display: grid;
  overflow: hidden;
  grid-template-rows: 0fr;
  padding-inline: 24px;
  transition: grid-template-rows 0.3s;
}

@media screen and (max-width: 640px) {
  .driveonRankDetail__content {
    padding-inline: 0;
  }
}
[data-is-open=true] .driveonRankDetail__content {
  grid-template-rows: 1fr;
}

.driveonRankDetail__list {
  overflow: hidden;
  margin: 0;
  padding-left: 1.5em;
  font-size: 16px;
  transition: margin 0.3s;
}

@media screen and (max-width: 640px) {
  .driveonRankDetail__list {
    font-size: 12px;
  }
}
[data-is-open=true] .driveonRankDetail__list {
  margin: 0 0 56px;
}

@media screen and (max-width: 640px) {
  [data-is-open=true] .driveonRankDetail__list {
    margin: 8px 0 32px;
  }
}
.driveonRankDetail__item + .driveonRankDetail__item {
  margin-top: 16px;
}

.driveonRankContents {
  position: relative;
  padding: 104px 0 128px;
}

@media screen and (max-width: 640px) {
  .driveonRankContents {
    padding: 48px 0 64px;
  }
}
.driveonRankContents__item + .driveonRankContents__item {
  margin-top: 104px;
}

@media screen and (max-width: 640px) {
  .driveonRankContents__item + .driveonRankContents__item {
    margin-top: 48px;
  }
}
.driveonRankContents__icon {
  margin-bottom: 4px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 640px) {
  .driveonRankContents__icon {
    max-width: 32px;
  }
}
.driveonRankContents__title {
  text-align: center;
  font-size: 28px;
}

@media screen and (max-width: 640px) {
  .driveonRankContents__title {
    font-size: 20px;
  }
}
.driveonRankContents__title-sub {
  margin-bottom: 12px;
  margin-inline: auto;
  max-width: 754px;
  font-weight: 400;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .driveonRankContents__title-sub {
    margin-bottom: 4px;
    font-size: 14px;
  }
}
.driveonRankContents__img {
  margin-top: 40px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 640px) {
  .driveonRankContents__img {
    margin-top: 24px;
  }
  .hantei .driveonRankContents__img {
    margin-inline: -20px;
  }
}
.driveonRankContents__text {
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
}

@media screen and (max-width: 640px) {
  .driveonRankContents__text {
    margin-top: 8px;
    font-size: 12px;
  }
}
.driveonRankContents__text-sub {
  margin-inline: auto;
  max-width: 754px;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .driveonRankContents__text-sub {
    font-size: 12px;
  }
}
.driveonRankContents .driveonRankDetail {
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  .driveonRankContents .driveonRankDetail {
    margin-top: 28px;
  }
}
.driveonRankContents__list {
  display: flex;
  flex-wrap: wrap;
  gap: 56px 0;
  margin-top: 56px;
  margin-inline: auto;
  padding: 0;
  max-width: 915px;
}

@media screen and (max-width: 640px) {
  .driveonRankContents__list {
    gap: 24px 0;
    margin-top: 32px;
  }
}
.driveonRankContents__list-item {
  width: 25%;
  list-style: none;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .driveonRankContents__list-item {
    width: 33.3333333333%;
  }
}
.driveonRankContents__list-item-img {
  margin-bottom: 12px;
  margin-inline: auto;
  max-width: 176px;
  width: 80%;
}

.driveonRankContents__list-item-text {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .driveonRankContents__list-item-text {
    margin-inline: auto;
    width: 80%;
    font-size: 12px;
  }
}
.driveonRankContents__button {
  margin: 120px auto 0;
  max-width: 556px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .driveonRankContents__button {
    margin-top: 40px;
  }
}
.driveonRankFixedItem {
  height: 164px;
}

@media screen and (max-width: 640px) {
  .driveonRankFixedItem {
    height: 82px;
  }
}
.driveonRankFixedItem__wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  margin: auto;
  background-color: #fff;
}

.driveonRankFixedItem__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #ddd;
}

@media screen and (max-width: 640px) {
  .driveonRankFixedItem__wrapper::before {
    height: 1px;
  }
}
.driveonRankFixedItem .driveonRankCv__dialog-bottom {
  padding: 0;
  max-width: 836px;
  height: 164px;
  border: none;
}

@media screen and (max-width: 640px) {
  .driveonRankFixedItem .driveonRankCv__dialog-bottom {
    gap: 0 8px;
    max-width: 320px;
    height: 82px;
  }
}
.driveonCampaign {
  padding: 104px 0;
  background-color: #f5f5f5;
}

@media screen and (max-width: 640px) {
  .driveonCampaign {
    padding: 40px 0 64px;
  }
}
.driveonCampaign .driveon__wrapper-small {
  container-name: container;
  container-type: inline-size;
}

.driveonCampaign__title {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .driveonCampaign__title {
    max-width: 223px;
  }
}
.driveonCampaign__lead {
  margin: 16px auto 0;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .driveonCampaign__lead {
    margin-top: 8px;
    font-size: 12px;
  }
}
.driveonCampaign__bottom {
  margin-top: 160px;
  margin-inline: auto;
  max-width: 414px;
}

@media screen and (max-width: 640px) {
  .driveonCampaign__bottom {
    margin-top: 80px;
    max-width: calc(100% - 16px);
  }
}
.driveonCampaignContents {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  .driveonCampaignContents {
    gap: 16px;
    margin-top: 40px;
  }
}
.driveonCampaignContents__item {
  position: relative;
  display: flex;
  gap: 24px;
  padding: 32px 16px 102px;
  width: calc((100% + 32px) / 2 - 32px);
  border-radius: 16px;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .driveonCampaignContents__item {
    flex-direction: column;
    gap: 16px;
    padding: 16px 16px 76px;
    width: 100%;
  }
}
.driveonCampaignContents__item-img {
  width: 186px;
}

@media screen and (max-width: 640px) {
  .driveonCampaignContents__item-img {
    width: 100%;
  }
  .driveonCampaignContents__item-img img {
    width: 100%;
  }
}
.driveonCampaignContents__item-body {
  flex: 1;
}

.driveonCampaignContents__item-date {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  color: #df0515;
}

@media screen and (max-width: 640px) {
  .driveonCampaignContents__item-date {
    font-size: 12px;
  }
}
.driveonCampaignContents__item-date-title {
  font-weight: 700;
}

.driveonCampaignContents__item-text {
  font-weight: 500;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .driveonCampaignContents__item-text {
    font-size: 12px;
  }
}
.driveonCampaignContents__item-button {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  margin: 0 auto;
  max-width: 178px;
}

@media screen and (max-width: 640px) {
  .driveonCampaignContents__item-button {
    max-width: 130px;
  }
}
@keyframes carShake {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-2px);
  }
  75% {
    transform: translateY(2px);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}

.fadeInDown.animated {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.animated {
  animation: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}

.fadeInUp.animated {
  animation: fadeInUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}

.fadeInRight.animated {
  animation: fadeInRight;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@media screen and (min-width: 641px) {
  .delay-1 {
    animation-delay: 0.1s !important;
  }
  .delay-2 {
    animation-delay: 0.2s !important;
  }
  .delay-3 {
    animation-delay: 0.3s !important;
  }
  .delay-4 {
    animation-delay: 0.4s !important;
  }
  .delay-5 {
    animation-delay: 0.5s !important;
  }
  .delay-6 {
    animation-delay: 0.6s !important;
  }
  .delay-7 {
    animation-delay: 0.7s !important;
  }
  .delay-8 {
    animation-delay: 0.8s !important;
  }
  .delay-9 {
    animation-delay: 0.9s !important;
  }
  .delay-10 {
    animation-delay: 1s !important;
  }
}
.driveonCv_spIcn {
  margin-top: 20px;
}
@media (min-width: 641px) {
  .driveonCv_spIcn {
    display: none;
  }
}

.driveonMembersProgramServiceIntroduction {
  padding: 80px 0 100px;
  background: #eaeaea;
}
@media (max-width: 640px) {
  .driveonMembersProgramServiceIntroduction {
    padding: 60px 0 60px;
  }
}
.driveonMembersProgramServiceIntroduction__title {
  margin: 0 auto 90px;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 600px) and (max-width: 767px) {
  .driveonMembersProgramServiceIntroduction__title {
    max-width: 320px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramServiceIntroduction__title {
    margin-bottom: 30px;
    max-width: 224px;
  }
  .driveonMembersProgramServiceIntroduction__title > picture {
    width: 224px;
  }
}
.driveonMembersProgramServiceIntroduction__content {
  margin-top: 35px;
}
@media (min-width: 788px) {
  .driveonMembersProgramServiceIntroduction__content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media (min-width: 788px) and (max-width: 1170px) {
  .driveonMembersProgramServiceIntroduction__content {
    max-width: 890px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.driveonMembersProgramServiceIntroduction__content__item {
  background: #f7f7f7;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
@media (min-width: 788px) {
  .driveonMembersProgramServiceIntroduction__content__item {
    width: 360px;
    margin-bottom: 0px;
  }
}
.driveonMembersProgramServiceIntroduction__content__item__img {
  height: 142px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 788px) {
  .driveonMembersProgramServiceIntroduction__content__item__img {
    height: 150px;
  }
}
.driveonMembersProgramServiceIntroduction__content__item__img > img {
  width: 100%;
  height: auto;
}
.driveonMembersProgramServiceIntroduction__content__item__title {
  padding: 0 5px;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
  color: #df0515;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 788px) {
  .driveonMembersProgramServiceIntroduction__content__item__title {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .driveonMembersProgramServiceIntroduction__content__item__title br {
    display: none;
  }
}
.driveonMembersProgramServiceIntroduction__content__item__title > span > span {
  display: block;
  font-size: 22px;
}
.driveonMembersProgramServiceIntroduction__content__item__text {
  font-weight: 300;
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 14px;
  padding: 0 23px;
  text-align: center;
  padding-bottom: 3em;
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceIntroduction__content__item__text {
    padding: 0 6%;
  }
}
.driveonMembersProgramServiceIntroduction__content__item__button {
  max-width: 164px;
  width: 100%;
  margin: auto auto 20px;
}
@media (max-width: 788px) {
  .driveonMembersProgramServiceIntroduction__content__item__button {
    margin: auto auto 40px;
  }
  .driveonMembersProgramServiceIntroduction__content__item__button a {
    height: 42px;
  }
}

.driveonMembersProgramRank {
  padding: 80px 0 100px;
  background: #f5f5f5;
}
@media (max-width: 640px) {
  .driveonMembersProgramRank {
    padding: 60px 0 60px;
  }
}
.driveonMembersProgramRank__title {
  margin: 0 auto 60px;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramRank__title {
    margin-bottom: 30px;
    max-width: 224px;
  }
}
.driveonMembersProgramRank__button {
  margin: 40px auto 0;
  max-width: 235px;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramRank__button {
    max-width: 240px;
  }
}
.driveonMembersProgramRank__lead {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto 65px;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .driveonMembersProgramRank__lead {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.driveonMembersProgramRank__lead span {
  color: #bf331e;
}
.driveonMembersProgramRank__subTitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto 60px;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .driveonMembersProgramRank__subTitle {
    font-size: 20px;
    margin-bottom: 35px;
    margin-left: 6%;
    margin-right: 6%;
  }
}
.driveonMembersProgramRank__driveonRankContents {
  position: relative;
  padding: 104px 0 128px;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramRank__driveonRankContents {
    padding: 48px 0 64px;
  }
}
.driveonMembersProgramRank__driveonRankContents__item {
  width: 94%;
  margin: 12% auto 0;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramRank__driveonRankContents__item {
    margin-left: 3%;
    margin-right: 3%;
  }
}
.driveonMembersProgramRank__driveonRankContents__item + .driveonMembersProgramRank__driveonRankContents__item {
  margin-top: 104px;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramRank__driveonRankContents__item + .driveonMembersProgramRank__driveonRankContents__item {
    margin-top: 48px;
  }
}
.driveonMembersProgramRank__driveonRankContents__icon {
  margin-bottom: 4px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramRank__driveonRankContents__icon {
    max-width: 32px;
  }
}
.driveonMembersProgramRank__driveonRankContents__title {
  text-align: center;
  font-size: 28px;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramRank__driveonRankContents__title {
    font-size: 20px;
  }
}
.driveonMembersProgramRank__driveonRankContents__title-sub {
  margin-bottom: 12px;
  margin-inline: auto;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramRank__driveonRankContents__title-sub {
    margin-bottom: 4px;
    font-size: 14px;
  }
}
.driveonMembersProgramRank__driveonRankContents__img {
  margin-top: 40px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramRank__driveonRankContents__img {
    margin-top: 24px;
  }
}
@media screen and (max-width: 640px) {
  .hantei .driveonMembersProgramRank__driveonRankContents__img {
    margin-inline: -20px;
  }
}
.driveonMembersProgramRank__driveonRankContents__text {
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramRank__driveonRankContents__text {
    margin-top: 8px;
    font-size: 12px;
  }
}
.driveonMembersProgramRank__driveonRankContents__text-sub {
  margin-inline: auto;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramRank__driveonRankContents__text-sub {
    font-size: 12px;
  }
}
.driveonMembersProgramRank__driveonRankContents .driveonRankDetail {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramRank__driveonRankContents .driveonRankDetail {
    margin-top: 28px;
  }
}
.driveonMembersProgramRank__driveonRankContents__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 3.86%;
  margin-top: 45px;
  margin-inline: auto;
  padding: 0;
  max-width: 915px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramRank__driveonRankContents__list {
    gap: 24px 4%;
    margin-top: 32px;
  }
}
.driveonMembersProgramRank__driveonRankContents__list-item {
  width: 22.1%;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramRank__driveonRankContents__list-item {
    width: 30.6%;
  }
}
.driveonMembersProgramRank__driveonRankContents__list-item-img {
  margin-bottom: 12px;
  margin-inline: auto;
  width: 100%;
}
.driveonMembersProgramRank__driveonRankContents__list-item-text {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramRank__driveonRankContents__list-item-text {
    margin-inline: auto;
    font-size: 12px;
  }
}
.driveonMembersProgramRank__driveonRankContents__button {
  margin: 120px auto 0;
  max-width: 556px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramRank__driveonRankContents__button {
    margin-top: 40px;
  }
}
.driveonMembersProgramRank__contents {
  border-radius: 24px;
  padding: 60px 40px;
  border: 6px solid #bf331e;
  background: #fff;
}
@media (max-width: 640px) {
  .driveonMembersProgramRank__contents {
    padding: 10% 0;
  }
}
.driveonMembersProgramRank__contents__list {
  list-style: none;
  background: #f4f4f4;
  border-radius: 999px;
  padding: 21px 30px;
  display: flex;
  gap: 22px;
  justify-content: space-between;
}
@media (min-width: 641px) and (max-width: 1001px) {
  .driveonMembersProgramRank__contents__list {
    padding: 5% 3%;
    border-radius: 16px;
    flex-wrap: wrap;
    gap: 10px 2%;
  }
}
@media (max-width: 640px) {
  .driveonMembersProgramRank__contents__list {
    margin: 10% 2.5%;
    padding: 5% 3%;
    border-radius: 16px;
    flex-wrap: wrap;
    gap: 10px 2%;
  }
}
.driveonMembersProgramRank__contents__list > li {
  width: 25%;
  border-radius: 999px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  padding: 0.7em 0.5em;
  background: #d4d3d3;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
}
@media (min-width: 640px) and (max-width: 1001px) {
  .driveonMembersProgramRank__contents__list > li {
    margin: 0 !important;
    width: 49%;
    font-size: 10px;
    min-height: 50px;
    font-size: 16px;
    min-height: 70px;
  }
}
@media (max-width: 640px) {
  .driveonMembersProgramRank__contents__list > li {
    width: 49%;
    font-size: 11px;
    min-height: 50px;
  }
}
.driveonMembersProgramRank__contents__list > li:hover {
  background: #ef828a;
}
.driveonMembersProgramRank__contents__list > li.is-active {
  background: #df0515;
  box-shadow: none;
}
.driveonMembersProgramRank__contents__items__item {
  display: none;
  padding: 70px 0 30px 0;
}
@media (max-width: 767px) {
  .driveonMembersProgramRank__contents__items__item {
    padding: 0 3%;
  }
}
.driveonMembersProgramRank__contents__items__item.is-active {
  display: block;
}
@media (max-width: 640px) {
  .driveonMembersProgramRank__contents__items__item > picture {
    margin-left: 6%;
    margin-right: 6%;
  }
}
.driveonMembersProgramRank__contents__items__item__balloon {
  position: relative;
  margin: 1.4em auto 30px auto;
  padding: 2% 3% 2%;
  font-size: 16px;
  background: #fff;
  border: solid 3px #cccccc;
  border-radius: 32px;
  display: table;
}
@media (max-width: 640px) {
  .driveonMembersProgramRank__contents__items__item__balloon {
    padding: 0;
    min-width: auto;
    max-width: auto;
    font-size: 12px;
  }
  .driveonMembersProgramRank__contents__items__item__balloon > p {
    padding: 5% 6%;
  }
}
.driveonMembersProgramRank__contents__items__item__balloon:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 9%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
}
@media (max-width: 670px) {
  .driveonMembersProgramRank__contents__items__item__balloon:before {
    left: 19.3%;
    top: -24px;
    border: 9px solid transparent;
    border-bottom: 18px solid #fff;
  }
}
.driveonMembersProgramRank__contents__items__item__balloon:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 9%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #cccccc;
  z-index: 1;
}
@media (max-width: 670px) {
  .driveonMembersProgramRank__contents__items__item__balloon:after {
    left: 20%;
    border: 9px solid transparent;
    border-bottom: 18px solid #cccccc;
  }
}
.driveonMembersProgramRank__contents__items__item__balloon.is-type1:after, .driveonMembersProgramRank__contents__items__item__balloon.is-type1::before {
  left: 50%;
}
@media (max-width: 767px) {
  .driveonMembersProgramRank__contents__items__item__balloon.is-type1::before {
    left: 49.5%;
  }
}
.driveonMembersProgramRank__contents__items__item__balloon__item {
  padding: 5% 6%;
}
@media (min-width: 681px) {
  .driveonMembersProgramRank__contents__items__item__balloon__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0 15px;
  }
}
.driveonMembersProgramRank__contents__items__item__balloon__item:not(:last-child) {
  border-bottom: 2px solid #e2e2e2;
}
.driveonMembersProgramRank__contents__items__item__balloon__title {
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 681px) {
  .driveonMembersProgramRank__contents__items__item__balloon__title {
    width: 26%;
    font-size: 18px;
    flex-shrink: 1;
  }
}
.driveonMembersProgramRank__contents__items__item__balloon__title span {
  margin-top: 0.4em;
  display: block;
  font-size: 12px;
  font-weight: 300;
}
.driveonMembersProgramRank__contents__items__item__balloon__text {
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 681px) {
  .driveonMembersProgramRank__contents__items__item__balloon__text {
    width: 73%;
    font-size: 16px;
  }
}
.driveonMembersProgramRank__contents__items__item__balloon__text span.is-small {
  margin-top: 0.4em;
  display: block;
  font-size: 12px;
  font-weight: 300;
}
.driveonMembersProgramRank__contents__items__item__balloon__text span.is-large {
  color: #df0515;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 681px) {
  .driveonMembersProgramRank__contents__items__item__balloon__text span.is-large {
    font-size: 13px;
  }
}
.driveonMembersProgramRank__contents__items__item .is-ballon-full {
  display: block;
  max-width: 82%;
}
.driveonMembersProgramRank__contents__items__item__notice {
  position: relative;
  display: block;
  margin: 1.4em auto 30px auto;
  padding: 3% 7%;
  font-size: 16px;
  background: #e2e2e2;
  border-radius: 9999px;
  font-weight: 700;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 640px) {
  .driveonMembersProgramRank__contents__items__item__notice {
    text-align: left;
    padding: 10% 6%;
    font-size: 15px;
    border-radius: 15px;
    margin-left: 3%;
    margin-right: 3%;
    min-width: none;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
  }
}

.driveonMembersProgramBenefits {
  padding: 80px 0 100px;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramBenefits {
    padding: 40px 0 60px;
  }
}
.driveonMembersProgramBenefits__title {
  margin: 0 auto 33px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 640px) and (max-width: 767px) {
  .driveonMembersProgramBenefits__title {
    max-width: 400px;
  }
}
.driveonMembersProgramBenefits__lead {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto 26px;
  max-width: 630px;
  position: relative;
}
@media (max-width: 640px) {
  .driveonMembersProgramBenefits__lead {
    font-size: 16px;
    margin-bottom: 35px;
    text-align: left;
  }
}
.driveonMembersProgramBenefits__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .driveonMembersProgramBenefits__inner {
    padding: 50px 0;
    width: 90%;
  }
  .driveonMembersProgramBenefits__inner:after {
    position: absolute;
    content: "";
    pointer-events: none;
    z-index: 2;
    top: -130px;
    left: -4%;
    width: 107%;
    height: 100%;
    background: url(../img/members_program/driveonBenefitsContents__bg_top.png) no-repeat center/100% auto;
  }
  .driveonMembersProgramBenefits__inner::before {
    position: absolute;
    content: "";
    pointer-events: none;
    z-index: 2;
    bottom: -120px;
    left: -4%;
    width: 107%;
    height: 100%;
    background: url(../img/members_program/driveonBenefitsContents__bg_bot.png) no-repeat center/100% auto;
  }
}
.driveonMembersProgramBenefits__photos {
  display: flex;
  overflow: hidden;
  gap: 24px;
  margin-top: 72px;
  background: #bf331e;
  border-radius: 24px;
  margin: 0 auto;
  padding: 8% 0;
  position: relative;
}
@media (max-width: 767px) {
  .driveonMembersProgramBenefits__photos {
    padding: 20px 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramBenefits__photos {
    gap: 10px;
    margin-top: 20px;
    padding: 30px;
  }
}
.driveonMembersProgramBenefits__photos-wrapper {
  display: flex;
  flex: 1;
  gap: 14px;
  animation: scroll 100s linear infinite;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramBenefits__photos-wrapper {
    gap: 10px;
  }
}
.driveonMembersProgramBenefits__photos-item {
  overflow: hidden;
  width: 260px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramBenefits__photos-item {
    width: 200px;
    border-radius: 16px;
  }
}
.driveonMembersProgramBenefits__photos-item img {
  width: 100%;
}
.driveonMembersProgramBenefits__rankUp {
  margin-top: 174px;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramBenefits__rankUp {
    margin-top: 40px;
  }
}
.driveonMembersProgramBenefits__rankUp-title {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramBenefits__rankUp-title {
    max-width: 294px;
  }
}
.driveonMembersProgramBenefits__rankUp-content {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramBenefits__rankUp-content {
    gap: 6px;
    margin-top: 16px;
  }
}
.driveonMembersProgramBenefits__rankUp-item {
  display: flex;
  flex-direction: column;
  max-width: 308px;
}
.driveonMembersProgramBenefits__rankUp-item:nth-child(2) {
  order: 2;
}
.driveonMembersProgramBenefits__rankUp-item:nth-child(3) {
  order: 4;
}
.driveonMembersProgramBenefits__rankUp-item-title {
  text-align: center;
  font-weight: bold;
  font-size: clamp(12px, 2vw, 22px);
  line-height: 1.0909090909;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramBenefits__rankUp-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    font-size: 12px;
  }
}
.driveonMembersProgramBenefits__rankUp-item-icon {
  position: relative;
  margin: 16px auto 0;
  width: 100%;
}
.driveonMembersProgramBenefits__rankUp-item-icon img {
  margin: auto;
  max-width: 160px;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramBenefits__rankUp-item-icon img {
    max-width: 80%;
  }
}
:not(:last-child) > .driveonMembersProgramBenefits__rankUp-item-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: -9px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 42px;
  height: 42px;
  background-image: url("../img/common/plus-primary.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(50%);
}
@media screen and (max-width: 640px) {
  :not(:last-child) > .driveonMembersProgramBenefits__rankUp-item-icon::before {
    right: -3px;
    width: 30px;
    height: 30px;
  }
}
.driveonMembersProgramBenefits__rankUp-item-button {
  margin: 16px auto 0;
  max-width: 178px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramBenefits__rankUp-item-button {
    margin-top: 8px;
    max-width: 80px;
  }
}
.driveonMembersProgramBenefits__rankUp-item-content {
  margin-top: auto;
  padding-top: 16px;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramBenefits__rankUp-item-content {
    padding-top: 8px;
  }
}
.driveonMembersProgramBenefits__gradeUp {
  padding: 80px 0 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramBenefits__gradeUp {
    padding: 32px 0 8px;
  }
}
.driveonMembersProgramBenefits__gradeUp-title {
  margin: 0 auto 27px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramBenefits__gradeUp-title {
    margin-bottom: 16px;
    max-width: 298px;
  }
}
.driveonMembersProgramBenefits__gradeUp-content {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramBenefits__gradeUp-content {
    margin: 0 auto 56px;
    max-width: 69.6875%;
  }
}
.driveonMembersProgramBenefits__gradeUp-button {
  margin: 0 auto;
  max-width: 320px;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramBenefits__gradeUp-button {
    max-width: 200px;
  }
}
.driveonMembersProgramBenefits__gradeUp-button + .driveonMembersProgramBenefits__gradeUp-button {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .driveonMembersProgramBenefits__gradeUp-button + .driveonMembersProgramBenefits__gradeUp-button {
    margin-top: 16px;
  }
}

.driveonMembersProgramIntro {
  padding: 80px 0 0;
  background: url(../img/members_program/driveonMembersServiceIntro_bg.png) no-repeat center bottom/100% auto;
}
@media (max-width: 767px) {
  .driveonMembersProgramIntro {
    padding: 40px 0 60px;
    background: url(../img/members_program/driveonMembersServiceIntro_bg_sp.png) no-repeat center bottom/100% auto;
    position: relative;
  }
  .driveonMembersProgramIntro:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    aspect-ratio: 354/175;
    background: url(../img/members_program/driveonMembersServiceIntro_bg_sp_human.png) no-repeat center/100% auto;
  }
}
.driveonMembersProgramIntro__title {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px 0;
}
@media screen and (max-width: 767px) {
  .driveonMembersProgramIntro__title {
    max-width: 335px;
    margin: 0 auto 25px;
  }
}
.driveonMembersProgramIntro__lead {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  width: 337px;
  text-align: left;
}
@media (max-width: 767px) {
  .driveonMembersProgramIntro__lead {
    font-size: 16px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .driveonMembersProgramIntro__contents {
    display: flex;
  }
  .driveonMembersProgramIntro__contents .left {
    width: 58%;
  }
  .driveonMembersProgramIntro__contents .right {
    width: 64%;
    display: flex;
    align-items: flex-end;
    gap: 2%;
    margin-left: -20%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .driveonMembersProgramIntro__contents .right {
    margin-top: 15%;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .driveonMembersProgramIntro__contents .right > div {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .driveonMembersProgramIntro__contents .right > div {
    margin-bottom: 30px;
  }
  .driveonMembersProgramIntro__contents .right > div img {
    margin: 0 auto;
    margin-right: -4%;
    max-width: 100%;
    width: 100%;
  }
}

.driveonMembersProgramMv {
  position: relative;
  padding: clamp(10px, 3.6458333333vw, 70px);
}
.driveonMembersProgramMv .driveon__wrapper-small {
  margin: 0 auto 0;
  max-width: clamp(200px, 40.8333333333vw, 784px);
}
@media (min-width: 1903px) {
  .driveonMembersProgramMv .driveon__wrapper-small {
    max-width: clamp(200px, 41.6666666667vw, 1200px);
  }
}
@media (max-width: 960px) {
  .driveonMembersProgramMv .driveon__wrapper-small {
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.driveonMembersProgramMv__person {
  pointer-events: none;
  position: absolute;
  top: clamp(100px, 6.25vw, 120px);
  left: clamp(100px, 8.3333333333vw, 160px);
  display: flex;
  width: 100%;
}
@media (max-width: 960px) {
  .driveonMembersProgramMv__person {
    display: none;
  }
}
.driveonMembersProgramMv__person__parts1 {
  max-width: clamp(100px, 12.5vw, 240px);
  width: 100%;
}
.driveonMembersProgramMv__person__parts1 img {
  width: 100%;
}
.driveonMembersProgramMv__person__parts2 {
  margin-top: clamp(-200px, -4.6875vw, -90px);
  margin-left: clamp(-200px, -3.125vw, -40px);
  max-width: clamp(100px, 11.3541666667vw, 218px);
}
.driveonMembersProgramMv__person__parts2 img {
  width: 100%;
}
.driveonMembersProgramMv__car {
  position: absolute;
  bottom: clamp(100px, 6.25vw, 120px);
  right: clamp(100px, 12.5vw, 240px);
  max-width: clamp(100px, 18.2291666667vw, 474px);
}
@media (max-width: 960px) {
  .driveonMembersProgramMv__car {
    display: none;
  }
}
@media (max-width: 960px) {
  .driveonMembersProgramMv__title-top {
    margin: 30px auto 20px;
    width: 75%;
  }
  .driveonMembersProgramMv__title-top img {
    max-width: 100%;
    width: 100%;
  }
}

.driveonMembersProgramServiceSimulator {
  padding: 80px 0 100px;
  background: url(../img/members_program/driveonMembersProgramServiceSimulator-normal.png) no-repeat center top/cover;
  transition: background 1.2s;
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator {
    padding: 50px 0 40px;
  }
}
.driveonMembersProgramServiceSimulator.is-bronze {
  background: url(../img/members_program/driveonMembersProgramServiceSimulator-bronze.png) no-repeat center top/cover;
}
.driveonMembersProgramServiceSimulator.is-silver {
  background: url(../img/members_program/driveonMembersProgramServiceSimulator-silver.png) no-repeat center top/cover;
}
.driveonMembersProgramServiceSimulator.is-gold {
  background: url(../img/members_program/driveonMembersProgramServiceSimulator-gold.png) no-repeat center top/cover;
}
.driveonMembersProgramServiceSimulator__contents {
  border-radius: 24px;
  padding: 40px 20px 10px;
  border: 6px solid #bf331e;
  background: #fff;
}
@media (min-width: 768px) {
  .driveonMembersProgramServiceSimulator__contents {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .driveonMembersProgramServiceSimulator__contents {
    padding: 40px 20px 30px;
    height: auto;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .driveonMembersProgramServiceSimulator__contents {
    padding: 10% 0;
  }
}
.driveonMembersProgramServiceSimulator__contents h2 {
  max-width: 655px;
  margin: 0 auto 15px;
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents h2 {
    max-width: 206px;
  }
}
.driveonMembersProgramServiceSimulator__contents__text {
  font-size: 18px;
  padding: 0 3%;
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents__text {
    font-size: 15px;
  }
}
.driveonMembersProgramServiceSimulator__contents__text .notice {
  margin-top: 1em;
  display: block;
  font-size: 16px;
}
.driveonMembersProgramServiceSimulator__contents__items {
  margin-top: 70px;
  border-radius: 17px;
  background: #c1c1c1;
  padding: 30px 20px 20px;
  position: relative;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents__items {
    padding: 0px;
  }
}
@media (min-width: 1300px) {
  .driveonMembersProgramServiceSimulator__contents__items {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.driveonMembersProgramServiceSimulator__contents__items:after {
  position: absolute;
  content: "";
  top: -40px;
  left: -40px;
  width: 92px;
  height: 120px;
  transition: 0.6s;
  pointer-events: none;
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents__items:after {
    top: -20px;
    right: 0;
    left: auto;
    width: 60px;
  }
}
.driveonMembersProgramServiceSimulator__contents__items.is-bronze {
  background: #cd9262;
}
.driveonMembersProgramServiceSimulator__contents__items.is-bronze:after {
  background: url(../img/members_program/driveonMembersProgramServiceSimulator-icn3.svg) no-repeat center top/100% auto;
}
.driveonMembersProgramServiceSimulator__contents__items.is-bronze .driveonMembersProgramServiceSimulator__contents__items__progress__bar__current {
  background: #df0515;
}
.driveonMembersProgramServiceSimulator__contents__items.is-bronze .driveonMembersProgramServiceSimulator__contents__items__button {
  background: #b28b5e;
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents__items.is-bronze .driveonMembersProgramServiceSimulator__contents__items__REST {
    background: #b28b5e;
  }
}
.driveonMembersProgramServiceSimulator__contents__items.is-silver {
  background: #bec4d8;
}
.driveonMembersProgramServiceSimulator__contents__items.is-silver:after {
  background: url(../img/members_program/driveonMembersProgramServiceSimulator-icn4.svg) no-repeat center top/100% auto;
}
.driveonMembersProgramServiceSimulator__contents__items.is-silver .driveonMembersProgramServiceSimulator__contents__items__progress__bar__current {
  background: #df0515;
}
@media (min-width: 768px) {
  .driveonMembersProgramServiceSimulator__contents__items.is-silver .driveonMembersProgramServiceSimulator__contents__items__progress__text {
    transform: translateX(20%);
  }
}
.driveonMembersProgramServiceSimulator__contents__items.is-silver .driveonMembersProgramServiceSimulator__contents__items__progress__text:after {
  left: 50%;
}
.driveonMembersProgramServiceSimulator__contents__items.is-silver .driveonMembersProgramServiceSimulator__contents__items__button {
  background: #b4b8ca;
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents__items.is-silver .driveonMembersProgramServiceSimulator__contents__items__REST {
    background: #b4b8ca;
  }
}
.driveonMembersProgramServiceSimulator__contents__items.is-gold {
  background: #efc425;
}
.driveonMembersProgramServiceSimulator__contents__items.is-gold:after {
  background: url(../img/members_program/driveonMembersProgramServiceSimulator-icn5.svg) no-repeat center top/100% auto;
}
.driveonMembersProgramServiceSimulator__contents__items.is-gold .driveonMembersProgramServiceSimulator__contents__items__progress__bar__current {
  background: #df0515;
}
@media (min-width: 768px) {
  .driveonMembersProgramServiceSimulator__contents__items.is-gold .driveonMembersProgramServiceSimulator__contents__items__progress__text {
    transform: translateX(40%);
  }
}
.driveonMembersProgramServiceSimulator__contents__items.is-gold .driveonMembersProgramServiceSimulator__contents__items__progress__text:after {
  left: 80%;
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents__items.is-gold .driveonMembersProgramServiceSimulator__contents__items__progress__text:after {
    left: 90%;
  }
}
.driveonMembersProgramServiceSimulator__contents__items.is-gold .driveonMembersProgramServiceSimulator__contents__items__button {
  background: #d5b930;
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents__items.is-gold .driveonMembersProgramServiceSimulator__contents__items__REST {
    background: #d5b930;
  }
}
.driveonMembersProgramServiceSimulator__contents__items__progress {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents__items__progress {
    padding: 3%;
  }
}
.driveonMembersProgramServiceSimulator__contents__items__progress__title {
  margin-top: 20px;
}
.driveonMembersProgramServiceSimulator__contents__items__progress__bar {
  border-radius: 9999px;
  background: #fff;
  height: 50px;
  padding: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents__items__progress__bar {
    height: 30px;
  }
}
.driveonMembersProgramServiceSimulator__contents__items__progress__bar__current {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  height: 40px;
  min-width: 40px;
  width: 0%;
  background: #f5b4b8;
  border-radius: 9999px;
  z-index: 2;
  transition: 0.4s;
  max-width: 97%;
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents__items__progress__bar__current {
    height: 20px;
    min-width: 20px;
    max-width: 95%;
  }
}
.driveonMembersProgramServiceSimulator__contents__items__progress__bar__point1 {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  height: 40px;
  aspect-ratio: 1/1;
  background: #e2e2e2;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents__items__progress__bar__point1 {
    height: 20px;
  }
}
.driveonMembersProgramServiceSimulator__contents__items__progress__bar__point2 {
  position: absolute;
  top: 0;
  left: 46%;
  bottom: 0;
  margin: auto;
  height: 40px;
  aspect-ratio: 1/1;
  background: #e2e2e2;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents__items__progress__bar__point2 {
    height: 20px;
  }
}
.driveonMembersProgramServiceSimulator__contents__items__progress__bar__point3 {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  height: 40px;
  aspect-ratio: 1/1;
  background: #e2e2e2;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents__items__progress__bar__point3 {
    height: 20px;
  }
}
.driveonMembersProgramServiceSimulator__contents__items__progress__text {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 1em;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #fff;
  border: solid 6px #df0515;
  box-sizing: border-box;
  border-radius: 9999px;
  background: #fff;
  max-width: 430px;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  transition: 0.6s;
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents__items__progress__text {
    margin-top: 70px;
    max-width: 320px;
    padding: 0.8em 0.5em;
    font-size: 15px;
    border: solid 3px #df0515;
  }
}
.driveonMembersProgramServiceSimulator__contents__items__progress__text span {
  color: #df0515;
}
.driveonMembersProgramServiceSimulator__contents__items__progress__text:after {
  content: "";
  position: absolute;
  bottom: -33px;
  left: 12%;
  margin-left: -17px;
  border: 9px solid transparent;
  border-top: 20px solid #df0515;
  z-index: 1;
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents__items__progress__text:after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 12%;
    margin-left: -17px;
    border: 9px solid transparent;
    border-top: 15px solid #df0515;
    z-index: 1;
  }
}
.driveonMembersProgramServiceSimulator__contents__items__progress__car {
  position: relative;
  transition: 0.2s;
}
.driveonMembersProgramServiceSimulator__contents__items__progress__car img {
  transition: 0.4s;
  transform: translateX(10%);
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents__items__progress__car img {
    max-width: 72px;
  }
}
.driveonMembersProgramServiceSimulator__contents__items__button {
  width: 475px;
  background: #efefef;
  border-radius: 15px;
  padding: 30px 15px 16px;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .driveonMembersProgramServiceSimulator__contents__items__button {
    width: 100%;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents__items__button {
    width: 100%;
    border-radius: 0;
    padding-top: 70px;
    margin-top: 50px;
    padding-bottom: 0;
  }
}
.driveonMembersProgramServiceSimulator__contents__items__button__title {
  max-width: 273px;
  height: 67px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 16px 10px 16px 55px;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  line-height: 1.4;
  margin-top: -90px;
  box-shadow: 2px 6px 0 0 rgba(0, 0, 0, 0.45);
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents__items__button__title {
    max-width: 197px;
    font-size: 11px;
    padding: 10px 15px 10px 50px;
  }
}
.driveonMembersProgramServiceSimulator__contents__items__button__title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
  width: 36px;
  aspect-ratio: 1/1;
  background: url(../img/members_program/driveonMembersProgramServiceSimulator-icn2.svg) no-repeat center/100% auto;
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents__items__button__title:after {
    width: 31px;
    left: 6%;
  }
}
.driveonMembersProgramServiceSimulator__contents__items__button__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 0 0;
  margin: 0;
}
.driveonMembersProgramServiceSimulator__contents__items__button__list > li {
  width: 31%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  margin-bottom: 4%;
  position: relative;
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents__items__button__list > li {
    width: 46%;
    margin-bottom: 8%;
  }
}
.driveonMembersProgramServiceSimulator__contents__items__button__list > li.is-recommend {
  animation: glowPulse 2s ease-in-out infinite;
}
@keyframes glowPulse {
  0% {
    box-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 6px #ffdd1b, 0 0 6px #ffdd1b, 0 0 6px #ffdd1b, 0 0 6px #ffdd1b, 0 0 6px #ffdd1b;
    opacity: 0.85;
  }
  50% {
    box-shadow: 0 0 11px #fff, 0 0 11px #fff, 0 0 11px #fff, 0 0 9px #ffdd1b, 0 0 9px #ffdd1b, 0 0 9px #ffdd1b, 0 0 9px #ffdd1b, 0 0 9px #ffdd1b;
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 6px #ffdd1b, 0 0 6px #ffdd1b, 0 0 6px #ffdd1b, 0 0 6px #ffdd1b, 0 0 6px #ffdd1b;
    opacity: 0.85;
  }
}
.driveonMembersProgramServiceSimulator__contents__items__button__list > li.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.driveonMembersProgramServiceSimulator__contents__items__button__list > li.is-check {
  pointer-events: none;
}
.driveonMembersProgramServiceSimulator__contents__items__button__list > li.is-check .driveonMembersProgramServiceSimulator__contents__items__button__list__img {
  border-radius: 15px 15px 0 0;
}
.driveonMembersProgramServiceSimulator__contents__items__button__list > li.is-check .driveonMembersProgramServiceSimulator__contents__items__button__list__img {
  border-color: #df0515;
}
.driveonMembersProgramServiceSimulator__contents__items__button__list > li.is-check .driveonMembersProgramServiceSimulator__contents__items__button__list__text {
  border-color: #df0515;
  background: #df0515;
  color: #fff;
}
.driveonMembersProgramServiceSimulator__contents__items__button__list__img {
  position: relative;
  z-index: 2;
  border: 5px solid #fff;
  background: #fff;
}
.driveonMembersProgramServiceSimulator__contents__items__button__list__img > img {
  max-width: 70%;
  margin: 0 auto;
}
.driveonMembersProgramServiceSimulator__contents__items__button__list__text {
  position: relative;
  z-index: 2;
  border: 5px solid #e3e3e3;
  background: #e3e3e3;
  text-align: center;
  padding: 12px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 5em;
}
.driveonMembersProgramServiceSimulator__contents__items__button__list__text > p {
  line-height: 1.3;
  font-size: 13px;
  font-weight: 700;
}
.driveonMembersProgramServiceSimulator__contents__items__REST {
  width: 100%;
}
@media (min-width: 768px) {
  .driveonMembersProgramServiceSimulator__contents__items__REST {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .driveonMembersProgramServiceSimulator__contents__items__REST {
    margin-top: 0;
    background: #efefef;
    padding: 0 10px 15px;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
  }
}
.driveonMembersProgramServiceSimulator__contents__items__REST__button {
  width: 104px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #df0515;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0 auto;
}

:root {
  --driveon-header-h: 96px;
}

@media (max-width: 767px) {
  :root {
    --driveon-header-h: 70px;
  }
}
@media (min-width: 1000px) and (max-width: 1000px) {
  :root {
    --driveon-header-h: 70px;
  }
}
.driveonMembersProgramNav.is-fixed {
  position: fixed;
  top: var(--driveon-header-h);
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .driveonMembersProgramNav.is-fixed {
    padding: 2% 0;
  }
}

.driveonMembersProgramNav.is-transparent {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}/*# sourceMappingURL=style2.css.map */