@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio, canvas, progress, video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template, [hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }
  a:active, a:hover {
    outline-width: 0; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, select, textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

@font-face {
  font-family: "pokemoncard";
  src: url("/20th/assets/fonts/pokemoncard.eot");
  src: url("/20th/assets/fonts/pokemoncard.eot?#iefix") format("eot"), url("/20th/assets/fonts/pokemoncard.woff") format("woff"), url("/20th/assets/fonts/pokemoncard.ttf") format("truetype"), url("/20th/assets/fonts/pokemoncard.svg#pokemoncard") format("svg");
  font-weight: normal;
  font-style: normal; }

.pcg {
  display: inline-block;
  font-family: "pokemoncard";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.pcg-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.pcg-2x {
  font-size: 2em; }

.pcg-3x {
  font-size: 3em; }

.pcg-4x {
  font-size: 4em; }

.pcg-5x {
  font-size: 5em; }

.pcg-fw {
  width: 1.2857142857142858em;
  text-align: center; }

.pcg-megamark:before {
  content: "\EA01"; }

.Heading1 {
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 140px;
  border-bottom: solid 2px #D0021B;
  background-image: url("/20th/assets/images/header_bg.png");
  position: relative; }
  .Heading1 .Heading1_wrapper {
    z-index: 1;
    height: 140px;
    position: relative;
    max-width: 1160px;
    margin: 0 auto 0 auto;
    padding: 0 32px;
    box-sizing: border-box; }
    .Heading1 .Heading1_wrapper .Heading1_title_img {
      position: absolute;
      top: 50%;
      z-index: 2;
      max-height: 42px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .Heading1 .Heading1_wrapper .Heading1_visual {
      position: absolute;
      z-index: 0;
      right: -120px;
      top: 0;
      height: 140px; }
  @media (max-width: 599px) {
    .Heading1 {
      height: 72px; }
      .Heading1 .Heading1_wrapper {
        height: 72px; }
        .Heading1 .Heading1_wrapper .Heading1_title_img {
          max-height: 22px; }
        .Heading1 .Heading1_wrapper .Heading1_visual {
          height: 72px;
          right: -80px; } }

.Heading1_under {
  background-image: url("/20th/assets/images/header_bg.png");
  height: 4px;
  width: 100%; }

.Heading2 {
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding: 10px 8px;
  box-sizing: border-box;
  font-size: 22px;
  color: #ffffff;
  background: #05054c;
  background-image: url("/20th/assets/images/event/bg_.png");
  background-repeat: repeat-x;
  background-position: bottom;
  line-height: 1.2em; }
  .Heading2 span {
    font-weight: normal;
    display: inline-block;
    padding-left: 32px;
    box-sizing: border-box; }
    @media (max-width: 599px) {
      .Heading2 span {
        font-size: 18px; } }
  .Heading2:before {
    content: ".";
    color: transparent;
    position: absolute;
    top: 50%;
    height: 24px;
    width: 24px;
    background-size: contain;
    background-position: center;
    background-image: url("/20th/assets/images/event/monster_ball.png");
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  @media (max-width: 599px) {
    .Heading2 {
      padding: 6px 8px;
      line-height: 1em; }
      .Heading2 span {
        padding-left: 24px; }
      .Heading2:before {
        height: 16px;
        width: 16px; } }

.Heading3 {
  display: block;
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
  font-size: 22px;
  color: #000;
  background-image: url("/20th/assets/images/event/bg_.png");
  background-repeat: repeat-x;
  background-position: bottom; }
  .Heading3:before {
    content: ".";
    color: transparent;
    position: absolute;
    top: 50%;
    height: 80%;
    background-image: url("/20th/assets/images/event/rectangle.png");
    background-size: auto 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .Heading3 span {
    line-height: 1.2em;
    font-weight: normal;
    padding: 6px 0;
    display: inline-block;
    padding-left: 1rem; }
    @media (max-width: 599px) {
      .Heading3 span {
        font-size: 18px; } }
  @media (max-width: 599px) {
    .Heading3 span {
      font-weight: bold; } }

.Heading4 {
  font-size: 18px;
  padding: 6px 16px;
  box-sizing: border-box;
  font-weight: normal;
  margin-bottom: 20px;
  background: #F0F3F6; }
  @media (max-width: 599px) {
    .Heading4 {
      font-size: 16px; } }

.Poke20thTable {
  margin: 32px 0;
  width: 100%;
  border: solid 1px #CCCCCC; }
  @media (max-width: 599px) {
    .Poke20thTable {
      margin: 24px 0; } }
  .Poke20thTable .Poke20thTable_item {
    width: 100%;
    border-bottom: solid 1px #CCCCCC; }
    .Poke20thTable .Poke20thTable_item:last-child {
      border: none; }
    .Poke20thTable .Poke20thTable_item .Poke_label {
      font-weight: bold;
      padding: 20px 0 20px 16px;
      color: #012139;
      background: #F0F3F6; }
    .Poke20thTable .Poke20thTable_item .Poke_body {
      padding: 16px; }
      .Poke20thTable .Poke20thTable_item .Poke_body .Alert {
        color: #d0021b;
        font-style: normal; }
      .Poke20thTable .Poke20thTable_item .Poke_body span {
        font-weight: bold; }
    @media (max-width: 599px) {
      .Poke20thTable .Poke20thTable_item .Poke_label {
        padding: 16px 16px 16px 8px; }
      .Poke20thTable .Poke20thTable_item .Poke_body {
        padding: 16px 16px 16px 8px; } }
    @media (min-width: 600px) {
      .Poke20thTable .Poke20thTable_item .Poke_label {
        display: table-cell;
        border-right: solid 1px #CCCCCC;
        width: 126px;
        min-width: 126px; }
      .Poke20thTable .Poke20thTable_item .Poke_body {
        display: table-cell; } }

.Poke20thTimeTable {
  margin: 32px 0;
  width: 100%;
  border: solid 1px #CCCCCC; }
  @media (max-width: 599px) {
    .Poke20thTimeTable {
      margin: 24px 0; } }
  .Poke20thTimeTable .Poke20thTable_item {
    width: 100%;
    border-bottom: solid 1px #CCCCCC; }
    .Poke20thTimeTable .Poke20thTable_item:first-child {
      font-weight: bold;
      background: #F0F3F6;
      color: #012139; }
    .Poke20thTimeTable .Poke20thTable_item:last-child {
      border: none; }
    .Poke20thTimeTable .Poke20thTable_item .Poke_label {
      padding: 20px 0 20px 16px;
      display: table-cell;
      border-right: solid 1px #CCCCCC;
      width: 126px;
      min-width: 100px; }
    .Poke20thTimeTable .Poke20thTable_item .Poke_body {
      padding: 16px;
      display: table-cell; }
      .Poke20thTimeTable .Poke20thTable_item .Poke_body .Alert {
        color: #d0021b;
        font-style: normal; }
      .Poke20thTimeTable .Poke20thTable_item .Poke_body span {
        font-weight: bold; }
    @media (max-width: 599px) {
      .Poke20thTimeTable .Poke20thTable_item .Poke_label {
        padding: 16px 16px 16px 8px; }
      .Poke20thTimeTable .Poke20thTable_item .Poke_body {
        padding: 16px 16px 16px 8px; } }

.Text-small {
  font-size: 12px; }

.Text-large {
  font-size: 18px; }

.Text-alert {
  color: #d0021b; }

.Text-description {
  font-size: 12px;
  color: #999;
  font-weight: normal; }

.Text_Link {
  color: #008EFF; }
  .Text_Link:hover {
    text-decoration: underline;
    opacity: 0.6;
    -webkit-transition: all .5s;
            transition: all .5s; }

.Text-center {
  text-align: center; }

.Text_Box {
  color: #05054c;
  text-align: center;
  background: #fff2bc;
  border-radius: 4px;
  padding: 12px;
  font-weight: bold;
  box-sizing: border-box; }

.Text_item a {
  color: #008EFF;
  text-decoration: underline; }
  .Text_item a:hover {
    opacity: 0.6;
    -webkit-transition: all .5s;
            transition: all .5s; }

.Text_item span {
  padding-top: 38px;
  display: block; }
  @media (max-width: 599px) {
    .Text_item span {
      padding-top: 20px; } }

.Text_item .bold {
  font-weight: bold; }

.Poke_Attention {
  display: inline;
  font-size: 14px; }
  .Poke_Attention span {
    font-weight: bold; }
  .Poke_Attention .Alert {
    font-weight: normal;
    color: #d0021b; }
  @media (max-width: 599px) {
    .Poke_Attention {
      font-size: 12px; } }

.Alert {
  color: #d0021b; }

.LabelList .LabelList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .LabelList .LabelList_item .LabelList_label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .LabelList .LabelList_item .LabelList_body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.List-Description li {
  margin-left: 1.2em;
  position: relative;
  display: block; }
  .List-Description li:before {
    position: absolute;
    content: "※";
    left: -1.2em; }

.PokeItem_List, .PokeItem_List4 {
  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, .PokeItem_List4 .PokeItem_List_inner {
    max-width: 304px; }
    .PokeItem_List .PokeItem_List_inner .PokeItem_Box .PokeItem_Box_Image, .PokeItem_List4 .PokeItem_List_inner .PokeItem_Box .PokeItem_Box_Image {
      margin-bottom: 12px; }
    .PokeItem_List .PokeItem_List_inner .PokeItem_Box .PokeItem_Box_inner .PokeItem_Name, .PokeItem_List4 .PokeItem_List_inner .PokeItem_Box .PokeItem_Box_inner .PokeItem_Name {
      padding-bottom: 12px;
      margin-bottom: 12px;
      border-bottom: solid 1px #CCCCCC; }
    .PokeItem_List .PokeItem_List_inner .PokeItem_Box .PokeItem_Box_inner .PokeItem_SubName, .PokeItem_List4 .PokeItem_List_inner .PokeItem_Box .PokeItem_Box_inner .PokeItem_SubName {
      font-size: 13px; }
  @media (max-width: 599px) {
    .PokeItem_List, .PokeItem_List4 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .PokeItem_List .PokeItem_List_inner, .PokeItem_List4 .PokeItem_List_inner {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 32px; } }
  @media (min-width: 600px) {
    .PokeItem_List.PokeItem_List2 .PokeItem_List_inner, .PokeItem_List2.PokeItem_List4 .PokeItem_List_inner {
      width: 50%;
      max-width: 45%; }
    .PokeItem_List.PokeItem_List3 .PokeItem_List_inner, .PokeItem_List3.PokeItem_List4 .PokeItem_List_inner {
      width: 33.33%;
      max-width: 33.33%; }
    .PokeItem_List.PokeItem_List4 .PokeItem_List_inner, .PokeItem_List4 .PokeItem_List_inner {
      width: 25%;
      max-width: 22%; } }

.PokeItem_List4 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .PokeItem_List4 .PokeItem_List_inner {
    margin-bottom: 42px; }
    .PokeItem_List4 .PokeItem_List_inner .PokeItem_Box .PokeItem_Box_Image {
      margin-bottom: 0; }
    .PokeItem_List4 .PokeItem_List_inner .PokeItem_Box .PokeItem_Name {
      border-bottom: none; }
  @media (max-width: 599px) {
    .PokeItem_List4 .PokeItem_List_inner {
      width: 50%;
      max-width: 45%;
      margin-bottom: 36px; } }
  @media (max-width: 900px) and (min-width: 700px) {
    .PokeItem_List4 .PokeItem_List_inner {
      width: 33%;
      max-width: 32%; } }

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

@media (max-width: 599px) {
  .pc {
    display: none; }
  .sp {
    display: block; } }

* {
  list-style-type: none;
  text-decoration: none;
  margin: 0;
  padding: 0; }

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; }
  @media (max-width: 599px) {
    body {
      padding-top: 60px;
      box-sizing: border-box; } }

.wrapper {
  width: 100%;
  background: #05054c; }

header {
  padding: 12px 0 4px;
  box-sizing: border-box;
  background-image: url("/20th/assets/images/header_bg.png");
  background-repeat: repeat-x;
  background-size: contain;
  position: relative;
  border-bottom: solid 1px #D0021B; }
  @media (max-width: 599px) {
    header {
      background-image: url("/20th/assets/images/texture_sp.png");
      position: fixed;
      top: 0;
      width: 100%;
      height: 60px;
      z-index: 100; } }
  @media (min-width: 600px) {
    header {
      height: 70px; } }
  header .HeaderLine {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 3px; }
  header .Logo {
    float: left; }
    @media (max-width: 599px) {
      header .Logo {
        margin-left: 20px; } }
    @media (min-width: 600px) {
      header .Logo {
        margin-left: 56px; } }
    header .Logo a {
      display: block; }
      header .Logo a img {
        width: 100%; }
        @media (min-width: 600px) {
          header .Logo a img {
            max-width: 196px;
            padding: 8px 0;
            box-sizing: border-box; } }
        @media (max-width: 599px) {
          header .Logo a img {
            max-width: 140px;
            padding-top: 8px;
            box-sizing: border-box; } }
  header .GlobalMenuArea {
    color: #ffffff; }
    @media (max-width: 599px) {
      header .GlobalMenuArea {
        display: none;
        position: fixed;
        top: 60px;
        width: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.75);
        height: 100%;
        padding-bottom: 20px;
        box-sizing: border-box; }
        header .GlobalMenuArea.isActive {
          display: block;
          position: fixed;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5); }
          header .GlobalMenuArea.isActive .GlobalMenuList {
            position: absolute;
            top: 0;
            -webkit-transition: top 0.3s;
                    transition: top 0.3s;
            width: 100%; }
        header .GlobalMenuArea .GlobalMenuList {
          border-top: solid 1px #D0021B;
          top: -100%;
          background-color: #0E0E46;
          color: #FFC265; }
          header .GlobalMenuArea .GlobalMenuList a {
            color: #FFC265; }
            header .GlobalMenuArea .GlobalMenuList a:visited {
              color: #FFC265; }
          header .GlobalMenuArea .GlobalMenuList .GlobalMenuList_item {
            position: relative;
            padding: 0 16px;
            width: 100%;
            box-sizing: border-box;
            color: #FFC265; }
            header .GlobalMenuArea .GlobalMenuList .GlobalMenuList_item a {
              padding: 16px 0 16px 20px;
              display: block;
              border-bottom: solid 1px #242458; }
              header .GlobalMenuArea .GlobalMenuList .GlobalMenuList_item a:visited {
                color: #FFC265; }
            header .GlobalMenuArea .GlobalMenuList .GlobalMenuList_item:before {
              position: absolute;
              top: 50%;
              left: 16px;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              content: url("/20th/assets/images/icon_hamberger_monbo.png"); }
          header .GlobalMenuArea .GlobalMenuList .GlobalMenu_underList {
            font-size: 14px;
            padding: 16px 16px 16px 32px;
            box-sizing: border-box;
            border-bottom: solid 1px #242458; }
            header .GlobalMenuArea .GlobalMenuList .GlobalMenu_underList .GlobalMenu_underList_item {
              padding: 12px 0;
              border-bottom: solid 1px #242458; }
            header .GlobalMenuArea .GlobalMenuList .GlobalMenu_underList .GlobalMenu_underList_item:first-child {
              padding-top: 0; }
            header .GlobalMenuArea .GlobalMenuList .GlobalMenu_underList .GlobalMenu_underList_item:last-child {
              padding-bottom: 0;
              border-bottom: none; }
          header .GlobalMenuArea .GlobalMenuList .comi_son {
            cursor: default;
            pointer-events: none; } }
    @media (min-width: 600px) {
      header .GlobalMenuArea {
        display: block;
        position: absolute;
        right: 0;
        margin-right: 42px; }
        header .GlobalMenuArea .GlobalMenuList {
          overflow: hidden;
          padding: 10px 0; }
          header .GlobalMenuArea .GlobalMenuList .GlobalMenuList_item {
            float: left;
            margin-right: 32px; }
            header .GlobalMenuArea .GlobalMenuList .GlobalMenuList_item:last-child {
              margin-right: 0; }
            header .GlobalMenuArea .GlobalMenuList .GlobalMenuList_item a {
              color: #ffffff;
              position: relative;
              display: inline-block;
              padding-bottom: 4px; }
              header .GlobalMenuArea .GlobalMenuList .GlobalMenuList_item a::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 2px;
                -webkit-transform: scaleX(0);
                        transform: scaleX(0);
                background-color: #d0021b;
                -webkit-transition: all .3s ease;
                        transition: all .3s ease; }
              header .GlobalMenuArea .GlobalMenuList .GlobalMenuList_item a:hover::after, header .GlobalMenuArea .GlobalMenuList .GlobalMenuList_item a.current::after {
                -webkit-transform: scaleX(1);
                        transform: scaleX(1); }
            header .GlobalMenuArea .GlobalMenuList .GlobalMenuList_item.comi_son {
              pointer-events: none;
              cursor: default;
              opacity: 0.7; } }
  header .Sp_menu {
    cursor: pointer;
    float: right;
    margin-top: 10px;
    width: 32px;
    height: 30px;
    margin-right: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/20th/assets/images/sp/btn_hamburger_close.png"); }
    header .Sp_menu.isActive {
      width: 44px;
      height: 30px;
      margin-right: 12px;
      background-image: url("/20th/assets/images/sp/btn_hamburger_open.png"); }

nav {
  font-size: 14px;
  padding: 32px 0;
  box-sizing: border-box; }
  nav ol:after {
    content: " ";
    display: block;
    clear: both; }
  nav ol li {
    display: inline;
    float: left;
    margin-right: 5px; }
    nav ol li a {
      color: #008EFF; }
      nav ol li a:hover {
        text-decoration: underline;
        opacity: 0.6;
        -webkit-transition: all .5s;
                transition: all .5s; }
    nav ol li:after {
      content: " > "; }
    nav ol li.current {
      text-decoration: none;
      pointer-events: none; }
      nav ol li.current a {
        color: #000; }
      nav ol li.current:after {
        content: " "; }

.pcg.pcg-megamark {
  font-size: 80%; }

.PageTop a {
  display: block; }
  .PageTop a:hover {
    opacity: 0.6;
    -webkit-transition: all .5s;
            transition: all .5s; }

@media (max-width: 599px) {
  .PageTop {
    text-align: center;
    padding-top: 40px; } }

@media (min-width: 600px) {
  .PageTop {
    position: fixed;
    right: 56px;
    bottom: 20%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-transition: all .5s;
            transition: all .5s; }
    .PageTop.show {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1);
              transform: scale(1); } }

footer {
  text-align: center;
  background-image: url("/20th/assets/images/footer_bg.png");
  background-repeat: repeat; }
  @media (max-width: 599px) {
    footer {
      box-shadow: 0px -33px 67px -6px rgba(0, 0, 0, 0.75); } }
  footer .Footer_navi {
    clear: both;
    padding: 30px 0 24px; }
    @media (max-width: 599px) {
      footer .Footer_navi {
        margin-top: 65px;
        padding: 30px 0 50px; } }
    footer .Footer_navi .Footer_navi_inner {
      text-align: center;
      overflow: hidden;
      display: block;
      max-width: 1000px;
      width: 100%;
      margin: 0 auto; }
      footer .Footer_navi .Footer_navi_inner .Footer_navi_list {
        display: inline;
        margin-right: 20px;
        font-size: 12px; }
        footer .Footer_navi .Footer_navi_inner .Footer_navi_list:last-child {
          margin-right: 0; }
        footer .Footer_navi .Footer_navi_inner .Footer_navi_list a {
          color: #ffffff;
          position: relative;
          display: inline-block;
          padding-bottom: 1px; }
          footer .Footer_navi .Footer_navi_inner .Footer_navi_list a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            -webkit-transform: scaleX(0);
                    transform: scaleX(0);
            background-color: #ffffff;
            -webkit-transition: all .3s ease;
                    transition: all .3s ease; }
          footer .Footer_navi .Footer_navi_inner .Footer_navi_list a:hover {
            opacity: 0.6;
            -webkit-transition: all .5s;
            transition: all .5s; }
            footer .Footer_navi .Footer_navi_inner .Footer_navi_list a:hover::after {
              -webkit-transform: scaleX(1);
                      transform: scaleX(1); }
        @media (max-width: 599px) {
          footer .Footer_navi .Footer_navi_inner .Footer_navi_list {
            display: block;
            margin-right: 0;
            padding-bottom: 20px; }
            footer .Footer_navi .Footer_navi_inner .Footer_navi_list:last-child {
              padding-bottom: 0; } }
  footer .Copy_right {
    clear: both;
    color: #8B8CA7;
    font-size: 10px;
    text-align: left;
    margin: 0 32px; }
    footer .Copy_right .Copy_right_inner {
      line-height: 1.5em;
      max-width: 851px;
      width: 100%;
      margin: 0 auto;
      padding-bottom: 60px; }
      footer .Copy_right .Copy_right_inner .company a {
        color: #8B8CA7; }
        footer .Copy_right .Copy_right_inner .company a:hover {
          opacity: 0.8;
          text-decoration: underline;
          -webkit-transition: all .5s;
          transition: all .5s; }
    @media (max-width: 599px) {
      footer .Copy_right .Copy_right_inner .cr {
        padding-bottom: 20px; } }

.Button {
  display: block;
  border: solid 1px #05054c;
  background: #fff;
  padding: 14px 0;
  text-align: center;
  border-radius: 4px;
  color: #000; }
  .Button:visited {
    color: #000; }
  .Button:hover {
    color: #999; }
