@charset "UTF-8";
/* ディスタイルCSS */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* 変数 */
/* 全体 */
html {
  overflow-x: hidden;
}
html body {
  overflow-x: hidden;
}
html header {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
}
html main {
  width: 100%;
  max-width: 750px;
  margin-top: min(13.33vw, 100px);
  margin-inline: auto;
}
html a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  html a:hover {
    opacity: 0.85;
  }
}

.fade-top,
.fade-top-auto {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: translateY(-30px);
}
.fade-top.is-visible,
.fade-top-auto.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-bottom {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: translateY(30px);
}
.fade-bottom.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-right {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: translateX(30px);
}
.fade-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.is-delay-1 {
  transition-delay: 0.6s;
}

.is-delay-2 {
  transition-delay: 1.3s;
}

@keyframes btnEPowerBounce {
  0%, 72%, 100% {
    transform: translateY(0) scale(1);
  }
  80% {
    transform: translateY(-8px) scale(1.06);
  }
  88% {
    transform: translateY(0) scale(1);
  }
  94% {
    transform: translateY(-3px) scale(1.015);
  }
}
/* .header */
.header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  width: 100%;
  max-width: 750px;
  height: min(13.33vw, 100px);
  background-color: #fff;
  transform: translateX(-50%);
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-inline: min(2.67vw, 20px) min(4.27vw, 32px);
}
.header__logo-nissan {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__logo-nissan h1 {
  width: min(15.07vw, 113px);
}
.header__logo-nissan h1 a {
  width: 100%;
}
.header__logo-nissan h1 a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.header__logo-nara-nissan {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: min(1.73vw, 13px);
}
.header__logo-nara-nissan h1 {
  width: min(18.53vw, 139px);
}
.header__logo-nara-nissan h1 a {
  width: 100%;
}
.header__logo-nara-nissan h1 a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* .first-view */
.first-view {
  background-color: #fff;
}
.first-view__key-visual {
  position: relative;
  width: 100%;
  height: min(63.2vw, 474px);
  background-image: image-set(url("../../common/img/bg_first-view.png") 1x, url("../../common/img/bg_first-view@2x.png") 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.first-view__title {
  position: absolute;
  top: min(2.4vw, 18px);
  left: min(3.33vw, 25px);
  z-index: 1;
  width: min(41.87vw, 314px);
}
.first-view__title h2 {
  width: 100%;
}
.first-view__title h2 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.first-view__kicks {
  position: absolute;
  top: min(0.67vw, 5px);
  left: min(0.53vw, 4px);
  z-index: 1;
  width: min(100vw, 750px);
}
.first-view__kicks img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.first-view__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  width: 100%;
  justify-content: center;
  margin-top: calc(-1 * min(8.8vw, 66px));
  padding-left: 8.5%;
}
.first-view__text01 {
  width: min(83.73vw, 628px);
}
.first-view__text01 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.first-view__text02 {
  width: min(83.6vw, 627px);
  margin-top: min(0.8vw, 6px);
}
.first-view__text02 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.first-view__btn {
  display: flex;
  justify-content: center;
  margin-top: min(5.47vw, 41px);
}
.first-view .btn-reservation {
  display: block;
  width: min(83.47vw, 626px);
}
.first-view .btn-reservation img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* .point01 */
.point01 {
  margin-top: min(12.53vw, 94px);
}
.point01__key-visual {
  position: relative;
  height: min(59.33vw, 445px);
  background-image: url("../../common/img/bg_point01.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.point01__title {
  position: absolute;
  top: min(3.47vw, 26px);
  left: 0;
}
.point01__title h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(1.73vw, 13px);
}
.point01__title-text01 {
  display: block;
  width: min(56.4vw, 423px);
}
.point01__title-text01 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.point01__title-text02 {
  display: block;
  position: relative;
  z-index: 2;
  width: min(72vw, 540px);
  margin-left: min(5.07vw, 38px);
}
.point01__title-text02 img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.point01__kicks {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: min(69.33vw, 520px);
}
.point01__kicks img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.point01__kicks--new.is-visible {
  transition-delay: 0.6s;
}

/* .point02 */
.point02 {
  margin-top: min(13.73vw, 103px);
}
.point02__key-visual {
  position: relative;
  height: min(68.67vw, 515px);
  background-image: image-set(url("../../common/img/bg_point02.png") 1x, url("../../common/img/bg_point02@2x.png") 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.point02__title {
  position: absolute;
  top: min(3.47vw, 26px);
  left: 0;
}
.point02__title h2 {
  width: min(84.8vw, 636px);
}
.point02__title h2 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.point02__kicks {
  position: absolute;
  top: min(4.13vw, 31px);
  left: 0;
  z-index: 1;
  width: min(100vw, 750px);
}
.point02__kicks img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.point02__text {
  display: flex;
  position: relative;
  width: 100%;
  height: min(34vw, 255px);
  margin-top: calc(-1 * min(1.87vw, 14px));
  justify-content: center;
}
.point02__text01 {
  width: min(84vw, 630px);
}
.point02__text01 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.point02__text02 {
  position: absolute;
  top: min(7.87vw, 59px);
  left: min(7.87vw, 59px);
  width: min(45.47vw, 341px);
}
.point02__text02 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.point02__text03 {
  position: absolute;
  top: min(7.47vw, 56px);
  left: min(8.4vw, 63px);
  width: min(83.73vw, 628px);
}
.point02__text03 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.point02__btn {
  display: flex;
  justify-content: center;
  margin-top: min(2.4vw, 18px);
}
.point02 .btn-e-power {
  display: block;
  width: min(83.87vw, 629px);
  margin-block: min(4vw, 30px);
  cursor: pointer;
  transform-origin: center bottom;
  animation: btnEPowerBounce 1.8s ease-in-out infinite;
  will-change: transform;
}
.point02 .btn-e-power img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media (prefers-reduced-motion: reduce) {
  .point02 .btn-e-power {
    animation: none;
  }
}

/* .sec-fuel */
.sec-fuel {
  margin-top: min(3.33vw, 25px);
}
.sec-fuel__title {
  display: flex;
  justify-content: center;
  padding-left: 7%;
}
.sec-fuel__title h2 {
  position: relative;
  width: min(93.2vw, 699px);
}
.sec-fuel__title h2::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: min(16.27vw, 122px);
  left: min(36.93vw, 277px);
  width: min(12.93vw, 97px);
  height: min(12vw, 90px);
  background-image: image-set(url("../../common/img/deco_sec-fuel-title.png") 1x, url("../../common/img/deco_sec-fuel-title@2x.png") 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.6s ease;
}
.sec-fuel__title h2.is-active::after {
  opacity: 1;
}
.sec-fuel__title h2 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.sec-fuel__title h2 .count-number {
  display: flex;
  position: absolute;
  bottom: -2px;
  z-index: 1;
  align-items: flex-end;
  color: #231815;
  font-size: min(8.8vw, 66px);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: 0.028em;
  font-family: Montserrat, sans-serif;
  font-variant-numeric: tabular-nums;
}
.sec-fuel__title h2 .count-number__integer {
  display: inline-block;
  transform: scaleX(0.87);
  transform-origin: right bottom;
}
.sec-fuel__title h2 .count-number__decimal {
  margin-left: min(2.53vw, 19px);
}
.sec-fuel__title h2 .count-number--fuel-left {
  left: min(0.67vw, 5px);
}
.sec-fuel__title h2 .count-number--fuel-left .count-number__decimal {
  position: relative;
  margin-left: min(2.27vw, 17px);
}
.sec-fuel__title h2 .count-number--fuel-left .count-number__decimal::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(-1 * min(1.87vw, 14px));
  width: min(1.6vw, 12px);
  height: min(1.6vw, 12px);
  background-color: #231815;
}
.sec-fuel__title h2 .count-number--fuel-right {
  left: min(48.27vw, 362px);
  font-size: min(11.73vw, 88px);
}
.sec-fuel__title h2 .count-number--fuel-right .count-number__integer {
  width: min(16.93vw, 127px);
  text-align: right;
}
.sec-fuel__title h2 .count-number--fuel-right .count-number__decimal {
  position: relative;
  margin-left: min(3.07vw, 23px);
}
.sec-fuel__title h2 .count-number--fuel-right .count-number__decimal::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(-1 * min(2.27vw, 17px));
  width: min(2.27vw, 17px);
  height: min(2.27vw, 17px);
  background-color: #231815;
}
.sec-fuel__number {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
  margin-top: min(2.53vw, 19px);
}
.sec-fuel__number h2 {
  width: min(83.33vw, 625px);
}
.sec-fuel__number h2 .count-number {
  position: absolute;
  top: min(3.6vw, 27px);
  right: min(58.13vw, 436px);
  color: #c8000a;
  font-size: min(24.67vw, 185px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.028em;
  font-family: Montserrat, sans-serif;
}
.sec-fuel__number h2 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.sec-fuel__note {
  display: flex;
  justify-content: center;
  margin-top: min(2.67vw, 20px);
}
.sec-fuel__note-inner {
  width: min(83.33vw, 625px);
  color: #000000;
  font-size: min(1.6vw, 12px);
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
}
/* .point03 */
.point03 {
  margin-top: min(16.93vw, 127px);
}
.point03__key-visual {
  position: relative;
  height: min(73.87vw, 554px);
  background-image: image-set(url("../../common/img/bg_point03.png") 1x, url("../../common/img/bg_point03@2x.png") 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.point03__title {
  position: absolute;
  top: min(3.47vw, 26px);
  left: calc(-1 * min(0.27vw, 2px));
}
.point03__title h2 {
  width: min(57.73vw, 433px);
}
.point03__title h2 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.point03__kicks {
  position: absolute;
  top: min(8.73vw, 65.5px);
  left: min(37.93vw, 284.5px);
  z-index: 1;
  width: min(49.87vw, 374px);
}
.point03__kicks img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.point03__text {
  position: relative;
  width: 100%;
  height: min(54.4vw, 408px);
  margin-top: calc(-1 * min(33.73vw, 253px));
}
.point03__text01 {
  position: absolute;
  left: min(5.6vw, 42px);
  width: min(86.53vw, 649px);
}
.point03__text01 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.point03__text02 {
  position: absolute;
  top: min(38vw, 285px);
  left: min(8.4vw, 63px);
  width: min(83.73vw, 628px);
}
.point03__text02 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.point03__btn {
  display: flex;
  justify-content: center;
  margin-top: min(2.4vw, 18px);
}
.point03 .btn-e4orce {
  display: block;
  width: min(83.87vw, 629px);
  margin-block: min(4vw, 30px);
  cursor: pointer;
  transform-origin: center bottom;
  animation: btnEPowerBounce 1.8s ease-in-out infinite;
  will-change: transform;
}
.point03 .btn-e4orce img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media (prefers-reduced-motion: reduce) {
  .point03 .btn-e4orce {
    animation: none;
  }
}

/* .e4orce-feature */
.e4orce-feature {
  margin-top: min(4.67vw, 35px);
}
.e4orce-feature__title {
  display: flex;
  justify-content: center;
  padding-left: 1%;
}
.e4orce-feature__title h2 {
  width: min(83.33vw, 625px);
}
.e4orce-feature__title h2 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.e4orce-feature__diagram {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
  margin-top: min(1.6vw, 12px);
}
.e4orce-feature__diagram h2 {
  width: min(83.87vw, 629px);
}
.e4orce-feature__diagram h2 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* .point04 */
.point04 {
  margin-top: min(16.93vw, 127px);
}
.point04__key-visual {
  position: relative;
  height: min(109.2vw, 819px);
  background-image: image-set(url("../../common/img/bg_point04.png") 1x, url("../../common/img/bg_point04@2x.png") 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.point04__title {
  position: absolute;
  top: min(3.6vw, 27px);
  left: calc(-1 * min(0.27vw, 2px));
}
.point04__title h2 {
  width: min(73.87vw, 554px);
}
.point04__title h2 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.point04__sub-title {
  position: absolute;
  top: min(29.87vw, 224px);
  left: min(8.4vw, 63px);
}
.point04__sub-title h3 {
  width: min(83.2vw, 624px);
}
.point04__sub-title h3 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.point04__text {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
  margin-top: calc(-1 * min(17.87vw, 134px));
  padding-right: 19.5%;
}
.point04__text h2 {
  width: min(64vw, 480px);
}
.point04__text h2 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* .comfort */
.comfort {
  margin-top: min(4.8vw, 36px);
}
.comfort__key-visual {
  position: relative;
  height: min(70.8vw, 531px);
  background-image: image-set(url("../../common/img/bg_comfort.png") 1x, url("../../common/img/bg_comfort@2x.png") 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comfort__title {
  position: absolute;
  top: min(4.67vw, 35px);
  left: min(8.13vw, 61px);
}
.comfort__title h2 {
  width: min(83.33vw, 625px);
}
.comfort__title h2 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* .cta */
.cta {
  margin-top: min(4.27vw, 32px);
}
.cta__title {
  display: flex;
  justify-content: center;
}
.cta__title h2 {
  width: min(83.6vw, 627px);
}
.cta__title h2 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.cta__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: min(5.47vw, 41px);
  gap: min(5.47vw, 41px);
}
.cta .btn-reservation {
  display: block;
  width: min(83.47vw, 626px);
}
.cta .btn-reservation img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.cta .btn-testdrive {
  display: block;
  width: min(83.47vw, 626px);
}
.cta .btn-testdrive img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* .campaign */
.campaign {
  margin-top: min(14.8vw, 111px);
  padding-bottom: min(13.33vw, 100px);
}
.campaign__title {
  display: flex;
  justify-content: center;
}
.campaign__title h2 {
  width: min(100vw, 750px);
}
.campaign__title h2 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.campaign__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: min(5.47vw, 41px);
  gap: min(4.4vw, 33px);
}
.campaign .btn-campaign-apply {
  display: block;
  width: min(83.47vw, 626px);
}
.campaign .btn-campaign-apply img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.campaign__text-deadline {
  display: flex;
  justify-content: center;
  width: min(83.47vw, 626px);
}
.campaign__text-deadline img {
  max-width: min(74.66vw, 560px);
  height: auto;
  vertical-align: top;
}
.campaign__movie {
  display: flex;
  justify-content: center;
  margin-top: min(8.13vw, 61px);
}
.campaign__movie iframe {
  width: min(100vw, 750px);
  height: min(56vw, 420px);
}

/* .popup */
.popup {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 100;
  justify-content: center;
  align-items: center;
  inset: 0;
}
.popup.is-active {
  visibility: visible;
  opacity: 1;
}
.popup__bg {
  position: absolute;
  background: rgba(255, 255, 255, 0.08);
  inset: 0;
  backdrop-filter: blur(14px);
}
.popup__content {
  display: flex;
  opacity: 0;
  position: relative;
  z-index: 1;
  width: 40%;
  max-width: 75vh;
  padding: min(2vw, 15px);
  border-radius: min(1.33vw, 20px);
  background: #fff;
  justify-content: center;
  align-items: center;
}
.is-active .popup__content {
  opacity: 1;
}
@media (width <= 1500px) {
  .popup__content {
    width: 50vw;
  }
}
@media (width <= 1024px) {
  .popup__content {
    width: 60vw;
  }
}
@media (width <= 767px) {
  .popup__content {
    width: 92.5vw;
  }
}
.popup__content img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.popup__close {
  display: flex;
  position: absolute;
  top: -0.5em;
  right: -1em;
  width: min(3vw, 25px);
  height: min(3vw, 25px);
  padding-bottom: 0.1em;
  border-radius: 0.3em;
  background-color: #fff;
  color: #000;
  font-size: min(3vw, 25px);
  justify-content: center;
  align-items: center;
}

/*# sourceMappingURL=style.css.map */
