.inlineblock_item {
  display: inline-block;
}

div.movie_content {
  width: 100%;
  overflow: hidden;
  background: #e6e6e6;
}
div.movie_content p, div.movie_content a, div.movie_content img {
  margin: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 32px;
  font-family: "Noto Sans JP", sans-serif;
}
div.movie_content img {
  width: 100%;
}
div.movie_content div.banner_area {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  div.movie_content div.banner_area {
    width: 100%;
  }
}
div.movie_content p.lead {
  width: 810px;
  margin: 5% auto;
  text-align: center;
}
@media (max-width: 810px) {
  div.movie_content p.lead {
    width: 90%;
  }
}
@media (max-width: 640px) {
  div.movie_content p.lead {
    width: 85%;
    font-size: 14px;
    line-height: 28px;
  }
}
div.movie_content h3 {
  width: 100%;
  padding: 2%;
  padding-left: 5%;
  font-size: 24px;
  position: relative;
  font-weight: 600;
}
div.movie_content h3::before {
  position: absolute;
  content: "Pick up item";
  font-size: 14px;
  left: 3%;
  top: -29%;
  font-family: "Josefin Sans";
}
@media (max-width: 640px) {
  div.movie_content h3 {
    font-size: 20px;
    padding-left: 2%;
    text-align: center;
  }
  div.movie_content h3::before {
    font-size: 12px;
    top: -40%;
  }
}
div.movie_content div.content_area {
  width: 1024px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 10%;
}
@media (max-width: 1024px) {
  div.movie_content div.content_area {
    width: 100%;
    margin-bottom: 20%;
  }
}
div.movie_content div.content_area div.style_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  div.movie_content div.content_area div.style_area {
    margin-bottom: 10%;
  }
}
div.movie_content div.content_area div.style_area div.movie_area {
  width: 50%;
  padding: 5%;
}
@media (max-width: 640px) {
  div.movie_content div.content_area div.style_area div.movie_area {
    width: 100%;
    order: 1;
  }
}
div.movie_content div.content_area div.style_area div.credit {
  width: 50%;
  padding: 5%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (max-width: 640px) {
  div.movie_content div.content_area div.style_area div.credit {
    width: 100%;
    order: 2;
  }
}
div.movie_content div.content_area div.style_area div.credit p {
  display: block;
  width: 100%;
}
div.movie_content div.content_area div.style_area div.credit p a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  letter-spacing: 2px;
  padding: 2% 5%;
  margin: 1% 0%;
  align-content: center;
  font-size: 14px;
  line-height: 20px;
  font-family: "Josefin Sans";
}
@media (max-width: 640px) {
  div.movie_content div.content_area div.style_area div.credit p a {
    font-size: 12px;
    line-height: 18px;
  }
}
div.movie_content div.content_area div.style_area div.credit p a span {
  display: block;
  margin: 0 0 0 auto;
  font-weight: 600;
}
div.movie_content div.content_area div.style_area div.credit p a::after {
  content: "Click";
  margin-left: 3%;
  display: block;
  background: #000;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0% 1%;
  border: 1px solid #000;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 640px) {
  div.movie_content div.content_area div.style_area div.credit p a::after {
    content: "TAP";
  }
}
div.movie_content div.content_area div.style_area div.credit p a:hover {
  background: rgba(255, 255, 255, 0.2392156863);
}
div.movie_content div.content_area div.style_area div.credit p a:hover::after {
  background: #fff;
  color: #000;
  transition: 0.5s;
}
div.movie_content .item1 {
  background: #d4d4d4;
}
div.movie_content .item1 h3 {
  background: rgba(255, 255, 255, 0.6352941176);
}
div.movie_content div.item2 {
  background: #fff;
}
div.movie_content div.item2 h3 {
  background: #8b8b8b;
  color: #fff;
}
div.movie_content div.item2 h3::before {
  position: absolute;
  content: "Pick up item";
  font-size: 14px;
  left: 3%;
  top: -29%;
  color: #000;
}
div.movie_content div.item2 div.style_area div.credit p a:hover {
  background: #e2e2e2;
}/*# sourceMappingURL=0214movie_content.css.map */