.post_body .maker {
  margin-top: 0;
  margin-bottom: 0;
}
.post_body .movie_title {
  margin-top: 0;
}
.post_body .movie_video {
  max-width: 1120px;
  max-height: 630px;
  height: 47.8vw;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .post_body .movie_video {
    height: 45vw;
  }
}
@media screen and (min-width: 960px) {
  .post_body .movie_video {
    margin-bottom: 150px;
  }
}
.post_body .movie_video iframe {
  width: 100%;
  height: 100%;
}
.post_body .youtube_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .post_body .youtube_link {
    flex-direction: row;
    justify-content: space-between;
  }
}
.post_body .youtube_link .sound_link {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  border: 1px #3a3a3a solid;
  background-image: url(./../img/worn-dots.b51a57db.png);
  box-sizing: border-box;
  padding: 0 16px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  max-width: 400px;
}
@media screen and (min-width: 960px) {
  .post_body .youtube_link .sound_link {
    width: 48%;
    height: 100px;
    font-size: 20px;
    max-width: none;
  }
}
.post_body .youtube_link .sound_link span {
  margin-left: 20px;
}
@media screen and (min-width: 960px) {
  .post_body .youtube_link .sound_link span {
    margin-left: 25px;
  }
}
.post_body .youtube_link .sound_link::before {
  content: "";
  display: block;
  width: 32px;
  height: 22px;
  background-image: url(./../img/sound.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .post_body .youtube_link .sound_link::before {
    width: 44px;
    height: 30px;
  }
}
.post_body .youtube_link .sound_link::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 2px #000000 solid;
  border-right: 2px #000000 solid;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 16px;
}
.post_body .youtube_link .product_link {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  background: linear-gradient(to left, #000000, #000000 50%, rgba(0, 0, 0, 0) 75%);
  box-sizing: border-box;
  padding: 0 16px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  max-width: 400px;
  color: #ffffff;
}
@media screen and (min-width: 960px) {
  .post_body .youtube_link .product_link {
    width: 48%;
    height: 100px;
    font-size: 20px;
    max-width: none;
  }
}
.post_body .youtube_link .product_link span {
  margin-left: 50%;
}
.post_body .youtube_link .product_link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-image: url(./../img/btn_muff.jpg);
  background-size: auto 150%;
  background-repeat: no-repeat;
  background-position: center left;
  top: 0;
  left: 0;
}
@media screen and (min-width: 960px) {
  .post_body .youtube_link .product_link::before {
    background-size: auto 200%;
  }
}
.post_body .youtube_link .product_link::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 2px #ffffff solid;
  border-right: 2px #ffffff solid;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 16px;
}
.post_body .list_link {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .post_body .list_link {
    margin-top: 60px;
  }
}
.post_body .list_link a {
  text-decoration: none;
  border: 1px #000000 solid;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 16px;
  width: 240px;
  height: 44px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .post_body .list_link a {
    margin-right: 0;
    font-size: 22px;
    width: 300px;
    height: 54px;
    padding: 0 16px 0 24px;
  }
}
.post_body .list_link a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-bottom: 2px #000000 solid;
  border-right: 2px #000000 solid;
}/*# sourceMappingURL=single-youtube.css.map */