@charset "UTF-8";
/**/
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/**/
.hyakufuku-contents {
  width: 100%;
}
.kakaku {
  top: 30%;
  left: 60%;
  z-index: 10;
}
.box_lineup {
  width: 100%;
  flex-basis: 100%;
}
.lineup_area {
  width: 90%;
}
.lineup_area ul {
  justify-content: space-between;
}
.lineup_btn {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.hyakufuku_attention_text {
  font-size: 0.7em;
}
.attention_text {
  font-size: 0.7em;
}
.mov {
  padding-top: 5%;
  left: 10%;
  top: 0%;
  width: 80%;
  height: auto;
}