.Right_area {
  width: 100%;
  max-width: 792px; }

section {
  margin-bottom: 60px; }
  @media (max-width: 599px) {
    section {
      margin-bottom: 40px; } }
  section:last-child {
    margin-bottom: 240px; }
    @media (max-width: 599px) {
      section:last-child {
        margin-bottom: 130px; } }
  section .Button {
    clear: both;
    max-width: 420px;
    margin: 0 auto; }

.Heading3.HeadingPlayPoint {
  margin-bottom: 10px; }

.Text_item .Text-alert {
  display: inline; }
  @media (max-width: 599px) {
    .Text_item .Text-alert {
      padding-top: 0; } }

.PlayPoint {
  text-align: right;
  margin-bottom: 12px; }
  .PlayPoint span {
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background: #ff7510;
    padding: 4px 8px;
    box-sizing: border-box; }
    @media (max-width: 599px) {
      .PlayPoint span {
        padding: 4px;
        font-size: 10px; } }

.Heading4 {
  clear: both; }

.Poke20thTable {
  clear: both; }

.Poke_Images {
  text-align: center;
  margin: 32px 0; }
  .Poke_Images img {
    width: 100%; }
    .Poke_Images img.kira_pikachu {
      max-width: 240px; }
    .Poke_Images img.senpaikouhai {
      max-width: 240px; }
    .Poke_Images img.ninfia_girls {
      max-width: 494px; }
    .Poke_Images img.minilive {
      max-width: 304px; }
  @media (max-width: 599px) {
    .Poke_Images {
      margin: 24px 0; } }
  .Poke_Images .Present_Clear {
    max-width: 500px;
    width: 100%; }
  @media (max-width: 599px) {
    .Poke_Images .Sp_Image {
      max-width: 100%;
      width: 100%; } }

.Poke_Images_Box {
  margin: 32px 0;
  overflow: hidden; }
  @media (min-width: 600px) {
    .Poke_Images_Box.Heisei_Battle {
      height: 200px; } }
  .Poke_Images_Box .Poke_Images_Left {
    float: left;
    margin-right: 32px; }
    @media (max-width: 599px) {
      .Poke_Images_Box .Poke_Images_Left {
        float: none;
        text-align: center;
        margin-right: 0; } }
    .Poke_Images_Box .Poke_Images_Left.Anniversary_Battle {
      margin-bottom: 70px; }
      @media (max-width: 599px) {
        .Poke_Images_Box .Poke_Images_Left.Anniversary_Battle {
          margin-bottom: 24px; } }

.PokeItem_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .PokeItem_List .PokeItem_List_inner {
    max-width: 304px; }
  @media (max-width: 599px) {
    .PokeItem_List {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .PokeItem_List .PokeItem_List_inner {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 32px; } }
  @media (min-width: 600px) {
    .PokeItem_List.PokeItem_List2 .PokeItem_List_inner {
      width: 50%;
      max-width: 45%; } }

.PokeItem_Box .PokeItem_Box_Image {
  margin-bottom: 12px; }

.PokeItem_Box .PokeItem_Box_inner .PokeItem_Name {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: solid 1px #CCCCCC; }

.PokeItem_Box .PokeItem_Box_inner .Poke_Price {
  font-size: 13px; }

.PlayPoint_image {
  vertical-align: middle; }

@media (min-width: 600px) {
  .BR {
    display: block; } }

@media (max-width: 599px) {
  .BR {
    display: inline; } }
