* {
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: none;
  font-style: normal;
}
img {
  vertical-align: bottom;
  border: none;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.article {
  max-width: 720px;
  width: auto;
  margin: 0px auto;
}
.article img {
  display: block;
  width: 100%;
  height: auto;
}
.article a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.article a:hover {
  opacity: 0.8;
}
.article iframe {
  width: 100%;
}
.article .image_wrapper {
  position: relative;
}
.article .ap_links {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  inset: 0px;
}
.article .ap_links_item {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  background-color: #fefefe;
}
.article .ap_links_item:hover {
  opacity: 0.1;
}
.ap_links_item.is-link-review {
  display: block;
  position: absolute;
  right: 6%;
  width: 24%;
}
.ap_links_item.is-link-review::before {
  content: "";
  display: block;
  padding-top: 28%;
}
.caresui-movie > .video {
  display: block;
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=./style.css.map */