@charset "UTF-8";
/*
* main.css
*
*/
* {
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  max-height: 999999px;
  background: transparent;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul,
dl,
ol {
  text-indent: 0;
}

ol,
ul {
  list-style: none;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

a {
  margin: 0;
  padding: 0;
  outline: none;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

em {
  font-weight: normal;
  font-style: normal;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  font-size: inherit;
}

th,
td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

caption {
  text-align: left;
}

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
  margin: 0px;
  padding: 0px;
  border: none;
  -webkit-border-radius: 0;
  vertical-align: baseline;
  font-size: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
  height: 1px;
}

input,
select {
  vertical-align: middle;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* ------------------------
  Base Settings
------------------------ */
:root {
  --color-black: #000;
  --color-white: #fff;
  --font-family-body: "Noto Sans Japanese", sans-serif;
  --font-family-default: "Noto Serif JP", serif;
  --line-height-default: 1.5;
  --liq-scale: 0.0694444444vw;
}
@media (min-width: 1440px) {
  :root {
    --liq-scale: 1px;
  }
}
@media (max-width: 750px) {
  :root {
    --liq-scale: 0.1333333333vw;
  }
}

html {
  font-size: 16px;
}

body {
  background-color: var(--color-white);
  color: var(--color-black);
  font-family: var(--font-family-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: var(--line-height-default);
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 750px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 750px) {
  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 750px) and (max-width: 1440px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 750px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1440px) {
  .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1440px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1440px) {
  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.current-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 0;
  width: calc(60 * var(--liq-scale));
  height: 100%;
  transform: translateY(-50%);
  background: #fff;
}
@media (max-width: 750px) {
  .current-nav {
    display: none !important;
  }
}
.current-nav::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);

  padding-block: calc(120 * var(--liq-scale));
}
@media (max-width: 750px) {
  .current-nav::before {
    padding-block: calc(170 * var(--liq-scale));
  }
}
.current-nav .current-nav-list {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  position: relative;
  height: 100%;

  gap: calc(25 * var(--liq-scale));
  padding-block: calc(22 * var(--liq-scale));
}
@media (max-width: 750px) {
  .current-nav .current-nav-list {
    gap: calc(30 * var(--liq-scale));
    padding-block: calc(40 * var(--liq-scale));
  }
}
.current-nav .current-nav-item {
  position: relative;
}
.current-nav .current-nav-item:first-child {
  width: calc(20 * var(--liq-scale));
  height: calc(14 * var(--liq-scale));
}
.current-nav .current-nav-item:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translate(-50%, -50%);
  background-color: #999;
  pointer-events: none;

  -webkit-mask-image: url("/car/evitara/arcampaign/img/icon-current.svg");

          mask-image: url("/car/evitara/arcampaign/img/icon-current.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 750px) {
  .current-nav .current-nav-item:first-child::after {
    width: calc(20 * var(--liq-scale));
    height: calc(14 * var(--liq-scale));
  }
}
.current-nav .current-nav-item:first-child img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.current-nav .current-nav-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-21 * var(--liq-scale));
  width: calc(8 * var(--liq-scale));
  height: calc(100% + 8 * var(--liq-scale));
  transition: transform 0.3s 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateY(-50%) scaleY(0);
  transform-origin: top;
  background-color: #0098d8;
}
@media (max-width: 750px) {
  .current-nav .current-nav-item::before {
    width: calc(7 * var(--liq-scale));
  }
}
.current-nav .current-nav-item[aria-current=page]::before {
  transform: translateY(-50%) scaleY(1);
}
.current-nav .current-nav-item[aria-current=page]::after {
  background-color: #0098d8;
}
.current-nav .current-nav-item[aria-current=page] a {
  color: #0098d8;
}
.current-nav .current-nav-item a {
  display: inline-block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #999;
  font-size: calc(12 * var(--liq-scale));

  writing-mode: vertical-lr;
}
@media (min-width: 750px) {
  .current-nav .current-nav-item a:hover,
  .current-nav .current-nav-item a:focus {
    opacity: 0.8;
    color: #0098d8;
  }
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.heading {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: normal;

  gap: calc(10 * var(--liq-scale));
}
@media (max-width: 750px) {
  .heading {
    font-size: calc(22 * var(--liq-scale));

    margin-inline: auto;
  }
}
.heading p {
  position: relative;
  padding-top: calc(8 * var(--liq-scale));
  width: calc(170 * var(--liq-scale));
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: calc(14 * var(--liq-scale));
}
@media (max-width: 750px) {
  .heading p {
    padding-top: calc(12 * var(--liq-scale));
    width: calc(142 * var(--liq-scale));
    font-size: calc(20 * var(--liq-scale));
  }
}
.heading p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(3 * var(--liq-scale));
  background-image: url(/car/evitara/arcampaign/img/heading-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 750px) {
  .heading p::before {
    height: calc(4 * var(--liq-scale));
    background-image: url(/car/evitara/arcampaign/img/heading-line-sp.svg);
    background-size: cover;
  }
}
.heading h2 {
  letter-spacing: 0.08em;
  font-size: calc(30 * var(--liq-scale));
  line-height: 1;
}
@media (max-width: 750px) {
  .heading h2 {
    font-size: calc(40 * var(--liq-scale));
  }
}

/* ------------------------
  modal
------------------------ */
.modal {
  display: flex;
  overflow: auto;
  justify-content: center;
  position: fixed;
  z-index: 1000;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  font-family: var(--font-family-default);

  inset: 0;
}
.modal[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
}
.modal[aria-hidden=false] {
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.modal img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.modal a {
  text-decoration: none;
}
.modal a[href^="tel:"]:hover {
  color: var(--color-black);
}
@media (min-width: 750px) {
  .modal a[href^="tel:"] {
    cursor: text;
    text-decoration: none;
  }
}
.modal p {
  text-align: left;
  color: var(--color-black);
}

.modal__overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);

  inset: 0;
}

.modal__box {
  position: relative;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;

  padding-block: calc(60 * var(--liq-scale));
}
@media (max-width: 750px) {
  .modal__box {
    margin: 0;

    padding-block: 0 calc(60 * var(--liq-scale));
    margin-block: auto;
  }
}

.modal__close {
  position: absolute;
  top: calc(90 * var(--liq-scale));
  right: 0;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 750px) {
  .modal__close {
    width: calc(40 * var(--liq-scale));
    height: calc(40 * var(--liq-scale));
    background-image: url("/car/evitara/arcampaign/img/icon-close.svg");
  }
}
@media (max-width: 750px) {
  .modal__close {
    top: calc(40 * var(--liq-scale));
    width: calc(60 * var(--liq-scale));
    height: calc(60 * var(--liq-scale));
    background-image: url("/car/evitara/arcampaign/img/icon-close.svg");
  }
}
.modal__close {
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 750px) {
  .modal__close:hover,
  .modal__close:focus {
    opacity: 0.75;
  }
}

.modal__contents {
  position: relative;
  z-index: 1;
  margin-top: calc(80 * var(--liq-scale));
  padding: calc(40 * var(--liq-scale));
  border-radius: calc(10 * var(--liq-scale));
  width: calc(800 * var(--liq-scale));
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  color: #000;
}
@media (max-width: 750px) {
  .modal__contents {
    margin-top: calc(120 * var(--liq-scale));
    width: calc(640 * var(--liq-scale));
  }
}
.modal__contents .modal__title {
  text-align: center;
  font-size: calc(18 * var(--liq-scale));
}
@media (max-width: 750px) {
  .modal__contents .modal__title {
    font-size: calc(24 * var(--liq-scale));
  }
}
.modal__contents .modal__terms {
  margin-top: calc(20 * var(--liq-scale));
  padding: calc(35 * var(--liq-scale));
  background-color: rgba(153, 153, 153, 0.1);
  font-size: calc(14 * var(--liq-scale));
  line-height: 1.66;
}
@media (max-width: 750px) {
  .modal__contents .modal__terms {
    font-size: calc(20 * var(--liq-scale));
  }
}
.modal__contents .modal__terms-list {
  display: flex;
  flex-flow: column;
  margin-top: calc(35 * var(--liq-scale));
  margin-left: 1em;

  gap: 1lh;
}
.modal__contents .modal__terms-list li {
  list-style: decimal;
  font-weight: bold;
}
.modal__contents .modal__terms-list li > ol {
  margin-left: 1.5em;
}
.modal__contents .modal__terms-list li > ol li {
  list-style: decimal;
  font-weight: normal;
}
.modal__contents .modal__terms-list li > ul li {
  position: relative;
  padding-left: 1em;
  list-style: none;
  font-weight: normal;
}
.modal__contents .modal__terms-list li > ul li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  text-align: center;
}
.modal__contents .modal__terms-list li a {
  text-decoration: underline;
  color: #000;
}
.modal__contents .modal__terms-list li a:hover {
  text-decoration: none;
}
.modal__contents .modal__terms-list.--reward {
  margin-top: 0;
  margin-left: 0;
}
.modal__contents .modal__terms-list.--reward li {
  list-style: none;
}
.modal__contents .modal__terms-head {
  display: inline-block;
}
.modal__contents .modal__terms-text {
  font-weight: normal;
}
.modal__contents .modal__terms-text span {
  color: #4d4d4d;
  font-size: calc(12 * var(--liq-scale));
}
@media (max-width: 750px) {
  .modal__contents .modal__terms-text span {
    font-size: calc(18 * var(--liq-scale));
  }
}