/* assets */
/* SCSS */
#pagetitle {
  background: url(/images/page/product/header.jpg) no-repeat;
  background-size: cover;
  height: 220px;
  position: relative;
}

#pagetitle h1 {
  font-size: 35px;
  line-height: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.75), 0 0 16px rgba(0, 0, 0, 0.75), 0 0 16px rgba(0, 0, 0, 0.75);
  letter-spacing: 0.2em;
}

#pagetitle h1 span {
  font-size: 17px;
  vertical-align: text-top;
  margin-left: 30px;
  letter-spacing: 0;
}

section h2 {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  text-align: center;
  font-size: 16px;
  /* line-height: 55px; */
  line-height: 1;
  /* height: 55px; */
  padding: 18px 0;
  background: #e5e5e5;
}

section h2 span {
  font-size: 20px;
}

section h3 {
  font-size: 35px;
  /* margin-bottom: 30px; */
}

section h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

section .inner {
  padding: 25px;
  text-align: center;
}

section .cat {
  border-bottom: 2px dotted #9f9fa0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

section .cat:last-child {
  border-bottom: none;
}

section .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

section .flex .selectarea {
  width: 48%;
  margin: 0 1%;
}
section .flex .viewarea {
  width: 48%;
  margin: 0 1%;
}

section .flex > div {
  width: 30%;
  margin: 0 1.5%;
}

section .flex > div p {
  text-align: left;
  margin-top: 30px;
}

#Map {
  max-width: 751px;
}

.cover {
  width: 100%;
  height: auto;
}

.truckImage {
  max-width: 751px;
  margin: auto;
}

.truckparts {
  padding: 25px 50px;
  display: none;
}

.truckparts.parts1 {
  display: block;
}

.truckparts > .flex {
  display: flex;
  justify-content: center;
}

.truckparts .photo, .truckparts .text {
  /* width: 40%; */
  padding: 0 5%;
}

.truckparts .photo h4, .truckparts .text h4 {
  margin-bottom: 0;
}

area {
  outline: none;
}


@media (min-width: 789px) {
  .shousai {
    font-size: 20px !important;
  }
  .truckparts .photo, .truckparts .text {
    padding: 20px;
  }
}




@media (max-width: 768px) {
  header {
    display: inherit;
  }
  #pagetitle {
    background: url(/images/page/product/sp_header.jpg) no-repeat right;
    background-size: cover;
    height: 100px;
    margin-top: 45px;
  }
  #pagetitle h1 {
    font-size: 24px;
    line-height: 24px;
    top: 0;
  }
  #pagetitle h1 span {
    font-size: 15px;
    margin-left: 15px;
  }
  section .inner {
    padding: 10px;
    text-align: center;
  }
  section h3 {
    font-size: 26px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  section p {
    font-size: 15px;
    line-height: 1.95;
    /* margin-bottom: 50px; */
  }
  section #Map {
    max-width: 100%;
  }
  section .truckImage {
    max-width: auto;
    margin: auto;
  }
  section .truckparts {
    padding: 0;
  }
  section .truckparts > .flex {
    display: block;
  }
  section .truckparts .photo, section .truckparts .text {
    width: auto;
    margin-bottom: 0;
  }
  section .flex {
    display: block;
  }
  section .flex > div {
    width: auto;
    margin-bottom: 30px;
  }
  section .flex > div:last-child {
    margin-bottom: 0;
  }
  section .flex .selectarea,
  section .flex .viewarea {
    width: auto;
  }
}


#partsRap {
  border: 1px solid #ccc;
  box-sizing: border-box;
  max-width: 752px;
  max-height: 502px;
  margin: 0 auto;
  position: relative;
}
#partsRap #partsBack {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  z-index:-2;
}
.partsBox {
  position: absolute;
  z-index: -1;
}
.partsBox img {
  max-width: 750px;
  width: 100%;
}
.partsBox img.p_on {
  left: 0;
  position: absolute;
  top: 0;
  display: none;
}
.partsBox.activeParts img.p_off {
  opacity: 0 !important;
}
.partsBox.activeParts img.p_on {
  display: block !important;
}
.p01 {
  top: 59%;
  left: 10.5%;
  width: 31%;
}
.p02 {
  top: 56.5%;
  left: 16%;
  width: 22.6%;
}
.p03 {
  top: 31%;
  left: 30%;
  width: 26.8%;
}

.p04 {
  top: 32%;
  left: 50%;
  width: 13.6%;
}
.p05 {
  top: 23.5%;
  left: 56.5%;
  width: 17%;
}
.p06 {
  top: 36%;
  left: 59%;
  width: 20.7%;
}
#pCover {
  width: auto;
  height: auto;
  max-width: 100%;
}
