@charset "utf-8";
.dis-pc {
  display: block;
}
.dis-sp {
  display: none;
}
#main, #tw2022_slider, 
#berserk.gi_contentsarea {
  background: url(/img/grand_index/berserk/20230425/20230425_bk_BVqwwbg6.jpg) no-repeat;
  background-attachment: fixed;
  background-position: bottom right;
  background-size: cover;
}
.gi_contents_bgarea {
  background: none;
}

/* 背景黒系テンプレ */
#gi_explanation .gi_contents_inner,
#gi_productlist .gi_contents_inner .gi_subtitle,
#gi_productlist .search_result,
#category_search .search_main_wrap .order_wrap label span,
.gi_copyright, .gi_appealarea, .gi_free_copyright {
  color: #fff;
}
#category_search .search_main_wrap .order_wrap label span {
  border: 1px solid #fff;
}

#gi_explanation .gi_contents_inner dl dd {
  line-height: 1.5;
}
#gi_productlist .gi_subtitle {
  position: relative;
  overflow: visible;
  height: 129px;
  z-index: 10;
}
#gi_productlist .gi_subtitle._underline:before {
  display: none;
}
#gi_productlist .gi_subtitle:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  background: url(/img/grand_index/berserk/20230425/20230425_ttl-bk_BVqwwbg6.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

#gi_plbtn .gi_contents_inner .gi_plbtn_list .btn_link a {
  background: linear-gradient(90deg, #FF0000 0%, #DE0000 100%);
  color: #fff;
}
#gi_plbtn .gi_contents_inner .gi_plbtn_list .btn_link a:after {
  background: #fff;
}
#gi_plbtn .gi_contents_inner .gi_plbtn_list .btn_link a:hover {
  background: #fff;
  color: #3B3B3B;
}
#gi_plbtn .gi_contents_inner .gi_plbtn_list .btn_link a:hover:after {
  background: #DC000C;
}

.modal-content .modal-inner .gi_subtitle {
  height: auto !important;
  color: #000 !important;
  z-index: inherit !important;;
}
.modal-content .modal-inner .gi_subtitle:after {
  content: "";
  background: none !important;
}

/* 作品ロゴ白くする */
#berserk #gi_explanation dl dt img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}