@charset "utf-8";

:root {
  /* 色管理用の変数 */
  --white-color: #fff;
  --black-color: #000000;
  --black-color02: #4b4b4b;
  --gray-color: #d9d9d9;
  --gray-color01: #707070;
  --green-color: #81ba1c;
  --orange-color: #ff6b00;
  --purple-color: #7f1084;
  --yellow-color: #fff100;
  --monster-lad-aparel-sky-blue: #a1e8f5;
  --monster-lad-aparel-blue: #003366;
  --monster-lad-aparel-blue06: #0066cc;
  --eva-color: #49277d;
  --eva-green: #00ff41;
  --eva-color02: #9463cb;
  --eva-red: #ce0e2d;
}

/* ===============================
layout
=============================== */
.l_container {
  width: min(90%, 1000px);
  margin-inline: auto;
}

/* ===============================
module
=============================== */
.serif {
  font-family: "Noto Serif JP", serif;
}

/* ===============================
   additive-eva__stripe
=============================== */
.additive-eva__stripe {
  width: 100%;
  height: 3.2vw;
  background: repeating-linear-gradient(
    -45deg,
    #e2001a 0 12px,
    var(--black-color) 12px 24px
  );
  position: relative;
}

.additive-eva__stripe::before {
  content: "";
  position: absolute;
  background: url(../img/evar-collaboration/monster_yubi.svg) no-repeat center;
  background-size: contain;
  width: 40vw;
  height: 30vw;
  top: -200%;
  left: -8%;
}

@media screen and (min-width: 768px) {
  .additive-eva__stripe {
    height: 24px;
  }

  .additive-eva__stripe::before {
    width: 28vw;
    height: 23vw;
    top: -150%;
    left: -3%;
  }
}

@media screen and (min-width: 1080px) {
  .additive-eva__stripe::before {
    width: 186px;
    height: 186px;
    left: 0;
  }
}

/* ===============================
   additive-eva-hero
=============================== */
.additive-eva-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    var(--black-color) 0%,
    var(--eva-color) 50%,
    var(--black-color) 100%
  );
  margin-top: 10.6vw;
  margin-bottom: 21.3vw;
}

.additive-eva-hero_evar01 {
  position: absolute;
  top: 3%;
  left: 5.5%;
  width: 90%;
  height: auto;
}

.additive-eva-hero .l_container {
  position: relative;
  z-index: 1;
  padding-top: 6vw;
}

.additive-eva-hero__head {
  display: flex;
  align-items: center;
  gap: 1vw;
}

.additive-eva-hero__img-wrap {
  width: 20%;
}

.additive-eva-hero__head-text {
  font-family: "Noto Serif JP", serif;
  letter-spacing: -0.05em;
}

.additive-eva-hero__sub {
  font-size: 3.3vw;
  font-weight: bold;
  background: var(--black-color);
  display: inline-block;
  margin-bottom: 0;
}

.additive-eva-hero__ttl {
  font-size: 5.5vw;
  font-weight: bold;
  line-height: 1.4;
}

.additive-eva-hero__ttl span {
  font-size: 5vw;
}

.additive-eva-hero__info {
  width: min(90%, 1200px);
  margin-inline: auto;
}

.additive-eva-hero__products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3vw;
  background: url(../img/evar-collaboration/additive-eva-hero__products_bg.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--black-color);
  padding: 2.13vw;
  border: solid 1px var(--eva-green);
  margin-top: 44vw;
  position: relative;
  z-index: 1;
  isolation: isolate;
}

.additive-eva-hero__products.cta02 {
  margin-top: 15vw;
}

@media screen and (min-width: 768px) {
  .additive-eva-hero__products.cta02 {
    margin-top: 8vw;
    padding: 5vw 10vw;
  }
}

@media screen and (min-width: 1080px) {
  .additive-eva-hero__products.cta02 {
    margin-top: 64px;
    padding: 40px 80px;
  }
}

.additive-eva-hero__product {
  position: relative;
}

.additive-eva-hero__product-img-wrap {
  width: 40%;
  position: absolute;
  top: -9vw;
  left: 11vw;
}

.additive-eva-hero__product-img {
  width: auto;
  height: 68vw;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.6));
}

.additive-eva-hero__btn-shared {
  grid-column: 1 / -1;
  margin-top: 62.6vw;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .additive-eva-hero__btn-shared {
    margin-top: 23vw;
  }
}
@media screen and (min-width: 1080px) {
  .additive-eva-hero__btn-shared {
    margin-top: 240px;
  }
}

.additive-eva-hero__products .prdBtnLink li {
  width: 100%;
}
.additive-eva-hero__products .prdBtnLink li a {
  width: 100%;
}

/* .additive-eva-hero .prdBtnLink li a span::after {
  display: none;
} */

.additive-eva-hero .prdBtnLink li a img {
  width: 20.8vw;
}

.additive-eva-hero__catch {
  border: 3px solid var(--eva-color);
  background: var(--black-color);
  padding: 4vw;
  position: relative;
}

.additive-eva-hero__catch::before {
  content: "";
  position: absolute;
  background: url(../img/top/bg-gallery-02.png) no-repeat center;
  background-size: cover;
  width: 68vw;
  height: 44vw;
  bottom: -15%;
  left: -15%;
  z-index: -1;
}

.additive-eva-hero__catch .additive-product-card__features {
  font-size: 4.26vw;
}
.additive-eva-hero .catch-main,
.additive-eva-repeat .catch-main {
  background: var(--eva-color);
  text-align: center;
  color: var(--white-color);
  font-family: "Noto Serif JP", serif;
  font-size: 5vw;
  letter-spacing: -0.05em;
  margin-bottom: 0;
  display: block;
}

.evar_additiveLayout .additive-product-card__merit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.13vw;
  font-weight: bold;
}

.evar_additiveLayout .additive-product-card__detail {
  font-size: 3.73vw;
  background: linear-gradient(
    to bottom,
    var(--eva-color) 0%,
    var(--eva-color02) 100%
  );
  padding: 2.13vw;
  width: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 0;
  height: auto;
}

.evar_additiveLayout .additive-product-card__span01 {
  font-size: 5.5vw;
}

.evar_additiveLayout .additive-dual__note {
  font-size: 3.5vw;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.additive-eva-hero__car {
  margin-top: 6.4vw;
  width: 90%;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

.additive-eva-hero__car img {
  width: 100%;
}

.additive-eva-hero__notes {
  text-align: right;
  margin-top: 2.13vw;
  font-size: 3.2vw;
}

@media screen and (min-width: 768px) {
  .additive-eva-hero__notes {
    margin-top: 1.2vw;
    font-size: 1.2vw;
  }
}

@media screen and (min-width: 768px) {
  .additive-eva-hero {
    margin-bottom: 0;
    padding-bottom: 10.6vw;
  }

  .additive-eva-hero__stripe {
    height: 20px;
  }

  .additive-eva-hero_evar01 {
    position: absolute;
    top: 18%;
    left: unset;
    right: 1%;
    width: 40%;
    height: auto;
  }

  .additive-eva-hero .l_container {
    padding-top: 0;
  }

  .additive-eva-hero__head {
    gap: 24px;
  }

  .additive-eva-hero__badge {
    width: 110px;
    height: 110px;
    font-size: 16px;
  }

  .additive-eva-hero__sub {
    font-size: 2.6vw;
    margin-bottom: 8px;
  }

  .additive-eva-hero__ttl {
    font-size: 4.68vw;
  }

  .additive-eva-hero__ttl span {
    font-size: 4.16vw;
  }

  .additive-eva-hero__body {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-left: max(5%, calc((100% - 1200px) / 2));
  }

  .additive-eva-hero__info {
    width: 100%;
  }

  .additive-eva-hero__products {
    width: 100%;
    gap: 3.125vw;
    margin-top: 8vw;
    margin-left: auto;
  }

  .additive-eva-hero__product-img-wrap {
    top: -60px;
    left: 50%;
    width: 40%;
    transform: translateX(-50%);
  }

  .additive-eva-repeat .additive-eva-hero__product-img-wrap {
    left: 55%;
  }

  .additive-eva-hero__product-img {
    height: 31.2vw;
  }

  .evar_additiveLayout .flex {
    gap: 2vw;
  }
  .evar_additiveLayout .prdBtnLink li {
    width: 100%;
  }

  .additive-eva-hero .prdBtnLink li a {
    padding: 1.56vw 2.08vw;
    font-size: 1.82vw;
    letter-spacing: 0;
  }

  .additive-eva-hero .prdBtnLink li a img {
    width: 10vw;
  }

  .additive-eva-hero__catch {
    width: 100%;
    margin-left: auto;
    padding: 2.08vw;
  }

  .additive-eva-hero__catch_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.08vw;
  }

  .additive-eva-hero__catch::before {
    width: 340px;
    height: 220px;
  }

  .additive-eva-hero .catch-main {
    font-size: 2.8vw;
  }

  .additive-eva-hero__catch .additive-product-card__features {
    font-size: 1.8vw;
  }
  .evar_additiveLayout .additive-product-card__merit {
    gap: 10px;
  }

  .evar_additiveLayout .additive-product-card__detail {
    font-size: 1.3vw;
    padding: 1.04vw;
  }

  .evar_additiveLayout .additive-product-card__span01 {
    font-size: 1.5vw;
  }

  .evar_additiveLayout .additive-dual__note {
    font-size: 1.5vw;
    padding: 1.04vw;
  }

  .additive-eva-hero__content {
    width: 70%;
    margin-top: -5%;
  }

  .additive-eva-hero__car {
    width: 100%;
    margin-top: -10%;
  }
}

@media screen and (min-width: 1080px) {
  .additive-eva-hero {
    margin-top: 108px;
    padding-bottom: 108px;
  }
  .additive-eva-hero__ttl {
    font-size: 52px;
  }

  .additive-eva-hero__ttl span {
    font-size: 48px;
  }

  .additive-eva-hero .catch-main {
    font-size: 32px;
  }

  .evar_additiveLayout .additive-product-card__merit {
    gap: 16px;
  }

  .evar_additiveLayout .additive-product-card__detail {
    font-size: 14px;
    padding: 16px 8px;
  }

  .evar_additiveLayout .additive-product-card__span01 {
    font-size: 20px;
    line-height: 1.1;
  }

  .additive-eva-hero__products {
    margin-top: 86.4px;
  }

  .additive-eva-hero__img-wrap {
    width: 214px;
  }

  .additive-eva-hero .prdBtnLink li a {
    padding: 16px;
    font-size: 19px;
  }

  .additive-eva-hero .prdBtnLink li a img {
    width: 75px;
  }

  .additive-eva-hero .additive-eva-hero__product ul {
    margin-top: 270px;
  }

  .additive-eva-hero__sub {
    font-size: 24px;
  }

  .additive-eva-hero__product-img {
    height: 300px;
    width: auto;
  }

  .additive-eva-hero__catch .additive-product-card__features {
    font-size: 20px;
  }

  .evar_additiveLayout .additive-dual__note {
    font-size: 16px;
    padding: 10px;
  }

  .additive-eva-hero__notes {
    margin-top: 16px;
    font-size: 12px;
  }
}

@media screen and (min-width: 1200px) {
  .additive-eva-hero__body .additive-eva-hero__products {
    padding: 40px 64px;
  }
  .additive-eva-hero__body .additive-eva-hero__product-img-wrap {
    left: 55%;
  }

  .additive-eva-hero__body .additive-eva-hero__product-img {
    height: 320px;
  }

  .additive-eva-hero__body .additive-eva-hero__catch {
    padding: 40px 64px;
  }

  .evar_additiveLayout .additive-product-card__detail {
    font-size: 16px;
    padding: 16px 24px;
  }

  .evar_additiveLayout .additive-product-card__span01 {
    font-size: 21px;
    line-height: 1.4;
  }
}

/* ===============================
   evar_additiveLayout additive-info
=============================== */

.evar_additiveLayout .additive-info .additive-info__ttl {
  font-family: "Noto Serif JP", serif;
  text-align-last: left;
  letter-spacing: -0.05em;
}

/* ===============================
   additive-mechanism
=============================== */
.additive-mechanism {
  background: var(--black-color);
  border: 1px solid var(--green-color);
  padding: 6vw 4vw;
}

.additive-mechanism__ttl {
  text-align: center;
  color: var(--white-color);
  font-size: 6vw;
  letter-spacing: -0.05em;
  font-weight: bold;
  margin-bottom: 6vw;
  position: relative;
}

.additive-mechanism__ttl::before {
  content: "";
  position: absolute;
  width: 4%;
  height: 1px;
  background: var(--green-color);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.additive-mechanism__ttl::after {
  content: "";
  position: absolute;
  width: 4%;
  height: 1px;
  background: var(--green-color);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.additive-mechanism__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 6vw;
}

.additive-mechanism__item {
  width: 42%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.evar_additiveLayout .additive-mechanism__item.left {
  margin-left: 5%;
}

.additive-mechanism__arrow {
  width: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.additive-mechanism__arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 2vw solid transparent;
  border-bottom: 2vw solid transparent;
  border-left: 3vw solid var(--green-color);
}

.additive-mechanism__break {
  flex-basis: 100%;
  height: 0;
}

.additive-mechanism__icon {
  width: 22vw;
  height: 22vw;
  max-width: 140px;
  max-height: 140px;
  margin: 0 auto;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--green-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.additive-mechanism__icon .material-icons {
  font-size: 9vw;
  color: var(--white-color);
}

.additive-mechanism__num {
  margin-top: 3vw;
  font-size: 3.8vw;
  font-weight: bold;
  color: var(--white-color);
}

.additive-mechanism__txt {
  margin-top: 0;
  font-size: 3vw;
  color: var(--gray-color);
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .additive-mechanism {
    padding: 40px;
  }

  .additive-mechanism__ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .additive-mechanism__list {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .additive-mechanism__item {
    width: auto;
    flex: 1;
  }

  .additive-mechanism__arrow {
    width: 40px;
  }

  .additive-mechanism__arrow::before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid var(--green-color);
  }

  .evar_additiveLayout .additive-mechanism__item.left {
    margin-left: 0;
  }

  .additive-mechanism__break {
    display: none;
  }

  .additive-mechanism__icon {
    width: 100px;
    height: 100px;
  }

  .additive-mechanism__icon .material-icons {
    font-size: 50px;
  }

  .additive-mechanism__num {
    font-size: 16px;
  }

  .additive-mechanism__txt {
    font-size: 13px;
  }
}

@media screen and (min-width: 1080px) {
  .additive-mechanism__num {
    margin-top: 24px;
    font-size: 18px;
    margin-bottom: 8px;
  }

  .additive-mechanism__icon {
    width: 130px;
    height: 130px;
  }

  .additive-mechanism__icon .material-icons {
    font-size: 75px;
  }

  .additive-mechanism__txt {
    font-size: 14px;
  }
}

/* ===============================
   additive-risk
=============================== */
.additive-risk {
  border: 2px solid var(--eva-color02);
  background: var(--black-color);
  padding: 6vw 4vw;
}

.additive-risk__ttl {
  text-align: center;
  color: var(--white-color02);
  font-size: 6vw;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  letter-spacing: -0.05em;
}

.additive-risk__ttl::before {
  content: "";
  position: absolute;
  width: 4%;
  height: 1px;
  background: var(--eva-color02);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.additive-risk__ttl::after {
  content: "";
  position: absolute;
  width: 4%;
  height: 1px;
  background: var(--eva-color02);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.additive-risk__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3vw;
}

.additive-risk__item {
  background: var(--eva-color);
  border-radius: 10px;
  padding: 4vw 2vw;
  text-align: center;
}

.additive-risk__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10vw;
  height: 10vw;
  max-width: 48px;
  max-height: 48px;
  margin: 0 auto;
}

.additive-risk__icon .material-icons {
  font-size: 7vw;
  color: var(--white-color);
}

.additive-risk__name {
  margin-top: 2vw;
  font-size: 3.2vw;
  font-weight: bold;
  color: var(--white-color);
}

.additive-risk__txt {
  margin-top: 1vw;
  font-size: 2.4vw;
  color: var(--gray-color);
  line-height: 1.5;
}

.additive-trouble__grid {
  margin-top: 6vw;
}

.additive-trouble__card {
  background: var(--eva-color);
  padding: 4vw 2vw;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .additive-risk {
    padding: 40px;
  }

  .additive-risk__ttl {
    font-size: 32px;
  }

  .additive-risk__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .additive-trouble__grid {
    margin-top: 40px;
    gap: 16px;
  }

  .additive-trouble__card {
    margin-top: 0;
  }

  .additive-risk__icon {
    width: 48px;
    height: 48px;
  }

  .additive-risk__icon .material-icons {
    font-size: 28px;
  }

  .additive-risk__name {
    font-size: 14px;
  }

  .additive-risk__txt {
    font-size: 11px;
  }
}

@media screen and (min-width: 1080px) {
  .additive-trouble__card {
    padding: 32px 8px;
  }
}

/* ===============================
   additive-solution
=============================== */
.evar_additiveLayout .additive-solution {
  background: var(--eva-color);
  margin-bottom: clamp(24px, 8vw, 30px);
}

.evar_additiveLayout .additive-solution::after {
  border-top: 30px solid var(--eva-color);
  bottom: -29px;
}

.evar_additiveLayout .additive-solution__text {
  font-size: 5.3vw;
}

.evar_additiveLayout .additive-solution__text span {
  font-size: 9.6vw;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .evar_additiveLayout .additive-solution__text {
    font-size: 24px;
  }

  .evar_additiveLayout .additive-solution__text span {
    font-size: 40px;
  }
}

/* ===============================
   additive-effect
=============================== */
.evar_additiveLayout .additive-effect {
  background:
    url("../img/evar-collaboration/eva_bg.svg") center / cover no-repeat,
    linear-gradient(
      to bottom,
      var(--black-color) 0%,
      var(--eva-red) 50%,
      var(--black-color) 100%
    );
}
.evar_additiveLayout .additive-effect__ttl {
  text-align: left;
  font-size: 6.3vw;
  letter-spacing: -0.05em;
  border-bottom: 3px solid var(--eva-red);
}

.evar_additiveLayout .additive-effect__result h3 {
  letter-spacing: -0.05em;
}

.evar_additiveLayout .additive-effect__result h3 span {
  font-size: 5.33vw;
}

.evar_additiveLayout .additive-effect__benefits li {
  background: var(--eva-red);
}

@media screen and (min-width: 768px) {
  .evar_additiveLayout .additive-effect__ttl {
    font-size: 32px;
    padding-bottom: 16px;
  }

  .evar_additiveLayout .additive-effect__result h3 span {
    font-size: 20px;
  }
}

@media screen and (min-width: 1080px) {
  .evar_additiveLayout .additive-effect .additive-product-card__detail {
    font-size: 11px;
    padding: 8px;
    height: 88px;
  }

  .evar_additiveLayout .additive-effect__ttl {
    font-size: 36px;
  }

  .evar_additiveLayout .additive-effect__result h3 span {
    font-size: 28px;
  }
}

/* ===============================
   additive-triangle__right
=============================== */
.evar_additiveLayout .additive-triangle__right {
  background: linear-gradient(
    to bottom,
    var(--eva-color) 0%,
    var(--black-color) 100%
  );
}

.additive-triangle__left {
  background: linear-gradient(
    to bottom,
    var(--black-color) 0%,
    var(--eva-color) 100%
  );
}

/* ===============================
   additive-test
=============================== */

.evar_additiveLayout .additive-test {
  background: linear-gradient(
    to bottom,
    var(--black-color) 0%,
    var(--eva-color) 50%,
    var(--black-color) 100%
  );
}

.evar_additiveLayout .additive-test::after {
  background: linear-gradient(
    to bottom,
    var(--black-color) 0%,
    var(--eva-color) 50%,
    var(--black-color) 100%
  );
}

.evar_additiveLayout .additive-test__ttl {
  text-align: left;
  letter-spacing: -0.05em;
  font-size: 6.4vw;
  border-bottom: 3px solid var(--eva-color);
}

.evar_additiveLayout .additive-test__lead {
  background: linear-gradient(
    transparent 0%,
    transparent 65%,
    var(--eva-red) 65%,
    var(--eva-red) 100%
  );
}

.evar_additiveLayout .additive-test__content {
  width: 100%;
}

.evar_additiveLayout .additive-test__flow {
  gap: 0.2vw;
}

.evar_additiveLayout .additive-test__txt {
  text-align: right;
  font-size: 2.8vw;
}

@media screen and (min-width: 768px) {
  .additive-test {
    padding: 80px 0;
  }
  .additive-test__layout {
    margin-top: 40px;
  }
  .evar_additiveLayout .additive-test__flow {
    width: 100%;
    justify-content: space-between;
    margin-top: 5.2vw;
  }

  .additive-test__desc {
    margin-top: 0;
  }
  .evar_additiveLayout .additive-test__ttl {
    font-size: 32px;
    padding-bottom: 16px;
  }

  .evar_additiveLayout .additive-test__txt {
    font-size: 12px;
  }
}

@media screen and (min-width: 1080px) {
  .evar_additiveLayout .additive-test__ttl {
    font-size: 36px;
  }

  .evar_additiveLayout .additive-test__flow {
    margin-top: 40px;
  }
}

/* ===============================
additive-compare
=============================== */
.additive-compare::before {
  content: "";
  position: absolute;
  bottom: -1%;
  right: 0;
  background: url(../img/evar-collaboration/evaR_plus.png);
  width: 23vw;
  height: 25vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.evar_additiveLayout .additive-compare__ttl {
  text-align: left;
  letter-spacing: -0.05em;
  font-size: 8.53vw;
  border-bottom: 3px solid var(--eva-color);
}

.evar_additiveLayout .additive-compare__table {
  width: 100%;
}

.evar_additiveLayout .additive-compare__scroll.is-single {
  overflow: visible;
}

.evar_additiveLayout
  .additive-compare__scroll.is-single
  .additive-compare__scroll-inner {
  display: block;
  min-width: 0;
  overflow: visible;
  position: relative;
}

.evar_additiveLayout .additive-compare__scroll-inner.is-single::before {
  content: "";
  display: block;
  position: absolute;
  top: -5.5%;
  right: 0;
  width: 20vw;
  height: 17.6vw;
  background: url("../img/snowmonster/snow_chart_tume.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}

.evar_additiveLayout .additive-compare__table.is-single {
  min-width: 0;
  width: 100%;
  table-layout: fixed;
}

.evar_additiveLayout .additive-compare__table.is-single th {
  width: 32%;
  background: var(--eva-color);
  border: solid 1px var(--white-color);
}

.evar_additiveLayout .additive-compare__table.is-single td {
  width: 68%;
}

.evar_additiveLayout .additive-compare__table.is-single th,
.evar_additiveLayout .additive-compare__table.is-single td {
  word-break: break-word;
}

.evar_additiveLayout .additive-compare__d-77 {
  letter-spacing: -0.1em;
  font-size: 4vw;
  font-weight: bold;
}

.additive-compare__product-img-wrap {
  display: flex;
  justify-content: center;
  gap: 4.26vw;
}

.additive-compare__td div {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .evar_additiveLayout .additive-compare__scroll-inner.is-single::before {
    top: -7%;
    right: 0;
    width: 115px;
    height: 76px;
  }

  .evar_additiveLayout .additive-compare__ttl {
    font-size: 32px;
    padding-bottom: 16px;
  }

  .evar_additiveLayout .additive-compare__d-77 {
    font-size: 18px;
    width: auto;
  }

  .evar_additiveLayout .additive-compare__table.is-single th {
    width: 20%;
  }

  .evar_additiveLayout .additive-compare__table.is-single td {
    width: 80%;
  }
  .additive-compare::before {
    bottom: -2%;
    width: 15vw;
    height: 16vw;
  }

  .additive-compare__product-img-wrap {
    gap: 24px;
  }
}

@media screen and (min-width: 1080px) {
  .evar_additiveLayout .additive-compare__ttl {
    font-size: 36px;
  }

  .evar_additiveLayout .additive-compare__d-77 {
    font-size: 20px;
  }
  .additive-compare::before {
    bottom: -2%;
    width: 200px;
    height: 201px;
  }

  .additive-compare__table td {
    font-size: 16px;
  }
}

/* ===============================
additive-divider
=============================== */
.additive-divider.eva {
  background: linear-gradient(transparent, var(--eva-color), transparent);
}

.additive-divider::before {
  background-image: none;
}

/* ===============================
monsterph07
=============================== */
.evar_additiveLayout .m_ttl {
  font-size: 6.4vw;
}

.evar_additiveLayout .m_ttl01 {
  text-align: left;
  letter-spacing: -0.05em;
  border-bottom: 3px solid var(--green-color);
  padding-bottom: 2.13vw;
}
.evar_additiveLayout .monsterph07_qa_item {
  background-color: var(--green-color);
  background-image: url("../img/evar-collaboration/eva_qa_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 2px 2px 4px var(--black-color02);
}

.evar_additiveLayout .monsterph07_qa_answer_text {
  font-size: 3.8vw;
}

@media screen and (min-width: 768px) {
  .evar_additiveLayout .m_ttl {
    font-size: 32px;
  }

  .evar_additiveLayout .monsterph07_qa_answer_text {
    font-size: 14px;
  }
}

@media screen and (min-width: 1080px) {
  .evar_additiveLayout .m_ttl {
    font-size: 40px;
  }

  .evar_additiveLayout .monsterph07_qa_answer_text {
    font-size: 16px;
  }

  .evar_additiveLayout .monsterph07 {
    margin-bottom: 40px;
  }
}

/* ===============================
   additive-eva-repeat
=============================== */
.additive-eva-repeat {
  position: relative;
  overflow: hidden;
  background: url("../img/evar-collaboration/monster_evar_ctabg.png")
    center/cover no-repeat;
  padding-bottom: 12vw;
}

.additive-eva__divider {
  width: 100%;
}

.additive-eva-repeat .l_container {
  position: relative;
  z-index: 1;
}

.additive-eva-repeat__ttl {
  text-align: center;
  color: var(--white-color);
  font-size: 5.3vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.03em;
}

.additive-eva-repeat__ttl span {
  margin-top: 1vw;
  font-size: 7.2vw;
}

.evar_additiveLayout .additive-dual__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.13vw;
}

.evar_additiveLayout .additive-product-card {
  padding: 2.13vw;
  background:
    url("../img/evar-collaboration/additive-eva-hero__products_bg.svg") center /
      cover no-repeat,
    var(--black-color);
  margin-bottom: 0;
  width: 49%;
}

.evar_additiveLayout .additive-product-card::before {
  top: -6vw;
  right: -8vw;
  width: 30vw;
  height: 12vw;
}

.evar_additiveLayout .additive-product-card__image {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
}

/* .evar_additiveLayout .additive-eva-repeat .prdBtnLink {
  margin-top: 48vw;
} */

/* .evar_additiveLayout .additive-eva-repeat .prdBtnLink li a span::after {
  display: none;
} */

.evar_additiveLayout .additive-eva-repeat .prdBtnLink li a {
  padding: 4vw 2vw;
  font-size: 4vw;
}

.evar_additiveLayout .additive-eva-repeat .prdBtnLink li a img {
  width: 20.8vw;
}

@media screen and (min-width: 768px) {
  .evar_additiveLayout .additive-eva-repeat .prdBtnLink li a img {
    width: 10.8vw;
  }
}

.comingsoon_btn {
  width: 100%;
  background: var(--black-color02);
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  box-shadow: 2px 2px 4px var(--black-color02);
  font-size: 16px;
  padding: 5px;
}

@media screen and (min-width: 768px) {
  .additive-eva-repeat {
    padding-bottom: 60px;
  }

  .additive-eva-repeat .l_container {
    margin: 0 auto;
  }

  .additive-eva-repeat__ttl {
    font-size: 24px;
  }

  .additive-eva-repeat__ttl span {
    font-size: 40px;
  }

  .evar_additiveLayout .additive-dual__grid {
    gap: 40px;
  }

  .evar_additiveLayout .additive-product-card {
    padding: 24px;
  }

  .evar_additiveLayout .additive-product-card::before {
    width: 20vw;
    height: 15vw;
    top: -6vw;
    right: -3vw;
  }

  .evar_additiveLayout .additive-product-card__image img {
    width: auto;
    height: 29.94vw;
  }

  .evar_additiveLayout .additive-eva-repeat .prdBtnLink {
    margin-top: 25vw;
  }

  .evar_additiveLayout .additive-eva-repeat .prdBtnLink li a {
    padding: 1.56vw 2.08vw;
    font-size: 1.82vw;
  }

  .evar_additiveLayout .additive-eva-repeat .additive-eva-hero__catch {
    width: 100%;
  }

  .additive-eva-repeat .catch-main {
    font-size: 40px;
  }

  .evar_additiveLayout
    .additive-eva-repeat
    .additive-eva-hero__catch
    .additive-product-card__features {
    font-size: 2.86vw;
  }

  .evar_additiveLayout .additive-eva-repeat .additive-product-card__detail {
    font-size: 2.08vw;
    padding: 2.08vw;
  }

  .evar_additiveLayout .additive-eva-repeat .additive-product-card__span01 {
    font-size: 3.125vw;
  }

  .evar_additiveLayout .additive-eva-repeat .additive-dual__note {
    font-size: 2.6vw;
  }

  .comingsoon_btn {
    margin-top: 8px;
  }
}

@media screen and (min-width: 1080px) {
  .additive-eva-repeat__ttl {
    font-size: 26px;
  }

  .additive-eva-repeat__ttl span {
    font-size: 34px;
  }

  .evar_additiveLayout .additive-product-card::before {
    width: 155px;
    height: 103px;
    top: -50px;
    right: -20px;
  }

  .evar_additiveLayout .additive-product-card__image img {
    height: 323px;
  }

  .evar_additiveLayout .additive-eva-repeat .prdBtnLink {
    margin-top: 240px;
  }

  .evar_additiveLayout .additive-eva-repeat .prdBtnLink li a {
    padding: 16px;
    font-size: 19px;
  }
  .evar_additiveLayout .additive-eva-repeat .prdBtnLink li a img {
    width: 115px;
  }

  .evar_additiveLayout .additive-eva-repeat .additive-eva-hero__catch {
    padding: 40px 80px;
  }

  .additive-eva-repeat .catch-main {
    font-size: 40px;
  }

  .evar_additiveLayout
    .additive-eva-repeat
    .additive-eva-hero__catch
    .additive-product-card__features {
    font-size: 28px;
  }

  .evar_additiveLayout .additive-eva-repeat .additive-product-card__detail {
    font-size: 22px;
    padding: 22px;
  }
  .evar_additiveLayout .additive-eva-repeat .additive-product-card__span01 {
    font-size: 28px;
  }
  .evar_additiveLayout .additive-eva-repeat .additive-dual__note {
    font-size: 24px;
  }

  .comingsoon_btn {
    margin-top: 0;
    padding: 16px;
  }
}

/* ===============================
eva-racing
=============================== */
/* セクション全体 */
.eva-racing {
  background:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/evar-collaboration/eva_racing_bg.svg") no-repeat center / cover;
  overflow: hidden;
  position: relative;
}

/* タイトル */
.eva-ttl {
  font-size: 4.8vw;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 2;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
  .eva-ttl {
    font-size: 32px;
  }
}
@media screen and (min-width: 1080px) {
  .eva-ttl {
    font-size: 40px;
  }
}

/* メイン3カラム構成 */
.eva-content {
  margin-top: 10.66vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .eva-content {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

/* 女の子画像 */
.eva-girls {
  position: absolute;
  top: -13%;
  right: -2%;
  width: 35.2vw;
  height: 40.2vw;
}

@media screen and (min-width: 768px) {
  .eva-girls {
    width: 40vw;
    height: auto;
    top: 0;
    right: unset;
    left: 1%;
  }
}

@media screen and (min-width: 1080px) {
  .eva-girls {
    width: auto;
  }
}

.eva-girls img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .eva-girls img {
    width: 100%;
    height: 350px;
  }
}

@media screen and (min-width: 1080px) {
  .eva-girls img {
    width: 100%;
    height: 516px;
  }
}

@media screen and (min-width: 768px) {
  .eva-left-img img {
    width: 55%;
    height: auto;
  }
}

.eva-car-img {
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .eva-car-img {
    width: 55%;
    height: auto;
    display: flex;
    justify-content: flex-end;
  }
}

.eva-car-img img {
  width: 100%;
  height: auto;
}

.eva-content_left {
  position: relative;
}

/* テキストボックス */
.eva-text-box {
  background: var(--eva-color);
  padding: 6.4vw 4.26vw;
  font-size: 3vw;
}

.eva-text-box p {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .eva-text-box {
    padding: 3.125vw;
    font-size: 1.82vw;
  }
}

@media screen and (min-width: 1080px) {
  .eva-text-box {
    padding: 40px 80px;
    font-size: 16px;
    margin-bottom: 0;
  }
}

.eva-inner {
  position: relative;
  margin-top: 10.66vw;
}

@media screen and (min-width: 768px) {
  .eva-inner {
    margin-top: 80px;
  }
}

.evar_additiveLayout .l_snow-inner01 {
  margin-top: 17.6vw;
}

@media screen and (min-width: 1080px) {
  .evar_additiveLayout .l_snow-inner01 {
    margin-top: 120px;
  }
}
