.js-accordion__button {
  cursor: pointer;
}

.js-accordion__contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.js-accordion.is-open > .js-accordion__button::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-maintitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 4vw 5.3333333333vw;
  padding: 4vw 4vw;
  min-height: 21.2vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.2666666667vw solid rgba(160, 188, 223, 0.3);
  background: rgba(10, 68, 148, 0.3);
  line-height: 1.3181818182;
  font-size: 2.2rem;
  color: #fff;
}

.p-maintitle::before {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  bottom: 10px;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.p-maintitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.07);
  mix-blend-mode: multiply;
}

.p-lead {
  line-height: 1.7142857143;
  margin: 0 6vw 13.3333333333vw;
  text-align: justify;
  font-size: 1.4rem;
  color: #fafafa;
}

.p-lead::before, .p-lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.p-lead::before {
  margin-bottom: calc(-0.4946428571em + 2px);
}

.p-lead::after {
  margin-top: calc(-0.4946428571em + 2px);
}

.p-maintitle {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-maintitle::before {
  width: 40.4vw;
  height: 6.1333333333vw;
  background-image: url(../../img/sp/parts_maintitle_bg.png);
  background-size: 40.4vw auto;
}

.p-maintitle__inner-text {
  display: block;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 1.5rem;
}

.p-parts__list {
  margin: 0 6vw 20vw;
}

.p-parts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 0.9333333333vw;
  height: 45.8666666667vw;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-parts__item + .p-parts__item {
  margin-top: 4vw;
}

.p-parts__item__inner {
  width: 100%;
}

.p-parts__item__title {
  padding: 0 2.6666666667vw 0 41.3333333333vw;
}

.p-parts__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 24.2666666667vw;
  line-height: 1.2105263158;
  font-size: 1.9rem;
  color: #fff;
}

.p-parts__item a::after {
  content: "";
  display: block;
  border-top: 1.2vw solid transparent;
  border-bottom: 1.2vw solid transparent;
  border-left: 2vw solid #457bc3;
}

.p-parts__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.p-parts__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4vw;
  height: 20.8vw;
  text-align: justify;
  line-height: 1.3846153846;
  font-size: 1.3rem;
  color: #9fa0a0;
}

.p-parts__item.face {
  background-image: url(../../img/sp/parts_link_face.png);
}

.p-parts__item.upperarm {
  background-image: url(../../img/sp/parts_link_upperarm.png);
}

.p-parts__item.abdomen {
  background-image: url(../../img/sp/parts_link_abdomen.png);
}

.p-parts__item.thigh {
  background-image: url(../../img/sp/parts_link_thigh.png);
}


/*# sourceMappingURL=parts.css.map */
