@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@-moz-keyframes loopX {
  from {
    background-position: 0 0;
  }
  to {
    background-position: calc(var(--scroll-width) * -1) 0;
  }
}
@-webkit-keyframes loopX {
  from {
    background-position: 0 0;
  }
  to {
    background-position: calc(var(--scroll-width) * -1) 0;
  }
}
@-o-keyframes loopX {
  from {
    background-position: 0 0;
  }
  to {
    background-position: calc(var(--scroll-width) * -1) 0;
  }
}
@keyframes loopX {
  from {
    background-position: 0 0;
  }
  to {
    background-position: calc(var(--scroll-width) * -1) 0;
  }
}
.subpage *,
.subpage *::before,
.subpage *::after {
  box-sizing: border-box;
}
.subpage body,
.subpage h1,
.subpage h2,
.subpage h3,
.subpage h4,
.subpage h5,
.subpage h6,
.subpage p,
.subpage figure,
.subpage blockquote,
.subpage ul,
.subpage ol,
.subpage dl,
.subpage li,
.subpage dt,
.subpage dd,
.subpage form,
.subpage fieldset,
.subpage pre,
.subpage menu {
  margin: 0;
  padding: 0;
  border: none;
}
.subpage ul[role="list"],
.subpage ol[role="list"] {
  list-style: none;
  padding: 0;
}
.subpage html:focus-within {
  scroll-behavior: smooth;
}
.subpage body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1;
}
.subpage a:not([class]) {
  text-decoration-skip-ink: auto;
}
.subpage img,
.subpage picture {
  max-width: 100%;
  display: block;
}
.subpage input,
.subpage button,
.subpage textarea,
.subpage select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  .subpage html:focus-within {
    scroll-behavior: auto;
  }
  .subpage *,
  .subpage *::before,
  .subpage *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.subpage fieldset,
.subpage legend,
.subpage menu {
  padding: 0;
}
.subpage fieldset {
  border: none;
}
.subpage table {
  border-collapse: collapse;
  border-spacing: 0;
}
.subpage p {
  text-align: inherit;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.666666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  html {
    font-size: 0.732064421669107vw !important;
  }
}
main {
  padding: 0 !important;
}
main p {
  text-align: left !important;
  color: #000;
}
body {
  font-family: 'Noto Sans Japanese', sans-serif;
}
body img {
  width: 100%;
}
a:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 750px) {
  .u-is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 751px) {
  .u-is-sp {
    display: none !important;
  }
}
.u-img-wrap {
  font-size: 0;
  line-height: 0;
}
@media screen and (min-width: 751px) {
  .u-font-large {
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .u-font-large {
    font-size: 4vw;
    line-height: 1.533333333333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .u-font-medium {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .u-font-medium {
    font-size: 4.266666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .u-font-medium.sp-no-letter-spacing {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 751px) {
  .u-font-small {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .u-font-small {
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.l-container {
  margin: auto !important;
  position: relative;
}
@media screen and (min-width: 751px) {
  .l-container {
    max-width: 1233px;
    width: 108.8rem;
  }
}
@media screen and (max-width: 750px) {
  .l-container {
    width: 87.46666666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .l-container-sp {
    width: 87.46666666666667vw;
    margin: auto !important;
  }
}
.bg-white {
  background-color: #fff;
}
.rounded-15 {
  border-radius: 15px;
}
.rounded-20 {
  border-radius: 20px;
}
.no-break br {
  display: none;
}
.flex {
  display: flex;
}
.no-margin {
  margin: 0 !important;
}
[data-module="ScrollInView"][data-option="FadeInUp"] {
  opacity: 0;
  transition: 1s cubic-bezier(0, 0, 0.25, 1);
  transition-property: transform, opacity;
}
@media screen and (min-width: 751px) {
  [data-module="ScrollInView"][data-option="FadeInUp"] {
    transform: translate3d(0, calc(60 / 1366 * 100vw), 0);
  }
}
@media screen and (max-width: 750px) {
  [data-module="ScrollInView"][data-option="FadeInUp"] {
    transform: translate3d(0, calc(80 / 1366 * 100vw), 0);
  }
}
[data-module="ScrollInView"][data-option="FadeInUp"].is--active {
  opacity: 1;
  transform: translateZ(0);
}
[data-module="ScrollInView"][data-option="ImgUp"] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.8s ease-out;
}
[data-module="ScrollInView"][data-option="ImgUp"].is--active {
  clip-path: inset(0 0 0 0);
}
[data-module="ScrollInView"][data-option="KvAnimation"] {
  position: relative;
}
[data-module="ScrollInView"][data-option="KvAnimation"] .left-img,
[data-module="ScrollInView"][data-option="KvAnimation"] .right-img,
[data-module="ScrollInView"][data-option="KvAnimation"] .masked-cross-image {
  animation: none;
}
[data-module="ScrollInView"][data-option="KvAnimation"].is--active .left-img {
  animation: slideLeft 1s ease-in-out forwards;
  animation-delay: 0.8s;
}
[data-module="ScrollInView"][data-option="KvAnimation"].is--active .right-img {
  animation: slideRight 1s ease-in-out forwards;
  animation-delay: 0.8s;
}
[data-module="ScrollInView"][data-option="KvAnimation"].is--active .masked-cross-image {
  animation: revealClip 0.5s ease-out forwards;
  animation-delay: 0s;
}
@-moz-keyframes slideLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slideLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-o-keyframes slideLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-moz-keyframes slideRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@-webkit-keyframes slideRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@-o-keyframes slideRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes slideRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@-moz-keyframes revealClip {
  from {
    clip-path: inset(30% 0% 30% 0%);
  }
  to {
    clip-path: inset(0% 0% 0% 0%);
  }
}
@-webkit-keyframes revealClip {
  from {
    clip-path: inset(30% 0% 30% 0%);
  }
  to {
    clip-path: inset(0% 0% 0% 0%);
  }
}
@-o-keyframes revealClip {
  from {
    clip-path: inset(30% 0% 30% 0%);
  }
  to {
    clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes revealClip {
  from {
    clip-path: inset(30% 0% 30% 0%);
  }
  to {
    clip-path: inset(0% 0% 0% 0%);
  }
}
.anchor-wrap {
  display: flex;
  white-space: nowrap;
  background-color: #000;
}
@media screen and (min-width: 751px) {
  .anchor-wrap {
    justify-content: center;
    padding: 12px 0 !important;
  }
}
@media screen and (max-width: 750px) {
  .anchor-wrap {
    overflow-x: auto;
    padding: 3.2vw !important;
  }
}
.anchor-item {
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 2.142857142857143;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .anchor-item {
    margin-right: 60px;
    font-size: 14px;
    line-height: 2.142857142857143;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .anchor-item {
    margin-right: 2.666666666666667vw;
    font-size: 3.733333333333334vw;
    line-height: 2.142857142857143;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.anchor-item:last-child {
  margin-right: 0;
}
.anchor-item a {
  padding: 8px 12px;
  color: #fff;
  cursor: pointer;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 751px) {
  .anchor-item a {
    transition: opacity 0.3s;
  }
  .anchor-item a:hover {
    opacity: 0.5;
  }
}
.arrow {
  display: inline-block;
  color: #fff;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 8px;
}
.bodycolor {
  background-color: #0a5b8e;
/* 親タブナビゲーション */
}
@media screen and (max-width: 750px) {
  .bodycolor {
    padding: calc(60 / 375 * 100vw) 0 calc(120 / 375 * 100vw);
  }
}
@media screen and (min-width: 751px) {
  .bodycolor {
    padding-block: clamp(10px, 5.85vw, 80px);
  }
}
.bodycolor .section-tag {
  width: 252.05px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .bodycolor .section-tag {
    width: 59.343999999999994vw;
  }
}
.bodycolor .section-tag::before {
  content: none;
}
.bodycolor .tabs {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .bodycolor .tabs {
    width: calc(328 / 375 * 100vw);
    margin-top: 9.520000000000001vw;
  }
}
@media screen and (min-width: 751px) {
  .bodycolor .tabs {
    width: calc(1008 / 1366 * 100vw);
    max-width: 1008px;
    margin-top: 38.9px;
  }
}
.bodycolor .tabs-deco {
  display: none;
  position: absolute;
  background: #f4f4f4;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
}
@media screen and (max-width: 750px) {
  .bodycolor .tabs-deco {
    width: calc(240 / 375 * 100vw);
    top: calc(220 / 375 * 100vw);
    left: calc(100 / 375 * 100vw);
    transform: rotate(-4deg);
  }
}
@media screen and (min-width: 751px) {
  .bodycolor .tabs-deco {
    width: calc(352 / 1366 * 100vw);
    max-width: 352px;
    top: clamp(0px, calc(100 / 1366 * 100vw), 100px);
    left: clamp(-50px, calc(-50 / 1366 * 100vw), 0px);
    transform: rotate(-6deg);
  }
}
.bodycolor .tabs-deco p {
  color: #000;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .bodycolor .tabs-deco p {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(19 / 375 * 100vw);
    padding: 2.266666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .bodycolor .tabs-deco p {
    font-size: clamp(0px, 1.317vw, 18px);
    line-height: 1.56;
    padding: 16px 0;
  }
}
.bodycolor .tabs-deco.is-active {
  display: block;
}
.bodycolor .tab-nav,
.bodycolor .tab-sub-nav {
  list-style: none;
  padding: 0;
  background-color: #fff;
}
.bodycolor .tab-nav {
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .bodycolor .tab-nav {
    flex-wrap: wrap;
    width: 100%;
    height: calc(182.71 / 375 * 100vw);
    border-radius: calc(20 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw);
    gap: calc(9 / 375 * 100vw);
  }
}
@media screen and (min-width: 751px) {
  .bodycolor .tab-nav {
    width: calc(904 / 1366 * 100vw);
    max-width: 904px;
    border-radius: 26px;
  }
}
.bodycolor .tab-nav li,
.bodycolor .tab-sub-nav li {
  display: flex;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .bodycolor .tab-nav li {
    width: calc(144 / 375 * 100vw);
    height: calc(42.17 / 375 * 100vw);
    border-radius: calc(20 / 375 * 100vw);
    background: rgba(0,0,0,0.1);
  }
}
@media screen and (min-width: 751px) {
  .bodycolor .tab-nav li {
    width: calc(180.8 / 1366 * 100vw);
    max-width: 180.8px;
    border-radius: 26px;
    padding: clamp(5px, 0.73vw, 10px) clamp(10px, 1.46vw, 20px);
  }
}
.bodycolor .tab-nav li:hover {
  background-color: #e0e0e0;
}
.bodycolor .tab-nav li.is-active {
  color: #fff;
  background-color: #000;
}
.bodycolor .tab-nav li.is-active p {
  color: #fff;
}
.bodycolor .tab-nav li .tab-text {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .bodycolor .tab-nav li .tab-text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(15 / 375 * 100vw);
    letter-spacing: calc((50 / 1000) * -1em);
  }
}
@media screen and (min-width: 751px) {
  .bodycolor .tab-nav li .tab-text {
    font-size: clamp(10px, 1.17vw, 16px);
    line-height: clamp(10px, 1.31vw, 18px);
    letter-spacing: calc((50 / 1000) * -1em);
  }
}
.bodycolor .tab-content {
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .bodycolor .tab-content {
    border-radius: calc(20 / 375 * 100vw);
    padding: calc(59.3 / 375 * 100vw) calc(15 / 375 * 100vw) calc(40.9 / 375 * 100vw) calc(15 / 375 * 100vw);
    margin-top: calc(56.4 / 375 * 100vw);
  }
}
@media screen and (min-width: 751px) {
  .bodycolor .tab-content {
    border-radius: 20px;
    padding: clamp(10px, 2.48vw, 34px) clamp(10px, 2.48vw, 34px) clamp(10px, 3.22vw, 44px) clamp(10px, 11vw, 151px);
    margin-top: clamp(10px, 2.85vw, 39px);
  }
}
.bodycolor .tab-content-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .bodycolor .tab-content-inner {
    flex-direction: column-reverse;
    gap: calc(17.5 / 375 * 100vw);
  }
}
@media screen and (min-width: 751px) {
  .bodycolor .tab-content-inner {
    flex-direction: row-reverse;
  }
}
.bodycolor .tab-sub-content {
  color: #fff;
}
@media screen and (max-width: 750px) {
  .bodycolor .tab-sub-content {
    width: calc(297 / 375 * 100vw);
  }
}
@media screen and (min-width: 751px) {
  .bodycolor .tab-sub-content {
    width: calc(604 / 1366 * 100vw);
    max-width: 604px;
  }
}
.bodycolor .tab-sub-content-img {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .bodycolor .tab-sub-content-img {
    width: calc(297 / 375 * 100vw);
    height: calc(297 * 1000 / 1450 / 375 * 100vw);
  }
}
@media screen and (min-width: 751px) {
  .bodycolor .tab-sub-content-img {
    width: clamp(10px, calc(604 / 1366 * 100vw), 604px);
    height: clamp(10px, calc(604 * 1000 / 1450 / 1366 * 100vw), 416.55172413793105px);
  }
}
.bodycolor .tab-sub-content-img img {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -55%);
  max-width: none;
}
@media screen and (max-width: 750px) {
  .bodycolor .tab-sub-content-img img {
    width: 140%;
    height: 140%;
  }
}
@media screen and (min-width: 751px) {
  .bodycolor .tab-sub-content-img img {
    width: 120%;
    height: 120%;
  }
}
.bodycolor .tab-sub-content-title {
  color: #000;
}
@media screen and (max-width: 750px) {
  .bodycolor .tab-sub-content-title {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    gap: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 751px) {
  .bodycolor .tab-sub-content-title {
    text-align: center;
    margin: 0 auto;
  }
}
.bodycolor .tab-sub-content-title .tab-sub-content-title-text {
  color: #000;
}
@media screen and (max-width: 750px) {
  .bodycolor .tab-sub-content-title .tab-sub-content-title-text {
    height: calc(42 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
    letter-spacing: calc((0 / 1000) * -1em);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 751px) {
  .bodycolor .tab-sub-content-title .tab-sub-content-title-text {
    font-size: clamp(10px, calc(13 / 1366 * 100vw), 13px);
    line-height: clamp(10px, calc(23 / 1366 * 100vw), 23px);
    letter-spacing: calc((0 / 1000) * -1em);
    text-align: center;
  }
}
.bodycolor .tab-sub-content-title p {
  color: #000;
}
@media screen and (max-width: 750px) {
  .bodycolor .tab-sub-content-title p {
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(14 / 375 * 100vw);
    letter-spacing: calc((0 / 1000) * -1em);
  }
}
@media screen and (min-width: 751px) {
  .bodycolor .tab-sub-content-title p {
    font-size: clamp(10px, calc(10 / 1366 * 100vw), 10px);
    line-height: clamp(10px, calc(14 / 1366 * 100vw), 14px);
    letter-spacing: calc((0 / 1000) * -1em);
  }
}
@media screen and (max-width: 750px) {
  .bodycolor .tab-sub-outer {
    width: 100%;
    height: calc(221.35 / 375 * 100vw);
    border-top: 1px solid #707070;
  }
}
@media screen and (min-width: 751px) {
  .bodycolor .tab-sub-outer {
    width: clamp(10px, calc(146 / 1366 * 100vw), 146px);
    height: clamp(10px, calc(383 / 1366 * 100vw), 383px);
    max-width: 146px;
    padding-top: clamp(10px, 1.17vw, 29px);
    padding-left: clamp(10px, 2.12vw, 18px);
    border-left: 1px solid #707070;
  }
}
.bodycolor .tab-sub-nav {
  display: flex;
}
@media screen and (max-width: 750px) {
  .bodycolor .tab-sub-nav {
    flex-wrap: wrap;
    width: calc(251.09 / 375 * 100vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  .bodycolor .tab-sub-nav {
    flex-direction: column;
    width: clamp(10px, calc(146 / 1366 * 100vw), 146px);
    height: clamp(10px, calc(383 / 1366 * 100vw), 383px);
  }
}
@media screen and (max-width: 750px) {
  .bodycolor .tab-sub-nav-text-img {
    width: calc(82 / 375 * 100vw);
    height: calc(22.77 / 375 * 100vw);
    margin: calc(24.5 / 375 * 100vw) auto 0 auto;
  }
}
@media screen and (min-width: 751px) {
  .bodycolor .tab-sub-nav-text-img {
    width: calc(82 / 1366 * 100vw);
    max-width: 82px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .bodycolor .tab-sub-nav li {
    width: 50%;
    height: 50%;
  }
}
@media screen and (min-width: 751px) {
  .bodycolor .tab-sub-nav li {
    width: calc(128 / 1366 * 100vw);
    max-width: 128px;
  }
}
.bodycolor .tab-sub-nav li.is-active {
  opacity: 35%;
}
.bodycolor .tab-sub-nav-img {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .bodycolor .tab-sub-nav-img {
    width: calc(125.55 / 375 * 100vw);
    height: calc(125.55 * 1000 / 1450 / 375 * 100vw);
  }
}
@media screen and (min-width: 751px) {
  .bodycolor .tab-sub-nav-img {
    width: calc(128 / 1366 * 100vw);
    width: clamp(10px, calc(128 / 1366 * 100vw), 128px);
    height: clamp(10px, calc(128 * 1000 / 1450 / 1366 * 100vw), 88.27586206896552px);
  }
}
.bodycolor .tab-sub-nav-img img {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -55%);
  max-width: none;
}
@media screen and (max-width: 750px) {
  .bodycolor .tab-sub-nav-img img {
    width: 130%;
    height: 130%;
  }
}
@media screen and (min-width: 751px) {
  .bodycolor .tab-sub-nav-img img {
    width: 110%;
    height: 110%;
  }
}
footer {
  margin-top: 0 !important;
}
.kv-hdg-wrap {
  position: absolute;
  display: inline-block;
  animation: opacity 1s ease-in-out forwards;
  animation-delay: 1.6s;
  opacity: 0;
  z-index: 3;
}
@media screen and (min-width: 751px) {
  .kv-hdg-wrap {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 750px) {
  .kv-hdg-wrap {
    bottom: 3.2vw;
    left: 6.133333333333333vw;
  }
}
@-moz-keyframes opacity {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes opacity {
  to {
    opacity: 1;
  }
}
@-o-keyframes opacity {
  to {
    opacity: 1;
  }
}
@keyframes opacity {
  to {
    opacity: 1;
  }
}
.kv-hdg {
  font-family: "Outfit", sans-serif;
  color: #fff;
  background-color: transparent !important;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .kv-hdg {
    font-size: 54px;
    line-height: 0.925925925925926;
    letter-spacing: -0.05em;
    font-weight: 500;
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .kv-hdg {
    font-size: 9.066666666666666vw;
    line-height: 0.911764705882353;
    letter-spacing: -0.02em;
    font-weight: 500;
  }
}
.kv-hdg-small {
  color: #fff;
}
@media screen and (min-width: 751px) {
  .kv-hdg-small {
    font-size: 13px;
    line-height: 2.307692307692307;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .kv-hdg-small {
    font-size: 3.2vw;
    line-height: 1.333333333333333;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}
.kv-hdg-description p {
  color: #fff;
}
@media screen and (min-width: 751px) {
  .kv-hdg-description p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-top: 28px;
  }
}
@media screen and (max-width: 750px) {
  .kv-hdg-description p {
    font-size: 3.2vw;
    line-height: 1.416666666666667;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-top: 2.8vw;
  }
}
.kv-annotation {
  color: #a3a3a3;
}
@media screen and (min-width: 751px) {
  .kv-annotation {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding: 13px 17px;
  }
}
@media screen and (max-width: 750px) {
  .kv-annotation {
    font-size: 2.666666666666667vw;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding: 2.933333333333333vw;
  }
}
.x-animation {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.x-animation .x-animation-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-animation .x-animation-img .left-img {
  clip-path: polygon(0 0, 100% 0%, 83.5% 100%, 0% 100%);
  background-color: #f4f4f4;
  position: absolute;
  top: -1%;
  left: 0;
  width: 70%;
  height: 102%;
}
@media screen and (max-width: 750px) {
  .x-animation .x-animation-img .left-img {
    clip-path: polygon(0 0, 100% 0%, 63.5% 100%, 0% 100%);
    width: 71%;
  }
}
.x-animation .x-animation-img .right-img {
  clip-path: polygon(28% 0, 100% 0%, 100% 100%, 0% 100%);
  background-color: #f4f4f4;
  position: absolute;
  top: -1%;
  right: 0;
  width: 42%;
  height: 102%;
}
@media screen and (max-width: 750px) {
  .x-animation .x-animation-img .right-img {
    clip-path: polygon(46.5% 0, 100% 0%, 100% 100%, 0% 100%);
    width: 56%;
  }
}
.x-animation .x-wrapper {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 64%;
  width: 14.1%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .x-animation .x-wrapper {
    left: 58%;
    width: 30%;
  }
}
.x-animation .x-wrapper .masked-cross-image {
  max-width: 100%;
  max-height: 100%;
  clip-path: inset(30% 0% 30% 0%);
}
.section-title {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .section-title {
    font-size: 40px;
    line-height: 1.45;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .section-title {
    font-size: 7.466666666666668vw;
    line-height: 1.25;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
.section-hdg {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .section-hdg {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .section-hdg {
    margin-top: 3.733333333333334vw;
  }
}
.kv-annotation {
  color: #a3a3a3;
}
@media screen and (min-width: 751px) {
  .kv-annotation {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding: 13px 17px;
  }
}
.section-tag {
  font-family: "Outfit", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .section-tag {
    font-size: 68px;
    letter-spacing: -0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .section-tag {
    font-size: 13.333333333333334vw;
    letter-spacing: -0.05em;
    font-weight: 400;
  }
}
.section-tag::before {
  content: '';
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249.182%22%20height%3D%2250.458%22%20viewBox%3D%220%200%2049.182%2050.458%22%3E%3Cg%20transform%3D%22translate(0)%22%3E%3Cg%20transform%3D%22translate(0)%22%3E%3Cpath%20d%3D%22M35.65%2C0H29.209L11.887%2C50.458h6.441Z%22%20transform%3D%22translate(9.153)%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20d%3D%22M35.65%2C0H29.209L11.887%2C50.458h6.441Z%22%20transform%3D%22translate(-6.555)%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20d%3D%22M0%2C0%2C5.506%2C1.851v42L0%2C42Z%22%20transform%3D%22translate(49.182%2014.008)%20rotate(90)%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20d%3D%22M0%2C0%2C5.506%2C1.851v42L0%2C42Z%22%20transform%3D%22translate(43.851%2030.211)%20rotate(90)%22%20fill%3D%22%23000%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 751px) {
  .section-tag::before {
    margin-right: 6px;
    width: 49px;
    height: 50px;
  }
}
@media screen and (max-width: 750px) {
  .section-tag::before {
    margin-right: 1.6vw;
    width: 9.333333333333334vw;
    height: 9.6vw;
  }
}
.section-tag .section-tag__head {
  font-family: 'Noto Sans Japanese', sans-serif;
}
@media screen and (min-width: 751px) {
  .section-tag .section-tag__head {
    display: inline-block;
    margin-left: 27px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .section-tag .section-tag__head {
    margin-top: 4.266666666666667vw;
    font-size: 3.733333333333334vw;
    line-height: 1.714285714285714;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.page-detail {
  background-color: #f4f4f4;
/* --- タブ --- */
}
@media screen and (min-width: 751px) {
  .page-detail {
    padding-bottom: 140px;
    padding-top: 84px;
  }
}
@media screen and (max-width: 750px) {
  .page-detail {
    padding-bottom: 32vw;
    padding-top: 13.333333333333334vw;
  }
}
.page-detail .page-detail-hdg {
  color: #000 !important;
  background-color: transparent !important;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .page-detail .page-detail-hdg {
    font-size: 36px;
    line-height: 2.305555555555555;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .page-detail-hdg {
    font-size: 6.4vw;
    line-height: 1.291666666666667;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}
.page-detail .page-detail-hdg-small {
  font-size: 18px;
  line-height: 1.111111111111111;
  letter-spacing: -0.05em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .page-detail .page-detail-hdg-small {
    font-size: 3.2vw;
    line-height: 2.583333333333333;
    letter-spacing: -0.02em;
    font-weight: 500;
  }
}
.page-detail .page-detail-tab {
  position: relative;
  margin-top: 20px !important;
}
@media screen and (max-width: 750px) {
  .page-detail .page-detail-tab {
    margin-top: 8.533333333333333vw !important;
  }
}
.page-detail .tab-nav {
  display: flex;
  justify-content: space-between;
  width: 380px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .page-detail .tab-nav {
    width: 100%;
  }
}
.page-detail .tab-nav li {
  padding: 15.5px 32.4px;
  cursor: pointer;
  background-color: #a7a7a7;
  color: #fff;
  border-radius: 26px;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 0.75;
  letter-spacing: -0.05em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .page-detail .tab-nav li {
    font-size: 5.333333333333334vw;
    line-height: 0.9;
    letter-spacing: -0.05em;
    font-weight: 500;
    padding: 4vw 8.533333333333333vw;
    border-radius: 8vw;
  }
}
.page-detail .tab-nav li.is-active {
  background-color: #0a5b8e;
}
.page-detail .tab-nav li a {
  color: #fff;
}
.page-detail .tab-content {
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.page-detail .tab-content.is-active {
  visibility: visible;
  height: auto;
}
@media screen and (min-width: 751px) {
  .page-detail #main p,
  .page-detail #main .list {
    margin-top: 0;
  }
  .page-detail #main .c-price-dots-container {
    align-items: center;
    margin-top: 20px;
  }
  .page-detail #main .c-price-dots {
    gap: clamp(0px, calc(10 * 100vw / var(--design-pc)), 10px);
    max-height: 21.9px;
    margin-left: clamp(0px, calc(14.6 * 100vw / var(--design-pc)), 14.6px);
  }
  .page-detail .p-home-carousel-price-gallery__progressbar {
    margin: 8px 0px;
  }
  .page-detail .c-progressbar [data-carousel-progressbar-handle] {
    max-width: 52px;
    max-height: 22px;
  }
  .page-detail #main .price__box {
    padding-block: 0;
    margin-top: 0;
    padding-inline: 20px;
    height: auto;
    justify-content: center;
    gap: clamp(0px, calc(67 / var(--design-pc) * 100vw), 67px);
  }
  .page-detail #main .price__rotation {
    max-width: 541.99px;
    width: clamp(0px, calc(486.52 / var(--design-pc) * 100vw), 486.52px);
  }
  .page-detail #main .price__discription {
    max-width: 438px;
  }
  .page-detail #main .price__discription-title {
    margin-left: clamp(0px, calc(550 / var(--design-pc) * 100vw), 550px);
    margin-top: clamp(0px, calc(40 / var(--design-pc) * 100vw), 40px);
    max-width: 438px;
    gap: clamp(0px, calc(10 / var(--design-pc) * 100vw), 10px);
    height: clamp(0px, calc(99 / var(--design-pc) * 100vw), 99px);
  }
  .page-detail #main .price__360 {
    width: clamp(0px, calc(62.03 / var(--design-pc) * 100vw), 62px);
    bottom: clamp(0px, calc(30 / var(--design-pc) * 100vw), 30px);
  }
  .page-detail #main .price__name {
    font-size: clamp(10px, 1.61vw, 22px);
    line-height: clamp(10px, 2.85vw, 39px);
    max-height: 79px;
    max-width: 438px;
    margin-top: 0;
    color: #222;
  }
  .page-detail #main .price__price {
    font-size: clamp(10px, calc(10 / var(--design-pc) * 100vw), 10px);
    line-height: clamp(10px, calc(25.6 / var(--design-pc) * 100vw), 25.6px);
    margin-top: 0;
    color: #222;
  }
  .page-detail #main .price__car {
    width: clamp(10px, calc(541.99 / var(--design-pc) * 100vw), 541.99px);
  }
  .page-detail #main .price__grade {
    gap: clamp(0px, calc(18 / var(--design-pc) * 100vw), 18px);
    margin-top: clamp(0px, calc(200 / var(--design-pc) * 100vw), 200px);
  }
  .page-detail #main .price__grade-table .price__grade-table-content-title {
    font-size: clamp(10px, calc(18 / var(--design-pc) * 100vw), 18px);
    line-height: clamp(10px, calc(20 / var(--design-pc) * 100vw), 20px);
  }
  .page-detail #main .price__grade-table .price__grade-table-content-price .price__grade-table-content-price-price {
    font-size: clamp(10px, calc(36 / var(--design-pc) * 100vw), 36px);
    line-height: clamp(10px, calc(36 / var(--design-pc) * 100vw), 36px);
    margin-top: clamp(8px, calc(8 / var(--design-pc) * 100vw), 8px);
  }
  .page-detail #main .price__grade-table .price__grade-table-content-price .price__grade-table-content-price-yen {
    font-size: clamp(10px, calc(14 / var(--design-pc) * 100vw), 14px);
    font-weight: bold;
    line-height: clamp(10px, calc(25.6 / var(--design-pc) * 100vw), 25.6px);
  }
  .page-detail #main .price__grade-table > div {
    height: clamp(0px, calc(105 / var(--design-pc) * 100vw), 105px);
    background-color: #0a5b8e;
  }
  .page-detail #main .price__grade-table .price__grade-table-content-inner:first-child {
    border-right: 1px solid #fff;
  }
  .page-detail #main .c-price-dots .swiper-pagination-bullet,
  .page-detail #main .c-price-dots .c-price-dots__item {
    max-width: 21.9px;
    max-height: 21.9px;
  }
  .page-detail #main .c-price-dots-text {
    font-size: clamp(0px, 1.17vw, 16px);
  }
  .page-detail #main .btn-black {
    width: calc(260 / var(--design-pc) * 100vw) !important;
    max-width: 260px;
  }
  .page-detail #main .btn-black span {
    font-size: clamp(10px, 1.31vw, 18px);
  }
  .page-detail #main .price__btns {
    gap: clamp(0px, calc(12 / var(--design-pc) * 100vw), 12px);
    margin: clamp(0px, calc(15 / var(--design-pc) * 100vw), 15px) 0 0 0;
  }
  .page-detail #main .p-home-carousel-price-gallery__slide .c-pic {
    width: clamp(0px, calc(500 / var(--design-pc) * 100vw), 500px);
    height: clamp(0px, calc(500 * 1000 / 1450 / var(--design-pc) * 100vw), 344.82758620689657px);
  }
  .page-detail #main .price__rotation-inner.p-home-carousel-price {
    margin-top: clamp(0px, calc(50 / var(--design-pc) * 100vw), 50px);
  }
}
@media screen and (max-width: 750px) {
  .page-detail #main .price__box {
    margin-top: 0;
    padding: 0;
    gap: 0;
  }
  .page-detail #main .price__price,
  .page-detail #main .price__name {
    margin-top: 0;
    color: #222;
  }
  .page-detail #main .price__rotation-inner.p-home-carousel-price {
    margin-top: 26.666666666666668vw;
  }
  .page-detail #main .price__grade-table > div {
    background-color: #0a5b8e;
  }
  .page-detail #main .price__grade-table .price__grade-table-content-title {
    font-size: calc(14 / var(--design-sp) * 100vw);
  }
  .page-detail #main .price__grade-table .price__grade-table-content-inner:first-child {
    border-right: 1px solid #fff;
  }
  .page-detail #main .price__grade-table .price__grade-table-content-price .price__grade-table-content-price-yen {
    margin-left: 0;
    font-weight: bold;
  }
  .page-detail #main .price__discription-title {
    margin-top: 0;
    height: calc(115 / var(--design-sp) * 100vw);
  }
  .page-detail #main .price__color-pannel {
    width: 87.46666666666667vw;
  }
}
.page-detail .price__box__label {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .page-detail .price__box__label {
    width: clamp(10px, calc(115 / var(--design-pc) * 100vw), 115px);
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .price__box__label {
    width: 30.666666666666664vw;
    margin-top: 5.333333333333334vw;
  }
}
.page-detail .btn-black {
  position: relative;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 11px 0;
  cursor: pointer;
  display: block;
  cursor: pointer;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 751px) {
  .page-detail .btn-black {
    transition: opacity 0.3s;
  }
  .page-detail .btn-black:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 751px) {
  .page-detail .btn-black {
    width: 352px;
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 25px;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .btn-black {
    border-radius: 6.666666666666667vw;
  }
}
.page-detail .btn-black span {
  color: #fff;
}
@media screen and (min-width: 751px) {
  .page-detail .btn-black span {
    font-size: 18px;
    line-height: 1.277777777777778;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .btn-black span {
    font-size: 4.8vw;
    line-height: 1.277777777777778;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.page-detail .btn-black::after {
  content: "";
  top: 48%;
  right: 7%;
  position: absolute;
  display: inline-block;
  width: 4.5%;
  height: 27%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
.page-detail .btn-black.pdf::after {
  background: url("/car/xbee/detail/img/icon-pdf.svg") top/contain no-repeat;
  border: none;
  width: 7%;
  height: 37%;
  top: 50%;
  right: 5%;
  transform: rotate(0deg) translateY(-50%);
}
.page-detail .hybrid-mz .detail-section-title,
.page-detail .hybrid-mx .detail-section-title {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .page-detail .hybrid-mz .detail-section-title,
  .page-detail .hybrid-mx .detail-section-title {
    margin: 0 auto 0 !important;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .hybrid-mz .detail-section-title,
  .page-detail .hybrid-mx .detail-section-title {
    margin: 0 auto 0 !important;
  }
}
.page-detail .hybrid-mz .detail-section-title .detail-section-title-img,
.page-detail .hybrid-mx .detail-section-title .detail-section-title-img {
  width: 196.54px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .page-detail .hybrid-mz .detail-section-title .detail-section-title-img,
  .page-detail .hybrid-mx .detail-section-title .detail-section-title-img {
    width: 37.333333333333336vw;
  }
}
@media screen and (min-width: 751px) {
  .page-detail .hybrid-mz .content-wrap,
  .page-detail .hybrid-mx .content-wrap {
    padding: 0px 21px 56px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .hybrid-mz .content-wrap,
  .page-detail .hybrid-mx .content-wrap {
    margin-top: 8.533333333333333vw;
    padding: 0vw 4.266666666666667vw 10.666666666666668vw;
  }
}
@media screen and (min-width: 751px) {
  .page-detail .hybrid-mz .price-description,
  .page-detail .hybrid-mx .price-description {
    margin: 80px 0 24px;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .hybrid-mz .price-description,
  .page-detail .hybrid-mx .price-description {
    margin: 8.533333333333333vw 0;
  }
}
@media screen and (min-width: 751px) {
  .page-detail .hybrid-mz .price-description li,
  .page-detail .hybrid-mx .price-description li {
    font-size: 14px;
    line-height: 1.828571428571429;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .hybrid-mz .price-description li,
  .page-detail .hybrid-mx .price-description li {
    font-size: 3.733333333333334vw;
    line-height: 1.828571428571429;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.page-detail .hybrid-mz .photo-content,
.page-detail .hybrid-mx .photo-content {
  position: relative;
}
@media screen and (min-width: 751px) {
  .page-detail .hybrid-mz .photo-content,
  .page-detail .hybrid-mx .photo-content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 751px) {
  .page-detail .hybrid-mz .photo-content .content,
  .page-detail .hybrid-mx .photo-content .content {
    width: 49%;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .hybrid-mz .photo-content .content,
  .page-detail .hybrid-mx .photo-content .content {
    margin-top: 4.533333333333333vw;
  }
}
.page-detail .hybrid-mz .photo-content .arrow-icon,
.page-detail .hybrid-mx .photo-content .arrow-icon {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 43px;
  height: 43px;
}
@media screen and (max-width: 750px) {
  .page-detail .hybrid-mz .photo-content .arrow-icon,
  .page-detail .hybrid-mx .photo-content .arrow-icon {
    width: 6.666666666666667vw;
    height: 6.666666666666667vw;
    right: 1.866666666666667vw;
    bottom: 1.866666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .page-detail .hybrid-mz .caption,
  .page-detail .hybrid-mx .caption {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .hybrid-mz .caption,
  .page-detail .hybrid-mx .caption {
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.page-detail .hybrid-mz .content-title,
.page-detail .hybrid-mx .content-title {
  color: #222;
}
@media screen and (min-width: 751px) {
  .page-detail .hybrid-mz .content-title,
  .page-detail .hybrid-mx .content-title {
    font-size: 32px;
    line-height: 1.3125;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin-top: 80px;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .hybrid-mz .content-title,
  .page-detail .hybrid-mx .content-title {
    font-size: 6.4vw;
    line-height: 1.333333333333333;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .page-detail .hybrid-mz .content-title span,
  .page-detail .hybrid-mx .content-title span {
    font-size: 12px;
    line-height: 3.5;
    letter-spacing: 0.03em;
    font-weight: 400;
    margin-left: 13.3px;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .hybrid-mz .content-title span,
  .page-detail .hybrid-mx .content-title span {
    font-size: 3.2vw;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 400;
    display: inline-block;
    margin-top: 3.413333333333334vw;
  }
}
@media screen and (min-width: 751px) {
  .page-detail .hybrid-mz .option-container,
  .page-detail .hybrid-mx .option-container {
    border: 1px solid #cbcbcb;
    padding: 24.8px 16.4px 32px;
  }
}
.page-detail .hybrid-mz .option-title,
.page-detail .hybrid-mx .option-title {
  background-color: #cbcbcb;
}
@media screen and (min-width: 751px) {
  .page-detail .hybrid-mz .option-title,
  .page-detail .hybrid-mx .option-title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin-top: 30px;
    padding: 10px 16.4px;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .hybrid-mz .option-title,
  .page-detail .hybrid-mx .option-title {
    font-size: 4.266666666666667vw;
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin-top: 6.4vw;
    padding: 2.933333333333333vw 4vw;
  }
}
@media screen and (min-width: 751px) {
  .page-detail .hybrid-mz .option-title span,
  .page-detail .hybrid-mx .option-title span {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-left: 6px;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .hybrid-mz .option-title span,
  .page-detail .hybrid-mx .option-title span {
    display: block;
    font-size: 3.2vw;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 1.066666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .page-detail .hybrid-mz .option-content,
  .page-detail .hybrid-mx .option-content {
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .hybrid-mz .option-content,
  .page-detail .hybrid-mx .option-content {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 751px) {
  .page-detail .hybrid-mz .option-content li,
  .page-detail .hybrid-mx .option-content li {
    width: auto;
  }
  .page-detail .hybrid-mz .option-content li:not(:last-child),
  .page-detail .hybrid-mx .option-content li:not(:last-child) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .hybrid-mz .option-content li,
  .page-detail .hybrid-mx .option-content li {
    margin-top: 4.533333333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .page-detail .hybrid-mz .option-content li .option-text,
  .page-detail .hybrid-mx .option-content li .option-text {
    margin-top: 8px;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .hybrid-mz .option-content li .option-text,
  .page-detail .hybrid-mx .option-content li .option-text {
    margin-top: 2.133333333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .page-detail .hybrid-mz .option-content .img-caption,
  .page-detail .hybrid-mx .option-content .img-caption {
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .hybrid-mz .option-content .img-caption,
  .page-detail .hybrid-mx .option-content .img-caption {
    margin-top: 2.666666666666667vw;
  }
}
.page-detail .hybrid-mz .option-list,
.page-detail .hybrid-mx .option-list {
  background-color: #f4f4f4;
}
@media screen and (min-width: 751px) {
  .page-detail .hybrid-mz .option-list,
  .page-detail .hybrid-mx .option-list {
    padding: 15px 45px;
    margin: 20px auto 0;
    width: 71%;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .hybrid-mz .option-list,
  .page-detail .hybrid-mx .option-list {
    margin-top: 4.266666666666667vw;
    padding: 4.266666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .page-detail .hybrid-mz .option-btn,
  .page-detail .hybrid-mx .option-btn {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .hybrid-mz .option-btn,
  .page-detail .hybrid-mx .option-btn {
    margin-top: 6.4vw;
  }
}
.page-detail .hybrid-mz .price__color-pannel,
.page-detail .hybrid-mx .price__color-pannel {
  position: relative;
}
.page-detail .hybrid-mz .price__color-pannel-plus-icon,
.page-detail .hybrid-mx .price__color-pannel-plus-icon {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 751px) {
  .page-detail .hybrid-mz .price__color-pannel-plus-icon,
  .page-detail .hybrid-mx .price__color-pannel-plus-icon {
    right: 7px;
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .hybrid-mz .price__color-pannel-plus-icon,
  .page-detail .hybrid-mx .price__color-pannel-plus-icon {
    right: 0;
    margin-right: 6.666666666666667vw;
    width: 6.666666666666667vw;
    height: 6.666666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .page-detail .catalog {
    padding-top: 140px;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .catalog {
    padding-top: 21.333333333333336vw;
  }
}
.page-detail .catalog .section-title {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .page-detail .catalog .section-title {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .catalog .section-title {
    font-size: 6.4vw;
    line-height: 1.333333333333333;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .page-detail .catalog .catalog-btn-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .catalog .catalog-btn-wrap {
    padding: 0 4.266666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .page-detail .catalog .catalog-btn {
    width: 23.5%;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .catalog .catalog-btn {
    margin-top: 4.266666666666667vw;
  }
}
.page-detail .catalog .btn-black {
  padding: clamp(0px, 0.806vw, 11px) clamp(0px, 1.171vw, 16px);
  display: flex;
  justify-content: left;
}
@media screen and (max-width: 750px) {
  .page-detail .catalog .btn-black {
    padding: 2.933333333333333vw 4.266666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .page-detail .catalog .btn-black span {
    font-size: clamp(0px, 1.317vw, 18px);
  }
}
@media screen and (min-width: 751px) {
  .page-detail .recycle {
    max-width: 1233px;
    width: 108.8rem;
    margin: 140px auto 0;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .recycle {
    margin: 21.333333333333336vw 0 0;
  }
}
.page-detail .recycle .section-title {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .page-detail .recycle .section-title {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .recycle .section-title {
    font-size: 6.4vw;
    line-height: 1.333333333333333;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .recycle .table-wrapper {
    overflow-x: auto;
    padding-right: 5.333333333333334vw;
    padding-left: 5.333333333333334vw;
  }
}
.page-detail .recycle .table-recycle {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (min-width: 751px) {
  .page-detail .recycle .table-recycle {
    margin: 40px 0 12px;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .recycle .table-recycle {
    margin: 8.533333333333333vw 0 3.2vw;
  }
}
.page-detail .recycle .table-recycle table,
.page-detail .recycle .table-recycle td,
.page-detail .recycle .table-recycle th {
  border: 1px solid #c7c7c7;
}
.page-detail .recycle .table-recycle td,
.page-detail .recycle .table-recycle th {
  padding: 12px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  white-space: nowrap;
  border: none;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.page-detail .recycle .table-recycle td:last-child,
.page-detail .recycle .table-recycle th:last-child {
  border-right: none;
}
@media screen and (min-width: 751px) {
  .page-detail .recycle .table-recycle td,
  .page-detail .recycle .table-recycle th {
    font-size: clamp(0px, 1.171vw, 16px);
    font-weight: 600;
    line-height: 1.6em;
  }
}
.page-detail .recycle .table-recycle td.bg-black,
.page-detail .recycle .table-recycle th.bg-black {
  background-color: #000;
  color: #fff;
}
.page-detail .recycle .table-recycle td.bg-gray,
.page-detail .recycle .table-recycle th.bg-gray {
  background-color: #f4f4f4;
  height: 100px;
  border-bottom: 1px solid #c7c7c7 !important;
}
@media screen and (min-width: 751px) {
  .page-detail .recycle .table-recycle td.font-large,
  .page-detail .recycle .table-recycle th.font-large {
    font-size: 18px;
    line-height: 1.422222222222222;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.page-detail .recycle .table-recycle td.border-right,
.page-detail .recycle .table-recycle th.border-right {
  border-right: 1px solid #c7c7c7 !important;
}
.page-detail .recycle .table-recycle td.border-top,
.page-detail .recycle .table-recycle th.border-top {
  border-top: 1px solid #c7c7c7 !important;
}
.page-detail .recycle .table-recycle td.border-left,
.page-detail .recycle .table-recycle th.border-left {
  border-left: 1px solid #c7c7c7 !important;
}
.page-detail .recycle .table-recycle tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 750px) {
  .page-detail .recycle .table-caption {
    padding-right: 2.666666666666667vw;
    padding-left: 5.333333333333334vw;
  }
}
@media screen and (min-width: 751px) {
  .page-detail .recycle .table-caption-list {
    margin-top: 13px;
  }
}
@media screen and (max-width: 750px) {
  .page-detail .recycle .table-caption-list {
    margin-top: 5.333333333333334vw;
    padding-right: 2.666666666666667vw;
  }
}
.page-detail .recycle .table-caption-list .is-annotation {
  color: #ed0000;
}
.interior {
  overflow: hidden;
  background-color: #f4f4f4;
}
.interior .zoom-figure {
  overflow: hidden;
}
.interior .zoom-figure img {
  transition: transform 1s ease;
}
.interior .zoom-figure:hover img {
  transform: scale(1.2, 1.2);
  transition: transform 1s ease;
}
.interior #arrange .section-tag {
  width: 205.67px;
}
@media screen and (max-width: 750px) {
  .interior #arrange .section-tag {
    width: 48.31999999999999vw;
  }
}
.interior #arrange .section-tag::before {
  content: none;
}
@media screen and (min-width: 751px) {
  .interior #arrange {
    margin-top: 54px !important;
  }
}
@media screen and (max-width: 750px) {
  .interior #arrange {
    margin-top: 14.933333333333335vw !important;
  }
}
.interior .arrange__photos {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 751px) {
  .interior .arrange__photos {
    margin-top: 38px;
    padding: 32px 0;
    border-radius: 20px;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__photos {
    margin-top: 10.133333333333333vw;
    padding: 8.533333333333333vw 0 16vw;
    border-radius: 5.333333333333334vw;
  }
}
.interior .arrange__photos-head {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .interior .arrange__photos-head {
    font-size: 18px;
    line-height: 1.422222222222222;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__photos-head {
    font-size: 4.266666666666667vw;
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
.interior .arrange__photos-list {
  position: relative;
  margin: auto;
}
@media screen and (min-width: 751px) {
  .interior .arrange__photos-list {
    margin-top: 19px;
    max-width: 905px;
    width: 66.25183016105417vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__photos-list {
    margin-top: 5.600000000000001vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .arrange__photos-list li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__photos-list li {
    margin: 0 2.666666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .arrange__photos-note {
    text-align: right;
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__photos-note {
    text-align: center;
    margin-top: 2.133333333333333vw;
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.interior .arrange__photos-list_pagination.swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  width: auto;
  right: 0;
  top: 0;
  z-index: 0;
}
@media screen and (min-width: 751px) {
  .interior .arrange__photos-list_pagination.swiper-pagination {
    margin-top: 7px;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__photos-list_pagination.swiper-pagination {
    margin-top: 4.533333333333333vw;
  }
}
.interior .arrange__photos-list_pagination.swiper-pagination .swiper-pagination-bullet {
  background: #cbcbcb;
  opacity: 1;
  transition: background 0.3s;
}
@media screen and (min-width: 751px) {
  .interior .arrange__photos-list_pagination.swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__photos-list_pagination.swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.8vw;
    width: 1.866666666666667vw;
    height: 1.866666666666667vw;
  }
}
.interior .arrange__photos-list_pagination.swiper-pagination .swiper-pagination-bullet:hover,
.interior .arrange__photos-list_pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.interior .arrange__photos-list_arrow {
  position: absolute;
  cursor: pointer;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  background: #000;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .interior .arrange__photos-list_arrow {
    transition: opacity 0.3s;
  }
  .interior .arrange__photos-list_arrow:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 751px) {
  .interior .arrange__photos-list_arrow {
    top: 40%;
    width: clamp(30px, 2.85vw, 39px);
    height: clamp(30px, 2.85vw, 39px);
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__photos-list_arrow {
    bottom: -2.933333333333333vw;
    width: 8.533333333333333vw;
    height: 8.533333333333333vw;
  }
}
.interior .arrange__photos-list_arrow::after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.146%22%20height%3D%2216.459%22%20viewBox%3D%220%200%2010.146%2016.459%22%3E%3Cpath%20d%3D%22M-5198.779-8081.212l8%2C7.5-8%2C7.5%22%20transform%3D%22translate(5199.463%208081.941)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 751px) {
  .interior .arrange__photos-list_arrow::after {
    width: 10px;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__photos-list_arrow::after {
    width: 2.666666666666667vw;
  }
}
.interior .arrange__photos-list_arrow.__prev {
  transform: scaleX(-1);
}
@media screen and (min-width: 751px) {
  .interior .arrange__photos-list_arrow.__prev {
    left: -7.5%;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__photos-list_arrow.__prev {
    left: 20.8vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .arrange__photos-list_arrow.__next {
    right: -7.5%;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__photos-list_arrow.__next {
    right: 20.8vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .arrange__photos-note {
    text-align: right;
    margin-top: 6px;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__photos-note {
    text-align: center;
    margin-top: 2.053333333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .arrange__list {
    margin-top: 87px;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__list {
    margin-top: 32vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .arrange__list li {
    display: flex;
    align-items: flex-start;
    gap: 38px;
  }
}
@media screen and (min-width: 751px) {
  .interior .arrange__list li:not(:nth-child(1)) {
    margin-top: 68px;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__list li:not(:nth-child(1)) {
    margin-top: 17.866666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .arrange__list li:nth-child(odd) {
    margin-left: 58px;
  }
}
@media screen and (min-width: 751px) {
  .interior .arrange__list li:nth-child(even) {
    margin-right: 38px;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 751px) {
  .interior .arrange__list_detail {
    width: 568px;
  }
}
.interior .arrange__list-img {
  position: relative;
}
@media screen and (min-width: 751px) {
  .interior .arrange__list-head {
    margin-top: 17px;
    font-size: 18px;
    line-height: 1.666666666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__list-head {
    margin-top: 4vw;
    font-size: 4.8vw;
    line-height: 1.666666666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .interior .arrange__list-text {
    margin-top: 9px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__list-text {
    margin-top: 2.4vw;
    font-size: 4.266666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (min-width: 751px) {
  .interior .arrange__list-note {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__list-note {
    margin-top: 4.266666666666667vw;
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.interior .arrange__list-tag {
  font-family: "Outfit", sans-serif;
  display: inline-block;
  color: #fff;
  background: #6f6f6f;
}
@media screen and (min-width: 751px) {
  .interior .arrange__list-tag {
    margin-top: 12px;
    padding: 0 8px;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 23px;
    border-radius: 23px;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__list-tag {
    margin-top: 4.266666666666667vw;
    padding: 0 2.133333333333333vw;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 6.133333333333333vw;
    border-radius: 6.133333333333333vw;
  }
}
.interior .arrange__list_photo {
  position: relative;
}
@media screen and (min-width: 751px) {
  .interior .arrange__list_photo {
    width: 367px;
    margin-top: 173px;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__list_photo {
    margin-top: 22.133333333333333vw;
  }
  .interior .arrange__list_photo > img {
    margin: auto;
    width: 71.73333333333333vw;
  }
}
.interior .arrange__list_photo-head {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
  display: inline-block;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.16);
  white-space: nowrap;
}
@media screen and (min-width: 751px) {
  .interior .arrange__list_photo-head {
    top: -41px;
    padding: 0 20px;
    font-size: 18px;
    letter-spacing: 0.03em;
    font-weight: 600;
    line-height: 50px;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__list_photo-head {
    top: -8vw;
    padding: 0 4vw;
    font-size: 3.733333333333334vw;
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: 700;
    line-height: 10.133333333333333vw;
  }
}
.interior .arrange__list_ex {
  border: 1px #c6c6c6 solid;
}
@media screen and (min-width: 751px) {
  .interior .arrange__list_ex {
    display: flex;
    margin: 30px auto 0;
    padding: 17px 26px;
    border-radius: 20px;
    max-width: 692px;
    width: 56.36896046852124vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__list_ex {
    margin-top: 12.533333333333333vw;
    padding: 5.866666666666666vw 4vw;
    border-radius: 5.333333333333334vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .arrange__list_ex-img {
    flex-shrink: 0;
    max-width: 242px;
    width: 17.71595900439239vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .arrange__list_ex-text {
    margin-left: 30px;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__list_ex-text {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .arrange__list_ex-head {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .interior .arrange__list_ex-head {
    font-size: 4.266666666666667vw;
    letter-spacing: 0em;
    font-weight: 700;
    margin-top: 5.333333333333334vw;
  }
}
.interior #luggage {
  background: #0a5b8e;
}
@media screen and (min-width: 751px) {
  .interior #luggage {
    margin-top: 100px;
    padding: 89px 0;
  }
}
@media screen and (max-width: 750px) {
  .interior #luggage {
    margin-top: 27.200000000000003vw;
    padding: 23.200000000000003vw 0 18.666666666666668vw;
  }
}
.interior #luggage .section-tag {
  color: #fff;
  width: 220.97px;
}
@media screen and (min-width: 751px) {
  .interior #luggage .section-tag {
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  .interior #luggage .section-tag {
    width: 52.032000000000004vw;
  }
}
.interior #luggage .section-tag::before {
  content: none;
}
.interior .luggage__detail {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail {
    margin-top: 42px;
    padding: 40px 0 100px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail {
    margin-top: 7.466666666666668vw;
    padding: 8vw 4.266666666666667vw 13.333333333333334vw;
    border-radius: 5.333333333333334vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 clamp(10px, 5.27vw, 72px);
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-01-photo {
    max-width: 382px;
    width: 27.96486090775988vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail-01-photo {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 82.66666666666667vw;
  }
}
.interior .luggage__detail-01-list {
  position: relative;
  counter-reset: number 0;
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-01-list {
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail-01-list {
    margin-top: -3.733333333333334vw;
  }
}
.interior .luggage__detail-01-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.interior .luggage__detail-01-list li::before {
  flex-shrink: 0;
  font-family: "Outfit", sans-serif;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  border-radius: 50%;
  background: #0a5b8e;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-01-list li::before {
    margin-right: 7px;
    width: 29px;
    line-height: 29px;
    font-size: 16px;
    letter-spacing: -0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail-01-list li::before {
    margin-right: 1.866666666666667vw;
    width: 5.866666666666666vw;
    line-height: 5.866666666666666vw;
    font-size: 3.733333333333334vw;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-01-list li:not(:nth-child(1)) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail-01-list li:not(:nth-child(1)) {
    margin-top: 3.2vw;
  }
}
.interior .luggage__detail-01-list-text {
  flex-shrink: 0;
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-01-list-text {
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: clamp(10px, 1.46vw, 20px);
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail-01-list-text {
    font-size: 3.466666666666666vw;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.interior .luggage__detail-01-list-filler {
  width: 100%;
  border-bottom: 1px dashed #6e6e6e;
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-01-list-filler {
    margin: 0 7px;
  }
}
.interior .luggage__detail-01-list-size {
  font-family: "Outfit", sans-serif;
  flex-shrink: 0;
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-01-list-size {
    font-size: 22px;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail-01-list-size {
    font-size: 4.266666666666667vw;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-01-note {
    margin-top: 28px;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail-01-note {
    margin-top: 3.733333333333334vw;
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-02 {
    display: flex;
    align-items: center;
    margin-top: 58px;
    padding: 0 clamp(10px, 6.73vw, 92px);
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail-02 {
    margin-top: 23.200000000000003vw;
  }
}
.interior .luggage__detail-02-photo {
  position: relative;
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-02-photo {
    flex-shrink: 0;
    max-width: 468px;
    width: 34.2606149341142vw;
  }
}
.interior .luggage__detail-02-photo-head {
  display: inline-block;
  position: absolute;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.16);
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-02-photo-head {
    top: -18px;
    right: -13px;
    line-height: 50px;
    padding: 0 17px;
    font-size: 18px;
    letter-spacing: 0.03em;
    font-weight: 600;
    font-size: clamp(10px, 1.31vw, 18px);
    transform: rotate(4deg);
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail-02-photo-head {
    top: -8vw;
    left: 2.933333333333333vw;
    padding: 0 2.933333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: 600;
    line-height: 10.133333333333333vw;
    transform: rotate(-4deg);
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-02-textarea {
    margin-left: 67px;
    max-width: 349px;
    width: 25.54904831625183vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail-02-textarea {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-02-head {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(10px, 1.17vw, 16px);
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail-02-head {
    font-size: 4.266666666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-02-text {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail-02-text {
    margin-top: 4.266666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-02-note {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail-02-note {
    margin-top: 1.866666666666667vw;
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-03 {
    margin-top: 117px;
    padding: 0 clamp(10px, 6.73vw, 92px);
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail-03 {
    margin-top: 10.4vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-03 ul {
    display: flex;
    gap: 16px;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-03 li {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-03 li:nth-child(1) .luggage__detail-03-img-deco {
    left: 5px;
    top: -33px;
    max-width: 172px;
    width: 12.591508052708638vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail-03 li:nth-child(1) .luggage__detail-03-img-deco {
    width: 28.799999999999997vw;
    top: -6.666666666666667vw;
    left: -4vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail-03 li:not(:nth-child(1)) {
    margin-top: 11.200000000000001vw;
  }
}
.interior .luggage__detail-03-img {
  position: relative;
}
.interior .luggage__detail-03-img-deco {
  position: absolute;
}
.interior .luggage__detail-03-small-text {
  color: #a3a3a3;
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-03-small-text {
    position: absolute;
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail-03-small-text {
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-03-head {
    margin-top: 35px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(10px, 1.17vw, 16px);
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail-03-head {
    margin-top: 4.8vw;
    font-size: 4.266666666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-03-text {
    margin-top: 13px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail-03-text {
    margin-top: 4.266666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-03-note {
    margin-top: 7px;
    font-size: 9px;
    line-height: 1.555555555555556;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail-03-note {
    margin-top: 1.866666666666667vw;
    font-size: 2.4vw;
    line-height: 1.555555555555556;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.interior .luggage__detail-04 {
  position: relative;
  margin: auto;
}
@media screen and (min-width: 751px) {
  .interior .luggage__detail-04 {
    margin-top: 27px;
    max-width: 437px;
    width: 31.99121522693997vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__detail-04 {
    margin-top: 4vw;
  }
}
.interior .luggage__check {
  background: #fff;
}
@media screen and (min-width: 751px) {
  .interior .luggage__check {
    margin-top: 33px;
    padding: clamp(10px, 7.32vw, 100px) 0 clamp(10px, 2.34vw, 32px);
    border-radius: 20px;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check {
    margin-top: 10.933333333333334vw;
    padding: 53.06666666666666vw 4.266666666666667vw 10.933333333333334vw;
    border-radius: 5.333333333333334vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check-inner {
    display: flex;
    align-items: flex-start;
  }
}
.interior .luggage__check_btns {
  position: relative;
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btns {
    margin-left: clamp(10px, 15vw, 205px);
    max-width: 373px;
    width: 27.30600292825769vw;
  }
}
.interior .luggage__check_btn {
  cursor: pointer;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  position: absolute;
  border-radius: 50%;
  background-color: #0a5b8e;
  color: #fff;
  text-align: center;
  font-family: "Outfit", sans-serif;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn {
    max-width: 23px;
    width: 1.683748169838946vw;
    line-height: clamp(10px, 1.68vw, 23px);
    font-size: 14px;
    letter-spacing: -0.05em;
    font-weight: 400;
    font-size: clamp(10px, 1.02vw, 14px);
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn {
    width: 4.8vw;
    line-height: 4.8vw;
    font-size: 2.666666666666667vw;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.interior .luggage__check_btn::before,
.interior .luggage__check_btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  background-color: #0a5b8e;
  border-radius: 50%;
  z-index: -1;
  transition: transform 0.3s;
}
.interior .luggage__check_btn::before {
  opacity: 0.4;
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn::before {
    max-width: 58px;
    width: 4.24597364568082vw;
    max-height: 58px;
    height: 4.24597364568082vw;
  }
}
.interior .luggage__check_btn::after {
  opacity: 0.7;
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn::after {
    max-width: 51px;
    width: 3.733528550512445vw;
    max-height: 51px;
    height: 3.733528550512445vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn::after {
    width: 10.933333333333334vw;
    height: 10.933333333333334vw;
  }
}
.interior .luggage__check_btn.is-active {
  pointer-events: none;
}
.interior .luggage__check_btn.is-active::before,
.interior .luggage__check_btn.is-active::after {
  transform: translateX(-50%) translateY(-50%) scale(1);
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn.__01-1 {
    left: 45%;
    top: 34%;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn.__01-1 {
    left: 45%;
    top: 34%;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn.__02-1 {
    left: 46%;
    top: 29.5%;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn.__02-1 {
    left: 44%;
    top: 29.5%;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn.__03-1 {
    left: 28%;
    top: 28.5%;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn.__03-1 {
    left: 29%;
    top: 28.5%;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn.__04-1 {
    left: 27%;
    top: 23%;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn.__04-1 {
    left: 27%;
    top: 22%;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn.__04-2 {
    left: 67%;
    top: 23%;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn.__04-2 {
    left: 66%;
    top: 23%;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn.__05-1 {
    left: 41%;
    top: 25%;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn.__05-1 {
    left: 41%;
    top: 25.5%;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn.__06-1 {
    left: 15%;
    top: 30%;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn.__06-1 {
    left: 16%;
    top: 32%;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn.__07-1 {
    left: 60%;
    top: 31%;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn.__07-1 {
    left: 59%;
    top: 30.5%;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn.__08-1 {
    left: 30%;
    top: 49%;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn.__08-1 {
    left: 30%;
    top: 48.5%;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn.__08-2 {
    left: 61%;
    top: 49%;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn.__08-2 {
    left: 59%;
    top: 48.5%;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn.__09-1 {
    left: 36%;
    top: 28.5%;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn.__09-1 {
    left: 36%;
    top: 28.5%;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn.__09-2 {
    left: 76%;
    top: 74%;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn.__09-2 {
    right: 20%;
    bottom: 21%;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn.__10-1 {
    left: 20%;
    top: 34%;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn.__10-1 {
    left: 21%;
    top: 37.5%;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn.__10-2 {
    left: 69%;
    top: 34%;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn.__10-2 {
    right: 25%;
    top: 33.5%;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn.__11-1 {
    left: 37%;
    top: 52%;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn.__11-1 {
    left: 38%;
    top: 51.5%;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn.__12-1 {
    left: 17%;
    top: 52%;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn.__12-1 {
    top: 53.5%;
    left: 18%;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn.__12-2 {
    left: 72%;
    top: 52%;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn.__12-2 {
    right: 23%;
    top: 53.5%;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn.__13-1 {
    left: 28%;
    top: 34%;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn.__13-1 {
    top: 34%;
    left: 29%;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn.__14-1 {
    left: 12%;
    top: 68.5%;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn.__14-1 {
    bottom: 25%;
    left: 13%;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_btn.__14-2 {
    left: 78%;
    top: 68.5%;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_btn.__14-2 {
    bottom: 26%;
    right: 18%;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_text {
    font-size: 9px;
    line-height: 1.555555555555556;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_text {
    font-size: 2.4vw;
    line-height: 1.555555555555556;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 6.4vw;
  }
}
.interior .luggage__check_head {
  position: absolute;
  background: #f4f4f4;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.16);
  text-align: center;
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_head {
    display: inline-block;
    font-size: 18px;
    line-height: 1.666666666666667;
    letter-spacing: 0.03em;
    font-weight: 600;
    font-size: clamp(10px, 1.31vw, 18px);
    transform: rotate(-13deg);
    padding: 12px 12px;
    left: -43px;
    top: -33px;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_head {
    top: -37.333333333333336vw;
    left: 50%;
    transform: translateX(-50%) rotate(-4deg);
    width: 53.333333333333336vw;
    font-size: 3.733333333333334vw;
    line-height: 1.642857142857143;
    letter-spacing: 0.03em;
    font-weight: 700;
    padding: 2.133333333333333vw 0;
  }
}
.interior .luggage__check_click {
  position: absolute;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.16);
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_click {
    top: 220px;
    left: -159px;
    width: 163px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.666666666666667;
    letter-spacing: 0.03em;
    font-weight: 600;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_click {
    top: -6.666666666666667vw;
    right: 12.533333333333333vw;
    width: 42.4vw;
    padding: 2.133333333333333vw 4vw;
    font-size: 3.2vw;
    line-height: 1.416666666666667;
    letter-spacing: 0.03em;
    font-weight: 600;
    transform: rotate(7deg);
  }
}
.interior .luggage__check_click::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  z-index: -1;
}
.interior .luggage__check_click-arrow {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_click-arrow {
    right: 11px;
    width: 20px;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_click-arrow {
    right: 2.133333333333333vw;
    width: 5.333333333333334vw;
    transform: rotate(90deg);
  }
}
.interior .luggage__check_detail {
  position: relative;
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_detail {
    margin-top: clamp(10px, 2.26vw, 31px);
    margin-left: clamp(10px, 3.29vw, 45px);
    max-width: 390px;
    width: 28.550512445095166vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_detail {
    margin-top: 5.600000000000001vw;
  }
}
.interior .luggage__check_detail-item {
  display: none;
}
.interior .luggage__check_detail-item.is-active {
  display: block;
}
.interior .luggage__check_detail-num {
  position: absolute;
  display: inline-block;
  font-family: "Outfit", sans-serif;
  border-radius: 50%;
  background: #0a5b8e;
  color: #fff;
  left: 0;
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_detail-num {
    top: 2px;
    max-width: 29px;
    width: 2.12298682284041vw;
    line-height: 1.75em;
    font-size: clamp(10px, 1.17vw, 16px);
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_detail-num {
    top: 0.533333333333333vw;
    width: 7.733333333333333vw;
    line-height: 7.733333333333333vw;
    text-align: center;
    font-size: 4.266666666666667vw;
    letter-spacing: -0.05em;
    font-weight: 400;
  }
}
.interior .luggage__check_detail-textarea {
  position: relative;
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_detail-textarea {
    padding-left: clamp(13px, 2.7vw, 37px);
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_detail-textarea {
    padding-left: 9.6vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_detail-head {
    font-size: clamp(13px, 1.17vw, 16px);
    font-weight: bold;
    letter-spacing: -0.1em;
    line-height: clamp(20px, 2.19vw, 30px);
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_detail-head {
    font-size: 4.266666666666667vw;
    line-height: 1.875;
    letter-spacing: -0.01em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_detail-note,
  .interior .luggage__check_detail-note2 {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 10px;
    max-width: 265px;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_detail-note,
  .interior .luggage__check_detail-note2 {
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_detail-text {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.03em;
    font-weight: 400;
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_detail-text {
    font-size: 3.2vw;
    line-height: 1.8;
    letter-spacing: 0.03em;
    font-weight: 400;
    margin-top: 2.666666666666667vw;
  }
}
.interior .luggage__check_detail-tag {
  display: flex;
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_detail-tag {
    margin-top: 6px;
    gap: 4px;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_detail-tag {
    margin-top: 1.6vw;
    gap: 1.066666666666667vw;
  }
}
.interior .luggage__check_detail-tag li {
  font-family: "Outfit", sans-serif;
  color: #fff;
  background: #6f6f6f;
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_detail-tag li {
    padding: 0 8px;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: clamp(9px, 0.87vw, 12px);
    line-height: 23px;
    border-radius: 23px;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_detail-tag li {
    padding: 0 2.133333333333333vw;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 6.133333333333333vw;
    border-radius: 6.133333333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_detail-img01 {
    margin-top: clamp(10px, 2.19vw, 30px);
    max-width: 273px;
    width: 19.98535871156662vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_detail-img01 {
    margin-top: 2.4vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .luggage__check_detail-movie {
    margin-top: 12px;
    max-width: 273px;
    width: 19.98535871156662vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .luggage__check_detail-movie {
    margin-top: 2.933333333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .interior #utility {
    margin-top: 130px;
  }
}
@media screen and (max-width: 750px) {
  .interior #utility {
    margin-top: 22.666666666666664vw;
  }
}
@media screen and (min-width: 751px) {
  .interior #utility .section-tag {
    margin-bottom: 41px;
    width: 165.21px;
  }
}
@media screen and (max-width: 750px) {
  .interior #utility .section-tag {
    width: 38.912vw;
    margin-bottom: 7.199999999999999vw;
  }
}
.interior #utility .section-tag::before {
  content: none;
}
@media screen and (min-width: 751px) {
  .interior .utility-01 {
    padding: 67px 0 80px;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-01 {
    padding: 17.866666666666667vw 0 12.266666666666666vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-01 li {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-01 li:not(:nth-child(1)) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-01 li:not(:nth-child(1)) {
    margin-top: 25.866666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-01 li:nth-child(odd) .utility-01__textarea {
    margin-left: 38px;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-01 li:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-01 li:nth-child(even) .utility-01__textarea {
    margin-right: 30px;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-01__photo {
    max-width: 536px;
    width: 39.23865300146413vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-01__textarea {
    max-width: 510px;
    width: 37.335285505124446vw;
  }
}
.interior .utility-01__title {
  display: inline-block;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.16);
}
@media screen and (min-width: 751px) {
  .interior .utility-01__title {
    position: relative;
    line-height: 62px;
    padding: 0 21px;
    font-size: 20px;
    letter-spacing: 0.03em;
    font-weight: 600;
    transform: rotate(-4deg);
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-01__title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(-4deg);
    top: -8vw;
    padding: 0 4vw;
    font-size: 3.733333333333334vw;
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: 700;
    line-height: 10.133333333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-01__head {
    margin-top: 32px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-01__head {
    margin-top: 2.933333333333333vw;
    font-size: 4.8vw;
    line-height: 1.666666666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-01__text {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-01__text {
    margin-top: 2.4vw;
    font-size: 4.266666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-01__note {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-01__note {
    margin-top: 4.266666666666667vw;
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.interior .utility-01__tag {
  font-family: "Outfit", sans-serif;
  display: inline-block;
  color: #fff;
  background: #6f6f6f;
}
@media screen and (min-width: 751px) {
  .interior .utility-01__tag {
    margin-top: 5px;
    padding: 0 8px;
    font-size: clamp(10px, 0.87vw, 12px);
    border-radius: 23px;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-01__tag {
    margin-top: 1.6vw;
    padding: 0 2.133333333333333vw;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 6.133333333333333vw;
    border-radius: 6.133333333333333vw;
  }
}
.interior .utility-02 {
  background: #fff;
}
@media screen and (min-width: 751px) {
  .interior .utility-02 {
    padding: 108px 0 57px;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-02 {
    padding: 24.266666666666666vw 0 12.266666666666666vw;
  }
}
.interior .utility-02 ul {
  position: relative;
}
@media screen and (min-width: 751px) {
  .interior .utility-02 ul {
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: -22px;
    max-width: 1022px;
    width: 74.81698389458272vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-02 ul {
    margin-top: -2.133333333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-02 li {
    max-width: 499px;
    width: 36.53001464128843vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-02 li:not(:nth-child(1)) {
    margin-top: 5.866666666666666vw;
  }
}
.interior .utility-02__title {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .interior .utility-02__item:first-child {
    margin-bottom: 18.666666666666668vw;
  }
}
.interior .utility-02__head {
  display: inline-block;
  position: relative;
  background: #f4f4f4;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.16);
  transform: rotate(-4deg);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
  white-space: nowrap;
  line-height: 62px;
}
@media screen and (min-width: 751px) {
  .interior .utility-02__head {
    top: -30px;
    padding: 0 20px;
    font-size: 20px;
    letter-spacing: 0.03em;
    font-weight: 600;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-02__head {
    top: -8vw;
    white-space: nowrap;
    padding: 0 4vw;
    font-size: 3.733333333333334vw;
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: 700;
    line-height: 10.133333333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-02__head-title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-02__head-title {
    font-size: 4.8vw;
    line-height: 1.666666666666667;
    letter-spacing: 0em;
    font-weight: 700;
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-02__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-02__text {
    margin-top: 1.866666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-03 {
    margin-top: 128px !important;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-03 {
    margin-top: 25.333333333333336vw !important;
  }
}
.interior .utility-03-01__title {
  position: relative;
}
.interior .utility-03-01__title-inner {
  position: relative;
  left: 50%;
  display: inline-block;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.16);
}
@media screen and (min-width: 751px) {
  .interior .utility-03-01__title-inner {
    transform: translateX(-50%) rotate(4.5deg);
    line-height: 63px;
    padding: 0 20px;
    font-size: 20px;
    letter-spacing: 0.03em;
    font-weight: 600;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-03-01__title-inner {
    transform: translateX(-50%) rotate(-4deg);
    line-height: 10.133333333333333vw;
    padding: 0 4vw;
    font-size: 3.733333333333334vw;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-03-01 {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 5px;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-03-01 {
    margin-top: 2.133333333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-03-01 li {
    width: calc(50% - 0.5px);
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-03-01 li:nth-child(1) .utility-03-01__img {
    max-width: 402px;
    width: 29.428989751098094vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-03-01 li:nth-child(1) .utility-03-01__img {
    margin-left: 12.533333333333333vw;
    width: 71.2vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-03-01 li:nth-child(2) .utility-03-01__img {
    max-width: 366px;
    width: 26.79355783308931vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-03-01 li:nth-child(2) .utility-03-01__img {
    margin-left: 15.2vw;
    width: 62.66666666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-03-01 li:nth-child(2) .utility-03-01__head-title {
    margin-top: 5.600000000000001vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-03-01 li:nth-child(even) {
    border-left: 1px solid #bababa;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-03-01 li:not(:nth-child(1)) {
    margin-top: 4.8vw;
    padding-top: 3.733333333333334vw;
    border-top: 1px solid #bababa;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-03-01__img {
    margin: auto;
    max-height: 426px;
    height: 31.18594436310395vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-03-01__head-title {
    margin-top: 33px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-03-01__head-title {
    margin-top: 2.133333333333333vw;
    font-size: 4.8vw;
    line-height: 1.666666666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.interior .utility-03-01__text {
  margin: auto;
}
@media screen and (min-width: 751px) {
  .interior .utility-03-01__text {
    margin-top: 15px;
    max-width: 461px;
    width: 33.74816983894583vw;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-03-01__text {
    margin-top: 1.866666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
.interior .utility-03-01__tag {
  font-family: "Outfit", sans-serif;
  display: inline-block;
  color: #fff;
  background: #6f6f6f;
}
@media screen and (min-width: 751px) {
  .interior .utility-03-01__tag {
    margin-top: 9px;
    padding: 0 8px;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 23px;
    border-radius: 23px;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-03-01__tag {
    margin-top: 4.266666666666667vw;
    padding: 0 2.133333333333333vw;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 6.133333333333333vw;
    border-radius: 6.133333333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-03-02 {
    margin-top: 104px;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-03-02 {
    margin-top: 26.13333333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-03-02 li {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-03-02 li:not(:nth-child(1)) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-03-02 li:not(:nth-child(1)) {
    margin-top: 26.400000000000002vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-03-02 li:nth-child(odd) .utility-03-02__textearea {
    margin-left: 38px;
  }
}
.interior .utility-03-02 li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 751px) {
  .interior .utility-03-02 li:nth-child(even) .utility-03-02__textearea {
    margin-right: 30px;
  }
}
.interior .utility-03-02__img {
  position: relative;
}
@media screen and (min-width: 751px) {
  .interior .utility-03-02__img {
    max-width: 536px;
    width: 39.23865300146413vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-03-02__note {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-03-02__note {
    margin-top: 1.066666666666667vw;
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-03-02__textearea {
    max-width: 492px;
    width: 36.01756954612006vw;
  }
}
.interior .utility-03-02__title {
  display: inline-block;
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.16);
  transform: rotate(-4deg);
}
@media screen and (min-width: 751px) {
  .interior .utility-03-02__title {
    line-height: 63px;
    padding: 0 20px;
    font-size: 20px;
    letter-spacing: 0.03em;
    font-weight: 600;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-03-02__title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(-4deg);
    top: -8vw;
    white-space: nowrap;
    padding: 0 4vw;
    font-size: 3.733333333333334vw;
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: 700;
    line-height: 10.133333333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-03-02__head {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-03-02__head {
    margin-top: 2.666666666666667vw;
    font-size: 4.8vw;
    line-height: 1.666666666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .interior .utility-03-02__text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-03-02__text {
    margin-top: 2.4vw;
    font-size: 4.266666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
.interior .utility-03-02__tag {
  font-family: "Outfit", sans-serif;
  display: inline-block;
  color: #fff;
  background: #6f6f6f;
}
@media screen and (min-width: 751px) {
  .interior .utility-03-02__tag {
    margin-top: 9px;
    padding: 0 8px;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 23px;
    border-radius: 23px;
  }
}
@media screen and (max-width: 750px) {
  .interior .utility-03-02__tag {
    margin-top: 2.4vw;
    padding: 0 2.133333333333333vw;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 6.133333333333333vw;
    border-radius: 6.133333333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .interior #infotainment {
    margin-top: 149px;
  }
}
@media screen and (max-width: 750px) {
  .interior #infotainment {
    margin-top: 25.6vw;
  }
}
.interior #infotainment .section-tag {
  width: 317.67px;
}
.interior #infotainment .section-tag::before {
  content: none;
}
@media screen and (min-width: 751px) {
  .interior #infotainment .section-tag {
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 750px) {
  .interior #infotainment .section-tag {
    width: 74.78399999999999vw;
    margin-bottom: 7.199999999999999vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-01 {
    margin-top: 57px !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 38px;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-01 {
    margin-top: 9.333333333333334vw !important;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-01__detail {
    max-width: 568px;
    width: 41.58125915080527vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-01__head {
    margin-top: 29px;
    font-size: 18px;
    line-height: 1.666666666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-01__head {
    margin-top: 4vw;
    font-size: 4.8vw;
    line-height: 1.666666666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-01__text {
    margin-top: 9px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-01__text {
    margin-top: 2.4vw;
    font-size: 4.266666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-01__note {
    margin-top: 7px;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-01__note {
    margin-top: 4.266666666666667vw;
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.interior .information-01__photo {
  position: relative;
}
@media screen and (min-width: 751px) {
  .interior .information-01__photo {
    max-width: 367px;
    width: 26.866764275256223vw;
    margin-top: 100px;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-01__photo {
    margin: auto;
    width: 73.86666666666667vw;
    margin-top: 27.46666666666667vw;
  }
}
.interior .information-01__photo-head {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
  display: inline-block;
  background: #fff;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.16);
  white-space: nowrap;
}
@media screen and (min-width: 751px) {
  .interior .information-01__photo-head {
    top: -78px;
    padding: 10px 21px;
    font-size: 18px;
    line-height: 1.666666666666667;
    letter-spacing: 0.03em;
    font-weight: 600;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-01__photo-head {
    top: -14.399999999999999vw;
    padding: 2.4vw 3.733333333333334vw;
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
.interior .information-02 {
  background: #fff;
}
@media screen and (min-width: 751px) {
  .interior .information-02 {
    margin-top: 108px;
    padding: 60px 0 57px;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-02 {
    margin-top: 22.133333333333333vw;
    padding: 16vw 0 14.399999999999999vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-02 ul {
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 23px;
    max-width: 720px;
    width: 52.7086383601757vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-02 ul {
    margin-top: 5.866666666666666vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-02 li {
    max-width: 352px;
    width: 25.76866764275256vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-02 li {
    margin-top: 2.933333333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-02__text {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-02__text {
    font-size: 4.266666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-02__head {
    margin-top: 6px;
    font-size: 14px;
    line-height: 2.142857142857143;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-02__head {
    margin-top: 1.6vw;
    font-size: 3.733333333333334vw;
    line-height: 2.142857142857143;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-03 {
    margin-top: 98px !important;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-03 {
    margin-top: 19.2vw !important;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-03-01 {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 38px;
    margin-right: 38px;
  }
}
.interior .information-03-01__detail {
  position: relative;
}
@media screen and (min-width: 751px) {
  .interior .information-03-01__detail {
    max-width: 568px;
    width: 41.58125915080527vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-03-01__head {
    margin-top: 17px;
    font-size: 18px;
    line-height: 1.666666666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-03-01__head {
    margin-top: 4vw;
    font-size: 4.8vw;
    line-height: 1.666666666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-03-01__text {
    margin-top: 9px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-03-01__text {
    margin-top: 2.4vw;
    font-size: 4.266666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
.interior .information-03-01__photo {
  position: relative;
}
@media screen and (min-width: 751px) {
  .interior .information-03-01__photo {
    margin-top: 204px;
    max-width: 367px;
    width: 26.866764275256223vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-03-01__photo {
    margin: auto;
    margin-top: 25.6vw;
    width: 76.26666666666667vw;
  }
}
.interior .information-03-01__photo-head {
  position: absolute;
  display: inline-block;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.16);
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .interior .information-03-01__photo-head {
    top: -54px;
    left: 14px;
    padding: 13px 10px;
    font-size: 18px;
    line-height: 1.666666666666667;
    letter-spacing: 0.03em;
    font-weight: 600;
    transform: rotate(-4deg);
  }
}
@media screen and (max-width: 750px) {
  .interior .information-03-01__photo-head {
    left: 50%;
    transform: translateX(-50%) rotate(-4deg);
    top: -12.8vw;
    padding: 2.4vw 3.2vw;
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-03-02 {
    margin-top: 78px;
    display: flex;
    align-items: center;
    gap: 60px;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-03-02 {
    margin-top: 33.86666666666667vw;
  }
}
.interior .information-03-02__photo {
  position: relative;
}
@media screen and (min-width: 751px) {
  .interior .information-03-02__photo {
    max-width: 568px;
    width: 41.58125915080527vw;
  }
}
.interior .information-03-02__photo-head {
  position: absolute;
  display: inline-block;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.16);
  white-space: nowrap;
}
@media screen and (min-width: 751px) {
  .interior .information-03-02__photo-head {
    right: -59px;
    bottom: -22px;
    padding: 0 20px;
    font-size: 18px;
    letter-spacing: 0.03em;
    font-weight: 600;
    line-height: 50px;
    transform: rotate(-4deg);
  }
}
@media screen and (max-width: 750px) {
  .interior .information-03-02__photo-head {
    left: 50%;
    transform: translateX(-50%) rotate(-4deg);
    top: -7.466666666666668vw;
    line-height: 10.133333333333333vw;
    padding: 0 4vw;
    font-size: 3.733333333333334vw;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-03-02__head {
    margin-top: 17px;
    font-size: 18px;
    line-height: 1.666666666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-03-02__head {
    margin-top: 4vw;
    font-size: 4.8vw;
    line-height: 1.666666666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-03-02__text {
    margin-top: 9px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-03-02__text {
    margin-top: 2.4vw;
    font-size: 4.266666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
.interior .information-04 {
  background: #fff;
}
@media screen and (min-width: 751px) {
  .interior .information-04 {
    margin-top: 70px;
    padding: 60px 0;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-04 {
    margin-top: 16vw;
    padding: 10.666666666666668vw 0;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-04 ul {
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-04 li {
    width: calc((100% - 16px -16px) / 3);
  }
}
@media screen and (max-width: 750px) {
  .interior .information-04 li:not(:nth-child(1)) {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-04__text {
    margin-top: 1px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-04__text {
    margin-top: 1.066666666666667vw;
    font-size: 3.733333333333334vw;
    line-height: 1.828571428571429;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
.interior .information-04__btn {
  display: block;
  position: relative;
  background: #000;
  color: #fff;
  margin: auto;
  text-align: center;
  cursor: pointer;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 751px) {
  .interior .information-04__btn {
    transition: opacity 0.3s;
  }
  .interior .information-04__btn:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-04__btn {
    margin-top: 31px;
    max-width: 352px;
    width: 30.01464128843338vw;
    line-height: clamp(10px, 3.66vw, 50px);
    border-radius: 50px;
    font-size: 13px;
    letter-spacing: 0em;
    font-weight: 500;
    font-size: clamp(8px, 0.95vw, 13px);
  }
}
@media screen and (max-width: 750px) {
  .interior .information-04__btn {
    margin-top: 5.600000000000001vw;
    line-height: 13.333333333333334vw;
    border-radius: 13.333333333333334vw;
    padding: 3.333333333333333vw;
    font-size: 3.466666666666666vw;
    line-height: 1.384615384615385;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.interior .information-04__btn::after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.146%22%20height%3D%2216.459%22%20viewBox%3D%220%200%2010.146%2016.459%22%3E%3Cpath%20d%3D%22M-5198.779-8081.212l8%2C7.5-8%2C7.5%22%20transform%3D%22translate(5199.463%208081.941)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  top: 0;
}
@media screen and (min-width: 751px) {
  .interior .information-04__btn::after {
    max-width: 10px;
    width: 0.732064421669107vw;
    right: 15px;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-04__btn::after {
    width: 2.666666666666667vw;
    right: 4.533333333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-05 {
    margin-top: 111px !important;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05 {
    margin-top: 24.8vw !important;
    padding-bottom: 32vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-05-01 {
    display: flex;
    justify-content: space-between;
  }
}
.interior .information-05-01-l {
  position: relative;
}
@media screen and (min-width: 751px) {
  .interior .information-05-01-l {
    margin-top: 20px;
    margin-left: 31px;
    max-width: 429px;
    width: 31.405563689604687vw;
  }
}
.interior .information-05-01-l__title {
  display: inline-block;
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.16);
}
@media screen and (min-width: 751px) {
  .interior .information-05-01-l__title {
    transform: rotate(-3deg);
    line-height: 56px;
    padding: 0 20px;
    font-size: 20px;
    letter-spacing: 0.03em;
    font-weight: 600;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05-01-l__title {
    left: 50%;
    transform: translateX(-50%) rotate(-4deg);
    line-height: 10.133333333333333vw;
    padding: 0 5.333333333333334vw;
    font-size: 3.733333333333334vw;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-05-01-l__head {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05-01-l__head {
    margin-top: 6.4vw;
    font-size: 4.8vw;
    line-height: 1.666666666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-05-01-l__note {
    margin-top: 16px;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05-01-l__note {
    margin-top: 2.4vw;
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-05-01-l__text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05-01-l__text {
    margin-top: 2.666666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-05-01-r {
    max-width: 536px;
    width: 39.23865300146413vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05-01-r {
    margin-top: 8.533333333333333vw;
  }
}
.interior .information-05-01-r ul {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px #adadad solid;
}
@media screen and (min-width: 751px) {
  .interior .information-05-01-r ul {
    padding-bottom: 22px;
    gap: 12px 6px;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05-01-r ul {
    padding-bottom: 4.266666666666667vw;
    gap: 2.133333333333333vw;
  }
}
.interior .information-05-01-r li {
  display: inline-block;
  background: #0a5b8e;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .interior .information-05-01-r li {
    flex-grow: 1;
    font-size: 16px;
    letter-spacing: -0.01em;
    font-weight: 700;
    line-height: 37px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05-01-r li {
    font-size: 3.733333333333334vw;
    letter-spacing: 0em;
    font-weight: 700;
    line-height: 10.133333333333333vw;
    padding: 0 2.4vw;
  }
}
.interior .information-05-01-r__head {
  display: inline-block;
  color: #0a5b8e;
  border: #0a5b8e 1px solid;
}
@media screen and (min-width: 751px) {
  .interior .information-05-01-r__head {
    margin-top: 21px;
    padding: 0 11px;
    font-size: 16px;
    letter-spacing: 0em;
    font-weight: 700;
    line-height: 35px;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05-01-r__head {
    margin-top: 4vw;
    padding: 0 4vw;
    font-size: 3.733333333333334vw;
    letter-spacing: 0em;
    font-weight: 700;
    line-height: 9.6vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-05-01-r__text {
    margin-top: 3px;
    font-size: 12px;
    line-height: 2.133333333333333;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05-01-r__text {
    margin-top: 4.8vw;
    font-size: 4.266666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-05-01-r__note {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05-01-r__note {
    margin-top: 2.933333333333333vw;
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-05-02 {
    margin-top: 93px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05-02 {
    margin-top: 14.133333333333335vw;
  }
}
.interior .information-05-02 li {
  background: #fff;
}
@media screen and (min-width: 751px) {
  .interior .information-05-02 li {
    padding: 40px 24px;
    border-radius: 20px;
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05-02 li {
    padding: 6.4vw 4.533333333333333vw 8.266666666666666vw;
    border-radius: 5.333333333333334vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-05-02 li:nth-child(1) .information-05-02__img,
  .interior .information-05-02 li:nth-child(2) .information-05-02__img {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-05-02 li:nth-child(1) img,
  .interior .information-05-02 li:nth-child(2) img {
    max-width: 281px;
    width: 20.571010248901903vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-05-02 li:nth-child(4) .information-05-02__img {
    display: flex;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-05-02 li:nth-child(4) img:nth-child(1) {
    max-width: 243px;
    width: 17.789165446559295vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05-02 li:nth-child(4) img:nth-child(1) {
    width: 64.8vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-05-02 li:nth-child(4) img:nth-child(2) {
    max-width: 213px;
    width: 15.592972181551975vw;
    margin-left: 14px;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05-02 li:nth-child(4) img:nth-child(2) {
    margin-top: 3.2vw;
    width: 56.8vw;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05-02 li:not(:nth-child(1)) {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-05-02__head {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05-02__head {
    font-size: 4.8vw;
    line-height: 1.666666666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-05-02__text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
    font-size: clamp(10px, 1.17vw, 16px);
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05-02__text {
    margin-top: 2.4vw;
    font-size: 4.266666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-05-02__note {
    margin-top: 7px;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05-02__note {
    margin-top: 2.666666666666667vw;
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-05-02__note2 {
    position: absolute;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
    bottom: -25px;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05-02__note2 {
    margin-top: 2.666666666666667vw;
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-05-02__img {
    margin-top: 21px;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05-02__img {
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-05-02__img-cap {
    margin-left: 14px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05-02__img-cap {
    margin-top: 4.266666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .interior .information-05__note {
    margin-top: 21px;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .interior .information-05__note {
    margin-top: 3.2vw;
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.movie-thumb {
  position: relative;
  cursor: pointer;
}
.movie-thumb span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26%;
}
@media screen and (max-width: 750px) {
  .movie-thumb span {
    width: 21.866666666666667vw;
  }
}
.page-performance_eco {
  background-color: #f4f4f4;
}
@media screen and (min-width: 751px) {
  .page-performance_eco {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco {
    padding-bottom: 21.333333333333336vw;
  }
}
.page-performance_eco .driving-mode .section-title {
  text-align: center;
  color: #222;
}
@media screen and (min-width: 751px) {
  .page-performance_eco .driving-mode .section-title {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin-top: 23px;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .driving-mode .section-title {
    font-size: 6.4vw;
    line-height: 1.333333333333333;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin-top: 21.333333333333336vw !important;
  }
}
.page-performance_eco .driving-mode .section-text {
  text-align: center;
  color: #222;
}
@media screen and (min-width: 751px) {
  .page-performance_eco .driving-mode .section-text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .driving-mode .section-text {
    font-size: 3.733333333333334vw;
    line-height: 1.714285714285714;
    letter-spacing: 0em;
    font-weight: 400;
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .driving-mode ul.driving-mode-container {
    margin: 120px auto 0;
    max-width: 1012px;
    width: 74.08491947291361vw;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .driving-mode ul.driving-mode-container {
    margin-top: 16vw;
  }
}
.page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content {
  position: relative;
}
@media screen and (min-width: 751px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content:nth-child(n+2) {
    margin-top: 120px;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content:nth-child(n+2) {
    margin-top: 29.333333333333332vw;
  }
}
.page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content .content-img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content .content-img {
    max-width: 736px;
    width: 53.879941434846266vw;
    margin-left: clamp(150px, 20.2vw, 276px);
  }
}
.page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content .content-info {
  position: relative;
}
@media screen and (min-width: 751px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content .content-info {
    padding: 55px 57px 43px;
    width: 52.7086383601757vw;
    max-width: 720px;
    margin-top: -90px;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content .content-info {
    padding: 1.6vw 4.533333333333333vw 5.600000000000001vw;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content .content-info .content-title {
    font-size: 28px;
    line-height: 1.392857142857143;
    letter-spacing: 0.03em;
    font-weight: 700;
    font-size: clamp(10px, 2.05vw, 28px);
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content .content-info .content-title {
    font-size: 4.8vw;
    line-height: 0.944444444444444;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
.page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content .content-info .content-title span {
  font-family: "Outfit", sans-serif;
}
@media screen and (min-width: 751px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content .content-info .content-title span {
    display: block;
    font-size: 60px;
    line-height: 1.266666666666667;
    letter-spacing: -0.05em;
    font-weight: 500;
    font-size: clamp(10px, 4.39vw, 60px);
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content .content-info .content-title span {
    font-size: 6.4vw;
    line-height: 1.25;
    letter-spacing: -0.05em;
    font-weight: 500;
    margin-right: 1.6vw;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content .content-info .content-text {
    margin-top: 24px;
    font-size: clamp(10px, 1.17vw, 16px);
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content .content-info .content-small-text {
    margin-top: 12px;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content .content-info .content-small-text {
    margin-top: 2.666666666666667vw;
  }
}
.page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content .content-screen-display {
  position: absolute;
  content: "";
}
@media screen and (min-width: 751px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content .content-screen-display {
    bottom: 8%;
    right: 8%;
    max-width: 114px;
    width: 8.345534407027818vw;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content .content-screen-display {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    bottom: -16vw;
    right: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content .content-screen-display .screen-display-img {
    width: 23.466666666666665vw;
    margin-left: 1.066666666666667vw;
  }
}
.page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content .content-screen-display .screen-display-text {
  margin-top: 4px;
}
@media screen and (min-width: 751px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content .content-screen-display .screen-display-text {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content .content-screen-display .screen-display-text {
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: right;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content:first-child .content-screen-display {
    max-width: 231px;
    width: 16.910688140556367vw;
    right: 0;
    bottom: 25%;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content:first-child .content-screen-display {
    position: absolute;
    right: 0;
    display: block;
    bottom: -12vw;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content:first-child .screen-display-img {
    width: 61.6vw;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content:nth-child(2n) .content-img {
    width: 736px;
    width: 53.879941434846266vw;
    margin: 0 clamp(150px, 20.2vw, 276px) 0 auto;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content:nth-child(2n) .content-info {
    text-align: right;
    margin: -90px 0 0 auto;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content:nth-child(2n) .content-screen-display {
    bottom: 7%;
    left: 6%;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .driving-mode ul.driving-mode-container li.driving-mode-content:nth-child(3) .content-screen-display {
    bottom: 15%;
    right: 7%;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology {
    margin-top: 26.666666666666668vw;
  }
}
.page-performance_eco .ecology .section-title {
  margin: 0 auto;
  width: 205.2px;
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .section-title {
    padding-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .section-title {
    padding-top: 16vw;
    width: 48.31999999999999vw;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-img {
    margin-top: 38px;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-img {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-hdg {
    width: 309.62px;
    margin: 50px auto 20px auto;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-hdg {
    width: 64.22933333333334vw;
    margin: 10.4vw auto 6.4vw auto;
  }
}
.page-performance_eco .ecology .ecology-text {
  text-align: center !important;
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-text {
    margin-top: 6.4vw;
    font-size: 3.733333333333334vw;
    line-height: 1.714285714285714;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.page-performance_eco .ecology .ecology-logo-wrap {
  display: grid;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-logo-wrap {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 35px;
    max-width: 880px;
    width: 64.42166910688141vw;
    margin: 35px auto 0;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-logo-wrap {
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 6.666666666666667vw;
    margin-top: 10.666666666666668vw;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-logo-wrap .ecology-logo {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-logo-wrap .ecology-logo {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-logo-wrap .ecology-logo:nth-child(n+3) {
    margin-top: 4.266666666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-logo-wrap .ecology-logo:nth-child(1) {
    grid-area: 1/1/2/2;
    margin-left: 12vw;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-logo-wrap .ecology-logo:nth-child(2) {
    grid-area: 1/2/2/3;
    margin-left: 12vw;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-logo-wrap .ecology-logo:nth-child(3) {
    grid-area: 2/1/3/2;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-logo-wrap .ecology-logo:nth-child(4) {
    grid-area: 2/2/3/3;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-logo-wrap .ecology-logo:nth-child(5) {
    grid-area: 2/3/3/4;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-content1 {
    padding: 50px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-content1 {
    padding: 6.4vw 4.533333333333333vw;
    margin-top: 10.666666666666668vw;
  }
}
.page-performance_eco .ecology .ecology-content1 .content-top {
  background-color: #faf8f6;
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-content1 .content-top {
    display: flex;
    align-items: center;
    padding: 14px 30px 14px 40px;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-content1 .content-top {
    padding: 4vw 3.2vw;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-content1 .content-top .content-img {
    margin-right: 30px;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-content1 .content-top .content-note {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-content1 .content-top .content-note {
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 4.533333333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-content1 .content-bottom {
    display: flex;
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-content1 .content-bottom {
    margin-top: 10.666666666666668vw;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-content1 .content-bottom .content-title {
    font-size: 14px;
    line-height: 1.428571428571429;
    letter-spacing: 0.03em;
    font-weight: 700;
    font-size: clamp(0px, 1.024vw, 14px);
    max-width: 245px;
    width: 17.93557833089312vw;
    margin-right: 70px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-content1 .content-bottom .content-title {
    font-size: 3.733333333333334vw;
    line-height: 1.828571428571429;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 4.266666666666667vw;
  }
}
.page-performance_eco .ecology .ecology-content1 .content-bottom .content-title span {
  display: block;
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-content1 .content-bottom .content-title span {
    font-size: 32px;
    line-height: 1.96875;
    letter-spacing: 0.03em;
    font-weight: 700;
    font-size: clamp(10px, 2.34vw, 32px);
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-content1 .content-bottom .content-title span {
    font-size: 6.4vw;
    line-height: 1.333333333333333;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
.page-performance_eco .ecology .ecology-content1 .content-bottom .content-box {
  flex: 1;
}
.page-performance_eco .ecology .ecology-content1 .content-bottom .content-box p {
  color: #222;
}
.page-performance_eco .ecology .ecology-content1 .content-bottom .content-description {
  background-color: #e8f1fc;
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-content1 .content-bottom .content-description {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 14px 30px;
    margin-top: 24px;
    width: 66%;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-content1 .content-bottom .content-description {
    margin-top: 3.2vw;
    padding: 3.733333333333334vw;
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-content1 .content-bottom .content-description .description-title {
    font-size: 13px;
    line-height: 1.969230769230769;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(10px, 0.951vw, 13px);
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-content1 .content-bottom .content-description .description-title {
    font-size: 3.466666666666666vw;
    line-height: 1.969230769230769;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-content1 .content-bottom .content-description .description-text {
    font-size: 13px;
    line-height: 1.969230769230769;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 0.951vw, 13px);
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-content1 .content-bottom .content-description .description-text {
    font-size: 3.466666666666666vw;
    line-height: 1.969230769230769;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.page-performance_eco .ecology .ecology-content1 .content-bottom .content-description-note {
  color: #000;
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-content1 .content-bottom .content-description-note {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 8px;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-content1 .content-bottom .content-description-note {
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-content2 {
    padding: 25.5px 17px 20.7px 26.5px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-content2 {
    margin-top: 6.4vw;
    padding: 10.666666666666668vw 4vw 5.333333333333334vw;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-content2 .content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-content2 .content-box-inner {
    width: 53%;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-content2 .content-title {
    font-size: 24px;
    line-height: 2.625;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-content2 .content-title {
    font-size: 6.4vw;
    line-height: 1.333333333333333;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin-bottom: 4.266666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-content2 .content-box-texts .content-description-note {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 8px;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-content2 .content-box-texts .content-description-note {
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .page-performance_eco .ecology .ecology-content2 .content-img {
    width: 52%;
  }
}
@media screen and (max-width: 750px) {
  .page-performance_eco .ecology .ecology-content2 .content-img {
    margin-top: 6.4vw;
  }
}
.page-safety {
  background-color: #f4f4f4;
}
@media screen and (min-width: 751px) {
  .page-safety {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety {
    padding-bottom: 21.333333333333336vw;
  }
}
.page-safety .statement-wrap {
  position: relative;
}
@media screen and (min-width: 751px) {
  .page-safety .statement-wrap {
    margin: 70px auto 0;
    width: 66.10541727672035vw;
    max-width: 903px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .statement-wrap {
    width: 87.46666666666667vw;
    margin: 13.066666666666665vw auto 0;
  }
}
.page-safety .statement {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .page-safety .statement {
    padding: clamp(0px, 4.48vw, 64px) clamp(0px, 8.85vw, 121px) clamp(0px, 4.48vw, 64px);
  }
}
@media screen and (max-width: 750px) {
  .page-safety .statement {
    padding: 10.666666666666668vw 2.933333333333333vw 10.666666666666668vw 4.266666666666667vw;
  }
}
.page-safety .statement-title {
  margin: auto;
  width: 281px;
  height: 70.69px;
}
@media screen and (max-width: 750px) {
  .page-safety .statement-title {
    width: 51.58133333333333vw;
    height: 13.506666666666668vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .statement-title-sub {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(14px, 1.46vw, 20px);
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .statement-title-sub {
    font-size: 4vw;
    line-height: 1.733333333333333;
    letter-spacing: 0em;
    font-weight: 700;
    margin-top: 6.666666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .statement-text {
    font-size: 16px;
    line-height: 1.725;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(0px, 1.17vw, 16px);
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .statement-text {
    font-size: 3.733333333333334vw;
    line-height: 1.714285714285714;
    letter-spacing: 0em;
    font-weight: 400;
    margin-top: 6.666666666666667vw;
  }
}
.page-safety .basic-safety {
  margin: auto;
}
@media screen and (min-width: 751px) {
  .page-safety .basic-safety {
    width: 113.2rem;
    margin-top: 70px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .basic-safety {
    margin-top: 21.333333333333336vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .basic-safety-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .basic-safety-wrap {
    margin-top: 8.533333333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .basic-safety-wrap .basic-safety-content {
    width: calc((100% - 44px) / 3);
  }
}
@media screen and (max-width: 750px) {
  .page-safety .basic-safety-wrap .basic-safety-content {
    margin-top: 5.066666666666666vw;
  }
}
.page-safety .basic-safety-wrap .basic-safety-hdg {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .page-safety .basic-safety-wrap .basic-safety-hdg {
    padding: 0 14px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .basic-safety-wrap .basic-safety-hdg {
    padding: 0 4.8vw;
  }
}
.page-safety .basic-safety-wrap .basic-safety-hdg::before {
  content: "";
  display: block;
  background: url("/car/xbee/safety/img/basic-safety/icon01.png") top/contain no-repeat;
  width: 36px;
  height: 36px;
  margin-right: 5px;
}
.page-safety .basic-safety-wrap .basic-safety-hdg.is-02::before {
  background: url("/car/xbee/safety/img/basic-safety/icon02.png") top/contain no-repeat;
}
.page-safety .basic-safety-wrap .basic-safety-hdg.is-03::before {
  background: url("/car/xbee/safety/img/basic-safety/icon03.png") top/contain no-repeat;
}
.page-safety .basic-safety-wrap .flex {
  align-items: center;
}
@media screen and (min-width: 751px) {
  .page-safety .basic-safety-wrap .basic-safety-img {
    gap: clamp(0px, calc(17 / 1366 * 100vw), 17px);
  }
}
@media screen and (max-width: 750px) {
  .page-safety .basic-safety-wrap .basic-safety-img {
    gap: 2.666666666666667vw;
  }
}
.page-safety .basic-safety-wrap .basic-safety-img img {
  border-radius: 20px 20px 0 0;
}
.page-safety .basic-safety-wrap .basic-safety-number {
  font-family: "Outfit", sans-serif;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  .page-safety .basic-safety-wrap .basic-safety-number {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -0.05em;
    font-weight: 500;
    font-size: clamp(0px, 4.393vw, 60px);
    padding: 0px 14px 0;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .basic-safety-wrap .basic-safety-number {
    font-size: 16vw;
    line-height: 1.266666666666667;
    letter-spacing: -0.05em;
    font-weight: 500;
    padding: 0px 14px 0;
  }
}
.page-safety .basic-safety-wrap .basic-safety-comment {
  background-size: contain;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .page-safety .basic-safety-wrap .basic-safety-comment {
    font-size: 12px;
    line-height: 1.416666666666667;
    letter-spacing: 0em;
    font-weight: 500;
    font-size: clamp(0px, 0.879vw, 12px);
    padding-top: clamp(0px, 0.44vw, 6px);
    height: clamp(0px, calc(37 / 1366 * 100vw), 37px);
  }
}
@media screen and (max-width: 750px) {
  .page-safety .basic-safety-wrap .basic-safety-comment {
    font-size: 3.2vw;
    line-height: 2.166666666666667;
    letter-spacing: 0em;
    font-weight: 500;
    height: 9.866666666666667vw;
  }
}
.page-safety .basic-safety-wrap .basic-safety-comment.is-01 {
  background: url("/car/xbee/safety/img/basic-safety/speech_balloon01.png") top/contain no-repeat;
}
@media screen and (min-width: 751px) {
  .page-safety .basic-safety-wrap .basic-safety-comment.is-01 {
    width: clamp(0px, 11.858vw, 162px);
  }
}
@media screen and (max-width: 750px) {
  .page-safety .basic-safety-wrap .basic-safety-comment.is-01 {
    width: 43.2vw;
  }
}
.page-safety .basic-safety-wrap .basic-safety-comment.is-02 {
  background: url("/car/xbee/safety/img/basic-safety/speech_balloon02.png") top/contain no-repeat;
}
@media screen and (min-width: 751px) {
  .page-safety .basic-safety-wrap .basic-safety-comment.is-02 {
    width: clamp(0px, 16.328vw, 223px);
  }
}
@media screen and (max-width: 750px) {
  .page-safety .basic-safety-wrap .basic-safety-comment.is-02 {
    width: 59.46666666666667vw;
  }
}
.page-safety .basic-safety-wrap .basic-safety-comment.is-03 {
  background: url("/car/xbee/safety/img/basic-safety/speech_balloon03.png") top/contain no-repeat;
}
@media screen and (min-width: 751px) {
  .page-safety .basic-safety-wrap .basic-safety-comment.is-03 {
    width: clamp(0px, 15.376vw, 210px);
  }
}
@media screen and (max-width: 750px) {
  .page-safety .basic-safety-wrap .basic-safety-comment.is-03 {
    width: 56.00000000000001vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .basic-safety-wrap .basic-safety-text {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
    padding: 0 14px;
    margin-top: 11px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .basic-safety-wrap .basic-safety-text {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
    padding: 0 4.8vw 6.4vw;
    margin: 2.933333333333333vw 0 0;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .basic-safety-wrap .basic-safety-note {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
    padding: 12px 14px 12px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .basic-safety-wrap .basic-safety-note {
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
    padding: 0 4.8vw 6.4vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .basic-safety-small-text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .basic-safety-small-text {
    margin-top: 2.666666666666667vw;
  }
}
.page-safety .active-safety {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety {
    margin-top: 100px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety {
    margin-top: 12vw;
  }
}
.page-safety .active-safety .block1 {
  position: relative;
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 70px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block1 {
    padding: 10.666666666666668vw 4vw 10.666666666666668vw 4.533333333333333vw;
    margin-top: 8.533333333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block1 .hdg-img {
    width: 60%;
    margin-right: 43px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block1 .hdg-img {
    margin: 0 auto 6.666666666666667vw;
    width: 68.30133333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block2 {
    padding: clamp(0px, 2.93vw, 40px) clamp(0px, 8.64vw, 118px);
    margin-top: 24px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block2 {
    margin-top: 6.4vw;
    padding: 10.666666666666668vw 3.466666666666666vw;
  }
}
.page-safety .active-safety .block2 .list-note {
  color: #000;
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block2 .list-note {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block2 .list-note {
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block2 .content {
    display: flex;
    padding: 25px 0 5px;
  }
}
.page-safety .active-safety .block2 .content:not(:first-child) {
  border-top: 1px solid #e2e2e2;
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block2 .content:not(:first-child) {
    padding-top: 10.666666666666668vw;
    margin-top: 10.666666666666668vw;
  }
}
.page-safety .active-safety .block2 .content .hdg {
  margin-right: 55px;
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block2 .content .hdg {
    width: 14%;
  }
}
.page-safety .active-safety .block2 .content .hdg .hdg-en {
  color: #1c75bc;
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block2 .content .hdg .hdg-en {
    font-size: 14px;
    line-height: 2.142857142857143;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block2 .content .hdg .hdg-en {
    font-size: 3.733333333333334vw;
    line-height: 2.142857142857143;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.page-safety .active-safety .block2 .content .hdg .hdg-jp {
  white-space: nowrap;
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block2 .content .hdg .hdg-jp {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(16px, 1.46vw, 20px);
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block2 .content .hdg .hdg-jp {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.page-safety .active-safety .block2 .list-content {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.page-safety .active-safety .block2 .list-content .list-item {
  display: flex;
  cursor: pointer;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block2 .list-content .list-item {
    transition: opacity 0.3s;
  }
  .page-safety .active-safety .block2 .list-content .list-item:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block2 .list-content .list-item {
    width: 98px;
    margin-bottom: 20px;
  }
  .page-safety .active-safety .block2 .list-content .list-item:not(:last-child) {
    margin-right: 16.5px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block2 .list-content .list-item {
    width: 24vw;
    margin-top: 8.533333333333333vw;
  }
  .page-safety .active-safety .block2 .list-content .list-item:not(.page-safety .active-safety .block2 .list-content .list-item:nth-child(3n)) {
    margin-right: 2.933333333333333vw;
  }
}
.page-safety .active-safety .block2 .list-content .list-item .list-text {
  color: #1c75bc;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block2 .list-content .list-item .list-text {
    font-size: 11px;
    line-height: 1.272727272727273;
    letter-spacing: 0em;
    font-weight: 600;
    margin-top: 10px;
    min-height: 30px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block2 .list-content .list-item .list-text {
    font-size: 2.666666666666667vw;
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 600;
    margin-top: 2.133333333333333vw;
  }
}
.page-safety .active-safety .block2 .list-content .list-item .list-arrow {
  width: 24px;
  height: 24px;
  margin: 5px auto 0;
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block2 .list-content .list-item .list-arrow {
    margin-top: 2.133333333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 {
    margin-top: 21.333333333333336vw;
  }
}
.page-safety .active-safety .block3 .category-list {
  position: relative;
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block3 .category-list {
    margin-top: 108px;
    padding: 54px 40px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 .category-list {
    margin-top: 10.666666666666668vw;
    padding: 13.333333333333334vw 4.533333333333333vw 8vw;
  }
}
.page-safety .active-safety .block3 h3.content-title {
  border-bottom: none !important;
  margin-top: 0 !important;
  color: #222 !important;
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block3 h3.content-title {
    font-size: 32px;
    line-height: 1.3125;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 h3.content-title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.page-safety .active-safety .block3 .content-header {
  position: relative;
  border-bottom: 1px solid #bababa;
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block3 .content-header {
    font-size: 20px;
    line-height: 3.15;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 .content-header {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 700;
    padding: 2.666666666666667vw 0 3.2vw;
  }
}
.page-safety .active-safety .block3 .content-inner {
  padding: 30px 0;
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 .content-inner {
    padding: 5.333333333333334vw 0;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 .content-item {
    margin-top: 2.666666666666667vw;
  }
}
.page-safety .active-safety .block3 .feature-top {
  display: flex;
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block3 .feature-top {
    align-items: center;
  }
}
.page-safety .active-safety .block3 .feature-top.top-align {
  align-items: start;
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block3 .feature-top.is-02 {
    margin-top: 72px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 .feature-top.is-02 {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 .feature-top.is-03,
  .page-safety .active-safety .block3 .feature-top.is-04 {
    margin-top: 5.333333333333334vw;
    align-items: center;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block3 .feature-flex-wrap {
    margin-top: 25px;
    display: flex;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block3 .feature-flex-content {
    width: 25.036603221083453vw;
    margin-right: 27px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 .feature-flex-content {
    width: 100%;
  }
}
.page-safety .active-safety .block3 .feature-flex-content .feature-img {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block3 .feature-content {
    margin-top: 10px;
    max-width: 890px;
    width: 52.7086383601757vw;
    margin-left: clamp(83px, 9.8vw, 134px);
  }
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block3 .feature-icon {
    max-width: 98px;
    width: 7.174231332357247vw;
    margin-right: clamp(20px, 3.14vw, 43px);
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 .feature-icon {
    width: 21.866666666666667vw;
    margin-right: 2.666666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block3 .feature-icon.small {
    width: 38px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 .feature-icon.small {
    width: 10.4vw;
  }
}
.page-safety .active-safety .block3 .feature-description {
  flex: 1;
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block3 .feature-description {
    padding-right: clamp(90px, 8.41vw, 115px);
  }
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block3 .feature-hdg {
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: 0.03em;
    font-weight: 700;
    font-size: clamp(15px, 1.46vw, 20px);
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 .feature-hdg {
    font-size: 4.266666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block3 .feature-hdg span {
    font-size: 12px;
    line-height: 2.416666666666667;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 .feature-hdg span {
    font-size: 3.2vw;
    line-height: 2.133333333333333;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
.page-safety .active-safety .block3 .feature-list {
  color: #222;
  background-color: #f7f7f7;
  padding: 24px 28px;
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 .feature-list {
    padding: 3.2vw;
  }
}
.page-safety .active-safety .block3 .feature-list-text {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 .feature-list-text {
    font-size: 3.466666666666666vw;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.page-safety .active-safety .block3 .feature-text {
  color: #222;
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block3 .feature-text {
    margin-top: 16px;
    font-size: clamp(12px, 1.17vw, 16px);
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 .feature-text {
    margin-top: 4vw;
  }
}
.page-safety .active-safety .block3 .feature-text.no-margin {
  margin: 0;
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block3 .feature-text.colum-2 {
    width: 25.036603221083453vw;
  }
}
.page-safety .active-safety .block3 .feature-text span {
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block3 .feature-text span {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block3 .feature-text-small {
    margin-top: 15px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 .feature-text-small {
    margin-top: 4.266666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block3 .feature-img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 .feature-img {
    margin-top: 4.266666666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 .feature-img.sp-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .page-safety .active-safety .block3 .feature-img.sp-scroll img {
    width: auto;
    max-width: none;
    max-height: 44vw;
  }
}
.page-safety .active-safety .block3 .content-note {
  border: 1px solid #cbcbcb;
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block3 .content-note {
    display: flex;
    align-items: center;
    padding: 18px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 .content-note {
    padding: 4.266666666666667vw;
    margin-top: 10.666666666666668vw;
  }
}
.page-safety .active-safety .block3 .content-note .caution-img {
  display: block;
}
@media screen and (min-width: 751px) {
  .page-safety .active-safety .block3 .content-note .caution-img {
    width: 25.07px;
    height: 21.71px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 .content-note .caution-img {
    float: left;
    margin-top: 2.666666666666667vw;
    margin-right: 1.6vw;
    width: 6.685333333333333vw;
    height: 5.789333333333333vw;
  }
}
.page-safety .active-safety .block3 .content-note span {
  flex: 1;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .page-safety .active-safety .block3 .content-note span {
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-indent: 0;
  }
}
.page-safety .feature-box {
  border: 1px solid #cbcbcb;
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 751px) {
  .page-safety .feature-box {
    margin-top: 24px;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .feature-box {
    margin-top: 4.266666666666667vw;
    padding: 0vw 4.266666666666667vw 3.733333333333334vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .feature-box .feature-box-inner {
    display: flex;
  }
}
.page-safety .feature-box .feature-box-inner-item {
  flex: 1;
}
.page-safety .feature-box .feature-box-img {
  flex: 1 1 auto;
}
@media screen and (min-width: 751px) {
  .page-safety .feature-box .feature-box-img {
    margin-top: 8px;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .feature-box .feature-box-img.is-7-0 {
    width: 162px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .feature-box .feature-box-img.is-7-0 {
    width: 50.93333333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .feature-box .feature-box-img.is-7-1 {
    width: 308px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .feature-box .feature-box-img.is-7-1 {
    width: 69.33333333333334vw;
    margin-top: 4.266666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .feature-box .feature-box-img.is-7-3 {
    width: 285px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .feature-box .feature-box-img.is-7-3 {
    margin-top: 6.4vw;
    width: 69.33333333333334vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .feature-box .feature-box-img.is-11-2 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .feature-box .feature-box-img.is-11-2 {
    width: 69.33333333333334vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .feature-box .feature-box-img.is-11-4 {
    width: 181px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .feature-box .feature-box-img.is-11-4 {
    width: 69.33333333333334vw;
  }
}
.page-safety .feature-box .feature-box-img .feature-box-img-inner {
  flex: 1;
}
.page-safety .feature-box .feature-box-img .feature-box-img-inner p {
  flex: 1;
}
.page-safety .feature-box .feature-box-img .feature-box-img-text {
  color: #222;
}
@media screen and (min-width: 751px) {
  .page-safety .feature-box .feature-box-img .feature-box-img-text {
    font-size: 12px;
    line-height: 1.666666666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .feature-box .feature-box-img .feature-box-img-text {
    white-space: nowrap;
    font-size: 3.2vw;
    line-height: 1.25;
    letter-spacing: 0.03em;
    font-weight: 400;
    margin-top: 1.066666666666667vw;
  }
}
.page-safety .feature-box .feature-box-img .feature-box-img-detail {
  flex: 1;
  color: #222;
}
@media screen and (min-width: 751px) {
  .page-safety .feature-box .feature-box-img .feature-box-img-detail {
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.03em;
    font-weight: 400;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .feature-box .feature-box-img .feature-box-img-detail {
    font-size: 3.2vw;
    line-height: 1.25;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
.page-safety .feature-box .feature-box-text {
  flex: 1 1 auto;
}
@media screen and (max-width: 750px) {
  .page-safety .feature-box .feature-box-text {
    margin-top: 4.266666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .feature-box .feature-box-text.is-7-2 {
    width: 187px;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .feature-box .feature-box-text.is-7-4 {
    width: 378px;
  }
}
.page-safety .feature-box .feature-box-text .feature-box-text-title {
  color: #222;
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 751px) {
  .page-safety .feature-box .feature-box-text .feature-box-text-title {
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .feature-box .feature-box-text .feature-box-text-title {
    font-size: 4.266666666666667vw;
    line-height: 1.375;
    letter-spacing: 0.03em;
    font-weight: 700;
    flex-flow: column;
  }
}
.page-safety .feature-box .feature-box-text .feature-box-text-title.is-red {
  margin-top: 8px;
  align-items: center;
  flex-flow: row;
}
.page-safety .feature-box .feature-box-text .feature-box-text-title.is-red::before {
  content: '';
  display: block;
  background: linear-gradient(90deg, #ef805e, #fff);
}
@media screen and (min-width: 751px) {
  .page-safety .feature-box .feature-box-text .feature-box-text-title.is-red::before {
    margin-top: 4px;
    width: 29px;
    height: 15px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .feature-box .feature-box-text .feature-box-text-title.is-red::before {
    width: 7.733333333333333vw;
    height: 4vw;
  }
}
.page-safety .feature-box .feature-box-text .feature-box-text-detail {
  color: #000;
}
@media screen and (min-width: 751px) {
  .page-safety .feature-box .feature-box-text .feature-box-text-detail {
    font-size: 14px;
    line-height: 1.428571428571429;
    letter-spacing: 0em;
    font-weight: 400;
    margin-top: 8px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .feature-box .feature-box-text .feature-box-text-detail {
    font-size: 3.733333333333334vw;
    line-height: 1.428571428571429;
    letter-spacing: 0em;
    font-weight: 400;
    margin-top: 2.4vw;
  }
}
.page-safety .feature-box .feature-box-text .feature-box-text-title-mini {
  color: #000;
}
@media screen and (min-width: 751px) {
  .page-safety .feature-box .feature-box-text .feature-box-text-title-mini {
    font-size: 12px;
    line-height: 1.666666666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .feature-box .feature-box-text .feature-box-text-title-mini {
    font-size: 3.2vw;
    line-height: 1.166666666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .is-7 {
    padding: 30px 25px;
    gap: 23px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .is-7 {
    padding: 4.533333333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .is-7 .feature-box-text {
    margin-left: 12px;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .is-7-0 .feature-box-img-text {
    text-align: right;
    white-space: nowrap;
    margin-left: 9px;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .is-7-1 .feature-box-img-text {
    text-align: right;
    margin-left: 9px;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .is-11 {
    gap: 14px;
  }
}
.page-safety .is-11 .feature-box-inner {
  gap: 15px;
}
@media screen and (min-width: 751px) {
  .page-safety .is-11 .feature-box-img {
    display: flex;
    align-items: flex-end;
    gap: 4px;
  }
}
.page-safety .is-11-2 .feature-box-img-inner {
  display: flex;
  gap: 0 !important;
}
.page-safety .is-11-0 .feature-box-text-detail {
  margin-top: 0;
}
.page-safety .is-11-4.feature-box-img {
  display: block;
}
.page-safety .collision-safety {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .page-safety .collision-safety {
    margin-top: 100px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .collision-safety {
    margin-top: 12vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .collision-safety .content-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .collision-safety .content-wrap {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .collision-safety .content-wrap li {
    padding: 2.049780380673499vw 1.464128843338214vw;
  }
  .page-safety .collision-safety .content-wrap li:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .page-safety .collision-safety .content-wrap li:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .page-safety .collision-safety .content-wrap li:nth-child(3) {
    grid-area: 2/1/3/2;
  }
  .page-safety .collision-safety .content-wrap li:nth-child(4) {
    grid-area: 2/2/3/3;
  }
  .page-safety .collision-safety .content-wrap li:nth-child(5) {
    grid-area: 3/1/4/2;
  }
  .page-safety .collision-safety .content-wrap li:nth-child(6) {
    grid-area: 3/2/4/3;
  }
  .page-safety .collision-safety .content-wrap li:nth-child(7) {
    grid-area: 4/1/5/3;
  }
  .page-safety .collision-safety .content-wrap li:nth-child(8) {
    grid-area: 5/1/6/3;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .collision-safety .content-wrap li {
    padding: 6.4vw 4.533333333333333vw;
    margin-top: 4.266666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .collision-safety .item-content {
    width: 39.53147877013177vw;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .collision-safety .item-content {
    flex: 1;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .collision-safety .item-title {
    font-size: clamp(10px, 1.46vw, 20px);
    white-space: nowrap;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .collision-safety .item-title {
    font-size: 4.8vw;
    line-height: 1.277777777777778;
    letter-spacing: 0em;
    font-weight: 700;
    width: 64vw;
  }
}
.page-safety .collision-safety .item-top {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .page-safety .collision-safety .item-icon-img {
    width: 5.27086383601757vw;
    max-width: 72px;
    margin-right: clamp(10px, 1.31vw, 18px);
  }
}
@media screen and (max-width: 750px) {
  .page-safety .collision-safety .item-icon-img {
    width: 10.666666666666668vw;
    margin-right: 3.466666666666666vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .collision-safety .item-img {
    margin-top: 12px;
    width: 10.468521229868228vw;
    max-width: 143px;
    margin-left: clamp(0px, 6.73vw, 92px);
  }
}
@media screen and (max-width: 750px) {
  .page-safety .collision-safety .item-img {
    margin-top: 3.2vw;
    width: 25.6vw;
    margin-left: 13.333333333333334vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .collision-safety .item-img2 {
    width: 24.890190336749633vw;
    margin-left: 55px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .collision-safety .item-img2 {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .collision-safety .item-text {
    margin-left: clamp(0px, 6.7vw, 92px);
    font-size: clamp(10px, 1.17vw, 16px);
    line-height: calc(25.6 / 16);
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .collision-safety .item-text {
    margin-left: 13.333333333333334vw;
    margin-top: 3.2vw;
    font-size: 3.733333333333334vw;
    line-height: 1.828571428571429;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .collision-safety .item-text.add-margin-top {
    margin-top: 10px;
  }
}
.page-safety .collision-safety .item-text.no-margin-left {
  margin-left: 0;
}
@media screen and (min-width: 751px) {
  .page-safety .collision-safety .item-text-small {
    margin-left: clamp(0px, 6.7vw, 92px);
    margin-top: 12px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .collision-safety .item-text-small {
    margin-top: 3.2vw;
    margin-left: 13.333333333333334vw;
  }
}
.page-safety .collision-safety .item-text-small.no-margin-left {
  margin-left: 0;
}
.page-safety .other {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .page-safety .other {
    margin-top: 100px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .other {
    margin-top: 12vw;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .other .content-wrap {
    display: flex;
    padding: 40px 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .other .content-wrap {
    padding: 6.4vw 4.533333333333333vw 0;
    margin-top: 10.133333333333333vw;
  }
}
.page-safety .other .content {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .page-safety .other .content {
    padding: 0 15px;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .other .content {
    padding: 6.4vw 0;
  }
}
@media screen and (min-width: 751px) {
  .page-safety .other .content:not(:first-child) {
    border-left: 1px solid #a8a8a8;
  }
}
@media screen and (max-width: 750px) {
  .page-safety .other .content:not(:first-child) {
    border-top: 1px solid #a8a8a8;
  }
}
.page-safety .other .content .item-title {
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .page-safety .other .content .item-title {
    margin-top: 2.4vw;
    font-size: 4.8vw;
    line-height: 1.277777777777778;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.page-safety .other .content .item-text {
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .page-safety .other .content .item-text {
    margin-top: 3.2vw;
  }
}
.page-safety .other .content .item-img {
  width: 74px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .page-safety .other .content .item-img {
    width: 10.933333333333334vw;
  }
}
.page-safety .other .content .item-text-small2 {
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .page-safety .other .content .item-text-small2 {
    margin-top: 4.266666666666667vw;
  }
}
.page-safety .other .content .item-text-small1 {
  margin-bottom: 24px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .page-safety .other .content .item-text-small1 {
    margin-bottom: 4.266666666666667vw;
  }
}
.styling {
  overflow: hidden;
  background: #f4f4f4;
}
.styling .zoom-figure {
  overflow: hidden;
}
.styling .zoom-figure img {
  transition: transform 1s ease;
}
.styling .zoom-figure:hover img {
  transform: scale(1.2, 1.2);
  transition: transform 1s ease;
}
@media screen and (min-width: 751px) {
  .styling #exterior {
    margin-top: 78px !important;
  }
}
@media screen and (max-width: 750px) {
  .styling #exterior {
    margin-top: 14.399999999999999vw;
  }
}
.styling #exterior .section-tag {
  width: 205.67px;
}
@media screen and (max-width: 750px) {
  .styling #exterior .section-tag {
    width: 48.31999999999999vw;
    margin-top: 18.08vw;
  }
}
.styling #exterior .section-tag::before {
  content: none;
}
@media screen and (min-width: 751px) {
  .styling .exterior__content {
    margin-top: 48.3px;
  }
}
@media screen and (max-width: 750px) {
  .styling .exterior__content {
    margin-top: 16.106666666666666vw;
  }
}
.styling .exterior__content .exterior__content__01 {
  position: relative;
}
@media screen and (min-width: 751px) {
  .styling .exterior__content .exterior__content__01 .exterior__content__detail {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 751px) {
  .styling .exterior__content .exterior__content__01 .exterior__content__hdg {
    width: 11.65%;
    margin-top: 15%;
  }
}
@media screen and (max-width: 750px) {
  .styling .exterior__content .exterior__content__01 .exterior__content__hdg {
    width: 27.31466666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .styling .exterior__content .exterior__content__01 .exterior__content__img {
    width: 84.76%;
  }
}
@media screen and (max-width: 750px) {
  .styling .exterior__content .exterior__content__01 .exterior__content__img {
    width: 80.68533333333333vw;
    margin-top: 4.88vw;
  }
}
@media screen and (min-width: 751px) {
  .styling .exterior__content .exterior__content__01 .exterior__content__text {
    margin-top: 2%;
  }
}
@media screen and (max-width: 750px) {
  .styling .exterior__content .exterior__content__01 .exterior__content__text {
    margin-top: 3.12vw;
  }
}
@media screen and (min-width: 751px) {
  .styling .exterior__content .exterior__content__01 .exterior__content__text p {
    font-size: clamp(0px, 0.73vw, 10px);
    position: absolute;
    line-height: 1.6;
    letter-spacing: 0.05em;
    left: 19.47%;
  }
}
@media screen and (max-width: 750px) {
  .styling .exterior__content .exterior__content__01 .exterior__content__text p {
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
    width: 80.80000000000001vw;
  }
}
.styling .exterior__content .exterior__content__01 .exterior__content__img__sub {
  position: absolute;
}
@media screen and (min-width: 751px) {
  .styling .exterior__content .exterior__content__01 .exterior__content__img__sub {
    width: 17.5%;
    top: 52%;
  }
}
@media screen and (max-width: 750px) {
  .styling .exterior__content .exterior__content__01 .exterior__content__img__sub {
    width: 20.938666666666666vw;
    top: -1.866666666666667vw;
    right: 0;
  }
}
@media screen and (min-width: 751px) {
  .styling .exterior__content .exterior__content__wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 12%;
  }
}
@media screen and (max-width: 750px) {
  .styling .exterior__content .exterior__content__wrap {
    margin-top: 15.946666666666665vw;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 751px) {
  .styling .exterior__content .exterior__content__wrap.is-low {
    margin-top: 5%;
  }
}
@media screen and (max-width: 750px) {
  .styling .exterior__content .exterior__content__wrap.is-low {
    margin-top: 0;
  }
}
@media screen and (min-width: 751px) {
  .styling .exterior__content .exterior__content__02,
  .styling .exterior__content .exterior__content__03,
  .styling .exterior__content .exterior__content__04,
  .styling .exterior__content .exterior__content__05 {
    width: 48.5%;
  }
}
@media screen and (max-width: 750px) {
  .styling .exterior__content .exterior__content__02,
  .styling .exterior__content .exterior__content__03,
  .styling .exterior__content .exterior__content__04,
  .styling .exterior__content .exterior__content__05 {
    width: 80.552vw;
  }
}
@media screen and (min-width: 751px) {
  .styling .exterior__content .exterior__content__02 .exterior__content__img,
  .styling .exterior__content .exterior__content__03 .exterior__content__img,
  .styling .exterior__content .exterior__content__04 .exterior__content__img,
  .styling .exterior__content .exterior__content__05 .exterior__content__img {
    margin-top: 4%;
  }
}
@media screen and (max-width: 750px) {
  .styling .exterior__content .exterior__content__02 .exterior__content__img,
  .styling .exterior__content .exterior__content__03 .exterior__content__img,
  .styling .exterior__content .exterior__content__04 .exterior__content__img,
  .styling .exterior__content .exterior__content__05 .exterior__content__img {
    margin-top: 3.231999999999999vw;
  }
}
@media screen and (min-width: 751px) {
  .styling .exterior__content .exterior__content__02 .exterior__content__text,
  .styling .exterior__content .exterior__content__03 .exterior__content__text,
  .styling .exterior__content .exterior__content__04 .exterior__content__text,
  .styling .exterior__content .exterior__content__05 .exterior__content__text {
    margin-top: 2%;
  }
}
@media screen and (max-width: 750px) {
  .styling .exterior__content .exterior__content__02 .exterior__content__text,
  .styling .exterior__content .exterior__content__03 .exterior__content__text,
  .styling .exterior__content .exterior__content__04 .exterior__content__text,
  .styling .exterior__content .exterior__content__05 .exterior__content__text {
    margin-top: 2.906666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .styling .exterior__content .exterior__content__02 .exterior__content__text p,
  .styling .exterior__content .exterior__content__03 .exterior__content__text p,
  .styling .exterior__content .exterior__content__04 .exterior__content__text p,
  .styling .exterior__content .exterior__content__05 .exterior__content__text p {
    font-size: clamp(0px, 0.73vw, 10px);
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) {
  .styling .exterior__content .exterior__content__02 .exterior__content__text p,
  .styling .exterior__content .exterior__content__03 .exterior__content__text p,
  .styling .exterior__content .exterior__content__04 .exterior__content__text p,
  .styling .exterior__content .exterior__content__05 .exterior__content__text p {
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .styling .exterior__content .exterior__content__02 {
    margin-left: auto;
  }
}
@media screen and (min-width: 751px) {
  .styling .exterior__content .exterior__content__02 .exterior__content__hdg {
    max-width: 227.24px;
    width: 16.635431918008788vw;
  }
}
@media screen and (max-width: 750px) {
  .styling .exterior__content .exterior__content__02 .exterior__content__hdg {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .styling .exterior__content .exterior__content__02 .exterior__content__hdg img {
    width: 50.04533333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .styling .exterior__content .exterior__content__03 .exterior__content__hdg {
    max-width: 152.92px;
    width: 11.194729136163982vw;
  }
}
@media screen and (max-width: 750px) {
  .styling .exterior__content .exterior__content__03 .exterior__content__hdg {
    width: 33.49066666666667vw;
    margin-top: 15.546666666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .styling .exterior__content .exterior__content__04 {
    margin-left: auto;
  }
}
@media screen and (min-width: 751px) {
  .styling .exterior__content .exterior__content__04 .exterior__content__hdg {
    max-width: 130.88px;
    width: 9.58125915080527vw;
  }
}
@media screen and (max-width: 750px) {
  .styling .exterior__content .exterior__content__04 .exterior__content__hdg {
    margin-top: 15.68vw;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .styling .exterior__content .exterior__content__04 .exterior__content__hdg img {
    width: 28.97866666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .styling .exterior__content .exterior__content__05 .exterior__content__hdg {
    max-width: 138.8px;
    width: 10.161054172767205vw;
  }
}
@media screen and (max-width: 750px) {
  .styling .exterior__content .exterior__content__05 .exterior__content__hdg {
    width: 30.384vw;
    margin-top: 15.920000000000002vw;
  }
}
@media screen and (min-width: 751px) {
  .styling #interior {
    padding-bottom: 120.1px;
    margin-top: 119.3px !important;
  }
}
@media screen and (max-width: 750px) {
  .styling #interior {
    margin-top: 28.26666666666667vw;
    padding-bottom: 22.96vw;
  }
}
.styling #interior .section-tag {
  width: 205.67px;
  margin-bottom: 77px;
}
@media screen and (max-width: 750px) {
  .styling #interior .section-tag {
    width: 48.31999999999999vw;
    margin-bottom: 14.426666666666668vw;
  }
}
.styling #interior .section-tag::before {
  content: none;
}
.styling .interior__photos {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 751px) {
  .styling .interior__photos {
    margin-top: 21.1px;
    padding: 32px 0;
    border-radius: 20px;
  }
}
@media screen and (max-width: 750px) {
  .styling .interior__photos {
    margin-top: 6.453333333333333vw;
    padding: 8.533333333333333vw 0 7.866666666666666vw;
    border-radius: 5.333333333333334vw;
  }
}
.styling .interior__photos-head {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .styling .interior__photos-head {
    font-size: 18px;
    line-height: 1.422222222222222;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .styling .interior__photos-head {
    font-size: 4.266666666666667vw;
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
.styling .interior__photos-list {
  position: relative;
  margin: auto;
}
@media screen and (min-width: 751px) {
  .styling .interior__photos-list {
    margin-top: 19px;
    max-width: 905px;
    width: 66.25183016105417vw;
  }
}
@media screen and (max-width: 750px) {
  .styling .interior__photos-list {
    margin-top: 5.600000000000001vw;
  }
}
@media screen and (min-width: 751px) {
  .styling .interior__photos-list li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .styling .interior__photos-list li {
    margin: 0 2.666666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .styling .interior__photos-note {
    text-align: right;
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .styling .interior__photos-note {
    text-align: center;
    margin-top: 2.133333333333333vw;
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.styling .interior__photos-list_pagination.swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  width: auto;
  right: 0;
  top: 0;
  z-index: 0;
}
@media screen and (min-width: 751px) {
  .styling .interior__photos-list_pagination.swiper-pagination {
    margin-top: 7px;
  }
}
@media screen and (max-width: 750px) {
  .styling .interior__photos-list_pagination.swiper-pagination {
    margin-top: 4.533333333333333vw;
  }
}
.styling .interior__photos-list_pagination.swiper-pagination .swiper-pagination-bullet {
  background: #cbcbcb;
  opacity: 1;
  transition: background 0.3s;
}
@media screen and (min-width: 751px) {
  .styling .interior__photos-list_pagination.swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 750px) {
  .styling .interior__photos-list_pagination.swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.8vw;
    width: 1.866666666666667vw;
    height: 1.866666666666667vw;
  }
}
.styling .interior__photos-list_pagination.swiper-pagination .swiper-pagination-bullet:hover,
.styling .interior__photos-list_pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.styling .interior__photos-list_arrow {
  position: absolute;
  cursor: pointer;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  background: #000;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .styling .interior__photos-list_arrow {
    transition: opacity 0.3s;
  }
  .styling .interior__photos-list_arrow:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 751px) {
  .styling .interior__photos-list_arrow {
    top: 40%;
    width: clamp(30px, 2.85vw, 39px);
    height: clamp(30px, 2.85vw, 39px);
  }
}
@media screen and (max-width: 750px) {
  .styling .interior__photos-list_arrow {
    bottom: -2.933333333333333vw;
    width: 8.533333333333333vw;
    height: 8.533333333333333vw;
  }
}
.styling .interior__photos-list_arrow::after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.146%22%20height%3D%2216.459%22%20viewBox%3D%220%200%2010.146%2016.459%22%3E%3Cpath%20d%3D%22M-5198.779-8081.212l8%2C7.5-8%2C7.5%22%20transform%3D%22translate(5199.463%208081.941)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 751px) {
  .styling .interior__photos-list_arrow::after {
    width: 10px;
  }
}
@media screen and (max-width: 750px) {
  .styling .interior__photos-list_arrow::after {
    width: 2.666666666666667vw;
  }
}
.styling .interior__photos-list_arrow.__prev {
  transform: scaleX(-1);
}
@media screen and (min-width: 751px) {
  .styling .interior__photos-list_arrow.__prev {
    left: -7.5%;
  }
}
@media screen and (max-width: 750px) {
  .styling .interior__photos-list_arrow.__prev {
    left: 20.8vw;
  }
}
@media screen and (min-width: 751px) {
  .styling .interior__photos-list_arrow.__next {
    right: -7.5%;
  }
}
@media screen and (max-width: 750px) {
  .styling .interior__photos-list_arrow.__next {
    right: 20.8vw;
  }
}
@media screen and (min-width: 751px) {
  .styling .interior__photos__annotation p {
    font-size: clamp(0px, 0.73vw, 10px);
    line-height: 1.4;
    letter-spacing: 0.05em;
    max-width: 905px;
    width: 66.25183016105417vw;
    margin: 20.1px auto 0;
  }
}
@media screen and (max-width: 750px) {
  .styling .interior__photos__annotation p {
    text-align: left;
    margin-top: 9.066666666666666vw;
    padding: 0 4.266666666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .styling .interior__photos-note {
    text-align: right;
    margin-top: 6px;
  }
}
@media screen and (max-width: 750px) {
  .styling .interior__photos-note {
    text-align: center;
    margin-top: 2.053333333333333vw;
  }
}
.styling .interior__head {
  font-family: "Outfit", sans-serif;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .styling .interior__head {
    font-size: 30px;
    letter-spacing: -0.05em;
    font-weight: 500;
    line-height: 38px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .styling .interior__head {
    font-size: 6.4vw;
    line-height: 1.25;
    letter-spacing: -0.05em;
    font-weight: 500;
    padding: 0;
  }
}
.styling .interior__head.is-low {
  margin-top: 105.1px;
}
@media screen and (max-width: 750px) {
  .styling .interior__head.is-low {
    margin-top: 22.933333333333334vw;
  }
}
.styling .interior__point {
  background: #fff;
}
@media screen and (min-width: 751px) {
  .styling .interior__point {
    margin-top: 24px;
    border-radius: 20px;
    padding: clamp(16px, 2.34vw, 32px) clamp(20px, 3.87vw, 53px);
  }
}
@media screen and (max-width: 750px) {
  .styling .interior__point {
    margin-top: 6.4vw;
    padding: 6.4vw 4vw 9.866666666666667vw;
    border-radius: 5.333333333333334vw;
  }
}
.styling .interior__point-description p {
  color: #222;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .styling .interior__point-description p {
    font-size: 18px;
    line-height: 1.422222222222222;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  .styling .interior__point-description p {
    font-size: 4.266666666666667vw;
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
.styling .interior__point__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 751px) {
  .styling .interior__point__wrap {
    margin-top: 27.7px;
  }
}
@media screen and (min-width: 751px) {
  .styling .interior__point-list {
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  .styling .interior__point-list {
    margin-top: 7.199999999999999vw;
  }
}
@media screen and (min-width: 751px) {
  .styling .interior__point-list li {
    max-width: 260px;
    width: 19.03367496339678vw;
  }
}
@media screen and (min-width: 751px) {
  .styling .interior__point-list li:not(:nth-child(1)) {
    margin-left: 12px;
  }
}
@media screen and (max-width: 750px) {
  .styling .interior__point-list li:not(:nth-child(1)) {
    margin-top: 5.333333333333334vw;
  }
}
.styling .interior__point-text {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .styling .interior__point-text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(0px, 1.17vw, 16px);
  }
}
@media screen and (max-width: 750px) {
  .styling .interior__point-text {
    margin-top: 2.4vw;
    font-size: 3.733333333333334vw;
    line-height: 1.714285714285714;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
