@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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: inherit; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 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;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*

  案件ごとの変数を格納するファイル

  */
/*

【ブレイクポイントの記述を簡単にするmixin】
breakpointの数値は ../../base/_project.scssで定義しています。

例えば
@include mq(xxs) {　...　}
と記述すると
@media screen and (max-width: 374px) {　...　}
として出力されます。

*/
/*

【z-indexのインフレ対策用mixin】
$zマップは../../base/_project.scssに記述しています。
_moduleのそれぞれの要素の中で、以下の記述で呼び出してください。

記述例: .header { z-index: z(header); }
→ 出力: .header { z-index: 10; }

10刻みでで出力されるようになっているので、
細かい指定をしたい場合は第2引数で1の位を指定できます。

記述例: .header .logo { z-index: z(header,1); }
→ 出力: .header .logo { z-index: 11; }

*/
/*

【フォントサイズclamp用function】
PC向けです。

<fz-lq>
デザインの値を入れて、最小viewport〜最大viewportでフォントサイズをclampする関数。
デザインのキャンバスサイズ時点で、フォントサイズが関数に設定した数値になるようになっています。
例：font-size: fz-lq(28); → デザインカンプが1280pxだとすると、ウィンドウが1280pxの時点で28pxが指定される。
初期値では、ブレイクポイントから$contW-pc（_project.scssに記載しているコンテンツ幅）の間でフォントサイズがリキッドになるようにしています。

<fz-clamp>
画面幅の最大最小と、フォントサイズの最小最大を設定することでフォントサイズをclampできるもの。
以下のジェネレーターと同様の機能です。
https://min-max-calculator.9elements.com/

*/
/*

【中央寄せにするmixin】

引数で方向を指定します。
xy => 上下左右中央寄せ
x => 左右中央寄せ
y => 上下中央寄せ

<center-flex>
flexを使って中の要素を中央寄せにする。

<center-abs>
absoluteで自身を中央寄せにする。
親要素にposition:relative;をかけてください。

*/
/*

【三角形を作るmixin】

引数でカラー、縦横比、方向を指定します。
実際のサイズは別途指定してください。

例: 黒い3:2比率の下向き三角形を作る
@include triangle(#000,3,2,'bottom');

方向の指定方法は以下。
top     =>  上向き（初期値）
right   =>  右向き
bottom  =>  下向き
left    =>  左向き

縦横比は 1:1 が初期値です。

*/
/*
  font
*/
@font-face {
  font-family: "zen-kaku-subset-medium";
  src: url("../fonts/medium-subset.woff2") format("woff2"), url("../fonts/medium-subset.woff") format("woff"), url("../fonts/medium-subset.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zen-kaku-subset-bold";
  src: url("../fonts/bold-subset.woff2") format("woff2"), url("../fonts/bold-subset.woff") format("woff"), url("../fonts/bold-subset.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.f-zenKaku-M {
  font-family: "zen-kaku-subset-medium", sans-serif;
}

.f-zenKaku-B {
  font-family: "zen-kaku-subset-bold", sans-serif;
}

.f-futura-M {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.3333333333vw;
  font-family: "zen-kaku-subset-medium", "游ゴシック", 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  scrollbar-gutter: stable;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 10px;
  }
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: inherit;
  color: inherit;
  display: block;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

svg {
  overflow: visible;
  fill: currentColor;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
.wrapper {
  font-size: 2.7rem;
  line-height: 1.8148148148;
  overflow: hidden;
  opacity: 0;
}
.wrapper__contents {
  background: #fff;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .wrapper {
    font-size: 1.7rem;
  }
}
.c-roundsec {
  --content-border-radius: 3.5rem;
  border-radius: var(--content-border-radius) var(--content-border-radius) 0 0;
  margin-top: calc(var(--content-border-radius) * -1);
  position: relative;
}

@media screen and (min-width: 769px) {
  .c-roundsec {
    --content-border-radius: 3rem;
  }
}
.js-imgswitcher {
  position: relative;
}
.js-imgswitcherItem {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
}
.js-imgswitcherItem.is-first {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.js-ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.js-tickerTrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.js-tickerTrack > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.js-tickerTrack img, .js-tickerTrack picture {
  width: auto;
  height: 100%;
}

.c-ticker__track {
  height: 100%;
}
.c-ticker__item {
  height: 100%;
  width: auto;
}
.c-ticker__item img, .c-ticker__item picture {
  width: auto;
  height: 100%;
}

.c-arw {
  width: 2rem;
}
.c-arw .cls-1 {
  fill: none;
  stroke: #000;
  stroke-linejoin: round;
  stroke-width: 2px;
}

@media screen and (min-width: 769px) {
  .c-arw {
    width: 1.6rem;
  }
  .c-arw .cls-1 {
    stroke-width: 1.5px;
  }
}
.c-pop {
  font-size: 2.3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.02em;
  line-height: 1;
  display: block;
}
.c-pop__inner {
  padding: 0.3913043478em 1.0869565217em;
  background: var(--color, #fff361);
  border-radius: 999px;
  display: block;
}
.c-pop::after {
  content: "";
  display: block;
  aspect-ratio: 163/99;
  width: 0.6956521739em;
  background: var(--color, #fff361);
  -webkit-mask: url(../images/common/pop_pointer-mask.svg) no-repeat top center;
  mask: url(../images/common/pop_pointer-mask.svg) no-repeat top center;
  margin: -0.01em auto 0;
}

@media screen and (min-width: 769px) {
  .c-pop {
    font-size: 1.6rem;
  }
}
.c-shortarw {
  width: 4.5rem;
  aspect-ratio: 1;
  background: #000;
  position: relative;
  border-radius: 50%;
  -webkit-box-shadow: 0.7rem 0.7rem 0.4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0.7rem 0.7rem 0.4rem rgba(0, 0, 0, 0.1);
}
.c-shortarw img {
  width: 25.5555555556%;
  position: absolute;
  inset: 0;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .c-shortarw {
    width: 2.65rem;
  }
}
.c-sprite {
  overflow: hidden;
}
.c-sprite__inner {
  width: calc(var(--steps) * 100%);
  -webkit-animation: sprite infinite steps(var(--steps), end) calc(var(--duration, 1) * var(--steps) * 1s) var(--sprite-delay, 0s);
  animation: sprite infinite steps(var(--steps), end) calc(var(--duration, 1) * var(--steps) * 1s) var(--sprite-delay, 0s);
}
@-webkit-keyframes sprite {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes sprite {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.c-sprite__inner img, .c-sprite__inner picture {
  width: 100%;
  height: auto;
}

.c-icon-switcher {
  position: relative;
  overflow: hidden;
  aspect-ratio: 35/29;
  visibility: hidden;
}
.c-icon-switcher.is-ready {
  visibility: visible;
}
.c-icon-switcher__item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.c-icon-switcher__item.is-first {
  position: absolute;
}
.c-icon-switcher__item img {
  display: block;
  width: 100%;
  height: 100%;
}

.js-car-anim {
  visibility: hidden;
}
.js-car-anim.is-ready {
  visibility: visible;
}

.c-interval {
  margin: 11.5rem auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-interval__deco {
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  inset: 0;
  margin: auto;
  z-index: 1;
}
.c-interval__deco .car {
  width: 9rem;
}
.c-interval__deco--caravan .car img,
.c-interval__deco--caravan .car picture {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.c-interval__arw {
  width: 2.06rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .c-interval__deco .car {
    width: 7.1rem;
  }
  .c-interval__arw {
    width: 1.6rem;
  }
}
.c-logoset {
  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: 35.1rem;
}
.c-logoset__logo--nissan {
  width: 52.7065527066%;
}
.c-logoset__logo--hob {
  width: 31.9088319088%;
}

@media screen and (min-width: 769px) {
  .c-logoset {
    width: 22.8rem;
  }
}
.c-secHead {
  font-size: 2.3rem;
}
.c-secHead__ja {
  display: block;
  width: 19.4347826087em;
  margin: 1.7391304348em auto 0;
}

@media screen and (min-width: 769px) {
  .c-secHead {
    font-size: 1.6rem;
  }
}
.c-tab {
  --border-radius: 3.5rem;
  --tab-height: 10.8rem;
  --drop-shadow: drop-shadow(0.6rem 0.6rem 0.8rem rgba(0,0,0,0.2)) drop-shadow(-0.2rem -0.2rem 0.8rem rgba(0,0,0,0.1));
  --tab--padding: calc(var(--border-radius) + 1rem);
  width: 69.6rem;
  margin: 0 auto;
}
.c-tab__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-tab__tabs-item {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 50%;
  height: calc(var(--tab-height) + var(--tab--padding));
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  text-align: center;
  font-size: 2.7rem;
  position: relative;
  z-index: 0;
}
.c-tab__tabs-item .acc {
  position: absolute;
  width: 24.0579710145%;
  top: 0;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}
.c-tab__tabs-item .txt {
  position: relative;
  padding-bottom: var(--tab--padding);
}
.c-tab__tabs-item.is-current {
  background: #fff !important;
  z-index: 2;
  height: var(--tab-height);
  pointer-events: none;
}
.c-tab__tabs-item.is-current .txt {
  padding-bottom: 0;
}
.c-tab__tabs-item.is-current .acc {
  opacity: 0;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.c-tab__tabs-item.is-another .acc {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, transform cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, transform cubic-bezier(0.19, 1, 0.22, 1) 0.5s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
@media (hover: hover) {
  .c-tab__tabs-item.is-another {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .c-tab__tabs-item.is-another:hover {
    -webkit-transform: translateY(calc(var(--tab--padding) * -0.15));
    transform: translateY(calc(var(--tab--padding) * -0.15));
  }
}
@-webkit-keyframes car-appear {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
}
@keyframes car-appear {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
}
.c-tab__tabs-item[data-tab-target=caravan] {
  background: #6efff8;
}
.c-tab__tabs-item[data-tab-target=caravan] .acc {
  left: 0;
  margin: -6.6666666667% 0 0 8.115942029%;
}
.c-tab__tabs-item[data-tab-target=x-trail] {
  background: #82ff40;
}
.c-tab__tabs-item[data-tab-target=x-trail] .acc {
  right: 0;
  margin: -8.9855072464% 15.3623188406% 0 0;
}
.c-tab__contents {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-tab__contents {
    border-radius: 0 var(--border-radius) var(--border-radius) var(--border-radius);
  }
}
.c-tab__contents {
  position: relative;
  z-index: 1;
  -webkit-filter: var(--drop-shadow);
  filter: var(--drop-shadow);
  margin-top: calc(var(--tab--padding) * -1);
}
.c-tab__contents::before {
  content: "";
  display: block;
  width: 50%;
  height: var(--tab-height);
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  background: #fff;
  position: absolute;
  bottom: 100%;
  left: 0;
  pointer-events: none;
}
.c-tab__content {
  display: none;
  overflow: hidden;
  padding: 11.5rem 0;
}
.c-tab__content.is-active {
  display: block;
}
.c-tab__content[data-tab=caravan] {
  --color: #73fff1;
  --sub-color: #ff8827;
}
.c-tab__content[data-tab=x-trail] {
  --color: #82ff40;
  --sub-color: #f93253;
}
@media screen and (max-width: 768px) {
  .c-tab:has([data-tab-target=x-trail].is-current) .c-tab__contents {
    border-radius: var(--border-radius) 0 var(--border-radius) var(--border-radius);
  }
}
.c-tab:has([data-tab-target=x-trail].is-current) .c-tab__contents::before {
  left: 50%;
}
.c-tab__name {
  font-size: 5rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 4.6rem;
}
.c-tab__slider {
  position: relative;
}
.c-tab__slider-deco {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-tab__slider-body {
  width: 61.6rem;
}
.c-tab__slider-body img, .c-tab__slider-body picture {
  aspect-ratio: 616/311;
}
.c-tab__slider-body .swiper-slide picture, .c-tab__slider-body .swiper-slide img {
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 50% 90%;
  transform-origin: 50% 90%;
}
.c-tab__slider-body .swiper-slide-active picture, .c-tab__slider-body .swiper-slide-active img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.c-tab__slider-thumb {
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.72em;
}
.c-tab__slider-thumb .button {
  display: block;
}
.c-tab__slider-thumb .button__inner {
  background: #fff;
  border-radius: 999px;
  padding: 0.2em 0.84em;
  -webkit-box-shadow: 0.4rem 0.4rem 0.1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0.4rem 0.4rem 0.1rem rgba(0, 0, 0, 0.1);
  line-height: 1;
  display: block;
}
.c-tab__slider-thumb .button.is-current .button__inner {
  background: var(--color);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-tab__slider-thumb .button.is-current {
  pointer-events: none;
}
@media (hover: hover) {
  .c-tab__slider-thumb .button .button__inner {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .c-tab__slider-thumb .button:hover .button__inner {
    -webkit-box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0.2rem, 0.2rem);
    transform: translate(0.2rem, 0.2rem);
  }
}
.c-tab__slider:has(.c-tab__slider-deco) {
  padding-top: 27.4425287356%;
}
.c-tab__slider:has(.c-tab__slider-deco) .c-tab__slider-thumb {
  margin-top: 6.8rem;
}
.c-tab__slider--caravan .c-tab__slider-deco .deco1 {
  width: 17.3850574713%;
  margin: 10.4885057471% 0 0 8.4770114943%;
}
.c-tab__slider--caravan .c-tab__slider-deco .deco2 {
  width: 57.4712643678%;
  margin: -22.4137931034% 0 0 auto;
}
.c-tab__slider--x-trail .c-tab__slider-deco .deco1 {
  width: 18.8218390805%;
  margin: 0 0 0 8.1896551724%;
}
.c-tab__slider--x-trail .c-tab__slider-deco .deco2 {
  width: 54.8850574713%;
  margin: -13.0747126437% 0 0 auto;
}
.c-tab__lead {
  width: 57rem;
  margin: 6.2rem auto 0;
  text-align: justify;
}
.c-tab__spec {
  --border-w: 0.2rem;
  font-size: 2.4rem;
  margin: 6.7rem auto 0;
  width: 57rem;
  line-height: 1.2142857143;
}
.c-tab__spec-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: var(--border-w) solid #e0e0e0;
  padding: 0.8333333333em 0;
}
.c-tab__spec-inner::before {
  content: "";
  display: block;
  width: var(--border-w);
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background: #e0e0e0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.c-tab__spec-head {
  position: relative;
  padding: 0 0.5416666667em;
  width: 6.5833333333em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.c-tab__spec-desc {
  width: 100%;
  font-size: 1.1666666667em;
  padding: 0 1.0714285714em;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.c-tab__spec-desc span {
  font-size: 0.6333333333em;
  display: inline-block;
  margin-left: 0.7894736842em;
}
.c-tab__point {
  margin-top: 12.3rem;
}

.c-point {
  --border-w: 0.2rem;
}
.c-point__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-point::before {
  content: "";
  display: block;
  width: 61.3rem;
  height: var(--border-w);
  margin: 7.4rem auto 8rem;
  background: -webkit-repeating-linear-gradient(left, #e0e0e0, #e0e0e0 calc(var(--border-w) * 3), transparent calc(var(--border-w) * 3), transparent calc(var(--border-w) * 6));
  background: repeating-linear-gradient(90deg, #e0e0e0, #e0e0e0 calc(var(--border-w) * 3), transparent calc(var(--border-w) * 3), transparent calc(var(--border-w) * 6));
}
.c-point:nth-of-type(1)::before {
  content: none;
}
.c-point .c-pop {
  position: absolute;
  top: 0;
  z-index: 2;
}
.c-point .c-pop__inner {
  padding: 0.3043478261em 0.9565217391em;
}
.c-point .c-pop::after {
  width: 0.6086956522em;
}
.c-point__ph {
  width: 36rem;
  position: relative;
}
.c-point__ph-img {
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}
.c-point__ph-pagination.swiper-pagination-bullets {
  position: absolute;
  z-index: 2;
  left: auto;
  right: 1.5rem;
  bottom: 1.8rem;
  width: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 0;
}
.c-point__ph-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 0.9rem;
  background: #d8d8d8;
  opacity: 1;
}
.c-point__ph-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
}
.c-point__desc-head {
  font-size: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2857142857em;
  line-height: 1.35;
  text-align: center;
  margin-top: 3.9rem;
}
.c-point__desc-head .line {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.0714285714em 0.2142857143em 0.1071428571em;
  color: #fff;
  isolation: isolate;
  position: relative;
  line-height: 1;
}
.c-point__desc-head .line + .line {
  margin-top: 0.1428571429em;
}
.c-point__desc-head .line::before {
  content: "";
  background: var(--sub-color);
  position: absolute;
  z-index: -1;
  inset: 0;
  -webkit-transform: scaleX(var(--point-head-line-scale, 1));
  transform: scaleX(var(--point-head-line-scale, 1));
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.c-point__desc-head .cont {
  display: block;
}
.c-point__desc-txt {
  width: 56rem;
  margin: 4.3rem auto 0;
}
.c-point:nth-of-type(1) .c-pop {
  right: 0;
  margin: 3.0555555556% -8.6111111111% 0 0;
}
.c-point:nth-of-type(2) .c-pop {
  left: 0;
  margin: 8.6111111111% 0 0 -12.5%;
}
.c-point:nth-of-type(3) .c-pop {
  right: 0;
  margin: 6.6666666667% -8.6111111111% 0 0;
}

@media screen and (min-width: 769px) {
  .c-tab {
    --border-radius: 3rem;
    --tab-height: 7.7rem;
    --drop-shadow: drop-shadow(0.3rem 0.3rem 0.4rem rgba(0,0,0,0.2));
    --tab--padding: calc(var(--border-radius) + 1rem);
    width: 90rem;
  }
  .c-tab__tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem;
  }
  .c-tab__tabs-item {
    width: 25rem;
    font-size: 1.9rem;
  }
  .c-tab__tabs-item .txt {
    position: relative;
    padding-bottom: var(--tab--padding);
  }
  .c-tab__contents {
    border-radius: var(--border-radius);
  }
  .c-tab__contents::before {
    width: 25rem;
    left: calc(50% - 25rem - 1rem);
  }
  .c-tab:has([data-tab-target=x-trail].is-current) .c-tab__contents::before {
    left: calc(50% + 1rem);
  }
  .c-tab__content {
    padding: 10rem 0;
  }
  .c-tab__name {
    font-size: 3.6rem;
  }
  .c-tab__slider-body {
    width: 51.5rem;
  }
  .c-tab__slider-thumb {
    font-size: 1.8rem;
    margin-top: 5rem;
  }
  .c-tab__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-tab__column .c-tab__slider {
    width: 52.1255060729%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 0;
  }
  .c-tab__column .c-tab__slider-body {
    padding-top: 17.4757281553%;
    width: 85.8252427184%;
    margin: 0 auto;
  }
  .c-tab__column .c-tab__slider--caravan .c-tab__slider-deco .deco1 {
    width: 16.3106796117%;
    margin: 0 0 0 14.1747572816%;
  }
  .c-tab__column .c-tab__slider--caravan .c-tab__slider-deco .deco2 {
    width: 53.786407767%;
    margin: -20% 0 0 auto;
  }
  .c-tab__column .c-tab__slider--caravan .c-tab__slider-body {
    padding-top: 17.4757281553%;
  }
  .c-tab__column .c-tab__slider--caravan .c-tab__slider-thumb {
    margin-top: 9.3203883495%;
  }
  .c-tab__column .c-tab__slider--x-trail .c-tab__slider-deco .deco1 {
    width: 17.4757281553%;
    margin: -4.854368932% 0 0 14.5631067961%;
  }
  .c-tab__column .c-tab__slider--x-trail .c-tab__slider-deco .deco2 {
    width: 51.2621359223%;
    margin: -12.2330097087% 0 0 auto;
  }
  .c-tab__column .c-tab__slider--x-trail .c-tab__slider-body {
    padding-top: 21.359223301%;
  }
  .c-tab__column .c-tab__slider--x-trail .c-tab__slider-thumb {
    margin-top: 5.4368932039%;
  }
  .c-tab__column .c-tab__lead {
    width: 46.963562753%;
    margin: 0;
  }
  .c-tab__column .c-tab__lead-inner {
    width: min(86.2068965517%, 31.6rem);
    margin: 0 auto;
  }
  .c-tab__spec {
    --border-w: 0.1rem;
    font-size: 1.7rem;
    margin-top: 4.7rem;
    width: 48rem;
  }
  .c-tab__spec-inner {
    border-bottom: var(--border-w) solid #e0e0e0;
    padding: 0.9583333333em 0;
  }
  .c-tab__spec-inner::before {
    width: var(--border-w);
    background: #e0e0e0;
  }
  .c-tab__spec-head {
    padding-left: 1.8rem;
    width: 13rem;
  }
  .c-tab__spec-desc {
    padding-left: 2.7rem;
  }
  .c-tab__spec-desc span {
    font-size: 1.6rem;
  }
  .c-tab__point {
    margin-top: 10rem;
  }
  .c-point {
    --border-w: 0.1rem;
  }
  .c-point__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: min(73rem, 85%);
    margin: 0 auto;
  }
  .c-point::before {
    width: min(90%, 80rem);
  }
  .c-point__ph {
    width: 35.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .c-point__ph-img {
    border-radius: 1.9rem;
  }
  .c-point__ph-pagination.swiper-pagination-bullets {
    right: 0.9rem;
    bottom: 1.5rem;
  }
  .c-point__ph-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0.7rem;
  }
  .c-point__desc {
    width: 45.2054794521%;
  }
  .c-point__desc-head {
    font-size: 2rem;
    margin-top: 0;
  }
  .c-point__desc-txt {
    width: 100%;
    margin-top: 3rem;
  }
  .c-point:nth-of-type(1) .c-pop {
    margin: 9.0651558074% -7.9320113314% 0 0;
  }
  .c-point:nth-of-type(2) .c-pop {
    margin: 8.7818696884% 0 0 -8.2152974504%;
  }
  .c-point:nth-of-type(3) .c-pop {
    margin: 9.3484419263% -7.6487252125% 0 0;
  }
}
.header {
  color: lightgreen;
}

.main {
  color: #fff361;
}
.main__inner {
  position: relative;
}
.main__logo {
  position: absolute;
  top: 3.5rem;
  right: 3.2rem;
  color: #fff;
  z-index: 1;
  width: 27.7rem;
}
.main__ttl {
  width: 69.1rem;
  position: absolute;
  top: 48.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 1.7rem;
}
.main__ttl .arw {
  position: absolute;
  width: 24.8769898698%;
  top: 0;
  left: 0;
  margin: 17.5976845152% 0 0 50.8827785818%;
  overflow-x: hidden;
}
.main__ttl .cls-1 {
  fill: #fff139;
}
.main__ttl .cls-2 {
  fill: none;
  stroke: #fff139;
  stroke-miterlimit: 10;
  stroke-width: 4.1px;
}
.main__catch {
  width: 53.9rem;
  position: absolute;
  bottom: 11.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.main__ph {
  width: 100%;
}
.main__ph-img {
  overflow: hidden;
}
.main__ph-img .ph {
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .main__ph-img:nth-of-type(1) {
    aspect-ratio: 750/594;
  }
  .main__ph-img:nth-of-type(1) .ph {
    background-image: url(../images/main/sp-1.webp);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  .main__ph-img:nth-of-type(1) img, .main__ph-img:nth-of-type(1) picture {
    aspect-ratio: 750/594;
  }
  .main__ph-img:nth-of-type(2) {
    aspect-ratio: 750/647;
  }
  .main__ph-img:nth-of-type(2) .ph {
    background-image: url(../images/main/sp-2.webp);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  .main__ph-img:nth-of-type(2) img, .main__ph-img:nth-of-type(2) picture {
    aspect-ratio: 750/647;
  }
}

@media screen and (min-width: 769px) {
  .main__logo {
    width: 21.8rem;
    top: 3.3rem;
    right: 2.5rem;
  }
  .main__ttl {
    width: 61.4rem;
    top: 6.5rem;
    padding: 0;
  }
  .main__catch {
    width: 48.5rem;
    bottom: 11.7rem;
  }
  .main__ph {
    position: relative;
    height: 90rem;
    max-height: 112.5rem;
  }
  .main__ph-img {
    position: absolute;
    inset: 0;
  }
  .main__ph-img .ph {
    background: repeat-x center center/auto 100%;
  }
  .main__ph-img:nth-of-type(1) .ph {
    background-image: url(../images/main/pc-1.webp);
  }
  .main__ph-img:nth-of-type(2) .ph {
    background-image: url(../images/main/pc-2.webp);
  }
  .main__ph-img img, .main__ph-img picture {
    aspect-ratio: 1600/1125;
  }
}
.anchor {
  position: relative;
  z-index: 1;
  margin-top: -4.6rem;
}
.anchor__inner {
  background: #fff361;
  padding: 10rem 0 18rem;
  border-radius: 3.5rem 3.5rem 0 0;
}
.anchor__car {
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.anchor__car-body {
  width: 12.3rem;
}
.anchor__car-body.caravan {
  position: absolute;
  top: 0;
  left: 0;
}
.anchor__car-body img, .anchor__car-body picture {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.anchor__lead {
  width: 57.4rem;
  margin: 0 auto;
}
.anchor__lead-line {
  opacity: 0;
}
.anchor__head {
  margin: 17rem auto 0;
}
.anchor__head-icon {
  width: 5.6rem;
  margin: 0 auto;
}
.anchor__head-txt {
  width: 58.8rem;
  margin: 3.8rem auto 0;
  line-height: 0;
}
.anchor__anc {
  font-size: 2.6rem;
  width: 60.7rem;
  margin: 10.1rem auto 0;
  position: relative;
}
.anchor__anc .acc {
  position: absolute;
  z-index: 1;
}
.anchor__anc .acc--1 {
  width: 17.6276771005%;
  left: 0;
  top: 0;
  margin: -7.5782537068% 0 0 -0.7413509061%;
  opacity: 0;
}
.anchor__anc .acc--2 {
  width: 40.3624382208%;
  left: 0;
  bottom: 0;
  margin: 0 0 7.9077429984% -4.8599670511%;
}
.anchor__anc .acc--2 img {
  opacity: 0;
}
.anchor__anc .acc--3 {
  width: 23.3937397035%;
  left: 0;
  top: 0;
  margin: 39.7034596376% 0 0 79.3245469522%;
  opacity: 0;
}
.anchor__anc .acc--4 {
  width: 27.1828665568%;
  left: 0;
  top: 0;
  margin: 10.0494233937% 0 0 73.0642504119%;
  z-index: 0;
}
.anchor__anc .acc--4 img {
  opacity: 0;
}
.anchor__anc .acc--5 {
  width: 16.4744645799%;
  left: 0;
  bottom: 0;
  margin: 0 0 -1.3179571664% 51.1532125206%;
  opacity: 0;
}
.anchor__anc .anclist__item {
  width: 50.9060955519%;
  opacity: 0;
}
.anchor__anc .anclist__item:nth-of-type(1) {
  --hover-rotate: -5deg;
}
.anchor__anc .anclist__item:nth-of-type(1) .anclist__ph {
  width: 93.5275080906%;
  border-radius: 50%;
}
.anchor__anc .anclist__item:nth-of-type(2) {
  margin: -52.2240527183% -1.3179571664% 0 auto;
  --hover-rotate: 5deg;
}
.anchor__anc .anclist__item:nth-of-type(2) .anclist__ph {
  -webkit-mask: url(../images/common/anc-2_mask.svg) no-repeat center center/contain;
  mask: url(../images/common/anc-2_mask.svg) no-repeat center center/contain;
}
.anchor__anc .anclist__item:nth-of-type(2) .anclist__txt {
  margin-top: 9.0614886731%;
}
@media (hover: hover) {
  .anchor__anc .anclist__item .anclist__ph {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .anchor__anc .anclist__item:hover .anclist__ph {
    -webkit-transform: rotate(var(--hover-rotate));
    transform: rotate(var(--hover-rotate));
  }
}
.anchor__anc .anclist__ph {
  overflow: hidden;
  margin: 0 auto;
}
.anchor__anc .anclist__txt {
  line-height: 1.1923076923;
  text-align: center;
  margin: 13.5922330097% auto 0;
}
.anchor__anc .anclist__arw {
  width: 6.925566343%;
  margin: 8.5436893204% auto 0;
}

@media screen and (min-width: 769px) {
  .anchor__inner {
    padding: 5.8rem 0 14.5rem;
    border-radius: 3rem 3rem 0 0;
    margin-top: -6rem;
  }
  .anchor__car {
    top: -2rem;
  }
  .anchor__car-body {
    width: 11rem;
  }
  .anchor__flex {
    width: min(92.4rem, 95%);
    margin: 9.6rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .anchor__lead {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 45.5627705628%;
    margin: 4.1rem 0 0 0;
    flex-shrink: 0;
  }
  .anchor__head {
    margin: 0 auto;
  }
  .anchor__head-icon {
    width: 4.1rem;
  }
  .anchor__head-txt {
    width: 44.9rem;
    margin-top: 4.6rem;
  }
  .anchor__anc {
    font-size: 1.7rem;
    width: 40.2597402597%;
    margin: 0;
  }
}
.intro {
  padding-top: 13.7rem;
}
.intro__block {
  margin: 8.4rem auto 0;
}
.intro__block + .intro__block {
  margin-top: 15.8rem;
}
.intro__heading {
  width: 45.5rem;
  margin: 0 auto;
}
.intro__ticker {
  height: 60rem;
  margin-top: 6.6rem;
}
.intro__text {
  width: 65rem;
  margin: 4rem auto 0;
  text-align: justify;
}

@media screen and (min-width: 769px) {
  .intro {
    padding-top: 9.8rem;
  }
  .intro__block {
    margin-top: 7rem;
  }
  .intro__block + .intro__block {
    margin-top: 12.4rem;
  }
  .intro__heading {
    width: 33.7rem;
  }
  .intro__ticker {
    height: 38rem;
    margin-top: 4.4rem;
  }
  .intro__text {
    width: 59.5rem;
    margin-top: 5rem;
  }
}
.overview .c-tab {
  margin: 10.9rem auto 0;
}

@media screen and (min-width: 769px) {
  .overview .c-tab {
    margin-top: 8.1rem;
    width: min(95%, 104rem);
  }
}
.article {
  overflow: hidden;
}
.article .c-secHead {
  margin-bottom: 9.5rem;
}
.article__sec {
  padding-bottom: 17rem;
}
.article__tobira-ph {
  height: 99.6rem;
  position: relative;
  color: var(--tobira-color);
}
.article__tobira-ph::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.article__tobira-heading {
  position: absolute;
  width: 52.8rem;
  z-index: 2;
  left: 50%;
  top: 8.9rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.article__tobira-shoulder {
  width: 32.8rem;
  aspect-ratio: 329/17;
  background: currentColor;
  -webkit-mask: url(../images/article/txt-tobira.svg) no-repeat center center/contain;
  mask: url(../images/article/txt-tobira.svg) no-repeat center center/contain;
  position: absolute;
  bottom: 4.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.article__tobira-ticker {
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.article__tobira-lead {
  text-align: center;
  margin: 7rem auto 0;
}
.article__tobira-deco {
  width: 18.3rem;
  --steps: 5;
  --duration: 0.9;
}
.article__accordion {
  padding: 5.7rem 0 2rem;
  overflow: hidden;
  height: 0;
  display: none;
}
.article__toggle {
  display: block;
  font-size: 2.8rem;
  width: 21.0714285714em;
  margin: 0 auto;
}
.article__toggle-inner {
  background: var(--color);
  border-radius: 999px;
  padding: 1.7142857143em;
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
  -webkit-box-shadow: 0.7rem 0.7rem 0.6rem rgba(0, 0, 0, 0.1);
  box-shadow: 0.7rem 0.7rem 0.6rem rgba(0, 0, 0, 0.1);
}
.article__toggle-inner .char {
  -webkit-animation: pop-char 5s infinite steps(1);
  animation: pop-char 5s infinite steps(1);
  display: inline-block;
}
.article__toggle-inner .char:nth-of-type(1) {
  -webkit-animation-delay: 0.06s;
  animation-delay: 0.06s;
}
.article__toggle-inner .char:nth-of-type(2) {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.article__toggle-inner .char:nth-of-type(3) {
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
}
.article__toggle-inner .char:nth-of-type(4) {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.article__toggle-inner .char:nth-of-type(5) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes pop-char {
  0%, 8%, 100% {
    -webkit-transform: none;
    transform: none;
  }
  4% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@keyframes pop-char {
  0%, 8%, 100% {
    -webkit-transform: none;
    transform: none;
  }
  4% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.article__toggle-icon {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.75em;
  width: 0.8571428571em;
  aspect-ratio: 1;
  --borderW: 0.2rem;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.article__toggle-icon::before, .article__toggle-icon::after {
  content: "";
  display: block;
  background: currentColor;
  position: absolute;
  inset: 0;
  margin: auto;
}
.article__toggle-icon::before {
  width: var(--borderW);
  height: 100%;
}
.article__toggle-icon::after {
  height: var(--borderW);
  width: 100%;
}
.article__toggle--close .article__toggle-inner {
  background: #ededed;
}
.article__toggle--close .article__toggle-icon::before {
  content: none;
}
@media (hover: hover) {
  .article__toggle .article__toggle-inner {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .article__toggle:hover .article__toggle-inner {
    -webkit-box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0.2rem, 0.2rem);
    transform: translate(0.2rem, 0.2rem);
  }
}
@media (hover: hover) {
  .article__toggle:not(.article__toggle--close) .article__toggle-icon::before, .article__toggle:not(.article__toggle--close) .article__toggle-icon::after {
    -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: none;
    transform: none;
  }
  .article__toggle:not(.article__toggle--close):hover .article__toggle-icon::before, .article__toggle:not(.article__toggle--close):hover .article__toggle-icon::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.article__prof {
  background: #efefef;
  border-radius: 3rem;
  width: 67rem;
  margin: 0 auto;
  -webkit-box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.2);
  box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.2);
  padding: 8.6rem 0 12.3rem;
  position: relative;
}
.article__prof::before, .article__prof::after {
  content: "";
  display: block;
  width: 3.4rem;
  aspect-ratio: 34/28.5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 3.6rem;
}
.article__prof::before {
  left: 4rem;
}
.article__prof::after {
  right: 4rem;
}
.article__prof-pop {
  height: 5.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  opacity: 0;
}
.article__prof-pop svg {
  height: 100%;
  width: auto;
}
.article__prof-pop .cls-1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.article__prof-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4rem;
}
.article__prof-ph {
  width: 50.8rem;
}
.article__prof-ph img, .article__prof-ph picture {
  aspect-ratio: 509/576;
}
.article__prof-list {
  margin: 6.3rem auto 0;
  width: 55.8rem;
  font-size: 3rem;
}
.article__prof-list .name {
  text-align: center;
}
.article__prof-list .job {
  text-align: center;
  font-size: 0.8333333333em;
  margin-top: 0.96em;
}
.article__prof-list .job::before {
  content: "（";
}
.article__prof-list .job::after {
  content: "）";
}
.article__prof-list .detail {
  text-align: justify;
  font-size: 0.8333333333em;
  margin-top: 1.24em;
}
.article__prof-list .detail + .name {
  margin-top: 3.0666666667em;
}
.article__body .heading {
  font-size: 2.3rem;
  margin-bottom: 8rem;
}
.article__body .heading .c-pop {
  margin-bottom: 1.652173913em;
}
.article__body .heading__main {
  text-align: center;
  font-size: 1.8260869565em;
  line-height: 1.5;
  display: block;
}
.article__body .ph {
  position: relative;
}
.article__body .gif {
  position: relative;
}
.article__body .gif__img {
  width: 100%;
}
.article__body .txt {
  width: 65rem;
  margin: 6.3rem auto 0;
}
.article__body .catch {
  color: #fff;
  position: absolute;
  font-size: 2.8rem;
}
.article__body .catch .bg {
  fill: var(--sub-color);
}
.article__body .ticker__body {
  height: 55rem;
}
.article__body .ticker__body .ticker__track {
  width: auto;
  height: 100%;
}
.article__body .ticker__body .ticker__track-img {
  width: 100%;
}
.article__body .ticker__body .ticker__track img, .article__body .ticker__body .ticker__track picture {
  width: 100%;
}
.article__body .cap {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  width: 65rem;
  margin: 2rem auto 0;
}
.article__arw {
  margin: 13rem auto;
}

@media screen and (min-width: 769px) {
  .article .c-secHead {
    margin-bottom: 7rem;
  }
  .article__tobira-ph {
    height: 79.6rem;
  }
  .article__tobira-heading {
    width: 42.3rem;
    top: 5.8rem;
  }
  .article__tobira-shoulder {
    width: 26.3rem;
  }
  .article__tobira-lead {
    margin-top: 4.6rem;
  }
  .article__tobira-deco {
    width: 13.8rem;
  }
  .article__toggle {
    font-size: 1.81rem;
  }
  .article__toggle-icon {
    --borderW: 0.1rem;
  }
  .article__accordion {
    padding: 8.7rem 0 0.3rem;
  }
  .article__prof {
    width: min(95%, 87.9rem);
    padding: 7.4rem 0 10.3rem;
  }
  .article__prof::before, .article__prof::after {
    width: 2.5rem;
    top: 2.6rem;
  }
  .article__prof::before {
    left: 2.8rem;
  }
  .article__prof::after {
    right: 2.8rem;
  }
  .article__prof-pop {
    height: 4.1rem;
  }
  .article__prof-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4.3230944255%;
    margin-top: 5.45rem;
  }
  .article__prof-ph {
    width: 43.0034129693%;
  }
  .article__prof-list {
    font-size: 1.7rem;
    margin: 0;
    width: 36.1774744027%;
    padding: 0 1.6rem;
  }
  .article__body .heading {
    font-size: 1.6rem;
    margin-bottom: 7rem;
  }
  .article__body .txt {
    width: 64.4rem;
    margin-top: 3.5rem;
  }
  .article__body .catch {
    font-size: 1.82rem;
  }
  .article__body .ticker__body {
    height: 39rem;
  }
  .article__body .cap {
    font-size: 1.5rem;
    width: 100%;
    margin-top: 2.3rem;
  }
  .article__arw {
    margin: 8.8rem auto;
  }
}
#sea {
  --tobira-color: #73fff1;
  --color: #6efff8;
  --sub-color: #ff8827;
}
#sea .article__tobira-deco {
  aspect-ratio: 183/95;
  margin: 7rem auto 0;
}
#sea .article__tobira-deco + .article__toggle {
  margin-top: 9rem;
}
#sea .article__prof::before {
  background-image: url(../images/common/icon5.svg);
}
#sea .article__prof::after {
  background-image: url(../images/common/icon6.svg);
}
#sea .article__body {
  padding: 0 0 12rem 0;
}
#sea .article__body-deco {
  padding: 18.3rem 0 10.7rem;
  width: 12.4rem;
}
#sea .article__body-deco .caravan img, #sea .article__body-deco .caravan picture {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#sea .ph1-1 img, #sea .ph1-1 picture {
  aspect-ratio: 750/513;
}
#sea .ph1-2 {
  width: 65.8rem;
  margin: 5.8rem auto 0;
}
#sea .ph1-2 img, #sea .ph1-2 picture {
  aspect-ratio: 659/877;
}
#sea .txt1-1 {
  margin: 5.1rem auto 0;
}
@media screen and (max-width: 768px) {
  #sea .txt1-1 {
    letter-spacing: 0;
  }
}
#sea .ph1-3 {
  width: 51.2rem;
  margin: 7rem auto 0;
}
#sea .ph1-3 img, #sea .ph1-3 picture {
  aspect-ratio: 513/571;
}
#sea .ph1-3 .catch {
  width: 2.3928571429em;
  right: 0;
  top: 0;
  margin: 1.7578125% -14.1796875% 0 0;
}
#sea .txt1-2 {
  margin: 9.3rem auto 0;
}
#sea .gif2-1 {
  width: 65.8rem;
  margin: 7.7rem auto 0;
}
#sea .gif2-1 .gif__img {
  aspect-ratio: 658/840;
  --steps: 7;
}
#sea .ph2-1 {
  width: 100%;
  margin-top: -4rem;
}
#sea .ph2-1 .ph__img {
  width: 67.3333333333%;
  margin: 0 2.4% 0 auto;
}
#sea .ph2-1 img, #sea .ph2-1 picture {
  aspect-ratio: 506/239;
}
#sea .txt2-1 {
  margin: 6.9rem auto 0;
}
#sea .ph2-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 67.4rem;
  margin: 6.5rem auto 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#sea .ph2-2 .ph__img {
  width: 49.5548961424%;
}
#sea .ph2-2 img, #sea .ph2-2 picture {
  aspect-ratio: 336/448;
}
#sea .txt2-2 {
  margin: 5.6rem auto 0;
}
@media screen and (max-width: 768px) {
  #sea .txt2-2 {
    letter-spacing: 0;
  }
}
#sea .ticker2-1 {
  margin: 10.2rem auto 0;
}
#sea .ticker2-1 .ticker__track {
  aspect-ratio: 3256/549;
}
#sea .ph2-3 {
  width: 77.5rem;
  margin: 7.1rem 0 0 -1.2rem;
}
#sea .ph2-3 .ph__img:nth-of-type(1) {
  width: 57.5483870968%;
  margin-left: 4.2580645161%;
}
#sea .ph2-3 .ph__img:nth-of-type(1) img, #sea .ph2-3 .ph__img:nth-of-type(1) picture {
  aspect-ratio: 427/255;
}
#sea .ph2-3 .ph__img:nth-of-type(2) {
  width: 56.5161290323%;
  margin: -10.4516129032% 0 0 auto;
}
#sea .ph2-3 .ph__img:nth-of-type(2) img, #sea .ph2-3 .ph__img:nth-of-type(2) picture {
  aspect-ratio: 420/243;
}
#sea .ph2-4 {
  margin: 8.1rem auto 0;
}
#sea .ph2-4 img, #sea .ph2-4 picture {
  aspect-ratio: 750/520;
}
#sea .ph2-4 .catch {
  width: 2.3571428571em;
  top: 0;
  left: 0;
  margin: -4.1333333333% 0 0 6.1333333333%;
}
#sea .ph2-5 {
  width: 47rem;
  margin: 8.8rem auto 0;
}
#sea .ph2-5 img, #sea .ph2-5 picture {
  aspect-ratio: 471/340;
}
#sea .ph3-1 img, #sea .ph3-1 picture {
  aspect-ratio: 751/531;
}
#sea .ph3-2 {
  width: 83.7rem;
  margin: 10.7rem 0 0 -4.5rem;
}
#sea .ph3-2 .ph__img {
  width: 58.7813620072%;
  margin-left: auto;
}
#sea .ph3-2 img, #sea .ph3-2 picture {
  aspect-ratio: 493/433;
}
#sea .ph3-2 .catch {
  width: 4.475em;
  top: 0;
  left: 0;
  margin: 2.2700119474% 0 0 15.770609319%;
}
#sea .ph3-3 {
  width: 63rem;
  margin: 4rem auto 0;
}
#sea .ph3-3 img, #sea .ph3-3 picture {
  aspect-ratio: 631/476;
}
#sea .txt3-2 {
  margin: 4.8rem auto 0;
}
#sea .ticker3-1 {
  margin: 10.4rem auto 0;
}
#sea .ticker3-1 .ticker__track {
  aspect-ratio: 2144/549;
}
#sea .txt3-3 {
  margin: 9.1rem auto 0;
}
@media screen and (max-width: 768px) {
  #sea .txt3-3 {
    letter-spacing: 0;
  }
}
#sea .gif3-1 {
  width: 66.5rem;
  margin: 12rem auto 0;
  border-radius: 50%;
  overflow: hidden;
}
#sea .gif3-1 .gif__img {
  --steps: 5;
  aspect-ratio: 665/439;
}
#sea .ph4-1 .ph__img:nth-of-type(1) {
  width: 50rem;
  margin: 0 auto;
}
#sea .ph4-1 .ph__img:nth-of-type(1) img, #sea .ph4-1 .ph__img:nth-of-type(1) picture {
  aspect-ratio: 501/695;
}
#sea .ph4-1 .ph__img:nth-of-type(2) {
  width: 73rem;
  margin: 12rem 0 0 0;
}
#sea .ph4-1 .ph__img:nth-of-type(2) img, #sea .ph4-1 .ph__img:nth-of-type(2) picture {
  aspect-ratio: 730/932;
}
#sea .ph4-2 {
  width: 65rem;
  margin: 8.2rem auto 0;
}
#sea .ph4-2 .ph__img + .ph__img {
  margin-top: 1.0736196319%;
}
#sea .ph4-2 img, #sea .ph4-2 picture {
  aspect-ratio: 653/451;
}
#sea .ph4-2 .catch {
  width: 4.7142857143em;
  top: 0;
  right: 0;
  margin: -4.4478527607% 4.6012269939% 0 0;
}
#sea .txt4-2 {
  margin: 9.1rem auto 0;
}
#sea .ph4-3 {
  margin: 8.8rem auto 0;
  overflow: hidden;
}
#sea .ph4-3 img, #sea .ph4-3 picture {
  aspect-ratio: 751/521;
}
#sea .ph4-4 {
  width: 50.4rem;
  margin: 10.7rem auto 0;
}
#sea .ph4-4 img, #sea .ph4-4 picture {
  aspect-ratio: 504/672;
}
#sea .ph4-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 67.4rem;
  margin: 10.5rem auto 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#sea .ph4-5 .ph__img {
  width: 49.5548961424%;
}
#sea .ph4-5 .ph__img:nth-of-type(1) img, #sea .ph4-5 .ph__img:nth-of-type(1) picture {
  aspect-ratio: 334/445;
}
#sea .ph4-5 .ph__img:nth-of-type(2) img, #sea .ph4-5 .ph__img:nth-of-type(2) picture {
  aspect-ratio: 335/446;
}
#sea .txt4-3 {
  margin: 7.6rem auto 0;
}
#sea .ph4-6 {
  width: 73rem;
  margin: 9.2rem 0 0 auto;
}
#sea .ph4-6 img, #sea .ph4-6 picture {
  aspect-ratio: 730/932;
}

@media screen and (min-width: 769px) {
  #sea .article__tobira-deco {
    margin-top: 7.3rem;
  }
  #sea .article__tobira-deco + .article__toggle {
    margin-top: 6.7rem;
  }
  #sea .article__body {
    padding: 0 0 7.7rem 0;
  }
  #sea .article__body-deco {
    padding: 8.6rem 0 13.8rem;
  }
  #sea .article__body-deco .caravan {
    width: 10rem;
  }
  #sea .ph1-1 {
    width: 60rem;
    margin: 0 auto;
  }
  #sea .ph1-2 {
    width: 52.6rem;
    margin-top: 4.6rem;
  }
  #sea .ph1-3 {
    width: 42.3rem;
    margin-top: 8rem;
  }
  #sea .ph1-3 .catch {
    margin-top: 8rem;
  }
  #sea .txt1-2 {
    margin-top: 5rem;
  }
  #sea .gif2-1 {
    width: 52.6rem;
    margin-top: 6.7rem;
  }
  #sea .ph2-1 {
    width: 7rem;
    margin: -4.5rem auto 0;
  }
  #sea .ph2-1 .ph__img {
    width: 39.5rem;
    margin-right: 0;
  }
  #sea .txt2-1 {
    margin-top: 4.3rem;
  }
  #sea .ph2-2 {
    width: 70rem;
    margin-top: 9rem;
  }
  #sea .txt2-2 {
    margin-top: 3rem;
  }
  #sea .ticker2-1 {
    margin-top: 6.3rem;
  }
  #sea .ph2-3 {
    width: 62.5rem;
    margin: 5.7rem auto 0;
    padding-right: 2rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  #sea .ph2-4 {
    margin-top: 8.7rem;
    width: 70rem;
  }
  #sea .ph2-5 {
    width: 37.6rem;
    margin-top: 8.8rem;
  }
  #sea .ph3-1 {
    width: 60rem;
    margin: 7.5rem auto 0;
  }
  #sea .ph3-2 {
    width: 56.8rem;
    margin: 5rem auto 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  #sea .ph3-2 .catch {
    margin-top: 1.9rem;
    margin-left: 7.8rem;
  }
  #sea .ph3-3 {
    width: 42.8rem;
    margin-top: 2.3rem;
    padding-right: 2.8rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  #sea .txt3-2 {
    margin-top: 4rem;
  }
  #sea .ticker3-1 {
    margin-top: 6.6rem;
  }
  #sea .txt3-3 {
    margin-top: 7.4rem;
  }
  #sea .gif3-1 {
    width: 53rem;
    margin-top: 9.1rem;
  }
  #sea .ph4-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: min(95%, 93.2rem);
    margin: 0 auto 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #sea .ph4-1 .ph__img:nth-of-type(1) {
    width: 38.6266094421%;
    margin: 0;
  }
  #sea .ph4-1 .ph__img:nth-of-type(2) {
    width: 50.7510729614%;
    margin: 0;
  }
  #sea .txt4-1 {
    margin-top: 4.3rem;
  }
  #sea .ph4-2 {
    width: 52rem;
    margin-top: 8rem;
  }
  #sea .txt4-2 {
    margin-top: 6.6rem;
  }
  #sea .ph4-3 {
    width: 66rem;
    margin-top: 7.8rem;
  }
  #sea .ph4-4 {
    width: 40.3rem;
    margin-top: 8.1rem;
  }
  #sea .ph4-5 {
    width: 58.4rem;
    margin-top: 4.5rem;
  }
  #sea .txt4-3 {
    margin-top: 3.5rem;
  }
  #sea .ph4-6 {
    width: 58.4rem;
    margin: 7.6rem auto 0;
  }
}
#mountain {
  --tobira-color: #82ff40;
  --color: #82ff40;
  --sub-color: #ff374f;
}
#mountain .article__tobira-heading {
  top: 9.1rem;
}
#mountain .article__tobira-shoulder {
  bottom: 4.4rem;
}
#mountain .article__tobira-deco {
  aspect-ratio: 183/131;
  margin: 5rem auto 0;
}
#mountain .article__tobira-deco + .article__toggle {
  margin-top: 7rem;
}
#mountain .article__prof::before {
  background-image: url(../images/common/icon2.svg);
}
#mountain .article__prof::after {
  background-image: url(../images/common/icon3.svg);
}
#mountain .article__prof img, #mountain .article__prof picture {
  aspect-ratio: 429/535;
}
#mountain .article__body {
  padding: 0 0 12.6rem 0;
}
#mountain .article__body-deco {
  width: 100%;
  padding: 14rem 0 9.5rem 0;
  margin: 0 auto;
  overflow: hidden;
}
#mountain .article__body-deco .deco-gif {
  width: 47rem;
  aspect-ratio: 2346/3050;
  margin: 0 auto;
  --steps: 5;
  --duration: 0.5;
}
#mountain .article__body-deco .x-trail {
  width: 12.9rem;
  padding: 11.1rem 0 0;
}
#mountain .article__body-deco .x-trail img, #mountain .article__body-deco .x-trail picture {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#mountain .ph1-1 img, #mountain .ph1-1 picture {
  aspect-ratio: 750/520;
}
#mountain .txt1-1 {
  margin: 4.6rem auto 0;
}
#mountain .ph1-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 67.2rem;
  margin: 6.3rem auto 0;
}
#mountain .ph1-2 .ph__img {
  width: 49.7023809524%;
}
#mountain .ph1-2 img, #mountain .ph1-2 picture {
  aspect-ratio: 334/445;
}
#mountain .txt1-2 {
  margin: 5.4rem auto 0;
}
#mountain .ph1-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 7.7rem auto 0;
}
#mountain .ph1-3 .ph__img {
  width: 145.9rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#mountain .ph1-3 img, #mountain .ph1-3 picture {
  aspect-ratio: 1459/373;
}
#mountain .ph1-4 {
  width: 66.4rem;
  margin: 7.4rem auto 0;
}
#mountain .ph1-4 .ph__img {
  border-radius: 50%;
  overflow: hidden;
}
#mountain .ph1-4 img, #mountain .ph1-4 picture {
  aspect-ratio: 665/439;
}
#mountain .ph1-4 .catch {
  right: -1.3rem;
  top: -1.1rem;
  width: 4em;
}
#mountain .ph1-5 {
  width: 65.8rem;
  margin: 11.5rem auto 0;
}
#mountain .ph1-5 img, #mountain .ph1-5 picture {
  aspect-ratio: 658/860;
}
#mountain .gif1-1 {
  width: 50rem;
  margin: 9.8rem auto 0;
}
#mountain .gif1-1 .gif__img {
  aspect-ratio: 500/694;
  --steps: 9;
  --duration: 0.5;
}
#mountain .ph2-1 .ph__img:nth-of-type(1) img, #mountain .ph2-1 .ph__img:nth-of-type(1) picture {
  aspect-ratio: 750/520;
}
#mountain .ph2-1 .ph__img:nth-of-type(2) {
  width: 61.2rem;
  margin: -13.8rem 0 0 -0.6rem;
}
#mountain .ph2-1 .ph__img:nth-of-type(2) img, #mountain .ph2-1 .ph__img:nth-of-type(2) picture {
  aspect-ratio: 612/577;
}
#mountain .ph2-1 .catch {
  bottom: 5.9rem;
  right: 4.8rem;
  width: 2.1071428571em;
}
#mountain .txt2-1 {
  margin: 3.8rem auto 0;
}
#mountain .ph2-2 {
  width: 65.8rem;
  margin: 6.8rem auto 0;
}
#mountain .ph2-2 img, #mountain .ph2-2 picture {
  aspect-ratio: 658/860;
}
#mountain .txt2-2 {
  margin: 5.8rem auto 0;
}
#mountain .ticker2-1 {
  margin: 6.2rem auto 0;
}
#mountain .ticker2-1 .ticker__track {
  aspect-ratio: 2997/550;
}
#mountain .sec3 .heading {
  margin-bottom: 12.2rem;
}
#mountain .ph3-1 {
  width: 45rem;
  margin: 0 auto;
}
#mountain .ph3-1 img, #mountain .ph3-1 picture {
  aspect-ratio: 450/318;
}
#mountain .ph3-2 {
  margin: 9.8rem auto 0;
  overflow: hidden;
}
#mountain .ph3-2 img, #mountain .ph3-2 picture {
  aspect-ratio: 754/962;
}
#mountain .txt3-1 {
  margin: 4.4rem auto 0;
}
@media screen and (max-width: 768px) {
  #mountain .txt3-1 {
    letter-spacing: 0;
  }
}
#mountain .ph3-3 {
  width: 65rem;
  margin: 4.4rem auto 0;
}
#mountain .ph3-3 .ph__img:nth-of-type(2) {
  margin: 1.0769230769% 0 0 0;
}
#mountain .ph3-3 img, #mountain .ph3-3 picture {
  aspect-ratio: 650/448;
}
#mountain .ph3-3 .catch {
  top: 12.3rem;
  left: -1.8rem;
  width: 2.1785714286em;
}
#mountain .ph3-3 .cap {
  margin: 2.5rem auto 0;
}
#mountain .txt3-2 {
  margin: 8rem auto 0;
}
#mountain .ph3-4 {
  margin: 9.2rem auto 0;
  overflow: hidden;
}
#mountain .ph3-4 img, #mountain .ph3-4 picture {
  aspect-ratio: 750/520;
}
#mountain .sec4 .heading {
  margin: 0 0 5.9rem 0;
}
#mountain .ph4-1 {
  width: 65.8rem;
  margin: 0 auto;
}
#mountain .ph4-1 img, #mountain .ph4-1 picture {
  aspect-ratio: 658/860;
}
#mountain .ph4-2 {
  width: 68.5rem;
  margin: -19rem -1.5rem 0 auto;
}
#mountain .ph4-2 img, #mountain .ph4-2 picture {
  aspect-ratio: 685/914;
}
#mountain .ph4-2 .catch {
  bottom: 10.2rem;
  left: 0.3rem;
  width: 2.2142857143em;
}
#mountain .txt4-1 {
  margin: -1.4rem auto 0;
}
#mountain .ticker4-1 {
  position: relative;
  margin: 9.6rem auto 0;
}
#mountain .ticker4-1 .ticker__deco {
  z-index: 2;
  position: absolute;
  bottom: 3.2rem;
  left: 48.2rem;
  width: 14.8rem;
}
#mountain .ticker4-1 .ticker__deco img, #mountain .ticker4-1 .ticker__deco picture {
  aspect-ratio: 147/204;
  width: 100%;
  height: auto;
}
#mountain .ticker4-1 .ticker__body {
  z-index: 1;
  position: relative;
}
#mountain .ticker4-1 .ticker__track {
  aspect-ratio: 2251/550;
}
@media screen and (max-width: 768px) {
  #mountain .txt4-2 {
    letter-spacing: 0;
  }
}
#mountain .ph4-3 {
  width: 65.8rem;
  margin: 12.8rem auto 0;
}
#mountain .ph4-3 .ph__img:nth-of-type(1) img, #mountain .ph4-3 .ph__img:nth-of-type(1) picture {
  aspect-ratio: 658/860;
}
#mountain .ph4-3 .ph__img:nth-of-type(2) {
  position: absolute;
  top: -9.8rem;
  right: 1.9rem;
  width: 18.4rem;
}
#mountain .ph4-3 .ph__img:nth-of-type(2) img, #mountain .ph4-3 .ph__img:nth-of-type(2) picture {
  aspect-ratio: 184/196;
}
#mountain .ph4-3 .ph__img:nth-of-type(3) {
  position: absolute;
  bottom: 21.8rem;
  right: -2.4rem;
  width: 9.8rem;
}
#mountain .ph4-3 .ph__img:nth-of-type(3) img, #mountain .ph4-3 .ph__img:nth-of-type(3) picture {
  aspect-ratio: 98/103;
}
#mountain .ph4-3 .ph__img:nth-of-type(4) {
  position: absolute;
  bottom: -3.6rem;
  left: -3rem;
  width: 24.5rem;
}
#mountain .ph4-3 .ph__img:nth-of-type(4) img, #mountain .ph4-3 .ph__img:nth-of-type(4) picture {
  aspect-ratio: 245/166;
}
#mountain .ticker4-2 {
  margin: 14.3rem auto 0;
}
#mountain .ticker4-2 .ticker__track {
  aspect-ratio: 2310/550;
}
#mountain .txt4-3 {
  margin: 10.8rem auto 0;
}

@media screen and (min-width: 769px) {
  #mountain .article__tobira-shoulder {
    bottom: 3.8rem;
  }
  #mountain .article__tobira-deco {
    margin-top: 5rem;
  }
  #mountain .article__body-deco {
    padding-bottom: 9.4rem;
  }
  #mountain .article__body-deco .deco-gif {
    width: 37.6rem;
  }
  #mountain .article__body-deco .x-trail {
    width: 9.2rem;
    padding-top: 9.1rem;
  }
  #mountain .ph1-1 {
    width: 70rem;
    margin: 0 auto;
  }
  #mountain .txt1-1 {
    margin-top: 4rem;
  }
  #mountain .ph1-2 {
    width: 63.4rem;
    margin-top: 5.2rem;
  }
  #mountain .txt1-2 {
    margin-top: 3.2rem;
  }
  #mountain .ticker1-1 {
    width: 88.3rem;
    margin-top: 9rem;
  }
  #mountain .ticker1-1 .ticker__body {
    height: 22.4rem;
  }
  #mountain .ph1-3 {
    width: min(100%, 98.5rem);
    margin-top: 6.8rem;
  }
  #mountain .ph1-3 .ph__img {
    padding-left: 8.1218274112%;
    width: 100%;
    height: auto;
  }
  #mountain .ph1-3 .ph__img:nth-of-type(n+2) {
    display: none;
  }
  #mountain .ph1-4 {
    width: 52.6rem;
    margin-top: 11.2rem;
  }
  #mountain .txt1-3 {
    margin-top: 4rem;
  }
  #mountain .gif1-1 {
    width: 37.6rem;
    margin-top: 5.5rem;
  }
  #mountain .ph2-1 {
    width: 70rem;
    margin: 0 auto;
  }
  #mountain .ph2-1 .ph__img:nth-of-type(2) {
    width: 56rem;
    margin: -13rem 0 0 -2rem;
  }
  #mountain .ph2-1 .catch {
    bottom: 9rem;
    right: 7.7rem;
  }
  #mountain .ph2-2 {
    width: 52.6rem;
    margin-top: 5.9rem;
  }
  #mountain .txt2-2 {
    margin-top: 4.8rem;
  }
  #mountain .ticker2-1 {
    margin-top: 120px;
  }
  #mountain .ph3-1 {
    width: 33.8rem;
  }
  #mountain .ph3-2 {
    width: 60rem;
    margin-top: 7.7rem;
  }
  #mountain .ph3-3 {
    width: 52.6rem;
    margin-top: 5.7rem;
  }
  #mountain .ph3-3 .catch {
    top: 20rem;
  }
  #mountain .ph3-4 {
    width: 66rem;
    margin-top: 5.3rem;
  }
  #mountain .ph4-1 {
    width: 60rem;
  }
  #mountain .ph4-2 {
    width: 45.7rem;
    margin: 0 0 0 calc(50% - 21.5rem);
  }
  #mountain .ph4-2 .catch {
    bottom: 10.4rem;
    left: -4.5rem;
  }
  #mountain .txt4-1 {
    margin-top: 2.2rem;
  }
  #mountain .ticker4-1 {
    margin-top: 8rem;
  }
  #mountain .ticker4-1 .ticker__deco {
    bottom: 2.2rem;
    left: 34.1rem;
    width: 10.5rem;
  }
  #mountain .txt4-2 {
    margin-top: 6.3rem;
  }
  #mountain .ph4-3 {
    width: 55.3rem;
    margin-top: 14.4rem;
  }
  #mountain .ph4-3 .ph__img:nth-of-type(2) {
    top: -9rem;
    width: 11.4rem;
  }
  #mountain .ph4-3 .ph__img:nth-of-type(3) {
    bottom: 15.3rem;
    right: -3.4rem;
    width: 7.5rem;
  }
  #mountain .ph4-3 .ph__img:nth-of-type(4) {
    bottom: -1.7rem;
    left: -3.7rem;
    width: 15.5rem;
  }
  #mountain .ticker4-2 {
    margin-top: 9rem;
  }
  #mountain .txt4-3 {
    margin-top: 6rem;
  }
}
.about {
  background: #e0e0e0;
  padding: 10.5rem 0 13.3rem;
  position: relative;
}
.about.c-roundsec {
  border-radius: var(--content-border-radius);
}
.about__icon {
  width: 4.7rem;
  position: absolute;
  top: 4.9rem;
}
.about__icon--left {
  left: 3.8rem;
}
.about__icon--right {
  right: 3.8rem;
}
.about__title {
  width: 61.2rem;
  margin: 0 auto;
}
.about__pop {
  width: 30.8rem;
  margin: 4.5rem auto 0;
}
.about__pop .cls-1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.about__main {
  width: 40.3rem;
  margin: 7rem auto 0;
  --duration: 1.5;
  --steps: 4;
}
.about__main-car {
  width: 100%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  aspect-ratio: 403/184;
}
.about__main-car .c-sprite__inner {
  -webkit-animation: sprite infinite steps(var(--steps), end) calc(var(--duration, 1) * var(--steps) * 1s);
  animation: sprite infinite steps(var(--steps), end) calc(var(--duration, 1) * var(--steps) * 1s);
}
.about__main-car.x-trail {
  margin-top: 14.1439205955%;
}
.about__lead {
  margin: 7.8rem auto 0;
  width: 65.3rem;
}
.about .c-tab {
  margin-top: 12.6rem;
}
.about .c-tab__slider-body {
  width: 57.6rem;
}
.about .c-tab__slider-thumb {
  margin-top: 8.3rem;
}
.about__models {
  margin-top: 12rem;
}
.about__models-heading {
  font-size: 2.7rem;
  border: 0.2rem solid currentColor;
  border-radius: 999px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1;
  padding: 0.3703703704em 1.3703703704em;
}
.about__models-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6rem 4.4rem;
  margin-top: 5.4rem;
}
.about__models-model {
  width: 28.5rem;
}
.about__models-model .name {
  text-align: center;
  margin-top: 4.4rem;
}
@media screen and (max-width: 768px) {
  .about__models-model:nth-of-type(3) .name {
    margin-top: 2.3rem;
  }
}
.about__linklist {
  font-size: 2.8rem;
  margin-top: 9.8rem;
}
.about__linklist-item + .about__linklist-item {
  margin-top: 1.1071428571em;
}
.about__linklist-item:nth-of-type(2) {
  margin-top: 2.5714285714em;
}
.about__linklist-catch {
  text-align: center;
  font-size: 0.8214285714em;
  margin-bottom: 1.1071428571em;
}
.about__linklist-link {
  width: 22.25em;
  margin: 0 auto;
}
.about__linklist-link .inner {
  font-size: 0.8928571429em;
  background: #fff;
  color: #000;
  border-radius: 999px;
  -webkit-box-shadow: 0.28em 0.28em 0.16em rgba(0, 0, 0, 0.1);
  box-shadow: 0.28em 0.28em 0.16em rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 1.4;
  padding: 0.92em;
  position: relative;
}
.about__linklist-link .icon {
  width: 0.75em;
  position: absolute;
  top: 50%;
  right: 1.9285714286em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about__linklist-link--primary .inner {
  background: #000;
  color: #fff;
  font-size: 1em;
  padding: 1.9285714286em;
}
@media (hover: hover) {
  .about__linklist-link .inner {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .about__linklist-link:hover .inner {
    -webkit-box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0.2rem, 0.2rem);
    transform: translate(0.2rem, 0.2rem);
  }
}

@media screen and (min-width: 769px) {
  .about {
    padding: 10rem 0 15.4rem;
    width: min(100%, 110rem);
    margin: 0 auto;
  }
  .about__icon {
    width: 2.7rem;
    top: 3.1rem;
  }
  .about__icon--left {
    left: 3.3rem;
  }
  .about__icon--right {
    right: 3.3rem;
  }
  .about__title {
    width: 49.1rem;
  }
  .about__pop {
    width: 25.1rem;
    margin-top: 3.6rem;
  }
  .about__main {
    width: auto;
    margin-top: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 8.5rem;
  }
  .about__main-car {
    width: 32.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .about__main-car.x-trail {
    margin-top: 0;
  }
  .about__lead {
    margin-top: 7rem;
    width: auto;
    text-align: center;
  }
  .about .c-tab {
    margin-top: 9.8rem;
  }
  .about .c-tab__name {
    margin-bottom: 2.5rem;
  }
  .about .c-tab__slider-body {
    width: 51.2rem;
  }
  .about .c-tab__slider-thumb {
    margin-top: 3.5rem;
  }
  .about__models {
    margin-top: 13rem;
  }
  .about__models-heading {
    font-size: 1.84rem;
    border-width: 0.1rem;
  }
  .about__models-list {
    width: min(90%, 81.7rem);
    margin: 5rem auto 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }
  .about__models-model {
    width: 28.641370869%;
  }
  .about__models-model .name {
    margin-top: 14.9572649573%;
    font-size: 2rem;
  }
  .about__linklist {
    font-size: 1.8rem;
    margin-top: 10rem;
  }
  .about__linklist-link {
    width: 44.4rem;
  }
}
.bottom {
  padding-block: 10rem 12rem;
  color: #fff;
}
.bottom .c-secHead {
  z-index: 2;
  position: absolute;
  top: 15.4rem;
  left: 0;
  width: 100%;
}
.bottom .c-secHead .c-pop {
  color: #000;
}
.bottom__content {
  position: relative;
  width: 70rem;
  margin-inline: auto;
}
.bottom__bg {
  z-index: 1;
  position: relative;
  border-radius: 3rem;
  overflow: hidden;
}
.bottom__text {
  z-index: 2;
  position: absolute;
  top: 41.6rem;
  left: 50%;
  width: 56.9rem;
  translate: -50%;
}
.bottom__deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
  margin-top: 13.7rem;
}
.bottom__deco-car {
  width: 11.9rem;
}
.bottom__deco-text {
  width: 24.5rem;
  color: #000;
}
.bottom__deco-text svg {
  display: block;
}

@media screen and (min-width: 769px) {
  .bottom {
    padding-block: 11.5rem 7.8rem;
  }
  .bottom .c-secHead {
    top: 13.3rem;
  }
  .bottom__content {
    width: 50.4rem;
  }
  .bottom__bg {
    border-radius: 2rem;
  }
  .bottom__text {
    top: 31.8rem;
    width: 38.3rem;
  }
  .bottom__deco {
    gap: 3rem;
    margin-top: 9.5rem;
  }
  .bottom__deco-car {
    width: 8.5rem;
  }
  .bottom__deco-text {
    width: 17.6rem;
  }
}
.footer {
  position: relative;
  height: 118.1rem;
  color: #fff;
}
.footer .c-logoset {
  z-index: 2;
  position: absolute;
  bottom: 13.1rem;
  left: 50%;
  width: 42.6rem;
  translate: -50%;
}
.footer .c-logoset__logo--nissan {
  width: 46.2441314554%;
}
.footer .c-logoset__logo--hob {
  width: 27.9342723005%;
}
.footer__bg {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../images/footer/footer.webp") center center/cover no-repeat;
}
.footer__ttl {
  z-index: 2;
  position: absolute;
  top: 14.8rem;
  left: 50%;
  width: 60.1rem;
  translate: -50%;
}
.footer__text {
  z-index: 2;
  position: absolute;
  top: 40.8rem;
  left: 50%;
  width: 35.2rem;
  translate: -50%;
}
.footer__copyright {
  z-index: 2;
  position: absolute;
  bottom: 3rem;
  left: 0;
  inline-size: 100%;
  font-size: 2.4rem;
  text-align: center;
}
.footer__top {
  z-index: 2;
  position: absolute;
  bottom: 4.3rem;
  right: 0.7rem;
  width: 2.1rem;
  padding: 0 2rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media (hover: hover) {
  .footer__top:hover svg {
    -webkit-animation: pagetop-anim 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: pagetop-anim 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
  @-webkit-keyframes pagetop-anim {
    0%, 100% {
      -webkit-transform: none;
      transform: none;
    }
    50% {
      -webkit-transform: translateY(-5%);
      transform: translateY(-5%);
    }
  }
  @keyframes pagetop-anim {
    0%, 100% {
      -webkit-transform: none;
      transform: none;
    }
    50% {
      -webkit-transform: translateY(-5%);
      transform: translateY(-5%);
    }
  }
}

@media screen and (min-width: 769px) {
  .footer {
    height: 81.8rem;
  }
  .footer .c-logoset {
    bottom: 11.1rem;
    width: 27.6rem;
  }
  .footer__bg {
    background-image: url("../images/footer/footer_pc.webp");
    background-repeat: repeat-x;
    background-size: contain;
  }
  .footer__ttl {
    top: 7.6rem;
    width: 48.6rem;
  }
  .footer__text {
    top: 28.5rem;
    width: 28.5rem;
  }
  .footer__copyright {
    bottom: 2.2rem;
    font-size: 1.5rem;
  }
  .footer__top {
    bottom: 3.2rem;
    right: 1.2rem;
    width: 1.7rem;
  }
}
.menu__btn {
  position: fixed;
  top: 2.5rem;
  right: 2.9rem;
  width: 9.6rem;
  aspect-ratio: 1;
  border-radius: 50%;
}
.menu__btn-icon {
  width: 40.3125%;
  position: absolute;
  inset: 0;
  margin: auto;
}
.menu__btn-toggle {
  display: block;
}
.menu__btn-toggle .line {
  position: absolute;
  inset: 0;
  margin: auto;
  background: currentColor;
  height: 0.2rem;
}
.menu__btn--open {
  z-index: 10;
  color: #000;
  background: #fff361;
  opacity: 0;
  display: none;
}
.menu__btn--open .menu__btn-toggle {
  visibility: hidden;
  opacity: 0;
}
.menu__btn--open .menu__btn-toggle .line {
  width: 34.375%;
  -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu__btn--open .menu__btn-toggle .line:nth-of-type(1) {
  -webkit-transform: translateY(-0.6rem);
  transform: translateY(-0.6rem);
}
.menu__btn--open .menu__btn-toggle .line:nth-of-type(2) {
  -webkit-transform: translateY(0.6rem);
  transform: translateY(0.6rem);
}
@media (hover: hover) {
  .menu__btn--open:hover .menu__btn-toggle .line:nth-of-type(1) {
    -webkit-transform: translateY(-180%);
    transform: translateY(-180%);
  }
  .menu__btn--open:hover .menu__btn-toggle .line:nth-of-type(2) {
    -webkit-transform: translateY(180%);
    transform: translateY(180%);
  }
}
.menu__btn--close {
  z-index: 10;
  color: #fff;
  background: #000;
}
.menu__btn--close .menu__btn-toggle {
  -webkit-transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: none;
  transform: none;
}
.menu__btn--close .menu__btn-toggle .line {
  width: 45.8333333333%;
}
.menu__btn--close .menu__btn-toggle .line:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(135deg);
  transform: translateY(0) rotate(135deg);
}
.menu__btn--close .menu__btn-toggle .line:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(-135deg);
  transform: translateY(0) rotate(-135deg);
}
@media (hover: hover) {
  .menu__btn--close:hover .menu__btn-toggle {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.menu__btn.is-toggle-visible .menu__btn-icon {
  visibility: hidden;
  opacity: 0;
}
.menu__btn.is-toggle-visible .menu__btn-toggle {
  visibility: visible;
  opacity: 1;
}
.menu__body {
  z-index: 12;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}
.menu__bg {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.menu__content {
  position: absolute;
  z-index: 2;
  background: #fff361;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.menu__content::-webkit-scrollbar {
  display: none;
}
.menu__content-inner {
  padding: 12rem 0;
}
.menu__ttl {
  width: 46.8rem;
  margin: 0 auto;
}
.menu .anclist {
  margin: 0 auto;
  font-size: 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7.1rem;
  margin: 7.7rem auto 0;
}
.menu .anclist__item {
  width: 25rem;
}
.menu .anclist__item:nth-of-type(1) .anclist__ph {
  width: 93.5275080906%;
  border-radius: 50%;
}
.menu .anclist__item:nth-of-type(2) .anclist__ph {
  -webkit-mask: url(../images/common/anc-2_mask.svg) no-repeat center center/contain;
  mask: url(../images/common/anc-2_mask.svg) no-repeat center center/contain;
}
.menu .anclist__ph {
  overflow: hidden;
  margin: 0 auto;
}
.menu .anclist__txt {
  line-height: 1.1923076923;
  text-align: center;
  margin: 1.6923076923em auto 0;
}
.menu .anclist__shortarw {
  margin: 0.8230769231em auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.menu__about {
  width: 66rem;
  margin: 5.8rem auto 0;
  font-size: 4rem;
  text-align: center;
  padding: 1.8em;
  border: 0.2rem solid currentColor;
  border-left: none;
  border-right: none;
  position: relative;
  line-height: 1;
}
.menu__about_main {
  display: block;
}
.menu__about-sub {
  display: block;
  font-size: 0.65em;
  margin-top: 1.0769230769em;
}
.menu__about .c-shortarw {
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto 0.625em auto auto;
}
.menu__about-deco {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  bottom: -0.65em;
  left: 1.325em;
}
.menu__about-deco .deco {
  width: 13.5rem;
}
.menu__about-deco .deco + .deco {
  margin-left: 2.8rem;
}
@media (hover: hover) {
  .menu .anclist__link .c-shortarw, .menu__about .c-shortarw {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .menu .anclist__link:hover .c-shortarw, .menu__about:hover .c-shortarw {
    -webkit-box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0.2rem, 0.2rem);
    transform: translate(0.2rem, 0.2rem);
  }
}
@media (hover: hover) {
  .menu .anclist__link:hover .c-shortarw img, .menu__about:hover .c-shortarw img {
    -webkit-animation: arw-rotate cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s both;
    animation: arw-rotate cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s both;
  }
  @-webkit-keyframes arw-rotate {
    0%, 100% {
      -webkit-transform: none;
      transform: none;
      opacity: 1;
    }
    30%, 70% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
    }
    51% {
      opacity: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }
  }
  @keyframes arw-rotate {
    0%, 100% {
      -webkit-transform: none;
      transform: none;
      opacity: 1;
    }
    30%, 70% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
    }
    51% {
      opacity: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }
  }
}
.menu .c-logoset {
  margin: 10.9rem auto 0;
}

.fixed {
  z-index: 11;
  display: none;
  font-size: 2.4rem;
  width: 11.25em;
  position: fixed;
  bottom: 4.5rem;
  right: calc(50% - 5.625em);
}
@media (hover: hover) {
  .fixed .fixed__inner {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .fixed:hover .fixed__inner {
    -webkit-box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0.2rem, 0.2rem);
    transform: translate(0.2rem, 0.2rem);
  }
}
.fixed__inner {
  background: rgba(234, 234, 234, 0.8);
  border-radius: 999px;
  padding: 0.9583333333em;
  width: 100%;
  text-align: center;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: relative;
  -webkit-box-shadow: 0.25em 0.25em 0.2916666667em rgba(0, 0, 0, 0.2);
  box-shadow: 0.25em 0.25em 0.2916666667em rgba(0, 0, 0, 0.2);
}
.fixed__txt {
  display: block;
  padding-right: 0.4166666667em;
}
.fixed__icon {
  width: 0.7916666667em;
  height: 0.0833333333em;
  background: currentColor;
  position: absolute;
  top: calc(50% - 0.0416666667em);
  right: 1.125em;
}

@media screen and (min-width: 769px) {
  .menu__btn {
    top: 2.5rem;
    right: 2.5rem;
    width: 6.9rem;
  }
  .menu__btn--open .menu__btn-toggle .line:nth-of-type(1) {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
  .menu__btn--open .menu__btn-toggle .line:nth-of-type(2) {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  .menu__content {
    right: 0;
    width: 48rem;
  }
  .menu__content-inner {
    padding: 11.7rem 0;
  }
  .menu__ttl {
    width: 34rem;
  }
  .menu .anclist {
    font-size: 1.7rem;
    gap: 4.57rem;
    margin-top: 3.8rem;
  }
  .menu .anclist__item {
    width: 16.2rem;
  }
  .menu__about {
    width: 42.8rem;
    margin-top: 4.1rem;
    font-size: 2.6rem;
    border-width: 0.1rem;
  }
  .menu__about-deco .deco {
    width: 7.7rem;
  }
  .menu__about-deco .deco + .deco {
    margin-left: 1rem;
  }
  .menu .c-logoset {
    margin-top: 7.1rem;
  }
  .fixed {
    font-size: 1.68rem;
    bottom: 3.3rem;
    right: 3.8rem;
  }
}