@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 {
  -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 */
  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: 200;
  letter-spacing: 0.05em;
  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;
}

button,
input,
optgroup,
select,
textarea {
  font-weight: 200;
}

/* =====================================================
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.-BeforeNavy {
  background-color: #1d2087;
  color: #fff;
}
.c-button__item.-lightGrey {
  background-color: #f2f2f2;
  color: #333;
  border: none;
}
.c-button__item.-black {
  background-color: #f2f2f2;
  color: #333;
  border: 1px solid #333;
}
.c-button__item:hover.-navy {
  background-color: #1d2087;
  color: #fff;
  opacity: 1;
}
.c-button__item:hover.-BeforeNavy {
  background-color: #fff;
  color: #1d2087;
}
.c-button__item:hover.-lightGrey {
  background-color: #333;
  color: #fff;
  opacity: 1;
}
.c-button__item:hover.-black {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
  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: 20px;
  max-width: clamp-calc(300px, 400px);
  height: clamp-calc(40px, 60px);
  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.-squareRoundedCornerNavy {
  font-size: clamp-calc(20px, 24px);
  font-weight: 300;
  width: 500px;
  max-width: 100%;
  height: auto;
  padding: 10px;
  background-color: #1d2087;
  border-radius: 5px;
  border: 2px solid #1d2087;
}

.c-button__item.-squareRoundedCornerNavy: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.-arrowLine {
  position: relative;
}

.c-button__item.-arrowLine::after {
  content: url(../img/common/icon-arrow-line.svg);
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: auto;
  right: 5%;
}

.c-button__item.-arrowLine:hover::after {
  content: url(../img/common/icon-arrow-line-white.svg);
}

.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
-----------------------------------------------------*/
.p-header__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.p-header__top {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__top {
    display: block;
    background-color: #1d2087;
  }
}
.p-header__topWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
}
.p-header__topSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-header__topSnsItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-header__topSnsItem img {
  width: 20px;
  height: 20px;
}
.p-header__topMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 1200px) {
  .p-header__topMenu {
    gap: 24px;
  }
}
.p-header__topMenuLink {
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .p-header__topMenuLink {
    font-size: 16px;
  }
}
.p-header__topMenuLogo {
  display: inline-block;
  height: 20px;
}
.p-header__topMenuLogo img {
  height: 100%;
}
.p-header__topMenuItem a {
  color: #fff;
}
.p-header__topMenuItem:first-child {
  position: relative;
}
.p-header__topMenuItem:first-child::before {
  position: absolute;
  content: "／";
  top: 50%;
  right: -16px;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  .p-header__topMenuItem:first-child::before {
    right: -20px;
    font-size: 16px;
  }
}
.p-header__topLogo {
  width: 100%;
  max-width: 100px;
}
@media screen and (min-width: 1200px) {
  .p-header__bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
  }
}
.p-header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4px;
}
@media screen and (min-width: 768px) {
  .p-header__search.-showSp {
    display: none;
  }
}
.p-header__search label {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .p-header__search label {
    width: 200px;
  }
}
.p-header__search input {
  width: 100%;
  height: 30px;
  padding: 1px 5px 1px 8px;
  border: 1px solid #999999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  outline: none;
}
.p-header__search button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: 68px;
  height: 30px;
  font-size: 12px;
  border: none;
  background-color: #f2f2f2;
  color: #1d2087;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 4px;
  white-space: nowrap;
}
.p-header__search button::before {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%230d1c66%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.p-header__bottomWrapper {
  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: 58px;
  padding-left: 16px;
  height: 50px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header__bottomWrapper {
    height: auto;
    background-color: none;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.p-header__bottomLogo {
  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: 110px;
}
@media screen and (min-width: 768px) {
  .p-header__bottomLogo {
    max-width: 200px;
  }
}
.p-header__bottomMenu {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-header__bottomMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.p-header__bottomMenuItem {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0 0 4px 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  font-weight: 700;
}
.p-header__bottomMenuItem.-underline {
  border-bottom: 3px solid #1d2087;
  color: #1d2087;
}
.p-header__bottomMenuItem:hover {
  border-bottom: 3px solid #1d2087;
  color: #1d2087;
}
.p-header__bottomMenuItem.-logo {
  position: relative;
  width: 100%;
  max-width: 80px;
}
.p-header .js-header-drop {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  width: 100%;
  z-index: 1; /* 他の要素より前面に表示するため */
  background: #fff; /* 必要に応じて背景色を指定 */
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); /* 影を付けてドロップダウンであることを強調 */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-header .js-header-drop.is-active {
  display: block;
}
.p-header__bottomMenuItemImage {
  height: 30px;
}
.p-header__bottomMenuItemImage img {
  width: 100%;
  height: 100%;
}
.p-header__bottomMenuItemImage.-logo {
  width: 100%;
  height: 100%;
}
.p-header__bottomMenuItemText {
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  height: 30px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
}
.p-header__bottomDrop {
  width: 100%;
  padding: 16px 0;
}
.p-header__bottomDropTitleBox {
  border-bottom: 1px solid #1d2087;
}
.p-header__bottomDropTitle {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 16px;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  color: #1d2087;
}
.p-header__bottomDropGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-header__bottomDropGrid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.p-header__bottomDropGridItem {
  position: relative;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 8px;
  padding-right: 1em;
  background-color: #f2f2f2;
  color: #1d2087;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-header__bottomDropGridItem::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /*矢印の形状*/
  width: 10px;
  height: 10px;
  border-top: 2px solid #1d2087;
  border-right: 2px solid #1d2087;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-header__bottomDropGridItem:hover::after {
  right: 8px;
}
.p-header__bottomDropGridItem:hover .p-header__bottomDropGridItemText {
  text-decoration: underline;
}
.p-header__bottomDropGridItemIcon {
  height: 60px;
  width: 60px;
}
.p-header__bottomDropGridItemIcon.-newcar {
  width: 80px;
}
.p-header__bottomDropGridItemIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-header__bottomDropGridItemText {
  font-weight: 500;
  color: #1d2087;
  font-size: 16px;
}
.p-header__bottomStoreLink {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1d2087;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.p-header__storeWrapper {
  display: grid;
  width: 100%;
  padding: 0 1rem;
}
@media screen and (min-width: 1200px) {
  .p-header__storeWrapper {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: 250px 350px 1fr;
  }
}
.p-header__storeFirstItem.is-active .p-header__storeFirstLink {
  background: #1d2087;
  color: #fff;
}
.p-header__storeFirstItem.is-active .p-header__storeFirstLink::after {
  border-color: #fff;
}
.p-header__storeFirstLink {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 0 1rem;
  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;
  font-weight: 700;
  font-size: 20px;
  color: #1d2087;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-header__storeFirstLink:hover {
  opacity: 0.7;
}
.p-header__storeSecondItems {
  background: #f2f2f2;
}
.p-header__storeSecondLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 12px;
  background: #f2f2f2;
}
.p-header__storeSecondLink:hover {
  background: #fff;
  opacity: 1;
}
.p-header__storeSecondCat {
  width: 100px;
  height: 26px;
  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;
  background: #1d2087;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.p-header__storeSecondCat.-used {
  background: #ff8c9b;
}
.p-header__storeSecondName {
  color: #333;
}
.p-header__storeMapWrapper {
  padding: 2rem 3rem;
}
.p-header__storeMap {
  aspect-ratio: 4/3;
}
.p-header__storeMap iframe {
  width: 100%;
  height: 100%;
}
.p-header__originalWrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .p-header__originalWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .p-header__originalWrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-header__originalLink {
  cursor: pointer;
}

.page-owners {
  background-color: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  overflow-x: hidden;
  /*-----------------------
   モーダルウィンドウ
   -----------------------*/
}
.page-owners__header {
  background-color: #000;
}
.page-owners__headerWrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.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 {
  position: fixed;
  top: 100px;
  right: -100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 20px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .page-owners__headerBottomMenu {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.page-owners__headerBottomMenu.is-open {
  right: 0;
}
.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;
}
.page-owners__hero {
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: #000;
  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;
}
.page-owners__heroImage {
  position: relative;
  width: 100%;
  -webkit-transition: 4s;
  transition: 4s;
}
@media screen and (min-width: 768px) {
  .page-owners__heroImage {
    max-width: 80%;
    margin: 0 auto;
    max-width: 734px;
  }
}
.page-owners__heroImage img {
  width: 100%;
  height: auto;
}
.page-owners__star {
  position: absolute;
  top: -80px;
  left: -100px;
  width: 60px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-owners__star {
    display: inline-block;
  }
}
.page-owners__star img {
  width: 100%;
}
.page-owners__heroWrapper {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: 4s ease-out;
  transition: 4s ease-out;
}
.page-owners__heroWrapper.is-show {
  opacity: 1;
}
.page-owners__heroTextTop {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-owners__heroTextTopInner {
  display: inline-block;
  position: relative;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-owners__heroTextTopInner {
    font-size: 16px;
  }
}
.page-owners__heroTextTopInner::before, .page-owners__heroTextTopInner::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 1px;
  background: #fff;
}
.page-owners__heroTextTopInner::before {
  left: -3.5rem;
}
.page-owners__heroTextTopInner::after {
  right: -3.5rem;
}
.page-owners__heroText {
  margin-top: 1rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-owners__heroText {
    font-size: 24px;
  }
}
.page-owners__message {
  position: relative;
}
.page-owners__messageWrapper {
  position: relative;
}
.page-owners__messageWrapper img {
  width: 100%;
}
.page-owners__messageInner {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .page-owners__messageInner {
    padding-top: 0;
  }
}
.page-owners__messageText {
  padding: 0 1rem;
  text-align: center;
  line-height: 2.85;
  font-weight: 400;
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .page-owners__messageText {
    width: 100%;
    max-width: 632px;
    margin: 0 auto;
    position: absolute;
    top: 8%;
    right: 0;
    left: -5rem;
    text-align: left;
    color: #fff;
    line-height: 2;
    font-size: clamp(20px, 20px + 20 * (100vw - 768px) / 1152, 40px);
  }
}
@media screen and (min-width: 1024px) {
  .page-owners__messageText {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .page-owners__messageText {
    top: 6%;
    line-height: 2.5;
  }
}
.page-owners__badgeImageText {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.page-owners__badgeText {
  text-align: center;
  line-height: 2;
  font-size: 16px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (min-width: 768px) {
  .page-owners__badgeText {
    font-size: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1024px) {
  .page-owners__badgeText {
    max-width: 950px;
    margin: 0 auto;
  }
}
.page-owners__badgeImageWrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .page-owners__badgeImageWrapper {
    padding-bottom: 4rem;
    max-width: 800px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1024px) {
  .page-owners__badgeImageWrapper {
    padding-bottom: 6rem;
  }
}
.page-owners__badgeImage {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-owners__badgeImage {
    aspect-ratio: auto;
    width: 100%;
    margin: 0 auto;
  }
}
.page-owners__badgeListWrapper {
  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;
  margin-top: 60px;
}
.page-owners__badgeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.page-owners__badgeListItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 15px;
  padding-left: 24px;
}
@media screen and (min-width: 768px) {
  .page-owners__badgeListItem {
    font-size: 18px;
  }
}
.page-owners__badgeListItem::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background: url(../img/owners/icon-owners-list.svg) left center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .page-owners__badgeListItem::before {
    top: 6px;
  }
}
.page-owners__badgeNestList {
  padding-left: 26px;
}
.page-owners__badgeNestListItem:not(:first-child) {
  margin-top: 12px;
}
.page-owners__buttonWrapperFirst {
  text-align: center;
  padding: 32px 16px;
}
@media screen and (min-width: 768px) {
  .page-owners__buttonWrapperFirst {
    padding: 64px 0;
    margin-top: 2rem;
  }
}
.page-owners__badgeItemWrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.page-owners__badgeItemWrapperItem {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .page-owners__badgeItemWrapperItem {
    font-size: 16px;
  }
}
.page-owners__badgeItemWrapperItemSpan {
  display: block;
  font-size: 14px;
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  .page-owners__badgeItemWrapperItemSpan {
    display: inline-block;
    font-size: 24px;
  }
}
.page-owners__lifestyleLink {
  display: block;
}
.page-owners__lifestyleIconImage {
  width: 100%;
}
.page-owners__lifestyleLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 32px;
  margin: 6px -18px 0 -10px;
  color: #fff;
  font-family: "Noto Sans JP", "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  .page-owners__lifestyleLabel {
    height: 48px;
    margin: 10px -18px 0 -10px;
    gap: 20px;
  }
}
.page-owners__lifestyleLabelNumber {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-owners__lifestyleLabelNumber {
    font-size: 24px;
  }
}
.page-owners__lifestyleLabelName {
  position: relative;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-owners__lifestyleLabelName {
    font-size: 16px;
  }
}
.page-owners__lifestyleLabelName::before {
  content: "";
  position: absolute;
  height: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -6px;
  border-left: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .page-owners__lifestyleLabelName::before {
    height: 42px;
    left: -10px;
  }
}
.page-owners__stepListWrapper {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-owners__stepListWrapper {
    padding-top: 60px;
  }
}
.page-owners__stepList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.page-owners__stepListItem {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .page-owners__stepListItem {
    grid-template-columns: 1fr 1fr;
  }
}
.page-owners__stepListItem.-switch .page-owners__stepListImage {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .page-owners__stepListItem.-switch .page-owners__stepListImage {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-owners__stepListItem.-switch .page-owners__stepListContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .page-owners__stepListItem.-switch .page-owners__stepListContent {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page-owners__stepListImage {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.page-owners__stepListImage.-step1 {
  max-width: 160px;
  margin: 0 auto;
}
.page-owners__stepListContent {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-owners__stepListContent {
    text-align: left;
  }
}
.page-owners__stepListItemStep {
  margin-bottom: 8px;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .page-owners__stepListItemStep {
    margin-bottom: 32px;
    font-size: 40px;
  }
}
.page-owners__buttonWrapperSecond {
  text-align: center;
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .page-owners__buttonWrapperSecond {
    padding-top: 40px;
  }
}
.page-owners__listButton {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 480px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 15/4;
  background-image: url(../img/owners/owners-icon-button.svg);
}
.page-owners__listButton:hover {
  background-image: url(../img/owners/owners-icon-button-hover.svg);
}
@media screen and (min-width: 768px) {
  .page-owners__listButton.-switch {
    max-width: 590px;
    aspect-ratio: 6/1;
    background-image: url(../img/owners/owners-icon-bottom-button.svg);
  }
  .page-owners__listButton.-switch:hover {
    background-image: url(../img/owners/owners-icon-bottom-button-hover.svg);
  }
}
.page-owners__sampleList {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .page-owners__sampleList {
    margin-top: 120px;
  }
}
.page-owners__sampleListItem {
  display: grid;
  gap: 24px;
}
.page-owners__sampleListItem.-leftImage {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .page-owners__sampleListItem.-leftImage {
    grid-template-columns: 2fr 1fr;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.page-owners__sampleListItem.-rightImage {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .page-owners__sampleListItem.-rightImage {
    grid-template-columns: 1fr 2fr;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.page-owners__sampleListItem.-inner {
  margin-top: auto;
  margin-bottom: 2em;
}
.page-owners__sample01Image, .page-owners__sample02Image {
  position: relative;
}
.page-owners__sampleBodyContent {
  padding-bottom: 60px;
}
.page-owners__sampleImageCredit {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
  background: #000;
}
.page-owners__sampleListItemsample {
  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;
  margin-bottom: 24px;
}
.page-owners__sampleListItemsample img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-owners__sampleListItemsample img {
    max-width: 417px;
  }
}
.page-owners__sampleListItemsample2 {
  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;
  margin-bottom: 24px;
}
.page-owners__sampleListItemsample2 img {
  width: 100%;
  max-width: 130px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-owners__sampleListItemsample2 img {
    max-width: 206px;
  }
}
.page-owners__sampleMountainContent {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .page-owners__sampleMountainContent {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-bottom: 60px;
  }
}
.page-owners__sampleListItemsampleText {
  line-height: 2;
}
.page-owners__footerWrapper {
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-owners__footerWrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-owners__footerTitle {
  font-size: calc(24px + 76 * (100vw - 375px) / 1545);
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-owners__footerTitle {
    margin-bottom: 60px;
  }
}
.page-owners__buttonWrapperThird {
  width: 100%;
  padding: 40px 32px;
  text-align: center;
  padding-top: 40px;
}
.page-owners__badgeItemPloudList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.page-owners__badgeItemLifestyleList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .page-owners__badgeItemLifestyleList {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 40px;
  }
}
.page-owners__badgeItemPloudItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-owners__badgeItemPloudItem:hover {
  /*hoverした際の移動のアニメーション*/
}
.page-owners__badgeItemPloudItem:hover .btnshine::before {
  -webkit-animation: shine 0.7s;
  animation: shine 0.7s;
}
.page-owners__sampleImageCredit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.page-owners__sampleImageCredit span img {
  width: 16px;
  color: #fff;
}
.page-owners__modalWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.page-owners__modalWrapper.is-modalOpen::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.page-owners__modalInner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 100px);
  max-width: 300px;
  background: #fff;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  z-index: 2;
}
@media screen and (min-width: 568px) {
  .page-owners__modalInner {
    width: 60vw;
    max-width: 600px;
  }
}
@media screen and (min-width: 768px) {
  .page-owners__modalInner {
    padding: 4rem 0;
    border-radius: 20px;
  }
}
.page-owners__modalImage {
  position: relative;
  width: 100%;
  aspect-ratio: 293/198;
}
.page-owners__modalImage img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-owners__modalCredit {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 8px;
  background: #000;
  color: #fff;
  font-size: 12px;
  display: none;
}
.page-owners__modalTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  color: #000;
  font-family: "Noto Sans JP", "Arial", sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding-bottom: 2rem;
}
@media screen and (min-width: 568px) {
  .page-owners__modalTitle {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .page-owners__modalTitle {
    font-size: 20px;
    padding-bottom: 4rem;
  }
}
.page-owners__modalBadge {
  position: absolute;
  left: 10px;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .page-owners__modalBadge {
    left: 20px;
    width: 80px;
    height: 80px;
  }
}
.page-owners__modalDetail {
  padding: 2rem 10px 0;
  color: #000;
  font-family: "Noto Sans JP", "Arial", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 568px) {
  .page-owners__modalDetail {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .page-owners__modalDetail {
    padding: 4rem 10px 0;
    font-size: 16px;
  }
}
.page-owners__modalArrow {
  border: none;
  outline: none;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 10px;
  cursor: pointer;
  font-family: "Noto Sans JP", "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  .page-owners__modalArrow {
    gap: 8px;
    font-size: 20px;
  }
}
.page-owners__modalArrow img {
  height: 20px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .page-owners__modalArrow img {
    height: 40px;
  }
}
.page-owners__modalArrow.-prev {
  left: -48px;
}
@media screen and (min-width: 768px) {
  .page-owners__modalArrow.-prev {
    left: -96px;
  }
}
.page-owners__modalArrow.-next {
  right: -48px;
}
@media screen and (min-width: 768px) {
  .page-owners__modalArrow.-next {
    right: -96px;
  }
}
.page-owners__modalClose {
  position: absolute;
  top: -8px;
  right: -32px;
  font-size: 24px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-owners__modalClose {
    font-size: 32px;
  }
}
.page-owners__drawer {
  padding: 10px 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 50px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-owners__drawer {
    display: none;
  }
}
.page-owners__drawer img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.scrolldown1 {
  position: absolute;
  bottom: 10%;
  height: 50px;
  width: 40px;
}

.scrolldown1 span {
  position: absolute;
  top: -15px;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 14px;
}

.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 30px;
  background: #fff;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@-webkit-keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-fadein {
  opacity: 0;
  -webkit-animation: fadeIn 2s ease-out forwards;
  animation: fadeIn 2s ease-out forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes shine {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.image img {
  -webkit-animation: none;
  animation: none;
}

/*きらっと光る*/
.btnshine {
  /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  color: #fff;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}

/*キラッと光る*/
.btnshine::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: -8px;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*-----------------------------------------------------
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
------------------------------------------------ */
.u-margin__topSm {
  margin-top: 1em;
}
.u-margin__topMd {
  margin-top: 24px;
}

/* 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;
  }
}

/* text
------------------------------------------------ */
.u-text__center {
  text-align: center;
}
.u-text__right {
  text-align: right;
}
.u-text__left {
  text-align: left;
}
.u-text__small {
  font-size: 80%;
}
/*# sourceMappingURL=owners-style.css.map */

.page-owners__messageImagePosition {
position: relative;
}


