@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUS1p-Medium";
  src: url(/fonts/MPLUS1p/MPLUS1p-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUS1p-Regular";
  src: url(/fonts/MPLUS1p/MPLUS1p-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUS1p-ExtraBold";
  src: url(/fonts/MPLUS1p/MPLUS1p-ExtraBold.woff) format("woff");
  font-display: swap;
}
/*=======*/
/* index */
/*=======*/
.index {
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
  /* メイン
  -----------------------------------*/
  /* step-sec
  -----------------------------------*/
  /* select-sec
  -----------------------------------*/
}
@media (max-width: 1023px) {
  .index {
    padding-left: 0;
    padding-right: 0;
  }
}
.index .wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.index .main-sec {
  position: fixed;
  top: 80px;
  /*right: 40%;*/
  width: 57.29166vw; /*1100/1920**/
  height: calc(100vh - 80px);
  padding-bottom: 90px;
  padding-right: 8px;
  /*margin-left: 18.75%;/*360/1920*/
  max-width: 742px;
  overflow-y: scroll;
  background-color: #FFF;
  z-index: 10;
}
@media (max-width: 1023px) {
  .index .main-sec {
    top: 64px;
    right: 0;
    left: 0;
    width: 100%;
    max-width: initial;
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}
.index .main-sec #main-area {
  position: relative;
}
@media (max-width: 1023px) {
  .index .main-sec #main-area {
    width: 100%;
    margin: 48px auto 0;
  }
}
.index .main-sec #main-area > li:not(.current) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.index .main-sec #main-area .inner {
  position: relative;
}
.index .main-sec #main-area .inner .add .list-parts li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.index .main-sec #main-area .inner .default p {
  position: absolute;
  top: 0;
  left: 0;
}
.index .main-sec #main-data {
  position: relative;
}
.index .main-sec .list-img {
  position: absolute;
  top: 32px;
  right: 16px;
  display: flex;
  justify-content: space-between;
  width: 320px;
}
@media (max-width: 1023px) {
  .index .main-sec .list-img {
    position: static;
    width: 200px;
    margin: 0 auto;
  }
}
.index .main-sec .list-img li {
  width: 96px;
  border: 1px solid #CCC;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .index .main-sec .list-img li {
    width: 32%;
  }
}
.index .main-sec .list-img li.current, .index .main-sec .list-img li:hover {
  border-color: #EAD02A;
}
.index .main-sec .more-btn {
  margin: 16px 0 0;
  text-align: center;
}
@media (min-width: 1024px) {
  /*.index .main-sec .car-type {
    display: block !important;
  }*/

  .index .main-sec .car-type .sp-none:not(.sp) {
    display: block !important;
  }
}
@media (max-width: 1023px) {

  .index .main-sec .more-btn {
    position: fixed;
    top: 72px;
    right: 0;
    margin: 0;
    text-align: right;
    z-index: 10;
  }

  .index .main-sec .car-type {
    position: fixed;
    width: 100%;
    top: 64px;
    padding: 8px 80px 8px 16px;
    background-color: rgba(255,255,255,.7);
    font-size: 10px;
    z-index: 1;
  }

  .index .main-sec .car-type .sp-none {
    display: none;
  }
}
.index .main-sec .car-type .heading-title {
  margin: 24px 0 16px;
  font-family: "MPLUS1p-ExtraBold";
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .index .main-sec .car-type .heading-title {
    margin: 8px 0;
    font-size: 14px;
  }
}
.index .main-sec .car-type .price-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}
.index .main-sec .car-type .price-data dt {
  width: 20%;
  margin-bottom: 8px;
  line-height: 1;
}
@media (max-width: 1023px) {
  .index .main-sec .car-type .price-data dt {
    width: 100px;
    margin-bottom: 0;
    font-size: 10px;
  }
}
.index .main-sec .car-type .price-data dd {
  width: 30%;
  margin-bottom: 8px;
}
.index .main-sec .car-type .price-data dd .price {
  font-family: "NotoSansJP-Bold";
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 1023px) {
  .index .main-sec .car-type .price-data dd {
    width: calc(100% - 116px);
    margin-bottom: 4px;
    font-size: 10px;
  }
  .index .main-sec .car-type .price-data dd .price {
    font-size: 10px;
  }
}

.index .step-sec {
  width: 38.1666%; /*458/1200*/
  margin: 0 0 0 auto;
  padding: 16px 16px 64px;
  background-color: #282828;
}
@media (max-width: 1023px) {
  .index .step-sec {
    width: 100%;
    margin: 73.3333vw auto 0;/*275/375*/
  }
}
.index .step-sec .inner {
  max-width: 362px;
  padding: 0 16px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .index .step-sec .inner {
    max-width: 480px;
    padding: 0;
  }
}

.index .step-sec .heading-start {
  margin: 32px 0;
  font-family: "MPLUS1p-ExtraBold";
  font-size: 28px;
  text-align: center;
  color: #FFF;
  line-height: 1;
}

.index .step-sec .heading-start span {
  display: block;
  font-size: 20px;
}

@media (max-width: 1023px) {
  .index .step-sec .heading-start {
    margin: 16px 0;
    font-size: 20px;
  }
  
  .index .step-sec .heading-start span {
    font-size: 14px;
  }
}

.index .step-sec .heading-step {
  margin: 32px 0;
  font-family: "MPLUS1p-ExtraBold";
  font-size: 24px;
  color: #FFF;
  line-height: 1;
}
.index .step-sec .heading-step span {
  font-size: 32px;
}

@media (max-width: 1023px) {
  .index .step-sec .heading-step {
    margin: 16px 0 8px;
    font-size: 16px;
  }
  .index .step-sec .heading-step span {
    font-size: 20px;
  }
}
.index .step-sec .step-area {
  margin-bottom: 64px;
}

@media (max-width: 1023px) {
  .index .step-sec .step-area {
    margin-bottom: 32px;
  }
}
.index .step-sec .next-bt {
  width: 100%;
  text-align: center;
}
.index .step-sec .list-bt li input[type=radio], .index .step-sec .list-bt li input[type=checkbox] {
  display: none;
}
.index .step-sec .list-bt li input[type=radio] + label, 
.index .step-sec .list-bt li input[type=checkbox] + label {
  display: block;
  position: relative;
  padding: 12px 40px 12px 12px;
  margin-bottom: 24px;
  background-color: #fff;
  box-shadow: 0px 6px 15px -5px #000;
  border: 4px solid #FFF;
  cursor: pointer;
}
.index .step-sec .list-bt li input[type=radio] + label::before, 
.index .step-sec .list-bt li input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 16px;
  margin-top: -10px;
  background-color: #CCC;
  cursor: pointer;
}
.index .step-sec .list-bt li input[type=radio]:checked + label, 
.index .step-sec .list-bt li input[type=checkbox]:checked + label {
  border-color: #EAD02A;
}
.index .step-sec .list-bt li input[type=radio]:checked + label::before, 
.index .step-sec .list-bt li input[type=checkbox]:checked + label::before {
  border-radius: 50%;
  background-color: #EAD02A;
}
@media (max-width: 1023px) {

  .index .step-sec .list-bt li input[type=radio] + label, 
  .index .step-sec .list-bt li input[type=checkbox] + label {
    padding: 8px 32px 8px 8px;
    margin-bottom: 8px;
    font-size: 12px;
    border-width: 3px;
  }
  .index .step-sec .list-bt li input[type=radio] + label::before, 
  .index .step-sec .list-bt li input[type=checkbox] + label::before {
    width: 16px;
    height: 16px;
    right: 8px;
    margin-top: -8px;
  }
}
.index .step-sec .list-bt li .name {
  font-family: "NotoSansJP-Medium";
  line-height: 1;
}
.index .step-sec .list-bt li .note {
  font-family: "NotoSansJP-Medium";
  font-size: 10px;
  color: #666;
  line-height: 1.3;
}
.index .step-sec .list-bt li .note span {
  margin-left: 16px;
  font-size: 14px;
}
.index .step-sec .box {
  padding: 16px;
  margin-bottom: 24px;
  background-color: #fff;
  box-shadow: 0px 6px 15px -5px #000;
}

@media screen and (max-width:1023px) {
  .index .step-sec .box {
    padding: 16px 8px;
    margin-bottom: 16px;
  }
}
.index .step-sec .data-color dt {
  display: flex;
  justify-content: space-between;
  font-family: "NotoSansJP-Medium";
  line-height: 1;
}
.index .step-sec .data-color dt .type {
  width: 90px;
  font-size: 16px;
  color: #000;
}
.index .step-sec .data-color dt span {
  display: block;
  width: calc(100% - 90px);
  font-size: 14px;
  color: #666;
}
.index .step-sec .data-color .list-color {
  display: flex;
  flex-wrap: wrap;
}
.index .step-sec .data-color .list-color li {
  width: 50%;
  margin-top: 16px;
}
.index .step-sec .data-color .list-color li:nth-child(3n) {
  margin-right: 0;
}
.index .step-sec .data-color .list-color li input[type=radio], .index .step-sec .data-color .list-color li input[type=checkbox] {
  display: none;
}
.index .step-sec .data-color .list-color li input[type=radio] + label, .index .step-sec .data-color .list-color li input[type=checkbox] + label {
  display: block;
  position: relative;
  cursor: pointer;
}
.index .step-sec .data-color .list-color li input[type=radio] + label:after, .index .step-sec .data-color .list-color li input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 8px;
  bottom: 8px;
  background-color: #CCC;
  background-image: url(/images/common/select_ic01.svg);
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: center center;
}
.index .step-sec .data-color .list-color li input[type=radio]:checked + label:after, .index .step-sec .data-color .list-color li input[type=checkbox]:checked + label:after {
  border-radius: 50%;
  background-color: #EAD02A;
}
.index .step-sec .list-option {
  display: flex;
  flex-wrap: wrap;
}
.index .step-sec .list-option li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 24px;
}
.index .step-sec .list-option li:nth-child(2n) {
  margin-right: 0;
}
.index .step-sec .list-option li input[type=radio], .index .step-sec .list-option li input[type=checkbox] {
  display: none;
}
.index .step-sec .list-option li input[type=radio] + label, .index .step-sec .list-option li input[type=checkbox] + label {
  position: relative;
  display: block;
  height: 100%;
  margin-bottom: 24px;
  background-color: #fff;
  box-shadow: 0px 6px 15px -5px #000;
  cursor: pointer;
}
.index .step-sec .list-option li input[type=radio] + label .txt-area, .index .step-sec .list-option li input[type=checkbox] + label .txt-area {
  padding: 8px 8px 0;
}
.index .step-sec .list-option li input[type=radio] + label .txt-area dt, .index .step-sec .list-option li input[type=checkbox] + label .txt-area dt {
  font-family: "NotoSansJP-Medium";
  line-height: 1;
}
.index .step-sec .list-option li input[type=radio] + label .txt-area dd, .index .step-sec .list-option li input[type=checkbox] + label .txt-area dd {
  margin-top: 16px;
  font-family: "NotoSansJP-Medium";
  color: #666;
  font-size: 10px;
  text-align: right;
}
.index .step-sec .list-option li input[type=radio] + label .txt-area dd span, .index .step-sec .list-option li input[type=checkbox] + label .txt-area dd span {
  font-size: 14px;
}
.index .step-sec .list-option li input[type=radio] + label:after, .index .step-sec .list-option li input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 8px;
  top: 8px;
  background-color: #CCC;
  background-image: url(/images/common/select_ic01.svg);
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: center center;
}
.index .step-sec .list-option li input[type=radio]:checked + label:after, .index .step-sec .list-option li input[type=checkbox]:checked + label:after {
  border-radius: 50%;
  background-color: #EAD02A;
}
.index .select-sec {
  position: fixed;
  top: 35%;
  right: 16px;
  z-index: 15;
}
@media (max-width: 1023px) {
  .index .select-sec {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 12px 16px;
    background-color: #FFF;
  }
}
.index .select-sec .list-point {
  position: relative;
}
.index .select-sec .list-point::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #282828;
  z-index: 0;
}
.index .select-sec .list-point li {
  margin-bottom: 25px;
  text-align: center;
}
.index .select-sec .list-point li a {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  background-color: #282828;
  font-size: 0;
  z-index: 1;
  animation: none;
  transform: none;
  transition: unset;
}
.index .select-sec .list-point li.current a {
  width: 20px;
  height: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  background-color: #EAD02A;
  border-radius: 50%;
}

@media (max-width: 1023px) {
  .index .select-sec .list-point {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 140px;
    margin: 0 auto;
  }
  .index .select-sec .list-point::after {
    width: 100%;
    height: 1px;
    top: 50%;
  }
  .index .select-sec .list-point li {
    margin-bottom: 0;
    margin: 0 8px;
  }
}

.start .step-sec {
  width: 90%;
  min-height: calc(100vh - 112px - 90px);
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .start .step-sec {
    min-height: calc(100vh - 64px - 73px);
    padding: 16px 0;
  }
}
.start .step-sec .msg-area {
  margin: 0 auto 24px;
  text-align: center;
  color: #FFF;
}
@media (max-width: 1023px) {
  .start .step-sec .msg-area {
    font-size: 12px;
  }
}

.start .step-sec .msg-box {
  padding: 16px;
  border: 1px solid #FFF;
  border-radius: 4px;
  color: #FFF;
  font-size: 14px;
}

@media (max-width: 1023px) {
  .start .step-sec .msg-box {
    padding: 8px;
    font-size: 10px;
  }
}

/* インチアップ */
.incgimg_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}

.inchimg {
  width: 48%;
  height: auto;
  background-color: #fff;
  margin-bottom: 20px;
}

.inch_effect {
  margin: 0 !important;
  box-shadow: 0px 0 0 0 #000 !important;
}
#inchup_diagonal,
#inchup_back {
  position: absolute;
  top: 0;
  left: 0;
}
.grade_parts_diagonally_forward_left .front_grill,
.grade_parts_diagonally_forward_left .front_bumper,
.grade_parts_diagonally_forward_left .rear_bumper {
  position: absolute;
  top: 0;
  left: 0;
}
.grade_parts_front .front_grill,
.grade_parts_front .front_bumper {
  position: absolute;
  top: 0;
  left: 0;
}
.grade_parts_back .rear_bumper,
.grade_parts_back .front_bumper {
  position: absolute;
  top: 0;
  left: 0;
}
.grade_parts_diagonally_rear_left .rear_bumper,
.grade_parts_diagonally_rear_left .front_bumper {
  position: absolute;
  top: 0;
  left: 0;
}
.grade_parts_left_side .rear_bumper,
.grade_parts_left_side .front_bumper {
  position: absolute;
  top: 0;
  left: 0;
}
.grade_parts_diagonally_forward_left .front_bumper {
  z-index: 2;
}
.grade_parts_back .rear_bumper {
  z-index: 5;
}
.grade_parts_front .front_bumper{
  z-index: 10;
}
.grade_parts_diagonally_rear_left .rear_bumper {
  z-index: 5;
}
.grade_parts_left_side .rear_bumper {
  z-index: 5;
}

#tirelay {
  z-index: 1;
}

.wheel {
  z-index: 10;
}

.inchupparts {
  z-index: 0;
}

#back_tire_lay {
  z-index: 4;
}
.d_op_img {
  display: block;
  width: auto;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
}
/* スライドボタンの設定 */
.prev_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background-color: #000;
  font-size: 12px;
  font-weight: bold;
  left: 16px;
  z-index: 10;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.prev_arrow::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 6px auto 0;
  border-style: solid;
  border-width: 6px 10px 6px 0;
  border-color: transparent #FFF transparent transparent;
}

.prev_arrow:hover {
  opacity: .7;
}

.next_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background-color: #000;
  font-size: 12px;
  font-weight: bold;
  right: 16px;
  z-index: 10;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.next_arrow::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 6px auto 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #FFF;
}

.next_arrow:hover {
  opacity: .7;
}

@media screen and (max-width:400px) {
  .prev_arrow {
    left: 8px;
    top: auto;
    bottom: 0;
  }
  
  .next_arrow {
    right: 8px;
    top: auto;
    bottom: 0;
  }
}
.warning {
  font-size: 14px;
  color: red;
  margin-top: -20px;
  margin-bottom: 10px;
}

@media screen and (max-width:1023px) {
  .warning {
    font-size: 12px;
    margin-top: -4px;
    margin-bottom: 8px;
  }
}
.body_color_name {
  display: block;
  line-height: 1.2em;
  font-family:"NotoSansJP-Medium";
  font-size: 14px;
}

@media screen and (max-width:1023px) {
  .body_color_name {
    font-size: 12px;
  }
}

.body_price {
    font-family:"NotoSansJP-Medium";
    font-size: 14px;
    color: #666;
    line-height: 1.3;
    margin-top: 10px;
    text-align: right;
}

.body_price_tax {
  font-size: 10px;
}
/*スペアタイヤのデフォルト*/
.spare_tire {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
}

.selection_parts2 {
  z-index: 15;
}
.spare_tire_cover{
  z-index: 300;
}
/*#step05 .dropdown {
  display: none;
}*/

.numberlay {
  z-index: 200;
}

/* ディーラーオプション画像を2カラムに変更 */
#d-option {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#d-option li {
  display: flex;
  width: 48%;
  height: auto;
}

#d-option2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#d-option2 li {
  display: flex;
  width: 48%;
  height: auto;
}

 #d-option3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#d-option3 li {
  display: flex;
  width: 48%;
  height: auto;
}

.list-color label {
  margin: 5px;
}

.detail_link a {
  position: relative;
  display:block;
  color:white;
  margin:10px 0 35px 0;
  border: 1px solid #fff;
  padding: 10px 40px;
  text-align: center;
}

.detail_link a::after {
  position: absolute;
  content: '\025b6';
  font-size: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
}

.detail_link a:hover::after{
  right: 4%;
}

#a-parts .noscroll {
  text-align: center;
  font-size: 20px;
  color: red;
  font-weight: bold;
}

.roof_carrier{
  z-index: 100;
}


/* SP フッター*/
@media (max-width: 1023px) {

  footer {
    padding-bottom: 48px;
  }
}