@charset "UTF-8";

.c-notes {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 20px;
}

.c-notes.-numbering li {
  padding-left: 3em;
}

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

.c-notes li:nth-child(n+2) {
  margin-top: 5px;
}

.c-notes li>span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

.footnote-list__block+.footnote-list__block {
  margin-top: 2em;
}

.footnote-list__title {
  font-size: 1rem;
}

.footnote-list__item {
  font-size: 1rem;
  line-height: 1.7;
}

.float-banner__anchor {
  display: block;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}

.float-banner__anchor::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  -webkit-animation: shiny 2.5s ease-in-out infinite;
  animation: shiny 2.5s ease-in-out infinite;
}

.cv-block__button-wrapper {
  width: 75vw;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.cv-block__button > a:hover{
  opacity: 0.7;;
}

.cv-block__button img{
  width: 100%;
  height: auto;
}

.cv-block__terms {
  margin-top: 20px;
  text-align: center;
}

.cv-block__terms-anchor {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.cv-block__prefix {
  text-align: center;
  margin-bottom: 10px;
}

@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1) rotate(25deg);
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(25deg);
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1) rotate(25deg);
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(25deg);
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

.header_logo_title {
  font-size: 2.6rem;
  font-weight: 700;
}

.header_logo_anchor {
  color: #000;
  text-decoration: none;
}

.section__heading {
  text-align: center;
}

.section__inner {
  width: 75vw;
  max-width: 1100px;
  margin: 0 auto;
}

.section__inner.o-narrow {
  max-width: 860px;
}

.image {
  max-width: 100%;
  height: auto;
}

.footnote {
  background-color: #313131;
  color: #fff;
  font-size: 1rem;
  line-height: 1.7;
  padding: 79px 0 77px;
  border-bottom: 1px solid #fff;
}

.footnote_inner {
  max-width: 980px;
}

.footer_inner {
  max-width: 980px;
}

.anchor {
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.o-strong {
  font-weight: 700;
}

.note-text {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 1.2rem;
  text-indent: -1.2rem;
  letter-spacing: 0.05em;
}

.sup-text {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: 0.5em;
}

.kv {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.kv__area img{
  width: 100%;
  height: auto;
}

.kv__cv {
  position: relative;
  z-index: 3;
  background: #FFE500;
  padding-block: 50px;
}

.float-bottom-conversion {
  display: none;
  height: 110px;
  padding: 0 20px;
}

.float-bottom-conversion_inner {
  max-width: 860px;
  margin: 0 auto;
}

.float-bottom-conversion__list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.float-bottom-conversion__list-item {
  width: calc(420 / 860 + 100vw);
}

.float-bottom-conversion_inner .button_list_anchor {
  width: 100%;
}

.footer {
  padding-bottom: calc(110px + 26px);
}

.pagetop {
  display: none;
  bottom: 170px;
  z-index: 1500;
}

.car-box {
  background-color: #fff;
  padding: 50px 6.12245%;
  border-radius: 20px;
}

.car-box__close {
  width: 312px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  background-color: #000;
  border-radius: 2px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  box-shadow: 0 5px 2px rgba(0, 0, 0, 0.18);
  position: relative;
}

.car-box__block {
  margin-top: 40px;
  background-color: #efefef;
  padding: 32px 25px 40px;
}

.campaign-list {
  position: relative;
  padding: 80px 0 100px;
  background: url(../img/bg-campaign_list.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.campaign-list__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.campaign-list__item {
  width: calc(420 / 860 * 100%);
}

.campaign-list__item.o-wide {
  width: 100%;
}

.campaign-list .cv-block__terms-anchor {
  color: #fff;
}

.choice-block {
  padding: 100px 0;
  background: #EAF0F4;
}

.choice-block__title {
  width: 412px;
  margin-inline: auto;
  margin-bottom: 20px;
}

.choice-block__box{
  display: flex;
  align-items: center;
  gap: 50px;
}

.plan-block{
  padding: 115px 0 150px;
}

.plan-block__btn{
  display: flex;
  align-items: flex-end;
}

.plan-block__btn >li{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  background: #EAF0F4;
  height: 95px;
  border-radius: 30px 30px 0 0;
  transition: .3s;
}

.plan-block__btn >li:hover{
  background: #00B3D1;
}
.plan-block__btn>li:hover[data-plan="package"]{
  background: #dc2273;
}
.plan-block__btn >li:hover img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(23deg) brightness(118%) contrast(118%);
}

.plan-block__btn >li.is-active{
  background: #00B3D1;
  height: 120px;
}

.plan-block__btn >li.is-active[data-plan="package"]{
  background: #dc2273;
}

.plan-block__btn >li.is-active img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(23deg) brightness(118%) contrast(118%);
}

.plan-block__btn >li img{
  width: auto;
  height: 2.57vw;
  max-height: 37px;
}

.plan-block__box{
  border: 4px solid #00B3D1;
  padding: 70px 52px 40px;
  border-radius: 0 0 30px 30px;
  display: none;
}

.plan-block__box.is-active{
  display: block;
}

.plan-block__box.is-active#package {
  border-color: #dc2273;
}

.plan-block__inner{
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.plan-block__inner:has(.plan-block__mov){
  display: block;
}

.plan-block__mov{
  aspect-ratio: 16 / 9;
}

.plan-block__mov iframe{
  width: 100%;
  height: 100%;
}

.plan-block__theme{
  margin-top: 60px;
}

.plan-block__text{
  margin-top: 45px;
  width: 540px;
  margin-inline: auto;
}


.float-bottom-conversion {
  height: 130px;
  background: #000;
}

.float-bottom-conversion__list-item > a:hover {
  opacity: 0.7;
}

.float_conversion {
  width: 100%;
  max-width: 100%;
  top: 20%;
  z-index: 99999;
}

.float_conversion_anchor {
  right: 0;
  width: 190px;
  max-width: 100%;
}

.float_conversion_anchor:hover {
  opacity: 1;
}

.float_conversion_anchor_inner {
  display: block;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.float_conversion_anchor_inner:not(:last-child) {
  margin-bottom: 6px;
}

.float_conversion_anchor_inner:hover {
  opacity: 0.5;
}

.target-car-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.target-car-list__item {
  width: calc((100% - (42px)) / 4);
}

.target-car-list__anchor {
  display: block;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
.target-car-list__anchor:hover {
  opacity: 0.7;
}
