.wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

img {
  width: 100%;
}
.result_mv h1 {
  margin: 0;
}

.company_comment {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 20px;
}

.company_comment_txt {
  box-sizing: border-box;
  width: 55%;
  font-size: 12px;
  color: #666666;
  padding: 0 1%;
  line-height: 1rem;
}

.company_comment_txt_sign {
  text-align: right;
}

.company_comment_prize {
  box-sizing: border-box;
  width: 45%;
}

.winner_b {
  position: relative;
}
.bk_btn {
  position: absolute;
  bottom: 10px;
  right: 15px;
  background: #e72f77;
  border-radius: 8px;
  box-shadow: 3px 3px 4px #666666;
}
.bk_btn a {
  display: block;
  padding: 4px 70px;
  text-decoration: none;
  color: #fff;
}
.feature_cont.wrap a:visited {
  color: #fff!important;
}
.bk_btn a:hover {
  opacity: 0.7;
}
.bk_btn_txt {
  font-weight: 600;
  margin: 0;
  position: relative;
}
.bk_btn_txt::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 7px;
  right: -20px;
}

body.single-feature a:visited {
  color: #fff;
}