@charset "UTF-8";
html:has(dialog[open]) {
  overflow: hidden;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
}

.breadcrumbs {
  display: flex;
  gap: 0 0.7320644217vw;
  font-size: 0.878477306vw;
  margin: 2.196193265vw 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    gap: 0 2.6666666667vw;
    font-size: 3.2vw;
    margin: 3.2vw 0 16.5333333333vw;
  }
}
.breadcrumbs a {
  color: #000;
}
.breadcrumbs li + li::before {
  content: ">";
  display: inline-block;
  margin-right: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .breadcrumbs li + li::before {
    margin-right: 2.6666666667vw;
  }
}

.carrysection__title {
  font-size: 2.0497803807vw;
  font-weight: 700;
  text-align: center;
  margin-top: 5.4172767204vw;
}
@media screen and (max-width: 768px) {
  .carrysection__title {
    font-size: 6.4vw;
  }
}
.carrysection__subtitle {
  font-size: 1.1713030747vw;
  text-align: center;
  margin-top: 0.7320644217vw;
  margin-bottom: 2.1229868228vw;
}
@media screen and (max-width: 768px) {
  .carrysection__subtitle {
    font-size: 4.2666666667vw;
    margin-top: 3.7333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.carrysection__subsectitle {
  font-size: 1.756954612vw;
  font-weight: 600;
  padding-left: 1.4641288433vw;
  position: relative;
  margin-top: 4.0263543192vw;
  margin-bottom: 1.0980966325vw;
}
@media screen and (max-width: 768px) {
  .carrysection__subsectitle {
    font-size: 5.3333333333vw;
    padding-left: 4.8vw;
  }
}
.carrysection__subsectitle::before {
  content: "";
  width: 0.7320644217vw;
  height: 100%;
  background-color: #F08C00;
  position: absolute;
  border-radius: 0.2196193265vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .carrysection__subsectitle::before {
    width: 2.6666666667vw;
    border-radius: 0.8vw;
  }
}
.carrysection__subsectitle__green::before {
  background-color: #627857;
}
.carrysection__subsectitle__half::before {
  background: linear-gradient(to bottom, #F08C00 50%, #627857 50%);
}
.carrysection .movie__box {
  background: url("/car/carry/styling/img/movie__bac.png") no-repeat center/contain;
  width: 100%;
  height: 36.6032210835vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.3674963397vw;
}
@media screen and (max-width: 768px) {
  .carrysection .movie__box {
    background: none;
    border: none;
    height: 94.1333333333vw;
    overflow: visible;
  }
  .carrysection .movie__box::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 94.1333333333vw;
    background: url("/car/carry/styling/img/movie__bac-sp.png") no-repeat center/contain;
    z-index: 0;
  }
}
.carrysection .movie__box .movies {
  width: 33.8213762811vw;
  height: 21.0102489019vw;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .carrysection .movie__box .movies {
    width: 86.9333333333vw;
    height: 53.8666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.carrysection .section__note {
  font-size: 0.878477306vw;
  color: #000;
  letter-spacing: -0.0219619327vw;
  margin-bottom: 4.39238653vw;
}
@media screen and (max-width: 768px) {
  .carrysection .section__note {
    font-size: 3.2vw;
  }
}
.carrysection figcaption {
  font-size: 0.878477306vw;
}

.choice a {
  color: #000;
}
.choice__list {
  display: flex;
  height: 4.0263543192vw;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .choice__list {
    flex-wrap: wrap;
    gap: 1.8666666667vw 0;
    margin-top: 4.2666666667vw;
    height: 100%;
  }
}
.choice__item {
  width: 12.8111273792vw;
  height: 100%;
  border: 2px solid #000;
  border-radius: 0.3660322108vw;
  font-size: 1.317715959vw;
  text-align: center;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.choice__item::before {
  content: "";
  position: absolute;
  width: 200%;
  inset: 0;
  background-color: #f28300;
  transform: translate(-100%, 0%);
  transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}
@media (hover: hover) and (pointer: fine) {
  .choice__item:hover {
    border: 2px solid #c86b00;
  }
  .choice__item:hover::before {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  .choice__item {
    width: 41.0666666667vw;
    height: 12.8vw;
    font-size: 4vw;
    border: 2px solid #000;
    border-radius: 1.0666666667vw;
  }
}
.choice__item::after {
  content: "▼";
  position: absolute;
  bottom: 0.2928257687vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.317715959vw;
  pointer-events: none;
}
.choice__link {
  padding-bottom: 1.0248901903vw;
  padding-top: 0.1464128843vw;
}
.choice .carry02::before {
  background-color: #627857;
}
@media (hover: hover) and (pointer: fine) {
  .choice .carry02:hover {
    border: 2px solid #34402e;
    color: #ffffff;
  }
  .choice .carry02:hover a {
    color: #fff;
  }
}
.choice__sub {
  font-size: 0.9516837482vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .choice__sub {
    font-size: 2.6666666667vw;
  }
}

.js-fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.js-fadein.is-inview {
  opacity: 1;
  transform: translateY(0);
}

._indent {
  padding-left: 1em;
  text-indent: -1em;
}

._indentNum {
  padding-left: 3ch;
  text-indent: -3ch;
}

.color-note {
  color: #969696;
  font-size: 0.878477306vw;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  .color-note {
    font-size: 3.2vw;
  }
}

.dialog {
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  width: fit-content;
  height: fit-content;
  max-width: auto;
  max-height: auto;
  padding: 0;
  border: none;
  background: transparent;
  padding-bottom: 3.5rem;
}

.dialog[open] {
  display: flex;
  margin: auto;
}

.dialog::backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.closeTrigger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: none;
  cursor: pointer;
}

.closeTrigger::before,
.closeTrigger::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1px;
  background: #ffffff;
  position: absolute;
}

.closeTrigger::before {
  transform: rotateZ(45deg);
}

.closeTrigger::after {
  transform: rotateZ(-45deg);
}

.video {
  width: 48rem;
  aspect-ratio: 16/9;
  border: none;
}
@media screen and (max-width: 768px) {
  .video {
    width: 86.6666666667vw;
  }
}

button[aria-label=動画を再生する] {
  background-color: transparent;
}

/*--------------------------*/
.carry_detail {
  position: relative;
}
.carry_detail section {
  scroll-margin-top: 157px;
}
@media screen and (max-width: 768px) {
  .carry_detail section {
    scroll-margin-top: 126px;
  }
}
.carry_detail .breadcrumbs {
  margin-bottom: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_detail .breadcrumbs {
    margin-bottom: 0;
    padding-top: 8vw;
  }
}
.carry_detail .skewbtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36.6032210835vw;
  height: 5.710102489vw;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  z-index: 1;
  transform: skewX(-45deg);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 6.4421669107vw;
}
.carry_detail .skewbtn span {
  transform: skewX(45deg);
  display: inline-block;
  font-size: 2.635431918vw;
}
@media screen and (max-width: 768px) {
  .carry_detail .skewbtn {
    width: 80vw;
    height: 12.2666666667vw;
  }
  .carry_detail .skewbtn span {
    color: #ffffff;
    font-size: 6.4vw;
  }
}
.carry_detail .choice {
  margin-bottom: 6.7349926794vw;
}
@media screen and (max-width: 768px) {
  .carry_detail .choice {
    margin-bottom: 20.5333333333vw;
  }
}
.carry_detail .choice .choice-heading {
  width: 31.1859443631vw;
  margin: 0 auto;
  margin-bottom: 7.3206442167vw;
}
@media screen and (max-width: 768px) {
  .carry_detail .choice .choice-heading {
    width: 61.3333333333vw;
    margin-bottom: 8vw;
    margin-top: 6.6666666667vw;
  }
}
.carry_detail .choice__item {
  padding: 0;
}
.carry_detail .choice__item::after {
  content: "▼";
  position: absolute;
  bottom: 0.2928257687vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5124450952vw;
  font-size: 0.5124450952vw;
}
@media screen and (max-width: 768px) {
  .carry_detail .choice__item::after {
    font-size: 1.8666666667vw;
    bottom: 1.0666666667vw;
  }
}
.carry_detail .choice__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
  padding-bottom: 0.3660322108vw;
}
.carry_detail .supercarry {
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url("/car/carry/styling/img/section__separator.png");
  background-size: 70.2781844802vw auto;
  background-position: center top;
  padding-top: 7.5402635432vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry {
    background-image: url("/car/carry/detail/img/section__separator-sp.png");
    background-size: 100% auto;
    padding-top: 17.6vw;
    margin-bottom: 0;
  }
}
.carry_detail .supercarry:nth-child(odd) {
  background-color: #FAFAFA;
}
.carry_detail .supercarry__img {
  height: 5.1244509517vw;
  width: auto;
  text-align: center;
  margin-bottom: 6.588579795vw;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry__img {
    height: 13.3333333333vw;
    margin-bottom: 9.8666666667vw;
  }
}
.carry_detail .supercarry__img img {
  width: auto;
  height: 100%;
}
.carry_detail .supercarry__x {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 5.270863836vw;
  border-bottom: 1px solid #646464;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry__x {
    padding-bottom: 13.3333333333vw;
  }
}
.carry_detail .supercarry__x.l, .carry_detail .supercarry__x.kc01 {
  border: none;
}
.carry_detail .supercarry__x + .supercarry__x {
  margin-top: 5.5636896047vw;
}
.carry_detail .supercarry__x .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 13.7628111274vw;
  max-width: 19.8389458272vw;
  height: 4.831625183vw;
  line-height: 1;
  font-size: 3.074670571vw;
  color: #ffffff;
  border-radius: 2.4158125915vw;
  margin: 0 auto;
  background-color: #282828;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry__x .badge {
    min-width: 27.2vw;
    max-width: 27.2vw;
    height: 10.4vw;
    font-size: 4.2666666667vw;
    border-radius: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.carry_detail .supercarry__x .badge .sub {
  font-size: 2.196193265vw;
}
.carry_detail .supercarry__x .badge--wide {
  width: 100%;
}
.carry_detail .supercarry__x .car-selector {
  margin-top: 4.6120058565vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry__x .car-selector {
    flex-direction: column;
  }
}
.carry_detail .supercarry__x .car-selector__image {
  width: 33.6749633968vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry__x .car-selector__image {
    width: 100%;
  }
}
.carry_detail .supercarry__x .car-selector .zoom {
  width: 5.8565153734vw;
  position: absolute;
  right: 0;
  bottom: 6.588579795vw;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry__x .car-selector .zoom {
    width: 21.3333333333vw;
    bottom: 22.6666666667vw;
    right: 5.3333333333vw;
  }
}
.carry_detail .supercarry__x .car-selector__name {
  text-align: center;
  white-space: nowrap;
  margin-top: 2.196193265vw;
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry__x .car-selector__name {
    font-size: 4.2666666667vw;
    margin-top: 8vw;
  }
}
.carry_detail .supercarry__x .car-selector__colors {
  display: flex;
  gap: 1.0980966325vw;
  margin: 0 auto;
  margin-top: 1.317715959vw;
  width: fit-content;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry__x .car-selector__colors {
    gap: 3.2vw;
  }
}
.carry_detail .supercarry__x .car-selector__color-text {
  font-size: 1.4641288433vw;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry__x .car-selector__color-text {
    font-size: 4.2666666667vw;
  }
}
.carry_detail .supercarry__x .car-selector__color-btn {
  width: 2.4890190337vw;
  height: 2.4890190337vw;
  border-radius: 50%;
  border: 0.0732064422vw solid #323232;
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry__x .car-selector__color-btn {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.carry_detail .supercarry__x .car-selector__color-btn.is-current {
  border: 3px solid #323232;
  box-sizing: content-box;
}
.carry_detail .supercarry__x .car-selector__color-btn[data-color=WBW] {
  background-color: #939999;
}
.carry_detail .supercarry__x .car-selector__color-btn[data-color=ZJ3] {
  background-color: #231915;
}
.carry_detail .supercarry__x .car-selector__color-btn[data-color=ZZC] {
  background-color: #798073;
}
.carry_detail .supercarry__x .car-selector__color-btn[data-color="26U"] {
  background-color: #ffffff;
}
.carry_detail .supercarry__x .car-selector__color-btn[data-color=Z2S] {
  background-color: #BCC8CE;
}
.carry_detail .supercarry__x .car-selector__color-btn[data-color=ZJP] {
  background-color: #15697A;
}
.carry_detail .supercarry__x .car-selector__color-btn[data-color=ZWD] {
  background-color: #EF832C;
}
.carry_detail .supercarry__x .car-selector__right {
  width: 33.9677891654vw;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry__x .car-selector__right {
    width: 100%;
    margin-top: 8.5333333333vw;
  }
}
.carry_detail .supercarry__x .car-selector__right .car-selector__title {
  font-size: 1.3909224012vw;
  font-weight: 500;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry__x .car-selector__right .car-selector__title {
    font-size: 4vw;
    text-align: center;
    font-weight: 400;
    margin-bottom: 6.4vw;
  }
}
.carry_detail .supercarry__x .car-selector__right .price-list {
  margin-top: 2.196193265vw;
  display: flex;
  flex-direction: column;
}
.carry_detail .supercarry__x .car-selector__right .price-list .price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.7320644217vw;
}
.carry_detail .supercarry__x .car-selector__right .price-list .price-item__title {
  font-size: 1.1713030747vw;
  color: #000;
  font-weight: 500;
  padding-bottom: 1.756954612vw;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry__x .car-selector__right .price-list .price-item__title {
    font-size: 3.4666666667vw;
    padding-bottom: 6.4vw;
  }
}
.carry_detail .supercarry__x .car-selector__right .price-list .price-item__value {
  text-align: right;
}
.carry_detail .supercarry__x .car-selector__right .price-list .price-item__value .price-item__prices {
  font-size: 3.2210834553vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry__x .car-selector__right .price-list .price-item__value .price-item__prices {
    font-size: 8vw;
  }
}
.carry_detail .supercarry__x .car-selector__right .price-list .price-item__value .price-item__yen {
  font-size: 1.3909224012vw;
  margin-left: 0.439238653vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry__x .car-selector__right .price-list .price-item__value .price-item__yen {
    font-size: 3.4666666667vw;
    margin-left: 1.6vw;
  }
}
.carry_detail .supercarry__x .car-selector__right .price-list .price-item__value .price-item__tax {
  display: block;
  font-size: 1.2445095168vw;
  color: #959595;
  margin-top: 0.2928257687vw;
  margin-right: 0.3660322108vw;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry__x .car-selector__right .price-list .price-item__value .price-item__tax {
    font-size: 2.9333333333vw;
    margin-top: 1.6vw;
  }
}
.carry_detail .supercarry__x .car-selector__right .price-list .price-item:last-child {
  margin-bottom: 0;
}
.carry_detail .supercarry__x .hoverbtn {
  margin-top: 4.39238653vw;
  display: inline-block;
  border: 0;
  background-color: #323232;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry__x .hoverbtn {
    background-color: #F08C01;
    height: 10.6666666667vw;
    width: 61.3333333333vw;
    margin-top: 7.2vw;
  }
}
.carry_detail .supercarry__x .hoverbtn span {
  padding-right: 3.3674963397vw;
  position: relative;
  padding-top: 1.0248901903vw;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry__x .hoverbtn span {
    font-size: 4.2666666667vw;
    padding-top: 1.6vw;
    color: #000;
  }
}
.carry_detail .supercarry__x .hoverbtn span::after {
  content: "";
  width: 1.1713030747vw;
  height: 0.5856515373vw;
  background: url("/car/carry/detail/img/price__arrow.svg") no-repeat center/contain;
  position: absolute;
  top: 1.5373352855vw;
  right: 0vw;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry__x .hoverbtn span::after {
    width: 4.2666666667vw;
    height: 2.1333333333vw;
    top: 3.4666666667vw;
    right: -2.1333333333vw;
    background: url("/car/carry/detail/img/price__arrow-black.svg") no-repeat center/contain;
  }
}
@media (hover: hover) and (pointer: fine) {
  .carry_detail .supercarry__x .hoverbtn:hover span::after {
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url("/car/carry/detail/img/price__arrow-black.svg") no-repeat center/contain;
    right: -0.5333333333vw;
  }
}
.carry_detail .supercarry .features {
  display: flex;
  justify-content: space-between;
  margin-top: 4.6852122987vw;
  margin-bottom: 5.1244509517vw;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry .features {
    flex-direction: column;
    margin-top: 11.7333333333vw;
    margin-bottom: 12vw;
  }
}
.carry_detail .supercarry .features .big {
  width: 33.6749633968vw;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry .features .big {
    width: 100%;
  }
  .carry_detail .supercarry .features .big figcaption {
    font-size: 3.4666666667vw;
  }
}
.carry_detail .supercarry .feature-item {
  width: 22.4743777452vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry .feature-item {
    width: 100%;
  }
}
.carry_detail .supercarry .feature-item figcaption {
  margin-top: 0.7320644217vw;
  font-size: 0.9516837482vw;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry .feature-item figcaption {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry .hoverbtn {
    height: 10.6666666667vw;
    width: 61.3333333333vw;
    margin-top: 7.2vw;
    background-color: #617857;
  }
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry .hoverbtn span {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry .hoverbtn span::after {
    background: url("/car/carry/detail/img/price__arrow.svg") no-repeat center/contain;
  }
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry .hoverbtn__super {
    height: 10.6666666667vw;
    width: 61.3333333333vw;
    margin-top: 7.2vw;
    background-color: #F08C01;
  }
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry .hoverbtn__super span {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .carry_detail .supercarry .hoverbtn__super span::after {
    background: url("/car/carry/detail/img/price__arrow-black.svg") no-repeat center/contain;
  }
}
.carry_detail .l {
  padding-top: 5.5636896047vw;
  padding-bottom: 12.2254758419vw;
}
@media screen and (max-width: 768px) {
  .carry_detail .l {
    padding-top: 11.2vw;
    padding-bottom: 25.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_detail .l .zoom {
    bottom: 18.6666666667vw;
  }
}
.carry_detail .l::after {
  display: none;
}
.carry_detail .l .feature-item:nth-of-type(1) {
  width: 26.0614934114vw;
}
@media screen and (max-width: 768px) {
  .carry_detail .l .feature-item:nth-of-type(1) {
    width: 100%;
  }
}
.carry_detail .l .feature-item:nth-of-type(2), .carry_detail .l .feature-item:nth-of-type(3) {
  width: 20.6442166911vw;
}
@media screen and (max-width: 768px) {
  .carry_detail .l .feature-item:nth-of-type(2), .carry_detail .l .feature-item:nth-of-type(3) {
    width: 100%;
  }
}
.carry_detail .l .feature-item:nth-of-type(1) {
  width: 26.0614934114vw;
}
@media screen and (max-width: 768px) {
  .carry_detail .l .feature-item:nth-of-type(1) {
    width: 100%;
  }
}
.carry_detail .l .feature-item:nth-of-type(2), .carry_detail .l .feature-item:nth-of-type(3) {
  width: 20.6442166911vw;
}
@media screen and (max-width: 768px) {
  .carry_detail .l .feature-item:nth-of-type(2), .carry_detail .l .feature-item:nth-of-type(3) {
    width: 100%;
  }
}

.carry .kx .feature-item {
  width: 33.6749633968vw;
}
@media screen and (max-width: 768px) {
  .carry .kx .feature-item {
    width: 100%;
  }
}
.carry .kc01, .carry .kc02 {
  padding-top: 5.5636896047vw;
}
@media screen and (max-width: 768px) {
  .carry .kc01, .carry .kc02 {
    padding-top: 11.2vw;
  }
}
.carry .kc01::after, .carry .kc02::after {
  display: block;
}
.carry .kc01 .br, .carry .kc02 .br {
  display: none;
}
@media screen and (max-width: 768px) {
  .carry .kc01 .br, .carry .kc02 .br {
    display: block;
  }
}
.carry .kc01 .feature-item figcaption, .carry .kc02 .feature-item figcaption {
  font-size: 1.0248901903vw;
}
@media screen and (max-width: 768px) {
  .carry .kc01 .feature-item figcaption, .carry .kc02 .feature-item figcaption {
    font-size: 3.7333333333vw;
  }
}
.carry .kc01 .feature-item {
  width: 33.6749633968vw;
}
@media screen and (max-width: 768px) {
  .carry .kc01 .feature-item {
    width: 100%;
  }
}
.carry .kc01 .feature-item {
  width: 33.6749633968vw;
}
@media screen and (max-width: 768px) {
  .carry .kc01 .feature-item {
    width: 100%;
  }
}
.carry .kc03 .feature-item {
  width: 22.6939970717vw;
}
.carry .kc02 .price__badge {
  width: 10.980966325vw;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .carry .kc02 .price__badge {
    width: 26.6666666667vw;
  }
}
.carry .kc02::after {
  display: none;
}

.detail__bottom {
  background-image: url("/car/carry/styling/img/section__separator.png");
  background-repeat: no-repeat;
  background-size: 70.2781844802vw auto;
  background-position: center top;
  position: relative;
  padding-top: 7.3206442167vw;
  margin-bottom: 5.1244509517vw;
  /*--- リサイクル料金表 レイアウト ---*/
  /*--- リサイクル料金表 レイアウト END ---*/
}
@media screen and (max-width: 768px) {
  .detail__bottom {
    background-size: 100% auto;
    padding-top: 12.2666666667vw;
  }
}
.detail__bottom .bottom__title {
  font-size: 1.756954612vw;
  font-weight: 600;
  padding-left: 1.4641288433vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .detail__bottom .bottom__title {
    font-size: 5.3333333333vw;
    padding-left: 4.2666666667vw;
  }
}
.detail__bottom .bottom__title::before {
  content: "";
  width: 0.7320644217vw;
  height: 2.5622254758vw;
  background-color: #F08C00;
  position: absolute;
  border-radius: 0.2196193265vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .detail__bottom .bottom__title::before {
    width: 2.6666666667vw;
    height: 9.3333333333vw;
    border-radius: 0.8vw;
  }
}
.detail__bottom .bottom__list {
  display: flex;
  justify-content: center;
  gap: 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  .detail__bottom .bottom__list {
    flex-wrap: wrap;
    margin-top: 6.6666666667vw;
    margin-bottom: 9.6vw;
  }
}
.detail__bottom .bottom__list .pdfmark::before {
  content: "";
  background: url("/car/carry/detail/img/pdf__mark.png") no-repeat center/contain;
  position: absolute;
  width: 1.2445095168vw;
  height: 1.3909224012vw;
  right: 0.878477306vw;
}
@media screen and (max-width: 768px) {
  .detail__bottom .bottom__list .pdfmark::before {
    width: 3.2vw;
    height: 3.7333333333vw;
    right: 1.6vw;
    top: 3.4666666667vw;
  }
}
.detail__bottom .bottom__list .reproduction::before {
  content: "";
  background: url("/car/carry/detail/img/reproduction__mark.png") no-repeat center/contain;
  position: absolute;
  width: 0.6588579795vw;
  height: 0.5856515373vw;
  right: 1.4641288433vw;
  top: 1.9765739385vw;
}
@media screen and (max-width: 768px) {
  .detail__bottom .bottom__list .reproduction::before {
    width: 2.4vw;
    height: 2.1333333333vw;
    right: 2.6666666667vw;
    top: 4.2666666667vw;
  }
}
.detail__bottom .bottom__item {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
  width: 16.4714494876vw;
  padding: 1.4641288433vw 0;
  text-align: center;
  border-radius: 0.7320644217vw;
  font-size: 1.0248901903vw;
  position: relative;
  margin-top: 1.8301610542vw;
  margin-bottom: 4.0995607613vw;
  font-weight: 500;
  padding-right: 1.0248901903vw;
}
@media screen and (max-width: 768px) {
  .detail__bottom .bottom__item {
    font-size: 2.6666666667vw;
    width: 41.6vw;
    padding: 3.2vw 0;
    padding-right: 3.7333333333vw;
    margin-bottom: 0;
    border-radius: 2.6666666667vw;
    margin-top: 0;
  }
}
.detail__bottom .parent {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr repeat(2, 1.25fr);
  grid-template-rows: 1fr auto 1fr;
  width: 100%;
  font-size: 1.0980966325vw;
  font-weight: 500;
  margin-top: 2.4158125915vw;
  border: 1px solid #000;
  border-right: none;
}
.detail__bottom .parent .grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.detail__bottom .parent .prices {
  border-bottom: none;
}
.detail__bottom .parent .menu {
  background-color: #F5F5F5;
  text-align: center;
}
.detail__bottom .div1 {
  grid-area: 1/1/2/5;
  padding: 1.4641288433vw;
}
.detail__bottom .div2 {
  grid-area: 2/1/3/2;
}
.detail__bottom .div3 {
  grid-area: 3/1/4/2;
}
.detail__bottom .div4 {
  grid-area: 2/2/3/3;
}
.detail__bottom .div5 {
  grid-area: 3/2/4/3;
}
.detail__bottom .div6 {
  grid-area: 2/3/3/4;
}
.detail__bottom .div7 {
  grid-area: 3/3/4/4;
}
.detail__bottom .div8 {
  grid-area: 2/4/3/5;
}
.detail__bottom .div9 {
  grid-area: 3/4/4/5;
}
.detail__bottom .div10 {
  grid-area: 1/5/3/6;
}
.detail__bottom .div11 {
  grid-area: 3/5/4/6;
}
.detail__bottom .div12 {
  grid-area: 1/6/3/7;
}
.detail__bottom .div12.menu {
  background-color: #646464;
  color: #fff;
}
.detail__bottom .div13 {
  grid-area: 3/6/4/7;
}
@media screen and (max-width: 768px) {
  .detail__bottom .parent {
    display: grid;
    grid-template-columns: 20.8vw 44.2666666667vw 21.0666666667vw;
    grid-template-rows: repeat(6, 1fr);
    font-size: 3.2vw;
    margin-top: 9.6vw;
    border: 1px solid #000;
    border-right: none;
    border-bottom: none;
  }
  .detail__bottom .parent .prices {
    border-bottom: 1px solid #000;
  }
  .detail__bottom .parent .sub {
    height: 8vw;
  }
  .detail__bottom .div1 {
    grid-area: 1/1/5/2;
  }
  .detail__bottom .div2 {
    grid-area: 1/2/2/3;
  }
  .detail__bottom .div2 br {
    display: none;
  }
  .detail__bottom .div3 {
    grid-area: 1/3/2/4;
  }
  .detail__bottom .div4 {
    grid-area: 2/2/3/3;
  }
  .detail__bottom .div5 {
    grid-area: 2/3/3/4;
  }
  .detail__bottom .div6 {
    grid-area: 3/2/4/3;
  }
  .detail__bottom .div7 {
    grid-area: 3/3/4/4;
  }
  .detail__bottom .div8 {
    grid-area: 4/2/5/3;
  }
  .detail__bottom .div9 {
    grid-area: 4/3/5/4;
  }
  .detail__bottom .div10 {
    grid-area: 5/1/6/3;
  }
  .detail__bottom .div11 {
    grid-area: 5/3/6/4;
    border-bottom: none;
  }
  .detail__bottom .div12 {
    grid-area: 6/1/7/3;
  }
  .detail__bottom .div13 {
    grid-area: 6/3/7/4;
    border-bottom: none;
  }
}
.detail__bottom .table__note {
  color: #969696;
  font-size: 0.878477306vw;
  line-height: 1.667;
  margin-top: 0.3660322108vw;
}
@media screen and (max-width: 768px) {
  .detail__bottom .table__note {
    font-size: 3.2vw;
    margin-top: 2.1333333333vw;
  }
}
.detail__bottom__note {
  font-size: 0.878477306vw;
  line-height: 1.667;
  margin-top: 2.0497803807vw;
  color: #969696;
}
@media screen and (max-width: 768px) {
  .detail__bottom__note {
    font-size: 3.2vw;
    line-height: 7.4666666667vw;
    margin-top: 3.2vw;
    margin-bottom: 33.8666666667vw;
  }
}
.detail__bottom .red {
  color: #D90010;
}

.carry_interior {
  color: #000;
}
.carry_interior img {
  vertical-align: middle;
}
.carry_interior .pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .carry_interior .pc-only {
    display: none;
  }
}
.carry_interior sup {
  font-size: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_interior sup {
    font-size: 2.6666666667vw;
  }
}
.carry_interior .br {
  display: none;
}
@media screen and (max-width: 768px) {
  .carry_interior .br {
    display: block;
  }
}
.carry_interior section {
  scroll-margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .carry_interior section {
    scroll-margin-top: 106px;
  }
}
@media screen and (max-width: 768px) {
  .carry_interior .breadcrumbs {
    padding-top: 16.2666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
.carry_interior .choice {
  margin-bottom: 7.3206442167vw;
}
.carry_interior .skewbtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28.5505124451vw;
  height: 5.710102489vw;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  z-index: 1;
  transform: skewX(-45deg);
  margin: 0 auto;
  display: flex;
  margin-bottom: 5.5636896047vw;
}
.carry_interior .skewbtn span {
  transform: skewX(45deg);
  display: inline-block;
  font-size: 2.635431918vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .skewbtn {
    width: 80vw;
    height: 12.2666666667vw;
  }
  .carry_interior .skewbtn span {
    color: #ffffff;
    font-size: 6.4vw;
  }
}
.carry_interior .carrysection__subsectitle sup {
  position: relative;
  top: -0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carrysection__subsectitle sup {
    top: -2.6666666667vw;
  }
}
.carry_interior .choice__item {
  width: 34.1142020498vw;
  height: 5.8565153734vw;
  font-size: 1.6105417277vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .choice__item {
    width: 41.0666666667vw;
    height: 12.8vw;
    font-size: 4vw;
  }
}
.carry_interior .choice__item::after {
  font-size: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .choice__item::after {
    font-size: 2.1333333333vw;
  }
}
.carry_interior .choice__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
  padding-bottom: 0.3660322108vw;
}
.carry_interior .choice .choice-heading {
  width: 34.5534407028vw;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 6.5153733529vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .choice .choice-heading {
    width: 68.8vw;
    margin-bottom: 12.2666666667vw;
  }
}
.carry_interior figcaption {
  color: #969696;
  font-size: 0.878477306vw;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  .carry_interior figcaption {
    font-size: 3.2vw;
  }
}
.carry_interior .supercarry, .carry_interior .carry-supercarry {
  background-color: #FAFAFA;
}
.carry_interior .carry::before {
  display: none;
}
.carry_interior .carrysection {
  position: relative;
  background-image: url("/car/carry/styling/img/section__separator.png");
  background-repeat: no-repeat;
  background-size: 70.2781844802vw auto;
  background-position: center top;
  padding-top: 6.8814055637vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carry_interior .carrysection {
    background-image: url("/car/carry/detail/img/section__separator-sp.png");
    background-size: 100% auto;
    padding-top: 13.3333333333vw;
  }
}
.carry_interior .carrysection__imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4890190337vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carrysection__imgs {
    width: 78.4vw;
    margin: 0 auto;
    margin-bottom: 17.0666666667vw;
    gap: 2.1333333333vw;
  }
  .carry_interior .carrysection__imgs .supercarry__img {
    height: 11.2vw;
  }
}
.carry_interior .carrysection__title {
  font-size: 2.0497803807vw;
  font-weight: 700;
  text-align: center;
  margin-top: 5.4172767204vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carrysection__title {
    font-size: 6.4vw;
  }
}
.carry_interior .carrysection__subtitle {
  font-size: 1.1713030747vw;
  text-align: center;
  margin-top: 0.7320644217vw;
  margin-bottom: 2.1229868228vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carrysection__subtitle {
    font-size: 4.2666666667vw;
    margin-top: 3.7333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.carry_interior .carrysection .movie__box {
  background: url("/car/carry/interior/img/interiormovie__bac.png") no-repeat center/contain;
  width: 70.2781844802vw;
  height: 30.3806734993vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.196193265vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carrysection .movie__box {
    background: none;
    border: none;
    width: 80vw;
    height: 94.1333333333vw;
    overflow: visible;
    margin-bottom: 8vw;
  }
  .carry_interior .carrysection .movie__box::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 92.8vw;
    background: url("/car/carry/interior/img/movie__bac-sp.png") no-repeat center/contain;
    z-index: 0;
  }
}
.carry_interior .carrysection .movie__box .movies {
  width: 30.0146412884vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .carry_interior .carrysection .movie__box .movies {
    width: 86.9333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.carry_interior .carrysection .movie__box__caption {
  color: #000;
  font-weight: 600;
  font-size: 1.6105417277vw;
  margin-top: auto;
  margin-bottom: 2.4890190337vw;
  position: relative;
  width: 26.3543191801vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carrysection .movie__box__caption {
    font-size: 4.8vw;
    white-space: nowrap;
    margin-bottom: 12.8vw;
    width: 80vw;
  }
}
.carry_interior .carrysection .movie__box__caption::before {
  content: "";
  background-color: #000;
  width: 0.439238653vw;
  height: 1.9033674963vw;
  position: absolute;
  top: 0.2928257687vw;
  left: -1.317715959vw;
  border-radius: 0.1464128843vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carrysection .movie__box__caption::before {
    width: 1.6vw;
    height: 100%;
    border-radius: 0.5333333333vw;
    left: -3.7333333333vw;
  }
}
.carry_interior .carrysection .section__note {
  color: #969696;
  font-size: 0.878477306vw;
  line-height: 1.667;
  margin-bottom: 4.39238653vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carrysection .section__note {
    font-size: 3.2vw;
  }
}
.carry_interior .subsection02, .carry_interior .subsection03, .carry_interior .subsection04, .carry_interior .subsection05 {
  width: 33.8945827233vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .subsection02, .carry_interior .subsection03, .carry_interior .subsection04, .carry_interior .subsection05 {
    width: 100%;
  }
}
.carry_interior .subsection__detail {
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .subsection__detail {
    font-size: 4.2666666667vw;
  }
}
.carry_interior .supercarry {
  padding-bottom: 7.6866764275vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry {
    padding-top: 17.3333333333vw;
    margin-bottom: 0;
    padding-bottom: 14.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .carrysection__title {
    margin-top: 6.6666666667vw;
  }
}
.carry_interior .supercarry .smooth {
  margin-top: 0;
}
.carry_interior .supercarry__img {
  width: auto;
  height: 5.1244509517vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry__img {
    height: 13.3333333333vw;
    margin: 0 auto;
  }
}
.carry_interior .supercarry__img img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry__img {
    width: 58.6666666667vw;
  }
}
.carry_interior .supercarry .subsection01 .carrysection__subsectitle {
  margin-top: 1.4641288433vw;
}
.carry_interior .supercarry .subsection01__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection01__flex {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.carry_interior .supercarry .subsection01__img {
  width: 33.8945827233vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection01__img {
    width: 100%;
    margin: 0;
    margin-bottom: 1.0666666667vw;
  }
}
.carry_interior .supercarry .subsection01__detail {
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection01__detail {
    font-size: 4.2666666667vw;
  }
}
.carry_interior .supercarry .subsection01__note {
  color: #969696;
  font-size: 0.878477306vw;
  line-height: 1.667;
  margin-top: 1.0980966325vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection01__note {
    font-size: 3.2vw;
    margin-bottom: 3.2vw;
  }
}
.carry_interior .supercarry .subsection0205flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3.1478770132vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection0205flex {
    flex-direction: column;
    row-gap: 11.2vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection0205flex .subsection02__img, .carry_interior .supercarry .subsection0205flex .subsection03__img {
    margin: 0;
    margin-top: 1.0666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
.carry_interior .supercarry .subsection0205flex .subsection04, .carry_interior .supercarry .subsection0205flex .subsection05 {
  margin-bottom: 0.7320644217vw;
}
.carry_interior .supercarry .subsection0205flex .subsection04 figure, .carry_interior .supercarry .subsection0205flex .subsection05 figure {
  margin: 0;
  margin-bottom: 0.3660322108vw;
}
.carry_interior .supercarry .subsection0205flex .subsection04 figcaption, .carry_interior .supercarry .subsection0205flex .subsection05 figcaption {
  margin-top: 0.3660322108vw;
}
.carry_interior .supercarry .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .pc {
    display: none;
  }
}
.carry_interior .supercarry .sub0405 {
  margin-bottom: 2.4890190337vw;
  line-height: 1.667;
}
.carry_interior .supercarry .subsection05 .subsection__detail {
  letter-spacing: -0.0007320644vw;
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection05 .subsection__detail {
    letter-spacing: -0.0266666667vw;
    font-size: 4.2666666667vw;
    margin: 4vw 0 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection06 .sp {
    display: none;
  }
}
.carry_interior .supercarry .subsection06__img {
  margin: 0;
  margin-bottom: 0.439238653vw;
}
.carry_interior .supercarry .subsection06__box {
  border-radius: 0.7320644217vw;
  margin-top: 2.635431918vw;
  overflow: hidden;
  background-color: #F8ECD9;
  padding-bottom: 1.756954612vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection06__box {
    margin-top: 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.carry_interior .supercarry .subsection06 .carrysection__subsectitle {
  margin-top: 0;
  letter-spacing: -0.0219619327vw;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection06 .carrysection__subsectitle {
    margin-bottom: 2.6666666667vw;
    white-space: normal;
    letter-spacing: -0.1866666667vw;
  }
}
.carry_interior .supercarry .subsection06 .subsection__detail {
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection06 .subsection__detail {
    letter-spacing: -0.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
.carry_interior .supercarry .subsection06 .section__note {
  margin-top: 1.0248901903vw;
}
.carry_interior .supercarry .subsection06 .note__height {
  line-height: 1.6;
}
.carry_interior .supercarry .subsection06__bac {
  background-color: #F08C01;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding-top: 1.0248901903vw;
  padding-bottom: 1.0248901903vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection06__bac {
    flex-direction: column;
    padding-bottom: 4.8vw;
    width: 100%;
    padding-top: 5.3333333333vw;
    padding-left: 0.5333333333vw;
  }
}
.carry_interior .supercarry .subsection06__bac .bac__title {
  font-size: 1.6105417277vw;
  font-weight: 700;
  padding-left: 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection06__bac .bac__title {
    font-size: 5.3333333333vw;
    white-space: nowrap;
  }
}
.carry_interior .supercarry .subsection06__bac .bac__text {
  font-size: 1.1713030747vw;
  font-weight: 400;
  padding-left: 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection06__bac .bac__text {
    font-size: 4.2666666667vw;
    white-space: nowrap;
  }
}
.carry_interior .supercarry .subsection06 .bac__boxs {
  margin-top: 1.4641288433vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection06 .bac__boxs {
    flex-direction: column;
    padding: 0 2.6666666667vw;
    gap: 6.4vw;
    margin-top: 5.3333333333vw;
  }
}
.carry_interior .supercarry .subsection06 .bac__boxs .section__note {
  margin: 0;
}
.carry_interior .supercarry .subsection06 .box {
  width: 32.4304538799vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection06 .box {
    width: 100%;
  }
}
.carry_interior .supercarry .subsection06 .box__title {
  font-size: 1.317715959vw;
  font-weight: 700;
  margin-top: 0.878477306vw;
  margin-bottom: 1.6105417277vw;
  position: relative;
  color: #F08C01;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection06 .box__title {
    font-size: 4.8vw;
    margin-bottom: 5.8666666667vw;
  }
}
.carry_interior .supercarry .subsection06 .box__title::after {
  content: "";
  width: 100%;
  height: 0.0732064422vw;
  min-height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: -0.7320644217vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection06 .box__title::after {
    bottom: -2.6666666667vw;
  }
}
.carry_interior .supercarry .subsection06 .box__detail {
  font-size: 1.0248901903vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection06 .box__detail {
    font-size: 3.7333333333vw;
  }
}
.carry_interior .supercarry .subsection06 .open {
  margin-left: 0.7320644217vw;
}
.carry_interior .supercarry .subsection06 .box03, .carry_interior .supercarry .subsection06 .box04 {
  margin-top: 3.2210834553vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection06 .box03 {
    order: 4;
    margin-top: 0;
  }
}
.carry_interior .supercarry .subsection06 .box04 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection06 .box04 {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}
.carry_interior .supercarry .subsection06 .box04 .box__left {
  width: 17.2035139092vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection06 .box04 .box__left {
    width: 100%;
  }
}
.carry_interior .supercarry .subsection06 .box04 .box__left .box04__img01 {
  width: 7.027818448vw;
  position: absolute;
  bottom: 0.878477306vw;
  right: 0;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection06 .box04 .box__left .box04__img01 {
    width: 25.6vw;
    top: -56vw;
    left: 0;
  }
}
.carry_interior .supercarry .subsection06 .box04 .box04__img02 {
  width: 14.055636896vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection06 .box04 .box04__img02 {
    width: 48vw;
    margin-left: auto;
  }
}
.carry_interior .supercarry .subsection06 .section__note {
  margin-bottom: 0;
  padding-bottom: 0.2928257687vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection06 .section__note {
    padding: 0;
    line-height: 1.8;
  }
}
.carry_interior .supercarry .subsection06 .left {
  padding-left: 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection06 .left {
    padding-left: 5.8666666667vw;
    padding-right: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.carry_interior .supercarry .subsection07 .carrysection__subsectitle {
  margin-top: 4.39238653vw;
  margin-bottom: 2.0497803807vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection07 .carrysection__subsectitle {
    margin-top: 8.5333333333vw;
    letter-spacing: -0.0266666667vw;
  }
}
.carry_interior .supercarry .subsection07__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 4.39238653vw;
  margin-bottom: 2.196193265vw;
}
.carry_interior .supercarry .subsection07__img {
  width: 33.8945827233vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection07__img {
    width: 100%;
  }
  .carry_interior .supercarry .subsection07__img figcaption {
    margin-top: 2.1333333333vw;
  }
}
.carry_interior .supercarry .subsection07 .section__note {
  margin-top: 0.878477306vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection07 .section__note {
    margin-top: 6.4vw;
    margin-bottom: 14.9333333333vw;
  }
}
.carry_interior .supercarry .subsection07__detail {
  width: 69.5461200586vw;
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection07__detail {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}
.carry_interior .supercarry .subsection08__detail {
  font-size: 1.1713030747vw;
  margin-bottom: 2.5622254758vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection08__detail {
    margin-top: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.carry_interior .supercarry .subsection08__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.4641288433vw 0;
  margin-top: 1.9765739385vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection08__flex {
    margin-top: 3.2vw;
    gap: 3.2vw 0;
  }
}
.carry_interior .supercarry .subsection08__box {
  width: 33.8945827233vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection08__box {
    width: 100%;
    margin-top: 2.1333333333vw;
  }
  .carry_interior .supercarry .subsection08__box figcaption {
    font-size: 3.4666666667vw;
  }
}
.carry_interior .supercarry .subsection08__box .section__note {
  margin-bottom: 1.0248901903vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection08 .box03 {
    order: 4;
  }
}
.carry_interior .supercarry .subsection08__img {
  margin-bottom: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection08__img figcaption {
    margin-top: 2.6666666667vw;
  }
}
.carry_interior .supercarry .subsection08__title {
  font-size: 1.317715959vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection08__title {
    font-size: 4.8vw;
  }
}
.carry_interior .supercarry .subsection08 .section__note {
  margin-bottom: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .carry_interior .supercarry .subsection08 .section__note {
    font-size: 3.2vw;
  }
}
.carry_interior .carry__img {
  width: 30.3806734993vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry__img {
    width: 61.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_interior .carry {
    margin-bottom: 0;
  }
  .carry_interior .carry .supercarry__mainimg {
    margin-bottom: 8vw;
  }
  .carry_interior .carry .supercarry__mainimg figcaption {
    font-size: 2.6666666667vw;
  }
}
.carry_interior .carry .carrysection__title {
  margin-top: 3.6603221083vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .carrysection__title {
    margin-top: 9.8666666667vw;
  }
}
.carry_interior .carry .subsection01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection01 {
    flex-direction: column;
  }
  .carry_interior .carry .subsection01 .carrysection__subsectitle {
    padding-left: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .carry_interior .carry .subsection01 .carrysection__subsectitle {
    margin-bottom: 6.1333333333vw;
  }
  .carry_interior .carry .subsection01 .carrysection__subsectitle sup {
    position: relative;
    top: -2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection01 .sp {
    display: none;
  }
}
.carry_interior .carry .subsection01__flex {
  width: 43.4846266471vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection01__flex {
    width: 100%;
  }
}
.carry_interior .carry .subsection01__detail {
  font-size: 1.1713030747vw;
  margin-bottom: 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection01__detail {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.carry_interior .carry .subsection01__img {
  width: 24.5973645681vw;
  padding-top: 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection01__img {
    width: 100%;
    margin-bottom: 12.5333333333vw;
  }
}
.carry_interior .carry .subsection01 .section__note {
  margin-bottom: 1.4641288433vw;
}
.carry_interior .carry .subsection0304flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection0304flex {
    flex-direction: column;
  }
}
.carry_interior .carry .subsection03 {
  width: 33.8945827233vw;
}
.carry_interior .carry .subsection03 .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection03 {
    width: 100%;
  }
}
.carry_interior .carry .subsection03 .carrysection__subsectitle {
  margin-bottom: 3.7333333333vw;
}
.carry_interior .carry .subsection03__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection03__flex {
    flex-direction: column;
  }
}
.carry_interior .carry .subsection03__detail {
  width: 18.0087847731vw;
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection03__detail {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}
.carry_interior .carry .subsection03__img {
  width: 13.2503660322vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection03__img {
    width: 100%;
    margin-bottom: 10.9333333333vw;
  }
}
.carry_interior .carry .subsection04 {
  width: 33.8945827233vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection04 {
    width: 100%;
  }
}
.carry_interior .carry .subsection04 .carrysection__subsectitle {
  margin-bottom: 5.3333333333vw;
}
.carry_interior .carry .subsection04__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection04__flex {
    flex-direction: column;
  }
}
.carry_interior .carry .subsection04__detail {
  width: 13.17715959vw;
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection04__detail {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}
.carry_interior .carry .subsection04__img {
  width: 19.0336749634vw;
}
.carry_interior .carry .subsection04__img figcaption {
  font-size: 0.878477306vw;
  text-align: right;
  padding-right: 0.7320644217vw;
  margin-top: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection04__img figcaption {
    font-size: 2.6666666667vw;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection04__img {
    width: 100%;
  }
}
.carry_interior .carry .subsection04__text {
  font-size: 0.9516837482vw;
  margin-bottom: 9.663250366vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection04__text {
    font-size: 2.6666666667vw;
    transform: translateY(-4.2666666667vw);
    margin-bottom: 15.2vw;
  }
}
.carry_interior .carry .subsection05 {
  width: 100%;
}
.carry_interior .carry .subsection05__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection05__flex {
    flex-direction: column;
  }
}
.carry_interior .carry .subsection05 .carrysection__subsectitle {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection05 .carrysection__subsectitle {
    margin-bottom: 4.2666666667vw;
  }
}
.carry_interior .carry .subsection05__detail {
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection05__detail {
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.carry_interior .carry .subsection05__img01 {
  width: 45.9736456808vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection05__img01 {
    width: 100%;
  }
}
.carry_interior .carry .subsection05__img02 {
  width: 23.2064421669vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection05__img02 {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
}
.carry_interior .carry .subsection05 .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection05 .sp {
    display: block;
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection05 figure {
    margin: 0;
  }
}
.carry_interior .carry .subsection05 figcaption {
  font-size: 0.878477306vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection05 figcaption {
    font-size: 3.2vw;
    letter-spacing: -0.1333333333vw;
  }
}
.carry_interior .carry .subsection06 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.carry_interior .carry .subsection06 .carrysection__subsectitle {
  margin-top: 2.196193265vw;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection06 .carrysection__subsectitle {
    margin-bottom: 1.6vw;
  }
}
.carry_interior .carry .subsection06 .section__note {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection06 .section__note {
    margin-bottom: 5.3333333333vw;
    width: 100%;
  }
}
.carry_interior .carry .subsection06__text {
  font-size: 0.878477306vw;
  padding-left: 2.9282576867vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection06__text {
    font-size: 3.2vw;
    padding-left: 0;
    white-space: nowrap;
  }
}
.carry_interior .carry .subsection06__box {
  width: 33.8945827233vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection06__box {
    width: 100%;
  }
}
.carry_interior .carry .subsection06__detail {
  margin-bottom: 0.7320644217vw;
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection06__detail {
    font-size: 4.2666666667vw;
  }
}
.carry_interior .carry .subsection06__img {
  width: 13.17715959vw;
  position: relative;
}
.carry_interior .carry .subsection06__img::before {
  content: "";
  background-color: #707070;
  position: absolute;
  width: 0.0732064422vw;
  min-width: 1px;
  height: 100%;
  top: 0;
  left: -0.5856515373vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection06__img::before {
    height: 80%;
    left: -1.3333333333vw;
    top: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection06__img {
    width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection06 .bordernon::before {
    display: none;
  }
}
.carry_interior .carry .subsection06 .fast::before {
  display: none;
}
.carry_interior .carry .subsection06 .detailboxs__title {
  font-weight: 700;
  font-size: 1.6105417277vw;
  text-align: center;
  margin-bottom: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection06 .detailboxs__title {
    font-size: 5.3333333333vw;
    padding-top: 4.2666666667vw;
    position: relative;
  }
}
.carry_interior .carry .subsection06__imgboxs {
  display: flex;
  justify-content: center;
  gap: 0.7320644217vw;
  margin-bottom: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection06__imgboxs {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4.8vw;
  }
}
.carry_interior .carry .subsection06__detailboxs {
  border: 0.0732064422vw solid #000;
  width: 100%;
  border-radius: 1.0248901903vw;
  padding: 1.4641288433vw 1.6105417277vw 1.8301610542vw 1.6837481698vw;
  margin-top: 1.5373352855vw;
  margin-bottom: 3.4407027818vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection06__detailboxs {
    border: 0.2666666667vw solid #000;
    border-radius: 3.2vw;
    padding: 4.8vw 2.1333333333vw 2.2693997072vw 2.1333333333vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 14.6666666667vw;
    position: relative;
  }
  .carry_interior .carry .subsection06__detailboxs::before {
    content: "";
    position: absolute;
    width: 80.2666666667vw;
    height: 0.2666666667vw;
    min-height: 1px;
    background-color: #707070;
    bottom: 49.6vw;
    left: 2.6666666667vw;
    z-index: 5;
  }
  .carry_interior .carry .subsection06__detailboxs::after {
    content: "";
    position: absolute;
    width: 80.2666666667vw;
    height: 0.2666666667vw;
    min-height: 1px;
    background-color: #707070;
    bottom: 73.6vw;
    left: 2.6666666667vw;
    z-index: 5;
  }
}
.carry_interior .carry .subsection06__detailboxs .section__note {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry .subsection06__detailboxs .section__note {
    font-size: 3.2vw;
    text-align: left;
    padding-bottom: 5.3333333333vw;
  }
}
.carry_interior .carry-supercarry {
  padding-top: 7.3206442167vw;
  margin-bottom: 0;
  padding-bottom: 8.345534407vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry {
    padding-top: 22.6666666667vw;
  }
}
.carry_interior .carry-supercarry .subsection01-1 {
  display: flex;
  justify-content: space-between;
  margin-top: 2.196193265vw;
  margin-bottom: 2.196193265vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection01-1 {
    flex-direction: column;
  }
  .carry_interior .carry-supercarry .subsection01-1 .carrysection__subsectitle {
    padding-left: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection01-1 .carrysection__subsectitle {
    margin-bottom: 6.1333333333vw;
  }
  .carry_interior .carry-supercarry .subsection01-1 .carrysection__subsectitle sup {
    position: relative;
    top: -2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection01-1 .sp {
    display: none;
  }
}
.carry_interior .carry-supercarry .subsection01-1__flex {
  width: 43.4846266471vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection01-1__flex {
    width: 100%;
  }
}
.carry_interior .carry-supercarry .subsection01-1__detail {
  font-size: 1.1713030747vw;
  margin-bottom: 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection01-1__detail {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.carry_interior .carry-supercarry .subsection01-1__img {
  width: 24.5973645681vw;
  padding-top: 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection01-1__img {
    width: 100%;
    margin-bottom: 12.5333333333vw;
  }
}
.carry_interior .carry-supercarry .subsection01-1 .section__note {
  margin-bottom: 1.4641288433vw;
}
.carry_interior .carry-supercarry .subsection02 {
  width: 100%;
}
.carry_interior .carry-supercarry .subsection02 .carrysection__subsectitle {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection02 .carrysection__subsectitle {
    white-space: nowrap;
  }
}
.carry_interior .carry-supercarry .subsection02__boxs {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection02__boxs {
    flex-direction: column;
  }
}
.carry_interior .carry-supercarry .subsection02__right {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 3.1478770132vw;
}
.carry_interior .carry-supercarry .subsection02__right .box02__detail {
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection02__right .box02__detail {
    font-size: 4.2666666667vw;
    margin: 5.3333333333vw 0;
  }
}
.carry_interior .carry-supercarry .subsection02__box {
  width: 33.8945827233vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection02__box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection02 .box01 .subsection02__img {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection02 .box02 {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.6666666667vw;
  }
}
.carry_interior .carry-supercarry .subsection02 .box02__detail {
  margin-top: 1.0980966325vw;
}
.carry_interior .carry-supercarry .subsection02 .secmovie__inner {
  width: 33.8945827233vw;
  height: 17.6427525622vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection02 .secmovie__inner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 84.8vw;
    margin-top: 7.7333333333vw;
    margin-bottom: 0vw;
  }
}
.carry_interior .carry-supercarry .subsection02 .secmovie__box {
  background: url("/car/carry/interior/img/interiorsubmovie__bac.png") no-repeat center/cover;
  width: 33.8945827233vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1.9033674963vw 2.0497803807vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection02 .secmovie__box {
    background: url(/car/carry/interior/img/movie__bac-sp.png) no-repeat center/cover;
    width: 100vw;
    height: 84.8vw;
    position: relative;
  }
}
.carry_interior .carry-supercarry .subsection02 .secmovie__box__caption {
  color: #000;
  font-weight: 600;
  font-size: 1.6105417277vw;
  position: relative;
  width: 21.9619326501vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection02 .secmovie__box__caption {
    font-size: 4.8vw;
    width: 80vw;
  }
}
.carry_interior .carry-supercarry .subsection02 .secmovie__box__caption::before {
  content: "";
  background-color: #000;
  width: 0.439238653vw;
  height: 1.9033674963vw;
  position: absolute;
  top: 0.2928257687vw;
  left: -1.317715959vw;
  border-radius: 0.1464128843vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection02 .secmovie__box__caption::before {
    width: 1.6vw;
    height: 6.9333333333vw;
    border-radius: 0.5333333333vw;
    left: -2.6666666667vw;
  }
}
.carry_interior .carry-supercarry .subsection02 .secmovie {
  width: 24.3045387994vw;
  border-radius: 0.7320644217vw;
  position: relative;
  margin-bottom: 0.878477306vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection02 .secmovie {
    width: 85.8666666667vw;
    margin-bottom: 3.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .carrysection__title {
    margin-top: 11.7333333333vw;
  }
}
.carry_interior .carry-supercarry .carrysection__subtitle {
  margin-bottom: 4.0263543192vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .carrysection__subtitle {
    margin-bottom: 8.2666666667vw;
  }
}
.carry_interior .carry-supercarry .carry-supercarry__mainimg {
  margin: 0;
}
.carry_interior .carry-supercarry .carry-supercarry__mainimg figcaption {
  margin-top: 0.7320644217vw;
}
.carry_interior .carry-supercarry .equipment__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2.196193265vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .equipment__list {
    row-gap: 8vw;
    justify-content: center;
  }
}
.carry_interior .carry-supercarry .equipment__item {
  width: 21.9619326501vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .equipment__item {
    width: 80.2666666667vw;
  }
}
.carry_interior .carry-supercarry .equipment__title {
  font-size: 1.317715959vw;
  font-weight: 600;
  margin-top: 0.2928257687vw;
  position: relative;
  color: #000;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .equipment__title {
    font-size: 4.8vw;
    margin-top: 1.3333333333vw;
  }
}
.carry_interior .carry-supercarry .equipment__title::before {
  content: "";
  background-color: #707070;
  width: 100%;
  height: 0.0732064422vw;
  min-height: 1px;
  position: absolute;
  bottom: -0.878477306vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .equipment__title::before {
    bottom: -3.2vw;
  }
}
.carry_interior .carry-supercarry .equipment__title .min {
  font-weight: 400;
}
.carry_interior .carry-supercarry .equipment__detail {
  font-size: 1.1713030747vw;
  margin-top: 2.0497803807vw;
  margin-bottom: 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .equipment__detail {
    font-size: 4.2666666667vw;
    margin-top: 7.4666666667vw;
  }
}
.carry_interior .carry-supercarry .equipment__detail span {
  color: #969696;
  font-size: 0.878477306vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .equipment__detail span {
    font-size: 3.2vw;
  }
}
.carry_interior .carry-supercarry .equipment__bottom {
  margin-bottom: 5.8565153734vw;
}
.carry_interior .carry-supercarry .section__note {
  margin-top: 0vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .section__note {
    margin-bottom: 7.2vw;
    font-size: 3.2vw;
  }
}
.carry_interior .carry-supercarry .bottomnote {
  margin-bottom: 3.6603221083vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .bottomnote {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .supercarry__img, .carry_interior .carry-supercarry .carry__img {
    width: 37.3333333333vw;
  }
}
.carry_interior .carry-supercarry .movie__box__caption {
  margin-bottom: 4.0263543192vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .movie__box__caption {
    margin-bottom: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection01 .main__box-01 {
    padding-bottom: 0;
  }
  .carry_interior .carry-supercarry .subsection01 .main__list {
    gap: 0;
  }
  .carry_interior .carry-supercarry .subsection01 .main__box-02 {
    padding-bottom: 10.6666666667vw;
  }
  .carry_interior .carry-supercarry .subsection01 .carrysection__subsectitle {
    margin-top: 11.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
.carry_interior .carry-supercarry .subsection01 .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection01 .pc {
    display: none;
  }
}
.carry_interior .carry-supercarry .subsection01 .main__box {
  width: 33.8945827233vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection01 .main__box {
    width: 100%;
  }
  .carry_interior .carry-supercarry .subsection01 .main__box .equipment__title {
    margin-top: 2.6666666667vw;
  }
  .carry_interior .carry-supercarry .subsection01 .main__box .equipment__detail {
    margin-top: 5.3333333333vw;
  }
}
.carry_interior .carry-supercarry .subsection01 .equipment__img {
  margin: 0;
}
.carry_interior .carry-supercarry .subsection01 .equipment__img .detail__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection01 .equipment__img .detail__nowrap {
    white-space: wrap;
  }
}
.carry_interior .carry-supercarry .subsection01 .equipment__title {
  margin-top: 0.3660322108vw;
  color: #000;
}
.carry_interior .carry-supercarry .subsection01 .equipment__title .min {
  font-size: 1.1713030747vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection01 .equipment__title .min {
    font-size: 4.2666666667vw;
    font-weight: 400;
  }
}
.carry_interior .carry-supercarry .subsection01 .noborder::before {
  display: none;
}
.carry_interior .carry-supercarry .subsection01 .equipment__detail {
  margin-top: 1.6105417277vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection01 .equipment__detail {
    margin-top: 8vw;
  }
}
.carry_interior .carry-supercarry .subsection01 .nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection01 .nowrap {
    white-space: normal;
  }
}
.carry_interior .carry-supercarry .subsection01 .nowrap small {
  font-size: 0.878477306vw;
  display: block;
  line-height: 1.1;
  margin-top: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection01 .nowrap small {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
.carry_interior .carry-supercarry .subsection01 .list__bottom {
  margin-top: 3.0014641288vw;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection01 .list__bottom {
    justify-content: center;
    gap: 1.6vw;
  }
}
.carry_interior .carry-supercarry .subsection01__detail {
  margin-top: 2.196193265vw;
}
.carry_interior .carry-supercarry .subsection01__note {
  font-size: 1.0248901903vw;
  margin-top: 0.878477306vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection01__note {
    font-size: 3.7333333333vw;
  }
}
.carry_interior .carry-supercarry .subsection01 .equipment__item .detail {
  font-size: 1.1713030747vw;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection01 .equipment__item .detail {
    font-size: 4.2666666667vw;
  }
}
.carry_interior .carry-supercarry .subsection01 .equipment__item .detail .min {
  font-size: 0.878477306vw;
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection01 .equipment__item .detail .min {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_interior .carry-supercarry .subsection01 .equipment__item {
    padding-bottom: 5.3333333333vw;
  }
}
.carry_interior .carry-supercarry .subsection01 .carrysection__subsectitle {
  margin-bottom: 2.196193265vw;
}

.carry_performance_eco {
  position: relative;
}
.carry_performance_eco .br {
  display: none;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .br {
    display: block;
  }
}
.carry_performance_eco .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .pc {
    display: none;
  }
}
.carry_performance_eco .breadcrumbs {
  margin-bottom: 0.7320644217vw;
}
.carry_performance_eco .breadcrumbs a {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .breadcrumbs {
    margin-bottom: 0;
    padding-top: 16vw;
  }
}
.carry_performance_eco .maintitle {
  width: 31.2591508053vw;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .maintitle {
    width: 62.9333333333vw;
    transform: translateX(-8vw);
    margin-top: 7.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .carrysection figcaption {
    font-size: 3.2vw;
  }
}
.carry_performance_eco .carrysection .carrysection__img figcaption {
  margin-top: 0.8052708638vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .carrysection .carrysection__img figcaption {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
    line-height: 1.08;
  }
}
.carry_performance_eco .choice__listimg {
  display: flex;
  justify-content: center;
  margin-top: 6.2957540264vw;
  margin-bottom: 3.5871156662vw;
  gap: 2.4890190337vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .choice__listimg {
    margin-top: 10.6666666667vw;
    margin-bottom: 4vw;
  }
}
.carry_performance_eco .choice__itemimg {
  height: 5.1244509517vw;
  width: auto;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .choice__itemimg {
    height: 11.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.carry_performance_eco .choice__itemimg img {
  width: auto;
  height: 100%;
}
.carry_performance_eco .sec03__title {
  font-size: 2.0497803807vw;
  font-weight: 700;
  text-align: center;
  margin-top: 4.39238653vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec03__title {
    font-size: 6.4vw;
    margin-top: 12vw;
    margin-bottom: 8vw;
  }
}
.carry_performance_eco .sec03 .subsec03__boxlist {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec03 .subsec03__boxlist {
    padding-top: 8vw;
  }
}
.carry_performance_eco .sec03 .top {
  border: none;
  padding: 0;
  margin-top: 2.9282576867vw;
}
.carry_performance_eco .sec03 .top .boxlist__detail {
  line-height: 1.778;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec03 .top .carrysection__subsectitle {
    margin-bottom: 5.0666666667vw;
    white-space: nowrap;
  }
}
.carry_performance_eco .sec03 .carrysection__subsectitle {
  margin-top: 0;
  font-size: 1.6105417277vw;
  margin-bottom: 2.2693997072vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec03 .carrysection__subsectitle {
    font-size: 5.8666666667vw;
  }
}
.carry_performance_eco .sec03 .boxlist__detail {
  margin-bottom: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec03 .boxlist__detail {
    font-size: 4.2666666667vw;
  }
}
.carry_performance_eco .sec03__note {
  font-size: 0.878477306vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec03__note {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.carry_performance_eco .sec03 .bottom {
  margin-top: 1.9033674963vw;
}
.carry_performance_eco .sec03 .boxlist__subimg {
  width: 100%;
  margin-top: 3.6603221083vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec03 .box02 {
    position: relative;
  }
}
.carry_performance_eco .sec03 .box02 .carrysection__subsectitle {
  margin-bottom: 0;
}
.carry_performance_eco .sec03 .box02 .top {
  font-weight: 400;
  margin-bottom: 1.8301610542vw;
  margin-top: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec03 .box02 .top {
    padding-left: 0;
  }
}
.carry_performance_eco .sec03 .box02 .boxlist__img {
  width: 28.0380673499vw;
  position: absolute;
  top: 4.0263543192vw;
  right: 2.9282576867vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec03 .box02 .boxlist__img {
    position: absolute;
    width: 38.9333333333vw;
    right: 1.6vw;
    top: 60vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec03 .box02 .boxlist__detail {
    width: 43.4666666667vw;
  }
}
.carry_performance_eco .sec03 .box02 .boxlist__flex {
  margin-bottom: 5.8565153734vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec03 .box02 .boxlist__flex {
    margin-bottom: 0;
  }
}
.carry_performance_eco .sec03 .box03 .carrysection__subsectitle, .carry_performance_eco .sec03 .box04 .carrysection__subsectitle {
  margin-bottom: 0;
}
.carry_performance_eco .sec03 .box03 .top, .carry_performance_eco .sec03 .box04 .top {
  font-weight: 400;
  margin-bottom: 1.4641288433vw;
  margin-top: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec03 .box03 .top, .carry_performance_eco .sec03 .box04 .top {
    margin-bottom: 0.5333333333vw;
  }
}
.carry_performance_eco .sec03 .box03 .bottom, .carry_performance_eco .sec03 .box04 .bottom {
  margin-top: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec03 .box03 .bottom, .carry_performance_eco .sec03 .box04 .bottom {
    margin-bottom: 5.3333333333vw;
  }
}
.carry_performance_eco .sec01 {
  background-color: #FAFAFA;
  padding-top: 7.6866764275vw;
  margin-top: 11.9326500732vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec01 {
    padding-top: 11.4666666667vw;
    margin-top: 17.3333333333vw;
    padding-bottom: 23.7333333333vw;
  }
}
.carry_performance_eco .sec01 .section__note {
  color: #969696;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec01 .section__note {
    font-size: 3.2vw;
  }
}
.carry_performance_eco .sec01 .carrysection__title {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec01 .carrysection__title {
    font-size: 5.3333333333vw;
    white-space: nowrap;
  }
}
.carry_performance_eco .sec01__wrap {
  font-size: 2.196193265vw;
  border: 3px solid #D90010;
  color: #D90010;
  font-weight: 700;
  text-align: center;
  padding: 2.7818448023vw 0;
  border-radius: 0.7320644217vw;
  background: #FFFFFF;
  margin-top: 4.6120058565vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec01__wrap {
    font-size: 4.2666666667vw;
    border-radius: 2.6666666667vw;
    margin-top: 12vw;
    margin-bottom: 11.4666666667vw;
  }
}
.carry_performance_eco .sec01__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec01__flex {
    flex-wrap: wrap;
  }
}
.carry_performance_eco .sec01__img {
  width: 33.8945827233vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec01__img {
    width: 100%;
  }
}
.carry_performance_eco .sec01__detail {
  font-size: 1.1713030747vw;
  margin-top: 2.7086383602vw;
  margin-bottom: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec01__detail {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec01 .subsec01 .carrysection__subsectitle {
    margin-top: 6.1333333333vw;
  }
}
.carry_performance_eco .sec01 .subsec01__boxs {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec01 .subsec01__boxs {
    flex-wrap: wrap;
    gap: 6.4vw;
  }
}
.carry_performance_eco .sec01 .subsec01__box {
  width: 33.8945827233vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec01 .subsec01__box {
    width: 100%;
  }
}
.carry_performance_eco .sec01 .subsec01__detail {
  font-size: 1.1713030747vw;
  margin-top: 1.6837481698vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec01 .subsec01__detail {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 13.0666666667vw;
  }
}
.carry_performance_eco .sec01 .subsec02 .carrysection__subsectitle {
  margin-top: 1.2445095168vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec01 .subsec02 .carrysection__subsectitle {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec01 .subsec02 .subsec01__boxs {
    position: relative;
  }
}
.carry_performance_eco .sec01 .subsec02__detail {
  font-size: 1.1713030747vw;
  margin-top: 0.439238653vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec01 .subsec02__detail {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.carry_performance_eco .sec01 .subsec02 .section__note {
  margin-top: 2.3426061493vw;
  color: #969696;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec01 .subsec02 .section__note {
    position: absolute;
    bottom: -17.3333333333vw;
    font-size: 3.2vw;
  }
}
.carry_performance_eco .sec02 {
  padding-top: 7.3206442167vw;
  padding-bottom: 7.5402635432vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .sec02 {
    padding-top: 8.5333333333vw;
    padding-bottom: 18.6666666667vw;
  }
}
.carry_performance_eco .sec02__img {
  margin: 0;
  margin-top: 3.6603221083vw;
}
.carry_performance_eco .sec02__img figcaption {
  margin-top: 0.7320644217vw;
}
.carry_performance_eco .sec02 .carrysection__title {
  margin-top: 0;
}
.carry_performance_eco .sec02 .section__note {
  color: #969696;
}
.carry_performance_eco .subsec03 {
  font-size: 1.317715959vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .carrysection__subsectitle {
    margin-top: 8vw;
    margin-bottom: 5.0666666667vw;
    line-height: 1.25;
  }
  .carry_performance_eco .subsec03 .carrysection__subsectitle::before {
    height: 95%;
    transform: translateY(0.8vw);
  }
}
.carry_performance_eco .subsec03__detail {
  font-size: 1.317715959vw;
  padding-left: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03__detail {
    font-size: 4.2666666667vw;
    padding-left: 0;
  }
}
.carry_performance_eco .subsec03__list {
  font-size: 1.0248901903vw;
  padding-left: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03__list {
    font-size: 3.7333333333vw;
    margin-top: 4.2666666667vw;
  }
}
.carry_performance_eco .subsec03 .subsec03box__title {
  font-size: 1.6105417277vw;
  font-weight: 600;
  margin-top: 3.8799414348vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .subsec03box__title {
    font-size: 5.3333333333vw;
    text-align: left;
    margin-top: 10.4vw;
    margin-bottom: 6.1333333333vw;
  }
}
.carry_performance_eco .subsec03 .box01 {
  width: 33.8945827233vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01 {
    width: 100%;
  }
}
.carry_performance_eco .subsec03 .box01__title {
  font-size: 1.0248901903vw;
  background-color: #DCDCDC;
  width: 12.1522693997vw;
  padding: 0.8052708638vw 0;
  text-align: center;
  border-radius: 0.7320644217vw;
  margin-top: 2.196193265vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01__title {
    font-size: 3.7333333333vw;
    width: 44.2666666667vw;
    padding: 2.9333333333vw 0;
    border-radius: 2.6666666667vw;
    margin-top: 0;
  }
}
.carry_performance_eco .subsec03 .box01__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.0248901903vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01__flex {
    margin-bottom: 4.2666666667vw;
  }
}
.carry_performance_eco .subsec03 .box01__flex .netdetail {
  height: 16.5446559297vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01__flex .netdetail {
    height: 48vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01__flex .box02 .box01__net {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01__flex .netdetailtop {
    height: 26.6666666667vw;
  }
}
.carry_performance_eco .subsec03 .box01__net {
  color: #000;
  font-size: 2.2693997072vw;
  font-weight: 600;
  text-align: center;
  margin-top: 1.4641288433vw;
  margin-bottom: 5.1244509517vw;
  padding-left: 2.5622254758vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01__net {
    font-size: 8.2666666667vw;
    margin-top: 2.6666666667vw;
    text-align: left;
    padding-left: 2.6666666667vw;
  }
}
.carry_performance_eco .subsec03 .box01__net .min {
  font-size: 1.1713030747vw;
  font-weight: 400;
  margin-left: 0.439238653vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01__net .min {
    font-size: 4.2666666667vw;
  }
}
.carry_performance_eco .subsec03 .box01__top {
  padding-right: 5.8565153734vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01__top {
    padding-left: 2.6666666667vw;
    padding-right: 0;
  }
}
.carry_performance_eco .subsec03 .box01__details {
  display: flex;
  margin-bottom: 2.7086383602vw;
  position: absolute;
  bottom: -2.196193265vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01__details {
    align-items: center;
    bottom: -52vw;
  }
}
.carry_performance_eco .subsec03 .box01__detail {
  font-size: 1.6105417277vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01__detail {
    font-size: 5.3333333333vw;
    white-space: nowrap;
  }
}
.carry_performance_eco .subsec03 .box01__detail .min {
  font-size: 0.878477306vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01__detail .min {
    font-size: 2.6666666667vw;
  }
}
.carry_performance_eco .subsec03 .box01__img {
  width: 7.6866764275vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01__img {
    width: 26.6666666667vw;
  }
}
.carry_performance_eco .subsec03 .box01__img::after {
  content: "※4";
  font-size: 0.878477306vw;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01__img::after {
    font-size: 3.2vw;
    top: -4.8vw;
    right: 2.6666666667vw;
  }
}
.carry_performance_eco .subsec03 .box01 .colorbox {
  background-color: #FFF7EB;
}
.carry_performance_eco .subsec03 .box01 .colorbox__title {
  font-size: 1.0248901903vw;
  color: #FFFFFF;
  background-color: #F28D00;
  text-align: center;
  padding: 0.7320644217vw 0;
  border-radius: 0.7320644217vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01 .colorbox__title {
    font-size: 3.4666666667vw;
    border-radius: 2.6666666667vw;
    padding: 1.6vw 0;
  }
}
.carry_performance_eco .subsec03 .box01 .colorbox__nums {
  color: #000;
  display: flex;
  justify-content: center;
  gap: 2.7086383602vw;
  margin-top: 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01 .colorbox__nums {
    justify-content: space-between;
    gap: 0;
    margin-top: 6.9333333333vw;
    margin-bottom: 4.8vw;
  }
}
.carry_performance_eco .subsec03 .box01 .colorbox__nums p {
  color: #000;
}
.carry_performance_eco .subsec03 .box01 .colorbox__num01 {
  font-size: 1.317715959vw;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01 .colorbox__num01 {
    font-size: 4.2666666667vw;
    margin: 0;
  }
}
.carry_performance_eco .subsec03 .box01 .colorbox__num01 .bold {
  font-size: 3.513909224vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01 .colorbox__num01 .bold {
    font-size: 10.1333333333vw;
  }
}
.carry_performance_eco .subsec03 .box01 .colorbox .subbox {
  width: 10.9077598829vw;
  margin-top: 0.7320644217vw;
  padding-bottom: 1.9033674963vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01 .colorbox .subbox {
    width: 40vw;
    margin-top: 2.6666666667vw;
  }
}
.carry_performance_eco .subsec03 .box01 .colorbox .subbox__flex {
  display: flex;
  justify-content: space-between;
  padding: 0 0.1464128843vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01 .colorbox .subbox__flex {
    flex-wrap: wrap;
    padding: 0 1.6vw;
    padding-bottom: 5.3333333333vw;
  }
}
.carry_performance_eco .subsec03 .box01 .colorbox .subbox__title {
  font-size: 0.878477306vw;
  font-weight: 500;
  background-color: #DCDCDC;
  width: 10.980966325vw;
  padding: 0.7320644217vw 0;
  text-align: center;
  padding-right: 0.7320644217vw;
  position: relative;
  border-radius: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01 .colorbox .subbox__title {
    font-size: 3.2vw;
    width: 39.7333333333vw;
    border-radius: 2.6666666667vw;
    padding: 2.6666666667vw 0;
    margin-bottom: 3.2vw;
  }
}
.carry_performance_eco .subsec03 .box01 .colorbox .subbox__title::after {
  content: "※4";
  font-size: 0.5856515373vw;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01 .colorbox .subbox__title::after {
    font-size: 2.1333333333vw;
  }
}
.carry_performance_eco .subsec03 .box01 .colorbox .subbox__list {
  margin-top: 1.0980966325vw;
}
.carry_performance_eco .subsec03 .box01 .colorbox .subbox__item {
  text-align: center;
  font-size: 1.317715959vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box01 .colorbox .subbox__item {
    font-size: 4.8vw;
  }
}
.carry_performance_eco .subsec03 .box02 {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .box02 {
    margin-top: 7.2vw;
  }
  .carry_performance_eco .subsec03 .box02 .min {
    margin-right: -1.6vw;
  }
}
.carry_performance_eco .subsec03 .box02 .colorbox {
  background-color: #EAF8E4;
  margin-top: auto;
}
.carry_performance_eco .subsec03 .box02 .colorbox__title {
  background-color: #617857;
}
.carry_performance_eco .subsec03__boxlist {
  display: flex;
  margin-top: 5.1244509517vw;
  padding-top: 3.6603221083vw;
  align-items: center;
  border-top: 1px solid #707070;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03__boxlist {
    flex-wrap: wrap;
    margin-top: 9.3333333333vw;
    padding-top: 13.3333333333vw;
  }
}
.carry_performance_eco .subsec03__boxlist .boxlist__flex {
  width: 33.8945827233vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03__boxlist .boxlist__flex {
    width: 100%;
  }
}
.carry_performance_eco .subsec03__boxlist .boxlist__title {
  font-size: 1.6105417277vw;
  font-weight: 600;
  margin-bottom: 2.635431918vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03__boxlist .boxlist__title {
    font-size: 5.3333333333vw;
  }
}
.carry_performance_eco .subsec03__boxlist .boxlist__detail {
  font-size: 1.317715959vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03__boxlist .boxlist__detail {
    font-size: 4.2666666667vw;
  }
  .carry_performance_eco .subsec03__boxlist .boxlist__detail .pc {
    display: none;
  }
}
.carry_performance_eco .subsec03__boxlist .boxlist__img {
  width: 33.8945827233vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03__boxlist .boxlist__img {
    width: 100%;
  }
}
.carry_performance_eco .subsec03__boxlist .boxlist__note {
  font-size: 1.0248901903vw;
  margin-top: 0.2928257687vw;
}
.carry_performance_eco .subsec03 .subsec03__details {
  font-size: 1.0248901903vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .subsec03__details {
    font-size: 3.7333333333vw;
    margin-bottom: 18.6666666667vw;
  }
}
.carry_performance_eco .subsec03 .sec02__listdetail {
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .sec02__listdetail {
    margin-top: 8vw;
    margin-bottom: 17.0666666667vw;
  }
}
.carry_performance_eco .subsec03 .sec02__bottomboxlist {
  width: 100%;
}
.carry_performance_eco .subsec03 .sec02__bottomboxlist .boxlist__title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .subsec03 .sec02__bottomboxlist .boxlist__title {
    margin-bottom: 8vw;
  }
}
.carry_performance_eco .suzukitop {
  border-top: none;
  border-bottom: 1px solid #707070;
  padding: 0;
  padding-bottom: 6.8814055637vw;
}
@media screen and (max-width: 768px) {
  .carry_performance_eco .suzukitop .sec02__listdetail {
    text-align: center;
    width: 91.4666666667vw;
    margin-top: 6.9333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 768px) {
  .carry_safety .wrapper {
    width: 86.6666666667vw;
  }
}
.carry_safety .br {
  display: none;
}
@media screen and (max-width: 768px) {
  .carry_safety .br {
    display: block;
  }
}
.carry_safety .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .carry_safety .pc {
    display: none;
  }
}
.carry_safety .breadcrumbs {
  margin-bottom: 1.8301610542vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .breadcrumbs {
    padding-top: 16vw;
  }
}
.carry_safety .breadcrumbs a {
  color: #000;
}
.carry_safety .maintitle {
  width: 21.6691068814vw;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 6.0029282577vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .maintitle {
    width: 43.7333333333vw;
    transform: translateX(-8vw);
    margin-bottom: 13.3333333333vw;
    margin-top: 8vw;
  }
}
.carry_safety__img {
  width: 43.2650073206vw;
  margin: 0 auto;
  margin-bottom: 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  .carry_safety__img {
    width: 78.9333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.carry_safety__texts {
  padding-top: 3.3674963397vw;
  padding-bottom: 4.0263543192vw;
  display: flex;
  flex-direction: column;
  gap: 1.0980966325vw;
  border-radius: 1.4641288433vw;
  line-height: 1.77;
  margin-bottom: 4.6852122987vw;
}
@media screen and (max-width: 768px) {
  .carry_safety__texts {
    padding: 0;
    line-height: 1.7;
    border-radius: 5.3333333333vw;
    margin-bottom: 12vw;
    gap: 3.2vw;
  }
}
.carry_safety__text {
  font-size: 1.317715959vw;
  text-align: center;
  color: #0E6EB8;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .carry_safety__text {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_safety .choice {
    display: flex;
    flex-wrap: wrap;
  }
}
.carry_safety .choice__list {
  margin-bottom: 4.39238653vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .choice__list {
    margin-bottom: 12.5333333333vw;
  }
}
.carry_safety .choice__list a {
  text-decoration: none;
}
.carry_safety .choice__item {
  width: 16.8374816984vw;
  color: #000;
  padding-bottom: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .choice__item {
    width: 41.0666666667vw;
  }
}
.carry_safety .choice__item::after {
  font-size: 0.5856515373vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .choice__item::after {
    font-size: 1.8666666667vw;
  }
}
.carry_safety #basic, .carry_safety #prevention, .carry_safety #collision, .carry_safety #others {
  scroll-margin-top: 137px;
}
@media screen and (max-width: 768px) {
  .carry_safety #basic, .carry_safety #prevention, .carry_safety #collision, .carry_safety #others {
    scroll-margin-top: 126px;
  }
}
.carry_safety #subsec-01,
.carry_safety #subsec-02,
.carry_safety #subsec-03,
.carry_safety #subsec-04,
.carry_safety #subsec-05,
.carry_safety #subsec-06,
.carry_safety #subsec-07,
.carry_safety #subsec-08,
.carry_safety #subsec-09,
.carry_safety #subsec-10 {
  scroll-margin-top: 200px;
}
.carry_safety .safety__section__title {
  font-weight: 700;
  text-align: center;
  font-size: 2.0497803807vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .safety__section__title {
    font-size: 5.3333333333vw;
  }
}
.carry_safety .basic {
  background-color: #FAFAFA;
  padding-top: 3.1478770132vw;
  padding-bottom: 5.1244509517vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .basic {
    padding-top: 9.6vw;
    padding-bottom: 16vw;
  }
}
.carry_safety .basic .carrysection__subsectitle {
  margin: 0;
}
.carry_safety .basic__boxs {
  display: flex;
  justify-content: space-between;
  margin-top: 5.1244509517vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .basic__boxs {
    flex-wrap: wrap;
  }
}
.carry_safety .basic__box {
  width: 22.0351390922vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .basic__box {
    width: 100%;
  }
}
.carry_safety .basic__box-02 .detailtext {
  width: 23.3528550512vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .basic__box-02 .detailtext {
    width: 84.8vw;
  }
}
.carry_safety .basic .box__img {
  margin-top: 0.9516837482vw;
  margin-bottom: 1.0248901903vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .basic .box__img {
    margin-top: 3.4666666667vw;
    margin-bottom: 3.7333333333vw;
  }
}
.carry_safety .basic .box__capton {
  font-size: 0.878477306vw;
  margin-bottom: 1.2445095168vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .basic .box__capton {
    font-size: 3.2vw;
  }
}
.carry_safety .basic .box__detailtop {
  margin-bottom: 1.317715959vw;
  font-size: 1.317715959vw;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .carry_safety .basic .box__detailtop {
    font-size: 4.8vw;
  }
}
.carry_safety .basic .detailtext {
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .basic .detailtext {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_safety .basic .box__detailbottom {
    font-size: 4.2666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
.carry_safety .basic__note {
  color: #969696;
  font-size: 0.878477306vw;
  margin-top: 1.4641288433vw;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  .carry_safety .basic__note {
    font-size: 3.2vw;
    padding-bottom: 5.3333333333vw;
  }
}
.carry_safety .preventive {
  padding-top: 3.4407027818vw;
  padding-bottom: 7.3206442167vw;
}
.carry_safety .preventive .safety__section__title {
  margin-bottom: 4.39238653vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive .safety__section__title {
    margin-top: 13.8666666667vw;
    margin-bottom: 0;
  }
}
.carry_safety .preventive__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive__top {
    flex-direction: column;
  }
}
.carry_safety .preventive__detail {
  font-size: 1.317715959vw;
  width: 33.8945827233vw;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive__detail {
    font-size: 4.8vw;
    width: 100%;
    text-align: center;
    margin-top: 8.8vw;
    margin-bottom: 6.9333333333vw;
    line-height: 1.6;
  }
}
.carry_safety .preventive__img {
  width: 34.4070278184vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive__img {
    width: 100%;
  }
}
.carry_safety .preventive .technology {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5.1244509517vw;
  row-gap: 1.756954612vw;
  padding-bottom: 2.196193265vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive .technology {
    gap: 4.2666666667vw 0;
    margin-top: 8vw;
  }
}
.carry_safety .preventive .technology__list {
  width: 33.6749633968vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive .technology__list {
    width: 100%;
  }
}
.carry_safety .preventive .technology__list-title {
  border-bottom: 1px solid #707070;
  font-size: 1.0980966325vw;
  font-weight: 600;
  padding-bottom: 1.6105417277vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive .technology__list-title {
    font-size: 4vw;
    padding-left: 0.5333333333vw;
    padding-bottom: 5.8666666667vw;
  }
}
.carry_safety .preventive .technology__list-night {
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive .technology__list-night {
    width: 100%;
  }
}
.carry_safety .preventive .technology__list-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 1.317715959vw;
  padding: 0 0.3660322108vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive .technology__list-contents {
    margin-top: 4.8vw;
    padding: 0;
  }
}
.carry_safety .preventive .technology__list-contents a {
  text-decoration: none;
}
.carry_safety .preventive .technology__list-contents .item {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive .technology__list-contents .item {
    width: 28.5333333333vw;
  }
}
.carry_safety .preventive .technology__list-contents .item dt {
  font-size: 0.9516837482vw;
  font-weight: 700;
  line-height: 1.308;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive .technology__list-contents .item dt {
    font-size: 3.4666666667vw;
  }
}
.carry_safety .preventive .technology__list-contents .item dt.one-line {
  margin-bottom: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive .technology__list-contents .item dt.one-line {
    margin-bottom: 1.6vw;
    text-align: center;
  }
}
.carry_safety .preventive .technology__list-contents .item img {
  display: block;
  margin: 0.8052708638vw auto;
  width: 5.9297218155vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive .technology__list-contents .item img {
    margin: 2.9333333333vw auto 1.8666666667vw;
    width: 21.6vw;
  }
}
.carry_safety .preventive .technology__list-contents .item figcaption {
  color: #005DAB;
  font-size: 0.9516837482vw;
  font-weight: 600;
  line-height: 1.308;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive .technology__list-contents .item figcaption {
    font-size: 3.4666666667vw;
  }
}
.carry_safety .preventive .technology__list-contents .item figcaption::after {
  content: "▼";
  position: absolute;
  font-size: 0.7320644217vw;
  bottom: -1.4641288433vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive .technology__list-contents .item figcaption::after {
    font-size: 2.6666666667vw;
    bottom: -4.8vw;
  }
}
.carry_safety .preventive .technology__list-contents .item.flex-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive .technology__list-contents .item.flex-list {
    width: 100%;
  }
}
.carry_safety .preventive .technology__list-contents .item.flex-list dt {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive .technology__list-contents .item.flex-list a {
    width: 28.5333333333vw;
  }
}
.carry_safety .preventive .technology__list:nth-child(3) .flex-list {
  width: 17.5695461201vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive .technology__list:nth-child(3) .flex-list {
    width: 57.6vw;
  }
}
.carry_safety .preventive__bottom {
  padding-top: 3.0014641288vw;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive__bottom {
    padding-top: 10.6666666667vw;
  }
}
.carry_safety .preventive__bottom .bottom__title {
  font-size: 1.6105417277vw;
  margin-bottom: 1.756954612vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive__bottom .bottom__title {
    font-size: 5.3333333333vw;
    text-align: center;
  }
}
.carry_safety .preventive__bottom .cards {
  display: flex;
  gap: 6.2225475842vw;
  width: 62.2254758419vw;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.0980966325vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive__bottom .cards {
    justify-content: space-between;
    width: fit-content;
    row-gap: 5.3333333333vw;
    margin-bottom: 6.9333333333vw;
    margin-top: 8.8vw;
  }
}
.carry_safety .preventive__bottom .bottom__card {
  display: flex;
  align-items: center;
  gap: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive__bottom .bottom__card {
    background-color: #FAFAFA;
    border-radius: 2.6666666667vw;
    padding: 3.2vw 0 4vw 3.2vw;
    width: 100%;
  }
}
.carry_safety .preventive__bottom .card__img {
  width: 4.39238653vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive__bottom .card__img {
    width: 13.3333333333vw;
  }
}
.carry_safety .preventive__bottom .card__title {
  color: #F28D00;
  font-weight: 700;
  font-size: 1.6105417277vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive__bottom .card__title {
    font-size: 4.2666666667vw;
  }
  .carry_safety .preventive__bottom .card__title span {
    padding-left: 2.6666666667vw;
  }
}
.carry_safety .preventive__bottom .card__detail {
  font-size: 0.878477306vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive__bottom .card__detail {
    font-size: 2.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}
.carry_safety .preventive__note {
  color: #969696;
  font-size: 0.878477306vw;
  margin-top: 2.635431918vw;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  .carry_safety .preventive__note {
    margin-bottom: 13.3333333333vw;
    font-size: 3.2vw;
  }
}
.carry_safety .subsection {
  padding: 5.1244509517vw 0 3.074670571vw 0;
}
@media screen and (max-width: 768px) {
  .carry_safety .subsection {
    padding-bottom: 14.6666666667vw;
  }
}
.carry_safety .subsection__img {
  margin: 1.4641288433vw 0 2.196193265vw 0;
}
@media screen and (max-width: 768px) {
  .carry_safety .subsection__img {
    margin: 5.3333333333vw 0 8vw 0;
  }
}
.carry_safety .subsection__text {
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .subsection__text {
    font-size: 4.2666666667vw;
  }
}
.carry_safety .subsection__detail {
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .subsection__detail {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.carry_safety .subsection__flex {
  display: flex;
  align-items: center;
  gap: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .subsection__flex {
    gap: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.carry_safety .subsection__mark {
  width: 5.1244509517vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .subsection__mark {
    width: 18.6666666667vw;
  }
}
.carry_safety .subsection__flextitle {
  font-size: 1.756954612vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .carry_safety .subsection__flextitle {
    font-size: 5.3333333333vw;
    white-space: nowrap;
  }
}
.carry_safety .subsection .detail__list {
  font-size: 1.317715959vw;
  margin: 1.6105417277vw 0 1.317715959vw 0;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .carry_safety .subsection .detail__list {
    font-size: 4.2666666667vw;
    line-height: 1.6;
    margin-top: 3.7333333333vw;
  }
}
.carry_safety .subsection .detail__text {
  line-height: 2.3;
  font-size: 1.317715959vw;
  margin-bottom: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .subsection .detail__text {
    font-size: 4.2666666667vw;
    line-height: 1.6;
    margin-top: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.carry_safety .subsection .detail__note {
  color: #969696;
  font-size: 0.878477306vw;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  .carry_safety .subsection .detail__note {
    font-size: 3.2vw;
    margin-top: 6.4vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_safety .subsection .detail__note.color-note {
    font-size: 3.2vw;
  }
}
.carry_safety .subsection .detail__note.color-bk {
  color: #000;
}
.carry_safety .subsection .detail__boldnote {
  color: #969696;
  font-size: 0.878477306vw;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  .carry_safety .subsection .detail__boldnote {
    font-size: 3.2vw;
  }
}
.carry_safety .subsection .detail__boldnote.color-bk {
  color: #000;
}
.carry_safety .subsection .detail__top {
  margin-bottom: 1.9033674963vw;
}
.carry_safety .subsection .newsboldnote {
  color: #969696;
  font-size: 0.878477306vw;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  .carry_safety .subsection .newsboldnote {
    font-size: 3.2vw;
    margin-bottom: 17.3333333333vw;
  }
}
.carry_safety .streetsec, .carry_safety .parkingsec, .carry_safety .collisionsec {
  background-color: #FAFAFA;
}
.carry_safety .streetsec .carrysection__subsectitle {
  margin-top: 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .streetsec .carrysection__subsectitle {
    margin-top: 5.6vw;
  }
}
.carry_safety .streetsec .smooth .carrysection__subsectitle {
  margin-top: 3.7335285505vw;
}
.carry_safety .streetsec .sign .carrysection__subsectitle {
  margin-top: 3.7335285505vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .streetsec .sign .subsection__detail {
    margin-bottom: 13.3333333333vw;
  }
}
.carry_safety .highwaysec {
  padding-bottom: 8.0527086384vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .highwaysec {
    padding-top: 12.8vw;
    padding-bottom: 13.3333333333vw;
  }
}
.carry_safety .highwaysec .carrysection__subsectitle {
  margin-top: 1.6105417277vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .highwaysec .carrysection__subsectitle {
    padding-left: 1.0666666667vw;
    margin-top: 9.6vw;
  }
}
.carry_safety .highwaysec .bottom {
  margin-bottom: 1.4641288433vw;
}
.carry_safety .highwaysec .subsection__flex {
  margin-top: 4.7584187408vw;
  margin-bottom: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .highwaysec .subsection__flex {
    margin-top: 10.6666666667vw;
  }
}
.carry_safety .highwaysec .detail__notes {
  color: #969696;
  font-size: 0.878477306vw;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  .carry_safety .highwaysec .detail__notes {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_safety .highwaysec .subsection__img-03 {
    margin-top: 14.4vw;
    margin-bottom: 0;
  }
}
.carry_safety .highwaysec .subsection__text {
  margin-top: 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .highwaysec .detail__text {
    margin-top: 2.6666666667vw;
  }
}
.carry_safety .highwaysec .detail__top {
  line-height: 2;
  font-size: 1.0980966325vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .highwaysec .detail__top {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_safety .highwaysec .bottom {
    margin-top: 5.3333333333vw;
  }
}
.carry_safety .highwaysec .subsection__img-03 {
  margin-top: 4.39238653vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .highwaysec .subsection__img-03 {
    margin-top: 16vw;
    margin-bottom: 6.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_safety .highwaysec .subsection__img-02 {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_safety .parkingsec {
    padding-top: 16.2666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.carry_safety .parkingsec .carrysection__subsectitle {
  margin-top: 2.9282576867vw;
}
.carry_safety .parkingsec__boxs {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .carry_safety .parkingsec__boxs {
    flex-wrap: wrap;
    gap: 6.4vw;
  }
}
.carry_safety .parkingsec .subsection__img-03 {
  margin-top: 1.4641288433vw;
}
.carry_safety .parkingsec .nowraptitle {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .carry_safety .parkingsec .nowraptitle {
    white-space: normal;
  }
}
.carry_safety .parkingsec .bottom {
  align-items: end;
}
.carry_safety .parkingsec__box {
  width: 33.8945827233vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .parkingsec__box {
    width: 100%;
  }
}
.carry_safety .parkingsec .subsection__img-04 {
  width: 28.1112737921vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .parkingsec .subsection__img-04 {
    width: 100%;
  }
}
.carry_safety .parkingsec .detail__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .carry_safety .parkingsec .detail__flex {
    flex-wrap: wrap;
  }
}
.carry_safety .parkingsec .detail__notes {
  font-size: 1.0980966325vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .parkingsec .detail__notes {
    font-size: 4vw;
  }
}
.carry_safety .parkingsec .detail__boldnote {
  color: #969696;
  font-size: 0.878477306vw;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  .carry_safety .parkingsec .detail__boldnote {
    margin-bottom: 13.3333333333vw;
    font-size: 3.2vw;
  }
}
.carry_safety .parkingsec .detail__top {
  font-size: 0.878477306vw;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  .carry_safety .parkingsec .detail__top {
    font-size: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_safety .nightsec {
    padding-top: 15.4666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
.carry_safety .nightsec .subsection__flex {
  margin-bottom: 1.0248901903vw;
}
.carry_safety .nightsec .subsection__detail {
  font-size: 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .nightsec .subsection__detail {
    font-size: 4.2666666667vw;
  }
}
.carry_safety .nightsec__detail {
  color: #969696;
  font-size: 0.878477306vw;
  line-height: 1.667;
  margin-top: 1.317715959vw;
  margin-bottom: 1.317715959vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .nightsec__detail {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_safety .nightsec__note {
    font-size: 4vw;
  }
}
.carry_safety .nightsec .subsection__img-02 {
  margin-top: 1.756954612vw;
}
.carry_safety .bottomsec .safety__section__title {
  margin-bottom: 7.906295754vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .bottomsec .safety__section__title {
    font-size: 7.4666666667vw;
    margin-top: 10.9333333333vw;
    margin-bottom: 7.7333333333vw;
  }
}
.carry_safety .bottomsec .bottom__secbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .carry_safety .bottomsec .bottom__secbox {
    flex-wrap: wrap;
  }
}
.carry_safety .bottomsec .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .carry_safety .bottomsec .pc {
    display: none;
  }
}
.carry_safety .bottomsec .bottom__flex {
  display: flex;
  gap: 1.317715959vw;
  margin-bottom: 1.317715959vw;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .carry_safety .bottomsec .bottom__flex {
    flex-wrap: wrap;
    gap: 4.8vw;
    margin-bottom: 2.6666666667vw;
    padding-top: 5.3333333333vw;
  }
}
.carry_safety .bottomsec .bottombox__left {
  width: 34.1142020498vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .bottomsec .bottombox__left {
    width: 100%;
  }
}
.carry_safety .bottomsec .bottom__mark {
  border-radius: 50%;
  width: 4.831625183vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .carry_safety .bottomsec .bottom__mark {
    width: 17.6vw;
  }
}
.carry_safety .bottomsec .bottom__subtitle {
  font-size: 1.756954612vw;
  color: #F28D00;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .carry_safety .bottomsec .bottom__subtitle {
    font-size: 5.3333333333vw;
  }
}
.carry_safety .bottomsec .bottom__text {
  font-size: 1.317715959vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .bottomsec .bottom__text {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}
.carry_safety .bottomsec .bottombox__img {
  width: 34.1874084919vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .bottomsec .bottombox__img {
    width: 100%;
    padding-bottom: 6.4vw;
  }
}
.carry_safety .bottomsec .bottombox__right {
  width: 34.1142020498vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .bottomsec .bottombox__right .bottom__flex {
    padding-top: 0;
  }
}
.carry_safety .bottomsec .bottombox__right .bottom__text {
  width: 32.7232796486vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .bottomsec .bottombox__right .bottom__text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .carry_safety .box02 .bottom__text {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.carry_safety .box02 .bottombox__img {
  padding-top: 7.3206442167vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .box02 .bottombox__img {
    padding-top: 0;
  }
}
.carry_safety .box03 .bottom__subtitle {
  font-size: 1.6105417277vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .box03 .bottom__subtitle {
    font-size: 5.3333333333vw;
  }
}
.carry_safety .box03 .bottombox__right {
  padding-top: 1.756954612vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .box03 .bottombox__right {
    width: 100%;
    padding-top: 13.3333333333vw;
    padding-bottom: 8vw;
  }
}
.carry_safety .box03::before {
  content: "";
  border-left: 1px solid #707070;
  height: 100%;
  position: absolute;
  left: 34.4070278184vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .box03::before {
    width: 100%;
    height: 0.2666666667vw;
    background-color: #707070;
    left: 0;
    top: 58.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_safety .box03 .bottom__flex {
    flex-wrap: nowrap;
    padding-top: 8vw;
  }
}
.carry_safety .box04 .bottom__subtitle {
  font-size: 1.6105417277vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .box04 .bottom__subtitle {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_safety .box04 .bottom__flex {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .carry_safety .box04 .bottom__lefttext {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_safety .box04 .bottom__leftimg {
    margin-bottom: 10.6666666667vw;
  }
}
.carry_safety .box01, .carry_safety .box02, .carry_safety .box03 {
  position: relative;
  margin-bottom: 5.8565153734vw;
}
.carry_safety .box01::after, .carry_safety .box02::after, .carry_safety .box03::after {
  content: "";
  background-color: #707070;
  position: absolute;
  width: 100%;
  bottom: -1.8301610542vw;
  height: 0.0732064422vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .box01::after, .carry_safety .box02::after, .carry_safety .box03::after {
    height: 0.2666666667vw;
  }
}
.carry_safety .otherssec .box03 {
  margin-bottom: 0.7320644217vw;
  margin-top: 3.6603221083vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec .box03::before {
    display: none;
  }
  .carry_safety .otherssec .box03::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec .box03 .engine {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec .box03 .engine__text {
    margin-bottom: 8vw;
  }
}
.carry_safety .otherssec .box04::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec .box04 .bac {
    margin-top: 5.8666666667vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec .bottom__flex {
    padding-top: 0;
  }
}
.carry_safety .otherssec .bottombox__left {
  width: 33.8945827233vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec .bottombox__left {
    width: 100%;
    border-bottom: 1px solid #707070;
  }
}
.carry_safety .otherssec .bottom__note {
  font-size: 0.878477306vw;
  margin-top: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec .bottom__note {
    font-size: 4vw;
    width: 100%;
  }
}
.carry_safety .otherssec .bottom__secbox {
  align-items: start;
}
.carry_safety .otherssec .bottom__secbox.box03 {
  margin-bottom: 2.9282576867vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec .bottom__secbox.box03 {
    margin-bottom: 14.6666666667vw;
  }
}
.carry_safety .otherssec .bottom__lefttext {
  width: 12.737920937vw;
  font-size: 1.317715959vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec .bottom__lefttext {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}
.carry_safety .otherssec .bottom__leftimg {
  width: 21.3030746706vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec .bottom__leftimg {
    width: 100%;
  }
}
.carry_safety .otherssec .bottom__leftflex {
  display: flex;
  margin-top: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec .bottom__leftflex {
    flex-wrap: wrap;
  }
}
.carry_safety .otherssec .bottom__rightdetail {
  font-size: 1.317715959vw;
  margin-top: 1.0248901903vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec .bottom__rightdetail {
    font-size: 4.2666666667vw;
  }
}
.carry_safety .otherssec .bottom__rightdetails {
  width: 13.3967789165vw;
  font-size: 1.317715959vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec .bottom__rightdetails {
    font-size: 4.2666666667vw;
    width: 100%;
  }
}
.carry_safety .otherssec .bottom__rightflex {
  display: flex;
  margin-top: 1.1713030747vw;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec .bottom__rightflex {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec .bottom__text {
    padding-bottom: 2.6666666667vw;
  }
}
.carry_safety .otherssec .bottom__notes {
  font-size: 0.878477306vw;
  margin-top: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec .bottom__notes {
    font-size: 4vw;
    margin-bottom: 13.3333333333vw;
  }
}
.carry_safety .otherssec .bottom__rightimg {
  width: 18.5212298682vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec .bottom__rightimg {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec .box05 {
    border-bottom: none;
    margin-bottom: 2.6666666667vw;
  }
  .carry_safety .otherssec .box05 .bottom__subtitle {
    margin-top: 8.2666666667vw;
  }
  .carry_safety .otherssec .box05 .bottom__rightdetails {
    margin-bottom: 5.3333333333vw;
  }
}
.carry_safety .otherssec__detail {
  border: 1px solid #000;
  border-radius: 1.1713030747vw;
  padding: 1.0248901903vw 2.7086383602vw 1.0248901903vw 7.1742313324vw;
  font-size: 0.878477306vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec__detail {
    font-size: 3.2vw;
    padding: 9.0666666667vw 5.6vw 4.8vw 5.6vw;
    border-radius: 4.2666666667vw;
  }
}
.carry_safety .otherssec__detail::before {
  content: "";
  position: absolute;
  background: url("/car/carry/safety/img/otherssec__mark.png") no-repeat center/contain;
  width: 4.0263543192vw;
  height: 3.5871156662vw;
  left: 1.4641288433vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec__detail::before {
    height: 13.0666666667vw;
    width: 14.6666666667vw;
    top: -6.1333333333vw;
    left: 5.6vw;
    transform: translateX(0);
  }
}
.carry_safety .otherssec__detailbottom {
  border: 1px solid #000;
  border-radius: 1.1713030747vw;
  padding: 2.0497803807vw 2.196193265vw 2.196193265vw;
  position: relative;
  margin-top: 1.8301610542vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec__detailbottom {
    padding: 7.4666666667vw 6.4vw 5.0666666667vw 6.6666666667vw;
    margin-top: 10.9333333333vw;
    border-radius: 4.2666666667vw;
  }
}
.carry_safety .otherssec__detailbottom::before {
  content: "";
  position: absolute;
  background: url("/car/carry/safety/img/otherssec__mark-02.png") no-repeat center/contain;
  width: 16.5446559297vw;
  height: 7.467057101vw;
  right: 4.39238653vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec__detailbottom::before {
    width: 60.2666666667vw;
    height: 27.2vw;
    left: 10.6666666667vw;
    top: 42.6666666667vw;
  }
}
.carry_safety .otherssec__detailtitle {
  font-size: 1.4641288433vw;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec__detailtitle {
    font-size: 5.3333333333vw;
    margin-bottom: 34.4vw;
  }
}
.carry_safety .otherssec__detailtext {
  font-size: 0.878477306vw;
  margin-top: 2.5622254758vw;
}
@media screen and (max-width: 768px) {
  .carry_safety .otherssec__detailtext {
    font-size: 3.2vw;
    width: 70.9333333333vw;
  }
}

.carry_styling {
  position: relative;
}
.carry_styling .breadcrumbs {
  margin-bottom: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .breadcrumbs {
    margin-bottom: 10.6666666667vw;
    padding-top: 8vw;
  }
}
.carry_styling #supercarry, .carry_styling #carry {
  scroll-margin-top: 137px;
}
@media screen and (max-width: 768px) {
  .carry_styling #supercarry, .carry_styling #carry {
    scroll-margin-top: 106px;
  }
}
@media screen and (max-width: 768px) {
  .carry_styling #supercarry {
    margin-bottom: 0;
  }
}
.carry_styling .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .carry_styling .pc {
    display: none;
  }
}
.carry_styling .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .carry_styling .sp {
    display: block;
  }
}
.carry_styling .br {
  display: none;
}
@media screen and (max-width: 768px) {
  .carry_styling .br {
    display: block;
  }
}
.carry_styling .choice .maintitle {
  width: 21.5959004392vw;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 6.5153733529vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .choice .maintitle {
    width: 44.8vw;
    transform: translateX(-8vw);
  }
}
.carry_styling .choice__list {
  height: 5.8565153734vw;
  margin-bottom: 5.8565153734vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .choice__list {
    height: auto;
    margin-top: 14.6666666667vw;
    margin-bottom: 12vw;
  }
}
.carry_styling .choice__item {
  width: 34.1142020498vw;
  font-size: 1.6105417277vw;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .carry_styling .choice__item {
    width: 41.0666666667vw;
    font-size: 4vw;
  }
}
.carry_styling .choice__item::after {
  font-size: 0.8052708638vw;
  bottom: 0.5856515373vw;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .carry_styling .choice__item::after {
    font-size: 1.6vw;
    bottom: 1.3333333333vw;
  }
}
.carry_styling .choice__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1.0248901903vw;
  text-decoration: none;
}
.carry_styling .carrysection {
  position: relative;
  background-image: url("/car/carry/styling/img/section__separator.png");
  background-repeat: no-repeat;
  background-size: 70.2781844802vw auto;
  background-position: center top;
  background-size: 100% auto;
  padding-top: 8.2723279649vw;
  padding-bottom: 11.7130307467vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carrysection {
    background-image: url("/car/carry/detail/img/section__separator-sp.png");
    background-size: 100% auto;
    padding-top: 18.6666666667vw;
    padding-bottom: 22.6666666667vw;
  }
}
.carry_styling .carrysection__img {
  height: 5.1244509517vw;
  width: auto;
  text-align: center;
  margin-bottom: 5.1244509517vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carrysection__img {
    height: 13.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.carry_styling .carrysection__img img {
  width: auto;
  height: 100%;
}
.carry_styling .carrysection__title {
  font-size: 2.196193265vw;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carrysection__title {
    font-size: 6.4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.carry_styling .carrysection__subtitle {
  display: block;
  font-size: 1.1713030747vw;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.196193265vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carrysection__subtitle {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
}
.carry_styling .carrysection__detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .carry_styling .carrysection__detail {
    flex-direction: column;
    padding-bottom: 6.4vw;
  }
}
.carry_styling .carrysection__detail figcaption {
  font-size: 0.9516837482vw;
  margin-top: 0.3660322108vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carrysection__detail figcaption {
    font-size: 4.2666666667vw;
    margin-top: 1.6vw;
  }
}
.carry_styling .carrysection__detail .detail-mainitem {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .carry_styling .carrysection__detail .detail-mainitem {
    margin-bottom: 12.5333333333vw;
  }
}
.carry_styling .carrysection__detail .detail-mainitem figcaption {
  color: #969696;
  font-size: 0.878477306vw;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  .carry_styling .carrysection__detail .detail-mainitem figcaption {
    font-size: 3.2vw;
  }
}
.carry_styling .carrysection__detail .detail-item {
  width: 33.8945827233vw;
  margin-bottom: 6.7349926794vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carrysection__detail .detail-item {
    width: 100%;
    margin-bottom: 4.2666666667vw;
  }
}
.carry_styling .carrysection__detail .detail-item .small {
  color: #969696;
  font-size: 0.878477306vw;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .carry_styling .carrysection__detail .detail-item .small {
    white-space: wrap;
    font-size: 3.2vw;
    line-height: 1.4;
  }
}
.carry_styling .carrysection__detail .detail-item .normal {
  margin-top: 0;
}
.carry_styling .carrysection__detail .detail-item .figcaption__note {
  color: #969696;
  font-size: 0.878477306vw;
  line-height: 1.667;
  margin-top: 0.2928257687vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carrysection__detail .detail-item .figcaption__note {
    font-size: 3.4666666667vw;
  }
}
.carry_styling .carry {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry {
    margin-bottom: 0vw;
    padding-top: 16vw;
  }
}
.carry_styling .carry .carrysection__detail {
  row-gap: 1.756954612vw;
  margin-bottom: 7.3206442167vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry .carrysection__detail {
    margin-top: 10.1333333333vw;
    margin-bottom: 18.1333333333vw;
    row-gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_styling .carry .detail-mainitem {
    margin-bottom: 0;
  }
}
.carry_styling .supercarry, .carry_styling .carry-supercarry {
  position: relative;
  background-color: #FAFAFA;
}
.carry_styling .supercarry {
  padding-bottom: 4.831625183vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .supercarry {
    margin-bottom: 18.6666666667vw;
    padding-top: 14.4vw;
  }
}
.carry_styling .supercarry .carrysection__detail {
  row-gap: 2.9282576867vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .supercarry .carrysection__detail {
    row-gap: 0;
  }
}
.carry_styling .supercarry .detail-item figcaption {
  font-size: 1.1713030747vw;
  line-height: 1.667;
  color: #000;
}
@media screen and (max-width: 768px) {
  .carry_styling .supercarry .detail-item figcaption {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}
.carry_styling .carry-supercarry {
  padding-bottom: 6.9546120059vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry {
    padding-bottom: 3.2vw;
  }
}
.carry_styling .carry-supercarry .styling__movie {
  background: url("/car/carry/styling/img/styling__movie__bac.png") no-repeat center/contain;
  width: 70.2781844802vw;
  height: 29.2825768668vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 5.4172767204vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .styling__movie {
    background: url("/car/carry/styling/img/styling__movie__bac-sp.png") no-repeat center/contain;
    width: 100vw;
    height: 160.2666666667vw;
    flex-direction: column;
    align-items: center;
  }
}
.carry_styling .carry-supercarry .styling__movie .movies {
  width: 30.0146412884vw;
  margin-bottom: 2.196193265vw;
  position: relative;
  margin-top: 2.7818448023vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .styling__movie .movies {
    width: 86.9333333333vw;
  }
}
.carry_styling .carry-supercarry .styling__movie .movies__caption {
  color: #000;
  font-weight: 600;
  font-size: 1.6105417277vw;
  margin-top: auto;
  position: relative;
  padding-left: 0.7320644217vw;
  margin-top: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .styling__movie .movies__caption {
    font-size: 4.8vw;
    padding-left: 2.6666666667vw;
    white-space: nowrap;
  }
}
.carry_styling .carry-supercarry .styling__movie .movies__caption::before {
  content: "";
  background-color: #000;
  width: 0.439238653vw;
  height: 1.9033674963vw;
  position: absolute;
  top: 0.2928257687vw;
  left: -0.439238653vw;
  border-radius: 0.1464128843vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .styling__movie .movies__caption::before {
    width: 1.6vw;
    height: 100%;
    border-radius: 0.5333333333vw;
  }
}
.carry_styling .carry-supercarry__imges {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry__imges {
    gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry__imges .carrysection__img {
    height: 11.2vw;
  }
}
.carry_styling .carry-supercarry .carrysection__title {
  margin-bottom: 1.4641288433vw;
}
.carry_styling .carry-supercarry .detail-mainitem {
  margin-bottom: 2.196193265vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .detail-mainitem {
    margin-bottom: 10.6666666667vw;
  }
}
.carry_styling .carry-supercarry .detail-mainitem figcaption {
  margin: 0;
}
.carry_styling .carry-supercarry .detail__bottoms {
  width: 100%;
  margin-top: 1.6105417277vw;
  margin-bottom: 0.9516837482vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .detail__bottoms {
    margin-bottom: 5.3333333333vw;
  }
}
.carry_styling .carry-supercarry .detail__img-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.3426061493vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .detail__img-top {
    flex-direction: column;
  }
}
.carry_styling .carry-supercarry .detail__img-top .text-top {
  display: flex;
  flex-direction: column;
  gap: 0.2928257687vw;
}
.carry_styling .carry-supercarry .detail__img-bottom {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .detail__img-bottom {
    flex-direction: column;
  }
}
.carry_styling .carry-supercarry .detail__img-bottom .text-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.2928257687vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .detail__img-bottom .text-bottom {
    margin-top: 2.6666666667vw;
  }
}
.carry_styling .carry-supercarry .detail__img-bottom figcaption {
  color: #969696;
  font-size: 0.878477306vw;
  margin-top: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .detail__img-bottom figcaption {
    font-size: 3.2vw;
  }
}
.carry_styling .carry-supercarry .detail__img {
  width: 47.2913616398vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .detail__img {
    width: 100%;
  }
}
.carry_styling .carry-supercarry .detail__text {
  width: 21.9619326501vw;
  font-size: 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .detail__text {
    font-size: 5.3333333333vw;
    width: 80vw;
  }
}
.carry_styling .carry-supercarry .detail__text .top {
  font-weight: 700;
}
.carry_styling .carry-supercarry .detail__text .center {
  font-size: 1.1713030747vw;
  font-weight: 400;
  line-height: 1.9033674963vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .detail__text .center {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}
.carry_styling .carry-supercarry .detail__text .bottom {
  color: #969696;
  font-size: 0.9516837482vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .detail__text .bottom {
    font-size: 3.4666666667vw;
  }
}
.carry_styling .carry-supercarry .work {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3.6603221083vw;
  margin-top: 2.1229868228vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .work {
    row-gap: 2.9282576867vw;
  }
}
.carry_styling .carry-supercarry .work__img {
  width: 19.1800878477vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .work__img {
    width: 100%;
  }
}
.carry_styling .carry-supercarry .work__box {
  width: 21.9619326501vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .work__box {
    width: 100%;
  }
}
.carry_styling .carry-supercarry .work__title {
  position: relative;
  font-size: 1.317715959vw;
  font-weight: 700;
  margin-top: 1.0980966325vw;
  padding-bottom: 0.9516837482vw;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .work__title {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 1.6vw;
    padding-bottom: 3.2vw;
  }
}
.carry_styling .carry-supercarry .work__wrap {
  width: 21.2298682284vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .work__wrap {
    width: 77.3333333333vw;
  }
}
.carry_styling .carry-supercarry .work__title--small {
  font-size: 1.0248901903vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .work__title--small {
    font-size: 4.2666666667vw;
  }
}
.carry_styling .carry-supercarry .work__detail {
  font-size: 1.0248901903vw;
  font-weight: 400;
  margin-top: 0.8052708638vw;
  line-height: 1.9033674963vw;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .work__detail {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    margin-top: 3.2vw;
    margin-bottom: 6.9333333333vw;
  }
}
.carry_styling .carry-supercarry .work__sub {
  color: #969696;
  font-size: 0.878477306vw;
  font-weight: 400;
  line-height: 1.667;
  margin-top: 0.878477306vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-supercarry .work__sub {
    font-size: 3.2vw;
    margin-bottom: 8vw;
  }
}
.carry_styling .carry-detail {
  margin-top: 5.1976573939vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail {
    margin-top: 11.2vw;
  }
}
.carry_styling .carry-detail__title {
  position: relative;
  font-weight: 600;
  text-align: center;
  color: #D90010;
  font-size: 1.5373352855vw;
  margin-top: 1.756954612vw;
  padding-top: 1.994875549vw;
  padding-bottom: 1.994875549vw;
  padding-left: 5.1244509517vw;
  border-radius: 0.7320644217vw;
  border: 3px solid #D90010;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__title {
    font-size: 4.2666666667vw;
    line-height: 1.625;
    border-radius: 2.6666666667vw;
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
    padding-left: 13.3333333333vw;
    margin-top: 3.7333333333vw;
    text-align: left;
    white-space: nowrap;
  }
}
.carry_styling .carry-detail__title::before {
  content: "";
  position: absolute;
  left: 8.78477306vw;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4.39238653vw;
  height: 3.8799414348vw;
  background: url("/car/carry/styling/img/detail__red-mark.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__title::before {
    width: 11.7333333333vw;
    left: 1.3333333333vw;
    height: 10.4vw;
  }
}
.carry_styling .carry-detail__title sup {
  font-size: 0.8052708638vw;
  padding: 0;
  vertical-align: super;
  position: relative;
  top: -0.1464128843vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__title sup {
    font-size: 2.4vw;
  }
}
.carry_styling .carry-detail .detail-mainitem figcaption {
  color: #969696;
  text-align: left;
  font-size: 0.878477306vw;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail .detail-mainitem figcaption {
    font-size: 3.2vw;
  }
}
.carry_styling .carry-detail__text {
  font-size: 1.1713030747vw;
  margin-bottom: 2.635431918vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__text {
    font-size: 4.2666666667vw;
    margin-top: 3.7333333333vw;
    margin-bottom: 4.5333333333vw;
  }
}
.carry_styling .carry-detail figcaption {
  text-align: right;
  font-size: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail figcaption {
    font-size: 2.6666666667vw;
  }
}
.carry_styling .carry-detail__cards {
  height: 17.4963396779vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6105417277vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__cards {
    flex-direction: column;
    height: auto;
  }
}
.carry_styling .carry-detail__card {
  width: 24.3777452416vw;
  height: 8.345534407vw;
  display: flex;
  border-radius: 0.7320644217vw;
  border: 3px solid #239EA7;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__card {
    width: 100%;
    height: 29.6vw;
    border-radius: 2.1333333333vw;
  }
}
.carry_styling .carry-detail__card .card__left {
  display: flex;
  background-color: #E0F1F3;
  font-size: 1.1713030747vw;
  color: #239EA7;
  width: 12.3718887262vw;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  border-right: 3px solid #239EA7;
  text-align: center;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__card .card__left {
    width: 43.2vw;
    font-size: 4vw;
  }
}
.carry_styling .carry-detail__card .card__right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 12.298682284vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__card .card__right {
    width: 43.2vw;
  }
}
.carry_styling .carry-detail__card .card__right__text {
  font-weight: 700;
  font-size: 3.953147877vw;
  line-height: 1;
  color: #239EA7;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__card .card__right__text {
    font-size: 14.1333333333vw;
  }
}
.carry_styling .carry-detail__card .card__right__sub-text {
  font-size: 1.1713030747vw;
  color: #239EA7;
  margin: 0;
  margin-top: 0.3660322108vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__card .card__right__sub-text {
    font-size: 4vw;
  }
}
.carry_styling .carry-detail__card .card__right .year {
  font-size: 2.3426061493vw;
  font-weight: 400;
  padding-top: 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__card .card__right .year {
    font-size: 8.2666666667vw;
    padding-top: 5.3333333333vw;
  }
}
.carry_styling .carry-detail .cards__left {
  display: flex;
  flex-direction: column;
  gap: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail .cards__left {
    gap: 2.6666666667vw;
  }
}
.carry_styling .carry-detail .card03 {
  width: 44.1434846266vw;
  height: 100%;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail .card03 {
    width: 100%;
  }
}
.carry_styling .carry-detail .card03 .card__left {
  width: 19.6925329429vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.878477306vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail .card03 .card__left {
    width: 43.2vw;
    height: 56.5333333333vw;
  }
}
.carry_styling .carry-detail .card03 .card__left .left__sub {
  font-size: 0.8052708638vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail .card03 .card__left .left__sub {
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail .card03 .card__left .left__sub br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail .card03 .card__left .left__sub .br {
    display: block;
  }
}
.carry_styling .carry-detail .card03 .card__right {
  width: 24.7437774524vw;
  display: flex;
  flex-direction: column;
  padding: 0;
  padding-top: 2.9282576867vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail .card03 .card__right {
    justify-content: space-between;
    width: 43.2vw;
    padding-top: 9.8666666667vw;
    padding-bottom: 5.8666666667vw;
  }
}
.carry_styling .carry-detail .card03 .card__right::before {
  display: none;
}
.carry_styling .carry-detail .card03 .card__right .card__img {
  width: 18.5212298682vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail .card03 .card__right .card__img {
    width: 38.4vw;
  }
}
.carry_styling .carry-detail .card03 .card__right .right__text {
  font-size: 0.7320644217vw;
  font-weight: 400;
  color: #000;
  margin-top: 3.1478770132vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail .card03 .card__right .right__text {
    font-size: 3.4666666667vw;
    text-align: center;
    padding-bottom: 0vw;
    margin-top: 0vw;
  }
}
.carry_styling .carry-detail__note {
  color: #969696;
  font-size: 0.878477306vw;
  line-height: 1.667;
  margin-top: 1.317715959vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__note {
    font-size: 3.4666666667vw;
    line-height: 22px;
    letter-spacing: -0.0533333333vw;
  }
}
.carry_styling .carry-detail__bottom {
  margin-top: 2.9282576867vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__bottom {
    margin-top: 5.3333333333vw;
  }
}
.carry_styling .carry-detail__bottom .detail__title {
  font-size: 1.756954612vw;
  font-weight: 700;
  background: linear-gradient(90deg, #00BEC8 0%, #FFFFFF 100%);
  width: 57.906295754vw;
  color: #FFFFFF;
  padding: 0.5856515373vw 0.8052708638vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__bottom .detail__title {
    font-size: 5.3333333333vw;
    width: 100%;
    padding: 2.1333333333vw 2.9333333333vw;
  }
}
.carry_styling .carry-detail__bottom .detail__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__bottom .detail__flex {
    flex-direction: column;
    position: relative;
  }
}
.carry_styling .carry-detail__bottom .detail__flex .flexleft {
  width: 22.1083455344vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__bottom .detail__flex .flexleft {
    width: 100%;
  }
}
.carry_styling .carry-detail__bottom .detail__detail {
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__bottom .detail__detail {
    font-size: 4.2666666667vw;
    width: 38.9333333333vw;
  }
}
.carry_styling .carry-detail__bottom .detail__left {
  width: 33.8945827233vw;
  margin-top: 1.3909224012vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__bottom .detail__left {
    width: 100%;
    padding-bottom: 86.6666666667vw;
  }
}
.carry_styling .carry-detail__bottom .detail__text {
  font-size: 1.1713030747vw;
  margin-bottom: 0.878477306vw;
  line-height: 1.9033674963vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__bottom .detail__text {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}
.carry_styling .carry-detail__bottom .detail__bold {
  font-size: 1.4641288433vw;
  font-weight: 700;
  margin-bottom: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__bottom .detail__bold {
    font-size: 5.3333333333vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.carry_styling .carry-detail__bottom .detail__subimg {
  width: 11.420204978vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__bottom .detail__subimg {
    position: absolute;
    width: 41.6vw;
    bottom: 0;
    right: 0;
  }
}
.carry_styling .carry-detail__bottom .detail__img {
  width: 33.8945827233vw;
  position: absolute;
  top: -2.196193265vw;
  right: 0;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__bottom .detail__img {
    width: 100%;
    top: 112vw;
  }
}
.carry_styling .carry-detail__bottom .detail__bottomtext {
  font-size: 1.1713030747vw;
  margin-top: 1.317715959vw;
  line-height: 1.9033674963vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__bottom .detail__bottomtext {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
    line-height: 6.9333333333vw;
  }
}
.carry_styling .carry-detail__bottom .detail__bottomimg {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4641288433vw;
  margin-bottom: 4.39238653vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__bottom .detail__bottomimg {
    flex-direction: column;
    padding-bottom: 13.3333333333vw;
  }
}
.carry_styling .carry-detail__bottom .detail__bottomimgflex {
  display: flex;
  width: 33.8945827233vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__bottom .detail__bottomimgflex {
    flex-direction: column;
    width: 100%;
  }
}
.carry_styling .carry-detail__bottom .detail__bottomimg01 {
  width: 13.9092240117vw;
  margin-left: 1.4641288433vw;
  margin-right: 1.317715959vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__bottom .detail__bottomimg01 {
    width: 100%;
    margin: 0;
  }
}
.carry_styling .carry-detail__bottom .detail__bottomimg02 {
  width: 13.9092240117vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__bottom .detail__bottomimg02 {
    width: 100%;
  }
}
.carry_styling .carry-detail__bottom .detail__bottomimg03 {
  width: 33.8945827233vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__bottom .detail__bottomimg03 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .carry_styling .carry-detail__bottom .detail__bottomimg03 {
    margin-top: 6.9333333333vw;
  }
}
.carry_styling .caption__group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .carry_styling .caption__group {
    flex-direction: column;
    width: fit-content;
    margin-right: auto;
  }
}
.carry_styling .caption--right {
  display: block;
  text-align: right;
}
.carry_styling .caption--left {
  display: block;
  text-align: left;
}
.carry_styling .caption--medium {
  font-size: 0.9516837482vw;
}
@media screen and (max-width: 768px) {
  .carry_styling .caption--medium {
    font-size: 4.2666666667vw;
  }
}
.carry_styling .caption--small {
  color: #969696;
  font-size: 0.878477306vw;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  .carry_styling .caption--small {
    font-size: 3.2vw;
    width: fit-content;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .carry_styling .pc {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .catalog-menu-car__etc {
    background-color: #F08C01;
  }
}
@media screen and (max-width: 768px) {
  .catalog-menu-car--footer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .catalog-menu-car--footer li + li {
    margin-left: 6.4vw;
  }
}

.catalog-menu-car__etc-list {
  background-color: #F08C01;
}
.catalog-menu-car__etc-list-link img {
  height: min(1.9033674963vw, 26px);
}
@media screen and (max-width: 768px) {
  .catalog-menu-car__etc-list-link img {
    height: 22px;
  }
}

@media screen and (max-width: 750px) {
  .catalog-menu-car--footer {
    background-color: #F08C01;
  }
}
@media screen and (min-width: 751px) {
  .catalog-menu-car--footer {
    background-color: #F08C01;
  }
}
.hoverbtn {
  position: relative;
  overflow: hidden;
  color: #fff;
  transition: color 0.3s ease;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18.3016105417vw;
  height: 4.1727672035vw;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  z-index: 1;
  transform: skewX(-45deg);
  margin: 0 auto;
}
.hoverbtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #f28300;
  transition: width 0.2s ease;
  z-index: 0;
}
.hoverbtn::after {
  content: "";
  width: 1.4641288433vw;
  height: 1.4641288433vw;
  position: absolute;
  top: 1.2445095168vw;
  right: 2.196193265vw;
  z-index: 2;
  transform: skew(45deg);
}
.hoverbtn span {
  position: relative;
  z-index: 2;
  padding-right: 1.4641288433vw;
}
.hoverbtn span {
  transform: skewX(45deg);
  display: inline-block;
  font-size: 1.1713030747vw;
}
@media (hover: hover) and (pointer: fine) {
  .hoverbtn:hover {
    color: #000;
  }
  .hoverbtn:hover::before {
    width: 100%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wrapper {
  width: 70.2781844802vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 86.4vw;
  }
}

.carry_top a {
  text-decoration: none;
}
.carry_top #movie, .carry_top #price, .carry_top #design, .carry_top #space, .carry_top #performance, .carry_top #safety {
  scroll-margin-top: 137px;
}
@media screen and (max-width: 768px) {
  .carry_top #movie, .carry_top #price, .carry_top #design, .carry_top #space, .carry_top #performance, .carry_top #safety {
    scroll-margin-top: 106px;
  }
}
.carry_top .br {
  display: none;
}
@media screen and (max-width: 768px) {
  .carry_top .br {
    display: block;
  }
}
.carry_top .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .carry_top .pc {
    display: none;
  }
}
.carry_top .partition {
  background-image: url("/car/carry/styling/img/section__separator.png");
  background-repeat: no-repeat;
  background-size: 70.2781844802vw auto;
  background-position: center top;
  padding-top: 6.8814055637vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carry_top .partition {
    background-image: url("/car/carry/detail/img/section__separator-sp.png");
    background-size: 100% auto;
    padding-top: 13.3333333333vw;
  }
}
.carry_top .partition.movieSec {
  padding-top: 1.0980966325vw;
  margin-top: 4.39238653vw;
}
@media screen and (max-width: 768px) {
  .carry_top .partition.movieSec {
    padding-top: 4vw;
    margin-top: 9.0666666667vw;
  }
}
.carry_top .hoverbtn {
  display: inline-block;
  background-color: #323232;
  height: 4.0995607613vw;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carry_top .hoverbtn {
    height: 10.6666666667vw;
    width: 61.3333333333vw;
    background-color: #F08C01;
    border: none;
  }
}
.carry_top .hoverbtn span {
  position: relative;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .carry_top .hoverbtn span {
    font-size: 4.2666666667vw;
    color: #000;
    padding: 0;
    font-weight: 500;
    padding-right: 3.7333333333vw;
  }
}
.carry_top .hoverbtn::after {
  content: "";
  width: 1.1713030747vw;
  height: 0.5856515373vw;
  background: url("/car/carry/detail/img/price__arrow.svg") no-repeat center/contain;
  position: absolute;
  top: 1.4641288433vw;
  right: 2.196193265vw;
}
@media screen and (max-width: 768px) {
  .carry_top .hoverbtn::after {
    width: 4.2666666667vw;
    height: 2.1333333333vw;
    top: 4vw;
    right: 5.3333333333vw;
    background: url("/car/carry/detail/img/price__arrow-black.svg") no-repeat center/contain;
  }
}
@media (hover: hover) and (pointer: fine) {
  .carry_top .hoverbtn:hover::after {
    transition: all 0.3s ease;
    background: url("/car/carry/detail/img/price__arrow-black.svg") no-repeat center/contain;
    right: 1.4641288433vw;
  }
  .carry_top .hoverbtn:hover span {
    color: #000;
  }
}
.carry_top .top__kv {
  padding: 0;
  position: relative;
}
.carry_top .top__kv-car {
  position: absolute;
  left: 0;
  bottom: 0;
}
.carry_top .top__kv-bg, .carry_top .top__kv-car {
  opacity: 0;
}
.carry_top .top__kv--started .top__kv-bg {
  animation: kv-fade 1s ease-out forwards;
  animation-delay: 1s;
}
.carry_top .top__kv--started .top__kv-car {
  animation: kv-fade 1s ease-out forwards;
  animation-delay: 1.5s;
}
@keyframes kv-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.carry_top .top__maintext {
  text-align: center;
  font-weight: 600;
  font-size: 1.756954612vw;
  margin-top: 2.9282576867vw;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  .carry_top .top__maintext {
    font-size: 4.2666666667vw;
    margin-top: 10.9333333333vw;
    margin-bottom: 6.4vw;
  }
}
.carry_top .top .banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2.9282576867vw;
  row-gap: 5.0512445095vw;
  margin-top: 5.270863836vw;
}
@media screen and (max-width: 768px) {
  .carry_top .top .banners {
    margin-top: 10.1333333333vw;
  }
}
.carry_top .top .banner__img {
  width: 33.6749633968vw;
}
@media screen and (max-width: 768px) {
  .carry_top .top .banner__img {
    width: 100%;
  }
}
.carry_top .top .choice {
  margin-top: 6.3689604685vw;
}
@media screen and (max-width: 768px) {
  .carry_top .top .choice {
    margin-top: 13.3333333333vw;
  }
}
.carry_top .top .choice a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding-bottom: 0.439238653vw;
}
.carry_top .top .choice__list {
  flex-wrap: wrap;
  gap: 2.9282576867vw 0;
  margin: 0 auto;
  width: 44.289897511vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .carry_top .top .choice__list {
    gap: 5.3333333333vw 0;
    width: 86.6666666667vw;
  }
}
.carry_top .top .choice__item {
  color: #000;
  height: 4.0263543192vw;
}
@media screen and (max-width: 768px) {
  .carry_top .top .choice__item {
    height: 12.8vw;
  }
}
.carry_top .top .choice__item::after {
  font-size: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_top .top .choice__item::after {
    font-size: 1.6vw;
    bottom: 1.3333333333vw;
  }
}
.carry_top .sectiontitle .skewbtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29.2825768668vw;
  height: 5.7833089312vw;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  z-index: 1;
  transform: skewX(-45deg);
  margin: 0 auto;
  display: flex;
}
.carry_top .sectiontitle .skewbtn span {
  transform: skewX(45deg);
  display: inline-block;
  font-size: 2.635431918vw;
}
.carry_top .sectiontitle .skewbtn span {
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .carry_top .sectiontitle .skewbtn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66.6666666667vw;
    height: 12.2666666667vw;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    text-align: center;
    z-index: 1;
    transform: skewX(-45deg);
    margin: 0 auto;
    display: flex;
  }
  .carry_top .sectiontitle .skewbtn span {
    transform: skewX(45deg);
    display: inline-block;
    font-size: 6.4vw;
  }
}
.carry_top .price {
  padding-top: 5.8565153734vw;
  padding-bottom: 7.1010248902vw;
  position: relative;
  margin-top: 4.39238653vw;
}
@media screen and (max-width: 768px) {
  .carry_top .price {
    padding-top: 10.6666666667vw;
  }
}
.carry_top .price .wrapper {
  width: 73.2064421669vw;
}
@media screen and (max-width: 768px) {
  .carry_top .price .wrapper {
    width: 86.6666666667vw;
  }
}
.carry_top .price__maintitle {
  width: 100%;
  margin: 0 auto;
}
.carry_top .price__box {
  width: 33.6749633968vw;
}
@media screen and (max-width: 768px) {
  .carry_top .price__box {
    width: 100%;
  }
}
.carry_top .price__box__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 6.588579795vw;
}
@media screen and (max-width: 768px) {
  .carry_top .price__box__flex {
    flex-wrap: wrap;
    gap: 26.6666666667vw;
    margin-top: 16.5333333333vw;
  }
}
.carry_top .price__box__title {
  height: 5.1244509517vw;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .carry_top .price__box__title {
    height: 13.3333333333vw;
  }
}
.carry_top .price__box__title img {
  height: 100%;
  width: auto;
}
.carry_top .price__box__badges {
  display: flex;
  justify-content: center;
  gap: 1.1713030747vw;
  margin-top: 3.2942898975vw;
  margin-bottom: 4.7584187408vw;
}
@media screen and (max-width: 768px) {
  .carry_top .price__box__badges {
    gap: 2.4vw;
    margin-top: 9.6vw;
    margin-bottom: 6.4vw;
  }
}
.carry_top .price__box__badges:has(.price__box__badge.is-active[data-grade=KC農繁]) ~ .car-selector__right .only-shiba {
  display: block;
}
.carry_top .price__box__badges:has(.price__box__badge.is-active[data-grade=KC農繁]) ~ .car-selector__right .without-shiba {
  display: none;
}
.carry_top .price__box__badge {
  color: #000;
  font-size: 1.6837481698vw;
  border: 1px solid #000;
  width: 10.4685212299vw;
  text-align: center;
  padding: 0.5856515373vw 0;
  border-radius: 2.196193265vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .carry_top .price__box__badge {
    width: 27.2vw;
    padding: 1.6vw 0;
    font-size: 4.2666666667vw;
    border-radius: 4.8vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .carry_top .price__box__badge:hover {
    cursor: pointer;
  }
}
.carry_top .price__box .car-selector {
  margin-top: 4.6120058565vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .carry_top .price__box .car-selector {
    flex-direction: column;
  }
}
.carry_top .price__box .car-selector__image {
  width: 33.6749633968vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carry_top .price__box .car-selector__image {
    width: 100%;
  }
}
.carry_top .price__box .car-selector__name {
  text-align: center;
  white-space: nowrap;
  font-size: 1.1713030747vw;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .carry_top .price__box .car-selector__name {
    font-size: 4.2666666667vw;
    margin-top: 1.6vw;
  }
}
.carry_top .price__box .car-selector__colors {
  display: flex;
  gap: 1.0980966325vw;
  margin: 0 auto;
  margin-top: 2.8550512445vw;
  width: fit-content;
  align-items: center;
  margin-bottom: 2.8550512445vw;
}
@media screen and (max-width: 768px) {
  .carry_top .price__box .car-selector__colors {
    gap: 3.2vw;
  }
}
.carry_top .price__box .car-selector__color-text {
  font-size: 1.4641288433vw;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 768px) {
  .carry_top .price__box .car-selector__color-text {
    font-size: 4.2666666667vw;
  }
}
.carry_top .price__box .car-selector__color-btn {
  width: 2.4890190337vw;
  height: 2.4890190337vw;
  border-radius: 50%;
  border: 0.0732064422vw solid #323232;
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .carry_top .price__box .car-selector__color-btn {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.carry_top .price__box .car-selector__color-btn[data-color=WBW] {
  background-color: #939999;
}
.carry_top .price__box .car-selector__color-btn[data-color=ZJ3] {
  background-color: #231915;
}
.carry_top .price__box .car-selector__color-btn[data-color=ZZC] {
  background-color: #798073;
}
.carry_top .price__box .car-selector__color-btn[data-color="26U"] {
  background-color: #ffffff;
}
.carry_top .price__box .car-selector__color-btn[data-color=Z2S] {
  background-color: #BCC8CE;
}
.carry_top .price__box .car-selector__color-btn[data-color=ZJP] {
  background-color: #15697A;
}
.carry_top .price__box .car-selector__color-btn[data-color=ZWD] {
  background-color: #EF832C;
}
.carry_top .price__box .car-selector__right {
  width: 33.9677891654vw;
}
@media screen and (max-width: 768px) {
  .carry_top .price__box .car-selector__right {
    width: 100%;
    margin-top: 8.5333333333vw;
    position: relative;
  }
}
.carry_top .price__box .car-selector__right .car-selector__title {
  font-size: 1.2445095168vw;
  font-weight: 500;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .carry_top .price__box .car-selector__right .car-selector__title {
    font-size: 4vw;
    text-align: center;
    font-weight: 400;
    margin-bottom: 6.4vw;
  }
}
.carry_top .price__box .car-selector__right .price-list {
  margin-top: 1.0980966325vw;
  display: flex;
  flex-direction: column;
}
.carry_top .price__box .car-selector__right .price-list .price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 25.4758418741vw;
}
@media screen and (max-width: 768px) {
  .carry_top .price__box .car-selector__right .price-list .price-item {
    width: 100%;
  }
}
.carry_top .price__box .car-selector__right .price-list .price-item:nth-child(2) .price-item__value {
  padding-right: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_top .price__box .car-selector__right .price-list .price-item:nth-child(2) .price-item__value {
    padding-right: 3.4666666667vw;
  }
}
.carry_top .price__box .car-selector__right .price-list .price-item__title {
  font-size: 1.1713030747vw;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .carry_top .price__box .car-selector__right .price-list .price-item__title {
    font-size: 3.4666666667vw;
  }
}
.carry_top .price__box .car-selector__right .price-list .price-item__title .only-shiba {
  display: none;
}
.carry_top .price__box .car-selector__right .price-list .price-item__title span {
  font-size: 1.1713030747vw;
  color: #000;
  font-weight: 500;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .carry_top .price__box .car-selector__right .price-list .price-item__title span {
    font-size: 3.4666666667vw;
  }
}
.carry_top .price__box .car-selector__right .price-list .price-item__value {
  text-align: right;
}
.carry_top .price__box .car-selector__right .price-list .price-item__value .price-item__price {
  font-size: 2.3426061493vw;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 768px) {
  .carry_top .price__box .car-selector__right .price-list .price-item__value .price-item__price {
    font-size: 7.7333333333vw;
  }
}
.carry_top .price__box .car-selector__right .price-list .price-item__value .price-item__yen {
  font-size: 1.1713030747vw;
  margin-left: 0.439238653vw;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 768px) {
  .carry_top .price__box .car-selector__right .price-list .price-item__value .price-item__yen {
    font-size: 3.4666666667vw;
    margin-left: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_top .price__box .bordernon::after {
    display: none;
  }
}
.carry_top .price__box .hoverbtns {
  display: flex;
  flex-direction: column;
  gap: 1.8301610542vw;
  margin-top: 3.7335285505vw;
}
@media screen and (max-width: 768px) {
  .carry_top .price__box .hoverbtns {
    margin-top: 11.7333333333vw;
    gap: 6.1333333333vw;
  }
}
.carry_top .price .price__box__badge.is-active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.carry_top .price .car-selector__color-btn.is-current {
  box-sizing: content-box;
  border: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .carry_top .price .bottombtn {
    background-color: #617857;
  }
  .carry_top .price .bottombtn::after {
    background: url("/car/carry/detail/img/price__arrow.svg") no-repeat center/contain;
  }
  .carry_top .price .bottombtn span {
    color: #fff;
  }
}
.carry_top .price__detail {
  font-size: 1.0248901903vw;
  color: #969696;
  font-weight: 400;
  white-space: normal;
  word-break: break-all;
  margin-top: 3.7335285505vw;
}
@media screen and (max-width: 768px) {
  .carry_top .price__detail {
    font-size: 3.7333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.carry_top .price__detail span {
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  .carry_top .price__detail span {
    font-size: inherit;
  }
}
.carry_top .specialmovie {
  background: url("/car/carry/common/img/specialmovie__bac.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  padding: 5.8565153734vw 0 5.8565153734vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carry_top .specialmovie {
    background: url("/car/carry/common/img/specialmovie__bac-sp.png") no-repeat center/cover;
    width: 100%;
    padding-top: 14.6666666667vw;
  }
}
.carry_top .specialmovie__maintitle {
  width: 21.5959004392vw;
  margin: 0 auto;
  margin-bottom: 4.0263543192vw;
}
@media screen and (max-width: 768px) {
  .carry_top .specialmovie__maintitle {
    width: 46.4vw;
    transform: translateX(-2.6666666667vw);
    margin-bottom: 10.6666666667vw;
  }
}
.carry_top .specialmovie .movie {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 70.2781844802vw;
  gap: 2.196193265vw;
}
@media screen and (max-width: 768px) {
  .carry_top .specialmovie .movie {
    flex-direction: column;
    width: 86.6666666667vw;
    gap: 5.3333333333vw;
  }
}
.carry_top .specialmovie .movie figure {
  width: 30.0146412884vw;
}
@media screen and (max-width: 768px) {
  .carry_top .specialmovie .movie figure {
    width: 100%;
  }
}
.carry_top .specialmovie .movie figure:nth-child(3), .carry_top .specialmovie .movie figure:nth-child(4), .carry_top .specialmovie .movie figure:nth-child(5) {
  width: 21.9619326501vw;
}
@media screen and (max-width: 768px) {
  .carry_top .specialmovie .movie figure:nth-child(3), .carry_top .specialmovie .movie figure:nth-child(4), .carry_top .specialmovie .movie figure:nth-child(5) {
    width: 100%;
  }
}
.carry_top .specialmovie .movie figure:nth-child(1), .carry_top .specialmovie .movie figure:nth-child(2) {
  width: 33.6749633968vw;
}
@media screen and (max-width: 768px) {
  .carry_top .specialmovie .movie figure:nth-child(1), .carry_top .specialmovie .movie figure:nth-child(2) {
    width: 100%;
  }
}
.carry_top .specialmovie .movie figcaption {
  color: #000;
  font-size: 1.6105417277vw;
  font-weight: 600;
  margin-top: 0.9516837482vw;
  padding-left: 1.317715959vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carry_top .specialmovie .movie figcaption {
    font-size: 4.8vw;
    padding-left: 3.7333333333vw;
    margin-top: 4vw;
  }
}
.carry_top .specialmovie .movie figcaption::before {
  content: "";
  background-color: #000;
  border-radius: 0.1464128843vw;
  width: 0.439238653vw;
  height: 1.9033674963vw;
  position: absolute;
  left: 0;
  top: 1.317715959vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .carry_top .specialmovie .movie figcaption::before {
    border-radius: 0.5333333333vw;
    width: 1.6vw;
    height: 6.1333333333vw;
    top: 4.2666666667vw;
  }
}
.carry_top .design {
  padding-top: 5.6368960469vw;
  padding-bottom: 5.8565153734vw;
  background-color: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .carry_top .design {
    padding-top: 12.8vw;
    padding-bottom: 15.2vw;
    overflow: hidden;
  }
}
.carry_top .design__maintitle {
  width: 100%;
  margin: 0 auto;
}
.carry_top .design__maintitle dd {
  font-size: 2.0497803807vw;
  font-weight: bold;
  text-align: center;
  margin: 3.6603221083vw 0 0;
}
@media screen and (max-width: 768px) {
  .carry_top .design__maintitle dd {
    font-size: 6.4vw;
    line-height: 1.458;
    margin: 7.4666666667vw 0 0;
  }
}
.carry_top .design__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 4.39238653vw;
  margin-bottom: 4.831625183vw;
}
@media screen and (max-width: 768px) {
  .carry_top .design__flex {
    flex-wrap: wrap;
    gap: 14.4vw;
    margin-top: 10.6666666667vw;
  }
}
.carry_top .design__box {
  width: 32.2108345534vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carry_top .design__box {
    width: 100%;
  }
}
.carry_top .design__box .movieBox {
  background-image: url(/car/carry/common/img/specialmovie__bac.png);
  background-size: 100vw;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 1.756954612vw 0;
}
@media screen and (max-width: 768px) {
  .carry_top .design__box .movieBox {
    background-image: url(/car/carry/common/img/specialmovie__bac-sp.png);
    margin: 0 calc(50% - 50vw);
    padding: 7.2vw calc(50vw - 50%) 4.8vw;
  }
}
.carry_top .design__box .movieBox .exterior {
  margin: 0 auto;
  width: 19.2532942899vw;
}
@media screen and (max-width: 768px) {
  .carry_top .design__box .movieBox .exterior {
    width: 77.3333333333vw;
  }
}
.carry_top .design__box .movieBox figure {
  margin: 0 auto;
  width: 27.8184480234vw;
}
@media screen and (max-width: 768px) {
  .carry_top .design__box .movieBox figure {
    width: 88vw;
  }
}
.carry_top .design__box .movieBox figcaption {
  color: #000;
  font-size: 1.4641288433vw;
  font-weight: 600;
  margin-top: 0.9516837482vw;
  padding-left: 1.317715959vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carry_top .design__box .movieBox figcaption {
    font-size: 4.8vw;
    padding-left: 3.7333333333vw;
    margin-top: 4vw;
    white-space: nowrap;
  }
}
.carry_top .design__box .movieBox figcaption::before {
  content: "";
  background-color: #000;
  border-radius: 0.1464128843vw;
  width: 0.439238653vw;
  height: 1.9033674963vw;
  position: absolute;
  left: 0;
  top: 1.317715959vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .carry_top .design__box .movieBox figcaption::before {
    border-radius: 0.5333333333vw;
    width: 1.6vw;
    height: 6.1333333333vw;
    top: 4.2666666667vw;
  }
}
.carry_top .design .left::after {
  display: none;
}
.carry_top .design .right .design__topimg {
  margin-bottom: 2.635431918vw;
}
.carry_top .design__car {
  height: 5.1244509517vw;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .carry_top .design__car {
    height: 13.3333333333vw;
  }
}
.carry_top .design__car img {
  height: 100%;
  width: auto;
}
.carry_top .design__images {
  display: flex;
  flex-direction: column;
}
.carry_top .design .bottomright {
  padding-bottom: 0.2928257687vw;
}
.carry_top .design .bottomright .bottomsubtitle {
  padding-bottom: 0.439238653vw;
}
.carry_top .design__title {
  text-align: center;
  margin-top: 3.2942898975vw;
  margin-bottom: 2.1229868228vw;
  font-size: 2.0497803807vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .carry_top .design__title {
    font-size: 6.4vw;
    margin-top: 4vw;
    margin-bottom: 3.2vw;
  }
}
.carry_top .design__topimg {
  margin-top: 3.6603221083vw;
  margin-bottom: 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  .carry_top .design__topimg {
    margin-top: 8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.carry_top .design__subtitle {
  color: #000;
  text-align: center;
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .carry_top .design__subtitle {
    font-size: 4.2666666667vw;
    margin-bottom: 7.7333333333vw;
  }
}
.carry_top .design .hoverbtn {
  height: 4.39238653vw;
}
@media screen and (max-width: 768px) {
  .carry_top .design .hoverbtn {
    height: 10.6666666667vw;
    margin-top: 13.6vw;
  }
}
.carry_top .design .img-caption {
  color: #969696;
  font-size: 0.878477306vw;
  margin: 0.878477306vw 0 0;
  margin-bottom: 6.0761346999vw;
  margin-left: auto;
  width: 30.0146412884vw;
}
@media screen and (max-width: 768px) {
  .carry_top .design .img-caption {
    font-size: 3.7333333333vw;
    margin-top: 4.2666666667vw;
    margin-bottom: 0;
    width: 100%;
  }
}
.carry_top .design .img-caption-carry {
  margin-top: -1.0980966325vw;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .carry_top .design .img-caption-carry {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .carry_top .design .left .design__title {
    margin-bottom: 5.6vw;
  }
}
.carry_top .space {
  background-color: #fff;
  padding-top: 6.9546120059vw;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .carry_top .space {
    margin-top: 0;
    padding-top: 11.4666666667vw;
  }
}
.carry_top .space__maintitle {
  width: 33.0893118594vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .carry_top .space__maintitle {
    width: 100%;
  }
}
.carry_top .space__maintitle dd {
  font-size: 2.0497803807vw;
  font-weight: bold;
  text-align: center;
  margin: 3.6603221083vw 0 0;
}
@media screen and (max-width: 768px) {
  .carry_top .space__maintitle dd {
    font-size: 6.4vw;
    line-height: 1.458;
    margin: 7.4666666667vw 0 0;
  }
}
.carry_top .space .design__flex {
  margin-top: 4.0995607613vw;
}
@media screen and (max-width: 768px) {
  .carry_top .space .design__flex {
    margin-top: 10.9333333333vw;
  }
}
.carry_top .space .design__box {
  width: 32.2108345534vw;
}
@media screen and (max-width: 768px) {
  .carry_top .space .design__box {
    width: 100%;
  }
}
.carry_top .space .design__topimg {
  margin-top: 3.6603221083vw;
  margin-bottom: 1.0248901903vw;
}
@media screen and (max-width: 768px) {
  .carry_top .space .design__topimg {
    margin-top: 8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.carry_top .space .left .design__title {
  margin-bottom: 2.0497803807vw;
}
@media screen and (max-width: 768px) {
  .carry_top .space .left .design__title {
    margin-bottom: 3.7333333333vw;
  }
}
.carry_top .space .left .design__bottomimg {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .carry_top .space .left .design__bottomimg {
    gap: 5.3333333333vw;
  }
}
.carry_top .space .left .design__bottomimg li {
  width: 16.1054172767vw;
}
@media screen and (max-width: 768px) {
  .carry_top .space .left .design__bottomimg li {
    width: 100%;
  }
}
.carry_top .space .carrysection__title {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .carry_top .space .carrysection__title {
    margin-top: 15.7333333333vw;
  }
}
.carry_top .space .carrysection__subtitle {
  margin-top: 1.3909224012vw;
}
.carry_top .space__img {
  margin-bottom: 4.9048316252vw;
}
.carry_top .space .hoverbtn {
  height: 4.39238653vw;
}
@media screen and (max-width: 768px) {
  .carry_top .space .hoverbtn {
    height: 10.6666666667vw;
  }
}
.carry_top .performance {
  padding-top: 5.8565153734vw;
  padding-bottom: 6.149341142vw;
  background-color: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .carry_top .performance {
    padding-top: 13.8666666667vw;
  }
}
.carry_top .performance__maintitle {
  width: 100%;
  margin: 0 auto;
}
.carry_top .performance__img {
  margin-top: 7.3206442167vw;
}
@media screen and (max-width: 768px) {
  .carry_top .performance__img {
    margin-top: 8vw;
  }
}
.carry_top .performance__img figcaption {
  font-size: 1.0248901903vw;
}
@media screen and (max-width: 768px) {
  .carry_top .performance__img figcaption {
    font-size: 1.8666666667vw;
  }
}
.carry_top .performance .carrysection__title {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .carry_top .performance .carrysection__title {
    margin-top: 5.3333333333vw;
  }
}
.carry_top .performance__images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5.4904831625vw;
  margin-bottom: 8.9311859444vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carry_top .performance__images {
    flex-wrap: wrap;
    gap: 9.6vw;
    margin-top: 8vw;
  }
}
.carry_top .performance__images .carrysection__subsectitle {
  margin: 0 0 0.878477306vw;
}
@media screen and (max-width: 768px) {
  .carry_top .performance__images .carrysection__subsectitle {
    margin: 0 0 4.8vw;
  }
}
.carry_top .performance__title {
  font-size: 2.0497803807vw;
  font-weight: 600;
  text-align: center;
  margin-top: 5.1244509517vw;
}
@media screen and (max-width: 768px) {
  .carry_top .performance__title {
    font-size: 4.8vw;
    margin-top: 8vw;
    margin-bottom: 2.6666666667vw;
    line-height: 1.8;
  }
}
.carry_top .performance__subimg {
  width: 21.9619326501vw;
}
@media screen and (max-width: 768px) {
  .carry_top .performance__subimg {
    width: 100%;
  }
}
.carry_top .performance__subimg:nth-child(2) .preformance__detail {
  letter-spacing: -0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .carry_top .performance__subimg:nth-child(2) .preformance__detail {
    white-space: inherit;
  }
}
.carry_top .performance__subimg:nth-child(3) .carrysection__subsectitle {
  margin-bottom: 3.2942898975vw;
}
.carry_top .performance__subimg .preformance__detail {
  font-size: 1.1713030747vw;
  margin-top: 1.1713030747vw;
  margin-bottom: 1.756954612vw;
}
@media screen and (max-width: 768px) {
  .carry_top .performance__subimg .preformance__detail {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_top .performance .bottomsubimg {
    margin-bottom: 0vw;
    margin-top: 4.8vw;
  }
}
.carry_top .performance__box {
  border: 1px solid #000;
  padding: 1.6837481698vw 0 2.2693997072vw 0;
  border-radius: 1.4641288433vw;
  margin-top: 3.0014641288vw;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .carry_top .performance__box {
    padding: 6.4vw 0 7.7333333333vw 0;
    border-radius: 5.3333333333vw;
  }
}
.carry_top .performance__box .boxtitle {
  font-size: 1.6105417277vw;
  font-weight: 600;
  text-align: left;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 1.0248901903vw;
  position: relative;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .carry_top .performance__box .boxtitle {
    padding-bottom: 10.6666666667vw;
    text-align: center;
  }
}
.carry_top .performance__box .boxtitle .min {
  font-size: 0.878477306vw;
  padding-left: 2.0497803807vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carry_top .performance__box .boxtitle .min {
    font-size: 3.2vw;
    padding-left: 5.3333333333vw;
  }
}
.carry_top .performance__box .boxtitle .min::before {
  content: "※4";
  font-size: 0.878477306vw;
  position: absolute;
  top: -0.7320644217vw;
  left: 0.439238653vw;
}
@media screen and (max-width: 768px) {
  .carry_top .performance__box .boxtitle .min::before {
    font-size: 2.4vw;
  }
}
.carry_top .performance__box .boxtitle .min::after {
  content: "※5";
  font-size: 0.878477306vw;
  position: absolute;
  top: -0.7320644217vw;
  right: -8.78477306vw;
}
@media screen and (max-width: 768px) {
  .carry_top .performance__box .boxtitle .min::after {
    font-size: 2.4vw;
    top: 5.3333333333vw;
    right: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .carry_top .performance__box .boxtitle {
    font-size: 5.3333333333vw;
  }
}
.carry_top .performance__box .boxtitle .detail__mark {
  width: 7.6866764275vw;
}
@media screen and (max-width: 768px) {
  .carry_top .performance__box .boxtitle .detail__mark {
    position: absolute;
    bottom: 2.6666666667vw;
    width: 28vw;
    left: 26.6666666667vw;
  }
}
.carry_top .performance__box .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .carry_top .performance__box .pc {
    display: none;
  }
}
.carry_top .performance .detail__box {
  width: 24.0117130307vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .carry_top .performance .detail__box {
    flex-direction: column;
    width: 37.3333333333vw;
  }
}
.carry_top .performance__mark {
  width: 10.2489019034vw;
}
@media screen and (max-width: 768px) {
  .carry_top .performance__mark {
    width: 37.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.carry_top .performance .box__text {
  font-size: 1.317715959vw;
}
@media screen and (max-width: 768px) {
  .carry_top .performance .box__text {
    font-size: 4.8vw;
  }
}
.carry_top .performance .box__text .bold {
  font-size: 2.635431918vw;
  font-weight: 700;
  margin-left: 0.2928257687vw;
  margin-right: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .carry_top .performance .box__text .bold {
    font-size: 8vw;
  }
}
.carry_top .performance .boxs {
  display: flex;
  justify-content: center;
  gap: 9.5168374817vw;
}
@media screen and (max-width: 768px) {
  .carry_top .performance .boxs {
    gap: 3.7333333333vw;
  }
}
.carry_top .performance__detail {
  color: #969696;
  font-size: 1.0248901903vw;
  margin-top: 1.8301610542vw;
  margin-bottom: 2.1229868228vw;
}
@media screen and (max-width: 768px) {
  .carry_top .performance__detail {
    font-size: 3.7333333333vw;
    margin-top: 12vw;
    margin-bottom: 13.3333333333vw;
  }
}
.carry_top .safety {
  padding-top: 4.5387994143vw;
}
@media screen and (max-width: 768px) {
  .carry_top .safety {
    padding-top: 19.2vw;
    padding-bottom: 0;
  }
}
.carry_top .safety__contents {
  background-image: url(/car/carry/common/img/safety__img.png);
  background-size: 56.4421669107vw auto;
  background-repeat: no-repeat;
  background-position: top 0 right 0;
  padding-top: 0.9516837482vw;
  padding-bottom: 5.5636896047vw;
}
@media screen and (max-width: 768px) {
  .carry_top .safety__contents {
    background-image: url(/car/carry/common/img/safety__img-sp.png);
    background-size: 100vw auto;
    background-position: bottom 21.8666666667vw right 0;
  }
}
.carry_top .safety__maintitle {
  margin: 0 auto;
}
.carry_top .safety__img {
  margin-top: 6.0029282577vw;
  width: 32.2108345534vw;
}
@media screen and (max-width: 768px) {
  .carry_top .safety__img {
    margin-top: 7.7333333333vw;
    width: 100%;
  }
}
.carry_top .safety__img picture {
  display: block;
}
@media screen and (max-width: 768px) {
  .carry_top .safety__img picture {
    margin-bottom: 85.3333333333vw;
  }
}
.carry_top .safety .hoverbtn {
  margin-top: 7.027818448vw;
  margin-left: 4.2459736457vw;
}
@media screen and (max-width: 768px) {
  .carry_top .safety .hoverbtn {
    margin-top: 0;
    margin-left: auto;
  }
}
.carry_top .accessories {
  background-color: #323232;
  padding-top: 5.7833089312vw;
  padding-bottom: 10.6149341142vw;
}
@media screen and (max-width: 768px) {
  .carry_top .accessories {
    padding-top: 9.8666666667vw;
    padding-bottom: 19.2vw;
  }
}
.carry_top .accessories__maintitle {
  width: 28.7701317716vw;
  margin: 0 auto;
  margin-bottom: 6.8814055637vw;
}
@media screen and (max-width: 768px) {
  .carry_top .accessories__maintitle {
    width: 62.1333333333vw;
  }
}
.carry_top .accessories__img {
  width: 70.2781844802vw;
  margin: 0 auto;
  width: 86.6666666667vw;
}