@charset "UTF-8";
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .TomicaContents-960px {
    width: 98%;
  }
  .title_box {
    padding-top: -30px;
  }
  .series-titles-tettei-comment {
    text-align: center;
  }
  .updata-Box_tettei {
    text-align: center;
  }
  .mov {
    position: absolute;
    left: 10%;
    top: 2%;
  }
  img {
    max-width: 100%;
    vertical-align: bottom;
    line-height: 0px;
    display: block;
  }
  .box_lineup {
    width: 100%;
    flex-basis: 100%;
  }
  .lineup_area {
    width: 98%;
  }
  .lineup_area ul {
    justify-content: space-between;
  }
  .lineup_btn {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .price {
    position: relative;
  }
  .attention_text {
    font-size: 0.45em;
  }
}