* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.hdyw-leather img {
  display: block;
  max-width: 100%;
}
.hdyw-leather a {
  text-decoration: none;
  color: inherit;
}
.hdyw-leather ul {
  list-style: none;
}
.hdyw-leather h1,
.hdyw-leather h2 {
  font-family: "Times";
  font-weight: 400;
}

.hdyw-leather .head-title {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
  row-gap: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .head-title {
    row-gap: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .hdyw-leather .head-title {
    row-gap: 32px;
    margin-bottom: 48px;
  }
}
.hdyw-leather .head-title h1 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .head-title h1 {
    font-size: 56px;
  }
}
.hdyw-leather .head-title p {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .head-title p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .hdyw-leather .head-title p .pc-only {
    display: none;
  }
}
.hdyw-leather .blk {
  background-color: #000;
  color: #fff;
}
.hdyw-leather .section01 .title {
  text-align: center;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section01 .title {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .hdyw-leather .section01 .title {
    padding-top: 48px;
    padding-bottom: 42px;
  }
}
.hdyw-leather .section01 .title h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section01 .title h2 {
    font-size: 42px;
  }
}
.hdyw-leather .section01 .section01__flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section01 .section01__flex {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.hdyw-leather .section01 .section01__flex .video_container {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  padding-bottom: 24px;
  padding-top: 6px;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section01 .section01__flex .video_container {
    width: 36%;
    row-gap: 24px;
    padding-bottom: 40px;
    padding-top: 0;
  }
}
.hdyw-leather .section01 .section01__flex .video_container .video_inner {
  position: relative;
  width: 97%;
  overflow: hidden;
  padding-bottom: 125%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section01 .section01__flex .video_container .video_inner {
    width: 100%;
  }
}
.hdyw-leather .section01 .section01__flex .video_container .video_inner .bg-video-item {
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%;
}
.hdyw-leather .section01 .section01__flex .video_container p {
  font-size: 13px;
  text-align: center;
}
.hdyw-leather .section01 .section01__flex .image_container {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding-bottom: 24px;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section01 .section01__flex .image_container {
    width: 36%;
    padding-bottom: 40px;
    padding-top: 0;
  }
}
.hdyw-leather .section01 .section01__flex .image_container .image_inner {
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 97%;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section01 .section01__flex .image_container .image_inner {
    width: 100%;
  }
}
.hdyw-leather .section01 .section01__flex .image_container .image_inner .bg-image-item {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 125%;
  position: relative;
  width: 100%;
}
.hdyw-leather .section01 .section01__flex .image_container .image_inner .bg-image-item img {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.hdyw-leather .section01 .section01__flex .image_container p {
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section01 .section01__flex .styling-pics {
    width: 50%;
  }
}
.hdyw-leather .section01 .section01__flex .styling-pics .styling-pics__container {
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section01 .section01__flex .styling-pics .styling-pics__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.hdyw-leather .section01 .section01__flex .styling-pics .styling-pics__container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section01 .section01__flex .styling-pics .styling-pics__container ul {
    justify-content: space-between;
  }
}
.hdyw-leather .section01 .section01__flex .styling-pics .styling-pics__container ul li {
  flex-basis: 30%;
}
.hdyw-leather .section01 .section01__flex .styling-pics .styling-pics__container ul li p {
  font-size: 13px;
}
.hdyw-leather .section01 .section01__flex .styling-pics .styling-pics__container ul li img {
  width: 100%;
}
.hdyw-leather .section01 .section01__flex .styling-pics .styling-pics__container .two-column {
  justify-content: start;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
.hdyw-leather .section01 .section01__flex .styling-pics .styling-pics__container .btn {
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section01 .section01__flex .styling-pics .styling-pics__container .btn {
    text-align: right;
  }
}
.hdyw-leather .section01 .section01__flex .styling-pics .styling-pics__container .btn a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
}
.hdyw-leather .section01 .section01__flex .styling-pics .styling-pics__container .btn a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section01 .section01__flex .styling-pics .styling-pics__container .btn a:hover::after {
    transform: scale(0, 1);
  }
}
.hdyw-leather .section02 .title {
  text-align: center;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section02 .title {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .hdyw-leather .section02 .title {
    padding-top: 48px;
    padding-bottom: 42px;
  }
}
.hdyw-leather .section02 .title h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section02 .title h2 {
    font-size: 42px;
  }
}
.hdyw-leather .section02 .section02__flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section02 .section02__flex {
    flex-direction: row-reverse;
    justify-content: space-evenly;
  }
}
.hdyw-leather .section02 .section02__flex .video_container {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  padding-bottom: 24px;
  padding-top: 6px;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section02 .section02__flex .video_container {
    width: 36%;
    row-gap: 24px;
    padding-bottom: 40px;
    padding-top: 0;
  }
}
.hdyw-leather .section02 .section02__flex .video_container .video_inner {
  position: relative;
  width: 97%;
  overflow: hidden;
  padding-bottom: 125%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section02 .section02__flex .video_container .video_inner {
    width: 100%;
  }
}
.hdyw-leather .section02 .section02__flex .video_container .video_inner .bg-video-item {
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%;
}
.hdyw-leather .section02 .section02__flex .video_container p {
  font-size: 13px;
  text-align: center;
}
.hdyw-leather .section02 .section02__flex .image_container {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding-bottom: 24px;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section02 .section02__flex .image_container {
    width: 36%;
    padding-bottom: 40px;
    padding-top: 0;
    row-gap: 24px;
  }
}
.hdyw-leather .section02 .section02__flex .image_container .image_inner {
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 97%;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section02 .section02__flex .image_container .image_inner {
    width: 100%;
  }
}
.hdyw-leather .section02 .section02__flex .image_container .image_inner .bg-image-item {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 125%;
  position: relative;
  width: 100%;
}
.hdyw-leather .section02 .section02__flex .image_container .image_inner .bg-image-item img {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.hdyw-leather .section02 .section02__flex .image_container p {
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section02 .section02__flex .styling-pics {
    width: 50%;
  }
}
.hdyw-leather .section02 .section02__flex .styling-pics .styling-pics__container {
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section02 .section02__flex .styling-pics .styling-pics__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.hdyw-leather .section02 .section02__flex .styling-pics .styling-pics__container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section02 .section02__flex .styling-pics .styling-pics__container ul {
    justify-content: space-between;
  }
}
.hdyw-leather .section02 .section02__flex .styling-pics .styling-pics__container ul li {
  flex-basis: 30%;
}
.hdyw-leather .section02 .section02__flex .styling-pics .styling-pics__container ul li p {
  font-size: 13px;
}
.hdyw-leather .section02 .section02__flex .styling-pics .styling-pics__container ul li img {
  width: 100%;
}
.hdyw-leather .section02 .section02__flex .styling-pics .styling-pics__container .two-column {
  justify-content: start;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
.hdyw-leather .section02 .section02__flex .styling-pics .styling-pics__container .btn {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section02 .section02__flex .styling-pics .styling-pics__container .btn {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.hdyw-leather .section02 .section02__flex .styling-pics .styling-pics__container .btn a {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.hdyw-leather .section02 .section02__flex .styling-pics .styling-pics__container .btn a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .hdyw-leather .section02 .section02__flex .styling-pics .styling-pics__container .btn a:hover::after {
    transform: scale(0, 1);
  }
}/*# sourceMappingURL=hdyw_leather.css.map */