.main_img {
  width: 100%;
}

.main_img .main_img_inner {
  position: relative;
  padding-top: calc(720 / 1780 * 100%);
  background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/pc/movie.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

.main_img .main_img_inner .logo_area {
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 1200px;
}

.main_img .main_img_inner .logo_area .logo {
  position: absolute;
  top: 30px;
  left: 30px;
}

.main_img .main_img_inner .logo_area .logo a {
  display: block;
}

.main_img .main_img_inner .play_btn {
  position: absolute;
  width: 7%;
  bottom: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.main_img .main_img_inner .play_btn a {
  display: block;
}

.main_img .main_img_inner .play_btn a img {
  width: 100%;
}

.main_img .main_img_inner .play_btn a .play {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 25px;
}

.main_img .main_img_inner .scroll {
  position: absolute;
  width: 8%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -10%;
}

.main_contents {
  width: 1200px;
  margin: 0 auto;
}

.countdown {
  padding: 6% 0 0;
  text-align: center;
}

.countdown .title {
  color: #c9bc9b;
  font-size: 42px;
}

.countdown .title br {
  display: none;
}

.countdown_inner {
  width: 100%;
}

.countdown_inner:before {
  content: "";
  background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/pc/line_top_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 50px;
  display: inline-block;
}

.countdown_inner:after {
  content: "";
  background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/pc/line_bottom_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 50px;
  display: inline-block;
  margin-top: 20px;
}

.countdown_inner h2 {
  color: #d7c685;
  font-size: 46px;
}

.catch_box {
  text-align: center;
  padding-top: 2%;
  margin-top: 2%;
  margin-bottom: 10%;
  background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/pc/moon_pc.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 28%;
}

.catch_box .title {
  color: #c9bc9b;
  font-size: 32px;
  margin-bottom: 45px;
}

.catch_box .copy_text {
  color: #c17e80;
  font-size: 26px;
}

.catch_box .copy_text br {
  display: none;
}

.catch_box .text {
  color: #c9bc9b;
  font-size: 22px;
  margin-bottom: 1em;
}

.catch_box .text .text_sp br {
  display: none;
}

.sns_wrap {
  text-align: center;
  margin: 10% 0;
}

.sns_wrap h3 {
  color: #d7c685;
  font-size: 26px;
  margin-bottom: 15px;
}

.sns_wrap .sns li {
  display: inline-block;
  margin-right: 18px;
}

.sns_wrap .sns li:last-child {
  margin-right: 0;
}

.sns_wrap .sns .facebook iframe {
  border: none;
  overflow: hidden;
  width: 131px;
  height: 35px;
  vertical-align: middle;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.sns_wrap .sns .line img {
  height: 28px;
}

.of_sns {
  text-align: center;
  margin-bottom: 8%;
}

.of_sns h2 {
  color: #d7c685;
  font-size: 38px;
  margin-bottom: 30px;
}

.of_sns .sns_btn {
  margin: 30px 0;
}

.of_sns .sns_btn li {
  display: inline-block;
  width: 27%;
  margin-right: 5%;
}

.of_sns .sns_btn li:last-child {
  margin-right: 0;
}

.of_sns.of_sns_first {
  margin: 3% 0;
}

.line_of_btn {
  display: block;
}

.line_of_btn a {
  border: 3px solid #2f8f85;
  border-radius: 15px;
  background: -webkit-linear-gradient(top, #218076 0%, #0f534d 100%);
  background: linear-gradient(to bottom, #218076 0%, #0f534d 100%);
  background: -moz-linear-gradient(top, #218076 0%, #0f534d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#218076', endColorstr='#0f534d', GradientType=0);
  color: #fff;
  font-size: 32px;
  display: block;
  padding: 10px 0;
  box-shadow: 0px 4px 3px #1e1311;
  text-shadow: 0px -2px 1px #09534c;
}

.line_of_btn a:hover {
  border: 3px solid #449a91;
  background: -webkit-linear-gradient(top, #378c84 0%, #276560 100%);
  background: linear-gradient(to bottom, #378c84 0%, #276560 100%);
  background: -moz-linear-gradient(top, #378c84 0%, #276560 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378c84', endColorstr='#276560', GradientType=0);
}

.twitter_of_btn {
  display: block;
}

.twitter_of_btn a {
  border: 3px solid #5088a3;
  border-radius: 15px;
  background: -webkit-linear-gradient(top, #3d7c9a 0%, #1d536d 100%);
  background: linear-gradient(to bottom, #3d7c9a 0%, #1d536d 100%);
  background: -moz-linear-gradient(top, #3d7c9a 0%, #1d536d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d7c9a', endColorstr='#1d536d', GradientType=0);
  color: #fff;
  font-size: 32px;
  display: block;
  padding: 10px 0;
  box-shadow: 0px 4px 3px #1e1311;
  text-shadow: 0px -2px 1px #194a62;
}

.twitter_of_btn a:hover {
  border: 3px solid #6294ac;
  background: -webkit-linear-gradient(top, #5088a3 0%, #35667d 100%);
  background: linear-gradient(to bottom, #5088a3 0%, #35667d 100%);
  background: -moz-linear-gradient(top, #5088a3 0%, #35667d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5088a3', endColorstr='#35667d', GradientType=0);
}

.service {
  margin: 10% 0 5%;
}

.service:before {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/pc/frame_top_pc.png);
  background-repeat: no-repeat;
  background-position: center;
}

.service:after {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/pc/frame_bottom_pc.png);
  background-repeat: no-repeat;
  background-position: center;
}

.service .service_inner {
  background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/pc/frame_middle_pc.png);
  background-repeat: repeat-y;
  background-position: center;
  box-sizing: border-box;
  padding: 20px 50px;
}

.service .service_inner .content_box {
  margin-bottom: 50px;
}

.service .service_inner .content_box h4 {
  color: #d7c685;
  font-size: 28px;
}

.service .service_inner .content_box .text {
  color: #ddd0ba;
  font-size: 18px;
}

.service .service_inner .content_box .logo_img {
  display: none;
}

.effect .f-section {
  opacity: 0;
  margin-top: 50px;
  -webkit-transition: .8s;
  transition: .8s;
}

.effect .l-section {
  opacity: 0;
  margin-top: 50px;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

.page-top-wrap {
  position: relative;
}

#page-top {
  margin-bottom: 1%;
  position: fixed;
  right: 2%;
  bottom: 5%;
  line-height: 1;
  cursor: pointer;
}

#page-top img {
  width: 65px;
}

.section_ttl {
  text-align: center;
  width: 100%;
  font-size: 32px;
  color: #d7c685;
  background: -webkit-linear-gradient(left, rgba(90, 2, 40, 0) 0%, rgba(90, 2, 40, 0.5) 5%, rgba(90, 2, 40, 0.9) 50%, rgba(90, 2, 40, 0.5) 95%, rgba(90, 2, 40, 0) 100%);
  background: linear-gradient(to right, rgba(90, 2, 40, 0) 0%, rgba(90, 2, 40, 0.5) 5%, rgba(90, 2, 40, 0.9) 50%, rgba(90, 2, 40, 0.5) 95%, rgba(90, 2, 40, 0) 100%);
  margin: 40px 0;
}

.section_ttl:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: -webkit-linear-gradient(left, rgba(179, 152, 86, 0) 0%, rgba(179, 152, 86, 0.5) 5%, rgba(179, 152, 86, 0.9) 50%, rgba(179, 152, 86, 0.5) 95%, rgba(179, 152, 86, 0) 100%);
  background: linear-gradient(to right, rgba(179, 152, 86, 0) 0%, rgba(179, 152, 86, 0.5) 5%, rgba(179, 152, 86, 0.9) 50%, rgba(179, 152, 86, 0.5) 95%, rgba(179, 152, 86, 0) 100%);
}

.section_ttl:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: -webkit-linear-gradient(left, rgba(179, 152, 86, 0) 0%, rgba(179, 152, 86, 0.5) 5%, rgba(179, 152, 86, 0.9) 50%, rgba(179, 152, 86, 0.5) 95%, rgba(179, 152, 86, 0) 100%);
  background: linear-gradient(to right, rgba(179, 152, 86, 0) 0%, rgba(179, 152, 86, 0.5) 5%, rgba(179, 152, 86, 0.9) 50%, rgba(179, 152, 86, 0.5) 95%, rgba(179, 152, 86, 0) 100%);
}

.section_ttl span {
  display: block;
  padding: 5px 0;
}

.ttl_sub_text {
  color: #c9bc9b;
  font-size: 26px;
  margin-bottom: .5em;
}

.of_sns_inner {
  margin-bottom: 5%;
}

.of_twitter {
  width: 50%;
  margin: 0 auto;
}

.of_twitter h4 {
  color: #d7c685;
  font-size: 20px;
  background-image: url("/wp-content/themes/ikemen/title/vampire/original/images/common/Twitter_title.png");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 53px;
  line-height: 53px;
}

.info_wrap {
  margin: 3% auto 5%;
  width: 80%;
}

.info_wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/pc/frame_top_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.info_wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/pc/frame_bottom_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.info_wrap h4 {
  text-align: center;
  color: #d7c685;
  font-size: 28px;
  margin-bottom: .5em;
}

.info_wrap .info_inner {
  background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/pc/frame_middle_pc.png);
  background-repeat: repeat-y;
  background-position: center;
  box-sizing: border-box;
  background-size: 100%;
  padding: 20px 50px;
}

.info_wrap .info_inner ul li {
  margin-bottom: .5em;
}

.info_wrap .info_inner ul li:last-child {
  margin-bottom: 0;
}

.info_wrap .info_inner ul li .data {
  margin-right: 1em;
}

.info_wrap .info_inner ul li .info_text a {
  text-decoration: underline;
  color: #c17e80;
}

.roll_wrap {
  width: 80%;
  -webkit-transform: skew(0deg, -3deg);
  -ms-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg);
  height: 635px;
  overflow: hidden;
  margin: 0 auto;
}

.roll_wrap .roller {
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-transform: skew(0deg, 3deg);
  -ms-transform: skew(0deg, 3deg);
  transform: skew(0deg, 3deg);
}

.roll_wrap .roller:before {
  content: "";
  display: block;
  padding-top: 635px;
  /* 1:1 */
}

.roll_wrap .roller li {
  display: inline-block;
  position: absolute;
  width: 60%;
  -webkit-transition: .8s;
  transition: .8s;
  min-height: 760px;
}

.roll_wrap .roller li.left img {
  opacity: .4;
}

.roll_wrap .roller li.right img {
  opacity: .4;
}

.roll_wrap .roller img {
  width: 100%;
}

.roll_wrap .detail {
  display: block;
  width: 85%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 10px 25px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}

.roll_wrap .detail .name {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 40%;
  font-size: 26px;
  margin-left: 2%;
}

.roll_wrap .detail .name .attribute {
  font-size: 20px;
}

.roll_wrap .detail .detail_text {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 56%;
  font-size: 14px;
}

.roll_wrap .detail .detail_text .chara_word {
  font-size: 16px;
}

.roll_wrap .detail.napoleon {
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.9) 5%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.9) 95%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.9) 5%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.9) 95%, transparent 100%);
}

.roll_wrap .detail.napoleon .name {
  color: #d7c685;
}

.roll_wrap .detail.napoleon .detail_text {
  color: #c4bfa6;
}

.roll_wrap .detail.napoleon .detail_text .chara_word {
  color: #d4969a;
}

.roll_wrap .detail.mozart {
  background: -webkit-linear-gradient(left, rgba(214, 195, 201, 0) 0%, rgba(214, 195, 201, 0.6) 2%, rgba(214, 195, 201, 0.9) 50%, rgba(214, 195, 201, 0.6) 98%, rgba(214, 195, 201, 0) 100%);
  background: linear-gradient(to right, rgba(214, 195, 201, 0) 0%, rgba(214, 195, 201, 0.6) 2%, rgba(214, 195, 201, 0.9) 50%, rgba(214, 195, 201, 0.6) 98%, rgba(214, 195, 201, 0) 100%);
}

.roll_wrap .detail.mozart .name {
  width: 48%;
  color: #443632;
}

.roll_wrap .detail.mozart .name .chara_name {
  line-height: 1.2;
}

.roll_wrap .detail.mozart .detail_text {
  width: 45%;
  color: #563c36;
}

.roll_wrap .detail.mozart .detail_text .chara_word {
  color: #a34353;
}

.roll_wrap .detail.leonard {
  background: -webkit-linear-gradient(left, rgba(104, 35, 40, 0) 0%, rgba(104, 35, 40, 0.5) 5%, rgba(104, 35, 40, 0.9) 50%, rgba(104, 35, 40, 0.5) 96%, rgba(104, 35, 40, 0) 100%);
  background: linear-gradient(to right, rgba(104, 35, 40, 0) 0%, rgba(104, 35, 40, 0.5) 5%, rgba(104, 35, 40, 0.9) 50%, rgba(104, 35, 40, 0.5) 96%, rgba(104, 35, 40, 0) 100%);
}

.roll_wrap .detail.leonard .name {
  width: 43%;
  color: #d7c685;
}

.roll_wrap .detail.leonard .detail_text {
  width: 50%;
  color: #dbd7c5;
}

.roll_wrap .detail.leonard .detail_text .chara_word {
  color: #dcc97f;
}

.roll_wrap .arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: skew(0deg, 3deg);
  -ms-transform: skew(0deg, 3deg);
  transform: skew(0deg, 3deg);
  z-index: 250;
}

.roll_wrap .arrows li a {
  display: block;
}

.roll_wrap .arrows li.right_btn {
  position: absolute;
  right: 30px;
}

.roll_wrap .arrows li.left_btn {
  position: absolute;
  left: 30px;
}

.cotent_video {
  width: 100%;
  margin-bottom: 30px;
}

.cotent_video .video_img_inner {
  position: relative;
  padding-top: calc(720 / 1780 * 100%);
  background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/pc/movie_0319.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

.cotent_video .video_img_inner .play_btn {
  position: absolute;
  width: 7%;
  bottom: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.cotent_video .video_img_inner .play_btn a {
  display: block;
}

.cotent_video .video_img_inner .play_btn a img {
  width: 100%;
}

.cotent_video .video_img_inner .play_btn a .play {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 25px;
}

.line_pr {
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  body {
    background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/common/bg_sp.png);
  }

  .main_img {
    width: 100%;
  }

  .main_img .main_img_inner {
    padding-top: calc(360 / 640 * 100%);
    background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/sp/movie.jpg);
  }

  .main_img .main_img_inner .logo_area {
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
  }

  .main_img .main_img_inner .logo_area .logo {
    width: 20%;
    position: absolute;
    top: 10px;
    left: 3%;
  }

  .main_img .main_img_inner .logo_area .logo img {
    width: 100%;
  }

  .main_img .main_img_inner .play_btn {
    position: absolute;
    width: 12%;
    bottom: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .main_img .main_img_inner .play_btn a {
    display: block;
  }

  .main_img .main_img_inner .play_btn a img {
    width: 100%;
  }

  .main_img .main_img_inner .play_btn a .play {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: .7em;
    margin-top: -10%;
  }

  .main_img .main_img_inner .scroll {
    position: absolute;
    width: 8%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -5%;
  }

  .main_contents {
    width: 95%;
    margin: 0 auto;
  }

  .countdown {
    width: 100%;
    padding: 10% 0 0;
    text-align: center;
    margin-bottom: 5%;
  }

  .countdown .title {
    color: #c9bc9b;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .countdown .title br {
    display: inline;
  }

  .countdown_inner {
    width: 100%;
  }

  .countdown_inner:before {
    content: "";
    background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/sp/line_top_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 15px;
    display: inline-block;
  }

  .countdown_inner:after {
    content: "";
    background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/sp/line_bottom_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 15px;
    margin-top: 5px;
    display: inline-block;
  }

  .countdown_inner h2 {
    font-size: 1.2rem;
  }

  .catch_box {
    padding-top: 2%;
    margin-top: 2%;
    margin-bottom: 10%;
    background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/sp/moon_sp.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 28%;
  }

  .catch_box .title {
    font-size: 1.2rem;
    margin-bottom: 5%;
  }

  .catch_box .copy_text {
    text-align: center;
    font-size: 1.05rem;
  }

  .catch_box .copy_text br {
    display: none;
  }

  .catch_box .catch_text {
    text-align: justify;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
  }

  .catch_box .catch_text .text {
    font-size: 1em;
    margin-bottom: 5%;
  }

  .catch_box .catch_text .text br {
    display: none;
  }

  .of_sns {
    text-align: center;
  }

  .of_sns h2 {
    color: #d7c685;
    font-size: 1.2rem;
    margin-bottom: 2%;
  }

  .of_sns .sns_btn {
    margin: 3% 0 2%;
  }

  .of_sns .sns_btn li {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
  }

  .of_sns .sns_btn li:last-child {
    margin-right: 0;
  }

  .line_of_btn {
    display: block;
  }

  .line_of_btn a {
    border: 1px solid #2f8f85;
    border-radius: 10px;
    background: -webkit-linear-gradient(top, #218076 0%, #0f534d 100%);
    background: linear-gradient(to bottom, #218076 0%, #0f534d 100%);
    background: -moz-linear-gradient(top, #218076 0%, #0f534d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#218076', endColorstr='#0f534d', GradientType=0);
    color: #fff;
    font-size: 1rem;
    display: block;
    padding: 2% 0;
    box-shadow: 0px 4px 3px #1e1311;
    text-shadow: 0px -2px 1px #09534c;
  }

  .line_of_btn a:hover {
    border: 1px solid #449a91;
    background: -webkit-linear-gradient(top, #378c84 0%, #276560 100%);
    background: linear-gradient(to bottom, #378c84 0%, #276560 100%);
    background: -moz-linear-gradient(top, #378c84 0%, #276560 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378c84', endColorstr='#276560', GradientType=0);
  }

  .twitter_of_btn {
    display: block;
  }

  .twitter_of_btn a {
    border: 1px solid #5088a3;
    border-radius: 10px;
    background: -webkit-linear-gradient(top, #3d7c9a 0%, #1d536d 100%);
    background: linear-gradient(to bottom, #3d7c9a 0%, #1d536d 100%);
    background: -moz-linear-gradient(top, #3d7c9a 0%, #1d536d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d7c9a', endColorstr='#1d536d', GradientType=0);
    color: #fff;
    font-size: 1rem;
    display: block;
    padding: 2% 0;
    box-shadow: 0px 4px 3px #1e1311;
    text-shadow: 0px -2px 1px #194a62;
  }

  .twitter_of_btn a:hover {
    border: 1px solid #6294ac;
    background: -webkit-linear-gradient(top, #5088a3 0%, #35667d 100%);
    background: linear-gradient(to bottom, #5088a3 0%, #35667d 100%);
    background: -moz-linear-gradient(top, #5088a3 0%, #35667d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5088a3', endColorstr='#35667d', GradientType=0);
  }

  .sns_wrap {
    text-align: center;
    margin: 10% 0 1%;
  }

  .sns_wrap h3 {
    color: #d7c685;
    font-size: 1em;
    margin-bottom: 5px;
  }

  .sns_wrap .sns li {
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
  }

  .sns_wrap .sns .facebook iframe {
    border: none;
    overflow: hidden;
    width: 120px;
    height: 35px;
    vertical-align: middle;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .sns_wrap .sns .line img {
    height: 20px !important;
  }

  .service {
    margin: 0 0 10%;
    padding: 0 0 3%;
  }

  .service:before {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    padding-top: calc(18 / 540 * 100%);
    background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/sp/frame_top_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .service:after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: calc(18 / 540 * 100%);
    background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/sp/frame_bottom_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .service .service_inner {
    background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/sp/frame_middle_sp.png);
    background-repeat: repeat-y;
    background-position: center;
    background-size: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 1% 5%;
  }

  .service .service_inner .content_box {
    margin-bottom: 3%;
  }

  .service .service_inner .content_box h4 {
    color: #d7c685;
    font-size: 1rem;
    text-align: center;
  }

  .service .service_inner .content_box .text {
    color: #ddd0ba;
    font-size: .8rem;
    word-break: break-all;
  }

  .service .service_inner .content_box .logo_img {
    display: block;
    text-align: center;
    margin-top: 5%;
  }

  .service .service_inner .content_box:last-of-type {
    margin-bottom: 0;
  }

  #page-top {
    margin-bottom: 1%;
    position: fixed;
    right: 3%;
    bottom: 5%;
    line-height: 1;
    cursor: pointer;
  }

  #page-top img {
    width: 40px;
  }

  .effect .f-section {
    opacity: 1;
    margin-top: 0;
    -webkit-transition: .8s;
    transition: .8s;
  }

  .effect .l-section {
    opacity: 1;
    margin-top: 0;
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
  }

  .effect .sp-f-section {
    opacity: 0;
    margin-top: 50px;
    -webkit-transition: .8s;
    transition: .8s;
  }

  .effect .sp-l-section {
    opacity: 0;
    margin-top: 50px;
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
  }

  .effect .sp-first-section {
    opacity: 0;
    margin-top: 50px;
    -webkit-transition: .8s;
    transition: .8s;
  }

  .effect .sp-second-section {
    opacity: 0;
    margin-top: 50px;
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
  }

  .section_ttl {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #d7c685;
    margin: 5% 0;
  }

  .section_ttl span {
    padding: 2% 0;
  }

  .ttl_sub_text {
    display: none;
  }

  .info_wrap {
    margin: 0 0 10%;
    padding: 0 0 3%;
    width: 100%;
  }

  .info_wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    padding-top: calc(18 / 540 * 100%);
    background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/sp/frame_top_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .info_wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: calc(18 / 540 * 100%);
    background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/sp/frame_bottom_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .info_wrap .info_inner {
    background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/sp/frame_middle_sp.png);
    background-repeat: repeat-y;
    background-position: center;
    background-size: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 1% 5%;
  }

  .info_wrap .info_inner h4 {
    font-size: 1rem;
  }

  .info_wrap .info_inner ul li {
    margin-bottom: .5em;
  }

  .info_wrap .info_inner ul li:last-child {
    margin-bottom: 0;
  }

  .info_wrap .info_inner ul li .data {
    margin-right: 1em;
    font-size: 12px;
  }

  .info_wrap .info_inner ul li .info_text {
    font-size: 12px;
  }

  .info_wrap .info_inner ul li .info_text a {
    text-decoration: underline;
    color: #c17e80;
  }

  .of_sns_inner {
    margin-bottom: 5%;
  }

  .of_twitter {
    width: 90%;
  }

  .of_twitter h4 {
    color: #d7c685;
    font-size: 14px;
    background-image: url("/wp-content/themes/ikemen/title/vampire/original/images/common/Twitter_title.png");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 30px;
    line-height: 30px;
  }

  .roll_wrap {
    width: 100%;
    padding-top: 2%;
    height: 100%;
    min-height: 350px;
    margin: 20px 0;
  }

  .roll_wrap .roller {
    width: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-transform: skew(0deg, 3deg);
    -ms-transform: skew(0deg, 3deg);
    transform: skew(0deg, 3deg);
  }

  .roll_wrap .roller:before {
    content: "";
    display: block;
    padding-top: 125%;
  }

  .roll_wrap .roller li {
    width: 80%;
    min-height: 360px;
  }

  .roll_wrap .roller li.left img {
    opacity: .4;
  }

  .roll_wrap .roller li.right img {
    opacity: .4;
  }

  .roll_wrap .roller img {
    width: 100%;
  }

  .roll_wrap .detail {
    display: block;
    width: 100%;
    padding: 2% 5%;
  }

  .roll_wrap .detail .name {
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin: 0;
  }

  .roll_wrap .detail .name .attribute {
    font-size: 16px;
  }

  .roll_wrap .detail .detail_text {
    display: block;
    width: 100%;
    font-size: 12px;
  }

  .roll_wrap .detail .detail_text .chara_word {
    font-size: 14px;
  }

  .roll_wrap .detail.mozart .name {
    width: 100%;
  }

  .roll_wrap .detail.mozart .detail_text {
    width: 100%;
  }

  .roll_wrap .detail.leonard .name {
    width: 100%;
  }

  .roll_wrap .detail.leonard .detail_text {
    width: 100%;
  }

  .roll_wrap .arrows li a {
    display: block;
  }

  .roll_wrap .arrows li.right_btn {
    width: 5%;
    right: 0;
  }

  .roll_wrap .arrows li.left_btn {
    width: 5%;
    left: 0;
  }

  .roll_wrap .arrows li img {
    width: 100%;
  }

  .cotent_video {
    width: 100%;
    margin-bottom: 8%;
  }

  .cotent_video .section_ttl {
    margin-bottom: 0;
  }

  .cotent_video .video_img_inner {
    padding-top: calc(360 / 640 * 100%);
    background-image: url(/wp-content/themes/ikemen/title/vampire/original/images/top/sp/movie_0319.jpg);
  }

  .cotent_video .video_img_inner .play_btn {
    position: absolute;
    width: 12%;
    bottom: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .cotent_video .video_img_inner .play_btn a {
    display: block;
  }

  .cotent_video .video_img_inner .play_btn a img {
    width: 100%;
  }

  .cotent_video .video_img_inner .play_btn a .play {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: .7em;
    margin-top: -10%;
  }

  .line_pr {
    width: 95%;
    margin: 0 auto 3%;
  }

  .line_pr a {
    display: block;
  }

  .line_pr img {
    width: 100%;
  }
}

@media screen and (max-width: 330px) {
  .catch_box .copy_text {
    color: #c17e80;
  }

  .catch_box .copy_text br {
    display: inline;
  }
}