@charset "UTF-8";
/* =====================================================
Foundation
===================================================== */
/* reset
------------------------------------------------*/
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* reset ここまで ↑
----------------------------------------*/
/* @charset "UTF-8";
/* Base
------------------------------------------------*/
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  height: 100%;
  color: #333;
  font-family: "Noto Sans JP", "Arial", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  opacity: 0.6;
}

/* =====================================================
Layout
===================================================== */
.l-container {
  width: 100%;
  max-width: 1280px;
  padding-right: 16px;
  padding-left: 16px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.l-container__inner {
  width: 100%;
  max-width: 1280px;
  padding-right: 24px;
  padding-left: 24px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-container__inner {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .l-container.-withSidebar {
    max-width: 1350px;
    padding-right: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .l-container.-wide.-withSidebar {
    max-width: 1440px;
    padding-right: 90px;
  }
}

@media screen and (min-width: 1024px) {
  .l-container.-exWide.-withSidebar {
    max-width: 1540px;
    padding-right: 90px;
  }
}

@media screen and (min-width: 1024px) {
  .l-container.-narrow.-withSidebar {
    max-width: 1220px;
    padding-right: 90px;
  }
}

/* =====================================================
Object
===================================================== */
/*-----------------------------------------------------
Object - Component
-----------------------------------------------------*/
.c-link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c-space__sm {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .c-space__sm {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.c-space__md {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .c-space__md {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.c-space__lg {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c-space__lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.c-linebreak {
  display: inline-block;
}
.c-linebreak__force {
  display: inline-block;
  width: 100%;
}

.c-button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.c-button__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  border: 1px solid #1d2087;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.c-button__item.-navy {
  background-color: #fff;
  color: #1d2087;
}
.c-button__item.-lightGrey {
  background-color: #f2f2f2;
  color: #333;
  border: none;
}
.c-button__item:hover.-navy {
  background-color: #1d2087;
  color: #fff;
  opacity: 1;
}
.c-button__item:hover.-lightGrey {
  background-color: #333;
  color: #fff;
  opacity: 1;
}
.c-button__reset {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-button__item.-square {
  border-radius: 0;
}

.c-button__item.-roundedCorner {
  border-radius: 5px;
}

.c-button__item.-largeSquare {
  font-size: clamp-calc(24px, 40px);
  max-width: clamp-calc(500px, 600px);
  height: clamp-calc(100px, 150px);
  background-color: #1d2087;
  border-radius: 20px;
  border: 3px solid #1d2087;
}

.c-button__item.-largeSquare:hover {
  color: #1d2087;
  background-color: #fff;
  opacity: 1;
}

.c-button__item.-arrow {
  position: relative;
}

.c-button__item.-arrow::after,
.c-button__item.-arrow-lg::after {
  content: "";
  position: absolute;
  border-top: solid 2px #1d2087;
  border-right: solid 2px #1d2087;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.c-button__item.-arrow::after {
  width: 10px;
  height: 10px;
  right: 5%;
}

.c-button__item.-arrow-lg::after {
  width: 12px;
  height: 12px;
  border-width: 3px;
  right: 6%;
}
@media screen and (min-width: 768px) {
  .c-button__item.-arrow-lg::after {
    width: 14px;
    height: 14px;
  }
}

.c-button__item.-arrow.-navy:hover::after,
.c-button__item.-arrow-lg.-navy:hover::after,
.c-button__item.-arrow.-lightGrey:hover::after,
.c-button__item.-arrow-lg.-lightGrey:hover::after {
  border-color: #fff;
}

.c-button__item.c-button__item--newScreen::after {
  position: absolute;
  content: url("../img/newCarInfo/icon-buttonLink.svg");
  width: 18px;
  height: auto;
  right: 10px;
  top: 0;
}

.c-button__item.c-button__item--newScreen.-center::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-button__item.c-button__item--newScreen:hover::after {
  content: url("../img/newCarInfo/icon-buttonLink--hover.svg");
}

.c-button__item.-textAlignLeft {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 20px;
}

/*-----------------------------------------------------
Object - Project
-----------------------------------------------------*/
.page-owners {
  background-color: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  /*-----------------------
   モーダルウィンドウ
   -----------------------*/
}
.page-owners__header {
  background-color: #000;
}
.page-owners__headerWrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.page-owners__headerBottom {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #000;
}
.page-owners__headerBottomWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
}
.page-owners__headerBottomLogo {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-owners__headerBottomLogo {
    display: inline-block;
    width: 100%;
    max-width: 300px;
  }
}
.page-owners__headerBottomMenu {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-owners__headerBottomMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.page-owners__headerBottomMenuItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
.page-owners__headerBottomMenuItem:hover {
  text-decoration: underline;
}
.page-owners__headerBottomMenuItemImage {
  height: 24px;
  margin-bottom: 4px;
}
.page-owners__headerBottomMenuItemImage img {
  width: 100%;
  height: 100%;
}
.page-owners__headerBottomMenuItemImage.-logo {
  width: 100%;
  height: 100%;
}
.page-owners__headerBottomMenuItemText {
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
/*-----------------------------------------------------
Object - Utility
-----------------------------------------------------*/
/* hidden
------------------------------------------------ */
.u-visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .u-hidden {
    display: none;
  }
}
@media screen and (min-width: 568px) {
  .u-hidden__sm {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .u-hidden__lg {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .u-hidden__xl {
    display: none;
  }
}

.u-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-show {
    display: block;
  }
}
.u-show__sm {
  display: none;
}
@media screen and (min-width: 568px) {
  .u-show__sm {
    display: block;
  }
}
.u-show__lg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-show__lg {
    display: block;
  }
}
.u-show__xl {
  display: none;
}
@media screen and (min-width: 1200px) {
  .u-show__xl {
    display: block;
  }
}

.-i.u-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .-i.u-show {
    display: inline;
  }
}
.-i.u-show__sm {
  display: none;
}
@media screen and (min-width: 568px) {
  .-i.u-show__sm {
    display: inline;
  }
}
.-i.u-show__lg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .-i.u-show__lg {
    display: inline;
  }
}
.-i.u-show__xl {
  display: none;
}
@media screen and (min-width: 1200px) {
  .-i.u-show__xl {
    display: inline;
  }
}

.-ib.u-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .-ib.u-show {
    display: inline-block;
  }
}
.-ib.u-show__sm {
  display: none;
}
@media screen and (min-width: 568px) {
  .-ib.u-show__sm {
    display: inline-block;
  }
}
.-ib.u-show__lg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .-ib.u-show__lg {
    display: inline-block;
  }
}
.-ib.u-show__xl {
  display: none;
}
@media screen and (min-width: 1200px) {
  .-ib.u-show__xl {
    display: inline-block;
  }
}

.-fx.u-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .-fx.u-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.-fx.u-show__sm {
  display: none;
}
@media screen and (min-width: 568px) {
  .-fx.u-show__sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.-fx.u-show__lg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .-fx.u-show__lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.-fx.u-show__xl {
  display: none;
}
@media screen and (min-width: 1200px) {
  .-fx.u-show__xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* margin
------------------------------------------------ */
/* show
------------------------------------------------ */
.u-show__pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .u-show__pc {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .u-show__sp {
    display: none;
  }
}


