/*---------------*/
/*--------------------------------------------------*/
.customize-area .pd-c {
  position: relative;
}
.customize-area .pd-c:nth-child(even) .pd-c_content {
  flex-direction: row;
}
@media all and (max-width: 480px) {
  .customize-area .pd-c {
    margin-bottom: 5vh;
  }
  .customize-area .pd-c:first-child {
    background: url(/images/product/tr_bg_1_m.jpg) no-repeat top right;
    background-size: 60% auto;
  }
  .customize-area .pd-c:nth-child(2) {
    background: url(/images/product/tr_bg_2_m.jpg) no-repeat top left;
    background-size: 60% auto;
  }
  .customize-area .pd-c:nth-child(3) {
    background: url(/images/product/tr_bg_3_m.jpg) no-repeat top right;
    background-size: 60% auto;
  }
  .customize-area .pd-c:nth-child(4) {
    background: url(/images/product/tr_bg_4_m.jpg) no-repeat top left;
    background-size: 60% auto;
  }
  .customize-area .pd-c:nth-child(5) {
    background: url(/images/product/tr_bg_5_m.jpg) no-repeat top right;
    background-size: 60% auto;
  }
  .customize-area .pd-c:nth-child(6) {
    background: url(/images/product/tr_bg_6_m.jpg) no-repeat top left;
    background-size: 60% auto;
  }
}
.customize-area .pd-c img {
  width: 100%;
  height: auto;
}
.customize-area .pd-c .pd-c_content {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 85%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-around;
}
@media all and (max-width: 480px) {
  .customize-area .pd-c .pd-c_content {
    flex-wrap: wrap;
    position: static;
    translate: 0 0;
    margin: 0 auto;
  }
}
.customize-area .pd-c .pd-c_content .pd-c_text_area {
  width: 50%;
  background-color: rgba(33, 33, 33, 0.6274509804);
  padding: 2vw;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  .customize-area .pd-c .pd-c_content .pd-c_text_area {
    width: 100%;
    padding: 3vh 5vw 5vh;
  }
}
.customize-area .pd-c .pd-c_content .pd-c_text_area h4 {
  color: #fff;
  font-size: 1.5vw;
}
@media all and (max-width: 480px) {
  .customize-area .pd-c .pd-c_content .pd-c_text_area h4 {
    font-size: 5.5vw;
  }
}
.customize-area .pd-c .pd-c_content .pd-c_text_area ul {
  margin-bottom: 2vw;
}
@media all and (max-width: 480px) {
  .customize-area .pd-c .pd-c_content .pd-c_text_area ul {
    margin-bottom: 3vh;
    padding-left: 6vw;
  }
}
.customize-area .pd-c .pd-c_content .pd-c_text_area ul li {
  color: #fff;
  font-size: 1vw;
  line-height: 1.4;
  margin-bottom: 0.5vw;
}
@media all and (max-width: 480px) {
  .customize-area .pd-c .pd-c_content .pd-c_text_area ul li {
    font-size: 4vw;
    margin-bottom: 1vh;
  }
}
.customize-area .pd-c .pd-c_content .pd-c_text_area a {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.5vw 1vw;
  transition: 0.3s;
  font-size: 1vw;
}
@media all and (max-width: 480px) {
  .customize-area .pd-c .pd-c_content .pd-c_text_area a {
    display: block;
    text-align: center;
    font-size: 3.5vw;
    width: 50%;
    margin: 0 auto;
    padding: 1vh 3vw;
  }
}
.customize-area .pd-c .pd-c_content .pd-c_text_area a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #de0a16;
}
.customize-area .pd-c .pd-c_content .pd-c_img-slick {
  width: 40%;
}
@media all and (max-width: 480px) {
  .customize-area .pd-c .pd-c_content .pd-c_img-slick {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .customize-area .pd-c .tr-cpd_pc_bg {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .customize-area .pd-c_1 {
    background: url(/images/product/tr_bg_3_m.jpg) no-repeat top right;
    background-size: 60% auto;
  }
  .customize-area .pd-c_1:first-of-type {
    background: url(/images/product/tr_bg_1_m.jpg) no-repeat top right;
    background-size: 60% auto;
  }
  .customize-area .pd-c_1:last-child {
    background: url(/images/product/tr_bg_5_m.jpg) no-repeat top right;
    background-size: 60% auto;
  }
}
.customize-area .pd-c_2 .pd-c_content {
  flex-direction: row;
}/*# sourceMappingURL=customize_pd.css.map */