html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img,
video {
  font-size: 0;
  line-height: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  font-family: "MMC", "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
.l_contents {
  opacity: 0;
}
.l_contents.is-disp {
  opacity: 1;
  transition: opacity 0.45s ease;
}
.is-bg-white {
  background-color: #f2f2f2;
  color: #000;
}
.is-bg-black {
  background-color: #000;
}
.is-bg-gray {
  background-color: #4d4d4d;
  color: #fff;
}
.is-bg-dark-gray {
  background-color: #2c2c2c;
}
@media screen and (min-width: 1025px) {
  .c-bt-bg-color::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s ease-in-out, background-color 0.3s 0.3s ease-in-out;
  }
  .c-bt-bg-color:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
    transition: transform 0.3s ease-in-out;
  }
}
[data-fade-in-from='bottom'] {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
[data-fade-in-from='bottom'].is-active {
  opacity: 1;
  transform: translateY(0);
}
[data-fade-in-from='left'] {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
[data-fade-in-from='left'].is-active {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (min-width: 1025px) {
  [data-fixed-section-item] {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media not screen and (min-width: 1025px) {
  [data-fixed-section-item] {
    height: auto;
  }
}
@media screen and (min-width: 1025px) {
  [data-fixed-section-item]:not(:last-child) {
    height: calc(100dvh + 1000px);
  }
}
@media screen and (min-width: 1025px) {
  [data-fixed-section-item]:last-child {
    height: 100dvh;
  }
}
[data-fixed-section-item].is-modal-open {
  z-index: 10000 !important;
  -webkit-transform: translateZ(0);
}
[data-fixed-section-inner] {
  height: 100%;
}
.m-image-dec-img {
  position: relative;
  display: block;
}
@media screen and (min-width: 1025px) {
  .m-image-dec-img {
    width: 35.79795021961933vw;
    height: 19.98535871156662vw;
    margin: 4px;
  }
}
@media not screen and (min-width: 1025px) {
  .m-image-dec-img {
    width: 87.2vw;
    height: 48.53333333333333vw;
    margin: 4px;
    aspect-ratio: 327/182;
  }
}
.m-image-dec-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #00acb4;
}
@media screen and (min-width: 1025px) {
  .m-image-dec-img::before {
    width: 3.660322108345535vw;
    height: 3.660322108345535vw;
    transition: background-color 0.3s, border 0.3s;
    border: 2px solid transparent;
  }
}
@media not screen and (min-width: 1025px) {
  .m-image-dec-img::before {
    width: 11.733333333333333vw;
    height: 11.733333333333333vw;
  }
}
.m-image-dec-img::after {
  content: '';
  position: absolute;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: border-right 0.3s, border-top 0.3s;
}
@media screen and (min-width: 1025px) {
  .m-image-dec-img::after {
    width: 0.805270863836018vw;
    height: 0.805270863836018vw;
    bottom: 1.390922401171303vw;
    right: 1.537335285505125vw;
  }
}
@media not screen and (min-width: 1025px) {
  .m-image-dec-img::after {
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
    bottom: 4.533333333333333vw;
    right: 5.066666666666666vw;
  }
}
@media screen and (min-width: 1025px) {
  .m-image-dec-img:hover::before {
    background-color: #fff;
    border: 2px solid #00acb4;
  }
  .m-image-dec-img:hover::after {
    border-top: 2px solid #00acb4;
    border-right: 2px solid #00acb4;
  }
}
.m-image-dec-item {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .m-image-dec-item {
    aspect-ratio: 489/273;
  }
}
@media not screen and (min-width: 1025px) {
  .m-image-dec-item {
    aspect-ratio: 327/182;
  }
}
.m-image-dec-item-rect::before {
  content: '';
  position: absolute;
  right: -4px;
  background-color: #00acb4;
}
@media screen and (min-width: 1025px) {
  .m-image-dec-item-rect::before {
    width: 4px;
    height: 4px;
  }
}
@media not screen and (min-width: 1025px) {
  .m-image-dec-item-rect::before {
    width: 4px;
    height: 4px;
  }
}
.m-image-dec-item-rect::after {
  content: '';
  position: absolute;
  left: -4px;
  background-color: #00acb4;
}
@media screen and (min-width: 1025px) {
  .m-image-dec-item-rect::after {
    width: 4px;
    height: 4px;
  }
}
@media not screen and (min-width: 1025px) {
  .m-image-dec-item-rect::after {
    width: 4px;
    height: 4px;
  }
}
.is-top.m-image-dec-item-rect::before,
.is-top.m-image-dec-item-rect::after {
  bottom: -4px;
}
.is-bottom.m-image-dec-item-rect::before,
.is-bottom.m-image-dec-item-rect::after {
  top: -4px;
}
@media screen and (min-width: 1025px) {
  .m-image-dec-item-title {
    margin-top: 1.756954612005857vw;
    margin-left: 0.292825768667643vw;
    font-size: 2.342606149341142vw;
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
@media not screen and (min-width: 1025px) {
  .m-image-dec-item-title {
    margin-top: 6.4vw;
    font-size: 5.333333333333334vw;
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
@media screen and (min-width: 1025px) {
  .m-image-dec-item-title.-unique01 > .-main {
    margin-top: 0.292825768667643vw;
    font-size: 2.342606149341142vw;
    line-height: 1.4375;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
@media not screen and (min-width: 1025px) {
  .m-image-dec-item-title.-unique01 > .-main {
    margin-top: 1.066666666666667vw;
    font-size: 5.333333333333334vw;
    line-height: 1.45;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
.m-image-dec-item-title.-unique01 > .-tag {
  border: 2px solid #00acb4;
  width: -moz-fit-content;
  width: fit-content;
  color: #00acb4;
}
@media screen and (min-width: 1025px) {
  .m-image-dec-item-title.-unique01 > .-tag {
    margin-right: 1.171303074670571vw;
    padding: 0.439238653001464vw;
    font-size: 1.317715959004393vw;
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media not screen and (min-width: 1025px) {
  .m-image-dec-item-title.-unique01 > .-tag {
    margin-right: 2.133333333333333vw;
    padding: 0.4vw 0.533333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media screen and (min-width: 1025px) {
  .m-image-dec-item-desc {
    margin-top: 1.317715959004393vw;
    margin-left: 0.292825768667643vw;
    font-size: 1.171303074670571vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media not screen and (min-width: 1025px) {
  .m-image-dec-item-desc {
    margin-top: 4.266666666666667vw;
    font-size: 3.733333333333334vw;
    line-height: 1.714285714285714;
    letter-spacing: 0.04em;
    font-weight: 500;
    width: 89.33333333333333vw;
  }
}
.modal {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 1200;
}
.modal.is-active {
  display: block;
}
.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1201;
}
.modal-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1025px) {
  .modal-video {
    padding-top: 36.603221083455345vw;
    width: 60.17569546120058vw;
    height: 33.821376281112734vw;
  }
}
@media not screen and (min-width: 1025px) {
  .modal-video {
    padding-top: 52.26666666666666vw;
    width: 89.33333333333333vw;
    height: 50.13333333333333vw;
  }
}
.modal-video--inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modal-close {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1202;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .modal-close {
    top: -2.928257686676428vw;
    width: 2.196193265007321vw;
    height: 2.196193265007321vw;
  }
}
@media not screen and (min-width: 1025px) {
  .modal-close {
    top: -7.466666666666668vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}
.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .modal-close::before,
  .modal-close::after {
    width: 2.196193265007321vw;
    height: 0.073206442166911vw;
  }
}
@media not screen and (min-width: 1025px) {
  .modal-close::before,
  .modal-close::after {
    width: 4.8vw;
    height: 0.266666666666667vw;
  }
}
.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal-cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0,0,0,0.5);
}
.c-modal-cont.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}
@media not screen and (min-width: 1025px) {
  .c-modal-cont.is-active {
    overflow-y: scroll;
    height: 100%;
  }
}
.c-modal-cont-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-modal-cont--inner {
  position: absolute;
  left: 50%;
}
@media screen and (min-width: 1025px) {
  .c-modal-cont--inner {
    width: 82.1376281112738vw;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media not screen and (min-width: 1025px) {
  .c-modal-cont--inner {
    width: 89.33333333333333vw;
    top: 12.8vw;
    transform: translateX(-50%);
  }
}
.c-modal-cont-item {
  padding: 3.074670571010249vw;
  display: none;
  background-color: #4d4d4d;
}
@media not screen and (min-width: 1025px) {
  .c-modal-cont-item {
    padding: 5.333333333333334vw;
    margin-bottom: 12.266666666666666vw;
  }
}
.c-modal-cont-item.is-active {
  display: flex;
  justify-content: space-between;
}
@media not screen and (min-width: 1025px) {
  .c-modal-cont-item.is-active {
    display: block;
  }
}
.c-modal-cont-item--inner {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .c-modal-cont-item--inner {
    width: 36.603221083455345vw;
  }
}
@media not screen and (min-width: 1025px) {
  .c-modal-cont-item--inner + .c-modal-cont-item--inner {
    margin-top: 6.4vw;
  }
}
.c-modal-cont-item-title .u-is-pc {
  display: block;
}
@media not screen and (min-width: 1025px) {
  .c-modal-cont-item-title .u-is-pc {
    display: none;
  }
}
.c-modal-cont-item-title .u-is-sp {
  display: none;
}
@media not screen and (min-width: 1025px) {
  .c-modal-cont-item-title .u-is-sp {
    display: block;
  }
}
.c-modal-cont-item-text {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .c-modal-cont-item-text {
    font-size: 1.02489019033675vw;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-top: 1.756954612005857vw;
  }
}
@media not screen and (min-width: 1025px) {
  .c-modal-cont-item-text {
    font-size: 3.733333333333334vw;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-top: 4.266666666666667vw;
  }
}
.c-modal-cont-item-text sup {
  font-size: 0.8em;
  vertical-align: top;
}
.c-modal-cont-item-link {
  text-decoration: none !important;
}
@media screen and (min-width: 1025px) {
  .c-modal-cont-item-link {
    margin-top: 1.464128843338214vw;
    width: 15.666178623718888vw !important;
  }
}
@media not screen and (min-width: 1025px) {
  .c-modal-cont-item-link {
    margin-top: 5.333333333333334vw;
    width: 72vw !important;
  }
}
.c-modal-cont-item-link + .c-modal-cont-item-link {
  margin-left: 3.22108345534407vw;
}
@media not screen and (min-width: 1025px) {
  .c-modal-cont-item-link + .c-modal-cont-item-link {
    margin-top: 2.133333333333333vw;
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .c-modal-cont-item-link span {
    line-height: calc(15.6 / 12) !important;
  }
}
@media not screen and (min-width: 1025px) {
  .c-modal-cont-item-link span {
    line-height: calc(15.6 / 12) !important;
  }
}
.c-modal-cont-item-image {
  position: relative;
}
.c-modal-cont-item-image:before {
  content: '';
  display: block;
  background-image: url("/carlife/phev/assets/images/common/modal/parts.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -1.244509516837482vw;
  width: 0.878477306002928vw;
  height: 28.69692532942899vw;
}
@media not screen and (min-width: 1025px) {
  .c-modal-cont-item-image:before {
    left: -4.266666666666667vw;
    width: 3.2vw;
    height: 61.6vw;
    background-image: url("/carlife/phev/assets/images/common/modal/parts_sp.png");
  }
}
.c-modal-cont-item-link--wrap {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 1025px) {
  .c-modal-cont-item-link--wrap {
    position: relative;
    left: -2.049780380673499vw;
  }
}
@media not screen and (min-width: 1025px) {
  .c-modal-cont-item-link--wrap {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .c-modal-cont-item-link--wrap .c-primary-button {
    padding-top: 0;
    padding-bottom: 0;
    height: 3.367496339677892vw;
    display: flex;
    align-items: center;
  }
}
@media not screen and (min-width: 1025px) {
  .c-modal-cont-item-link--wrap .c-primary-button {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1025px) {
  .c-modal-cont-item-annotation {
    margin-top: 1.171303074670571vw;
  }
}
@media not screen and (min-width: 1025px) {
  .c-modal-cont-item-annotation {
    margin-top: 5.333333333333334vw;
  }
}
.c-modal-cont-item-annotation-text {
  text-indent: -1em;
  padding-left: 1em;
  color: rgba(255,255,255,0.5);
}
@media screen and (min-width: 1025px) {
  .c-modal-cont-item-annotation-text {
    font-size: 0.732064421669107vw;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
@media not screen and (min-width: 1025px) {
  .c-modal-cont-item-annotation-text {
    font-size: 2.666666666666667vw;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
.c-modal-cont-close {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1202;
}
@media screen and (min-width: 1025px) {
  .c-modal-cont-close {
    top: -2.781844802342606vw;
    right: 0;
    width: 2.196193265007321vw;
    height: 2.196193265007321vw;
  }
}
@media not screen and (min-width: 1025px) {
  .c-modal-cont-close {
    top: -6.666666666666667vw;
    right: 0;
    width: 4.8vw;
    height: 4.8vw;
  }
}
.c-modal-cont-close::before,
.c-modal-cont-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .c-modal-cont-close::before,
  .c-modal-cont-close::after {
    width: 2.196193265007321vw;
    height: 0.073206442166911vw;
  }
}
@media not screen and (min-width: 1025px) {
  .c-modal-cont-close::before,
  .c-modal-cont-close::after {
    width: 4.8vw;
    height: 0.266666666666667vw;
  }
}
.c-modal-cont-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal-cont-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-primary-button {
  display: block;
  background-color: #00acb4;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid #00acb4;
}
@media screen and (min-width: 1025px) {
  .c-primary-button {
    width: 10.54172767203514vw;
    padding: 0.585651537335286vw 1.756954612005857vw;
  }
}
@media not screen and (min-width: 1025px) {
  .c-primary-button {
    width: 38.4vw;
    padding: 2.133333333333333vw 6.4vw;
  }
}
.c-primary-button:after {
  content: '';
  display: block;
  width: 4.099560761346998vw;
  height: 0.585651537335286vw;
  background-image: url("/carlife/phev/assets/images/common/button/arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -2.049780380673499vw;
  transform: translateY(-100%);
  will-change: background-image;
  transition: background-image 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media not screen and (min-width: 1025px) {
  .c-primary-button:after {
    width: 14.933333333333335vw;
    height: 2.133333333333333vw;
    right: -7.466666666666668vw;
  }
}
@media screen and (min-width: 1025px) {
  .c-primary-button:hover:before {
    background-color: #fff;
    color: #00acb4;
  }
}
@media screen and (min-width: 1025px) {
  .c-primary-button:hover:after {
    background-image: url("/carlife/phev/assets/images/common/button/arrow-hover.png");
  }
}
@media screen and (min-width: 1025px) {
  .c-primary-button:hover span {
    color: #00acb4;
  }
}
.c-primary-button span {
  position: relative;
  transition: color 0.3s ease;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .c-primary-button span {
    font-size: 0.878477306002928vw;
    line-height: 2.5;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
}
@media not screen and (min-width: 1025px) {
  .c-primary-button span {
    font-size: 3.2vw;
    line-height: 2.5;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
}
.c-primary-button:before {
  background-color: #00acb4;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .is-bg-white .c-primary-button:hover:after {
    background-image: url("/carlife/phev/assets/images/common/button/arrow-hover-blue.png");
  }
}
.c-scrollbar {
  font-family: "MMC";
  color: #00acb4;
  position: absolute;
  top: 29.64860907759883vw;
  left: 5.051244509516837vw;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .c-scrollbar {
    font-size: 0.732064421669107vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}
@media not screen and (min-width: 1025px) {
  .c-scrollbar {
    display: none;
  }
}
.c-scrollbar--inner {
  display: flex;
  align-items: center;
  transform: rotate(90deg);
  transform-origin: top left;
  position: sticky;
  top: calc(100vh - 20px - 139vw / 1366 * 100);
}
.c-scrollbar__track {
  display: inline-block;
  height: 1px;
  background-color: rgba(0,172,180,0.5);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .c-scrollbar__track {
    width: 5.856515373352855vw;
  }
}
.c-scrollbar__track:after {
  content: '';
  display: block;
  width: 4.099560761346998vw;
  height: 1px;
  background-color: #00acb4;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: track 2s ease-in-out infinite;
}
@keyframes track {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(150%);
  }
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.c-slider--inner {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .c-slider--inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 772px;
    height: 100dvh;
    padding: 10.471204188481675% 9.947643979057592% 10.471204188481675% 7.068062827225131%;
  }
}
@media not screen and (min-width: 1025px) {
  .c-slider--inner {
    padding: 21.333333333333336% 5.333333333333334% 21.333333333333336% 5.333333333333334%;
  }
}
@media screen and (min-width: 1025px) {
  .c-slider--inner > div {
    width: 100%;
    overflow: visible;
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  .c-slider-list {
    margin-top: 2.635431918008785vw;
  }
}
@media not screen and (min-width: 1025px) {
  .c-slider-list {
    margin-top: 8.533333333333333vw;
  }
}
.c-slider-list-item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .c-slider-list-item {
    width: 100%;
    padding-right: 5.257623554153523%;
  }
}
@media not screen and (min-width: 1025px) {
  .c-slider-list-item {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1025px) {
  .c-slider-list-item--text {
    width: 27.159590043923863vw;
  }
}
@media not screen and (min-width: 1025px) {
  .c-slider-list-item--text {
    width: 80vw;
    margin-top: 5.333333333333334vw;
  }
}
@media not screen and (min-width: 1025px) {
  .c-slider-list-item-title {
    aspect-ratio: 300/133;
  }
}
@media screen and (min-width: 1025px) {
  .c-slider-list-item-text {
    font-size: 1.171303074670571vw;
    line-height: 1.7;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin-top: 1.171303074670571vw;
  }
}
@media not screen and (min-width: 1025px) {
  .c-slider-list-item-text {
    font-size: 3.733333333333334vw;
    line-height: 1.7;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .c-slider-list-item-link {
    margin-top: 2.489019033674964vw;
  }
}
@media not screen and (min-width: 1025px) {
  .c-slider-list-item-link {
    margin-top: 5.866666666666666vw;
  }
}
@media screen and (min-width: 1025px) {
  .c-slider-list-item-image {
    width: 36.603221083455345vw;
    margin-left: 2.196193265007321vw;
  }
}
@media not screen and (min-width: 1025px) {
  .c-slider-list-item-image {
    width: 80vw;
    aspect-ratio: 300/236;
  }
}
.c-slider-controller {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .c-slider-controller {
    top: 4.099560761346998vw;
    right: -1.892744479495268%;
    width: 20.60988433228181%;
  }
}
@media not screen and (min-width: 1025px) {
  .c-slider-controller {
    top: 26.666666666666668vw;
    right: 5.333333333333334vw;
    width: 25.6vw;
  }
}
.c-slider-button-prev,
.c-slider-button-next {
  width: 3.660322108345535vw;
  height: 3.660322108345535vw;
  position: relative;
  z-index: 1;
}
@media not screen and (min-width: 1025px) {
  .c-slider-button-prev,
  .c-slider-button-next {
    width: 11.733333333333333vw;
    height: 11.733333333333333vw;
    margin-top: 6.4vw;
    aspect-ratio: 44/44;
  }
}
.c-slider-button-prev:before,
.c-slider-button-next:before {
  content: '';
  display: block;
  width: 3.660322108345535vw;
  height: 3.660322108345535vw;
  background-image: url("/carlife/phev/assets/images//common/slider/arrow-hover.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transform: rotate(180deg);
  transition: opacity 0.3s, z-index 0.3s;
  cursor: pointer;
}
@media not screen and (min-width: 1025px) {
  .c-slider-button-prev:before,
  .c-slider-button-next:before {
    width: 11.733333333333333vw;
    height: 11.733333333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .c-slider-button-prev:hover:before,
  .c-slider-button-next:hover:before {
    opacity: 1;
    z-index: 2;
  }
}
.c-slider-button-next {
  transform: rotate(180deg);
}
@media screen and (min-width: 1025px) {
  .c-slider-pagination {
    font-size: 1.171303074670571vw;
    line-height: 1.1875;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media not screen and (min-width: 1025px) {
  .c-slider-pagination {
    position: absolute;
    top: -6.4vw;
    right: 0;
    font-size: 4.266666666666667vw;
    line-height: 1.1875;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.c-slider-pagination-slash {
  display: inline-block;
  margin: 0 0.732064421669107vw;
}
@media not screen and (min-width: 1025px) {
  .c-slider-pagination-slash {
    margin: 0 2.666666666666667vw;
  }
}
[data-slider-pagination-current] {
  color: #00acb4;
}
@media screen and (min-width: 1025px) {
  .c-slider-annotation {
    margin-top: 1.171303074670571vw;
  }
}
@media not screen and (min-width: 1025px) {
  .c-slider-annotation {
    margin-top: 2.133333333333333vw;
  }
}
.c-slider-annotation-text {
  text-indent: -1em;
  padding-left: 1em;
  color: #4d4d4d;
}
@media screen and (min-width: 1025px) {
  .c-slider-annotation-text {
    font-size: 0.732064421669107vw;
    line-height: 1.4;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media not screen and (min-width: 1025px) {
  .c-slider-annotation-text {
    font-size: 2.666666666666667vw;
    line-height: 1.4;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
.c-slider-annotation-text.is-white {
  color: #fff;
  opacity: 0.6;
}
.is-text-bg {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.is-text-bg.is-60per span {
  height: 60%;
}
@media screen and (min-width: 1025px) {
  .is-text-bg.is-nowrap {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1025px) {
  .is-text-bg .is-small {
    font-size: 0.732064421669107vw;
    line-height: 3;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
}
@media not screen and (min-width: 1025px) {
  .is-text-bg .is-small {
    font-size: 2.666666666666667vw;
    line-height: 3;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
}
[data-text-bg-line-anim] {
  display: inline-block;
  width: 0;
  height: 80%;
  background-color: #00acb4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
[data-text-bg-line-anim].is-anim {
  width: 100%;
  transition: width 0.5s ease;
}
.c-title-set {
  color: #000;
}
.c-title-set.is-white {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .c-title-set.is-small .c-title-set-title {
    font-size: 1.537335285505125vw;
    line-height: 1.428571428571429;
    letter-spacing: 0.2em;
    font-weight: bold;
  }
}
@media not screen and (min-width: 1025px) {
  .c-title-set.is-small .c-title-set-title {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-weight: bold;
  }
}
@media screen and (min-width: 1025px) {
  .c-title-set.is-small .c-title-set-subtitle {
    font-size: 0.732064421669107vw;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-weight: 500;
  }
}
@media not screen and (min-width: 1025px) {
  .c-title-set.is-small .c-title-set-subtitle {
    font-size: 2.666666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-weight: 500;
    margin-top: 1.6vw;
  }
}
.c-title-set-title {
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .c-title-set-title {
    font-size: 2.342606149341142vw;
    line-height: 1.1875;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}
@media not screen and (min-width: 1025px) {
  .c-title-set-title {
    font-size: 6.4vw;
    line-height: 1.116666666666667;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}
.c-title-set-subtitle {
  color: #00acb4;
}
@media screen and (min-width: 1025px) {
  .c-title-set-subtitle {
    font-size: 0.732064421669107vw;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-weight: 500;
    margin-top: 0.585651537335286vw;
  }
}
@media not screen and (min-width: 1025px) {
  .c-title-set-subtitle {
    font-size: 2.666666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-weight: 500;
    margin-top: 2.133333333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .c-title-set-title-lead {
    font-size: 1.171303074670571vw;
    line-height: 1.7;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin-top: 1.317715959004393vw;
  }
}
@media not screen and (min-width: 1025px) {
  .c-title-set-title-lead {
    font-size: 3.733333333333334vw;
    line-height: 1.7;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin-top: 11.200000000000001vw;
  }
}
.b-banner {
  height: 32.210834553440705vw;
  overflow: hidden;
  position: relative;
}
@media not screen and (min-width: 1025px) {
  .b-banner {
    height: 133.33333333333331vw;
    aspect-ratio: 375/500;
  }
}
.b-banner:before,
.b-banner:after {
  content: '';
  display: block;
  background-image: url("/carlife/phev/assets/images/banner/frame.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 80.96632503660322vw;
  height: 1.09809663250366vw;
  position: absolute;
  top: 1.464128843338214vw;
  left: 1.464128843338214vw;
}
@media not screen and (min-width: 1025px) {
  .b-banner:before,
  .b-banner:after {
    width: 89.33333333333333vw;
    height: 4vw;
    top: 5.333333333333334vw;
    left: 5.333333333333334vw;
    background-image: url("/carlife/phev/assets/images/banner/frame_sp.png");
  }
}
.b-banner:after {
  top: auto;
  bottom: 1.464128843338214vw;
  transform: rotate(180deg);
}
@media not screen and (min-width: 1025px) {
  .b-banner:after {
    bottom: 5.333333333333334vw;
  }
}
.b-banner-bg {
  height: 100%;
  position: relative;
}
.b-banner-bg:before {
  content: '';
  display: block;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1025px) {
  .b-banner-bg:before {
    background-image: url("/carlife/phev/assets/images/banner/bg.jpg");
    width: 83.89458272327965vw;
    left: 16.105417276720353vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-banner-bg:before {
    background-image: url("/carlife/phev/assets/images/banner/bg_sp.jpg");
  }
}
.b-banner-bg.is-active:before {
  opacity: 1;
}
.b-banner-title {
  position: absolute;
  bottom: 4.392386530014641vw;
  left: 6.661786237188873vw;
  transform: translateZ(-10px);
}
@media not screen and (min-width: 1025px) {
  .b-banner-title {
    bottom: 10.666666666666668vw;
    left: 10.666666666666668vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-battery .c-slider-controller {
    top: 24vw;
  }
}
.b-bousai {
  background-color: #f2f2f2;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .b-bousai {
    padding: 8.784773060029282vw 4.099560761346998vw 0 5.929721815519766vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-bousai {
    padding: 10.666666666666668vw 5.333333333333334vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-bousai-content {
    margin-top: 2.12298682284041vw;
    display: flex;
    justify-content: space-between;
  }
}
@media not screen and (min-width: 1025px) {
  .b-bousai-content {
    margin-top: 8.533333333333333vw;
  }
  .b-bousai-content .m-image-dec:nth-child(n+2) {
    margin-top: 7.733333333333333vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-costs .c-slider-controller {
    top: 23.466666666666665vw;
  }
}
.b-experience {
  background-color: #f2f2f2;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .b-experience {
    padding: 8.784773060029282vw 4.099560761346998vw 0 5.929721815519766vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-experience {
    padding: 10.666666666666668vw 5.333333333333334vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-experience-content {
    margin-top: 1.756954612005857vw;
    display: flex;
    justify-content: space-between;
  }
}
@media not screen and (min-width: 1025px) {
  .b-experience-content {
    margin-top: 10.666666666666668vw;
  }
  .b-experience-content .m-image-dec:nth-child(n+2) {
    margin-top: 8.533333333333333vw;
  }
}
.b-feature {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .b-feature {
    padding: 8.784773060029282vw 0;
    background-image: url("/carlife/phev/assets/images/feature/bg.png");
  }
}
@media not screen and (min-width: 1025px) {
  .b-feature {
    padding: 21.333333333333336vw 5.333333333333334vw;
    background-image: url("/carlife/phev/assets/images/feature/bg_sp.png");
    margin-top: -0.533333333333333vw;
  }
}
.b-feature--inner {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .b-feature--inner {
    width: 62.51830161054173vw;
    margin: 0 auto;
  }
}
.b-feature--inner:before,
.b-feature--inner:after {
  content: '';
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .b-feature--inner:before,
  .b-feature--inner:after {
    background-image: url("/carlife/phev/assets/images/feature/frame.png");
    width: 100%;
    height: 1.09809663250366vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-feature--inner:before,
  .b-feature--inner:after {
    background-image: url("/carlife/phev/assets/images/feature/frame_sp.png");
    width: 89.33333333333333vw;
    height: 4vw;
  }
}
.b-feature--inner:after {
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
}
@media screen and (min-width: 1025px) {
  .b-feature-title {
    padding-top: 2.928257686676428vw;
    padding-left: 2.489019033674964vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-feature-title {
    padding-top: 5.333333333333334vw;
    padding-left: 5.333333333333334vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-feature-contents {
    display: flex;
    margin-top: 1.683748169838946vw;
    padding-bottom: 2.928257686676428vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-feature-contents {
    margin-top: 8.533333333333333vw;
    padding-bottom: 14.666666666666666vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-feature-contents-image {
    width: 23.206442166910687vw;
    margin-left: 5.417276720351391vw;
    position: relative;
  }
}
@media not screen and (min-width: 1025px) {
  .b-feature-contents-image {
    width: 89.60000000000001vw;
    margin-top: 9.866666666666667vw;
    aspect-ratio: 336/172;
  }
}
.b-feature-contents-image:before {
  content: '';
  display: block;
  background-image: url("/carlife/phev/assets/images/feature/material.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .b-feature-contents-image:before {
    width: 28.18448023426062vw;
    height: 14.348462664714495vw;
    top: 2.049780380673499vw;
    left: -4.685212298682284vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-feature-contents-text {
    width: 36.45680819912152vw;
    margin-left: 3.879941434846267vw;
    margin-top: -8.49194729136164vw;
  }
}
.b-feature-contents-text-heading {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .b-feature-contents-text-heading {
    font-size: 2.342606149341142vw;
    line-height: 1.4;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin-top: 0.732064421669107vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-feature-contents-text-heading {
    font-size: 6.4vw;
    line-height: 1.375;
    letter-spacing: 0.11em;
    font-weight: bold;
    margin-left: 6.933333333333333vw;
  }
}
.b-feature-contents-text-lead {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .b-feature-contents-text-lead {
    font-size: 0.878477306002928vw;
    line-height: 2;
    letter-spacing: 0.185em;
    font-weight: 500;
    margin-top: 0.878477306002928vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-feature-contents-text-lead {
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: 0.185em;
    font-weight: 500;
    margin: 2.666666666666667vw;
    width: 78.93333333333334vw;
    margin-left: 6.133333333333333vw;
  }
}
.b-feature-contents-text-lead .u-is-small {
  transform: scale(0.7);
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .b-feature-contents-text-lead .u-is-small {
    font-size: 0.878477306002928vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
    left: -0.366032210834553vw;
    top: -0.219619326500732vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-feature-contents-text-lead .u-is-small {
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
    left: -0.533333333333333vw;
    top: -0.533333333333333vw;
  }
}
.b-feature-contents-text-ano {
  color: rgba(255,255,255,0.6);
}
@media screen and (min-width: 1025px) {
  .b-feature-contents-text-ano {
    font-size: 0.732064421669107vw;
    line-height: 1.4;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin-top: 1.464128843338214vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-feature-contents-text-ano {
    font-size: 2.666666666666667vw;
    line-height: 1.4;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin-top: 4.266666666666667vw;
    margin-left: 5.333333333333334vw;
  }
}
.b-floatingBnr {
  position: sticky;
  left: 0;
  z-index: 4;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .b-floatingBnr {
    top: 0;
  }
}
@media not screen and (min-width: 1025px) {
  .b-floatingBnr {
    bottom: 0;
  }
}
.b-floatingBnr .b-floatingBnr-link {
  display: block;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .b-floatingBnr .b-floatingBnr-link {
    width: 24.15812591508053vw !important;
    top: 1.464128843338214vw;
    right: 1.464128843338214vw;
    transition: opacity 0.3s;
  }
  .b-floatingBnr .b-floatingBnr-link:hover {
    opacity: 0.5;
  }
}
@media not screen and (min-width: 1025px) {
  .b-floatingBnr .b-floatingBnr-link {
    width: 88vw !important;
    bottom: 2.666666666666667vw;
    right: 5.866666666666666vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-future .c-slider-controller {
    top: 29.333333333333332vw;
  }
}
.b-kv {
  position: relative;
  background-color: #000;
}
.b-kv-copy {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .b-kv-copy {
    top: 4.904831625183016vw;
    left: 5.856515373352855vw;
    width: 34.4311859443631vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-kv-copy {
    top: 13.333333333333334vw;
    left: 5.333333333333334vw;
    width: 85.78666666666666vw;
  }
}
.b-kv-text {
  position: absolute;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .b-kv-text {
    top: 25.988286969253295vw;
    left: 5.856515373352855vw;
    font-size: 0.878477306002928vw;
    line-height: 1.7;
    letter-spacing: 0.2em;
    font-weight: 500;
  }
}
@media not screen and (min-width: 1025px) {
  .b-kv-text {
    top: 66.13333333333333vw;
    left: 5.333333333333334vw;
    font-size: 3.2vw;
    line-height: 1.7;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
.b-lineup {
  background-color: #f2f2f2;
}
@media screen and (min-width: 1025px) {
  .b-lineup {
    padding: 8.784773060029282vw 4.099560761346998vw 8.784773060029282vw 5.929721815519766vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-lineup {
    padding: 10.666666666666668vw 5.333333333333334vw 21.333333333333336vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-lineup-lists {
    display: flex;
    justify-content: space-between;
    margin-top: 2.781844802342606vw;
    margin-left: -1.903367496339678vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-lineup-lists {
    width: 89.33333333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-recommend-lists-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend-lists-item {
    aspect-ratio: 335/447;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend-lists-item:nth-child(n+2) {
    margin-top: 10.666666666666668vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-recommend-lists-item-logo {
    width: 100%;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend-lists-item-logo {
    display: none;
  }
}
.b-recommend-lists-item-logo .b-recommend-lists-item-logo-img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .b-recommend-lists-item-logo .b-recommend-lists-item-logo-img {
    width: 18.82137628111274vw;
    margin-bottom: 2.928257686676428vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-recommend-lists-item-img-wrapper {
    width: 34.773060029282576vw;
  }
}
.b-recommend-lists-item-img {
  width: 100%;
}
.b-recommend-lists-item-grade {
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .b-recommend-lists-item-grade {
    font-size: 0.878477306002928vw;
    line-height: 1.416666666666667;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin-top: -0.146412884333821vw;
    margin-right: 0.146412884333821vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend-lists-item-grade {
    font-size: 3.2vw;
    line-height: 1.416666666666667;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
.b-recommend-list-item-bt-set {
  display: block;
}
@media screen and (min-width: 1025px) {
  .b-recommend-list-item-bt-set {
    width: 34.52928257686676vw;
    margin-left: 2.489019033674964vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend-list-item-bt-set {
    margin: 8.533333333333333vw auto 0;
  }
}
.b-recommend-list-item-bt-set-item-link {
  text-align: center;
  position: relative;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b-recommend-list-item-bt-set-item-link {
    font-size: 1.02489019033675vw;
    line-height: 1.428571428571429;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 0.732064421669107vw 0;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend-list-item-bt-set-item-link {
    font-size: 3.733333333333334vw;
    line-height: 1.428571428571429;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 2.666666666666667vw 0;
  }
}
.b-recommend-list-item-bt-set-item-link p {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}
.b-recommend-list-item-bt-set-item-link.is-blue {
  background-color: #00acb4;
  color: #fff;
  border: 1px solid #00acb4;
}
.b-recommend-list-item-bt-set-item-link.is-darkgray {
  background-color: #2c2c2c;
  color: #fff;
  padding-right: 1.756954612005857vw;
  border: 1px solid #2c2c2c;
}
.b-recommend-list-item-bt-set-item-link span {
  width: 100%;
  height: 100%;
  display: block;
}
.b-recommend-list-item-bt-set-item-link span::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .b-recommend-list-item-bt-set-item-link span::before {
    width: 1.317715959004393vw;
    height: 1.317715959004393vw;
    right: 1.02489019033675vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend-list-item-bt-set-item-link span::before {
    width: 4.8vw;
    height: 4.8vw;
    right: 3.733333333333334vw;
  }
}
.b-recommend-list-item-bt-set-item-link span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: border-top 0.3s ease-in-out, border-right 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .b-recommend-list-item-bt-set-item-link span::after {
    width: 0.292825768667643vw;
    height: 0.292825768667643vw;
    right: 1.610541727672035vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend-list-item-bt-set-item-link span::after {
    width: 1.066666666666667vw;
    height: 1.066666666666667vw;
    right: 5.866666666666666vw;
  }
}
.is-blue.b-recommend-list-item-bt-set-item-link::before {
  background-color: #00acb4;
}
.is-blue.b-recommend-list-item-bt-set-item-link span::before {
  background-color: #fff;
}
.is-blue.b-recommend-list-item-bt-set-item-link span::after {
  border-top: 1px solid #00acb4;
  border-right: 1px solid #00acb4;
}
@media screen and (min-width: 1025px) {
  .is-blue.b-recommend-list-item-bt-set-item-link:hover {
    color: #00acb4;
  }
  .is-blue.b-recommend-list-item-bt-set-item-link:hover::before {
    background-color: #fff;
  }
  .is-blue.b-recommend-list-item-bt-set-item-link:hover span::before {
    background-color: #00acb4;
  }
  .is-blue.b-recommend-list-item-bt-set-item-link:hover span::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.is-darkgray.b-recommend-list-item-bt-set-item-link::before {
  background-color: #fff;
}
.is-darkgray.b-recommend-list-item-bt-set-item-link span::before {
  background-color: #fff;
}
.is-darkgray.b-recommend-list-item-bt-set-item-link span::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (min-width: 1025px) {
  .is-darkgray.b-recommend-list-item-bt-set-item-link:hover {
    color: #000;
  }
  .is-darkgray.b-recommend-list-item-bt-set-item-link:hover span::before {
    background-color: #000;
  }
  .is-darkgray.b-recommend-list-item-bt-set-item-link:hover span::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
@media screen and (min-width: 1025px) {
  .b-recommend-list-item-bt-set-item:nth-child(n+2) .b-recommend-list-item-bt-set-item-link {
    margin-top: 1.171303074670571vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend-list-item-bt-set-item:nth-child(n+2) .b-recommend-list-item-bt-set-item-link {
    margin-top: 4.266666666666667vw;
  }
}
.b-more {
  background-color: #f2f2f2;
}
@media screen and (min-width: 1025px) {
  .b-more {
    padding-left: 5.929721815519766vw;
    padding-top: 8.784773060029282vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-more {
    padding: 10.666666666666668vw 5.333333333333334vw 21.333333333333336vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-more-content {
    margin-top: 1.756954612005857vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-more-content {
    margin-top: 10.666666666666668vw;
  }
}
.b-myphev {
  background-color: #f2f2f2;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .b-myphev {
    padding: 8.784773060029282vw 4.099560761346998vw 0 5.929721815519766vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-myphev {
    padding: 10.666666666666668vw 5.333333333333334vw;
  }
}
.b-myphev .c-title-set-title .is-font-jp {
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 1025px) {
  .b-myphev .c-title-set-subtitle {
    margin-top: 0.146412884333821vw;
  }
}
.b-myphev-img {
  position: relative;
}
@media not screen and (min-width: 1025px) {
  .b-myphev-img {
    aspect-ratio: 335/329;
  }
}
.b-myphev-img:before,
.b-myphev-img:after {
  content: '';
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .b-myphev-img:before,
  .b-myphev-img:after {
    background-image: url("/carlife/phev/assets/images/myphev/frame_pc.png");
    width: 70.93704245973646vw;
    height: 1.09809663250366vw;
    top: 1.464128843338214vw;
    left: 1.464128843338214vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-myphev-img:before,
  .b-myphev-img:after {
    background-image: url("/carlife/phev/assets/images/myphev/frame_sp.png");
    width: 78.66666666666666vw;
    height: 4vw;
    top: 5.333333333333334vw;
    left: 5.333333333333334vw;
  }
}
.b-myphev-img:after {
  top: auto;
  transform: rotate(180deg);
}
@media screen and (min-width: 1025px) {
  .b-myphev-img:after {
    bottom: 1.464128843338214vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-myphev-img:after {
    bottom: 5.333333333333334vw;
  }
}
.b-myphev-main {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .b-myphev-main {
    top: 4.24597364568082vw;
    left: 4.24597364568082vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-myphev-main {
    top: 11.200000000000001vw;
    left: 11.200000000000001vw;
  }
}
.b-myphev-main-desc {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .b-myphev-main-desc {
    font-size: 1.02489019033675vw;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-weight: bold;
    margin-top: 1.390922401171303vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-myphev-main-desc {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-weight: bold;
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-myphev-main-bt {
    margin-top: 1.464128843338214vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-myphev-main-bt {
    margin-top: 4.8vw;
  }
}
.b-recommend {
  background-color: #fff;
}
.b-recommend02 {
  background-color: #f2f2f2;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .b-recommend02 {
    padding: 9.150805270863836vw 4.099560761346998vw 8.784773060029282vw 5.929721815519766vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02 {
    padding: 23.200000000000003vw 5.333333333333334vw 21.333333333333336vw;
  }
}
.b-recommend02-title-image {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .b-recommend02-title-image {
    width: 52.85505124450952vw;
    top: 8.784773060029282vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-title-image {
    width: 94.66666666666667vw;
    top: 53.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists--wrap {
    margin-top: 2.342606149341142vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists--wrap {
    margin-top: 32.266666666666666vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists {
    display: flex;
    justify-content: space-between;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item:nth-child(n+2) {
    margin-top: 4.266666666666667vw;
  }
}
.b-recommend02-lists-item .b-recommend02-list-item-link {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: left;
  color: #fff;
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item .b-recommend02-list-item-link {
    width: 100%;
  }
}
.b-recommend02-lists-item .b-recommend02-list-item-link::before,
.b-recommend02-lists-item .b-recommend02-list-item-link::after {
  content: "";
  display: block;
  position: absolute;
}
.b-recommend02-lists-item .b-recommend02-list-item-link::before {
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item .b-recommend02-list-item-link::before {
    background-color: #4d4d4d;
    transition: background-color 0.3s;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item .b-recommend02-list-item-link::before {
    background-color: rgba(28,28,28,0.6);
  }
}
.b-recommend02-lists-item .b-recommend02-list-item-link::after {
  z-index: 2;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item .b-recommend02-list-item-link::after {
    background-color: #fff;
    -webkit-mask-image: url("/carlife/phev/assets/images/recommend/deco_01_pc.svg");
    mask-image: url("/carlife/phev/assets/images/recommend/deco_01_pc.svg");
    width: 20.20497803806735vw;
    height: 21.59590043923865vw;
    top: 1.903367496339678vw;
    left: 1.830161054172767vw;
    transition: background-color 0.3s;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item .b-recommend02-list-item-link::after {
    background-color: #fff;
    -webkit-mask-image: url("/carlife/phev/assets/images/recommend/deco_01_sp.svg");
    mask-image: url("/carlife/phev/assets/images/recommend/deco_01_sp.svg");
    width: 78.66666666666666vw;
    height: 75.46666666666667vw;
    top: 5.333333333333334vw;
    left: 5.333333333333334vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item .b-recommend02-list-item-link:hover::before {
    background-color: rgba(28,28,28,0.6);
  }
  .b-recommend02-lists-item .b-recommend02-list-item-link:hover::after {
    background-color: #00acb4;
  }
  .b-recommend02-lists-item .b-recommend02-list-item-link:hover .b-recommend02-list-item-link-en {
    color: #00acb4;
  }
}
.b-recommend02-lists-item.is-01 .b-recommend02-list-item-link {
  background-image: url("/carlife/phev/assets/images/recommend/bg-01.jpg");
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-01 .b-recommend02-list-item-link-title {
    width: 17.423133235724745vw;
    margin-top: 1.830161054172767vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-01 .b-recommend02-list-item-link-title {
    width: 64.84533333333333vw;
    margin-top: 7.466666666666668vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-01 .b-recommend02-list-item-link-text {
    margin-top: 1.537335285505125vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-01 .b-recommend02-list-item-link-text {
    margin-top: 4.533333333333333vw;
  }
}
.b-recommend02-lists-item.is-02 .b-recommend02-list-item-link {
  background-image: url("/carlife/phev/assets/images/recommend/bg-02.jpg");
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-02 .b-recommend02-list-item-link-title {
    width: 17.423133235724745vw;
    margin-top: 1.903367496339678vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-02 .b-recommend02-list-item-link-title {
    width: 62.61866666666667vw;
    margin-top: 8vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-02 .b-recommend02-list-item-link-text {
    margin-top: 1.390922401171303vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-02 .b-recommend02-list-item-link-text {
    margin-top: 4.533333333333333vw;
  }
}
.b-recommend02-lists-item.is-03 .b-recommend02-list-item-link {
  background-image: url("/carlife/phev/assets/images/recommend/bg-03.jpg");
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-03 .b-recommend02-list-item-link-title {
    width: 17.423133235724745vw;
    margin-top: 3.660322108345535vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-03 .b-recommend02-list-item-link-title {
    width: 65.33333333333333vw;
    margin-top: 12vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-03 .b-recommend02-list-item-link-text {
    margin-top: 2.562225475841874vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-03 .b-recommend02-list-item-link-text {
    margin-top: 10.4vw;
  }
}
.b-recommend02-lists-item.is-04 .b-recommend02-list-item-link {
  background-image: url("/carlife/phev/assets/images/recommend/bg-04.jpg");
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-04 .b-recommend02-list-item-link-title {
    width: 18.136896046852122vw;
    margin-top: 1.244509516837482vw;
    margin-left: -0.732064421669107vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-04 .b-recommend02-list-item-link-title {
    width: 65.33333333333333vw;
    margin-top: 4.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-04 .b-recommend02-list-item-link-text {
    margin-top: 0.585651537335286vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-04 .b-recommend02-list-item-link-text {
    margin-top: 2.666666666666667vw;
  }
}
.b-recommend02-lists-item.is-05 .b-recommend02-list-item-link {
  background-image: url("/carlife/phev/assets/images/recommend/bg-05.jpg");
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-05 .b-recommend02-list-item-link-title {
    width: 17.583455344070277vw;
    margin-top: 1.610541727672035vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-05 .b-recommend02-list-item-link-title {
    width: 65.33333333333333vw;
    margin-top: 4.533333333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-05 .b-recommend02-list-item-link-text {
    margin-top: 0.512445095168375vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-05 .b-recommend02-list-item-link-text {
    margin-top: 2.666666666666667vw;
  }
}
.b-recommend02-lists-item.is-06 .b-recommend02-list-item-link {
  background-image: url("/carlife/phev/assets/images/recommend/bg-06.jpg");
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-06 .b-recommend02-list-item-link-title {
    width: 18.31918008784773vw;
    margin-top: 2.928257686676428vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-06 .b-recommend02-list-item-link-title {
    width: 69.97333333333333vw;
    margin-top: 6.666666666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-06 .b-recommend02-list-item-link-text {
    margin-top: 2.196193265007321vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-06 .b-recommend02-list-item-link-text {
    margin-top: 10.133333333333333vw;
  }
}
.b-recommend02-lists-item.is-07 .b-recommend02-list-item-link {
  background-image: url("/carlife/phev/assets/images/recommend/bg-07.jpg");
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-07 .b-recommend02-list-item-link-title {
    width: 17.423133235724745vw;
    margin-top: 3.660322108345535vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-07 .b-recommend02-list-item-link-title {
    width: 65.33333333333333vw;
    margin-top: 10.933333333333334vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-07 .b-recommend02-list-item-link-text {
    margin-top: 2.196193265007321vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-07 .b-recommend02-list-item-link-text {
    margin-top: 10.133333333333333vw;
  }
}
.b-recommend02-lists-item.is-08 .b-recommend02-list-item-link {
  background-image: url("/carlife/phev/assets/images/recommend/bg-08.jpg");
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-08 .b-recommend02-list-item-link-title {
    width: 15.482430453879942vw;
    margin-top: 2.489019033674964vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-08 .b-recommend02-list-item-link-title {
    width: 56.397333333333336vw;
    margin-top: 7.466666666666668vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-08 .b-recommend02-list-item-link-text {
    margin-top: 0.805270863836018vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-08 .b-recommend02-list-item-link-text {
    margin-top: 4.8vw;
  }
}
.b-recommend02-lists-item.is-09 .b-recommend02-list-item-link {
  background-image: url("/carlife/phev/assets/images/recommend/bg-09.jpg");
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-09 .b-recommend02-list-item-link-title {
    width: 18.03294289897511vw;
    margin-top: 1.464128843338214vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-09 .b-recommend02-list-item-link-title {
    width: 65.688vw;
    margin-top: 6.133333333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-09 .b-recommend02-list-item-link-text {
    margin-top: 1.390922401171303vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-09 .b-recommend02-list-item-link-text {
    margin-top: 4.533333333333333vw;
  }
}
.b-recommend02-lists-item.is-010 .b-recommend02-list-item-link {
  background-image: url("/carlife/phev/assets/images/recommend/bg-10.jpg");
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-010 .b-recommend02-list-item-link-title {
    width: 17.423133235724745vw;
    margin-top: 1.830161054172767vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-010 .b-recommend02-list-item-link-title {
    width: 64.84533333333333vw;
    margin-top: 7.466666666666668vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-010 .b-recommend02-list-item-link-text {
    margin-top: 1.537335285505125vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-010 .b-recommend02-list-item-link-text {
    margin-top: 4.533333333333333vw;
  }
}
.b-recommend02-lists-item.is-011 .b-recommend02-list-item-link {
  background-image: url("/carlife/phev/assets/images/recommend/bg-11.jpg");
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-011 .b-recommend02-list-item-link-title {
    width: 13.959004392386532vw;
    margin-top: 3.074670571010249vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-011 .b-recommend02-list-item-link-title {
    width: 50.848000000000006vw;
    margin-top: 12vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-011 .b-recommend02-list-item-link-text {
    margin-top: 2.562225475841874vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-011 .b-recommend02-list-item-link-text {
    margin-top: 8.533333333333333vw;
  }
}
.b-recommend02-lists-item.is-012 .b-recommend02-list-item-link {
  background-image: url("/carlife/phev/assets/images/recommend/bg-12.jpg");
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-012 .b-recommend02-list-item-link-title {
    width: 18.03294289897511vw;
    margin-top: 1.464128843338214vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-012 .b-recommend02-list-item-link-title {
    width: 65.688vw;
    margin-top: 6.133333333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-012 .b-recommend02-list-item-link-text {
    margin-top: 1.390922401171303vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-lists-item.is-012 .b-recommend02-list-item-link-text {
    margin-top: 4.533333333333333vw;
  }
}
.b-recommend02-list-item-link--inner {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .b-recommend02-list-item-link--inner {
    width: 23.865300146412885vw;
    height: 25.25622254758419vw;
    padding: 3.14787701317716vw 3.22108345534407vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-list-item-link--inner {
    height: 86.13333333333333vw;
    padding: 10.933333333333334vw 10.666666666666668vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-recommend02-list-item-link-en {
    font-size: 0.878477306002928vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: bold;
    transition: color 0.3s;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-list-item-link-en {
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: bold;
  }
}
@media screen and (min-width: 1025px) {
  .b-recommend02-list-item-link-text {
    font-size: 1.756954612005857vw;
    line-height: 1.458333333333333;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
}
@media not screen and (min-width: 1025px) {
  .b-recommend02-list-item-link-text {
    font-size: 6.4vw;
    line-height: 1.458333333333333;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
}
.b-sidebar {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .b-sidebar {
    position: sticky;
    top: calc(100vh / 2 - 553vw / 1366 * 100 / 2);
    width: 13.90922401171303vw;
    padding: 1.903367496339678vw 0;
    margin: 3.587115666178624vw auto;
  }
}
@media not screen and (min-width: 1025px) {
  .b-sidebar {
    width: 78.66666666666666vw;
    padding: 5.333333333333334vw;
  }
}
.b-sidebar:before,
.b-sidebar:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/carlife/phev/assets/images/sidebar/frame.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 1.09809663250366vw;
}
@media not screen and (min-width: 1025px) {
  .b-sidebar:before,
  .b-sidebar:after {
    width: 78.66666666666666vw;
    height: 4vw;
    top: 5.333333333333334vw;
    left: 5.333333333333334vw;
    background-image: url("/carlife/phev/assets/images/sidebar/frame_sp.png");
  }
}
.b-sidebar:after {
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
}
@media not screen and (min-width: 1025px) {
  .b-sidebar:after {
    bottom: 5.333333333333334vw;
  }
}
.b-sidebar-accessary--wrap {
  transform: rotate(90deg);
  transform-origin: top;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .b-sidebar-accessary--wrap {
    top: 2.196193265007321vw;
    left: 0.732064421669107vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-sidebar-accessary--wrap {
    top: 5.333333333333334vw;
    left: 0;
  }
}
.b-sidebar-accessary-text {
  position: relative;
  font-family: "MMC";
}
@media screen and (min-width: 1025px) {
  .b-sidebar-accessary-text {
    font-size: 1.02489019033675vw;
    line-height: 1.214285714285714;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
}
@media not screen and (min-width: 1025px) {
  .b-sidebar-accessary-text {
    font-size: 3.733333333333334vw;
    line-height: 1.214285714285714;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
}
.b-sidebar-accessary-text:after {
  content: '';
  height: 1px;
  display: block;
  width: 35.87115666178624vw;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media not screen and (min-width: 1025px) {
  .b-sidebar-accessary-text:after {
    width: 117.86666666666667vw;
  }
}
.b-sidebar-lists {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .b-sidebar-lists {
    font-size: 0.878477306002928vw;
    line-height: 1.7;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
}
@media not screen and (min-width: 1025px) {
  .b-sidebar-lists {
    font-size: 3.733333333333334vw;
    line-height: 1.457142857142857;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
}
.b-sidebar-lists-item {
  opacity: 0.5;
  transition: opacity 0.3s, padding-left 0.3s;
  transform: translateX(-0.585651537335286vw);
  white-space: nowrap;
}
.b-sidebar-lists-item.is-active {
  padding-left: 1em;
  position: relative;
  opacity: 1;
}
.b-sidebar-lists-item.is-active .b-sidebar-list-item-tip {
  width: 4px;
}
.b-sidebar-lists-item .b-sidebar-list-item-tip {
  display: inline-block;
  width: 0;
  height: 4px;
  background-color: #00acb4;
  position: absolute;
  left: 0;
  transition: width 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .b-sidebar-lists-item:first-child .b-sidebar-list-item-tip {
    top: 0.658857979502196vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-sidebar-lists-item:first-child .b-sidebar-list-item-tip {
    top: 2.133333333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-sidebar-lists-item:not(:first-child) .b-sidebar-list-item-tip {
    top: 1.464128843338214vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-sidebar-lists-item:not(:first-child) .b-sidebar-list-item-tip {
    top: 4.266666666666667vw;
  }
}
.b-sidebar-lists-item .b-sidebar-lists-item-link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .b-sidebar-lists-item:first-child .b-sidebar-lists-item-link {
    padding-bottom: 0.805270863836018vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-sidebar-lists-item:first-child .b-sidebar-lists-item-link {
    padding-bottom: 2.133333333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-sidebar-lists-item:last-child .b-sidebar-lists-item-link {
    padding-top: 0.805270863836018vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-sidebar-lists-item:last-child .b-sidebar-lists-item-link {
    padding-top: 2.133333333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-sidebar-lists-item:not(:first-child):not(:last-child) .b-sidebar-lists-item-link {
    padding-top: 0.805270863836018vw;
    padding-bottom: 0.805270863836018vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-sidebar-lists-item:not(:first-child):not(:last-child) .b-sidebar-lists-item-link {
    padding-top: 2.133333333333333vw;
    padding-bottom: 2.133333333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .b-sidebar-lists-item:hover {
    opacity: 1;
  }
}
.b-sidebar-open {
  display: none;
}
@media not screen and (min-width: 1025px) {
  .b-sidebar-open {
    display: block;
    position: absolute;
    top: 56px;
    right: 0;
    width: 13.333333333333334vw;
    height: 13.333333333333334vw;
    background-color: #1c1c1c;
    z-index: 99;
  }
}
@media not screen and (min-width: 1025px) {
  .b-sidebar-open span {
    display: block;
    width: 6.4vw;
    height: 0.533333333333333vw;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media not screen and (min-width: 1025px) {
  .b-sidebar-open span:before,
  .b-sidebar-open span:after {
    content: '';
    display: block;
    width: 6.4vw;
    height: 0.533333333333333vw;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media not screen and (min-width: 1025px) {
  .b-sidebar-open span:before {
    top: calc(50% - 1.6vw);
  }
}
@media not screen and (min-width: 1025px) {
  .b-sidebar-open span:after {
    top: calc(50% + 1.6vw);
  }
}
.b-sidebar-close {
  display: none;
}
@media not screen and (min-width: 1025px) {
  .b-sidebar-close {
    display: block;
    position: fixed;
    top: -12.533333333333333vw;
    right: 0;
    width: 13.333333333333334vw;
    height: 13.333333333333334vw;
  }
}
@media not screen and (min-width: 1025px) {
  .b-sidebar-close span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media not screen and (min-width: 1025px) {
  .b-sidebar-close span:before,
  .b-sidebar-close span:after {
    content: '';
    display: block;
    width: 6.4vw;
    height: 0.533333333333333vw;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media not screen and (min-width: 1025px) {
  .b-sidebar-close span:before {
    top: 50%;
    transform: rotate(45deg);
  }
}
@media not screen and (min-width: 1025px) {
  .b-sidebar-close span:after {
    top: 50%;
    transform: rotate(-45deg);
  }
}
@media not screen and (min-width: 1025px) {
  .b-sidebar-bg {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
  }
}
.support {
  background-color: #2c2c2c;
}
@media screen and (min-width: 1025px) {
  .support {
    padding: 4.392386530014641vw 3.660322108345535vw 5.856515373352855vw;
  }
}
@media not screen and (min-width: 1025px) {
  .support {
    padding: 13.333333333333334vw 6.4vw 29.333333333333332vw;
  }
}
.support-title {
  text-align: left;
  color: #fff;
}
.support-title-en {
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .support-title-en {
    font-size: 4.392386530014641vw;
  }
}
@media not screen and (min-width: 1025px) {
  .support-title-en {
    font-size: 10.666666666666668vw;
  }
}
.support-title-line {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .support-title-line {
    margin-top: 0.732064421669107vw;
  }
}
@media not screen and (min-width: 1025px) {
  .support-title-line {
    margin-top: 2.666666666666667vw;
  }
}
.support-title-line:before {
  content: '';
  background-color: #ec0100;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .support-title-line:before {
    top: 0.732064421669107vw;
    height: 0.146412884333821vw;
    width: 3.001464128843338vw;
  }
}
@media not screen and (min-width: 1025px) {
  .support-title-line:before {
    top: 2.666666666666667vw;
    height: 0.533333333333333vw;
    width: 10.933333333333334vw;
  }
}
.support-title-jp {
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .support-title-jp {
    margin-top: 1.610541727672035vw;
    font-size: 1.537335285505125vw;
  }
}
@media not screen and (min-width: 1025px) {
  .support-title-jp {
    margin-top: 4.8vw;
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .support-item {
    display: flex;
    justify-content: space-between;
    margin-top: 2.928257686676428vw;
  }
}
@media not screen and (min-width: 1025px) {
  .support-item {
    margin-top: 9.066666666666666vw;
  }
}
.support-item-list {
  text-align: center;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .support-item-list {
    width: 17.1303074670571vw;
    height: 13.250366032210833vw;
  }
}
@media not screen and (min-width: 1025px) {
  .support-item-list {
    width: 87.2vw;
    height: 26.666666666666668vw;
  }
}
@media not screen and (min-width: 1025px) {
  .support-item-list:nth-child(n+2) {
    margin-top: 2.133333333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .support-item-list-link {
    display: block;
    width: 17.1303074670571vw;
    height: 13.250366032210833vw;
  }
}
@media not screen and (min-width: 1025px) {
  .support-item-list-link {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .support-item-list-icon {
    width: 4.831625183016105vw !important;
    margin-top: 1.464128843338214vw;
  }
}
@media not screen and (min-width: 1025px) {
  .support-item-list-icon {
    width: 15.2vw !important;
    margin: 0 6.666666666666667vw 0 5.333333333333334vw;
  }
}
.support-item-list-text {
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}
@media screen and (min-width: 1025px) {
  .support-item-list-text {
    margin-top: 0.732064421669107vw;
    font-size: 1.317715959004393vw;
  }
}
@media not screen and (min-width: 1025px) {
  .support-item-list-text {
    font-size: 4.8vw;
    text-align: left;
  }
}
@media not screen and (min-width: 1025px) {
  .support-item-list-text:after {
    content: "";
    position: absolute;
    top: 11.200000000000001vw;
    right: 5.333333333333334vw;
    background: url("/carlife/phev/assets/images/support/icon_arrow_black.svg") no-repeat;
    background-position: 100% 0;
    margin: auto 0;
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
  }
}
.support-btn {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #111;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  .support-btn {
    width: 38.50658857979502vw;
    height: 5.929721815519766vw;
    margin: 2.928257686676428vw auto 0;
    font-size: 1.464128843338214vw;
    justify-content: center;
  }
}
@media not screen and (min-width: 1025px) {
  .support-btn {
    width: 87.2vw;
    height: 16vw;
    margin: 8vw auto 0;
    font-size: 4vw;
    justify-content: start;
    padding-left: 4.266666666666667vw;
  }
}
.support-btn-link:after {
  transition: all 0.5s;
  content: "";
  position: absolute;
  top: 0;
  background: url("/carlife/phev/assets/images/support/icon_arrow.svg") no-repeat;
  background-position: 100% 0;
  margin: auto 0;
}
@media screen and (min-width: 1025px) {
  .support-btn-link:after {
    bottom: 0.292825768667643vw;
    left: 33.67496339677892vw;
    width: 6.295754026354319vw;
    height: 0.658857979502196vw;
    background-size: 2.049780380673499vw 0.658857979502196vw;
    border-bottom: 0.146412884333821vw solid #fff;
  }
}
@media not screen and (min-width: 1025px) {
  .support-btn-link:after {
    bottom: 0vw;
    left: 72vw;
    width: 7.466666666666668vw;
    height: 2.4vw;
    background-size: 7.466666666666668vw 2.4vw;
    border-bottom: 0.533333333333333vw solid #fff;
  }
}
.support-btn,
.support-btn.support-btn-link:after {
  transition: all 0.5s;
}
.support-btn:hover {
  background-color: #ec0100;
}
.support-btn:hover .support-btn-link:after {
  width: 8.49194729136164vw;
}
.l_pageArea {
  overflow: clip;
}
.p-carlife-phev a {
  text-decoration: none;
  color: inherit;
}
.p-carlife-phev img {
  width: 100%;
}
@media not screen and (min-width: 1025px) {
  .p-carlife-phev .u-is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .p-carlife-phev .u-is-sp {
    display: none !important;
  }
}
.p-carlife-phev .u-img-wrap {
  font-size: 0;
  line-height: 0;
}
.p-carlife-phev .p-carlife-phev-contents--body,
.p-carlife-phev .p-carlife-phev-contents--sidebar {
  position: relative;
}
.p-carlife-phev .p-carlife-phev-contents--sidebar {
  color: #fff;
  background-color: #1c1c1c;
}
@media screen and (min-width: 1025px) {
  .p-carlife-phev .p-carlife-phev-contents--sidebar {
    width: 16.105417276720353vw;
  }
}
@media not screen and (min-width: 1025px) {
  .p-carlife-phev .p-carlife-phev-contents--sidebar {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 12.8vw;
    left: 50%;
    transform: translateX(-50%);
    width: 89.60000000000001vw;
    z-index: 9999;
    padding: 5.333333333333334vw;
    transition: opacity 0.3s ease;
  }
}
@media not screen and (min-width: 1025px) {
  .p-carlife-phev .p-carlife-phev-contents--sidebar [data-sp-menu-open] {
    opacity: 1;
    pointer-events: auto;
  }
}
@media not screen and (min-width: 1025px) {
  .p-carlife-phev .p-carlife-phev-contents--sidebar.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}
.p-carlife-phev .p-carlife-phev-contents--sidebar.is-active [data-sp-menu-close] {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1025px) {
  .p-carlife-phev .p-carlife-phev-contents--body {
    width: calc(100% - 16.105417276720353vw);
    overflow: clip;
  }
}
@media screen and (min-width: 1025px) {
  .p-carlife-phev .p-carlife-phev-contents {
    display: flex;
    position: relative;
  }
}
.p-carlife-phev-contents--fixed-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .p-carlife-phev-contents--fixed-wrapper {
    height: calc(100dvh * var(--fixed-section-num) + 1000px * var(--fixed-section-num));
  }
}
[data-personalize-cont-id] {
  display: none;
}
