@charset "UTF-8";
@media screen and (min-width: 445px) {
  body {
    background: #fff;
  }

  #game-header {
    position: relative;
    background: #FFFFFF;
    width: 100%;
    height: 80px;
    margin-bottom: 15px;
  }

  #game-header__inner {
    position: relative;
    width: 1060px;
    height: 80px;
    margin: 0 auto;
  }

  #game-header__inner::after {
    display: block;
    content: " ";
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 55px;
    width: 289px;
    height: 93px;
    background: url(../../../images/rakuten/header/pc/other_island_img.png) 0 0 no-repeat;
  }

  .game-header__logo {
    display: flex;
    align-items: center;
    position: absolute;
    top: 25px;
    left: 0;
    width: 254px;
  }

  .game-header__logo a {
    display: block;
  }

  .game-header__logo p {
    color: #333333;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding-top: 0px;
    padding-left: 12px;
  }

  .game-header__btn {
    position: absolute;
    top: 39px;
    right: 260px;
    z-index: 10;
  }

  .game-header__btn a {
    position: relative;
    display: block;
    width: 108px;
    height: 28px;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    border-radius: 15px;
    background: #fff;
    color: #BE0000;
    border: 2px solid #BE0000;
    display: block;
    padding: 4px 0px 4px 23px;
    text-decoration: none !important;
    transition: opacity .3s;
  }

  .game-header__btn a::before {
    position: absolute;
    top: calc(50% - 3px);
    bottom: 0;
    left: 12px;
    width: 5px;
    height: 5px;
    border-left: 2px solid #BE0000;
    border-bottom: 2px solid #BE0000;
    transform: rotate(45deg);
    content: "";
  }

  .game-header__btn a:hover {
    opacity: 0.7;
  }

  .breadcrumb-wrap {
    margin: -15px 0 10px;
    padding: 5px 0;
    border-bottom: 1px solid #ededed;
  }

  #game-main {
    width: 100%;
    position: relative;
    z-index: 10;
    background: #FFFFFF;
    text-align: center;
    margin: 0;
  }

  #game-footer {
    text-align: center;
    line-height: 1.7;
    margin: 0;
    padding: 55px 0;
  }

  .pc {
    display: inline;
  }

  .sp {
    display: none;
  }

  .game-header__btn {
    a {
      line-height: initial;
      color: #be0000;
    }
  }
}

@media screen and (max-width: 445px) {
  body {
    max-width: 100%;
  }

  #game-header {
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 10px;
  }

  #game-header__inner {
    position: relative;
    background: #FFFFFF url(../../../images/rakuten/header/sp/game_bg.png) right -11px bottom no-repeat;
    background-size: auto 100%;
    height: 60px;
    margin: 0 auto;
  }

  .game-header__btn {
    position: absolute;
    top: 16px;
    left: 4px;
  }

  .game-header__btn a {
    position: relative;
    display: block;
    width: 104px;
    height: 28px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 15px;
    background: #fff;
    color: #BE0000;
    border: 1px solid #BE0000;
    display: block;
    padding: 5px 0px 4px 23px;
    text-decoration: none !important;
  }

  .game-header__btn a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-left: 2px solid #BE0000;
    border-bottom: 2px solid #BE0000;
    transform: rotate(45deg);
    content: "";
  }

  .game-header__logo {
    text-align: center;
    padding-top: 10px;
    line-height: 0;
  }

  .game-header__logo img {
    width: 87px;
    height: 40px;
  }

  .breadcrumb-wrap {
    background: #FFF;
    margin: -10px 0 10px;
    padding: 10px 5px 5px 12px;
    overflow: auto;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #ededed;
  }

  #game-main {
    position: relative;
    z-index: 10;
    background: #FFFFFF;
    margin: 0;
    padding-bottom: 20px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: inline;
  }

  .game-header__btn {
    a {
      line-height: initial;
      color: #be0000;
    }
  }
}