#kv {
  position: relative;
  height: 896px;
  background: url("../img/top/kv/bg.jpg") no-repeat top center;
  background-size: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #kv {
    height: 199.6875vw;
    background: url("../img/top/kv/bg-sp.jpg") no-repeat top center;
    background-size: cover;
  }
}
#kv .inner {
  position: relative;
  width: 1100px;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #kv .inner {
    width: 100%;
  }
}
#kv .chara1 {
  position: absolute;
  left: 170px;
  top: 145px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #kv .chara1 {
    top: 36.875vw;
    left: 0;
  }
}
#kv .chara2 {
  position: absolute;
  right: 104px;
  top: 0;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #kv .chara2 {
    right: 0;
  }
}
#kv .catch1 {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 2;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #kv .catch1 {
    top: 6.5625vw;
  }
}
#kv .catch2 {
  position: absolute;
  top: 558px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #kv .catch2 {
    top: 137.1875vw;
  }
}
#kv .catch2 img {
  opacity: 0;
}
#kv h1 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #kv h1 {
    bottom: 5vw;
  }
}
#kv h1 span img {
  opacity: 0;
}
#kv h1 span:nth-child(1) {
  position: relative;
  z-index: 2;
}
#kv h1 span:nth-child(2) {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #kv h1 span:nth-child(2) {
    bottom: -3.125vw;
  }
}

#content {
  position: relative;
  padding-bottom: 74px;
}
@media only screen and (max-width: 768px) {
  #content {
    padding-bottom: 17.5vw;
  }
}
#content::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100vw;
  height: 100px;
  z-index: -1;
  background: url("../img/bg_bottom.png") repeat-x bottom left;
}
@media only screen and (max-width: 768px) {
  #content::after {
    height: 31.25vw;
    background: url("../img/bg_bottom-sp.png") repeat-x bottom left;
  }
}
@media only screen and (max-width: 768px) {
  #content img {
    width: 100%;
  }
}
#content .bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/top/bg_con.jpg") no-repeat top center;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #content .bg {
    background: url("../img/top/bg_con-sp.jpg") no-repeat top center;
    background-size: cover;
  }
}

#pickup {
  padding: 82px 0;
  background: url("../img/top/pickup/bg_top.png") repeat-x top left, url("../img/top/pickup/bg_bottom.png") repeat-x bottom left #1a1621;
}
@media only screen and (max-width: 768px) {
  #pickup {
    padding: 14.0625vw 0 15.625vw;
    background: url("../img/top/pickup/bg_top-sp.png") repeat-x top left, url("../img/top/pickup/bg_bottom-sp.png") repeat-x bottom left #1a1621;
  }
}
#pickup .inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #pickup .inner {
    width: auto;
  }
}
#pickup h2 {
  margin-bottom: 42px;
}
@media only screen and (max-width: 768px) {
  #pickup h2 {
    margin-bottom: 10vw;
  }
}
#pickup .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #pickup .wrap {
    display: block;
  }
}
#pickup .wrap .image {
  width: 270px;
}
@media only screen and (max-width: 768px) {
  #pickup .wrap .image {
    width: 65.9375vw;
    margin: 0 auto 4.0625vw;
  }
}
#pickup .wrap .image img {
  width: 100%;
}
#pickup .wrap p.catch {
  margin-bottom: 20px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #pickup .wrap p.catch {
    margin-bottom: 4.6875vw;
  }
}
@media only screen and (max-width: 768px) {
  #pickup .wrap p.catch.pc {
    display: none;
  }
}
#pickup .wrap p.catch.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #pickup .wrap p.catch.sp {
    font-size: 38px;
    font-size: 5.9375vw;
    display: inline-block;
    text-align: center;
  }
}
#pickup .wrap .detail {
  width: 690px;
}
@media only screen and (max-width: 768px) {
  #pickup .wrap .detail {
    width: auto;
  }
}
#pickup .wrap .detail p {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #pickup .wrap .detail p {
    text-align: center;
  }
}
#pickup .wrap .detail p.ttl {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  #pickup .wrap .detail p.ttl {
    font-size: 30px;
    font-size: 4.6875vw;
    margin-bottom: 3.125vw;
  }
}
#pickup .wrap .detail p.ttl span {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #pickup .wrap .detail p.ttl span {
    font-size: 36px;
    font-size: 5.625vw;
    display: block;
  }
}
#pickup .wrap .detail p.info {
  font-size: 16px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #pickup .wrap .detail p.info {
    font-size: 24px;
    font-size: 3.75vw;
    margin-bottom: 3.4375vw;
  }
}
@media only screen and (max-width: 768px) {
  #pickup .wrap .detail .btn {
    width: 63.59375vw;
    margin: 0 auto;
  }
}
#pickup .comic {
  margin-top: -74px;
}
@media only screen and (max-width: 768px) {
  #pickup .comic {
    margin-top: 0;
  }
}
#pickup .comic .wrap {
  width: 765px;
}
@media only screen and (max-width: 768px) {
  #pickup .comic .wrap {
    width: 89.375vw;
    margin: 0 auto;
  }
}
#pickup .comic .ttl {
  width: 302px;
  margin-top: 74px;
}
@media only screen and (max-width: 768px) {
  #pickup .comic .ttl {
    width: auto;
    margin-top: 0;
    margin-bottom: 4.6875vw;
  }
}
#pickup .comic .list {
  width: 400px;
}
@media only screen and (max-width: 768px) {
  #pickup .comic .list {
    width: auto;
  }
}
#pickup .comic .list ul li img {
  width: 100%;
}
#pickup .comic .list .slick-arrow {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 113px;
  transform: translateY(-50%);
  font-size: 0;
  border: none;
  background: url("../img/top/pickup/arrow.png") no-repeat top center;
  background-size: contain;
  z-index: 2;
  transform-origin: center 25%;
}
@media only screen and (max-width: 768px) {
  #pickup .comic .list .slick-arrow {
    width: 11.875vw;
    height: 29.6875vw;
  }
}
#pickup .comic .list .slick-arrow.slick-prev {
  right: -28px;
}
@media only screen and (max-width: 768px) {
  #pickup .comic .list .slick-arrow.slick-prev {
    right: -5.3125vw;
  }
}
#pickup .comic .list .slick-arrow.slick-next {
  left: -28px;
  transform: rotate(-180deg);
}
@media only screen and (max-width: 768px) {
  #pickup .comic .list .slick-arrow.slick-next {
    left: -5.3125vw;
  }
}
#pickup .comic .list .slick-arrow.slick-disabled {
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.5);
}

#news {
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.6);
}
#news h2 {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #news h2 {
    margin-bottom: 4.0625vw;
  }
}
#news .list {
  position: relative;
  width: 700px;
  margin: 0 auto 50px;
  padding: 28px 18px;
}
@media only screen and (max-width: 768px) {
  #news .list {
    width: 90.625vw;
    padding: 6.25vw 0.78125vw;
    margin: 0 auto 9.375vw;
  }
}
#news .list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 700px;
  height: 28px;
  background: url("../img/top/news/frame-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #news .list::before {
    width: 100%;
    height: 6.25vw;
    background: url("../img/top/news/frame-sp.png") no-repeat top center;
    background-size: contain;
  }
}
#news .list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
  width: 700px;
  height: 28px;
  background: url("../img/top/news/frame-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #news .list::after {
    width: 100%;
    height: 6.25vw;
    background: url("../img/top/news/frame-sp.png") no-repeat top center;
    background-size: contain;
  }
}
#news .list ul {
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  #news .list ul {
    padding: 1.5625vw 0;
  }
}
#news .list ul li {
  padding: 12px 0;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #news .list ul li {
    font-size: 26px;
    font-size: 4.0625vw;
    padding: 3.125vw 0;
  }
}
#news .list ul li time {
  line-height: 1.5;
  color: #76578b;
  font-weight: bold;
}
#news .txt {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #news .txt {
    margin-bottom: 5.625vw;
  }
}
#news .btn {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #news .btn {
    width: 90.625vw;
    margin: 0 auto;
  }
}

#pv {
  padding: 52px 0;
  background-color: #1a1621;
}
@media only screen and (max-width: 768px) {
  #pv {
    padding: 12.1875vw 0;
  }
}
#pv .list ul li {
  margin: 0 15px;
}
@media only screen and (max-width: 768px) {
  #pv .list ul li {
    margin: 0 2.34375vw;
  }
}
#pv .list ul li a {
  position: relative;
  display: block;
}
#pv .list ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url("../img/top/pv/icon_play.png") no-repeat top center;
  background-size: contain;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #pv .list ul li a::after {
    width: 17.96875vw;
    height: 17.96875vw;
  }
}
#pv .list ul li a:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
}
@media only screen and (max-width: 768px) {
  #pv .list ul li a:hover::after {
    transform: translate(-50%, -50%);
  }
}
#pv .list ul li img {
  width: 100%;
}
#pv .list .slick-list {
  padding: 0 280px !important;
}
@media only screen and (max-width: 768px) {
  #pv .list .slick-list {
    padding: 0 4.6875vw !important;
  }
}
#pv .list .slick-track {
  display: flex;
}
#pv .list .slick-arrow {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 113px;
  transform: translateY(-50%);
  font-size: 0;
  border: none;
  background: url("../img/top/pv/arrow.png") no-repeat top center;
  background-size: contain;
  z-index: 2;
  transform-origin: center 25%;
}
@media only screen and (max-width: 768px) {
  #pv .list .slick-arrow {
    width: 11.875vw;
    height: 29.6875vw;
  }
}
#pv .list .slick-arrow.slick-prev {
  left: 12px;
}
@media only screen and (max-width: 768px) {
  #pv .list .slick-arrow.slick-prev {
    left: 0;
  }
}
#pv .list .slick-arrow.slick-next {
  right: 12px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  #pv .list .slick-arrow.slick-next {
    right: 0;
  }
}
#pv .list.only .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}