@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,900;1,900&display=swap");
/* --------------------------------------------------------------------------------
 web fonts
-------------------------------------------------------------------------------- */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

:root {
  --color-red-cp: #800000;
  --color-black: #000000;
  --color-eco-light: #e8f5ef;
  --color-eco: #0F766E;
  --header-h-pc: 48px;
  --header-h-sp: 55px;
  --font-honda: "HondaGlobalFontJP-Regular", sans-serif;
  --font-honda-light: "HondaGlobalFontJP-Light", sans-serif;
  --font-honda-bold: "HondaGlobalFontJP-Bold", sans-serif;
  --font-robot: "Roboto", sans-serif;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
  margin: 0;
  padding: 0;
  height: -webkit-fill-available;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-honda);
}

main a {
  transition: opacity 0.3s;
  text-decoration: underline;
  cursor: pointer;
  transition: opacity 0.3s;
  color: inherit;
}
main a:hover {
  opacity: 0.7;
}
main figure {
  margin: 0;
  padding: 0;
}
main img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
main table {
  border-collapse: collapse;
  border-spacing: 0;
}
main ol,
main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* iOS form reset */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: 2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
button:focus-visible,
input[type=submit]:focus-visible {
  outline: auto;
}

dialog {
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  border: none;
}

[id] {
  scroll-margin-top: var(--header-h-sp);
}
@media (min-width: 769px) {
  [id] {
    scroll-margin-top: var(--header-h-pc);
  }
}

.c-button-cp {
  position: relative;
  display: flex;
  max-width: 415px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 768px) {
  .c-button-cp {
    height: 50px;
  }
}
@media (min-width: 769px) {
  .c-button-cp {
    height: 40px;
  }
}
.c-button-cp__icon {
  padding-left: 5px;
}
.c-button-cp--white {
  color: #46505A;
  background-color: #fff;
}
.c-button-cp--black {
  color: #fff;
  background-color: #000;
  height: 50px;
  max-width: 320px;
}
.c-button-cp span {
  font-size: 14px;
}

.c-button-br {
  position: relative;
  height: 51.5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .c-button-br {
    height: 52px;
  }
}
@media (min-width: 769px) {
  .c-button-br {
    height: 56px;
    max-width: 315px;
  }
}
.c-button-br__icon {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1em;
  right: 14px;
}
.c-button-br--grey {
  color: #fff;
  background-color: #46505A;
}
.c-button-br--white {
  color: #46505A;
  background-color: #fff;
}
.c-button-br span {
  font-size: 16px;
}

.c-heading {
  letter-spacing: 0.04em;
  font-size: 3.6rem;
  line-height: 1.4;
  font-family: var(--font-honda-bold);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .c-heading {
    font-size: 3.6rem;
    margin-top: 5px;
    margin-bottom: 25px;
    line-height: 1.6;
  }
}

.c-notes {
  color: #1A1311;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.router h1, .router h2, .router h3, .router h4, .router h5, .router h6, .router p {
  margin-block-start: 0;
  margin-block-end: 0;
}

.p-model-kv {
  position: relative;
  background-color: #05031e;
}
@media (max-width: 768px) {
  .p-model-kv {
    padding-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .p-model-kv {
    padding-bottom: 60px;
  }
}
.p-model-kv__image {
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .p-model-kv__image {
    height: max(375px, 28.5vw);
  }
}
@media (min-width: 769px) {
  .p-model-kv__image picture * {
    position: absolute;
    height: 100%;
    width: auto;
    max-width: none;
    left: 50%;
    translate: -50% 0;
  }
}
@media (max-width: 768px) {
  .p-model-kv h1, .p-model-kv-link, .p-model-kv-link + .p-model-simulation {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 769px) {
  .p-model-kv h1, .p-model-kv-link, .p-model-kv-link + .p-model-simulation {
    max-width: 415px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-model-kv h1 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.p-model-kv-link {
  display: grid;
  grid-template-rows: auto;
  border: 1px solid #a2a5a9;
}
@media (max-width: 768px) {
  .p-model-kv-link {
    grid-template-columns: min(30vw, 112px) auto;
    padding: 4.25vw;
    gap: 2.5vw;
  }
}
@media (min-width: 769px) {
  .p-model-kv-link {
    grid-template-columns: 112px auto;
    padding: 20px;
    gap: 16px;
  }
}
.p-model-kv-link__text {
  color: #A2A5A9;
}
@media (max-width: 768px) {
  .p-model-kv-link__text {
    font-size: 12px;
    line-height: 1.6;
  }
}
@media (min-width: 769px) {
  .p-model-kv-link__text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.p-model-kv-link__text span {
  display: block;
  padding-bottom: 4px;
}
@media (min-width: 769px) {
  .p-model-kv-link__text span {
    font-size: 16px;
    line-height: 1.2;
  }
}
.p-model-kv-link__button {
  height: 35px;
  border-radius: 3px;
  margin-top: 10px;
}
.p-model-kv-link__button span {
  font-size: 10px;
  letter-spacing: 1px;
}
.p-model-kv-link__button .c-button-br__icon {
  width: 12px;
  right: 10px;
}
@media (max-width: 768px) {
  .p-model-kv-link + .p-model-simulation {
    margin-top: 20px;
  }
}
.p-model__container {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .p-model__container {
    padding: 30px 30px 40px;
  }
}
@media (min-width: 769px) {
  .p-model__container {
    max-width: 1054px;
    padding: 100px 47px;
  }
}
@media (min-width: 769px) {
  .p-model__container--sm {
    max-width: 1000px;
    padding: 100px 20px;
  }
}
@media (max-width: 768px) {
  .p-model-feature:nth-of-type(odd) p {
    color: #A2A5A9;
  }
}
.p-model-feature:nth-of-type(even) {
  background-color: #1e1e1e;
}
@media (max-width: 768px) {
  .p-model-feature:nth-of-type(even) .p-model-feature__head {
    color: #fff;
  }
}
@media (min-width: 769px) {
  .p-model-feature__inner {
    padding-bottom: 76px;
  }
}
.p-model-feature__head {
  border-left: 2px solid #960000;
  color: #7e858c;
  font-style: normal;
  font-family: var(--font-light);
  letter-spacing: 0.28px;
}
@media (max-width: 768px) {
  .p-model-feature__head {
    border-left: 4px solid #960000;
    padding-left: 33px;
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (min-width: 769px) {
  .p-model-feature__head {
    border-left: 2px solid #960000;
    font-size: 26px;
    line-height: 1;
    padding-left: 25px;
    margin-left: -25px;
  }
}
.p-model-feature__head-sub {
  display: block;
  margin-top: 15px;
  font-family: var(--font-honda);
}
@media (max-width: 768px) {
  .p-model-feature__head-sub {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .p-model-feature__head-sub {
    font-size: 13px;
  }
}
.p-model-feature p {
  color: #7e858c;
}
@media (max-width: 768px) {
  .p-model-feature p {
    margin: 16px 0;
    font-size: 19px;
  }
}
@media (min-width: 769px) {
  .p-model-feature p {
    margin: 40px 0;
    font-size: 20.8px;
  }
}
@media (min-width: 769px) {
  .p-model-feature .c-button-br {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-model-bottom {
  background-color: #ecedef;
}
@media (max-width: 768px) {
  .p-model-bottom .p-model__container {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.p-model-bottom__lead {
  font-size: 20px;
  font-family: var(--font-bold);
  line-height: 2;
  color: #7E848A;
}
@media (min-width: 769px) {
  .p-model-bottom__lead {
    text-align: center;
  }
}
.p-model-bottom .c-button-br {
  margin: 28px auto 40px;
}
.p-model-bottom__about {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background-color: #fff;
}
.p-model-bottom__about h3 {
  font-size: 20px;
  font-family: var(--font-bold);
  color: #800000;
  line-height: 1.2;
}
.p-model-bottom__about p {
  margin: 20px 0 10px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.84px;
}
.p-model-bottom__about a {
  font-size: 14px;
}
@media (max-width: 768px) {
  .p-model-note {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 769px) {
  .p-model-note {
    padding-top: 110px;
    padding-bottom: 70px;
  }
}
.p-model-note li {
  font-size: 11.8px;
  line-height: 1.4;
}
.p-model-note li + li {
  margin-top: 11px;
}
.p-model-simulation {
  margin-top: 35px;
}
.p-model-simulation p {
  margin-bottom: 15px;
}

.js-scrollin {
  opacity: 0;
  transition: 1s;
  transform: translateY(20px);
}
.js-scrollin.is-show {
  opacity: 1;
  transform: translateY(0);
}
.js-scrollin.is-blur {
  filter: blur(10px);
}
.js-scrollin.is-blur.is-show {
  filter: blur(0px);
}
@media (max-width: 768px) {
  .js-scrollin.is-story {
    transform: translateY(0);
    overflow: hidden;
  }
  .js-scrollin.is-story .scrollin__text {
    opacity: 0;
    transition: 0.8s;
    transform: translateX(-50px);
  }
  .js-scrollin.is-story.is-show .scrollin__text {
    opacity: 1;
    transform: translateX(0);
  }
  .js-scrollin.is-story .js-scrollin.scrollin__img {
    opacity: 0;
    transition: 0.8s;
    transform: translateX(50px);
  }
  .js-scrollin.is-story .js-scrollin.scrollin__img.is-show {
    opacity: 1;
    transform: translateX(0);
  }
  .js-scrollin.is-story.is-reverse .scrollin__text {
    transform: translateX(50px);
  }
  .js-scrollin.is-story.is-reverse .scrollin__img {
    transform: translateX(-50px);
  }
  .js-scrollin.is-story.is-reverse .scrollin__img.is-show {
    transform: translateX(0);
  }
  .js-scrollin.is-story.is-reverse.is-show .scrollin__text {
    transform: translateX(0);
  }
}
@media (min-width: 769px) {
  .js-scrollin.is-story {
    transform: translateY(0);
  }
  .js-scrollin.is-story .js-scrollin {
    opacity: 1;
  }
  .js-scrollin.is-story .scrollin__text {
    opacity: 0;
    transition: 0.8s;
    transform: translateX(-50px);
    transition-delay: 0.4s;
  }
  .js-scrollin.is-story .scrollin__img {
    opacity: 0;
    transition: 0.8s;
    transform: translateX(50px);
  }
  .js-scrollin.is-story.is-show .scrollin__text {
    opacity: 1;
    transform: translateX(0);
  }
  .js-scrollin.is-story.is-show .scrollin__img {
    opacity: 1;
    transform: translateX(0);
  }
  .js-scrollin.is-story.is-reverse .scrollin__img {
    transform: translateX(-50px);
  }
  .js-scrollin.is-story.is-reverse .scrollin__text {
    transform: translateX(50px);
  }
  .js-scrollin.is-story.is-reverse.is-show .scrollin__img {
    transform: translateX(0);
  }
  .js-scrollin.is-story.is-reverse.is-show .scrollin__text {
    transform: translateX(0);
  }
}

.js-trigger {
  cursor: pointer;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-m-0 {
  margin: 0px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-p-0 {
  padding: 0px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-m-10 {
  margin: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-m-20 {
  margin: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-m-30 {
  margin: 30px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-m-40 {
  margin: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-m-50 {
  margin: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-m-60 {
  margin: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-p-60 {
  padding: 60px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-m-70 {
  margin: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-p-70 {
  padding: 70px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-m-80 {
  margin: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-p-80 {
  padding: 80px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-m-90 {
  margin: 90px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-p-90 {
  padding: 90px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-m-100 {
  margin: 100px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-p-100 {
  padding: 100px !important;
}

.u-mt-110 {
  margin-top: 110px !important;
}

.u-mb-110 {
  margin-bottom: 110px !important;
}

.u-mr-110 {
  margin-right: 110px !important;
}

.u-ml-110 {
  margin-left: 110px !important;
}

.u-m-110 {
  margin: 110px !important;
}

.u-pt-110 {
  padding-top: 110px !important;
}

.u-pb-110 {
  padding-bottom: 110px !important;
}

.u-pr-110 {
  padding-right: 110px !important;
}

.u-pl-110 {
  padding-left: 110px !important;
}

.u-p-110 {
  padding: 110px !important;
}

.u-mt-120 {
  margin-top: 120px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

.u-mr-120 {
  margin-right: 120px !important;
}

.u-ml-120 {
  margin-left: 120px !important;
}

.u-m-120 {
  margin: 120px !important;
}

.u-pt-120 {
  padding-top: 120px !important;
}

.u-pb-120 {
  padding-bottom: 120px !important;
}

.u-pr-120 {
  padding-right: 120px !important;
}

.u-pl-120 {
  padding-left: 120px !important;
}

.u-p-120 {
  padding: 120px !important;
}

@media (max-width: 768px) {
  .u-mt-0-sp {
    margin-top: 0px !important;
  }
  .u-mb-0-sp {
    margin-bottom: 0px !important;
  }
  .u-m-0-sp {
    margin: 0px !important;
  }
  .u-pt-0-sp {
    padding-top: 0px !important;
  }
  .u-pb-0-sp {
    padding-bottom: 0px !important;
  }
  .u-pl-0-sp {
    padding-right: 0px !important;
  }
  .u-pr-0-sp {
    padding-left: 0px !important;
  }
  .u-p-0-sp {
    padding: 0px !important;
  }
  .u-mt-10-sp {
    margin-top: 10px !important;
  }
  .u-mb-10-sp {
    margin-bottom: 10px !important;
  }
  .u-m-10-sp {
    margin: 10px !important;
  }
  .u-pt-10-sp {
    padding-top: 10px !important;
  }
  .u-pb-10-sp {
    padding-bottom: 10px !important;
  }
  .u-pl-10-sp {
    padding-right: 10px !important;
  }
  .u-pr-10-sp {
    padding-left: 10px !important;
  }
  .u-p-10-sp {
    padding: 10px !important;
  }
  .u-mt-20-sp {
    margin-top: 20px !important;
  }
  .u-mb-20-sp {
    margin-bottom: 20px !important;
  }
  .u-m-20-sp {
    margin: 20px !important;
  }
  .u-pt-20-sp {
    padding-top: 20px !important;
  }
  .u-pb-20-sp {
    padding-bottom: 20px !important;
  }
  .u-pl-20-sp {
    padding-right: 20px !important;
  }
  .u-pr-20-sp {
    padding-left: 20px !important;
  }
  .u-p-20-sp {
    padding: 20px !important;
  }
  .u-mt-30-sp {
    margin-top: 30px !important;
  }
  .u-mb-30-sp {
    margin-bottom: 30px !important;
  }
  .u-m-30-sp {
    margin: 30px !important;
  }
  .u-pt-30-sp {
    padding-top: 30px !important;
  }
  .u-pb-30-sp {
    padding-bottom: 30px !important;
  }
  .u-pl-30-sp {
    padding-right: 30px !important;
  }
  .u-pr-30-sp {
    padding-left: 30px !important;
  }
  .u-p-30-sp {
    padding: 30px !important;
  }
  .u-mt-40-sp {
    margin-top: 40px !important;
  }
  .u-mb-40-sp {
    margin-bottom: 40px !important;
  }
  .u-m-40-sp {
    margin: 40px !important;
  }
  .u-pt-40-sp {
    padding-top: 40px !important;
  }
  .u-pb-40-sp {
    padding-bottom: 40px !important;
  }
  .u-pl-40-sp {
    padding-right: 40px !important;
  }
  .u-pr-40-sp {
    padding-left: 40px !important;
  }
  .u-p-40-sp {
    padding: 40px !important;
  }
  .u-mt-50-sp {
    margin-top: 50px !important;
  }
  .u-mb-50-sp {
    margin-bottom: 50px !important;
  }
  .u-m-50-sp {
    margin: 50px !important;
  }
  .u-pt-50-sp {
    padding-top: 50px !important;
  }
  .u-pb-50-sp {
    padding-bottom: 50px !important;
  }
  .u-pl-50-sp {
    padding-right: 50px !important;
  }
  .u-pr-50-sp {
    padding-left: 50px !important;
  }
  .u-p-50-sp {
    padding: 50px !important;
  }
  .u-mt-60-sp {
    margin-top: 60px !important;
  }
  .u-mb-60-sp {
    margin-bottom: 60px !important;
  }
  .u-m-60-sp {
    margin: 60px !important;
  }
  .u-pt-60-sp {
    padding-top: 60px !important;
  }
  .u-pb-60-sp {
    padding-bottom: 60px !important;
  }
  .u-pl-60-sp {
    padding-right: 60px !important;
  }
  .u-pr-60-sp {
    padding-left: 60px !important;
  }
  .u-p-60-sp {
    padding: 60px !important;
  }
  .u-mt-70-sp {
    margin-top: 70px !important;
  }
  .u-mb-70-sp {
    margin-bottom: 70px !important;
  }
  .u-m-70-sp {
    margin: 70px !important;
  }
  .u-pt-70-sp {
    padding-top: 70px !important;
  }
  .u-pb-70-sp {
    padding-bottom: 70px !important;
  }
  .u-pl-70-sp {
    padding-right: 70px !important;
  }
  .u-pr-70-sp {
    padding-left: 70px !important;
  }
  .u-p-70-sp {
    padding: 70px !important;
  }
  .u-mt-80-sp {
    margin-top: 80px !important;
  }
  .u-mb-80-sp {
    margin-bottom: 80px !important;
  }
  .u-m-80-sp {
    margin: 80px !important;
  }
  .u-pt-80-sp {
    padding-top: 80px !important;
  }
  .u-pb-80-sp {
    padding-bottom: 80px !important;
  }
  .u-pl-80-sp {
    padding-right: 80px !important;
  }
  .u-pr-80-sp {
    padding-left: 80px !important;
  }
  .u-p-80-sp {
    padding: 80px !important;
  }
  .u-mt-90-sp {
    margin-top: 90px !important;
  }
  .u-mb-90-sp {
    margin-bottom: 90px !important;
  }
  .u-m-90-sp {
    margin: 90px !important;
  }
  .u-pt-90-sp {
    padding-top: 90px !important;
  }
  .u-pb-90-sp {
    padding-bottom: 90px !important;
  }
  .u-pl-90-sp {
    padding-right: 90px !important;
  }
  .u-pr-90-sp {
    padding-left: 90px !important;
  }
  .u-p-90-sp {
    padding: 90px !important;
  }
  .u-mt-100-sp {
    margin-top: 100px !important;
  }
  .u-mb-100-sp {
    margin-bottom: 100px !important;
  }
  .u-m-100-sp {
    margin: 100px !important;
  }
  .u-pt-100-sp {
    padding-top: 100px !important;
  }
  .u-pb-100-sp {
    padding-bottom: 100px !important;
  }
  .u-pl-100-sp {
    padding-right: 100px !important;
  }
  .u-pr-100-sp {
    padding-left: 100px !important;
  }
  .u-p-100-sp {
    padding: 100px !important;
  }
  .u-mt-110-sp {
    margin-top: 110px !important;
  }
  .u-mb-110-sp {
    margin-bottom: 110px !important;
  }
  .u-m-110-sp {
    margin: 110px !important;
  }
  .u-pt-110-sp {
    padding-top: 110px !important;
  }
  .u-pb-110-sp {
    padding-bottom: 110px !important;
  }
  .u-pl-110-sp {
    padding-right: 110px !important;
  }
  .u-pr-110-sp {
    padding-left: 110px !important;
  }
  .u-p-110-sp {
    padding: 110px !important;
  }
  .u-mt-120-sp {
    margin-top: 120px !important;
  }
  .u-mb-120-sp {
    margin-bottom: 120px !important;
  }
  .u-m-120-sp {
    margin: 120px !important;
  }
  .u-pt-120-sp {
    padding-top: 120px !important;
  }
  .u-pb-120-sp {
    padding-bottom: 120px !important;
  }
  .u-pl-120-sp {
    padding-right: 120px !important;
  }
  .u-pr-120-sp {
    padding-left: 120px !important;
  }
  .u-p-120-sp {
    padding: 120px !important;
  }
}
.u-ml-auto {
  margin-left: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-color-blue {
  color: var(--color-eco, #0F766E);
  font-feature-settings: "palt" on;
}

.u-color-gray {
  color: #A2A5A9;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

/* SPだけ中央寄せ */
@media (max-width: 768px) {
  .u-text-center-sp {
    text-align: center !important;
  }
}

/* PCだけ中央寄せ */
@media (min-width: 769px) {
  .u-text-center-pc {
    text-align: center !important;
  }
}

/* ------------------------------------------
   PCフォントサイズ（px）
-------------------------------------------*/
.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.u-fs-42 {
  font-size: 42px !important;
}

.u-fs-44 {
  font-size: 44px !important;
}

.u-fs-46 {
  font-size: 46px !important;
}

.u-fs-48 {
  font-size: 48px !important;
}

/* ------------------------------------------
   SPフォント（rem換算）
-------------------------------------------*/
@media (max-width: 768px) {
  .u-fs-9-sp {
    font-size: calc(9 / 10 * 1rem) !important;
  }
  .u-fs-10-sp {
    font-size: calc(10 / 10 * 1rem) !important;
  }
  .u-fs-11-sp {
    font-size: calc(11 / 10 * 1rem) !important;
  }
  .u-fs-12-sp {
    font-size: calc(12 / 10 * 1rem) !important;
  }
  .u-fs-13-sp {
    font-size: calc(13 / 10 * 1rem) !important;
  }
  .u-fs-14-sp {
    font-size: calc(14 / 10 * 1rem) !important;
  }
  .u-fs-15-sp {
    font-size: calc(15 / 10 * 1rem) !important;
  }
  .u-fs-16-sp {
    font-size: calc(16 / 10 * 1rem) !important;
  }
  .u-fs-17-sp {
    font-size: calc(17 / 10 * 1rem) !important;
  }
  .u-fs-18-sp {
    font-size: calc(18 / 10 * 1rem) !important;
  }
  .u-fs-19-sp {
    font-size: calc(19 / 10 * 1rem) !important;
  }
  .u-fs-20-sp {
    font-size: calc(20 / 10 * 1rem) !important;
  }
  .u-fs-22-sp {
    font-size: calc(22 / 10 * 1rem) !important;
  }
  .u-fs-24-sp {
    font-size: calc(24 / 10 * 1rem) !important;
  }
  .u-fs-26-sp {
    font-size: calc(26 / 10 * 1rem) !important;
  }
  .u-fs-28-sp {
    font-size: calc(28 / 10 * 1rem) !important;
  }
  .u-fs-30-sp {
    font-size: calc(30 / 10 * 1rem) !important;
  }
  .u-fs-32-sp {
    font-size: calc(32 / 10 * 1rem) !important;
  }
  .u-fs-34-sp {
    font-size: calc(34 / 10 * 1rem) !important;
  }
  .u-fs-36-sp {
    font-size: calc(36 / 10 * 1rem) !important;
  }
  .u-fs-38-sp {
    font-size: calc(38 / 10 * 1rem) !important;
  }
  .u-fs-40-sp {
    font-size: calc(40 / 10 * 1rem) !important;
  }
  .u-fs-42-sp {
    font-size: calc(42 / 10 * 1rem) !important;
  }
  .u-fs-44-sp {
    font-size: calc(44 / 10 * 1rem) !important;
  }
  .u-fs-46-sp {
    font-size: calc(46 / 10 * 1rem) !important;
  }
  .u-fs-48-sp {
    font-size: calc(48 / 10 * 1rem) !important;
  }
}
.u-lh-1 {
  line-height: 1 !important;
}

.u-lh-12 {
  line-height: 1.2 !important;
}

.u-lh-14 {
  line-height: 1.4 !important;
}

.u-lh-16 {
  line-height: 1.6 !important;
}

.u-lh-18 {
  line-height: 1.8 !important;
}

.u-lh-20 {
  line-height: 2 !important;
}

.u-flex {
  display: flex !important;
}

/* variations */
.u-flex-center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.u-flex-between {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.u-flex-col {
  display: flex !important;
  flex-direction: column !important;
}

.u-flex-jc-start {
  justify-content: flex-start;
}

.u-flex-jc-center {
  justify-content: center;
}

.u-flex-jc-between {
  justify-content: space-between;
}

.u-flex-jc-around {
  justify-content: space-around;
}

.u-flex-jc-end {
  justify-content: flex-end;
}

.u-flex-al-start {
  align-items: flex-start;
}

.u-flex-al-center {
  align-items: center;
}

.u-flex-al-end {
  align-items: flex-end;
}

/* flex:1  */
.u-flex1 {
  flex: 1 !important;
}

/* PC */
@media (min-width: 769px) {
  .u-flex-pc {
    display: flex !important;
  }
  .u-flex-center-pc {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .u-flex-between-pc {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .u-flex-col-pc {
    display: flex !important;
    flex-direction: column !important;
  }
}
/* SP */
@media (max-width: 768px) {
  .u-flex-sp {
    display: flex !important;
  }
  .u-flex-center-sp {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .u-flex-between-sp {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .u-flex-col-sp {
    display: flex !important;
    flex-direction: column !important;
  }
}
/* ------------------------------
  Display control
  ------------------------------ */
/* 📱 SPのみ表示（PCでは非表示） */
@media (min-width: 769px) {
  .u-only-sp {
    display: none !important;
  }
}

/* 💻 PCのみ表示（SPでは非表示） */
@media (max-width: 768px) {
  .u-only-pc {
    display: none !important;
  }
}

.u-font-regular {
  font-family: var(--font-honda);
}

.u-font-reguler {
  font-family: var(--font-honda-light);
}

.u-font-bold {
  font-family: var(--font-honda-bold);
}

.u-block {
  display: block !important;
}

.u-inline {
  display: inline !important;
}

.u-inline-block {
  display: inline-block !important;
}
