.page_links_wrap {
  padding: 100px 0 0;
}
@media only screen and (max-width: 750px) {
  .page_links_wrap {
    padding: 16vw 0 0;
  }
}
.car_detail {
  padding-top: 150px;
  margin-top: -50px;
}
@media only screen and (max-width: 750px) {
  .car_detail {
    padding-top: 42.66vw;
    margin-top: -26.66vw;
  }
}
@media only screen and (max-width: 750px) {
}
#main #mainContents .p-spin-viewer {
  max-width: 100%;
}

.p-spin-viewer__container_title {
  height: 50px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .p-spin-viewer__container_title {
    height: 13.33vw;
    margin-bottom: 6.4vw;
  }
}
.p-spin-viewer__container {
  background-color: #fff;
  padding: 100px 50px 60px;
  max-width: 1140px;
}
@media only screen and (max-width: 750px) {
  .p-spin-viewer__container {
    padding: 22.33vw 4vw 16vw;
  }
}
@media only screen and (max-width: 750px) {
  .non_label {
    padding: 8vw 4vw 16vw;
  }
}
.p-spin-viewer__container_inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media only screen and (max-width: 750px) {
  .p-spin-viewer__container_inner {
    flex-direction: column;
    gap: 0;
  }
}
.p-spin-viewer__container_left {
  max-width: 490px;
}
@media only screen and (max-width: 1000px) {
  .p-spin-viewer__container_left {
    max-width: 360px;
  }
}
@media only screen and (max-width: 750px) {
  .p-spin-viewer__container_left {
    max-width: 100%;
    padding-left: 0;
  }
}
.p-spin-viewer__info {
  max-width: 520px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .p-spin-viewer__info {
    max-width: 100%;
  }
}
#main .p-spin-viewer__info-caption {
  padding-left: 10px;
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #main .p-spin-viewer__info-caption {
    padding-left: 0;
  }
}
#main .price_detail {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  #main .price_detail {
    font-size: 2.66vw;
    margin-top: 4.26vw;
    margin-bottom: 0;
  }
}
.price_links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 30px;
  gap: 30px;
}
@media only screen and (max-width: 750px) {
  .price_links {
    align-items: center;
    margin-top: 10.66vw;
    gap: 8.53vw;
  }
}
.price_modal {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .price_modal {
    font-size: 4.26vw;
  }
}
.price_modal:hover {
  opacity: 0.7;
}
.link_btn {
  max-width: 280px;
}
@media only screen and (max-width: 750px) {
  .link_btn {
    max-width: 78.66vw;
  }
}
.btn_grade {
  max-width: 340px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
.btn_grade:hover {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  .btn_grade {
    font-size: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .btn_grade {
    font-size: 3.66vw;
    max-width: 78.66vw;
  }
}
.btn_grade::before {
  background-image: url(/car/every/home/img/arrow_bld_bk.svg);
}
.p-spin-viewer__detail {
  position: relative;
}
.p-spin-viewer__detail_img {
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 1;
  max-width: 108px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .p-spin-viewer__detail_img {
    max-width: 28.79vw;
    top: -25%;
  }
}
.upgrade-package {
  margin: 40px auto 0;
}
@media only screen and (max-width: 750px) {
  .upgrade-package {
    margin: 10.66vw auto 0;
  }
}
.section_btm_btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .section_btm_btn {
    margin-top: 10.25vw;
  }
}
.label-maker-option_wrap {
  margin-bottom: 15px;
  display: flex;
  gap: 14px;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .label-maker-option_wrap {
    margin-bottom: 5.33vw;
    flex-direction: column;
    gap: 4.1vw;
    align-items: flex-start;
  }
}
.label-maker-option {
  display: inline-block;
  border: 1px solid #000000;
  padding: 6px 14px;
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .label-maker-option {
    padding: 1.06vw 2.12vw;
    font-size: 3.73vw;
    font-weight: bold;
  }
}
.package-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .package-title {
    font-size: 4.26vw;
    display: flex;
    flex-direction: column;
    gap: 2.05vw;
  }
}
#main .label-maker-option-detail {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  #main .label-maker-option-detail {
    font-size: 3.07vw;
  }
}
.package-title span {
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  .package-title span {
    font-size: 3.2vw;
  }
}
.package-title span.detail {
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 750px) {
  .package-title span.detail {
    font-size: 3.07vw;
  }
}
.separator-line {
  border: none;
  border-top: 2px solid #333;
  margin: 20px 0;
}
@media only screen and (max-width: 750px) {
  .separator-line {
    margin: 10.66vw 0;
  }
}
#main .feature-note {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
@media only screen and (max-width: 750px) {
  #main .feature-note {
    font-size: 3.07vw;
  }
}
.feature-grid {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .feature-grid {
    flex-direction: column;
    gap: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.feature-item {
  flex: 1;
}
.feature-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .feature-img {
    margin-bottom: 4.26vw;
  }
}
.feature-caption {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .feature-caption {
    font-size: 4.26vw;
  }
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-list li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media only screen and (max-width: 750px) {
  .feature-list li {
    font-size: 4.26vw;
    margin-bottom: 1.06vw;
  }
}
.feature-list-min {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-list-min li {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media only screen and (max-width: 750px) {
  .feature-list li {
    font-size: 2.66vw;
    margin-bottom: 1.06vw;
  }
}
.specs-section {
  margin: 60px auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .specs-section {
    margin: 16vw auto 0;
    padding: 0;
    box-sizing: border-box;
  }
}
.links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  width: fit-content;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 750px) {
  .links-grid {
    display: flex;
    flex-direction: column;
    gap: 4.26vw;
    margin: 0 auto 10.66vw;
    padding: 0 4.26vw;
  }
}
.link-item {
  display: block;
  transition: opacity 0.3s;
  max-width: 366px;
}
@media only screen and (max-width: 750px) {
  .link-item {
    max-width: 100%;
  }
}
.link-item:hover {
  opacity: 0.8;
}
.link-img {
  width: 100%;
  height: auto;
  display: block;
}
.recycle-container {
  text-align: center;
}
.lower-title {
  font-size: 32px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 56px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .lower-title {
    font-size: 7.46vw;
    margin-bottom: 10.66vw;
  }
}
.recycle-table-wrapper {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .recycle-table-wrapper {
    height: 46.93vw;
    margin-bottom: 4vw;
    overflow-x: scroll;
    scrollbar-color: #005DAB transparent;
  }
}
@media only screen and (max-width: 750px) {
  #main .recycle-table-wrapper img {
    height: 100%;
    width: auto;
  }
}
.recycle-table-img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 750px) {
}
.recycle-note {
  font-size: 12px;
  color: #666;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .recycle-note {
    font-size: 3.2vw;
  }
}
.recycle-note span {
  color: #FF0000;
}
.equipment-section {
  box-sizing: border-box;
  height: 90dvh;
  overflow: hidden;
}
.equipment-section_inner {
  flex: 1;
  overflow-y: auto;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 64px 50px;
}
@media only screen and (max-width: 750px) {
  .equipment-section_inner {
    padding: 10.66vw 6.4vw;
  }
}
.equipment-section_inner::-webkit-scrollbar {
  display: none;
}
/* 装備早見表タイトル */

.equipment-main-title  {
  font-size: 40px;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
  align-items: center;
  border: none;
}
@media only screen and (max-width: 750px) {
  .equipment-main-title  {
    font-size: 6.93vw;
    margin-bottom: 5.86vw;
  }
}
#sp_everyModal .equipment-logo {
  display: none;
}
@media only screen and (max-width: 750px) {
  #sp_everyModal .equipment-logo {
    display: block;
    margin: 0 auto 5.86vw;
    height: 9.6vw;
    width: fit-content;
  }
  #sp_everyModal .equipment-logo img {
    height: 100%;
    width: auto;
  }
}
#main .equipment-legend {
  font-size: 16px;
  margin: 60px 0 30px;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  #main .equipment-legend {
    font-size: 3.73vw;
    margin: 5.33vw 0 5.33vw;
    text-align: left;
  }
}
/* 表の画像 */
.equipment-table-wrapper {
  width: 100%;
  margin-bottom: 18px;
}
@media only screen and (max-width: 750px) {
  .equipment-table-wrapper {
    margin-bottom: 4.8vw;
    overflow-x: scroll;
  }
}

.equipment-table-img {
  width: 100%;
  height: auto;
  display: block;
}
.equipment-notes {
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .equipment-notes {
    margin-bottom: 10.66vw;
  }
}
.equipment-notes p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .equipment-notes p {
    font-size: 3.73vw;
  }
}
.other-img {
  width: 100%;
  height: auto;
  display: block;
}
#main .trademark-detail {
  font-size: 16px;
  margin:80px auto 0;
}
@media only screen and (max-width: 750px) {
  #main .trademark-detail {
    font-size: 3.73vw;
    margin:5.33vw auto 0;
  }
}
#main .trademark-note {
  font-size: 14px;
  color: #666;
  text-align: left;
  margin-top: 13px;
}
@media only screen and (max-width: 750px) {
  #main .trademark-note {
    font-size: 3.73vw;
    margin-top: 2.66vw;
  }
}
.mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .mt40 {
    margin-top: 10.66vw;
  }
}
.border {
  height: 1px;
  background-color: #D2DFE8;
  margin: 40px 0;
}
@media only screen and (max-width: 750px) {
  .border {
    height: 1px;
    background-color: #D2DFE8;
    margin: 10.66vw 0;
  }
}
.lower_detail {
  margin: 50px auto 0;
  max-width: 1040px;
}
@media only screen and (max-width: 750px) {
  .lower_detail {
    margin: 6.4vw auto 0;
  }
}

#main li.navi-connect-small-note {
  font-size: 12px;
  color: #666;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  #main p.navi-connect-small-note {
    font-size: 2.933vw;
  }
}
.sp_modal_contents {
  display: none;
}
@media only screen and (max-width: 750px) {
  .sp_modal_contents {
    display: flex;
    flex-direction: column;
    gap: 2.66vw;
  }
  .sp_modal_contents img{
    width: 100%;
  }
}