@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* 決まりごと
---------------------------------------------------------- */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
body {
  overflow-x: hidden;
  margin: 0;
}
/* 動画エリア
---------------------------------------------------------- */
/* グリッド */
.grid_xross_anime_area {
  position: relative;
  z-index: 1;
  width: 900px;
  margin: 0 auto 3em;
}
/* 動画タイトル
---------------------------------------------------------- */
.tit_anime {
  width: 100%;
  box-sizing: border-box;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0.5em;
  background: linear-gradient(120deg, #990000 0%, #990000 70%, #fa0000 71%, #fa0000 85%, #610000 86%);
  color: #fff;
}