.l_contents .slick-prev,
.l_contents .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.l_contents .slick-prev:hover,
.l_contents .slick-prev:focus,
.l_contents .slick-next:hover,
.l_contents .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.l_contents .slick-prev:hover:before,
.l_contents .slick-prev:focus:before,
.l_contents .slick-next:hover:before,
.l_contents .slick-next:focus:before {
  opacity: 1;
}
.l_contents .slick-prev.slick-disabled:before,
.l_contents .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.l_contents .slick-prev:before,
.l_contents .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.l_contents .slick-prev {
  left: -25px;
}
.l_contents .slick-prev:before {
  content: '←';
}
.l_contents [dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.l_contents [dir='rtl'] .slick-prev:before {
  content: '→';
}
.l_contents [dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.l_contents [dir='rtl'] .slick-next:before {
  content: '←';
}
.l_contents .slick-next {
  right: -25px;
}
.l_contents .slick-next:before {
  content: '→';
}
.l_contents .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.l_contents .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.l_contents .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.l_contents .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.l_contents .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.l_contents .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.l_contents .slick-dots li button:hover,
.l_contents .slick-dots li button:focus {
  outline: none;
}
.l_contents .slick-dots li button:hover:before,
.l_contents .slick-dots li button:focus:before {
  opacity: 1;
}
.l_contents .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.l_contents .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.l_contents .slick-list:focus {
  outline: none;
}
.l_contents .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.l_contents .slick-slider .slick-track,
.l_contents .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.l_contents .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.l_contents .slick-track:after {
  clear: both;
}
.l_contents .slick-track:before,
.l_contents .slick-track:after {
  display: table;
  content: '';
}
.l_contents .slick-loading .slick-track {
  visibility: hidden;
}
.l_contents .slick-loading .slick-slide {
  visibility: hidden;
}
.l_contents .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.l_contents .slick-slide img {
  display: block;
}
.l_contents .slick-slide.slick-loading img {
  display: none;
}
.l_contents .slick-slide.dragging img {
  pointer-events: none;
}
.l_contents [dir='rtl'] .slick-slide {
  float: right;
}
.l_contents .slick-initialized .slick-slide {
  display: block;
}
.l_contents .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.l_contents .slick-arrow.slick-hidden {
  display: none;
}
.l_contents div,
.l_contents span,
.l_contents object,
.l_contents iframe,
.l_contents h1,
.l_contents h2,
.l_contents h3,
.l_contents h4,
.l_contents h5,
.l_contents h6,
.l_contents p,
.l_contents blockquote,
.l_contents pre,
.l_contents abbr,
.l_contents address,
.l_contents cite,
.l_contents code,
.l_contents del,
.l_contents dfn,
.l_contents em,
.l_contents img,
.l_contents ins,
.l_contents kbd,
.l_contents q,
.l_contents samp,
.l_contents small,
.l_contents strong,
.l_contents sub,
.l_contents sup,
.l_contents var,
.l_contents b,
.l_contents i,
.l_contents dl,
.l_contents dt,
.l_contents dd,
.l_contents ol,
.l_contents ul,
.l_contents li,
.l_contents fieldset,
.l_contents form,
.l_contents label,
.l_contents legend,
.l_contents table,
.l_contents caption,
.l_contents tbody,
.l_contents tfoot,
.l_contents thead,
.l_contents tr,
.l_contents th,
.l_contents td,
.l_contents article,
.l_contents aside,
.l_contents canvas,
.l_contents details,
.l_contents figcaption,
.l_contents figure,
.l_contents footer,
.l_contents header,
.l_contents hgroup,
.l_contents menu,
.l_contents nav,
.l_contents section,
.l_contents summary,
.l_contents time,
.l_contents mark,
.l_contents audio,
.l_contents video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
.l_contents {
  line-height: 1;
}
.l_contents article,
.l_contents aside,
.l_contents details,
.l_contents figcaption,
.l_contents figure,
.l_contents footer,
.l_contents header,
.l_contents hgroup,
.l_contents menu,
.l_contents nav,
.l_contents section {
  display: block;
}
.l_contents nav ul {
  list-style: none;
}
.l_contents blockquote,
.l_contents q {
  quotes: none;
}
.l_contents blockquote:before,
.l_contents blockquote:after,
.l_contents q:before,
.l_contents q:after {
  content: '';
  content: none;
}
.l_contents a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
.l_contents ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
.l_contents mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.l_contents del {
  text-decoration: line-through;
}
.l_contents abbr[title],
.l_contents dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
.l_contents table {
  border-collapse: collapse;
  border-spacing: 0;
}
.l_contents hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.l_contents input,
.l_contents select {
  vertical-align: middle;
}
.l_contents img,
.l_contents video {
  font-size: 0;
  line-height: 0;
}
body .l_contents {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-family: "Roboto", "Noto Sans Japanese", sans-serif;
}
body .l_contents img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  main .u-is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  main .u-is-sp {
    display: none !important;
  }
}
main .u-img-wrap {
  font-size: 0;
  line-height: 0;
}
main .u-svg-wrap {
  display: block;
  position: relative;
  width: 100%;
}
main .u-svg-wrap svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .u-content-inner {
  max-width: 1200px;
  width: 85.71428571428571%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .u-content-inner {
    width: 84%;
  }
}
main .u-hover-opacity {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  main .u-hover-opacity:hover {
    opacity: 0.7;
  }
}
main .u-hover-scale {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  main .u-hover-scale:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
main [data-module*='InView'][data-anime='base'] {
  opacity: 0;
}
main [data-module*='InView'][data-anime='base'].u-fadein.is-active {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
main .u-fadein {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
.l_contents .l-content_inner {
  max-width: 1200px;
  padding: 0 3.571428571428571%;
  margin: 0 auto;
  -webkit-box-sizing: initial !important;
  box-sizing: initial !important;
}
@media screen and (max-width: 767px) {
  .l_contents .l-content_inner {
    padding: 0 6.666666666666667%;
  }
}
.l_contents [data-module="Accordion"] {
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  overflow: hidden;
  height: 0;
}
body:has(.p-sennyu_report) .l_conversion {
  display: none;
}
body:has(.p-sennyu_report) .l_conversion~.l_footer {
  margin-bottom: 0;
}
body:has(.p-sennyu_report_article) .l_conversion {
  display: none;
}
body:has(.p-sennyu_report_article) .l_conversion~.l_footer {
  margin-bottom: 0;
}
body:has(.p-ek-x-ev-top) .l_conversion {
  display: none;
}
body:has(.p-ek-x-ev-top) .l_conversion~.l_footer {
  margin-bottom: 0;
}
.l_contents .c-ek-x-ev-link_btn {
  position: relative;
  display: block;
  background-color: #000;
  width: 100%;
  padding: 1.928571428571428vw 0.714285714285714vw 1.785714285714286vw 0;
  color: #fff;
  text-align: center;
  font-size: 1vw;
  letter-spacing: 0.1em;
  font-weight: bold;
  border-radius: 100vh;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1401px) {
  .l_contents .c-ek-x-ev-link_btn {
    padding: 27px 10px 25px 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .c-ek-x-ev-link_btn {
    padding: 23.143px 8.571px 21.429px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .c-ek-x-ev-link_btn {
    padding: 5.066666666666666vw 5.333333333333334vw 5.066666666666666vw 0;
    font-size: 3.733333333333334vw;
  }
}
.l_contents .c-ek-x-ev-link_btn:before {
  position: absolute;
  top: 50%;
  right: -1%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  background-image: url("/lineup/ek_x_ev/special/assets/images/common/icon_link.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.428571428571428vw;
  height: 2.428571428571428vw;
}
@media screen and (min-width: 1401px) {
  .l_contents .c-ek-x-ev-link_btn:before {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .c-ek-x-ev-link_btn:before {
    width: 7.258666666666666vw;
    height: 7.258666666666666vw;
  }
}
.l_contents .c-ek-x-ev-link_btn--back:before {
  right: auto;
  left: 5%;
  -webkit-transform: translate(0%, -50%) rotate(180deg);
  transform: translate(0%, -50%) rotate(180deg);
}
.l_contents .m-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0,0,0,0.6);
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l_contents .m-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.l_contents .m-modal_wrap {
  max-width: 910px;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l_contents .m-modal_content {
  position: relative;
  margin: 50px 20px;
}
@media screen and (max-width: 767px) {
  .l_contents .m-modal_content {
    margin: 45px 0;
  }
}
.l_contents .m-modal_movie {
  position: relative;
  width: 100%;
  padding-top: 56.2%;
  z-index: 1;
}
.l_contents .m-modal_movie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.l_contents .m-modal_overlay {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.l_contents .m-modal_close {
  position: absolute;
  display: block;
  width: 33px;
  height: 33px;
  top: -42px;
  right: -3px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l_contents .m-modal_close {
    top: -40px;
    right: 17px;
  }
}
.l_contents .m-modal_close:before,
.l_contents .m-modal_close:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.l_contents .m-modal_close:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .l_contents .m-modal_close:hover {
    opacity: 0.7;
  }
}
.l_contents .b-follow-catalog-bnr {
  width: 330px;
  height: 80px;
  position: fixed;
  bottom: 3rem;
  right: 0.5rem;
  z-index: 10;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate(0%);
  transform: translate(0%);
  opacity: 0;
  -webkit-transition: width 0.5s, opacity 0.5s;
  transition: width 0.5s, opacity 0.5s;
  cursor: pointer;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .l_contents .b-follow-catalog-bnr {
    width: 290px;
    height: 70.3px;
    top: auto;
    border-radius: 5px;
    bottom: 26.6666666667vw;
  }
}
.l_contents .b-follow-catalog-bnr.is-active {
  opacity: 1;
}
.l_contents .b-follow-catalog-bnr.is-active.is-hide .b-follow-catalog-bnr_txt {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.l_contents .b-follow-catalog-bnr.is-hide {
  width: 90px;
  background-color: #585858;
}
@media screen and (max-width: 767px) {
  .l_contents .b-follow-catalog-bnr.is-hide {
    width: 100px;
  }
}
.l_contents .b-follow-catalog-bnr.is-hide .b-follow-catalog-bnr_img {
  opacity: 0;
  pointer-events: none;
}
.l_contents .b-follow-catalog-bnr.is-hide .b-follow-catalog-bnr_btn {
  opacity: 0;
  pointer-events: none;
}
.l_contents .b-follow-catalog-bnr > a {
  display: block;
}
.l_contents .b-follow-catalog-bnr_inner {
  width: 100%;
  height: 100%;
}
.l_contents .b-follow-catalog-bnr_img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-image: url("/lineup/ek_x_ev/special/assets/images/common/catalog_bnr.png");
  background-size: 330px 80px;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l_contents .b-follow-catalog-bnr_img {
    background-size: 290px 70.3px;
  }
}
.l_contents .b-follow-catalog-bnr_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 14px;
  line-height: 1.3571428571;
  font-weight: 700;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  .l_contents .b-follow-catalog-bnr_txt {
    font-size: 13px;
  }
}
.l_contents .b-follow-catalog-bnr_btn {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: -20px;
  right: 0;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  .l_contents .b-follow-catalog-bnr_btn {
    width: 16px;
    height: 16px;
    top: -20px;
    right: 0;
  }
}
.l_contents .b-follow-catalog-bnr_btn:before,
.l_contents .b-follow-catalog-bnr_btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #888;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l_contents .b-follow-catalog-bnr_btn:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l_contents .b-ek-x-ev_topics-inner {
  max-width: 1200px;
  padding: 0 3.571428571428571%;
  margin: 0 auto;
  -webkit-box-sizing: initial !important;
  box-sizing: initial !important;
}
@media screen and (max-width: 767px) {
  .l_contents .b-ek-x-ev_topics-inner {
    padding: 0 2.666666666666667%;
  }
}
.l_contents .b-ek-x-ev_topics-content {
  padding: 6.666666666666667% 0 10%;
}
@media screen and (max-width: 767px) {
  .l_contents .b-ek-x-ev_topics-content {
    padding: 18.30985915492958% 0 33.80281690140845%;
  }
}
.l_contents .b-ek-x-ev_topics-hdg {
  width: 9.833333333333332%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 2.083333333333333%;
}
@media screen and (max-width: 767px) {
  .l_contents .b-ek-x-ev_topics-hdg {
    width: 19.154929577464788%;
    padding-bottom: 5.352112676056338%;
  }
}
.l_contents .b-ek-x-ev_topics-hdg:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 1px;
  width: 42.3728813559322%;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .l_contents .b-ek-x-ev_topics-hdg:before {
    width: 73.52941176470588%;
  }
}
.l_contents .b-ek-x-ev_topics-list_wide {
  margin-top: 3.333333333333333%;
}
@media screen and (max-width: 767px) {
  .l_contents .b-ek-x-ev_topics-list_wide {
    margin-top: 8.450704225352112%;
  }
}
.l_contents .b-ek-x-ev_topics-list_wide > li + li {
  margin-top: 2.5%;
}
@media screen and (max-width: 767px) {
  .l_contents .b-ek-x-ev_topics-list_wide > li + li {
    margin-top: 8.450704225352112%;
  }
}
.l_contents .b-ek-x-ev_topics-thumb_wide,
.l_contents .b-ek-x-ev_topics-thumb {
  display: block;
  width: 100%;
}
.l_contents .b-ek-x-ev_topics-list {
  margin: 2.5% auto 0;
}
@media screen and (min-width: 768px) {
  .l_contents .b-ek-x-ev_topics-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .b-ek-x-ev_topics-list {
    margin: 8.450704225352112% -2.816901408450704% 0 !important;
    padding-bottom: 7.733333333333333%;
  }
}
.l_contents .b-ek-x-ev_topics-list .slick-slide > div {
  padding: 0 3.191489361702128%;
}
.l_contents .b-ek-x-ev_topics-list .slick-dots {
  bottom: 0;
  font-size: 0;
  line-height: 0;
}
.l_contents .b-ek-x-ev_topics-list .slick-dots > li {
  background-color: #e3e3e3;
  margin: 0;
  width: 2.133333333333333%;
  height: 0;
  padding-top: 2.133333333333333%;
  border-radius: 50%;
}
.l_contents .b-ek-x-ev_topics-list .slick-dots > li.slick-active {
  background-color: #2b2b2b;
}
.l_contents .b-ek-x-ev_topics-list .slick-dots > li + li {
  margin-left: 4%;
}
.l_contents .b-ek-x-ev_topics-list .slick-dots > li > button {
  display: none;
}
@media screen and (min-width: 768px) {
  .l_contents .b-ek-x-ev_topics-thumb {
    width: 23.75%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .b-ek-x-ev_topics-thumb + .b-ek-x-ev_topics-thumb {
    margin-left: 1.666666666666667%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .b-ek-x-ev_topics-thumb:nth-child(n+5) {
    margin-top: 1.666666666666667%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .b-ek-x-ev_topics-thumb:nth-child(4n+1) {
    margin-left: 0;
  }
}
.l_contents .p-whats-kei-ev_kv {
  position: relative;
}
.l_contents .p-whats-kei-ev_kv.is-active .p-whats-kei-ev_kv-bg_img {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
.l_contents .p-whats-kei-ev_kv.is-active .p-whats-kei-ev_kv-content {
  opacity: 1;
}
.l_contents .p-whats-kei-ev_kv_inner {
  width: 100%;
  position: relative;
  padding: 8.357142857142858% 0 15.285714285714286%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_kv_inner {
    padding: 30.133333333333333% 0 48%;
  }
}
.l_contents .p-whats-kei-ev_kv-bg_bottom {
  position: absolute;
  top: 0;
  left: 0;
}
.l_contents .p-whats-kei-ev_kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l_contents .p-whats-kei-ev_kv-bg > span {
  display: block;
}
.l_contents .p-whats-kei-ev_kv-bg_img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-filter 0.4s;
  transition: opacity 0.6s ease-out, -webkit-filter 0.4s;
  transition: opacity 0.6s ease-out, filter 0.4s;
  transition: opacity 0.6s ease-out, filter 0.4s, -webkit-filter 0.4s;
}
.l_contents .p-whats-kei-ev_kv-bg_img:nth-child(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.l_contents .p-whats-kei-ev_kv-bg_img:nth-child(2) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.l_contents .p-whats-kei-ev_kv-bg_img:nth-child(3) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.l_contents .p-whats-kei-ev_kv-bg_img:nth-child(4) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.l_contents .p-whats-kei-ev_kv-bg_img:nth-child(5) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.l_contents .p-whats-kei-ev_kv-bg_img:nth-child(6) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.l_contents .p-whats-kei-ev_kv-bg_img:nth-child(7) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.l_contents .p-whats-kei-ev_kv-bg_img:nth-child(8) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.l_contents .p-whats-kei-ev_kv-content {
  width: 36.857142857142854%;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-out;
  transition: opacity 0.7s ease-out;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_kv-content {
    width: 86.66666666666667%;
  }
}
.l_contents .p-whats-kei-ev_kv-content_txt {
  width: 81.78294573643412%;
  margin: 7.55813953488372% auto 0;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_kv-content_txt {
    width: 100%;
    margin-top: 7.076923076923077%;
  }
}
.l_contents .p-ek-x-ev-top_cnts_anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor {
    width: 71.38888888888889vw;
    border-radius: 0.694444444444444vw;
  }
}
@media screen and (min-width: 1401px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor {
    width: 1028px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 2.133333333333333vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_anchor--tab1 {
  border: solid 2px #37aec8;
}
.l_contents .p-ek-x-ev-top_cnts_anchor--tab1 .p-ek-x-ev-top_cnts_anchor_hdg {
  background-color: #37aec8;
}
.l_contents .p-ek-x-ev-top_cnts_anchor--tab1 .p-ek-x-ev-top_cnts_anchor_link {
  border-color: rgba(55,174,200,0.5);
}
.l_contents .p-ek-x-ev-top_cnts_anchor--tab1 .p-ek-x-ev-top_cnts_anchor_link .arrow {
  background-color: #37aec8;
  border: solid 1px #37aec8;
}
.l_contents .p-ek-x-ev-top_cnts_anchor--tab1 .p-ek-x-ev-top_cnts_anchor_link:hover .arrow::after {
  background-color: #37aec8;
}
.l_contents .p-ek-x-ev-top_cnts_anchor--tab2 {
  border: solid 2px #74c9ff;
}
.l_contents .p-ek-x-ev-top_cnts_anchor--tab2 .p-ek-x-ev-top_cnts_anchor_hdg {
  background-color: #74c9ff;
}
.l_contents .p-ek-x-ev-top_cnts_anchor--tab2 .p-ek-x-ev-top_cnts_anchor_link {
  border-color: rgba(116,201,255,0.5);
}
.l_contents .p-ek-x-ev-top_cnts_anchor--tab2 .p-ek-x-ev-top_cnts_anchor_link .arrow {
  background-color: #74c9ff;
  border: solid 1px #74c9ff;
}
.l_contents .p-ek-x-ev-top_cnts_anchor--tab2 .p-ek-x-ev-top_cnts_anchor_link:hover .arrow::after {
  background-color: #74c9ff;
}
.l_contents .p-ek-x-ev-top_cnts_anchor--tab3 {
  border: solid 2px #a8cbfc;
}
.l_contents .p-ek-x-ev-top_cnts_anchor--tab3 .p-ek-x-ev-top_cnts_anchor_hdg {
  background-color: #a8cbfc;
}
.l_contents .p-ek-x-ev-top_cnts_anchor--tab3 .p-ek-x-ev-top_cnts_anchor_link {
  border-color: rgba(168,203,252,0.5);
}
.l_contents .p-ek-x-ev-top_cnts_anchor--tab3 .p-ek-x-ev-top_cnts_anchor_link .arrow {
  background-color: #a8cbfc;
  border: solid 1px #a8cbfc;
}
.l_contents .p-ek-x-ev-top_cnts_anchor--tab3 .p-ek-x-ev-top_cnts_anchor_link:hover .arrow::after {
  background-color: #a8cbfc;
}
.l_contents .p-ek-x-ev-top_cnts_anchor_hdg {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_hdg {
    width: 22.083333333333332vw;
  }
}
@media screen and (min-width: 1401px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_hdg {
    width: 318px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_hdg {
    height: 12.266666666666666vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_anchor_hdg p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_hdg p {
    font-size: 2.222222222222222vw;
    line-height: 1.3125;
  }
}
@media screen and (min-width: 1401px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_hdg p {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_hdg p {
    font-size: 4.8vw;
    line-height: 1.166666666666667;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_link-wrap {
    padding: 1.666666666666667vw 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1401px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_link-wrap {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_link-wrap {
    padding: 6.933333333333333vw 0 5.333333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_anchor_link {
  position: relative;
  display: block;
  margin: 0 auto;
  border-bottom: solid 2px rgba(55,174,200,0.5);
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_link {
    width: 39.30555555555556vw;
    padding-bottom: 0.208333333333333vw;
    font-size: 1.25vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1401px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_link {
    width: 566px;
    padding-bottom: 3px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_link {
    width: 68vw;
    padding-bottom: 1.6vw;
    font-size: 3.2vw;
    line-height: 1.416666666666667;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_link + .p-ek-x-ev-top_cnts_anchor_link {
    margin-top: 1.111111111111111vw;
  }
}
@media screen and (min-width: 1401px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_link + .p-ek-x-ev-top_cnts_anchor_link {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_link + .p-ek-x-ev-top_cnts_anchor_link {
    margin-top: 4.266666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_link:hover .arrow {
    background-color: #fff;
  }
  .l_contents .p-ek-x-ev-top_cnts_anchor_link:hover .arrow::after {
    -webkit-transform: translateX(-50%) translateY(8%);
    transform: translateX(-50%) translateY(8%);
  }
}
.l_contents .p-ek-x-ev-top_cnts_anchor_link .arrow {
  position: absolute;
  border-radius: 50%;
  right: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_link .arrow {
    width: 1.944444444444444vw;
    height: 1.944444444444444vw;
    bottom: 0.208333333333333vw;
  }
}
@media screen and (min-width: 1401px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_link .arrow {
    width: 28px;
    height: 28px;
    bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_link .arrow {
    width: 7.466666666666668vw;
    height: 7.466666666666668vw;
    bottom: 1.333333333333333vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_anchor_link .arrow::after {
  content: '';
  position: absolute;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%);
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_link .arrow::after {
    width: 0.833333333333333vw;
    height: 0.625vw;
    top: 0.694444444444444vw;
  }
}
@media screen and (min-width: 1401px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_link .arrow::after {
    width: 12px;
    height: 9px;
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_anchor_link .arrow::after {
    width: 3.2vw;
    height: 2.4vw;
    top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_campaign-info {
    margin-top: 6.25%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_campaign-info {
    margin-top: 10.666666666666668vw;
  }
}
.l_contents .p-ek-x-ev-top_campaign-info_hdg {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_campaign-info_hdg {
    font-size: clamp(22px, 2.777777777777778vw, 40px);
    line-height: 1.25;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_campaign-info_hdg {
    font-size: 5.333333333333334vw;
    line-height: 1.25;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
.l_contents .p-ek-x-ev-top_campaign-info_banner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_campaign-info_banner-wrap {
    gap: 2.5vw;
    margin-top: 3.125%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_campaign-info_banner-wrap {
    gap: 2.666666666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5.333333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_campaign-info_banner {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_campaign-info_banner {
    width: 23.06451612903226%;
  }
}
.l_contents .p-ek-x-ev-top_campaign-info_banner:hover {
  opacity: 0.4;
}
body:has(.car_header__wrap):has([id="Tab1"].is-active) .p-ek-x-ev-top_fixed-wrap {
  border-top: solid 5px #c7eef2;
}
body:has(.car_header__wrap):has([id="Tab2"].is-active) .p-ek-x-ev-top_fixed-wrap {
  border-top: solid 5px #c1e7ff;
}
body:has(.car_header__wrap):has([id="Tab3"].is-active) .p-ek-x-ev-top_fixed-wrap {
  border-top: solid 5px #a8cbfc;
}
.l_contents:has([id="Tab1"].is-active) .p-ek-x-ev-top_fixed-wrap {
  background-color: #c7eef2;
}
.l_contents:has([id="Tab1"].is-active) .p-ek-x-ev-top_fixed_btn--tab1 {
  background-color: #fff;
  pointer-events: none;
}
.l_contents:has([id="Tab2"].is-active) .p-ek-x-ev-top_fixed-wrap {
  background-color: #c1e7ff;
}
.l_contents:has([id="Tab2"].is-active) .p-ek-x-ev-top_fixed_btn--tab2 {
  background-color: #fff;
  pointer-events: none;
}
.l_contents:has([id="Tab3"].is-active) .p-ek-x-ev-top_fixed-wrap {
  background-color: #a8cbfc;
}
.l_contents:has([id="Tab3"].is-active) .p-ek-x-ev-top_fixed_btn--tab3 {
  background-color: #fff;
  pointer-events: none;
}
.l_contents .p-ek-x-ev-top_fixed {
  position: fixed;
  top: var(--car-header);
  left: 0;
  width: 100%;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_fixed {
    padding: 0 2.5%;
    height: 5.555555555555555vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_fixed {
    padding: 0 5.333333333333334vw;
    height: 10.933333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_fixed.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.l_contents .p-ek-x-ev-top_fixed-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.l_contents .p-ek-x-ev-top_fixed_btn {
  position: relative;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_fixed_btn {
    width: 30.97222222222222vw;
    border-radius: 0.555555555555556vw 0.555555555555556vw 0 0;
    font-size: 1.388888888888889vw;
    font-weight: 700;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_fixed_btn {
    width: 28.53333333333333vw;
    border-radius: 2.133333333333333vw 2.133333333333333vw 0 0;
    font-size: 2.666666666666667vw;
    font-weight: 700;
    line-height: 1.4;
  }
}
.l_contents .p-ek-x-ev-top_fixed_btn--tab1 {
  background-color: #c7eef2;
}
.l_contents .p-ek-x-ev-top_fixed_btn--tab2 {
  background-color: #c1e7ff;
}
.l_contents .p-ek-x-ev-top_fixed_btn--tab3 {
  background-color: #a8cbfc;
}
.l_contents .p-ek-x-ev-top_fixed_btn .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #2b2b2b;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.87, 0, 0.13, 1);
  transition: -webkit-transform 0.65s cubic-bezier(0.87, 0, 0.13, 1);
  transition: transform 0.65s cubic-bezier(0.87, 0, 0.13, 1);
  transition: transform 0.65s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.65s cubic-bezier(0.87, 0, 0.13, 1);
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_fixed_btn .arrow {
    width: 1.944444444444444vw;
    height: 1.944444444444444vw;
    right: 1.388888888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_fixed_btn .arrow {
    width: 7.466666666666668vw;
    height: 7.466666666666668vw;
    right: 4.266666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_fixed_btn .arrow::after {
  content: '';
  position: absolute;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 100% 50%, 0% 100%);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_fixed_btn .arrow::after {
    width: 0.625vw;
    height: 0.833333333333333vw;
    left: 0.763888888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_fixed_btn .arrow::after {
    width: 2.4vw;
    height: 3.2vw;
    left: 2.933333333333333vw;
  }
}
.l_contents .p-ek-x-ev-top_floating {
  position: fixed;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_floating {
    width: 12.5vw;
    height: 10.277777777777777vw;
    right: 2.5%;
    bottom: 4.166666666666666vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_floating {
    width: 51.46666666666667vw;
    height: 19.733333333333334vw;
    right: 5.333333333333334vw;
    bottom: 18.666666666666668vw;
    background-color: #2b2b2b;
    padding: 0.8vw;
  }
  .l_contents .p-ek-x-ev-top_floating:has(.p-ek-x-ev-top_floating_btn.is-closed) {
    background-color: transparent;
    padding: 0;
  }
}
.l_contents .p-ek-x-ev-top_floating_flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 1;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  pointer-events: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_floating_flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_floating_flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.6vw 0;
  }
}
.l_contents .p-ek-x-ev-top_floating_flex-wrap.is-closed {
  opacity: 0;
  pointer-events: none;
}
.l_contents .p-ek-x-ev-top_floating_banner {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_floating_banner {
    border-width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_floating_banner {
    width: 24.53333333333333vw;
    border-width: 0.533333333333333vw;
  }
}
.l_contents .p-ek-x-ev-top_floating_banner img {
  height: 100% !important;
}
.l_contents .p-ek-x-ev-top_floating_btn {
  background-image: url("/lineup/ek_x_ev/special/assets/images/top/floating/bnr_close.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_floating_btn {
    width: 2.222222222222222vw;
    height: 3.055555555555555vw;
    right: 0.138888888888889vw;
    top: 10.555555555555555vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_floating_btn {
    width: 8.533333333333333vw;
    height: 11.200000000000001vw;
    top: 20.8vw;
    right: 0.533333333333333vw;
  }
}
.l_contents .p-ek-x-ev-top_floating_btn.is-closed {
  background-image: url("/lineup/ek_x_ev/special/assets/images/top/floating/bnr_open.png");
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_floating_btn.is-closed {
    width: 1.944444444444444vw;
    height: 2.916666666666667vw;
    right: 0.277777777777778vw;
    top: 10.555555555555555vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_floating_btn.is-closed {
    width: 7.199999999999999vw;
    height: 11.200000000000001vw;
    right: 1.333333333333333vw;
    top: 20.8vw;
  }
}
.l_contents .p-ek-x-ev-top_line-up {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_line-up_title {
    font-size: clamp(34px, 2.777777777777778vw, 40px);
    line-height: 1.25;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_line-up_title {
    font-size: 5.333333333333334vw;
    line-height: 1.25;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_line-up_text {
    font-size: clamp(17px, 1.388888888888889vw, 20px);
    line-height: 1.5;
    letter-spacing: 0.05;
    font-weight: 500;
    margin-top: 1.129032258064516%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_line-up_text {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 500;
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_line-up_text br {
    display: none;
  }
}
.l_contents .p-ek-x-ev-top_line-up_banner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_line-up_banner-wrap {
    margin-top: 3.225806451612903%;
    gap: 2.580645161290323%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_line-up_banner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5.074626865671641%;
    gap: 5.333333333333334vw 0;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_line-up_banner {
    width: 31.61290322580645%;
    padding-bottom: 1.370967741935484%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_line-up_banner {
    padding-bottom: 6.440677966101695%;
  }
}
.l_contents .p-ek-x-ev-top_line-up_banner.is-border {
  border: 1px solid #707070;
}
.l_contents .p-ek-x-ev-top_line-up_banner .p-ek-x-ev-top_line-up_banner_text {
  color: #666;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_line-up_banner .p-ek-x-ev-top_line-up_banner_text {
    margin-top: 1.785714285714286%;
    line-height: 1.647058823529412;
    font-size: clamp(10px, 1.180555555555556vw, 17px);
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_line-up_banner .p-ek-x-ev-top_line-up_banner_text {
    margin-top: 2.711864406779661%;
    line-height: 1.666666666666667;
    font-size: 3.2vw;
  }
}
.l_contents .p-ek-x-ev-top_line-up_banner .p-ek-x-ev-top_line-up_banner_anchor {
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 2px solid #2b2b2b;
  border-radius: 4px;
  background-color: #2b2b2b;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_line-up_banner .p-ek-x-ev-top_line-up_banner_anchor {
    width: 55.10204081632652%;
    margin-top: 3.316326530612245%;
    padding-top: 2.551020408163265%;
    padding-bottom: 2.551020408163265%;
    line-height: 1.666666666666667;
    font-size: clamp(10px, 1.25vw, 18px);
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_line-up_banner .p-ek-x-ev-top_line-up_banner_anchor {
    width: 73.22033898305085%;
    margin-top: 4.067796610169491%;
    padding-top: 3.389830508474576%;
    padding-bottom: 2.711864406779661%;
    line-height: 2.142857142857143;
    font-size: 3.733333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_line-up_banner .p-ek-x-ev-top_line-up_banner_anchor svg {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  line-height: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_line-up_banner .p-ek-x-ev-top_line-up_banner_anchor svg {
    right: 7%;
    width: 1.041666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_line-up_banner .p-ek-x-ev-top_line-up_banner_anchor svg {
    right: 3.2vw;
    width: 3.466666666666666vw;
  }
}
.l_contents .p-ek-x-ev-top_line-up_banner .p-ek-x-ev-top_line-up_banner_anchor svg > path {
  fill: #fff;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_line-up_banner .p-ek-x-ev-top_line-up_banner_anchor:hover {
    color: #2b2b2b;
    background-color: #fff;
  }
  .l_contents .p-ek-x-ev-top_line-up_banner .p-ek-x-ev-top_line-up_banner_anchor:hover svg > path {
    fill: #2b2b2b;
  }
}
.l_contents .p-ek-x-ev-top_spec-info_title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_spec-info_title {
    font-size: clamp(22px, 2.222222222222222vw, 32px);
    line-height: 1.5625em;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_spec-info_title {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
.l_contents .p-ek-x-ev-top_spec-info_cnts-wrap {
  background: #f6f2ef;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_spec-info_cnts-wrap {
    padding: 3.225806451612903% 0;
    border-radius: 10px;
    margin-top: 2.419354838709677%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_spec-info_cnts-wrap {
    padding: 6.4vw 0 8vw;
    border-radius: 2.666666666666667vw;
    margin-top: 5.333333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_spec-info_cnts-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_spec-info_cnts-inner {
    width: 88.46774193548387%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_spec-info_cnts-inner {
    width: 68vw;
  }
}
.l_contents .p-ek-x-ev-top_spec-info_cnts_flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_spec-info_cnts_flex-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 92.06927985414768%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_spec-info_cnts_flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_spec-info_cnts.cnts_1 {
    width: 29.9009900990099%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_spec-info_cnts.cnts_2 {
    width: 55.742574257425744%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_spec-info_cnts .img_1 {
    width: 97.01986754966887%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_spec-info_cnts .img_1 {
    width: 35.46666666666667vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_spec-info_cnts .img_2 {
    width: 58.666666666666664vw;
    margin: 5.333333333333334vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_spec-info_cnts .text {
    font-size: clamp(10px, 1.041666666666667vw, 15px);
    line-height: 0.933333333333333em;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin-top: 23.841059602649008%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_spec-info_cnts .text {
    text-align: center;
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin-top: 2.666666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_spec-info_cnts .btn {
  display: block;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_spec-info_cnts .btn {
    margin-top: 5.629139072847682%;
  }
  .l_contents .p-ek-x-ev-top_spec-info_cnts .btn .m-ek-x-ev-top_btn {
    height: 48px;
    font-size: clamp(10px, 5.714285714285714vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .l_contents .p-ek-x-ev-top_spec-info_cnts .btn .m-ek-x-ev-top_btn:after {
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_spec-info_cnts .btn {
    margin-top: 2.133333333333333vw;
  }
}
.l_contents .p-ek-x-ev-top_spec-info_btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_spec-info_btn-wrap {
    margin-top: 2.27894257064722%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_spec-info_btn-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.333333333333333vw;
    margin-top: 5.333333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_spec-info_btn {
  position: relative;
  border: solid #74c9ff 2px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_spec-info_btn {
    width: 15.679124886052872%;
    height: 5.138888888888888vw;
    max-height: 74px;
    min-height: 64px;
    border-radius: 4px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .l_contents .p-ek-x-ev-top_spec-info_btn:hover {
    background-color: #74c9ff;
  }
  .l_contents .p-ek-x-ev-top_spec-info_btn:hover .btn_text p {
    color: #fff;
  }
  .l_contents .p-ek-x-ev-top_spec-info_btn:hover .btn_text .arrow {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_spec-info_btn {
    width: 33.33333333333333vw;
    height: 13.866666666666665vw;
    border-radius: 1.066666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_spec-info_btn .btn_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_spec-info_btn .btn_text {
    gap: 7px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_spec-info_btn .btn_text {
    gap: 1.066666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_spec-info_btn .btn_text p {
  color: #2b2b2b;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_spec-info_btn .btn_text p {
    font-size: clamp(10px, 1.111111111111111vw, 16px);
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 700;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_spec-info_btn .btn_text p {
    font-size: 3.2vw;
    line-height: 1.333333333333333;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l_contents .p-ek-x-ev-top_spec-info_btn .btn_text .arrow {
  background-color: #74c9ff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_spec-info_btn .btn_text .arrow {
    width: 8px;
    height: 9px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_spec-info_btn .btn_text .arrow {
    width: 2.133333333333333vw;
    height: 2.666666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts-wrap#Tab1.is-active {
  background-color: #c7eef2;
}
.l_contents .p-ek-x-ev-top_cnts-wrap#Tab1 .m-ek-x-ev-top_h3 h3 {
  border-color: #37aec8;
}
.l_contents .p-ek-x-ev-top_cnts-wrap#Tab1 .p-ek-x-ev-top_to-top_btn.is-tab1 {
  opacity: 0.4;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info_hdg {
    margin-top: 5.555555555555555%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info_hdg {
    margin-top: 10.666666666666668%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_title-caution {
    margin-top: 0.694444444444444%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_title-caution {
    margin-top: 2.666666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info_fukidashi {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info_fukidashi {
    margin-top: 3.709677419354839%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info {
    width: 72.98387096774194%;
    margin: 1.612903225806452% auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info {
    width: 100%;
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info .p-ek-x-ev-top_cnts_tab1_sec-02_caution-wrap {
    width: 72.98387096774194%;
    margin: 0.645161290322581% 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info .p-ek-x-ev-top_cnts_tab1_sec-02_caution-wrap {
    margin-top: 2.133333333333333vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info_img-wrap {
  margin-inline: calc(50% - 50vw);
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info_img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info_img {
    max-width: 980px;
    width: 68.05555555555556%;
    margin: 10.416666666666668% auto 0;
  }
}
@media screen and (min-width: 1401px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info_img {
    margin: 150px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info_img {
    margin: 24.53333333333333vw auto 0;
    width: 82.93333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info_img_fukidashi {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info_img_fukidashi {
    width: 45.744680851063826%;
    right: -1.329787234042553%;
    top: -23%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info_img_fukidashi {
    width: 35.733333333333334vw;
    right: 1.333333333333333vw;
    top: -20.266666666666666vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_acdn-wrap {
    margin-top: 3.225806451612903%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_acdn-wrap {
    margin-top: 10.666666666666668vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_acdn-wrap:has(.is-acdn-open) .p-ek-x-ev-top_cnts_tab1_sec-01_acdn-open .arrow {
  -webkit-transform: translateY(-50%) rotate(360deg);
  transform: translateY(-50%) rotate(360deg);
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_acdn-open {
  position: relative;
  text-align: center;
  background-color: #37aec8;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_acdn-open {
    font-size: clamp(14px, 1.388888888888889vw, 20px);
    padding: 1.935483870967742% 0;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_acdn-open {
    font-size: 3.733333333333334vw;
    padding: 5.600000000000001vw;
    border-radius: 1.066666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_acdn-open .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url("/lineup/ek_x_ev/special/assets/images/top/arrow_accordion.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_acdn-open .arrow {
    width: 28px;
    height: 28px;
    right: 1.935483870967742%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_acdn-open .arrow {
    width: 7.199999999999999vw;
    height: 7.199999999999999vw;
    right: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail-wrap {
    padding-top: 2.016129032258065%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail-wrap {
    padding-top: 4.266666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail {
    width: 100%;
    gap: 2.580645161290323%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.333333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel {
  color: #2b2b2b;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel {
    width: 31.61290322580645%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel {
    width: 100%;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel + .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel {
  position: relative;
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel + .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel:before {
  position: absolute;
  top: 0;
  height: 100%;
  background-image: url("/lineup/ek_x_ev/special/assets/images/top/tab1_content/dot.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel + .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel:before {
    content: '';
    width: 0.76530612244898%;
    left: -4.336734693877551%;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_title {
  position: relative;
  width: 100%;
  background-color: #c0e7eb;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_title {
    height: 2.569444444444444vw;
    min-height: 37px;
    font-size: clamp(14px, 1.388888888888889vw, 20px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_title {
    height: 8vw;
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
    border-radius: 1.066666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_title p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_title span {
  position: absolute;
  left: 100%;
  top: 0;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_title span {
    font-size: clamp(10px, 0.902777777777778vw, 13px);
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_title span {
    font-size: 2.666666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_title_caution {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_title_caution {
    font-size: clamp(10px, 0.694444444444444vw, 10px);
    line-height: 1.3em;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_title_caution {
    font-size: 2.666666666666667vw;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-top: 0.533333333333333vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_caution {
  color: #2b2b2b;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_caution {
    margin-top: 1.020408163265306%;
    font-size: clamp(10px, 0.833333333333333vw, 12px);
    line-height: 1.5em;
    letter-spacing: 0;
    font-weight: 400;
    white-space: nowrap;
    margin-left: -5px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_caution {
    margin-top: 2.666666666666667vw;
    font-size: 2.933333333333333vw;
    line-height: 1.636363636363636;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap {
    margin-top: 5.102040816326531%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap {
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap + .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap {
    margin-top: 3.571428571428571%;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f2f2f2;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-wrap {
    border-radius: 4px;
    padding: 2.035623409669211% 0;
    margin-top: 4.071246819338422%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-wrap {
    border-radius: 1.066666666666667vw;
    padding: 2.133333333333333vw 0;
    margin-top: 4.266666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-wrap::before {
  content: '';
  position: absolute;
  top: -14%;
  right: 0;
  height: 1px;
  background-color: rgba(112,112,112,0.4);
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-wrap::before {
    width: 95.92875318066157%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-wrap::before {
    width: 74.93333333333332vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-wrap:nth-child(2 of .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-wrap) {
  margin-top: 0;
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-wrap:nth-child(2 of .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-wrap)::before {
  content: none;
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-wrap:nth-child(2 of .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-wrap) .text::before {
  top: 14%;
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-wrap .text {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-wrap .text {
    width: 65.9033078880407%;
    font-size: clamp(10px, 0.972222222222222vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-left: 6.870229007633588%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-wrap .text {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-left: 7.199999999999999vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-wrap .text::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: #000;
  top: 33%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-wrap .text::before {
    width: 8px;
    height: 8px;
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-wrap .text::before {
    width: 1.6vw;
    height: 1.6vw;
    left: 9%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-wrap .price {
    font-size: clamp(10px, 1.25vw, 18px);
    line-height: 1.666666666666667em;
    letter-spacing: 0.03em;
    font-weight: 500;
    padding-right: 3.816793893129771%;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-wrap .price {
    font-size: 3.733333333333334vw;
    line-height: 2.142857142857143;
    letter-spacing: 0em;
    font-weight: 500;
    padding-right: 2.666666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-wrap .price.is-color-red {
  color: #f91414;
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-or {
  margin: 1.017811704834606% auto;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-or {
    font-size: clamp(10px, 0.972222222222222vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list_detail-or {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-text-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-wrap.is-sai-ene .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-text {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-text-wrap {
    width: 68.87755102040816%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-text-wrap {
    width: 50.93333333333333vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-text {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-text {
    font-size: clamp(10px, 0.972222222222222vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-text {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-left: 3.733333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-text:before {
  content: '';
  position: absolute;
  background-color: #2b2b2b;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-text:before {
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-text:before {
    top: 1.333333333333333vw;
    left: 0;
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-caution {
    font-size: clamp(8px, 0.694444444444444vw, 10px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-caution {
    font-size: 2.666666666666667vw;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 400;
    padding-left: 3.733333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-price {
  color: #f91414;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-price {
    font-size: clamp(10px, 1.25vw, 18px);
    line-height: 1.666666666666667em;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-price {
    font-size: 3.733333333333334vw;
    line-height: 2.142857142857143;
    letter-spacing: 0em;
    font-weight: 500;
    padding-right: 2.666666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-price:has(.caution) {
  text-align: end;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-price span {
    font-size: clamp(10px, 0.972222222222222vw, 14px);
    line-height: 0.666666666666667em;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-price span {
    font-size: 2.666666666666667vw;
    line-height: 2.1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-price span.caution {
  display: block;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-price span.caution {
    font-size: clamp(10px, 0.694444444444444vw, 10px);
    line-height: 1.3em;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: -7%;
    margin-right: -12%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_panel_list-price span.caution {
    font-size: 2.666666666666667vw;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-top: -5%;
    margin-right: -12%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_caution {
    margin-top: 1.612903225806452%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_caution {
    margin-top: 8vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_caution + .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_caution {
  margin-top: 0;
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_caution a {
  background: url("/lineup/ek_x_ev/special/assets/images/top/tab1_content/icon_link.svg") no-repeat right 50%;
  padding-right: 12px;
  margin-right: 0.2em;
  -webkit-text-decoration: underline #919191;
  text-decoration: underline #919191;
  color: #2b2b2b;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_info-detail_caution a:hover {
    opacity: 0.5;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_link {
  display: block;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_link {
    width: 71.29032258064515%;
    margin: 6.451612903225806% auto 0;
  }
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_link img {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_link img:hover {
    opacity: 0.4;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-01_link {
    margin: 10.666666666666668vw auto 0;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-02_figure-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-02_figure-wrap {
    margin: 4.516129032258064% auto 0;
    gap: 2.419354838709677%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-02_figure-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.133333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-02_figure {
    width: 42.5%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-02_figure {
    width: 75.46666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-02_figure_desc {
    width: 37.66129032258064%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-02_caution-wrap {
    margin: 4.032258064516129% auto 0;
    width: 73.38709677419355%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-02_caution-wrap {
    margin-top: 5.333333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-02_caution {
  color: #2b2b2b;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-02_caution {
    font-size: clamp(10px, 0.694444444444444vw, 10px);
    line-height: 1.4em;
    letter-spacing: 0.05em;
    font-weight: 400;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-02_caution {
    font-size: 2.666666666666667vw;
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-03_banner {
  display: block;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-03_banner {
    width: 71.29032258064515%;
    margin: 3.225806451612903% auto 0;
  }
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-03_banner img {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-03_banner img:hover {
    opacity: 0.4;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-03_banner {
    width: 100%;
    margin: 5.333333333333334vw auto 0;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab1_sec-03_btn {
  display: block;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-03_btn {
    margin-top: 3.225806451612903%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-03_btn {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-04 {
    padding: 4.861111111111112% 0 4.861111111111112%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-04 {
    padding: 5.333333333333334vw 0 10.666666666666668vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-04 .p-ek-x-ev-top_to-top {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab1_sec-04 .p-ek-x-ev-top_to-top {
    margin-top: 0;
  }
}
.l_contents .p-ek-x-ev-top_cnts-wrap#Tab2.is-active {
  background-color: #c1e7ff;
}
.l_contents .p-ek-x-ev-top_cnts-wrap#Tab2 .m-ek-x-ev-top_h3 h3 {
  border-color: #74c9ff;
}
.l_contents .p-ek-x-ev-top_cnts-wrap#Tab2 .p-ek-x-ev-top_to-top_btn.is-tab2 {
  opacity: 0.4;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts-wrap#Tab2 .m-ek-x-ev-top_cnts_sec.p-ek-x-ev-top_cnts_tab2_sec-02,
  .l_contents .p-ek-x-ev-top_cnts-wrap#Tab2 .m-ek-x-ev-top_cnts_sec.p-ek-x-ev-top_cnts_tab2_sec-03 {
    padding: 10.666666666666668vw 0 12vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_anchor-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_anchor-wrap {
    gap: 2.580645161290323%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_anchor-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.133333333333333vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_anchor {
  position: relative;
  color: #2b2b2b;
  text-align: center;
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_anchor {
    width: 27.580645161290324%;
    border: solid 2px #74c9ff;
    border-radius: 10px;
    padding: 2.258064516129032% 0 4.032258064516129%;
    font-size: clamp(15px, 1.041666666666667vw, 18px);
    line-height: 1.8em;
    letter-spacing: 0.03em;
    font-weight: 700;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_anchor:hover {
    opacity: 0.4;
  }
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_anchor:hover .arrow {
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_anchor {
    width: 100%;
    border: solid 0.533333333333333vw #74c9ff;
    border-radius: 2.666666666666667vw;
    padding: 2.666666666666667vw 0 9.333333333333334vw;
    font-size: 3.2vw;
    line-height: 1.25;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_anchor .arrow {
  position: absolute;
  background-color: #74c9ff;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_anchor .arrow {
    bottom: 14px;
    width: 8.187134502923977%;
    padding-top: 8.187134502923977%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_anchor .arrow {
    bottom: 2.133333333333333vw;
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_anchor .arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_anchor .arrow:after {
    width: 42.857142857142854%;
    padding-top: 32.142857142857146%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_anchor .arrow:after {
    width: 2.133333333333333vw;
    height: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_hdg {
    padding-top: 5.64516129032258%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_hdg {
    padding-top: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_points_container {
    margin-top: 4.838709677419355%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_points_container {
    margin-top: 5.333333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_block {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_block--1 .p-ek-x-ev-top_cnts_tab2_sec-01_point_hdg {
    width: 78.37209302325581%;
    max-width: 337px;
  }
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_block--1 .p-ek-x-ev-top_cnts_tab2_sec-01_point_comment {
    width: 15%;
    left: 39.516129032258064%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_block--1 .p-ek-x-ev-top_cnts_tab2_sec-01_point_comment {
    width: 49.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_block--2 .p-ek-x-ev-top_cnts_tab2_sec-01_point_block-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_block--2 .p-ek-x-ev-top_cnts_tab2_sec-01_point_hdg {
    width: 90.69767441860465%;
    max-width: 390px;
  }
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_block--2 .p-ek-x-ev-top_cnts_tab2_sec-01_point_comment {
    width: 14.516129032258066%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_block--2 .p-ek-x-ev-top_cnts_tab2_sec-01_point_comment {
    width: 48vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_block--3 .p-ek-x-ev-top_cnts_tab2_sec-01_point_hdg {
    width: 85.5813953488372%;
    max-width: 368px;
  }
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_block--3 .p-ek-x-ev-top_cnts_tab2_sec-01_point_comment {
    width: 17.096774193548388%;
    left: 38.70967741935484%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_block--3 .p-ek-x-ev-top_cnts_tab2_sec-01_point_comment {
    width: 56.53333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_block:nth-child(n+2) {
    margin-top: 4.67741935483871%;
    padding-top: 4.67741935483871%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_block:nth-child(n+2) {
    margin-top: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_block:nth-child(n+2):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 3px;
    background-image: url("/lineup/ek_x_ev/special/assets/images/top/tab2_content/dot_tab2.svg");
    background-repeat: repeat;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_block-wrap {
    width: 82.9032258064516%;
    margin: 0 auto;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_block-inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4.032258064516129%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_block-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_txt {
  font-size: clamp(10px, 1vw, 14px);
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 1em;
  position: relative;
  margin-top: 3.619909502262444%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_txt {
    font-size: 3.2vw;
    letter-spacing: 0.08em;
    margin-top: 2.08955223880597%;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_txt > span {
  color: #fff;
  padding: 0 0.2em 0 0.3em;
  margin: 0 0.3em 0 0.2em;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_txt > span {
    padding: 0 0.1em 0 0.2em;
    margin: 0 0.2em 0 0.1em;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_txt > span.highlight-orange {
  background-color: #ff962c;
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_txt > span.highlight-blue {
  background-color: #74c9ff;
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_txt .p-ek-x-ev-top_cnts_tab2_sec-01_point_note {
  color: #919191;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_comment {
    position: absolute;
    top: 58px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_comment {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_movie {
    width: 48.44357976653696%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_movie {
    margin-top: 4vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_movie-thumb {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_movie-thumb:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_movie-ttl {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #2b2b2b;
  font-weight: 500;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_movie-ttl {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 2.666666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_movie-caution {
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #919191;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_movie-caution {
    font-size: 2.666666666666667vw;
    line-height: 1.5;
    margin-top: 1.333333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_points_notes {
    margin-top: 0.806451612903226%;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_note {
  font-size: clamp(10px, 0.694444444444444vw, 10px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #919191;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_note {
    font-size: 2.666666666666667vw;
    line-height: 1.4;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 125%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 2.666666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_note > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_note > p + p {
  margin-top: 0.8em;
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_note > p > span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_block_btn {
  display: block;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_block_btn {
    margin: 2.82258064516129% auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_block_btn {
    margin-top: 5.333333333333334vw;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_points_btn {
    margin-top: 1.290322580645161%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_points_btn {
    margin-top: 2.133333333333333vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_btn {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_btn {
    width: 48.70967741935484%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_btn + .p-ek-x-ev-top_cnts_tab2_sec-01_point_btn {
    margin-top: 1.290322580645161%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-01_point_btn + .p-ek-x-ev-top_cnts_tab2_sec-01_point_btn {
    margin-top: 2.666666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_title_text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_title_text {
    font-size: clamp(20px, 2.222222222222222vw, 32px);
    line-height: 0.9375em;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_title_text {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_hdg {
    margin-top: 4.032258064516129%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_hdg {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA {
    padding-top: 4.032258064516129%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA {
    padding-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA + .p-ek-x-ev-top_cnts_tab2_sec-02_QA {
    position: relative;
    margin-top: 4.032258064516129%;
  }
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA + .p-ek-x-ev-top_cnts_tab2_sec-02_QA:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 3px;
    background-image: url("/lineup/ek_x_ev/special/assets/images/top/tab2_content/dot_tab2.svg");
    background-repeat: repeat;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA + .p-ek-x-ev-top_cnts_tab2_sec-02_QA {
    padding-top: 13.333333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA-hdg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA-hdg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.693548387096774% 0;
    gap: 0.862068965517241%;
    border: solid 3px #74c9ff;
    border-radius: 10px;
    margin: 0 auto;
  }
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA-hdg--1 {
    width: 56.12903225806451%;
  }
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA-hdg--2 {
    width: 62.58064516129033%;
  }
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA-hdg .label {
    font-size: clamp(10px, 1.388888888888889vw, 20px);
    line-height: 1.4em;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA-hdg .title {
    font-size: clamp(14px, 1.944444444444444vw, 28px);
    line-height: 1.714285714285714em;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA-hdg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 2.666666666666667vw 2.933333333333333vw;
    border: solid 0.8vw #74c9ff;
    border-radius: 2.666666666666667vw;
  }
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA-hdg .label {
    font-size: 3.2vw;
    line-height: 1.666666666666667;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA-hdg .title {
    font-size: 4.266666666666667vw;
    line-height: 1.25;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA-hdg:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 22px;
  height: 17px;
  background-image: url("/lineup/ek_x_ev/special/assets/images/top/tab2_content/deco_sec-02.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA-flex-wrap {
    width: 82.9032258064516%;
    margin: 3.225806451612903% auto 0;
    gap: 3.11284046692607%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA-flex-wrap {
    gap: 2.666666666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 6.133333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA_img {
    width: 38.13229571984436%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA_img {
    width: 51.46666666666667vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA_content {
    width: 58.754863813229576%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA_content .bold-text {
    font-size: clamp(14px, 1.388888888888889vw, 20px);
    line-height: 1.5em;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA_content .bold-text {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA_content .bold-text span.is-blue {
  color: #74c9ff;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA_content .bold-text span.is-fs-40 {
    font-size: clamp(30px, 2.777777777777778vw, 40px);
    line-height: 1.575em;
    letter-spacing: 0.01em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA_content .bold-text span.is-fs-40 {
    font-size: 7.466666666666668vw;
    line-height: 1.25;
    letter-spacing: 0.01em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA_content .bold-text span.is-fs-32 {
    font-size: clamp(25px, 2.222222222222222vw, 32px);
    line-height: 0.9375em;
    letter-spacing: 0.05em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA_content .bold-text span.is-fs-32 {
    font-size: 7.466666666666668vw;
    line-height: 1.25;
    letter-spacing: 0.01em;
    font-weight: 700;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA_content .text {
  color: #2b2b2b;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA_content .text {
    font-size: clamp(10px, 1.111111111111111vw, 16px);
    line-height: 1.75em;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-top: 3.311258278145695%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA_content .text {
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: 0.03em;
    font-weight: 500;
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA_content .caution {
    margin-top: 3.311258278145695%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA_content .caution {
    margin-top: 2.666666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA_content .caution p {
  color: #919191;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA_content .caution p {
    font-size: clamp(8px, 0.694444444444444vw, 10px);
    line-height: 1.5em;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA_content .caution p {
    font-size: 2.666666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA_content .btn {
  display: block;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA_content .btn {
    width: 58.11258278145696%;
    margin-top: 4.966887417218543%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_QA_content .btn {
    margin-top: 5.333333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-container {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-container {
    margin-top: 5.64516129032258%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-container {
    margin-top: 16vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-container .p-ek-x-ev-top_cnts_tab2_title_text {
  position: relative;
  display: inline-block;
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-container .p-ek-x-ev-top_cnts_tab2_title_text:before,
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-container .p-ek-x-ev-top_cnts_tab2_title_text:after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #2b2b2b;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-container .p-ek-x-ev-top_cnts_tab2_title_text:before,
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-container .p-ek-x-ev-top_cnts_tab2_title_text:after {
    width: 3px;
    height: 160%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-container .p-ek-x-ev-top_cnts_tab2_title_text:before,
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-container .p-ek-x-ev-top_cnts_tab2_title_text:after {
    width: 0.533333333333333vw;
    height: 6.666666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-container .p-ek-x-ev-top_cnts_tab2_title_text:before {
  -webkit-transform: translateY(-50%) rotate(-25deg);
  transform: translateY(-50%) rotate(-25deg);
  left: -7%;
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-container .p-ek-x-ev-top_cnts_tab2_title_text:after {
  -webkit-transform: translateY(-50%) rotate(25deg);
  transform: translateY(-50%) rotate(25deg);
  right: -5%;
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab {
  margin-top: 3.333333333333333%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab {
    margin-top: 6.769230769230769%;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_btn_item {
  color: #2b2b2b;
  width: 18.75%;
  background-color: #fff;
  font-size: clamp(12px, 1.388888888888889vw, 20px);
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  padding: 27px 0;
  border-radius: 10px;
  border: solid 1px #b2b2b2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_btn_item {
    padding: 4vw 0;
    font-size: 2.666666666666667vw;
    border-radius: 1.333333333333333vw;
    border: 0.133333333333333vw solid #b2b2b2;
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_btn_item + .p-whats-kei-ev_range-tab_btn_item {
    margin-left: 1.846153846153846%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_btn_item:nth-child(4) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_btn_item:nth-child(n+4) {
    margin-top: 3.076923076923077%;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_btn_item > p {
  position: relative;
  display: inline-block;
  color: #2b2b2b;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  padding-left: 7px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_btn_item > p {
    padding-left: 1.866666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_btn_item > p:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -15%;
  width: 8px;
  height: 100%;
  background: url("/lineup/ek_x_ev/special/assets/images/top/tab2_content/icon_range_arrow-bk.svg") no-repeat center;
  background-size: 100% auto;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_btn_item > p:before {
    width: 1.066666666666667vw;
    left: -0.533333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_btn_item:hover,
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_btn_item.is-active {
    border: solid 3px #74c9ff;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_btn_item:hover,
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_btn_item.is-active {
    border: solid 0.533333333333333vw #74c9ff;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_btn_item:hover p,
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_btn_item.is-active p {
  color: #74c9ff;
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_btn_item:hover p:before,
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_btn_item.is-active p:before {
  background-image: url("/lineup/ek_x_ev/special/assets/images/top/tab2_content/icon_range_arrow-sb.svg");
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_cont-area {
  position: relative;
  width: 100%;
  padding-top: 51.83333333333333%;
  margin-top: 2.5%;
  border: solid 3px #74c9ff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_cont-area {
    margin-top: 3.076923076923077%;
    border: solid 0.533333333333333vw #74c9ff;
    border-radius: 1.066666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_cont {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-tab_cont:not(.is-active) {
  opacity: 0;
  pointer-events: none;
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-comment {
  margin-top: 17px;
  color: #919191;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-comment {
    font-size: clamp(8px, 0.694444444444444vw, 10px);
    line-height: 1.5em;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_tab-content .p-whats-kei-ev_range-comment {
    margin-top: 2.461538461538462%;
    font-size: 2.666666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_whats-banner-wrap {
    margin-top: 6.048387096774194%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_whats-banner-wrap {
    margin-top: 5.333333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_whats-banner {
  display: block;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_whats-banner {
    margin: 0 auto;
    width: 65.80645161290323%;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_whats-banner:hover {
    opacity: 0.4;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-02_whats-banner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_hdg {
    margin-top: 4.032258064516129%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_hdg {
    margin-top: 5.333333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 75px 0;
    margin-top: 4.838709677419355%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5.333333333333334vw;
    gap: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene {
    width: 46.774193548387096%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene {
    width: 100%;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene--1 .p-ek-x-ev-top_cnts_tab2_sec-03_scene_text p:before,
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene--1 .p-ek-x-ev-top_cnts_tab2_sec-03_scene_text p:after {
  background-color: #1fbeca;
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene--2 .p-ek-x-ev-top_cnts_tab2_sec-03_scene_text p:before,
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene--2 .p-ek-x-ev-top_cnts_tab2_sec-03_scene_text p:after {
  background-color: #e8877a;
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene--3 .p-ek-x-ev-top_cnts_tab2_sec-03_scene_text p:before,
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene--3 .p-ek-x-ev-top_cnts_tab2_sec-03_scene_text p:after {
  background-color: #f4bc04;
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene--4 .p-ek-x-ev-top_cnts_tab2_sec-03_scene_text p:before,
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene--4 .p-ek-x-ev-top_cnts_tab2_sec-03_scene_text p:after {
  background-color: #ad8ff2;
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_title-wrap .icon {
    width: 16.869565217391305%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_title-wrap .icon {
    width: 19.733333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_title-wrap .title {
  color: #2b2b2b;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_title-wrap .title {
    font-size: clamp(18px, 2.222222222222222vw, 32px);
    line-height: 1.53125em;
    letter-spacing: 0.04em;
    font-weight: 700;
    margin-left: 4.173913043478262%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_title-wrap .title {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 700;
    margin-left: 7.199999999999999vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_img {
    margin-top: 3.478260869565217%;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_img:hover {
    opacity: 0.4;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_img {
    margin-top: 2.666666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_text {
  text-align: center;
  color: #2b2b2b;
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_text p {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_text p {
    font-size: clamp(16px, 1.25vw, 18px);
    line-height: 2.166666666666667em;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-top: 3.478260869565217%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_text p {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin-top: 5.333333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_text p:before,
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_text p:after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_text p:before,
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_text p:after {
    width: 3px;
    height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_text p:before,
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_text p:after {
    width: 0.533333333333333vw;
    height: 5.333333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_text p:before {
  left: -10%;
  -webkit-transform: translateY(-50%) rotate(-30deg);
  transform: translateY(-50%) rotate(-30deg);
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_text p:after {
  right: -8%;
  -webkit-transform: translateY(-50%) rotate(30deg);
  transform: translateY(-50%) rotate(30deg);
}
.l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_btn {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_btn {
    margin-top: 3.478260869565217%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_btn {
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_btn .m-ek-x-ev-top_btn {
    font-size: clamp(10px, 0.972222222222222vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_scene_btn .m-ek-x-ev-top_btn {
    height: 14.933333333333335vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_btn-wrap {
    margin-top: 5.64516129032258%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_btn-wrap {
    margin-top: 10.666666666666668vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_btn + .p-ek-x-ev-top_cnts_tab2_sec-03_btn {
    margin-top: 1.290322580645161%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab2_sec-03_btn + .p-ek-x-ev-top_cnts_tab2_sec-03_btn {
    margin-top: 2.666666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts-wrap#Tab3.is-active {
  background-color: #a8cbfc;
}
.l_contents .p-ek-x-ev-top_cnts-wrap#Tab3 .m-ek-x-ev-top_h3 h3 {
  border-color: #a8cbfc;
}
.l_contents .p-ek-x-ev-top_cnts-wrap#Tab3 .p-ek-x-ev-top_to-top_btn.is-tab3 {
  opacity: 0.4;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_sec-01_info_hdg {
    margin-top: 5.555555555555555%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_sec-01_info_hdg {
    margin-top: 10.666666666666668%;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab3_btn {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_btn {
    width: 48.70967741935484%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_btn +.p-ek-x-ev-top_cnts_tab3_btn {
    margin-top: 1.290322580645161%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_btn +.p-ek-x-ev-top_cnts_tab3_btn {
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_panel:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_panel:nth-child(n + 2) {
    margin-top: 4.310344827586207%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_panel:nth-child(n + 2) {
    margin-top: 10.666666666666668vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_panel_image {
    width: 47.24857685009488%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_panel_image {
    width: 100%;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab3_panel_image_text {
  color: #000;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_panel_image_text {
    font-size: clamp(10px, 0.862068965517241vw, 10px);
    margin-top: 2.008032128514056%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_panel_image_text {
    font-size: 2.666666666666667vw;
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_panel_info {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_panel_info {
    width: 100%;
    margin-top: 2.133333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_panel_text {
    margin-top: 3.816793893129771%;
    font-size: clamp(12px, 1.379310344827586vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_panel_text {
    margin-top: 2.133333333333333vw;
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab3_panel_btn {
  display: block;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_panel_btn {
    margin-top: 3.244274809160305%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_panel_btn {
    width: 100%;
    margin-top: 4.266666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_voice_panel {
    width: 96.7741935483871%;
    max-width: 1054px;
    margin: 4.310344827586207% auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_voice_panel {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_voice_panel .m-ek-x-ev-top_btn {
    font-size: clamp(12px, 5.714285714285714vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab3_voice_panel_title span {
  display: inline-block;
  background-color: #a8cbfc;
  border: 2px solid #2b2b2b;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_voice_panel_title span {
    font-size: clamp(10px, 1.724137931034483vw, 20px);
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_voice_panel_title span {
    font-size: 3.733333333333334vw;
    line-height: 1.714285714285714;
    letter-spacing: 0.03em;
    font-weight: 700;
    padding: 0 1.066666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_voice_panel_title span:nth-child(n + 2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_voice_panel_title span:nth-child(n + 2) {
    margin-top: 1.066666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_voice_btn {
    margin-top: 5.64516129032258%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_voice_btn {
    margin-top: 13.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_smart_panel {
    width: 98.47198641765704%;
    max-width: 1160px;
    margin: 4.310344827586207% auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_smart_panel {
    margin-top: 7.466666666666668vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab3_smart_panel_title {
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_smart_panel_title {
    font-size: clamp(18px, 1.774193548387097vw, 22px);
    line-height: 1.727272727272727;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_smart_panel_title {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab3_smart_panel_title::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 9px;
  background-color: #a8cbfc;
  top: 65%;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_smart_btn {
    margin-top: 5.241935483870968%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_smart_btn {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_smart_panel_info {
    width: 50%;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab3_smart_panel_info-wrap {
  border-radius: 10px;
  border: solid 4px #a8cbfc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_smart_panel_info-wrap {
    margin-top: 5.692599620493358%;
    padding: 3.795066413662239% 5.692599620493358%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_smart_panel_info-wrap {
    margin-top: 10.666666666666668vw;
    padding: 4.8vw 4.533333333333333vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab3_smart_panel_info-wrap::before,
.l_contents .p-ek-x-ev-top_cnts_tab3_smart_panel_info-wrap::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 0%, 50% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(50% 0%, 50% 0%, 100% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_smart_panel_info-wrap::before,
  .l_contents .p-ek-x-ev-top_cnts_tab3_smart_panel_info-wrap::after {
    width: 20px;
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_smart_panel_info-wrap::before,
  .l_contents .p-ek-x-ev-top_cnts_tab3_smart_panel_info-wrap::after {
    width: 6.933333333333333vw;
    height: 7.199999999999999vw;
  }
}
.l_contents .p-ek-x-ev-top_cnts_tab3_smart_panel_info-wrap::before {
  background-color: #a8cbfc;
}
.l_contents .p-ek-x-ev-top_cnts_tab3_smart_panel_info-wrap::after {
  background-color: #fff;
  -webkit-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_smart_panel_text {
    font-size: clamp(12px, 1.379310344827586vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_smart_panel_text {
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: 0.03em;
    font-weight: 500;
    margin-top: 2.666666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_to-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_to-top {
    margin-top: 5.64516129032258%;
    gap: 2.580645161290323%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_to-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 8vw;
    gap: 2.666666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_to-top_btn {
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_to-top_btn:hover {
    opacity: 0.4;
  }
}
.l_contents sup {
  vertical-align: super;
  font-size: 0.6em;
}
.l_contents .m-ek-x-ev-top_h3 {
  text-align: center;
}
.l_contents .m-ek-x-ev-top_h3 h3 {
  display: inline-block;
  text-align: center;
  border-top: solid;
  border-bottom: solid;
}
@media screen and (min-width: 768px) {
  .l_contents .m-ek-x-ev-top_h3 h3 {
    padding: 2.016129032258065% 4.838709677419355%;
    border-width: 4px;
    font-size: clamp(15px, 2.638888888888889vw, 38px);
    line-height: 1.25;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .m-ek-x-ev-top_h3 h3 {
    width: 100%;
    padding: 3.2vw 0;
    border-width: 0.8vw;
    font-size: 5.333333333333334vw;
    line-height: 1.25;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l_contents [id="Tab2"] .p-ek-x-ev-top_line-up,
  .l_contents [id="Tab3"] .p-ek-x-ev-top_line-up {
    margin-top: 6.451612903225806%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents [id="Tab2"] .p-ek-x-ev-top_line-up,
  .l_contents [id="Tab3"] .p-ek-x-ev-top_line-up {
    margin-top: 10.666666666666668vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts_tab3_sec-02 .m-ek-x-ev-top_h3 {
    white-space: nowrap;
  }
}
.l_contents .m-ek-x-ev-top_desc {
  color: #2b2b2b;
}
@media screen and (min-width: 768px) {
  .l_contents .m-ek-x-ev-top_desc {
    font-size: clamp(13px, 1.388888888888889vw, 20px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-top: 2.083333333333333%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .m-ek-x-ev-top_desc {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 500;
    margin-top: 5.333333333333334vw;
  }
}
.l_contents .m-ek-x-ev-top_btn {
  display: block;
  position: relative;
  background-color: #2b2b2b;
  border: 2px solid #2b2b2b;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l_contents .m-ek-x-ev-top_btn {
    width: 41.94444444444444vw;
    height: 4.513888888888888vw;
    font-size: clamp(10px, 1.388888888888889vw, 20px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l_contents .m-ek-x-ev-top_btn:hover {
    background-color: #fff;
    color: #2b2b2b;
  }
  .l_contents .m-ek-x-ev-top_btn:hover:after {
    background-color: #2b2b2b;
  }
}
@media screen and (min-width: 1401px) {
  .l_contents .m-ek-x-ev-top_btn {
    width: 604px;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .m-ek-x-ev-top_btn {
    position: relative;
    height: 14.933333333333335vw;
    font-size: 3.733333333333334vw;
    line-height: 1.285714285714286;
    letter-spacing: 0.05em;
    font-weight: 700;
    border-radius: 1.066666666666667vw;
  }
}
.l_contents .m-ek-x-ev-top_btn p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.l_contents .m-ek-x-ev-top_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l_contents .m-ek-x-ev-top_btn:after {
    width: 9px;
    height: 9px;
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .m-ek-x-ev-top_btn:after {
    right: 4.266666666666667vw;
    width: 2.133333333333333vw;
    height: 2.666666666666667vw;
  }
}
.l_contents .m-ek-x-ev-top_btn.is-skyblue {
  background-color: #c1e7ff;
  border: none;
  color: #2b2b2b;
}
.l_contents .m-ek-x-ev-top_btn.is-skyblue::before,
.l_contents .m-ek-x-ev-top_btn.is-skyblue::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background-color: #2b2b2b;
  -webkit-clip-path: none;
  clip-path: none;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .l_contents .m-ek-x-ev-top_btn.is-skyblue::before,
  .l_contents .m-ek-x-ev-top_btn.is-skyblue::after {
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .m-ek-x-ev-top_btn.is-skyblue::before,
  .l_contents .m-ek-x-ev-top_btn.is-skyblue::after {
    right: 4.266666666666667vw;
  }
}
.l_contents .m-ek-x-ev-top_btn.is-skyblue::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.l_contents .m-ek-x-ev-top_btn.is-flexible {
  width: 100%;
}
.l_contents .l-ek-x-ev-top_inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l_contents .l-ek-x-ev-top_inner {
    max-width: 1240px;
    width: 90.64327485380117%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .l-ek-x-ev-top_inner {
    width: 78.66666666666666vw;
  }
}
.l_contents .p-ek-x-ev-top {
  font-family: "mmc", "Noto Sans Japanese", sans-serif;
}
.l_contents .p-ek-x-ev-top img {
  height: auto;
}
.l_contents .p-ek-x-ev-top [data-module*='InView'][data-anime='base'] {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.l_contents .p-ek-x-ev-top [data-module*='InView'][data-anime='base'].u-fadein.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.l_contents .swiper {
  opacity: 0;
  height: 0;
}
.l_contents .swiper.swiper-initialized {
  opacity: 1;
  height: auto;
}
.l_contents .swiper-button-prev,
.l_contents .swiper-button-next {
  width: 11.733333333333333vw;
  height: 11.733333333333333vw;
  border-radius: 50%;
  background-color: #fff;
}
.l_contents .swiper-button-prev::after,
.l_contents .swiper-button-next::after {
  width: 1.866666666666667vw;
  font-size: 3.2vw;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #37aec8 !important;
}
.l_contents .p-ek-x-ev-top_kv {
  padding: 0 2.5%;
  background: #2b2b2b;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_kv_tab-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.l_contents .p-ek-x-ev-top_kv_tab-wrap:has(.p-ek-x-ev-top_kv_tab:hover) .p-ek-x-ev-top_kv_tab.is-active {
  width: 24.305555555555554vw;
}
.l_contents .p-ek-x-ev-top_kv_tab {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: width 0.65s cubic-bezier(0.87, 0, 0.13, 1);
  transition: width 0.65s cubic-bezier(0.87, 0, 0.13, 1);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_kv_tab {
    height: 15.277777777777779vw;
    padding: 1.666666666666667vw;
    width: 24.305555555555554vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_kv_tab {
    height: 96vw;
    padding: 5.333333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_kv_tab[data-tab-id="Tab1"] {
  background-color: #c7eef2;
}
.l_contents .p-ek-x-ev-top_kv_tab[data-tab-id="Tab1"]::before,
.l_contents .p-ek-x-ev-top_kv_tab[data-tab-id="Tab1"]::after {
  background-color: #c7eef2;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_kv_tab[data-tab-id="Tab1"] .p-ek-x-ev-top_kv_tab_img {
    left: 0;
  }
}
.l_contents .p-ek-x-ev-top_kv_tab[data-tab-id="Tab2"] {
  background-color: #c1e7ff;
}
.l_contents .p-ek-x-ev-top_kv_tab[data-tab-id="Tab2"]::before,
.l_contents .p-ek-x-ev-top_kv_tab[data-tab-id="Tab2"]::after {
  background-color: #c1e7ff;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_kv_tab[data-tab-id="Tab2"] .p-ek-x-ev-top_kv_tab_img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.l_contents .p-ek-x-ev-top_kv_tab[data-tab-id="Tab3"] {
  background-color: #a8cbfc;
}
.l_contents .p-ek-x-ev-top_kv_tab[data-tab-id="Tab3"]::before,
.l_contents .p-ek-x-ev-top_kv_tab[data-tab-id="Tab3"]::after {
  background-color: #a8cbfc;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_kv_tab[data-tab-id="Tab3"] .p-ek-x-ev-top_kv_tab_img {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_kv_tab[data-tab-id="Tab3"].is-active .p-ek-x-ev-top_kv_tab_text {
    opacity: 0;
  }
  .l_contents .p-ek-x-ev-top_kv_tab[data-tab-id="Tab3"].is-active .p-ek-x-ev-top_kv_tab_text--active3 {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_kv_tab[data-tab-id="Tab3"]:hover .p-ek-x-ev-top_kv_tab_text {
    opacity: 0;
  }
  .l_contents .p-ek-x-ev-top_kv_tab[data-tab-id="Tab3"]:hover .p-ek-x-ev-top_kv_tab_text--active3 {
    opacity: 1;
  }
}
.l_contents .p-ek-x-ev-top_kv_tab.swiper-slide-active .p-ek-x-ev-top_kv_tab_arrow {
  background-color: #ff962c;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_kv_tab.is-active {
    width: 46.38888888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_kv_tab.is-active .p-ek-x-ev-top_kv_tab_text {
    font-size: 1.666666666666667vw;
    line-height: 1.583333333333333;
  }
}
.l_contents .p-ek-x-ev-top_kv_tab.is-active .p-ek-x-ev-top_kv_tab_arrow {
  background-color: #ff962c;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.l_contents .p-ek-x-ev-top_kv_tab.is-active:hover {
  width: 46.38888888888889vw !important;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_kv_tab:hover {
    width: 47.22222222222222vw;
  }
}
.l_contents .p-ek-x-ev-top_kv_tab:hover .p-ek-x-ev-top_kv_tab_arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.l_contents .p-ek-x-ev-top_kv_tab::before,
.l_contents .p-ek-x-ev-top_kv_tab::after {
  content: '';
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_kv_tab::before,
  .l_contents .p-ek-x-ev-top_kv_tab::after {
    width: 1.666666666666667vw;
    height: 100%;
  }
}
.l_contents .p-ek-x-ev-top_kv_tab::before {
  left: 0;
}
.l_contents .p-ek-x-ev-top_kv_tab::after {
  right: 0;
}
.l_contents .p-ek-x-ev-top_kv_tab_cnts {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_kv_tab_img {
    position: absolute;
    width: 43.05555555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_kv_tab_img {
    width: 100%;
  }
}
.l_contents .p-ek-x-ev-top_kv_tab_text {
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_kv_tab_text {
    font-size: 1.25vw;
    line-height: 1.166666666666667;
    font-weight: 700;
    left: 0.555555555555556vw;
    bottom: 0.555555555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_kv_tab_text {
    font-size: 4.8vw;
    line-height: 1.388888888888889;
    font-weight: 700;
    left: 4.266666666666667vw;
    bottom: 2.666666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_kv_tab_text--active3 {
  opacity: 0;
}
.l_contents .p-ek-x-ev-top_kv_tab_arrow {
  position: absolute;
  border-radius: 50%;
  background-color: #2b2b2b;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.87, 0, 0.13, 1);
  transition: -webkit-transform 0.65s cubic-bezier(0.87, 0, 0.13, 1);
  transition: transform 0.65s cubic-bezier(0.87, 0, 0.13, 1);
  transition: transform 0.65s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.65s cubic-bezier(0.87, 0, 0.13, 1);
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_kv_tab_arrow {
    width: 1.944444444444444vw;
    height: 1.944444444444444vw;
    bottom: 0.555555555555556vw;
    right: 0.555555555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_kv_tab_arrow {
    width: 7.466666666666668vw;
    height: 7.466666666666668vw;
    bottom: 4.266666666666667vw;
    right: 4.266666666666667vw;
  }
}
.l_contents .p-ek-x-ev-top_kv_tab_arrow::after {
  content: '';
  position: absolute;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 100% 50%, 0% 100%);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_kv_tab_arrow::after {
    width: 0.625vw;
    height: 0.833333333333333vw;
    left: 0.763888888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_kv_tab_arrow::after {
    width: 2.4vw;
    height: 3.2vw;
    left: 2.933333333333333vw;
  }
}
.l_contents .p-ek-x-ev-top_news {
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#767676));
  background: -webkit-linear-gradient(top, #333, #767676);
  background: linear-gradient(to bottom, #333, #767676);
  opacity: 1;
  height: auto;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_news {
    padding: 0.833333333333333vw;
  }
}
@media screen and (min-width: 1401px) {
  .l_contents .p-ek-x-ev-top_news {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_news {
    padding: 2.133333333333333vw;
  }
}
.l_contents .p-ek-x-ev-top_news.is-hidden {
  opacity: 0;
  height: 0;
  padding: 0;
}
.l_contents .p-ek-x-ev-top_news_wrap {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_news_wrap {
    width: 95vw;
  }
}
@media screen and (min-width: 1401px) {
  .l_contents .p-ek-x-ev-top_news_wrap {
    width: 1368px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_news_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_news_wrap .swiper-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l_contents .p-ek-x-ev-top_news_wrap .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.l_contents .p-ek-x-ev-top_news_wrap .p-ek-x-ev-top_news_pagination.swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
}
.l_contents .p-ek-x-ev-top_news_wrap .swiper-pagination-bullet {
  background-color: #b7b7b7;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_news_wrap .swiper-pagination-bullet {
    width: 0.555555555555556vw;
    height: 0.555555555555556vw;
  }
}
@media screen and (min-width: 1401px) {
  .l_contents .p-ek-x-ev-top_news_wrap .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_news_wrap .swiper-pagination-bullet {
    width: 1.333333333333333vw;
    height: 1.333333333333333vw;
  }
}
.l_contents .p-ek-x-ev-top_news_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.l_contents .p-ek-x-ev-top_news_text {
  color: #fff;
  text-align: center;
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_news_text {
    font-size: 1.171303074670571vw;
    line-height: 1.875;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .l_contents .p-ek-x-ev-top_news_text:hover {
    opacity: 0.4;
  }
}
@media screen and (min-width: 1401px) {
  .l_contents .p-ek-x-ev-top_news_text {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_news_text {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.l_contents .p-ek-x-ev-top_news_close-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_news_close-btn {
    right: 2.083333333333333vw;
    width: 1.388888888888889vw;
    height: 1.388888888888889vw;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .l_contents .p-ek-x-ev-top_news_close-btn:hover {
    opacity: 0.4;
  }
}
@media screen and (min-width: 1401px) {
  .l_contents .p-ek-x-ev-top_news_close-btn {
    right: 30px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_news_close-btn {
    right: 2.933333333333333vw;
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_news_close-btn:before,
.l_contents .p-ek-x-ev-top_news_close-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  height: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_news_close-btn:before,
  .l_contents .p-ek-x-ev-top_news_close-btn:after {
    width: 0.208333333333333vw;
    border-radius: 0.208333333333333vw;
  }
}
@media screen and (min-width: 1401px) {
  .l_contents .p-ek-x-ev-top_news_close-btn:before,
  .l_contents .p-ek-x-ev-top_news_close-btn:after {
    width: 3px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_news_close-btn:before,
  .l_contents .p-ek-x-ev-top_news_close-btn:after {
    width: 0.533333333333333vw;
    border-radius: 0.8vw;
  }
}
.l_contents .p-ek-x-ev-top_news_close-btn:before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.l_contents .p-ek-x-ev-top_news_close-btn:after {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.l_contents .p-ek-x-ev-top_cnts-wrap {
  display: none;
  pointer-events: none;
}
.l_contents .p-ek-x-ev-top_cnts-wrap.is-active {
  display: block;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_cnts {
    padding: 2.5% 2.5%;
  }
}
@media screen and (min-width: 1401px) {
  .l_contents .p-ek-x-ev-top_cnts {
    padding: 36px 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_cnts {
    padding: 5.333333333333334vw;
  }
}
.l_contents .m-text-align-center {
  text-align: center;
}
.l_contents .m-ek-x-ev-top_cnts_caution {
  color: #363636;
}
@media screen and (min-width: 768px) {
  .l_contents .m-ek-x-ev-top_cnts_caution {
    font-size: 0.732064421669107vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: clamp(8px, 0.694444444444444vw, 10px);
    line-height: 1.5em;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .m-ek-x-ev-top_cnts_caution {
    font-size: 2.666666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.l_contents .m-ek-x-ev-top_cnts_sec {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l_contents .m-ek-x-ev-top_cnts_sec {
    padding: 4.861111111111112% 0 5.138888888888888%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .m-ek-x-ev-top_cnts_sec {
    padding: 10.666666666666668vw 0 6.133333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .m-ek-x-ev-top_cnts_sec {
    border-radius: 1.066666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .m-ek-x-ev-top_cnts_sec + .m-ek-x-ev-top_cnts_sec {
    margin-top: 2.5%;
  }
}
@media screen and (min-width: 1401px) {
  .l_contents .m-ek-x-ev-top_cnts_sec + .m-ek-x-ev-top_cnts_sec {
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .m-ek-x-ev-top_cnts_sec + .m-ek-x-ev-top_cnts_sec {
    margin-top: 5.333333333333334vw;
  }
}
.l_contents .p-ek-x-ev-top_to-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-top_to-top {
    margin-top: 5.64516129032258%;
    gap: 2.580645161290323%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-top_to-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 8vw;
    gap: 2.666666666666667vw;
  }
}
.l_contents .p-whats-kei-ev_question {
  background-color: #e2f0ef;
}
.l_contents .p-whats-kei-ev_question-hdg > span {
  width: 46.85714285714286%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_question-hdg > span {
    max-width: 656px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_question-hdg > span {
    width: 86.4%;
  }
}
.l_contents .p-whats-kei-ev_question-inner {
  padding: 6% 0 0;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_question-inner {
    padding-bottom: 0;
  }
}
.l_contents .p-whats-kei-ev_question-list {
  margin-left: -4.166666666666666%;
  margin-top: -4.166666666666666%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_question-list {
    margin-left: -6.461538461538462%;
  }
}
.l_contents .p-whats-kei-ev_question-list_thumb {
  margin-left: 4%;
  margin-top: 4%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_question-list_thumb {
    margin-left: 6.069364161849711%;
    margin-top: 6.069364161849711%;
  }
}
.l_contents .p-whats-kei-ev_question-list_thumb--normal {
  width: 29.28%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_question-list_thumb--normal {
    width: 43.93063583815029%;
  }
}
.l_contents .p-whats-kei-ev_question-list_thumb--wide {
  width: 62.63999999999999%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_question-list_thumb--wide {
    width: 93.9306358381503%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_question-list_thumb.is-number-1 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_question-list_thumb.is-number-3 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_question-list_thumb.is-number-8 {
    width: 62.63999999999999%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_question-list_thumb.is-number-10,
  .l_contents .p-whats-kei-ev_question-list_thumb.is-number-11,
  .l_contents .p-whats-kei-ev_question-list_thumb.is-number-12,
  .l_contents .p-whats-kei-ev_question-list_thumb.is-number-13,
  .l_contents .p-whats-kei-ev_question-list_thumb.is-number-14 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.l_contents .p-whats-kei-ev_question-list_thumb.is-active {
  -webkit-animation: show-bounce 0.5s ease-in forwards;
  animation: show-bounce 0.5s ease-in forwards;
}
.l_contents .p-whats-kei-ev_question-list_thumb-img {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_question-list_thumb-img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.l_contents .p-whats-kei-ev_anchor {
  padding-top: 18.928571428571427%;
  margin-top: -18.928571428571427%;
  background-size: auto auto;
  background-color: #fff;
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 3px, #f6f2ef 3px, #f6f2ef 6px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #f6f2ef 3px, #f6f2ef 6px);
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_anchor {
    background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 2px, #f6f2ef 2px, #f6f2ef 4px);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #f6f2ef 2px, #f6f2ef 4px);
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_anchor {
    padding-top: 57.06666666666666%;
    margin-top: -57.06666666666666%;
  }
}
.l_contents .p-whats-kei-ev_anchor-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4.333333333333334% 0 6.666666666666667%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_anchor-list {
    padding: 7.692307692307693% 0 9.846153846153847%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l_contents .p-whats-kei-ev_anchor-list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.285714285714286vw #fff solid;
  border-radius: 10px;
  width: 100%;
  padding: 1.285714285714286vw 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-whats-kei-ev_anchor-list > li {
    border-width: 3.422px;
    padding: 15.429px 0;
  }
}
@media screen and (min-width: 1401px) {
  .l_contents .p-whats-kei-ev_anchor-list > li {
    border-width: 4px;
    padding: 18px 0;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_anchor-list > li {
    position: relative;
    border: 0.533333333333333vw #fff solid;
    border-radius: 1.333333333333333vw;
    padding: 3.733333333333334vw 0 5.333333333333334vw;
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l_contents .p-whats-kei-ev_anchor-list > li > p {
  font-size: 1vw;
  line-height: 1.714285714285714;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-whats-kei-ev_anchor-list > li > p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1401px) {
  .l_contents .p-whats-kei-ev_anchor-list > li > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_anchor-list > li > p {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.l_contents .p-whats-kei-ev_anchor-list > li > span {
  display: block;
  width: 1.857142857142857vw;
  margin: 0.285714285714286vw auto 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-whats-kei-ev_anchor-list > li > span {
    width: 22.281px;
    margin-top: 3.429px;
  }
}
@media screen and (min-width: 1401px) {
  .l_contents .p-whats-kei-ev_anchor-list > li > span {
    width: 26px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_anchor-list > li > span {
    width: 4.533333333333333vw;
    margin-top: 2.666666666666667vw;
  }
}
.l_contents .p-whats-kei-ev_anchor-list > li > span > .u-svg-wrap {
  padding-top: 100%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_anchor-list > li > span > .u-svg-wrap {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_anchor-list > li + li {
    margin-left: 0.75%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_anchor-list > li:nth-child(n+3) {
    margin-top: 4.615384615384616%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_anchor-list > li:hover > span {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.l_contents .p-whats-kei-ev_section-hdg {
  background-color: #fff;
  padding: 2.857142857142857% 0;
  position: relative;
}
@media screen and (min-width: 1401px) {
  .l_contents .p-whats-kei-ev_section-hdg {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_section-hdg {
    padding: 8% 0;
  }
}
.l_contents .p-whats-kei-ev_section-hdg:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.785714285714286vw 1.642857142857143vw 0 1.642857142857143vw;
  border-color: #fff transparent transparent transparent;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1401px) {
  .l_contents .p-whats-kei-ev_section-hdg:before {
    border-width: 39px 23px 0 23px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_section-hdg:before {
    border-width: 5.066666666666666vw 2.933333333333333vw 0 2.933333333333333vw;
  }
}
.l_contents .p-whats-kei-ev_section-hdg > span {
  display: block;
  margin: 0 auto;
}
.l_contents .p-whats-kei-ev_section-lead {
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_section-lead {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_section-lead {
    font-size: 3.466666666666666vw;
    line-height: 1.846153846153846;
  }
}
.l_contents .p-whats-kei-ev_section-content {
  padding-top: 6.666666666666667%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_section-content {
    padding-top: 9.846153846153847%;
  }
}
.l_contents .p-whats-kei-ev_section-comment {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_section-comment {
    font-size: 2.666666666666667vw;
    line-height: 4.266666666666667vw;
    letter-spacing: 0.05em;
  }
}
.l_contents .p-whats-kei-ev_section-comment > span {
  display: block;
  padding-left: 1.1em;
  position: relative;
}
.l_contents .p-whats-kei-ev_section-comment > span:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.l_contents .p-whats-kei-ev_section-comment > span.num-1,
.l_contents .p-whats-kei-ev_section-comment > span.num-2 {
  padding-left: 2.3em;
}
.l_contents .p-whats-kei-ev_section-comment > span.num-1:before {
  content: '＊1';
}
.l_contents .p-whats-kei-ev_section-comment > span.num-2:before {
  content: '＊2';
}
.l_contents .p-whats-kei-ev_section-comment > span + span {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_section-comment > span + span {
    margin-top: 0.8vw;
  }
}
.l_contents .p-whats-kei-ev_section-message {
  width: 52.166666666666664%;
  margin: 4.166666666666666% auto 0;
  padding-bottom: 6.583333333333333%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_section-message {
    width: 96.61538461538461%;
    margin-top: 9.846153846153847%;
    padding-bottom: 7.872340425531915%;
  }
}
.l_contents .p-whats-kei-ev_range {
  background-size: auto auto;
  background-color: #fff;
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 3px, #ffebe9 3px, #ffebe9 6px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ffebe9 3px, #ffebe9 6px);
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_range {
    background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 2px, #ffebe9 2px, #ffebe9 4px);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #ffebe9 2px, #ffebe9 4px);
  }
}
.l_contents .p-whats-kei-ev_range-hdg > span {
  width: 47.785714285714285%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_range-hdg > span {
    max-width: 669px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_range-hdg > span {
    width: 87.73333333333333%;
  }
}
.l_contents .p-whats-kei-ev_range-txt {
  width: 56.41666666666667%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_range-txt {
    width: 66.15384615384615%;
  }
}
.l_contents .p-whats-kei-ev_range-tab {
  margin-top: 3.333333333333333%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_range-tab {
    margin-top: 6.769230769230769%;
  }
}
.l_contents .p-whats-kei-ev_range-tab_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_range-tab_btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l_contents .p-whats-kei-ev_range-tab_btn_item {
  width: 18.75%;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 27px 0;
  border-radius: 10px;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_range-tab_btn_item {
    padding: 4vw 0;
    font-size: 3.2vw;
    border-radius: 1.333333333333333vw;
    border: 0.533333333333333vw solid #fff;
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_range-tab_btn_item + .p-whats-kei-ev_range-tab_btn_item {
    margin-left: 1.846153846153846%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_range-tab_btn_item:nth-child(4) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_range-tab_btn_item:nth-child(n+4) {
    margin-top: 3.076923076923077%;
  }
}
.l_contents .p-whats-kei-ev_range-tab_btn_item > p {
  position: relative;
  display: inline-block;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  padding-left: 7px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_range-tab_btn_item > p {
    padding-left: 1.866666666666667vw;
  }
}
.l_contents .p-whats-kei-ev_range-tab_btn_item > p:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 8px;
  height: 100%;
  background: url("/lineup/ek_x_ev/special/assets/images/whats_kei_ev/icon_range_arrow-bk.svg") no-repeat center;
  background-size: 100% auto;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_range-tab_btn_item > p:before {
    width: 1.066666666666667vw;
    left: -1.333333333333333vw;
  }
}
.l_contents .p-whats-kei-ev_range-tab_btn_item:hover,
.l_contents .p-whats-kei-ev_range-tab_btn_item.is-active {
  border-color: #e1968a;
}
.l_contents .p-whats-kei-ev_range-tab_btn_item:hover p,
.l_contents .p-whats-kei-ev_range-tab_btn_item.is-active p {
  color: #f25f4c;
}
.l_contents .p-whats-kei-ev_range-tab_btn_item:hover p:before,
.l_contents .p-whats-kei-ev_range-tab_btn_item.is-active p:before {
  background-image: url("/lineup/ek_x_ev/special/assets/images/whats_kei_ev/icon_range_arrow-pk.svg");
}
.l_contents .p-whats-kei-ev_range-tab_cont-area {
  position: relative;
  width: 100%;
  padding-top: 51.83333333333333%;
  margin-top: 2.5%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_range-tab_cont-area {
    margin-top: 3.076923076923077%;
  }
}
.l_contents .p-whats-kei-ev_range-tab_cont {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l_contents .p-whats-kei-ev_range-tab_cont:not(.is-active) {
  opacity: 0;
  pointer-events: none;
}
.l_contents .p-whats-kei-ev_range-comment {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_range-comment {
    margin-top: 2.461538461538462%;
  }
}
.l_contents .p-whats-kei-ev_history {
  background-size: auto auto;
  background-color: #fff;
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 3px, #fdf3ce 3px, #fdf3ce 6px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #fdf3ce 3px, #fdf3ce 6px);
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_history {
    background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 2px, #fdf3ce 2px, #fdf3ce 4px);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #fdf3ce 2px, #fdf3ce 4px);
  }
}
.l_contents .p-whats-kei-ev_history-hdg > span {
  width: 26.42857142857143%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_history-hdg > span {
    max-width: 370px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_history-hdg > span {
    width: 55.2%;
  }
}
.l_contents .p-whats-kei-ev_history-txt {
  width: 25.833333333333336%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_history-txt {
    width: 50.76923076923077%;
  }
}
.l_contents .p-whats-kei-ev_history-lead {
  margin-top: 2.083333333333333%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_history-lead {
    margin-top: 4.615384615384616%;
  }
}
.l_contents .p-whats-kei-ev_history-list {
  background-color: #fff;
  border-radius: 0.714285714285714vw;
  margin-top: 3.333333333333333%;
  padding: 4% 5% 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 1401px) {
  .l_contents .p-whats-kei-ev_history-list {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_history-list {
    margin-top: 6.153846153846154%;
    padding: 9% 5% 10%;
  }
}
.l_contents .p-whats-kei-ev_history-list.is-active .p-whats-kei-ev_history-item_car_img,
.l_contents .p-whats-kei-ev_history-list.is-active .p-whats-kei-ev_history-item_name {
  opacity: 1;
}
.l_contents .p-whats-kei-ev_history-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_history-item {
    width: 40%;
  }
}
.l_contents .p-whats-kei-ev_history-item:last-child .p-whats-kei-ev_history-item_year:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_history-item + .p-whats-kei-ev_history-item {
    margin-left: 5%;
  }
}
.l_contents .p-whats-kei-ev_history-item + .p-whats-kei-ev_history-item:nth-child(6n) .p-whats-kei-ev_history-item_year:before {
  width: 65%;
  right: -84%;
}
.l_contents .p-whats-kei-ev_history-item + .p-whats-kei-ev_history-item:nth-child(7) {
  margin-left: 0;
}
.l_contents .p-whats-kei-ev_history-item + .p-whats-kei-ev_history-item:nth-child(7) .p-whats-kei-ev_history-item_year:after {
  width: 65%;
  opacity: 1;
}
.l_contents .p-whats-kei-ev_history-item + .p-whats-kei-ev_history-item:nth-child(n+7) {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_history-item:nth-child(n+3) {
    margin-top: 30px;
  }
  .l_contents .p-whats-kei-ev_history-item:nth-child(2n) {
    margin-left: 14%;
  }
  .l_contents .p-whats-kei-ev_history-item:nth-child(2n) .p-whats-kei-ev_history-item_year:before {
    width: 65%;
    right: -91%;
  }
  .l_contents .p-whats-kei-ev_history-item:nth-child(2n-1) .p-whats-kei-ev_history-item_year:after {
    opacity: 1;
  }
  .l_contents .p-whats-kei-ev_history-item:nth-child(1) .p-whats-kei-ev_history-item_year:after {
    opacity: 0;
  }
}
.l_contents .p-whats-kei-ev_history-item:nth-child(1) .p-whats-kei-ev_history-item_car_img,
.l_contents .p-whats-kei-ev_history-item:nth-child(1) .p-whats-kei-ev_history-item_name {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.l_contents .p-whats-kei-ev_history-item:nth-child(2) .p-whats-kei-ev_history-item_car_img,
.l_contents .p-whats-kei-ev_history-item:nth-child(2) .p-whats-kei-ev_history-item_name {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.l_contents .p-whats-kei-ev_history-item:nth-child(3) .p-whats-kei-ev_history-item_car_img,
.l_contents .p-whats-kei-ev_history-item:nth-child(3) .p-whats-kei-ev_history-item_name {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.l_contents .p-whats-kei-ev_history-item:nth-child(4) .p-whats-kei-ev_history-item_car_img,
.l_contents .p-whats-kei-ev_history-item:nth-child(4) .p-whats-kei-ev_history-item_name {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.l_contents .p-whats-kei-ev_history-item:nth-child(5) .p-whats-kei-ev_history-item_car_img,
.l_contents .p-whats-kei-ev_history-item:nth-child(5) .p-whats-kei-ev_history-item_name {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.l_contents .p-whats-kei-ev_history-item:nth-child(6) .p-whats-kei-ev_history-item_car_img,
.l_contents .p-whats-kei-ev_history-item:nth-child(6) .p-whats-kei-ev_history-item_name {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.l_contents .p-whats-kei-ev_history-item:nth-child(7) .p-whats-kei-ev_history-item_car_img,
.l_contents .p-whats-kei-ev_history-item:nth-child(7) .p-whats-kei-ev_history-item_name {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.l_contents .p-whats-kei-ev_history-item:nth-child(8) .p-whats-kei-ev_history-item_car_img,
.l_contents .p-whats-kei-ev_history-item:nth-child(8) .p-whats-kei-ev_history-item_name {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.l_contents .p-whats-kei-ev_history-item:nth-child(9) .p-whats-kei-ev_history-item_car_img,
.l_contents .p-whats-kei-ev_history-item:nth-child(9) .p-whats-kei-ev_history-item_name {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.l_contents .p-whats-kei-ev_history-item:nth-child(10) .p-whats-kei-ev_history-item_car_img,
.l_contents .p-whats-kei-ev_history-item:nth-child(10) .p-whats-kei-ev_history-item_name {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.l_contents .p-whats-kei-ev_history-item:nth-child(11) .p-whats-kei-ev_history-item_car_img,
.l_contents .p-whats-kei-ev_history-item:nth-child(11) .p-whats-kei-ev_history-item_name {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.l_contents .p-whats-kei-ev_history-item:nth-child(12) .p-whats-kei-ev_history-item_car_img,
.l_contents .p-whats-kei-ev_history-item:nth-child(12) .p-whats-kei-ev_history-item_name {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.l_contents .p-whats-kei-ev_history-item:nth-child(13) .p-whats-kei-ev_history-item_car_img,
.l_contents .p-whats-kei-ev_history-item:nth-child(13) .p-whats-kei-ev_history-item_name {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.l_contents .p-whats-kei-ev_history-item_year {
  position: relative;
  width: 49%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_history-item_year {
    width: 43%;
  }
}
.l_contents .p-whats-kei-ev_history-item_year:before,
.l_contents .p-whats-kei-ev_history-item_year:after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 126%;
  height: 1px;
  background-color: #000;
}
.l_contents .p-whats-kei-ev_history-item_year:before {
  right: -161%;
}
.l_contents .p-whats-kei-ev_history-item_year:after {
  width: 65%;
  left: -94%;
  opacity: 0;
}
.l_contents .p-whats-kei-ev_history-item_name {
  position: absolute;
  top: 5px;
  left: 50%;
  padding-top: 20%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.928571428571429vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1vw;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 1401px) {
  .l_contents .p-whats-kei-ev_history-item_name {
    font-size: 13px;
    line-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_history-item_name {
    font-size: 3.2vw;
    line-height: 3.733333333333334vw;
    padding-top: 15%;
  }
}
.l_contents .p-whats-kei-ev_history-item_car {
  background-color: #f6f2ef;
  border-radius: 50%;
  width: 9.142857142857142vw;
  min-width: 110px;
  height: 9.142857142857142vw;
  min-height: 110px;
  margin: 14px auto 0;
}
@media screen and (min-width: 1401px) {
  .l_contents .p-whats-kei-ev_history-item_car {
    width: 128px;
    height: 128px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_history-item_car {
    width: 32.266666666666666vw;
    height: 32.266666666666666vw;
    margin-top: 10px;
  }
}
.l_contents .p-whats-kei-ev_history-item_car_img {
  position: absolute;
  top: 0;
  left: 50%;
  padding-top: 37%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 121.09375%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_history-item_car_img {
    width: 115.38461538461537%;
  }
}
.l_contents .p-whats-kei-ev_history-commingsoon {
  width: 53.666666666666664%;
  margin: 5.583333333333333% auto 0;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_history-commingsoon {
    width: 100%;
    margin-top: 9.230769230769232%;
  }
}
.l_contents .p-whats-kei-ev_history-message {
  width: 61.083333333333336%;
  -webkit-transform: translateX(2.728512960436562%);
  transform: translateX(2.728512960436562%);
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_history-message {
    width: 98.76923076923076%;
    -webkit-transform: translateX(1.557632398753894%);
    transform: translateX(1.557632398753894%);
  }
}
.l_contents .p-whats-kei-ev_cost {
  background-size: auto auto;
  background-color: #fff;
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 3px, #f1ebff 3px, #f1ebff 6px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #f1ebff 3px, #f1ebff 6px);
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_cost {
    background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 2px, #f1ebff 2px, #f1ebff 4px);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #f1ebff 2px, #f1ebff 4px);
  }
}
.l_contents .p-whats-kei-ev_cost-hdg > span {
  width: 45.357142857142854%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_cost-hdg > span {
    max-width: 635px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_cost-hdg > span {
    width: 84.8%;
  }
}
.l_contents .p-whats-kei-ev_cost-content {
  padding-bottom: 6.25%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_cost-content {
    padding-bottom: 9.230769230769232%;
  }
}
.l_contents .p-whats-kei-ev_cost-txt {
  width: 40.666666666666664%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_cost-txt {
    width: 80%;
  }
}
.l_contents .p-whats-kei-ev_cost-figure {
  width: 100%;
  margin-top: 3.333333333333333%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_cost-figure {
    margin-top: 6.153846153846154%;
  }
}
.l_contents .p-whats-kei-ev_cost-message {
  padding-bottom: 0;
}
.l_contents .p-whats-kei-ev_cost-comment {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_cost-comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_cost-comment {
    margin-top: 3.076923076923077%;
  }
}
.l_contents .p-whats-kei-ev_back {
  margin: 0 auto;
  width: 26.142857142857146%;
  margin-top: 6.071428571428571%;
}
@media screen and (min-width: 1401px) {
  .l_contents .p-whats-kei-ev_back {
    margin-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_back {
    width: 86.66666666666667%;
    margin-top: 15.384615384615385%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_back > a {
    padding-left: 2.142857142857143vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-whats-kei-ev_back > a {
    padding-left: 25.714px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_back > a {
    line-height: 1.666666666666667;
    padding: 4vw 0 4vw 5.333333333333334vw;
    letter-spacing: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.l_contents .p-whats-kei-ev_snowdriving {
  background-size: auto auto;
  background-color: #fff;
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 3px, #dbf2d9 3px, #dbf2d9 6px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #dbf2d9 3px, #dbf2d9 6px);
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving {
    background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 2px, #dbf2d9 2px, #dbf2d9 4px);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #dbf2d9 2px, #dbf2d9 4px);
  }
}
.l_contents .p-whats-kei-ev_snowdriving-hdg > span {
  width: 36.42857142857142%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_snowdriving-hdg > span {
    max-width: 510px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-hdg > span {
    width: 68.26666666666667%;
  }
}
.l_contents .p-whats-kei-ev_snowdriving-movies {
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_snowdriving-movies {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-movies {
    margin-top: 4.923076923076923%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_snowdriving-movies > li {
    width: 48.083333333333336%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-movies > li + li {
    margin-top: 5.538461538461538%;
  }
}
.l_contents .p-whats-kei-ev_snowdriving-movie_thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-movie_thumb {
    border-radius: 1.866666666666667vw;
  }
}
.l_contents .p-whats-kei-ev_snowdriving-movie_thumb:before {
  content: '';
  display: block;
  width: 18.19757365684575%;
  padding-top: 18.19757365684575%;
  background: url("/lineup/ek_x_ev/special/assets/images/whats_kei_ev/icon_snowdriving-movie.svg") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l_contents .p-whats-kei-ev_snowdriving-movie_thumb:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.l_contents .p-whats-kei-ev_snowdriving-movie_title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #45aa3a;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-movie_title {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 1.846153846153846%;
  }
}
.l_contents .p-whats-kei-ev_snowdriving-points {
  margin-top: 35px;
  background-color: #fff;
  border-radius: 10px;
  padding: 3.333333333333333% 7.333333333333333% 6.166666666666667%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-points {
    margin-top: 5.230769230769231%;
    padding: 9.230769230769232%;
  }
}
.l_contents .p-whats-kei-ev_snowdriving-points_hdg {
  width: 30.46875%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-points_hdg {
    width: 63.0188679245283%;
  }
}
.l_contents .p-whats-kei-ev_snowdriving-points_list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_snowdriving-points_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-points_list {
    margin-top: 7.924528301886792%;
  }
}
.l_contents .p-whats-kei-ev_snowdriving-points_list > li {
  background-color: #dbf2d9;
  border-radius: 10px;
  padding: 21px 0 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_snowdriving-points_list > li {
    width: 29.296875%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-points_list > li {
    padding: 9.056603773584905% 0 7.924528301886792%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-points_list > li + li {
    margin-top: 7.547169811320755%;
  }
}
.l_contents .p-whats-kei-ev_snowdriving-points_head {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-points_head {
    padding-bottom: 7.169811320754717%;
  }
}
.l_contents .p-whats-kei-ev_snowdriving-points_head:before {
  content: '';
  display: block;
  width: 220px;
  padding-top: 2px;
  background-color: #45aa3a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-points_head:before {
    width: 71.69811320754717%;
  }
}
.l_contents .p-whats-kei-ev_snowdriving-points_head > p {
  margin: 0 auto;
}
.l_contents .p-whats-kei-ev_snowdriving-points_head--1 > p {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-points_head--1 > p {
    width: 37.735849056603776%;
  }
}
.l_contents .p-whats-kei-ev_snowdriving-points_head--2 > p,
.l_contents .p-whats-kei-ev_snowdriving-points_head--3 > p {
  width: 134px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-points_head--2 > p,
  .l_contents .p-whats-kei-ev_snowdriving-points_head--3 > p {
    width: 41.509433962264154%;
  }
}
.l_contents .p-whats-kei-ev_snowdriving-points_text {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-points_text {
    font-size: 3.733333333333334vw;
    line-height: 1.428571428571429;
    margin-top: 7.924528301886792%;
  }
}
.l_contents .p-whats-kei-ev_snowdriving-points_comment {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #45aa3a;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-points_comment {
    font-size: 3.2vw;
    line-height: 1.416666666666667;
  }
}
.l_contents .p-whats-kei-ev_snowdriving-mores {
  margin-top: 7.5%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-mores {
    margin-top: 9.230769230769232%;
  }
}
.l_contents .p-whats-kei-ev_snowdriving-mores_hdg {
  width: 37.833333333333336%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-mores_hdg {
    width: 74.46153846153845%;
  }
}
.l_contents .p-whats-kei-ev_snowdriving-mores_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3.166666666666667%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-mores_list {
    margin-top: 5.538461538461538%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.l_contents .p-whats-kei-ev_snowdriving-mores_list > li {
  width: 23.166666666666664%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-mores_list > li {
    width: 47.69230769230769%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-mores_list > li:nth-child(n+3) {
    margin-top: 5.230769230769231%;
  }
}
.l_contents .p-whats-kei-ev_snowdriving-more_name {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_snowdriving-more_name {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-more_name {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.l_contents .p-whats-kei-ev_snowdriving-more_name > span > span {
  display: inline-block;
}
.l_contents .p-whats-kei-ev_snowdriving-more_img {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-more_img {
    margin-top: 4.516129032258064%;
  }
}
.l_contents .p-whats-kei-ev_snowdriving-more_btn {
  background-color: #45aa3a;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-more_btn {
    font-size: 3.2vw;
    margin-top: 6.451612903225806%;
    padding: 7.096774193548387% 6.451612903225806% 7.096774193548387% 0;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_snowdriving-more_btn:before {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.l_contents .p-whats-kei-ev_modal.is-open .slick-slide.is-gif-loaded .p-whats-kei-ev_carousel-content_img img {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_modal-wrap {
    max-width: 1088px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_modal-wrap {
    width: 86.66666666666667vw;
  }
}
.l_contents .p-whats-kei-ev_modal-content {
  margin: 75px 87px;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_modal-content {
    width: 870px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_modal-content {
    margin: 7.692307692307693% 0 15.384615384615385%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_carousel {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_carousel {
    margin-bottom: 74px !important;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_carousel .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l_contents .p-whats-kei-ev_carousel .slick-arrow {
  width: 6.091954022988506%;
  top: 50%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_carousel .slick-arrow {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_carousel .slick-arrow {
    top: 100%;
    width: 11.692307692307692%;
    margin-top: 25px;
  }
}
.l_contents .p-whats-kei-ev_carousel .slick-arrow:before {
  content: '';
  width: 100%;
  padding-top: 100%;
  display: block;
  background: url("/lineup/ek_x_ev/special/assets/images/whats_kei_ev/icon_arrow.png") no-repeat center;
  background-size: 100% 100%;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_carousel .slick-arrow:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .l_contents .p-whats-kei-ev_carousel .slick-arrow:hover:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.l_contents .p-whats-kei-ev_carousel .slick-arrow.slick-prev {
  left: -10%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_carousel .slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}
.l_contents .p-whats-kei-ev_carousel .slick-arrow.slick-next {
  right: -10%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_carousel .slick-arrow.slick-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.l_contents .p-whats-kei-ev_carousel .slick-dots {
  bottom: -53px;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_carousel .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32.53333333333333vw;
    left: 0;
    right: 0;
    margin: 25px auto 0;
    bottom: auto;
    top: 100%;
    padding-top: 1.846153846153846%;
  }
}
.l_contents .p-whats-kei-ev_carousel .slick-dots > li {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0;
  background-color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_carousel .slick-dots > li {
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
  }
}
.l_contents .p-whats-kei-ev_carousel .slick-dots > li.slick-active {
  background-color: #fdd23b;
}
.l_contents .p-whats-kei-ev_carousel .slick-dots > li > button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.l_contents .p-whats-kei-ev_carousel .slick-dots > li > button:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_carousel .slick-dots > li:not(.slick-active):hover {
    opacity: 0.7;
  }
}
.l_contents .p-whats-kei-ev_carousel .slick-dots > li + li {
  margin-left: 13px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_carousel .slick-dots > li + li {
    margin-left: 2.933333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_carousel .slick-dots > li:nth-child(8) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_carousel .slick-dots > li:nth-child(n+8) {
    margin-top: 2.666666666666667vw;
  }
}
.l_contents .p-whats-kei-ev_carousel-content__4 .p-whats-kei-ev_carousel-content_img,
.l_contents .p-whats-kei-ev_carousel-content__10 .p-whats-kei-ev_carousel-content_img {
  padding: 45px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_carousel-content__4 .p-whats-kei-ev_carousel-content_img,
  .l_contents .p-whats-kei-ev_carousel-content__10 .p-whats-kei-ev_carousel-content_img {
    padding: 25px;
  }
}
.l_contents .p-whats-kei-ev_carousel-content_inner {
  background-color: #fff;
  border-radius: 100vh 100vh 100vh 1.428571428571429vw;
  position: relative;
  padding: 4.597701149425287% 0 2.988505747126437%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_carousel-content_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_carousel-content_inner {
    border-radius: 100vh 100vh 10.666666666666668vw 10.666666666666668vw;
    padding-bottom: 10.461538461538462%;
  }
}
.l_contents .p-whats-kei-ev_carousel-content_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_carousel-content_img {
    width: 35.63218390804598%;
  }
}
.l_contents .p-whats-kei-ev_carousel-content_img > span {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_carousel-content_img > span {
    width: 76.92307692307693%;
    padding-top: 77%;
  }
}
.l_contents .p-whats-kei-ev_carousel-content_img > span > img {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.l_contents .p-whats-kei-ev_carousel-content_img:before {
  content: '';
  display: block;
  width: 0.645161290322581%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("/lineup/ek_x_ev/special/assets/images/whats_kei_ev/bg_line.png") repeat-y;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_carousel-content_img:before {
    height: 73.6vw;
    width: 0.533333333333333vw;
    -webkit-transform: rotate(-90deg) translateY(50%);
    transform: rotate(-90deg) translateY(50%);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    right: 50%;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_carousel-content_img.is-7 img {
    overflow: hidden;
    border-radius: 100vh 100vh 0 0;
  }
  .l_contents .p-whats-kei-ev_carousel-content_img.is-7:before {
    bottom: 0.533333333333333vw;
  }
}
.l_contents .p-whats-kei-ev_carousel-content_txt {
  padding: 1.494252873563218% 0 2.068965517241379%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_carousel-content_txt {
    width: 45.97701149425287%;
    margin-left: 3.448275862068965%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_carousel-content_txt {
    padding: 23px 6.153846153846154% 0;
  }
}
.l_contents .p-whats-kei-ev_carousel-content_txt-hdg {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1em;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 55px;
  position: relative;
  min-height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_carousel-content_txt-hdg {
    width: 87.5%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_carousel-content_txt-hdg {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.1em;
    font-weight: 600;
    min-height: 42px;
  }
}
.l_contents .p-whats-kei-ev_carousel-content_txt-hdg_icon {
  content: '';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 37px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l_contents .p-whats-kei-ev_carousel-content_txt-hdg_icon > .u-svg-wrap {
  padding-top: 142.76094276094278%;
}
.l_contents .p-whats-kei-ev_carousel-content_txt-desc {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: justify;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_carousel-content_txt-desc {
    font-size: 10px;
    line-height: 21px;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-top: 15px;
  }
}
.l_contents .p-whats-kei-ev_carousel-content_txt-desc > sup {
  display: inline-block;
  font-size: smaller;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_carousel-content_txt-desc > sup {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
.l_contents .p-whats-kei-ev_carousel-content_txt-desc > a {
  color: #000;
  text-decoration: underline;
}
.l_contents .p-whats-kei-ev_carousel-content_btn {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_carousel-content_btn {
    margin-top: 24px;
  }
}
.l_contents .p-whats-kei-ev_carousel-content_btn > a {
  padding: 18px 31px 21px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_carousel-content_btn > a {
    padding: 11px 0 9px;
    font-size: 12px;
    line-height: 17px;
  }
}
.l_contents .p-whats-kei-ev_carousel-content_btn > a:before {
  width: 27px;
  height: 27px;
  right: 12px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.l_contents .p-whats-kei-ev_modal-btn_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 13.10344827586207%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l_contents .p-whats-kei-ev_modal-btn_close {
    width: 24%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-whats-kei-ev_modal-btn_close:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes show-bounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes show-bounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.l_contents .p-ek-x-ev-movie_inner {
  max-width: 1200px;
  padding: 0 3.571428571428571%;
  margin: 0 auto;
  -webkit-box-sizing: initial !important;
  box-sizing: initial !important;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_inner {
    padding: 0 2.666666666666667%;
  }
}
.l_contents .p-ek-x-ev-movie_lead {
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
  padding: 75px 0;
  color: #262626;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_lead {
    font-size: 14px;
    line-height: 34.4px;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding: 35px 0;
  }
}
.l_contents .p-ek-x-ev-movie_content {
  background-color: #000;
}
.l_contents .p-ek-x-ev-movie_content-inner {
  padding: 9.166666666666666% 0 6.833333333333333%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_content-inner {
    padding: 13.239436619718308% 0 11.267605633802818%;
  }
}
.l_contents .p-ek-x-ev-movie_section + .p-ek-x-ev-movie_section {
  margin-top: 8.75%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_section + .p-ek-x-ev-movie_section {
    margin-top: 22.535211267605636%;
  }
}
.l_contents .p-ek-x-ev-movie_hdg {
  width: 40%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
  position: relative;
  padding-bottom: 2.083333333333333%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_hdg {
    width: 94.36619718309859%;
    padding-bottom: 5.915492957746479%;
  }
}
.l_contents .p-ek-x-ev-movie_hdg:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 12.5%;
  padding-top: 1px;
  background-color: #e60012;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_hdg:before {
    width: 17.91044776119403%;
  }
}
.l_contents .p-ek-x-ev-movie_hdg > span {
  display: inline-block;
}
.l_contents .p-ek-x-ev-movie_hdg--tvcm > span {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_hdg--tvcm > span {
    width: 20%;
  }
}
.l_contents .p-ek-x-ev-movie_hdg--making-interview > span {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_hdg--making-interview > span {
    width: 80%;
  }
}
.l_contents .p-ek-x-ev-movie_hdg--web-movie > span {
  width: 31.666666666666664%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_hdg--web-movie > span {
    width: 42.08955223880597%;
  }
}
.l_contents .p-ek-x-ev-movie_hdg--cast > span {
  width: 13.750000000000002%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_hdg--cast > span {
    width: 18.208955223880597%;
  }
}
.l_contents .p-ek-x-ev-movie_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4.166666666666666%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_list {
    margin-top: 11.267605633802818%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-movie_list > li {
    width: 48.5%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_list > li + li {
    margin-top: 10.422535211267606%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-movie_list > li:nth-child(n+3) {
    margin-top: 3%;
  }
}
.l_contents .p-ek-x-ev-movie_thumb.is-coming-soon .p-ek-x-ev-movie_thumb-img {
  cursor: default;
}
.l_contents .p-ek-x-ev-movie_thumb.is-coming-soon .p-ek-x-ev-movie_thumb-img:before {
  display: none;
}
.l_contents .p-ek-x-ev-movie_thumb:hover .p-ek-x-ev-movie_thumb-img:before {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.l_contents .p-ek-x-ev-movie_thumb-img {
  position: relative;
  cursor: pointer;
}
.l_contents .p-ek-x-ev-movie_thumb-img:before {
  content: '';
  display: block;
  width: 13.745704467353953%;
  padding-top: 13.745704467353953%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("/lineup/ek_x_ev/special/assets/images/movie/icon_play.svg") no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l_contents .p-ek-x-ev-movie_thumb-txt {
  font-size: 18px;
  line-height: 35px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_thumb-txt {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    margin-top: 9px;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-movie_cast {
    margin-top: 7.083333333333333% !important;
  }
}
.l_contents .p-ek-x-ev-movie_cast-content {
  margin: 5.416666666666667% auto 0;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.05em;
  color: #fff;
}
.l_contents .p-ek-x-ev-movie_cast-content:after {
  display: block;
  clear: both;
  content: '';
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-movie_cast-content {
    width: 788px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_cast-content {
    font-size: 14px;
    line-height: 25px;
    margin-top: 11.267605633802818%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-movie_cast-img,
  .l_contents .p-ek-x-ev-movie_cast-name,
  .l_contents .p-ek-x-ev-movie_cast-plofile,
  .l_contents .p-ek-x-ev-movie_cast-desc {
    float: left;
    width: 376px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_cast-img,
  .l_contents .p-ek-x-ev-movie_cast-name {
    float: left;
  }
}
.l_contents .p-ek-x-ev-movie_cast-img {
  margin-right: 36px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_cast-img {
    margin-right: 0;
    width: 45.07042253521127%;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_cast-name {
    padding-top: 65.07042253521126%;
    position: relative;
    width: 47.88732394366197%;
    margin-left: 5.070422535211268%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_cast-name > p {
    position: absolute;
    top: 50%;
    left: 0;
  }
}
.l_contents .p-ek-x-ev-movie_cast-name_ja {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-movie_cast-name_ja {
    margin-top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_cast-name_ja {
    font-size: 24px;
    line-height: 24px;
    -webkit-transform: translateY(-50%) translateY(-15px);
    transform: translateY(-50%) translateY(-15px);
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-movie_cast-name_en {
    width: 256px;
    margin-top: 27px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_cast-name_en {
    width: 94.11764705882352%;
    max-width: 167px;
    -webkit-transform: translateY(-50%) translateY(23px) translateX(1px);
    transform: translateY(-50%) translateY(23px) translateX(1px);
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-ek-x-ev-movie_cast-plofile {
    margin-top: 46px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_cast-plofile {
    clear: both;
  }
}
.l_contents .p-ek-x-ev-movie_cast-plofile td:first-child {
  width: 111px;
}
.l_contents .p-ek-x-ev-movie_cast-desc {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_cast-desc {
    margin-top: 16px;
  }
}
.l_contents .p-ek-x-ev-movie_caution {
  font-size: 12px;
  line-height: calc(28.8 / 12);
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: right;
  margin-top: 50px;
  color: #e3e3e3;
}
@media screen and (max-width: 767px) {
  .l_contents .p-ek-x-ev-movie_caution {
    font-size: 10px;
    line-height: 28.8px;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
  }
}
.l_contents .u-bg-skew-gray {
  position: relative;
}
.l_contents .u-bg-skew-gray:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ededed;
  -webkit-transform: skewY(-4.1deg);
  transform: skewY(-4.1deg);
}
.l_contents .p-sennyu_report_btn {
  display: block;
  color: #fff;
  position: relative;
  padding: 1.25em 1.65em;
  background-color: #000;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  border: 1px #000 solid;
  font-size: clamp(20px, 1.428571428571429vw, 22px);
  line-height: 1;
  letter-spacing: -0.08em;
  font-weight: 900;
  text-decoration: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report_btn {
    font-size: 1.428571428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_btn {
    padding: 1.222222222222222em;
    font-size: min(4.8vw, 20px);
    letter-spacing: -0.04em;
  }
}
.l_contents .p-sennyu_report_btn:before {
  content: '';
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
}
.l_contents .p-sennyu_report_btn > span {
  display: block;
  position: relative;
  text-align: center;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  -webkit-filter: invert(0);
  filter: invert(0);
  will-change: filter;
}
.l_contents .p-sennyu_report_btn > span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.888888888888889em;
  height: 100%;
  background: url("/lineup/ek_x_ev/special/assets/images/sennyu_report/icon_arrow.svg") no-repeat center;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report_btn:hover:before {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report_btn:hover > span {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
}
.l_contents .p-sennyu_report_btn--back > span:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: auto;
  left: 0;
}
.l_contents .p-sennyu_report_fade-in {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.l_contents .p-sennyu_report_fade-in.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.l_contents .p-sennyu_report_fade-in.is-active .p-sennyu_report_wipe-line:before,
.l_contents .p-sennyu_report_fade-in.is-active .p-sennyu_report_wipe-line > span:before {
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}
.l_contents .p-sennyu_report_wipe-in > span,
.l_contents .p-sennyu_report_wipe-in_no-delay > span {
  position: relative;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s 0.5s;
  transition: -webkit-transform 0.3s 0.5s;
  transition: transform 0.3s 0.5s;
  transition: transform 0.3s 0.5s, -webkit-transform 0.3s 0.5s;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.l_contents .p-sennyu_report_wipe-in > span:before,
.l_contents .p-sennyu_report_wipe-in_no-delay > span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s 0.8s;
  transition: -webkit-transform 0.3s 0.8s;
  transition: transform 0.3s 0.8s;
  transition: transform 0.3s 0.8s, -webkit-transform 0.3s 0.8s;
}
.l_contents .p-sennyu_report_wipe-in_no-delay > span {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.l_contents .p-sennyu_report_wipe-in_no-delay > span:before {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.l_contents .p-sennyu_report_wipe-line:before,
.l_contents .p-sennyu_report_wipe-line > span:before {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  -webkit-transition: -webkit-transform 0.5s 0.5s;
  transition: -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}
.l_contents .p-sennyu_report_fade-in.is-active .p-sennyu_report_wipe-in > span,
.l_contents .p-sennyu_report_fade-in.is-active .p-sennyu_report_wipe-in_no-delay > span,
.l_contents .p-sennyu_report_wipe-in.is-active > span,
.l_contents .p-sennyu_report_wipe-in_no-delay.is-active > span {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.l_contents .p-sennyu_report_fade-in.is-active .p-sennyu_report_wipe-in > span:before,
.l_contents .p-sennyu_report_fade-in.is-active .p-sennyu_report_wipe-in_no-delay > span:before,
.l_contents .p-sennyu_report_wipe-in.is-active > span:before,
.l_contents .p-sennyu_report_wipe-in_no-delay.is-active > span:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.l_contents .p-sennyu_report {
  font-family: 'Noto Sans Japanese', sans-serif;
  overflow-x: hidden;
}
.l_contents .p-sennyu_report a {
  text-decoration: none !important;
}
.l_contents .p-sennyu_report_kv {
  position: relative;
  overflow: hidden;
}
.l_contents .p-sennyu_report_kv:not(.is-show) .p-sennyu_report_kv-logo,
.l_contents .p-sennyu_report_kv:not(.is-show) .p-sennyu_report_kv-scroll {
  opacity: 0;
}
.l_contents .p-sennyu_report_kv-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.l_contents .p-sennyu_report_kv-overlay > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  background-color: #fff;
  position: relative;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.7, 0, 0.3, 1) 1.5s;
  transition: -webkit-transform 1s cubic-bezier(0.7, 0, 0.3, 1) 1.5s;
  transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1) 1.5s;
  transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1) 1.5s, -webkit-transform 1s cubic-bezier(0.7, 0, 0.3, 1) 1.5s;
}
.l_contents .p-sennyu_report_kv-overlay > span:before {
  content: '';
  display: block;
  position: absolute;
  width: 200%;
  height: 10%;
  background: url("/lineup/ek_x_ev/special/assets/images/sennyu_report/txt_kv-label.svg") repeat-x center;
  background-size: auto 100%;
  -webkit-transition: -webkit-transform 20s linear;
  transition: -webkit-transform 20s linear;
  transition: transform 20s linear;
  transition: transform 20s linear, -webkit-transform 20s linear;
}
.l_contents .p-sennyu_report_kv-overlay > span:first-of-type:before {
  bottom: 2.5%;
  left: 0;
}
.l_contents .p-sennyu_report_kv-overlay > span:last-of-type:before {
  top: 2.5%;
  right: 0;
}
.l_contents .p-sennyu_report_kv-overlay.is-open > span:first-of-type {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.l_contents .p-sennyu_report_kv-overlay.is-open > span:first-of-type:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l_contents .p-sennyu_report_kv-overlay.is-open > span:last-of-type {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.l_contents .p-sennyu_report_kv-overlay.is-open > span:last-of-type:before {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.l_contents .p-sennyu_report_kv-img .u-is-pc img,
.l_contents .p-sennyu_report_kv-img .u-is-sp img {
  -webkit-animation-name: kvImgChange;
  animation-name: kvImgChange;
  -webkit-animation-duration: 21s;
  animation-duration: 21s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.l_contents .p-sennyu_report_kv-img .u-is-pc img:nth-of-type(2),
.l_contents .p-sennyu_report_kv-img .u-is-sp img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
.l_contents .p-sennyu_report_kv-img .u-is-pc img:nth-of-type(3),
.l_contents .p-sennyu_report_kv-img .u-is-sp img:nth-of-type(3) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}
.l_contents .p-sennyu_report_kv-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 43%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_kv-logo {
    width: 96%;
  }
}
.l_contents .p-sennyu_report_kv-scroll {
  position: absolute;
  bottom: 0;
  right: 4%;
  width: 1.357142857142857%;
  -webkit-transition: opacity 0.3s 1.5s;
  transition: opacity 0.3s 1.5s;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_kv-scroll {
    right: 3.733333333333334%;
    width: 3.2%;
  }
}
.l_contents .p-sennyu_report_lead {
  padding: 9.298245614035087% 0 max(13.333333333333334%, 152px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_lead {
    padding: 16.119402985074625% 0 40%;
  }
}
.l_contents .p-sennyu_report_lead-txt {
  text-align: center;
  font-size: clamp(36px, 2.571428571428571vw, 41px);
  line-height: 1.2;
  letter-spacing: -0.08em;
  font-weight: 900;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report_lead-txt {
    font-size: 2.571428571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_lead-txt {
    font-size: min(5.866666666666666vw, 36px);
    line-height: 1.2;
  }
}
.l_contents .p-sennyu_report_lead-txt + .p-sennyu_report_lead-txt {
  margin-top: 29px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_lead-txt + .p-sennyu_report_lead-txt {
    margin-top: 0.954545454545455em;
  }
}
.l_contents .p-sennyu_report_lead-txt > p > span {
  display: block;
  height: 1.2em;
}
.l_contents .p-sennyu_report_lead-txt > p > span:after {
  content: '|';
  display: inline-block;
  -webkit-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
  opacity: 0;
}
.l_contents .p-sennyu_report_lead-txt > p > span.is-active:after {
  opacity: 1;
}
.l_contents .p-sennyu_report_thumb-wrap {
  position: relative;
}
.l_contents .p-sennyu_report_car {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 27.714285714285715%;
  padding-right: min(2.285714285714286%, 36.563px);
  margin-top: max(-10.714285714285714%, -171.422px);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translate(0%, 0px) scale(1);
  transform: translate(0%, 0px) scale(1);
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report_car {
    max-width: 443.42px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_car {
    width: 83.2%;
    padding-right: 16.266666666666666%;
    margin-top: -21.866666666666667%;
  }
}
.l_contents .p-sennyu_report_car > span {
  display: block;
}
.l_contents .p-sennyu_report_car:not(.is-active) {
  -webkit-transform: translate(100%, -30px) scale(0.8);
  transform: translate(100%, -30px) scale(0.8);
}
.l_contents .p-sennyu_report_car:not(.is-active) .p-sennyu_report_car-logo {
  opacity: 0;
}
.l_contents .p-sennyu_report_car-logo {
  width: 55.0561797752809%;
  margin: 10px auto 0;
  -webkit-transition: opacity 0.5s 0.8s;
  transition: opacity 0.5s 0.8s;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_car-logo {
    width: 56.39999999999999%;
    margin-top: 4%;
  }
}
.l_contents .p-sennyu_report_thumb:nth-of-type(even) {
  position: relative;
}
.l_contents .p-sennyu_report_thumb:nth-of-type(even):before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ededed;
  -webkit-transform: skewY(-4.1deg);
  transform: skewY(-4.1deg);
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_thumb:nth-of-type(2) .p-sennyu_report_thumb_inner {
    padding-top: 44.47761194029851%;
  }
}
.l_contents .p-sennyu_report_thumb_inner {
  padding: 100px 0 130px;
}
.l_contents .p-sennyu_report_thumb_inner:after {
  display: block;
  clear: both;
  content: '';
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_thumb_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 22.08955223880597% 0 19.701492537313435%;
  }
}
.l_contents .p-sennyu_report_thumb_inner:not(.is-active) .p-sennyu_report_thumb-img,
.l_contents .p-sennyu_report_thumb_inner:not(.is-active) .p-sennyu_report_thumb-content_inner {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.l_contents .p-sennyu_report_thumb-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report_thumb-head {
    width: 65.52631578947368%;
    padding-left: 5.350877192982456%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_thumb-head {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.l_contents .p-sennyu_report_thumb-logo {
  width: 33.965014577259474%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_thumb-logo {
    width: 39.1044776119403%;
  }
}
.l_contents .p-sennyu_report_thumb-num {
  margin-left: 4.373177842565598%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_thumb-num {
    margin-left: 4.776119402985075%;
  }
}
.l_contents .p-sennyu_report_thumb-num__1 {
  width: 25.218658892128282%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_thumb-num__1 {
    width: 27.46268656716418%;
  }
}
.l_contents .p-sennyu_report_thumb-num__2 {
  width: 30.612244897959183%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_thumb-num__2 {
    width: 33.43283582089553%;
  }
}
.l_contents .p-sennyu_report_thumb-num__3 {
  width: 29.591836734693878%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_thumb-num__3 {
    width: 32.23880597014925%;
  }
}
.l_contents .p-sennyu_report_thumb-content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report_thumb-content {
    width: 43.42105263157895%;
    margin-right: -9.035087719298247%;
    -webkit-transform: translateX(-19.79591836734694%);
    transform: translateX(-19.79591836734694%);
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_thumb-content {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report_thumb-content.is-sendai {
    width: 45.614035087719294%;
    margin-right: -11.403508771929824%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report_thumb-content.is-nagano {
    width: 47.80701754385965%;
    margin-right: -14.035087719298245%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report_thumb-content.is-sendai .p-sennyu_report_thumb-hdg {
    letter-spacing: -0.04em;
    width: 104.04040404040404%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_thumb-content.is-sendai .p-sennyu_report_thumb-hdg span:nth-child(2) {
    padding: 0 0.184210526315789em 0 0.263157894736842em;
    border-right: none;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report_thumb-content.is-nagano .p-sennyu_report_thumb-hdg {
    letter-spacing: -0.04em;
    width: 109.09090909090908%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_thumb-content.is-nagano .p-sennyu_report_thumb-hdg span:nth-child(2) {
    padding: 0 0.184210526315789em 0 0.263157894736842em;
    border-right: none;
  }
}
.l_contents .p-sennyu_report_thumb-hdg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: clamp(37px, 3.571428571428571vw, 57px);
  line-height: 1.32;
  letter-spacing: -0.08em;
  font-weight: 900;
  margin-top: 4px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report_thumb-hdg {
    font-size: 3.571428571428571vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report_thumb-hdg.is-sendai {
    letter-spacing: -0.04em;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_thumb-hdg {
    font-size: min(10.133333333333333vw, 50px);
    line-height: 1.263157894736842;
    margin-left: -5.970149253731343%;
    margin-top: -0.894736842105263em;
    width: 111.94029850746267%;
  }
}
.l_contents .p-sennyu_report_thumb-hdg > span {
  background-color: #ffeb00;
  border: 2px #000 solid;
  padding: 0 0.2em;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_thumb-hdg > span {
    border-left: none;
    padding: 0 0.263157894736842em;
  }
}
.l_contents .p-sennyu_report_thumb-hdg > span + span {
  margin-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_thumb-hdg > span + span {
    margin-top: 0.236842105263158em;
  }
}
.l_contents .p-sennyu_report_thumb-content_inner {
  margin-top: 5.510204081632653%;
  font-size: clamp(17px, 1.428571428571429vw, 22px);
  line-height: 1.8;
  letter-spacing: -0.08em;
  font-weight: 900;
  -webkit-transition: opacity 0.5s 0.75s, -webkit-transform 0.5s 0.75s;
  transition: opacity 0.5s 0.75s, -webkit-transform 0.5s 0.75s;
  transition: transform 0.5s 0.75s, opacity 0.5s 0.75s;
  transition: transform 0.5s 0.75s, opacity 0.5s 0.75s, -webkit-transform 0.5s 0.75s;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report_thumb-content_inner {
    padding-left: 27.346938775510203%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report_thumb-content_inner {
    font-size: 1.428571428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_thumb-content_inner {
    margin-top: 1.125em;
    font-size: min(4.266666666666667vw, 20px);
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report_thumb-content_inner.is-sendai {
    padding-left: 26.122448979591837%;
    padding-right: 4.081632653061225%;
  }
}
.l_contents .p-sennyu_report_thumb-txt {
  margin-bottom: 12.921348314606742%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_thumb-txt {
    margin-bottom: 1.125em;
  }
}
.l_contents .p-sennyu_report_thumb-btn {
  width: 96.34831460674157%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_thumb-btn {
    width: 96.41791044776119%;
  }
}
.l_contents .p-sennyu_report_thumb-img {
  margin-top: -4.385964912280701%;
  position: relative;
  -webkit-transition: opacity 0.5s 0.25s, -webkit-transform 0.5s 0.25s;
  transition: opacity 0.5s 0.25s, -webkit-transform 0.5s 0.25s;
  transition: transform 0.5s 0.25s, opacity 0.5s 0.25s;
  transition: transform 0.5s 0.25s, opacity 0.5s 0.25s, -webkit-transform 0.5s 0.25s;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report_thumb-img {
    width: 65.52631578947368%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_thumb-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: -7.462686567164178%;
  }
}
.l_contents .p-sennyu_report_underpart_wrap {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 900;
  letter-spacing: -0.04em;
  padding: min(9.642857142857144%, 135px) 0 min(10.714285714285714%, 150px);
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_underpart_wrap {
    padding: 14.399999999999999% 0 38.666666666666664%;
    letter-spacing: -0.08em;
  }
}
.l_contents .p-sennyu_report_underpart_wrap > section:nth-of-type(even) {
  position: relative;
}
.l_contents .p-sennyu_report_underpart_wrap > section:nth-of-type(even):before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ededed;
  -webkit-transform: skewY(-4.1deg);
  transform: skewY(-4.1deg);
}
.l_contents .p-sennyu_report_content_inner {
  max-width: 1600px;
  padding: 0 9.285714285714286%;
  margin: 0 auto;
  -webkit-box-sizing: initial !important;
  box-sizing: initial !important;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_content_inner {
    padding: 0 5.333333333333334%;
  }
}
.l_contents .p-sennyu_report_category-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_category-link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l_contents .p-sennyu_report_category-link.is-active .p-sennyu_report_category-link_content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.l_contents .p-sennyu_report_category-link_content {
  display: block;
  width: 22.63157894736842%;
  color: #000;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_category-link_content {
    width: 46.865671641791046%;
  }
  .l_contents .p-sennyu_report_category-link_content:nth-child(n+3) {
    margin-top: 8.799999999999999vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report_category-link_content:hover .p-sennyu_report_category-link_arrow:before {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.l_contents .p-sennyu_report_category-link_content:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.l_contents .p-sennyu_report_category-link_content:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.l_contents .p-sennyu_report_category-link_content:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.l_contents .p-sennyu_report_category-link_content:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.l_contents .p-sennyu_report_category-link_img {
  width: 50.3875968992248%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_category-link_img {
    width: 61.78343949044586%;
  }
}
.l_contents .p-sennyu_report_category-link_txt {
  font-size: clamp(17px, 1.428571428571429vw, 25px);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report_category-link_txt {
    margin-right: 0.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report_category-link_txt {
    font-size: 1.428571428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_category-link_txt {
    font-size: 4vw;
    line-height: 1.6;
    letter-spacing: -0.04em;
  }
}
.l_contents .p-sennyu_report_category-link_txt_arrow {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report_category-link_txt_arrow {
    text-align: center;
    margin-top: 10.465116279069768%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_category-link_txt_arrow {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.l_contents .p-sennyu_report_category-link_arrow {
  position: relative;
  display: inline-block;
  width: 1.75em;
  height: 0.8em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateX(0.6em);
  transform: translateX(0.6em);
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_category-link_arrow {
    width: 1.666666666666667em;
    -webkit-transform: translateX(0.2em);
    transform: translateX(0.2em);
  }
}
.l_contents .p-sennyu_report_category-link_arrow:before,
.l_contents .p-sennyu_report_category-link_arrow:after {
  content: '';
  position: absolute;
}
.l_contents .p-sennyu_report_category-link_arrow:before {
  background: #ffeb00;
  border-radius: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.75em;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_category-link_arrow:before {
    height: 1.666666666666667em;
  }
}
.l_contents .p-sennyu_report_category-link_arrow:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.7em;
  height: 0.7em;
  background: url("/lineup/ek_x_ev/special/assets/images/sennyu_report/icon_arrow_black.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_category-link_arrow:after {
    width: 0.733333333333333em;
    height: 0.733333333333333em;
  }
}
.l_contents .p-sennyu_report_movie_hdg,
.l_contents .p-sennyu_report_bnr_hdg {
  position: relative;
  z-index: 1;
  font-size: clamp(50px, 3.571428571428571vw, 57px);
  line-height: 1.5;
  letter-spacing: -0.04em;
  text-align: center;
  font-weight: 900;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report_movie_hdg,
  .l_contents .p-sennyu_report_bnr_hdg {
    font-size: 3.571428571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_movie_hdg,
  .l_contents .p-sennyu_report_bnr_hdg {
    font-size: 10.133333333333333vw;
    line-height: 1.5;
    letter-spacing: -0.08em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l_contents .p-sennyu_report_movie_hdg:before,
.l_contents .p-sennyu_report_bnr_hdg:before,
.l_contents .p-sennyu_report_movie_hdg > span:before,
.l_contents .p-sennyu_report_bnr_hdg > span:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.06em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% + 0.3em);
  height: 0.4em;
  background-color: #ffeb00;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_movie_hdg:before,
  .l_contents .p-sennyu_report_bnr_hdg:before {
    display: none;
  }
}
.l_contents .p-sennyu_report_movie_hdg > span,
.l_contents .p-sennyu_report_bnr_hdg > span {
  position: relative;
}
.l_contents .p-sennyu_report_detail_hdg {
  position: relative;
  z-index: 1;
  font-size: clamp(32px, 2.285714285714286vw, 37px);
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.04em;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_detail_hdg {
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: -0.08em;
  }
}
.l_contents .p-sennyu_report_bnr {
  margin-top: min(10.071428571428571%, 141px);
  padding: min(7.857142857142857%, 110px) 0 min(9.142857142857142%, 128px);
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_bnr {
    padding: 12.533333333333333% 0 18.666666666666668%;
    margin-top: 21.333333333333336%;
  }
}
.l_contents .p-sennyu_report_bnr_img {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 4.824561403508771%;
}
.l_contents .p-sennyu_report_bnr_hdg_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l_contents .p-sennyu_report-movie_play {
  margin: 4.035087719298246% auto 0;
  width: 65.6140350877193%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-movie_play {
    margin: 8.450704225352112% auto 0;
    width: 100%;
  }
}
.l_contents .p-sennyu_report-movie_thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.l_contents .p-sennyu_report-movie_thumb:before,
.l_contents .p-sennyu_report-movie_thumb:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.l_contents .p-sennyu_report-movie_thumb:before {
  width: 13.368983957219251%;
  padding-top: 13.368983957219251%;
  background-color: #ffeb3c;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-movie_thumb:before {
    width: 17.91044776119403%;
    padding-top: 17.91044776119403%;
  }
}
.l_contents .p-sennyu_report-movie_thumb:after {
  width: 4.144385026737968%;
  padding-top: 3.609625668449198%;
  background: url("/lineup/ek_x_ev/special/assets/images/sennyu_report/icon_movie_play.svg") no-repeat center;
  background-size: 100% 100%;
  z-index: 2;
  top: 50%;
  left: 50.5%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-movie_thumb:after {
    width: 5.373134328358208%;
    padding-top: 4.776119402985075%;
    left: 50.8%;
  }
}
.l_contents .p-sennyu_report-movie_thumb video {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-movie_thumb:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-movie_thumb:hover video {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.l_contents .p-sennyu_report_movie {
  margin-top: min(9.649122807017543%, 110px);
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_movie {
    margin-top: 13.333333333333334%;
  }
}
.l_contents .p-sennyu_report_movie_hdg_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l_contents .p-sennyu_report-movie_btn {
  display: block;
  width: 30.263157894736842%;
  margin: 4.385964912280701% auto 0;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-movie_btn {
    min-width: 345px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-movie_btn {
    width: 96%;
    margin-top: 6.4%;
  }
}
.l_contents .p-sennyu_report_bnr_txt {
  position: relative;
  z-index: 1;
  font-size: clamp(20px, 1.428571428571429vw, 25px);
  margin-top: 2.894736842105263%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report_bnr_txt {
    text-align: center;
    letter-spacing: -0.04em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report_bnr_txt {
    font-size: 1.428571428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_bnr_txt {
    font-size: 4.266666666666667vw;
    line-height: 1.8;
    margin-top: 5.333333333333334%;
  }
}
.l_contents .p-sennyu_report_detail {
  margin-top: min(9.285714285714286%, 130px);
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_detail {
    margin-top: 22.388059701492537%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report_detail_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4.385964912280701%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_detail_img {
    margin-top: 5.333333333333334vw;
  }
}
.l_contents .p-sennyu_report_detail_img_content {
  position: relative;
  z-index: 1;
  display: block;
  width: 48.421052631578945%;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_detail_img_content {
    width: 100%;
  }
  .l_contents .p-sennyu_report_detail_img_content:nth-child(n+2) {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report_detail_img_content:hover .p-sennyu_report_detail_img_link_txt:before {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report_detail_img_content:hover .p-sennyu_report_detail_img_link_txt > span {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
}
.l_contents .p-sennyu_report_detail_img_link_txt {
  position: relative;
  font-size: clamp(20px, 1.428571428571429vw, 25px);
  line-height: 1.5;
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 0.87719298245614% 0;
  margin-top: -5px;
  border: 2px solid #000;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report_detail_img_link_txt {
    font-size: 1.428571428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_detail_img_link_txt {
    margin-top: -3px;
    font-size: 4.8vw;
    line-height: 1.666666666666667;
    letter-spacing: -0.04em;
  }
}
.l_contents .p-sennyu_report_detail_img_link_txt:before {
  content: '';
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
}
.l_contents .p-sennyu_report_detail_img_link_txt > span {
  display: block;
  position: relative;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  -webkit-filter: invert(0);
  filter: invert(0);
  will-change: filter;
}
.l_contents .p-sennyu_report_detail_img_link_txt > span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
  width: 0.7em;
  height: 100%;
  background: url("/lineup/ek_x_ev/special/assets/images/sennyu_report/icon_arrow.svg") no-repeat center;
  background-size: 100% auto;
}
@-webkit-keyframes kvImgChange {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  26% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  66% {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes kvImgChange {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  26% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  66% {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.l_contents .p-sennyu_report_article {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 900;
  letter-spacing: -0.08em;
}
.l_contents .p-sennyu_report_article a {
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report_article:has(.p-sennyu_report-article_hdg.is-sendai) .p-sennyu_report-article_anchor_link:nth-child(2),
  .l_contents .p-sennyu_report_article:has(.p-sennyu_report-article_hdg.is-sendai) .p-sennyu_report-article_anchor_link:nth-child(6) {
    margin-top: 9.866666666666667vw;
  }
}
.l_contents .p-sennyu_report-article_kv:not(.is-active) .p-sennyu_report-article_kv_txt {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.l_contents .p-sennyu_report-article_kv_inner {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_kv_inner {
    position: relative;
    padding-left: 9.285714285714286%;
  }
}
.l_contents .p-sennyu_report-article_kv-img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_kv-img {
    width: 64.25196850393701%;
    float: right;
  }
}
.l_contents .p-sennyu_report-article_kv-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_kv-head {
    float: left;
    width: 23.714285714285715%;
    margin-top: 7.142857142857142%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_kv-head {
    width: 63.733333333333334%;
    margin-top: -12.552301255230125%;
    margin-left: 5.439330543933055%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_kv-head.is-sendai {
    width: 25.71428571428571%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_kv-head.is-sendai {
    width: 69.33333333333334%;
  }
}
.l_contents .p-sennyu_report-article_kv-head.is-nagano {
  width: 25.357142857142854%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_kv-head.is-nagano {
    width: 68%;
  }
}
.l_contents .p-sennyu_report-article_kv-head.is-nagano .p-sennyu_report-article_kv-logo {
  width: 49.29577464788733%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_kv-head.is-nagano .p-sennyu_report-article_kv-logo {
    width: 51.37254901960784%;
  }
}
.l_contents .p-sennyu_report-article_kv-head.is-nagano .p-sennyu_report-article_kv-num {
  width: 42.25352112676056%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_kv-head.is-nagano .p-sennyu_report-article_kv-num {
    width: 41.96078431372549%;
  }
}
.l_contents .p-sennyu_report-article_kv-logo {
  width: 52.71084337349398%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_kv-logo {
    width: 54.811715481171554%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_kv-logo.is-sendai {
    width: 48.19277108433735%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_kv-logo.is-sendai {
    width: 50.2092050209205%;
  }
}
.l_contents .p-sennyu_report-article_kv-num {
  width: 38.25301204819277%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_kv-num {
    width: 38.49372384937239%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_kv-num.is-sendai {
    width: 43.674698795180724%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_kv-num.is-sendai {
    width: 43.93305439330544%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_anchor {
    padding: 5.714285714285714% 9.285714285714286% 0;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_anchor {
    padding: 10.666666666666668% 5.333333333333334% 0;
  }
}
.l_contents .p-sennyu_report-article_anchor_hdg {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_anchor_hdg {
    font-size: 1.714285714285714vw;
    line-height: 1.5;
    height: 6.428571428571428vw;
    padding-top: 1.214285714285714vw;
    background: url("/lineup/ek_x_ev/special/assets/images/sennyu_report/anchor/bg_anchor_hdg_pc.svg") center/contain no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_anchor_hdg {
    font-size: 3.733333333333334vw;
    line-height: 2.571428571428572;
    height: 15.2vw;
    padding-top: 0.533333333333333vw;
    background: url("/lineup/ek_x_ev/special/assets/images/sennyu_report/anchor/bg_anchor_hdg_sp.svg") center/contain no-repeat;
  }
}
.l_contents .p-sennyu_report-article_anchor_link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l_contents .p-sennyu_report-article_anchor_link {
  display: block;
  border-bottom: solid 1px #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_anchor_link {
    width: 39.42857142857143vw;
    margin-top: 2.428571428571428vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_anchor_link {
    width: 100%;
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_anchor_link .hdg {
    width: 6.071428571428571vw;
    padding-bottom: 0.857142857142857vw;
    padding-left: 1.428571428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_anchor_link .hdg {
    width: 17.333333333333336vw;
    padding-bottom: 2.4vw;
    padding-left: 1.333333333333333vw;
  }
}
.l_contents .p-sennyu_report-article_anchor_link .text {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_anchor_link .text {
    bottom: 0.714285714285714vw;
    left: 8.928571428571429vw;
    font-size: 1.428571428571429vw;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_anchor_link .text {
    bottom: 2.133333333333333vw;
    left: 20.533333333333335vw;
    font-size: 3.733333333333334vw;
    line-height: 1.5;
  }
}
.l_contents .p-sennyu_report-article_anchor_link .arrow {
  position: absolute;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffeb00;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_anchor_link .arrow {
    bottom: 0.571428571428571vw;
    right: 1.214285714285714vw;
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_anchor_link .arrow {
    bottom: 2.933333333333333vw;
    right: 2.133333333333333vw;
    width: 9.333333333333334vw;
    height: 9.333333333333334vw;
  }
}
.l_contents .p-sennyu_report-article_anchor_link .arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  background: url("/lineup/ek_x_ev/special/assets/images/sennyu_report/icon_arrow_black.svg") center/contain no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_anchor_link .arrow::before {
    width: 1vw;
    height: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_anchor_link .arrow::before {
    width: 3.733333333333334vw;
    height: 3.733333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_anchor_link--1 .hdg {
    width: 5.714285714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_anchor_link--1 .hdg {
    width: 17.333333333333336vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_anchor_link:hover .arrow {
    background-color: #000;
  }
  .l_contents .p-sennyu_report-article_anchor_link:hover .arrow::before {
    background: url("/lineup/ek_x_ev/special/assets/images/sennyu_report/icon_arrow_white.svg") center/contain no-repeat;
    top: 55%;
  }
}
.l_contents .p-sennyu_report-article_kv_txt {
  -webkit-transition: opacity 0.5s 0.75s, -webkit-transform 0.5s 0.75s;
  transition: opacity 0.5s 0.75s, -webkit-transform 0.5s 0.75s;
  transition: transform 0.5s 0.75s, opacity 0.5s 0.75s;
  transition: transform 0.5s 0.75s, opacity 0.5s 0.75s, -webkit-transform 0.5s 0.75s;
  letter-spacing: -0.08em;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_kv_txt {
    line-height: 1.8;
    margin-top: 3.285714285714286%;
    padding: 0 9.285714285714286%;
    font-size: clamp(20px, 1.428571428571429vw, 25px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report-article_kv_txt {
    font-size: 1.428571428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_kv_txt {
    font-size: 4.266666666666667vw;
    line-height: 1.8;
    margin-top: 5.333333333333334%;
    padding: 0 5.333333333333334%;
  }
}
.l_contents .p-sennyu_report-article_kv_txt_note {
  font-size: clamp(12px, 0.857142857142857vw, 17px);
  font-weight: 500;
  letter-spacing: -0.08em;
  margin-top: 1.071428571428571%;
  padding: 0 9.285714285714286%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report-article_kv_txt_note {
    font-size: 0.857142857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_kv_txt_note {
    font-size: 2.933333333333333vw;
    margin-top: 4%;
    padding: 0 5.333333333333334%;
  }
}
.l_contents .p-sennyu_report-article_profile {
  margin-top: min(9.285714285714286%, 130px);
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_profile {
    margin-top: 17.866666666666667%;
    padding-top: 5.333333333333334%;
  }
}
.l_contents .p-sennyu_report-article_profile.is-sendai {
  margin-top: min(9.642857142857144%, 135px);
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_profile.is-sendai {
    margin-top: 12%;
  }
}
.l_contents .p-sennyu_report-article_profile_inner {
  position: relative;
}
.l_contents .p-sennyu_report-article_profile_container {
  position: relative;
  z-index: 1;
  padding: 9.210526315789473% 0 7.456140350877193%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_profile_container {
    padding: 8.059701492537313% 0 14.029850746268657%;
  }
}
.l_contents .p-sennyu_report-article_profile_hdg {
  z-index: 1;
  position: relative;
  width: 35.877192982456144%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_profile_hdg {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -3.508771929824561%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_profile_hdg {
    width: 94.02985074626866%;
    margin-top: -8.656716417910449%;
  }
}
.l_contents .p-sennyu_report-article_profile_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.l_contents .p-sennyu_report-article_profile_content:nth-child(n+2) {
  margin-top: 1.666666666666667%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_profile_content:nth-child(n+2) {
    margin-top: 4.477611940298507%;
  }
}
.l_contents .p-sennyu_report-article_profile_img {
  position: relative;
  display: inline-block;
  color: #000;
  height: 2px;
  margin-right: 3.508771929824561%;
  margin-top: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_profile_img {
    width: 25.37313432835821%;
    margin-right: 6.865671641791045%;
    margin-top: 3.582089552238806%;
  }
  .l_contents .p-sennyu_report-article_profile_img.is-1 {
    width: 29.850746268656714%;
  }
  .l_contents .p-sennyu_report-article_profile_img.is-4 {
    width: 16.417910447761194%;
  }
}
.l_contents .p-sennyu_report-article_profile_img:before,
.l_contents .p-sennyu_report-article_profile_img:after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.l_contents .p-sennyu_report-article_profile_img:before {
  width: 100%;
  top: 0;
  left: 0;
  border: 1px dashed #000;
}
.l_contents .p-sennyu_report-article_profile_img:after {
  top: 3px;
  right: -1px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.l_contents .p-sennyu_report-article_profile_definition_term,
.l_contents .p-sennyu_report-article_profile_definition_description {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.08em;
  font-weight: 900;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report-article_profile_definition_term,
  .l_contents .p-sennyu_report-article_profile_definition_description {
    font-size: 1.428571428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_profile_definition_term,
  .l_contents .p-sennyu_report-article_profile_definition_description {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
  }
}
.l_contents .p-sennyu_report-article_profile_definition_term {
  margin-right: 3.157894736842105%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_profile_definition_term {
    margin-right: 12px;
  }
}
.l_contents .p-sennyu_report-article_profile_definition_description {
  width: 65.43859649122807%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_profile_definition_description {
    width: 41.86666666666667vw;
  }
}
.l_contents .p-sennyu_report-article_interview {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_interview_content_block:first-child {
    padding-top: min(11%, 154px);
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_interview_content_block:first-child {
    padding-top: 25.333333333333336%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_interview_content_block:nth-child(odd) .p-sennyu_report-article_interview_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_interview_content_block:nth-child(odd) .p-sennyu_report-article_interview_text_content {
    padding-right: 9.285714285714286%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_interview_content_block:nth-child(even) .p-sennyu_report-article_interview_text_content {
    padding-left: 9.285714285714286%;
  }
}
.l_contents .p-sennyu_report-article_interview_content_block:nth-child(even) .p-sennyu_report-article_interview_imgnote {
  text-align: right;
  margin-left: 0;
  margin-right: 1.582278481012658%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_interview_content_block:nth-child(even) .p-sennyu_report-article_interview_imgnote {
    margin-right: 2.666666666666667%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_interview_content_block:nth-child(n+2) {
    padding-top: 12.714285714285714%;
  }
  .l_contents .p-sennyu_report-article_interview_content_block:nth-child(n+6) {
    padding-top: 12.857142857142856%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_interview_content_block:nth-child(n+2) {
    padding-top: 26.13333333333333%;
  }
  .l_contents .p-sennyu_report-article_interview_content_block:nth-child(n+6) {
    padding-top: 25.066666666666666%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_interview_content_block.is-sendai:nth-child(n+2) {
    padding-top: 13.071428571428573%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_interview_content_block.is-sendai:nth-child(n+6) {
    padding-top: 26.13333333333333%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_interview_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l_contents .p-sennyu_report-article_interview_content:nth-child(n+2) {
    margin-top: 1.403508771929824%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_interview_content:nth-child(n+2) {
    margin-top: 13.333333333333334%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_interview_text_content {
    width: 44.257425742574256%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_interview_text_content {
    padding: 0 5.333333333333334%;
  }
}
.l_contents .p-sennyu_report-article_interview_right_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5.925925925925926%;
}
.l_contents .p-sennyu_report-article_interview_answer_content {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_interview_answer_content {
    width: 76.4179104477612%;
  }
}
.l_contents .p-sennyu_report-article_interview_img-icon {
  width: 16.06425702811245%;
  margin-top: 0%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_interview_img-icon {
    width: 18.208955223880597%;
    margin-top: 0%;
  }
}
.l_contents .p-sennyu_report-article_interview_icon-name {
  text-align: center;
  margin-top: 17.5%;
  font-size: clamp(15px, 1.071428571428571vw, 18px);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_interview_icon-name {
    margin-left: -1em;
    margin-right: -1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report-article_interview_icon-name {
    font-size: 1.071428571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_interview_icon-name {
    margin-top: 11.475409836065573%;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.l_contents .p-sennyu_report-article_interview_answer {
  font-size: clamp(16px, 1.142857142857143vw, 21px);
  line-height: 1.8;
  letter-spacing: -0.08em;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report-article_interview_answer {
    font-size: 1.142857142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_interview_answer {
    font-size: 3.466666666666666vw;
    line-height: 1.8;
  }
}
.l_contents .p-sennyu_report-article_interview_answer > em {
  font-weight: 900;
  font-style: normal;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), color-stop(15%, #ffeb00), color-stop(95%, transparent));
  background: -webkit-linear-gradient(transparent 15%, #ffeb00 15% 95%, transparent 95%);
  background: linear-gradient(transparent 15%, #ffeb00 15% 95%, transparent 95%);
}
.l_contents .p-sennyu_report-article_interview_note {
  font-size: clamp(12px, 0.857142857142857vw, 17px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.08em;
  margin-top: min(3.928571428571428%, 55px);
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_interview_note {
    font-size: 2.933333333333333vw;
    line-height: 1.8;
  }
}
.l_contents .p-sennyu_report-article_interview_question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: clamp(20px, 1.428571428571429vw, 25px);
  line-height: 1.5;
  border-bottom: 2px solid #000;
  padding-bottom: 1.836734693877551%;
  letter-spacing: -0.08em;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report-article_interview_question {
    font-size: 1.428571428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_interview_question {
    font-size: 3.733333333333334vw;
    padding-bottom: 1.6%;
  }
}
.l_contents .p-sennyu_report-article_interview_question_number {
  width: 17.346938775510203%;
}
.l_contents .p-sennyu_report-article_interview_question_number.is--1 {
  width: 14.897959183673471%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_interview_question_number {
    width: 19.402985074626866%;
  }
  .l_contents .p-sennyu_report-article_interview_question_number.is--1 {
    width: 17.01492537313433%;
  }
}
.l_contents .p-sennyu_report-article_interview_question_txt {
  width: 79.55555555555556%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_interview_question_txt {
    width: 76.4179104477612%;
  }
}
.l_contents .p-sennyu_report-article_interview_question_txt.is--3,
.l_contents .p-sennyu_report-article_interview_question_txt.is--5,
.l_contents .p-sennyu_report-article_interview_question_txt.is--6,
.l_contents .p-sennyu_report-article_interview_question_txt.is--7 {
  margin-bottom: 1.111111111111111%;
}
.l_contents .p-sennyu_report-article_interview_imgnote {
  font-size: clamp(12px, 0.857142857142857vw, 15px);
  font-weight: 500;
  margin-top: 1.582278481012658%;
  letter-spacing: -0.08em;
  margin-left: 1.582278481012658%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report-article_interview_imgnote {
    font-size: 0.857142857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_interview_imgnote {
    margin-top: 3.733333333333334%;
    font-size: 2.933333333333333vw;
    margin-left: 2.666666666666667%;
  }
}
.l_contents .p-sennyu_report-article_interview_btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(18px, 1.285714285714286vw, 23px);
  line-height: 1.5;
  letter-spacing: -0.04em;
  color: #000;
  margin-top: 1.944444444444444em;
  text-decoration: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report-article_interview_btn_wrap {
    font-size: 1.285714285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_interview_btn_wrap {
    font-size: 3.733333333333334vw;
    line-height: 1.714285714285714;
    margin-top: 2.083333333333333em;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_interview_btn_wrap:hover .p-sennyu_report-article_interview_btn_arrow:before {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.l_contents .p-sennyu_report-article_interview_btn_wrap + .p-sennyu_report-article_interview_btn_wrap {
  margin-top: 0.8em;
}
.l_contents .p-sennyu_report-article_interview_btn {
  padding-right: 0.555555555555556em;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_interview_btn {
    padding-right: 0.357142857142857em;
  }
}
.l_contents .p-sennyu_report-article_interview_btn_arrow {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.944444444444444em;
  height: 1.944444444444444em;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_interview_btn_arrow {
    width: 1.785714285714286em;
    height: 1.785714285714286em;
  }
}
.l_contents .p-sennyu_report-article_interview_btn_arrow::before,
.l_contents .p-sennyu_report-article_interview_btn_arrow::after {
  content: '';
  position: absolute;
}
.l_contents .p-sennyu_report-article_interview_btn_arrow:before {
  background: #ffeb00;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l_contents .p-sennyu_report-article_interview_btn_arrow:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.833333333333333em;
  height: 0.833333333333333em;
  background: url("/lineup/ek_x_ev/special/assets/images/sennyu_report/icon_arrow_black.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_interview_btn_arrow:after {
    width: 0.785714285714286em;
    height: 0.785714285714286em;
  }
}
.l_contents .p-sennyu_report-article_interview_img {
  width: 51.28571428571429%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_interview_img {
    width: 100%;
    margin-top: 7.733333333333333%;
  }
}
.l_contents .p-sennyu_report-article_more {
  margin-top: -2px;
  padding: min(7.5%, 105px) 0 min(8.928571428571429%, 125px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_more {
    font-size: 10.133333333333333vw;
    line-height: 1.5;
    letter-spacing: -0.08em;
    padding: 14.133333333333335% 0 18.133333333333333%;
  }
}
.l_contents .p-sennyu_report-article_more_hdg {
  position: relative;
  font-size: clamp(50px, 3.571428571428571vw, 57px);
  letter-spacing: -0.04em;
  font-weight: 900;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report-article_more_hdg {
    font-size: 3.571428571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_more_hdg {
    font-size: 10.133333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_more_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5.263157894736842%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_more_container {
    margin-top: 8%;
  }
}
.l_contents .p-sennyu_report-article_more_content .p-sennyu_report-article_hdg-small > span {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.l_contents .p-sennyu_report-article_more_content {
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_more_content {
    position: relative;
    width: 48.421052631578945%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_more_content:nth-child(n+2) {
    display: block;
    margin-top: 8.358208955223882%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_more_content + .p-sennyu_report-article_more_content {
    margin-left: 3.157894736842105%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_more_content:hover .p-sennyu_report-article_hdg-small > span {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_more_content:hover .p-sennyu_report-article_more_content_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_more_content:hover .p-sennyu_report-article_more_content_img_number img:nth-child(2) {
    opacity: 1;
  }
}
.l_contents .p-sennyu_report-article_more_content_under {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_more_content_under {
    margin-top: -4.891304347826087%;
    padding: 0 3.623188405797102%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_more_content_under {
    margin-top: -21.492537313432834%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_more_content_under.is-osaka {
    margin-top: -8.358208955223882%;
  }
}
.l_contents .p-sennyu_report-article_more_content_under.is-nagano {
  margin-top: -15.03623188405797%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_more_content_under.is-nagano {
    margin-top: -21.492537313432834%;
  }
}
.l_contents .p-sennyu_report-article_more_content_img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_more_content_img {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .l_contents .p-sennyu_report-article_more_content_img img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.l_contents .p-sennyu_report-article_more_content_img_number {
  position: absolute;
  width: 20.833333333333336%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_more_content_img_number {
    right: 8.152173913043478%;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_more_content_img_number {
    width: 25.333333333333336%;
    bottom: 0;
    right: 5.074626865671641%;
  }
}
.l_contents .p-sennyu_report-article_more_content_img_number.is-sendai {
  width: 26.268115942028984%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_more_content_img_number.is-sendai {
    right: 3.079710144927537%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_more_content_img_number.is-sendai {
    width: 30.447761194029848%;
    bottom: 0;
    right: 0;
  }
}
.l_contents .p-sennyu_report-article_more_content_img_number.is-nagano {
  width: 24.637681159420293%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_more_content_img_number.is-nagano {
    right: 4.347826086956522%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_more_content_img_number.is-nagano {
    width: 30.447761194029848%;
    bottom: 0;
    right: -10px;
  }
}
.l_contents .p-sennyu_report-article_more_content_img_number img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l_contents .p-sennyu_report-article_back {
  display: block;
  width: 30.263157894736842%;
  margin: 4.210526315789473% auto 0;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_back {
    width: 96.41791044776119%;
    margin-top: 8.358208955223882%;
  }
}
.l_contents .p-sennyu_report-article_hdg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  letter-spacing: -0.08em;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_hdg {
    position: absolute;
    float: left;
    font-size: clamp(54px, 4.285714285714286vw, 67px);
    line-height: 1.166666666666667;
    margin-top: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report-article_hdg {
    font-size: 4.285714285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_hdg {
    font-size: 10.133333333333333vw;
    line-height: 1.263157894736842;
    padding-top: 15.466666666666667%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_hdg.is-sendai {
    padding-top: 13.333333333333334%;
  }
}
.l_contents .p-sennyu_report-article_hdg > span {
  background-color: #ffeb00;
  border: 2px #000 solid;
  padding: 0 0.166666666666667em;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_hdg > span {
    border-left: none;
    padding: 0 0.210526315789474em;
  }
}
.l_contents .p-sennyu_report-article_hdg > span + span {
  margin-top: 0.166666666666667em;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_hdg > span + span {
    margin-top: 0.210526315789474em;
  }
}
.l_contents .p-sennyu_report-article_hdg-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_hdg-small {
    font-size: clamp(26px, 2.285714285714286vw, 37px);
    line-height: 1.3125;
    letter-spacing: -0.04em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report-article_hdg-small {
    font-size: 2.285714285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_hdg-small {
    font-size: 6.4vw;
    line-height: 1.25;
    letter-spacing: -0.08em;
    margin-left: 1.791044776119403%;
  }
}
.l_contents .p-sennyu_report-article_hdg-small > span {
  background-color: #ffeb00;
  border: 2px #000 solid;
  padding: 0 0.3125em;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_hdg-small > span {
    padding: 0 0.333333333333333em;
  }
}
.l_contents .p-sennyu_report-article_hdg-small > span + span {
  margin-top: 0.3125em;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_hdg-small > span + span {
    margin-top: 0.333333333333333em;
  }
}
.l_contents .p-sennyu_report-article_hdg-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: min(3.571428571428571%, 50px);
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_hdg-medium {
    margin-top: 8.799999999999999%;
  }
}
.l_contents .p-sennyu_report-article_hdg-medium > span {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l_contents .p-sennyu_report-article_hdg-medium-num {
  background-color: #000;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 17.192982456140353%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_hdg-medium-num {
    width: 20%;
  }
}
.l_contents .p-sennyu_report-article_hdg-medium-txt {
  display: inline-block;
  background-color: #ffeb00;
  font-size: clamp(24px, 1.714285714285714vw, 26px);
  line-height: 1.5;
  letter-spacing: -0.04em;
  font-weight: 800;
  padding: 0.416666666666667em 0.791666666666667em;
  border: 2px solid #000;
  border-left: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report-article_hdg-medium-txt {
    font-size: 1.714285714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_hdg-medium-txt {
    font-size: 3.733333333333334vw;
    line-height: 1.714285714285714;
    padding: 0.428571428571429em 0.571428571428571em;
  }
}
.l_contents .bg-skew-yellow {
  position: relative;
}
.l_contents .bg-skew-yellow:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fdeb36;
  -webkit-transform: skewY(-4.1deg);
  transform: skewY(-4.1deg);
}
.l_contents .p-sennyu_report-article_result {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_result {
    margin-top: min(9.642857142857144%, 135px);
    padding: min(6.785714285714286%, 95px) 0 min(9.285714285714286%, 130px);
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_result {
    margin-top: 25.066666666666666%;
    padding: 12.266666666666666% 0 17.866666666666667%;
  }
}
.l_contents .p-sennyu_report-article_result .p-sennyu_report-article_back {
  margin-top: 5.263157894736842%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_result .p-sennyu_report-article_back {
    margin-top: 8.955223880597014%;
  }
}
.l_contents .p-sennyu_report-article_result_inner {
  position: relative;
  overflow: hidden;
}
.l_contents .p-sennyu_report-article_result_inner:after {
  display: block;
  clear: both;
  content: '';
}
.l_contents .p-sennyu_report-article_result_thumb_img {
  display: block;
  width: 62.98245614035088%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_result_thumb_img {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_result_thumb_img {
    width: 100%;
  }
}
.l_contents .p-sennyu_report-article_result_thumb_img-note {
  font-size: clamp(12px, 0.857142857142857vw, 17px);
  font-weight: 500;
  letter-spacing: -0.08em;
  margin-top: 0.87719298245614%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_result_thumb_img-note {
    float: right;
    text-align: right;
    width: 62.98245614035088%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report-article_result_thumb_img-note {
    font-size: 0.857142857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_result_thumb_img-note {
    font-size: 2.933333333333333vw;
    margin-top: 4.179104477611941%;
    margin-left: 2.985074626865671%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_result_content {
    float: left;
    width: 100%;
    margin-left: -62.98245614035088%;
    -webkit-transform: translateX(62.98245614035088%);
    transform: translateX(62.98245614035088%);
  }
}
.l_contents .p-sennyu_report-article_result_head {
  width: 31.2280701754386%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_result_head {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -10.666666666666668%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_result_head.is-sendai {
    margin-top: -11.200000000000001%;
  }
}
.l_contents .p-sennyu_report-article_result_head.is-nagano {
  width: 33.24561403508772%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_result_head.is-nagano {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -9.850746268656717%;
  }
}
.l_contents .p-sennyu_report-article_result_head.is-nagano .p-sennyu_report-article_result_num {
  width: 40.105540897097626%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_result_head.is-nagano .p-sennyu_report-article_result_num {
    width: 32.83582089552239%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.l_contents .p-sennyu_report-article_result_head.is-nagano .p-sennyu_report-article_result_hdg {
  width: 93.93139841688655%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_result_head.is-nagano .p-sennyu_report-article_result_hdg {
    width: 62.68656716417911%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_result_num {
    width: 36.51685393258427%;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_result_num {
    width: 27.46268656716418%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_result_num.is-sendai {
    width: 43.28358208955223%;
    margin-right: -8.426966292134832%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_result_num.is-sendai {
    width: 34.32835820895522%;
  }
}
.l_contents .p-sennyu_report-article_result_hdg {
  width: 100%;
  margin-top: 4.775280898876404%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_result_hdg {
    width: 62.68656716417911%;
    margin-right: 4.776119402985075%;
  }
}
.l_contents .p-sennyu_report-article_result_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: clamp(36px, 2.571428571428571vw, 41px);
  line-height: 1.472222222222222;
  letter-spacing: -0.04em;
  margin-top: 3.421052631578948%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l_contents .p-sennyu_report-article_result_txt {
    font-size: 2.571428571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_result_txt {
    font-size: 6.4vw;
    line-height: 1.333333333333333;
    margin-top: 3.283582089552239%;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_result_txt.is-sendai {
    margin-top: 2.388059701492538%;
  }
}
.l_contents .p-sennyu_report-article_result_txt > span {
  background-color: #fff;
  border: 2px #000 solid;
  padding: 0 0.25em;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_result_txt > span {
    padding: 0 0.166666666666667em;
  }
}
.l_contents .p-sennyu_report-article_result_txt > span + span {
  margin-top: 0.416666666666667em;
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_result_txt > span + span {
    margin-top: 0.291666666666667em;
  }
}
.l_contents .p-sennyu_report-article_comment {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_comment {
    padding: 7.428571428571429vw 9.285714285714286vw 9vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_comment {
    padding: 20vw 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_comment_hdg {
    width: 53.42857142857142vw;
    margin-left: 27.92857142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_comment_hdg {
    width: 100%;
  }
}
.l_contents .p-sennyu_report-article_comment-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_comment-wrap {
    margin-top: 2.285714285714286vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_comment-wrap {
    margin-top: 4.266666666666667vw;
    gap: 9.866666666666667vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.l_contents .p-sennyu_report-article_comment-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_comment-left {
    margin-top: 1.071428571428571vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_comment-left .img {
    width: 5.714285714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_comment-left .img {
    width: 16.266666666666666vw;
  }
}
.l_contents .p-sennyu_report-article_comment-left .desc {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_comment-left .desc {
    font-size: 1.071428571428571vw;
    line-height: 1.4;
    margin-top: 0.714285714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_comment-left .desc {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 1.066666666666667vw;
  }
}
.l_contents .p-sennyu_report-article_comment-right {
  background-color: #ffeb00;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_comment-right {
    width: 70.71428571428572vw;
    padding: 1.214285714285714vw 2.071428571428571vw;
    border: solid 0.157142857142857vw #000;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_comment-right {
    width: 58.4vw;
    padding: 4.266666666666667vw;
    border: solid 0.533333333333333vw #000;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_comment-right p {
    font-size: 1.714285714285714vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_comment-right p {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
  }
}
.l_contents .p-sennyu_report-article_comment-right::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  background: url("/lineup/ek_x_ev/special/assets/images/sennyu_report/article/fukidashi_owners-comment.svg") center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .l_contents .p-sennyu_report-article_comment-right::before {
    width: 2.571428571428571vw;
    height: 1.714285714285714vw;
    -webkit-transform: translate(13%, -50%);
    transform: translate(13%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-sennyu_report-article_comment-right::before {
    width: 9.6vw;
    height: 6.4vw;
    -webkit-transform: translate(12%, -50%);
    transform: translate(12%, -50%);
  }
}
.l_contents .p-energy-management {
  font-family: "mmc", "Noto Sans Japanese", sans-serif;
  background-image: url("/lineup/ek_x_ev/special/assets/images/energy_management/bg.jpg");
  background-repeat: repeat;
  background-size: 19px;
}
.l_contents .p-energy-management_kv {
  position: relative;
}
.l_contents .p-energy-management_kv_text-wrap {
  position: absolute;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l_contents .p-energy-management_kv_text-wrap {
    top: 9.642857142857144vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 32.857142857142854vw;
    height: 26.42857142857143vw;
    padding-top: 0.857142857142857%;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_kv_text-wrap {
    top: 31.733333333333334vw;
    width: 100%;
    height: 75.46666666666667vw;
  }
}
.l_contents .p-energy-management_kv_text-1 {
  color: #fff;
  font-size: 1.537335285505125vw;
  line-height: 1.428571428571429;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.l_contents .p-energy-management_kv_text-1 span.is-small {
  font-size: 1.244509516837482vw;
  line-height: 1.764705882352941;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.l_contents .p-energy-management_kv_text-1 span.is-big {
  font-size: 1.756954612005857vw;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_kv_text-1 {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 700;
    margin-top: 1.066666666666667vw;
  }
  .l_contents .p-energy-management_kv_text-1 span.is-small {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
  .l_contents .p-energy-management_kv_text-1 span.is-big {
    font-size: 4.8vw;
    line-height: 1.333333333333333;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.l_contents .p-energy-management_kv_text-2 {
  font-size: 1.537335285505125vw;
  line-height: 1.428571428571429;
  letter-spacing: -0.03em;
  font-weight: 700;
  font-style: italic;
  margin-top: 1.142857142857143vw;
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_kv_text-2 {
    font-size: 3.733333333333334vw;
    line-height: 1.428571428571429;
    letter-spacing: -0.03em;
    font-weight: 700;
    margin-top: 4vw;
  }
}
.l_contents .p-energy-management_kv_text-3 {
  background: -webkit-gradient(linear, right top, left top, from(#58b8ff), to(#3bebdd));
  background: -webkit-linear-gradient(right, #58b8ff, #3bebdd);
  background: linear-gradient(to left, #58b8ff, #3bebdd);
  -webkit-background-clip: text;
  background-clip: text;
  color: rgba(0,0,0,0);
  font-size: 2.196193265007321vw;
  line-height: 1.266666666666667;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 1.071428571428571vw;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_kv_text-3 {
    font-size: 6.133333333333333vw;
    line-height: 1.478260869565217;
    letter-spacing: 0em;
    font-weight: 500;
    margin-top: 1.6vw;
  }
}
.l_contents .p-energy-management_kv_text-3 span.is-ekxev {
  font-size: 2.781844802342606vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  margin-right: 0.142857142857143vw;
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_kv_text-3 span.is-ekxev {
    font-size: 8.266666666666666vw;
    line-height: 1.193548387096774;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l_contents .p-energy-management_kv_text-3 span.is-ekxev.is-cross {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_kv_text-3 span.is-ekxev.is-cross {
    font-size: 7.733333333333333vw;
    line-height: 1.448275862068966;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.l_contents .p-energy-management_kv_text-3 span.is-smart {
  font-size: 3.660322108345535vw;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_kv_text-3 span.is-smart {
    font-size: 10.133333333333333vw;
    line-height: 1.447368421052632;
    letter-spacing: -0.015em;
    font-weight: 700;
    display: block;
    margin-top: -2.666666666666667vw;
  }
}
.l_contents .p-energy-management_kv_text-4 {
  font-size: 1.171303074670571vw;
  line-height: 1.875;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 1.428571428571429vw;
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_kv_text-4 {
    font-size: 3.733333333333334vw;
    line-height: 1.785714285714286;
    letter-spacing: 0.02em;
    font-weight: 500;
    margin-top: 1.333333333333333vw;
  }
}
.l_contents .p-energy-management_inner {
  width: 83.57142857142857vw;
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_inner {
    width: 89.33333333333333vw;
  }
}
.l_contents .p-energy-management_about {
  padding: 78px 0 100px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_about {
    padding: 5.571428571428571vw 0 7.142857142857142vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about {
    padding: 12.8vw 0 22.933333333333334vw;
  }
}
.l_contents .p-energy-management_about_inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about_inner {
    width: 78.66666666666666vw;
  }
}
.l_contents .p-energy-management_about_hdg {
  width: 665px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_about_hdg {
    width: 46.18055555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about_hdg {
    width: 100%;
  }
}
.l_contents .p-energy-management_about-wrap {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  margin-top: 50px;
  padding: 98px 100px 62px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_about-wrap {
    padding: 7.000000000000001vw 7.142857142857142vw 4.428571428571428vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about-wrap {
    margin-top: 5.333333333333334vw;
    padding: 6.933333333333333vw 5.333333333333334vw 11.813333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-energy-management_about_flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.l_contents .p-energy-management_about_flex-wrap .p-energy-management_about_ttl-sub,
.l_contents .p-energy-management_about_flex-wrap .p-energy-management_about_ttl,
.l_contents .p-energy-management_about_flex-wrap .p-energy-management_about_txt,
.l_contents .p-energy-management_about_flex-wrap .p-energy-management_about_img {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.l_contents .p-energy-management_about_flex-wrap .p-energy-management_about_txt {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.l_contents .p-energy-management_about_flex-wrap .p-energy-management_about_img {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.l_contents .p-energy-management_about_flex-wrap.is-active .p-energy-management_about_ttl-sub,
.l_contents .p-energy-management_about_flex-wrap.is-active .p-energy-management_about_ttl,
.l_contents .p-energy-management_about_flex-wrap.is-active .p-energy-management_about_txt,
.l_contents .p-energy-management_about_flex-wrap.is-active .p-energy-management_about_img {
  opacity: 1;
}
.l_contents .p-energy-management_about_txt-wrap {
  width: 48.55670103092783%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about_txt-wrap {
    width: 100%;
  }
}
.l_contents .p-energy-management_about_ttl-sub {
  color: #65b7f4;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_about_ttl-sub {
    font-size: 1.428571428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about_ttl-sub {
    text-align: center;
    font-size: 4.266666666666667vw;
  }
}
.l_contents .p-energy-management_about_ttl {
  position: relative;
  font-size: 24px;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-top: 17px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_about_ttl {
    font-size: 1.714285714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about_ttl {
    text-align: center;
    font-size: 5.333333333333334vw;
    margin-top: 3.2vw;
  }
}
.l_contents .p-energy-management_about_ttl:after {
  position: absolute;
  content: '';
  background: -webkit-gradient(linear, right top, left top, from(#58b8ff), to(#3bebdd));
  background: -webkit-linear-gradient(right, #58b8ff, #3bebdd);
  background: linear-gradient(to left, #58b8ff, #3bebdd);
  left: 0;
  bottom: -26px;
  width: 71px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about_ttl:after {
    bottom: -6.933333333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 18.933333333333334vw;
    height: 0.533333333333333vw;
  }
}
.l_contents .p-energy-management_about_txt {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.03em;
  margin-top: 53px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_about_txt {
    font-size: 1vw;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about_txt {
    margin-top: 14.133333333333335vw;
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: 0.03em;
  }
}
.l_contents .p-energy-management_about_txt + .p-energy-management_about_txt {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about_txt + .p-energy-management_about_txt {
    margin-top: 4.533333333333333vw;
  }
}
.l_contents .p-energy-management_about_txt span {
  font-weight: 700;
  background-color: #cdeefa;
}
.l_contents .p-energy-management_about_img {
  width: 48.350515463917525%;
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about_img {
    width: 78.66666666666666vw;
    margin-top: 7.199999999999999vw;
  }
}
.l_contents .p-energy-management_about_recommend_txt {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  margin-top: 99px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_about_recommend_txt {
    margin-top: 7.071428571428571vw;
    font-size: 1.714285714285714vw;
    line-height: 1.208333333333333;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about_recommend_txt {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 700;
    margin-top: 25.333333333333336vw;
  }
}
.l_contents .p-energy-management_about_recommend_flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l_contents .p-energy-management_about_recommend_flex-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 31px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about_recommend_flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 4vw;
  }
}
.l_contents .p-energy-management_about_recommend_flex-wrap .p-energy-management_about_recommend_img {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media screen and (min-width: 768px) {
  .l_contents .p-energy-management_about_recommend_flex-wrap .p-energy-management_about_recommend_img + .p-energy-management_about_recommend_img {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
.l_contents .p-energy-management_about_recommend_flex-wrap.is-active .p-energy-management_about_recommend_img {
  opacity: 1;
}
.l_contents .p-energy-management_about_recommend_img {
  width: 470px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_about_recommend_img {
    width: 33.57142857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about_recommend_img {
    width: 100%;
  }
}
.l_contents .p-energy-management_about_recommend_img:first-child {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about_recommend_img:first-child {
    margin-top: 10.133333333333333vw;
  }
}
.l_contents .p-energy-management_about_recommend_img:first-child:before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-energy-management_about_recommend_img:first-child:before {
    top: -48px;
    left: -48px;
    background-image: url("/lineup/ek_x_ev/special/assets/images/energy_management/icon_recommend_pc.svg");
    width: 72px;
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about_recommend_img:first-child:before {
    top: -7.199999999999999vw;
    left: -8.266666666666666vw;
    background-image: url("/lineup/ek_x_ev/special/assets/images/energy_management/icon_recommend_sp.svg");
    width: 10.666666666666668vw;
    height: 11.200000000000001vw;
  }
}
.l_contents .p-energy-management_about_recommend_img:first-child:after {
  position: absolute;
  top: 99%;
  left: 50%;
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-energy-management_about_recommend_img:first-child:after {
    background-image: url("/lineup/ek_x_ev/special/assets/images/energy_management/arrow_about_recommend_pc.svg");
    width: 262px;
    height: 114px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about_recommend_img:first-child:after {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("/lineup/ek_x_ev/special/assets/images/energy_management/arrow_about_recommend_sp.svg");
    width: 6.4vw;
    height: 30.666666666666664vw;
  }
}
.l_contents .p-energy-management_about_merit_txt-wrap .p-energy-management_about_ttl-sub {
  text-align: center;
  margin-top: 129px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about_merit_txt-wrap .p-energy-management_about_ttl-sub {
    margin-top: 30.933333333333334vw;
  }
}
.l_contents .p-energy-management_about_merit_txt {
  position: relative;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  margin-top: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_about_merit_txt {
    font-size: 1.714285714285714vw;
    line-height: 1.208333333333333;
    margin-top: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about_merit_txt {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 700;
    margin-top: 1.066666666666667vw;
  }
}
.l_contents .p-energy-management_about_merit_txt:after {
  position: absolute;
  content: '';
  background: -webkit-gradient(linear, right top, left top, from(#58b8ff), to(#3bebdd));
  background: -webkit-linear-gradient(right, #58b8ff, #3bebdd);
  background: linear-gradient(to left, #58b8ff, #3bebdd);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l_contents .p-energy-management_about_merit_txt:after {
    bottom: -24px;
    width: 131px;
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about_merit_txt:after {
    bottom: -4.533333333333333vw;
    width: 34.93333333333333vw;
    height: 0.533333333333333vw;
  }
}
.l_contents .p-energy-management_about_merit_img {
  margin-top: 54px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_about_merit_img {
    margin-top: 3.857142857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about_merit_img {
    margin-top: 12.533333333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-energy-management_about_merit_flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 28px;
  }
}
.l_contents .p-energy-management_about_merit_flex-wrap .p-energy-management_about_merit_img {
  width: 470px;
  margin-top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_about_merit_flex-wrap .p-energy-management_about_merit_img {
    width: 33.57142857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about_merit_flex-wrap .p-energy-management_about_merit_img {
    width: 100%;
    margin-top: 7.466666666666668vw;
  }
}
.l_contents .p-energy-management_about_merit_flex-wrap .p-energy-management_about_merit_img + .p-energy-management_about_merit_img {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.l_contents .p-energy-management_about_merit_flex-wrap .p-energy-management_about_merit_img p {
  color: #8b8b8b;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_about_merit_flex-wrap .p-energy-management_about_merit_img p {
    font-size: 1vw;
    line-height: 1.142857142857143;
    margin-top: 0.714285714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_about_merit_flex-wrap .p-energy-management_about_merit_img p {
    font-size: 3.2vw;
    line-height: 1.333333333333333;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin-top: 2.666666666666667vw;
  }
}
.l_contents .p-energy-management_about_merit_flex-wrap.is-active .p-energy-management_about_merit_img {
  opacity: 1;
}
.l_contents .p-energy-management_smart-life {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_smart-life {
    padding-bottom: 7.142857142857142vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_smart-life {
    padding-bottom: 25.6vw;
  }
}
.l_contents .p-energy-management_smart-life_hdg {
  width: 984px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_smart-life_hdg {
    width: 70.28571428571428vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_smart-life_hdg {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l_contents .p-energy-management_smart-life_scene_hdg {
    position: absolute;
    top: 0;
    right: 0;
    width: 214.55px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_smart-life_scene_hdg {
    width: 38.666666666666664vw;
  }
}
.l_contents .p-energy-management_smart-life_scene_img {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l_contents .p-energy-management_smart-life_scene_img {
    position: absolute;
    top: 75px;
    right: 0;
    width: 610px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_smart-life_scene_img {
    width: 43.57142857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_smart-life_scene_img {
    position: relative;
    margin-top: 4.266666666666667vw;
  }
}
.l_contents .p-energy-management_smart-life_scene_txt-wrap {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l_contents .p-energy-management_smart-life_scene_txt-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 625px;
    border-radius: 0 30px 30px 0;
    padding: 50px 115px 50px 0;
  }
  .l_contents .p-energy-management_smart-life_scene_txt-wrap:before {
    right: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_smart-life_scene_txt-wrap {
    width: 44.642857142857146vw;
    padding: 3.571428571428571vw 8.214285714285714vw 3.571428571428571vw 0;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_smart-life_scene_txt-wrap {
    position: relative;
    margin-top: -8vw;
    padding: 14.933333333333335vw 0 8vw;
  }
  .l_contents .p-energy-management_smart-life_scene_txt-wrap:after {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 100%;
  }
}
.l_contents .p-energy-management_smart-life_scene_txt-wrap:before {
  position: absolute;
  content: '';
  background-color: #fff;
  width: 100vw;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_smart-life_scene_txt-wrap:before {
    right: 100%;
  }
}
.l_contents .p-energy-management_smart-life_scene-wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-energy-management_smart-life_scene-wrap {
    position: relative;
    height: 425px;
    margin-top: 70px;
  }
  .l_contents .p-energy-management_smart-life_scene-wrap + .p-energy-management_smart-life_scene-wrap {
    margin-top: 50px;
  }
  .l_contents .p-energy-management_smart-life_scene-wrap.is-reverse .p-energy-management_smart-life_scene_hdg {
    top: 0;
    left: 0;
  }
  .l_contents .p-energy-management_smart-life_scene-wrap.is-reverse .p-energy-management_smart-life_scene_img {
    left: 0;
  }
  .l_contents .p-energy-management_smart-life_scene-wrap.is-reverse .p-energy-management_smart-life_scene_txt-wrap {
    left: auto;
    right: 0;
    border-radius: 30px 0 0 30px;
    padding: 83px 0 83px 115px;
  }
  .l_contents .p-energy-management_smart-life_scene-wrap.is-reverse .p-energy-management_smart-life_scene_txt-wrap:before {
    left: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_smart-life_scene-wrap {
    height: 30.357142857142854vw;
    margin-top: 5vw;
  }
  .l_contents .p-energy-management_smart-life_scene-wrap.is-reverse .p-energy-management_smart-life_scene_txt-wrap {
    padding: 5.928571428571429vw 0 5.928571428571429vw 8.214285714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_smart-life_scene-wrap {
    margin-top: 12.8vw;
  }
}
.l_contents .p-energy-management_smart-life_scene_txt {
  position: relative;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_smart-life_scene_txt {
    font-size: 1.714285714285714vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_smart-life_scene_txt {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
.l_contents .p-energy-management_smart-life_scene_txt:before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
}
.l_contents .p-energy-management_smart-life_scene_txt.is-icon-sun:before {
  background-image: url("/lineup/ek_x_ev/special/assets/images/energy_management/icon_sun_smartlife.svg");
}
@media screen and (min-width: 768px) {
  .l_contents .p-energy-management_smart-life_scene_txt.is-icon-sun:before {
    width: 165px;
    height: 165px;
    right: -75px;
    top: -54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_smart-life_scene_txt.is-icon-sun:before {
    width: 11.785714285714285vw;
    height: 11.785714285714285vw;
    right: -5.357142857142857vw;
    top: -3.857142857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_smart-life_scene_txt.is-icon-sun:before {
    width: 32vw;
    height: 32vw;
    right: -4.8vw;
    top: 1.066666666666667vw;
  }
}
.l_contents .p-energy-management_smart-life_scene_txt.is-icon-moon:before {
  background-image: url("/lineup/ek_x_ev/special/assets/images/energy_management/icon_moon_smartlife.svg");
}
@media screen and (min-width: 768px) {
  .l_contents .p-energy-management_smart-life_scene_txt.is-icon-moon:before {
    width: 100px;
    height: 100px;
    right: -20px;
    top: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_smart-life_scene_txt.is-icon-moon:before {
    width: 7.142857142857142vw;
    height: 7.142857142857142vw;
    right: -1.428571428571429vw;
    top: -1.428571428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_smart-life_scene_txt.is-icon-moon:before {
    width: 19.456vw;
    height: 19.456vw;
    right: 1.6vw;
    top: 5.066666666666666vw;
  }
}
.l_contents .p-energy-management_smart-life_scene_txt:after {
  position: absolute;
  content: '';
  background: -webkit-gradient(linear, right top, left top, from(#58b8ff), to(#3bebdd));
  background: -webkit-linear-gradient(right, #58b8ff, #3bebdd);
  background: linear-gradient(to left, #58b8ff, #3bebdd);
  left: 0;
  bottom: -21px;
  width: 71px;
  height: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_smart-life_scene_txt:after {
    width: 5.071428571428571vw;
    height: 0.142857142857143vw;
    bottom: -1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_smart-life_scene_txt:after {
    bottom: -4.8vw;
    width: 18.933333333333334vw;
    height: 0.533333333333333vw;
  }
}
.l_contents .p-energy-management_smart-life_scene_txt-sub {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-top: 38px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_smart-life_scene_txt-sub {
    font-size: 1vw;
    line-height: 2;
    margin-top: 2.714285714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_smart-life_scene_txt-sub {
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: 0.03em;
    margin-top: 9.066666666666666vw;
  }
}
.l_contents .p-energy-management_smart-life_scene_btn {
  text-decoration: none !important;
  display: block;
  width: 290px;
  height: 50px;
  background-image: url("/lineup/ek_x_ev/special/assets/images/energy_management/btn_smart-life.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-top: 15px;
  padding: 19px 0 0 30px;
  -webkit-transition: background-image 0.2s, color 0.2s;
  transition: background-image 0.2s, color 0.2s;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_smart-life_scene_btn {
    width: 20.714285714285715vw;
    height: 3.571428571428571vw;
    font-size: 1vw;
    padding: 1.357142857142857vw 0 0 2.142857142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_smart-life_scene_btn {
    width: 59.199999999999996vw;
    height: 10.133333333333333vw;
    font-size: 3.2vw;
    letter-spacing: 0.04em;
    font-weight: 700;
    margin-top: 5.333333333333334vw;
    padding: 3.6vw 0 0 5.333333333333334vw;
  }
}
.l_contents .p-energy-management_smart-life_scene_btn:hover {
  background-image: url("/lineup/ek_x_ev/special/assets/images/energy_management/btn_hover_smart-life.svg");
  color: #65b7f4;
}
.l_contents .p-energy-management_smart-life_scene-emergency {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l_contents .p-energy-management_smart-life_scene-emergency {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    margin-top: 50px;
    padding: 58px 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_smart-life_scene-emergency {
    padding: 4.142857142857142vw 5vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_smart-life_scene-emergency {
    position: relative;
    margin-top: 13.333333333333334vw;
    padding: 8vw 0;
  }
  .l_contents .p-energy-management_smart-life_scene-emergency:before {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 100%;
  }
  .l_contents .p-energy-management_smart-life_scene-emergency:after {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 100%;
  }
}
.l_contents .p-energy-management_smart-life_scene-emergency_img {
  width: 610px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_smart-life_scene-emergency_img {
    width: 43.57142857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_smart-life_scene-emergency_img {
    width: 100%;
  }
}
.l_contents .p-energy-management_smart-life_scene-emergency_txt-wrap {
  width: 370px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_smart-life_scene-emergency_txt-wrap {
    width: 26.42857142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_smart-life_scene-emergency_txt-wrap {
    width: 100%;
    margin-top: 5.866666666666666vw;
  }
}
.l_contents .p-energy-management_smart-life_scene-emergency_txt {
  position: relative;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_smart-life_scene-emergency_txt {
    font-size: 1.714285714285714vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_smart-life_scene-emergency_txt {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
.l_contents .p-energy-management_smart-life_scene-emergency_txt:after {
  position: absolute;
  content: '';
  background: -webkit-gradient(linear, right top, left top, from(#58b8ff), to(#3bebdd));
  background: -webkit-linear-gradient(right, #58b8ff, #3bebdd);
  background: linear-gradient(to left, #58b8ff, #3bebdd);
  left: 0;
  bottom: -25px;
  width: 71px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_smart-life_scene-emergency_txt:after {
    bottom: -5.066666666666666vw;
    width: 18.933333333333334vw;
    height: 0.533333333333333vw;
  }
}
.l_contents .p-energy-management_smart-life_scene-emergency_txt-sub {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-top: 39px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_smart-life_scene-emergency_txt-sub {
    font-size: 1vw;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_smart-life_scene-emergency_txt-sub {
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: 0.03em;
    font-weight: 500;
    margin-top: 9.333333333333334vw;
  }
}
.l_contents .p-energy-management_more_hdg {
  width: 885px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_more_hdg {
    width: 63.21428571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_more_hdg {
    width: 89.33333333333333vw;
  }
}
.l_contents .p-energy-management_more_bg-wrap {
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l_contents .p-energy-management_more_bg-wrap {
    margin-top: 50px;
    padding: 80px 0 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_more_bg-wrap {
    margin-top: 3.571428571428571vw;
    padding: 5.714285714285714vw 0 7.142857142857142vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_more_bg-wrap {
    margin-top: 7.733333333333333vw;
    padding: 13.333333333333334vw 0 26.666666666666668vw;
  }
}
.l_contents .p-energy-management_more_flex-wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l_contents .p-energy-management_more_flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.l_contents .p-energy-management_more_links-wrap {
  display: block;
  width: 370px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_more_links-wrap {
    width: 26.42857142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_more_links-wrap {
    width: 100%;
  }
  .l_contents .p-energy-management_more_links-wrap:nth-child(n+2) {
    margin-top: 12.299465240641712vw;
  }
}
.l_contents .p-energy-management_more_links-wrap:hover {
  opacity: 0.5;
}
.l_contents .p-energy-management_more_links_hdg {
  color: #65b7f4;
  font-size: 24px;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-top: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_more_links_hdg {
    font-size: 1.714285714285714vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_more_links_hdg {
    font-size: 5.333333333333334vw;
    line-height: 2;
    letter-spacing: 0.02em;
    font-weight: 700;
    margin-top: 3.2vw;
  }
}
.l_contents .p-energy-management_more_links_txt {
  color: #000;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l_contents .p-energy-management_more_links_txt {
    font-size: 1vw;
    line-height: 2;
    margin-top: 0.857142857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_more_links_txt {
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: 0.03em;
    font-weight: 500;
    margin-top: 0.533333333333333vw;
  }
}
.l_contents .p-energy-management_more_bnr {
  display: block;
  -webkit-transition: opacity 0.3s !important;
  transition: opacity 0.3s !important;
}
@media screen and (min-width: 768px) {
  .l_contents .p-energy-management_more_bnr {
    margin-top: 46px;
  }
}
@media screen and (max-width: 767px) {
  .l_contents .p-energy-management_more_bnr {
    margin-top: 12.266666666666666vw;
  }
}
.l_contents .p-energy-management_more_bnr:hover {
  opacity: 0.7 !important;
}
