@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  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] {
  -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; /* 1 */
  font-size: inherit; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #353535;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #353535;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* font */
/* anime */
@keyframes fillProgressBar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fillProgressBar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.anime-rotate {
  animation: rotate 12s infinite linear;
}

/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
.l-header::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  border-bottom: 1px solid var(--border-border-light, #d3d3d3);
  border-left: 1px solid var(--border-border-light, #d3d3d3);
  border-radius: 0 0 0 1.25rem;
}
.l-header__container {
  position: relative;
  display: flex;
  gap: 2.5vw;
  align-items: center;
  height: 6.5rem;
  padding-right: clamp(17.5rem, 19.7vw, 21.25rem);
  padding-left: 2.5rem;
}
.l-header__logo {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  width: clamp(6.875rem, 20.125vw, 20.125rem);
}
.l-header__menu-pc {
  height: 100%;
  margin-left: auto;
}
.l-header__nav-container {
  display: flex;
  gap: 2.5vw;
  align-items: center;
  height: 100%;
}
.l-header__nav-list {
  display: flex;
  gap: 2.5vw;
  align-items: center;
}
.l-header__nav-item {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.l-header__nav-item-icon {
  position: relative;
  z-index: 3;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.5rem;
  cursor: pointer;
}
.l-header__nav-item-icon::after, .l-header__nav-item-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1rem;
  height: 0.125rem;
  content: "";
  background-color: var(--plus-minus-color, #353535);
}
.l-header__nav-item-icon::after {
  transform: translateX(-50%) translateY(-50%);
}
.l-header__nav-item-icon::before {
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.l-header__nav-item-icon.is-active::before {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.l-header__nav-item.--lv {
  --plus-minus-color: #ffa000;
  --nav-link-color: #ffa000;
  --background-sub-color: #ffa000;
}
.l-header__nav-item.--outdoor {
  --plus-minus-color: #138017;
  --nav-link-color: #138017;
  --background-sub-color: #138017;
}
.l-header__nav-item.--premium {
  --plus-minus-color: #093680;
  --nav-link-color: #093680;
  --background-sub-color: #093680;
}
.l-header__nav-link {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 0 0.25rem;
  align-items: center;
  height: 100%;
  font-size: clamp(0.625rem, 1vw, 1.125rem);
  font-weight: 700;
  line-height: 1.6;
  color: var(--nav-link-color, #353535);
  letter-spacing: 0.045rem;
  white-space: nowrap;
}
.l-header__nav-link-icon {
  width: 1.6666666667vw;
}
.l-header__reservation {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 6.5rem;
  padding: 1rem 2.5rem 1rem 6rem;
  font-weight: 700;
  color: #353535;
  background: #fff url("../images/common/bg_btn_reservation.svg") no-repeat center/cover;
  border-radius: 999rem 0 0 999rem;
  border-left: 1px solid #E3E3E3;
}
.l-header__reservation .icon {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  transform: translateY(-50%);
}
.l-header__reservation span {
  font-size: clamp(0.375rem, 0.875vw, 0.875rem);
  letter-spacing: 0.035rem;
}
.l-header__reservation strong {
  font-size: clamp(0.875rem, 1.375vw, 1.375rem);
  letter-spacing: 0.055rem;
}
@media (hover: hover) {
  .l-header__reservation {
    transition: 0.3s linear all;
  }
  .l-header__reservation:hover .icon img {
    animation: rotate 3s infinite linear;
  }
}

.l-hum {
  position: absolute;
  top: 0;
  right: 10.25rem;
  width: 52px;
  height: 52px;
  background-color: #fff;
  border: 1px solid var(--border-border-light, #d3d3d3);
  border-radius: 50%;
}
.l-hum span {
  position: absolute;
  left: 50%;
  display: block;
  width: 1.25rem;
  height: 0.125rem;
  background-color: #353535;
  border-radius: 999px;
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%);
}
.l-hum span:nth-child(1) {
  top: calc(50% + 0.375rem);
}
.l-hum span:nth-child(2) {
  top: calc(50% - 0.375rem);
}
.l-hum span:nth-child(3) {
  top: 50%;
}
.l-hum.is-active span:nth-child(1), .l-hum.is-active span:nth-child(2) {
  display: none;
}

@media all and (min-width: 1281px), print {
  .l-header__menu-sp {
    display: none !important;
  }
  .l-header__nav-sub {
    position: absolute;
    top: 5.25rem;
    left: 0;
    z-index: 1;
    display: none;
    width: 100%;
    padding: 3rem 2.5rem 2rem;
    visibility: inherit;
    background: var(--background-sub-color, #ffa000);
    border-radius: 0 0 0 1.25rem;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  }
  .l-header__nav-sub-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    --button-sub-color: #fff;
  }
  .l-header__nav-sub-item:first-child {
    margin-right: 1rem;
  }
  .l-header__nav-sub-link {
    display: flex;
    gap: 0 0.25rem;
    align-items: center;
    color: #fff;
  }
  .l-hum {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .l-header {
    top: 1.875rem;
    right: inherit;
    width: 100%;
    max-width: 100%;
    padding-left: 1.25rem;
  }
  .l-header::before {
    display: none;
  }
  .l-header__inner {
    padding: 0;
  }
  .l-header__container {
    height: 56px;
    padding: 0;
  }
  .l-header__logo {
    width: 7.625rem;
  }
  .l-header__menu-pc {
    display: none !important;
  }
  .l-header__menu-sp {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #fff;
  }
  .l-header__menu-sp .c-button {
    max-width: 100%;
  }
  .l-header__nav-container {
    flex-direction: column;
    height: 100%;
    padding: 8.75rem 1.25rem 5rem;
    overflow-y: scroll;
  }
  .l-header__nav {
    width: 100%;
    height: auto;
  }
  .l-header__nav-list {
    flex-direction: column;
    gap: 1.25rem;
  }
  .l-header__nav-item {
    display: block;
    width: 100%;
  }
  .l-header__nav-item.--lv {
    --bg-icon: #ffa000;
    --nav-link-color: #ffa000;
    --bg-img-color: #ffa000;
  }
  .l-header__nav-item.--outdoor {
    --bg-icon: #138017;
    --nav-link-color: #138017;
    --bg-img-color: #138017;
  }
  .l-header__nav-item.--premium {
    --bg-icon: #093680;
    --nav-link-color: #093680;
    --bg-img-color: #093680;
  }
  .l-header__nav-link {
    display: flex;
    align-items: center;
  }
  .l-header__nav-link-img {
    width: 50%;
    overflow: hidden;
    background-color: var(--bg-img-color, #353535);
    border-radius: 0.375rem;
  }
  .l-header__nav-link-text {
    width: 50%;
    padding: 0 1.5rem 0 1rem;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.0375rem;
  }
  .l-header__nav-link-text::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background: var(--bg-icon, #353535) url("../images/common/icon_button.svg") no-repeat center/contain;
    border-radius: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1280px) and (hover: hover) {
  .l-header__nav-link {
    transition: 0.3s linear opacity;
  }
  .l-header__nav-link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1280px) {
  .l-header__nav-sub {
    padding-bottom: 1.25rem;
    margin-top: 1.5rem;
  }
  .l-header__nav-sub-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .l-header__nav-sub-link {
    position: relative;
    padding-left: 1.125rem;
    font-size: 0.9375rem;
    color: var(--nav-link-color, #353535);
    letter-spacing: 0.0375rem;
    white-space: nowrap;
  }
  .l-header__nav-sub-link::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.625rem;
    height: 0.0625rem;
    content: "";
    background-color: var(--nav-link-color, #353535);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1280px) and (hover: hover) {
  .l-header__nav-sub-link {
    transition: 0.3s linear opacity;
  }
  .l-header__nav-sub-link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1280px) {
  .l-header__reservation {
    height: 3.5rem;
    padding: 0.5rem 0.5rem 0.5rem 3rem;
  }
  .l-header__reservation .icon {
    left: 0.75rem;
    width: 2rem;
    height: 2rem;
  }
  .l-header__reservation span {
    font-size: 0.5625rem;
    letter-spacing: 0.0225rem;
  }
  .l-header__reservation strong {
    font-size: 0.875rem;
    letter-spacing: 0.035rem;
  }
}
/* footer */
.l-footer {
  position: relative;
  padding: 5rem 0;
  margin-top: 10rem;
  color: #fff;
  background-color: #353535;
}
.l-footer__container {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 2.5rem;
  align-items: stretch;
  justify-content: space-between;
}
.l-footer__info {
  position: relative;
  min-width: 21.25rem;
}
.l-footer__sitemap {
  --button-sub-color: #fff;
}
.l-footer__sitemap-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.l-footer__sitemap-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.75rem;
  margin-top: 1rem;
}
.l-footer__sitemap-sub-link {
  position: relative;
  padding-left: 1.125rem;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.04rem;
  white-space: nowrap;
}
.l-footer__sitemap-sub-link::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.625rem;
  height: 0.0625rem;
  content: "";
  background-color: #fff;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .l-footer__sitemap-sub-link {
    transition: 0.3s linear opacity;
  }
  .l-footer__sitemap-sub-link:hover {
    opacity: 0.7;
  }
}
.l-footer__name {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
.l-footer__name span {
  font-size: 0.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}
.l-footer__access {
  margin-top: 2rem;
}
.l-footer__tel {
  margin-top: 1rem;
}
.l-footer__copyright {
  margin-top: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 4rem 0 2.5rem;
  }
  .l-footer__container {
    flex-direction: column;
  }
  .l-footer__logo {
    width: 16.125rem;
  }
  .l-footer__info {
    width: 100%;
    min-width: inherit;
  }
  .l-footer__sitemap {
    max-width: 100%;
    margin-top: 3rem;
  }
  .l-footer__sitemap-sub {
    gap: 1rem 1.75rem;
    margin-top: 1.25rem;
  }
  .l-footer__sitemap-sub-link {
    font-size: 0.9375rem;
    letter-spacing: 0.0375rem;
  }
  .l-footer__name {
    margin-top: 5rem;
  }
  .l-footer__access {
    margin-top: 1rem;
  }
  .l-footer__tel {
    margin-top: 0.5rem;
  }
  .l-footer__copyright {
    position: relative;
    bottom: inherit;
    left: inherit;
    margin-top: 3.5rem;
  }
}
/* main */
.l-inner {
  width: 80rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 90rem;
}
.l-inner.--narrow {
  width: 65rem;
}

.l-section-first {
  margin-top: 5rem;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.25rem;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button-sub {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--button-sub-color, #353535);
  letter-spacing: 0.04rem;
  cursor: pointer;
}
.c-button-sub::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.375rem;
  height: 0.375rem;
  margin-left: 0.25rem;
  content: "";
  border-top: 0.0625rem solid var(--button-sub-color, #353535);
  border-left: 0.0625rem solid var(--button-sub-color, #353535);
  transition: 0.3s linear all;
  transform: rotate(135deg);
}
.c-button-sub::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.375rem;
  height: 0.375rem;
  margin-right: 0.5rem;
  content: "";
  background-color: var(--button-sub-color, #353535);
  border-radius: 50%;
}
.c-button-sub__text {
  padding: 0.25rem 0.125rem;
  border-bottom: 0.0625rem solid var(--button-sub-color, #353535);
}
.c-button-sub.--disabled {
  pointer-events: none;
  opacity: 0.7;
}
@media (hover: hover) {
  .c-button-sub:hover::after {
    margin-left: 0.5rem;
  }
}

.c-button-mv {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 12rem;
  padding-left: 0.5rem;
  overflow: hidden;
  background-color: var(--bg-color-btn-mv, #dc4600);
  border: 0.125rem solid #fff;
  border-radius: 50%;
}
.c-button-mv.--outdoor {
  --bg-color-btn-mv: #004802;
}
.c-button-mv.--premiumm {
  --bg-color-btn-mv: #00163b;
}
.c-button-mv::after {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 1.125rem;
  height: 1.25rem;
  margin-left: 0.25rem;
  content: "";
  background: transparent url("../images/index/icon_button_mv.svg") no-repeat center/cover;
}
.c-button-mv__text {
  position: relative;
  z-index: 2;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.05rem;
}
.c-button-mv__en {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 11.25rem;
  height: 11.25rem;
  transform: translate(-50%, -50%);
}
.c-button-mv__en img {
  animation: rotate 6s infinite linear;
}
@media (hover: hover) {
  .c-button-mv {
    transition: 0.3s linear all;
  }
  .c-button-mv:hover .c-button-mv__jp::after {
    transform: scale(1.2);
  }
}

@media only screen and (max-width: 767px) {
  .c-button-mv {
    width: 100%;
    max-width: 20.9375rem;
    height: 3.75rem;
    overflow: hidden;
    border-radius: 999rem;
  }
  .c-button-mv::after {
    width: 0.875rem;
    height: 1rem;
  }
  .c-button-mv__text {
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
  .c-button-mv__en {
    width: 100%;
    height: 100%;
  }
  .c-button-mv__en img {
    animation: none;
  }
}
.c-heading-car {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 0 8px var(--shadow-color, #ffa000);
}
.c-heading-car__jp {
  font-size: clamp(1rem, 2vw, 2rem);
  letter-spacing: 0.16rem;
}
.c-heading-car__en {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
}

.c-heading-types {
  display: flex;
  gap: 0.5rem;
  line-height: 2rem;
  color: #fff;
  writing-mode: vertical-lr;
}
.c-heading-types.--stroke {
  text-shadow: 2px 2px 0 var(--stroke-color, #ffa000), -2px -2px 0 var(--stroke-color, #ffa000), -2px 2px 0 var(--stroke-color, #ffa000), 2px -2px 0 var(--stroke-color, #ffa000), 2px 0 0 var(--stroke-color, #ffa000), -2px 0 0 var(--stroke-color, #ffa000), 0 2px 0 var(--stroke-color, #ffa000), 0 -2px 0 var(--stroke-color, #ffa000); /* 右上方向に影 */
  -webkit-text-stroke-color: var(--stroke-color, #ffa000);
}
.c-heading-types__icon {
  width: 2rem;
  height: 2rem;
}
.c-heading-types__num {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.045rem;
}
.c-heading-types__jp {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  font-size: 1rem;
  letter-spacing: 0.04rem;
}
.c-heading-types__en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.045rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-car {
    gap: 0.5rem;
  }
  .c-heading-car__jp {
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
  }
  .c-heading-car__en {
    font-size: 2.5rem;
  }
  .c-heading-types {
    flex-direction: column;
    gap: 0;
    line-height: 1.6;
    color: #fff;
    writing-mode: inherit;
  }
  .c-heading-types.--stroke {
    text-shadow: none;
    -webkit-text-stroke-color: none;
  }
  .c-heading-types__icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  .c-heading-types__num {
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
  .c-heading-types__jp {
    gap: 0.25rem;
    justify-content: flex-start;
    font-size: 0.875rem;
    letter-spacing: 0.035rem;
  }
  .c-heading-types__en {
    font-size: 0.9375rem;
    letter-spacing: 0.0375rem;
  }
}
.c-button-sub {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--button-sub-color, #353535);
  letter-spacing: 0.04rem;
  cursor: pointer;
}

.c-button-sub::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.375rem;
  height: 0.375rem;
  margin-left: 0.25rem;
  content: "";
  border-top: 0.0625rem solid var(--button-sub-color, #353535);
  border-left: 0.0625rem solid var(--button-sub-color, #353535);
  transition: 0.3s linear all;
  transform: rotate(135deg);
}

.c-button-sub::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.375rem;
  height: 0.375rem;
  margin-right: 0.5rem;
  content: "";
  background-color: var(--button-sub-color, #353535);
  border-radius: 50%;
}

.c-button-sub__text {
  padding: 0.25rem 0.125rem;
  border-bottom: 0.0625rem solid var(--button-sub-color, #353535);
}

.c-button-sub.--disabled {
  pointer-events: none;
  opacity: 0.7;
}

@media (hover: hover) {
  .c-button-sub:hover::after {
    margin-left: 0.5rem;
  }
}
.c-button-mv {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 12rem;
  padding-left: 0.5rem;
  overflow: hidden;
  background-color: var(--bg-color-btn-mv, #dc4600);
  border: 0.125rem solid #fff;
  border-radius: 50%;
}

.c-button-mv.--outdoor {
  --bg-color-btn-mv: #004802;
}

.c-button-mv.--premiumm {
  --bg-color-btn-mv: #00163b;
}

.c-button-mv::after {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 1.125rem;
  height: 1.25rem;
  margin-left: 0.25rem;
  content: "";
  background: transparent url("../images/index/icon_button_mv.svg") no-repeat center/cover;
}

.c-button-mv__text {
  position: relative;
  z-index: 2;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.05rem;
}

.c-button-mv__en {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 11.25rem;
  height: 11.25rem;
  transform: translate(-50%, -50%);
}

.c-button-mv__en img {
  animation: rotate 6s infinite linear;
}

@media (hover: hover) {
  .c-button-mv {
    transition: 0.3s linear all;
  }
  .c-button-mv:hover .c-button-mv__jp::after {
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 767px) {
  .c-button-mv {
    width: 100%;
    max-width: 20.9375rem;
    height: 3.75rem;
    overflow: hidden;
    border-radius: 999rem;
  }
  .c-button-mv::after {
    width: 0.875rem;
    height: 1rem;
  }
  .c-button-mv__text {
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
  .c-button-mv__en {
    width: 100%;
    height: 100%;
  }
  .c-button-mv__en img {
    animation: none;
  }
}
.c-heading-car {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 0 8px var(--shadow-color, #ffa000);
}

.c-heading-car__jp {
  font-size: clamp(1rem, 2vw, 2rem);
  letter-spacing: 0.16rem;
}

.c-heading-car__en {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
}

.c-heading-types {
  display: flex;
  gap: 0.5rem;
  line-height: 2rem;
  color: #fff;
  writing-mode: vertical-lr;
}

.c-heading-types.--stroke {
  text-shadow: 2px 2px 0 var(--stroke-color, #ffa000), -2px -2px 0 var(--stroke-color, #ffa000), -2px 2px 0 var(--stroke-color, #ffa000), 2px -2px 0 var(--stroke-color, #ffa000), 2px 0 0 var(--stroke-color, #ffa000), -2px 0 0 var(--stroke-color, #ffa000), 0 2px 0 var(--stroke-color, #ffa000), 0 -2px 0 var(--stroke-color, #ffa000); /* 右上方向に影 */
  -webkit-text-stroke-color: var(--stroke-color, #ffa000);
}

.c-heading-types__icon {
  width: 2rem;
  height: 2rem;
}

.c-heading-types__num {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.045rem;
}

.c-heading-types__jp {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  font-size: 1rem;
  letter-spacing: 0.04rem;
}

.c-heading-types__en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.045rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-car {
    gap: 0.5rem;
  }
  .c-heading-car__jp {
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
  }
  .c-heading-car__en {
    font-size: 2.5rem;
  }
  .c-heading-types {
    flex-direction: column;
    gap: 0;
    line-height: 1.6;
    color: #fff;
    writing-mode: inherit;
  }
  .c-heading-types.--stroke {
    text-shadow: none;
    -webkit-text-stroke-color: none;
  }
  .c-heading-types__icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  .c-heading-types__num {
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
  .c-heading-types__jp {
    gap: 0.25rem;
    justify-content: flex-start;
    font-size: 0.875rem;
    letter-spacing: 0.035rem;
  }
  .c-heading-types__en {
    font-size: 0.9375rem;
    letter-spacing: 0.0375rem;
  }
}
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  --bg-color-icon: #353535;
  position: relative;
  width: 100%;
  max-width: 25rem;
  min-height: 4.25rem;
  padding: 1rem 3rem 1rem 2.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  color: #353535;
  letter-spacing: 0.055rem;
  cursor: pointer;
  background-color: #fff;
  border: 0.0625rem solid #d3d3d3;
  border-radius: 0.375rem;
}
.c-button::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: var(--bg-color-icon) url("../images/common/icon_button.svg") no-repeat center/contain;
  border-radius: 50%;
  transition: 0.3s linear all;
  transform: translateY(-50%);
}
.c-button.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  content: "";
  background: url("../images/common/icon_blank.svg") no-repeat center/1.5rem 1.5rem;
}
.c-button.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  content: "";
  background: url("../images/common/icon_pdf.svg") no-repeat center/1.5rem 1.5rem;
}
.c-button.--premium {
  --bg-color-icon: #093680;
}
.c-button.--outdoor {
  --bg-color-icon: #138017;
}
.c-button.--lv {
  --bg-color-icon: #ffa000;
}
.c-button.--wide {
  max-width: none;
  width: auto;
}
.c-button.--disabled {
  color: #c8c8c8;
  pointer-events: none;
  --bg-color-icon: #c8c8c8;
}
.c-button.--disabled.--blank::after, .c-button.--disabled.--pdf::after {
  opacity: 0.7;
}
@media (hover: hover) {
  .c-button {
    transition: 0.3s linear all;
  }
  .c-button:hover {
    border-color: #353535;
  }
  .c-button:hover::after {
    transform: translateY(-50%) scale(1.8);
  }
  .c-button:hover.--blank, .c-button:hover.--pdf {
    opacity: 0.7;
  }
  .c-button:hover.--premium {
    color: #093680;
    border-color: #093680;
  }
  .c-button:hover.--outdoor {
    color: #138017;
    border-color: #138017;
  }
  .c-button:hover.--lv {
    color: #ffa000;
    border-color: #ffa000;
  }
}

@media only screen and (max-width: 767px) {
  .c-button {
    min-height: 3.75rem;
    padding: 0.75rem 3rem 0.75rem 1.5rem;
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
}
.c-heading {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-heading__jp {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.28rem;
}
.c-heading__en {
  font-size: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05rem;
}

@media only screen and (max-width: 767px) {
  .c-heading {
    gap: 0;
  }
  .c-heading__jp {
    font-size: 1.75rem;
    letter-spacing: 0.14rem;
  }
  .c-heading__en {
    font-size: 1.125rem;
    letter-spacing: 0.045rem;
  }
}
.c-heading-lv1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.24rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-lv1 {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.08rem;
  }
}
.c-heading-lv2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-lv2 {
    font-size: 1.75rem;
    letter-spacing: 0.07rem;
  }
}
.c-heading-lv3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08rem;
}
.c-heading-lv3.--icon-walking-stick {
  position: relative;
  padding-left: 3.75rem;
}
.c-heading-lv3.--icon-walking-stick::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3rem;
  height: 3rem;
  content: "";
  background: url("../images/vehicle/icon_walking_stick.svg") no-repeat center/contain;
  transform: translateY(-50%);
}
.c-heading-lv3.--icon-disability {
  position: relative;
  padding-left: 3.75rem;
}
.c-heading-lv3.--icon-disability::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3rem;
  height: 3rem;
  content: "";
  background: url("../images/vehicle/icon_disability.svg") no-repeat center/contain;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .c-heading-lv3 {
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
  }
}
.c-heading-lv4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-lv4 {
    font-size: 1.3125rem;
    letter-spacing: 0.0525rem;
  }
}
.c-heading-lv5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-lv5 {
    font-size: 1.125rem;
    letter-spacing: normal;
  }
}
.c-heading-lv6 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.045rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-lv6 {
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
}
.c-list-dot__item {
  position: relative;
  padding-left: 1.25em;
  font-size: 1rem;
  line-height: 1.6;
  color: #353535;
  letter-spacing: 0.04rem;
}
.c-list-dot__item + li {
  margin-top: 0.5rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: 0.5em;
  left: 0.375rem;
  display: block;
  width: 0.5em;
  height: 0.5em;
  content: "";
  background: var(--theme-color, #353535);
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .c-list-dot__item {
    font-size: 0.875rem;
    letter-spacing: 0.035rem;
  }
}
.c-list-ol {
  list-style: decimal;
  list-style-position: inside;
}
.c-list-ol__item + li {
  margin-top: 0.5rem;
}

.c-list-dl__dt {
  font-weight: bold;
}
.c-list-dl__dd {
  padding-left: 1em;
}

.c-textlink {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: #1558d6;
  text-decoration: underline;
}
.c-textlink.--lg {
  font-size: 1.125rem;
  letter-spacing: 0.045rem;
}
.c-textlink.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "";
  background: url("../images/common/icon_link_blank.svg") no-repeat center/contain;
}
.c-textlink.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "PDF";
}
.c-textlink.--white {
  color: #fff;
}
.c-textlink.--white.--blank::after {
  background-image: url("../images/common/icon_link_blank_white.svg");
}
@media (hover: hover) {
  .c-textlink {
    transition: 0.3s linear opacity;
  }
  .c-textlink:hover {
    opacity: 0.7;
  }
}

@media all and (min-width: 768px), print {
  .c-textlink.--tel {
    text-decoration: none;
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-textlink {
    font-size: 0.875rem;
  }
  .c-textlink.--lg {
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
}
.c-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04rem;
}
.c-text.--xlg {
  font-size: 1.25rem;
  letter-spacing: 0.05rem;
}
.c-text.--lg {
  font-size: 1.125rem;
  letter-spacing: 0.045rem;
}
.c-text.--sm {
  font-size: 0.875rem;
  letter-spacing: 0.035rem;
}
.c-text.--xsm {
  font-size: 0.75rem;
  letter-spacing: 0.03rem;
}
.c-text.--bold {
  font-weight: 700;
}
.c-text.--error {
  color: #f00;
}

@media only screen and (max-width: 767px) {
  .c-text {
    font-size: 0.875rem;
    letter-spacing: 0.035rem;
  }
  .c-text.--xlg {
    font-size: 1.125rem;
    letter-spacing: 0.045rem;
  }
  .c-text.--lg {
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
  .c-text.--sm {
    font-size: 0.75rem;
    letter-spacing: 0.03rem;
  }
  .c-text.--xsm {
    font-size: 0.625rem;
    letter-spacing: 0.025rem;
  }
}
.c-swiper-pagination.swiper-pagination {
  bottom: 3.5rem;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
.c-swiper-pagination.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: 0 !important;
  cursor: pointer;
  background: var(--background-bg-gray, #f5f5f5);
  opacity: 1;
}
.c-swiper-pagination.swiper-pagination .progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  transform: rotate(-90deg);
}
.c-swiper-pagination.swiper-pagination .circle-bg {
  fill: none;
  stroke: transparent;
  stroke-width: 4;
}
.c-swiper-pagination.swiper-pagination .circle-progress {
  fill: none;
  stroke: var(--theme-color, #353535);
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  stroke-width: 4;
}
.c-swiper-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--theme-bg-color, #989898);
}
.c-swiper-pagination.swiper-pagination .swiper-pagination-bullet-active .circle-progress {
  animation: progressFill 4s linear forwards;
}
@keyframes progressFill {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.c-swiper-button-next,
.c-swiper-button-prev {
  width: 3rem;
  height: 3rem;
  margin: 0;
  cursor: pointer;
  background-color: var(--theme-color, #353535);
  border-radius: 50%;
  transform: translateY(-50%);
}
.c-swiper-button-next::after,
.c-swiper-button-prev::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
}

.c-swiper-button-next::after {
  left: calc(50% - 2.5px);
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-swiper-button-prev::after {
  left: calc(50% + 2.5px);
  transform: translate(-50%, -50%) rotate(-135deg);
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .c-swiper-pagination.swiper-pagination {
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-swiper-button-next,
  .c-swiper-button-prev {
    width: 1.5rem;
    height: 1.5rem;
  }
  .c-swiper-button-next::after,
  .c-swiper-button-prev::after {
    width: 6px;
    height: 6px;
    border-width: 1px 1px 0 0;
  }
  .c-swiper-button-next::after {
    left: calc(50% - 1.5px);
  }
  .c-swiper-button-prev::after {
    left: calc(50% + 1.5px);
  }
  .c-swiper-pagination.swiper-pagination {
    bottom: 2.5rem;
    gap: 0.75rem;
  }
  .c-swiper-pagination.swiper-pagination .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
  }
  .c-swiper-pagination.swiper-pagination .progress-circle {
    width: 0.75rem;
    height: 0.75rem;
  }
}
/* project */
.p-anchor-col {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem var(--gap);
  justify-content: center;
  --gap: calc(40 / 1400 * 100%);
}
.p-anchor-col__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 20rem;
  min-height: 4.25rem;
  padding: 0.625rem 4.125rem 0.625rem 1.875rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  letter-spacing: 0.055rem;
  background: var(--theme-color, #353535);
  border-radius: 0.375rem;
}
.p-anchor-col__link::after {
  position: absolute;
  top: 50%;
  right: 2.375rem;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: #fff url("../images/common/icon_arrow_down.svg") no-repeat center/contain;
  border-radius: 50%;
  transition: 0.3s linear all;
  transform: translateY(-50%);
}
.p-anchor-col__link.is-active {
  background: var(--theme-color, #353535);
}
@media (hover: hover) {
  .p-anchor-col__link {
    transition: 0.3s linear background-color;
  }
  .p-anchor-col__link:hover::after {
    transform: translateY(-50%) scale(1.8);
  }
}

@media only screen and (max-width: 767px) {
  .p-anchor-col {
    flex-direction: column;
    gap: 1.25rem;
  }
  .p-anchor-col__link {
    width: 100%;
    min-width: inherit;
    min-height: 3.75rem;
    padding: 0.625rem 3.3125rem 0.625rem 1.875rem;
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
  .p-anchor-col__link::after {
    right: 1.5rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-banners {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}
.p-banners__item img {
  width: auto;
  height: 3.5rem;
}

@media only screen and (max-width: 767px) {
  .p-banners__item img {
    height: 2.5rem;
  }
}
.p-breadline__list {
  display: flex;
  align-items: center;
}
.p-breadline__item {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04rem;
  white-space: nowrap;
}
.p-breadline__item a {
  margin-right: 0.25rem;
  color: var(--color-text, #353535);
}
.p-breadline__item.--active {
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-breadline__divider {
  margin-right: 0.25rem;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .p-breadline__item {
    font-size: 0.875rem;
    letter-spacing: 0.035rem;
  }
}
.p-buttons__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-buttons.--flex-center {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .p-buttons__list {
    gap: 0.75rem;
  }
  .p-buttons.--flex-center {
    flex-direction: column;
    align-items: center;
  }
}
.p-card-01-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem var(--gap);
  --gap: calc(72 / 1400 * 100%);
}
.p-card-01-list .p-card-01 {
  width: calc((100% - var(--gap)) / 2);
}
@media only screen and (max-width: 767px) {
  .p-card-01-list .p-card-01 {
    width: 100%;
  }
}

.p-card-01__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 57.2289156627%;
  overflow: hidden;
}
.p-card-01__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-card-01__title {
  margin-top: 0.5rem;
}
.p-card-01__text {
  margin-top: 0.5rem;
}
.p-card-01__box {
  padding: 1.5rem 2rem;
  margin-top: 1.5rem;
  background: var(--theme-bg-box-color, #fffaf2);
}
.p-card-01__box-title {
  color: var(--theme-color, #ffa000);
}
.p-card-01__box-text {
  margin-top: 0.375rem;
}

.p-card-02-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem var(--gap);
  justify-content: center;
  --gap: calc(40 / 1400 * 100%);
}
.p-card-02-list .p-card-02 {
  width: calc((100% - 2 * var(--gap)) / 3);
}
@media only screen and (max-width: 767px) {
  .p-card-02-list .p-card-02 {
    width: 100%;
  }
}

.p-card-02 {
  padding: 2.5rem;
  border: 0.0625rem solid #d3d3d3;
  border-radius: 0.375rem;
}
.p-card-02__title {
  margin-top: 1.5rem;
  text-align: center;
}
.p-card-02__text {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .p-card-01__box {
    padding: 1rem 1.25rem;
  }
  .p-card-02 {
    padding: 1.25rem;
  }
  .p-card-02__title {
    margin-top: 0.5rem;
  }
}
.p-column {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem var(--gap);
  align-items: center;
  --gap: calc(72 / 1400 * 100%);
  --padding-top: calc(600 / 1100 * 100%);
}
.p-column.--start {
  align-items: flex-start;
}
.p-column.--column2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 100%;
  --padding-top: calc(400 / 664 * 100%);
}
.p-column.--reverse {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.p-column.--reverse .p-column__swiper,
.p-column.--reverse .p-column__content {
  width: 47.4285714286%;
}
.p-column.--bd-top {
  padding-top: 4rem;
  border-top: 0.0625rem solid #333;
}
.p-column__content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.p-column__title.--flex-center {
  display: flex;
  gap: 0 0.75rem;
  align-items: center;
}
.p-column__title.--color {
  color: var(--theme-color, #353535);
}
.p-column__title-en {
  font-family: "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.p-column__text {
  margin-top: 0.5rem;
}
.p-column__img {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0.375rem;
}
.p-column__movie {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 0.375rem;
  overflow: hidden;
}
.p-column__movie-in {
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.p-column__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-column__swiper-main {
  position: relative;
  width: 100%;
  max-width: 82rem;
  margin: 0 auto;
}
.p-column__swiper {
  width: 100%;
  text-align: center;
}
.p-column__swiper-control {
  display: flex;
  gap: 0 4rem;
  justify-content: center;
}
.p-column__swiper-control.--start {
  justify-content: flex-start;
}
.p-column__swiper-control .c-swiper-button-prev,
.p-column__swiper-control .c-swiper-button-next {
  position: relative;
  top: inherit;
  right: inherit;
  left: inherit;
  display: inline-flex;
  transform: translateY(0);
}
.p-column__swiper-control .c-swiper-pagination.swiper-pagination {
  position: relative;
  bottom: inherit;
  display: inline-flex;
  width: auto;
}
.p-column__swiper .swiper-wrapper {
  border-radius: 0.375rem;
}
.p-column__swiper .swiper-slide {
  text-align: left;
}

.p-column-wide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 640px;
}
.p-column-wide + .p-column-wide {
  margin-top: 6.25rem;
}
.p-column-wide__img {
  position: absolute;
  top: 0;
  right: calc(50% + 60px);
  width: calc(50vw - 60px);
  height: 100%;
  overflow: hidden;
}
.p-column-wide__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-column-wide__content {
  width: calc(50% - 60px);
}
.p-column-wide__text {
  color: var(--font-text-main, #353535);
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-column__swiper-control {
    gap: 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-column.--column2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-column.--reverse {
    flex-direction: column;
  }
  .p-column.--reverse .p-column__swiper,
  .p-column.--reverse .p-column__content {
    width: 100%;
  }
  .p-column__swiper-control {
    gap: 0 2rem;
  }
  .p-column__swiper-control.--start {
    justify-content: center;
  }
  .p-column-wide {
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
    min-height: inherit;
    padding: 5rem 0;
  }
  .p-column-wide__img {
    position: relative;
    right: inherit;
    width: 100%;
    max-width: inherit;
    aspect-ratio: 335/239;
  }
  .p-column-wide__content {
    width: 100%;
  }
}
.p-box {
  padding: 2rem 2.5rem;
  border: 0.0625rem solid #d3d3d3;
  border-radius: 0.375rem;
}
.p-box__title {
  font-size: 1rem;
  font-weight: bold;
}
.p-box__text {
  margin-top: 1rem;
}
.p-box__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .p-box {
    padding: 1rem 1.25rem;
  }
}
.p-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.p-grid.--repeat-2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-grid.--repeat-3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-grid__texts {
  margin-top: 1rem;
}
.p-grid__col {
  /* CMSエディタ―のみで適応 */
  /* border: dashed 1px #c2c2c2; */
}

.p-table__th {
  padding: 0.75rem 1rem;
  font-weight: bold;
  vertical-align: middle;
  background-color: #ededed;
  border: 0.0625rem solid #ccc;
}
.p-table__td {
  padding: 0.75rem 1rem;
  border: 0.0625rem solid #ccc;
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-table__th {
    padding: 0.5rem 0.75rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-table__td {
    padding: 0.5rem 0.75rem;
  }
}
.p-info {
  position: relative;
  padding-top: 5.125rem;
  border-radius: 0.375rem;
}
.p-info::before {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: -1;
  display: block;
  width: 25rem;
  height: 8.75rem;
  content: "";
  background: transparent url("../images/common/img_nissan.png") no-repeat center/contain;
}
.p-info__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2.5rem;
  color: #fff;
  background-color: #353535;
}
.p-info__content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
  justify-content: center;
  padding: 2.5rem;
  background-color: #f5f5f5;
}

@media only screen and (max-width: 767px) {
  .p-info {
    padding-top: 2.5625rem;
  }
  .p-info::before {
    right: 1.25rem;
    width: 12.5rem;
    height: 4.375rem;
  }
  .p-info__title {
    padding: 1rem 1.25rem;
  }
  .p-info__content {
    padding: 1.25rem;
  }
}
.p-mainvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-mainvisual__swiper {
  position: relative;
}
.p-mainvisual__swiper-slide-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.p-mainvisual__swiper-slide-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mainvisual__swiper-slide-img {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-mainvisual__swiper-slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mainvisual__swiper-slide-bg, .p-mainvisual__swiper-slide-img, .p-mainvisual__side {
  transition: opacity 0.6s ease-out;
  will-change: transform, opacity;
}
.p-mainvisual__swiper-slide:first-child .p-mainvisual__swiper-slide-bg,
.p-mainvisual__swiper-slide:first-child .p-mainvisual__swiper-slide-img,
.p-mainvisual__swiper-slide:first-child .p-mainvisual__side,
.p-mainvisual__swiper-slide:first-child .p-mainvisual__swiper-control,
.p-mainvisual__swiper-slide:first-child .p-mainvisual__catch {
  visibility: hidden;
  opacity: 0;
}
.p-mainvisual__side {
  position: absolute;
  right: 0;
  bottom: 10vw;
  z-index: 3;
  max-width: 17.5rem;
  min-width: 6.25rem;
  width: 14.5vw;
  text-align: center;
}
.p-mainvisual__side .c-button-mv {
  width: 10vw;
  height: 10vw;
  min-width: 6.25rem;
  min-height: 6.25rem;
}
.p-mainvisual__side .c-button-mv::after {
  width: 0.937vw;
  height: 0.937vw;
}
.p-mainvisual__side .c-button-mv__en {
  width: 9.3vw;
  height: 9.3vw;
  min-width: 5.8125rem;
  min-height: 5.8125rem;
}
.p-mainvisual__side .c-button-mv__text {
  font-size: clamp(0.75rem, -0.25rem + 1.25vw, 1.25rem);
}
.p-mainvisual__swiper-control {
  position: absolute;
  right: 0;
  bottom: 7.5vw;
  z-index: 5;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  max-width: 280px;
  width: 14.5vw;
  min-height: 24px;
}
.p-mainvisual__catch {
  position: absolute;
  bottom: -0.09375rem;
  left: 0;
  z-index: 2;
  width: 100%;
}
.p-mainvisual__catch img {
  width: 100%;
}
.p-mainvisual .swiper-slide {
  height: 100dvh;
  overflow: hidden;
}
.p-mainvisual .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mainvisual .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0;
}
.p-mainvisual .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  max-width: 3.5rem;
  width: 2.9vw;
  height: 0.5rem;
  margin: 0;
  background: #fff;
  border: 0.125rem solid #dc4600;
  border-radius: 999rem;
  opacity: 1;
}
.p-mainvisual .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: #dc4600;
  border-radius: 999rem;
  transition: width linear;
}
.p-mainvisual .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  border-color: #23652e;
}
.p-mainvisual .swiper-pagination .swiper-pagination-bullet:nth-child(2)::after {
  background-color: #23652e;
}
.p-mainvisual .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  border-color: #00163b;
}
.p-mainvisual .swiper-pagination .swiper-pagination-bullet:nth-child(3)::after {
  background-color: #00163b;
}
.p-mainvisual .swiper-pagination .swiper-pagination-bullet-active:nth-child(1), .p-mainvisual .swiper-pagination .swiper-pagination-bullet-active:nth-child(2), .p-mainvisual .swiper-pagination .swiper-pagination-bullet-active:nth-child(3) {
  border: 0.0625rem solid #fff;
}
.p-mainvisual .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 100%;
  animation: fillProgressBar 4.5s linear forwards;
}
.p-mainvisual .swiper-button-pause {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  cursor: pointer;
  background-color: #fff;
  border: 0.125rem solid #353535;
  border-radius: 50%;
}
.p-mainvisual .swiper-button-pause::after, .p-mainvisual .swiper-button-pause::before {
  position: absolute;
  top: 50%;
  width: 0.125rem;
  height: 0.5rem;
  content: "";
  background-color: #353535;
  transform: translateY(-50%);
}
.p-mainvisual .swiper-button-pause::after {
  left: calc(50% - 3px);
}
.p-mainvisual .swiper-button-pause::before {
  right: calc(50% - 3px);
}
@media (hover: hover) {
  .p-mainvisual .swiper-button-pause {
    transition: 0.3s linear opacity;
  }
  .p-mainvisual .swiper-button-pause:hover {
    opacity: 0.7;
  }
}
.p-mainvisual .swiper-button-pause.is-play::before {
  display: none;
}
.p-mainvisual .swiper-button-pause.is-play::after {
  width: 0;
  height: 0;
  background-color: transparent;
  border-color: transparent transparent transparent #353535;
  border-style: solid;
  border-width: 5px 0 5px 8px;
}

@media only screen and (max-width: 767px) {
  .p-mainvisual__swiper-slide-button {
    bottom: 0;
    min-width: 15.25rem;
  }
  .p-mainvisual__side {
    right: 0;
    bottom: 3.5rem;
    left: 0;
    width: 100%;
    max-width: inherit;
    max-height: inherit;
    padding: 0 1.25rem;
  }
  .p-mainvisual__side .c-button-mv {
    width: 100%;
    height: 3.75rem;
    min-width: 6.25rem;
    min-height: inherit;
  }
  .p-mainvisual__side .c-button-mv::after {
    width: 0.875rem;
    height: 1rem;
  }
  .p-mainvisual__side .c-button-mv__en {
    width: 100%;
    height: auto;
  }
  .p-mainvisual__side .c-button-mv__text {
    font-size: 1rem;
  }
  .p-mainvisual__swiper-control {
    bottom: 1.25rem;
    gap: 0.5rem;
    width: 100%;
    max-width: inherit;
    min-height: 1.25rem;
  }
  .p-mainvisual__catch {
    top: 7rem;
    bottom: auto;
    left: 1.25rem;
    width: 13.75rem;
  }
  .p-mainvisual .swiper-slide {
    height: 100dvh;
    min-height: 37.5rem;
  }
  .p-mainvisual .swiper-pagination .swiper-pagination-bullet {
    width: 2.5rem;
    height: 0.375rem;
  }
  .p-mainvisual .swiper-button-pause {
    width: 1.25rem;
    height: 1.25rem;
  }
  .p-mainvisual .swiper-button-pause::after, .p-mainvisual .swiper-button-pause::before {
    width: 0.125rem;
    height: 0.375rem;
  }
}
.p-news__item {
  border-top: 0.0625rem solid #d3d3d3;
}
.p-news__item:last-child {
  border-bottom: 0.0625rem solid #d3d3d3;
}
.p-news__link {
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
}
@media (hover: hover) {
  .p-news__link {
    transition: 0.3s linear opacity;
  }
  .p-news__link:hover {
    opacity: 0.7;
  }
}
.p-news__link-day {
  display: inline-block;
  margin-right: 1.25rem;
  font-size: 0.875rem;
  white-space: nowrap;
}
.p-news__link-cat {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 0.875rem;
  white-space: nowrap;
}
.p-news__link-title {
  overflow: hidden;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-news__link-new {
  margin-right: 0.5rem;
  font-size: 0.75rem;
  white-space: nowrap;
}
.p-news__button {
  margin-top: 3.75rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-news__link {
    flex-wrap: wrap;
  }
  .p-news__link-day {
    margin-right: 0.75rem;
  }
  .p-news__link-cat {
    margin-right: 0.75rem;
  }
  .p-news__link-title {
    width: 100%;
  }
  .p-news__button {
    text-align: center;
  }
}
.p-pagetitle {
  position: relative;
  height: 20.8333333333vw;
  min-height: 25rem;
  color: var(--color-text, #353535);
}
.p-pagetitle__img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--theme-color, #fff) no-repeat center/cover;
}
.p-pagetitle__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  width: 100rem;
  max-width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  padding-top: 2rem;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .p-pagetitle {
    height: 85.3333333333vw;
    min-height: inherit;
  }
  .p-pagetitle__inner {
    gap: 0.5rem;
    padding-top: 3.5rem;
  }
}
body.vehicle .p-pagetitle,
body.outdoor .p-pagetitle,
body.premium .p-pagetitle {
  height: 33.3333333333vw;
  text-shadow: 0 0 8px var(--theme-color);
}
body.vehicle .p-pagetitle__inner,
body.outdoor .p-pagetitle__inner,
body.premium .p-pagetitle__inner {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  body.vehicle .p-pagetitle,
  body.outdoor .p-pagetitle,
  body.premium .p-pagetitle {
    height: 128vw;
  }
  body.vehicle .p-pagetitle__inner,
  body.outdoor .p-pagetitle__inner,
  body.premium .p-pagetitle__inner {
    justify-content: flex-start;
    padding-top: 5.875rem;
  }
  body.vehicle .p-pagetitle .c-heading__jp,
  body.outdoor .p-pagetitle .c-heading__jp,
  body.premium .p-pagetitle .c-heading__jp {
    font-size: 2rem;
    letter-spacing: 0.16rem;
  }
}
body.vehicle {
  --color-text: #fff;
  --theme-color: #ffa000;
  --theme-bg-color: #f8da78;
  --theme-bg-box-color: #fffaf2;
}
body.vehicle .p-pagetitle__img {
  background-image: url("../images/vehicle/img_pagetitle.jpg");
}
@media only screen and (max-width: 767px) {
  body.vehicle .p-pagetitle__img {
    background-image: url("../images/vehicle/img_pagetitle_sp.jpg");
  }
}

body.outdoor {
  --color-text: #fff;
  --theme-color: #138017;
  --theme-bg-color: #9fcc9f;
  --theme-bg-box-color: #f5fef6;
}
body.outdoor .p-pagetitle__img {
  background-image: url("../images/outdoor/img_pagetitle.jpg");
}
@media only screen and (max-width: 767px) {
  body.outdoor .p-pagetitle__img {
    background-image: url("../images/outdoor/img_pagetitle_sp.jpg");
  }
}

body.premium {
  --color-text: #fff;
  --theme-color: #093680;
  --theme-bg-color: #aab6f0;
  --theme-bg-box-color: #f2fcff;
}
body.premium .p-pagetitle__img {
  background-image: url("../images/premium/img_pagetitle.jpg");
}
@media only screen and (max-width: 767px) {
  body.premium .p-pagetitle__img {
    background-image: url("../images/premium/img_pagetitle_sp.jpg");
  }
}

body.about .p-pagetitle__img {
  background-image: url("../images/about/img_pagetitle.png");
  background-position: center bottom;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  body.about .p-pagetitle__img {
    background-image: url("../images/about/img_pagetitle_sp.png");
  }
}

.p-pagination {
  margin-top: 2.5rem;
  text-align: center;
}
.p-pagination__list {
  display: inline-flex;
  gap: 0.75rem;
}
.p-pagination__item span,
.p-pagination__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #353535;
  background-color: #fff;
  border: 0.0625rem solid #d3d3d3;
  border-radius: 50%;
}
@media (hover: hover) {
  .p-pagination__item a {
    transition: 0.3s linear all;
  }
  .p-pagination__item a:hover {
    color: #fff;
    background-color: #353535;
  }
}
.p-pagination__item span {
  color: #fff;
  background-color: #353535;
}

.p-scroll-top {
  position: absolute;
  right: 0;
  bottom: 5rem;
  z-index: 10;
  transition: 0.3s;
}
.p-scroll-top__button {
  width: 3.5rem;
  border: none;
  outline: none;
}
@media (hover: hover) {
  .p-scroll-top__button {
    transition: 0.3s linear opacity;
  }
  .p-scroll-top__button:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .p-scroll-top {
    right: 1.25rem;
    bottom: 2.5rem;
  }
  .p-scroll-top__button {
    width: 2rem;
  }
}
.p-section-title-h1 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h2 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h3 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-slider01 {
  position: relative;
  max-width: 75rem;
  padding: 0 calc(4% + 3rem);
  margin: 0 auto;
}
.p-slider01__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0;
  padding-top: 54.5454545455%;
}
.p-slider01__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-slider01__next {
  right: 0;
}
.p-slider01__prev {
  left: 0;
}

@media only screen and (max-width: 767px) {
  .p-slider01 {
    width: 100%;
    padding: 0 calc(6.4% + 1rem);
  }
}
/* pages */
body.index .c-text {
  font-weight: 500;
}
body.index .l-footer {
  margin-top: 0;
}
body.index .index-intro {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 90rem;
  margin-top: 6.5rem;
}
body.index .index-intro__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 53.125vw;
  height: calc(100vh - 104px);
  overflow: hidden;
  border-radius: 0 1.25rem 1.25rem 0;
}
body.index .index-intro__img.is-fixed {
  position: fixed;
  top: var(--header-height, 104px);
  left: 0;
  z-index: 10;
}
body.index .index-intro__img.is-stopped {
  position: absolute;
  top: auto;
  bottom: 0;
}
body.index .index-intro__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
body.index .index-intro__content {
  width: 46.875vw;
  padding: 7.5rem 5.2vw;
  margin-left: auto;
}
body.index .index-intro__text {
  position: sticky;
  top: 0;
  right: 0;
}
body.index .index-intro__title {
  margin-bottom: 3.5rem;
  font-size: clamp(2.25rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.24rem;
}
body.index .index-type {
  margin-top: 7.5rem;
}
body.index .index-type__title {
  max-width: 80rem;
  margin-right: 3.75rem;
  margin-left: auto;
}
body.index .index-type__list {
  position: relative;
  z-index: 1001;
  --story-length: 3;
  --band-height: 66px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 66px 66px 66px;
  isolation: isolate;
  transition: all 0.3s ease;
  container-type: inline-size;
}
body.index .index-type__car {
  position: relative;
  display: contents;
}
body.index .index-type__car.--type1 {
  --index: 0;
  --shadow-color: #ffa000;
  --color-bg: #ffa000;
  --font-text-main: #333;
  background: var(--bg-color-icon) url("../images/common/bg_car_types_lv.png") no-repeat center/contain;
  background-attachment: fixed;
}
body.index .index-type__car.--type1 .p-column-wide__text {
  text-shadow: 0 0 3px #fff, 1px 0 3px #fff, -1px 0 3px #fff, 0 1px 3px #fff, 0 -1px 3px #fff, 2px 0 3px #fff, -2px 0 3px #fff, 0 2px 3px #fff, 0 -2px 3px #fff, 3px 0 3px #fff, -3px 0 3px #fff, 0 3px 3px #fff, 0 -3px 3px #fff, 2px 2px 3px #fff, -2px -2px 3px #fff, 2px -2px 3px #fff, -2px 2px 3px #fff, 3px 3px 3px #fff, -3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff;
}
body.index .index-type__car.--type2 {
  --index: 1;
  --shadow-color: #138017;
  --color-bg: #138017;
  --font-text-main: #fff;
}
body.index .index-type__car.--type3 {
  --index: 2;
  --shadow-color: #093680;
  --color-bg: #093680;
  --font-text-main: #fff;
}
body.index .index-type__car-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 66px);
  height: 100vh;
  overflow: hidden;
  background-color: var(--color-bg);
}
body.index .index-type__car-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
body.index .index-type__car-title {
  position: sticky;
  top: 0;
  z-index: calc(var(--index) * 2 + 1);
  display: block;
  grid-row: calc(var(--index) * 2 + 2)/span 1;
  grid-column: calc(var(--story-length) + 1 - var(--index))/span 1;
  align-self: start;
  min-height: 100vh;
  transform-origin: center center;
}
body.index .index-type__car-title-inner {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1.5rem 0;
}
body.index .index-type__car-content {
  position: sticky;
  top: 0;
  z-index: calc(var(--index) * 2);
  grid-row: calc(var(--index) * 2 + 2)/span 1;
  grid-column: 1/span calc(var(--story-length) - var(--index));
  min-height: 100vh;
  background-color: var(--color-bg);
}
body.index .index-type__car-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(50vw + 720px);
  max-width: 100%;
  min-height: 100vh;
}
body.index .index-type__car-inner .l-inner {
  margin-right: 0;
  margin-left: auto;
}
body.index .index-type__car-heading {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 40%;
  padding: 5rem 0 5rem 8.3333333333vw;
}
body.index .index-type__gap {
  grid-row: calc(var(--index) * 2 + 3)/span 1;
  grid-column: 1/-1;
  height: 100vh;
  background-color: var(--color-bg);
}
body.index .index-type .p-column-wide {
  z-index: 4;
  min-height: 100vh;
  padding-left: calc(var(--band-height) * var(--index));
}
body.index .index-type .p-column-wide__content {
  display: flex;
  flex-direction: column;
  gap: 3rem 0;
}
body.index .index-type .p-column-wide__text {
  font-weight: 700;
}
body.index .index-store .p-column-wide__content {
  display: flex;
  flex-direction: column;
  gap: 3rem 0;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.index .index-type .p-column-wide__content {
    width: 60%;
  }
}
@media only screen and (max-width: 1280px) {
  body.index .index-intro {
    flex-direction: column;
    min-height: inherit;
    padding: 2.8125rem 0 5rem;
    margin-top: 0;
  }
  body.index .index-intro .l-inner {
    width: 100%;
    max-width: 56.25rem;
  }
  body.index .index-intro__img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
  }
  body.index .index-intro__content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0;
  }
  body.index .index-intro__title {
    margin-bottom: 1.75rem;
    font-size: 1.75rem;
    letter-spacing: 0.14rem;
  }
  body.index .index-intro__text {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 31.25rem;
  }
}
@media only screen and (max-width: 767px) {
  body.index .index-type {
    margin-top: 5rem;
  }
  body.index .index-type__title {
    max-width: 20rem;
    margin: 0 auto;
  }
  body.index .index-type__list {
    display: block;
  }
  body.index .index-type__car {
    position: relative;
    display: contents;
    margin-bottom: calc(var(--band-height) * (var(--story-length) - var(--index)) * -1);
  }
  body.index .index-type__car.--type1 .p-column-wide {
    margin-top: 84.5333333333vw;
  }
  body.index .index-type__car.--type1 .p-column-wide__text {
    text-shadow: 0 0 3px #fff, 1px 0 3px #fff, -1px 0 3px #fff, 0 1px 3px #fff, 0 -1px 3px #fff, 2px 0 3px #fff, -2px 0 3px #fff, 0 2px 3px #fff, 0 -2px 3px #fff, 2px 2px 3px #fff, -2px -2px 3px #fff, 2px -2px 3px #fff, -2px 2px 3px #fff, 3px 0 3px #fff, -3px 0 3px #fff, 0 3px 3px #fff, 0 -3px 3px #fff, 3px 3px 3px #fff, -3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff;
  }
  body.index .index-type__car.--type2 .p-column-wide {
    margin-top: 81.8666666667vw;
  }
  body.index .index-type__car.--type3 .p-column-wide {
    margin-top: 95.7333333333vw;
  }
  body.index .index-type__car-bg {
    width: 100%;
    height: 146.6666666667vw;
  }
  body.index .index-type__car-title {
    z-index: 5;
    height: calc(var(--band-height) * var(--story-length));
    min-height: auto;
    padding-top: calc(var(--band-height) * var(--index));
    margin-top: calc(var(--band-height) * var(--index) * -1);
    pointer-events: none;
  }
  body.index .index-type__car-title-inner {
    align-items: center;
    justify-content: flex-start;
    height: var(--band-height);
    padding: 0 1.25rem;
    pointer-events: auto;
    background-color: var(--color-bg);
  }
  body.index .index-type__car-content {
    position: relative;
    margin-top: calc(var(--band-height) * (var(--story-length) - var(--index)) * -1);
  }
  body.index .index-type__car-inner {
    display: block;
    width: 100%;
    padding: calc(var(--band-height)) 0 2.5rem;
  }
  body.index .index-type__car-inner .l-inner {
    margin-right: 0;
    margin-left: auto;
  }
  body.index .index-type__car-heading {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 100%;
    padding: 1.5rem 1.25rem 0;
  }
  body.index .index-type__gap {
    display: none;
  }
  body.index .index-type .p-column-wide {
    min-height: inherit;
    padding: 0;
  }
  body.index .index-type .p-column-wide__content {
    gap: 1rem 0;
    width: 100%;
  }
  body.index .index-type .p-column-wide__text {
    padding: 0 0 1rem;
  }
  body.index .index-store .p-column-wide__content {
    gap: 2rem 0;
  }
}
body.news-single .news-single-main .p-editor__content {
  margin-top: 5rem;
}
body.news-single .news-single-main__button {
  margin-top: 5rem;
  text-align: center;
}

/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

.u-color-white {
  color: #fff;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-icon-lv {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url("../images/common/icon_lv.svg") no-repeat center/contain;
}

.u-icon-lv-white {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url("../images/common/icon_lv_white.svg") no-repeat center/contain;
}

.u-icon-outdoor {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url("../images/common/icon_outdoor.svg") no-repeat center/contain;
}

.u-icon-outdoor-white {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url("../images/common/icon_outdoor_white.svg") no-repeat center/contain;
}

.u-icon-premium {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url("../images/common/icon_premium.svg") no-repeat center/contain;
}

.u-icon-premium-white {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url("../images/common/icon_premium_white.svg") no-repeat center/contain;
}

.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
.u-text-center {
  text-align: center;
}

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

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

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}