@charset "UTF-8";
/* 変数 */
@-webkit-keyframes marquee-l {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marquee-l {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes marquee-r {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes marquee-r {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
/* 共通パーツ */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  background: #000;
}
body a {
  cursor: pointer;
}
body a :hover {
  opacity: 0.8;
}
body img {
  width: 100%;
  vertical-align: bottom;
}

main {
  color: #000;
}

/* 改行用 */
.br_pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .br_pc {
    display: block;
  }
}

.br_sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .br_sp {
    display: none;
  }
}

.lp_container {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .lp_container {
    background: url(../img/mainpic_bg.jpg) no-repeat center 0/1920px 1202px;
    background-attachment: fixed;
  }
}

.lp_sec .btn_wrap {
  margin-top: 4.8vw;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .lp_sec .btn_wrap {
    margin-top: 30px;
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .lp_sec .btn_wrap.type_story_text {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 30px;
  }
}
.lp_sec .btn_wrap .lp_btn {
  position: relative;
  display: block;
  background: url(../img/btn.png) no-repeat 0 0/contain;
  padding-top: 12vw;
  line-height: 12vw;
  width: 53.8666666667vw;
  height: 0;
  line-height: 200%;
  overflow: hidden;
  z-index: 10;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .lp_sec .btn_wrap .lp_btn {
    margin: 0 50px 0 auto;
    padding-top: 90px;
    width: 404px;
  }
}
.lp_sec .btn_wrap .lp_btn:hover {
  opacity: 0.8;
}

/* headline */
.headline {
  position: relative;
}
.type_story .headline {
  width: 78.4vw;
  max-width: 588px;
  left: 50%;
  margin-left: -33%;
}
@media screen and (min-width: 769px) {
  .type_story .headline {
    left: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1281px) {
  .type_story .headline {
    left: 50%;
    margin-left: 40px;
  }
}
.type_chara .headline {
  width: 64.4vw;
  max-width: 483px;
  margin: 0 auto;
}
.type_pv .headline {
  width: 47.2vw;
  max-width: 354px;
  margin: 0 auto;
}
.type_voicedrama .headline {
  width: 72.6666666667vw;
  max-width: 545px;
  margin: 0 auto;
}
.type_doujin .headline {
  width: 38.1333333333vw;
  max-width: 286px;
  margin: 0 auto;
}

.work_item_container {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .work_item_container {
    margin-top: 60px;
  }
}

.work_item_wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .work_item_wrap {
    flex-direction: row;
    justify-content: center;
  }
}
.type_doujin .work_item_wrap {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
@media screen and (min-width: 769px) {
  .type_doujin .work_item_wrap {
    max-width: 1024px;
    margin: 0 auto;
  }
}
.work_item_wrap .work_item {
  display: grid;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  grid-template-columns: 100%;
  grid-template-areas: "tmb" "txt" "sample" "btn";
  width: 90.6666666667vw;
  max-width: 480px;
  margin: 4.2666666667vw auto 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 4.2666666667vw;
  gap: 6.4vw;
}
@media screen and (min-width: 769px) {
  .work_item_wrap .work_item {
    padding: 40px;
    gap: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .work_item_wrap .work_item:nth-of-type(n + 1) {
    margin: 0 0 0 24px;
  }
}
.type_doujin .work_item_wrap .work_item {
  width: 46.6666666667vw;
  padding: 0;
  gap: 4.2666666667vw;
  margin: 6.4vw 0 0;
  grid-template-areas: "tmb" "txt" "price" "btn";
}
.type_doujin .work_item_wrap .work_item:nth-of-type(2n) {
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .type_doujin .work_item_wrap .work_item:nth-of-type(2n) {
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .type_doujin .work_item_wrap .work_item {
    gap: 16px;
    width: 310px;
    margin: 32px 16px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .work_item_wrap .work_item.num_01 {
    order: 6;
  }
  .work_item_wrap .work_item.num_02 {
    order: 5;
  }
  .work_item_wrap .work_item.num_03 {
    order: 4;
  }
  .work_item_wrap .work_item.num_04 {
    order: 3;
  }
  .work_item_wrap .work_item.num_05 {
    order: 2;
  }
  .work_item_wrap .work_item.num_06 {
    order: 1;
  }
}
.work_item_wrap .work_item .work_tmb {
  grid-area: tmb;
}
.work_item_wrap .work_item .work_text {
  grid-area: txt;
  font-size: clamp(1.6rem, 0.886rem + 0.48vw, 2rem);
}
.type_doujin .work_item_wrap .work_item .work_text {
  font-size: clamp(1.2rem, 0.886rem + 0.48vw, 1.6rem);
  padding: 0 3.2vw 0;
}
@media screen and (min-width: 769px) {
  .type_doujin .work_item_wrap .work_item .work_text {
    padding: 0 16px;
  }
}
.work_item_wrap .work_item .work_price {
  grid-area: price;
  font-size: clamp(1.4rem, 0.886rem + 0.48vw, 1.8rem);
  color: #c00;
}
.type_doujin .work_item_wrap .work_item .work_price {
  font-size: clamp(1.2em, 0.886rem + 0.48vw, 1.6rem);
  padding: 0 3.2vw 0;
}
@media screen and (min-width: 769px) {
  .type_doujin .work_item_wrap .work_item .work_price {
    padding: 0 16px;
  }
}
.work_item_wrap .work_item .work_price .unit {
  font-size: clamp(1.2rem, 0.886rem + 0.48vw, 1.6rem);
}
.type_doujin .work_item_wrap .work_item .work_price .unit {
  font-size: clamp(1rem, 0.886rem + 0.48vw, 1.4rem);
}
.work_item_wrap .work_item .work_sample {
  grid-area: sample;
  display: flex;
  flex-direction: column;
}
.work_item_wrap .work_item .work_sample .work_sample_inner {
  display: flex;
  flex-direction: row;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  .work_item_wrap .work_item .work_sample .work_sample_inner {
    margin-bottom: 8px;
  }
}
.work_item_wrap .work_item .work_sample .work_sample_inner .sample_icon {
  position: relative;
  width: 5.3333333333vw;
  margin-right: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  .work_item_wrap .work_item .work_sample .work_sample_inner .sample_icon {
    width: 20px;
    margin-right: 8px;
  }
}
.work_item_wrap .work_item .work_sample .work_sample_inner .sample_text {
  color: #ff1a55;
  font-size: clamp(1.6rem, 0.886rem + 0.48vw, 2rem);
}
.work_item_wrap .work_item .work_sample .sample_audio {
  width: 100%;
}
.work_item_wrap .work_item .work_btn {
  grid-area: btn;
  display: grid;
  grid-template-rows: -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content;
  grid-template-columns: 1fr;
  grid-template-areas: "work" "cart";
  gap: 3.2vw;
}
@media screen and (min-width: 769px) {
  .work_item_wrap .work_item .work_btn {
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "work cart";
    gap: 8px;
  }
}
.type_doujin .work_item_wrap .work_item .work_btn {
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-template-areas: "cart";
  padding: 0 3.2vw 3.2vw;
}
@media screen and (min-width: 769px) {
  .type_doujin .work_item_wrap .work_item .work_btn {
    padding: 0 16px 16px;
  }
}
.work_item_wrap .work_item .work_btn .work_btn_item {
  grid-area: work;
  display: block;
  width: 100%;
  background: #fff;
  font-size: clamp(1.6rem, 0.886rem + 0.48vw, 2rem);
  padding: 2.1333333333vw;
  color: #ff1a55;
  border: 1px solid #ff1a55;
  border-radius: 4px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .work_item_wrap .work_item .work_btn .work_btn_item {
    padding: 8px;
  }
}
.work_item_wrap .work_item .work_btn .work_btn_item:hover {
  color: #fff;
  background: #b30e37;
  border: 1px solid #b30e37;
}
.work_item_wrap .work_item .work_btn .work_btn_item.type_cart {
  grid-area: cart;
  color: #fff;
  background: #ff1a55;
}
.work_item_wrap .work_item .work_btn .work_btn_item.type_cart:hover {
  background: #b30e37;
  border: 1px solid #b30e37;
}
.type_doujin .work_item_wrap .work_item .work_btn .work_btn_item {
  font-size: clamp(1rem, 0.886rem + 0.48vw, 1.4rem);
}

/* movie
-------------------------------------------------- */
.modal {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  display: grid;
  place-items: center;
  background: #000 url(../img/mainpic_bg.jpg) no-repeat center 0/cover;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .modal {
    background-position: center 0;
    background-size: 1920px 1200px;
  }
}
.modal.is_active {
  visibility: visible;
  opacity: 1;
}
.modal .modal_inner {
  position: relative;
  width: 97.3333333333vw;
  max-width: 900px;
  border: 1px solid #ff2e64;
  border-radius: 5px;
  margin: 0 auto;
  padding: 10.6666666667vw 3.2vw;
}
@media screen and (min-width: 769px) {
  .modal .modal_inner {
    padding: 80px 60px;
  }
}
.modal .modal_close {
  position: absolute;
  background: transparent;
  border: none;
  border: 1px solid #05db00;
  background: #000;
  padding: 1.3333333333vw;
  z-index: 100;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -16vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 5.3333333333vw;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .modal .modal_close {
    width: 80px;
    height: 80px;
    padding: 15px;
    bottom: auto;
    top: -40px;
    margin: 0;
    left: auto;
    right: 20px;
  }
}
.modal .modal_close img {
  width: 80%;
  height: 80%;
}
.modal .modal_close:hover {
  opacity: 0.8;
}

.modal_player {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.modal_player iframe,
.modal_player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ヘッダー・フッター */
header .lp_header {
  z-index: 100;
  background: transparent;
  padding: 0;
}
@media screen and (min-width: 769px) {
  header .lp_header {
    top: 10px;
  }
}

.lp_logo {
  position: absolute;
  left: 2vw;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .lp_logo {
    left: 20px;
  }
}
.lp_logo img {
  width: 26.6666666667vw;
  max-width: 200px;
}

.twitter_icon {
  position: absolute;
  background: #00acee;
  width: 8vw;
  max-width: 40px;
  height: 8vw;
  max-height: 40px;
  border-radius: 5px;
  right: 2vw;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .twitter_icon {
    right: 30px;
  }
}
.twitter_icon::before {
  position: absolute;
  content: "";
  background: url(../img/img_twitter_logo.png) no-repeat 0 0/contain;
  width: 4.1333333333vw;
  max-width: 20px;
  height: 3.3333333333vw;
  max-height: 16px;
  top: 50%;
  left: 50%;
  margin-left: -1.8666666667vw;
  margin-top: -1.6vw;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .twitter_icon::before {
    margin-left: -10px;
    margin-top: -8px;
  }
}
.twitter_icon:hover {
  opacity: 0.8;
}

.lp_footer {
  position: relative;
  z-index: 10;
  color: #fff;
  background: transparent;
  height: auto;
}

.cast {
  width: 83.0666666667vw;
  margin: 0 auto;
  padding: 10.6666666667vw 0;
}
@media screen and (min-width: 769px) {
  .cast {
    width: 645px;
    padding: 80px 0;
  }
}

.copyright {
  background: #ff1a55;
}

/* セクション */
.lp_sec {
  position: relative;
  padding-top: 20vw;
}
@media screen and (min-width: 769px) {
  .lp_sec {
    padding-top: 200px;
  }
}
.lp_sec.type_hero {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .lp_sec.type_hero {
    padding: 0;
  }
}
.lp_sec.type_story {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .lp_sec.type_story {
    padding: 0;
  }
}

.type_cover {
  position: fixed;
  z-index: 100;
  max-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .type_cover {
    max-height: none;
  }
}
.type_cover .load_img_wrap {
  width: 100%;
  height: 100%;
  z-index: 10;
}
.type_cover .cover_before,
.type_cover .cover_after {
  position: absolute;
  top: 0;
  background: #000;
  height: 100vh;
  width: 100%;
}
.type_cover .cover_before {
  z-index: 20;
}

.type_hero {
  margin-top: -50px;
  background: url(../img/mainpic_sp.jpg) no-repeat 0 0/contain;
}
@media screen and (min-width: 769px) {
  .type_hero {
    background: url(../img/mainpic_pc.jpg) no-repeat center 0/1920px 1200px;
  }
}
@media screen and (min-width: 1920px) {
  .type_hero {
    background-size: cover;
  }
}
.type_hero .mv_wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .type_hero .mv_wrap {
    justify-content: flex-start;
    min-height: 1200px;
  }
}
.type_hero .mv_wrap .work_titlelogo {
  z-index: 10;
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .type_hero .mv_wrap .work_titlelogo {
    position: absolute;
    margin-top: 0;
    top: 100px;
    left: 0;
  }
}
.type_hero .mv_wrap .work_titlelogo img {
  width: 14.2666666667vw;
  height: 60.8vw;
}
@media screen and (min-width: 769px) {
  .type_hero .mv_wrap .work_titlelogo img {
    width: 108px;
    height: 469px;
  }
}
.type_hero .mv_wrap .text_wrap {
  width: 100%;
  margin-top: 19.2vw;
}
@media screen and (min-width: 769px) {
  .type_hero .mv_wrap .text_wrap {
    width: auto;
    right: 20px;
    margin-top: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .type_hero .mv_wrap .text_wrap {
    position: absolute;
    right: auto;
    left: 50%;
    margin-left: 190px;
  }
}
.type_hero .mv_wrap .text_wrap .img_01 {
  width: 80.9333333333vw;
  max-width: 607px;
  margin: 0 auto;
}
.type_hero .mv_wrap .text_wrap .img_02 {
  width: 71.6vw;
  max-width: 537px;
  margin: 6.6666666667vw auto 0;
}
@media screen and (min-width: 769px) {
  .type_hero .mv_wrap .text_wrap .img_02 {
    margin: 50px auto 0;
  }
}

@media screen and (min-width: 769px) {
  .type_story {
    margin-top: -360px;
  }
}
.type_story .manga_wrap {
  margin-top: 3.2vw;
}
@media screen and (min-width: 769px) {
  .type_story .manga_wrap {
    margin-top: 24px;
  }
}
.type_story .manga_wrap .manga_wrap_inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 80vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .type_story .manga_wrap .manga_wrap_inner {
    flex-direction: row-reverse;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .type_story .manga_wrap .manga_wrap_inner {
    width: 1024px;
  }
}
.type_story .manga_wrap .manga_wrap_inner + .manga_wrap_inner {
  margin-top: 12vw;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .type_story .manga_wrap .manga_wrap_inner + .manga_wrap_inner {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  .type_story .manga_wrap .manga_wrap_inner.type_text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.type_story .manga_wrap .manga_wrap_inner [class^=manga_img_] {
  margin-top: 4vw;
}
.type_story .manga_wrap .manga_wrap_inner [class^=manga_img_]:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .type_story .manga_wrap .manga_wrap_inner [class^=manga_img_] {
    width: 50%;
    max-width: 500px;
    margin-top: 0;
  }
  .type_story .manga_wrap .manga_wrap_inner [class^=manga_img_]:nth-of-type(1) {
    margin-top: 0;
  }
  .type_story .manga_wrap .manga_wrap_inner [class^=manga_img_]:nth-of-type(2) {
    margin-top: 70px;
  }
  .type_story .manga_wrap .manga_wrap_inner [class^=manga_img_]:nth-of-type(3) {
    margin-top: -10px;
  }
  .type_story .manga_wrap .manga_wrap_inner [class^=manga_img_]:nth-of-type(4) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .type_story .manga_wrap .manga_wrap_inner [class^=manga_img_]:nth-of-type(1) {
    margin-top: 0;
  }
  .type_story .manga_wrap .manga_wrap_inner [class^=manga_img_]:nth-of-type(2) {
    margin-top: 150px;
  }
  .type_story .manga_wrap .manga_wrap_inner [class^=manga_img_]:nth-of-type(3) {
    margin-top: -40px;
  }
  .type_story .manga_wrap .manga_wrap_inner [class^=manga_img_]:nth-of-type(4) {
    margin-top: 100px;
  }
}

.type_chara .chara_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .type_chara .chara_wrap {
    margin-top: 120px;
  }
}
.type_chara .chara_wrap::before {
  position: absolute;
  content: "";
  background: url(../img/chara_bg_cross.png) no-repeat 0 0/contain;
  width: 39.8666666667vw;
  height: 39.7333333333vw;
  top: -6.6666666667vw;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .type_chara .chara_wrap::before {
    top: -50px;
    max-width: 299px;
    max-height: 298px;
  }
}
.type_chara .chara_wrap .chara_wrap_inner {
  width: 38vw;
  z-index: 20;
}
@media screen and (min-width: 1025px) {
  .type_chara .chara_wrap .chara_wrap_inner {
    width: auto;
    display: flex;
    align-items: flex-start;
  }
}
.type_chara .chara_wrap .chara_wrap_inner + .chara_wrap_inner {
  margin-left: 8vw;
}
@media screen and (min-width: 1025px) {
  .type_chara .chara_wrap .chara_wrap_inner + .chara_wrap_inner {
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .type_chara .chara_wrap .chara_wrap_inner img {
    width: 285px;
    margin-top: 0;
  }
}
.type_chara .chara_wrap .chara_wrap_inner img + img {
  margin-top: 8vw;
}
@media screen and (min-width: 1025px) {
  .type_chara .chara_wrap .chara_wrap_inner img + img {
    margin-top: 0;
    margin-left: 20px;
  }
}
.type_chara .chara_wrap .chara_wrap_inner.type_reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1025px) {
  .type_chara .chara_wrap .chara_wrap_inner.type_reverse img + img {
    margin-right: 20px;
  }
}

.type_pv .pv_wrap {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .type_pv .pv_wrap {
    margin-top: 80px;
  }
}
.type_pv .pv_wrap .marqee_l,
.type_pv .pv_wrap .marqee_r {
  display: flex;
  align-items: center;
  background: #06ff00;
  height: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .type_pv .pv_wrap .marqee_l,
.type_pv .pv_wrap .marqee_r {
    height: 28px;
  }
}
.type_pv .pv_wrap .marqee_l .marqee_text_wrap,
.type_pv .pv_wrap .marqee_r .marqee_text_wrap {
  display: flex;
  -webkit-animation: marquee-l 50s linear 0s infinite both;
          animation: marquee-l 50s linear 0s infinite both;
  animation: marquee-l 50s linear 0s infinite both;
}
.type_pv .pv_wrap .marqee_l .marqee_text_wrap .marqee_text,
.type_pv .pv_wrap .marqee_r .marqee_text_wrap .marqee_text {
  width: auto;
  height: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  .type_pv .pv_wrap .marqee_l .marqee_text_wrap .marqee_text,
.type_pv .pv_wrap .marqee_r .marqee_text_wrap .marqee_text {
    height: 18px;
  }
}
.type_pv .pv_wrap .marqee_r .marqee_text_wrap {
  -webkit-animation: marquee-r 50s linear 0s infinite both;
          animation: marquee-r 50s linear 0s infinite both;
  animation: marquee-r 50s linear 0s infinite both;
}
.type_pv .pv_wrap .pv_play {
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
  vertical-align: top;
  overflow: hidden;
}
.type_pv .pv_wrap .pv_play:hover {
  opacity: 0.8;
  cursor: pointer;
}
.type_pv .pv_wrap .pv_play::before {
  position: absolute;
  content: "";
  background: url(../img/movie_effect.png) no-repeat 0 0/contain;
  width: 94.4vw;
  height: 97.3333333333vw;
  top: -33.3333333333vw;
  left: 50%;
  margin-left: -39.3333333333vw;
}
@media screen and (min-width: 769px) {
  .type_pv .pv_wrap .pv_play::before {
    width: 708px;
    height: 730px;
    top: -250px;
    margin-left: -295px;
  }
}
.type_pv .pv_wrap .pv_play::after {
  position: absolute;
  content: "";
  background: url(../img/movie_btn_play.png) no-repeat 0 0/contain;
  width: 7.3333333333vw;
  height: 7.3333333333vw;
  top: 50%;
  left: 0;
  right: 0;
  margin: -3.7333333333vw auto 0;
}
@media screen and (min-width: 769px) {
  .type_pv .pv_wrap .pv_play::after {
    width: 55px;
    height: 55px;
    top: 100px;
    left: 50%;
    margin: 0 0 0 -28px;
  }
}
.type_pv .pv_wrap .pv_play .pv_img {
  width: 100vw;
  height: 34.6666666667vw;
  background: url(../img/movie_img.jpg) no-repeat 0 60%/cover;
}
@media screen and (min-width: 769px) {
  .type_pv .pv_wrap .pv_play .pv_img {
    height: 260px;
    background-position: 0 28%;
  }
}