/*==================================================*/
/* fonts */
/*==================================================*/
@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400;500;600;700;800&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:wght@300;400;700&display=swap");
/*==================================================*/
/* New character */
/*==================================================*/
.new_Character {
  position: absolute;
  left: 0;
  top: 20px;
  height: 835px;
  width: 461px;
  /*padding-top: 20px;*/
  box-sizing: border-box; }
  .new_Character a:hover {
    transition: all 0.3s;
    opacity: 0.5; }

.store_buy_area {
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  margin-top: 25px;
  padding: 20px 0;
  width: 300px; }
  .store_buy_area .store_buy_title {
    margin: 0 auto 10px;
    width: 230px; }

.is-op #index-hero .site_logo, .is-op #index-hero .date, .is-op #index-hero .catchcopy1, .is-op #index-hero .sideBnrs, .is-op #index-hero .new_Character {
  visibility: hidden;
  opacity: 0; }

/*==================================================*/
/* store btn */
/*==================================================*/
.btn_buy-store {
  border: 1px solid #fff;
  margin: 0 auto;
  position: relative;
  height: 100%;
  width: 230px; }
  .btn_buy-store.ps4 {
    background: rgba(0, 112, 205, 0.2);
    margin-top: 10px; }
    .btn_buy-store.ps4:hover {
      transition: all .3s;
      background: #0070cd; }
  .btn_buy-store.steam {
    background: rgba(23, 26, 33, 0.2); }
    .btn_buy-store.steam:hover {
      transition: all .3s;
      background: #171a21; }
  .btn_buy-store > a {
    box-sizing: border-box;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 1 !important; }
    .btn_buy-store > a img {
      object-fit: contain;
      height: 30px;
      width: auto; }
