@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright © STELLA for hair. Allright Reserved

HTML CSS Selectors topics

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
.mv {
  height: 400px;
  margin-bottom: 25px;
  transition-delay:400ms;
  position: relative;
}
.post-ttl {
  width: 610px;
  height: fit-content;
  font-family: var(--font-sawarabi);
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  position: absolute;
  top: 175px;
  right: 0;
  left: 0;
  margin: auto;
}
.post-data {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  width: 1000px;
  margin: 0 auto 122px;
  transition-delay:700ms;
}
.post-data__date {
  font-family: var(--font-en);
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  margin-right: 30px;
}
.post-data__category {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 30px;
  padding: 0 24px;
  background-color: #eef1f7;
  border-radius: 15px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.post-movie {
  width: 820px;
  margin: 0 auto 105px;
}
.post-movie a {
  display: block;
  position: relative;
}
.post-movie a::after {
  width: 72px;
  height: 72px;
  background-image: url("../img/staff/icon_movie.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content:"";
}

.post {
  width: 800px;
  margin: 0 auto 100px;
}
.post div {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 60px;
}
.post p {
  padding: 0 40px 2em;
  font-size: 15px;
  line-height: 1.86;
}

.post-prev {
  width: 200px;
  margin: 0 auto 135px;
}
.post-prev a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 38px;
  padding-right: 30px;
  background-color: #eef1f7;
  border-radius: 19px;
  font-family: var(--font-en);
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 100;
}
.post-prev a span {
  display: inline-block;
  margin-right: 40px;
  color: #899bbd;
}

@media only screen and (max-width: 768px) {
  .mv {
    height: 210px;
    margin-bottom: 25px;
  }
  .post-ttl {
    width: 72%;
    font-size: 21px;
    line-height: 1.4;
    top: 90px;
  }
  .post-data {
    width: 92%;
    margin: 0 auto 30px;
  }
  .post-data__date {
    font-size: 13px;
    margin-right: 15px;
  }
  .post-data__category {
    height: 20px;
    padding: 0 16px;
    border-radius: 10px;
    font-size: 11px;
  }

  .post-movie {
    width: 100%;
    margin: 0 auto 50px;
  }
  .post-movie a::after {
    width: 36px;
    height: 36px;
    background-size: 100% auto;
  }

  .post {
    width: 90%;
    margin: 0 auto 10px;
  }
  .post div {
    margin: 0 auto 40px;
  }
  .post p {
    padding: 0 0 2em;
    font-size: 12px;
    line-height: 1.5;
  }

  .post-prev {
    width: 200px;
    margin: 0 auto 85px;
  }
  .post-prev a {
    font-size: 11px;
  }
  .post-prev a span {
    display: inline-block;
    margin-right: 26px;
    color: #899bbd;
  }
}