@charset "UTF-8";

html {
  font-size: 62.5%;
  line-height: 1.5
}

body {
  font-family: 'Noto Serif JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  margin: 0;
  padding: 0
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset,
img {
  border: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400
}

img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: bottom
}

dl,
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none
}

caption,
th {
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  font-size: 100%;
  font-weight: 400
}

p {
  margin: 0;
  line-height: 1.6em
}

q:after,
q:before {
  content: ''
}

abbr,
acronym {
  border: 0
}

a {
  text-decoration: none
}

a img {
  border: none
}

a:link {
  color: #fffee9;
  text-decoration: none
}

a:visited {
  color: #fffee9;
  text-decoration: none
}

a:active,
a:focus,
a:hover {
  color: #ff91b5;
  text-decoration: none
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both
}

#ikemen_header {
  background-color: #000;
  position: relative;
  z-index: 6;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif
}

#ikemen_header .container {
  max-width: 1200px;
  margin: 0 auto
}

#ikemen_header ul {
  padding-left: 1em;
  padding-bottom: .5em
}

#ikemen_header ul li {
  margin: .5em 0 0 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 1rem;
  line-height: 20px
}

@media screen and (min-width:751px) {
  #ikemen_header ul li {
    font-size: 1.3rem;
    line-height: 24px
  }
}

#ikemen_header ul li a {
  color: #fff
}

.sub-img-pc {
  position: relative;
  z-index: 15;
}

.title-logo {
  position: absolute;
  max-width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -330px;
}

.sub-img-sp {
  display: none;
}

@media screen and (max-width:750px) {
  #ikemen_header {
    background-color: #000;
    position: relative;
    z-index: 6;
    padding-left: 2%
  }

  #ikemen_header .container {
    width: auto;
    margin: 0 auto
  }

  #ikemen_header ul {
    padding-left: 0;
    padding-bottom: 0
  }

  #ikemen_header ul li {
    margin: .3em 1em 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: .6em
  }

  #ikemen_header ul li a {
    color: #fff
  }

  .sub-img-sp {
    display: block;
    position: relative;
    z-index: 15;
  }

  .sub-img-pc {
    display: none;
  }

  .title-logo {
    position: absolute;
    max-width: 100%;
    margin-top: -140px;
  }

  .rose-img {
    position: absolute;
    left: 0;
    top: 170px;
  }
}

.sp_logos {
  text-align: center;
  padding: 2.5% 0
}

@media screen and (min-width:751px) {
  .sp_logos {
    display: none
  }
}

.loading-anim {
  width: 100vw;
  height: 100vh;
  background: url(/images/re/common/bg_pattern0.png) repeat left top;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.loading-anim .loading-anim-inner {
  width: 60%;
  max-width: 143px
}

.loading-anim .icon {
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-name: bottomMuu;
  animation-name: bottomMuu;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes bottomMuu {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes bottomMuu {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.celebration-content {
  position: relative;
  z-index: 10;
  margin-top: -4%
}

@media screen and (min-width:751px) {
  .celebration-content {
    margin: -6.5% auto 0;
    position: relative;
  }
}

.contents {
  position: relative;
  background: url(/wp-content/themes/ikemen/title/vampire/7th/images/cpn_bg.png) repeat left top;
}

/* .contents:nth-of-type(2n) {
  background: url(/images/re/common/bg_pattern1.png) repeat left top
} */

.contents-sns {
  background: url(/wp-content/themes/ikemen/title/vampire/7th/images/tweet_bg.png) repeat left top
}

.contents-tweet {
  background: url(/wp-content/themes/ikemen/title/vampire/7th/images/twitter_bg.png) repeat left top
}

.contents .container {
  width: 85%;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 5%
}

.twitter-text {
  max-width: 676px;
  margin: 3% auto;
  text-align: center;
}

.twitter-text p {
  font-size: 1.7em;
  color: #f6e8bd;
}

.twitter-btn {
  max-width: 436px;
  margin: 0% auto 0;
  text-align: center;
}

.section-title {
  width: 100%;
  position: relative;
  z-index: 10
}

.section-title img {
  width: 100%
}

.section-title2 img {
  width: 100%
}

.section-title3 img {
  width: 100%;
  margin-top: -40%;
}

.and-more {
  width: 32.1568%;
  max-width: 306px;
  margin: 0 auto
}

.comingsoon {
  width: 37.647%;
  margin: 5% auto
}

@media screen and (min-width:751px) {
  .comingsoon {
    max-width: 444px
  }
}

.inner-text {
  font-size: 1.4em;
  color: #fff
}

@media screen and (min-width:751px) {
  .inner-text {
    font-size: 1.8em
  }
}

.center {
  text-align: center
}

.btn-twitter {
  width: 100%;
  max-width: 436px;
  margin: 2% auto 0;
  text-align: center;
}

@media screen and (min-width:751px) {
  .btn-twitter-2nd {
    display: none;
  }
}

.content-second-list {
  margin: 5% 0 0
}

@media screen and (min-width:751px) {
  .content-second-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.content-second-list li {
  margin-bottom: 5%
}

@media screen and (min-width:751px) {
  .content-second-list li {
    width: 45%
  }
}

.content-list {
  margin: 5% 0 0
}

@media screen and (min-width:751px) {
  .content-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.content-list li {
  margin-bottom: 5%
}

@media screen and (min-width:751px) {
  .content-list li {
    width: 48%
  }
}

.content-manga .container {
  width: 90%
}

@media screen and (min-width:751px) {
  .content-manga .container {
    width: 85%
  }
}

.content-manga .manga-img {
  width: 100%;
  margin: 5% auto
}

@media screen and (min-width:751px) {
  .content-manga .manga-img {
    width: 85%;
    margin: 2.5% auto;
    max-width: 1500px
  }
}

.content-manga .manga-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width:751px) {
  .content-manga .manga-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center
  }
}

.content-manga .manga-list li {
  width: 100%;
  margin-right: 0%;
  margin-top: 15px;
}

@media screen and (max-width:750px) {
  .content-manga .manga-list li:nth-child(2n) {
    margin-right: 0
  }

  .content-manga .manga-list li:last-child {
    margin-right: 0
  }
}

@media screen and (min-width:751px) {
  .content-manga .manga-list li {
    width: 40%;
    margin-top: 32px;
    margin-right: 3%;
  }
}

.content-message .container {
  width: 100%;
  max-width: 1600px;
  position: relative;
  z-index: 10;
  padding-top: 5%
}

.content-message .cast-comment {
  margin-bottom: 5%
}


.content-tweet {
  width: 100%;
  position: relative;
  /* background: url(/wp-content/themes/ikemen/title/vampire/5th/images/10.png) repeat left top; */
  padding-bottom: 30px;
}

@media screen and (min-width:751px) {
  .content-tweet .content-tweet-inner {
    font-size: 2.4em;
  }
}

.contents.content-about {
  width: 100%;
  position: relative;
  /* background: url(/wp-content/themes/ikemen/title/vampire/5th/images/10.png) repeat left top; */
  border-top: 1px solid #f4dac1
}

.contents.content-about2 {
  width: 100%;
  position: relative;
  background: url(/wp-content/themes/ikemen/title/vampire/7th/images/down_bg.png) repeat left top;
  border-top: 1px solid #f4dac1
}

@media screen and (min-width:751px) {
  .contents.content-about:before {
    content: none
  }

  .contents.content-about:after {
    content: none
  }
}

.list_contents_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

@media screen and (min-width:751px) {
  .list_contents_item {
    height: 100%
  }
}

@media screen and (max-width:750px) {
  .list_contents_item {
    width: 100%
  }
}

.tw_timeline {
  width: 100%
}

.tw_timeline iframe {
  width: 740px !important
}

.follow-btn {
  width: 62.8947%;
  margin: 5% auto;
  max-width: 478px
}

.tweet-btn {
  width: 62.8947%;
  margin: 5% auto;
  max-width: 227px
}

.section-title2 {
  width: 100%;
  position: relative;
  margin-top: -26%;
  z-index: 10
}

.section-title3 {
  width: 100%;
  position: relative;
  margin-top: -27%;
  z-index: 10;
  display: none;
}

.storyboard-pc {
  width: 100%;
}

.storyboard-sp {
  width: 100%;
  display: none;
}

@media screen and (max-width:750px) {

  .storyboard-pc {
    display: none;
  }

  .storyboard-sp {
    width: 100%;
    display: block;
  }

  .section-title3 {
    display: block;
  }

  .section-title2 {
    display: none;
  }

  .main-image2 {
    display: none;
  }

  .twitter-text p {
    font-size: 1.1em;
    color: #f6e8bd;
  }
}

@media screen and (min-width:751px) {
  .game-wrapper {
    position: relative
  }
}

.spec-wrap {
  width: 97%;
  margin: 5% auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width:751px) {
  .spec-wrap {
    width: 68%;
  }
}

.title-img {
  max-width: 676px;
  margin: 6% auto 0;
  text-align: center;
}

.app {
  padding-bottom: 10px;
}

.spec-wrap .logo {
  width: 37.1929%
}

.spec-wrap .spec-text {
  width: 55.4385%;
  display: block;
  align-items: left;
  text-align: left;
}

.spec-wrap .spec-text .text {
  color: #fff;
  font-size: 1em
}

.dl-btn-list {
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (min-width:751px) {
  .dl-btn-list {
    width: 55.4385%;
    position: absolute;
    right: 0;
    bottom: 20%
  }
}

.dl-btn-list li {
  width: 45%
}

.dl-btn-list li:first-child {
  width: 38.5%
}

@media screen and (min-width:751px) {
  .dl-btn-list li:last-child {
    margin-right: 10%
  }
}

.dl-btn-list li a {
  display: block
}

.content-btn {
  display: block;
  text-align: center
}

@media screen and (min-width:751px) {
  .content-btn {
    width: 85%;
    margin: 0 auto
  }
}

.content-btn a {
  display: block;
}

@media screen and (min-width:751px) {
  .content-btn a {
    font-size: 1.8em
  }
}

.list_content_title {
  background-image: url(/images/3rd/sp/frame_2_top.png);
  text-align: center;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2% 0;
  height: auto;
  line-height: 1.2;
  font-size: 16px;
  color: #c9bc9b
}

@media screen and (min-width:751px) {
  .list_content_title {
    background-image: url(/images/3rd/pc/frame_r_top1.png);
    background-size: 100%;
    height: auto;
    line-height: 50px;
    font-size: 20px;
    color: #c9bc9b
  }
}

@media screen and (min-width:751px) {
  .flex-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center
  }

  .tw-area {
    width: 39.5%
  }

  .game-area {
    width: 53%
  }
}

.modal-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  background: #24252d;
  display: none;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  word-wrap: break-word;
  padding-bottom: 20px;
}

.modal-content .modal-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  /* plus */
  padding-bottom: 50px;
}

.modal-content .close-btn {
  width: 10.5%;
  position: fixed;
  top: 4.3vw;
  right: 5vw;
  max-width: 123px;
  cursor: pointer;
  z-index: 9999
}

.modal-content .img-box {
  text-align: center;
  margin-bottom: 1em
}

.img-box img {
  max-width: 100%;
}

.img-box video {
  max-width: 100%;
}

.modal-content .img-box-list {
  text-align: center;
  margin-bottom: 1em;
  display: flex;
}

.img-boxs:nth-child(1) {
  padding-right: 2%;
}

.img-boxs:nth-child(3) {
  padding-left: 2%;
}

.img-boxs img {
  max-width: 100%;
}

.modal-content .movie-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden
}

.modal-content .movie-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.modal-content .modal-inner {
  position: relative;
  padding-top: 25vw;
  width: 95%;
  max-width: 800px;
  margin: 0 auto
}

@media screen and (min-width:751px) {
  .modal-content .modal-inner {
    padding-top: 12vw
  }

  .img-box img {
    min-width: 100%;
  }
}

.modal-content .modal-title {
  color: #fffaea;
  font-size: 27px;
  margin-bottom: 1em;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #fffaea;
  line-height: 1.5em;
}

.modal-content .sub-section {
  margin-bottom: 6.4rem;
  font-size: 16px;
  color: #fff
}

.modal-content .sub-section:nth-last-of-type(2) {
  margin-bottom: 1.8rem
}

.modal-content .sub-section .sub-title {
  font-weight: 700;
  margin-bottom: 1em
}

.modal-content .sub-section .ttl {
  font-weight: 700
}

.modal-content .sub-section .text-title {
  margin-bottom: 1em;
  color: #fffaea;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.modal-content .sub-section .text {
  margin-bottom: 2em;
  color: #fffaea;
  font-size: 15px;
  letter-spacing: 0.4px;
}

.modal-content .sub-section .text strong {
  color: #fffaea;
  font-size: 17px;
}

.modal-content .sub-section .text a {
  color: #96d8f6;
}

.modal-content .sub-section .notes {
  color: #d3d3d3;
  font-size: 14px;
  margin-bottom: 1em
}

.modal-content .btn-tweet {
  max-width: 500px;
  height: 65px;
  font-family: inherit;
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: rgb(36, 37, 45, 0.1);
  /* border: 2px solid #fffee9; */
  color: #fff;
  padding: 8px;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 50px;
  margin: 5% auto;
  display: block;
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 10000;
}

.btn-tweet-logo {
  text-align: center;
  font-size: 16px;
  line-height: 39px;
  color: #fffee9;
}

.bird {
  max-width: 20px;
  margin: 12px 2%;
}

@media screen and (max-width:750px) {
  main {
    display: block;
    width: 100%;
    position: relative;
  }

  .videoArea .pc {
    display: block;
  }

  .videoArea .sp {
    display: none;
  }

  .modal-content .btn-tweet {
    min-width: 300px;
    height: 92px;
    font-family: inherit;
    appearance: none;
    border: 0;
    border-radius: 5px;
    background: rgb(36, 37, 45, 0.1);
    color: #fff;
    /* padding: 8px 16px; */
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 50px;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .btn-tweet-logo {
    text-align: center;
    font-size: 16px;
    line-height: 39px;
    color: #fffee9;
  }

  .bird {
    max-width: 20px;
    margin: 12px 2%;
  }

  .twitter .twitter-box {
    width: 100%;
    height: 30px;
    background: #5a0228;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    font-size: 16px;
    line-height: 32px;
  }

  #movie .btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    margin: auto;
    width: 15%;
    z-index: 2;
  }

  .apple {
    width: 80%;
  }
}

/* movie */
#movie .stage {
  padding-top: calc(900 / 1601 * 100%)
}

#movie .videoArea {
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

#movie video {
  width: 100%;
}

#movie .frame {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: repeat-x;
  background-size: cover;
}

#movie .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  background-image: url(/wp-content/themes/ikemen/title/vampire/7th/images/dot_pattern.png);
  background-repeat: repeat;
  visibility: visible !important;
  z-index: 1;
}

#movie .btn:hover img {
  transform: scale(0.8);
}

#movie .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 55.91016548463357%;
  margin: auto;
  width: 19.8125%;
}

#movie .btnMore {
  position: absolute;
  bottom: 3.3096926713948%;
  left: 0;
  right: 0;
  width: 22.75%;
  margin: auto;
}

#cboxOverlay {
  background-color: #000;
}


.title-story {
  position: relative;
}

.twitter {
  align-items: center;
  text-align: center;
  padding-top: 4%;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

.twitter-box {
  width: 650px;
  height: 50px;
  background: #5a0228;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  font-size: 26px;
  line-height: 42px;
  color: #f9f9f9;
}

.contents .container2 {
  width: 85%;
  max-width: 1400px;
  margin: 0 auto;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-position: center center;
  background-size: 100px;
}

#loading {
  background-size: 100px;
}

.motion {
  width: 100%;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  position: absolute;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fadein {
  opacity: 0;
  margin-bottom: -1px;
  max-width: 100%;
}


/* main */
@media screen and (min-width:751px) {
  .main-image-wrapper {
    background: url(/wp-content/themes/ikemen/title/vampire/7th/images/pc/s01.png) no-repeat center center;
    background-size: 100%;
    opacity: 1;
  }
}

@media screen and (min-width:751px) {
  .main-image-wrapper .main-image-inner {
    background-size: 100%;
    padding-top: calc(796 / 1647 * 100%)
  }

  #movie .btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    margin: auto;
    width: 10%;
    z-index: 2;
  }
}

.main-image-wrapper .main-image-inner.act-anim {
  -webkit-animation: opening 3.5s forwards;
  animation: opening 3.5s forwards
}

#menu {
  display: none;
}

#nav {
  display: none;
}

#resist-fix {
  display: none;
}

.main-image-w .main-image-inn .act-anim {
  -webkit-animation: opening 3.5s forwards;
  animation: opening 3.5s forwards
}

.cboxIframe:nth-child(2) {
  display: none;
}

@media screen and (max-width: 375px) {
  .main-image-w {
    position: relative;
    width: 100%;
    background: url(/wp-content/themes/ikemen/title/vampire/7th/images/sp/s01.png) no-repeat center center;
    background-size: 100%;
    padding-top: calc(1000 / 750 * 100%);
  }

  .main-image-w .main-image-inn {
    width: 100%;
    background: url(/wp-content/themes/ikemen/title/vampire/7th/images/sp/s01.png) no-repeat center center;
    background-size: 100%;
    padding-top: calc(974 / 750 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1
  }
}

@media screen and (min-width: 376px) {
  .main-image-w {
    position: relative;
    width: 100%;
    background: url(/wp-content/themes/ikemen/title/vampire/7th/images/sp/s01.png) no-repeat center center;
    background-size: 100%;
    padding-top: calc(1000 / 750 * 100%);
  }

  .main-image-w .main-image-inn {
    width: 100%;
    background: url(/wp-content/themes/ikemen/title/vampire/7th/images/sp/s01.png) no-repeat center center;
    background-size: 100%;
    padding-top: calc(974 / 750 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1
  }
}

#loadingAnim {
  display: none;
}

#footer {
  display: none;
}

@media only screen and (device-width: 1170px) and (device-height: 2532px) {
  .modal-content .btn-tweet {
    display: block;
  }
}