@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.l-content {
  position: relative;
  margin-top: -29px;
}

.p-hero {
  position: relative;
  padding-bottom: 20.5%;
  margin-bottom: 5%;
}
.p-hero__content {
  position: relative;
}
.p-hero__catch {
  position: absolute;
  top: 4%;
  left: 4%;
  width: 8.5%;
  transform: translateX(-15px);
  opacity: 0;
}
.is-load .p-hero__catch {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
.p-hero__logo {
  position: absolute;
  bottom: -4%;
  left: 52%;
  width: 28.5%;
  transform: translateX(-50%);
}
.p-hero__logo img {
  filter: blur(4px);
  opacity: 0;
}
.is-load .p-hero__logo img {
  opacity: 1;
  filter: blur(0);
  transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1), filter 2.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.8s;
}
.p-hero__momiji {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -2%;
  width: 100%;
}
.p-hero__momiji-base {
  transform: translate(20%, -20%);
  opacity: 0;
}
.is-load .p-hero__momiji-base {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 2.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
.p-hero__momiji-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-hero__momiji-list-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-hero__momiji-list-item:nth-child(1) {
  transform: translate(10%, 10%);
  opacity: 0;
}
.is-load .p-hero__momiji-list-item:nth-child(1) {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.8s;
}
.p-hero__momiji-list-item:nth-child(1) img {
  transform: rotate(40deg);
}
.is-load .p-hero__momiji-list-item:nth-child(1) img {
  transform: rotate(0);
  transition-delay: 0.8s;
}
.p-hero__momiji-list-item:nth-child(2) {
  transform: translate(10%, 10%);
  opacity: 0;
}
.is-load .p-hero__momiji-list-item:nth-child(2) {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.85s;
}
.p-hero__momiji-list-item:nth-child(2) img {
  transform: rotate(-20deg);
}
.is-load .p-hero__momiji-list-item:nth-child(2) img {
  transform: rotate(0);
  transition-delay: 0.85s;
}
.p-hero__momiji-list-item:nth-child(3) {
  transform: translate(10%, 10%);
  opacity: 0;
}
.is-load .p-hero__momiji-list-item:nth-child(3) {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.95s;
}
.p-hero__momiji-list-item:nth-child(3) img {
  transform: rotate(20deg);
}
.is-load .p-hero__momiji-list-item:nth-child(3) img {
  transform: rotate(0);
  transition-delay: 0.95s;
}
.p-hero__momiji-list-item img {
  transition: transform 2.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-hero__kv {
  transform-origin: top;
  transform: scale(1.08) translateY(-6%);
}
.is-load .p-hero__kv {
  transform: scale(1) translateY(0);
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2;
}

.p-news {
  margin-bottom: 14%;
}
.p-news__list {
  margin-top: 22px;
}
.p-news__list-item {
  transform: translateX(25px);
  opacity: 0;
}
.l-section.is-active .p-news__list-item {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section.is-active .p-news__list-item:nth-child(1) {
  transition-delay: 0.3s;
}
.l-section.is-active .p-news__list-item:nth-child(2) {
  transition-delay: 0.43s;
}
.l-section.is-active .p-news__list-item:nth-child(3) {
  transition-delay: 0.56s;
}
.p-news__list-item + .p-news__list-item {
  border-top: 1px solid #dbd8d2;
}
.p-news__list-item:last-of-type {
  border-bottom: 1px solid #dbd8d2;
}
.p-news__list-inner {
  text-decoration: none;
  display: block;
  padding: 15px 0;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .p-news__list-inner {
    padding: 25px 0;
  }
}
@media (hover: hover) {
  .p-news__list-inner:hover {
    opacity: 0.7;
  }
  .p-news__list-inner:hover .p-news__list-ttl {
    color: #b08a3e;
  }
}
.p-news__list-date {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-weight: 700;
  color: #b08a3e;
  margin-bottom: 4px;
}
.p-news__list-date .p-in_year {
  font-size: 1rem;
  writing-mode: vertical-lr;
  flex-shrink: 0;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .p-news__list-date .p-in_year {
    font-size: 1.5rem;
  }
}
.p-news__list-date .p-in_date {
  font-size: 2.7rem;
}
@media screen and (min-width: 768px) {
  .p-news__list-date .p-in_date {
    font-size: 3.7rem;
  }
}
.p-news__list-ttl {
  font-size: 1.35rem;
  line-height: 1.8;
  color: #000;
  transition: color 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .p-news__list-ttl {
    font-size: 1.6rem;
  }
}
.p-news__more {
  margin-top: 34px;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .p-news__more {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-news__more {
    margin-top: 44px;
  }
}

.p-staff {
  margin-top: 13px;
  margin-bottom: 14%;
}
@media screen and (min-width: 768px) {
  .p-staff {
    margin-top: 23px;
  }
}
.p-staff .l-section__momiji {
  top: 3.9rem;
}
.p-staff .l-section__ttl {
  padding: 0 8%;
}
.p-staff__list {
  transform: translateX(-25px);
  opacity: 0;
}
.l-section.is-active .p-staff__list {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.p-staff__list-item {
  display: flex;
}
.p-staff__list-item + .p-staff__list-item {
  margin-top: 38px;
}
.p-staff__list-label {
  display: flex;
  flex-shrink: 0;
  width: 13rem;
  margin-right: 12px;
  color: #b08a3e;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-staff__list-label {
    margin-right: 22px;
    font-size: 1.8rem;
    width: 16rem;
  }
}
.p-staff__list-label::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #b08a3e;
  margin-left: 19px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-staff__list-label::after {
    margin-top: 12px;
    margin-left: 25px;
  }
}
.p-staff__list-name .p-in_name {
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-staff__list-name .p-in_name {
    font-size: 2.5rem;
  }
}
.p-staff__list-name .p-in_small {
  font-size: 10px;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .p-staff__list-name .p-in_small {
    font-size: 1.3rem;
  }
}

.p-cast {
  padding-top: 45%;
  padding-bottom: calc(34% + 1.9rem);
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-cast {
    padding-bottom: calc(34% + 2.9rem);
  }
}
.p-cast .l-section__ttl.-tate {
  padding: 0 8%;
  flex-direction: row;
  flex-shrink: 0;
  margin-right: 4.3%;
}
.p-cast__list-item + .p-cast__list-item {
  margin-top: 3.8rem;
}
.p-cast__list-item:nth-child(2n+1) {
  transform: translateX(-25px);
  opacity: 0;
}
.l-section.is-active .p-cast__list-item:nth-child(2n+1) {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
.p-cast__list-item:nth-child(2n) {
  padding-left: 5.5rem;
  transform: translateX(25px);
  opacity: 0;
}
.l-section.is-active .p-cast__list-item:nth-child(2n) {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-cast__list-item:nth-child(2n) {
    padding-left: 4.5rem;
  }
}
.p-cast__list-label {
  color: #b08a3e;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .p-cast__list-label {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
}
.p-cast__list-name {
  font-size: 3rem;
  display: flex;
  align-items: center;
}
.p-cast__list-name .p-in_comment {
  width: 1.8rem;
  margin-left: 8px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-cast__list-name .p-in_comment {
    width: 2.3rem;
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-cast__list-name {
    font-size: 3.5rem;
  }
}

.p-cast_modal {
  margin: 0 auto;
  width: 90%;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .p-cast_modal {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .p-cast_modal {
    padding: 60px 0;
  }
}
.p-cast_modal__inner {
  background: url(../img/sp/bg_white.jpg) repeat 0 center;
  background-size: 380px;
  padding: 30px 8%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-cast_modal__inner {
    padding: 40px 8%;
  }
}
.p-cast_modal__img {
  width: 70%;
  margin: 0 auto 30px;
}
.p-cast_modal__head {
  border-bottom: 1px solid #b08a3e;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-cast_modal__head {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
.p-cast_modal__head-label {
  color: #b08a3e;
  font-size: 1.5rem;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .p-cast_modal__head-label {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
.p-cast_modal__head-name {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-cast_modal__head-name {
    font-size: 3.5rem;
  }
}
.p-cast_modal__comment {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-cast_modal__comment {
    font-size: 1.6rem;
  }
}

.p-chara {
  margin-top: 1%;
  padding-bottom: 98px;
}
@media screen and (min-width: 768px) {
  .p-chara {
    padding-bottom: 108px;
  }
}
.p-chara .l-section__momiji {
  position: relative;
  margin-bottom: 33px;
}
@media screen and (min-width: 768px) {
  .p-chara .l-section__momiji {
    margin-bottom: 43px;
  }
}
.p-chara__list {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .p-chara__list {
    margin-top: 44px;
  }
}
.p-chara__list-item + .p-chara__list-item {
  margin-top: 44px;
}
@media screen and (min-width: 768px) {
  .p-chara__list-item + .p-chara__list-item {
    margin-top: 54px;
  }
}
.p-chara__list-thumb {
  width: 100%;
  position: relative;
}
.p-chara__list-thumb-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 300px;
  padding-top: 153%;
  background-color: #fff;
  transform: scale(0.9);
  opacity: 0;
}
.p-chara__list-item.is-active .p-chara__list-thumb-bg {
  opacity: 1;
  transform: scale(1);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-chara__list-thumb-img {
  position: relative;
  width: 65%;
  margin: 0 auto;
  padding-top: 16%;
  overflow: hidden;
  transform: translateY(35px);
  opacity: 0;
}
.p-chara__list-item.is-active .p-chara__list-thumb-img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-chara__list-namearea {
  position: absolute;
  top: 0;
  right: 11px;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .p-chara__list-namearea {
    right: 21px;
  }
}
.p-chara__list-namearea-charaname {
  background-color: #282828;
  position: relative;
  transform: translateY(25px);
  opacity: 0;
}
.p-chara__list-item.is-active .p-chara__list-namearea-charaname {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1s;
}
.p-chara__list-namearea-charaname::before, .p-chara__list-namearea-charaname::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #b08a3e;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-chara__list-namearea-charaname::before, .p-chara__list-namearea-charaname::after {
    height: 5px;
  }
}
.p-chara__list-namearea-charaname::before {
  top: 0;
}
.p-chara__list-namearea-charaname::after {
  bottom: 0;
}
.p-chara__list-namearea-charaname-text {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 3px;
  padding: 1.9rem 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-chara__list-namearea-charaname-text {
    padding: 2.9rem 1rem;
    font-size: 4rem;
  }
}
.p-chara__list-namearea-cv {
  border-right: 1px solid #ec1a34;
  margin-right: 0.8rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 0.8rem;
  transform: translateY(-25px);
  opacity: 0;
}
.p-chara__list-item.is-active .p-chara__list-namearea-cv {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1s;
}
@media screen and (min-width: 768px) {
  .p-chara__list-namearea-cv {
    padding-right: 1.5rem;
    margin-right: 1.5rem;
  }
}
.p-chara__list-namearea-cv-label {
  background-color: #282828;
  color: #fff;
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  line-height: 1;
  width: 1.6rem;
  font-size: 1.5rem;
  padding: 2px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-chara__list-namearea-cv-label {
    width: 2.3rem;
    font-size: 2rem;
  }
}
.p-chara__list-namearea-cv-name {
  writing-mode: vertical-rl;
  margin-top: 5px;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-chara__list-namearea-cv-name {
    margin-top: 10px;
    font-size: 2.5rem;
  }
}
.p-chara__list-prof {
  margin-top: 30px;
  line-height: 1.65;
  font-size: 1.4rem;
  transform: translateY(35px);
  opacity: 0;
}
.p-chara__list-item.is-active .p-chara__list-prof {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .p-chara__list-prof {
    margin-top: 40px;
    font-size: 1.7rem;
  }
}

.p-intro {
  padding: 115px 0 20px;
}
@media screen and (min-width: 768px) {
  .p-intro {
    padding: 125px 0 40px;
  }
}
.p-intro .l-section__momiji {
  top: 83px;
}
@media screen and (min-width: 768px) {
  .p-intro .l-section__momiji {
    top: 95px;
  }
}
.p-intro .l-section__ttl.-tate {
  padding: 0 8%;
  flex-direction: row;
  flex-shrink: 0;
  margin-right: 4.3%;
}
.p-intro__catch {
  line-height: 1.55;
  font-size: 2.2rem;
  font-style: italic;
  margin-top: 67px;
  transform: scale(1.1);
  filter: blur(5px);
  opacity: 0;
}
.l-section.is-active .p-intro__catch {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 2.3s cubic-bezier(0.25, 1, 0.5, 1), filter 2.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .p-intro__catch {
    margin-top: 87px;
    font-size: 2.8rem;
  }
}
.p-intro__lead {
  line-height: 1.65;
  font-size: 1.4rem;
  margin-top: 43px;
  transform: scale(1.05);
  filter: blur(5px);
  opacity: 0;
}
.l-section.is-active .p-intro__lead {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 2.3s cubic-bezier(0.25, 1, 0.5, 1), filter 2.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
@media screen and (min-width: 768px) {
  .p-intro__lead {
    margin-top: 53px;
    font-size: 1.7rem;
  }
}
.p-intro__lead-text + .p-intro__lead-text {
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .p-intro__lead-text + .p-intro__lead-text {
    margin-top: 33px;
  }
}

.p-story {
  padding-bottom: 130px;
}
@media screen and (min-width: 768px) {
  .p-story {
    padding-bottom: 180px;
  }
}
.p-story .l-section__momiji {
  position: relative;
}
.p-story__frame {
  border: 6px solid #b08a3e;
  border-radius: 300px;
  margin: 0 auto;
  width: 90%;
  box-sizing: border-box;
  padding: 3px;
  transform: translateY(35px);
  opacity: 0;
}
.l-section.is-active .p-story__frame {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .p-story__frame {
    padding: 6px;
  }
}
.p-story__frame-inner {
  border: 1px solid #b08a3e;
  border-radius: 300px;
  padding: 70px 0% 86px;
}
@media screen and (min-width: 768px) {
  .p-story__frame-inner {
    padding: 80px 0% 96px;
  }
}
.p-story__lead {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-story__lead {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
.p-story__lead-text + .p-story__lead-text {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-story__lead-text + .p-story__lead-text {
    margin-top: 32px;
  }
}

.p-comic {
  padding-top: 0;
  margin-top: 18px;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .p-comic {
    margin-top: 28px;
    padding-bottom: 0px;
  }
}
.p-comic + .p-comic {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-comic + .p-comic {
    margin-top: 30px;
  }
}
.p-comic .l-section__momiji {
  position: relative;
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .p-comic .l-section__momiji {
    margin-bottom: 33px;
  }
}
.p-comic__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 27px;
  transform: translateY(25px);
  opacity: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-comic__list {
    margin-top: 37px;
  }
}
.l-section.is-active .p-comic__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.p-comic__list + .p-comic__list {
  padding-top: 50px;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .p-comic__list + .p-comic__list {
    padding-top: 60px;
    margin-top: 17px;
  }
}
.p-comic__list + .p-comic__list::before {
  content: "";
  width: 10rem;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #b08a3e;
}
.p-comic__list-item {
  width: 46%;
  margin-right: 8%;
  margin-bottom: 9%;
}
.p-comic__list-item:nth-child(2n) {
  margin-right: 0;
}
.p-comic__list-item a {
  text-decoration: none;
  display: block;
}
@media (hover: hover) {
  .p-comic__list-item a:hover .p-comic__list-thumb img {
    transform: scale(1.05);
  }
}
.p-comic__list-thumb {
  overflow: hidden;
}
.p-comic__list-thumb img {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-comic__list-ttl {
  font-size: 1.3rem;
  line-height: 1.55;
  color: #000;
  margin-top: 5px;
}
.p-comic__list-ttl .sub{
  font-size: 1rem;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-comic__list-ttl {
    margin-top: 8px;
    font-size: 1.6rem;
  }
  .p-comic__list-ttl .sub{
    font-size: 1.1rem;
  }
}

.p-movie {
  padding: 30px 0 45px;
}
.p-movie__ttl {
  display: none;
}
.p-movie__inner {
  margin: 0 auto;
  width: 90%;
}
.p-movie__thumb {
  border: 3px solid #b08a3e;
  border-radius: 300px;
  overflow: hidden;
  cursor: pointer;
}
@media (hover: hover) {
  .p-movie__thumb:hover .p-in_player::after {
    opacity: 1;
  }
}
.p-movie__thumb-img {
  width: 100%;
  padding-top: 55.25%;
  position: relative;
  overflow: hidden;
  border-radius: 300px;
}
.p-movie__thumb-img::before {
  content: "";
  width: calc(100% - 7px);
  height: calc(100% - 7px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #b08a3e;
  border-radius: 300px;
  z-index: 1;
  pointer-events: none;
}
.p-movie__thumb-img::after {
  content: "";
  width: 18%;
  padding-top: 18%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/sp/btn_play.png) no-repeat center center;
  background-size: contain;
}
.p-movie__thumb-img .p-in_player {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  pointer-events: none;
}
.p-movie__thumb-img .p-in_player::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}

#PV_Player_ui {
  display: none;
}