#everyMainImage {
  background-color: #FCFBF5;
}
.mainImage-inner {
  max-width: 1440px;
  margin: 0 auto;
}
.contents__inner {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .contents__inner {
    flex-direction: column;
    gap: 4.26vw;
    margin-top: 10.66vw;
  }
}
.mv_title,
.mv_img {
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .mv_title,
  .mv_img {
    max-width: 100%;
  }
}
.mv_title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 750px) {
}
.mv_title_img {
  max-width: 500px;
  margin: 0 20px;
}
@media only screen and (max-width: 750px) {
  .mv_title_img {
    max-width: 82.93vw;
    margin: 0 auto;
  }
}
section.connect {
  margin-top: 80px;
}
.contents__inner .mv_title {
  width: 100%;
}
#mainImg img,
#mainImg p img,
#main img {
  width: 100%;
  height: auto;
}

.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;
  }
}
#main #mainContents .p-spin-viewer {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  #main #mainContents .p-spin-viewer {
    max-width: 100%;
    width: 100%;
  }
}

.p-spin-viewer__container_title {
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .p-spin-viewer__container_title {
    font-size: 5.33vw;
  }
}
.p-spin-viewer__container {
  padding: 40px 0px 0px;
}
@media only screen and (max-width: 750px) {
  .p-spin-viewer__container {
    padding-top: 0;
  }
}
.p-spin-viewer__container_inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .p-spin-viewer__container_inner {
    flex-direction: column;
  }
}
.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%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media only screen and (max-width: 750px) {
  .p-spin-viewer__info {
    max-width: 100%;
  }
}
#main .p-spin-viewer__info-title {
  font-size: 24px;
  width: 100%;
  border-bottom: 1px solid #707070;
  padding-bottom: 9px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #main .p-spin-viewer__info-title {
    font-size: 5.33vw;
    padding-bottom: 2.66vw;
    margin-bottom: 6.13vw;
  }
}
#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: 0px;
    margin-top: 6.13vw;
    margin-bottom: 5.33vw;
  }
}
#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;
  margin-top: 50px;
  gap: 30px;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .price_links {
    flex-direction: column;
    align-items: center;
    margin-top: 6.66vw;
    gap: 4vw;
  }
}
.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;
  }
}
.p-spin-viewer__detail {
  position: relative;
}
.p-spin-viewer__detail_img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 51px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .p-spin-viewer__detail_img {
    max-width: 9.33vw;
    top: 16%;
  }
}
.upgrade-package {
  margin: 60px auto 0;
}
@media only screen and (max-width: 750px) {
  .upgrade-package {
    margin: 10.66vw auto 0;
  }
}
.label-maker-option {
  display: inline-block;
  border: 1px solid #000000;
  padding: 6px 14px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .label-maker-option {
    padding: 1.06vw 2.12vw;
    font-size: 3.73vw;
    font-weight: bold;
    margin-bottom: 5.33vw;
  }
}
.package-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .package-title {
    font-size: 4.26vw;
  }
}
.package-title span {
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  .package-title span {
    font-size: 3.2vw;
  }
}
.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;
  }
}
.feature-note {
  font-size: 12px;
  color: #666666;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .feature-note {
    font-size: 2.66vw;
    margin-bottom: 6.4vw;
  }
}
.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 {
  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;
  }
}
.specs-section,
.de-section {
  margin: 60px auto;
  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;
}
.recycle-title {
  font-size: 32px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 56px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
  .recycle-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;
    margin-left: 6.4vw;
  }
}
.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;
  gap: 28px;
  align-items: center;
  border: none;
}
@media only screen and (max-width: 750px) {
  .equipment-main-title  {
    font-size: 6.93vw;
    gap: 5.86vw;
  }
}
.equipment-main-title::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #95A4AF;
}
@media only screen and (max-width: 750px) {
  .equipment-main-title::after {
    width: 5.33vw;
    height: 0.26vw;
  }
}
#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;
  }
}

.lower_contents_img {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  .lower_contents_img {
    margin-top: 0;
  }
}
.lower_contents_img.mt_0 {
  margin-top: 0;
}
.img_contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1000px) {
  .img_contents {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 750px) {
  .img_contents {
    display: none;
  }
}
.img_contents_top {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 750px) {
}
#main .img_contents_top_title {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  height: 54px;
  margin-bottom: 21px;
}
@media only screen and (max-width: 1000px) {
  #main .img_contents_top_title {
    font-size: 48px;
  }
}

#main .img_contents_top_title img{
  height: 100%;
  width: auto;
}
#main .img_contents_top_titlesub {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  #main .img_contents_top_titlesub {
    font-size: 16px;
  }
}
.img_contents_btm {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#main .img_contents_btm_detail {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1000px) {
  #main .img_contents_btm_detail {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #main .img_contents_btm_detail {
    font-size: 4.8vw;
    margin: 5.33vw auto 6.66vw;
    color: #000;
    text-align: center;
  }
}
#main .color_bk {
  color: #000;
}
#main .color_bk:after {
  background-color: #000;
}
.sp_link_btn {
  display: none;
}
@media only screen and (max-width: 750px) {
  .sp_link_btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 5.33vw auto 0;
  }
}
@media only screen and (max-width: 750px) {
  .section_title_sp:after {
    display: none;
  }
}
.lower_contents_accessory {
  max-width: 1168px;
  padding: 0 20px;
  margin: 80px auto;
}
@media only screen and (max-width: 750px) {
  .lower_contents_accessory {
    padding: 0 6.66vw;
    margin: 16.53vw auto;
  }
}
.lower_contents_accessory .inner {
  border: solid 1px #D9D9D9;
  display: flex;
  align-items: start;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  .lower_contents_accessory .inner {
    border: solid 1px #D9D9D9;
    display: flex;
    align-items: start;
    gap: 3.66vw;
    flex-direction: column;
    width: 100%;
  }
}
.lower_contents_accessory .wrap {
  padding: 40px;
  flex: 1;
}
@media only screen and (max-width: 750px) {
  .lower_contents_accessory .wrap {
    padding: 10.66vw 0;
    flex: auto;
    width: 100%;
  }
}
#main .lower_contents_accessory .title_en {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  margin-bottom: 11px;
  height: 40px;
}
@media only screen and (max-width: 1080px) {
  #main .lower_contents_accessory .title_en {
    font-size: 38px;
  }
}
@media only screen and (max-width: 800px) {
  #main .lower_contents_accessory .title_en {
    font-size: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #main .lower_contents_accessory .title_en {
    font-size: 8.93vw;
    text-align: center;
    height: 8.79vw;
    width: fit-content;
    margin: 0 auto 3.66vw;
  }
}
#main .lower_contents_accessory .title_en img {
  height: 100%;
  width: auto;
}
.lower_contents_accessory .title_jp {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
@media only screen and (max-width: 750px) {
  .lower_contents_accessory .title_jp {
    font-size: 4vw;
    text-align: center;
  }
}
#mainContents .lower_contents_accessory .text {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 20px 0;
}
@media only screen and (max-width: 750px) {
  #mainContents .lower_contents_accessory .text {
    font-size: 4vw;
    margin: 6.66vw 0 0;
    text-align: center;
  }
}
#mainContents .lower_contents_accessory .lower_contents_img {
  flex: 2;
}
@media only screen and (max-width: 750px) {
  #mainContents .lower_contents_accessory .lower_contents_img {
    flex: auto;
  }
}
@media only screen and (max-width: 750px) {
  #mainContents .lower_contents_accessory .link_btn.pc_only {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  #mainContents .lower_contents_accessory .sp_link_btn {
    margin: 0 0 10.66vw;
  }
}

@media only screen and (max-width: 750px) {
  #main .movie_title_wrap {
    padding-top: 0;
  }
}

#price .change_btn_wrap_text {
  font-size: 16px;
  text-align: center;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 750px) {
  #price .change_btn_wrap_text {
    font-size: 3.2vw;
    margin: 0 auto 5.33vw;
  }
}