/*! 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 {
  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;
}
/* end reset */

html {
  font-size: 1px;
}

@media screen and (max-width: 1920px) and (min-width: 768.02px) {
  html {
    font-size: calc((100 / 1920) * 1vw);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: calc((100 / 750) * 1vw);
  }
}

body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ", "Noto Sans JP", sans-serif;
  color: #000;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

p {
  letter-spacing: 0.02em;
}

.l-container {
  position: relative;
}

img,
video {
  width: 100%;
  display: block;
}

a {
  display: block;
  text-decoration: none;
}

.trans {
  transition: opacity 0.2s ease-in-out
}

.trans:hover {
  opacity: 0.7;
}

.flexcol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wrapper {
  padding: 0 30rem;
}

@media screen and (min-width: 768.02px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

header {
  background-color: #000;
}

header .header-wrapper {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768.02px) {
  header {
    padding: 10rem 0;
  }
  header .header-wrapper {
    max-width: 1000rem;
    margin: 0 auto;
  }

  header .header-logo {
    width: 61rem;
    margin-right: 40rem;
  }

  header .header-link {
    width: 303rem;
  }
}

@media only screen and (max-width: 768px) {
  header {
    padding: 21rem 30rem;
  }

  header .header-logo {
    width: 81rem;
    margin-right: 40rem;
  }

  header .header-link {
    width: 389rem;
  }
}

main {
  margin: auto;
}

.lineup h2 {
  max-width: 664rem;
  margin: 0 auto 40rem;
}

.lineup-intro {
  padding: 100rem 0 30rem;
  background: url("../img/lineup_bg.png") no-repeat center top / cover;
}

.lineup-anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.lineup-anchor > li {
  width: calc(100% / 3);
  flex-shrink: 0;
  padding: 0 5rem;
  margin-bottom: 20rem;
}

.lineup-anchor > li:nth-last-of-type(-n + 2) {
  margin-bottom: 0;
}

.lineup-anchor a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 70rem;
}

.lineup-anchor a::after {
  content: "";
  position: absolute;
  background: url("../img/icn_arrow_01.png") no-repeat center center / cover;
  width: 89rem;
  height: 62rem;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: transform 0.3s ease;
}

.lineup-anchor a:hover::after {
  transform: translate(-50%, 10rem);
}

.lineup-product > li {
  padding: 60rem 28rem 80rem;
  background: url("../img/bg_01.jpg") repeat-y 0 0 / 100% auto;
  position: relative;
}

.lineup-product > li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -40rem;
  left: 0;
  background: url("../img/line.png") no-repeat center top / cover;
  width: 100%;
  height: 46rem;
}

.lineup-product > li:nth-child(2n) {
  background-image: url("../img/bg_02.jpg");
}

.lineup-product > li:last-child {
  margin-bottom: 0;
}

.lineup-wrapper {
  background-color: #fef7e4;
  border-radius: 14rem;
  padding: 65rem 22rem 38rem;
}

#delica_mini h3 {
  max-width: 550rem;
  margin-bottom: 40rem;
}

#delica_mini .delica_mini-edition {
  max-width: 323rem;
  margin-bottom: 35rem;
}

#delica_mini .delica_mini-product {
  max-width: 572rem;
  margin-bottom: 20rem;
}

.lineup .lineup-text {
  align-self: flex-start;
  font-size: 20rem;
  font-weight: 300;
  line-height: calc(30 / 20);
  padding-left: 15rem;
}

#delica_mini .delica_mini-benefit {
  margin: 0 -2rem;
}

#delica_mini .delica_mini-highlight {
  max-width: 553rem;
  margin: 50rem auto 22rem;
}

#delica_mini .lineup-campaign {
  margin-top: 36rem;
}

#delica_d5 h3 {
  margin-bottom: 60rem;
}

#delica_d5 h3 img {
  margin: 0 auto;
}

#delica_d5 h3 img:nth-child(1) {
  max-width: 425rem;
  margin-bottom: 34rem;
}

#delica_d5 h3 img:nth-child(2) {
  max-width: 521rem;
}

#delica_d5 .delica_d5-product {
  max-width: 582rem;
  margin: 0 auto 30rem;
}

#delica_d5 .lineup-text {
  font-weight: 400;
}

#delica_d5 .delica_d5-benefit {
  margin: 45rem -2rem 38rem;
}

#delica_d5 .delica_d5-highlight {
  font-weight: 500;
  font-size: 36rem;
  line-height: calc(54 / 36);
  text-align: center;
  margin-bottom: 72rem;
}

#delica_d5 .delica_d5-highlight strong {
  font-weight: 700;
  color: #c10b17;
  font-size: 46rem;
}

#delica_d5 .delica_d5-highlight span {
  font-size: 26rem;
  line-height: calc(36 / 26);
  display: block;
  margin-top: 28rem;
}

#delica_d5 .delica_d5-series {
  text-align: center;
  font-weight: 500;
  margin-bottom: 36rem;
}

#delica_d5 .series-label {
  color: #fff;
  background-color: #ad7418;
  font-size: 30rem;
  font-weight: 500;
  border-radius: 4rem;
  padding: 5rem;
  max-width: 364rem;
  margin: 0 auto 18rem;
}

#delica_d5 h4 {
  max-width: 485rem;
  margin: 0 auto 20rem;
}

#delica_d5 .series-note {
  color: #ad7418;
  font-size: 22rem;
  margin: 17rem 0 87rem;
}

#delica_d5 .delica_d5-series p {
  font-size: 20rem;
  line-height: calc(30 / 20);
}

#delica_d5 .lineup-campaign {
  margin: 0 -2rem;
}

.delica_d5-slider {
  margin: 0 -10rem;
  position: relative;
}

.delica_d5-slider::before {
  content: "";
  position: absolute;
  top: -68rem;
  left: 50%;
  transform: translateX(-50%);
  width: 203rem;
  height: 44rem;
  background: url("../img/icn_arrow_03.png") no-repeat center center / cover;
}

.delica_d5-slider .swiper {
  padding: 0 38rem 0 37rem !important;
}

.delica_d5-slider .swiper-slide {
  box-shadow: 4rem 6rem 8rem rgba(0, 0, 0, 0.16);
}

.delica_d5-slider .swiper-arrow {
  background: url("../img/icn_arrow_02.png") no-repeat center center / cover;
  width: 29rem;
  height: 52rem;
  top: 44%;
  position: absolute;
}

.delica_d5-slider .swiper-arrow::after {
  display: none;
}

.delica_d5-slider .swiper-arrow.swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}
.delica_d5-slider .swiper-arrow.swiper-button-next {
  right: 0;
}

.delica_d5-slider .swiper-pagination {
  margin-top: 46rem;
  position: relative;
}

.delica_d5-slider .swiper-pagination-bullet {
  width: 20rem;
  height: 20rem;
  background-color: #bfbebe;
  opacity: 1 !important;
  margin: 0 10rem !important;
}

.delica_d5-slider .swiper-pagination-bullet-active {
  background-color: #777474;
}

#outlander_phev h3 {
  max-width: 479rem;
  margin-bottom: 60rem;
}

#outlander_phev .outlander_phev-product {
  max-width: 606rem;
  margin-bottom: 40rem;
}

.outlander_phev-benefit {
  margin: 44rem -3rem;
}

.outlander_phev-feature {
  font-weight: 500;
  font-size: 36rem;
  line-height: calc(54 / 36);
  text-align: center;
  margin-bottom: 33rem;
}

.outlander_phev-feature strong {
  font-weight: 700;
  color: #c10b17;
  font-size: 46rem;
}

.outlander_phev-choose p {
  font-size: 26rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 38rem;
}

.outlander_phev-choose li {
  margin-bottom: 20rem;
}

.lineup .lineup-note {
  color: #fff;
  font-weight: 500;
  font-size: 18rem;
  line-height: calc(30 / 18);
  margin-top: 25rem;
}

#ek_space h3 {
  max-width: 565rem;
  margin-bottom: 46rem;
}

.ek_space-highlight {
  font-size: 50rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
}

.ek_space-highlight b {
  color: #c10b17;
  font-size: 66rem;
  line-height: 1.5;
}

.ek_space-highlight small {
  font-size: 46rem;
}

.ek_space-highlight strong {
  font-size: 60rem;
  line-height: 1.5;
}

.ek_space-benefit {
  margin: 40rem -2rem;
}

.ek_space-product {
  margin-bottom: 20rem;
  max-width: 556rem;
}

#ek_wagon h3 {
  max-width: 566rem;
}

.ek_wagon-product {
  max-width: 587rem;
  margin: 20rem;
}

.ek_wagon-equipment {
  max-width: 619rem;
  margin: 40rem 0 56rem;
}

.ek_wagon-highlight {
  margin-bottom: 35rem;
  max-width: 592rem;
}

.ek_wagon-feature {
  max-width: 626rem;
}

.cta {
  padding: 105rem 30rem 50rem;
  position: relative;
  z-index: 1;
}

.cta::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -40rem;
  left: 0;
  background: url("../img/line.png") no-repeat center top / cover;
  width: 100%;
  height: 46rem;
}

.cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_02.jpg") repeat-y 0 0 / 100% auto;
}

.cta .wrapper {
  background-color: #fef7e4;
  border-radius: 14rem;
  padding: 0 26rem 66rem;
  max-width: 690rem;
  margin: 0 auto;
}

.cta p:first-child {
  position: relative;
  top: -54rem;
  margin-bottom: -20rem;
}

.btn {
  margin: 0 auto;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 16rem;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  box-shadow: 2rem 4rem 6rem rgba(0, 0, 0, 0.4);
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20rem;
  width: 10rem;
  height: 17rem;
  background-color: #fff;
  -webkit-mask-image: url("../img/icn_arrow_04.svg");
  mask-image: url("../img/icn_arrow_04.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.btn:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}

.btn:hover::after {
  background-color: #000;
}

.cta .cta-btn {
  max-width: 616rem;
  padding: 32rem 40rem;
  font-size: 36rem;
  background-color: #c10b17;
}

.cta .cta-btn:hover {
  background-color: #fff;
  color: #c10b17;
  border-color: #c10b17;
}

.cta .cta-btn:hover::after {
  background-color: #c10b17;
}

footer {
  background-color: #000;
}

.footer-wrapper {
  max-width: 880rem;
  margin: 0 auto;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  width: 471rem;
}

.footer-link {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.footer-mark {
  width: 137rem;
}

.footer-sns {
  display: flex;
  align-items: center;
}

footer small {
  font-size: 20rem;
  color: #898989;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  display: block;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 40rem 30rem 25rem;
  }

  .footer-logo {
    width: 320rem;
  }

  .footer-link {
    font-size: 15rem;
    margin-top: 8rem;
    margin-bottom: 14rem;
  }

  .footer-sns > li {
    margin-right: 25rem;
    width: 40rem;
  }

  footer small {
    font-size: 13rem;
    margin-top: 20rem;
  }

  .footer-mark {
    width: 100rem;
  }
}

@media only screen and (max-width: 768.02px) {
  footer {
    padding: 46rem 30rem 140rem;
  }

  .footer-link {
    font-size: 24rem;
    margin: 10rem 0 18rem;
  }

  .footer-sns > li {
    margin-right: 30rem;
    width: 68rem;
  }

  .footer-mark {
    margin-bottom: 20rem;
  }

  footer small {
    margin-top: 32rem;
  }
}

.btn-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.btn-fixed.is-show {
  transform: translateY(0);
}

.btn-wrapper {
  background-color: #fff;
  display: flex;
  gap: 10rem;
  width: 750rem;
  margin: 0 auto;
  padding: 10rem 20rem;
}

.floating-btn {
  width: 50%;
  min-height: 88rem;
  font-size: 28rem;
  padding: 0 4%;
}

.floating-btn::after {
  right: 10rem;
}

@media screen and (min-width: 768.02px) {
  main {
    box-shadow: 19rem 35rem 50rem rgba(0, 0, 0, 0.17);
    max-width: 750rem;
  }

  .bg-fixed {
    display: block;
    width: 100vw;
    height: 100vh;
    background: url("../img/bg_pc.png") no-repeat center center / cover;
    position: fixed;
    top: 0;
    left: 0;
  }

  .sidebar {
    position: fixed;
    top: 30%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .sidebar--left {
    left: calc(50% - 812rem);
  }

  .sidebar .logo {
    width: 286rem;
  }

  .sidebar a {
    max-width: 313rem;
  }

  .sidebar--right {
    right: calc(50% - 780rem);
    margin-top: 20rem;
  }

  .sidebar-btn {
    width: 280rem;
    min-height: 70rem;
    font-size: 22rem;
    padding: 10rem 20rem;
    margin-bottom: 20rem;
  }

  .sidebar-btn::after {
    right: 10rem;
  }
}
.pswp__img {
  cursor: pointer !important;
}
